.thanks__block-01 {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .thanks__block-01 {
        text-align: center;
    }
}


@media screen and (min-width: 1024px) {
    .thanks__block-02 {
        text-align: center;
    }
}

.thanks__block-02 h4 {
    font-weight: normal;
    line-height: 1.3em;
    margin-bottom: 2vw;
}

@media screen and (min-width: 768px) {
    .thanks__block-02 h4 {
        text-align: center;
        font-size: 26px;
        font-size: 2.6rem;
    }
}

@media screen and (max-width: 767px) {
    .thanks__block-02 h4 {
        font-size: 52px;
        font-size: 6.93vw;
    }
}
