/* CSS Document */
#news-section{padding-top:5%;}
/*newsのそれぞれのページコピペ用*/
#news-section h2{
	color:#2d693e!important;
	border-bottom:4px solid #2d693e!important;
}
#news-more{
	color:#2d693e!important;
	border-bottom:1px solid #2d693e!important;
}
/*newsのそれぞれのページコピペ用ここまで*/
.news-tabs{
	display:flex;
	justify-content: space-between;
	margin-bottom:2%;
}
.news-tabs button{
	background-color:#224f2f;
	color:white;
	border:none;
	transition:all 0.3s;
	width:16%;
	font-weight: 300;
}
.news-tabs button:hover{
	opacity:0.6;
}
@media(max-width:750px){
	.news-tabs{
		flex-wrap: wrap;
		width:90%;
	}
	.news-tabs button {
		width: 32%;
		margin-bottom: 1%;
	}

}