@charset "UTF-8";

/*——　全体　——*/
.fullwidth-cp {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.container-lg a,
a:hover,
a:visited {
    color: #333;
    text-decoration: none;
}


/*——　背景　——*/
.bg-cp01 {
    background: #fdfdfd;
    background-size: cover;
}

.bg-cp02 {
    background-color: #FBEDF6;
    border-radius: 10px;
}

.bg-cp03 {
    background-color: #FFF;
    border-radius: 10px;
}

/*——　ボタン　——*/
.btn-01 {
    background: #D24F96;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    line-height: 50px;
    display: block;
    margin: auto;
    text-decoration: none;
    max-width: 200px;
}

.btn-02 {
    background: #D24F57;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    line-height: 50px;
    display: block;
    margin: auto;
    text-decoration: none;
    max-width: 200px;
}

/*——　文字　——*/
.text-gradation01 {
    display: inline-block;
    background: -webkit-linear-gradient(-90deg, #0072b4 0%, #7bc0be 72%, #afebea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradation02 {
    display: inline-block;
    background: -webkit-linear-gradient(90deg, #F9716C 0%, #EB3987 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-color01 {
    color: #465468;
}

.text-color02 {
    color: #DA617E;
}

.text-line01 {
    border-bottom: solid 3px #D04D9C;
    max-width: 150px;
}

.text-line02 {
    background: linear-gradient(transparent 75%, #FFB5CF 65%);
}

@media all and (max-width:768px) {

    .text-line01 {
        border-bottom: solid 3px #D04D9C;
        max-width: 100px;
    }

}

/*——　Q＆Aアコーディオン　——*/
.qa-check {
    display: none;
}

.qa-label {
    background: #FBEDF6;
    color: #465468;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    padding-right: 40px;
    position: relative;
}

.qa-label:after {
    background: #FBEDF6;
    box-sizing: border-box;
    content: url(../../img/cocoropoint/qa_open.png);
    display: block;
    padding-top: 35px;
    position: absolute;
    right: 0;
    top: 0px;
}

.qa-content {
    background: #FFF;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}

.qa-check:checked+.qa-label:after {
    content: url(../../img/cocoropoint/qa_close.png);
}

.qa-check:checked+.qa-label+.qa-content {
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

@media all and (min-width:768px) {

    .qa-label {
        background: #FBEDF6;
        color: #465468;
        display: block;
        padding: 10px;
        position: relative;
    }

    .qa-label:after {
        background: #FBEDF6;
        box-sizing: border-box;
        content: url(../../img/cocoropoint/qa_open.png);
        display: block;
        padding-top: 30px;
        padding-right: 20px;
        position: absolute;
        right: 0;
        top: 0;
    }

}

.qa-title {
    padding-left: 1em;
    border-left: 15px solid #C9338E;
}

/*——　エリア区切り線　——*/

.hr3 {
    border-top: 3px solid #A1A9BA;
    width: 80%;
    margin: auto;
}

/*——　※表記　——*/
.attention {
    list-style: none;
    padding-left: 1.5em;
    margin-left: 0.5em;
}

.attention li {
    text-indent: -1.5em;
}

/*——　ポイント付与率UP対象サービスリスト　——*/
.list02 {
    text-align: left;
    display: inline-block;
}

@media all and (max-width:768px) {
    .list02 {
        max-width: 310px;
    }
}

/*——　240111-ポイント付与率箇所　——*/
.pointbox {
    position: relative;
    border: solid 3px #EAC0D7;
    border-radius: 8px;
    max-width: 800px;
}

.pointbox .pointbox-title01 {
    max-width: 250px;
    padding: 0 30px;
    background: #fdfdfd;
    margin-top: -30px;
}

.pointbox .pointbox-title02 {
    max-width: 270px;
        padding: 0 30px;
        background: #fdfdfd;
        margin-top: -30px;
}

@media all and (max-width:768px) {

    .pointbox {
        position: relative;
        border: solid 3px #EAC0D7;
        border-radius: 8px;
        max-width: 800px;
    }

    .pointbox .pointbox-title01 {
        max-width: 200px;
        padding: 0 30px;
        background: #fdfdfd;
        margin-top: -20px;
    }

    .pointbox .pointbox-title02 {
        max-width: 220px;
        padding: 0 30px;
        background: #fdfdfd;
        margin-top: -20px;
    }
}

/*——　レスポンシブ　——*/
.img-maxw01 {
    max-width: 350px;
}

.img-maxw02 {
    max-width: 300px;
}

.img-maxw03 {
    max-width: 440px;
}

.img-maxw04 {
    max-width: 740px;
}

@media all and (max-width:768px) {

    .img-maxw01 {
        max-width: 250px;
    }

    .img-maxw02 {
        max-width: 210px;
    }

    .img-maxw03 {
        max-width: 210px;
    }

    .img-maxw04 {
        max-width: 350px;
    }

}