@charset "utf-8";
/* ===================================================================

 file name  :privacy.css
 style info ::個人情報保護方針

=================================================================== */

/* =============================

	overwrite

=============================== */

/* =================================== */
#main section:not(:last-of-type){
	margin-bottom: 20px;
}
#main section p{
	margin-bottom: 1.5em;
}
#main section ul{
	margin-bottom: 0.5em;
}
#main section ul li{
	margin-bottom: 0.5em;
}
@media screen and (min-width: 768px){
	#main section:not(:last-of-type){
		margin-bottom: 50px;
	}
}