@charset "utf-8";
#faq .wrap .faq {display: flex; flex-direction: column; gap: 2vw;}
#faq .wrap .faq dl {background-color: #F2F4F7; border-radius: 1.56vw; padding: 2.5vw 5vw;}
#faq .wrap .faq dl dt {font-size: 18px; font-weight: bold; cursor: pointer; position: relative;}
#faq .wrap .faq dl dt span {color: #2C3E50; transition: .5s;}
#faq .wrap .faq dl dt::after {content: url(../img/arrow_up.svg); width: 30px; height: 30px; top: 0; right: -30px; position: absolute; transition: .5s;}
#faq .wrap .faq dl dt.is-active {border-bottom: 1px solid #2C3E50;}
#faq .wrap .faq dl dt.is-active::after {transform: rotate(180deg);}
#faq .wrap .faq dl dd {height: 0; overflow: hidden; opacity: 0; transition-duration: 0.3s;}
#faq .wrap .faq dl dd span {display: block; font-size: 18px; font-weight: bold; color: #2C3E50;}
#faq .wrap .faq dl dd.is-open {height: auto; opacity: 1; margin: 1em auto 0;}
@media screen and (max-width:768px) {
    #faq .wrap .faq dl {padding: 25px 50px 25px 25px;}
    #faq .wrap .faq dl dt,
    #faq .wrap .faq dl dd span {font-size: 16px;}
    #faq .wrap .faq dl dt::after {width: 25px; height: 25px; right: -35px;}

}
/* form */
#form .wrap {background-color: #F2F4F7; padding: 100px 0;}
#form .wrap .block {max-width: calc(1360px - 2vw); margin: 0 auto; padding: 0 2vw;}
#form .wrap .block h3 {font-size: 24px; line-height: 1;}
#form .wrap .block h3 span {font-size: 14px;}
#form .wrap .block .form {margin: 100px auto 0; max-width: 1000px;}
#form .wrap .block .form .error-message {display: none; font-weight: bold; color: #B70000; text-align: center;}
#form .wrap .block .form .error {font-weight: bold; color: #B70000;}
#form .wrap .block .form .mw_wp_form_error .error-message {display: block;}
#form .wrap .block .form .p-country-name {display: none;}
#form .wrap .block .form .completion {font-weight: bold;}
#form .wrap .block .form table {width: 100%; border-collapse: collapse; text-align: left; margin: 0 0 50px;}
#form .wrap .block .form table tbody tr th {width: 30%; font-weight: normal;}
#form .wrap .block .form table tbody tr th span {color: #B70000;}
#form .wrap .block .form table tbody tr td {width: 70%; padding: 25px 0;}
#form .wrap .block .form table tbody tr td input, #form .wrap .block .form table tbody tr td textarea {border: 1px solid #707070; background: #fff; padding: 10px; border-radius: 5px;}
#form .wrap .block .form table tbody tr td input:not(.p-postal-code):not(.tel),
#form .wrap .block .form table tbody tr td textarea {width: 100%;}
#form .wrap .block .form .caution {margin: 0 0 50px; text-align: center;}
#form .wrap .block .form .caution span {color: #B70000;}
#form .wrap .block .form .privacy {padding: 50px 100px; margin: 0 0 50px; border-radius: 1.56vw; background: #DCDCDC; color: #333; text-align: center;}
#form .wrap .block .form .privacy .box {background: #fff; text-align: left; margin: 50px auto 0; border-radius: 1.56vw;}
#form .wrap .block .form .privacy .box h4 {position: relative; font-weight: normal; padding: 10px 10px 10px 30px; cursor: pointer; margin: 0; text-align: left;}
#form .wrap .block .form .privacy .box h4::after {position: absolute; right: 10px; top: 50%; transform: translate(0,-50%); width: 20px; height: 20px;  content: url(../img/arrow_up.svg); transition: .5s;}
#form .wrap .block .form .privacy .box h4.is-active::after {transform: translate(0,-50%) rotate(180deg);}
#form .wrap .block .form .privacy .box div {padding: 0 25px; font-size: 14px; height: 0; overflow: hidden; opacity: 0; transition-duration: 0.3s;}
#form .wrap .block .form .privacy .box div.is-open {padding: 25px; height: auto; opacity: 1;}
#form .wrap .block .form .privacy .box div h5 {font-size: 14px; font-weight: normal; padding: 1em 0 0;}
#form .wrap .block .form .privacy .box div ul {padding: 0 0 0 1em;}
#form .wrap .block .form .privacy .agree {display: inline-block; padding: 15px 50px; margin: 30px auto 0; background-color: #fff; border-radius: 1.56vw;}
#form .wrap .block .form .recaptcha {font-size: 12px; text-align: center;}
#form .wrap .block .form .recaptcha a {text-decoration: none; color: #222;}
#form .wrap .block .form .btn {display: flex; justify-content: center; margin: 0 0 70px;}
#form .wrap .block .form .config button {display: inline-block; font-size: 30px; font-weight: bold; color: #2C3E50; position: relative; padding: 0 80px 0 0; transition: .5s;}
#form .wrap .block .form .config button::after {position: absolute; right: 0; top: 50%; transform: translate(0,-50%); content: url(../img/arrow.svg); width: 50px; height: 50px;}
#form .wrap .block .form .config button:hover {opacity: .7;}
#form .wrap .block .form .return button {display: inline-block; font-size: 30px; font-weight: bold; color: #707070; position: relative; padding: 0 80px 0 0; transition: .5s;}
#form .wrap .block .form .return button::after {position: absolute; right: 0; top: 50%; transform: translate(0,-50%); content: url(../img/arrow_g.svg); width: 50px; height: 50px;}
#form .wrap .block .form .return button:hover {opacity: .7;}
#form .wrap .block .form .return button {display: inline-block; text-decoration: none; color: #fff; background: #707070; line-height: 3; padding: 0 100px; transition: .5s; margin: 0 30px 0 0;}
#form .wrap .block .form .return button:hover {background: #fff; color: #333;}
#form .wrap .block .form .mw_wp_form_preview .btn .return span {position: relative;}
#form .wrap .block .form .mw_wp_form_preview .btn .return span::after {content: ""; display: inline-block; width: 0.5px; height: 100px; background-color: #707070; position: absolute; top: 50%; right: 15px; transform: translateY(-50%); }
@media screen and (max-width:768px) {
    #form .wrap .block .form table tbody tr th, #form .wrap .block .form table tbody tr td {display: block; width: 100%;}
    #form .wrap .block .form .privacy {padding: 50px 3%;}
    #form .wrap .block .form .config button, #form .wrap .block .form .return button {font-size: 20px; padding: 0 40px 0 0;}
    #form .wrap .block .form .config button::after,#form .wrap .block .form .return button::after {width: 30px; height: 30px;}
}
/* other */
#other .wrap .tel-link {width: 100%; max-width: 750px; margin: 50px auto 0;}
#other .wrap .tel-link a {position: relative; background-color: #2C3E50; border-radius: 1.56vw; display: block; text-align: center; padding: 50px 0; font-size: 30px; font-weight: bold; color: #fff;}
#other .wrap .tel-link a::before {position: absolute; content: url(../img/phone.svg); width: 50px; height: 50px; left: 150px; top: 50%; transform: translate(0,-50%);}
#other .wrap .tel-link a span {font-size: 18px; font-weight: normal;}
@media screen and (max-width:768px) {
    #other .wrap .tel-link a {padding: 50px 0; font-size: 24px;}
    #other .wrap .tel-link a::before {width: 40px; height: 40px; left: calc(50% - 170px);}
    #other .wrap .tel-link a span {font-size: 14px;}

}
@media screen and (max-width:590px) {
    #other .wrap .tel-link a {padding: 40px 0; font-size: 20px;}
    #other .wrap .tel-link a::before {width: 35px; height: 35px; left: calc(50% - 150px);}
    #other .wrap .tel-link a span {font-size: 12px;}
}