.main_contents {
  margin: 0 auto 184px;
}

.main_ttl_area {
  padding: 100px 0 80px;
}

.main_ttl {
  width: 162px;
  margin: 0 auto;
}

h1 {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding: 20px 0 0;
  letter-spacing: 0.08em;
}

section {
  width: 88%;
  max-width: 1000px;
  margin: 0 auto 100px;
}

section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
}

section ul li {
  width: 140px;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.667em;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 25px;
  -webkit-transition: .4s;
  transition: .4s;
}

section ul li a {
  text-decoration: none;
  color: #282828;
}

section ul li:hover {
  background-color: #282828;
  color: #fff;
}

section ul li a:hover {
  color: #fff;
}

.news_article {
  width: 88%;
  max-width: 1000px;
  margin: 0 auto;
}

.news_article > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 2.8%;
}

.news_article > ul > li {
  width: 22.9%;
}

.news_article_tag {
  width: 49.782%;
}

.news_article_tag > span {
  line-height: inherit;
  font: inherit;
}

.news_article_tag > span:first-of-type {
  margin-top: -0.333em;
}

.news_article_tag > span:last-of-type {
  margin-bottom: -0.333em;
}

.news_article_tag .tag {
  display: block;
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.667em;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 20px;
}

.news_article_img {
  margin-top: 14px;
  border-radius: 6px;
}

.news_article_img a:hover {
  opacity: 0.8;
}

.news_article_time {
  margin-top: 28px;
}

.news_article_time > time {
  line-height: inherit;
  font: inherit;
}

.news_article_time > time:first-of-type {
  margin-top: -0.666em;
}

.news_article_time > time:last-of-type {
  margin-bottom: -0.666em;
}

.news_article_time time {
  color: #bebebe;
  font-size: 12px;
  line-height: 2.334em;
}

.news_article_txt {
  margin-top: 15px;
}

.news_article_txt > p {
  line-height: inherit;
  font: inherit;
}

.news_article_txt > p:first-of-type {
  margin-top: -0.312em;
}

.news_article_txt > p:last-of-type {
  margin-bottom: -0.312em;
}

.news_article_txt > p {
  font-size: 14px;
  line-height: 1.625em;
  text-align: justify;
}

.news_article_txt > p a {
  text-decoration: none;
  color: #6E6E6E;
}

.news_article_txt > p a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .main_contents {
    margin: 0 auto 125px;
  }
  .main_ttl_area {
    padding: 75px 0;
  }
  .main_ttl {
    width: 23.2%;
  }
  h1 {
    font-size: calc(11px + (12 - 11 ) * ( 100vw - 375px ) / (767 - 375 ));
    padding: 15px 0 0;
  }
  section {
    width: 82.667%;
    margin: 0 auto 60px;
  }
  section ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  section ul li {
    width: 48.388%;
    padding: 19px 0;
    font-size: calc(12px + (13 - 12 ) * ( 100vw - 375px ) / (767 - 375 ));
    border-radius: 50px;
  }
  .news_article {
    width: 82.667%;
  }
  .news_article > ul {
    display: block;
  }
  .news_article > ul > li {
    width: 100%;
    padding-bottom: 40px;
  }
  .news_article > ul > li:last-of-type {
    padding-bottom: 0;
  }
  .news_article_tag {
    width: 35.162%;
  }
  .news_article_tag .tag {
    padding: 5px 0;
    font-size: calc(11px + (12 - 11 ) * ( 100vw - 375px ) / (767 - 375 ));
    border-radius: 23px;
  }
  .news_article_img {
    border-radius: 5px;
    margin-top: 20px;
  }
  .news_article_img a:hover {
    opacity: 1;
  }
  .news_article_time {
    margin-top: 16px;
  }
  .news_article_time time {
    font-size: calc(12px + (13 - 12 ) * ( 100vw - 375px ) / (767 - 375 ));
  }
  .news_article_txt {
    margin-top: 10px;
  }
  .news_article_txt > p {
    font-size: calc(13px + (14 - 13 ) * ( 100vw - 375px ) / (767 - 375 ));
    line-height: 1.7em;
  }
}

.pagination {
  text-align: center;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}

.nav-links .page-numbers {
  display: inline-block;
  margin: 0 10px 0 0;
  text-decoration: none;
  border-radius: 2px;
  background: #f6f8f8;
  width: 32px;
  height: 32px;
  padding: 9px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #bebebe;
  line-height: 1;
  font-size: 14px;
}

.nav-links .page-numbers.current {
  font-weight: bold;
  background: #282828;
  color: #fff;
}

.nav-links .page-numbers.prev, .nav-links .page-numbers.next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #282828;
  background: #fff;
  color: #282828;
  padding: 20px;
  margin: 0 40px 0 0;
}

.nav-links .page-numbers.prev:hover, .nav-links .page-numbers.next:hover {
  background: #282828;
  color: #fff;
}

.nav-links .page-numbers.next {
  margin-right: 0;
  margin-left: 40px;
}

.pagination a:hover {
  background: #282828;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .pagination a,
  .pagination span {
    margin: 50px 10px 0 0;
    width: 30px;
    height: 30px;
    padding: 8px 0;
  }
  .pagination a:first-of-type {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #282828;
    background: #fff;
    color: #282828;
    padding: 13px;
    margin-right: 32px;
  }
  .pagination a:last-of-type {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #282828;
    background: #fff;
    color: #282828;
    padding: 14px;
    margin-left: 32px;
  }
}
/*# sourceMappingURL=style.css.map */