@charset "UTF-8";

/* お問い合わせ（完了画面）
***************************************************************/
main {
    background: #fff;
}

.contact {
    padding-bottom: 160px;
}

.contact .inner {
    max-width: 700px;
    margin: 0 auto;
}

.contact .inner hgroup {
    text-align: center;
    margin-top: 151px;
    margin-bottom: 72px;
}

.contact .inner hgroup p {
    font-size: 40px;
    line-height: 1.35;
    margin-bottom: 17px;
}

.contact .inner hgroup h2 {
    font-size: 15px;
}

.contact .inner .thanks_text {
    text-align: center;
    font-size: 25px;
    margin-top: 111px;
}

.contact .inner .thanks_sub_text {
    text-align: center;
    font-size: 14px;
    line-height: 2;
    margin-top: 48px;
}

.contact .inner .thanks_btn {
    width: 330px;
    height: 75px;
    border-radius: unset;
    color: #fff;
    background-color: #3A4348;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: unset;
    margin: 80px auto 0;
}

@media screen and (min-width: 681px) {}

@media screen and (max-width: 680px) {}