/* doc.css — ページ種別固有スタイル。base.css と併用 */
/* 本文 */
.page{max-width:760px;margin:0 auto;padding:24px 20px 72px}
.breadcrumb{display:flex;gap:6px;flex-wrap:wrap;font-size:11.5px;color:var(--sub);list-style:none;margin-bottom:18px}
.breadcrumb a{color:var(--sub);text-decoration:none}
.breadcrumb a:hover{text-decoration:underline}
.breadcrumb li+li::before{content:"›";margin-right:6px;color:var(--line)}
.page-head{margin-bottom:22px}
.page-head h1{
  font-family:var(--font-display);font-weight:900;font-size:26px;line-height:1.5;
  color:var(--navy);
}
.page-head p{font-size:13.5px;color:var(--sub);margin-top:6px}
.doc{
  background:var(--card);border:1px solid var(--line);border-radius:var(--radius);
  box-shadow:var(--shadow);padding:30px 26px;
}
@media (max-width:560px){.doc{padding:24px 18px}}
.doc h2{
  font-family:var(--font-display);font-weight:900;font-size:18px;color:var(--navy);
  line-height:1.5;margin:32px 0 12px;padding-left:12px;border-left:4px solid var(--teal);
}
.doc h2:first-child{margin-top:0}
.doc p{font-size:14px;margin-bottom:12px}
.doc ul{font-size:14px;padding-left:1.4em;margin-bottom:12px}
.doc li{margin-bottom:4px}
.doc a{color:var(--teal)}
/* 運営者テーブル */
.info-table{width:100%;border-collapse:collapse;font-size:14px;margin-bottom:12px}
.info-table th,.info-table td{
  text-align:left;padding:12px 14px;border-bottom:1px solid var(--line);vertical-align:top;
}
.info-table th{
  width:34%;font-weight:700;color:var(--navy);background:var(--teal-soft);
  white-space:nowrap;
}
@media (max-width:560px){
  .info-table th{width:38%;font-size:13px}
  .info-table td{font-size:13.5px}
}
.doc .date{font-size:12.5px;color:var(--sub);margin-top:24px;text-align:right}
/* Googleフォーム埋め込み */
.gform-wrap{margin-top:20px}
.gform-wrap iframe{
  width:100%;min-height:900px;border:none;border-radius:12px;background:#fff;
}
.gform-pending{
  border:2px dashed var(--line);border-radius:12px;padding:36px 22px;
  text-align:center;background:var(--bg);
}
.gform-pending .gp-title{
  font-family:var(--font-display);font-weight:700;font-size:16px;color:var(--navy);
}
.gform-pending p{font-size:13px;color:var(--sub);margin-top:8px}
