main {
    background: url('https://goyostatic.z11.web.core.windows.net/guide/campaign/rakuten/back_dot.png');
}

.notice_cnt {
    border-radius: 40px;
}

#lead_cnt {
    background-color: rgba(200, 200, 200, 0.2);
    border-radius: 12px;
}

@media screen and (max-width: 575px) {
    #lead_cnt {
        border-radius: 0px;
    }
}


#lead_1 {
    font-size: 100%;
}

@media screen and (max-width: 575px) {
    #lead_1 {
        font-size: 100%;
    }
}

#lead_2 {
    color: dimgray;
    font-size: 100%;
}

@media screen and (max-width: 575px) {
    #lead_2 {
        font-size: 100%;
    }
}

#lead_3 {
    font-family: sans-serif;
    color: #BF0000;
    font-size: 1000%;
    font-weight: 800 !important;
    line-height: 0.6;
}

@media screen and (max-width: 575px) {
    #lead_3 {
        font-size: 500%;
    }
}

#lead_3_1 {
    font-size: 40%;
}


#lead_4 {
    font-size: 220%;
}

@media screen and (max-width: 575px) {
    #lead_4 {
        font-size: 150%;
    }
}

#lead_1 .red {
    text-shadow: 0 0 3px #fff;
}

.step_description {
    padding-top: 40px;
    font-size: 150%;
}

@media screen and (max-width: 767px) {
    .step_description {
        padding-top: 10px;
    }
}

@media screen and (max-width: 575px) {
    .step_description {
        padding-top: 10px;
        font-size: 150%;
    }
}

#rule_cnt {
    border: 1px gray dashed;
    background-color: #FFF;
}

#rule_cnt .rule_title {
    background-color: #f1f1f1;
    padding: 4px;
}

#rule_cnt dt {
    font-size: 120%;
}

#rule_cnt em {
    color: red;
    font-weight: 800;
    font-style: normal !important;
}

.offset-center {
    margin: 0 auto;
}

.circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #a90000;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    color: white;
    font-weight: bold;
}

.top-coupon-catch-bgcolor {
    /*background-color: #a90000;*/
    background-image: url(https://goyostatic.z11.web.core.windows.net/guide/campaign/rakuten/unbox/unbox_catch_back_bar.png);
    background-repeat: repeat-y;
    background-position: center; 
}

.top-coupon-lead-bgcolor {
    background-color: #000000;
}

.badge-coupon-limittime {
    color: #fff;
    /*background-color: #fff;*/
    font-weight: bolder !important;
    font-size: 150%;
}

@media screen and (max-width: 767px) {
    .badge-coupon-limittime {
        font-size: 120%;
    }
}

.char_white {
    color: white;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
    left: 28%;
    top: 15%;
}

.absolute_sp {
    position: absolute;
    left: 13%;
    top: 15%;
}

.padding_rl_0 {
    padding-left: 0px;
    padding-right: 0px;
}

.coupon_pc {
    display: block;
}

.coupon_sp {
    display: none;
}

@media screen and (max-width: 575px) {
    .coupon_pc {
        display: none;
    }

    .coupon_sp {
        display: block;
    }
}

.left_justfied_sp {
    text-align: left;
}

.width600m {
    width: 600px;
    margin: 0 auto;
}

@media screen and (max-width: 575px) {
    .left_justfied_sp {
        text-align: left;
        padding: 0 20px;
    }
    .width600m {
        width: 400px;
        margin: 0 auto;
    }
}