@charset "utf-8";

/* コンテンツ幅 フル */
.contentsInr {
    width: auto;
    padding: 0px;
}

/* コンテンツ幅 950px */
.contentsInr .contentsUnit {
    padding: 0 10px;
}

@media all and (min-width:740px) {
    .contentsInr .contentsUnit {
        width: 950px;
        padding: 0px;
        margin: 0 auto;
    }
}

/* ぶち抜き 背景色 */
.ctm_contentsFull_a {
    background: url(/content/dam/sites/wwwjalcojp/jp/ja/jalcard/information/img_sites/introduction/bg_02_sp.jpg) no-repeat top center;
    background-size: cover;
    padding-bottom: 20px;
}

@media all and (min-width:740px) {
    .ctm_contentsFull_a {
        background: url(/content/dam/sites/wwwjalcojp/jp/ja/jalcard/information/img_sites/introduction/bg_02.jpg) no-repeat top center;
        background-size: cover;
    }
}

.ctm_contentsFull_b {
    background-color: #deebf7;
}

.contentsUnit.ctm_contentsFull_b {
    padding: 10px;
}

.ctm_contentsFull_c {
    background: url(/content/dam/sites/wwwjalcojp/jp/ja/jalcard/information/img_sites/introduction/bg_03_sp.jpg) no-repeat top center;
    background-size: cover;
    padding-bottom: 20px;
}

@media all and (min-width:740px) {
    .ctm_contentsFull_c {
        background: url(/content/dam/sites/wwwjalcojp/jp/ja/jalcard/information/img_sites/introduction/bg_03.jpg) no-repeat top center;
        background-size: cover;
    }
}

.border_box {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ccc;
}

.border_box.bg_w {
    background: #fff;
}

.bg_w .col {
    background: #fff;
}

.bonus_col .bg_gray {
    margin: 0 5px;
    padding: 5px;
    background: #ddd;
}

@media all and (min-width:740px) {
    .bonus_col .bg_gray {
        margin: 0 10px;
    }
}

.bonus_innerbox {
    margin-top: 20px;
    padding: 5px 0;
    border-left: 1px solid #ccc;
}

.bonus_innerbox.border_none {
    border: none;
}

.heroimgWrap.heroimgWrap-titleImg .mainHeading .mainTtl img {
    width: 100%;
}

.heroimgWrap.heroimgWrap-titleImg .mainHeading {
    width: 90%;
}

@media all and (min-width:740px) {
    .heroimgWrap.heroimgWrap-titleImg .mainHeading {
        width: 50%;
    }
}
.mile {
    font-size: 1.4rem;
}
.mile .fs18 {
    font-size: 2.4rem !important;
}

.mile_l {
    font-size: 1.4rem;
}
.mile_l .fs18 {
    font-size: 2.6rem !important;
}

@media all and (min-width:740px) {
    .mile {
        font-size: 1.8rem;
    }

    .mile .fs16 {
        font-size: 1.8rem !important;
    }

    .mile .fs18 {
        font-size: 3.0rem !important;
    }
    .mile_l {
        font-size: 1.8rem;
    }

    .mile_l .fs18 {
        font-size: 3.4rem !important;
    }
}
.mile.green strong{
    color: #005704 !important;
}

.bonus_area .colWrap .col .aem-Grid {
    position: relative;
}

.bonus_area .colWrap .col .aem-Grid>.img {
    position: absolute;
    left: -5px;
    top: 0;
    z-index: 10;
}

.icon_bonus {
    width: 60px;
}

@media all and (min-width:740px) {
    .bonus_area .colWrap .col .aem-Grid>.img {
        left: -25px;
    }

    .icon_bonus {
        width: 70px;
    }
}


.box_season > .acodBlock > .heading{
    background-color: #005704;
}
.box_season strong{
    color: #005704 !important;
}

.more_area .aem-Grid {
    position: relative;
}

.more_area .aem-Grid>.img {
    position: absolute;
    left: -18px;
    top: -66px;
    z-index: 10;
}
.icon_more{
    width: 60px;
}
@media all and (min-width:740px) {
    .more_area .aem-Grid>.img {
        left: -25px;
    }

    .icon_more {
        width: 70px;
    }
}
.txt_est p{
    color:#ff5321;
}