/* aoidou.com 共通フォーム  /assets/form.css */
.aoidou-form { max-width: 820px; margin: 0 auto; font-size: 15px; line-height: 1.8; color: #2A2724; }
.aoidou-form .af-h2 { font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif; font-weight: 500; font-size: 19px; margin: 36px 0 10px; padding-bottom: 8px; border-bottom: 1px solid #E4DCCD; }
.aoidou-form .af-note { font-size: 13.5px; color: #5F5A54; margin: 0 0 12px; }
.aoidou-form .af-row { display: grid; grid-template-columns: 200px 1fr; gap: 8px 16px; padding: 12px 0; border-bottom: 1px dashed #E4DCCD; }
.aoidou-form .af-label { font-weight: 700; font-size: 14px; }
.aoidou-form .af-req { display: inline-block; font-size: 11px; font-weight: 700; color: #fff; background: #B4593C; padding: 1px 6px; border-radius: 2px; margin-left: 6px; vertical-align: middle; }
.aoidou-form .af-field { min-width: 0; }
.aoidou-form .af-sub { margin-top: 6px; }
.aoidou-form .af-in { font: inherit; padding: 8px 10px; border: 1px solid #D8CEBB; border-radius: 2px; background: #fff; color: inherit; box-sizing: border-box; max-width: 100%; }
.aoidou-form .af-in:focus { outline: 2px solid #B4593C; outline-offset: 1px; }
.aoidou-form .af-in.af-ng { border-color: #B4593C; background: #FFF6F2; }
.aoidou-form .w30 { width: 100%; max-width: 360px; }
.aoidou-form .wfull { width: 100%; }
.aoidou-form .wnum { width: 6em; }
.aoidou-form textarea.af-in { resize: vertical; }
.aoidou-form .af-opt { display: inline-block; margin: 2px 12px 2px 0; cursor: pointer; }
.aoidou-form .af-opt input { margin-right: 4px; }
.aoidou-form .af-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.aoidou-form .af-error { background: #FFF6F2; border: 1px solid #B4593C; color: #8C4A32; padding: 12px 14px; border-radius: 2px; margin: 12px 0; font-size: 14px; }
.aoidou-form .af-actions { display: flex; gap: 12px; justify-content: center; margin: 32px 0 8px; }
.aoidou-form .af-btn { font: inherit; font-weight: 700; font-size: 15px; background: #5F7055; color: #fff; border: 1px solid #5F7055; border-radius: 2px; padding: 12px 32px; min-height: 48px; cursor: pointer; }
.aoidou-form .af-btn:hover { background: #4E5D46; }
.aoidou-form .af-btn:disabled { opacity: .6; cursor: default; }
.aoidou-form .af-btn-sub { background: transparent; color: #2A2724; border-color: #D8CEBB; }
.aoidou-form .af-summary { display: grid; grid-template-columns: 200px 1fr; gap: 0 16px; margin: 0; }
.aoidou-form .af-summary dt { font-weight: 700; font-size: 14px; padding: 10px 0; border-bottom: 1px dashed #E4DCCD; }
.aoidou-form .af-summary dd { margin: 0; padding: 10px 0; border-bottom: 1px dashed #E4DCCD; white-space: pre-wrap; word-break: break-word; }
@media (max-width: 640px) {
  .aoidou-form .af-row, .aoidou-form .af-summary { grid-template-columns: 1fr; gap: 4px; }
  .aoidou-form .af-summary dt { border-bottom: 0; padding-bottom: 0; }
  .aoidou-form .af-actions { flex-direction: column; }
}
