/* ページネーション */
.up-d_pagenation {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  /* font-family:
    "Rotis Serif Std Regular", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
}

.up-d_pagenation-list {
  display: flex;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.up-d_pagenation-item {
  display: inline-flex;
}

.up-d_pagenation-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 10px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s ease;
  cursor: pointer;
}

/* 現在のページ */
.up-d_pagination-now a {
  border-color: #333;
  border: 1px solid #ddd;
  cursor: default;
  pointer-events: none;
}

/* バナー */
.up-d_note-casanet_banner {
  opacity: 1;
  transition: opacity 0.4s ease;
  width: 300px;
}

.up-d_note-casanet_banner.is-hidden {
  opacity: 0;
}

@media screen and (max-width: 468px) {
  .up-d_note-casanet_banner {
    width: 280px;
  }
}
