.news__container {
  max-width: 1000px;
  margin: auto;
}
.news__topic-lists {
  margin-bottom: clamp(1.5rem, 1.7708333333vw, 2.125rem);
}
.news__topic-list {
  border-top: 1px solid var(--color_gold03);
}
.news__topic-list:last-of-type {
  border-bottom: 1px solid var(--color_gold03);
}
.news__topic-list__item {
  display: block;
  padding: clamp(1rem, 1.3020833333vw, 1.5625rem);
}
.news__pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 1rem;
  position: relative;
  background-color: var(--color_gold04);
}
.news__pagenation .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(1.5rem, 1.5625vw, 1.875rem);
  aspect-ratio: 1/1;
  margin: 0 0.5rem;
  border-radius: 50%;
  line-height: clamp(1.5rem, 1.5625vw, 1.875rem);
}
.news__pagenation a.page-numbers {
  background-color: var(--color_gold01);
  color: var(--color_mono02);
}
.news__pagenation a.prev,
.news__pagenation a.next {
  width: 4.2rem;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color_mono01);
  background-color: transparent;
}
.news__pagenation a.prev{
  left: 1rem;
}
.news__pagenation a.next{
  left: auto;
  right: 1rem;
}

@media screen and (min-width: 992px) {
  .news__topic-list__item {
    display: flex;
  }
  .news__topic-list__date {
    width: clamp(6rem, 8.3333333333vw, 87.5rem);
  }
}/*# sourceMappingURL=news.css.map */