@charset "utf-8";

/* Newsページ */

/* ニュース一覧ページ */
.news__section-title {
  text-align: center;
  margin-bottom: 50px;
}
#archive-news {
  padding-bottom: 160px;
}

/* pagenation */
.pnavi {
  margin-top: 65px;
  color: #000;
  font-size: 14px;
}
.pnavi ol {
  display: flex;
  justify-content: center;
}
.pnavi ol li {
  width: 50px;
  height: 50px;
  margin: 0 15px 30px;
  border: 1px solid #237abf;
  border-radius: 50%;
  color: #237abf;
  line-height: 50px;
  text-align: center;
}
.pnavi ol li.-current {
  border-color: #237abf;
  background-color: #237abf;
  color: #fff;
}
.pnavi ol li a {
  display: block;
}

/* ニュースシングルページ */
#single-news {
  padding-bottom: 90px;
}
#single-news h3 {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: bold;
}
.news-day {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
#single-news .news-list {
  margin-top: 120px;
}

/* pagenation */
.single_pnavi {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 100px;
  text-align: center;
}
.single_pnavi .prevlink {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.single_pnavi .prevlink.prev {
  position: relative;
  width: 30%;
  padding: 0 0 0 60px;
  line-height: 1.8;
}
.single_pnavi .prevlink.prev img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 78px;
}
.single_pnavi .prevlink.next {
  position: relative;
  width: 30%;
  padding: 0 60px 0 0;
  line-height: 1.8;
}
.single_pnavi .prevlink.next a img {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 78px;
}
.single_pnavi .ichiran-link {
  width: 76px;
  height: 76px;
  border: 1px solid #237abf;
  border-radius: 50%;
  color: #237abf;
  line-height: 75px;
  text-align: center;
  cursor: pointer;
}
