@charset "UTF-8";
.cntnu_wrap {
    padding: 75px 0 27px;
    background: #FFFFFF;
    box-sizing: border-box;
}
.cntnu_ttl {
    margin-bottom: 20px;
}
.cntnu_ttl .ttl {
    font-size: 28px;
    line-height: 1.6429;
    position: relative;
}
.cntnu_ttl .ttl::before,
.cntnu_ttl .ttl::after {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    top: 4px;
    z-index: 9;
}
.cntnu_ttl .ttl::before {
    background: url(../svg/ttldeco01_l.svg) no-repeat center / 100% auto;
    left: 50%;
    margin-left: -392px;
}
.cntnu_ttl .ttl::after {
    background: url(../svg/ttldeco01_r.svg) no-repeat center / 100% auto;
    right: 50%;
    margin-right: -392px;
}
.cntnu_lst {
    display: flex;
    justify-content: space-between;
    margin-bottom: 21px;
}
.cntnu_lstitem {
    background: #FFF5D3;
    border-radius: 8px;
    padding: 26px 0 84px;
    position: relative;
}
.cntnu_lstitem .lst_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 5.3334em;
}
.cntnu_lstitem .lst_txt .txt {
    font-weight: bold;
    color: #003A8F;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 18px;
    line-height: 1.7778;
}
.cntnu_lstitem .lst_txt .txt .is-red {
    color: #C81233;
}
.cntnu_lstitem .lst_txt .ano {
    font-size: 0.5em;
}
.cntnu_lstitem::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 9;
}
.cntnu_lstitem.ver1::after {
    background: url(../svg/img02.svg) no-repeat center / 100% auto;
    width: 82px;
    height: 82px;
    margin-left: -41px;
}
.cntnu_lstitem.ver2::after {
    background: url(../svg/img03.svg) no-repeat center / 100% auto;
    width: 116px;
    height: 82px;
    margin-left: -58px;
}
.cntnu_lstitem.ver3::after {
    background: url(../svg/img04.svg) no-repeat center / 100% auto;
    width: 120px;
    height: 54px;
    bottom: 19px;
    margin-left: -69px;
}
.cntnu_txt {
    font-size: 16px;
    line-height: 1.375;
    color: #003A8F;
}
.appcbl_wrap {
    background: #E5EFFA;
    padding: 32px 0 25px;
    box-sizing: border-box;
}
.appcbl_ttl {
    margin-bottom: 27px;
}
.appcbl_ttl .ttl {
    font-size: 26px;
    line-height: 1.7692;
}
.appcblDtl_wrap {
    display: flex;
    gap: 30px;
    margin-bottom: 32px;
}
.appcblDtl_in {
    background: #FFFFFF;
    border-radius: 4px;
    box-sizing: border-box;
}
.appcblDtl_in.is-life {
    padding: 34px 60px 32px;
}
.appcblDtl_in.is-car,
.appcblDtl_in.is-fire {
    padding: 26px 32px 29px;
}
.appcblDtl_cat .cat {
    font-weight: bold;
    text-align: center;
    color: #003A8F;
    letter-spacing: 0.05em;
    font-size: 28px;
    line-height: 1.35714;
    border-bottom: 2px solid #003A8F;
    box-sizing: border-box;
    padding-bottom: 24px;
}
.appcblDtl_cat .cat > span {
    position: relative;
    box-sizing: border-box;
}
.is-life .appcblDtl_cat .cat > span {
    padding-left: 93px;
}
.is-car .appcblDtl_cat .cat > span {
    padding-left: 72px;
}
.is-fire .appcblDtl_cat .cat > span {
    padding-left: 65px;
}
.appcblDtl_cat .cat > span::before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 9;
}
.is-life .appcblDtl_cat .cat > span::before {
    width: 64px;
    height: 52px;
    background: url(../svg/icn_hospitalization.svg) no-repeat center / 100% auto;
    top: 50%;
    margin-top: -26px;
}
.is-car .appcblDtl_cat .cat > span::before {
    width: 55px;
    height: 34px;
    background: url(../svg/icn_car.svg) no-repeat center / 100% auto;
    bottom: 0;
}
.is-fire .appcblDtl_cat .cat > span::before {
    width: 47px;
    height: 35px;
    background: url(../svg/icn_home.svg) no-repeat center / 100% auto;
    top: 50%;
    margin-top: -17px;
}
.rate-label {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    border-radius: 24px;
    width: 130px;
    height: 47px;
    color: #FFFFFF;
    background: #003A8F;
    letter-spacing: 0.1em;
    font-size: 22px;
}
.rate-label.ver2 {
    border-radius: 19px;
    width: 103px;
    height: 37px;
    color: #003A8F;
    background: #E5EFFA;
    letter-spacing: 0.05em;
    font-size: 18px;
}
.read_rate {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 19px;
    margin-bottom: 21px;
}
.read_rate .num,
.rate_wrap .num {
    font-weight: bold;
    color: #C81233;
    letter-spacing: 0.05em;
}
.read_rate .num {
    font-size: 20px;
    line-height: 1.31667;
}
.read_rate .num .fs-l {
    font-size: 60px;
    vertical-align: middle;
    padding-left: 8px;
    box-sizing: border-box;
}
.num .fs-s.ano {
    font-size: 12px;
    vertical-align: top;
    padding: 0.75em 0 0 4px;
    box-sizing: border-box;
    display: inline-block;
}
.rate_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
}
.exmpl_wrap > .cat {
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #E5EFFA;
    color: #003A8F;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 20px;
    margin-bottom: 26px;
}
.calc_wrap {
    display: flex;
    justify-content: left;
    gap: 0 59px;
    padding-left: 5px;
    box-sizing: border-box;
    margin-bottom: 36px;
}
.calc_formula {
    display: flex;
    justify-content: left;
    gap: 0 80px;
}
.calc_num .label {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    border-radius: 18px;
    width: 144px;
    height: 35px;
    background: #FFFFFF;
    color: #003A8F;
    border: 2px solid #003A8F;
    letter-spacing: 0.05em;
    font-size: 16px;
    margin: 0 auto;
}
.calc_num .num {
    text-align: center;
    font-weight: bold;
    color: #003A8F;
    font-size: 28px;
    line-height: 1.3571;
    margin-top: 12px;
}
.calc_num.ver3 .num {
    font-size: 32px;
    line-height: 1.34375;
    color: #C81233;
    margin-top: 9px;
}
.calc_num.ver1 {
    position: relative;
}
.calc_num.ver1::before {
    content: "";
    width: 36px;
    height: 18px;
    background: url(../svg/arrow_right_bl.svg) no-repeat center / 100% auto;
    position: absolute;
    top: 50%;
    right: -61px;
    margin-top: -9px;
    z-index: 9;
}
.calc_num.ver3 {
    position: relative;
}
.calc_num.ver3::before,
.calc_num.ver3::after {
    content: "";
    position: absolute;
    z-index: 9;
}
.calc_num.ver3::before {
    width: 16px;
    height: 10px;
    background: url(../svg/icn_equal.svg) no-repeat center / 100% auto;
    left: -35px;
    top: 37px;
}
.calc_num.ver3::after {
    width: 86px;
    height: 77px;
    background: url(../svg/otoku.svg) no-repeat center / 100% auto;
    position: absolute;
    top: -14px;
    right: -100px;
}
.cndtn_txt {
    text-align: center;
}
.cndtn_txt .cat {
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #003A8F;
    line-height: 1.3;
    margin-bottom: 7px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-right: 31px;
}
.cndtn_txt .cat::after {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../svg/icn_arrow_t.svg) no-repeat center / 100% auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(1, -1);
}
.cndtn_txt .cat.active::after {
    transform: translateY(-50%) scale(1, 1);
}
.cndtn_txt .cat > span {
    position: relative;
}
.cndtn_txt .txt {
    font-size: 14px;
    line-height: 1.7143;
    padding: 0 15px;
    box-sizing: border-box;
    display: none;
    text-align: left;
}
.cndtn_txt .txt .txt-lnk {
    font-weight: bold;
    color: #003A8F;
    text-decoration: underline;
}
.rate_wrap .num {
    font-size: 45px;
    line-height: 1.3333;
}
.appcbl_lnk {
    text-align: center;
}
.appcbl_lnk a {
    position: relative;
    padding-right: 26px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.3;
    display: inline-block;
    color: #003A8F;
}
.appcbl_lnk a::before {
    content: "";
    width: 19px;
    height: 19px;
    background: url(../svg/icn_arrow_r.svg) no-repeat center / 100% auto;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -9px;
    transition: transform 0.2s;
}
.ano_wrap {
    background: #FFFFFF;
    padding: 34px 0 32px;
    box-sizing: border-box;
}
.ano-txt {
    font-size: 14px;
    line-height: 1.4286;
    box-sizing: border-box;
    position: relative;
    padding-left: 2em;
}
.ano-txt .icn {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.ano-txt:not(:last-child) {
    margin-bottom: 7px;
}
.footer_in {
    background: #F2F2F2;
    padding: 40px 0 51px;
    box-sizing: border-box;
}
.f-txt {
    font-size: 16px;
    line-height: 1.5;
}
.f-txt:not(:last-child) {
    margin-bottom: 22px;
}
.fbtn_wrap {
    background: #003A8F;
    padding: 20px 0;
    box-sizing: border-box;
}
.f-btn {
    width: 430px;
    height: 60px;
    margin: 0 auto;
    background: #FFFFFF;
}
.f-btn a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 19px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    color: #211815;
    background: #FFC764;
    position: relative;
}
.f-btn a::before {
    content: "";
    width: 10px;
    height: 14px;
    background: url(../svg/arrow_r_bk.svg) no-repeat center / 100% auto;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -7px;
    z-index: 9;
}
.copy-txt {
    background: #FFFFFF;
    padding: 12px 0 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 10px;
    line-height: 1.2;
}
@media screen and (min-width: 897px) {
    .header_in,
    .cntnu_in,
    .appcbl_in,
    .ano_in,
    .footer_ct {
        margin: 0 auto;
        width: calc(100% - 80px);
    }
    .cntnu_in {
        max-width: 860px;
    }
    .appcbl_in {
        max-width: 800px;
    }
    .ano_in,
    .footer_ct {
        max-width: 900px;
    }
    .cntnu_lst {
        display: flex;
        justify-content: space-between;
    }
    .cntnu_lstitem {
        width: calc((100% - 76px) / 3);
    }
    .appcblDtl_in.is-life {
        width: 100%;
    }
    .appcblDtl_in.is-car,
    .appcblDtl_in.is-fire {
        width: calc((100% - 30px) / 2);
    }
    .is-life .appcblDtl_cat {
        padding: 0 15px;
        box-sizing: border-box;
    }
    .is-life .appcblDtl_cat .cat {
        margin-bottom: 25px;
    }
    .is-car .appcblDtl_cat .cat,
    .is-fire .appcblDtl_cat .cat {
        margin-bottom: 18px;
    }
    .read_rate .num .fs-s.ano {
        font-size: 14px;
        padding-left: 8px;
    }
    .cndtn_txt .txt .txt-lnk:hover {
        text-decoration: none;
    }
    .appcbl_lnk a:hover::before {
        transform: translateX(4px);
    }
    .appcbl_lnk a:hover > span::after,
    .cndtn_txt .cat:hover > span::after {
        transform: scale(1, 1);
    }
    .appcbl_lnk a > span {
        position: relative;
    }
    .appcbl_lnk a > span::after,
    .cndtn_txt .cat > span::after {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: -1px;
        left: 0;
        background: #003A8F;
        transform: scale(0, 1);
        transition: transform 0.3s;
        transform-origin: left top;
    }
    .f-btn a:hover {
        opacity: .8;
    }
    .appcblDtl_wrap {
        justify-content: space-between;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 896px) {
    .cntnu_wrap {
        padding: 43px 15px 29px;
    }
    .cntnu_ttl {
        margin-bottom: 13px;
    }
    .cntnu_ttl .ttl {
        font-size: 16px;
        line-height: 1.875;
    }
    .cntnu_ttl .ttl::after {
        width: 19px;
        height: 19px;
        top: -25px;
        background: url(../svg/ttldeco01_sp.svg) no-repeat center / 100% auto;
        margin-right: -172px;
    }
    .cntnu_ttl .ttl::before {
        display: none;
    }
    .cntnu_lst {
        justify-content: left;
        flex-direction: column;
        gap: 15px 0;
        margin-bottom: 13px;
    }
    .cntnu_lstitem {
        border-radius: 4px;
        overflow: hidden;
        padding: 13px 50px 14px 18px;
    }
    .cntnu_lstitem .lst_txt {
        min-height: 3.5384em;
        justify-content: left;
    }
    .cntnu_lstitem .lst_txt .txt {
        font-size: 13px;
        line-height: 1.7692;
        text-align: left;
    }
    .cntnu_lstitem::after {
        left: auto;
    }
    .cntnu_lstitem.ver1::after {
        background: url(../svg/img02.svg) no-repeat center bottom / 100% auto;
        width: 53px;
        height: 53px;
        right: 5px;
        margin-left: 0;
    }
    .cntnu_lstitem.ver2::after {
        background: url(../svg/img03_sp.svg) no-repeat center bottom / 100% auto;
        width: 57px;
        height: 56px;
        right: 2px;
        margin-left: 0;
    }
    .cntnu_lstitem.ver3::after {
        background: url(../svg/img04_sp.svg) no-repeat center / 100% auto;
        width: 59px;
        height: 39px;
        right: 12px;
        bottom: 17px;
        margin-left: 0;
    }
    .cntnu_txt {
        font-size: 13px;
        line-height: 1.5387;
    }
    .appcbl_wrap {
        padding: 21px 15px 30px;
    }
    .appcbl_ttl {
        margin-bottom: 16px;
    }
    .appcbl_ttl .ttl {
        font-size: 16px;
        line-height: 1.875;
    }
    .appcblDtl_wrap {
        flex-direction: column;
        gap: 24px 0;
        margin-bottom: 24px;
    }
    .appcblDtl_in {
        border-radius: 2px;
    }
    .appcblDtl_in.is-life {
        padding: 23px 12px 25px;
    }
    .appcblDtl_in.is-car,
    .appcblDtl_in.is-fire {
        padding: 23px 12px 19px;
    }
    .appcblDtl_cat .cat {
        font-size: 22px;
        line-height: 1.341;
        border-bottom: 2px solid #003A8F;
        padding-bottom: 21px;
        margin-bottom: 11px;
    }
    .is-car .appcblDtl_cat,
    .is-life .appcblDtl_cat {
        margin-bottom: 15px;
    }
    .is-life .appcblDtl_cat .cat > span {
        padding-left: 67px;
    }
    .is-car .appcblDtl_cat .cat > span {
        padding-left: 69px;
    }
    .is-fire .appcblDtl_cat .cat > span {
        padding-left: 51px;
    }
    .is-life .appcblDtl_cat .cat > span::before {
        width: 46px;
        height: 38px;
        margin-top: -19px;
    }
    .is-car .appcblDtl_cat .cat > span::before {
        width: 49px;
        height: 30px;
        bottom: 0;
    }
    .is-fire .appcblDtl_cat .cat > span::before {
        width: 39px;
        height: 30px;
        margin-top: -15px;
    }
    .rate-label {
        border-radius: 17px;
        width: 84px;
        height: 33px;
        font-size: 15px;
    }
    .rate-label.ver2 {
        border-radius: 17px;
        width: 91px;
        height: 33px;
        letter-spacing: 0.1em;
        font-size: 15px;
    }
    .read_rate {
        gap: 0 10px;
        margin-bottom: 16px;
    }
    .read_rate .num {
        font-size: 13px;
        line-height: 1.32927;
    }
    .read_rate .num .fs-l {
        font-size: 41px;
        padding-left: 7px;
    }
    .num .fs-s.ano {
        font-size: 10px;
        padding: 0.75em 0 0 0;
    }
    .rate_wrap {
        gap: 0 16px;
    }
    .exmpl_wrap > .cat {
        width: calc(100% - 16px);
        height: 29px;
        border-radius: 2px;
        font-size: 15px;
        margin: 0 auto 16px;
    }
    .calc_wrap {
        justify-content: center;
        flex-wrap: wrap;
        gap: 21px 0;
        padding-left: 0;
        margin-bottom: 17px;
    }
    .calc_formula {
        justify-content: center;
        gap: 0 55px;
        width: 100%;
    }
    .calc_num .label {
        border-radius: 15px;
        width: 125px;
        height: 30px;
        border: 1px solid #003A8F;
        font-size: 13px;
    }
    .calc_num .num {
        font-size: 24px;
        line-height: 1.3333;
        margin-top: 10px;
    }
    .calc_num.ver3 .num {
        font-size: 30px;
        line-height: 1.31667;
        margin-top: 2px;
    }
    .calc_num.ver1::before {
        width: 31px;
        height: 16px;
        right: -43px;
        margin-top: -8px;
    }
    .calc_num.ver3::before {
        width: 18px;
        height: 11px;
        background: url(../svg/icn_equal.svg) no-repeat center / 100% auto;
        left: -31px;
        top: 28px;
    }
    .calc_num.ver3::after {
        width: 81px;
        height: 73px;
        top: -12px;
        right: -88px;
    }
    .cndtn_txt {
        padding: 19px 16px 0;
        box-sizing: border-box;
        position: relative;
    }
    .cndtn_txt::before {
        content: "";
        width: calc(100% - 32px);
        height: 2px;
        background: #003A8F;
        position: absolute;
        top: 0;
        left: 16px;
        z-index: 9;
    }
    .cndtn_txt .cat {
        font-size: 13px;
        line-height: 1.34615;
        margin-bottom: 7px;
        padding-right: 25px;
    }
    .cndtn_txt .cat::after {
        width: 15px;
        height: 15px;
        margin-top: -1px;
    }
    .cndtn_txt .txt {
        font-size: 12px;
        line-height: 1.41667;
        padding: 0;
    }
    .rate_wrap .num {
        font-size: 41px;
        line-height: 1.32927;
    }
    .appcbl_lnk a {
        padding-right: 23px;
        font-size: 16px;
        line-height: 1.34375;
    }
    .appcbl_lnk a::before {
        width: 16px;
        height: 16px;
        margin-top: -8px;
    }
    .ano_wrap {
        padding: 19px 15px 20px;
    }
    .ano-txt {
        font-size: 12px;
        line-height: 1.3333;
    }
    .ano-txt:not(:last-child) {
        margin-bottom: 6px;
    }
    .footer_in {
        padding: 23px 15px 22px;
    }
    .f-txt {
        font-size: 12px;
        line-height: 1.3333;
    }
    .f-txt:not(:last-child) {
        margin-bottom: 18px;
    }
    .fbtn_wrap {
        padding: 23px 15px;
    }
    .f-btn {
        max-width: 345px;
        width: 100%;
        height: 59px;
        margin: 0 auto;
    }
    .f-btn a {
        padding-right: 10px;
        font-size: 17px;
    }
    .f-btn a::before {
        width: 11px;
        height: 18px;
        background: url(../svg/arrow_r_bk_sp.svg) no-repeat center / 100% auto;
        right: 14px;
        margin-top: -9px;
    }
    .copy-txt {
        padding: 12px 0 13px;
        font-size: 10px;
        line-height: 1.25;
    }
}
@media screen and (max-width: 374px) {
    .cntnu_wrap {
        padding: 11.467vw 4vw 7.733vw;
    }
    .cntnu_ttl {
        margin-bottom: 3.467vw;
    }
    .cntnu_ttl .ttl {
        font-size: 4.267vw;
        line-height: 1.875;
    }
    .cntnu_ttl .ttl::after {
        width: 5.067vw;
        height: 5.067vw;
        top: -6.667vw;
        margin-right: -45.867vw;
    }
    .cntnu_lst {
        gap: 4vw 0;
        margin-bottom: 3.467vw;
    }
    .cntnu_lstitem {
        border-radius: 1.067vw;
        padding: 3.467vw 13.333vw 3.733vw 4.8vw;
    }
    .cntnu_lstitem .lst_txt {
        min-height: 3.5384em;
    }
    .cntnu_lstitem .lst_txt .txt {
        font-size: 3.467vw;
        line-height: 1.7692;
    }
    .cntnu_lstitem::after {
        left: auto;
    }
    .cntnu_lstitem.ver1::after {
        width: 14.133vw;
        height: 14.133vw;
        right: 1.333vw;
    }
    .cntnu_lstitem.ver2::after {
        width: 15.2vw;
        height: 14.933vw;
        right: 0.533vw;
    }
    .cntnu_lstitem.ver3::after {
        width: 15.733vw;
        height: 10.4vw;
        right: 3.2vw;
        bottom: 4.533vw;
    }
    .cntnu_txt {
        font-size: 3.467vw;
    }
    .appcbl_wrap {
        padding: 5.6vw 4vw 8vw;
    }
    .appcbl_ttl {
        margin-bottom: 4.267vw;
    }
    .appcbl_ttl .ttl {
        font-size: 4.267vw;
    }
    .appcblDtl_wrap {
        gap: 6.4vw 0;
        margin-bottom: 6.4vw;
    }
    .appcblDtl_in {
        border-radius: 0.533vw;
    }
    .appcblDtl_in.is-life {
        padding: 6.133vw 3.2vw 6.667vw;
    }
    .appcblDtl_in.is-car,
    .appcblDtl_in.is-fire {
        padding: 6.133vw 3.2vw 5.067vw;
    }
    .appcblDtl_cat .cat {
        font-size: 5.867vw;
        border-bottom: 0.533vw solid #003A8F;
        padding-bottom: 5.6vw;
        margin-bottom: 2.933vw;
    }
    .is-car .appcblDtl_cat,
    .is-life .appcblDtl_cat {
        margin-bottom: 4vw;
    }
    .is-life .appcblDtl_cat .cat > span {
        padding-left: 17.867vw;
    }
    .is-car .appcblDtl_cat .cat > span {
        padding-left: 18.4vw;
    }
    .is-fire .appcblDtl_cat .cat > span {
        padding-left: 13.6vw;
    }
    .is-life .appcblDtl_cat .cat > span::before {
        width: 12.267vw;
        height: 10.133vw;
        margin-top: -5.067vw;
    }
    .is-car .appcblDtl_cat .cat > span::before {
        width: 13.067vw;
        height: 8vw;
    }
    .is-fire .appcblDtl_cat .cat > span::before {
        width: 10.4vw;
        height: 8vw;
        margin-top: -4vw;
    }
    .rate-label {
        border-radius: 4.533vw;
        width: 22.4vw;
        height: 8.8vw;
        font-size: 4vw;
    }
    .rate-label.ver2 {
        border-radius: 4.533vw;
        width: 24.267vw;
        height: 8.8vw;
        font-size: 4vw;
    }
    .read_rate {
        gap: 0 2.667vw;
        margin-bottom: 4.267vw;
    }
    .read_rate .num {
        font-size: 3.467vw;
    }
    .read_rate .num .fs-l {
        font-size: 10.933vw;
        padding-left: 1.867vw;
    }
    .num .fs-s.ano {
        font-size: 2.667vw;
        padding: 0.75em 0 0 0;
    }
    .rate_wrap {
        gap: 0 4.267vw;
    }
    .exmpl_wrap > .cat {
        width: calc(100% - 4.267vw);
        height: 7.733vw;
        border-radius: 0.533vw;
        font-size: 4vw;
        margin: 0 auto 4.267vw;
    }
    .calc_wrap {
        justify-content: center;
        flex-wrap: wrap;
        gap: 5.6vw 0;
        padding-left: 0;
        margin-bottom: 4.533vw;
    }
    .calc_formula {
        gap: 0 14.667vw;
    }
    .calc_num .label {
        border-radius: 4vw;
        width: 33.333vw;
        height: 8vw;
        border: 0.267vw solid #003A8F;
        font-size: 3.467vw;
    }
    .calc_num .num {
        font-size: 6.4vw;
        line-height: 1.3333;
        margin-top: 2.667vw;
    }
    .calc_num.ver3 .num {
        font-size: 8vw;
        line-height: 1.31667;
        margin-top: 0.533vw;
    }
    .calc_num.ver1::before {
        width: 8.267vw;
        height: 4.267vw;
        right: -11.467vw;
        margin-top: -2.133vw;
    }
    .calc_num.ver3::before {
        width: 4.8vw;
        height: 2.933vw;
        background: url(../svg/icn_equal.svg) no-repeat center / 100% auto;
        left: -8.267vw;
        top: 7.467vw;
    }
    .calc_num.ver3::after {
        width: 21.6vw;
        height: 19.467vw;
        top: -3.2vw;
        right: -23.467vw;
    }
    .cndtn_txt {
        padding: 5.067vw 4.267vw 0;
    }
    .cndtn_txt::before {
        width: calc(100% - 8.533vw);
        height: 0.533vw;
        left: 4.267vw;
    }
    .cndtn_txt .cat {
        font-size: 3.467vw;
        line-height: 1.34615;
        margin-bottom: 1.867vw;
        padding-right: 6.667vw;
    }
    .cndtn_txt .cat::after {
        width: 4vw;
        height: 4vw;
        margin-top: -0.267vw;
    }
    .cndtn_txt .txt {
        font-size: 3.2vw;
        line-height: 1.41667;
    }
    .rate_wrap .num {
        font-size: 10.933vw;
    }
    .appcbl_lnk a {
        padding-right: 6.133vw;
        font-size: 4.267vw;
    }
    .appcbl_lnk a::before {
        width: 4.267vw;
        height: 4.267vw;
        margin-top: -2.133vw;
    }
    .ano_wrap {
        padding: 5.067vw 4vw 5.333vw;
    }
    .ano-txt {
        font-size: 3.2vw;
    }
    .ano-txt:not(:last-child) {
        margin-bottom: 1.6vw;
    }
    .footer_in {
        padding: 6.133vw 4vw 5.867vw;
    }
    .f-txt {
        font-size: 3.2vw;
    }
    .f-txt:not(:last-child) {
        margin-bottom: 4.8vw;
    }
    .fbtn_wrap {
        padding: 6.133vw 4vw;
    }
    .f-btn {
        max-width: 92vw;
        height: 15.733vw;
    }
    .f-btn a {
        padding-right: 2.667vw;
        font-size: 4.533vw;
    }
    .f-btn a::before {
        width: 2.933vw;
        height: 4.8vw;
        right: 3.733vw;
        margin-top: -2.4vw;
    }
    .copy-txt {
        padding: 3.2vw 0 3.467vw;
        font-size: 2.667vw;
    }
}