@charset "utf-8";
.page_ttl_body_news {
	border-bottom: none;
}
.post_list_wrap {
	padding: 20px 0 80px;
}
.post_list {
  display: flex;
  flex-flow: wrap;
  gap: 30px 20px;
}
.post_list_item {
  width: calc(50% - 10px);
}
.post_link {
  display: block;
  height: 100%;
}
.post_link img {
	aspect-ratio: 156 / 117;
	object-fit: cover;
}
.post_date {
  font-size: 21px;
  font-weight: bold;
  margin: 8px 0 0;
}
.post_ttl {
  font-size: 14px;
  margin: 8px 0 0;
  font-weight: 900;
}
.news_ttl_area {
	display: flex;
	flex-direction: column;
	gap: 12px 0;
}
.news_post_cat {
  display: flex;
  gap: 0 7px;
}
.page_nav_wrap {
	border-top: 1px solid #222;
}
.wp-pagenavi {
	display: flex;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi a,
.wp-pagenavi span {
	margin: 0;
	padding: 24px 0;
	border: none;
	border-right: 1px solid #222;
	width: 76px;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	transition: all .5s ease;
}
.wp-pagenavi span.current {
	border-color: #222;
	background: #222;
	color: #fff;
}
.wp-pagenavi .previouspostslink {
	background: url(../images/news/news_prev.svg) no-repeat center center / 38px 19px;
	border-left: 1px solid #222;
}
.wp-pagenavi .nextpostslink {
	background: url(../images/news/news_next.svg) no-repeat center center / 43px 20px;
}
.not_post {
	padding: 60px 0;
}
@media only screen and (min-width: 768px) {
	.page_ttl_body_news {
		border-bottom: 1px solid #222;
	}
	.post_list_wrap {
		padding: 0;
	}
	.post_list {
    border-left: 1px solid #222222;
    display: flex;
    flex-flow: wrap;
    gap: 0;
    width: 100%;
  }
  .post_list_item {
    width: 33.33%;
    border-right: 1px solid #222222;
  }
  .post_link {
    display: block;
    padding: 20px 30px 29px;
  }
  .post_cat {
    display: inline-block;
    border: 1px solid #222222;
    border-radius: 17px;
    padding: 3px 20px 4px;
    font-size: 16px;
    font-weight: bold;
  }
  .post_ttl {
    font-size: 20px;
    margin: 5px 0 0;
    font-weight: 900;
  }
  .post_date {
    font-size: clamp(21px, 1.56vw, 30px);
    margin: 10px 0 0;
  }
  .post_cat {
    font-size: clamp(12px, 0.83vw, 16px);
  }
  .post_ttl {
    font-size: clamp(14px, 1.04vw, 20px);
  }
  .news_ttl_area {
		flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
	.news_post_cat {
		gap: 0 10px;
	}
	.wp-pagenavi {
		padding: 0 21px;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
    font-size: clamp(14px, 1.04vw, 20px);
	}
	.wp-pagenavi a:hover {
		border-color: #222;
		background: #222;
		color: #fff;
	}
	.wp-pagenavi .nextpostslink:hover {
		background: #222 url(../images/news/news_next_on.svg) no-repeat center center / 43px 20px;
	}
}
@media only screen and (min-width: 1280px) {
  .post_list_item {
    width: 25%;
  }
  .post_date {
    font-size: 30px;
  }
	.wp-pagenavi a,
	.wp-pagenavi span {
		padding: 34px 0;
		width: 102.5px;
		font-size: 20px;
	}
	.wp-pagenavi .previouspostslink {
		background: url(../images/news/news_prev.svg) no-repeat center center / 57px 29px;
	}
	.wp-pagenavi .nextpostslink {
		background: url(../images/news/news_next.svg) no-repeat center center / 62px 29px;
	}
	.wp-pagenavi .previouspostslink:hover {
		background: #222 url(../images/news/news_prev_on.svg) no-repeat center center / 57px 29px;
	}
	.wp-pagenavi .nextpostslink:hover {
		background: #222 url(../images/news/news_next_on.svg) no-repeat center center / 62px 29px;
	}
	.not_post {
		padding: 60px;
	}
}
@media only screen and (min-width: 1682px) {
	.wp-pagenavi {
		width: 1640px;
		padding: 0;
		margin: auto;
	}
}
/*
詳細ページ
*/
.news_detail_head {
	padding: 60px 0 20px;
}
.news_detail_top {
  display: flex;
  gap: 0 10px;
}
.news_detail_date {
  font-size: 21px;
	font-weight: bold;
}
.news_detail_post_cat {
	margin: 1px 0 0;
}
.news_detail_ttl {
  font-size: 14px;
  font-weight: 900;
	line-height: 1.5;
	margin: 8px 0 0;
}
.news_detail_inner {
  padding: 30px 0 80px;
}
.news_detail_contents > * {
	margin: 20px 0 0;
}
.news_detail_contents > *:first-child {
	margin: 0;
}
.news_detail_contents > p {
  font-size: 14px;
	line-height: 2;
	font-weight: bold;
}
.wp-block-image {
	text-align: center;
}
.news_detail_info_wrap {
	border-top: 2px solid #98948F;
}
.news_detail_info_box {
	padding: 20px 0;
	border-bottom: 1px solid #98948F;
}
.news_detail_info_ttl {
  font-size: 14px;
	font-weight: bold;
}
.news_detail_info_inner {
	padding: 0 0 0 10px;
	margin: 6px 0 0;
}
.news_detail_info_sub_ttl {
	font-size: 13px;
	font-weight: bold;
}
.news_detail_info_txt {
	font-size: 13px;
	line-height: 1.6;
}
.news_detail_info_txt_02 {
	margin: 20px 0 0;
}
.news_detail_info_list li + li {
	margin: 10px 0 0;
}
.list_point {
	margin: 0 6px 0 0;
}
.page_link_wrap {
	border-top: 1px solid #222;
}
.page_link_contents {
	display: flex;
	align-items: center;
	justify-content: center;
}
.news_back_btn {
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	padding: 21px 70px;
}
.post_link_btn {
	display: block;
}
.post_link_btn svg {
	width: 28px;
	height: 28px;
	vertical-align: bottom;
}
.post_prev {
	background: url(../images/news/news_prev.svg) no-repeat;
	background-size: 38px 9px;
	width: 38px;
	height: 9px;
	margin: 0 26px 0 0;
}
.post_next {
	background: url(../images/news/news_next.svg) no-repeat;
	background-size: 42px 10px;
	width: 42px;
	height: 10px;
	margin: 0 0 0 28px;
}
.post_next a,
.post_prev a {
	display: block;
	width: 100%;
	height: 100%;
}
.post_prev.empty,
.previouspostslink.empty {
	background: none;
}
.post_next.empty,
.nextpostslink.empty {
	background: none;
}
@media only screen and (min-width: 768px) {
	.news_detail_head {
		padding: 81px 0 30px;
	}
	.news_detail_top {
		gap: 0 20px;
	}
	.news_detail_date {
    font-size: clamp(21px, 1.56vw, 30px);
	}
	.news_detail_post_cat {
		margin: 2px 0 0;
	}
	.news_detail_ttl {
    font-size: clamp(14px, 3.12vw, 40px);
	}
	.news_detail_contents > * {
		margin: 40px 0 0;
	}
	.news_detail_inner {
		padding: 80px 0 160px;
	}
	.news_detail_contents > p {
    font-size: clamp(14px, 1.56vw, 20px);
	}
	.news_detail_info_box {
		padding: 30px 0 33px;
		display: flex;
		gap: 0 80px;
	}
	.news_detail_info_ttl {
    font-size: clamp(14px, 1.56vw, 20px);
		width: 16%;
		line-height: 1;
	}
	.news_detail_info_inner {
		padding: 0;
		margin: 0;
	}
	.news_detail_info_sub_ttl {
    font-size: clamp(13px, 1.4vw, 18px);
	}
	.news_detail_info_txt {
    font-size: clamp(13px, 1.4vw, 18px);
	}
	.news_detail_info_list li + li {
		margin: 12px 0 0;
	}
	.list_point {
		margin: 0 9px 0 0;
	}
	.page_link_body {
		padding: 0 30px;
	}
	.news_back_btn {
		padding: 21px 200px;
	}
	.post_prev {
		background-size: 55px 14px;
		width: 55px;
		height: 14px;
		margin: 0 40px 0 0;
	}
	.post_next {
		background-size: 60px 14px;
		width: 60px;
		height: 14px;
		margin: 0 0 0 40px;
	}
	.post_link_btn svg {
		width: 35px;
		height: 35px;
	}
}
@media only screen and (min-width: 1100px) {
	.page_link_body {
		width: 1050px;
		padding: 0;
		margin: auto;
	}
}
@media only screen and (min-width: 1280px) {
	.news_detail_top {
		align-items: center;
	}
	.news_detail_date {
		font-size: 30px;
	}
	.news_detail_post_cat {
		margin: 0;
	}
	.news_detail_ttl {
		font-size: 40px;
		margin: 12px 0 0;
	}
	.news_detail_contents > p {
		font-size: 20px;
	}
	.news_detail_info_ttl {
		font-size: 20px;
		width: 15%;
	}
	.news_detail_info_sub_ttl {
		font-size: 18px;
	}
	.news_detail_info_txt {
		font-size: 18px;
	}
	.news_detail_info_txt_02 {
		margin: 30px 0 0;
	}
	.news_detail_info_box {
		gap: 0 120px;
	}
	.page_link_contents {
		justify-content: space-between;
	}
	.news_back_btn {
		padding: 30px 380px;
	}
	.post_link_btn svg {
		width: 40px;
		height: 40px;
	}
	.post_prev,
	.post_next {
		margin: 0;
	}
}
