@charset "utf-8";

.ctm_contentsFull.cluba{
    background: #f2f2f2;
}
.ctm_contentsFull.gold{
    background: #efece3;
}
.box__white.ctm_bdrColumn .colWrap .col{
    background: #fff;
}
.img__logo--top{
    margin-top: 15px;
}
.img__logo--top img{
    height: 44px;
    width: auto;
}

.flex__cardselect{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}
.item__cardselect > .box__card:nth-of-type(n+2){
    margin-top: 10px;
}
.item__arrow{
    margin: 0 15px;
}
.box__card{
    padding: 10px 18px;
    text-align: center;
}
.box__card.regular{
    background: #ddd;
}
.box__card.cluba{
    background: #efeaae;
}
.box__card.gold{
    background: #ffe981;
}
.box__card.platinum{
    background: #cee0f0;
}
.box__card.platinumpro{
    background: ##4e4e4e;
}
.txt__card{
    margin-top: 10px;
}
.box__present-a,.box__present-g,.box__present-p{
    padding: 12px 3%;
    background: #fff;
}
.box__present-a{
    border: 2px solid #c6b92c;
    border-top-width: 10px;
}
.box__present-g{
    border: 2px solid #ae7e01;
    border-top-width: 10px;
}
.box__present-p{
    border: 2px solid #455562;
    border-top-width: 10px;
}

.ctm_pageTtl.cluba{
    color: #fff;
    background-color: #c6b92c;
}
.ctm_pageTtl.gold{
    color: #fff;
    background-color: #ae7e01;
}
.ctm_pageTtl.platinum{
    color: #fff;
    background-color: #455562;
}
.ctm_pageTtl.platinumpro{
    color: #fff;
    background-color: #373737;
}
.lead__cardselect{
    font-size: 16px;
    text-align: center;
}
.lead__cardselect .fcRD{
    font-size: 18px;
    font-weight: bold;
}
.lead__cardselect .fcRD .num{
    font-size: 22px;
}
@media all and (min-width:740px){
    .flex__cardselect{
        margin-top: 32px;
    }
    .box__card{
        display: flex;
        align-items: center;
    }
    .item__cardselect{
        flex: 1 0 40%;
    }
    .img__card{
        flex: 0 1 35%;
    }
    .img__card img{
        width: 97px;
        height: auto;
    }
    .txt__card{
        flex: 0 1 65%;
        margin-top: 0;
        margin-left: 18px;
        text-align: center;
    }
    .box__present-a,.box__present-g,.box__present-p{
        padding: 26px 8%;
        border-width: 3px;
        border-top-width: 22px;
    }
    .lead__cardselect{
        font-size: 18px;
    }
    .lead__cardselect .fcRD{
        font-size: 24px;
    }
    .lead__cardselect .fcRD .num{
        font-size: 34px;
    }
    .text__service{
        text-align: center;
    }
}

.responsivegrid #contact{
    margin-top: 32px;
    border: 1px solid #ccc;
    padding: 10px;
}
@media all and (min-width:740px){
    .responsivegrid #contact{
        margin-top: 40px;
    }
}