@charset "utf-8";
/* CSS Document */

.news-box {
	margin-bottom: 40px;
}
.news-box .date {
	font-size: 14px;
	color: #727272;
	margin-top: 0 !important;
	margin-bottom: 16px;
} 

.news-box .date span{
	border-bottom: dotted 1px #727272;
}

.news-box .comment p {

}


/* ページ送り */
.pager {
  margin: 28px auto 0;
  display: flex;
  justify-content: center;
}
.pager-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
}
.pager-item .pg-link {
  /* anchor/span 共通 */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #bfe7ff;
  background: #eaf7ff;       /* 淡い水色 */
  color: #0b6fa9;            /* 文字色（濃いめの青） */
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  box-shadow: 0 1px 3px rgba(0,0,0,.05) inset;
}
.pager-item a.pg-link:hover {
  background: #dff2ff;
  border-color: #a8defa;
  color: #085d8f;
}
.pager-item .pg-link.current {
  background: #42b7ff;       /* アクティブ水色 */
  border-color: #42b7ff;
  color: #fff;
  box-shadow: none;
}
.pager-item .pg-link.prev::before,
.pager-item .pg-link.next::after {
  content: '';
}
@media (max-width: 480px){
  .pager-item .pg-link {
    min-width: 36px;
    height: 36px;
    padding: 0 12px;
    font-size: 14px;
  }
}

.news-single-nav{margin:30px 0; list-style-type: none;}
.news-single-nav__list{display:flex;gap:12px;justify-content:space-between;flex-wrap:wrap; list-style-type: none;}
.news-single-nav__item a{display:inline-block;padding:.6em 1em;border-radius:6px;background:#e6f3ff;color:#036;text-decoration:none}
.news-single-nav__item a:hover{background:#d7ecff}

