@charset "utf-8";
/* CSS Document */

main#information {
	padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
	main#information {
		padding-bottom: 60px;
	}
}



/* ==============================================

	news_list

================================================= */
#news_list {
	padding: 0 7%;
}
#news_list .news_contents {
	max-width: 1370px;
}
#news_list .news_contentsInner {
	display: flex;
	flex-flow: row wrap;
	gap: 60px 30px;
}
#news_list .news_contentsInner article {
	width: calc((100% - 90px) / 4);
	margin: 0;
}

@media screen and (max-width: 1366px) {
	#news_list .news_contentsInner article {
		width: calc((100% - 60px) / 3);
		margin: 0;
	}
}
@media screen and (max-width: 1024px) {
	#news_list {
		padding: 0 5%;
	}
}
@media screen and (max-width: 768px) {
	#news_list .news_contentsInner {
		gap: 50px 30px;
	}
	#news_list .news_contentsInner article {
		width: calc((100% - 30px) / 2);
		margin: 0;
	}
	#news_list .news_contents article a > div {
		display: flex;
		flex-flow: column;
	}
	#news_list .news_contents article .more_btn {
		margin: inherit;
		margin-top: auto;
		margin-left: auto;
	}
}
@media screen and (max-width: 640px) {
	.news_box_list .news_contentsInner {
		gap: 0!important;
		flex-flow: column!important;
	}
	.news_box_list .news_contentsInner article {
		width: 100%!important;
	}
	.news_box_list .news_contents article a {
		display: flex;
		justify-content: space-between;
		padding: 20px 0;
		border-bottom: 1px solid #cbcbcb;
	}
	.news_box_list .news_contentsInner article:first-child a {
		padding-top: 0;
	}
	.news_box_list .news_contents article figure {
		width: 40%;
		margin-bottom: 0;
	}
	.news_box_list .news_contents article a > div {
		width: 55%;
	}
	.news_box_list .news_cat {
		letter-spacing: 0;
	}
}
@media screen and (max-width: 480px) {
	.news_box_list .news_contents article a {
		padding: 15px 0!important;
	}
	.news_box_list .news_contents article figure {
		width: 35%;
	}
	.news_box_list .news_contents article a > div {
		width: 60%;
	}
	.news_box_list .news_info {
		margin-bottom: 12px;
		gap: 3px 5px;
	}
	.news_box_list .news_info time {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	.news_box_list .news_cat {
		padding: 5px;
		font-size: 1.0rem;
	}
	.news_box_list h2, .news_box_list h3 {
		font-size: 1.2rem!important;
		line-height: 140%!important;
		margin-bottom: 15px!important;
	}
}


/* ==============================================

	newsDtl

================================================= */
main#news_dtl {
	padding: 50px 7% 110px;
}
#news_dtlInfo {
	max-width: 940px;
	margin: 0 auto;
}
.news_dtlInfo_ttl {
	text-align: center;
	margin-bottom: 30px;
}
.news_dtlInfo_ttl h1 {
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 150%;
	max-width: 940px;
	margin: 0 auto;
}
.news_dtlInfo_info {
	margin-bottom: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row wrap;
	gap: 5px 10px;
}
.news_dtlInfo_info time {
	font-size: 1.5rem;
	color: #222;
}
.news_dtlInfo_info .news_cat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}
.news_dtlInfo_area {
	background: #fff;
}
.news_dtlInfo_area h2 {
	padding: 20px 30px;
	background: #f4f6f2;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 155%;
	margin: 0 0 30px;
}
.news_dtlInfo_area h3 {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 162%;
	padding: 0 20px 20px;
	border-bottom: 1px solid #2d4f0f;
	margin: 0 0 30px;
}
.news_dtlInfo_area p {
	font-size: 1.4rem;
	line-height: 185%;
	color: #222;
	word-break: break-all;
}
.news_dtlInfo_area p a {
	text-decoration: underline;
	color: #2d4f0f;
}
.news_dtlInfo_area p a:hover {
	text-decoration: none;
}

.news_dtlInfo_area img {
	max-width: 100%;
	max-height: 650px;
	width: auto!important;
	display: block;
	margin: 0 auto;
}

.dtlNavBtn {
	height: 50px;
	margin-top: 100px;
}
.news_dtl_info_btn {
	position: relative;
}
.news_dtl_info_btn div {
	display: inline-block;
	display: flex;
	align-items: center;
	height: 46px;
}
.post_prev {
	float: left;
}
.post_all {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 300px;
}
.post_next {
	float: right;
}
.post_prev a, .post_all a, .post_next a {
	position: relative;
	margin: 0 auto;
	color: #2d4f0f;
}
.post_prev a {
	padding-left: 15px;
}
.post_prev a::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	border-left: 1px solid #2d4f0f;
	border-bottom: 1px solid #2d4f0f;
}
.post_next a {
	padding-right: 15px;
}
.post_next a::after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	border-top: 1px solid #2d4f0f;
	border-right: 1px solid #2d4f0f;
}
.post_all a {
	background: #fff;
	height: 46px!important;
	max-width: 260px;
}
.post_prev a:hover, .post_next a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
	.post_all {
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	main#news_dtl {
		padding: 30px 8% 60px;
	}
	.btn_01 a {
		height: 40px;
	}
	.news_dtlInfo_ttl {
		margin-bottom: 20px;
	}
	.news_dtlInfo_ttl h1 {
		font-size: 1.5rem;
		padding: 0 2%;
		text-align: left;
	}
	.news_dtlInfo_area h2 {
		font-size: 1.4rem;
		padding: 15px 20px;
		line-height: 140%;
	}
	.news_dtlInfo_area h3 {
		font-size: 1.3rem;
		padding: 0 10px 15px;
		line-height: 140%;
	}
	.news_dtlInfo_info {
		margin-bottom: 20px;
		gap: 5px;
	}
	.news_dtlInfo_area p {
		font-size: 1.3rem;
	}
	#news .under_listTxt {
		margin-bottom: 40px;
	}
	.news_dtl_info_btn {
		font-size: 1.3rem;
	}
	.dtlNavBtn {
		margin-top: 50px;
	}
	.dtlNavBtn .cmn_arrow a::after {
		right: 10px;
	}
	.news_dtlInfo_area img {
		max-height: 400px;
	}
}

