@charset "UTF-8";


/*-----------------------------------

	privacy_block

-----------------------------------*/
#privacy_block {
	padding-bottom: 100px;
}
#privacy_block h2 {
	font-size: 14px;
	font-weight: 700;
	color: #858585;
	line-height: 1;
	margin-bottom: 50px;
}
#privacy_block h2::before {
	content: "PRIVACY POLICY";
	font-size: 42px;
	font-family: 'Montserrat', sans-serif;
	color: #fa6a8c;
	display: block;
	margin-bottom: 30px;
}
#privacy_block h3 {
	font-size: 28px;
	line-height: 1;
	padding-left: 40px;
	margin-bottom: 20px;
	position: relative;
}
#privacy_block h3::before {
	content: "";
	width: 30px;
	height: 2px;
	background: #fa6a8c;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#privacy_block .wrap:not(:last-of-type) {
	margin-bottom: 50px;
}
#privacy_block .wrap > p:first-of-type {
	margin-bottom: 20px;
}
#privacy_block .wrap ul li {
	padding-left: 1em;
	text-indent: -1em;
}
#privacy_block .wrap ul li::before {
	content: "・";
}
@media screen and (max-width: 840px) {
}
@media screen and (max-width: 640px) {
	#privacy_block {
		padding-bottom: 50px;
	}
	#privacy_block h2 {
		font-size: 12px;
		margin-bottom: 30px;
	}
	#privacy_block h2::before {
		font-size: 34px;
		margin-bottom: 20px;
	}
	#privacy_block .wrap:not(:last-of-type) {
		margin-bottom: 30px;
	}
	
}