/* brands.html — ブランド一覧 固有スタイル */

/* セクション小見出し */
.brands-subhead { margin: 0 0 26px; }
.brands-subhead .section-title { font-size: 24px; }
.brands-subhead .section-desc { margin-top: 8px; }
.brands-block { margin-top: 64px; }
.brands-block:first-child { margin-top: 0; }

/* 自社ブランド バナー2枚 */
.own-brands-banner-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }

@media (max-width: 720px) {
  .own-brands-banner-grid { grid-template-columns: 1fr; }
}
