@charset "UTF-8";
/*=======================================
お知らせ
=========================================*/
/*=======================================
お知らせ 一覧
=========================================*/
/*=======================================
お知らせ 詳細
=========================================*/
.p-news-detail .title {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: table;
  padding: 10px 0;
  width: 100%;
  margin-bottom: 40px;
}
.p-news-detail .title .day {
  display: table-cell;
  width: 100px;
  text-align: center;
}
.p-news-detail .title .detail {
  display: table-cell;
  width: calc(100% - 100px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  border-left: 1px solid #000;
}

.single-pager {
  border-top: 1px solid #000;
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.single-pager li {
  text-align: center;
}

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