.p-news .p-mainvisual__wrapper {
	background: rgb(255,255,255);
background: -moz-linear-gradient(315deg, rgba(255,255,255,1) 0%, rgba(59,217,16,0.25) 100%);
background: -webkit-linear-gradient(315deg, rgba(255,255,255,1) 0%, rgba(59,217,16,0.25) 100%);
background: linear-gradient(315deg, rgba(255,255,255,1) 0%, rgba(59,217,16,0.25) 100%);
	height: 200px;
	width: 100%;
}

.l-wrapper--lower {
	position: relative;
	margin: 0 auto;
	max-width: 1124px;
	width: 90%;
}

.p-news__contentTitle {
	color: #008A32;
	font-size: 40px;
} 

@media screen and (max-width: 900px) {
   .p-news  .p-mainvisual__wrapper {

	height: 70px;
}


.p-news__contentTitle {
	font-size: 24px;
} 
}
.p-index-news__listCat[data-cat="yutai"] {
	border: 1px solid #FF8900;
	color: #FF8900;
	font-family: "MFW-PShinGoPr6N-DeBold";
}