@charset "utf-8";

/* ----------------お問い合わせフォーム------------------ */

h2 {
    color: var(--primary-green, #7AA270);
    font-family: "Zen Maru Gothic";
    font-size: 3.6rem;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-color: #C1DFC4;
    text-decoration-thickness: 10%;
    text-underline-offset: 25%;
    text-underline-position: from-font;
    text-align: center;
}

.thanks {
    padding: 100px 19.8%;
}

.thanks-text {
    text-align: center;
    color: var(--primary-black);
    font-family: "BIZ UDPGothic";
    font-size: 2.0rem;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 80px 0;
}


/* ----------------------------------------------------
Thanksスマホ用（〜767px）
---------------------------------------------------- */
@media screen and (max-width: 768px) {
    h2 {
        font-size: 2.0rem;
    }

    .thanks {
        padding: 40px 11.3%;
    }

    .thanks-text {
        font-size: 1.6rem;
        margin: 40px 0;
    }
}