@charset "utf-8";
/* CSS Document */

/*---------------------------------------------

---------------------------------------------*/
.privacy{
	margin-bottom:20px;
}
.privacy h2{
	margin-bottom:10px;
}
.privacy li{
	counter-increment : chapter;
	margin-left:20px;
}
.privacy li::before{
	content:"(" counter(chapter) ")";
	padding-right:4px;
}


