/* ==========================================================================
   page/bike.css — bike.html 専用スタイル
   汎用化できたものは components.css へ昇格させること
   ========================================================================== */
.bike-section__title {
  margin: 20px 0 10px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.5;
}
.bike-section__lead {
  margin-bottom: 25px;
}
.bike-section__subtitle {
  margin: 15px 0;
  font-size: 20px;
  font-weight: bold;
}
