@charset "UTF-8";
/* ==========================================================================
   ミツウロコGEとはページ専用CSS
   ========================================================================== */
/* --------------------------------------------------------------------------
   各セクションの下マージン（global の PC55px / SP30px を上書き）：PC 70px / SP 40px
   -------------------------------------------------------------------------- */
.page-about .l-contents section {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .page-about .l-contents section {
    margin-bottom: 40px;
  }
}
.page-about .l-contents section .text-about {
  margin-bottom: 0;
  line-height: 1.7;
}

/* --------------------------------------------------------------------------
   安定した電力供給体制（section 03）の日本地図
   SP のみタップで拡大画像（PC版マップ）を開く。虫眼鏡アイコンは画像側に含む。
   -------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .page-about .icon-zoom {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */