/* ===== contact.css ===== */

.contact-detail { background: var(--paper); }
.contact-form-section { background: var(--bg); }

/* CF7 出力時のスタイル */
.wpcf7-form .soudan-form { max-width: 440px; margin: 0 auto; }
.wpcf7 form .wpcf7-response-output {
  border: 1px solid var(--line);
  padding: 12px 16px;
  font-size: 12px;
  margin-top: 24px;
  text-align: center;
}

/* submit button を kagi スタイルに */
.contact-form-section .soudan-form .submit input[type="submit"],
.contact-form-section .soudan-form button[type="submit"] {
  cursor: pointer;
  background: none;
  border: none;
  font-family: var(--sans);
}
