.PageNav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc((48* 1px));
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-item {
  margin-right: calc((8* 1px));
}
.pagination .page-item:last-of-type {
  margin-right: 0;
}
.pagination .page-link {
  color: #757575;
  width: 30px;
  height: 30px;
  background-color: #ededed;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-item.prev .page-link,
.pagination .page-item.next .page-link {
  background-color: transparent;
  position: relative;
}
.pagination .page-item.prev .page-link:before,
.pagination .page-item.next .page-link:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border: 0px;
}
.pagination .page-item.prev .page-link:before {
  left: 50%;
  border-top: solid 2px #4ea497;
  border-right: solid 2px #4ea497;
  transform: translateX(50%) rotate(220deg);
}
.pagination .page-item.next .page-link:before {
  right: 50%;
  border-top: solid 2px #4ea497;
  border-right: solid 2px #4ea497;
  transform: translateX(-50%) rotate(45deg);
}
.pagination .page-item.first-last .page-link {
  color: #ffffff;
  background-color: #4ea497;
}

.inner {
  width: 930px;
  margin: auto;
}

.sitemap-box {
  display: flex;
  align-items: center;
  align-content: center;
}

.sitemap {
  margin-top: 70px;
}
.sitemap-box {
  border-top: 1px solid #e0e0e0;
  box-sizing: border-box;
}
.sitemap-box a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.85;
  width: 100%;
  padding: calc((40* 1px)) 10px calc((40* 1px)) 30px;
}
.sitemap-box :after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4rem;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border: 0px;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: 0px;
  border-top: solid 2px #4ea497;
  border-right: solid 2px #4ea497;
  transform: rotate(45deg);
}
.sitemap-box:last-of-type {
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 85.615em) {
  .PageNav {
    margin-top: 3.503649635vw;
  }
  .pagination .page-item {
    margin-right: 0.5839416058vw;
  }
  .pagination .page-link {
    width: 2.9197080292vw;
    height: 2.9197080292vw;
  }
  .inner {
    width: 67.8832116788vw;
  }
  .sitemap {
    margin-top: 5.1094890511vw;
  }
  .sitemap-box a {
    padding-left: 2.1897810219vw;
    font-size: 1.1678832117vw;
    padding: 2.9197080292vw 0.7299270073vw 2.9197080292vw 2.1897810219vw;
  }
  .sitemap-box :after {
    right: 2.9197080292vw;
  }
}
@media (max-width: 46.865em) {
  .PageNav {
    margin-top: 6.4vw;
  }
  .pagination .page-item {
    margin-right: 5.3333333333vw;
  }
  .pagination .page-link {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .pagination .page-item.prev .page-link:before,
.pagination .page-item.next .page-link:before {
    width: 9px;
    height: 9px;
    margin-top: -5px;
  }
  .pagination .page-item.prev .page-link:before {
    border-top: solid 3px #4ea497;
    border-right: solid 3px #4ea497;
  }
  .pagination .page-item.next .page-link:before {
    border-top: solid 3px #4ea497;
    border-right: solid 3px #4ea497;
  }
  .inner {
    width: 100%;
    padding: 0 4vw;
  }
  .sitemap-box {
    display: block;
  }
  .sitemap {
    margin-top: 8.5333333333vw;
  }
  .sitemap-box a {
    width: auto;
    font-size: 3.4666666667vw;
    padding: 5.3333333333vw 0 3.2vw 0;
  }
  .sitemap-box :after {
    right: 5.3333333333vw;
  }
}