/* On The Way — ナンバリングスタイル (01〜05) */

/* ナンバリング共通 */
.ow-numbering {
  font-family: var(--ow-font-sans);
  font-weight: 500;
  font-size: 14px;
  color: var(--ow-accent);
  letter-spacing: 1px;
}

/* サービスカード内のナンバリング */
.is-style-service-card .ow-numbering,
.is-style-service-card-accent .ow-numbering {
  font-size: 13px;
  margin-bottom: 8px;
}

/* 支援の特徴セクションのナンバリング */
.ow-feature-number {
  font-family: var(--ow-font-sans);
  font-weight: 500;
  font-size: 14px;
  color: var(--ow-accent);
  letter-spacing: 1px;
  display: block;
  margin-bottom: 12px;
}
