@charset "utf-8";

/*新着情報*/
.news {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.news dt,
.news dd {
	padding:10px;
	font-size: 1.4em;
	text-align: left;
	background: #fff;
}
.news dt {
	width: 15%;
	color: #283e85;}
.news dd {
	width: 85%;
}
.news dt:nth-child(4n+1), .news dt:nth-child(4n+1) + dd {
  background-color: #edf2f6;
}
.close {
	display: none;
	position:relative;
}

@media only screen and (max-width:768px) {

}
