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

/* =======================================
	privacypolicy
========================================== */
#policy .mainTitle{
	background: url("../common/images/privacypolicy_title.jpg") no-repeat left top / cover;
}

#corporatePhilosophy h3{
	border-bottom: 1px solid #1ac6ff;
}
#corporatePhilosophy ul li &gt; ul li{
	margin-left: 0;
	text-indent: 0;
}
@media screen and (min-width: 769px) {  
}/* //end for PC */
@media screen and (max-width: 768px) {
	#policy .mainTitle{
		background: url("../common/images/privacypolicy_title.jpg") no-repeat right top / cover;
	}
	
	#corporatePhilosophy h3.f27{
		font-size: 2.3rem !important;
	}
}/* //end for SP */
</pre></body></html>