.thanks-main {
    padding: 150px 0 150px 0;
}

.thanks-container {
    width: 55%;
    margin: 0 auto 0 auto;
}

.thanks-h1 {
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 50px;
    letter-spacing: 0.02em;
}

.thanks-p {
    font-size: 1.25rem;
    line-height: 40px;
    letter-spacing: 0.02em;
    margin-top: 70px;
}

.view-under-button-container-archive {
    margin: 17% auto 0 auto;
}


/* SP */
@media screen and (max-width: 768px) {
    .thanks-main {
        padding: 120px 0 120px 0;
    }

    .thanks-container {
        width: 87.1%;
    }

    .thanks-h1 {
        font-size: 19px;
        line-height: 25px;
    }

    .thanks-p {
        font-size: 14px;
        line-height: 27px;
        margin-top: 50px;
    }

    .view-under-button-container-archive {
        margin: 25% auto 0 auto;
    }
}