.news.top .ttl {
  background: url(/assets/img/news/top/mv_pc.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .news.top .ttl {
    background: url(/assets/img/news/top/mv_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.news.top .news-inner {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .news.top .news-inner {
    width: 100%;
    padding: 0 5%;
  }
}
.news.top .news-inner .news-list li a {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 1px solid #DEE5E6;
  position: relative;
}
.news.top .news-inner .news-list li a .date {
  width: 90px;
  font-family: "Merriweather", serif;
  font-weight: bold;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .news.top .news-inner .news-list li a .date {
    margin-right: 15px;
  }
}
.news.top .news-inner .news-list li a .news-ttl {
  width: calc(100% - 115px);
  font-weight: 300;
}
.news.top .news-inner .news-list li a:hover {
  color: #094181;
  border-bottom: 1px solid #094181;
}
.news.top .news-inner .news-list li.no-news a {
  pointer-events: none;
}
.news.top .news-inner .pagenation {
  margin: 50px auto 20px;
  max-width: 250px;
}
.news.top .news-inner .pagenation .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Merriweather", serif;
}
.news.top .news-inner .pagenation .wp-pagenavi a {
  display: block;
  padding: 3px 8px;
}
.news.top .news-inner .pagenation .wp-pagenavi a.previouspostslink, .news.top .news-inner .pagenation .wp-pagenavi a.nextpostslink {
  position: relative;
}
.news.top .news-inner .pagenation .wp-pagenavi a.previouspostslink:before, .news.top .news-inner .pagenation .wp-pagenavi a.nextpostslink:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 1px solid #094181;
  border-bottom: 1px solid #094181;
  position: absolute;
  top: calc(50% - 4px);
  transform: translateY(-50%);
  transform: rotate(45deg);
}
.news.top .news-inner .pagenation .wp-pagenavi a.nextpostslink:before {
  transform: rotate(225deg);
}
.news.top .news-inner .pagenation .wp-pagenavi a:hover {
  color: #094181;
}
@media screen and (max-width: 767px) {
  .news.top .news-inner .pagenation .wp-pagenavi a:hover {
    color: #222222;
  }
}
.news.top .news-inner .pagenation .wp-pagenavi .current {
  display: block;
  padding: 3px 8px 2px;
  background: #E4E9F0;
  margin: 0 8px;
}
.news.article .ttl {
  background: url(/assets/img/news/page/mv_pc.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .news.article .ttl {
    background: url(/assets/img/news/page/mv_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.news.article .news-inner {
  width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .news.article .news-inner {
    width: 100%;
    padding: 0 5%;
  }
}
.news.article .news-inner .article-contents .date {
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Merriweather", serif;
}
.news.article .news-inner .article-contents .news-ttl {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .news.article .news-inner .article-contents .news-ttl {
    font-size: 1.5rem;
  }
}
.news.article .news-inner .article-contents p {
  margin-bottom: 1em;
}
.news.article .news-inner .article-contents h1 {
  font-size: 1.875rem;
  font-weight: 500;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .news.article .news-inner .article-contents h1 {
    font-size: 1.375rem;
  }
}
.news.article .news-inner .article-contents h2 {
  font-size: 1.75rem;
  font-weight: 500;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .news.article .news-inner .article-contents h2 {
    font-size: 1.375rem;
  }
}
.news.article .news-inner .article-contents h3 {
  font-size: 1.625rem;
  font-weight: 500;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .news.article .news-inner .article-contents h3 {
    font-size: 1.3125rem;
  }
}
.news.article .news-inner .article-contents h4 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .news.article .news-inner .article-contents h4 {
    font-size: 1.1875rem;
  }
}
.news.article .news-inner .article-contents h5 {
  font-size: 1.3125rem;
  font-weight: 500;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .news.article .news-inner .article-contents h5 {
    font-size: 1.0625rem;
  }
}
.news.article .news-inner .article-contents h6 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .news.article .news-inner .article-contents h6 {
    font-size: 0.9375rem;
  }
}
.news.article .news-inner .article-contents ul li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
  margin-bottom: 5px;
}
.news.article .news-inner .article-contents ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #094181;
  display: inline-block;
  margin-right: 5px;
}
.news.article .news-inner .article-contents img {
  max-width: 100%;
  width: revert-layer;
  height: auto;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .news.article .news-inner .article-contents img {
    height: auto;
    margin-bottom: 25px;
  }
}
.news.article .news-inner .article-contents img.f-left {
  float: left;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .news.article .news-inner .article-contents img.f-left {
    float: none;
    margin-right: 0;
  }
}
.news.article .news-inner .article-contents img.f-right {
  float: right;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .news.article .news-inner .article-contents img.f-right {
    float: none;
    margin-left: 0;
  }
}
.news.article .news-inner .article-contents .wp-video {
  max-width: 760px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .news.article .news-inner .article-contents .wp-video {
    max-width: 330px;
  }
}
.news.article .news-inner .article-contents blockquote {
  padding: 1em 1.5em;
  border-left: 4px solid #d6dde3;
  color: #545454;
  margin: 10px 0;
}
.news.article .btn {
  width: 180px;
  margin: 50px auto 20px;
}
.news.article .btn a {
  color: #094181;
  background: #fff;
  text-align: center;
}
.news.article .btn a:after {
  right: auto;
  left: 15px;
  transform: rotate(45deg);
  border-left: 1px solid #094181;
  border-bottom: 1px solid #094181;
}
.news.article .btn a:hover {
  color: #fff;
  background: #094181;
}
@media screen and (max-width: 767px) {
  .news.article .btn a:hover {
    color: #094181;
    background: #fff;
  }
}
.news.article .btn a:hover:after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .news.article .btn a:hover:after {
    border-left: 1px solid #094181;
    border-bottom: 1px solid #094181;
  }
}/*# sourceMappingURL=news.css.map */