@charset "UTF-8";
/*=======================================
お知らせ
=========================================*/
/*=======================================
お知らせ 一覧
=========================================*/
.p-news-archive {
  padding-bottom: 110px;
}

/*=======================================
お知らせ 詳細
=========================================*/
.p-news-detail {
  padding-bottom: 110px;
}
.p-news-detail .title {
  padding-bottom: 20px;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 30px;
}
.p-news-detail .title .day {
  font-family: Inter;
  font-weight: 500;
  font-size: 17px;
  text-align: left;
  color: #9b9b9b;
}
.p-news-detail .title h2 {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 25px;
  text-align: left;
  color: #333;
}

.single-pager {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 50px;
  margin-top: 30px;
  border-top: 1px solid #E1E1E1;
}
.single-pager:before, .single-pager:after {
  content: none;
}
.single-pager li.prev a,
.single-pager li.prev span, .single-pager li.next a,
.single-pager li.next span {
  color: #E1E1E1;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #b6cae3;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #FFF;
}
.single-pager li.prev--no a,
.single-pager li.prev--no span, .single-pager li.next--no a,
.single-pager li.next--no span {
  background-color: #eee;
}
.single-pager li.archive a {
  display: block;
  width: 146px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  background: #b6cae3;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  color: #fff;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-news-detail {
    padding-bottom: 60px;
  }
  .p-news-detail .title .day {
    font-size: 14px;
  }
  .p-news-detail .title h2 {
    font-size: 16px;
  }

  .single-pager {
    padding-top: 20px;
    margin-top: 20px;
  }
  .single-pager li.archive a {
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
