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