@charset "UTF-8";

/*--------------------------------------------------------------------
privacy.html
privacy.css
--------------------------------------------------------------------*/


/*------------------------------------ Side01 ------------*/
div#Side01 h2 a { background-image: url(../../img/customer-hara/side_b.jpg); }


/*------------------------ Customer ---------------------------------------------------------------------------------------*/
div#Customer h3 { background-image: url(../../img/customer-hara/title.jpg); }
div#Customer dl dt {
	margin-top: 30px;
	margin-bottom: 20px;
	padding-bottom: 0.3em;
	background: url(../../img/sub_line.gif) no-repeat left bottom;
	line-height: 1.2;
	font-size: 157%;
}
div#Customer dl dt:first-of-type { margin-top: 0; }
div#Customer dl dd ul { margin-top: 1em; }
div#Customer dl dd ul li {
	list-style: none;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
div#Customer dl dd ul li::before {
	content: "・";
	padding-right: 0.3em;
}
div#Customer p#endTxt {
	margin: 2em 0 0;
	text-align: right;
	font-size: 92%;
}