<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------
	初めてのお客様へ
------------------------------------------------------------*/
#conts {
	margin-top: 65px;
	line-height: 1.8em;
}

#conts h2 {
	border-bottom: solid 2px #003366;
}



#conts .inside {
	background: #ffffff;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 60px;
	padding:25px 25px 1px 25px;
}
#conts .inside h3{
	margin: 0 0 30px 0;
}
#conts .inside p{
	margin: 0 0 20px 0;
}
#conts .inside .color1 {
	color:#003366;
}
#conts .inside ul {
	margin: 0 -15px 24px 0;
}

#conts .inside ul li {
	padding: 7px;
	background: #eee;
	float: left;
}
#conts .inside .bgNone{
	padding: 0 6px;
	float: left;
	background: #fff;
}
</pre></body></html>