@charset "UTF-8";

.tx-red {
    color: #cb1625;
}

/*マウスオーバー*/

.mouse-over:hover,
.btn:hover {
    opacity: 0.7;
}

.campaign-area {
    background: rgba(255, 255, 255, 0.7);
    padding: 5px 0 50px;
    margin-block-start: 40px;
}

.event-area {
    margin-block-start: 30px;
}


/*キャンペーンメイン*/

.about-lesson-wrap {
    width: 100%;
    padding: 10px 0;
    border-bottom: solid 2px #1d2088;
    margin-bottom: 40px;
}

.about-lesson {
    width: 100%;
    font-weight: 900;
    color: #1d2088;
    font-size: 16px;
    margin-bottom: 4px;
}

.about-lesson-detail {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}

/*応募要項*/
.oubo-title {
    background-color: #1d2088;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    text-align: center;
    padding: 3px 0;
    margin-bottom: 10px;
}

.campaign-tx {
    font-size: 14px;
    font-weight: 600;
}

/*応募ハガキダウンロード*/
a.dl-bt {
    text-align: center;
    padding: 2px 25px;
    display: inline-block;
    margin: 15px auto;
    border-radius: 20px;
    border: solid 3px #cb1625;
    color: #cb1625;
    font-size: 14px;
    font-weight: 900;
}

a.dl-bt:link,
a.dl-bt:visited {
    text-decoration: none;
}

a.dl-bt:hover,
a.dl-bt:active {
    opacity: 0.7;
    text-decoration: none;
}

/*応募要項注釈*/
.tx-attention {
    margin-bottom: 25px;
    font-size: 12px;
}

/*応募に際してのご注意*/
.oubo-attention-title {
    background-color: #cb1625;
    color: #fff;
    font-weight: 900;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}

.oubo-attention-tx {
    color: #cb1625;
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 25px;
}

/*応募要項タイトル小*/

.oubo-detail-title {
    background-color: #1d2088;
    color: #fff;
    padding: 1px 15px;
    border-radius: 20px;
    display: inline-block;
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 3px;
}

.oubo-detail-wrap p.post {
    font-weight: 900;
    font-size: 16px;
}

.oubo-detail-wrap p {
    margin-bottom: 15px;
    font-size: 14px;
}

.oubo-detail-tx-big {
    font-size: 17px;
}

/*キャンペーン規約*/

.cam-agreement {
    background-color: #dcebf5;
    padding: 10px;
    font-size: 12px;
    height: 220px;
    margin: 30px 0 50px;
}

.cam-agreement p {
    margin-bottom: 12px;
}

h6 {
    font-weight: 900;
    margin-bottom: 6px;
}

.cam-agreement-inner {
    overflow: auto;
    overflow-y: scroll;
    height: 200px;
    padding: 0 10px;
}

.cam-agreement-inner::-webkit-scrollbar {
    width: 6px;
    /* 横幅 */
}

.cam-agreement-inner::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
    height: 60px;
    /* ハンドルの色 */
}

.cam-agreement-inner::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 10px;
    /* 背景色 */
}



@media (min-width: 768px) {

    .campaign-area {
        padding: 30px 0 100px;
        margin-block-start: 80px;
    }

    .event-area {
        margin-block-start: 50px;
    }

    .about-lesson-wrap {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 25px;
        margin-bottom: 75px;
    }

    .about-lesson {
        width: 27%;
        font-size: 20px;
    }

    .about-lesson-detail {
        width: 73%;
        font-size: 18px;
    }

    /*応募要項*/
    .oubo-title {
        font-size: 32px;
        padding: 4px 0;
        margin-bottom: 20px;
    }

    .campaign-tx {
        font-size: 22px;
    }

    /*応募ハガキダウンロード*/
    a.dl-bt {
        font-size: 20px;
        margin: 20px auto;
    }

    .link-br {
        display: none;
    }

    /*応募要項注釈*/
    .tx-attention {
        margin-bottom: 40px;
        font-size: 18px;
    }

    /*応募に際してのご注意*/
    .oubo-attention-title {
        font-size: 21px;
    }

    .oubo-attention-tx {
        font-size: 18px;
        margin-bottom: 30px;
    }

    /*応募要項タイトル小*/

    .oubo-detail-title {
        font-size: 16px;
    }

    .oubo-detail-wrap p {
        margin-bottom: 25px;
        font-size: 18px;
    }

    .oubo-detail-wrap p.post {
        font-size: 21px;
    }

    .oubo-detail-tx-big {
        font-size: 25px;
    }

    /*キャンペーン規約*/

    .cam-agreement {
        padding: 18px 15px;
        font-size: 14px;
        height: 380px;
        margin: 30px 0 100px;
    }

    .cam-agreement p {
        margin-bottom: 14px;
    }

    .cam-agreement-inner {
        overflow: auto;
        overflow-y: scroll;
        height: 340px;
        padding: 0 20px 0 10px;
    }

    .cam-agreement-inner::-webkit-scrollbar {
        width: 10px;
        /* 横幅 */
    }

    .cam-agreement-inner::-webkit-scrollbar-thumb {
        height: 80px;
        /* ハンドルの色 */
    }

}

@media (min-width: 992px) {
    .link-br-992 {
        display: none;
    }

    .campaign-area {
        padding: 30px 0 100px;
        margin-block-start: 120px;
    }

    .event-area {
        margin-block-start: 50px;
    }
}

@media (min-width: 1200px) {}