@charset "UTF-8";
.news .news-contents {
  width: 72%;
  min-width: 1040px;
  padding: 150px 0 50px;
  border-radius: 8px 0 0 8px;
  margin-left: auto;
  background: #fff;
  position: relative;
  top: -130px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .news .news-contents {
    width: 90%;
    min-width: auto;
    padding: 15px 0 80px;
    margin: 0 auto;
    top: 0;
  }
}
.news .news-contents .news-list {
  width: 800px;
  margin-left: 120px;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .news .news-contents .news-list {
    width: 100%;
    margin: 0;
  }
}
.news .news-contents .news-list li a {
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news .news-contents .news-list li a {
    padding: 15px 0;
  }
}
.news .news-contents .news-list li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #00A1E9;
  background: linear-gradient(90deg, rgba(0, 161, 233, 0.5) 0%, rgba(0, 113, 188, 0.5) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.news .news-contents .news-list li a .date {
  width: 120px;
  color: #0071BC;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .news .news-contents .news-list li a .date {
    width: 100%;
  }
}
.news .news-contents .news-list li a .news-ttl {
  width: calc(100% - 120px);
}
@media screen and (max-width: 767px) {
  .news .news-contents .news-list li a .news-ttl {
    width: 100%;
  }
}
.news .news-contents .news-list li a:hover {
  color: #0071BC;
}
.news .news-contents .news-list li a.no-link {
  pointer-events: none;
}
.news .news-contents .news-list li a.blank-link .news-ttl::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/assets/img/common/icon_blank.png) no-repeat;
  background-size: contain;
  position: relative;
  top: 2px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .news .news-contents .news-list li a.blank-link .news-ttl::after {
    width: 15px;
    height: 15px;
  }
}
.news .news-contents .news-list li a.file-link .news-ttl::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/assets/img/common/icon_file.png) no-repeat;
  background-size: contain;
  position: relative;
  top: 8px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .news .news-contents .news-list li a.file-link .news-ttl::after {
    width: 20px;
    height: 20px;
  }
}
.news .pagenation {
  margin-top: 120px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .news .pagenation {
    padding: 0 5%;
    margin-top: 80px;
  }
}
.news .pagenation .wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 0 25px;
}
@media screen and (max-width: 767px) {
  .news .pagenation .wp-pagenavi {
    gap: 0 15px;
  }
}
.news .pagenation .wp-pagenavi .current {
  font-size: 1.25rem;
  font-family: "Figtree", sans-serif;
  color: #000000;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .news .pagenation .wp-pagenavi .current {
    font-size: 0.9375rem;
  }
}
.news .pagenation .wp-pagenavi a {
  color: #0071BC;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Figtree", sans-serif;
}
@media screen and (max-width: 767px) {
  .news .pagenation .wp-pagenavi a {
    font-size: 0.9375rem;
  }
}
.news .pagenation .wp-pagenavi .previouspostslink {
  position: relative;
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid #0071BC;
  margin-right: 30px;
  top: -12px;
}
@media screen and (max-width: 767px) {
  .news .pagenation .wp-pagenavi .previouspostslink {
    width: 36px;
    height: 36px;
    top: -9px;
    margin-right: 15px;
  }
}
.news .pagenation .wp-pagenavi .previouspostslink::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  border-right: 2px solid #0071BC;
  border-bottom: 2px solid #0071BC;
  position: absolute;
  top: 17px;
  left: 18px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .news .pagenation .wp-pagenavi .previouspostslink::after {
    top: 10px;
    left: 12px;
  }
}
.news .pagenation .wp-pagenavi .previouspostslink:hover {
  background: #0071BC;
}
@media screen and (max-width: 767px) {
  .news .pagenation .wp-pagenavi .previouspostslink:hover {
    background: #fff;
  }
}
.news .pagenation .wp-pagenavi .previouspostslink:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .news .pagenation .wp-pagenavi .previouspostslink:hover::after {
    border-right: 2px solid #0071BC;
    border-bottom: 2px solid #0071BC;
  }
}
.news .pagenation .wp-pagenavi .nextpostslink {
  position: relative;
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid #0071BC;
  margin-left: 30px;
  top: -12px;
}
@media screen and (max-width: 767px) {
  .news .pagenation .wp-pagenavi .nextpostslink {
    width: 36px;
    height: 36px;
    top: -9px;
    margin-left: 15px;
  }
}
.news .pagenation .wp-pagenavi .nextpostslink::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #0071BC;
  border-bottom: 2px solid #0071BC;
  position: absolute;
  top: 17px;
  right: 18px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .news .pagenation .wp-pagenavi .nextpostslink::after {
    top: 10px;
    right: 12px;
  }
}
.news .pagenation .wp-pagenavi .nextpostslink:hover {
  background: #0071BC;
}
@media screen and (max-width: 767px) {
  .news .pagenation .wp-pagenavi .nextpostslink:hover {
    background: #fff;
  }
}
.news .pagenation .wp-pagenavi .nextpostslink:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .news .pagenation .wp-pagenavi .nextpostslink:hover::after {
    border-right: 2px solid #0071BC;
    border-bottom: 2px solid #0071BC;
  }
}
.news.news-cms .article-contents {
  width: 800px;
  margin-left: 120px;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .news.news-cms .article-contents {
    width: 100%;
    margin: 0;
  }
}
.news.news-cms .article-contents .article-head {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .news.news-cms .article-contents .article-head {
    margin-bottom: 50px;
  }
}
.news.news-cms .article-contents .article-head .date {
  color: #0071BC;
  font-weight: bold;
  font-family: "Figtree", sans-serif;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .news.news-cms .article-contents .article-head .date {
    font-size: 0.8125rem;
    margin-bottom: 30px;
  }
}
.news.news-cms .article-contents .article-head .news-ttl {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .news.news-cms .article-contents .article-head .news-ttl {
    font-size: 1.125rem;
  }
}
.news.news-cms .news-article img {
  max-width: 100%;
  width: revert-layer;
  border-radius: 8px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .news.news-cms .news-article img {
    height: auto;
  }
}
.news.news-cms .news-article img.f-left {
  float: left;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .news.news-cms .news-article img.f-left {
    float: none;
    margin-right: 0;
  }
}
.news.news-cms .news-article img.f-right {
  float: right;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .news.news-cms .news-article img.f-right {
    float: none;
    margin-left: 0;
  }
}
.news.news-cms .news-article .wp-video {
  max-width: 700px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .news.news-cms .news-article .wp-video {
    max-width: 330px;
  }
}
.news.news-cms .news-article blockquote {
  padding: 1em 1.5em;
  border-left: 4px solid #d6dde3;
  color: #545454;
  margin: 10px 0;
}
.news.news-cms .news-article p {
  line-height: 2;
  margin-bottom: 0.5em;
}
.news.news-cms .news-article a {
  display: block;
  color: #0071BC;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.news.news-cms .news-article a:hover {
  text-decoration: none;
}
.news.news-cms .news-article ul {
  margin-left: 23px;
  margin-bottom: 1em;
}
.news.news-cms .news-article ul li {
  line-height: 1.6;
  margin-bottom: 5px;
  position: relative;
}
.news.news-cms .news-article ul li:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #0071BC;
  border-radius: 50%;
  position: absolute;
  left: -23px;
  top: 0.4em;
}
.news.news-cms .news-article ul li span {
  font-weight: bold;
}
.news.news-cms .news-article h1, .news.news-cms .news-article h2, .news.news-cms .news-article h3, .news.news-cms .news-article h4, .news.news-cms .news-article h5, .news.news-cms .news-article h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.news.news-cms .news-article h1 {
  font-size: 2.375rem;
  border-bottom: 2px solid #0071BC;
  margin-bottom: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news.news-cms .news-article h1 {
    font-size: 1.5625rem;
  }
}
.news.news-cms .news-article h2 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 25px;
  padding-left: 10px;
  border-left: 5px solid #0071BC;
}
@media screen and (max-width: 767px) {
  .news.news-cms .news-article h2 {
    font-size: 1.375rem;
  }
}
.news.news-cms .news-article h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.625rem;
  margin-bottom: 0.85em;
}
@media screen and (max-width: 767px) {
  .news.news-cms .news-article h3 {
    font-size: 1.3125rem;
    text-indent: -0.6em;
    padding-left: 1em;
  }
}
.news.news-cms .news-article h3:before {
  content: "■";
  display: inline-block;
  color: #0071BC;
  margin-right: 5px;
}
.news.news-cms .news-article h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  text-indent: -0.5em;
  padding-left: 1em;
  margin-bottom: 10px;
}
.news.news-cms .news-article h4::before {
  content: "・";
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .news.news-cms .news-article h4 {
    font-size: 1.125rem;
  }
}
.news.news-cms .news-article h5 {
  font-size: 1.125rem;
  color: #0071BC;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .news.news-cms .news-article h5 {
    font-size: 1rem;
  }
}
.news.news-cms .news-article h6 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .news.news-cms .news-article h6 {
    font-size: 0.9375rem;
  }
}
.news.news-cms .news-article table {
  margin: 15px 0;
}
.news.news-cms .pagenation {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .news.news-cms .pagenation {
    margin-top: 0;
  }
}
.news.news-cms .btn {
  margin: 60px auto 0;
}/*# sourceMappingURL=news.css.map */