@charset "utf-8";
@import "/css/template.css";

/*------------------------------------------------------------
	プライバシーポリシー
------------------------------------------------------------*/
#conts {
	margin: 0 75px 20px;
	padding: 0;
	
	font-size: 120%;
}

#conts h2 {
	margin: 5px 0 10px 0;
}

#conts h3 {
	margin: 5px 0 10px 0;
	clear: both;
}

#conts h4 {
	margin: 0 0 10px 0;
}

#conts p {
	padding: 0 0 20px 3px;
	
	line-height: 1.7;
}

#conts p.btm {
	padding-bottom: 0;
}

#conts ul {
	padding: 0 0 20px 3px;
}

#conts li {
	line-height: 1.7;
}

#conts address {
	padding: 0 0 10px 3px;
	line-height: 1.7;
}


