@charset "UTF-8";
/* Scss Document */
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff)
    format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff)
    format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff)
    format("woff");
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: 0 0;
  box-sizing: border-box;
}

* {
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}

:after,
:before {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "-apple-system", BlinkMacSystemFont, "Noto Sans Japanese",
    "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic",
    Osaka, "sans-serif";
  font-size: 14px;
  color: #333;
  background: #f4f4f4;
  overflow-x: hidden;
  margin: 0 auto;
}

address,
caption,
code,
figcaption,
pre,
th {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

fieldset,
iframe,
img {
  border: 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

caption,
th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#tel:hover,
#mail:hover {
  color: rgb(59, 59, 255) !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  background: 0 0;
  border: 0;
  box-sizing: content-box;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  overflow: visible;
  vertical-align: inherit;
}

button:disabled {
  cursor: default;
}

audio:not([controls]) {
  display: none;
}

:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
  outline: 0;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

/* a:hover {
  text-decoration: none;
} */

a:active {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #f3f3f3;
  border-left: 1px solid #dddddd;
}

::-webkit-scrollbar:hover {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-color: #666;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #333;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

.textc {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
  display: inline-block;
}

.inner {
  margin: auto;
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 0 40px;
  max-width: 1280px;
}

.hero {
  position: relative;
}
.hero div img {
  width: 100%;
  height: 100%;
}
.hero figure {
  position: absolute;
  right: 75px;
  bottom: -86px;
  width: 32.76%;
}
.hero figure img {
  width: 100%;
}

.red {
  color: #b01f24;
}

.section-title {
  text-align: center;
  font-size: 36px;
  font-family: "tbudgothic-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.4;
}
.section-title i {
  font-size: 48px;
  font-style: normal;
}

.insurance {
  padding-top: 80px;
}
.insurance .inner {
  position: relative;
}
.insurance .inner > figure {
  position: absolute;
  bottom: 0;
  right: 0;
}
.insurance .content {
  background: #fff;
  padding: 40px 60px;
  border-radius: 8px;
  margin-top: 75px;
  display: flex;
  position: relative;
}
.insurance .content figure {
  position: absolute;
  top: -20px;
  right: 60px;
  max-width: 300px;
  margin: 0 auto;
}
.insurance .content .box {
  background: #b01f24;
  color: #fff;
  padding: 40px 70px;
  border-radius: 8px;
  margin-right: 85px;
  font-size: 32px;
  text-align: center;
  font-family: "tbudgothic-std", sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: 1.4;
  position: relative;
}
.insurance .content .ins-aft1:after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  background: url(../images/jia.png) no-repeat center center;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  right: -58px;
}
.insurance .content .ins-aft2:after {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 38.5px;
  background: url(../images/right1.png) no-repeat center center;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  right: -54px;
}
.insurance .bottom {
  background: url(../images/bg1.png) no-repeat center center;
  width: 358px;
  height: 160px;
  margin: 40px auto 0;
  text-align: center;
  color: #b01f24;
  font-size: 48px;
  font-weight: 900;
  font-family: "tbudgothic-std", sans-serif;
  font-style: normal;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.common {
  background: #b01f24;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
}
.common p {
  font-size: 30px;
  font-family: "tbudgothic-std", sans-serif;
  font-style: normal;
  font-weight: 900;
}
.common span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  background: #fff;
  color: #b01f24;
  margin-right: 15px;
  width: 75px;
  height: 75px;
  border-radius: 10px;
  border: 3px solid #ffea00;
}
.common p:first-child {
  margin-right: 40px;
}

.simulation {
  text-align: center;
  padding: 60px 0 55px;
  font-size: 24px;
}
.simulation p {
  padding-bottom: 15px;
  font-family: "tbudgothic-std", sans-serif;
  font-style: normal;
  font-weight: 900;
}
.simulation .more {
  max-width: 500px;
  font-size: 22px;
  padding: 20px 0;
}
.simulation .more:after {
  border-top: 10px solid transparent;
  border-left: 15px solid #b01f24;
  right: 15px;
  border-bottom: 10px solid transparent;
}

.more {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  background: #fce232;
  border: 2px solid #fce232;
  padding: 25px 0;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  border-radius: 7px;
  color: #b01f24 !important;
  position: relative;
  z-index: 1;
  /* transition: .3s all ; */
  box-shadow: 6px 6px 4px #500000;
}
.more:hover {
  color: #fce232 !important;
  background: #b01f24;
}
.more:hover::after {
  border-left-color: #fce232;
}
.more:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid #b01f24;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 33px;
  transition: 0.9s all;
}

.more1 {
  display: block;
  max-width: 335px;
  margin: 45px auto 0;
  line-height: 1;
  background: #80c269;
  padding: 20px 0;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  border-radius: 7px;
  color: #fff !important;
  position: relative;
  transition: 0.3s;
}
.more1:hover {
  background: #608b50;
}
.more1:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 14px solid #fff;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 33px;
}

.trouble {
  background: #fff;
  padding-top: 80px;
}
.trouble img {
  margin: 35px auto 0;
  width: 100%;
}

.four {
  background: url(../images/bg5.jpg) no-repeat center center;
  padding-bottom: 90px;
}
.four h2 {
  background: url(../images/bg6.png) no-repeat center center;
  padding: 44px 0 90px;
}
.four ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.four ul li {
  margin-top: 40px;
  max-width: 449px;
}
.four ul li figure {
  height: 203px;
  display: flex;
  align-items: flex-end;
}
.four ul li h3 {
  background: url(../images/four-bg.png) no-repeat center center;
  width: 449px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
}
.four ul li img {
  margin: 0 auto;
}
.four ul li p {
  font-size: 16px;
  text-align: center;
  line-height: 2;
  padding-top: 30px;
}

.leave {
  background: #b01f24;
  color: #fff;
  text-align: center;
  padding: 40px 0;
  position: relative;
}
.leave:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 60px solid #b01f24;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.leave span {
  font-size: 24px;
  font-family: "tbudgothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.leave h3 {
  font-size: 48px;
  font-family: "tbudgothic-std", sans-serif;
  font-style: normal;
  font-weight: 900;
}

.leave-ul {
  background: #fff1f1;
  padding: 60px 0 80px;
}
.leave-ul .inner > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.leave-ul .inner > ul > li {
  width: 32%;
  line-height: 1.5;
  margin-right: 1%;
}
.leave-ul .inner > ul > li figure {
  height: 125px;
  overflow: hidden;
}
.leave-ul .inner > ul > li img {
  margin: 0 auto;
}
.leave-ul .content {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 2px solid #b01f24;
  color: #b01f24;
  padding: 25px 25px 15px;
  text-align: center;
  border-radius: 7px;
  font-size: 24px;
  font-style: normal;
  font-family: "tbudgothic-std", sans-serif;
}
.leave-ul .content p {
  font-weight: 700;
  color: #333;
}
.leave-ul .content h3 {
  font-weight: 900;
  color: #333;
}
.leave-ul .content h3 strong {
  color: #b01f24;
}

.leave-ul .content ul {
  text-align: left;
  font-family: "Noto Sans Japanese";
}
.leave-ul .content ul li {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}
.leave-ul .content strong {
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
}

.bizlink {
  background: url(../images/bg5.jpg) no-repeat center center;
  padding: 90px 0 75px;
}
.bizlink .content.dec {
  max-width: 780px;
  margin: 70px auto 50px;
  padding: 20px 70px 35px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  position: relative;
}
.bizlink .content.dec figure {
  position: absolute;
  right: -60px;
  bottom: 20px;
}
.bizlink .content li {
  font-size: 20px;
  padding: 20px 0;
  border-bottom: 1px dashed #b01f24;
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}
.bizlink .content li:before {
  content: "";
  display: block;
  background: url(../images/dui.png) no-repeat;
  width: 25px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 25px;
}

.leave-to {
  display: flex;
  padding: 100px 0 80px;
}
.leave-to span {
  display: block;
  max-width: 255px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 30px;
  font-family: "tbudgothic-std", sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: #b01f24;
  position: relative;
}
.leave-to span:after {
  content: "";
  display: block;
  background: url(../images/after.png) no-repeat;
  width: 255px;
  height: 38px;
}
.leave-to .table1 {
  width: 100%;
  margin: 60px auto 90px;
}
.leave-to .table1 td,
.leave-to .table1 th {
  font-size: 24px;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #d5d5d5;
}
.leave-to .table1 td small,
.leave-to .table1 th small {
  font-size: 18px;
}
.leave-to .table1 td:first-child {
  background: #e8e8e8;
  padding: 40px 50px;
}
.leave-to .table1 th:first-child {
  background: #e8e8e8;
  padding: 30px 50px;
}
.leave-to .table1 th:nth-child(2) {
  background: #8d8d8d;
  color: #fff;
  text-align: center;
}
.leave-to .table1 td:nth-child(2) {
  background: #fff;
  text-align: center;
  padding: 20px 0;
}
.leave-to .table1 td:nth-child(2) figure {
  margin-bottom: 10px;
}
.leave-to .table1 td:nth-child(2) img {
  margin: 0 auto;
}
.leave-to .table1 th:last-child {
  background: #b01f24;
  color: #fff;
  text-align: center;
}
.leave-to .table1 td:last-child {
  background: #f7e8e9;
  text-align: center;
  padding: 20px 0;
}
.leave-to .table1 td:last-child figure {
  margin-bottom: 10px;
}
.leave-to .table1 td:last-child img {
  margin: 0 auto;
}
.leave-tit1 {
  background: url(../images/bg5.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 78px;
  font-family: "tbudgothic-std", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  color: #b01f24;
  text-align: center;
  padding: 10px 0 0;
}
.leave-to .content {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
.leave-to .leave-tit2 {
  padding-top: 65px;
  text-align: center;
  font-family: "tbudgothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.leave-to .leave-tit2 i {
  display: block;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-weight: 900;
}
.leave-to .leave-left div {
  font-size: 24px;
  font-weight: bold;
  background: #b01f24;
  color: #fff;
  margin-top: 40px;
  width: calc(100% - 20px);
  text-align: center;
  padding: 20px 0;
  position: relative;
}
.leave-to .leave-left div:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 39px solid transparent;
  border-left: 40px solid #b01f24;
  border-bottom: 39px solid transparent;
  position: absolute;
  top: 0;
  right: -40px;
}
.leave-to .leave-middle {
  position: relative;
  height: 531px;
  width: 28px;
  margin-left: 20px;
  margin-right: 15px;
}
.leave-to .leave-middle img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.leave-to .leave-right {
  font-size: 35px;
  font-family: "tbudgothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.leave-to .leave-right div {
  padding-top: 30px;
  line-height: 1.4;
}
.leave-to .leave-right i {
  font-style: normal;
  font-size: 53px;
}

.usually {
  padding: 100px 0;
  background: #fff;
}
.usually .inner {
  max-width: 787px;
}
.usually .usually-tit {
  text-align: center;
  font-size: 30px;
  padding-bottom: 30px;
  font-family: "tbudgothic-std", sans-serif;
  font-style: normal;
  font-weight: 900;
}
.usually .usually-tit i {
  display: block;
  font-style: normal;
}
.usually .usually-tit em {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #b01f24;
  font-style: normal;
}
.usually .usually-1 {
  background: url(../images/usually1.jpg) no-repeat center center;
  width: 599px;
  height: 114px;
  margin: 0 auto 20px;
  padding-top: 10px;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #b01f24;
  text-align: center;
}
.usually .usually-2 {
  background: #b01f24;
  color: #fff;
  padding: 40px 0 45px;
  position: relative;
}
.usually .usually-2 figure {
  position: absolute;
  right: 20px;
  bottom: 0;
}
.usually .usually-2 span {
  display: block;
  text-align: center;
  max-width: 336px;
  margin: 0 auto;
  border-radius: 8px;
  padding: 5px 0;
  font-size: 28px;
  color: #000;
  font-weight: bold;
  background: #fff;
}
.usually .usually-2 span i {
  font-style: normal;
}
.usually .usually-2 .usually-2-a {
  text-align: center;
  color: #fff;
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.usually .usually-2 .usually-2-a em {
  font-style: normal;
  font-size: 68px;
  color: #f7e243;
}
.usually .usually-3 {
  text-align: center;
  font-size: 36px;
  text-align: center;
  padding: 50px 0;
  color: #b01f24;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1.5;
}
.usually .usually-3 big {
  font-size: 48px;
}
.usually .usually-4 {
  display: flex;
}
.usually .usually-4 > div {
  width: 50%;
}
.usually .usually-4 .usually-4-1 {
  background: #b01f24;
  color: #fff;
  text-align: center;
  font-size: 28px;
  padding: 25px 0;
  line-height: 1;
}
.usually .usually-4 .usually-4-2 {
  background: #fbe8e8;
  border: 1px dashed #b01f24;
  border-left: none;
  padding-top: 3px;
  text-align: center;
}
.usually .usually-4 .usually-4-2 div {
  background: url(../images/usually3.png) no-repeat center center;
  height: 68px;
  padding: 12px 0;
  font-size: 28px;
  font-weight: bold;
  color: #b01f24;
}

.actual {
  padding: 85px 0 140px;
  /* background: url(../images/bg-pc2.jpg) no-repeat center center; */
  background-size: cover;
}
.actual .actual-ul {
  display: flex;
  justify-content: space-between;
  margin: 50px auto;
}
.actual .actual-ul figure {
  display: block;
  width: 100%;
  position: relative;
}
.actual .actual-ul figure:before {
  content: "";
  display: block;
  width: 198px;
  height: 198px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 2;
}
.actual .actual-ul figure img {
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.actual .actual-ul li {
  width: 32%;
  text-align: center;
  padding: 10px 10px 55px;
  position: relative;
}
.actual .actual-ul li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #b01f24;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.actual .actual-ul li div {
  padding-top: 35px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
}
.actual .actual-ul li:first-child {
  background: #fdf9e9;
}
.actual .actual-ul li:first-child:after {
  border-top: 40px solid #fdf9e9;
}
.actual .actual-ul li:nth-child(2) {
  background: #f2ffed;
}
.actual .actual-ul li:nth-child(2):after {
  border-top: 40px solid #f2ffed;
}
.actual .actual-ul li:last-child {
  background: #f5e2e2;
}
.actual .actual-ul li:last-child:after {
  border-top: 40px solid #f5e2e2;
}
.actual .actual-common {
  padding-top: 40px;
}
.actual .actual-common h3 {
  font-size: 36px;
  background: #da788c;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  line-height: 1;
}
.actual .actual-common ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.actual .actual-common ul li {
  font-size: 35px;
  text-align: center;
  width: 32%;
  padding: 35px 15px;
  font-weight: 700;
}
.actual .actual-common ul li strong {
  color: #b01f24;
  font-size: 60px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
}
.actual .actual-common ul li:first-child {
  background: #fdf9e9;
}
.actual .actual-common ul li:nth-child(2) {
  background: #f2ffed;
}
.actual .actual-common ul li:last-child {
  background: #f5e2e2;
}
.actual .actual-bot {
  margin-bottom: 70px;
}

.check-esay {
  background: url(../images/bg-pc4.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0 15px;
}
.check-esay .inner > h3 {
  background: url(../images/bg4.png) no-repeat center center;
  height: 87px;
  background-size: contain;
  font-size: 28px;
  display: flex;
  justify-content: center;
  padding-top: 15px;
  color: #b01f24;
  font-family: "tbudgothic-std", sans-serif;
  font-style: normal;
  font-weight: 900;
}
/* .check-esay .check-ul1 .anchor {
  cursor: pointer;
}
.check-esay .check-ul1 .anchor:hover {
  text-decoration: underline;
} */
.check-esay .check-ul1 {
  padding: 40px 0;
  position: relative;
}
.check-esay .check-ul1:after {
  content: "";
  display: block;
  background: url(../images/shape.png) no-repeat center center;
  height: 28px;
}
.check-esay .check-ul1 li {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 35px;
  padding: 25px 25px 25px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.check-esay .check-ul1 li .check-q {
  display: flex;
  align-items: center;
}
.check-esay .check-ul1 li .check-q span {
  display: block;
  margin-right: 40px;
  background: url(../images/q-bg.png) no-repeat center center;
  height: 65px;
  width: 59px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-family: "Segoe UI";
  font-weight: bold;
}
.check-esay .check-ul1 li .check-q p {
  font-size: 20px;
  font-family: "tbudgothic-std", sans-serif;
  font-style: normal;
  font-weight: 900;
}
.check-esay .check-ul1 li .content {
  background: #b01f24;
  color: #fff;
  padding: 20px 35px;
  font-family: "tbudgothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.check-esay .check-ul1 li .content i {
  min-width: 80px;
  font-style: normal;
}
.check-esay .check-ul1 li .content > div {
  display: flex;
  align-items: center;
}
.check-esay .check-ul1 li .content div {
  font-size: 20px;
  margin-left: 30px;
}
.check-esay .check-ul2 li {
  border: 1px solid #b01f24;
  background: #f4f4f4;
  border-radius: 8px;
  margin-bottom: 80px;
  position: relative;
  padding: 35px 100px 40px 130px;
}
.check-esay .check-ul2 li span {
  display: flex;
  background: url(../images/ban.png) no-repeat center center;
  width: 102px;
  height: 79px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  font-family: "Segoe UI", sans-serif;
  text-transform: uppercase;
  padding-top: 10px;
  padding-left: 25px;
  line-height: 1;
}
.check-esay .check-ul2 li em {
  font-size: 205px;
  position: absolute;
  right: 40px;
  bottom: -30px;
  color: #eddedf;
  font-family: "kinescope", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
.check-esay .check-ul2 li h3 {
  font-size: 26px;
  font-family: "tbudgothic-std", sans-serif;
  font-style: normal;
  font-weight: 900;
}
.check-esay .check-ul2 li p {
  font-size: 20px;
  font-family: "tbudgothic-std", sans-serif;
  font-style: normal;
  padding-top: 25px;
  font-weight: 700;
}
.check-esay .check-ul2 li .more {
  max-width: 350px;
  font-size: 20px;
  padding: 15px 0;
  margin: 30px 0 0;
  line-height: 1;
  transition: 0.9s all;
}
.check-esay .check-ul2 li .more:after {
  border-top: 8px solid transparent;
  border-left: 10px solid #fce232;
  border-bottom: 8px solid transparent;
  right: 15px;
  transition: 0.9s all;
}
.check-esay .check-ul2 li .more:hover:after {
  border-left-color: #b01f24;
}
.check-esay .check-ul2 li:first-child em {
  right: 0;
}

.subscriber {
  background: #fff;
  padding: 90px 0;
}
.subscriber h2 {
  margin-bottom: 85px;
}
.subscriber .subscriber-tit {
  background: #f3f3f3;
}
.subscriber .subscriber-2 {
  margin-bottom: 40px;
}
.subscriber .subscriber-2 .subscriber-tit {
  padding: 20px;
  border-radius: 5px;
}
.subscriber .subscriber-2 .subscriber-tit h3 {
  padding-left: 15px;
  position: relative;
  color: #b01f24;
  font-size: 20px;
  font-family: "tbudgothic-std", sans-serif;
  font-style: normal;
  font-weight: 900;
}
.subscriber .subscriber-2 .subscriber-tit h3:after {
  content: "";
  display: block;
  background: url(../images/before.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 5px;
  width: 6px;
  height: 25px;
}
.subscriber .subscriber-2 .subscriber-tit h3 span {
  font-size: 16px;
  color: #252525;
  padding-left: 20px;
  font-weight: 600;
}
.subscriber .subscriber-2 .box {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
.subscriber .subscriber-2 .box figure {
  min-width: 240px;
  margin-left: 30px;
  border: 2px solid #b01f24;
}
.subscriber .subscriber-2 .box figure img {
  margin: 30px auto 0;
}
.subscriber .subscriber-2 .box p {
  font-size: 18px;
  line-height: 2;
}
.subscriber .subscriber-1 {
  margin-bottom: 40px;
}
.subscriber .subscriber-1 .subscriber-tit {
  padding: 20px;
  border-radius: 5px;
}
.subscriber .subscriber-1 .subscriber-tit h3 {
  padding-left: 15px;
  position: relative;
  color: #b01f24;
  font-size: 20px;
  font-family: "tbudgothic-std", sans-serif;
  font-style: normal;
  font-weight: 900;
}
.subscriber .subscriber-1 .subscriber-tit h3:after {
  content: "";
  display: block;
  background: url(../images/before.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 5px;
  width: 6px;
  height: 25px;
}
.subscriber .subscriber-1 .subscriber-tit h3 span {
  font-size: 16px;
  color: #252525;
  padding-left: 20px;
  font-weight: 600;
}
.subscriber .subscriber-1 .box {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
.subscriber .subscriber-1 .box figure {
  min-width: 240px;
  margin-right: 30px;
  border: 2px solid #b01f24;
}
.subscriber .subscriber-1 .box figure img {
  margin: 30px auto 0;
}
.subscriber .subscriber-1 .box p {
  font-size: 18px;
  line-height: 2;
}

.introduction {
  background: url(../images/bg-pc5.jpg) no-repeat center center;
  background-size: cover;
  padding: 65px 0;
}
.introduction .section-title {
  text-transform: uppercase;
}
.introduction .subscriber-before {
  display: block;
  position: relative;
}
.introduction .subscriber-before:before {
  content: "";
  display: block;
  width: 79px;
  height: 8px;
  background: #b01f24;
  position: absolute;
  top: -8px;
  left: 0;
}
.introduction .subscriber-before:after {
  content: "";
  display: block;
  width: 8px;
  height: 79px;
  background: #b01f24;
  position: absolute;
  top: -8px;
  left: -8px;
}
.introduction .subscriber-after {
  display: block;
  position: relative;
}
.introduction .subscriber-after:before {
  content: "";
  display: block;
  width: 79px;
  height: 8px;
  background: #b01f24;
  position: absolute;
  bottom: -8px;
  right: 0;
}
.introduction .subscriber-after:after {
  content: "";
  display: block;
  width: 8px;
  height: 79px;
  background: #b01f24;
  position: absolute;
  bottom: -8px;
  right: -8px;
}
.introduction ul {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 85px;
}
.introduction ul li {
  width: 30%;
  background: #fff;
}
.introduction ul li figure {
  padding: 30px 0;
}
.introduction ul li img {
  margin: 0 auto;
}
.introduction .introduction1 {
  background: #fff1f1;
  padding: 50px 0 40px;
  font-size: 16px;
  text-align: center;
  line-height: 2;
  position: relative;
}
.introduction .introduction1 figure {
  position: absolute;
  bottom: 0;
  right: 0;
}

.meeting {
  background: url(../images/bg-pc5.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0 100px;
}
.meeting ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
.meeting ul > figure {
  margin: 0 20px;
}
.meeting ul li {
  background: #fff;
  width: 32%;
  border-radius: 6px;
  padding: 75px 0 60px;
}
.meeting ul li img {
  margin: 0 auto;
}
.meeting ul li span {
  background: #b01f24;
  color: #fff;
  display: block;
  max-width: 113px;
  margin: 25px auto 60px;
  text-align: center;
  border-radius: 50px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
.meeting ul li p {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  color: #b01f24;
  font-weight: bold;
  position: relative;
}
.meeting ul li p:before {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  background: #b01f24;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
}
.meeting .inner > p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 25px 0 60px;
}

.qa {
  padding: 0 0 60px;
  background: #fff;
}
.qa .section-title {
  margin-bottom: 60px;
}
.qa dl dt {
  background: #f4f4f4;
  padding: 15px 55px;
  border-radius: 8px;
  font-size: 26px;
  font-family: "tbudgothic-std", sans-serif;
  font-style: normal;
  font-weight: 900;
  display: flex;
  align-items: center;
}
.qa dl dt span {
  background: #b01f24;
  color: #fff;
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  text-transform: uppercase;
  text-align: center;
  margin-right: 18px;
  font-family: "Segoe UI", sans-serif;
}
.qa dl dd {
  padding: 40px 170px 70px 120px;
  font-size: 16px;
}
.qa dl dd > div {
  display: flex;
  align-items: flex-start;
}
.qa dl dd span {
  display: block;
  min-width: 30px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
  font-family: "Segoe UI", sans-serif;
  margin-right: 10px;
}
.qa dl dd ul {
  padding-top: 45px;
  line-height: 1.8;
}

.carrier {
  padding: 80px 0;
  background: #fff;
}
.carrier table {
  max-width: 1010px;
  width: 100%;
  margin: 40px auto 0;
}
.carrier table td:first-child {
  font-weight: bold;
  padding: 25px 65px;
  width: 29%;
}
.carrier table td:last-child {
  padding: 25px 55px;
  width: 71%;
}
.carrier table td {
  font-size: 18px;
  border: 1px solid #eeeeee;
}

.introduce {
  background-color: #fff;
  padding: 10px 0 80px;
}

.introduce figure {
  width: 250px;
  margin-right: 50px;
}

.introduce figure img {
  width: 100%;
}

.introduce small {
  display: block;
}

.introduce .content {
  padding-top: 70px;
}

/* .introduce .content:first-child{
  padding-top: 0;
} */

.introduce .content:nth-child(3) .flex {
  align-items: center;
}

.introduce .flex {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.introduce .flex .box {
  min-width: 650px;
}

.introduce ul {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.introduce ul li {
  max-width: 100px;
}

.introduce ul li:nth-child(2) {
  margin: 0 30px;
}

.introduce h4 {
  font-size: 20px;
  padding-bottom: 30px;
}

.introduce p {
  font-size: 16px;
  max-width: 650px;
}

.contact {
  display: flex;
  flex-direction: column;
  padding: 80px 0;
}
.contact .content {
  max-width: 640px;
  margin: 40px auto 10px;
}

.contact .content dl {
  width: 100%;
  padding-bottom: 30px;
}

.contact .content dl {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}

.contact .content dt {
  width: 80%;
  font-size: 18px;
  font-weight: bold;
}

.contact .content .name {
  display: flex;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}

.contact .content #last-name {
  width: 30%;
  font-weight: bold;
  margin-right: 10px;
}

.contact .content dl dt span,
.contact .content dl label.confirm-check span {
  color: #b01f24;
}

.contact .content dl dd {
  width: 100%;
}

.last_name {
  margin-right: 10px;
  width: 90%;
}

.first_name {
  width: 90%;
}

.contact .content dl dd input,
.contact .content dl dd select,
.contact .content dl dd textarea {
  width: 100%;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  border: none;
}

.content-dd {
  background-color: #fff;
  padding: 20px;
  max-height: 200px;
  overflow-y: scroll;
  color: #777;
}

.content-dd h3 {
  text-align: center;
  margin-bottom: 8px;
}

.content-dd .box {
  padding-top: 8px;
}

.contact .content dl label.confirm-check {
  min-width: 180px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.contact .content dl label.confirm-check input {
  margin-right: 5px;
  width: 25px;
  height: 25px;
}
.contact .content dl label.confirm-check input[type="checkbox"] {
  accent-color: #b01f24;
}
input::-webkit-input-placeholder {
  color: #888;
}
input:-moz-placeholder {
  color: #888;
}
input::-moz-placeholder {
  color: #888;
}
input:-ms-input-placeholder {
  color: #888;
}
.contact .content dl dd textarea {
  height: 200px;
}

.page .contact .content dl dd {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.page .more {
  padding: 15px 0;
}

.page .contact {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 47px);
}

.page .contact .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 60px 40px;
}

.page .contact .section-title {
  text-align: left;
}

.page .contact .content {
  background-color: #f6f6f6;
  max-width: 1000%;
  border: 1px solid #ddd;
  padding: 60px;
  margin-bottom: 60px;
}

.page .contact .content dl dt {
  text-align: left;
  margin-right: 60px;
}

.page footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.submit {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  position: relative;
}

.submit:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid #fce232;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 33px;
  transition: 0.9s all;
}

.submit input {
  background: #b01f24;
  border: 2px solid #b01f24;
  border-radius: 7px;
  padding: 10px 0;
  color: #fce232;
  width: 250px;
  /* border: none; */
  transition: 0.9s all;
  cursor: pointer;
  font-family: "tbudgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  box-shadow: 6px 6px 4px #500000;
}

.submit:hover input {
  color: #b01f24;
  background: #fce232;
}
.submit:hover::after {
  border-left-color: #b01f24;
}

.submit-box {
  display: flex;
  justify-content: center;
}

.submit-box > div {
  width: 48%;
  margin: 0;
}

.submit-box > div:last-child {
  margin-left: 30px;
}

footer {
  background: #b01f24;
  color: #fff;
  text-align: center;
  padding: 20px 0 15px;
  line-height: 1;
  font-size: 12px;
}

.normalmove {
  transform: translateY(50px);
  opacity: 0;
}

.normalanimate {
  transform: translateY(0%);
  opacity: 1;
  transition-timing-function: cubic-bezier(0.34, 0.96, 0.56, 0.99);
  transition: 0.9s;
  margin-bottom: 40px;
}

.nowrap {
  white-space: nowrap;
  display: inline-block;
}

.thanks {
  padding: 100px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: calc(100vh - 47px);
}

.thanks h3 {
  font-size: 48px;
  font-family: "tbudgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 60px;
}

.thanks p {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  padding: 0 30px 50px;
}

.sptop-btn {
  position: fixed;
  right: 0;
  top: 50%;

  transform: translateY(-50%);
  z-index: 20;
  overflow: hidden;
}
.sptop-btn a.more2 {
  box-shadow: -4px 2px 5px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  background: #b01f24;
  display: block;
  padding: 20px 40px 20px 20px;
  border-radius: 20px 0 0 20px;

  transition: 0.3s all;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);

  display: flex;

  justify-content: center;
  align-items: center;

  flex-direction: column;
  font-size: 24px;
  font-weight: bold;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  transform: translateX(20px);
  margin-bottom: 10px;
}
.sptop-btn a.line {
  display: block;
  width: 72px;
  transition: 0.3s all;
  position: relative;

  display: flex;

  justify-content: center;
  align-items: center;

  flex-direction: column;
}
.sptop-btn a.line:hover {
  opacity: 0.8;
}
.sptop-btn a.more:hover {
  text-decoration: none;
  transform: translateX(0px);
}
br.sp400 {
  display: none;
}
.spbottom-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border: 4px solid #fff;
  background-color: #fff;
  display: none;
}
.spbottom-btn a.line {
  width: 49%;
}
.spbottom-btn a.more-link {
  width: 100%;
  /* max-width: 100%;
  margin: 0;
  display: flex;
  align-items: center;

  background: #b01f24;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #fce232;
  position: relative;
  z-index: 1;
  transition: 0.3s;

  border-radius: 10px;

  box-shadow: none;
  text-align: left; */
}
/* @media (max-width: 500px) {
  .spbottom-btn a.more {
    padding: 13px 12px;
  }
}
@media (max-width: 420px) {
  .spbottom-btn a.more {
    padding: 10px 12px;
  }
} */
@media (max-width: 600px) {
  footer {
    margin-bottom: 90px;
  }
  .spbottom-btn {
    display: flex;
  }
  .sptop-btn {
    display: none;
  }
}
/* .spbottom-btn a.more::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #fce232;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
} 
@media (max-width: 350px) {
  .spbottom-btn a.more {
    padding: 10px 0px;
  }
  .spbottom-btn a.more::after {
    right: 2px;
  }
}*/
@media (max-width: 1750px) {
  .page .contact {
    height: auto;
    padding: 60px 20px;
  }
  .page footer {
    position: static;
  }
  .page-thanks footer {
    position: fixed;
    width: 100%;
  }
}

@media (max-width: 1400px) {
  .leave-ul .content {
    font-size: 20px;
  }
  .leave-ul .content strong {
    font-size: 40px;
  }

  .insurance .content {
    padding: 40px;
  }
  .page .contact .inner {
    padding: 40px;
  }
  .page .contact .content {
    padding: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1300px) {
  .leave-tit1 {
    background: none;
    border: 1px solid #b01f24;
  }

  .check-esay .inner > h3 {
    background: none;
    border: 1px solid #b01f24;
  }

  .actual .actual-common ul li strong {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .insurance .content .box {
    padding: 40px;
  }
  .insurance .content figure {
    position: static;
    max-width: 200px;
  }

  .usually .inner {
    display: block;
  }
  .usually .usually-1 {
    margin: 0 auto;
  }

  .introduction .introduction1 figure {
    max-width: 110px;
  }

  .check-esay .check-ul1 li .content {
    padding: 20px;
    min-width: 305px;
    margin-left: 20px;
  }

  .leave-ul .inner > ul {
    display: block;
  }
  .leave-ul .inner > ul > li {
    width: 100%;
    margin: 0 auto 30px;
  }

  .hero figure {
    bottom: -77px;
  }
}
@media (max-width: 1100px) {
  .insurance .content figure {
    max-width: 150px;
  }
  .insurance .content .box {
    font-size: 26px;
    padding: 30px;
  }

  .actual .actual-common ul li {
    font-size: 30px;
  }
  .actual .actual-common ul li strong {
    font-size: 40px;
  }

  .leave-to .leave-right {
    font-size: 30px;
  }
  .leave-to .leave-right i {
    font-size: 40px;
  }

  .four ul li {
    margin: 40px auto 0;
  }

  .leave h3 {
    font-size: 35px;
  }

  .meeting ul {
    display: block;
  }
  .meeting ul li {
    width: 100%;
  }
  .meeting ul > figure {
    max-width: 55px;
    margin: 20px auto;
  }
  .meeting ul > figure > img {
    margin-left: 10px;
    transform: rotate(90deg);
  }

  .introduction .introduction1 figure {
    display: none;
  }
}
@media (max-width: 1000px) {
  .carrier table td:first-child {
    padding: 25px 30px;
  }

  .introduction .introduction1 {
    padding: 50px 20px 40px;
  }

  .hero figure {
    bottom: -50px;
  }

  .leave-to .table1 td:first-child {
    padding: 30px;
  }

  .leave-to .table1 td:nth-child(2),
  .leave-to .table1 td:last-child {
    padding: 10px;
  }

  .leave-to .content {
    display: block;
  }

  .leave-left img {
    margin: auto;
  }

  .leave-right {
    text-align: center;
  }
  .leave-right img {
    margin: auto;
  }

  .leave-to .leave-middle {
    height: 28px;
    width: 55px;
    margin: 20px auto;
  }
  .leave-to .leave-middle img {
    margin-left: 10px;
    transform: rotate(90deg);
    margin-top: -28px;
  }

  .check-esay .check-ul1 li {
    display: block;
  }
  .check-esay .check-ul1 li .content {
    padding: 20px;
    min-width: 305px;
    margin-left: 0;
    margin-top: 30px;
  }

  .qa dl dt {
    padding: 15px;
  }
  .qa dl dd {
    padding: 40px 15px;
  }

  .leave-to .table1 td,
  .leave-to .table1 th {
    font-size: 20px;
  }
}

@media (max-width: 950px) {
  .introduce .flex {
    display: block;
  }
  .introduce figure {
    margin: 0 auto 30px;
  }
  .introduce figure img {
    margin: 0 auto;
  }
  .introduce .flex .box {
    min-width: auto;
  }
}

@media (max-width: 850px) {
  .inner {
    padding: 0 30px;
  }

  .introduction ul {
    display: block;
    padding-bottom: 55px;
  }
  .introduction ul li {
    width: 100%;
    margin: 0 auto 30px;
  }

  .section-title {
    font-size: 30px;
  }

  .bizlink .content.dec {
    margin: 70px 20px 50px;
  }

  .actual .actual-common ul li {
    font-size: 24px;
  }
  .actual .actual-common ul li strong {
    font-size: 36px;
  }
  .introduce p {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .insurance {
    padding-top: 50px;
  }
  .insurance .inner > figure {
    max-width: 150px;
  }
  .insurance .content {
    display: block;
    margin-top: 35px;
    padding: 20px;
  }
  .insurance .content .ins-aft1:after {
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -50px;
  }
  .insurance .content .ins-aft2:after {
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    top: auto;
    bottom: -50px;
  }
  .insurance .content .box {
    font-size: 20px;
    margin-right: 0;
    margin-bottom: 60px;
  }

  .section-title {
    font-size: 24px;
  }
  .section-title i {
    font-size: 28px;
  }

  .insurance .bottom {
    width: auto;
    height: 100px;
    font-size: 30px;
    background-size: cover;
  }

  .common {
    padding: 20px 0;
  }
  .common p {
    font-size: 20px;
  }
  .common span {
    font-size: 40px;
    width: 55px;
    height: 55px;
  }

  .insurance .inner > figure {
    max-width: 100px;
  }

  .simulation {
    padding: 30px 20px;
  }
  .simulation .more {
    max-width: 350px;
    font-size: 16px;
    padding: 10px 0;
  }
  .simulation .more:after {
    border-top: 5px solid transparent;
    border-left-width: 10px;
    border-bottom: 5px solid transparent;
  }

  .leave {
    padding: 30px 20px;
  }
  .leave span {
    font-size: 20px;
  }
  .leave h3 {
    font-size: 24px;
  }

  .leave-ul {
    padding: 40px 0 60px;
  }
  .leave-ul .content {
    padding: 15px;
  }

  .bizlink .content li {
    font-size: 16px;
  }

  .more {
    max-width: 300px;
    font-size: 16px;
    padding: 20px 0;
  }
  .more:after {
    right: 20px;
  }

  .bizlink {
    padding: 50px 20px;
  }
  .bizlink .content.dec {
    margin: 30px 20px;
    padding: 20px;
  }
  .bizlink .content figure {
    display: none;
  }

  .leave-to {
    flex-direction: column;
    padding: 50px 0 40px;
  }
  .leave-tit1 {
    font-size: 20px;
    padding: 10px 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .leave-to .leave-left div {
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
  }
  .leave-to .leave-left div:after {
    display: none;
  }
  .leave-to .table1 {
    margin: 40px auto 50px;
  }
  .leave-to .table1 td:first-child {
    padding: 20px;
    min-width: 125px;
  }
  .leave-to .table1 td small,
  .leave-to .table1 th small {
    font-size: 12px;
  }
  .leave-to span {
    font-size: 20px;
  }

  .leave-to .leave-right {
    font-size: 20px;
  }
  .leave-to .leave-right i {
    font-size: 30px;
  }
  .leave-to .leave-tit2 {
    padding-top: 40px;
  }

  .trouble {
    padding-top: 50px;
  }

  .leave-to .table1 td,
  .leave-to .table1 th {
    font-size: 16px;
  }

  .usually {
    padding: 50px 0;
  }
  .usually .usually-tit {
    font-size: 24px;
  }
  .usually .usually-tit i,
  .usually .usually-tit em {
    font-size: 28px;
  }
  .usually .usually-1 {
    font-size: 20px;
    background: none;
    border: 1px solid #b01f24;
    height: auto;
    width: auto;
    margin-bottom: 20px;
    padding: 10px 0;
  }
  .usually .usually-2 {
    padding: 20px 0;
  }
  .usually .usually-2 span {
    font-size: 20px;
    max-width: 280px;
  }
  .usually .usually-2 .usually-2-a {
    font-size: 30px;
  }
  .usually .usually-2 .usually-2-a em {
    font-size: 40px;
  }
  .usually .usually-3 {
    font-size: 24px;
  }
  .usually .usually-3 big {
    font-size: 30px;
  }
  .usually .usually-4 .usually-4-1,
  .usually .usually-4 .usually-4-2 div {
    font-size: 20px;
  }
  .usually .usually-4 .usually-4-2 div {
    padding: 15px 0;
  }

  .actual .actual-ul li div {
    font-size: 16px;
  }
  .actual .actual-ul figure:before {
    width: 130px;
    height: 130px;
  }
  .actual .actual-ul figure img {
    max-width: 80px;
  }

  .actual {
    padding: 60px 0;
  }
  .actual .actual-common ul li {
    font-size: 18px;
  }
  .actual .actual-common ul li strong {
    font-size: 23px;
  }
  .actual .actual-common h3 {
    font-size: 24px;
    padding: 10px 0;
  }

  .four ul li h3 {
    font-size: 20px;
    background: #b01f24;
    width: auto;
    height: auto;
    padding: 10px;
  }
  .four ul li p {
    text-align: left;
  }
  .four h2 {
    background: none;
    padding: 50px 20px 0;
  }

  .check-esay .inner > h3 {
    padding: 10px 0;
    height: auto;
    font-size: 20px;
  }

  .check-esay .check-ul1 li .check-q span {
    min-width: 59px;
    margin-right: 20px;
  }
  .check-esay .check-ul1 li .check-q p {
    font-size: 18px;
  }

  .check-esay .check-ul1 li .content {
    min-width: auto;
  }
  .check-esay .check-ul1 li .content i {
    min-width: 65px;
  }

  .check-esay .check-ul1 li .content div {
    margin-left: 0;
    font-size: 16px;
  }
  .check-esay .check-ul1 li .content div div {
    margin-left: 30px;
  }

  .check-esay .check-ul2 li {
    padding: 35px 100px;
  }
  .check-esay .check-ul2 li h3 {
    font-size: 20px;
  }
  .check-esay .check-ul2 li p {
    font-size: 14px;
  }

  .subscriber {
    padding: 50px 0 30px;
  }
  .subscriber .subscriber-1 .subscriber-tit,
  .subscriber .subscriber-2 .subscriber-tit {
    padding: 10px;
  }
  .subscriber .subscriber-1 .subscriber-tit h3,
  .subscriber .subscriber-2 .subscriber-tit h3 {
    font-size: 16px;
  }
  .subscriber .subscriber-1 .box p,
  .subscriber .subscriber-2 .box p {
    font-size: 14px;
  }
  .subscriber h2 {
    margin-bottom: 30px;
  }

  .introduction {
    padding: 50px 0;
  }
  .introduction ul {
    padding: 30px 0;
  }
  .introduction .introduction1 {
    padding: 40px 20px 30px;
    font-size: 14px;
  }

  .more1 {
    max-width: 300px;
  }

  .qa {
    padding: 0 0 50px;
  }
  .qa .section-title {
    margin-bottom: 30px;
  }

  .qa dl dt {
    font-size: 20px;
  }
  .qa dl dt span {
    width: 35px;
    height: 35px;
  }
  .qa dl dd span {
    font-size: 20px;
    margin-right: 0;
  }

  .meeting {
    padding: 50px 0;
  }
  .meeting ul {
    margin-bottom: 40px;
  }
  .meeting ul li {
    padding: 40px 0;
  }
  .meeting .inner > p {
    font-size: 18px;
    padding: 25px 0 40px;
  }
  .carrier table td {
    font-size: 16px;
  }
  .carrier table td:first-child {
    padding: 20px;
    min-width: 169px;
  }
  .carrier table td:last-child {
    padding: 20px;
  }

  .check-esay .check-ul2 li {
    padding: 25px 70px 25px 25px;
    margin-bottom: 30px;
  }
  .check-esay .check-ul2 li em {
    bottom: auto;
    top: 0;
    right: 0;
    width: 43px;
    color: red;
    opacity: 0.4;
    font-size: 60px;
  }
  .check-esay .check-ul2 li span {
    display: none;
  }

  .leave h3 {
    font-size: 20px;
  }

  .carrier {
    padding: 50px 0;
  }
  .contact {
    padding: 50px 0;
  }
  .submit {
    font-size: 16px;
  }
  .contact .content {
    margin: 30px auto 0;
  }
  .contact .content dl {
    width: 100%;
    padding-bottom: 20px;
  }
  .contact .content dl dt {
    min-width: 160px;
    font-size: 16px;
  }
  .thanks {
    padding: 60px 20px;
  }
  .thanks h3 {
    font-size: 20px;
    padding-bottom: 25px;
  }
  .thanks p {
    font-size: 14px;
    padding: 0 0 30px;
  }
  .contact .content dl dd textarea {
    height: 150px;
  }
  .introduce .content {
    padding-top: 50px;
  }
  .introduce {
    padding-bottom: 50px;
  }
  .introduce h4 {
    font-size: 18px;
    padding-bottom: 25px;
  }
  .introduce p {
    font-size: 14px;
  }
  .introduce ul li {
    max-width: 70px;
  }
  .introduce ul li:nth-child(2) {
    margin: 0 15px;
  }
  .content-dd {
    padding: 10px;
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .hero figure {
    bottom: -150px;
    right: calc(50% - 125px);
    min-width: 250px;
  }
  .insurance {
    padding-top: 120px;
  }
  .common p:first-child {
    margin-right: 20px;
  }
  .common span {
    font-size: 25px;
    width: 35px;
    height: 35px;
    margin-right: 5px;
  }
  .common p {
    font-size: 14px;
  }

  .subscriber .subscriber-2 .box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subscriber .subscriber-2 .box figure {
    min-width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .subscriber .subscriber-2 .box p {
    order: 2;
  }

  .qa dl dt span {
    min-width: 32px;
  }

  .usually .usually-2 figure {
    display: none;
  }
  .page .contact .inner {
    padding: 30px;
  }
  .page .contact .content {
    padding: 20px;
    margin-bottom: 30px;
  }
  .page .contact .content dl dt {
    margin-right: 20px;
  }
}
@media (max-width: 500px) {
  .inner {
    padding: 0 20px;
  }

  .subscriber .subscriber-1 .box {
    display: block;
  }
  .subscriber .subscriber-1 .box figure {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .simulation .more:after {
    border-top: 5px solid transparent;
    border-left-width: 10px;
    border-bottom: 5px solid transparent;
  }

  .more1 {
    max-width: 300px;
  }

  .more,
  .more1 {
    font-size: 14px;
    padding: 10px 0;
  }
  .more:after,
  .more1:after {
    border-top: 5px solid transparent;
    border-left-width: 10px;
    border-bottom: 5px solid transparent;
  }
  .submit {
    font-size: 14px;
  }
  .submit:after {
    border-top: 5px solid transparent;
    border-left-width: 10px;
    border-bottom: 5px solid transparent;
  }

  .leave-to .table1 td,
  .leave-to .table1 th {
    font-size: 12px;
  }

  .leave-to .table1 td:first-child {
    padding: 15px;
    min-width: 101px;
  }

  .check-esay .check-ul2 li .more {
    font-size: 12px;
    padding: 10px 0;
    max-width: 300px;
  }
  .check-esay .check-ul2 li .more:after {
    border-top: 5px solid transparent;
    border-left-width: 10px solid;
    border-bottom: 5px solid transparent;
  }

  .leave-to .table1 td:nth-child(2) img,
  .leave-to .table1 td:last-child img {
    max-width: 20px;
  }

  .actual .actual-ul figure:before {
    width: 90px;
    height: 90px;
  }
  .actual .actual-ul figure img {
    max-width: 40px;
  }

  .actual .actual-common ul li {
    font-size: 12px;
    padding: 30px 10px;
  }
  .actual .actual-common ul li strong {
    font-size: 16px;
  }

  .actual .actual-ul {
    margin: 50px auto 0;
  }
  .actual .actual-ul li:after {
    display: none;
  }
  .actual .actual-ul li div {
    font-size: 14px;
  }
  .contact .content dl {
    display: block;
  }
  .contact .content dl dt {
    padding-bottom: 5px;
  }
  .page .contact .content dl dt {
    text-align: left;
  }
  .page .contact {
    height: auto;
    padding: 50px 20px;
  }
  .page .contact .inner {
    padding: 20px;
  }
  .page-thanks footer {
    position: static;
  }
}
@media (max-width: 400px) {
  br.sp400 {
    display: block;
  }
  .leave-ul .content {
    font-size: 18px;
  }

  .submit:after {
    right: 20px;
  }

  .actual .actual-common ul li {
    padding: 30px 5px;
  }

  .leave-to .leave-left div {
    font-size: 14px;
  }

  .usually .usually-3 {
    font-size: 22px;
  }
  .usually .usually-2 span {
    max-width: 250px;
  }

  .check-esay .inner > h3 {
    font-size: 18px;
  }

  .check-esay .check-ul2 li {
    padding: 25px 30px 25px 25px;
  }
  .carrier table td:first-child {
    font-size: 14px;
    min-width: 149px;
    padding: 20px;
  }
  .carrier table td:last-child {
    font-size: 14px;
    padding: 20px;
  }

  .section-title {
    font-size: 20px;
  }
  .section-title i {
    font-size: 26px;
  }

  .actual .actual-ul li div {
    font-size: 14px;
  }
  .contact .content dl dt {
    min-width: 140px;
  }
}

/* new style 0418 */
.check-esay .check-ul1 li .content > div + div {
  margin-top: 10px;
}

.check-esay .check-ul1 .anchor .btn {
  cursor: pointer;
  background-color: #9b0005;
  width: 5em;
  padding: 2px 6px;
  display: inline-block;
  text-align: center;
  border-radius: 6px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  color: #fce232;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.check-esay .check-ul1 .anchor .btn:hover {
  background-color: #fce232;
  color: #b01f24;
}

/* contact thanks page css */
.thanks .more {
  margin: 20px auto;
  max-width: 420px;
  padding: 15px 0;
}
.thanks a.back-link {
  font-size: 18px;
  text-decoration: underline;
  transition: 0.3s;
}
.thanks a.back-link:hover {
  color: #b01f24;
}
.thanks .lg-txt {
  font-size: 24px;
  font-weight: 700;
}
.thanks .line-area {
  margin: 0 auto;
  text-align: center;
}
.thanks .line-area p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
}
.thanks .line-area .lineicon img {
  margin-right: 15px;
  max-width: 45px;
}
.thanks .line-area .lineqrcode {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
.thanks .line-area .lineqrcode img {
  max-width: 250px;
}
.thanks .line-area .lineqrcode:hover {
  opacity: 0.7;
}
@media screen and (max-width: 890px) {
  .page-thanks footer {
    margin-bottom: 0;
  }
  .thanks .lg-txt {
    font-size: min(3.4vw, 24px);
  }
  .thanks .line-area .lineicon img {
    width: 6%;
  }
  .thanks .line-area p {
    font-size: min(3.8vw, 32px);
  }

  .thanks a.back-link {
    font-size: min(3.2vw, 18px);
  }
}
@media screen and (max-width: 640px) {
  .thanks .line-area .lineqrcode img {
    width: 40%;
  }
}

#m-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.show {
  opacity: 1;
  transition: 0.5s;
  pointer-events: auto;
}

.hidden {
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
}
/* ローディング修正 */
.submit {
  position: relative;
}
.loading-overlay {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  transform: translate(-50%, -50%);
}
.loading-spinner {
  display: none;
  border: 4px solid rgba(0, 0, 0, 0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-left-color: #b01f24;
  animation: spin 1s ease infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-container {
  position: relative;
  display: inline-block;
}

.loading-container.loading .loading-spinner {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading-container.loading input {
  pointer-events: none;
  background-color: #ddd;
  color: #999;
  cursor: not-allowed;
  border-color: #ddd;
}
.loading-container.loading .submit:after {
  display: none;
}
/* エラーメッセージ */
.error-message {
  font-weight: 400;
  font-size: 14px;
  color: red;
  margin-top: 5px;
}
.error-message-center {
  font-weight: 400;
  font-size: 14px;
  color: red;
  margin-top: 5px;
  text-align: center;
}
.error-message.gray {
  color: #666;
}




/* ここからTSS編集 */
.code-Area {
  margin: 3rem 0;
  padding-bottom: 3rem;
}
.code-text {
  margin: 0 auto;
  width: 60%;
  padding: 2rem 0;
}
.code-Copy {
  text-align: center;
}
.copy-code {
  font-size: 2em;
  font-family: "Noto Sans Japanese";
  background-color: #fff;
  padding: 1em 3em;
  border: 3px solid #e0e0e0;
  border-radius: 5px;
  position: relative;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
}
.copy-code:hover {
  background-color: #e0e0e0;
  border: none;
}
.copy-message {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 1em 1em;
  border-radius: 8px;
  font-size: 1.2em;
  z-index: 9999;
}

@media screen and (max-width: 640px) {
  .code-text {
    width: 80%;
  }
}

.under-Contract-area {
  margin: 0 auto;
  width: 40%;
}
.under-Contract {
  padding: 2rem 0;
  margin: 0 auto;
}
.under-Contract:hover {
  filter: brightness(120%);
}

@media screen and (max-width: 640px) {
  .under-Contract {
    width: 100%;
  }
}