.title_main {
    color: #37888b;
}

.small_text {
    font-size: 1.2rem;
}

.sale_title {
    font-size: 2.0rem;
    margin-top: 2%;
}

.text_emphasis {
    color: #fa0507;
}

.button02 a {
    background-color: #37888b;
}

.button02 a:hover {
    background-color: #37888b;
}

@media (max-width: 599px) {
    .sale_title {
        font-size: 1.1rem;
        margin-top: -1%;
    }

    .small_text {
        font-size: 0.7rem;
    }
}