@charset "UTF-8";
.mv_wrap {
    background: url(../img/mv_bg01.jpg) no-repeat center center / cover;
}
.mv_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 300px;
}
.mv_txt {
    text-align: center;
}
.mv_txt .bln {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 0 0 20px 0;
}
.mv_txt .ttl {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.3;
    color: #fff;
}
.add_wrap {
    padding: 60px 0;
}
.add_in {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.add_ttl {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #fd3a1e;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}
.add_ttl:before {
    content: "";
    position: absolute;
    display: block;
    width: 17px;
    height: 17px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
    background: url("../svg/icn_information.svg") no-repeat 0 0;
    background-size: 100% auto;
}
.add_lst {
    padding: 20px 30px;
    border: 1px solid #fd3a1e;
}
.add_lst li {
    font-size: 16px;
    line-height: 2.2;
    font-weight: 500;
    padding-left: 1em;
    position: relative;
}
.add_lst li span {
    position: absolute;
    left: 0;
    top: 0;
}
.add_lst li a {
    color: #5693c0;
    text-decoration: underline;
}
.formCnt_wrap {
    background: #f7f7f7;
    padding-bottom: 100px;
}
.formCnt_in {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.formStart_ttl {
    font-size: 34px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    padding: 60px 0;
    position: relative;
}
.formFm_lst {
    margin-bottom: 60px;
}
.formFm_wrap {
    background: #fff;
    padding: 40px;
    margin-bottom: 80px;
    box-shadow: 0px 3px 7px 0px rgba(158, 158, 158, 0.5);
}
.formFm_wrap:last-child {
    margin-bottom: 0;
}
.formFm_ttl {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}
.formFm_ttl .step {
    padding-right: 40px;
}
.formFm_ttl .ttl {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
}
.formFm_cnt {
    padding-top: 40px;
}
.formFm_mds {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    padding: 0 0 20px;
    position: relative;
    border-bottom: 2px dotted #cecece;
}
.formFm_mds span {
    position: relative;
    padding-right: 50px;
}
.formFm_mds span:before {
    content: '必須';
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
    background: #fd3a1e;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    padding: 4px 7px 3px 7px;
}
.formFm_in {
    padding: 60px 0;
}
.formFm_in:last-child {
    padding: 60px 0 20px;
}
.formFm_in .box {
    width: 600px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
.formFm_in .box + .box {
    margin-top: 70px;
}
.formFm_in .box.ver3 + .box.ver3 {
    margin-top: 40px;
}
.formFm_in .box.ver2 {
    padding: 40px 30px;
    background: #eaf5ff;
}
.formFm_in .box.ver3 {
    padding: 40px 60px;
    background: #fffadb;
}
.formFm_in .mds {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 25px;
}
.formFm_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}
.formFm_box:last-child {
    margin-bottom: 0;
}
.formFm_box .ttl {
    font-size: 14px;
    font-weight: bold;
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
    box-sizing: border-box;
}
.formFm_box .ttl span {
    color: #fc3e3e;
}
.formFm_box.ver2 {
    display: block;
    text-align: center;
    margin-bottom: 40px;
}
.formFm_box.ver2:last-child {
    margin-bottom: 0;
}
.formFm_box.ver2 .ttl {
    width: 100%;
    font-size: 16px;
    line-height: 1;
}
.formFm_box .form {
    width: 400px;
}
.formFm_box.ver2 .form {
    width: 400px;
    margin: 30px auto 0;
}
.formFm_box .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
}
.formFm_box .flex + .flex {
    margin: 0 0 0 10px;
}
.formFm_box .add {
    padding: 0 0 0 10px;
}
.formFm_box .form select {
    background: #fff url(../svg/icn_arw_down.svg) no-repeat right 20px center;
    background-size: 10px auto;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    height: 50px;
    font-size: 14px;
    padding: 0 50px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
.formFm_box .form select.ver2 {
    background: #fff url(../svg/icn_arw_down.svg) no-repeat right 10px center;
    background-size: 10px auto;
    padding: 0 20px 0 10px;
}
.formFm_box .error {
    color: #fb3e3e;
    margin: 10px 0 0 0;
}
.formFm_box .lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.formFm_box .lst {
    padding-top: 40px;
}
.formFm_box .lst li {
    width: 160px;
    margin: 0 20px;
}
.formFm_box .lst input[type="radio"] + label {
    width: 100%;
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #cbcbcb;
    padding: 10px 0;
    box-sizing: border-box;
}
.formFm_box .lst input[type="radio"]:checked + label {
    background: #5693c0;
    border: 1px solid #5693c0;
    color: #fff;
}
.lasttxt {
    width: 600px;
    margin: 0 auto;
    padding-top: 50px;
    font-size: 13px;
    line-height: 2.3;
}
.formbtn {
    display: table;
    width: 360px;
    margin: 0 auto;
}
.formbtn.is-fix {
    margin-top: 25px;
    width: 260px;
}
.formbtn.is-mgt {
    margin-top: 25px;
}
.formbtn a {
    width: 100%;
    height: 60px;
    position: relative;
    display: table;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    border-radius: 100px;
    border: 1px solid #d1d1d1;
    box-shadow: 0px 3px 7px 0px rgb(158 158 158 / 50%);
    margin: 0 0 5px 0;
    box-sizing: border-box;
}
.formbtn.ver2 a {
    font-size: 20px;
    color: #fff;
    background: #fd3a1e;
    border-radius: 4px;
    border: none;
}
.formbtn.ver2_2 a {
    font-size: 20px;
    color: #fff;
    background: #5693c0;
    border-radius: 4px;
    border: none;
}
.formbtn.is-fix a {
    height: 60px;
    font-size: 20px;
    color: #fff;
    background: #ccc;
}
.formbtn .is-btn {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.formbtn .is-btn:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    z-index: 10;
    width: 11px;
    height: 7px;
    background: url("../svg/link_arw_black_right.svg") no-repeat center;
    background-size: 100% auto;
}
.formbtn.ver2 .is-btn:before {
    content: none;
}
.formbtn.ver2_2 .is-btn:before {
    content: none;
}
.formbtn.is-fix .is-btn:before {
    content: none;
}
.formRsl_wrap {
    background: #f7f7f7;
}
.formRsl_in {
    width: 1100px;
    padding: 60px 0 140px 0;
}
.formRsl_box {
    position: relative;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 60px;
    box-shadow: 0px 3px 7px 0px rgb(158,158,158,0.5);
}
.formRsl_box:last-child {
    margin-bottom: 0;
}
.formRsl_box.last {
    margin-bottom: 100px;
}
.formRsl_cnt {
    margin: 0 65px;
}
.formRsl_cnt + .formRsl_cnt {
    padding: 60px 0 0 0;
    border-top: 2px dotted #cdcdcd;
}
.formRsl_ttl {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    height: 150px;
    cursor: pointer;
}
.formRsl_ttl.is-non {
    cursor: default;
}
.formRsl_ttl .icn {
    padding-right: 20px;
}
.formRsl_ttl .ttl {
    font-size: 24px;
    font-weight: bold;
}
.formRsl_ttl .btn {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 20px;
}
.formRsl_ttl .btn span {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    padding: 40px 0 0 0;
    background: #5693c0;
    border-radius: 20px;
}
.formRsl_ttl.on .btn span {
    background: #f7f7f7;
}
.formRsl_ttl .btn span:before {
    content: "";
    position: absolute;
    display: block;
    width: 9px;
    height: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-180deg);
    z-index: 10;
    background: url(../svg/arw_white_down.svg) no-repeat 0 0;
    background-size: 100% auto;
}
.formRsl_ttl.on .btn span:before {
    background: url(../svg/arw_black_down.svg) no-repeat 0 0;
    background-size: 100% auto;
    transform: translate(-50%,-50%);
}
.formRsl_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 0 0 60px 0;
}
.formRsl_txt .img {
    width: 290px;
}
.formRsl_txt .img img {
    width: 100%;
    height: auto;
}
.formRsl_txt .txtbox {
    width: 100%;
}
.formRsl_txt .txtbox .lst {
    margin-bottom: 45px;
}
.formRsl_txt .txtbox .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}
.formRsl_txt .txtbox .box:last-child {
    margin-bottom: 0;
}
.formRsl_txt .txtbox .box .ttl {
    width: 120px;
}
.formRsl_txt .txtbox .box .ttl span {
    display: block;
    background: #5693c0;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 9px 0 8px 0;
}
.formRsl_txt .txtbox .box .txt {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
}
.formRsl_txt .txtbox .feature {
    border-radius: 4px;
    border: 1px solid #cbcbcb;
    padding: 35px 30px 20px 30px;
    position: relative;
}
.formRsl_txt .txtbox .feature .ttl {
    background: #e5c289;
    width: 90px;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 8px 0;
    position: absolute;
    top: -15px;
    left: 20px;
}
.formRsl_txt .txtbox .feature .ttl:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px;
    border-top: 5px solid #e5c289;
    border-right: 5px solid #e5c289;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
}
.formRsl_txt .txtbox .feature .txt {
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
}
.formRsl_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 60px;
}
.formRsl_btn li {
    display: table;
    width: 470px;
}
.formRsl_btn li:only-child {
    margin: 0 auto;
}
.formRsl_btn li a {
    width: 100%;
    height: 100px;
    position: relative;
    display: table;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    color: #fd3a1e;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0px 3px 7px 0px rgb(158,158,158,0.5);
    margin: 0 0 5px 0;
}
.formRsl_btn li a span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}
.formRsl_btn li a:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 10;
    width: 11px;
    height: 7px;
}
.formRsl_btn li a:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    z-index: 10;
}
.formRsl_btn li.btn1 a {
    border: 1px solid #fd3a1e;
    background: #ffffff;
}
.formRsl_btn li.btn2 a {
    color: #fff;
    background: #fd3a1e;
}
.formRsl_btn li.btn1 a:before {
    background: url(../svg/link_arw_red_right.svg) no-repeat center;
    background-size: 100% auto;
}
.formRsl_btn li.btn2 a:before {
    background: url(../svg/link_arw_white_right.svg) no-repeat center;
    background-size: 100% auto;
}
.formRsl_btn li.btn1 a:after {
    width: 26px;
    height: 26px;
    background: url(../svg/form_btn_icn1n.svg) no-repeat center;
    background-size: 100% auto;
}
.formRsl_btn li.btn2 a:after {
    width: 30px;
    height: 24px;
    background: url(../svg/form_btn_icn2n.svg) no-repeat center;
    background-size: 100% auto;
}
.formConf_wrap {
    background: #f7f7f7;
    padding-bottom: 100px;
}
.formConf_wrap.is-non {
    background: none;
}
.formConf_wrap {
    background: #f7f7f7;
    padding-bottom: 100px;
}
.formConf_mds {
    text-align: center;
    font-size: 34px;
    line-height: 1;
    font-weight: bold;
    padding: 60px 0;
}
.formConf_lst {
    padding-bottom: 60px;
}
.formConf_box {
    background: #fff;
    margin-bottom: 60px;
    border-radius: 4px;
    box-shadow: 0px 3px 7px 0px rgba(158, 158, 158, 0.5);
}
body.confirm .formConf_box {
    background: none;
    border-radius: 0;
    box-shadow: none;
    margin-top: 120px;
}
body.confirm .formConf_box:first-child {
    margin-top: 0;
}
.formConf_box:last-child {
    margin-bottom: 0;
}
.formAddi_box {
    margin-bottom: 60px;
}
.formConf_ttl {
    background: #fff;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    padding: 40px 0;
    border-radius: 4px 4px 0 0;
}
body.confirm .formConf_ttl {
    /*
    border: 1px solid #5693c0;
    margin: 0 0 40px 0;
    */
    color: #fff;
    box-sizing: border-box;
    border-radius: 0 0 0 0;
    position: relative;
    padding: 20px 0;
    font-size: 26px;
    background: #5693c0;
}
/*
body.confirm .formConf_ttl::before ,
body.confirm .formConf_ttl::after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -21px;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 21px 0 21px;
}
body.confirm .formConf_ttl::before {
    bottom: -21px;
    border-color: #5693c0 transparent transparent transparent;
}
body.confirm .formConf_ttl::after {
  bottom: -20px;
  border-color: #fff transparent transparent transparent;
}
*/
.formConf_cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 50px 60px;
}
body.confirm .formConf_cnt {
    display: -webkit-block;
    display: -ms-block;
    display: block;
    padding: 0;
}
@media (min-width: 896px) {
    body.confirm .formConf_cnt .txtbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /*
        background: #f7f7f7;
        padding: 30px;
        */
    }
    body.confirm .formConf_cnt .txtbox .img {
        margin-bottom: 0;
    }
    body.confirm .formConf_cnt .txtin {
        width: 200px;
    }
    /*
    body.confirm .formConf_cnt .txtlst {
        width: -webkit-calc(100% - 240px);
        width: calc(100% - 240px);
    }
    */
}
body.confirm .formConf_cnt .txtlst {
    padding: 0 40px 0 0;
}
body.confirm .formConf_cnt .txtbox .txtlst .box:last-child {
    margin-bottom: 0;
}
.txtfee {
    width: 230px;
    background: #efefef;
    border-radius: 4px;
    padding: 35px 0 35px 0;
    box-sizing: border-box;
    text-align: center;
}
.txtfee-ttl {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 15px;
}
.txtfee-txt {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
}
.txtfee-txt span {
    font-size: 32px;
    color: #fd3a1e;
}
.formConf_cnt .txtbox .bln {
    background: #e5c289;
    width: 90px;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 8px 0;
    position: relative;
    margin: 0 auto 20px;
}
.formConf_cnt .txtbox .bln:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 40px;
    border-top: 5px solid #e5c289;
    border-right: 5px solid #e5c289;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
}
.formConf_cnt .txtbox .img {
    text-align: center;
    margin-bottom: 20px;
}
.formConf_cnt .txtbox .txtlst .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}
.formConf_cnt .txtbox .txtlst .ttl {
    width: 70px;
    min-width: 70px;
}
.formConf_cnt .txtbox .txtlst .ttl span {
    display: block;
    background: #5693c0;
    font-size: 13px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    padding: 4px 0 3px 0;
}
.formConf_cnt .txtbox .txtlst .txt {
    padding-left: 10px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}
.formConf_cnt .txtbox.ver2 {
    width: calc(100% - 600px);
}
.formConf_cnt .formbox {
    width: 600px;
}
body.confirm .formConf_cnt .formbox {
    width: auto;
    text-align: center;
    padding: 30px 0 0 0;
}
.formConf_cnt .formbox .mds {
    position: relative;
    padding: 0 0 0 1em;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
}
body.confirm .formConf_cnt .formbox .mds {
    text-align: center;
    color: #fd3a1e;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 40px;
}
.formConf_cnt .formbox .mds span {
    position: absolute;
    top: 0;
    left: 0;
}
.formConf_cnt .formbox .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;
}
.formConf_cnt .formbox .lst li {
    width: -webkit-calc(48% - 50px);
    width: calc(48% - 50px);
    margin-bottom: 20px;
    margin-left: 50px;
}
.formConf_cnt .formbox .lst li:last-child,
.formConf_cnt .formbox .lst li:nth-last-of-type(2) {
    margin-bottom: 0;
}
.formConf_cnt .formbox .lst li input[type="checkbox"] + label {
    width: 100%;
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #cbcbcb;
    padding: 10px 0;
    box-sizing: border-box;
}
body.confirm .formConf_cnt .formbox .lst li input[type="checkbox"] + label {
    padding: 10px 0 5px 0;
}
.formConf_cnt .formbox .lst li input[type="checkbox"] + label:before {
    content: '';
    display: block;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: url(../svg/icn_check1_on.svg) no-repeat center;
    background-size: 100% auto;
}
.formConf_cnt .formbox .lst li input[type="checkbox"] + label span {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    background: #f7f7f7;
    color: #373737;
    padding: 5px 10px;
    margin: 5px 5px 0;
    border-radius: 50px;
    box-sizing: border-box;
}
.formConf_cnt .formbox .lst li input[type="checkbox"] + label span.ver2 {
    border-radius: 4px;
}
.formConf_cnt .formbox .lst li input[type="checkbox"] + label span.ver3 {
    color: #fd3a1e;
    border-radius: 4px;
}
.formConf_cnt .formbox .lst li input[type="checkbox"] + label span.is-fee {
    width: 97%;
    margin: 10px 0 0 0;
    padding: 5px;
    z-index: 9;
    border-radius: 3px;
    background: #efefef;
}
.formConf_cnt .formbox .lst li input[type="checkbox"] + label span.is-clr {
    font-size: 20px;
    display: inline;
    background: none;
    color: #fd3a1e;
    padding: 0;
    margin: 0;
    min-width: auto;
}
.formConf_cnt .formbox .lst li input[type="checkbox"]:checked + label {
    background: #5693c0;
    border: 1px solid #5693c0;
    color: #fff;
}
.formConf_cnt .formbox .lst li input[type="checkbox"].ver2:checked + label {
    background: #fd3a1e;
    border: 1px solid #fd3a1e;
    color: #fff;
}
.formConf_cnt .formbox .lst li input[type="checkbox"]:checked + label span.is-fee {
    background: #fff;
}
.formConf_cnt .formbox .lst li input[type="checkbox"]:checked + label:before {
    background: url(../svg/icn_check_red.svg) no-repeat center;
    background-size: 100% auto;
}
.formConf_cnt .formbox .box {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cbcbcb;
}
body.confirm .formConf_cnt .formbox .box {
    margin-bottom: 40px;
    padding-bottom: 0;
    border-bottom: 0;
}
.formConf_cnt .formbox .box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
body.confirm .formConf_cnt .formbox .box:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
.formConf_cnt .formbox .ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
}
.formTbl table {
    width: 100%;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}
.formTbl table th {
    border-left: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    background: #5693c0;
    color: #fff;
}
.formTbl table td {
    border-left: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    line-height: 1.6;
}
.formTbl table .ck input[type="checkbox"] + label {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../svg/icn_check1_on.svg) no-repeat center;
    background-size: 100% auto;
}
.formTbl table .ck input[type="checkbox"]:checked + label {
    background: url(../svg/icn_check_red.svg) no-repeat center;
    background-size: 100% auto;
}
.formTbl .tag {
    color: #fff;
    line-height: 1;
    padding: 5px 6px;
}
.formTbl .tag.ver1 {
    background: #41e528;
}
.formTbl .tag.ver2 {
    background: #28e1e5;
}
.formTbl .tag.ver3 {
    background: #285ee5;
}
.formTbl .btn {
    display: table;
    width: 210px;
    height: 36px;
    margin: 0 auto;
    box-sizing: border-box;
}
.formTbl .btn a {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    background: #ccc;
    border-radius: 100px;
}
body.confirm .formConf_cnt .formbox .ttl {
    font-size: 20px;
    margin-bottom: 50px;
    position: relative;
    padding: 10px 0;
    border-radius: 4px;
    background: #5693c0;
    color: #fff;
}
body.confirm .formConf_cnt .formbox .ttl:before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -21px;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 21px 0 21px;
}
body.confirm .formConf_cnt .formbox .ttl:before {
    bottom: -21px;
    border-color: #5693c0 transparent transparent transparent;
}
/*
body.confirm .formConf_cnt .formbox .ttl:before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    z-index: 9;
    width: 100px;
    height: 3px;
    background: #5693c0;
    margin: 0 0 0 -50px;
}
*/
.formPlan_wrap {
    padding-bottom: 90px;
    background: #f7f7f7;
}
.formPlan_wrap.ver1 {
    padding-bottom: 60px;
}
.formPlan_in {
    padding-top: 60px;
}
.formPlan_tab {
    margin-bottom: 60px;
    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;
}
.formPlan_wrap.ver1 .formPlan_tab {
    margin-bottom: 0;
}
.formPlan_tab li {
    width: 290px;
}
.formPlan_tab li a {
    width: 100%;
    height: 80px;
    position: relative;
    display: table;
    text-align: right;
    font-size: 20px;
    font-weight: 500;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 3px 7px 0px rgba(158, 158, 158, 0.5);
    margin: 0 0 5px 0;
}
.formPlan_tab li a span.is-tc {
    display: table-cell;
    vertical-align: middle;
    padding-right: 80px;
}
.formPlan_tab li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.formPlan_tab li.btn1 a:before {
    width: 48px;
    height: 55px;
    background: url(../svg/form_img_010.svg) no-repeat center;
    background-size: 100% auto;
}
.formPlan_tab li.btn2 a:before {
    width: 44px;
    height: 55px;
    background: url(../svg/form_img_011.svg) no-repeat center;
    background-size: 100% auto;
}
.formPlan_tab li.btn3 a:before {
    width: 86px;
    height: 50px;
    background-image: url(../svg/form_img_012.svg), url(../svg/form_img_013.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom left, bottom right;
    background-size: 40px auto, 37px auto;
}
.formPlan_tab li.on a {
    color: #fff;
    background: #5693c0;
    pointer-events: none;
    box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
    margin: 5px 0 0 0;
}
.formPlan_box {
    margin-bottom: 60px;
}
.formPlan_cnt {
    padding: 25px 0 60px 0;
}
.formPlan_flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
}
.formPlan_flx:last-child {
    margin-bottom: 0;
}
.formPlan_flx .txtbox {
    margin-right: 50px;
}
.formPlan_flx .txtbox .bln {
    background: #e5c289;
    width: 90px;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 8px 0;
    position: relative;
    margin: 0 auto 20px;
}
.formPlan_flx .txtbox .bln:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 40px;
    border-top: 5px solid #e5c289;
    border-right: 5px solid #e5c289;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
}
.formPlan_flx .txtbox .img {
    text-align: center;
    margin-bottom: 20px;
}
.formPlan_flx .txtbox .txtlst .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}
.formPlan_flx .txtbox .txtlst .box:last-child {
    margin-bottom: 0;
}
.formPlan_flx .txtbox .txtlst .box .ttl {
    width: 60px;
}
.formPlan_flx .txtbox .txtlst .box .ttl span {
    display: block;
    background: #5693c0;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 4px 0 3px 0;
}
.formPlan_flx .txtbox .txtlst .box .txt {
    padding-left: 10px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
}
.formPlan_flx .formbox {
    width: 270px;
}
.formPlan_flx .formbox .in {
    width: 270px;
    background: #efefef;
    border-radius: 4px;
    padding: 40px 0 35px 0;
    box-sizing: border-box;
    text-align: center;
}
.formPlan_flx .formbox .mds {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 15px;
}
.formPlan_flx .formbox .amount {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 20px;
}
.formPlan_flx .formbox .amount span {
    font-size: 32px;
    color: #fd3a1e;
}
.formPlan_flx .formbox .btn {
    width: 200px;
    margin: 0 auto;
}
.formPlan_flx .formbox .btn a {
    width: 100%;
    height: 40px;
    position: relative;
    display: table;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    border-radius: 20px;
    padding-right: 10px;
    border: 1px solid #cbcbcb;
    box-sizing: border-box;
    box-shadow: 0px 3px 7px 0px rgb(158 158 158 / 50%);
    margin: 0 0 5px 0;
}
.formPlan_flx .formbox .btn a .is-tc {
    display: table-cell;
    vertical-align: middle;
}
.formPlan_flx .formbox .btn a:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 10;
    width: 11px;
    height: 7px;
    background: url(../svg/link_arw_black_right.svg) no-repeat center;
    background-size: 100% auto;
}
.formMerc_wrap {
    padding: 0 40px 40px 40px;
    position: relative;
}
.formMerc_wrap:last-child {
    padding-bottom: 60px;
}
.formMerc_ttl {
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    padding: 30px 0;
    text-align: center;
    border-bottom: 2px dotted #cecece;
}
.formMerc_ttl span {
    display: inline-block;
    padding-left: 60px;
    position: relative;
}
.formMerc_ttl span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
}
.formMerc_ttl.ttl1 span {
    color: #e5c289;
    padding-left: 50px;
}
.formMerc_ttl.ttl1 span:before {
    width: 30px;
    height: 40px;
    background: url(../svg/form_icn1.svg?date=20220613) no-repeat center;
    background-size: 100% auto;
}
.formMerc_ttl.ttl2 span {
    color: #e5c289;
}
.formMerc_ttl.ttl2 span:before {
    width: 45px;
    height: 40px;
    background: url(../svg/form_icn2.svg?date=20220613) no-repeat center;
    background-size: 100% auto;
}
.formMerc_ttl.ttl3 span {
    color: #e5c289;
}
.formMerc_ttl.ttl3 span:before {
    width: 35px;
    height: 40px;
    background: url(../svg/form_icn3.svg?date=20220613) no-repeat center;
    background-size: 100% auto;
}
.formMerc_ttl.ttl4 span {
    color: #8ed1c0;
}
.formMerc_ttl.ttl4 span:before {
    width: 38px;
    height: 40px;
    background: url(../svg/form_icn4.svg?date=20220613) no-repeat center;
    background-size: 100% auto;
}
.formMerc_ttl.ttl5 span {
    color: #8ed1c0;
}
.formMerc_ttl.ttl5 span:before {
    width: 38px;
    height: 40px;
    background: url(../svg/form_icn4.svg?date=20220613) no-repeat center;
    background-size: 100% auto;
}
.formMerc_ttl.ttl6 span {
    color: #8ed1c0;
}
.formMerc_ttl.ttl6 span:before {
    width: 35px;
    height: 40px;
    background: url(../svg/form_icn6.svg?date=20220613) no-repeat center;
    background-size: 100% auto;
}
.formMerc_ttl.ttl7 span {
    color: #8ed1c0;
}
.formMerc_ttl.ttl7 span:before {
    width: 40px;
    height: 40px;
    background: url(../svg/form_icn5.svg?date=20220613) no-repeat center;
    background-size: 100% auto;
}
.formMerc_ttl.ttl8 span {
    color: #8ed1c0;
}
.formMerc_ttl.ttl8 span:before {
    width: 40px;
    height: 40px;
    background: url(../svg/form_icn5.svg?date=20220613) no-repeat center;
    background-size: 100% auto;
}
.formMerc_ttl.ttl9 span {
    color: #8ed1c0;
}
.formMerc_ttl.ttl9 span:before {
    width: 35px;
    height: 40px;
    background: url(../svg/form_icn6.svg?date=20220613) no-repeat center;
    background-size: 100% auto;
}
.formMerc_ttl.ttl10 span {
    color: #96b0de;
}
.formMerc_ttl.ttl10 span:before {
    width: 38px;
    height: 40px;
    background: url(../svg/form_icn7.svg?date=20220613) no-repeat center;
    background-size: 100% auto;
}
.formMerc_ttl.ttl11 span {
    color: #96b0de;
}
.formMerc_ttl.ttl11 span:before {
    width: 40px;
    height: 40px;
    background: url(../svg/form_icn8.svg?date=20220613) no-repeat center;
    background-size: 100% auto;
}
.formMerc_ttl.ttl12 span {
    color: #96b0de;
}
.formMerc_ttl.ttl12 span:before {
    width: 35px;
    height: 40px;
    background: url(../svg/form_icn9.svg?date=20220613) no-repeat center;
    background-size: 100% auto;
}
.formMerc_dtl {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    padding-top: 40px;
}
.formMerc_dtl .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}
.formMerc_dtl .box:last-child {
    margin-bottom: 0;
}
.formMerc_dtl .ttl span {
    display: block;
    background: #5693c0;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 9px 11px 8px 11px;
}
.formMerc_dtl .txt {
    padding-left: 10px;
    font-size: 16px;
    line-height: 1.8;
    font-weight: bold;
}
.formMerc_amount {
    padding-top: 40px;
}
.formMerc_amount .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.formMerc_amount .box:last-child {
    margin-bottom: 0;
}
.formMerc_amount .ttl {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    padding-right: 20px;
}
.formMerc_wrap .amount {
    width: 350px;
    background: #efefef;
    border-radius: 4px;
    padding: 14px 0;
    text-align: center;
    box-sizing: border-box;
}
.formMerc_amount .amount .txt {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
}
.formMerc_amount .amount .txt span {
    font-size: 32px;
    color: #fb3e3e;
    display: inline-block;
}
.formMerc_btn {
    margin: 0 auto;
    display: table;
    width: 360px;
    padding-top: 60px;
}
.formMerc_btn a {
    width: 100%;
    height: 60px;
    position: relative;
    display: table;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    box-shadow: 0px 3px 7px 0px rgb(158 158 158 / 50%);
    margin: 0 0 5px 0;
}
.formMerc_btn a .is-tc {
    display: table-cell;
    vertical-align: middle;
    padding-right: 0;
}
.formMerc_btn.ver2 a {
    background: #10b255;
}
.formMerc_btn a:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 10;
    width: 11px;
    height: 7px;
    background: url(../svg/link_arw_black_right.svg) no-repeat center;
    background-size: 100% auto;
}
.formMerc_ck {
    padding-top: 60px;
    position: relative;
    z-index: 200;
}
.formMerc_ck input[type="checkbox"] + label {
    width: 100%;
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    cursor: pointer;
    background: #efefef;
    padding: 20px 0;
    box-sizing: border-box;
    text-align: center;
}
.formMerc_ck input[type="checkbox"] + label span {
    display: block;
    position: relative;
}
.formMerc_ck input[type="checkbox"] + label span:before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #cbcbcb;
    box-sizing: border-box;
}
.formMerc_ck input[type="checkbox"] + label span::after {
    position: absolute;
    width: 4px;
    height: 10px;
    top: 3px;
    left: 27px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #2b293e;
    border-bottom: 2px solid #2b293e;
}
.formMerc_ck input[type="checkbox"]:checked + label {
    background: #2b293e;
    color: #fff;
}
.formMerc_ck input[type="checkbox"]:checked + label span:before {
    background: #fff;
    border: 1px solid #fff;
}
.formMerc_ck input[type="checkbox"]:checked + label span::after {
    content: "";
}
.formMerc_ck.ver2 {
    width: 400px;
    margin: 0 auto;
}
.formMerc_ck.ver2 input[type="checkbox"] + label {
    font-size: 24px;
    border-radius: 80px;
    background: #fb3e3e;
    padding: 30px 0;
    color: #fff;
}
.formMerc_ck.ver2 input[type="checkbox"] + label span:before {
    left: auto;
    right: 30px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #fff;
}
.formMerc_ck.ver2 input[type="checkbox"] + label span::after {
    width: 5px;
    height: 13px;
    top: 4px;
    left: auto;
    right: 37px;
    border-right: 2px solid #fb3e3e;
    border-bottom: 2px solid #fb3e3e;
}
.formMerc_ck.ver2 input[type="checkbox"]:checked + label {
    background: #fb3e3e;
}
.formMerc_ck.ver2 input[type="checkbox"]:checked + label span:before {
    border: 1px solid #fff;
}
.formSave_wrap {
    padding: 80px 0 100px 0;
    background: #f7f7f7;
}
.formSave_ttl {
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
    text-align: center;
    padding: 0 0 80px;
}
.formSave_box {
    background: #fff;
    border-radius: 4px;
    padding: 40px;
    position: relative;
    margin-bottom: 60px;
    box-shadow: 0px 3px 7px rgb(158 158 158 / 50%);
}
.formSave_box .txt {
    font-size: 16px;
    line-height: 1.7;
    font-weight: bold;
}
.formSave_fm {
    background: #fff;
    border-radius: 4px;
    padding: 60px 40px;
    box-shadow: 0px 3px 7px rgb(158 158 158 / 50%);
}
.formSave_fm .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}
.formSave_fm .box .ttl {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    width: 200px;
}
.formSave_fm .box .ttl.is-his:before {
    content: '必須';
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #eb5454;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 4px 8px 4px 8px;
}
.formSave_fm .cnt {
    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;
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    box-sizing: border-box;
    font-size: 16px;
}
.formSave_fm .cnt .error {
    width: 100%;
    padding: 5px 0 0;
    color: #fb3e3e;
}
.formSave_fm .cnt textarea {
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    height: 170px;
    font-size: 16px;
    padding: 20px;
    text-align: left;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4;
}
.formSave_fm .cnt select {
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    height: 60px;
    font-size: 16px;
    padding: 0 20px;
    text-align: left;
    box-sizing: border-box;
    background: #fff url(../svg/icn_arw_down.svg) no-repeat right 20px center;
    background-size: 10px auto;
}
.formSave_fm .cnt input[type="text"] {
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    height: 60px;
    font-size: 16px;
    padding: 0 20px;
    text-align: left;
    width: 300px;
    box-sizing: border-box;
    background: #fff;
}
.formSave_fm .cnt textarea.wid1,
.formSave_fm .cnt select.wid1,
.formSave_fm .cnt input[type="text"].wid1 {
    width: 100%;
}
.formSave_fm .cnt input[type="checkbox"] + .is-parts {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 0 0 0 36px;
    cursor: pointer;
}
.formSave_fm .cnt input[type="checkbox"] + .is-parts:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 0;
    box-sizing: border-box;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #d1d1d1;
}
.formSave_fm .cnt input[type="checkbox"] + .is-parts:after {
    position: absolute;
    display: block;
    top: 50%;
    left: 5px;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 0;
    border-radius: 50%;
    background: #5693c0;
}
.formSave_fm .cnt input[type="checkbox"]:checked + .is-parts:before {
    border: 1px solid #5693c0;
}
.formSave_fm .cnt input[type="checkbox"]:checked + .is-parts:after {
    content: "";
}
.formSave_add {
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    height: 200px;
    font-size: 16px;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    overflow-y: scroll;
}
.formSave_add .ttl {
    font-weight: bold;
    margin-bottom: .5em;
}
.formSave_add .txt a {
    color: #5693c0;
    text-decoration: underline;
}
.formSave_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
}
.formSave_btn .btn {
    display: table;
    width: 360px;
    margin: 0 auto;
}
.formSave_btn .btn a {
    width: 100%;
    height: 60px;
    position: relative;
    display: table;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    border-radius: 100px;
    border: 1px solid #d1d1d1;
    box-shadow: 0px 3px 7px 0px rgb(158 158 158 / 50%);
    margin: 0 0 5px 0;
}
.formSave_btn .btn a span {
    display: table-cell;
    vertical-align: middle;
}
.formSave_btn .btn.ver2 a {
    color: #fff;
    background: #ccc;
}
.graphCnt_wrap {
    padding-bottom: 60px;
}
.graphCnt_wrap.ver2 {
    padding-bottom: 110px;
    background: #f7f7f7;
}
.graphStart_ttl {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    padding: 80px 0 0;
    position: relative;
}

.graphTop_wrap {
    padding-top: 60px;
}
.graphTop_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    box-sizing: border-box;
}
.formPlan_flx.ver2 {
    margin-bottom: 0;
    margin: 0 20px;
    margin-top: 40px;
}
.formPlan_flx.ver2:first-child {
    margin-top: 0;
    width: 100%;
}
.formPlan_flx.ver2 .txtbox {
    margin-right: 30px;
}
.formPlan_flx.ver2 .txtbox .img {
    margin-bottom: 0;
}
.formPlan_flx.ver2 .formbox .in {
    padding: 30px 0;
}
.formPlan_flx.short {
    width: 50%;
    margin-bottom: 0;
    margin-top: 60px;
}
.formPlan_flx.short .txtbox {
    margin-right: 10px;
}
.formPlan_flx.short .txtbox .img img {
    width: 70px;
    height: auto;
}
.formPlan_flx.short .formbox {
    width: 190px;
}
.formPlan_flx.short .formbox .in {
    width: 190px;
    padding: 17px 0;
}
.formPlan_flx.short .formbox .mds {
    font-size: 14px;
    margin-bottom: 5px;
}
.formPlan_flx.short .formbox .amount {
    font-size: 16px;
    padding-bottom: 10px;
}
.formPlan_flx.short .formbox .amount span {
    font-size: 26px;
}
.formPlan_flx.short .formbox .btn {
    width: 160px;
}
.formPlan_flx.short .formbox .btn a {
    height: 32px;
    font-size: 14px;
}
.formPlan_flx.graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    margin-top: 40px;
}
.formPlan_flx.graph .graph {
    width: 100%;
    height: 220px;
    margin-bottom: 15px;
}
.formPlan_flx.graph .formbox {
    width: 400px;
}
.formPlan_flx.graph .formbox .in {
    width: 100%;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.formPlan_flx.graph .graphbox .mds {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1;
    font-weight: bold;
}
.formPlan_flx.graph .formbox .in .mds {
    margin: 0 10px 2px 0;
}
.formPlan_flx.graph .formbox .in .amount {
    padding-bottom: 0;
}
.graphAddi_wrap {
    padding-top: 60px;
}
.graphAddi_wrap.ver2 {
    padding-top: 0;
}
.graphAddi_ttl {
    padding: 14px 0;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    color: #5693c0;
    border: 1px solid #5693c0;
    text-align: center;
    position: relative;
    margin-bottom: 45px;
}
.graphAddi_ttl:before,
.graphAddi_ttl:after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -7px;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
}
.graphAddi_ttl:before {
    bottom: -7px;
    border-color: #5693c0 transparent transparent transparent;
}
.graphAddi_ttl:after {
    bottom: -6px;
    border-color: #fff transparent transparent transparent;
}
.graphAddi_ttlsub {
    font-size: 18px;
    line-height: 1;
    padding-bottom: 20px;
    text-align: center;
}
.graphAddi_ttlsub span {
    display: inline-block;
    position: relative;
    color: #5693c0;
}
.graphAddi_table {
    margin: 0 0 45px 0;
}
.graphAddi_table table {
    width: 100%;
    border-top: 1px solid #cbcbcb;
    border-left: 1px solid #cbcbcb;
    background: #fff;
}
.graphAddi_table table tr th {
    width: 24%;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    background: #5693c0;
    color: #ffffff;
    border-right: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    box-sizing: border-box;
    line-height: 1.4;
}
.c-wid.ver3 .graphAddi_table table tr th {
    width: 23%;
}
.graphAddi_table table tr th:nth-last-child(3) ,
.graphAddi_table table tr th:nth-last-child(2) {
    width: 9% !important;
}
.graphAddi_table table tr th:last-child {
    width: 10% !important;
}
.graphAddi_table table tr td {
    width: 24%;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    border-right: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    box-sizing: border-box;
    line-height: 1.4;
    font-size: 13px;
}
.c-wid.ver3 .graphAddi_table table tr td {
    width: 23%;
}
.graphAddi_table table tr td:nth-last-child(3) ,
.graphAddi_table table tr td:nth-last-child(2) {
    width: 9% !important;
}
.graphAddi_table table tr td:last-child {
    width: 10% !important;
    text-align: right;
}
.graphAddi_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;
}
.graphAddi_box {
    width: 465px;
    background: #efefef;
    border-radius: 4px;
    padding: 30px 20px;
    box-sizing: border-box;
    margin-top: 40px;
}
.graphAddi_box.is-ver2 {
    width: 100%;
}
.graphAddi_box.is-ver3 {
    width: 32%;
    margin-top: 0;
}
.graphAddi_box .ttl {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.formProduct_in {
    width: 970px;
    padding-top: 40px;
}
.formProduct_tab {
    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;
}
.formProduct_tab li {
    display: table;
    width: 316px;
    margin-top: 10px;
}
.formProduct_tab li a {
    width: 100%;
    height: 60px;
    position: relative;
    display: table;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    background: #fff url(../svg/arw_black_down.svg) no-repeat center right 20px;
    background-size: 9px auto;
    border-radius: 4px;
    box-shadow: 0px 3px 7px 0px rgb(158 158 158 / 50%);
    margin: 0 0 3px 0;
    padding-left: 40px;
    box-sizing: border-box;
    line-height: 1.4;
}
.formProduct_tab li a .is-tc {
    display: table-cell;
    vertical-align: middle;
}
.formProduct_tab li a:before {
    content: '';
    display: block;
    position: absolute;
}
.formProduct_in li.btn1 a:before,
.formProduct_in li.btn2 a:before,
.formProduct_in li.btn3 a:before,
.formProduct_in li.btn4 a:before,
.formProduct_in li.btn5 a:before,
.formProduct_in li.btn6 a:before,
.formProduct_in li.btn7 a:before,
.formProduct_in li.btn8 a:before,
.formProduct_in li.btn9 a:before {
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.formProduct_in li.btn1 a:before {
    width: 21px;
    height: 28px;
    background: url(../svg/form_icn1.svg?date=20220613) no-repeat center;
    background-size: 100% auto;
}
.formProduct_in li.btn2 a:before {
    width: 31px;
    height: 28px;
    background: url(../svg/form_icn2.svg?date=20220613) no-repeat center;
    background-size: 100% auto;
}
.formProduct_in li.btn3 a:before {
    width: 25px;
    height: 28px;
    background: url(../svg/form_icn3.svg?date=20220613) no-repeat center;
    background-size: 100% auto;
}
.formProduct_in li.btn4 a:before {
    width: 26px;
    height: 28px;
    background: url(../svg/form_icn4.svg?date=20220613) no-repeat center;
    background-size: 100% auto;
}
.formProduct_in li.btn5 a:before {
    width: 26px;
    height: 28px;
    background: url(../svg/form_icn4.svg?date=20220613) no-repeat center;
    background-size: 100% auto;
}
.formProduct_in li.btn6 a:before {
    width: 24px;
    height: 28px;
    background: url(../svg/form_icn6.svg?date=20220613) no-repeat center;
    background-size: 100% auto;
}
.formProduct_in li.btn10 a:before,
.formProduct_in li.btn11 a:before,
.formProduct_in li.btn12 a:before {
    top: 25px;
    left: 30px;
}
.formProduct_in li.btn7 a:before {
    width: 26px;
    height: 27px;
    background: url(../svg/form_icn5.svg?date=20220613) no-repeat center;
    background-size: 100% auto;
}
.formProduct_in li.btn8 a:before {
    width: 26px;
    height: 27px;
    background: url(../svg/form_icn5.svg?date=20220613) no-repeat center;
    background-size: 100% auto;
}
.formProduct_in li.btn9 a:before {
    width: 24px;
    height: 28px;
    background: url(../svg/form_icn6.svg?date=20220613) no-repeat center;
    background-size: 100% auto;
}
.formProduct_in li.btn10 a:before {
    width: 26px;
    height: 28px;
    background: url(../svg/form_icn7.svg?date=20220613) no-repeat center;
    background-size: 100% auto;
}
.formProduct_in li.btn11 a:before {
    width: 26px;
    height: 27px;
    background: url(../svg/form_icn8.svg?date=20220613) no-repeat center;
    background-size: 100% auto;
}
.formProduct_in li.btn12 a:before {
    width: 24px;
    height: 28px;
    background: url(../svg/form_icn9.svg?date=20220613) no-repeat center;
    background-size: 100% auto;
}
.formProduct_in li.btn10 a:after,
.formProduct_in li.btn11 a:after,
.formProduct_in li.btn12 a:after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 9px;
    width: 71px;
    height: 11px;
    background: url("../img/100year-txt.png") no-repeat 0 0;
}
body.graph .formRsl_in {
    padding: 50px 0 0;
}
body.graph .formRsl_cnt {
    padding: 0 0 60px;
    display: none;
}
body.graph .formRsl_ttl {
    height: 120px;
}
body.graph .formRsl_ttl.ver4,
body.graph .formRsl_ttl.ver5,
body.graph .formRsl_ttl.ver6,
body.graph .formRsl_ttl.ver7,
body.graph .formRsl_ttl.ver8,
body.graph .formRsl_ttl.ver9 {
    background:#10b255 url(../svg/arw_white_up.svg) no-repeat center right 40px;
    background-size: 24px auto;
}
body.graph .formRsl_ttl.ver10,
body.graph .formRsl_ttl.ver11,
body.graph .formRsl_ttl.ver12 {
    background:#33bec2 url(../svg/arw_white_up.svg) no-repeat center right 40px;
    background-size: 24px auto;
}
body.graph .formRsl_ttl .ttl {
    font-size: 26px;
}
.graphLst_wrap {
    padding-top: 40px;
}
.graphLst_box {
    margin-top: 60px;
}
.graphLst_box:first-child {
    margin-top: 0;
}
.graphLst_box.ver2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.graphLst_box .lst {
    width: 58%;
    background: #fff;
    padding: 20px;
    border: 1px solid #cbcbcb;
    position: relative;
    box-sizing: border-box;
}
.graphLst_box .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.graphLst_box .box:last-child {
    margin-bottom: 0;
}
.graphLst_box .ttl {
    width: 200px;
}
.graphLst_box .ttl span {
    display: block;
    background: #5693c0;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 7px 8px;
}
.graphLst_box .txt {
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    box-sizing: border-box;
}
.graphLst_box .fee {
    width: 40%;
    display: block;
    background: #efefef;
    border-radius: 4px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    box-sizing: border-box;
}
.graphLst_box .fee span {
    color: #fd3a1e;
    font-size: 32px;
}
.graphLst_box .mds {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 1.5em;
    position: relative;
}
.graphLst_box .mds span {
    position: absolute;
    top: 0;
    left: 0;
}
.graphLst_cmt {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    padding-bottom: 60px;
    color: #fd3a1e;
}
.graphLst_cmt.ver4,
.graphLst_cmt.ver5,
.graphLst_cmt.ver6,
.graphLst_cmt.ver7,
.graphLst_cmt.ver8,
.graphLst_cmt.ver9 {
    color: #10b255;
}
.graphLst_cmt.ver10,
.graphLst_cmt.ver11,
.graphLst_cmt.ver12 {
    color: #33bec2;
}
.graphSup_cmt {
    margin-top: 60px;
    background: #fff;
    position: relative;
    box-sizing: border-box;
}
.graphSup_cmt .ttl {
    width: auto;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    color: #fd3a1e;
}
.graphSup_cmt .ttl:before {
    content: "";
    position: absolute;
    display: block;
    width: 17px;
    height: 17px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
    background: url(../svg/icn_information.svg) no-repeat 0 0;
    background-size: 100% auto;
}
.graphSup_cmt .lst {
    width: 100%;
    font-size: 14px;
    border-radius: 0;
    padding: 20px 30px;
    border: 1px solid #fd3a1e;
}
.formMerc-non {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 100;
}
@media (min-width: 896px) {
    .add_lst li a:hover {
        text-decoration: none;
    }
    .formRsl_btn li a:hover {
        opacity: 0.8;
        box-shadow: none;
        margin: 5px 0 0 0;
    }
    .formbtn a:hover {
        box-shadow: none;
        margin: 5px 0 0 0;
    }
    .formPlan_flx .formbox .btn a:hover,
    .formMerc_btn a:hover {
        opacity: 0.8;
        box-shadow: none;
        margin: 5px 0 0 0;
    }
    .formPlan_tab li a:hover {
        box-shadow: none;
        background: #e4f3ff;
        margin: 5px 0 0 0;
    }
    .formProduct_tab li a:hover {
        box-shadow: none;
        margin: 3px 0 0 0;
    }
    .graphAddi_box:first-child {
        margin-top: 0;
    }
    /*
    .graphAddi_box:nth-child(-n+2) {
        margin-top: 0;
    }
    */
    .formProduct_tab li:nth-child(-n+3) {
        margin-top: 0;
    }
    .formSave_btn .btn a:hover {
        margin: 5px 0 0 0;
        box-shadow: none;
    }
    .formRsl_txt .img + .txtbox {
        width: -webkit-calc(100% - 290px);
        width: calc(100% - 290px);
        box-sizing: border-box;
        padding-right: 70px;
    }
    .formConf_cnt .formbox .lst li input[type="checkbox"] + label span {
        min-width: 90px;
    }
    .formSave_add .txt a:hover {
        text-decoration: none;
    }
    .formTbl table .btn a:hover {
        opacity: .8;
    }
}
@media only screen and (max-width: 896px) {
    .mv_wrap {
        background: url(../img/sp/mv_bg01.jpg) no-repeat center center / cover;
    }
    .mv_in {
        height: 150px;
    }
    .mv_txt .bln {
        width: 100%;
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 5px;
    }
    .mv_txt .sb {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .mv_txt .ttl {
        font-size: 22px;
    }
    .add_wrap {
        padding: 40px 20px 40px;
    }
    .add_ttl {
        font-size: 13px;
        padding-left: 25px;
        margin-bottom: 10px;
    }
    .add_lst {
        padding: 15px 20px;
    }
    .add_lst li {
        text-align: left;
        font-size: 12px;
        line-height: 2;
    }
    .formCnt_wrap {
        padding-bottom: 50px;
    }
    .formCnt_in {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .formStart_ttl {
        font-size: 20px;
        padding: 50px 0;
    }
    .formFm_lst {
        margin-bottom: 50px;
    }
    .formFm_wrap {
        padding: 20px 20px 40px 20px;
        margin-bottom: 50px;
        border-radius: 2px;
        box-shadow: 0px 2px 4px 0px rgba(158, 158, 158, 0.5);
    }
    .formFm_ttl {
        -webkit-box-align: start;
    	-ms-flex-align: start;
    	align-items: flex-start;
        padding: 20px 0;
    }
    .formFm_ttl .step {
        padding-right: 18px;
    }
    .formFm_ttl .ttl {
        font-size: 16px;
        line-height: 1.3;
        text-align: left;
    }
    .formFm_cnt {
        padding-top: 15px;
    }
    .formFm_mds {
        font-size: 15px;
        padding: 0 0 18px;
    }
    .formFm_mds span {
        padding-right: 40px;
    }
    .formFm_mds span:before {
        font-size: 12px;
        padding: 3px 5px;
    }
    .formFm_in {
        padding: 20px 0 40px 0;
    }
    .formFm_in:last-child {
        padding: 20px 0 0 0;
    }
    .formFm_in .box {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }
    .formFm_in .box + .box {
        margin-top: 20px;
    }
    .formFm_in .box.ver3 + .box.ver3 {
        margin-top: 40px;
    }
    .formFm_in .box.ver2,
    .formFm_in .box.ver3 {
        padding: 30px 20px;
    }
    .formFm_in .mds {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .formFm_box {
        display: block;
        margin-bottom: 20px;
    }
    .formFm_box.ver2 {
        margin-bottom: 40px;
    }
    .formFm_box .ttl {
        width: 100%;
        font-size: 12px;
    }
    .formFm_box.ver2 .ttl {
        font-size: 14px;
        line-height: 1.4;
        padding-top: 10px;
    }
    .formFm_in .box.ver2 .formFm_box .ttl,
    .formFm_in .box.ver3 .formFm_box .ttl {

    }
    .formFm_in .box.ver2 .formFm_box.ver2 .ttl,
    .formFm_in .box.ver3 .formFm_box.ver2 .ttl {
        font-size: 13px;
        text-align: left;
        padding-top: 0;
    }
    .formFm_box .form {
        width: 100%;
        margin: 10px 0 0 0;
        box-sizing: border-box;
    }
    .formFm_box.ver2 .form,
    .formFm_in .box.ver2 .formFm_box.ver2 .form {
        width: 100%;
        margin: 15px auto 0;
    }
    .formFm_in .box.ver2 .formFm_box .form,
    .formFm_in .box.ver3 .formFm_box .form {

    }
    .formFm_box .flex {
        width: 100%;
        max-width: 100%;
    }
    .formFm_box .flex + .flex {
        margin: 0 0 0 5px;
    }
    .formFm_box .add {
        padding: 0 0 0 5px;
    }
    .formFm_box .form select {
        background: #fff url(../svg/icn_arw_down.svg) no-repeat right 20px center;
        background-size: 8px auto;
        height: 40px;
        padding: 0 28px;
        font-size: 12px;
        font-weight: 500;
    }
    .formFm_box .lst {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 20px;
    }
    .formFm_box .lst li {
        width: 48%;
        margin: 0;
    }
    .formFm_box .lst input[type="radio"] + label {
        font-size: 15px;
        padding: 10px 0;
    }
    .lasttxt {
        width: 100%;
        padding-top: 40px;
        font-size: 12px;
        line-height: 2;
    }
    .formbtn {
        width: 100%;
    }
    .formbtn.is-fix {
        width: 200px;
    }
    .formbtn.is-mgt {
        margin-top: 15px;
    }
    .formbtn a {
        height: 50px;
        font-size: 15px;
    }
    .formbtn.ver2 a {
        font-size: 15px;
    }
    .formbtn.ver2_2 a {
        font-size: 15px;
    }
    .formbtn.is-fix a {
        font-size: 13px;
        height: 40px;
    }
    .formbtn .is-btn:before {
        right: 20px;
        width: 12px;
    }

    .formRsl_in {
        width: 100%;
        padding: 50px 20px;
    }
    .formRsl_box {
        border-radius: 2px;
        margin-bottom: 50px;
    }
    .formRsl_cnt {
        margin: 0 20px;
    }
    .formRsl_ttl {
        -webkit-box-pack: start;
    	-ms-flex-pack: start;
    	justify-content: flex-start;
        height: 105px;
        padding: 0 20px;
    }
    .formRsl_ttl .icn {
        width: auto;
        padding: 0 20px 0 0;
    }
    .formRsl_ttl.ver1 .icn img {
        width: 26px;
    }
    .formRsl_ttl.ver2 .icn img {
        width: 37px;
    }
    .formRsl_ttl.ver3 .icn img {
        width: 31px;
    }
    .formRsl_ttl.ver4 .icn img,
    .formRsl_ttl.ver5 .icn img {
        width: 33px;
    }
    .formRsl_ttl.ver6 .icn img {
        width: 30px;
    }
    .formRsl_ttl.ver7 .icn img {
        width: 29px;
    }
    .formRsl_ttl.ver8 .icn img {
        width: 33px;
    }
    .formRsl_ttl.ver9 .icn img {
        width: 30px;
    }
    .formRsl_ttl.ver10 .icn img {
        width: 29px;
    }
    .formRsl_ttl .icn img {
        height: 40px;
    }
    .formRsl_ttl .ttl {
        width: -webkit-calc(100% - 45px);
        width: calc(100% - 45px);
        font-size: 16px;
        line-height: 1.2;
        box-sizing: border-box;
    }
    .formRsl_txt {
        display: block;
        padding: 0 0 40px;
    }
    .formRsl_txt .img {
        width: 150px;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .formRsl_txt .txtbox {
        width: 100%;
        padding-right: 0;
    }
    .formRsl_txt .txtbox .lst {
        margin-bottom: 30px;
    }
    .formRsl_txt .txtbox .box {
        margin-bottom: 15px;
    }
    .formRsl_txt .txtbox .box:last-child {
        margin-bottom: 0;
    }
    .formRsl_txt .txtbox .box .ttl {
        width: 97px;
    }
    .formRsl_txt .txtbox .box .ttl span {
        font-size: 13px;
        padding: 6px 0;
    }
    .formRsl_txt .txtbox .box .txt {
        width: -webkit-calc(100% - 97px);
        width: calc(100% - 97px);
        padding-left: 10px;
        font-size: 15px;
        line-height: 1.6;
    }
    .formRsl_txt .txtbox .feature {
        padding: 25px 20px;
    }
    .formRsl_txt .txtbox .feature .ttl {
        width: 60px;
        font-size: 15px;
        padding: 5px 0;
        top: -12px;
    }
    .formRsl_txt .txtbox .feature .ttl:before {
        left: 36px;
        border-top: 4px solid #e5c289;
        border-right: 4px solid #e5c289;
        border-bottom: 4px solid transparent;
        border-left: 4px solid transparent;
      }
    .formRsl_txt .txtbox .feature .txt {
        font-size: 13px;
    }
    .formRsl_btn {
        display: block;
        padding: 0 0 40px;
    }
    .formRsl_btn li {
        width: 100%;
    }
    .formRsl_btn li:last-child {
        margin-top: 20px;
    }
    .formRsl_btn li:only-child {
        margin-top: 0;
    }
    .formRsl_btn li a {
        height: 60px;
        font-size: 15px;
        line-height: 1.3;
    }
    .formRsl_btn li a span {
        padding-left: 0;
    }
    .formRsl_btn li a:before {
        right: 20px;
        width: 15px;
        height: 9px;
    }
    .formRsl_btn li a:after {
        left: 20px;
    }
    .formRsl_btn li.btn1 a:after {
        width: 20px;
        height: 20px;
    }
    .formRsl_btn li.btn2 a:after {
        width: 21px;
        height: 16px;
    }
    .formConf_wrap {
        padding-bottom: 45px;
    }
    .formConf_mds {
        font-size: 20px;
        padding: 50px 0;
    }
    .formConf_lst {
        padding-bottom: 50px;
    }
    .formConf_box {
        padding-top: 20px;
        margin-bottom: 50px;
        box-shadow: 0px 2px 4px 0px rgb(158,158,158,0.5);
    }
    .formAddi_box {
        margin-bottom: 50px;
    }
    .formConf_ttl {
        font-size: 16px;
        line-height: 1.4;
        padding: 16px 0;
    }
    .formConf_cnt {
        display: block;
        padding: 0 20px 40px 20px;
    }
    .formConf_cnt .txtbox .bln {
        width: 60px;
        font-size: 12px;
        padding: 4px 0;
        margin: 0 auto 10px;
    }
    .formConf_cnt .txtbox .bln:before {
        left: 29px;
        border-top: 2px solid #e5c289;
        border-right: 2px solid #e5c289;
        border-bottom: 2px solid transparent;
        border-left: 2px solid transparent;
    }
    .formConf_cnt .txtbox .img {
        margin-bottom: 30px;
    }
    .formConf_cnt.ver3 .txtbox .img img {
        width: 52px;
        height: auto;
    }
    .formConf_cnt.ver4 .txtbox .img img {
        width: 52px;
        height: auto;
    }
    .formConf_cnt .txtbox .txtlst {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 5px;
    }
    .formConf_cnt .txtbox .txtlst .box {
        width: 50%;
        margin-bottom: 20px;
    }
    .formConf_cnt .txtbox .txtlst .ttl {
        width: 60px;
        min-width: 60px;
    }
    .formConf_cnt .txtbox .txtlst .ttl span {
        font-size: 12px;
        padding: 4px 0;
    }
    .formConf_cnt .txtbox .txtlst .txt {
        font-size: 12px;
        line-height: 1.6;
    }
    .formConf_cnt .txtbox.ver2 {
        width: 100%;
    }
    .formConf_cnt .formbox {
        width: 100%;
    }
    .formConf_cnt .formbox .mds {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .formConf_cnt .formbox .lst li {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        margin-left: 40px;
    }
    .formConf_cnt .formbox .lst li:nth-last-of-type(2) {
        margin-bottom: 20px;
    }
    .formConf_cnt .formbox .lst li input[type="checkbox"] + label {
        font-size: 12px;
        font-weight: 500;
        padding: 8px 0;
    }
    .formConf_cnt .formbox .lst li input[type="checkbox"] + label:before {
        left: -40px;
        width: 30px;
        height: 30px;
    }
    .formConf_cnt .formbox .lst li input[type="checkbox"] + label span {
        font-size: 11px;
    }
    .formConf_cnt .formbox .box {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .formConf_cnt .formbox .ttl {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .formPlan_wrap {
        padding-bottom: 45px;
    }
    .formPlan_in.c-wid.ver3 {
        padding-top: 50px;
    }
    .formPlan_tab {
        margin-bottom: 45px;
    }
    .formPlan_tab li {
        width: 31%;
    }
    .formPlan_tab li a {
        height: 85px;
        font-size: 15px;
        text-align: center;
        box-shadow: 0px 5px 0px 0px rgb(158,158,158,0.5);
    }
    .formPlan_tab li.on a {
        box-shadow: inset 0px 5px 0px 0px rgb(0,0,0,0.1);
    }
    .formPlan_tab li a span.is-tc {
        padding: 40px 0 0;
    }
    .formPlan_tab li a:before {
        left: 50%;
        top: 10px;
        transform: translateX(-50%);
    }
    .formPlan_tab li.btn1 a:before {
        width: 33px;
        height: 38px;
    }
    .formPlan_tab li.btn2 a:before {
        width: 32px;
        height: 39px;
    }
    .formPlan_tab li.btn3 a:before {
        width: 66px;
        height: 38px;
        background-size: 31px auto, 28px auto;
    }
    .formPlan_box {
        margin: 0 -20px;
        margin-bottom: 50px;
    }
    .formPlan_cnt {
        padding: 0 20px 40px 20px;
    }
    .formPlan_flx {
        -webkit-box-align: end;
    	-ms-flex-align: end;
    	align-items: flex-end;
        margin-bottom: 30px;
    }
    .formPlan_flx .txtbox {
        width: 108px;
        margin-right: 0;
    }
    .formPlan_flx .txtbox .bln {
        width: 60px;
        font-size: 12px;
        padding: 4px 0;
        margin: 0 auto 10px;
    }
    .formPlan_flx .txtbox .bln:before {
        left: 29px;
        border-top: 2px solid #e5c289;
        border-right: 2px solid #e5c289;
        border-bottom: 2px solid transparent;
        border-left: 2px solid transparent;
    }
    .formPlan_flx .txtbox .img {
        margin-bottom: 15px;
    }
    .formPlan_flx .txtbox .img img {
        width: 53px;
        height: auto;
    }
    .formPlan_flx .txtbox .txtlst .box .ttl span {
        font-size: 12px;
        padding: 4px 0;
    }
    .formPlan_flx .txtbox .txtlst .box .txt {
        font-size: 12px;
        line-height: 1.6;
    }
    .formPlan_flx .formbox {
        width: calc(100% - 108px);
        max-width: 227px;
    }
    .formPlan_flx .formbox .in {
        width: 100%;
        padding: 20px;
        border-radius: 5px;
    }
    .formPlan_flx .formbox .mds {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .formPlan_flx .formbox .amount {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .formPlan_flx .formbox .amount span {
        font-size: 28px;
    }
    .formPlan_flx .formbox .btn {
        width: 100%;
    }
    .formPlan_flx .formbox .btn a {
        font-size: 15px;
    }
    .formPlan_flx .formbox .btn a:before {
        right: 15px;
        width: 12px;
        height: 7px;
    }
    .formMerc_wrap {
        padding: 0 20px 35px 20px;
    }
    .formMerc_wrap:last-child {
        padding-bottom: 40px;
    }
    .formMerc_ttl {
        font-size: 16px;
        padding: 15px 0 20px;
    }
    .formMerc_ttl span {
        padding-left: 53px;
    }
    .formMerc_ttl span:before {
        width: 30px;
        height: 30px;
    }
    .formMerc_ttl.ttl1 span {
        padding-left: 45px;
    }
    .formMerc_ttl.ttl1 span:before {
        width: 26px;
        height: 35px;
    }
    .formMerc_ttl.ttl2 span {
        padding-left: 50px;
    }
    .formMerc_ttl.ttl2 span:before {
        width: 31px;
        height: 28px;
    }
    .formMerc_ttl.ttl3 span {
        padding-left: 50px;
    }
    .formMerc_ttl.ttl3 span:before {
        width: 28px;
        height: 32px;
    }
    .formMerc_ttl.ttl4 span {
        padding-left: 53px;
    }
    .formMerc_ttl.ttl4 span:before {
        width: 33px;
        height: 35px;
    }
    .formMerc_ttl.ttl5 span {
        padding-left: 53px;
    }
    .formMerc_ttl.ttl5 span:before {
        width: 33px;
        height: 35px;
    }
    .formMerc_ttl.ttl6 span {
        padding-left: 50px;
    }
    .formMerc_ttl.ttl6 span:before {
        width: 29px;
        height: 34px;
    }
    .formMerc_ttl.ttl7 span {
        padding-left: 50px;
    }
    .formMerc_ttl.ttl7 span:before {
        width: 30px;
        height: 30px;
    }
    .formMerc_ttl.ttl8 span {
        padding-left: 50px;
    }
    .formMerc_ttl.ttl8 span:before {
        width: 30px;
        height: 30px;
    }
    .formMerc_ttl.ttl9 span {
        padding-left: 50px;
    }
    .formMerc_ttl.ttl9 span:before {
        width: 29px;
        height: 34px;
    }
    .formMerc_ttl.ttl10 span {
        padding-left: 53px;
    }
    .formMerc_ttl.ttl10 span:before {
        width: 33px;
        height: 35px;
    }
    .formMerc_ttl.ttl11 span {
        padding-left: 50px;
    }
    .formMerc_ttl.ttl11 span:before {
        width: 30px;
        height: 30px;
    }
    .formMerc_ttl.ttl12 span {
        padding-left: 50px;
    }
    .formMerc_ttl.ttl12 span:before {
        width: 29px;
        height: 34px;
    }
    .formMerc_dtl {
        padding-top: 20px;
        width: 100%;
    }
    .formMerc_dtl .box {
        margin-bottom: 20px;
    }
    .formMerc_dtl .ttl span {
        font-size: 12px;
        padding: 4px 15px;
    }
    .formMerc_dtl .txt {
        padding-left: 20px;
        font-size: 12px;
        line-height: 1.6;
    }
    .formMerc_amount {
        padding-top: 20px;
    }
    .formMerc_amount .box {
        display: block;
        margin-bottom: 20px;
    }
    .formMerc_amount .ttl {
        font-size: 14px;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .formMerc_wrap .amount {
        width: 100%;
        padding: 15px 0 17px 0;
        border-radius: 5px;
    }
    .formMerc_amount .amount .txt {
        font-size: 15px;
    }
    .formMerc_amount .amount .txt span {
        font-size: 30px;
    }
    .formMerc_btn {
        width: 100%;
        padding-top: 30px;
    }
    .formMerc_btn a {
        height: 50px;
        font-size: 15px;
    }
    .formMerc_btn a .is-tc {
        padding-right: 0;
    }
    .formMerc_btn a:before {
        right: 20px;
        width: 12px;
    }
    .formMerc_ck {
        padding-top: 30px;
    }
    .formMerc_ck input[type="checkbox"] + label {
        font-size: 15px;
        border-radius: 3px;
        padding: 18px 0 17px 0;
    }
    .formMerc_ck input[type="checkbox"] + label span:before {
        left: 25px;
        width: 20px;
        height: 20px;
        border-radius: 4px;
    }
    .formMerc_ck input[type="checkbox"] + label span::after {
        top: 0px;
        left: 32px;
    }
    .formSave_wrap {
        padding: 30px 0 60px 0;
    }
    .formSave_ttl {
        font-size: 21px;
        padding: 0 0 30px;
    }
    .formSave_box {
        border-radius: 6px;
        padding: 20px;
        margin-bottom: 30px;
    }
    .formSave_box .txt {
        font-size: 14px;
    }
    .formSave_fm {
        border-radius: 6px;
        padding: 30px 20px;
    }
    .formSave_fm .box {
        display: block;
        margin-bottom: 20px;
    }
    .formSave_fm .box .ttl {
        font-size: 14px;
        width: 100%;
        margin-bottom: 5px;
    }
    .formSave_fm .box .ttl.is-his:before {
        right: 0;
    }
    .formSave_fm .cnt {
        width:100%;
        font-size: 14px;
    }
    .formSave_fm .cnt textarea {
        height: 100px;
        font-size: 16px;
        padding: 20px;
    }
    .formSave_fm .cnt select {
        height: 40px;
        font-size: 16px;
        padding: 0 20px;
        background: #fff url(../svg/icn_arw_down.svg) no-repeat right 20px center;
        background-size: 8px auto;
    }
    .formSave_fm .cnt input[type="text"] {
        height: 40px;
        font-size: 16px;
        padding: 0 20px;
        width: 49%;
    }
    .formSave_fm .cnt input[type="checkbox"] + .is-parts {
        padding: 0 0 0 30px;
    }
    .formSave_fm .cnt input[type="checkbox"] + .is-parts:before {
        width: 20px;
        height: 20px;
        margin: -10px 0 0 0;
    }
    .formSave_fm .cnt input[type="checkbox"] + .is-parts:after {
        left: 4px;
        width: 12px;
        height: 12px;
        margin: -6px 0 0 0;
    }
    .formSave_add {
        height: 130px;
        font-size: 12px;
        padding: 20px;
    }
    .formSave_btn {
        display: block;
        margin-top: 30px;
    }
    .formSave_btn .btn {
        width: 100%;
        margin-bottom: 15px;
    }
    .formSave_btn .btn:last-child {
        margin-bottom: 0;
    }
    .formSave_btn .btn a {
        height: 50px;
        font-size: 15px;
    }

    .graphCnt_wrap {
        padding-bottom: 40px;
    }
    .graphCnt_wrap.ver2 {
        padding-bottom: 50px;
    }
    .graphCnt_in {
        position: relative;
    }
    .graphCnt_in:before {
        width: 115px;
        height: 115px;
        top: -40px;
    }
    .graphStart_ttl {
        font-size: 16px;
        padding: 50px 0 0;
    }
    body.graph .formPlan_tab {
        margin-bottom: 0;
    }
    body.graph .formPlan_wrap {
        padding-bottom: 45px;
    }
    .graphTop_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-top: 20px;
    }
    .graphTop_box {
        display: block;
        width: 100%;
        padding-right: 0;
    }
    .formPlan_flx.ver2 {
        display: block;
        margin: 30px 0 0;
    }
    .formPlan_flx.ver2 .txtbox {
        width: auto;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .formPlan_flx.ver2 .formbox {
        width: 100%;
        max-width: 335px;
        margin: 0 auto;
    }
    .formPlan_flx.ver2 .in {
        width: 100%;
    }
    .formPlan_flx.ver2 .txtbox .img img {
        width: 70px;
        height: auto;
    }
    .formPlan_flx.ver2 .formbox .in {
        padding: 20px 20px;
        border-radius: 4px;
    }
    .formPlan_flx.ver2 .formbox .mds {
        font-size: 15px;
        margin-bottom: 8px;
    }
    .formPlan_flx.ver2 .formbox .amount {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .formPlan_flx.ver2 .formbox .amount span {
        font-size: 30px;
    }
    .formPlan_flx.ver2 .formbox .btn a {
        font-weight: bold;
        padding-right: 0;
    }
    .formPlan_flx.short {
        width: 100%;
        margin-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .formPlan_flx.short .txtbox {
        width: 110px;
        margin-right: 0;
        margin-bottom: 0;
    }
    .formPlan_flx.short .txtbox .img img {
        width: 95px;
    }
    .formPlan_flx.short .formbox {
        width: -webkit-calc(100% - 95px);
        width: calc(100% - 95px);
        box-sizing: border-box;
    }
    .formPlan_flx.short .formbox .in {
        width: 100%;
        padding: 20px;
    }
    .formPlan_flx.short .formbox .amount {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .formPlan_flx.short .formbox .amount span {
        font-size: 28px;
    }
    .formPlan_flx.short .formbox .btn {
        width: 100%;
        height: 40px;
    }
    .formPlan_flx.graph {
        display: block;
        margin-top: 30px;
    }
    .formPlan_flx.graph .graph {
        height: 200px;
        margin-bottom: 30px;
    }
    .formPlan_flx.graph .graphbox .mds {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .formPlan_flx.graph .formbox {
        width: 100%;
        max-width: 335px;
        margin: 0 auto;
    }
    .formPlan_flx.graph .formbox .in {
        display: block;
        padding: 20px 0;
        margin-bottom: 30px;
    }
    .formPlan_flx.graph .formbox .in .mds {
        font-size: 15px;
        margin: 0 0 5px 0;
    }
    .formPlan_flx.graph .formbox .in .amount {
        font-size: 18px;
    }
    .formPlan_flx.graph .formbox .in .amount span {
        font-size: 30px;
    }
    .graphAddi_wrap {
        padding-top: 40px;
    }
    .graphAddi_ttl {
        padding: 10px 15px;
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 25px;
    }
    .graphAddi_ttl:before,
    .graphAddi_ttl:after {
        bottom: -11px;
        border-width: 11px 11px 0 11px;
    }
    .graphAddi_ttl:after {
        bottom: -10px;
    }
    .graphAddi_ttlsub {
        font-size: 16px;
        padding-bottom: 15px;
    }
    .graphAddi_table {
        margin: 0 0 25px 0;
        overflow-x: scroll;
    }
    .graphAddi_table table {
        width: 970px;
    }
    .graphAddi_lst {
        display: block;
    }
    .graphAddi_box {
        width: 100%;
        padding: 20px 15px;
        margin-top: 20px;
        border-radius: 5px;
    }
    .graphAddi_box.is-ver3 {
        width: 100%;
        margin-top: 20px;
    }
    .graphAddi_box:first-child {
        margin-top: 0;
    }
    .graphAddi_box .ttl {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }
    .formProduct_in {
        width: 100%;
        padding-top: 40px;
    }
    .formProduct_tab li {
        width: 48%;
        margin-top: 20px;
    }
    .formProduct_tab li:nth-child(-n+2) {
        margin-top: 0;
    }
    .formProduct_tab li a {
        height: 60px;
        font-size: 12px;
        line-height: 1.6;
        text-align: left;
        background: #fff url(../svg/arw_black_down.svg) no-repeat center right 10px;
        background-size: 12px auto;
        padding: 10px 20px 10px 48px;
        box-shadow: 0px 2px 4px 0px rgb(158 158 158 / 50%);
    }
    .formProduct_tab li a:before {
        left: 8px;
        width: 34px;
        height: 56px;
    }
    .formProduct_in li.btn1 a:before,
    .formProduct_in li.btn2 a:before,
    .formProduct_in li.btn3 a:before,
    .formProduct_in li.btn4 a:before,
    .formProduct_in li.btn5 a:before,
    .formProduct_in li.btn6 a:before,
    .formProduct_in li.btn7 a:before,
    .formProduct_in li.btn8 a:before,
    .formProduct_in li.btn9 a:before {
        left: 12px;
    }
    .formProduct_in li.btn1 a:before {
        width: 28px;
        height: 38px;
    }
    .formProduct_in li.btn2 a:before {
        width: 31px;
        height: 28px;
    }
    .formProduct_in li.btn3 a:before {
        width: 28px;
        height: 32px;
    }
    .formProduct_in li.btn4 a:before {
        left: 9px;
        width: 33px;
        height: 35px;
    }
    .formProduct_in li.btn5 a:before {
        left: 9px;
        width: 33px;
        height: 35px;
    }
    .formProduct_in li.btn6 a:before {
        width: 29px;
        height: 34px;
    }
    .formProduct_in li.btn7 a:before {
        width: 30px;
        height: 30px;
    }
    .formProduct_in li.btn8 a:before {
        width: 30px;
        height: 30px;
    }
    .formProduct_in li.btn9 a:before {
        width: 29px;
        height: 34px;
    }
    .formProduct_in li.btn10 a:before,
    .formProduct_in li.btn11 a:before,
    .formProduct_in li.btn12 a:before {
        top: 50%;
        left: 12px;
        transform: translateY(-50%);
    }
    .formProduct_in li.btn10 a:before {
        left: 9px;
        width: 33px;
        height: 35px;
    }
    .formProduct_in li.btn11 a:before {
        width: 30px;
        height: 30px;
    }
    .formProduct_in li.btn12 a:before {
        width: 29px;
        height: 34px;
    }
    .formProduct_in li.btn10 a:after,
    .formProduct_in li.btn11 a:after,
    .formProduct_in li.btn12 a:after {
        content: none;
    }
    body.graph .formRsl_box {
        border-radius: 0;
        margin: 0 -20px;
        margin-bottom: 50px;
    }
    body.graph .formRsl_in {
        padding: 50px 20px 0;
    }
    body.graph .formRsl_cnt {
        padding: 0 0 40px;
    }
    body.graph .formRsl_ttl {
        height: 100px;
        padding: 0 70px 0 20px;
        border-radius: 0;
    }
    body.graph .formRsl_ttl .ttl {
        font-size: 17px;
        line-height: 1.6;
    }
    .formRsl_ttl .btn {
        right: 20px;
        width: 30px;
        height: 30px;
    }
    .formRsl_ttl .btn span {
        padding: 30px 0 0 0;
    }
    .formRsl_ttl .btn span:before {
        width: 9px;
        height: 6px;
    }
    .graphLst_wrap {
        display: block;
        padding-top: 20px;
    }
    .graphLst_box {
        width: 100%;
        margin-top: 30px;
    }
    .graphLst_box.ver2 {
        width: 100%;
        display: block;
    }
    .graphLst_box.ver3 {
        width: 100%;
    }
    .graphLst_box .lst {
        padding: 20px;
        width: 100%;
        margin: 0 0 30px 0;
    }
    .graphLst_box .box {
        margin-bottom: 15px;
    }
    .graphLst_box .ttl {
        width: auto;
    }
    .graphLst_box .ttl span {
        font-size: 13px;
        line-height: 1.2;
        padding: 6px 6px;
    }
    .graphLst_box .txt {
        width: auto;
        font-size: 15px;
        line-height: 1.5;
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
    }
    .graphLst_box .fee {
        width: 100%;
        font-size: 15px;
        padding: 15px 0;
    }
    .graphLst_box .fee span {
        font-size: 30px;
    }
    .graphLst_box .mds {
        font-size: 16px;
    }
    .graphLst_cmt {
        font-size: 18px;
        text-align: left;
        padding-bottom: 30px;
    }
    .graphSup_cmt {
        margin-top: 30px;
    }
    .graphSup_cmt .ttl {
        width: auto;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .graphSup_cmt .lst {
        font-size: 12px;
    }
    body.confirm .c-wid.ver3 {
        padding: 0;
    }
    body.confirm .formConf_box {
        border: 0;
        padding-top: 0;
        margin-bottom: 30px;
        margin-top: 60px;
    }
    body.confirm .formConf_box:last-child {
        margin-bottom: 0;
    }
    body.confirm .formConf_ttl {
        padding: 15px 20px;
        font-size: 18px;
    }
    body.confirm .formConf_cnt {
        padding: 0;
    }
    body.confirm .formConf_cnt .txtlst {
        padding: 0;
        margin: 0 0 20px 0;
    }
    .txtfee {
        width: auto;
        padding: 15px;
        margin: 20px 0 0 0;
    }
    .txtfee-ttl {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .txtfee-txt {
        font-size: 18px;
    }
    .txtfee-txt span {
        font-size: 30px;
    }
    body.confirm .formConf_cnt .formbox .mds {
        font-size: 13px;
        margin-bottom: 30px;
        line-height: 1.4;
    }
    body.confirm .formConf_cnt .formbox .box {
        margin-bottom: 30px;
        padding: 0;
    }
    .formTbl_box {
        margin-bottom: 40px;
    }
    .formTbl_box:last-child {
        margin-bottom: 0;
    }
    .formTbl_box label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 40px;
        position: relative;
    }
    .formTbl_box input[type="checkbox"] + label:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        background: url(../svg/icn_check1_on.svg) no-repeat center;
        background-size: 100% auto;
    }
    .formTbl_box input[type="checkbox"]:checked + label:before {
        background: url(../svg/icn_check_red.svg) no-repeat center;
        background-size: 100% auto;
    }
    .formTbl_box .tblbox {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 15px;
    }
    .formTbl_box .tblbox.ver2 {
        width: 50%;
    }
    .formTbl_box .tblbox dt span {
        min-width: 60px;
        display: block;
        background: #5693c0;
        font-size: 12px;
        color: #fff;
        line-height: 1.2;
        font-weight: bold;
        padding: 4px 6px;
        text-align: center;
    }
    .formTbl_box .tblbox dd {
        font-size: 12px;
        line-height: 1.6;
        padding-left: 10px;
        text-align: left;
    }
    .formTbl_box .btn {
        width: 100%;
    }
    .formTbl_box .btn a {
        font-size: 12px;
    }
    body.confirm .formConf_cnt .formbox .ttl {
        font-size: 15px;
        margin-bottom: 30px;
        padding: 10px 0;
        line-height: 1;
    }
    body.confirm .formConf_cnt .formbox .lst li input[type="checkbox"] + label {
        font-size: 14px;
    }
    body.confirm .formConf_cnt .formbox .ttl::before {
        margin-left: -11px;
        border-width: 11px 11px 0 11px;
    }
    body.confirm .formConf_cnt .formbox .ttl::before {
        bottom: -11px;
    }
    body.confirm .formConf_cnt.ver1 .txtbox .img img {
        width: 72px;
        height: auto;
    }
    body.confirm .formConf_cnt.ver2 .txtbox .img img {
        width: 72px;
        height: auto;
    }
    body.confirm .formConf_cnt.ver3 .txtbox .img img {
        width: 72px;
        height: auto;
    }
    body.confirm .formbtn.is-ver2 {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
    }
    body.confirm .formConf_lst {
        padding-bottom: 30px;
    }
    body.confirm .lasttxt {
        padding: 40px 20px;
        box-sizing: border-box;
    }
    body.confirm .formConf_mds {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 374px) {
    .mv_txt .bln {
        font-size: 12px;
    }
    .mv_txt .sb {
        font-size: 18px;
    }
    .mv_txt .ttl {
        font-size: 20px;
    }
    .formRsl_ttl .ttl {
        font-size: 14px;
    }
    .formRsl_btn li a {
        font-size: 11px;
    }
    .formConf_ttl {
        font-size: 14px;
    }
    .formConf_cnt .txtbox .txtlst .ttl span {
        font-size: 10px;
    }
    .formConf_cnt .txtbox .txtlst .txt {
        font-size: 12px;
    }
    .formMerc_amount .amount .txt {
        font-size: 14px;
    }
    .formMerc_amount .amount .txt span {
        font-size: 22px;
    }
    .formMerc_btn a {
        font-size: 11px;
    }
    .formMerc_dtl .ttl span {
        font-size: 10px;
    }
    .formMerc_dtl .txt {
        font-size: 12px;
    }
    .formProduct_tab li a {
        font-size: 12px;
    }
    .formPlan_flx .formbox .amount {
        font-size: 14px;
    }
    .formPlan_flx .formbox .amount span {
        font-size: 22px;
    }
    .formPlan_flx .formbox .btn a {
        font-size: 10px;
    }
    .formPlan_flx .formbox .btn a:before {
        right: 10px;
        width: 10px;
        height: 6px;
    }
    .formPlan_flx .formbox .btn a {
        font-size: 12px;
    }
    .formProduct_tab li a {
        font-size: 11px;
        padding: 10px 20px 10px 45px;
        background: #fff url(../svg/arw_black_down.svg) no-repeat center right 8px;
        background-size: 10px auto;
    }
    .formProduct_in li.btn1 a:before,
    .formProduct_in li.btn2 a:before,
    .formProduct_in li.btn3 a:before,
    .formProduct_in li.btn4 a:before,
    .formProduct_in li.btn5 a:before,
    .formProduct_in li.btn6 a:before,
    .formProduct_in li.btn7 a:before,
    .formProduct_in li.btn8 a:before,
    .formProduct_in li.btn9 a:before {
        left: 9px;
    }
    .graphLst_box .fee {
        font-size: 14px;
    }
    .graphLst_box .fee span {
        font-size: 26px;
    }
}

body.custom .h-txt {
    display: none;
}
body.custom .mv_wrap {
    background: #419b91;
}
body.custom .mv_in {
    position: relative;
    height: 180px;
}
body.custom .mv_in:before {
    position: absolute;
    content: "";
    top: 20px;
    left: 150px;
    width: 111px;
    height: 183px;
    background: url(/cmn/img/mv_img01.png?date=20240912) no-repeat;
    background-size: auto 100%;
    z-index: 10;
}
body.custom .mv_in:after {
    position: absolute;
    content: "";
    top: -20px;
    right: 140px;
    width: 92px;
    height: 228px;
    background: url(/cmn/img/mv_img02.png?date=20240912) no-repeat;
    background-size: auto 100%;
    z-index: 10;
}
body.custom .mv_txt .bln {
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 24px 0;
}
body.custom .mv_txt .ttl {
    font-size: 34px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 8px 0;
}
body.custom .mv_txt .ttl span {
    display: inline-block;
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px;
    padding: 10px 0 0 0;
}
@media only screen and (max-width: 896px) {
    body.custom .mv_in {
        height: 90px;
    }
    body.custom .mv_in:before {
        top: 10px;
        left: 50%;
        margin: 0 0 0 -170px;
        width: 56px;
        height: 92px;
        background: url(/cmn/img/sp/mv_img01.png?date=20240912) no-repeat;
        background-size: auto 100%;
    }
    body.custom .mv_in:after {
        top: -10px;
        right: 50%;
        margin: 0 -170px 0 0;
        width: 46px;
        height: 114px;
        background: url(/cmn/img/sp/mv_img02.png?date=20240912) no-repeat;
        background-size: auto 100%;
    }
    body.custom .mv_txt {
        z-index: 11;
    }
    body.custom .mv_txt .bln {
        font-size: 11px;
        margin: 0 0 13px 0;
    }
    body.custom .mv_txt .ttl {
        font-size: 17px;
        line-height: 1;
        margin: 0;
    }
    body.custom .mv_txt .ttl span {
        font-size: 24px;
        line-height: 1;
        padding: 5px 0 0 0;
    }
}
