@charset "utf-8";

.page_wrap.contact {
    background: url(../img/common/sand.jpg);
}

h2.center {
    border-bottom: solid 1px;
    padding: 0 0 1.471vw;
    font-weight: 500;
    font-size: 1.324vw;
}

table.form_tbl.rec td input[type="text"], table.form_tbl.rec td input[type="tel"], table.form_tbl.rec td input[type="email"] {
    background: #fff;
    border: solid 1px #b7b7b7;
}

table.form_tbl.rec td textarea {
    width: 95.5%;
    border: none;
    background: #fff;
    border: solid 1px #b7b7b7;
    padding: 2%;
    border-radius: 0.441vw;
}

@media (max-width: 767px) {

    article.white {
        width: 100%;
    }

    h2.center {
        border-bottom: solid 1px;
        padding: 0 0 5.128vw;
        font-weight: 500;
        font-size: 4.615vw;
    }

}