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

/* =====================================
	index.html
===================================== */
.top .cont {
	margin-bottom: 65px;
}
.top .cont:last-child {
	margin-bottom: 0;
}
.top .cont .ttl02 {
	margin-bottom: 20px;
}
.top .linkbox ul {
	margin-bottom: 30px;
}
.top .linkbox ul li {
	margin-bottom: 5px;
}
.top .linkbox ul li a {
	padding-left: 12px;
	background: url(../../../shared/img/common/arrow_h13.png) left center no-repeat;
}
.top .linkbox ul li a:hover {
	color: #ba2338;
}


@media screen and (max-width: 765px) {	

.top .cont {
	margin-bottom: 50px;
}
.top .cont .ttl02 {
	margin-bottom: 20px;
}
.top .linkbox ul {
	margin-bottom: 30px;
}
.top .linkbox ul li a {
	padding-left: 12px;
	background: url(../../../shared/img/common/arrow_h13.png) left center no-repeat;
	background-size: auto 10px;
}
}</pre></body></html>