@charset "UTF-8";
body.apply_step {
    line-height: 1.6;
    padding: 0;
}
input[type="radio"],input[type="checkbox"] {
    display: none;
}
.h_logo_wrap {
    line-height: 1;
}
.h_logo_wrap img {
    width: 175px;
    height: auto;
}
.formMain_wrap {
    padding: 70px 15px 50px;
    background: #fff6e4;
    min-height: calc(100vh - 116px);
    box-sizing: border-box;
}
.formFlow_wrap {
    display: block;
    position: relative;
    width: 660px;
    height: 20px;
    border: 1px solid #ff8000;
    border-radius: 7px;
    background: #fff;
    box-sizing: border-box;
    margin: 0 auto;
}
.formFlow_wrap.is-on {
    display: block;
}
#is-end .formFlow_wrap {
    margin-bottom: 50px;
}
.formFlow-stick {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: inline-block;
    width: 0%;
    height: 100%;
    background: #ff8000;
    border-radius: 4px 10px 10px 4px;
}
#is-end .formFlow-stick {
    width: 100%;
    border-radius: 4px;
}
.formFlow_balloon {
    position: absolute;
    top: -45px;
    right: 0;
    margin-right: -20px;
    z-index: 10;
}
#is-end .formFlow_balloon {
    left: inherit;
    right: -30px;
}
.balloon-txt {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    padding: 6px 9px;
    margin: 0;
    border-radius: 10px;
    background: #ff8000;
}
.formEnd_in p.balloon-txt {
    color: #fff;
}
.balloon-txt:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 6px solid #ff8000;
    border-bottom: 0;
}
.balloon-txt span {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.formMain_in {
    margin-top: 25px;
    overflow: hidden;
}
.formMain_in.is-on {
    margin-top: 0;
}
.formSlide_wrap {
    padding-bottom: 10px;
}
.formSlide_in {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 70px 50px;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .05);
}
.formSlide_in.is-ver2 {
    margin-top: 35px;
}
.formItem_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.formItem_img {
    line-height: 1;
}
.formItem_ttl {
    position: relative;
    padding-left: 18px;
}
.formItem_ttl:before {
    content: "";
    position: absolute;
    display: block;
    top: 17px;
    left: 0px;
    z-index: 2;
    width: 32px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
}
.formItem_ttl:after {
    content: "";
    position: absolute;
    display: block;
    top: 18px;
    left: 4px;
    z-index: 1;
    width: 30px;
    height: 27px;
    border-radius: 50%;
    background: #ffe2a9;
}
.formItem-ttl {
    position: relative;
    font-size: 18px;
    padding: 17px 60px 16px 60px;
    margin: 0;
    border-radius: 70px;
    background: #ffe2a9;
    z-index: 3;
    line-height: 1.2;
}
.formItem-ttl span {
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 8px;
}
.formItem-ttl span.is-ver2 {
    margin: 0;
}
.formAns_wrap {
    margin-top: 30px;
}
.formAns_wrap.is-ver2 {
    margin-top: 25px;
}
.formAns_lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.formAns_lst li {
    width: 48%;
    max-width: 315px;
    margin-top: 25px;
    border-radius: 10px;
}
.formAns_lst li.is-wid2 {
    width: 100%;
    max-width: inherit;
}
.formAns_lst.is-ver3 li {
    width: 30.5%;
    margin-top: 30px;
}
.formradio + label {
    display: table;
    width: 100%;
    height: 60px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid #ff8000;
    color: #000;
    box-sizing: border-box;
    background: #fff;
    cursor: pointer;
    transition: 0.2s;
}
.formAns_centerlst.is-service .formradio + label {
    position: relative;
    height: 100%;
    padding: 30px 20px 25px 20px;
    border: 1px solid #ccc;
}
.formAns_centerlst.is-service .formradio + label:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 15px;
    z-index: 10;
}
.formAns_lst.is-ver2 .formradio + label {
    color: #ff8000;
    font-weight: bold;
}
.is-service .formradio.img1 + label:before {
    width: 87px;
    height: 110px;
    margin-top: -55px;
    right: 36px;
    background: url("/cmn/img/apply_step_img02.png?date=20251128") no-repeat top center;
    background-size: 100% auto;
}
.is-service .formradio.img2 + label:before {
    width: 139px;
    height: 82px;
    margin-top: -41px;
    background: url("/cmn/img/apply_step_img03.png?date=20251128") no-repeat top center;
    background-size: 100% auto;
}
.formradio + label > span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.is-service .formradio + label > span {
    font-size: 20px;
    vertical-align: top;
    color: #ff8000!important;
    font-weight: bold;
    text-align: left;
    border-radius: 10px;
    vertical-align: middle;
}
.is-service .formradio + label > span span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #000!important;
    margin-top: 10px;
}
.formradio:checked + label,
.formAns_lst.is-ver2 .formradio:checked + label {
    color: #fff;
    background: #ff8000;
}
.is-service .formradio:checked + label {
    border: 1px solid #ff8000;
    background: #fff6e4;
}
.is-service .formradio:checked + label > span,
.is-service .formradio:checked + label > span span {
    color: #fff;
}
.formBtn_wrap {
    display: none;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
}
.formBtn_wrap.is-on {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.formBack_btn a {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 1;
    color: #000;
    font-weight: 500;
    padding-left: 15px;
    text-decoration: none;
}
.formBack_btn a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 2px;
    z-index: 10;
    width: 6px;
    height: 10px;
    margin-top: -4px;
    background: url("/cmn/img/icn_back_arw.png") no-repeat center center;
    background-size: 100% auto;
    transition: 0.2s;
}
.formNext_btn {
    display: table;
    width: 323px;
    height: 70px;
}
.formNext_btn a,
.formRegist_btn a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #ff0066;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.2s;
}
.formInquiry_btn a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #ff8000;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.2s;
}
.formNext_btn.is-on a,
.formRegist_btn.is-on a {
    pointer-events: none;
    color: #ff0066;
    border: 1px solid #ff0066;
    background: #fff;
}
.formInquiry_btn.is-on a {
    pointer-events: none;
    color: #ff8000;
    border: 1px solid #ff8000;
    background: #fff;
}
.swiper-button-prev,
.swiper-button-next {
    display: none;
}
.apply_step footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    font-size: 13px;
    color: #fff;
    background: #ff8000;
}
.c-pc {
    display: block;
}
.c-sp {
    display: none;
}
.c-pc-in {
    display: inline;
}
.c-sp-in {
    display: none;
}
.popup_wrap {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    padding: 0 15px;
    box-sizing: border-box;
}
.popup_in {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: 800px;
    max-height: 560px;
    padding: 50px 70px;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
}
.popup_wrap .formAns_centerlst label span {
    color: #000;
    margin: 0;
    display: table-cell;
}
.popup_wrap .popup-btn {
    margin-top: 50px;
    display: flex;
    justify-content: end;
}
.popup_wrap .popup-btn a {
    width: 300px;
    height: 60px;
    color: #ff0066;
    border: 1px solid #ff0066;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.formAns_centerlst li:not(:last-of-type) {
    margin-bottom: 20px;
}
.formAns_centerlst .formradio + label {
    padding: 10px;
    text-align: center;
    font-size: 14px;
}
.formAns_centerlst .formradio + label p {
    display: inline-block;
}
.formAns_centerlst label span {
    font-size: 16px;
    color: #ff8000;
    font-weight: bold;
    display: block;
    transition: 0.2s;
    margin-bottom: 5px;
}
.formAns_centerlst .formradio:checked + label span {
    color: #fff;
}
.addition_btn {
    display: table;
    width: 300px;
    height: 50px;
    margin: 30px auto;
}
.addition_btn a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ff8000;
    border: 2px solid #ff8000;
    border-radius: 30px;
    text-decoration: none;
    background: #fff;
    transition: 0.2s;
}
.addition_btn a span {
    display: inline-block;
    position: relative;
    padding-left: 25px;
}
.addition_btn a span:before,
.addition_btn a span:after {
    content: "";
    position: absolute;
    display: block;
    background: #ff8000;
    z-index: 10;
}
.addition_btn a span:before {
    width: 17px;
    height: 3px;
    top: 14px;
    left: 0;
}
.addition_btn a span:after {
    width: 3px;
    height: 17px;
    top: 7px;
    left: 7px;
}
.addition_btn a.is-on span:after {
    display: none;
}
.formAns_lst2 li:not(:last-of-type) {
    margin-bottom: 30px;
}
.form_box2 .is-his {
    font-weight: bold;
}
.form_box2 dd {
    margin: 10px 0 0;
}
.form_box2.is-ver2 dd:not(:first-of-type) {
    margin: 15px 0 0;
}
.formAns_lst2 .form_box2 dd input {
    border: 1px solid #ccc;
    border-radius: 8px;
    height: 50px;
    padding: 10px 15px;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
}
.formAns_lst2 .form_box2 dd input.is-wid2 {
    width: 40%;
}
.form_box2 select {
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px 15px;
    box-sizing: border-box;
    width: 310px;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
    background: url(/cmn/img/icn_arw_down02.svg) no-repeat right 10px center;
    background-size: 14px auto;
}
.formSlide_in.is-ver3 {
    padding: 30px 70px;
}
.addition_wrap {
    display: none;
}
.addition_wrap.is-on {
    display: block;
}
.addition_wrap .formSlide_in.is-ver3 {
    margin-bottom: 30px;
}
.formSlide_in.is-ver3 .form_box2 {
    margin: 0;
}
.addition_wrap .form_box2 dd textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 16px;
    box-sizing: border-box;
}
.lastformBtn_wrap {
    display: none;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 10px;
}
.lastformBtn_wrap.is-on {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lastformBtn_in .txt {
    margin-bottom: 15px;
    text-align: center;
}
.lastformBtn_in .txt a {
    color: #ff8000;
    font-weight: bold;
    text-decoration: underline;
}
.formRegist_btn,
.formInquiry_btn {
    display: table;
    width: 410px;
    height: 70px;
}
.formRegist_btn {
    margin-bottom: 20px;
}
/* #is-end footer.mainfooter {
    background: #fff6e4 !important;
} */
.formEnd_wrap {
    padding: 0 15px;
    background: #fff6e4;
}
.formEnd_in {
    max-width: 800px;
    margin: 0 auto;
    padding: 70px 0 100px;
}
.formEnd_in p {
    color: #000;
}
.formthank_ttl {
    margin: 0 0 40px;
}
.formthank-ttl {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    color: #ff2a77;
    position: relative;
}
.formthank-ttl::before {
    content: "";
    position: absolute;
    background: url(/cmn/img/about_ttl2.png) no-repeat center;
    top: -40px;
    left: 50%;
    margin-left: -494px;
    width: 988px;
    height: 168px;
}
.formthank-txt {
    font-size: 16px;
    margin-bottom: 40px;
    text-align: center;
}
.tell_wrap {
    max-width: 500px;
    margin: 0 auto 40px;
}
.tell_wrap a {
    display: block;
    background: #fff;
    border: 1px solid #ff0066;
    text-align: center;
    padding: 10px 15px 20px;
    border-radius: 80px;
    pointer-events: none;
}
.tell_wrap .tel-txt {
    font-size: 35px;
    font-weight: bold;
    color: #ff2a77;
}
.tell_wrap .tel-txt span {
    position: relative;
    padding-left: 35px;
}
.tell_wrap .tel-txt span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -5px;
    margin-top: -12px;
    background: url(/cmn/svg/icn_tel.svg) no-repeat center / 100% auto;
    width: 28px;
    height: 28px;
}
.tell_wrap .txt {
    font-size: 16px;
}
.pamph-txt {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.pamph-txt.is-ver2 {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 0;
}
.pamph_wrap {
    position: relative;
    padding: 40px 0px;
    margin: 0 0 80px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .05);
}
.pamph_wrap:before {
    content: '';
    display: block;
    width: 76px;
    height: 86px;
    position: absolute;
    top: -4px;
    left: 20px;
    background: url(../img/news_img.png) no-repeat center center;
    background-size: 100% auto;
}
.topLnk-btn {
    display: table;
    max-width: 300px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
}
.topLnk-btn a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #ff9e1a;
    border-radius: 8px;
    transition: all 0.2s ease-out;
    padding-top: 2px;
}
.formDay-txt {
    position: relative;
    padding-left: 1em;
    line-height: 1.4;
    margin-bottom: 5px;
}
.formDay-txt .is-add {
    position: absolute;
    left: 0;
    top: 0;
}
.is-ssp {
    display: none;
}
#pref_lst,
#center_lst {
    display: none;
}
.form_ct-txt {
    font-size: 14px;
    margin-top: 5px;
}
.pop_wrap {
    position: fixed;
    display: none;
    z-index: 100;
}
.pop_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
}
.pop_in {
    position: fixed;
    top: 85px;
    left: 50%;
    width: 90%;
    height: calc(100% - 160px);
    transform: translate(-50%, 0);
    background: #ffffff;
    text-align: center;
    border-radius: 10px;
    padding: 40px 40px;
    box-sizing: border-box;
    z-index: 101;
}
.pop_ct {
    height: calc(100% - 90px);
    overflow-y: scroll;
}
.pop-txt {
    font-size: 16px;
    color: #000;
    text-align: left;
    word-break: break-all;
}
.pop-txt + .pop-txt {
    margin-top: 40px;
}
.pop-txt span {
    font-size: 18px;
    font-weight: bold;
    color: #ff8000;
}
.pop-txt a {
    color: #ff8000;
}
.pop_btn {
    display: block;
    width: 100%;
    max-width: 200px;
    padding: 8px 0;
    margin: 40px auto 0px auto;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #ff8000;
    border: 1px solid #ff8000;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
}
.pageBack_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}
.pageBack_in {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 440px;
    padding: 30px;
    padding-top: 60px;
    border-radius: 18px;
    background: #fff;
    box-sizing: border-box;
}
.pagecls-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.pagecls-btn span {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding: 30px 0 0 0;
    background: #ff8000;
    border-radius: 20px;
}
.pagecls-btn span::before,
.pagecls-btn span::after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 3px;
    background: #fff;
    top: 14px;
    left: 7px;
    z-index: 10;
}
.pagecls-btn span::before {
    transform: rotate(45deg);
}
.pagecls-btn span::after {
    transform: rotate(-45deg);
}
.pageBack-ttl {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.pageBack_ct {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.pageBack_btn {
    display: table;
    width: 176px;
    height: 46px;
}
.pageBack_btn a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
}
.pageBack_btn.is-continue a {
    color: #fff;
    background: #ff8000;
}
.pageBack_btn.is-back a {
    color: #ff8000;
    background: #fff;
    border: 1px solid #ff8000;
}
img.conversion {
    width: auto;
}
.form-err {
    position: absolute;
    left: 0;
    top: 82px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
}



.apply_step header {
    position: relative;
    padding: 10px 60px;
    box-sizing: border-box;
    background: #fff;
}
.apply_step header .h_logo_wrap img {
    width: 70px;
    height: auto;
}
.formItem_img img {
    width: 68px;
    height: auto;
}
.pamph-btn {
    width: 500px;
    margin: 0 auto;
}
.pamph-btn a {
    display: inline-block;
    background: #ff0066;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #ff0066;
    padding: 17px 10px 13px;
    border-radius: 10px;
    box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 780px) {
    .formAns_lst li {
        width: 48%;
    }
}
@media screen and (min-width: 767px) {
    .addition_btn a:hover {
        background: #ff8000;
        color: #fff;
    }
    .addition_btn a:hover span:before,
    .addition_btn a:hover span:after {
        background: #fff;
    }
    .lastformBtn_in .txt a:hover {
        text-decoration: none;
    }
    .formAns_lst.is-ver3 li:nth-child(-n+3) {
        margin-top: 0;
    }
    .formAns_lst li:nth-child(-n+2) {
        margin-top: 0;
    }
    .topLnk-btn a:hover {
        opacity: 0.8;
        text-decoration: none;
    }
    .formradio:hover + label,
    .formAns_lst.is-ver2 .formradio:hover + label {
        color: #fff;
        background: #ff8000;
    }
    .is-service .formradio:hover + label > span,
    .is-service .formradio:hover + label > span span {
        color: #fff;
    }
    .formAns_centerlst .formradio:hover + label span {
        color: #fff;
    }
    .formBack_btn a:hover:before {
        left: -2px;
    }
    .pageBack_btn a:hover {
        opacity: 0.8;
    }
    .pop-txt a:hover {
        text-decoration: none;
    }
    .pop_btn:hover {
        color: #fff;
        background: #ff8000;
    }
    .is-service .formradio:hover + label,
    .is-service .formradio:checked + label {
        border: 1px solid #ff8000;
        background: #fff6e4;
    }
    .popup_wrap .popup-btn a:hover,
    .formNext_btn a:hover,
    .formRegist_btn a:hover,
    .formInquiry_btn a:hover {
        opacity: .8;
        text-decoration: none;
    }
    .pamph-btn a:hover {
        opacity: 0.8;
        text-decoration: none;
    }
}
@media screen and (max-width: 767px) {
    .c-pc {
        display: none;
    }
    .c-sp {
        display: block;
    }
    .c-pc-in {
        display: none;
    }
    .c-sp-in {
        display: inline;
    }
    .h_logo_wrap img {
        width: 119px;
    }
    .formMain_wrap {
        padding: 55px 15px 30px;
        min-height: calc(100vh - 92px);
    }
    .formMain_wrap.is-ver2 {
        padding-top: 90px;
    }
    .formFlow_wrap {
        width: 90%;
        height: 15px;
    }
    #is-end .formFlow_wrap {
        margin-bottom: 30px;
    }
    .formFlow_balloon {
        top: -40px;
        margin-right: -20px;
    }
    .balloon-txt {
        padding: 6px 7px;
    }
    .balloon-txt span {
        font-size: 18px;
        padding-left: 2px;
    }
    .formMain_in {
        margin-top: 20px;
    }
    .formSlide_wrap {
        padding-bottom: 0;
    }
    .formSlide_in {
        padding: 25px 20px;
        box-shadow: none;
        border-radius: 16px;
    }
    .formSlide_in.is-ver2 {
        margin-top: 25px;
    }
    .formItem_ttl {
        padding-left: 10px;
    }
    .formItem_ttl:after {
        left: 1px;
    }
    .formItem-ttl {
        font-size: 13px;
        padding: 12px 20px 12px 17px;
        border-radius: 40px;
        line-height: 1.3;
    }
    .formItem-ttl span {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .formAns_wrap {
        margin-top: 15px;
    }
    .formAns_wrap.is-ver2 {
        margin-top: 10px;
    }
    .formAns_lst {
        justify-content: center;
    }
    .formAns_lst.is-ver4 {
        display: block;
    }
    .formAns_lst li {
        margin-top: 15px;
        max-width: 100%;
    }
    .formAns_lst.is-ver4 li {
        width: 100%;
    }
    .formAns_lst.is-ver2,
    .formAns_lst.is-ver3 {
        justify-content: space-between;
    }
    .formAns_lst.is-ver2 li,
    .formAns_lst.is-ver3 li {
        width: 48%;
        margin-top: 15px;
    }
    .formAns_lst.is-ver2 li:nth-child(-n+2),
    .formAns_lst.is-ver3 li:nth-child(-n+2) {
        margin-top: 0;
    }
    .formAns_lst.is-ver2 li.is-wid2,
    .formAns_lst.is-ver3 li.is-wid2 {
        width: 100%;
    }
    .formAns_lst li:first-of-type {
        margin-top: 0;
    }
    .formradio + label {
        height: 50px;
        font-size: 14px;
    }
    .is-service .formradio + label {
        font-size: 13px;
        padding-top: 90px;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 8px;
    }
    .is-service .formAns_lst li.is-wid2 .formradio + label {
        padding-left: 130px;
    }
    .formAns_lst li.is-wid2 .formradio.is-service.img5 + label:before {
        left: 30px;
    }
    .formradio.is-service + label:before {
        top: 10px;
    }
    .formradio.is-service + label > span {
        padding: 0;
    }
    .formradio.is-service + label > span span {
        font-size: 12px;
    }
    .formNext_btn {
        width: 150px;
        height: 50px;
    }
    .formNext_btn a {
        font-size: 16px;
        padding-top: 3px;
    }
    .formNext_btn a:before,
    .formRegist_btn a:before,
    .formInquiry_btn a:before {
        right: 10px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    .popup_in {
        width: calc(100% - 30px);
        padding: 30px 15px;
        border-radius: 16px;
        max-height: 415px;
    }
    .popup_in .formAns_centerlst .formradio + label {
        padding: 8px 10px;
    }
    .formAns_centerlst li:not(:last-of-type) {
        margin-bottom: 15px;
    }
    .formAns_centerlst .formradio + label {
        font-size: 12px;
        padding: 10px 10px 6px;
    }
    .formAns_centerlst label span {
        font-size: 14px;
    }
    .addition_btn {
        width: 100%;
        max-width: 300px;
        height: 40px;
        margin: 20px auto;
    }
    .addition_btn a {
        font-size: 16px;
    }
    .addition_btn a span {
        padding-left: 20px;
    }
    .addition_btn a span:before {
        width: 12px;
        height: 2px;
        top: 12px;
    }
    .addition_btn a span:after {
        height: 12px;
        width: 2px;
        top: 7px;
        left: 5px;
    }
    .formAns_lst2 li:not(:last-of-type) {
        margin-bottom: 15px;
    }
    .form_box2 dt {
        font-size: 14px;
    }
    .form_box2 dd {
        margin: 5px 0 0;
    }
    .form_box2.is-ver2 dd:not(:first-of-type) {
        margin: 10px 0 0;
    }
    .formAns_lst2 .form_box2 dd input {
        border-radius: 6px;
    }
    .formAns_lst2 .form_box2 dd input.is-wid2 {
        width: 160px;
    }
    .form_box2 select {
        width: 100%;
        font-size: 14px;
        background-size: 12px auto;
        border-radius: 6px;
    }
    .formSlide_in.is-ver3 {
        padding: 20px 15px;
    }
    .formSlide_in.is-ver3 .form_box2 select {
        width: 100%;
    }
    .addition_wrap .formSlide_in.is-ver3 {
        margin-bottom: 20px;
    }
    .formSlide_in.is-ver3 .form_box2 {
        margin: 0;
    }
    .lastformBtn_wrap {
        margin-top: 10px;
        flex-wrap: wrap;
        gap: 20px 0;
    }
    .lastformBtn_wrap.is-on {
        flex-wrap: wrap-reverse;
    }
    .lastformBtn_in {
        width: 100%;
    }
    .lastformBtn_in .txt {
        font-size: 14px;
        text-align: center;
    }
    .formRegist_btn,
    .formInquiry_btn {
        max-width: 300px;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .formRegist_btn {
        margin-bottom: 20px;
    }
    .formRegist_btn a,
    .formInquiry_btn a {
        padding: 15px 0 11px;
        font-size: 15px;
    }

    .formEnd_in {
        padding: 90px 0 50px;
    }
    .formthank_ttl {
        margin: 0 0 25px;
    }
    .formthank-ttl {
        font-size: 20px;
    }
    .formthank-txt {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .tell_wrap {
        margin: 0 auto 30px;
    }
    .tell_wrap a {
        pointer-events: auto;
        padding: 10px 15px 15px;
    }
    .tell_wrap .tel-txt {
        font-size: 28px;
        margin: 0;
    }
    .tell_wrap .txt,
    .formDay-txt {
        font-size: 14px;
    }
    .pamph-txt {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .pamph-txt.is-ver2 {
        font-size: 12px;
        margin-top: 20px;
    }
    .pamph_wrap {
        padding: 25px 0px;
        margin: 0 0 40px;
        border-radius: 10px;
    }
    .pamph_wrap:before {
        width: 38px;
        height: 43px;
        top: -2px;
        left: 4px;
    }
    .topLnk-btn a {
        font-size: 16px;
    }
    .form_ct-txt {
        font-size: 11px;
    }
    .pop_in {
        padding: 20px;
    }
    .pop_ct {
        height: calc(100% - 70px);
    }
    .pop-txt {
        font-size: 14px;
    }
    .pop-txt span {
        font-size: 16px;
    }
    .pop_btn {
        max-width: 150px;
        margin: 20px auto 0 auto;
    }
    .pageBack_in {
        width: calc(100% - 30px);
        max-width: 300px;
        padding: 15px;
        padding-top: 50px;
        border-radius: 16px;
    }
    .pagecls-btn {
        top: 10px;
        right: 10px;
    }
    .pageBack-ttl {
        font-size: 16px;
    }
    .pageBack_ct {
        display: block;
        margin-top: 20px;
    }
    .pageBack_btn {
        width: 100%;
        max-width: 300px;
    }
    .pageBack_btn {
        margin-bottom: 15px;
    }
    .pageBack_btn:last-child {
        margin-bottom: 0;
    }
    .pageBack_btn a {
        font-size: 14px;
    }
    .picker {
        width: calc(100% - 80px);
    }
    .form-err {
        top: 58px;
        font-size: 12px;
    }
    .apply_step header {
        padding: 10px 15px;
    }
    .apply_step header .h_logo_wrap img,
    .formItem_img img {
        width: 46px;
    }
    .popup_wrap .popup-btn {
        justify-content: center;
        margin-top: 30px;
    }
    .popup_wrap .popup-btn a {
        width: 100%;
        height: 50px;
        box-sizing: border-box;
    }
    .formBtn_wrap {
        margin-top: 40px;
        padding: 0 2px;
        box-sizing: border-box;
    }
    .formAns_centerlst.is-service .formradio + label {
        padding: 15px 90px 12px 15px;
    }
    .is-service .formradio + label > span {
        font-size: 15px;
        margin: 0;
    }
    .is-service .formradio + label > span span {
        margin: 0;
    }
    .formAns_centerlst.is-service .formradio + label:before {
        right: 5px;
    }
    .is-service .formradio.img1 + label:before {
        width: 56px;
        height: 71px;
        margin-top: -36px;
        right: 15px;
        background: url("/cmn/img/sp/apply_step_img02.png?date=20251128") no-repeat top center;
        background-size: 100% auto;
    }
    .is-service .formradio.img2 + label:before {
        width: 80px;
        height: 47px;
        margin-top: -24px;
        background: url("/cmn/img/sp/apply_step_img03.png?date=20251128") no-repeat top center;
        background-size: 100% auto;
    }
    .formthank-ttl::before {
        background: url(../img/sp/about_ttl2.png) no-repeat center / 100% auto;
        max-width: 300px;
        width: 100%;
        height: 76px;
        top: -80px;
        transform: translateX(-50%);
        margin: 0;
    }
    .pamph-btn {
        width: 100%;
        padding: 0 50px;
        box-sizing: border-box;
    }
    .pamph-btn a {
        font-size: 16px;
        padding: 11px 10px 10px;
        border-radius: 8px;
    }
    .tell_wrap .tel-txt span {
        padding-left: 25px;
    }
    .tell_wrap .tel-txt span::before {
        width: 20px;
        height: 20px;
        left: 0px;
        margin-top: -9px;
    }
    .formEnd_wrap {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 374px) {
    .is-ssp {
        display: block;
    }
    .formradio + label {
        font-size: 13px;
    }
    .formAns_lst li.is-wid2 .formradio.is-service + label {
        padding-left: 110px;
    }
    .formAns_lst li.is-wid2 .formradio.is-service.img6 + label:before {
        left: 25px;
    }
    .is-service .is-spc {
        display: none;
    }
    .formthank-ttl {
        font-size: 17px;
    }
    .formthank-txt {
        font-size: 12px;
    }
    .tell_wrap .tel-txt {
        font-size: 26px;
    }
    .tell_wrap .txt,
    .formDay-txt {
        font-size: 12px;
    }
    .pamph-txt {
        font-size: 13px;
    }
    .pamph-btn a {
        font-size: 13px;
    }
}
