@charset "utf-8";
.privacyList {
	margin: 0;
	list-style-position: outside;
}
.privacyList li {
	/*list-style-type: none;*/
	counter-increment: cnt;
	margin-bottom: 1.5em;
	padding-left: 1.5em;
}
.privacyList li::before {
	display: marker;
	content: "(" counter(cnt) ") ";
	font-weight: bold;
	margin-left: -1.5em;
}
.privacyArea {
	font-size: 1.5rem;
	line-height: 1.8;
	font-weight: 500;
	margin-bottom: 140px;
}
.privacyBox {
	margin: 20px 0;
}
.privacyTextW {
	display: flex;
}
.privacyTextW p {
	padding-right: 1em;
}
.privacyTextW a {
	text-decoration: none;
	color: #000;
}
.privacyTextW a:visited {
	color: #000;
}
.privacyTextRight {
	text-align: right;
	margin-top: 1.6em;
}
.privacyBullet {
	list-style: none;
	padding: 0;
	margin: 0.4em 0 0.8em;
}
.privacyBullet li {
	padding-left: 2em;
	text-indent: -1em;
	margin-bottom: 0.2em;
}
.privacyBullet li::before {
	content: "・";
}
.privacyLabel {
	margin: 1em 0 0.2em;
	font-weight: 700;
}
/****************************************************************
****************************************************************/
@media screen and (max-width: 999px) {
	.privacyArea {
		font-size: 1.2rem;
		line-height: 1.45;
		margin-bottom: 45px;
	}
	.privacyBox {
		margin: 15px 0;
	}
	.privacyTextW {
		flex-wrap: wrap;
	}
}
