@charset "UTF-8";

.kiji a{color:#0067CD;}
.kiji a:hover{text-decoration:underline;}

article.info .info-line{
	display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    border-bottom: 1px solid #dedede;
}
article.info .info-line .listdate{
	color:#7D7F85;
	font-size:0.9em;
}

article.info .info-line .cate,
.p-news-single__body  .cate{
	font-size: 0.8em;
    text-align: center;
    width: 100px;
    padding: 0 10px;
}
article.info .info-line .cate.type1,
.p-news-single__body .type1{
	background-color:#91d9d8;
	margin-top: 3px;
}
article.info .info-line .cate.type2,
.p-news-single__body .type2{
	background-color:#f4bc97;
	margin-top: 3px;
}
article.info .info-line .cate.type3,
.p-news-single__body .type3{
	background-color:#f2e5c3;
	margin-top: 3px;
}
article.info .info-line .infotxt{
	font-size:0.9em;
	font-weight:500;
	max-width: 730px;
}
article.info .info-line .infotxt:hover{
	text-decoration:underline;
}
.bdb{
	border-bottom:1px solid #B7B7B7;
}


/*記事詳細*/
.p-news-single__body article .datecateline{
	display: flex;
    justify-content: flex-start;
	align-items:center;
	margin-bottom:20px;
	gap:20px;
}
.under-contents .date{
	display:flex;
	justify-content:flex-end;
	font-weight:500;
}
.kiji p{
	margin-bottom:15px;
}

/*ページネーション*/
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.p-news-pagination {
  margin-top: 60px;
}
.p-news-pagination .pagination{
padding: 0;
justify-content: center;
}
.p-news-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.p-news-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #333;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  box-sizing: border-box;
}

.p-news-pagination .page-numbers.current {
  background: #006ce3;
  border-color: #006ce3;
  color: #fff;
}

.p-news-pagination a.page-numbers:not(.next):not(.prev):hover {
  background: #006ce3;
  border-color: #006ce3;
  color: #fff;
}

.p-news-pagination .page-numbers.prev,
.p-news-pagination .page-numbers.next {
  width: auto;
  height: auto;
  border: none;
  background: transparent;
  color: transparent;
  position: relative;
}

.p-news-pagination .page-numbers.prev::before,
.p-news-pagination .page-numbers.next::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

.p-news-pagination .page-numbers.prev::before {
  transform: rotate(-135deg);
}

.p-news-pagination .page-numbers.next::before {
  transform: rotate(45deg);
}