@charset "UTF-8";
.slideBtn_wrap {
    position: absolute;
    display: flex;
    bottom: 0;
    width: 100%;
    height: 70px;
}
.splide__slide img {
    max-width: 1000px;
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.splide__slide .slideBtn_wrap a {
    width: 50%;
}
.splide__pagination {
    margin-top: 20px;
    gap: 0 15px;
}
.splide__pagination li {
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
}
.splide__pagination__page {
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #C8C8C8;
}
.splide__pagination__page.is-active {
    background: #004D8A;
}
.link_wrap {
    padding: 60px 0 70px;
}
.link_in {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
}
.link_ttl {
    font-weight: 600;
    line-height: 1;
    font-size: 22px;
    letter-spacing: 0.03em;
    text-align: center;
    margin-bottom: 40px;
}
.linkCnt_wrap {
    margin-bottom: 38px;
}
.linkCnt_wrap:last-child {
    margin-bottom: 0;
}
.linkCnt_ttl {
    font-weight: 600;
    line-height: 1;
    font-size: 20px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #004d8a;
    margin-bottom: 20px;
}
.linkCnt_lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px 26px;
}
.linkCnt_lst .c-btn.is-ver2 {
    max-width: 230px;
    height: 54px;
}
.linkCnt_lst .c-btn.is-ver2 a {
    font-size: 18px;
}
.linkCnt_lst .c-btn.is-ver2 a:before {
    content: none;
}
.contents_cnt {
    background: #F5F7FA;
    padding: 114px 0 57px;
}
.contents_wrap {
    margin-top: 114px;
}
.contents_wrap:first-child {
    margin-top: 0;
}
.contents_ttl {
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
}
.contents_ttl span {
    padding-left: 60px;
    position: relative;
}
.contents_ttl span:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
#page01 .contents_ttl span:before {
    background: url(../svg/insurance01_2.svg) no-repeat center / 100% auto;
}
#page02 .contents_ttl span:before {
    background: url(../svg/insurance02_2.svg) no-repeat center / 100% auto;
}
#page03 .contents_ttl span:before {
    background: url(../svg/insurance03_2.svg) no-repeat center / 100% auto;
}
#page04 .contents_ttl span:before {
    background: url(../svg/insurance04_2.svg) no-repeat center / 100% auto;
}
#page05 .contents_ttl span:before {
    background: url(../svg/insurance06_2.svg) no-repeat center / auto 100%;
}
#page06 .contents_ttl span:before {
    background: url(../svg/insurance05_2.svg) no-repeat center / 100% auto;
}
#page07 .contents_ttl span:before {
    background: url(../svg/insurance17.svg) no-repeat center / 100% auto;
}
#page08 .contents_ttl span:before {
    background: url(../svg/insurance19.svg) no-repeat center / 100% auto;
}
#page09 .contents_ttl span:before {
    background: url(../svg/insurance07_2.svg) no-repeat center / auto 100%;
}
#page10 .contents_ttl span:before {
    background: url(../svg/insurance18.svg) no-repeat center / auto 100%;
}
.contents_box {
    background: #fff;
    border: 1px solid #004d8a;
}
.cntRead_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 50px 60px 46px;
}
.cntRead_box {
    width: -webkit-calc(100% - 260px);
    width: calc(100% - 260px);
    box-sizing: border-box;
    padding-right: 60px;
}
.cntRead_box.is-border {
    position: relative;
}
.cntRead_box.is-border:before {
    content: '';
    display: block;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    box-sizing: border-box;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #004d8a;
    z-index: 1;
}
.cntRead_pay {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    color: #004d8a;
}
.cntRead_pay .is-red {
    font-size: 32px;
    color: #C63529;
}
.cntRead_pay .is-st {
    font-size: 30px;
}
.cntRead_pay .is-kome {
    font-size: 12px;
    position: relative;
    top: -8px;
    right: -4px;
}
.cntRead_pay .is-size1 {
    padding-left: .3em;
}
.cntRead_lst {
    display: flex;
    gap: 0 28px;
    margin-top: 16px;
}
.cntRead_lst li {
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.03em;
    color: #004d8a;
    padding-left: 18px;
    position: relative;
}
.cntRead_lst li span {
    color: #C63529;
}
.cntRead_lst li:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 4px;
    background: #004d8a;
    border-radius: 50%;
    z-index: 1;
}
.cntRead_lst.is-ver2 {
    display: block;
}
.cntRead_lst.is-ver2 li {
    margin-top: 10px;
}
.cntRead_lst.is-ver3 {
    display: block;
    margin-top: -4px;
}
.cntRead_lst.is-ver3 li {
    font-weight: 300;
    color: #000;
    margin-top: 10px;
}
.cntRead_txt {
    margin-top: 14px;
}
.cntRead_txt:first-child {
    margin-top: 0;
}
.cntRead_txt.is-bold {
    font-weight: 600;
}
.cntRead_add {
    font-size: 12px;
    padding-left: 1.5em;
    position: relative;
    margin-top: 2px;
}
.cntRead_add span {
    position: absolute;
    left: 0;
    top: 0;
}
.cntRead_add.is-ver2 {
    margin-left: 18px;
    margin-top: 10px;
}
.cntRead_round {
    display: flex;
    gap: 0 15px;
    margin-top: 12px;
}
.cntRead_round li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 30px;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #0A643C;
}
.cntRead_round .txt {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
}
.cntRead_period {
    border-radius: 4px;
    background: #f5f7fa;
    padding: 20px 26px;
    margin-top: 16px;
}
.cntRead_period .txt {
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #004d8a;
}
.cntIcon_lst {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 0 32px;
}
.cntBtn_wrap {
    width: 100%;
    margin-top: 26px;
}
.cntBtn_ttl {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    margin-bottom: 18px;
}
.cntBtn_lst {
    display: flex;
    align-items: flex-end;
    gap: 0 40px;
}
.cntBtn_lst li {
    width: -webkit-calc((100% - 40px * 2) / 3);
    width: calc((100% - 40px * 2) / 3);
    box-sizing: border-box;
}
.cntBtn_mds {
    font-weight: 600;
    line-height: 1.2;
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
}
.cntBtn_mds.is-blue {
    color: #004d8a;
}
.cntBtn_mds.is-green {
    color: #0A643C;
}
.cntBtn_mds.is-center {
    text-align: center;
}
.cntBtn_wrap .c-btn {
    width: 100%;
}
.cntBnr_lst {
    display: flex;
    gap: 0 42px;
}
.cntBnr_lst.is-ver2 {
    margin-top: 30px;
}
.cntBnr_lst.is-ver2 .w_half {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cntBnr_lst.is-ver2 .w_half .c-btn {
    margin-top: 40px;
}
.cntBnr_mds {
    line-height: 1;
    letter-spacing: 0.03em;
    margin-bottom: 14px;
}
.cntReco_ttl {
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.03em;
    margin-bottom: 24px;
    text-align: center;
}
.cntReco_wrap {
    display: flex;
}
.cntReco_wrap.is-center {
    justify-content: center;
}
.cntReco_wrap .box {
    width: -webkit-calc(100% - 176px);
    width: calc(100% - 176px);
    box-sizing: border-box;
    padding-left: 44px;
}
.cntReco_wrap .bnr {
    text-align: center;
}
.cntReco_wrap .ttl {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 1.4;
}
.cntReco_wrap .txt {
    margin-top: 14px;
    line-height: 1.6;
}
.cntTgl_btn {
    width: 100%;
    height: 48px;
    background: #fff;
}
.cntTgl_btn a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #004D8A;
    position: relative;
}
.cntTgl_btn a:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_plus.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.cntTgl_btn.on a:before {
    background: url(../svg/icn_minus.svg) no-repeat center / 100% auto;
}
.cntTgl_wrap {
    display: none;
    padding: 40px 60px 44px;
}
.cntPay_img {
    text-align: center;
}
.cntPay_add {
    width: fit-content;
    margin: 0 auto;
    margin-top: 30px;
}
.cntPay_add li {
    font-size: 12px;
    padding-left: 1.5em;
    position: relative;
}
.cntPay_add span {
    position: absolute;
    left: 0;
    top: 0;
}
.discount_wrap {
    margin: 15px auto;
    max-width: 650px;
}
.discount-attn {
    position: relative;
    font-size: 12px;
    padding-left: 1.5em;
}
.discount-attn.is-ver2 {
    margin-top: 6px;
}
.discount-attn span {
    position: absolute;
    left: 0;
    top: 0;
}
.discount-txt {
    font-size: 12px;
    padding-left: 2em;
}
.cntPoint_wrap {
    margin-top: 40px;
}
.cntPoint_ttl {
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: center;
    color: #004d8a;
    margin-bottom: 30px;
    position: relative;
}
.cntPoint_ttl:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background: #004d8a;
    z-index: 1;
}
.cntPoint_ttl span {
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}
.cntPoint_lst {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
}
.cntPoint_lst.is-center {
    justify-content: center;
}
.cntPoint_lst li {
    width: -webkit-calc((100% - 40px * 2) / 3);
    width: calc((100% - 40px * 2) / 3);
}
.cntPoint_lst .box {
    border-radius: 4px;
    background: #f5f7fa;
    display: flex;
    align-items: center;
    height: 94px;
    padding: 0 30px;
}
.cntPoint_lst .icn {
    text-align: center
}
.cntPoint_lst .mds {
    box-sizing: border-box;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #004d8a;
    padding-left: 20px;
}
.cntPoint_lst li .mds.is-bd10 {
    padding-left: 10px;
}
.cntPoint_lst .txt {
    margin-top: 10px;
    line-height: 1.6;
}
.cntPoint_lst .txt span {
    font-size: 10px;
    position: relative;
    top: -4px;
}
.cntPoint_lst.is-ver2 .box {
    padding: 0;
    justify-content: center;
}
.cntPoint_lst.is-ver2 .mds {
    padding-left: 0;
    text-align: center;
}
.cntPoint_lst .mds .is-st {
    font-size: 14px;
}
.cntPoint_lst .mds .is-red {
    color: #C63529;
}
.cntAdd_wrap {
    width: 100%;
    margin-top: 40px;
}
.cntAdd_wrap li {
    font-size: 12px;
    padding-left: 2.5em;
    position: relative;
    margin-top: 4px;
}
.cntAdd_wrap li:first-child {
    margin-top: 0;
}
.cntAdd_wrap li span {
    position: absolute;
    left: 0;
    top: 0;
}
.cntInfo_txt {
    margin-top: 10px;
    font-size: 12px;
}
.cntInfo_txt.is-ver2 {
    margin-top: 30px;
}
.c-btn.is-st a {
    font-size: 14px;
}
.c-btn.is-st a:before {
    right: 13px;
}
.c-btn.is-pdf a:before {
    width: 14px;
    height: 14px;
    right: 13px;
    background: url(../svg/icn_pdf.svg) no-repeat center / 100% auto;
}
.floating_btn {
    /*
    pointer-events: none;
    opacity: 0;
    */
    position: fixed;
    top: 20%;
    right: 0;
    height: 356px;
    width: 60px;
    z-index: 9;
    background: #fff;
    border-radius: 4px 0 0 4px;
    transition: opacity .2s ease-out;
}
/*
.floating_btn.is-floating {
    pointer-events: auto;
    opacity: 1;
}
    */
.floating_btn a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #0A643C;
    border-radius: 4px 0 0 4px;
    position: relative;
    writing-mode: vertical-rl;
    text-orientation: upright;
}
.floating_btn a span {
    position: relative;
    padding: 48px 0 22px;
}
.floating_btn a span:before,
.floating_btn a span:after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    z-index: 1;
}
.floating_btn a span:before {
    margin-left: 2px;
    top: 0;
    width: 36px;
    height: 36px;
    background: url(../svg/insurance01_3.svg) no-repeat center / 100% auto;
}
.floating_btn a span:after {
    margin-left: 2px;
    bottom: 0;
    width: 14px;
    height: 14px;
    background: url(../svg/icn_arw_san_hw.svg) no-repeat center / 100% auto;
}
.cntInfo_wrap {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.companyInfo-txt {
    font-size: 12px;
}
.companyInfo-txt.is-lb {
    position: relative;
    padding-left: 100px;
}
.address {
    position: absolute;
    left: 0;
}
.companyInfo_wrap .companyInfo-txt:last-child {
    padding-left: 1em;
}
.note-txt {
    margin: 57px auto 0;
    max-width: 1000px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}
.note-txt .is-color {
    position: relative;
    color: #C63529;
    font-size: 14px;
    padding-left: 1.5em;
    display: inline-block;
}
.note-txt .is-color span {
    position: absolute;
    left: 0;
    top: 0;
}
@media screen and (min-width:896px) and (max-width:1080px) {
    .contents_cnt {
        padding: 114px 40px 57px;
    }
    .cntRead_wrap {
        padding: 30px 30px 36px;
    }
    .cntTgl_wrap {
        padding: 30px 30px 36px;
    }
    .cntRead_box.is-border {
        padding-bottom: 20px;
    }
    .cntRead_lst {
        display: block;
    }
    .cntRead_lst li {
        margin-top: 12px;
    }
    .cntRead_lst li:first-child {
        margin-top: 0;
    }
    .cntPay_img img {
        width: 100%;
        height: auto;
        max-width: 800px;
    }
    .cntPoint_lst .box {
        justify-content: center;
        padding: 0 10px;
    }
    .cntPoint_lst .mds {
        font-size: 15px;
        padding-left: 10px;
    }
    .cntBtn_mds {
        font-size: 13px;
    }
}
@media (min-width: 896px) {
    .slide_btn:hover {
        opacity: 0.8;
    } 
    .slideBtn_wrap + picture {
        pointer-events: none;
    }
    .slideBtn_wrap {
        pointer-events: auto;
    }
    picture img {
        transition: all 0.4s;
    }
    .slideBtn_wrap:hover + picture img {
        opacity: 0.8;
    }
    .cntTgl_btn a:hover {
        opacity: .8;
    }
    .bnr a:hover {
        opacity: .8;
    }
    .floating_btn a:hover {
        opacity: .8;
    }
}
@media only screen and (max-width: 896px) {
    .splide__slide a.slide_btn {
        display: inline-block;
    }
    .splide__slide .slideBtn_wrap .slide_btn {
        position: absolute;
        width: 150px;
        height: 60px;
        right: 0;
        bottom: 0;
    }
    .splide__slide img {
        max-width: 315px;
        border-radius: 5px;
    }
    .splide__pagination {
        margin-top: 15px;
        gap: 0 12px;
    }
    .splide__pagination li {
        width: 8px;
        height: 8px;
    }
    .mv_wrap .splide__slide picture,
    .mv_wrap .splide__slide img {
    pointer-events: none;
    }
    .link_wrap {
        padding: 30px 15px 38px;
    }
    .link_ttl {
        font-size: 17px;
        margin-bottom: 22px;
    }
    .linkCnt_wrap {
        margin-bottom: 25px;
    }
    .linkCnt_ttl {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .linkCnt_lst {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px 15px;
    }
    .linkCnt_lst .c-btn.is-ver2 {
        width: -webkit-calc((100% - 15px) / 2);
        width: calc((100% - 15px) / 2);
        height: 40px;
    }
    .linkCnt_lst .c-btn.is-ver2 a {
        font-size: 13px;
    }
    .contents_cnt {
        padding: 24px 15px 47px;
    }
    .contents_wrap {
        margin-top: 48px;
    }
    .contents_ttl {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 14px;
        font-feature-settings: "palt";
    }
    .contents_ttl span {
        display: inline-block;
        padding-left: 40px;
    }
    .contents_ttl span:before {
        width: 26px;
        height: 26px;
        top: -2px;
        transform: none;
    }
    .cntRead_wrap {
        display: block;
        padding: 18px 15px 32px;
    }
    .cntRead_img {
        margin-bottom: 16px;
    }
    .cntRead_img img {
        width: 100%;
        height: auto;
    }
    .cntRead_box {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
        position: relative;
    }
    .cntRead_box:before {
        content: '';
        display: block;
        width: 100%;
        box-sizing: border-box;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #004d8a;
        z-index: 1;
    }
    .cntRead_box.is-border {
        padding-bottom: 20px;
    }
    .cntRead_box.is-border:before {
        width: 100%;
    }
    .cntRead_box.is-noborder {
        padding: 0;
    }
    .cntRead_box.is-noborder:before {
        content: none;
    }
    .cntRead_pay {
        font-size: 16px;
    }
    .cntRead_pay .is-red {
        font-size: 32px;
    }
    .cntRead_pay .is-st {
        font-size: 18px;
    }
    .cntRead_pay .is-kome {
        font-size: 10px;
        top: -8px;
    }
    .cntRead_pay .is-size1 {
        font-size: 22px;
        padding-left: .3em;
    }
    .cntRead_lst {
        display: block;
        margin-top: 12px;
    }
    .cntRead_lst li {
        padding-left: 16px;
        margin-top: 6px;
    }
    .cntRead_lst li:before {
        width: 10px;
        height: 10px;
        top: 3px;
    }
    .cntRead_lst.is-ver2 li {
        margin-top: 8px;
    }
    .cntRead_lst.is-ver3 {
        display: block;
        margin-top: -2px;
    }
    .cntRead_lst.is-ver3 li {
        margin-top: 8px;
    }
    .cntRead_txt {
        font-size: 13px;
        margin-top: 12px;
    }
    .cntRead_add {
        font-size: 12px;
        margin-top: 10px;
    }
    .cntRead_add.is-ver2 {
        margin-left: 0;
        margin-top: 10px;
    }
    .cntRead_round {
        display: flex;
        gap: 0 15px;
        margin-top: 12px;
    }
    .cntRead_round li {
        gap: 0 12px;
        width: -webkit-calc((100% - 12px * 3) / 4);
        width: calc((100% - 12px * 3) / 4);
        height: 100%;
        aspect-ratio: 1 / 1;
    }
    .cntRead_round .txt {
        font-size: 12px;
        font-feature-settings: "palt";
    }
    .cntRead_period {
        border-radius: 2px;
        padding: 10px 10px;
        margin-top: 12px;
    }
    .cntRead_period .txt {
        font-size: 13px;
    }
    .cntIcon_lst {
        margin-top: 16px;
        gap: 0 20px;
    }
    .cntBtn_wrap {
        width: 100%;
        margin-top: 20px;
    }
    .cntBtn_ttl {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .cntBtn_lst {
        display: block;
    }
    .cntBtn_lst li {
        width: 100%;
        margin-top: 18px;
    }
    .cntBtn_lst li:first-child {
        margin-top: 0;
    }
    .cntBtn_mds {
        font-size: 13px;
        margin-bottom: 6px;
    }
    .cntBtn_mds.is-center {
        text-align: left;
    }
    .cntBtn_wrap .c-btn {
        width: 100%;
        max-width: 258px;
    }
    .cntBtn_wrap .c-btn a {
        font-size: 13px;
    }
    .cntBnr_lst {
        gap: 0;
        justify-content: space-between;
    }
    .cntBnr_lst.is-ver2 {
        margin-top: 16px;
        gap: 0 10px;
    }
    .bnr01 {
        width: 100%;
        max-width: 142px;
        height: auto;
    }
    .bnr02 {
        width: 100%;
        max-width: 138px;
        height: auto;
    }
    .bnr03 {
        width: 100%;
        max-width: 112px;
        height: auto;
    }
    .bnr04 {
        width: 100%;
        max-width: 160px;
        height: auto;
    }
    .bnr05 {
        width: 100%;
        max-width: 165px;
        height: auto;
    }
    .cntBnr_lst.is-ver2 .w_half .c-btn.is-ver2 a {
        max-width: 258px;
    }
    .cntBnr_mds {
        font-size: 12px;
        margin-bottom: 12px;
    }
    .cntReco_ttl {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .cntReco_wrap {
        display: block;
    }
    .cntReco_wrap .box {
        width: 100%;
        padding: 10px 0 0;
    }
    .cntReco_wrap .bnr {
        text-align: center;
    }
    .cntReco_wrap .ttl {
        font-size: 14px;
    }
    .cntReco_wrap .txt {
        font-size: 13px;
        margin-top: 8px;
    }
    .cntTgl_btn {
        height: 38px;
    }
    .cntTgl_btn a {
        font-size: 16px;
    }
    .cntTgl_btn a:before {
        width: 24px;
        height: 24px;
        right: 12px;
    }
    .cntTgl_wrap {
        padding: 30px 15px 32px;
    }
    .cntPay_img img {
        width: 100%;
        height: auto;
        max-width: 305px;
    }
    .cntPay_add {
        width: auto;
        margin: 0;
        margin-top: 36px;
    }
    .cntPay_add li {
        font-size: 12px;
        margin-top: 10px;
    }
    .cntPay_add li:first-child {
        margin-top: 0;
    }
    .discount_wrap {
        max-width: none;
    }
    .cntPoint_wrap {
        margin-top: 30px;
    }
    .cntPoint_ttl {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .cntPoint_ttl span {
        padding: 0 12px;
    }
    .cntPoint_lst {
        display: block;
    }
    .cntPoint_lst li {
        width: 100%;
        margin-top: 18px;
    }
    .cntPoint_lst li:first-child {
        margin-top: 0;
    }
    .cntPoint_lst .box {
        border-radius: 2px;
        height: 48px;
        padding: 0 12px;
    }
    .icn01 {
        width: 28px;
        height: auto;
    }
    .icn02 {
        width: 34px;
        height: auto;
    }
    .icn03 {
        width: 28px;
        height: auto;
    }
    .icn04 {
        width: 38px;
        height: auto;
    }
    .icn05 {
        width: 28px;
        height: auto;
    }
    .icn06 {
        width: 28px;
        height: auto;
    }
    .icn07 {
        width: 40px;
        height: auto;
    }
    .icn08 {
        width: 58px;
        height: auto;
    }
    .cntPoint_lst .mds {
        font-size: 16px;
        padding-left: 14px;
    }
    .cntPoint_lst li .mds.is-bd10 {
        padding-left: 10px;
    }
    .cntPoint_lst .txt {
        font-size: 13px;
        margin-top: 10px;
    }
    .cntPoint_lst .txt span {
        font-size: 10px;
        top: -2px;
    }
    .cntPoint_lst.is-ver2 .box {
        height: 70px;
    }
    .cntPoint_lst .mds .is-st {
        font-size: 12px;
    }
    .cntAdd_wrap {
        width: 100%;
        margin-top: 45px;
    }
    .cntAdd_wrap.is-ver2 {
        margin-top: 20px;
    }
    .cntAdd_wrap li {
        font-size: 12px;
        padding-left: 2.5em;
        position: relative;
        margin-top: 6px;
    }
    .cntAdd_wrap li span {
        position: absolute;
        left: 0;
        top: 0;
    }
    .cntInfo_txt {
        margin-top: 8px;
        font-size: 12px;
    }
    .cntInfo_txt.is-ver2 {
        margin-top: 20px;
    }
    .c-btn.is-st a {
        font-size: 14px;
    }
    .c-btn.is-st a:before {
        right: 13px;
    }
    .c-btn.is-pdf a:before {
        width: 14px;
        height: 14px;
        right: 13px;
        background: url(../svg/icn_pdf.svg) no-repeat center / 100% auto;
    }
    .floating_btn {
        top: 16%;
        height: 264px;
        width: 44px;
        border-radius: 2px 0 0 2px;
    }
    .floating_btn a {
        font-size: 12px;
        border-radius: 2px 0 0 2px;
    }
    .floating_btn a span {
        padding: 34px 0 20px;
    }
    .floating_btn a span:before {
        width: 26px;
        height: 26px;
    }
    .floating_btn a span:after {
        width: 10px;
        height: 10px;
    }
    .note-txt {
        margin: 47px auto 0;
        text-align: left;
        font-size: 14px;
    }
    .note-txt .is-color {
        font-size: 12px;
        display: block;
        margin-top: 5px;
    }
}
@media only screen and (max-width: 640px) {
    .cntInfo_wrap {
        display: block;
    }
    .companyInfo_wrap {
        margin-top: 15px;
    }
}
@media only screen and (max-width: 500px) {
    .cntBnr_lst.is-ver2 {
        display: block;
    }
    .cntBnr_lst.is-ver2 .w_half {
        width: 100%;
    }
    .cntBnr_lst.is-ver2 .w_half:last-child {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 430px) {
    .discount-txt .is-br {
        display: block;
        padding-left: 75px;
    }
}
