@charset "UTF-8";
/* ===============================
   Pagination
================================ */
.custom-pagination-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans JP", sans-serif;
  color: #0b6b5b;
  /* ===============================
     記号ボタン（先頭/前/次/末尾）
  ============================== */
  /* ===============================
     数字リンク（paginate_links）
  ============================== */
}
.custom-pagination-link-list {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-pagination-link .pagination-btn,
.custom-pagination-link .pagination-btn-disabled {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef1f3;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  text-decoration: none;
  color: #0b6b5b;
  user-select: none;
  transition: background-color 0.15s ease, transform 0.05s ease;
}
.custom-pagination-link .pagination-btn svg,
.custom-pagination-link .pagination-btn-disabled svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2.6;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.custom-pagination-link .pagination-btn:hover {
  background: #e4e9ec;
}
.custom-pagination-link .pagination-btn:active {
  transform: translateY(1px);
}
.custom-pagination-link .pagination-btn-disabled {
  background: #f4f6f7;
  color: rgba(11, 107, 91, 0.35);
  cursor: default;
}
.custom-pagination-link .pagination-btn-disabled svg {
  opacity: 0.75;
}
.custom-pagination-link .page-numbers:not(.current):not(.dots) {
  width: 45px;
  height: 45px;
  min-width: 40px;
  padding: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef1f3;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: rgba(11, 107, 91, 0.9);
  text-decoration: none;
  transition: background-color 0.15s ease, transform 0.05s ease;
}
.custom-pagination-link a.page-numbers:not(.dots):not(.current):hover {
  background: #e4e9ec;
}
.custom-pagination-link a.page-numbers:not(.dots):not(.current):active {
  transform: translateY(1px);
}
.custom-pagination-link .page-numbers.dots {
  color: black;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-0.25em);
}
.custom-pagination-link .page-numbers.current {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  width: auto;
  height: auto;
  min-width: 0;
  padding: 0 6px;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  font-weight: 700;
  font-size: 18px;
  color: #0b6b5b;
  line-height: 1;
}
.custom-pagination-link .page-numbers.current .current-total {
  margin-left: 2px;
  font-size: 12px;
  font-weight: 700;
  color: #000000;
}

/*# sourceMappingURL=915.css.map */
