@charset "UTF-8";
/*------------------------
個人情報保護方針
------------------------*/
.privacy {
	width: 980px;
	margin: 0 auto;
	padding: 60px 0 120px;
}
.privacy .item:not(:last-child){
	margin-bottom: 40px;
}
.privacy .item h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.privacy .item p {
	margin-bottom: 15px;
}
.privacy .item p ,
.privacy .item li {
	font-size: 17px;
	text-align: justify;
	line-height: 1.6;
}
.privacy .item li:not(:last-child){
	margin-bottom: 5px;
}
.privacy .item ul {
	list-style-type: square;
	padding-left: 1.5em;
}
