@charset "UTF-8";
/* ==========================================================================
   発電所紹介ページ専用CSS
   h2→h1, h3→h2, h4→h3 タグ昇格に伴う上書き。
   /styles/style.css の該当ルールを新タグ向けに再宣言する。
   ========================================================================== */
@media only screen and (max-width: 767px) {
  .hero h1 {
    margin-top: 3px;
  }
  .section-support h2 {
    margin: 28px 0 10px;
  }
  .page-plant .l-contents .section-wind-power h2,
  .page-plant .l-contents .section-solar h2,
  .page-plant .l-contents .section-biomass h2 {
    font-size: 15px;
    margin-bottom: 13px;
  }
  .page-plant .l-contents .section-wind-power h3,
  .page-plant .l-contents .section-solar h3,
  .page-plant .l-contents .section-biomass h3 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .hero h1 {
    margin-top: 4px;
  }
  .section-support h2 {
    margin: 39px 0 30px;
    font-size: 30px;
  }
  .page-plant .l-contents .section-wind-power h2,
  .page-plant .l-contents .section-solar h2,
  .page-plant .l-contents .section-biomass h2 {
    margin-bottom: 20px;
  }
  .page-plant .l-contents .section-wind-power h3,
  .page-plant .l-contents .section-solar h3,
  .page-plant .l-contents .section-biomass h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 11px;
  }
}
