/*--- DISCOUNT ---*/
.discount {
    margin-top: -95px;
    padding-top: 95px;
}
.discountText {
    padding-bottom: 45px;
    margin-bottom: 50px;
    border-bottom: 1px solid #000;
    font-size: 1.6rem;
}
.discount:last-of-type .discountText {
    border-bottom: none;
}
.discountImg {
    line-height: 0;
    margin-bottom: 20px;
}
.discount h3 {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 10px;
    font-weight: bold;
}

/*--- SP-style ---*/
@media screen and (max-width: 768px) {
    .discount {
        margin: -50px auto 30px;
        padding-top: 50px;
    }
    .discountImg {
    margin-bottom: 7px;
    }
    .discount h3 {
        margin: 15px auto 10px;
        width: 93.7%;
    }
    .discountText {
        font-size: 1.4rem;
        padding-bottom: 25px;
    }
}