@charset "UTF-8";
/*=======================================
お知らせ
=========================================*/
/*=======================================
お知らせ 一覧
=========================================*/

/*=======================================
お知らせ 詳細
=========================================*/
.p-news{
  padding-bottom: 100px;
}
.p-news-detail .title-wrap {
  padding-bottom: 25px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 40px;
}
.p-news-detail .title-wrap .top {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.p-news-detail .title-wrap .top:before, .p-news-detail .title-wrap .top:after {
  content: none;
}
.p-news-detail .title-wrap .top .day {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #333;
}
.p-news-detail .title-wrap .top .category {
  width: 95px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  background: transparent;
  border: 2px solid #6E9BD1;
  text-align: center;
  margin-left: 8px;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.03em;
  color: #6E9BD1;
}
.p-news-detail .title-wrap .bottom {
  margin-top: 20px;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #333;
}

.sinlgle-pager {
  border-top: 1px solid #ddd;
  margin-top: 80px;
  padding-top: 30px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.sinlgle-pager li a {
  display: block;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  background: transparent;
  border: 1px solid #6E9BD1;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #6E9BD1;
}

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