@charset "utf-8";

.cardContainer {
    position: relative;
    overflow: hidden;
}
.bg_donut_area::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -6.25%;
    width: 400px;
    height: 400px;
    background: url('/common_2022/images/bg/img_donut_ill_05.png') no-repeat right top;
    background-size: 100%;
    z-index: -1;
}
@media screen and (max-width: 767px) {
    .bg_donut_area::after {
        display: none;
    }
}
.bg_donut_area02::after {
    content: '';
    display: block;
    position: absolute;
    top: 61%;
    left: -6.25%;
    width: 400px;
    height: 400px;
    background: url('/common_2022/images/bg/img_donut_ill_03.png') no-repeat left top;
    background-size: 100%;
    z-index: -1;
}
@media screen and (max-width: 767px) {
    .bg_donut_area02::after {
        display: none;
    }
}

.card_inner, .point_inner {
    max-width: 1120px;
    margin: 0 auto;
}
.card {
    padding: 47px 0 60px;
    background: url('/card/images/bg.png') no-repeat center;
    background-size: cover;
    border-radius: 40px;
}
@media screen and (max-width: 767px) {
    .card {
        padding: 40px 0;
        background: url('/card/images/bg_sp.png') no-repeat center;
        background-size: cover;
        border-radius: 20px;

    }
    .card .img01{
        width: 46.9%;
        margin: 0 auto;
    }
}
.text_container01 {
    padding: 0 60px;
}
@media screen and (max-width: 767px) {
    .text_container01 {
        padding: 0 25px;
    }
}
.img01 {
    text-align: center;
}
@media screen and (max-width: 767px) {
    /* .img01 {
        padding: 0 15px;
    } */
}
.mod_balloon_block .mod_balloon_frame_01 {
    border: none;
}
.txt_img_01::before {
    content: '';
    display: block;
    position: absolute;
    top: -35px;
    left: 20px;
    width: 430px;
    height: 80px;
    background: url('/card/images/text_01.png') no-repeat left top;
    background-size: 100%;
}
.txt_img_02::before {
    content: '';
    display: block;
    position: absolute;
    top: -35px;
    left: 20px;
    width: 430px;
    height: 80px;
    background: url('/card/images/text_01.png') no-repeat left top;
    background-size: 100%;
}
@media screen and (max-width: 767px) {
    .txt_img_01::before, .txt_img_02::before {
        top: -17px;
        left: 10px;
        width: 215px;
        height: 40px;
    }
}
.txt_icon_01, .txt_icon_02 {
    position: relative;
}
.txt_icon_01::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url('/card/images/icon_01.png') no-repeat right top;
    background-size: 100%;
}
@media screen and (max-width: 767px) {
    .txt_icon_01::before {
        top: 3px;
        width: 20px;
        height: 20px;
    }
}
.txt_icon_02::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url('/card/images/icon_02.png') no-repeat right top;
    background-size: 100%;
}
@media screen and (max-width: 767px) {
    .txt_icon_02::before {
        top: 3px;
        width: 18px;
        height: 18px;
    }
}

@media screen and (max-width: 767px) {
    .sp_pLeft25 {
        padding-left: 25px;
    }
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.point_list .clm {
    float: left;
}
@media screen and (max-width: 767px) {
    .point_list .clm {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .sp_pad_Left28 {
        padding-left: 28px;
    }
}
.c_list_dot li + li {
    margin-top: 3px;
}
.balloon_color01 .ttl {
    background: #F0845A;
}
.balloon_color01::after {
    border-top-color: #F0845A;
}
.balloon_color02 .ttl {
    background: #814F38;
}
.balloon_color02::after {
    border-top-color: #814F38;
}
.point_card {
    padding: 60px 0;
    background: #FFF8D5;
    border-radius: 40px;
}
@media screen and (max-width: 767px) {
    .point_card {
        padding: 35px 0;
        border-radius: 20px;
    }
}
.bg_white {
    background: #fff;
}
@media screen and (min-width: 425px) and (max-width: 767px) {
    .logo_img {
        width: 85px;
    }
}

/* notice_area
-------------------------------------------------- */
.text_container01 .notice_area{
    position: relative;
    margin-top: 70px;
    padding: 60px 30px 62px;
    background-color: #fff;
    border-radius: 20px;
}
.text_container01 .notice_area .notice_ttl{
    position: absolute;
    width: 246.85px;
    top:-35px;
    left: 50%;
    right: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
}
.text_container01 .notice_area .main_txt{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.9166;
    letter-spacing: 0.16em;
}
.text_container01 .notice_area .main_txt em{
    color: #E7372F;
}
.text_container01 .notice_area .detail_area{
    position: relative;
    margin-top: 50px;
    padding: 64px 30px 40px;
    background-color: #FDEEEA;
    border-radius: 20px;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 1.75;
}
.text_container01 .notice_area .detail_ttl_area{
    position: absolute;
    width: 576.89px;
    top: -14px;
    left: 50%;
    right: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
}
.text_container01 .notice_area .detail_ttl_txt{
    position: absolute;
    width: 576.89px;
    text-align: center;
    top: 11.63px;
    left: 50%;
    right: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 2.25;
}
.text_container01 .notice_area .detail_area .detail_block dt{
    padding-bottom: 12px;
    color: #E94734;
    font-size: 16px;
    font-weight: bold;
}
.text_container01 .notice_area .detail_area .detail_block dd{
    padding-left: 1em;
}
.text_container01 .notice_area .detail_area .detail_block dd + dt{
    margin-top: 20px;
}
.text_container01 .notice_area .detail_area .detail_block + .detail_block{
    margin-top: 30px;
    padding-top: 30px;
    background-image: linear-gradient(to right, #FF3E3E, #FF3E3E 2px, transparent 2px, transparent 8px);
    background-size: 8px 2px;
    background-position: left top;
    background-repeat: repeat-x;
}
.text_container01 .notice_area .detail_area .detail_block .c_list_note{
    padding-left: 1em;
}
@media screen and (max-width: 767px) {
    .text_container01{
        position: relative;
    }
    .text_container01 .notice_ttl_img{
        position: absolute;
        width: 45vw;
        min-width: 169px;
        top: -6.13vw;
        left: 50%;
        right: 50%;
        transform: translate(-50%);
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        z-index: 3;
    }
    .text_container01 .notice_area{
        margin-top: calc(6.1333vw + 30px);
        padding: calc(6vw + 18px) 20px 35px;
        border-radius: 10px;
    }
    .text_container01 .notice_area .main_txt{
        font-size: 16px;
        letter-spacing: 0;
    }
    .text_container01 .notice_area .detail_ttl_area{
        position: relative;
        top: 0;
    }
    .text_container01 .notice_area .detail_ttl_img{
        position: absolute;
        width: 67.585vw;
        min-width: 216.27px;
        /* top: calc( (-9.8666vw + -20px) + -3.0666vw ); */
        top: calc( -9.8666vw + -3.0666vw + -20px);
        left: 50%;
        right: 50%;
        transform: translate(-50%);
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        z-index: 3;
    }
    .text_container01 .notice_area .detail_area{
        margin-top: calc(3.06vw + 30px);
        padding: calc( 9.8666vw + 20px ) 19px 30px;
        border-radius: 10px;
        font-size: 14px;
        letter-spacing: 0.12em;
        line-height: 1.75;
    }
    .text_container01 .notice_area .detail_area .detail_block dt{
        padding-bottom: 15px;
        font-size: 12px;
    }
    .text_container01 .notice_area .detail_area .detail_block dd{
        font-size: 12px;
        padding-left: 0;
    }
    .text_container01 .notice_area .detail_area .detail_block dd + dt{
        margin-top: 20px;
    }
    .text_container01 .notice_area .detail_area .detail_block + .detail_block{
        margin-top: 30px;
        padding-top: 30px;
        background-image: linear-gradient(to right, #FF3E3E, #FF3E3E 2px, transparent 2px, transparent 8px);
        background-size: 8px 2px;
        background-position: left top;
        background-repeat: repeat-x;
    }
    .text_container01 .notice_area .detail_area .detail_block .c_list_note{
        padding-left: 0;
    }
}
@media screen and (max-width: 375px) {
    .text_container01 .notice_area{
        margin-top: calc(11.5px + 30px);
        padding: calc(11px + 18px) 18.5px 30px;
        border-radius: 10px;
    }
    .text_container01 .notice_ttl_img{
        top: -23px;
    }
}