/* ==========================================================================
   page/tento.css — tento.html 専用スタイル
   汎用化できたものは components.css へ昇格させること
   ========================================================================== */
.tento-section__title {
  margin: 20px 0 10px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.5;
}
.tento-section__subtitle {
  margin: 30px 0 20px;
  font-size: 20px;
  font-weight: bold;
}
.tento-section__subtitle:first-child {
  margin-top: 0; /* 枠ボックス先頭のh3（旧: style="margin-top: 0"） */
}

/* 旧: #main p, #main li { font-size: 15px; line-height: 1.7 } の置き換え */
.tento-content p,
.tento-content li {
  font-size: 15px;
  line-height: 1.7;
}

/* パンくずは上記の15px指定から除外し、サイト共通の見た目(bike.htmlと同一)に揃える */
.tento-content .cp_breadcrumb li {
  font-size: 13px;
  line-height: 1.42857143;
}
