@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* ////////////////////////////////////////////////
# common
//////////////////////////////////////////////// */
ul li, ol li,h2 {
    margin: 0;
}
main{
    font-family: "Noto Sans JP", sans-serif !important;
    font-optical-sizing: auto;
}
.bg_shadow{
    box-shadow: 0 0 10px rgba(102, 102, 102, 0.5);
}
.bg_shadow__blue{
    box-shadow: 0 0 10px rgba(0, 115, 183, 0.5);
}
.bg_color_blue{
    position: relative;
    background: #CCE7FF;
}
.bg_color_blue::before{
    content: '';
    background: #CCE7FF;
    display: block;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.bg_color_light_blue{
    position: relative;
    background: #E8F2FB;
}
.bg_color_light_blue::before{
    content: '';
    background: #E8F2FB;
    display: block;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
a{
    transition: all .3s;
}
a:hover {
    opacity: .6;
}
.fixed__block__bottom.on_scroll{
    display: none;
}

@media all and (min-width: 768px) {
    .u-hide-pc-tab{
        display: none !important;
    }
    .u-hide-pc{
        display: none !important;
    }
    .u-hide-sp{
        display: block;
    }
    main p {
        font-size: 20px;
    }
    .h2__section_title{
        font-size: 42px;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 50px;
        position: relative;
        padding-top: 50px;
    }
    .h2__section_title::after{
        content: '';
        display: block;
        background: #0073B7;
        width: 140px;
        height: 6px;
        border-radius: 99px;
        position: absolute;
        bottom: -13px;
        left: 50%;
        transform: translateX(-50%);
    }
    .h2__section_title_sub{
        font-size: 28px;
        font-weight: 400;
        display: block;
    }
    .sec_lead_text{
        font-size: 22px;
        text-align: center;
        margin-bottom: 0;
    }
    
    /* btn */
    .btn__item{
        margin-top: 30px;
    }
    .btn__item_wrap .btn__item + .btn__item{
        margin-top: 20px;
    }
    .btn__link01 {
        display: flex;
        box-sizing: border-box;
        width: 100%;
        min-height: 50px;
        height: auto;
        padding: 20px 35px 20px 14px;
        position: relative;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        text-align: center;
        background-color: #000099;
        border: 3px solid #fff;
        box-shadow: 0 0 10px rgba(102, 102, 102, 0.5);
        border-radius: 99px;
        background-repeat: no-repeat;
        background-size: 33px auto;
        background-position: 16px center;
        line-height: 1.2;
        margin: 0 auto;
        font-size: 22px;
        width: 422px;
        color: #fff !important;
    }
    .btn__link01 a, a:visited{
    }
    .btn__link01::before {
        content: '';
        position: absolute;
        right: 50px;
        transform-origin: center center;
        top: calc(50% - 3px);
        transform: rotate(40deg);
        background-color: #fff;
        display: inline-block;
        height: 2px;
        width: 10px;
    }
    .btn__link01::after  {
        content: '';
        position: absolute;
        right: 50px;
        transform-origin: center center;
        top: calc(50% + 2px);
        transform: rotate(-40deg);
        background-color: #fff;
        display: inline-block;
        height: 2px;
        width: 10px;
    }
    .btn__link01.btn__white{
        background: #fff;
        color: #0073B7 !important;
        border: 3px solid #0073B7;
    }
    .btn__link01.btn__white::before,
    .btn__link01.btn__white::after {
        background-color: #0073B7;
    }
    .btn__link01.btn__light_blue{
        background: #E8F2FB;
        color: #0073B7 !important;
        border: 3px solid #0073B7;
    }
    .btn__link01.btn__light_blue::before,
    .btn__link01.btn__light_blue::after {
        background-color: #0073B7;
    }

    .block__has_full .inbox__full{
        max-width: 100vw;
        padding-bottom: 50px;
    }
    .btn__goto_top{
        bottom: 50px;
    }
}
@media all and (max-width: 1000px) and (min-width: 768px){
    .u-hide-pc{
        display: block !important;
    }
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
    .inbox__full, .inbox__full_sp {
        max-width: calc(100vw - 20px* 2) !important;
    }
    .inbox__full.kv_wrap{
        max-width: 100% !important;
    }
}
@media all and (max-width: 767px) {
    .u-hide-pc-tab{
        display: block;
    }
    .u-hide-pc{
        display: block;
    }
    .u-hide-sp{
        display: none !important;
    }

    main p {
        font-size: calc(16/375*100vw);
    }
    .h2__section_title{
        font-size: calc(26/375*100vw);
        line-height: 1.5;
        text-align: center;
        margin-bottom: calc(30/375*100vw);
        position: relative;
        padding-top: calc(40/375*100vw);
    }
    .h2__section_title::after{
        content: '';
        display: block;
        background: #0073B7;
        width: calc(140/375*100vw);
        height: calc(6/375*100vw);
        border-radius: 99px;
        position: absolute;
        bottom: calc(-8/375*100vw);
        left: 50%;
        transform: translateX(-50%);
    }
    .h2__section_title_sub{
        font-size: calc(20/375*100vw);
        font-weight: 400;
        display: block;
    }
    .sec_lead_text{
        font-size: calc(18/375*100vw);
        text-align: center;
        margin-bottom: 0;
    }

    /* btn */
    .btn__item{
        margin-top: calc(30/375*100vw);
    }
    .btn__item_wrap .btn__item + .btn__item{
        margin-top: calc(20/375*100vw);
    }
    .btn__link01 {
        display: flex;
        box-sizing: border-box;
        width: 100%;
        min-height: 50px;
        height: auto;
        padding: calc(12/375*100vw) calc(35/375*100vw) calc(10/375*100vw) calc(14/375*100vw);
        position: relative;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        text-align: center;
        background-color: #000099;
        border: 3px solid #fff;
        box-shadow: 0 0 10px rgba(102, 102, 102, 0.5);
        border-radius: 99px;
        background-repeat: no-repeat;
        background-size: 33px auto;
        background-position: 16px center;
        line-height: 1.2;
        margin: 0 auto;
        font-size: calc(20/375*100vw);
        width: calc(340/375*100vw);
        color: #fff !important;
    }
    .btn__link01 a, a:visited{
        /* color: #fff; */
    }
    .btn__link01::before {
        content: '';
        position: absolute;
        right: calc(30/375*100vw);
        transform-origin: center center;
        /* top: calc(50% - 3px); */
        top: calc(50% - 4px);
        /* transform: rotate(40deg); */
        transform: rotate(40deg) scale(1.2);
        background-color: #fff;
        display: inline-block;
        height: 2px;
        width: 10px;
    }
    .btn__link01::after  {
        content: '';
        position: absolute;
        right: calc(30/375*100vw);
        transform-origin: center center;
        top: calc(50% + 3px);
        transform: rotate(-40deg) scale(1.2);
        background-color: #fff;
        display: inline-block;
        height: 2px;
        width: 10px;
    }
    .btn__link01.btn__white{
        background: #fff;
        color: #0073B7 !important;
        border: 3px solid #0073B7;
    }
    .btn__link01.btn__white::before,
    .btn__link01.btn__white::after {
        background-color: #0073B7;
    }
    .btn__link01.btn__light_blue{
        background: #E8F2FB;
        color: #0073B7 !important;
        border: 3px solid #0073B7;
    }
    .btn__link01.btn__light_blue::before,
    .btn__link01.btn__light_blue::after {
        background-color: #0073B7;
        right: calc(20/375*100vw);
    }

    .inbox__full {
        max-width: calc(100vw - 18px * 2);
    }
    .btn__goto_top{
        bottom: 50px;
    }
}

/* ////////////////////////////////////////////////
# kv
//////////////////////////////////////////////// */
@media all and (min-width: 768px), print {
    .block__has_full {
        max-width: 1820px;
        margin-top: 0;
    }
    .block__has_full .inbox__full.kv_wrap{
        padding-bottom: 0;
    }
    .kv_wrap{
        position: relative;
    }
    .kv_wrap::after{
        content: '';
        display: block;
        background: #0099DB;
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        margin: 0 calc(50% - 50vw);
        height: 100%;
        z-index: -1;
    }
    .kv{
        position: relative;
        padding: calc(50/1920*100vw) calc(50/1920*100vw);
        background: #0099DB;
    }
    .kv .kv_main {
        position: relative;
        width: 100%;
        margin-bottom: 0;
    }
    .kv .kv_main img{
        width: 100%;
        filter: drop-shadow(0px 0px 5px rgba(102,102,102,0.5));
    }
    .kv .btn__item{
        position: absolute;
        left: calc(300/1920*100vw);
        bottom: calc(130/1920*100vw);
        margin-top: 0;
    }

    .kv .btn__link01 {
        min-height: unset;
        height: auto;
        padding: calc(20/1920*100vw)calc(35/1920*100vw)calc(20/1920*100vw)calc(14/1920*100vw);
        border: calc(3/1920*100vw) solid #fff;
        font-size: calc(26/1920*100vw);
        width: calc(514/1920*100vw);
        max-width: unset;
        color: #fff !important;
    }
    .kv .btn__link01::before {
        display: none;
    }
    .kv .btn__link01::after {
        content: '';
        position: absolute;
        right: calc(50/1920*100vw);
        top: 50%;
        transform-origin: unset;
        transform: translateY(-50%);
        background-color: unset;
        display: block;
        width: calc(8/1920*100vw);
        height: calc(16/1920*100vw);
        background: url(/products/yoro/special/resource/img/icon_kv_btn_arrow.svg) no-repeat center top;
        background-size: cover;
    }
}
@media all and (min-width: 1921px) {
    .kv .btn__item{
        left: 300px;
        bottom: 130px;
    }
    .kv .btn__link01 {
        padding: 20px 35px 20px 14px;
        max-width: 514px;
        font-size: 26px;
    }
}
@media all and (max-width: 767px){
    .block__has_full .inbox__full.kv_wrap{
        padding-bottom: 0;
    }
    .block__has_full .inbox__full{
        padding-bottom: 40px;
        width: 100%;
    }
    .inbox__full.kv_wrap{
        max-width: 100%;
    }
    .kv_wrap{
        position: relative;
        background: #0099DB;
        padding: 0 18px 10px !important;
    }
    .kv{
        position: relative;
    }
    .kv .kv_main {
        position: relative;
        width: 100%;
        margin: 0;
        background: #0099DB;
        padding-top: calc(20/375*100vw);
    }
    .kv .kv_main img{
        width: 100%;
        filter: drop-shadow(0px 0px 5px rgba(102,102,102,0.5));
    }
    .kv .btn__item{
        position: absolute;
        bottom: calc(20/375*100vw);
        left: 50%;
        transform: translateX(-50%);
    }

    .kv .btn__link01 {
        width: calc(320/375*100vw);
    }
}

/* ////////////////////////////////////////////////
# lead
//////////////////////////////////////////////// */
.lead{
    position: relative;
}
.lead .h2__section_title::after{
    display: none;
}
.lead .h2__section_title{
    color: #fff;
}
@media all and (min-width: 768px), print {
    .lead .h2__section_title{
        padding: 24px 0 50px;
        margin: 0;
    }
    .lead::before{
        content: '';
        display: block;
        background: url(/products/yoro/special/resource/img/img_bg_lead_pc.jpg) no-repeat center top;
        background-size: cover;
        position: absolute;
        width: 100vw;
        height: 100%;
        margin: 0 calc(50% - 50vw);
    }
    .lead__block{
        max-width: 1000px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }
    .lead__block > div:nth-of-type(2n){
        margin-left: auto;
    }
    .lead__block > div + div{
        margin-top: 20px;
    }
    .lead__block img{
        width: 100%;
        filter: drop-shadow(0px 0px 5px rgba(102,102,102,0.5));
    }
    .lead__block_item_01{
        width: calc(597.78/1000*100%);
    }
    .lead__block_item_02{
        width: calc(650/1000*100%);
    }
    .lead__block_item_03{
        width: calc(522.75/1000*100%);
    }
    .lead__block_item_04{
        width: calc(650/1000*100%);
    }
    .lead__block_item_05{
        margin-top: 40px !important;
    }

    .new_plan__block{
        position: relative;
        z-index: 1;
        margin-top: 20px;
    }
    .text_underline{
        margin: 0 auto 30px;
    }
    .text_underline span{
        position: relative;
        background: linear-gradient(transparent 65%, #FFF667 65%);
        width: fit-content;
        font-size: clamp(28px, 2.5vw, 36px);
        font-weight: bold;
        margin: 0 auto;
        display: block;
    }
    .new_plan__block .text_underline{
        text-align: center;
    }
    .new_plan__block .text_underline span{
        display: inline-block;
    }

    .new_plan_name{
        background: #008CCE;
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        line-height: 1.583333333;
        padding: 17px 0;
        width: calc(520/1000*100%);
        max-width: 520px;
        text-align: center;
        border-radius: 10px;
        border: 3px solid #fff;
        margin: 0 auto 30px;
    }
    .new_plan_name span{
        display: block;
        font-size: 42px;
    }
    .new_plan_circle{
        display: flex;
        justify-content: center;
    }
    .new_plan_circle_item{
        position: relative;
        padding: 43px 30px 45px;
        color: #0073B7;
        text-align: center;
        margin-bottom: 30px;
    }
    .new_plan_circle_item p{
        margin-bottom: 0;
    }
    .new_plan_circle_item span{
        display: block;
        font-size: 46px;
        font-weight: bold;
        line-height: 1.065217391;
    }
    .new_plan_circle_item::before{
        content: '';
        display: block;
        background: url(/products/yoro/special/resource/img/img_bg_circle.png) no-repeat center center;
        background-size: cover;
        position: absolute;
        /* width: calc(210/1000*100vw);
        height: calc(210/1000*100vw);
        max-width: 210px;
        max-height: 210px; */
        width: 210px;
        height: 210px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }
    .new_plan_circle_item + .new_plan_circle_item{
        margin-left: 20px;
    }
    .new_plan_text_white{
        font-size: 28px;
        font-weight: bold;
        color: #fff;text-align: center;
        margin-bottom: 30px;
    }

}
@media all and (max-width: 767px){
    .lead .h2__section_title{
        padding-bottom: calc(30/375*100vw);
        margin: 0;
    }
    .lead::before{
        content: '';
        display: block;
        background: url(/products/yoro/special/resource/img/img_bg_lead_sp.jpg) no-repeat center top;
        background-size: cover;
        position: absolute;
        width: 100vw;
        height: 100%;
        margin: 0 calc(50% - 50vw);
    }
    .lead__block{
        width: 100%;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }
    .lead__block > div:nth-of-type(2n){
        margin-left: auto;
    }
    .lead__block > div + div{
        margin-top: calc(20/375*100vw);
    }
    .lead__block img{
        width: 100%;
        filter: drop-shadow(0px 0px 5px rgba(102,102,102,0.5));
    }
    .lead__block_item_01{
        width: calc(325.78/375*100vw);
    }
    .lead__block_item_02{
        width: 100%;
    }
    .lead__block_item_03{
        width: calc(253.75/375*100vw);
    }
    .lead__block_item_04{
        width: 100%;
    }
    .lead__block_item_05{
        margin-top: calc(26/375*100vw);
        margin-bottom: calc(10/375*100vw);
    }

    .new_plan__block{
        position: relative;
        z-index: 1;
    }
    .text_underline{
        margin: 0 auto 30px;
    }
    .text_underline span{
        position: relative;
        background: linear-gradient(transparent 65%, #FFF667 65%);
        width: fit-content;
        font-size: calc(24/375*100vw);
        font-weight: bold;
        margin: 0 auto;
        display: block;
    }
    .new_plan_name{
        background: #008CCE;
        font-size: calc(20/375*100vw);
        font-weight: bold;
        color: #fff;
        line-height: 1.583333333;
        padding: calc(10/375*100vw) 0;
        width: calc(340/375*100vw);
        text-align: center;
        border-radius: calc(10/375*100vw);
        border: calc(3/375*100vw) solid #fff;
        margin: 0 auto calc(30/375*100vw);
    }
    .new_plan_name span{
        display: block;
        font-size: calc(32/375*100vw);
        line-height: 1.2;
    }
    .new_plan_circle_block{
        display: block;
        margin-top: calc(20/375*100vw);
        margin-bottom: calc(30/375*100vw);
    }
    .new_plan_circle{
        display: flex;
        justify-content: center;
    }
    .new_plan_circle_item{
        position: relative;
        /* padding: 43px 30px 42px; */
        width: calc(135/375*100vw);
        color: #0073B7;
        text-align: center;
        padding: calc(30/375*100vw) 0;
    }
    .new_plan_circle_item p{
        margin-bottom: 0;
        font-size: calc(18/375*100vw);
    }
    .new_plan_circle_item span{
        display: block;
        font-size: calc(36/375*100vw);
        font-weight: bold;
        line-height: 1.065217391;
    }
    .new_plan_circle_item::before{
        content: '';
        display: block;
        background: url(/products/yoro/special/resource/img/img_bg_circle.png) no-repeat center center;
        background-size: cover;
        position: absolute;
        width:  calc(165/375*100vw);
        height: calc(165/375*100vw);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }
    .new_plan_circle_item + .new_plan_circle_item{
        margin-left: calc(30/375*100vw);
    }
    .new_plan_text_white{
        font-size: calc(20/375*100vw);
        font-weight: bold;
        color: #fff;text-align: center;
        margin-bottom: 30px;
    }
}


/* ////////////////////////////////////////////////
# point
//////////////////////////////////////////////// */
@media all and (min-width: 768px), print {
    .text_color_blue{
        color: #000099;
    }
    .point .h2__section_title{
        padding-top: 30px;
        margin-bottom: 80px;
    }
    .h2__section_title__l{
        font-size: 62px;
    }
    .point_contents_block{
        max-width: 1000px;
        margin: 0 auto;
        border-radius: 20px;
        background: #fff;
        overflow: hidden;
    }
    .point_contents__head{
        background: #E8F2FB;
        padding-top: 70px;
        padding-bottom: 30px;
        border-radius: 20px;
        position: relative;
    }
    .point_contents__head_num{
        position: relative;
    }
    .point_contents__head_num::before{
        content: '';
        display: block;
        background: url(/products/yoro/special/resource/img/icon_point_num01.png) no-repeat;
        background-size: contain;
        width: 100px;
        height: 100px;
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        filter: drop-shadow(0px 0px 20px rgba(0,115,183,0.5));
    }
    .point_contents__head_num.block_02_num::before{
        background: url(/products/yoro/special/resource/img/icon_point_num02.png) no-repeat;
        background-size: contain;
    }
    .point_contents__head_num.block_02_num{
        margin-top: 80px;
    }
    .point_contents__head .text_underline{
        margin-bottom: 0;
    }
    .point_contents__body{
    }
    .point_contents__in{
        padding: 0 20px;
    }
    .point_contents_item{
        max-width: 800px;
        margin: 0 auto;
        padding: 30px 0 40px;
    }
    .point_contents_item__inner{
        padding: 0 20px;
    }

    .point_title_sub{
        text-align: center;
        font-weight: bold;
        font-size: 24px;
    }
    .point_text{
        margin-bottom: 30px;
    }
    .point_contents_block01 .point_text{
        margin-top: 30px;
    }
    .point_bottom{
        display: flex;
    }
    .point_bottom_img{
        width: calc((100% - 36px)/2);
    }
    .point_bottom_img + .point_bottom_img{
        margin-left: 36px;
    }
    /* 01 */
    .point_contents_block01 .point_img01{
        max-width: 406px;
        margin: 0 auto 30px;
        padding-left: 30px;
    }
    .point_contents_block01 .point_img02{
        max-width: 700px;
        margin: 0 auto 20px;
        display: block;
    }

    /* 02 */
    .point_contents_block02 .text_underline{
        text-align: center;
    }
    .point_contents_block02 .text_underline span {
        display: inline-block;
    }

    .point_contents_block02 .point_img01{
        max-width: 428px;
        margin: 0 auto 30px;
    }
    .point_contents_block02 .point_text{
        text-align: center;
    }
    .point_lifeplan{
        margin-bottom: 30px;
    }
    .point_lifeplan_item{
        display: flex;
        justify-content: center;
    }
    .point_lifeplan_item .lifeplan_img{
        width: 180px;
        filter: drop-shadow(0px 0px 5px rgba(102,102,102,0.5));
    }
    .point_lifeplan_item .lifeplan_img + .lifeplan_img{
        margin-left: 30px;
    }

    .list__annotation{
        max-width: 800px;
        margin: 30px 0 0;
    }
    .list__annotation li::before {
        content: "＊";
        display: block;
        position: absolute;
        left: 0;
    }
    .list__annotation li + li{
        margin-top: 8px !important;
    }

}
@media all and (max-width: 767px){
    .text_color_blue{
        color: #000099;
    }
    .point .h2__section_title{
        padding-top: calc(20/375*100vw);
        margin-bottom: calc(64/375*100vw);
    }
    .h2__section_title__l{
        font-size: calc(42/375*100vw);
    }
    .point_contents_block{
        margin: 0 auto;
        border-radius: calc(20/375*100vw);
        background: #fff;
        overflow: hidden;
    }
    .point_contents__head{
        background: #E8F2FB;
        padding-top: calc(52/375*100vw);
        padding-bottom: calc(30/375*100vw);
        border-radius: calc(20/375*100vw);
        position: relative;
    }
    .point_contents__head_num{
        position: relative;
    }
    .point_contents__head_num::before{
        content: '';
        display: block;
        background: url(/products/yoro/special/resource/img/icon_point_num01.png) no-repeat;
        background-size: contain;
        width: calc(86/375*100vw);
        height: calc(86/375*100vw);
        position: absolute;
        top: calc(-43/375*100vw);
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        filter: drop-shadow(0px 0px 20px rgba(0,115,183,0.5));
    }
    .point_contents__head_num.block_02_num::before{
        background: url(/products/yoro/special/resource/img/icon_point_num02.png) no-repeat;
        background-size: contain;
    }
    .point_contents__head_num.block_02_num{
        margin-top: calc(63/375*100vw);
    }
    .point_contents__head .text_underline{
        margin-bottom: 0;
    }
    .point_contents__body{
    }
    .point_contents__in{
        padding: 0 calc(10/375*100vw);
    }
    .point_contents_item{
        margin: 0 auto;
        padding: calc(20/375*100vw) 0 calc(30/375*100vw);
    }
    .point_contents_item__inner{
        padding: 0 20px;
    }

    .point_title_sub{
        text-align: center;
        font-weight: bold;
        font-size: calc(20/375*100vw);
    }
    .point_text{
        margin-bottom: calc(30/375*100vw);
        font-size: calc(16/375*100vw);
    }
    .point_contents_block01 .point_text{
        margin-top: calc(30/375*100vw);
    }
    .point_bottom{
        display: flex;
        flex-direction: column;
    }
    .point_bottom_img{
        width: 100%;
    }
    .point_bottom_img:last-of-type{
        margin-top: calc(20/375*100vw);
    }
    /* 01 */
    .point_contents_block01 .point_img01{
        width: calc(295/375*100vw);
        margin: 0 auto calc(20/375*100vw);
        padding-left: calc(20/375*100vw);
    }
    .point_contents_block01 .point_img02{
        width: 100%;
        margin: 0 auto calc(30/375*100vw);
    }

    /* 02 */
    .point_contents_block02 .point_img01{
        width: calc(315/375*100vw);
        margin: 0 auto calc(20/375*100vw);
    }
    .point_contents_block02 .point_text{
        text-align: center;
    }
    .point_lifeplan{
        margin-bottom: calc(20/375*100vw);
    }
    .point_lifeplan_item{
        display: flex;
        justify-content: center;
    }
    .point_lifeplan_item .lifeplan_img{
        width: calc(100/375*100vw);
        filter: drop-shadow(0px 0px 5px rgba(102,102,102,0.5));
    }
    .point_lifeplan_item .lifeplan_img + .lifeplan_img{
        margin-left: calc(10/375*100vw);
    }

    .list__annotation{
        max-width: 800px;
        margin: calc(20/375*100vw) 0 0 !important;

    }
    .list__annotation li::before {
        content: "＊";
        display: block;
        position: absolute;
        left: 0;
    }
    .list__annotation li + li{
        margin-top: 8px !important;
    }
}


/* ////////////////////////////////////////////////
# plan
//////////////////////////////////////////////// */
@media all and (min-width: 768px), print {
    .plan .h2__section_title{
        padding-top: 50px;
    }
    .tab {
        max-width: 1000px;
        margin: 0 auto 40px;
    }
    .tab_list{
        margin-bottom: 0;
    }
    .tab_list .slick-slide{
        width: calc(320/1000*100%) !important;
        height: calc(338/1000*100%) !important;
        position: relative;
    }
    .tab_list .slick-slide.slick-current::after{
        content: '';
        display: block;
        background: url(/products/yoro/special/resource/img/img_plan01_current.png) no-repeat;
        background-size: contain;
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
    }
    .tab_list .slick-slide:nth-of-type(2).slick-current::after{
        background: url(/products/yoro/special/resource/img/img_plan02_current.png) no-repeat;
        background-size: contain;
    }
    .tab_list .slick-slide:nth-of-type(3).slick-current::after{
        background: url(/products/yoro/special/resource/img/img_plan03_current.png) no-repeat;
        background-size: contain;
    }

    .tab_list .slick-slide + .slick-slide{
        margin-left: calc(20/1000*100%);
    }
    .tab_list .slick-slide.slick-current::before{
        content: '';
        display: block;
        background: url(/products/yoro/special/resource/img/img_plan_bubble_parts.svg) no-repeat;
        background-size: contain;
        width: 90px;
        height: 50px;
        position: absolute;
        bottom: -47px;
        left: 50%;
        transform: translateX(-50%);
    }
    .tab_list .slick-list{
        padding-bottom: 44px;
    }
    .tab_list li {
        cursor: pointer;
        text-align: center;
    }
    .tab_list li{
    }
    .tab_list li:first-child,
    .tab_content div:first-child {
    }
    .tab_content .slick-slide {
        position: relative;
        background-color: #CCE7FF;
        border-radius: 20px;
    }
    .tab_content .slick-slide{
        height: 0;
    }
    .tab_content .slick-slide.slick-current{
        height: auto;
    }

    /* contents */
    .tab_item {
        padding: 40px 100px;
        margin: 0;
        width: auto !important;
        display: block !important;
    }
    .tab_list li:focus,
    .tab_content div:focus {
        outline: none;
    }
    .slick-disabled {
        display: none !important;
    }
    .tab_item h3{
        margin: 0;
    }
    .tab_item__head{
        margin-bottom: 80px;
        text-align: center;
        position: relative;
    }
    .tab_item__head::after{
        content: '';
        display: block;
        background: url(/products/yoro/special/resource/img/icon_plan_arrow_down.svg) no-repeat;
        background-size: contain;
        width: 80px;
        height: 40px;
        position: absolute;
        bottom: -60px;
        left: 50%;
        transform: translateX(-50%);
    }
    .tab_item__head-text{
        font-size: 24px;
    }
    .tab_item__head-text span{
        display: block;
    }
    span.fs_large{
        display: inline;
        font-size: 42px;
    }
    .tab_item__body{
        text-align: center;
    }

    /* tab_item__block_01 */
    .tab_item__block_01{
        border-radius: 10px;
        overflow: hidden;
    }
    .plan_title{
        background: #0099DB;
        font-size: 28px;
        color: #fff;
        margin: 0;
        line-height: 1.5;
    }
    .plan_title span{
        display: block;
        padding: 15px 0;
        margin: 0 50px;
    }
    .plan_title span:nth-of-type(2){
        border-top: 2px solid #fff;
    }
    .plan_text{
        background: #fff;
        font-size: 28px;
        font-weight: bold;
        margin: 0;
        line-height: 1.28;
        padding: 20px 50px;
        border: 1px solid #666;
        border-top: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    /* tab_item__block_02 */
    .tab_item__block_02{
        margin-top: 20px;
    }
    .plan_middle__head{
        background: #0073B7;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        border-radius: 4px;
        line-height: 1.5;
        padding: 10px 0;
        margin-bottom: 0;
    }
    .plan_middle__body{
        display: flex;
        position: relative;
    }
    .plan_middle_item{
        background: #fff;
        border: 1px solid #666;
        border-radius: 4px;
        padding: 14px 0;
        width: calc(100%/2);
    }
    .plan_middle_item + .plan_middle_item{
        margin-left: 4px;
    }
    .plan_middle_item p{
        margin-bottom: 15px;
    }
    .price_text{
        font-size: 42px;
        line-height: 0.714;
        font-weight: bold;
    }
    .price_text span{
        font-size: 28px;
    }
    .price_text__l{
        font-size: 44px;
        line-height: 1;
    }

    /* tab_item__block_03 */
    .tab_item__block_03{
        margin-top: 30px;
    }
    summary.toggle__head,
    summary.toggle__head2 {
        display: block;
        position: relative;
        cursor: pointer;
    }
    summary.toggle__head::-webkit-details-marker,
    summary.toggle__head2::-webkit-details-marker {
        /* Safari */
        display: none;
    }
    .icon_toggle,
    .icon_toggle2 {
        display: block;
    }
    .icon_toggle,
    .icon_toggle2 {
        position: absolute;
        width: 24px;
        height: 24px;
        top: 50%;
        right: 12px;
        transform: translate(-50%, -50%) rotate(0deg);
        cursor: pointer;
        z-index: 100;
        transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
    }
    .icon_toggle2{
        right: 76px;
    }
    .icon_toggle:after,
    .icon_toggle2:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 4px;
        width: 100%;
        background: #0073B7;
        border-radius: 99px;
    }
    .icon_toggle:before,
    .icon_toggle2:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
        width: 4px;
        background: #0073B7;
        border-radius: 99px;
    }
    details[open] .icon_toggle,
    details[open] .icon_toggle2 {
        transform: translate(-50%, -50%) rotate(180deg);
    }
    details[open] .icon_toggle::before,
    details[open] .icon_toggle2::before {
        width: 0;
    }
    .summary_title{
        font-size: 24px;
        font-weight: bold;
        padding: 30px 25px;
        margin-bottom: 0;
    }
    details{
        background: #fff;
        border: 1px solid #666;
        border-radius: 4px;
    }

    .summary_detail{
        overflow: hidden;
        padding: 0 20px;
    }
    .summary_detail__inner{
        max-width: 800px;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    .summary_detail_head_title{
        background: #0099DB;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        line-height: 1;
        padding: 15px 0;
    }
    .summary_detail_head_text{
        margin-bottom: 32px;
    }
    .summary_detail_title_block{
        background: #0073B7;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.2;
        padding: 6px 0;
        border-radius: 4px;
    }
    .summary_detail_title_block p,
    .summary_detail_price_block p{
        margin-bottom: 0;
    }
    .summary_detail_price_block{
        padding: 20px 0;
        background: #E8F2FB;
        border-radius: 4px;
    }
    .block__flex_box.col_2{
        display: flex;
    }
    .block__flex_box.col_2 > div{
        width: calc(100%/2);
        margin-top: 8px;
    }
    .block__flex_box.col_2 > div + div{
        margin-left: 8px;
    }

    /* 個別 */
    .tab02 .tab_item__block_03{
        margin-top: 96px;
    }
    .tab02 .tab_item__block_02 .plan_middle__body::after{
        content: '';
        display: block;
        background: url(/products/yoro/special/resource/img/img_tab02_parts_pc.svg) no-repeat;
        background-size: contain;
        width: 431px;
        height: 66px;
        position: absolute;
        bottom: -66px;
        left: 50%;
        transform: translateX(-50%);
    }
    .tab03 .tab_item__block_03{
        margin-top: 96px;
    }
    .tab03 .tab_item__block_02 .plan_middle__body::after{
        content: '';
        display: block;
        background: url(/products/yoro/special/resource/img/img_tab03_parts_pc.svg) no-repeat;
        background-size: contain;
        width: 431px;
        height: 66px;
        position: absolute;
        bottom: -66px;
        left: 50%;
        transform: translateX(-50%);
    }

    /* sec_plan_bottom */
    .sec_plan_bottom {
        max-width: 1000px;
        margin: 0 auto 30px;
        text-align: center;
    }
    .sec_plan_bottom details {
        background: #E8F2FB;
        overflow: hidden;
    }
    .sec_plan_bottom .summary_detail{
        background: #fff;
    }
    .sec_plan_bottom .summary_detail__inner{
        padding-top: 20px;
    }
    .summary_detail_head_logo img{
        width: 400px;
        margin-bottom: 20px;
    }
    .sec_plan_bottom_item{
        display: flex;
    }
    .sec_plan_bottom_item > div{
        width: 50%;
        background: #E8F2FB;
        padding: 20px;
        border: 1px solid #666;
        margin-bottom: 20px;
    }
    .sec_plan_bottom_item > div:nth-of-type(2){
        border-left: 0;
    }
    .sec_plan_bottom_item_head{
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 8px;
    }
    .sec_plan_bottom_item_text{
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 0;
    }
    .sec_plan_bottom_item_end_text{
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 0;
    }

}

@media all and (max-width: 767px) {
    /* slick */
    .slick-slide {
        margin-right: 7px !important;
        margin-left: 7px !important;
    }
    .tab_prev{
        content: '';
        display: block;
        background: url(/products/yoro/special/resource/img/icon_plan_arrow_left.svg) no-repeat;
        background-size: contain;
        width: calc(44/375*100vw);
        height: calc(44/375*100vw);
        position: absolute;
        top: 50%;
        left: calc(18/375*100vw);
        transform: translateY(-50%);
        z-index: 1;
        filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.3));
    }
    .tab_next{
        content: '';
        display: block;
        background: url(/products/yoro/special/resource/img/icon_plan_arrow_right.svg) no-repeat;
        background-size: contain;
        width: calc(44/375*100vw);
        height: calc(44/375*100vw);
        position: absolute;
        top: 50%;
        right: calc(18/375*100vw);
        transform: translateY(-50%);
        z-index: 1;
        filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.3));
    }
    .slick-disabled{
        display: none !important;
    }

    .tab_list .slick-slide{
        position: relative;
    }
    .tab_list .slick-slide.slick-current::after{
        content: '';
        display: block;
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
    }
    .tab_list .slick-slide:nth-of-type(1).slick-current::after{
        background: url(/products/yoro/special/resource/img/img_plan01_current.png) no-repeat;
        background-size: contain;
    }
    .tab_list .slick-slide:nth-of-type(2).slick-current::after{
        background: url(/products/yoro/special/resource/img/img_plan02_current.png) no-repeat;
        background-size: contain;
    }
    .tab_list .slick-slide:nth-of-type(3).slick-current::after{
        background: url(/products/yoro/special/resource/img/img_plan03_current.png) no-repeat;
        background-size: contain;
    }

    .tab_content .slick-slide{
        height: 0;
    }
    .tab_content .slick-slide.slick-current{
        height: auto;
    }
    /* /slick */


    .plan .h2__section_title{
        padding-top: calc(40/375*100vw);
        margin-bottom: calc(40/375*100vw);
    }
    .plan .inbox__full{
        max-width: unset;
    }
    .tab_list{
        margin-bottom: calc(46/375*100vw);
    }
    .tab_content .slick-slide {
        position: relative;
        background-color: #CCE7FF;
        border-radius: calc(20/375*100vw);
        width: 100vw !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .tab_content{
        position: relative;
    }
    .tab_content::before {
        content: '';
        display: block;
        background: url(/products/yoro/special/resource/img/img_plan_bubble_parts.svg) no-repeat;
        background-size: contain;
        width: calc(90/375*100vw);
        height: calc(50/375*100vw);
        position: absolute;
        top: calc(-47/375*100vw);
        left: 50%;
        transform: translateX(-50%);
    }
    .tab_item {
        padding: calc(30/375*100vw)calc(18/375*100vw);
        margin: 0;
        width: auto !important;
        display: block !important;
    }
    .tab_item__head {
        margin-bottom: calc(60/375*100vw);
        text-align: center;
        position: relative;
    }
    
    .tab_item h3 {
        margin: 0;
    }
    .tab_item__head-text {
        font-size: 24px;
    }
    span.fs_large {
        display: inline;
        font-size: 42px;
    }
    .tab_item__head-text span {
        display: block;
    }
    .tab_item__head::after {
        content: '';
        display: block;
        background: url(/products/yoro/special/resource/img/icon_plan_arrow_down.svg) no-repeat;
        background-size: contain;
        width: calc(60/375*100vw);
        height: calc(30/375*100vw);
        position: absolute;
        bottom: calc(-50/375*100vw);
        left: 50%;
        transform: translateX(-50%);
    }
    .tab_item__head-text{
        font-size: calc(18/375*100vw);
    }
    .tab_item__head-text span{
        display: block;
    }
    span.fs_large{
        display: inline;
        font-size: calc(26/375*100vw);
    }
    .tab_item__body {
        text-align: center;
    }

    /* tab_item__block_01 */
    .tab_item__block_01{
        border-radius: calc(10/375*100vw);
        overflow: hidden;
    }
    .plan_title{
        background: #0099DB;
        font-size: calc(20/375*100vw);
        color: #fff;
        margin: 0;
        line-height: 1.5;
    }
    .plan_title span{
        display: block;
        padding: calc(14/375*100vw) 0;
        margin: 0 calc(10/375*100vw);
    }
    .plan_title span:nth-of-type(2){
        border-top: calc(2/375*100vw) solid #fff;
    }
    .plan_text{
        background: #fff;
        font-size: calc(20/375*100vw);
        font-weight: bold;
        margin: 0;
        line-height: 1.5;
        padding: calc(12/375*100vw)calc(10/375*100vw);
        border: 1px solid #666;
        border-top: 0;
        border-bottom-left-radius: calc(10/375*100vw);
        border-bottom-right-radius: calc(10/375*100vw);
    }

    /* tab_item__block_02 */
    .tab_item__block_02{
        margin-top: calc(10/375*100vw);
    }
    .plan_middle__head{
        background: #0073B7;
        color: #fff;
        font-size: calc(18/375*100vw);
        font-weight: bold;
        border-radius: calc(4/375*100vw);
        line-height: 1.5;
        padding: calc(8/375*100vw) 0;
        margin-bottom: 0;
    }
    .plan_middle__body{
        display: flex;
        position: relative;
    }
    .plan_middle_item{
        background: #fff;
        border: 1px solid #666;
        border-radius: calc(4/375*100vw);
        padding: calc(10/375*100vw) 0;
        width: calc(100%/2);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .plan_middle_item + .plan_middle_item{
        margin-left: calc(4/375*100vw);
    }
    .plan_middle_item p{
        margin-bottom: 0;
    }
    .price_text{
        font-size: calc(28/375*100vw);
        line-height: 1.071428571;
        font-weight: bold;
    }
    .price_text span{
        font-size: calc(20/375*100vw);
    }
    .price_text__l{
        font-size: calc(32/375*100vw);
        line-height: 1.375;
    }

    /* tab_item__block_03 */
    .tab_item__block_03{
        margin-top: calc(30/375*100vw);
    }
    summary.toggle__head,
    summary.toggle__head2 {
        display: block;
        position: relative;
        cursor: pointer;
    }
    summary.toggle__head::-webkit-details-marker,
    summary.toggle__head2::-webkit-details-marker {
        /* Safari */
        display: none;
    }
    .icon_toggle,
    .icon_toggle2 {
        display: block;
    }
    .icon_toggle,
    .icon_toggle2 {
        position: absolute;
        width: calc(20/375*100vw);
        height: calc(20/375*100vw);
        top: 50%;
        right: 0;
        transform: translate(-50%, -50%) rotate(0deg);
        cursor: pointer;
        z-index: 100;
        transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
      }
    .icon_toggle:after,
    .icon_toggle2:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: calc(4/375*100vw);
        width: 100%;
        background: #0073B7;
        border-radius: 99px;
    }
    .icon_toggle:before,
    .icon_toggle2:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
        width: calc(4/375*100vw);
        background: #0073B7;
        border-radius: 99px;
    }
    details[open] .icon_toggle,
    details[open] .icon_toggle2{
        transform: translate(-50%, -50%) rotate(180deg);
    }
    details[open] .icon_toggle::before,
    details[open] .icon_toggle2::before{
        width: 0;
    }
    .summary_title{
        font-size: calc(18/375*100vw);
        font-weight: bold;
        padding: calc(10/375*100vw) calc(13/375*100vw);
        margin-bottom: 0;
    }
    details{
        background: #fff;
        border: 1px solid #666;
        border-radius: 4px;
    }

    .summary_detail{
        overflow: hidden;
        padding: 0 calc(10/375*100vw);
    }
    .summary_detail__inner{
        margin: 0 auto;
        padding-bottom: calc(10/375*100vw);
    }
    .summary_detail_head_title{
        background: #0099DB;
        color: #fff;
        font-size: calc(18/375*100vw);
        font-weight: bold;
        line-height: 1.333333333;
        padding: calc(8/375*100vw) 0;
    }
    .summary_detail_head_text{
        margin-bottom: calc(16/375*100vw);
        font-size: calc(13/375*100vw);
        letter-spacing: -0.03em;
    }
    .summary_detail_title_block p{
        background: #0073B7;
        color: #fff;
        font-size: calc(14/375*100vw);
        font-weight: bold;
        line-height: 1.5;
        padding: calc(6/375*100vw) 0;
        border-radius: calc(4/375*100vw);
    }
    .summary_detail_title_block p,
    .summary_detail_price_block p{
        margin-bottom: 0;
    }
    .summary_detail_price_block{
        padding: calc(10/375*100vw) 0;
        background: #E8F2FB;
        border-radius: calc(4/375*100vw);
    }
    .block__flex_box.col_2{
        display: flex;
    }

    .block__flex_box.col_2 > div{
        width: calc(100%/2);
        margin-top: calc(4/375*100vw);
    }
    .block__flex_box.col_2 > div + div{
        margin-left: calc(4/375*100vw);
    }

    /* 個別 */
    .tab02 .tab_item__block_03{
        margin-top: calc(75/375*100vw);
    }
    .tab02 .tab_item__block_02 .plan_middle__body::after{
        content: '';
        display: block;
        background: url(/products/yoro/special/resource/img/img_tab02_parts_sp.svg) no-repeat;
        background-size: contain;
        width: calc(191/375*100vw);
        height: calc(45/375*100vw);
        position: absolute;
        bottom: calc(-45/375*100vw);
        left: 50%;
        transform: translateX(-50%);
    }
    .tab03 .tab_item__block_03{
        margin-top: calc(75/375*100vw);
    }
    .tab03 .tab_item__block_02 .plan_middle__body::after{
        content: '';
        display: block;
        background: url(/products/yoro/special/resource/img/img_tab03_parts_sp.svg) no-repeat;
        background-size: contain;
        width: calc(191/375*100vw);
        height: calc(45/375*100vw);
        position: absolute;
        bottom: calc(-45/375*100vw);
        left: 50%;
        transform: translateX(-50%);
    }

    /* sec_plan_bottom */
    .sec_plan_bottom {
        margin: calc(30/375*100vw) calc(18/375*100vw);
        text-align: center;
    }
    .sec_plan_bottom details {
        background: #E8F2FB;
        overflow: hidden;
    }
    .sec_plan_bottom .summary_detail{
        background: #fff;
    }
    .sec_plan_bottom .summary_detail__inner{
        padding-top: calc(14/375*100vw);
    }
    .summary_detail_head_logo img{
        width: calc(180/375*100vw);
        margin-bottom: calc(20/375*100vw);
    }
    .summary_detail_lead{
        margin-bottom: calc(16/375*100vw);
    }
    .sec_plan_bottom_item{
        display: flex;
        flex-direction: column;
    }
    .sec_plan_bottom_item > div{
        width: auto;
        background: #E8F2FB;
        padding: calc(10/375*100vw);
        border: 1px solid #666;
    }
    .sec_plan_bottom_item > div:nth-of-type(2){
        border-top: 0;
    }
    .sec_plan_bottom_item_head{
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: calc(8/375*100vw);
    }
    .sec_plan_bottom_item_text{
        font-size: calc(14/375*100vw);
        line-height: 1.5;
        margin-bottom: 0;
    }
    .sec_plan_bottom_item_end_text{
        font-size: calc(18/375*100vw);
        font-weight: bold;
        margin-top: calc(8/375*100vw);
        margin-bottom: 0;
    }

}



/* ////////////////////////////////////////////////
# step
//////////////////////////////////////////////// */
@media all and (min-width: 768px), print {
    .step {
        text-align: center;
    }
    .step_flow{
        list-style: none;
        display: flex;
        justify-content: center;
        max-width: 880px;
        margin: 68px auto 0;
    }
    .step dl,dd{
        margin: 0;
    }
    .step_flow_item{
        position: relative;
        width: calc(240/880*100%);
        background: #fff;
        border-radius: 4px;
        filter: drop-shadow(0px 0px 5px rgba(102,102,102,0.5));
        padding-top: 50px;
        padding-bottom: 118px;
    }
    .step_flow_item::after{
        content: '';
        display: block;
        background: url(/products/yoro/special/resource/img/icon_step_flow_arrow.png) no-repeat;
        background-size: cover;
        width: 20px;
        height: 40px;
        position: absolute;
        top: 50%;
        right: -50px;
        transform: translateY(-50%);
    }
    .step_flow_item:last-of-type::after{
        display: none;
    }
    .step_flow_item + .step_flow_item{
        margin-left: calc(80/880*100%);
    }
    .step_flow_item_name{
        font-size: 22px;
    }
    .step_icon_num{
        width: 70px;
        filter: drop-shadow(0px 0px 5px rgba(102,102,102,0.5));
        position: absolute;
        top: -34px;
        left: 50%;
        transform: translateX(-50%);
    }
    .icon_step_img01{
        background: #fff url(/products/yoro/special/resource/img/icon_step_item01.svg) no-repeat bottom 8px center;
        background-size: 100px 100px;
    }
    .icon_step_img02{
        background: #fff url(/products/yoro/special/resource/img/icon_step_item02.svg) no-repeat bottom 8px center;
        background-size: 100px 100px;
    }
    .icon_step_img03{
        background: #fff url(/products/yoro/special/resource/img/icon_step_item03.svg) no-repeat bottom 8px center;
        background-size: 100px 100px;
    }

    .step_bottom{
        background: #fff;
        border-radius: 10px;
        filter: drop-shadow(0px 0px 5px rgba(102,102,102,0.5));
        padding: 40px;
        max-width: 1000px;
        margin: 40px auto 0;
    }
    .step_bottom_text{
        font-size: 24px;
        font-weight: bold;
    }
    .step_bottom .btn__item_wrap{
        display: flex;
        justify-content: center;
    }
    .step_bottom  .btn__item{
        margin-top: 0;
    }
    .step_bottom .btn__item_wrap .btn__item + .btn__item {
        margin-top: 0;
        margin-left: calc(50/1000*100%);
    }

    .step_bottom .btn__link01{
        font-size: clamp(13px, 2.5vw, 22px);
        width: calc(382/1000*100vw);
        max-width: 382px;
    }
    .step_bottom .btn__link01::before,
    .step_bottom .btn__link01::after {
        right: 30px;
    }
    
}
@media all and (max-width: 767px){
    .step {
        text-align: center;
    }
    .step_flow{
        list-style: none;
        display: flex;
        justify-content: center;
        margin: calc(45/375*100vw) auto 0;
    }
    .step dl,dd{
        margin: 0;
    }
    .step_flow_item{
        position: relative;
        width: calc(96/375*100vw);
        background: #fff;
        border-radius: calc(4/375*100vw);
        filter: drop-shadow(0px 0px 5px rgba(102,102,102,0.5));
        padding-top: calc(30/375*100vw);
        padding-bottom: calc(70/375*100vw);
    }
    .step_flow_item:first-of-type{
        padding-top: calc(42/375*100vw);
    }
    .step_flow_item::after{
        content: '';
        display: block;
        background: url(/products/yoro/special/resource/img/icon_step_flow_arrow.png) no-repeat;
        background-size: cover;
        width: calc(15/375*100vw);
        height: calc(30/375*100vw);
        position: absolute;
        top: 50%;
        right: calc(-22/375*100vw);
        transform: translateY(-50%);
    }
    .step_flow_item:last-of-type::after{
        display: none;
    }
    .step_flow_item + .step_flow_item{
        margin-left: calc(26/375*100vw);
    }
    .step_flow_item_name{
        font-size: calc(14/375*100vw);
    }
    .step_icon_num{
        width: calc(52/375*100vw);
        filter: drop-shadow(0px 0px 5px rgba(102,102,102,0.5));
        position: absolute;
        top: calc(-26/375*100vw);
        left: 50%;
        transform: translateX(-50%);
    }
    .icon_step_img01{
        background: #fff url(/products/yoro/special/resource/img/icon_step_item01.svg) no-repeat bottom 8px center;
        background-size: calc(56/375*100vw) calc(56/375*100vw);
    }
    .icon_step_img02{
        background: #fff url(/products/yoro/special/resource/img/icon_step_item02.svg) no-repeat bottom 8px center;
        background-size: calc(56/375*100vw) calc(56/375*100vw);
    }
    .icon_step_img03{
        background: #fff url(/products/yoro/special/resource/img/icon_step_item03.svg) no-repeat bottom 8px center;
        background-size: calc(56/375*100vw) calc(56/375*100vw);
    }

    .step_bottom{
        background: #fff;
        border-radius: calc(10/375*100vw);
        filter: drop-shadow(0px 0px 5px rgba(102,102,102,0.5));
        padding: calc(20/375*100vw) calc(10/375*100vw);
        margin: calc(36/375*100vw) auto 0;
    }
    .step_bottom_text{
        font-size: calc(18/375*100vw);
        font-weight: bold;
        margin-bottom: calc(20/375*100vw);
        line-height: 1.333333333;
    }
    .step_bottom .btn__item_wrap{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .step_bottom  .btn__item{
        margin-top: 0;
    }
    .step_bottom .btn__item_wrap .btn__item + .btn__item {
        margin-top: calc(20/375*100%);
    }

    .step_bottom .btn__link01{
        width: auto;
    }
}

/* ////////////////////////////////////////////////
# about
//////////////////////////////////////////////// */
@media all and (min-width: 768px), print {
    .about_h3_title{
        font-size: 36px;
        line-height: 1.5;
        text-align: center;
    }
    .about_h3_title span{
        font-size: 52px;
    }
    .strong_point_data{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 560px;
        margin: 0 auto;
        position: relative;
    }
    .strong_point_data_item{
        position: relative;
        text-align: center;
        width: calc(265/1000*100vw);
        height: calc(265/1000*100vw);
        max-width: 265px;
        max-height: 265px;
        background: #0099DB;
        border-radius: 999px;
        filter: drop-shadow(0px 0px 5px rgba(102,102,102,0.5));
    }
    .data_text_wrap{
        z-index: 1;
        color: #fff;
        display: block;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .data_text_wrap p{
        margin-bottom: 0;
    }
    .data_text_label{
        font-size: calc(28/1000*100vw);
        padding-bottom: calc(8/1000*100vw);
        font-weight: bold;
        line-height: 1.3;
    }
    .data_text{
        font-size: calc(28/1000*100vw);
        font-weight: bold;
        position: relative;
        width: fit-content;
        margin: 0 auto;
    }
    .strong_point_data_item:nth-of-type(2) .data_text::after{
        content: '＊1';
        font-size: 14px;
        font-size: calc(14/1000*100vw);
        line-height: 1.5;
        font-weight: 400;
        position: absolute;
        top: 10%;
        right: 0;
    }
    .strong_point_data_item:nth-of-type(3) .data_text::after{
        content: '＊2';
        font-size: 14px;
        font-size: calc(14/1000*100vw);
        line-height: 1.5;
        font-weight: 400;
        position: absolute;
        top: 10%;
        right: 0;
    }
    .strong_point_data_item:nth-of-type(4) .data_text::after{
        content: '＊3';
        font-size: 14px;
        font-size: calc(14/1000*100vw);
        line-height: 1.5;
        font-weight: 400;
        position: absolute;
        top: calc(-10/1000*100vw);
        right: calc(-15/1000*100vw);
    }
    .data_text_l{
        font-size: 58px;
        font-size: calc(58/1000*100vw);
        line-height: 1.379310345;
    }
    .data_text_sub{
        font-size: 22px;
        font-size: calc(22/1000*100vw);
        line-height: 1.4;
    }
    .strong_point_data_item:nth-of-type(1) + .strong_point_data_item:nth-of-type(2){
        margin-left: 30px;
    }
    .strong_point_data_item:nth-of-type(3) + .strong_point_data_item:nth-of-type(4){
        margin-left: 30px;
    }
    .strong_point_data_item:nth-of-type(3),.strong_point_data_item:nth-of-type(4){
        margin-top: 30px;
    }
    .strong_point_data_item:nth-of-type(4) .data_text_label{
        padding-bottom: 0;
    }

    /* voice */
    .voice_block{
        max-width: 800px;
        margin: 78px auto 0;
        display: block;
    }
    .voice_item{
        position: relative;
        background: #fff;
        padding: 72px 50px 40px;
        border-radius: 2px;
    }
    .voice_item + .voice_item{
        margin-top: 68px;
    }
    .voice_item_text{
        margin-bottom: 0;
    }
    .voice_item_text span{
        border-bottom: 1px solid #0099DB;
        display: block;
        line-height: 1.75;
        font-size: clamp(16px, 2vw, 20px);
        letter-spacing: -0.03em;
    }
    .voice_item:before{
        content: '';
        display: block;
        background: url(/products/yoro/special/resource/img/icon_voice01.png) no-repeat center center;
        background-size: cover;
        position: absolute;
        width: 130px;
        height: 130px;
        top: -65px;
        left: 35px;
    }
    .voice_item:nth-of-type(2)::before{
        content: '';
        display: block;
        background: url(/products/yoro/special/resource/img/icon_voice02.png) no-repeat center center;
        background-size: cover;
    }
    .voice_item:nth-of-type(3)::before{
        content: '';
        display: block;
        background: url(/products/yoro/special/resource/img/icon_voice03.png) no-repeat center center;
        background-size: cover;
    }
    .voice_item:nth-of-type(4)::before{
        content: '';
        display: block;
        background: url(/products/yoro/special/resource/img/icon_voice04.png) no-repeat center center;
        background-size: cover;
    }
    .voice_item::after{
        content: '';
        display: block;
        background: url(/products/yoro/special/resource/img/icon_voice01_text_pc.png) no-repeat center center;
        background-size: cover;
        position: absolute;
        width: 208px;
        height: 76px;
        top: -28px;
        right: -32px;
    }
    .voice_item:nth-of-type(2)::after{
        background: url(/products/yoro/special/resource/img/icon_voice02_text_pc.png) no-repeat center center;
        background-size: cover;
        width: 316px;
    }
    .voice_item:nth-of-type(3)::after{
        background: url(/products/yoro/special/resource/img/icon_voice03_text_pc.png) no-repeat center center;
        background-size: cover;
        width: 334px;
    }

    .voice_item:nth-of-type(4)::after{
        background: url(/products/yoro/special/resource/img/icon_voice04_text_pc.png) no-repeat center center;
        background-size: cover;
        width: 334px;
    }

    .list__annotation_kanji_and_number{
        max-width: 800px;
        margin: 20px auto 0;
    }
    .list__annotation_kanji_and_number li::before {
        content: "＊" counter(number);
        display: block;
        position: absolute;
        left: 0;
    }
    .list__annotation_kanji_and_number li + li{
        margin-top: 8px !important;
    }
}


@media all and (min-width: 1001px){
    .data_text_label{
        font-size: 28px;
        padding-bottom: 8px;
    }
    .data_text{
        font-size: 28px;
    }
    .strong_point_data_item:nth-of-type(2) .data_text::after{
        font-size: 14px;
    }
    .strong_point_data_item:nth-of-type(3) .data_text::after{
        font-size: 14px;
    }
    .strong_point_data_item:nth-of-type(4) .data_text::after{
        font-size: 14px;
        right: -15px;
    }
    .data_text_l{
        font-size: 58px;
    }
    .strong_point_data_item:nth-of-type(4) .data_text_l{
        line-height: .8;
    }
    .data_text_sub{
        font-size: 22px;
    }
}
@media all and (max-width: 1000px) and (min-width: 768px){
    .voice_block{
        padding: 0 20px;
    }
    .data_text_l{
        line-height: 1;
    }
}

@media all and (max-width: 767px){
    .about_h3_title{
        font-size: calc(24/375*100vw);
        line-height: 1.5;
        text-align: center;
        margin: calc(20/375*100vw) 0 calc(20/375*100vw);
    }
    .voice .about_h3_title{
        margin: calc(60/375*100vw) 0 calc(13/375*100vw);

    }
    .about_h3_title span{
        font-size: calc(32/375*100vw);
    }
    .strong_point_data{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 auto;
        position: relative;
        width: calc(339/375*100vw);
    }
    .strong_point_data_item{
        position: relative;
        text-align: center;
        width: calc(160/375*100vw);
        height: calc(160/375*100vw);
        background: #0099DB;
        border-radius: 999px;
        filter: drop-shadow(0px 0px 5px rgba(102,102,102,0.5));
        display: flex;
        justify-content: center;
    }
    .data_text_wrap{
        z-index: 1;
        color: #fff;
        display: block;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .data_text_wrap p{
        margin-bottom: 0;
    }
    .data_text_label{
        font-size: calc(18/375*100vw);
        padding-bottom: calc(0/375*100vw);
        font-weight: bold;
        line-height: 1.3;
    }
    .data_text{
        font-size: calc(22/375*100vw);
        font-weight: bold;
        position: relative;
        width: fit-content;
        margin: 0 auto;
    }
    .strong_point_data_item:nth-of-type(2) .data_text::after{
        content: '＊1';
        font-size: calc(12/375*100vw);
        line-height: 1.5;
        font-weight: 400;
        position: absolute;
        top: 10%;
        right: 0;
    }
    .strong_point_data_item:nth-of-type(3) .data_text::after{
        content: '＊2';
        font-size: calc(12/375*100vw);
        line-height: 1.5;
        font-weight: 400;
        position: absolute;
        top: 10%;
        right: 0;
    }
    .strong_point_data_item:nth-of-type(4) .data_text::after{
        content: '＊3';
        font-size: calc(12/375*100vw);
        line-height: 1.5;
        font-weight: 400;
        position: absolute;
        top: calc(-13/375*100vw);
        right: calc(-9/375*100vw);
    }
    .data_text_l{
        font-size: calc(35/375*100vw);
        line-height: 1.4;
    }
    .data_text_sub{
        font-size: calc(14/375*100vw);
        line-height: 1.5;
        letter-spacing: -0.03em;
    }
    
    .strong_point_data_item:nth-of-type(1) + .strong_point_data_item:nth-of-type(2){
        margin-left: calc(19/375*100vw);
    }
    .strong_point_data_item:nth-of-type(3) + .strong_point_data_item:nth-of-type(4){
        margin-left: calc(19/375*100vw);
    }
    .strong_point_data_item:nth-of-type(3),.strong_point_data_item:nth-of-type(4){
        margin-top: calc(19/375*100vw);
    }
    .strong_point_data_item:nth-of-type(4) .data_text_label{
        padding-bottom: 0;
    }
    .strong_point_data_item:nth-of-type(4) .data_text_l{
        line-height: .5;
    }

    /* voice */
    .voice_block{
        margin: calc(60/375*100vw) auto 0;
        display: block;
    }
    .voice_item{
        position: relative;
        background: #fff;
        padding: calc(50/375*100vw) calc(20/375*100vw) calc(20/375*100vw);
        border-radius: 2px;
        margin-right: calc(10/375*100vw);
    }
    .voice_item + .voice_item{
        margin-top: 68px;
    }
    .voice_item_text{
        margin-bottom: 0;
    }
    .voice_item_text span{
        border-bottom: 1px solid #0099DB;
        display: block;
        line-height: 1.5;
        font-size: calc(16/375*100vw);
        letter-spacing: -0.03em;
    }
    .voice_item:before{
        content: '';
        display: block;
        background: url(/products/yoro/special/resource/img/icon_voice01.png) no-repeat center center;
        background-size: cover;
        position: absolute;
        width: calc(100/375*100vw);
        height: calc(100/375*100vw);
        top: calc(-55/375*100vw);
        left: calc(0/375*100vw);
    }
    .voice_item:nth-of-type(2)::before{
        content: '';
        display: block;
        background: url(/products/yoro/special/resource/img/icon_voice02.png) no-repeat center center;
        background-size: cover;
    }
    .voice_item:nth-of-type(3)::before{
        content: '';
        display: block;
        background: url(/products/yoro/special/resource/img/icon_voice03.png) no-repeat center center;
        background-size: cover;
    }
    .voice_item:nth-of-type(4)::before{
        content: '';
        display: block;
        background: url(/products/yoro/special/resource/img/icon_voice04.png) no-repeat center center;
        background-size: cover;
    }
    .voice_item::after{
        content: '';
        display: block;
        background: url(/products/yoro/special/resource/img/icon_voice01_text_sp.png) no-repeat center center;
        background-size: cover;
        position: absolute;
        width: calc(164/375*100vw);
        height: calc(52/375*100vw);
        top: calc(-26/375*100vw);
        right: calc(-22/375*100vw);
    }
    .voice_item:nth-of-type(2)::after{
        background: url(/products/yoro/special/resource/img/icon_voice02_text_sp.png) no-repeat center center;
        background-size: cover;
        width: calc(248/375*100vw);
    }
    .voice_item:nth-of-type(3)::after{
        background: url(/products/yoro/special/resource/img/icon_voice03_text_sp.png) no-repeat center center;
        background-size: cover;
        width: calc(262/375*100vw);
        
    }

    .voice_item:nth-of-type(4)::after{
        background: url(/products/yoro/special/resource/img/icon_voice04_text_sp.png) no-repeat center center;
        background-size: cover;
        width: calc(262/375*100vw);
    }

    .list__annotation_kanji_and_number li{
        margin: calc(30/375*100vw) auto 0;
        font-size: calc(12/375*100vw);
        line-height: 1.5;
    }
    .list__annotation_kanji_and_number li::before {
        content: "＊" counter(number);
        display: block;
        position: absolute;
        left: 0;
    }
    .list__annotation_kanji_and_number li + li{
        margin-top: calc(10/375*100vw) !important;
    }
    
}


/* ////////////////////////////////////////////////
# bnrarea
//////////////////////////////////////////////// */
.bnrarea_list_img-03.animated {
    animation-delay: .9s !important;
}
.popin.animated {
    animation: poko .7s cubic-bezier(.175, .885, .32, 1.275) forwards;
    animation-delay: .2s;
    opacity: 0;
}
@keyframes poko {
    0% {
     opacity: 0;
     -webkit-transform: scale(.7);
     transform: scale(.7)
    }
    to {
     opacity: 1;
     -webkit-transform: scale(1);
     transform: scale(1)
    }
}
.bnrarea {
    background-color: #fff;
    margin: 85px auto 78px;
    max-width: 550px;
    width: 55%;
}
.bnrarea_tit {
    font-size: 20px;
    letter-spacing: .04em;
    line-height: 1.66;
    text-align: center;
}
.bnrarea_tit span {
    display: inline-block;
    position: relative;
}
.bnrarea_tit span:after, .bnrarea_tit span:before {
    bottom: 8px;
    content: "";
    display: block;
    height: 29px;
    position: absolute;
    width: 14px;
}
.bnrarea_tit span:before {
    background: url(/products/yoro/special/resource/img/bnrarea_border_left.png) 0 bottom no-repeat;
    background-size: contain;
    left: -34px;
}
.bnrarea_tit span:after {
    background: url(/products/yoro/special/resource/img/bnrarea_border_right.png) 0 bottom no-repeat;
    background-size: contain;
    right: -34px;
}
.bnrarea_list {
    margin: 22px auto;
    max-width: 482px;
}
.bnrarea li {
list-style: none;
}
.bnrarea img{
    width: 100%;
    display: block;
    transition: all .3s;
}
@media all and (max-width: 767px){
    .bnrarea {
        margin-bottom: 15.83vw;
        margin-top: 15.28vw;
        width: 90.28vw;
    }
    .bnrarea_tit {
        font-size: 3.89vw;
        line-height: 1.41;
    }
    .bnrarea_tit span:before {
        left: -5.56vw;
    }
    .bnrarea_tit span:after {
        right: -5.56vw;
    }
    .bnrarea_list {
        margin-top: 4.17vw;
    }
    
}

.doc__number {
    max-width: 800px;
    margin: 0 auto;
}