@charset "UTF-8";

/*----------------------------------------------------
	☆  /sitemap/
----------------------------------------------------*/


h2{
	text-align:center;
	font-size:2em !important;
	font-weight:normal;
	margin-bottom:60px;
	margin-top:60px;
}

.privacyBox{
	width:960px;
	margin:0 auto;
	box-sizing:border-box;
	padding:25px 50px 15px;
	margin-bottom:140px;
}
.privacytitle{
	font-weight: bold;
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 10px;
}
.privacytext{
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.08em;
}
.numberlist{
	list-style: none;
	padding-left: 1.2em;
	counter-reset: cnt;
}
.numberlist li{
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.08em;
	counter-increment: cnt;
    text-indent: -1.2em;
}
.numberlist li::before{
	content: counter(cnt)'.'; 
    margin-right: 5px;
}
