@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;
}

.form {
    margin-top: 73px;
}

.form .form_item {
    text-align: center;
    margin-top: 25px;
}

.form .form_item_label {
    text-align: left;
    padding-bottom: 13.5px;
    border-bottom: 1.5px dotted #3A4348;
    margin-bottom: 30px;
}

.form input.wpcf7-submit,
.form input.wpcf7-previous {
    width: 330px;
    height: 75px;
    border-radius: unset;
    color: #fff;
    background-color: #3A4348;
    display: flex;
    justify-content: center;
    padding: unset;
    margin: 80px auto 0;
    text-align: center;
}

.form input.wpcf7-submit {
    margin-top: 20px;
}

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

@media screen and (max-width: 680px) {
    .contact {
        padding-bottom: 76px;
    }

    .contact .inner {
        max-width: 100%;
    }

    .contact .inner hgroup {
        margin-top: 110px;
        margin-bottom: 62px;
    }

    .contact .inner hgroup p {
        font-size: 35px;
        margin-bottom: 14px;
    }

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

    .form {
        margin-top: 67px;
    }

    .form .form_item {
        margin-top: 36px;
    }

    .form .form_item_label {
        text-align: left;
        padding-bottom: 13.5px;
        border-bottom: 1.5px dotted #3A4348;
        margin-bottom: 30px;
    }

    .form input.wpcf7-submit,
    .form input.wpcf7-previous {
        width: 330px;
        height: 75px;
        border-radius: unset;
        color: #fff;
        background-color: #3A4348;
        display: flex;
        justify-content: center;
        padding: unset;
        margin: 80px auto 0;
    }

    .form input.wpcf7-submit {
        margin-top: 20px;
    }
}