@charset "UTF-8";
.newsOuter {}
.news {
	margin-bottom: 40px;
	margin-top: 80px;
}
.news_box {
	background-color: #fff;
	border-radius: 16px;
	padding-top: 40px;
	overflow: hidden;
}
.news_image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding-bottom: 55.17%;
	margin-bottom: 40px;
	margin-top: -40px;
}
.news_areaTxt {
	padding: 0px 40px 40px;
}
.news_tagOuter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
	flex-wrap: wrap;
}
.news_tagWrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.news_tagList {
	list-style: none;
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.news_tagList > li {}
.news_tagList > li:first-child {}
.news_tagList > li:last-child {}
.news_tagList > li:nth-child(2n+1) {}
.news_tagList > li:nth-child(n+3) {}
.news_tagList > li > a {
	text-decoration: none;
}
.news_tagList > li > a::before {
	content: "";
}
.news_tagList > li > a::after {
	content: "";
}
.news_new {}
.news_time {
	margin: 2px;
	line-height: 1;
}
.news_time > time {
	display: block;
}
.news_title {
	font-size: 26px;
	line-height: 1.69;
	margin-bottom: 22px;
}
.news_body {}
.newsNav {
	display: flex;
	align-items: center;
	margin-bottom: 42px;
}
.news_link {
	width: 230px;
}
.news_link-prev {}
.news_link-prev > a {}
.news_link-prev > a::before {
	content: "";
}
.news_link-prev > a::after {
	content: "";
}
.news_link-next {
	margin-left: auto;
}
.news_link-next > a {}
.news_link-next > a::before {
	content: "";
}
.news_link-next > a::after {
	content: "";
}
.news_listLink {
	width: 230px;
	margin-top: 40px;
}
.news_listLink > a {}
.news_listLink > a::before {
	content: "";
}
.news_listLink > a::after {
	content: "";
}
.news_file {
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
}
.news_file > a {
	min-width: 390px;
	text-align: left;
	justify-content: center;
	width: auto;
}
.news_file > a::before {
	content: "";
}
.news_file > a::after {
	content: "";
}
.news_file > a > .icon {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
@media screen and (min-width:1000px) {
	.news_file > a:hover {}
	.news_tagList > li > a:hover {}
	.news_link-prev > a:hover {}
	.news_link-next > a:hover {}
	.news_listLink > a:hover {}
}
@media screen and (max-width:999px) {
	.newsOuter {}
	.news {}
	.news_box {}
	.news_image {
		margin-bottom: 30px;
	}
	.news_areaTxt {}
	.news_tagOuter {}
	.news_tagWrap {}
	.news_tagList {}
	.news_tagList > li {}
	.news_tagList > li:first-child {}
	.news_tagList > li:last-child {}
	.news_tagList > li:nth-child(2n+1) {}
	.news_tagList > li:nth-child(n+3) {}
	.news_tagList > li > a {}
	.news_tagList > li > a::before {}
	.news_tagList > li > a::after {}
	.news_new {}
	.news_time {}
	.news_time > time {}
	.news_title {
		font-size: 22px;
	}
	.news_body {}
	.newsNav {}
	.news_link {}
	.news_link-prev {}
	.news_link-prev > a {}
	.news_link-prev > a::before {}
	.news_link-prev > a::after {}
	.news_link-next {}
	.news_link-next > a {}
	.news_link-next > a::before {}
	.news_link-next > a::after {}
	.news_listLink {}
	.news_listLink > a {}
	.news_listLink > a::before {}
	.news_listLink > a::after {}
	.news_file {}
	.news_file > a {}
	.news_file > a::before {}
	.news_file > a::after {}
	.news_file > a > .icon {}
}
@media screen and (max-width:767px) {
	.newsOuter {}
	.news {
		margin-top: 35px;
		margin-bottom: 50px;
	}
	.news_box {
		padding-top: 20px;
	}
	.news_image {
		margin-bottom: 15px;
		margin-top: -20px;
	}
	.news_areaTxt {
		padding: 0 15px 20px;
	}
	.news_tagOuter {
		margin-bottom: 15px;
	}
	.news_tagWrap {}
	.news_tagList {
		margin-right: 8px;
	}
	.news_tagList > li {}
	.news_tagList > li:first-child {}
	.news_tagList > li:last-child {}
	.news_tagList > li:nth-child(2n+1) {}
	.news_tagList > li:nth-child(n+3) {}
	.news_tagList > li > a {}
	.news_tagList > li > a::before {}
	.news_tagList > li > a::after {}
	.news_new {}
	.news_time {
		font-size: 12px;
	}
	.news_time > time {}
	.news_title {
		font-size: 16px;
		line-height: 1.56;
	}
	.news_body {}
	.newsNav {
		margin-bottom: 25px;
	}
	.news_link {
		width: 38%;
		min-width: 127px;
	}
	.news_link-prev {}
	.news_link > a {
		padding: 0 22px;
	}
	.news_link-prev > a::before {}
	.news_link-prev > a::after {}
	.news_link-next {}
	.news_link-next > a {}
	.news_link-next > a::before {}
	.news_link-next > a::after {}
	.news_listLink {
		width: 38%;
		min-width: 127px;
		margin-top: 25px;
	}
	.news_listLink > a {}
	.news_listLink > a::before {}
	.news_listLink > a::after {}
	.news_file {
		margin-top: 20px;
		display: block;
	}
	.news_file > a {
		min-width: 0;
	}
	.news_file > a::before {}
	.news_file > a::after {}
	.news_file > a > .icon {}
}
