@charset "utf-8";
.news_inner {
  padding: 0 33px;
}
.page_nav_wrap {
  margin: 45px 0 0 0;
}
.wp-pagenavi {
  text-align: center;
  font-family: "Gabarito Latin", "Zen Kaku Gothic New", system-ui, sans-serif;
}
.pages {
  display: none;
}
.wp-pagenavi .current,
.page_nav_wrap .wp-pagenavi a {
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #8d8d89;
  width: 40px;
  height: 40px;
  border: none;
  margin: 0 10px 0 0;
  padding: 0;
}
.wp-pagenavi .current {
  background-color: #fff;
}
.page_nav_wrap .wp-pagenavi span.current {
  font-weight: normal;
}
.page_nav_wrap .wp-pagenavi a {
  background-color: #efefec;
  transition: 0.35s;
}
.previouspostslink::before {
  content: "<";
  position: relative;
}
.nextpostslink::before {
  content: ">";
  position: relative;
  left: 1px;
}
.wp-pagenavi a:hover {
  background-color: #fff;
  transition: 0.35s;
}
@media screen and (min-width: 1280px) {
  .news_inner {
    padding: 0;
    width: 1160px;
    margin: auto;
  }
  .wp-pagenavi .current,
  .page_nav_wrap .wp-pagenavi a {
    width: 60px;
    height: 60px;
  }
  .previouspostslink::before {
    left: 0px;
  }
  .nextpostslink::before {
    left: 2px;
  }
}
/* 詳細ページ */
.news_single_arw {
  background-color: #efefec;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: grid;
  place-items: center;
}
.news_single {
  padding: 0 33px;
}
.news_single_contents {
  padding: 0 0 100px 0;
  border-bottom: 1px solid #8d8d89;
}
.page_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 0 0;
}
.arw_rtrn {
  color: #8d8d89;
  text-decoration: underline;
}
.news_single_arw span {
  color: #8d8d89;
  display: block;
}
.single_ttl_time {
  color: #8D8D89;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .single_ttl_time {
    font-size: clamp(18px, 2.34vw, 30px);
  }
}
@media only screen and (min-width: 1280px) {
  .news_single {
    width: 1160px;
    margin: auto;
    padding: 0;
  }
  .news_single_contents {
    padding: 0 0 100px 0;
  }
  .page_nav {
    margin: 40px 0 0 0;
  }
  .news_single_arw {
    width: 60px;
    height: 60px;
  }
  .single_ttl_time {
    font-size: 30px;
  }
}