@charset "UTF-8";
/**
 * SISETSU
 */
@media screen and (max-width: 767px) {
  #contents.static .section-lead .col {
    flex-direction: column-reverse;
  }
}

#contents.static .section-lead .col-left {
  width: 310px;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead .col-left {
    width: 100%;
    margin-right: 0;
  }
}

#contents.static .section-lead .col-right {
  flex: 1;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead .col-right {
    margin-left: 0;
    margin-bottom: 25px;
  }
}

#contents.static .section-lead .img img {
  width: 100%;
  height: auto;
  margin: 0;
}

#contents.static .section-lead h2, #contents.static .section-lead em {
  font-family: "Hiragino Mincho ProN", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media all and (-ms-high-contrast: none) {
  #contents.static .section-lead h2, #contents.static .section-lead em {
    font-family: "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}

#contents.static .section-lead em {
  color: #7bb01a;
  font-weight: bold;
}

#contents.static .section-lead p {
  overflow: hidden;
}

#contents.static .section-lead p:last-of-type {
  margin-bottom: 0;
}

/*# sourceMappingURL=../map/css/style-sisetsu.css.map */
