/* ─── お問い合わせフォーム（newsletter.css の omf-form-* をベースに、テキストエリア分だけ追加） ─── */
/* お問い合わせフォームはメルマガ登録より項目が多いため、フォーム幅を広げる */
.contact-form .newsletter-form-input {
  max-width: 680px;
}

.omf-form-textarea {
  resize: vertical;
  min-height: 160px;
  line-height: 1.6;
  font-family: inherit;
}

.contact-response-note {
  margin-top: 1rem;
  font-size: 13px;
  color: #e0e0e0;
  text-align: center;
}

.contact-faq-link {
  /* リード文とお問い合わせの種別欄の間で、上下均等に余白を取ることで中間あたりに配置する */
  margin: 0 0 48px;
  font-size: 13px;
  text-align: center;
}

.contact-faq-link a {
  color: var(--color-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact-faq-link a:hover {
  opacity: 0.6;
}
