@charset "UTF-8";
/*=======================================
お知らせ
=========================================*/
/*=======================================
お知らせ 一覧
=========================================*/
/*=======================================
お知らせ 詳細
=========================================*/
.p-news-detail h2 {
  border-bottom: 1px solid #707070;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
}
.p-news-detail .title {
  margin-bottom: 1.875rem;
}
.p-news-detail .title .info p {
  display: inline-block;
  vertical-align: middle;
}
.p-news-detail .title .info p.category {
  background: #847C68;
  color: #fff;
  padding: 0 0.625rem;
  -webkit-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
}
.p-news-detail .single-pager {
  border-top: 1px solid #707070;
  padding-top: 1.875rem;
  margin-top: 6.25rem;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-news-detail .single-pager:before, .p-news-detail .single-pager:after {
  content: none;
}
.p-news-detail .single-pager li {
  text-align: center;
}

/* ----------------------------- スマホ（～767px） */
