/* =========================================
   パターン② サブ見出し（赤枠）
   ========================================= */

.section-heading-sub h3 {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 2px solid var(--brand);
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 1em;
}
