.section__news .news__categories {
  display: flex;
  justify-content: center;
  background: #046F3E;
  margin-bottom: 70px;
  flex-wrap: wrap;
  padding: 15px 0;
}
.section__news .news__categories a {
  color: #FFFFFF;
  margin: 5px 10px;
  font-size: 14px;
}
.section__news .news__articles {
  margin-bottom: 80px;
}
.section__news .news__articles .news__article a {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid;
  margin-top: 18px;
}
.section__news .news__articles .news__article .news__date {
  display: inline-block;
  padding-right: 80px;
  font-weight: 500;
}
.section__news .page-nav {
  background: #4F816A;
  display: flex;
  justify-content: space-around;
  max-width: 450px;
  margin: 0 auto 30px;
  padding: 10px;
  font-weight: bold;
}
.section__news .page-nav .numbers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section__news .page-nav .number {
  margin: 10px 15px;
}
.section__news .page-nav a {
  color: #FFFFFF;
  white-space: nowrap;
}
.section__news .page-nav .prev, .section__news .page-nav .next {
  margin: 10px;
}
.section__news .wp-pagenavi {
  background: #4F816A;
  display: flex;
  justify-content: space-around;
  max-width: 450px;
  margin: 0 auto 30px;
  padding: 10px;
  font-weight: bold;
}
.section__news .wp-pagenavi .page, .section__news .wp-pagenavi .current {
  margin: 10px 5px;
}
.section__news .wp-pagenavi a {
  color: #FFFFFF;
  white-space: nowrap;
}
.section__news .wp-pagenavi .current {
  color: white;
}
.section__news .wp-pagenavi .previouspostslink, .section__news .wp-pagenavi .nextpostslink {
  margin: 10px;
}
.section__news .news__tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section__news .news__tags .news__tag {
  margin: 10px;
}
.section__news .news__tags a {
  color: #046F3E;
  border: 2px solid;
  border-radius: 5px;
  padding: 10px 40px;
  font-weight: 500;
}
.section__news .article__content {
  margin-bottom: 50px;
  text-align: justify;
}
.section__news .article__ttl {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
}
.section__news .article__ttl h2 {
  font-weight: 500;
}
.section__news .article__date {
  text-align: right;
  margin-bottom: 40px;
}
.section__news .article__date span {
  font-size: 16px;
  color: #046F3E;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px 10px;
}

@media (max-width: 700px) {
  .section__news {
    margin-bottom: 80px;
  }
  .section__news .news__categories {
    margin-bottom: 40px;
  }
  .section__news .page-nav {
    margin-bottom: 20px;
  }
  .section__news .page-nav .number {
    margin: 10px;
  }
  .section__news .page-nav .prev, .section__news .page-nav .next {
    margin: 10px;
  }
  .section__news .news__articles {
    margin-bottom: 30px;
  }
  .section__news .news__articles .news__article .news__date {
    width: 100%;
    margin-bottom: 5px;
  }
  .section__news .news__articles .news__article .news__ttl {
    margin-bottom: 15px;
  }
  .section__news .news__tags {
    justify-content: space-between;
    text-align: center;
  }
  .section__news .news__tags .news__tag {
    width: 47%;
    margin: 5px 0;
  }
  .section__news .news__tags a {
    width: 100%;
    font-size: 14px;
    padding: 10px;
  }
  .section__news .article__ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .section__news .article__date {
    margin-bottom: 20px;
  }
}
.topics__articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topics__articles::after {
  content: "";
  display: block;
  width: 33%;
}
.topics__articles .topics__article {
  width: 32%;
  margin-bottom: 80px;
}
.topics__articles .topics__thumb {
  margin-bottom: 20px;
}
.topics__articles .topics__ttl {
  font-size: 18px;
  margin-bottom: 20px;
}
.topics__articles .topics__ttl h2 {
  font-weight: 500;
}
.topics__articles .topics__date span {
  font-size: 16px;
  color: #046F3E;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px 10px;
}

@media (max-width: 700px) {
  .topics__articles .topics__article {
    width: 100%;
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=news.css.map */