<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.news {
	background-image: url(../images/news/image.jpg);
}

#news {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}

#news dl {
	width: 100%;
}

#news dl dt {
	font-size: 90%;
	color: #666;
	line-height: 1;
	margin: 0 0 10px 0;
	display: block;
}

#news dl dd h4 {
	font-size: 130%;
	color: #444;
	padding: 0;
}

#news dd p a {
	color: #444;
	text-decoration: underline;
}

#news dd p a:hover {
	text-decoration: none;
}

.one, .two, .trhee {
	margin: 20px 0 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.two li {
	width: 49.5%;
	height: auto;
}

.trhee li {
	width: 32.5%;
	height: auto;
}

@media screen and (max-width: 700px) {
.two, .trhee {
	display: block;
}

.two, .trhee {
	margin: 0 0 0 0;
}

.two li {
	width: 100%;
	margin: 20px 0 0 0;
}

.trhee li {
	width: 100%;
	margin: 20px 0 0 0;
}
}
</pre></body></html>