.page-module .news-mv {
  background-image: url(../img/page/news/news_mv.jpg);
}

section.news-main {
  max-width: calc(960px + 6.25%);
  padding: 0 3.125%;
  margin: auto;
}

section.news-main article .only-sp {
  display: none;
}

section.news-main article p.date-of-issue {
  font-size: 1.375em;
  letter-spacing: 0.05em;
}

section.news-main article p.details {
  font-size: 1.06em;
  line-height: 1.88;
}

section.news-main article p.person {
  font-size: 1.06em;
  line-height: 1.88;
  margin-bottom: 2.35em;
}

section.news-main article p.text {
  font-size: 1.06em;
  line-height: 1.88;
  margin: 3.53em 0;
}

section.news-main article h2 {
  color: #00643b;
  font-size: 1.69em;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 2px solid #00643b;
  padding-bottom: 0.56em;
  margin: 0.7em 0 1.1em;
}

section.news-main article h2 span {
  font-size: 0.78em;
}

section.news-main article h3 {
  color: #00643b;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 2px solid #00643b;
  padding-bottom: 0.83em;
  margin: 2.7em 0 1.67em;
}

section.news-main article img {
  display: block;
  width: 804px;
  margin: 0 auto 1.875em;
}

section.news-main .links {
  margin: 5em 0 2.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

section.news-main .links a {
  display: block;
  position: relative;
}

section.news-main .links a p {
  font-size: 1em;
}

section.news-main .links a.prev p {
  display: inline-block;
  margin-left: 1em;
}

section.news-main .links a.prev:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url(../img/page/news/icon_arrow_left.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

section.news-main .links a.next p {
  display: inline-block;
  margin-right: 0.5em;
}

section.news-main .links a.next:after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url(../img/page/news/icon_arrow_right.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

section.news-main .links a.table img {
  width: 1.56em;
  display: block;
  margin: 0 auto 0.625em;
}

section.news-main .links a.table p {
  font-size: 1.125em;
}

section.news-main .links a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  section.news-main {
    width: 90%;
    font-size: initial;
  }
  section.news-main article .only-sp {
    display: block;
  }
  section.news-main article p.date-of-issue {
    font-size: 0.875em;
  }
  section.news-main article p.details {
    font-size: 0.94em;
  }
  section.news-main article p.person {
    font-size: 0.81em;
    margin-bottom: 1.96em;
    line-height: 1.46;
  }
  section.news-main article p.text {
    font-size: 0.91em;
    margin: 1.52em 0;
    line-height: 1.90;
  }
  section.news-main article h2 {
    font-size: 1.19em;
    margin: 0.79em 0 1.05em;
    padding-bottom: 0.68em;
  }
  section.news-main article h3 {
    font-size: 1.06em;
    padding-bottom: 0.59em;
    margin: 2.53em 0 0.91em;
  }
  section.news-main article img {
    margin: 0 auto 0.625em;
  }
  section.news-main .links {
    margin: 1.875em auto 0.42em;
  }
  section.news-main .links a.prev, section.news-main .links a.next {
    font-size: 0.875em;
  }
  section.news-main .links a.table img {
    width: 1.25em;
    margin-bottom: 0.44em;
  }
  section.news-main .links a.table P {
    font-size: 0.75em;
  }
}
/*# sourceMappingURL=style_news.css.map */