@charset "UTF-8";
.news .news__date {
  padding-right: 30px;
}

.work .news__date {
  margin-bottom: 10px;
}

.page {
  width: 40px;
}

.first {
  position: absolute;
  left: 30px;
}

.previouspostslink {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.previouspostslink:hover {
  left: 55px;
  transition: 0.3s;
}

@media (max-width: 700px) {
  .previouspostslink {
    left: 10px;
  }
}
.last {
  position: absolute;
  right: 30px;
}

.nextpostslink {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.nextpostslink:hover {
  right: 55px;
  transition: 0.3s;
}

@media (max-width: 700px) {
  .nextpostslink {
    right: 10px;
  }
}
.pageNavi {
  text-align: center;
}
.pageNavi .wp-pagenavi {
  margin: 50px auto;
  display: inline-block;
  background: #f7f7f7;
  padding: 20px 100px;
  position: relative;
  text-align: center;
}
.pageNavi .wp-pagenavi a {
  display: inline-block;
}
.pageNavi .wp-pagenavi span {
  display: inline;
}

@media (max-width: 700px) {
  .pageNavi .wp-pagenavi {
    width: 100%;
    padding: 20px 0;
  }
}
.work .work__items {
  flex-wrap: wrap;
  justify-content: space-between;
}
.work .work__items::after {
  content: "";
  display: block;
  width: 32%;
}
.work .work__items .work__item {
  width: 32%;
  margin-bottom: 30px;
}
.work .work__items .work__item .thumbnail {
  height: 170px;
}
.work .work__items .work__item p {
  padding: 5px 10px;
}

@media (max-width: 700px) {
  .work .work__items .work__item {
    width: 100%;
  }
}
.news__info {
  padding: 10px;
}
.news__info .news__ttl {
  padding-bottom: 10px;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none;
}

a.page:hover {
  color: #fff;
  opacity: 1;
  background: #c90300;
  transition: all 0.3s ease-in-out;
}

.nextpostslink, .previouspostslink {
  margin: 0 !important;
}

.u-mb50 {
  margin-bottom: 50px;
}

/* ページネーション */
.pagenationNav {
  text-align: center;
  margin: 50px auto;
}

.pagenationNav a {
  text-decoration: none;
  color: black;
}

.m-pagenation {
  display: inline-flex;
  background: #f7f7f7;
  padding: 10px 50px;
}

.m-pagenation__body {
  display: flex;
  justify-content: center;
}

.m-pagenation__result {
  padding: 10px 20px;
}

.m-pagenation__prev a, .m-pagenation__next a {
  padding: 10px 20px;
  display: block;
  position: absolute;
}

.m-pagenation__prev, .m-pagenation__next {
  position: relative;
  width: 60px;
}

.m-pagenation__next a:hover {
  position: absolute;
  transition: 0.5s;
  transform: translate(10px);
}

.m-pagenation__prev a:hover {
  position: absolute;
  transition: 0.5s;
  transform: translate(-10px);
}

.m-pagenation__body li a {
  padding: 10px 20px;
  display: block;
}

.m-pagenation__body li a:hover {
  background: #c90300;
  color: white;
  transition: 0.3s;
}

.-current {
  color: #c90300;
  padding: 10px 20px;
}/*# sourceMappingURL=archive.css.map */