/* =========================================================
   contact.css
   お問い合わせ
   ========================================================= */

.contact-message {
    min-height: 180px;
    resize: vertical;
}

.contact-global-error {
    margin-bottom: 20px;
}

.contact-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
