@charset "utf-8";
/*RealEstate master WEB SITE CSS*/
/*privacy-------------------------------------------------*/
#privacy {
width: 100%;
padding: 2.5% 0;
font-size: 1.1em;
}
#privacy h3 {
width: auto;
margin-top: 1.5em;
padding: 0.2em 0.5em;
font-size: 1.2em;
font-weight: bold;
background: #E9E9E9;
border-top: 2px dotted #666;
border-bottom: 2px dotted #666;
}
#privacy p,
#privacy ul {
margin-top: 0.75em;
text-align: justify;
}
#privacy li {
padding-left: 1em;
text-indent: -1em;
}
#privacy li::before {
content: "・";
}
@media screen and (max-width:640px) {
	#privacy {
	font-size: 1em;
	}
	#privacy h3 {
	font-size: 1.1em;
	}
}