/* 共通レイアウト設定 */
.scene-sports-award {
  padding: 20px 16px;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
  color: #1a1a1a;
  background-color: #ffffff;
}

/* 見出し（h1） */
.scene-sports-award .page-title {
   font-size: 20px;
   margin-bottom: 0;
   text-align: center;
   color: #ed7393;
}

/* セクションタイトル（h2） */
.scene-sports-award .section-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #0077aa;
  border-left: 4px solid #0077aa;
  padding-left: 10px;
}

/* 本文段落 */
.scene-sports-award .section-paragraph {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* リスト型文例 */
.scene-sports-award .section-paragraph li {
  list-style: none;
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 6px;
}

.scene-sports-award .section-paragraph li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #0077aa;
}

/* 商品一覧ブロック（モバイル優先） */
.product-list-block {
  margin-bottom: 30px;
}

/* お客様の声リンク */
.voice-links li {
  margin-bottom: 8px;
}

.voice-links a {
  color: #0077aa;
  text-decoration: underline;
}

.voice-links a:hover {
  text-decoration: none;
}

/* 関連リンク（あわせて読みたい） */
.section-paragraph a {
  color: #0077aa;
  text-decoration: underline;
}

.section-paragraph a:hover {
  text-decoration: none;
}

/* レスポンシブ順序制御 */
@media screen and (max-width: 768px) {
  .responsive-section {
    display: flex;
    flex-direction: column;
  }

  .block {
    order: initial;
  }

  .s-1 { order: 1; }
  .s-2 { order: 2; } /* 商品一覧がh1直後に表示 */
  .s-3 { order: 3; }
  .s-4 { order: 4; }
  .s-5 { order: 5; }
  .s-6 { order: 6; }
  .s-7 { order: 7; }
}

@media screen and (min-width: 769px) {
  .responsive-section {
    display: block;
  }

  .block {
    order: unset;
  }

  .scene-sports-award .page-title {
    font-size: 26px;
  }

  .scene-sports-award .section-title {
    font-size: 20px;
  }

  .scene-sports-award .section-paragraph {
    font-size: 16px;
  }
}



/*# sourceMappingURL=scene_sports-award.css.map */
