/* ============================================================
   component: notice
   注意事項（見出し + 本文のみのシンプルな帯）
   ============================================================ */

/* 上のセクションと同じ幅（コンテナ幅いっぱい）で折り返す */
.notice__body {
  max-width: none;
  color: var(--c-text);
}

.notice .section__title + .notice__body { margin-top: clamp(24px, 3vw, 36px); }
