<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.block{margin-top: 0px;}
h2#compliance{background-image: url(../images/h2_compliance.gif);}
#index{border-top: none;}
#index a{
	background: #7379AE;
	color: #fff;
}
#index li.indexitemcenter a{
	float: none;
	display: block;
	width: 14em;
	padding: 7em -0;line-height: 0;/*疑似的なheight:10em*/
	margin: 0 auto;
}

#h3a h3{background-image: url(../images/h3_compliance_1.gif);}
h4#conductpolicy{background-image: url(../images/h4_compliance_1.png);}
h4#conductflow{background-image: url(../images/h4_compliance_2.png);}

#h3a .block{margin-top: 20px;}
#h3a .block:first-child{margin-top: 0;}
.block dt{color: #384b6b;font-weight: bold;}
.block dd{padding-bottom: 15px;}

/* /////////////////////////////////////////////////
メディアクエリ
///////////////////////////////////////////////// */
@media screen and (max-width: 768px) {
	#index li.indexitemcenter a{
		width: 100%;
		padding: 1.5rem 1rem;
		}

}</pre></body></html>