@charset "UTF-8";
/* ========== ========== ==========
個別部
========== ========== ========== */
.pNews_news {
  margin-bottom: min(calc(160 / var(--base-width-pc) * 100vw), 160px);
}
.pNews_news .pagination {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.pNews_news .pagination_btn {
  font-size: 16px;
  border-radius: 99px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pNews_news .pagination_btn > :where(*) {
  font-weight: 500;
  color: #99968E;
  text-decoration: none;
}
.pNews_news .pagination_btn > :where(*).current {
  color: white;
}
.pNews_news .pagination_btn.current {
  background-color: var(--color-main);
  color: white;
}

/* 個別部ここまで
---------- ---------- */