@charset "utf-8";

/* 基本設定 */

.couponWrap .mainWrap {
    color: #333;
    font-size: 16px;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
}

.couponWrap .ttl01 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.couponWrap .ttl02 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dotted #333;
    padding-bottom: 5px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.couponWrap .ttl02:before {
    display: block;
    content: "";
    font-family: "font awesome 5 free";
    font-weight: bold;
    margin-right: 5px;
}

.couponWrap .ttl02.icon-mobile:before {
    content: "\f3cd";
}

.couponWrap .ttl02.icon-map:before {
    content: "\f5a0";
}

.couponWrap .ttl02.icon-store:before {
    content: "\f54f";
}

.couponWrap .attention {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}

.couponWrap .btn {
    margin-top: 30px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.couponWrap .btn a {
    width: 300px;
    max-width: 100%;
    color: #3a77c7;
    font-weight: bold;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.couponWrap .btn a:after {
    display: block;
    content: "\f0ab";
    font-family: "font awesome 5 free";
    font-weight: bold;
    line-height: 1;
    margin-left: 5px;
}

.couponWrap .btn-sub a {
    width: 100%;
    color: #000;
    background: #ffca2c;
}

.couponWrap .btn-sub a:after {
    content: "\f35d";
}

.couponWrap .pdf {
    margin-top: 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.couponWrap .pdf a {
    color: #1D7DBE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.couponWrap .pdf a:before {
    display: block;
    content: "\f1c1";
    font-family: "font awesome 5 free";
    line-height: 1;
    margin-right: 5px;
}

@media (max-width: 599px) {
    .couponWrap .ttl01 {
        margin-bottom: 30px;
    }
}



/* couponImg */

.couponImg {
    background: #3a77c7;
}

.couponImg .pic {
    width: 90%;
    max-width: 650px;
    margin: auto;
}



/* couponIntro */

.couponIntro .info {
    background: #edf6ff;
    padding: 20px;
    margin-top: 20px;
}

.couponIntro .info dl + dl {
    margin-top: 10px;
}

.couponIntro .info dt {
    width: 110px;
    color: #fff;
    background: #3a77c7;
    border-radius: 3px;
    text-align: center;
}

.couponIntro .info dd {
    width: calc(100% - 120px);
}

@media (max-width: 599px) {
    .couponIntro .info {
        padding: 15px;
    }

    .couponIntro .info dd {
        width: 100%;
        margin-top: 5px;
    }
}



/* couponHow */

.couponHowList .item {
    padding: 0 20px 20px;
}

.couponHowList .item > * {
    height: 100%;
    background: #edf6ff;
    padding: 15px;
    position: relative;
}

.couponHowList .item > *:before {
    display: block;
    color: #3a77c7;
    font-size: 20px;
    font-family: "font awesome 5 free";
    font-weight: bold;
    line-height: 1;
}

.couponHowList .item:not(:nth-of-type(3n+1)) > *:before {
    content: "\f0a9";
    position: absolute;
    top: 18px;
    left: -30px;
}

.couponHowList .item .tit {
    color: #3a77c7;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dotted #333;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

@media (max-width: 599px) {
    .couponHowList .item {
        padding: 0 0 40px;
    }

    .couponHowList .item:last-of-type {
        padding-bottom: 0;
    }

    .couponHowList .item:not(:first-of-type) > *:before {
        content: "\f0ab";
        position: absolute;
        top: -30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}



/* couponArea */

.couponArea .info {
    background: #edf6ff;
    padding: 20px;
}

.couponArea .info dl + dl {
    margin-top: 10px;
}

.couponArea .info dt {
    font-weight: bold;
    margin-bottom: 5px;
}

@media (max-width: 599px) {
    .couponArea .info {
        padding: 15px;
    }
}
