
.col_pagettl.news {
	background-image: url(../img/news/bg_pagettl.jpg);
}
@media screen and ( max-width: 700px ) {
	.col_pagettl.news {
		background-image: url(../img/news/sp/bg_pagettl.jpg);
	}
}

.col_news1 {
	margin: 0;
	padding: 60px 0 120px;
}
.inner_news1 {
	width: 94%;
	max-width: 1085px;
	margin: 0 auto;
	padding: 0;
}
.inner_news1 .txt_noarticles {
	margin: 0;
	padding: 5em 0;
	text-align: center;
}
.wrap_news1 {
	margin: 0;
	padding: 65px 0 90px;
	display: flex;
	flex-wrap: wrap;
	gap: 45px 3%;
}
.inner_news_detail .wrap_news1 {
	margin: 0;
	padding: 0 0 90px;
	display: block;
}
@media screen and ( max-width: 700px ) {
	.col_news1 {
		padding: 20px 0 80px;
	}
	.wrap_news1 {
		gap: 40px 5%;
	}
}
@media screen and ( max-width: 450px ) {
	.wrap_news1 {
		padding-top: 30px;
	}
}

ul.list_navinews {
	width: 94%;
	max-width: 580px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 4% 0;
}
ul.list_navinews li {
	width: 22%;
	margin: 0;
	padding: 0;
}
.icon_news {
	padding: 0;
	color: #FFF;
	background-color: #7b7a7b;
	border: 1px solid #7b7a7b;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
}
ul.list_navinews li .icon_news:hover {
	color: #7b7a7b;
	background-color: #FFF;
}
.icon_news.news {
	background-color: #e60012;
	border: 1px solid #e60012;
}
ul.list_navinews li .icon_news.news:hover {
	color: #e60012;
}
.icon_news.topics {
	background-color: #00688d;
	border: 1px solid #00688d;
}
ul.list_navinews li .icon_news.topics:hover {
	color: #00688d;
}
.icon_news.item {
	background-color: #ed6c00;
	border: 1px solid #ed6c00;
}
ul.list_navinews li .icon_news.item:hover {
	color: #ed6c00;
}
.icon_news a {
	color: #FFF;
}
@media screen and ( max-width: 700px ) {
	ul.list_navinews {
		width: 80%;
		max-width: 450px;
		gap: 10px 4%;
	}
	ul.list_navinews li {
		width: 48%;
		margin: 0;
		padding: 0;
	}
}

a.box_news {
	width: 17.6%;
	margin: 0;
	padding: 0;
	color: #6d4800;
	box-sizing: border-box;
	display: block;
	transition: all 0.5s;
}
a.box_news:hover {
	opacity: 0.6;
}
a.box_news img {
	width: 100%;
	aspect-ratio: 40.5 / 30;
	object-fit: cover;
	border: 1px solid #6d4800;
}
a.box_news .info_news {
	margin: 13px 0 10px;
	line-height: 1.5em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
a.box_news .icon_news {
	width: 60%;
}
a.box_news .ttl_news {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 1.2em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
a.box_news .desc_news {
	margin: 8px 0 0;
	padding: 8px 0 0;
	font-size: 14px;
	line-height: 1.8em;
	border-top: 1px solid #6d4800;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
a.box_news .desc_news .more {
	font-size: 11px;
}
@media screen and ( max-width: 1085px ) {
	a.box_news .icon_news {
		font-size: 1vw;
	}
}
@media screen and ( max-width: 1033px ) {
	a.box_news .icon_news {
		width: 50%;
		font-size: 1vw;
	}
}
@media screen and ( max-width: 850px ) {
	a.box_news .info_news {
		font-size: 12px;
	}
	a.box_news .icon_news {
		width: 50%;
		font-size: 1vw;
	}
	a.box_news .ttl_news {
		font-size: 17px;
	}
}
@media screen and ( max-width: 700px ) {
	a.box_news {
		width: 47.5%;
	}
	a.box_news .info_news {
		font-size: 12px;
	}
	a.box_news .icon_news {
		width: 60%;
		max-width: 100px;
		font-size: 12px;
	}
}

ul.pagination_news {
	width: auto;
	margin: auto;
	padding: 0;
	display: flex;
	justify-content: center;
	gap: 0 8px;
}
ul.pagination_news li {
	width: 48px;
	height: 45px;
	background-image: url(../img/news/border_pagenavi.svg);
	background-size: 47px auto;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
	position: relative;
}
ul.pagination_news li.prev::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2px;
	right: 0;
	width: 6px;
	height: 6px;
	margin: auto;
	border-top: 1px solid #6d4800;
	border-right: 1px solid #6d4800;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	transition: all 0.5s;
}
ul.pagination_news li.next::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 2px;
	width: 6px;
	height: 6px;
	margin: auto;
	border-top: 1px solid #6d4800;
	border-right: 1px solid #6d4800;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 0.5s;
}
ul.pagination_news li.prev:hover::before {
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
ul.pagination_news li.next:hover::before {
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
ul.pagination_news li.current,
ul.pagination_news li:hover {
	color: #FFF;
	background-image: url(../img/news/border_pagenavi_on.svg);
}
ul.pagination_news li a {
	width: 100%;
	height: 45px;
	color: #6d4800;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
}
ul.pagination_news li:hover a {
	color: #FFF;
}
@media screen and ( max-width: 700px ) {
	ul.pagination_news li {
		width: 35px;
		height: auto;
		background-size: 34px auto;
	}
	ul.pagination_news li a {
		height: 33px;
	}
}







/* ---------------------------------------------------------------
start detail
--------------------------------------------------------------- */

.inner_news_detail {
	width: 94%;
	max-width: 720px;
	margin: 0 auto;
	padding: 0;
}
.info_news_d {
	width: 100%;
	margin: 0 0 13px;
	line-height: 1.5em;
	display: flex;
	align-items: center;
	gap: 0 10px;
}
.info_news_d .icon_news {
	padding: 0 10px;
}
.ttl_news_d {
	width: 100%;
	margin: 0 0 25px;
	padding: 7px 14px;
	background-color: #fff5d2;
}
.ttl_news_d span {
	padding: 0 10px;
	font-size: 31px;
	line-height: 1.3;
	border-left: 4px solid #8fc31f;
	display: block;
	position: relative;
}
.cont_news_d {
	margin: 0 auto;
	padding: 0;
}
.cont_news_d h1 {
	margin-bottom: 1em;
	font-size: 1.8em;
	font-weight: bold;
}
.cont_news_d h2 {
	width: 100%;
	margin: 0 0 25px;
	padding: 7px 28px;
	color: #6d4800;
	font-size: 29px;
	line-height: 1.3;
	background-color: #fff5d2;
	box-sizing: border-box;
	position: relative;
}
.cont_news_d h2:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 14px;
	width: 4px;
	height: 80%;
	margin: auto 0;
	background-color: #8fc31f;
	display: block;
}
.cont_news_d h3 {
	margin-bottom: 1em;
	font-size: 1.6em;
	font-weight: bold;
}
.cont_news_d h4 {
	margin-bottom: 1em;
	font-size: 1.4em;
	font-weight: bold;
}
.cont_news_d h5 {
	margin-bottom: 1em;
	font-size: 1.3em;
	font-weight: bold;
}
.cont_news_d h6 {
	margin-bottom: 1em;
	font-size: 1.1em;
	font-weight: bold;
}
.cont_news_d p {
	margin-bottom: 1.5em;
}
.cont_news_d img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.cont_news_d .alignleft {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
	float: left;
}
.cont_news_d .alignright {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	float: right;
}
.cont_news_d ul {
	list-style-type: disc;
}

.pagination_news_d {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 0 10px;
}
.pagination_news_d li {
	min-width: 73px;
	min-height: 1px;
}
.pagination_news_d li a {
	height: 50px;
	margin: 0;
	padding: 0;
	color: #6d4800;
	text-align: center;
	line-height: 50px;
	box-sizing: border-box;
	display: block;
	transition: all 0.5s;
}
.pagination_news_d li.list a {
	width: 138px;
	color: #FFF;
	background-color: #6d4800;
	border: 1.5px solid #6d4800;
	border-radius: 5px;
}
.pagination_news_d li a:hover {
	color: #FFF;
}
.pagination_news_d li.list a:hover {
	color: #6d4800;
	background-color: #FFF;
}
.pagination_news_d li.prev a {
	width: 73px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 75.08 51.5"><path fill="none" stroke="%236e4900" stroke-miterlimit="10" stroke-width="1.5px" d="M74.33,43.25a7.52,7.52,0,0,1-7.5,7.5H19.89c-1,0-4-2.64-6.58-5.86L2.68,31.61a9.87,9.87,0,0,1,0-11.72L13.31,6.61C15.89,3.39,18.85.75,19.89.75H66.83a7.52,7.52,0,0,1,7.5,7.5v35Z" /></svg>');
	background-size: cover;
}
.pagination_news_d li.prev a:hover {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 75.08 51.5"><path fill="%236e4900" stroke="%236e4900" stroke-miterlimit="10" stroke-width="1.5px" d="M74.33,43.25a7.52,7.52,0,0,1-7.5,7.5H19.89c-1,0-4-2.64-6.58-5.86L2.68,31.61a9.87,9.87,0,0,1,0-11.72L13.31,6.61C15.89,3.39,18.85.75,19.89.75H66.83a7.52,7.52,0,0,1,7.5,7.5v35Z" /></svg>');
}
.pagination_news_d li.next a {
	width: 73px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 75.08 51.5"><path fill="none" stroke="%236e4900" stroke-miterlimit="10" stroke-width="1.5px" d="M.75,8.25A7.52,7.52,0,0,1,8.25.75H55.19c1,0,4,2.64,6.58,5.86L72.4,19.89a9.84,9.84,0,0,1,0,11.72L61.77,44.89c-2.58,3.22-5.54,5.86-6.58,5.86H8.25a7.52,7.52,0,0,1-7.5-7.5v-35Z" /></svg>');
	background-size: cover;
}
.pagination_news_d li.next a:hover {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 75.08 51.5"><path fill="%236e4900" stroke="%236e4900" stroke-miterlimit="10" stroke-width="1.5px" d="M.75,8.25A7.52,7.52,0,0,1,8.25.75H55.19c1,0,4,2.64,6.58,5.86L72.4,19.89a9.84,9.84,0,0,1,0,11.72L61.77,44.89c-2.58,3.22-5.54,5.86-6.58,5.86H8.25a7.52,7.52,0,0,1-7.5-7.5v-35Z" /></svg>');
}
