@charset "UTF-8";
/*media end*/
.n-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  width: 635px;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 1280px) and (min-width: 768px) {
  .n-pagination {
    width: 38.1rem; } }
@media screen and (max-width: 767px) {
  .n-pagination {
    flex-wrap: nowrap;
    width: 100%; } }
.n-pagination .n-navbtn {
  border: 1px solid #ccc;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px #ccc;
  box-shadow: 0 1px 3px #ccc;
  font-size: 1.4rem;
  line-height: 1.5; }

@media screen and (max-width: 1280px) and (min-width: 768px) {
  .n-pagination .n-navbtn {
    padding: 0 0.6rem;
    white-space: nowrap;
    font-size: calc((100vw / 1280) * 14); } }
@media screen and (max-width: 767px) {
  .n-pagination .n-navbtn {
    font-size: calc((100vw / 768) * 24);
    padding: calc((100vw / 768) * 8) calc((100vw / 768) * 30); } }
@media screen and (max-width: 767px) {
  .n-pagination .n-navbtn--first {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }
.n-pagination .n-navbtn--first::before {
  content: "<";
  padding-right: 5px;
  font-size: 18px; }

@media screen and (max-width: 1280px) and (min-width: 768px) {
  .n-pagination .n-navbtn--first::before {
    font-size: 1.08rem;
    padding-right: 0.3rem; } }
@media screen and (max-width: 767px) {
  .n-pagination .n-navbtn--first::before {
    font-size: calc((100vw / 768) * 24); } }
@media screen and (max-width: 767px) {
  .n-pagination .n-navbtn--last {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; } }
.n-pagination .n-navbtn--last::after {
  content: ">";
  font-size: 18px;
  padding-left: 5px; }

@media screen and (max-width: 1280px) and (min-width: 768px) {
  .n-pagination .n-navbtn--last::after {
    font-size: 1.08rem;
    padding-right: 0.3rem; } }
@media screen and (max-width: 767px) {
  .n-pagination .n-navbtn--last::after {
    font-size: calc((100vw / 768) * 24); } }
.n-pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }

@media screen and (max-width: 767px) {
  .n-pagination__list {
    width: 70%;
    font-size: calc((100vw / 768) * 24);
    margin-bottom: 0; } }
.n-pagination__list li {
  min-width: 45px;
  color: #1e5ac8;
  padding: 2px 15px;
  font-weight: bold;
  border-left: 0.25px solid #000;
  text-align: center; }

@media screen and (max-width: 1280px) and (min-width: 768px) {
  .n-pagination__list li {
    padding: 0.12rem 0.9rem;
    min-width: 2.7rem;
    font-size: 0.84rem; } }
@media screen and (max-width: 767px) {
  .n-pagination__list li {
    min-width: auto;
    padding: calc((100vw / 768) * 4) calc((100vw / 768) * 30); } }
.n-pagination__list li:nth-last-child(2) {
  border-right: 0.25px solid #000; }

.n-pagination__list li:first-child, .n-pagination__list li:last-child, .n-pagination__list li.n-actived {
  color: #000; }

.n-pagination__list li.n-actived {
  color: #1e5ac8 !important; }

.n-pagination__list li:first-child, .n-pagination__list li:last-child {
  border: none; }

@media screen and (max-width: 1280px) and (min-width: 768px) {
  .n-pagination__list li:first-child, .n-pagination__list li:last-child {
    width: 6rem; } }
@media screen and (max-width: 767px) {
  .n-pagination__list li:first-child, .n-pagination__list li:last-child {
    width: auto !important;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }
.n-pagination__list li span {
  display: inline-block;
  font-weight: normal;
  font-size: 24px;
  padding: 0 5px;
  vertical-align: sub; }

@media screen and (max-width: 1280px) and (min-width: 768px) {
  .n-pagination__list li span {
    font-size: calc((100vw / 1280) * 24);
    padding: 0 0.3rem; } }
@media screen and (max-width: 767px) {
  .n-pagination__list li span {
    font-size: calc((100vw / 768) * 24);
    padding: 0; } }
.n-pagination__list li.ｎ-nolink {
  color: #000;
  cursor: default;
  position: relative; }

.n-pagination__list li.ｎ-nolink::after,
.n-pagination__list li.ｎ-nolink::before {
  content: "\B7";
  position: absolute; }

.n-pagination__list li.ｎ-nolink::after {
  left: 12px; }

.n-pagination__list li.ｎ-nolink::before {
  right: 12px; }
