
/* お問い合わせForm */
.contact_wrap .wpcf7 {
    background: #d5d5b957;
}
.wpcf7 input.form_txt_S {
    padding: 7px;
    font-size: 12pt;
    width: 80px;
}


@media (min-width: 767px) {

    .contact_wrap .wpcf7 form {
        margin: 2.5em 3.5em 0;
    }

    .wpcf7 input.form_txt_L {
        padding: 7px;
        font-size: 12pt;
        width: 400px;
    }

    .wpcf7 textarea.form_txtarea {
        padding: 7px;
        font-size: 12pt;
        width: 400px;
        height: 200px;
    }
}