<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
a.icon_pdf {
	padding: 5px 26px 5px 0;
	background: url(../../../shared/img/page/icon_pdf.png) right center no-repeat;
	text-decoration: underline;
}

/* =====================================
	about
===================================== */
.about .cont {
	margin-bottom: 65px;
}
.about .cont .ttl02 {
	margin-bottom: 20px;
}
.about .cont .p_cont {
	margin-bottom: 70px;
}
.about .fr {
	padding-left: 25px;
	padding-bottom: 10px;
}
.linkbox ul li a {
	padding-left: 12px;
	background: url(../../../shared/img/common/arrow_h13.png) left center no-repeat;
}

@media screen and (max-width: 765px) {
	.about .cont {
		margin-bottom: 50px;
	}
	.about .cont .ttl02 {
		margin-bottom: 20px;
	}
	.about .cont .p_cont {
		margin-bottom: 50px;
	}
	.about .fr {
		float: none;
		width: 100%;
		padding-bottom: 10px;
		padding-left: 0;
	}
}
</pre></body></html>