.p-news {
  padding-bottom: clamp(4rem, 7.8125vw, 9.375rem);
  font-weight: 700;
}
.p-news-title {
  margin-bottom: 1rem;
  text-align: center;
  font-size: var(--f36);
  font-family: var(--f_zen);
}
.p-news-list {
  width: calc(100% - 2rem);
  max-width: 912px;
  margin: 0 auto;
}
.p-news-list-wrapper {
  max-width: 1124px;
  margin: 0 auto clamp(1rem, 2.0833333333vw, 2.5rem);
  padding: 2rem 0 1rem;
  position: relative;
  border: clamp(2px, 0.2083333333vw, 0.25rem) solid var(--color_lightblue02);
  border-radius: clamp(0.5rem, 1.3541666667vw, 1.625rem);
}
.p-news-list .item:not(:last-of-type) {
  border-bottom: 1px solid var(--color_mono03);
}
.p-news-list .item a {
  display: block;
  padding: 1rem 0;
}
.p-news-list .item a:hover {
  color: var(--color_lightblue01);
}
.p-news-list .item time {
  display: block;
  margin-bottom: 0.25rem;
}
.p-news-pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1124px;
  margin: auto;
  padding: 1rem;
  position: relative;
  background-color: var(--color_lightblue04);
}
.p-news-pagenation .page-numbers {
  width: clamp(1.5rem, 2.0833333333vw, 2.5rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  text-align: center;
  line-height: clamp(1.5rem, 2.0833333333vw, 2.5rem);
}
.p-news-pagenation a.page-numbers {
  background-color: var(--color_lightblue01);
  color: var(--color_mono02);
}
.p-news-pagenation a.prev,
.p-news-pagenation a.next {
  width: 4rem;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  left: auto;
  color: var(--color_mono01);
  background-color: transparent;
}
.p-news-pagenation a.prev {
  left: 1rem;
  right: auto;
}
.p-news-pagenation a.next {
  left: auto;
  right: 1rem;
}

@media screen and (min-width: 768px) {
  .p-news-list .item a {
    display: flex;
  }
  .p-news-list .item time {
    width: 8rem;
    flex-shrink: 0;
  }
}/*# sourceMappingURL=news.css.map */