.news .contents.inner {
  width: 800px;
  margin-left: calc((100% - 800px) / 2);
}
@media screen and (max-width: 767px) {
  .news .contents.inner {
    width: 100%;
    margin-left: 0;
  }
}
.news.news-top .ttl {
  height: 182px;
}
@media screen and (max-width: 767px) {
  .news.news-top .ttl {
    padding-top: 40px;
    min-height: 170px;
    height: auto;
  }
}
.news.news-top .contents {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .news.news-top .contents {
    padding-top: 80px;
  }
}
.news.news-top .news-list li a {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #707070;
  position: relative;
}
.news.news-top .news-list li a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #CE3533;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: 0.8s ease;
}
.news.news-top .news-list li a .date {
  width: 90px;
  color: #CE3533;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .news.news-top .news-list li a .date {
    margin-bottom: 5px;
  }
}
.news.news-top .news-list li a .news-ttl {
  width: calc(100% - 90px);
}
@media screen and (max-width: 767px) {
  .news.news-top .news-list li a .news-ttl {
    width: 100%;
  }
}
.news.news-top .news-list li a:hover:after {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news.news-top .news-list li a:hover:after {
    width: 0;
  }
}
.news.news-top .news-list li a:hover .news-ttl {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .news.news-top .news-list li a:hover .news-ttl {
    color: #222222;
  }
}
.news.news-top .news-list li:first-of-type a {
  border-top: 1px solid #707070;
}
.news.news-top .news-list li:first-of-type a.no-link {
  pointer-events: none;
}
.news.news-top .pagenation {
  max-width: 250px;
  margin: 60px auto 0;
}
.news.news-top .pagenation .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.news.news-top .pagenation .wp-pagenavi .previouspostslink {
  margin-right: 13px;
}
.news.news-top .pagenation .wp-pagenavi .previouspostslink .la-arrow-left {
  background: #fff;
  border: 1px solid #CCCCCC;
}
.news.news-top .pagenation .wp-pagenavi .previouspostslink .la-arrow-left:before {
  color: #CCCCCC;
}
.news.news-top .pagenation .wp-pagenavi .previouspostslink:hover .la-arrow-left {
  background: #CCCCCC;
}
@media screen and (max-width: 767px) {
  .news.news-top .pagenation .wp-pagenavi .previouspostslink:hover .la-arrow-left {
    background: #fff;
  }
}
.news.news-top .pagenation .wp-pagenavi .previouspostslink:hover .la-arrow-left:before {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .news.news-top .pagenation .wp-pagenavi .previouspostslink:hover .la-arrow-left:before {
    color: #CCCCCC;
  }
}
.news.news-top .pagenation .wp-pagenavi .nextpostslink {
  margin-left: 13px;
}
.news.news-top .pagenation .wp-pagenavi .nextpostslink .la-arrow-right {
  background: #fff;
}
.news.news-top .pagenation .wp-pagenavi .nextpostslink .la-arrow-right:before {
  color: #CE3533;
}
.news.news-top .pagenation .wp-pagenavi .nextpostslink:hover .la-arrow-right {
  background: #CE3533;
}
@media screen and (max-width: 767px) {
  .news.news-top .pagenation .wp-pagenavi .nextpostslink:hover .la-arrow-right {
    background: #fff;
  }
}
.news.news-top .pagenation .wp-pagenavi .nextpostslink:hover .la-arrow-right:before {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .news.news-top .pagenation .wp-pagenavi .nextpostslink:hover .la-arrow-right:before {
    color: #CE3533;
  }
}
.news.news-top .pagenation .wp-pagenavi .page,
.news.news-top .pagenation .wp-pagenavi .current {
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0 12px;
}
.news.news-top .pagenation .wp-pagenavi .page {
  color: #CE3533;
}
.news.article .ttl {
  height: 182px;
}
@media screen and (max-width: 767px) {
  .news.article .ttl {
    padding-top: 40px;
    min-height: 170px;
    height: auto;
  }
}
.news.article .contents {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .news.article .contents {
    padding-top: 80px;
  }
}
.news.article .date {
  color: #CE3533;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.news.article .news-ttl {
  font-size: 2.5rem;
  border-bottom: 1px solid #CE3533;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .news.article .news-ttl {
    font-size: 2rem;
  }
}
.news.article .news-article p {
  margin-bottom: 1em;
}
.news.article .news-article h1 {
  font-size: 2.1875rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .news.article .news-article h1 {
    font-size: 1.75rem;
  }
}
.news.article .news-article h2 {
  font-size: 1.5625rem;
  margin-bottom: 1em;
  border-left: 3px solid #CE3533;
  padding-left: 12px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .news.article .news-article h2 {
    font-size: 1.25rem;
  }
}
.news.article .news-article ul li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
  margin-bottom: 5px;
}
.news.article .news-article ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #CE3533;
  display: inline-block;
  margin-right: 5px;
}
.news.article .news-article img {
  max-width: 100%;
  width: revert-layer;
  height: auto;
  margin-bottom: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .news.article .news-article img {
    height: auto;
    margin-bottom: 15px;
  }
}
.news.article .news-article img.f-left {
  float: left;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .news.article .news-article img.f-left {
    float: none;
    margin-right: 0;
  }
}
.news.article .news-article img.f-right {
  float: right;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .news.article .news-article img.f-right {
    float: none;
    margin-left: 0;
  }
}
.news.article .news-article .wp-video {
  max-width: 800px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .news.article .news-article .wp-video {
    max-width: 330px;
  }
}
.news.article .news-article blockquote {
  padding: 1em 1.5em;
  border-left: 4px solid #707070;
  color: #707070;
  margin: 10px 0;
}
.news.article .btn {
  margin: 45px auto 0;
}/*# sourceMappingURL=news.css.map */