@charset "UTF-8";
.mv_wrap {
    background: #FFEACC;
    position: relative;
}
.mv_wrap .img {
    text-align: center;
}
.mv_wrap .img img {
    width: 100%;
    max-width: 1100px;
    height: auto;
}
.mvTtl_box {
    padding: 0 68px;
    padding-top: 48px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}
.mvTtl_box .mds {
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    padding-left: 14px;
    margin-bottom: 20px;
}
.mvTtl_box .mds:before {
    content: '';
    display: block;
    height: 100%;
    width: 5px;
    position: absolute;
    left: 0;
    top: 0;
    background: #FF6600;
}
.mvTtl_box .ttl {
    font-size: 52px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: .025em;
    color: #FF6600;
}
.mvTtl_cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
}
.mvTtl_cir {
    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: #FF6600;
    width: 144px;
    height: 144px;
    border-radius: 50%;
    margin-right: 20px;
}
.mvTtl_cir .txt {
    color: #FFEB61;
    font-size: 26px;
    line-height: 1.1;
    font-weight: bold;
    text-align: center;
}
.mvTtl_cir .txt span {
    font-size: 34px;
}
.mvTtl_join {
    width: 300px;
    position: relative;
    padding-top: 16px;
}
.mvTtl_join .bln {
    width: 124px;
    margin: 0 auto;
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    margin: auto;
}
.mvTtl_join .bln span {
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 1.1;
    font-weight: bold;
    text-align: center;
    background: #FF6600;
    border-radius: 50px;
    padding: 7px 0;
}
.mvTtl_join .bln span:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top: 6px solid #FF6600;
}
.mvTtl_join .txt {
    border: 1px solid #FF6600;
    background: #FFFADC;
    color: #FF6600;
    font-size: 15px;
    line-height: 1.3;
    font-weight: bold;
    padding: 16px 15px;
    border-radius: 10px;
}
.mvTtl_join .txt .n1 {
    font-size: 21px;
}
.mvTtl_join .txt .n1 span {
    font-size: 36px;
}
.mvTtl_join .txt .n2 {
    font-size: 12px;
}
.mv_terms {
    font-size: 12px;
    margin-top: 10px;
}
.btn_wrap{
    background: #006C60;
    padding: 30px 0;
}
.btnlst{
    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;
}
.btnlst li {
    margin: 0 10px;
}
.lineup_in {
    padding: 100px 0;
}
.lineup_ttl{
    background: #119582;
    color: #fff;
    padding: 13px 0;
    font-size: 30px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: .025em;
    text-align: center;
}
.join_in{
    padding-bottom: 60px;
}
.join_wrap .ttl{
    background: #119582;
    color: #fff;
    padding: 13px 0;
    font-size: 30px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: .025em;
    text-align: center;
}
.join_wrap .cnt {
    padding: 40px 60px;
    border: 1px solid #119582;
}
.join_wrap .box{
    margin-bottom: 40px;
}
.join_wrap .box:last-child{
    margin-bottom: 0;
}
.join_wrap .box dt{
    font-size: 24px;
    color: #006C60;
    letter-spacing: .025em;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
.join_wrap .box dd{
    font-size: 14px;
}
.last_txt{
    padding: 0 0 60px;
}
.last_txt ul li{
    position: relative;
    padding-left: 2em;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.last_txt ul li:last-child{
    margin-bottom: 0;
}
.last_txt ul li span{
    position: absolute;
    top: 0;
    left: 0;
}
.plan_wrap {
    margin-bottom: 60px;
}
.plan_flx {
    padding: 0 40px;
    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;
    margin-top: 80px;
}
.plan_flx:first-child {
    margin-top: 0;
    background: #E9F3F2;
    padding: 70px 40px 40px;
    position: relative;
}
.terms {
    position: absolute;
    top: 20px;
    font-weight: bold;
    color: #006C60;
}
@media (min-width: 896px) {
    .plan_flx:first-child:before {
        content: '';
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 42%;
        top: 50%;
        transform: translate(-50%,-50%);
        background: url(../svg/plus.svg) no-repeat center;
        background-size: 100% auto;
        z-index: 9;
    }
    .application_flx .txt .link:hover{
        text-decoration: none;
    }
    .lineup_ttl.ver-app{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.plan_cnt {
    width: 360px;
}
.plan_cnt + .plan_cnt {
    width: 540px;
}
.plan_box {
    width: 470px;
    position: relative;
    background: #fff;
    border: 2px solid #1EAC94;
    border-radius: 8px;
    position: relative;
}
.plan_cnt .plan_box {
    width: 100%;
}
.plan_ttl {
    font-size: 28px;
    line-height: 1;
    letter-spacing: .025em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 16px;
}
.plan_box .img {
    text-align: center;
}
.plan_box .mds {
    background: #1EAC94;
    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;
    color: #fff;
    height: 88px;
    position: relative;
}
.plan_box .mds .txt {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: .025em;
    text-align: center;
}
.plan_box .mds .txt span {
    font-size: 30px;
}
.plan_box .new {
    position: absolute;
    left: -30px;
    top: -62px;
    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;
    border: 1px solid #26AC94;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 20px;
    z-index: 2;
    color: #26AC94;
}
.plan_box .new:before {
    content: '';
    position: absolute;
    right: -7px;
    bottom: 21px;
    border: 4px solid transparent;
    border-left: 8px solid #fff;
    transform: rotate(24deg);
    z-index: 2;
}
.plan_box .new:after {
    content: '';
    position: absolute;
    right: -12px;
    bottom: 18px;
    border: 6px solid transparent;
    border-left: 10px solid #26AC94;
    transform: rotate(24deg);
    z-index: 1;
}
.plan_box .new .tx {
    font-size: 12px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
}
.plan_box .new .tx span {
    color: #F60E2C;
}
.plan_box .box {
    padding: 18px 20px 30px;
}
.plan_box .box .img {
    text-align: center;
    margin-right: 20px;
}
.plan_box .box .img img {
    width: 100%;
    height: auto;
    max-width: 190px;
}
.plan_box .disc {
    position: absolute;
    right: -60px;
    top: -60px;
    z-index: 2;
    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: #F60E2C;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-right: 20px;
}
.plan_box .disc .tx {
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
}
.plan_box .disc .tx span {
    font-size: 40px;
}
.plan_box .disc .tx span.ver2 {
    font-size: 34px;
}
.plan_box .box .txt {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.plan_box .box .txt:before,
.plan_box .box .txt:after {
    content: '';
    display: block;
    width: 2px;
    height: 18px;
    background-color: #000;
}
.plan_box .box .txt:before {
    transform: rotate(-25deg);
    margin-right: .6em;
}
.plan_box .box .txt:after {
    transform: rotate(25deg);
    margin-left: .6em;
}
.plan_box.ver1 .disc {
    right: -80px;
}
.plan_box.ver2 {
    border: 2px solid #0E56AA;
}
.plan_box.ver2 .mds {
    background: #0E56AA;
}
.plan_box.ver2 .new {
    border: 1px solid #0E56AA;
    color: #0E56AA;
}
.plan_box.ver2 .new:after {
    border-left: 10px solid #0E56AA;
}
.plan_box .new.n1 {
    width: 60px;
    height: 60px;
    left:20px;
    top: -30px;
}
.plan_box .new.n2 {
    width: 76px;
    height: 76px;
    left:20px;
    top: 38px;
}
.plan_box .new.n1:before {
    right: -6px;
    bottom: 8px;
    transform: rotate(28deg);
}
.plan_box .new.n2:before {
    right: -9px;
    bottom: 46px;
    transform: rotate(-26deg);
}
.plan_box.ver3 {
    border: 2px solid #E8306F;
}
.plan_box.ver3 .mds {
    background: #E8306F;
}
.plan_box.ver3 .new {
    border: 1px solid #E8306F;
    color: #E8306F;
}
.plan_box.ver3 .new:after {
    content: none;
}
.plan_box .box .c-btn {
    margin: 0 auto;
}
.plan_box .option {
    padding: 38px 30px;
    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;
}
.plan_box .option li {
    margin: 0 38px;
    margin-top: 20px;
    line-height: 1.2;
    text-align: center;
    padding-top: 120px;
    position: relative;
    color: #006C60;
    text-align: center;
}
/* 20240925 */
.lineup_ttl-label{
    padding: 5px 10px 5px 20px;
    margin-left: 25px;
    font-size: 16px;
    color: #F60E2C;
    background-color: #fff;
    border-radius: 30px;
}
.application_flx{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E9F3F2;
    padding: 35px 0;
}
.application_flx .txt{
    font-size: 20px;
    font-weight: bold;
    position: relative;
}
.application_flx .txt .link {
    color: #119582;
    text-decoration: underline;
}
@media (min-width: 896px) {
    .plan_box .option li:nth-child(-n+2) {
        margin-top: 0;
    }
    .plan_box .option li:nth-child(3) {
        margin-left: 0;
    }
    .plan_box .option li:nth-child(5) {
        margin-right: 0;
    }
    .application_flx .txt .txt_flx-pc {
        display: flex;
    }
    .txt-qr_wrap {
        display: flex;
        justify-content: space-between;
    }
    .txt-qr_wrap img {
        margin-top: 7px;
    }
}
.plan_box .option li:before {
    content: '';
    display: block;
    width: 150px;
    height: 110px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.plan_box .option li.n1:before {
    background: url(../svg/dantai_img04n.svg) no-repeat center;
    background-size: 135px auto;
}
.plan_box .option li.n2:before {
    background: url(../svg/dantai_img05n.svg) no-repeat center;
    background-size: 110px auto;
}
.plan_box .option li.n3:before {
    background: url(../svg/dantai_img06n.svg) no-repeat center;
    background-size: 90px auto;
}
.plan_box .option li.n4:before {
    background:url(../svg/dantai_img07n.svg?date=2) no-repeat center;
    background-size: 62px auto;
}
.plan_box .option li.n5:before {
    background: url(../svg/dantai_img08n.svg) no-repeat center;
    background-size: 95px auto;
}
.plan_wrap .add {
    width: 100%;
    position: relative;
    padding-left: 2em;
    font-size: 12px;
    margin-top: 18px;
}
.plan_wrap .add span {
    position: absolute;
    top: 0;
    left: 0;
}
.cont_wrap{
    background: #E9F3F2;
    padding: 36px 30px 60px;
    margin-bottom: 80px;
}
.cont_wrap .ttl{
    color: #006C60;
    font-size: 26px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: .025em;
    text-align: center;
    margin-bottom: 40px;
}
.cont_wrap .ttl span{
    font-size: 22px;
}
.cont_wrap .ttl.ver2 {
    margin-bottom: 20px;
}
.cont_wrap .add {
    text-align: center;
    color: #006C60;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 25px;
}
.cont_in {
    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: center;
}
.cont_ct {
    width: 45%;
    border: 1px solid #26AC94;
    background: #fff;
    box-sizing: border-box;
}
.cont_ct .mds{
    background: #26AC94;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 105px;
    padding: 0 12px;
    justify-content: center;
}
.cont_ct .mds .txt {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}
.cont_ct .mds .txt span {
    font-size: 14px;
}
.cont_ct .box{
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}
.cont_ct .disc{
    background: #F60E2C;
    color: #fff;
    letter-spacing: .01em;
    font-weight: 700;
    position: relative;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-right: 20px;
}
.cont_ct .disc.ver2{
    width: 70px;
    margin-right: 4px;
}
.cont_ct .disc.ver3{
    width: 70px;
    margin-right: 10px;
}
.cont_ct .disc .tx {
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
}
.cont_ct .disc span{
    font-size: 20px;
}
.cont_ct .disc span.ver2 {
    font-size: 18px;
}
.cont_ct .box .txt {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cont_ct .box .txt:before,
.cont_ct .box .txt:after {
    content: '';
    display: block;
    width: 2px;
    height: 18px;
    background-color: #000;
}
.cont_ct .box .txt:before {
    transform: rotate(-25deg);
    margin-right: 0.6em;
}
.cont_ct .box .txt:after {
    transform: rotate(25deg);
    margin-left: 0.6em;
} 
.cont_ct .c-btn {
    width: 100%;
    margin: 0 auto;
}
.safe_wrap{
    background: #0F56AA;
    color: #fff;
    position: relative;
    margin-bottom: 60px;
}
.safe_wrap .ttl{
    position: absolute;
    left: 20px;
    top: -20px;
    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;
    border: 1px solid #0F56AA;
    width: 114px;
    height: 114px;
    border-radius: 50%;
    margin-right: 20px;
    z-index: 2;
    color: #0F56AA;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
}
.safe_wrap .ttl:before {
    content: '';
    position: absolute;
    right: -2px;
    bottom: 21px;
    border: 4px solid transparent;
    border-left: 8px solid #fff;
    transform: rotate(24deg);
    z-index: 2;
}
.safe_wrap .txt{
    font-size: 20px;
    padding: 21px 0;
    padding-left: 162px;
}
.c-btn.digi a {
    font-size: 20px;
    height: 70px;
    background: #0F56AA;
    border: 1px solid #0F56AA;
    border-radius: 70px;
}
.c-btn.digi a:before {
    width: 20px;
    height: 20px;
    right: 20px;
    background: url(../svg/arw_r_w.svg) no-repeat center;
    background-size: 100% auto;
}
.c-btn.digi a span {
    padding-right: 20px;
}
.option_wrap {
    padding: 30px;
}
.option-ttl {
    font-size: 17px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    background-color: #1eac94;
    line-height: 1.4;
}
.option-list {
    padding: 20px 10px;
    position: relative;
}
.option-list::before {
    content: "";
    position: absolute;
    z-index: 9;
} 
.option-list.ver1::before {
    width: 120px;
    height: 140px;
    background: url(../svg/dantai_option1.svg) no-repeat center top / 100% auto;
    top: 5px;
    right: 5px;
}
.option-list.ver2::before {
    width: 100px;
    height: 142px;
    background: url(../svg/dantai_option2.svg) no-repeat center top / 100% auto;
    top: 20px;
    right: 20px;
}
.option-list > li:not(:first-child) {
    margin-top: 9px;
}
.option-list .item {
    font-weight: bold;
    font-size: 16px;
    padding-left: 22px;
    position: relative;
    line-height: 1.4;
}
.option-list .item::before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #ff7300;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    z-index: 9;
}
.option-list .item-detail {
    margin: 7px 0 0 22px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap:  7px 20px;
}
.option-list .item-detail li {
    color: #368b81;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}
.option-list .is-additem {
    padding-left: 1em;
    font-size: 14px;
}
.cont_wrap .is-conttxt {
    font-size: 18px;
    font-weight: bold;
    color: #006C60;
    margin: 10px 0 40px;
    text-align: center;
}
@media (max-width: 896px) {
    .mv_wrap {
        padding-bottom: 12px;
    }
    .mvTtl_box {
        padding: 15px;
    }
    .mvTtl_box .mds {
        font-size: 10px;
        line-height: 1.2;
        padding-left: 10px;
        margin-bottom: 20px;
    }
    .mvTtl_box .mds:before {
        width: 3px;
    }
    .mvTtl_box .ttl {
        font-size: 26px;
    }
    .mvTtl_cnt {
        width: 100%;
        padding-top: 25px;
        position: relative;
    }
    .mvTtl_cir {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 114px;
        height: 114px;
        margin-right: 0;
        z-index: 2;
    }
    .mvTtl_cir .txt {
        font-size: 20px;
    }
    .mvTtl_cir .txt span {
        font-size: 26px;
    }
    .mvTtl_join {
        width: 70%;
        margin-left: auto;
        position: relative;
        padding-top: 16px;
    }
    .mvTtl_join .bln {
        width: 100px;
        top: -4px;
    }
    .mvTtl_join .bln span {
        width: 100%;
        font-size: 12px;
        line-height: 1;
        border-radius: 6px;
        padding: 7px 0;
    }
    .mvTtl_join .bln span:before {
        margin-left: -4px;
        border: 4px solid transparent;
        border-top: 4px solid #FF6600;
    }
    .mvTtl_join .txt {
        font-size: 12px;
        line-height: 1.2;
        padding: 14px 14px;
        border-radius: 6px;
    }
    .mvTtl_join .txt .n1 {
        font-size: 16px;
    }
    .mvTtl_join .txt .n1 span {
        font-size: 28px;
    }
    .mvTtl_join .txt .n2 {
        font-size: 10px;
    }
    .mv_terms {
        font-size: 10px;
        margin-top: 6px;
    }
    .btn_wrap{
        padding: 20px 15px;
    }
    .btnlst li {
        width: 100%;
        margin: 0 0 10px;
    }
    .btnlst li .c-btn {
        margin: 0 auto;
    }
    .btnlst li:last-child {
        margin: 0;
    }
    .lineup_in {
        padding: 30px 0;
    }
    .lineup_ttl{
        padding: 6px 0;
        font-size: 16px;
    }
    .join_in{
        padding: 30px 15px;
        padding-top: 0;
    }
    .join_wrap .cnt {
        padding: 20px 15px;
    }
    .join_wrap .ttl{
        padding: 10px 0;
        font-size: 20px;
    }
    .join_wrap .box{
        margin-bottom: 20px;
    }
    .join_wrap .box dt{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .join_wrap .box dd {
        font-size: 12px;
    }
    .last_txt{
        padding: 0 15px;
        padding-bottom: 40px;
    }
    .last_txt ul li{
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 8px;
    }
    .plan_wrap {
        margin-bottom: 0;
    }
    .plan_flx {
        padding: 30px 15px;
        margin-top: 0;
    }
    .plan_flx:first-child {
        margin-top: 0;
        padding: 50px 15px 30px;
    }
    .terms {
        top: -36px;
    }
    .plan_cnt + .plan_cnt:before {
        content: '';
        display: block;
        width: 48px;
        height: 48px;
        position: absolute;
        top: -64px;
        left: 50%;
        transform: translateX(-50%);
        background: url(../svg/plus.svg) no-repeat center;
        background-size: 100% auto;
        z-index: 9;
    }
    .plan_cnt {
        width: 100%;
        position: relative;
    }
    .plan_cnt + .plan_cnt {
        width: 100%;
        margin-top: 80px;
    }
    .plan_box {
        width: 100%;
        border-radius: 4px;
    }
    .plan_box.ver2 {
        margin-bottom: 30px;
    }
    .plan_ttl {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .plan_box .mds {
        height: 68px;
        line-height: 1.4;
    }
    .plan_box .mds .txt {
        font-size: 12px;
    }
    .plan_box .mds .txt span {
        font-size: 18px;
    }
    .plan_box .box {
        padding: 15px 15px 20px;
        height: auto;
    }
    .plan_box .img img {
        max-width: 200px;
    }
    .plan_box .new {
        left: 0;
        top: -65px;
        width: 80px;
        height: 80px;
        margin-right: 0;
    }
    .plan_box .new:before {
        right: -6px;
        bottom: 18px;
        transform: rotate(28deg);
    }
    .plan_box .new:after {
        right: -11px;
        bottom: 14px;
        transform: rotate(28deg);
    }
    .plan_box .new .tx {
        font-size: 12px;
        line-height: 1.2;
    }
    .plan_box .new.n1 {
        left:0;
        top: -45px;
    }
    .plan_box .new.n2 {
        left:0;
        top: 20px;
    }
    .plan_box .new.n1:before {
        right: -6px;
        bottom: 8px;
        transform: rotate(28deg);
    }
    .plan_box .new.n2:before {
        right: -9px;
        bottom: 46px;
        transform: rotate(-26deg);
    }
    .plan_box .disc {
        top: 15px;
        right: 10px;
        width: 90px;
        height: 90px;
        margin-right: 0;
    }
    .plan_box.ver1 .disc {
        right: 10px;
    }
    .plan_box .disc .tx {
        color: #fff;
        font-size: 15px;
        line-height: 1.2;
    }
    .plan_box .disc .tx span {
        font-size: 24px;
    }
    .plan_box .disc .tx span.ver2 {
        font-size: 20px;
    }
    .plan_box .box .txt {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .plan_box .lst {
        padding: 10px 0 0;
    }
    .plan_box .option {
        padding: 20px 15px;
    }
    .plan_box .option li {
        margin: 0 5.4%;
        padding-top: 80px;
        font-size: 12px;
        margin-top: 20px;
    }
    .plan_box .option li:nth-child(-n+2) {
        margin-top: 0;
    }
    .plan_box .option li:nth-child(3) {
        margin-left: 0;
    }
    .plan_box .option li:nth-child(5) {
        margin-right: 0;
    }
    .plan_box .option li:before {
        width: 100px;
        height: 72px;
    }
    .plan_box .option li.n1:before {
        background: url(../svg/dantai_img04n.svg) no-repeat center;
        background-size: 95px auto;
    }
    .plan_box .option li.n2:before {
        background: url(../svg/dantai_img05n.svg) no-repeat center;
        background-size: 85px auto;
    }
    .plan_box .option li.n3:before {
        background: url(../svg/dantai_img06n.svg) no-repeat center;
        background-size:66px auto;
    }
    .plan_box .option li.n4:before {
        background: url(../svg/dantai_img07n.svg?date=2) no-repeat center;
        background-size: 46px auto;
    }
    .plan_box .option li.n5:before {
        background: url(../svg/dantai_img08n.svg) no-repeat center;
        background-size: 70px auto;
    }
    .plan_wrap .add {
        font-size: 12px;
        margin-top: 10px;
        padding-left: 1.5em;
    }
    .cont_wrap{
        padding: 30px 15px;
        margin-bottom: 30px;
    }
    .cont_wrap .ttl{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .cont_wrap .ttl.ver2 {
        margin-bottom: 10px;
    }
    .cont_wrap .ttl span {
        font-size: 12px;
    }
    .cont_wrap .add {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .cont_ct {
        width: 100%;
    }
    .cont_ct .mds{
        font-size: 16px;
        line-height: 1.4;
        height: 80px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cont_ct .mds .txt {
        text-align: center;
        font-size: 18px;
        line-height: 1.4;
    }
    .cont_ct .mds .txt span {
        font-size: 12px;
    }
    .cont_ct .box{
        padding: 20px 15px;
        height: auto;
    }
    .cont_ct .disc{
        width: 64px;
        height: 64px;
        margin-right: 10px;
    }
    .cont_ct .disc.ver2{
        width: 56px;
        margin-right: 4px;
    }
    .cont_ct .disc.ver3{
        width: 56px;
        margin-right: 10px;
    }
    .cont_ct .disc .tx {
        font-size: 10px;
        line-height: 1.2;
        text-align: center;
    }
    .cont_ct .disc span {
        font-size: 16px;
    }
    .cont_ct .disc span.ver2 {
        font-size: 15px;
    }
    .cont_ct .box .txt {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .safe_wrap{
        margin-bottom: 40px;
    }
    .safe_wrap .ttl{
        left: 0;
        right: 0;
        margin: auto;
        top: -15px;
        font-size: 12px;
        line-height: 1;
        width: 170px;
        height: 30px;
        border-radius: 30px;
    }
    .safe_wrap .ttl:before {
        content: '';
        position: absolute;
        right: 50%;
        bottom: -14px;
        border: 6px solid transparent;
        border-top: 8px solid #fff;
        transform: none;
        z-index: 2;
    }
    .safe_wrap .txt{
        font-size: 14px;
        padding: 40px 30px 20px;
        text-align: left;
    }
    .c-btn.digi a {
        font-size: 16px;
        height: 60px;
    }
    .c-btn.digi a:before {
        width: 16px;
        height: 16px;
        right: 15px;
    }
    .c-btn.digi a span {
        padding-right: 16px;
    }
    .lineup_ttl-label{
        display: inline-block;
        font-size: 12px;
        margin: 5px 0;
        padding: 5px 10px 5px 15px;
    }
    .application_flx{
        padding: 15px;
        margin-bottom: 30px;
    }
    .application_flx .txt{
        font-size: 13px;
    }
    .option_wrap {
        padding: 20px;
    }
    .option-ttl {
        font-size: 14px;
        padding: 8px 5px;
    }
    .option-list {
        padding: 175px 0 20px;
    }
    .option-list.ver2 {
        padding: 185px 0 20px;
    }
    .option-list.ver1::before {
        width: 135px;
        height: 155px;
        top: 10px;
        left: 50%;
        margin-left: -68px;
    }
    .option-list.ver2::before {
        width: 115px;
        height: 165px;
        top: 10px;
        left: 50%;
        margin-left: -59px;
    }
    .option-list .item {
        font-size: 14px;
    }
    .cont_wrap .is-conttxt {
        font-size: 12px;
        margin: 10px 0 20px;
    }
}
@media screen and (min-width: 896px) and (max-width:1350px) {
    .plan_flx {
        padding: 0;
    }
    .cont_lst .mds .txt {
        font-size: 20px;
    }
    .cont_lst .box .txt {
        font-size: 16px;
    }
    .plan_cnt + .plan_cnt {
        width: 490px;
    }
    .plan_box .option li {
        margin: 0px 28px;
    }
    .plan_flx:first-child:before {
        left: 43.6%;
    }
}
@media screen and (min-width: 660px) and (max-width:896px) {
    .mvTtl_box {
        height: 100%;
        padding: 30px;
    }
    .mvTtl_cnt {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 15px;
        box-sizing: border-box;
    }
    .mvTtl_cir {
        position: relative;
        bottom: auto;
        left: auto;
        margin-right: 20px;
    }
    .mvTtl_join {
        width: 40%;
        margin: 0;
    }
    .mvTtl_box .mds {
        font-size: 1.4em;
    }
    .mvTtl_box .ttl {
        font-size: 4em;
    }
}
@media (max-width: 374px) {
    .mv_wrap {
        padding-bottom: 20px;
    }
    .mvTtl_box {
        padding: 15px 5px;
    }
    .mvTtl_join .txt {
        font-size: 10px;
        padding: 14px 8px 10px;
    }
    .mvTtl_join .txt .n1 {
        font-size: 14px;
    }
    .mvTtl_join .txt .n1 span {
        font-size: 20px;
    }
    .mvTtl_join .txt .n2 {
        display: inline-block;
        padding-top: 4px;
    }
    .mvTtl_cnt {
        padding-top: 16px;
    }
    .mvTtl_cir {
        width: 100px;
        height: 100px;
    }
    .mvTtl_cir .txt {
        font-size: 16px;
    }
    .mvTtl_cir .txt span {
        font-size: 26px;
    }
    .plan_box .disc {
        top: -10px;
        right: -10px;
    }
    .plan_box.ver1 .disc {
        right: -10px;
    }
    .plan_box .option li {
        margin: 0px 2.4%;
    }
    .join_wrap .box dt {
        font-size: 15px;
    }
    .plan_box .new .tx {
        font-size: 11px;
    }
    .plan_box .new.n1 {
        left: 40px;
        width: 54px;
        height: 54px;
    }
    .plan_box .new.n1:before {
        right: 0px;
        bottom: -2px;
        transform: rotate(50deg);
    }
    .plan_box .new.n2 {
        left: -10px;
        top: -6px;
        width: 70px;
        height: 70px;
    }
    .plan_box .new.n2:before {
        right: -9px;
        bottom: 37px;
        transform: rotate(16deg);
    }
}
