@charset "UTF-8";
header {
    background: #f7d854;
}
.header_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background: #fff;
    box-sizing: border-box;
}
.mv_ttl {
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.header_wrap .mv_ttl {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.mv_ttl .logo {
    line-height: 1.2;
    margin-right: 10px;
}
.h_tel {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-right: -46px;
}
.h_tel a {
    pointer-events: none;
}
.h_tel a span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 46px;
}
.h_tel a span:before {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 32px;
    top: 50%;
    left: 0;
    margin-top: -16px;
    z-index: 10;
    background: url("/cmn/svg/freecall_blk.svg") no-repeat center center / 100% auto;
}
.mv_wrap {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    height: 535px;
    background: #f7d854 url("../img/hoiku_mv_img2.png") no-repeat center top;
}
.mv_in {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.mv_in .txt {
    margin-top: 40px;
}
.form_wrap {
    padding-bottom: 0;
    background: #f7d854;
}
.flow_lst {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    width: 520px;
    margin: 0 auto;
    position: relative;
    padding: 45px 0 55px 0;
}
.flow_lst:before {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 24px;
    top: 50%;
    left: -88px;
    margin-top: -17px;
    z-index: 10;
    background: url("../img/hoiku_step_img.png") no-repeat center center;
}
.flow_lst:after {
    content: "";
    position: absolute;
    display: block;
    width: 86px;
    height: 110px;
    top: 0;
    right: -114px;
    z-index: 10;
    background: url("../img/hoiku_step_free.png") no-repeat center center;
}
.flow_lst li {
    position: relative;
    z-index: 2;
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 46px;
    font-weight: 800;
    color: #d4d4d4;
    border-radius: 25px;
    background: #fff;
    border: 2px solid #fff;
    box-sizing: border-box;
    text-align: center;
}
.flow_lst li.now {
    color: #eb6e8f;
    border: 2px solid #eb6e8f;
}
.flow_lst li.on {
    color: #fff;
    background: #eb6e8f;
    border: 2px solid #eb6e8f;
}
.flow_lst li:before {
    content: "";
    position: absolute;
    width: 68px;
    height: 4px;
    margin-top: -2px;
    top: 50%;
    right: -70px;
    z-index: -1;
    background: #fff;
}
.flow_lst li:last-child:before {
    content: none;
}
.flow_lst li.now:before {
    right: -70px;
}
.flow_lst li.on:before {
    right: -70px;
    background: #eb6e8f;
}
.flow_lst li.now:after {
    content: "";
    position: absolute;
    display: block;
    width: 21px;
    height: 15px;
    top: -22px;
    left: 50%;
    margin-left: -10px;
    z-index: 10;
    background: url("../img/hoiku_step_arw.png") no-repeat center center;
}
.formSlide_wrap {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    transition: 0.3s ease-out,all 0.3s ease-out;
}
.guide_wrap {
    position: absolute;
    top: 160px;
    right: 10px;
    z-index: 10;
}
.formSlide_in {
    width: 5000px;
}
.formInput_wrap {
    float: left;
    position: relative;
    width: 100%;
    max-width: 1000px;
    padding: 40px 40px 80px 40px;
    border-radius: 20px;
    background: #fff;
    box-sizing: border-box;
    transition: .6s cubic-bezier(.645,.045,.355,1);
    transform: translateX(0);
}
.formInput-txt {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}
.formInput-txt span {
    display: inline-block;
    width: 40px;
    color: #fff;
    font-weight: normal;
    margin-right: 6px;
    background: #eb6e8f;
    border-radius: 4px;
}
.form-ltx {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    border: 2px solid #eb6e8f;
    padding: 5px 8px;
    margin: 0 10px 0 0;
    border-radius: 5px;
}
.form-txt {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
}
.form-txt span.clr {
    display: inline-block;
    position: relative;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    background: #ff0000;
    padding: 5px 25px 4px 10px;
    border-radius: 3px;
}
.form-txt span.clr:before {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 15px;
    top: 50%;
    right: 5px;
    margin-top: -8px;
    z-index: 10;
    background: url("../img/reload2.png") no-repeat center center;
}
.formInput-ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}
.formInput_in dl dt {
    width: 100%;
    padding: 25px 20px;
    box-sizing: border-box;
    background: #fff5f6;
}
.formInput_in dl dt .dt-txt {
    position: relative;
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    padding-left: 48px;
}
.formInput_in dl dt .dt-txt span.his,
.formInput_in dl dt .dt-txt span.nin {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 10;
    width: 40px;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #eb6e8f;
    border-radius: 4px;
}
.formInput_in dl dt .dt-txt span.nin {
    background: #afafaf;
}
.formInput_in dl dt .dt-txt span.fsml {
    font-size: 12px;
    font-weight: normal;
}
.formInput_in dl dd {
    padding: 20px 0 20px 25px;
    box-sizing: border-box;
}
.formInput_in dl dd.ver2 {
    padding: 25px 15px;
}
.formInput_in dl dd.ver3 {
    padding: 25px;
}
.qualification_lst,
.check_lst,
.radio_lst {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.qualification_lst li,
.check_lst li,
.radio_lst li {
    width: 280px;
    margin-top: 15px;
}
.qualification_lst li:nth-child(-n+2),
.check_lst li:nth-child(-n+2),
.radio_lst li:nth-child(-n+2) {
    margin-top: 0;
}
input[type="checkbox"].skk + label,
input[type="checkbox"].lst + label,
input[type="radio"].lst + label {
    position: relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 70px;
    line-height: 1.4;
    border-radius: 9px;
    border: 2px solid #e8e8e8;
    box-sizing: border-box;
    background: #fff;
    padding-left: 105px;
    cursor: pointer;
}
input[type="checkbox"].skk:checked + label,
input[type="checkbox"].lst:checked + label,
input[type="radio"].lst:checked + label {
    border: 2px solid #eb7090;
    background: #fff5f6;
}
input[type="checkbox"].skk + label:before,
input[type="checkbox"].lst + label:before,
input[type="radio"].lst + label:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    z-index: 10;
}
.qualification_lst li:nth-child(1) input[type="checkbox"].skk + label:before {
    width: 55px;
    height: 55px;
    margin-top: -27px;
    left: 22px;
    background: url("../img/hoiku_icn01.png") no-repeat center center;
}
.qualification_lst li:nth-child(2) input[type="checkbox"].skk + label:before {
    width: 45px;
    height: 52px;
    margin-top: -26px;
    left: 24px;
    background: url("../img/hoiku_icn02.png") no-repeat center center;
}
.qualification_lst li:nth-child(3) input[type="checkbox"].skk + label:before {
    width: 41px;
    height: 55px;
    margin-top: -27px;
    left: 30px;
    background: url("../img/hoiku_icn03.png") no-repeat center center;
}
.qualification_lst li:nth-child(4) input[type="checkbox"].skk + label {
    padding-left: 86px;
}
.qualification_lst li:nth-child(4) input[type="checkbox"].skk + label:before {
    width: 52px;
    height: 33px;
    margin-top: -16px;
    left: 20px;
    background: url("../img/hoiku_icn04.png") no-repeat center center;
}
.check_lst li:nth-child(1) input[type="checkbox"].lst + label:before {
    width: 25px;
    height: 53px;
    margin-top: -26px;
    left: 32px;
    background: url("../img/hoiku_icn05.png") no-repeat center center;
}
.check_lst li:nth-child(2) input[type="checkbox"].lst + label:before {
    width: 30px;
    height: 52px;
    margin-top: -26px;
    left: 32px;
    background: url("../img/hoiku_icn06.png") no-repeat center center;
}
.check_lst li:nth-child(3) input[type="checkbox"].lst + label:before {
    width: 29px;
    height: 50px;
    margin-top: -25px;
    left: 32px;
    background: url("../img/hoiku_icn07.png") no-repeat center center;
}
.check_lst li:nth-child(4) input[type="checkbox"].lst + label:before {
    width: 26px;
    height: 53px;
    margin-top: -26px;
    left: 32px;
    background: url("../img/hoiku_icn08.png") no-repeat center center;
}
.check_lst li:nth-child(5) input[type="checkbox"].lst + label:before {
    width: 29px;
    height: 50px;
    margin-top: -25px;
    left: 32px;
    background: url("../img/hoiku_icn15.png") no-repeat center center;
}
.check_lst li:nth-child(6) input[type="checkbox"].lst + label:before {
    width: 35px;
    height: 53px;
    margin-top: -26px;
    left: 30px;
    background: url("../img/hoiku_icn16.png") no-repeat center center;
}
.radio_lst li:nth-child(1) input[type="radio"].lst + label:before {
    width: 51px;
    height: 44px;
    margin-top: -22px;
    left: 18px;
    background: url("../img/hoiku_icn09.png") no-repeat center center;
}
.radio_lst li:nth-child(2) input[type="radio"].lst + label:before {
    width: 72px;
    height: 24px;
    margin-top: -12px;
    left: 14px;
    background: url("../img/hoiku_icn10.png") no-repeat center center;
}
.radio_lst li:nth-child(3) input[type="radio"].lst + label:before {
    width: 51px;
    height: 37px;
    margin-top: -19px;
    left: 20px;
    background: url("../img/hoiku_icn11.png") no-repeat center center;
}
.radio_lst li:nth-child(4) input[type="radio"].lst + label:before {
    width: 64px;
    height: 34px;
    margin-top: -17px;
    left: 16px;
    background: url("../img/hoiku_icn12.png") no-repeat center center;
}
.radio_lst li:nth-child(5) input[type="radio"].lst + label:before {
    width: 43px;
    height: 47px;
    margin-top: -24px;
    left: 26px;
    background: url("../img/hoiku_icn13.png?data=20221129") no-repeat center center;
}
.radio_lst li:nth-child(6) input[type="radio"].lst + label:before {
    width: 56px;
    height: 39px;
    margin-top: -20px;
    left: 19px;
    background: url("../img/hoiku_icn14.png") no-repeat center center;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
select {
    width: 100%;
    font-size: 14px;
    padding: 10px 15px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
}
input.post,
input.name {
    max-width: 300px;
}
input.year {
    max-width: 160px;
}
input.tel,
input.mail {
    max-width: 435px;
}
select {
    background: #fff url("../img/hoiku_select_arw.png") no-repeat center right 12px;
}
select.prefecture {
    max-width: 180px;
    margin-right: 20px;
}
select.city {
    max-width: 350px;
}
select.year {
    max-width: 240px;
}
select.month,
select.day {
    max-width: 80px;
}
.birth-txt {
    margin: 0 5px;
    line-height: 38px;
    font-weight: bold;
}
.tel-txt {
    font-size: 13px;
    line-height: 1;
    margin-top: 10px;
}
.agree_wrap {
    line-height: 1;
    margin-top: 40px;
    text-align: center;
}
input[type="checkbox"].agree + label {
    position: relative;
    display: inline-block;
    width: auto;
    font-size: 12px;
    line-height: 1;
    padding: 0 0 0 20px;
}
input[type="checkbox"].agree + label a {
    color: #0271c3;
    text-decoration: underline;
}
input[type="checkbox"].agree + label:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    margin-top: -8px;
    width: 15px;
    height: 15px;
    border: 1px solid #afafaf;
    border-radius: 3px;
    box-sizing: border-box;
    background: #fff;
}
input[type="checkbox"].agree:checked + label:before {
    border: 1px solid #eb6e8f;
    background: #eb6e8f;
}
input[type="checkbox"].agree:checked + label:after {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    top: -1px;
    left: 5px;
    transform: rotate(45deg);
    z-index: 10;
}
.formBtn_wrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
}
.form_btn a {
    display: block;
    width: 400px;
    height: 70px;
    position: relative;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    background: #eb6e8f;
    border-radius: 10px;
    border-bottom: 4px solid #b84f6a;
    transition: inherit;
}
.form_btn.ver2 a {
    width: 370px;
    font-size: 19px;
    line-height: 1.2;
    padding-right: 30px;
}
.form_btn a.back {
    width: 200px;
    background: #d6d6d6;
    border-bottom: 4px solid #b1b1b1;
}
.form_btn a:before {
    content: "";
    position: absolute;
    display: block;
    width: 11px;
    height: 18px;
    top: 50%;
    right: 25px;
    margin-top: -9px;
    z-index: 10;
    background: url("../img/hoiku_btn_arw.png") no-repeat center center;
}
.form_btn a.back:before {
    right: inherit;
    left: 25px;
    transform: rotate(180deg);
}
.form_btn a span.flx {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    height: 100%;
    text-align: center;
}
.form_btn a span.free {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    color: #ffe665;
    padding: 2px 6px;
    margin-right: 10px;
    border: 1px solid #ffe665;
}
.note-txt {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}
.footer_wrap {
    padding: 20px 0;
    text-align: center;
}
.footer_logo {
    line-height: 1;
    margin-bottom: 10px;
}
.f-txt {
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 20px;
}
.f-txt.ver2 {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 20px;
}
.f_lst {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    /*margin-bottom: 20px;*/
}
.f_lst li {
    line-height: 1;
    margin-right: 12px;
}
.f_lst li:last-child {
    margin-right: 0;
}
.f_lst li a {
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding-left: 10px;
}
.f_lst li a:before {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #eb6e8f;
    border-right: 2px solid #eb6e8f;
    top: 2px;
    left: -2px;
    z-index: 10;
    transform: rotate(45deg);
}
.copy_wrap {
    padding: 16px 0;
    background: #eb6e8f;
}
.copy-txt {
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
}
.terms_wrap {
    padding: 100px 0;
    background: #f7d854;
}
.terms_in {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
}
.terms-ttl {
    font-size: 26px;
    font-weight: bold;
}
.terms-txt {
    margin-top: 20px;
}
.termsLst_wrap {
    margin-top: 50px;
}
.termsLst_wrap dl {
    margin-bottom: 50px;
}
.termsLst_wrap dl:last-child {
    margin-bottom: 0;
}
.termsLst_wrap dl dt {
    font-size: 20px;
    font-weight: bold;
    color: #eb6e8f;
    margin-bottom: 10px;
}
.termsLst_wrap dl dd {
    text-align: justify;
}
.termsLst_wrap dl dd .txt {
    margin-bottom: 10px;
}
.termsLst_wrap dl dd a {
    text-decoration: underline;
}
.terms_lst li {
    position: relative;
    padding-left: 2em;
}
.terms_lst li span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.note-label {
    text-align: center;
    margin-top: 20px;
}
.note-label span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    color: #fff;
    padding: 0 15px;
    background: #ff8800;
    border-radius: 6px;
    border-bottom: 3px solid #d55a00;
}
.prefecture_wrap {
    position: relative;
    float: left;
    width: 100%;
    max-width: 180px;
}
.city_wrap {
    position: relative;
    float: right;
    width: 100%;
    max-width: 350px;
}
.name_wrap {
    position: relative;
    width: 100%;
    max-width: 300px;
}
.year_wrap {
    position: relative;
    float: left;
    width: 100%;
    max-width: 240px;
}
.tel_wrap {
    position: relative;
    width: 100%;
    max-width: 435px;
}
.prefecture_wrap .note-label,
.city_wrap .note-label,
.name_wrap .note-label,
.year_wrap .note-label,
.tel_wrap .note-label {
    position: absolute;
    bottom: -38px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
    margin-top: 0;
}
.prefecture_wrap .note-label span,
.city_wrap .note-label span,
.name_wrap .note-label span,
.year_wrap .note-label span,
.tel_wrap .note-label span  {
    position: relative;
}
.prefecture_wrap .note-label span:before,
.city_wrap .note-label span:before,
.name_wrap .note-label span:before,
.year_wrap .note-label span:before,
.tel_wrap .note-label span:before {
    content: "";
    position: absolute;
    display: block;
    top: -7px;
    left: 50%;
    margin-left: -4px;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 7px 4px;
    border-color: transparent transparent #ff8800 transparent;
}
@media (min-width: 896px) {
    .formTxt_wrap {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
        -webkit-box-pack: justify;
    	-ms-flex-pack: justify;
    	justify-content: space-between;
        margin-bottom: 20px;
    }
    .formInput_in dl {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
        border-top: 1px solid #eb6e8f;
    }
    .formInput_in dl:last-child {
        border-bottom: 1px solid #eb6e8f;
    }
    .formInput_in dl dt {
        max-width: 300px;
    }
    .formInput_in dl dt.cnt {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
        -webkit-box-align: center;
    	-ms-flex-align: center;
    	align-items: center;
        max-width: 310px;
    }
    .formInput_in dl dd {
        width: calc(100% - 300px);
    }
    input[type="checkbox"].skk + label:hover,
    input[type="checkbox"].lst + label:hover,
    input[type="radio"].lst + label:hover {
        border: 2px solid #eb7090;
        background: #fff5f6;
    }
    input[type="checkbox"].agree + label a:hover {
        text-decoration: none;
    }
    .form_btn:first-child {
        margin-left: 20px;
    }
    .form_btn:last-child {
        margin-left: 0;
    }
    .form_btn a:hover {
        text-decoration: none;
        border-bottom: 4px solid #fff;
        transform: translateY(4px);
    }
    .f_lst li a:hover {
        color: #333;
    }
    .termsLst_wrap dl dd a:hover {
        color: #eb6e8f;
        text-decoration: none;
    }
    .formInput-rgt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .formInput-rgt.c-sp {
        display: none;
    }
}
@media only screen and (max-width: 896px) {
    .header_wrap {
        padding: 20px;
    }
    .mv_ttl .logo {
        margin-right: 8px;
    }
    .mv_ttl .logo img {
        width: 89px;
    }
    .h_tel {
        display: table;
        width: 100%;
        max-width: 154px;
        height: 36px;
        margin: 0;
    }
    .h_tel a {
        padding: 0;
        pointer-events: auto;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        border-radius: 4px;
        background: #fff;
        color: #333333;
        border: 1px solid #eb6e8f;
        border-bottom: solid 3px #eb6e8f;
    }
    .h_tel a span {
        padding: 0 0 0 34px;
    }
    .h_tel a span:before {
        width: 30px;
        height: 24px;
        margin-top: -12px;
    }
    .mv_wrap {
        -webkit-box-align: start;
        align-items: flex-start;
        height: 295px;
        background: #f7d854 url("../img/sp/hoiku_mv_img2.png") no-repeat top center;
        background-size: 375px auto;
    }
    .mv_in {
        max-width: 375px;
        padding: 0 10px;
        padding-top: 10px;
        box-sizing: border-box;
    }
    .mv_in .ttl img {
        width: 126px;
    }
    .mv_in .txt {
        margin-top: 16px;
    }
    .mv_in .txt img {
        width: 267px;
    }
    .form_wrap {
        padding-bottom: 0;
    }
    .flow_lst {
        width: 335px;
        padding: 20px 60px 20px 40px;
        box-sizing: border-box;
    }
    .flow_lst:before {
        width: 34px;
        height: 12px;
        left: 0;
        margin-top: -6px;
        background: url("../img/sp/hoiku_step_img.png") no-repeat center center;
        background-size: 100% auto;
    }
    .flow_lst:after {
        width: 50px;
        height: 61px;
        right: 0;
        background: url("../img/sp/hoiku_step_free.png") no-repeat center center;
        background-size: 100% auto;
    }
    .flow_lst li {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 26px;
    }
    .flow_lst li:before {
        width: 22px;
        height: 2px;
        margin-top: -1px;
        right: -24px;
    }
    .flow_lst li.now:before {
        right: -24px;
    }
    .flow_lst li.on:before {
        right: -24px;
    }
    .flow_lst li.now:after {
        width: 11px;
        height: 7px;
        top: -11px;
        margin-left: -5px;
        background: url("../img/sp/hoiku_step_arw.png") no-repeat center center;
        background-size: 100% auto;
    }
    .formSlide_wrap {
        max-width: 335px;
        height: auto;
    }
    .guide_wrap {
        top: 110px;
        right: 5px;
    }
    .guide_wrap img {
        width: 51px;
    }
    .formSlide_in {
        width: 1675px;
    }
    .formInput_wrap {
        max-width: 335px;
        padding: 30px 15px;
        border-radius: 5px;
    }
    .formTxt_wrap {
        display: none;
    }
    .formInput-rgt {
        text-align: right;
        display: none;
    }
    .formInput-rgt.c-sp {
        display: block;
    }
    .formRgt_in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 355px;
        margin: 0 auto;
    }
    .form-ltx {
        font-size: 11px;
        padding: 4px 5px;
        margin: 0 5px 0 0;
        display: inline-block;
        background: #fff;
    }
    .form-txt {
        font-size: 12px;
        font-weight: bold;
    }
    .form-txt:before {
        content: none;
    }
    .form-txt span.wid {
        display: block;
        width: 100%;
        max-width: 335px;
        margin: 0 auto;
        text-align: right;
    }
    .form-txt span.clr {
        font-size: 11px;
        padding: 4px 20px 5px 8px;
    }
    .form-txt span.clr:before {
        width: 12px;
        height: 11px;
        right: 5px;
        margin-top: -6px;
        background: url("../img/sp/reload2.png") no-repeat center center;
        background-size: 100% auto;
    }
    .formInput-ttl {
        font-size: 16px;
    }
    .formInput_in dl {
        margin-bottom: 40px;
    }
    .formInput_in dl:last-child {
        margin-bottom: 0;
    }
    .formInput_in dl dt {
        position: relative;
        padding: 0;
        margin-bottom: 15px;
        background: #fff;
    }
    .formInput_in dl dt.ver1 {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
    }
    .formInput_in dl dt .dt-txt {
        padding-left: 45px;
    }
    .formInput_in dl dt.ver1 .dt-txt {
        width: 120px;
        margin-right: 12px;
        box-sizing: border-box;
    }
    .formInput_in dl dt.ver1 .dt-txt:last-child {
        width: 160px;
        margin-right: 0;
    }
    .formInput_in dl dt .dt-txt span.his,
    .formInput_in dl dt .dt-txt span.nin {
        width: 36px;
        line-height: 18px;
        border-radius: 0;
    }
    .formInput_in dl dt .dt-txt span.fsml {
        font-size: 11px;
    }
    .formInput_in dl dd {
        padding: 0;
    }
    .formInput_in dl dd.ver2 {
        padding: 0;
    }
    .formInput_in dl dd.ver3 {
        padding: 0;
    }
    .qualification_lst li,
    .check_lst li,
    .radio_lst li {
        width: 140px;
        margin-top: 20px;
    }
    input[type="checkbox"].skk + label,
    input[type="checkbox"].lst + label,
    input[type="radio"].lst + label {
        -webkit-box-pack: center;
    	-ms-flex-pack: center;
    	justify-content: center;
        text-align: center;
        height: 65px;
        font-size: 14px;
        line-height: 1.2;
        border-radius: 6px;
        padding-left: 45px;
    }
    input[type="checkbox"].lst + label {
        padding-left: 40px;
    }
    input[type="radio"].lst + label {
        -webkit-box-pack: start;
    	-ms-flex-pack: start;
    	justify-content: flex-start;
        font-size: 12px;
        padding-left: 56px;
        text-align: left;
    }
    .qualification_lst li:nth-child(1) input[type="checkbox"].skk + label:before {
        width: 45px;
        height: 45px;
        margin-top: -23px;
        left: 12px;
        background: url("../img/sp/hoiku_icn01.png") no-repeat center center;
        background-size: 100% auto;
    }
    .qualification_lst li:nth-child(2) input[type="checkbox"].skk + label:before {
        width: 29px;
        height: 45px;
        margin-top: -23px;
        left: 12px;
        background: url("../img/sp/hoiku_icn02.png") no-repeat center center;
        background-size: 100% auto;
    }
    .qualification_lst li:nth-child(3) input[type="checkbox"].skk + label:before {
        width: 33px;
        height: 41px;
        margin-top: -20px;
        left: 17px;
        background: url("../img/sp/hoiku_icn03.png") no-repeat center center;
        background-size: 100% auto;
    }
    .qualification_lst li:nth-child(4) input[type="checkbox"].skk + label {
        padding-left: 60px;
        padding-right: 10px;
    }
    .qualification_lst li:nth-child(4) input[type="checkbox"].skk + label:before {
        width: 45px;
        height: 29px;
        margin-top: -15px;
        left: 10px;
        background: url("../img/sp/hoiku_icn04.png") no-repeat center center;
        background-size: 100% auto;
    }
    .check_lst li:nth-child(1) input[type="checkbox"].lst + label:before {
        width: 27px;
        height: 44px;
        margin-top: -22px;
        left: 14px;
        background: url("../img/sp/hoiku_icn05.png") no-repeat center center;
        background-size: 100% auto;
    }
    .check_lst li:nth-child(2) input[type="checkbox"].lst + label {
        padding-left: 45px;
    }
    .check_lst li:nth-child(2) input[type="checkbox"].lst + label:before {
        width: 23px;
        height: 45px;
        margin-top: -23px;
        left: 16px;
        background: url("../img/sp/hoiku_icn06.png") no-repeat center center;
        background-size: 100% auto;
    }
    .check_lst li:nth-child(3) input[type="checkbox"].lst + label:before {
        width: 25px;
        height: 40px;
        margin-top: -20px;
        left: 16px;
        background: url("../img/sp/hoiku_icn07.png") no-repeat center center;
        background-size: 100% auto;
    }
    .check_lst li:nth-child(4) input[type="checkbox"].lst + label {
        padding-left: 45px;
    }
    .check_lst li:nth-child(4) input[type="checkbox"].lst + label:before {
        width: 26px;
        height: 40px;
        margin-top: -20px;
        left: 16px;
        background: url("../img/sp/hoiku_icn08.png") no-repeat center center;
        background-size: 100% auto;
    }
    .check_lst li:nth-child(5) input[type="checkbox"].lst + label:before {
        width: 26px;
        height: 41px;
        margin-top: -20px;
        left: 16px;
        background: url("../img/sp/hoiku_icn15.png") no-repeat center center;
        background-size: 100% auto;
    }
    .check_lst li:nth-child(6) input[type="checkbox"].lst + label:before {
        width: 33px;
        height: 41px;
        margin-top: -20px;
        left: 16px;
        background: url("../img/sp/hoiku_icn16.png") no-repeat center center;
        background-size: 100% auto;
    }
    .radio_lst li:nth-child(1) input[type="radio"].lst + label {
        font-size: 11px;
        padding-left: 55px;
    }
    .radio_lst li:nth-child(1) input[type="radio"].lst + label:before {
        width: 34px;
        height: 30px;
        margin-top: -15px;
        left: 8px;
        background: url("../img/sp/hoiku_icn09.png") no-repeat center center;
        background-size: 100% auto;
    }
    .radio_lst li:nth-child(2) input[type="radio"].lst + label {
        padding-left: 60px;
    }
    .radio_lst li:nth-child(2) input[type="radio"].lst + label:before {
        width: 48px;
        height: 15px;
        margin-top: -8px;
        left: 7px;
        background: url("../img/sp/hoiku_icn10.png") no-repeat center center;
        background-size: 100% auto;
    }
    .radio_lst li:nth-child(3) input[type="radio"].lst + label:before {
        width: 38px;
        height: 27px;
        margin-top: -14px;
        left: 9px;
        background: url("../img/sp/hoiku_icn11.png") no-repeat center center;
        background-size: 100% auto;
    }
    .radio_lst li:nth-child(4) input[type="radio"].lst + label:before {
        width: 44px;
        height: 23px;
        margin-top: -12px;
        left: 6px;
        background: url("../img/sp/hoiku_icn12.png") no-repeat center center;
        background-size: 100% auto;
    }
    .radio_lst li:nth-child(5) input[type="radio"].lst + label:before {
        width: 33px;
        height: 36px;
        margin-top: -18px;
        left: 13px;
        background: url("../img/sp/hoiku_icn13.png?data=20221129") no-repeat center center;
        background-size: 100% auto;
    }
    .radio_lst li:nth-child(2) input[type="radio"].lst + label {
        padding-left: 60px;
    }
    .radio_lst li:nth-child(6) input[type="radio"].lst + label:before {
        width: 35px;
        height: 25px;
        margin-top: -12px;
        left: 13px;
        background: url("../img/sp/hoiku_icn14.png") no-repeat center center;
        background-size: 100% auto;
    }
    input[type="checkbox"].agree + label {
        width: auto;
        font-size: 12px;
        padding: 0 0 0 25px;
    }
    input[type="checkbox"].agree + label:before {
        top: 50%;
        left: 9px;
        margin-top: -5px;
        width: 11px;
        height: 11px;
        border-radius: 0;
    }
    input[type="checkbox"].agree:checked + label:after {
        width: 3px;
        height: 6px;
        top: 0;
        left: 5px;
    }
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="tel"],
    input[type="url"],
    select {
        font-size: 12px;
        padding: 10px;
    }
    input.post,
    input.name {
        max-width: 300px;
    }
    input.year {
        max-width: 115px;
    }
    input.tel,
    input.mail {
        max-width: 435px;
    }
    select {
        background: #fffurl("../img/sp/hoiku_select_arw.png") no-repeat center right 7px;
        background-size: 10px auto;
    }
    select.prefecture {
        max-width: 120px;
        margin-right: 8px;
    }
    select.city {
        max-width: 160px;
    }
    select.year {
        max-width: 200px;
    }
    select.month,
    select.day {
        max-width: 60px;
    }
    .birth-txt {
        margin: 0 2px;
    }
    .tel-txt {
        font-size: 12px;
    }
    .agree_wrap {
        margin-top: 28px;
        text-align: left;
    }
    .formBtn_wrap {
        -webkit-box-pack: justify;
    	-ms-flex-pack: justify;
    	justify-content: space-between;
        margin-top: 40px;
    }
    .formBtn_wrap.ver2 {
        display: block;
    }
    .form_btn.ver2 {
        margin-bottom: 10px;
    }
    .form_btn a {
        width: 170px;
        height: 50px;
        font-size: 15px;
    }
    .form_btn.ver1 a {
        width: 100%;
    }
    .form_btn.ver2 a {
        width: 165px;
        font-size: 11px;
        line-height: 1.2;
        padding-right: 15px;
    }
    .form_btn a.back {
        width: 120px;
    }
    .form_btn.ver3 a.back {
        width: 140px;
    }
    .form_btn a:before {
        width: 6px;
        height: 9px;
        right: 8px;
        margin-top: -5px;
        background: url("../img/sp/hoiku_btn_arw.png") no-repeat center center;
        background-size: 100% auto;
    }
    .form_btn a.back:before {
        left: 12px;
    }
    .form_btn a span.free {
        font-size: 12px;
        padding: 1px 3px;
    }
    .note-txt {
        font-size: 11px;
        line-height: 1.4;
        margin-top: 10px;
    }
    .footer_wrap {
        /*padding: 28px 0 20px 0;*/
        padding: 20px 0 20px 0;
    }
    .footer_logo img {
        width: 83px;
    }
    .f-txt {
        font-size: 12px;
        margin-bottom: 12px;
    }
    .f-txt.ver2 {
        font-size: 11px;
        margin-top: 12px;
    }
    .f_lst {
        /*margin-bottom: 20px;*/
    }
    .f_lst li {
        margin-right: 10px;
    }
    .f_lst li a {
        font-size: 10px;
        padding-left: 7px;
    }
    .f_lst li a:before {
        width: 4px;
        height: 4px;
    }
    .copy_wrap {
        padding: 8px 0;
    }
    .copy-txt {
        font-size: 10px;
        font-weight: normal;
    }
    .terms_wrap {
        padding: 50px 20px;
    }
    .terms_in {
        padding: 15px;
        border-radius: 5px;
    }
    .terms-ttl {
        font-size: 20px;
    }
    .terms-txt {
        margin-top: 10px;
    }
    .termsLst_wrap {
        margin-top: 25px;
    }
    .termsLst_wrap dl {
        margin-bottom: 25px;
    }
    .termsLst_wrap dl dt {
        font-size: 16px;
    }
    .note-label {
        position: absolute;
        bottom: -20px;
        right: 0;
        left: 0;
        z-index: 11;
        margin-top: 0;
    }
    .note-label span {
        font-size: 10px;
        line-height: 30px;
        padding: 0 10px;
        border-radius: 5px;
        border-bottom: 2px solid #d55a00;
    }
    .prefecture_wrap {
        max-width: 120px;
    }
    .city_wrap {
        max-width: 160px;
    }
    .name_wrap {
        max-width: 300px;
    }
    .year_wrap {
        max-width: 200px;
    }
    .tel_wrap {
        max-width: 435px;
    }
    .prefecture_wrap .note-label,
    .city_wrap .note-label,
    .name_wrap .note-label,
    .year_wrap .note-label,
    .tel_wrap .note-label {
        top: inherit;
        bottom: -34px;
    }
    .prefecture_wrap .note-label span:before,
    .city_wrap .note-label span:before,
    .name_wrap .note-label span:before,
    .year_wrap .note-label span:before,
    .tel_wrap .note-label span:before {
        top: -6px;
        margin-left: -2px;
        border-width: 0 3px 6px 3px;
    }
}
@media only screen and (max-width: 374px) {
    .flow_lst {
        width: 300px;
        padding: 20px 55px 20px 35px;
    }
    .form-txt span.wid {
        max-width: 280px;
    }
    .formSlide_wrap {
        max-width: 280px;
    }
    .formSlide_in {
        width: 1400px;
    }
    .formInput_wrap {
        max-width: 280px;
    }
    .qualification_lst li,
    .check_lst li,
    .radio_lst li {
        width: 120px;
    }
    .formInput_in dl dt.ver1 .dt-txt {
        width: 105px;
        font-size: 14px;
        margin-right: 10px;
    }
    .formInput_in dl dt.ver1 .dt-txt:last-child {
        width: 130px;
    }
    input[type="checkbox"].skk + label,
    input[type="checkbox"].lst + label,
    input[type="radio"].lst + label {
        font-size: 11px;
    }
    select.prefecture {
        max-width: 105px;
    }
    select.city {
        max-width: 140px;
    }
    select.month,
    select.day {
        max-width: 50px;
    }
    .form_btn a {
        width: 150px;
    }
    .form_btn.ver2 a {
        width: 135px;
        font-size: 10px;
        line-height: 1.4;
    }
    .form_btn a.back {
        width: 90px;
    }
    .form_btn.ver3 a.back {
        width: 120px;
    }
    .form_btn a span.free {
        font-size: 11px;
        margin-right: 5px;
    }
    .note-label {
        right: -5px;
    }
    .prefecture_wrap {
        max-width: 105px;
    }
    .city_wrap {
        max-width: 140px;
    }
}
@media only screen and (max-width: 359px) {
    .form-ltx {
        font-size: 10px;
        padding: 4px 2px;
        margin: 0 5px 0 0;
        text-align: left;
    }
    .form-txt {
        font-size: 10px;
    }
    .form-txt span.clr {
        font-size: 10px;
    }
}
