/* /ai/ page-specific */
/* ページ固有：AI導入支援。共通部品の微調整のみ（body.page-aiスコープ） */
body.page-ai .example-note {
  max-width: 840px;
  margin-top: 26px;
  font-size: 13px;
  color: var(--gray);
  line-height: 1.9;
}
body.page-ai .band-lead {
  max-width: 760px;
  font-size: 14.5px;
  line-height: 2.1;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 8px;
}
body.page-ai .band-check-label {
  margin-top: 30px;
  margin-bottom: 4px;
  font-family: var(--head);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: var(--teal-light);
}
