@charset "UTF-8";
.privacy {}
.privacy_title {
	font-size: 26px;
	text-align: center;
	margin-bottom: 83px;
}
.privacy_headline {
	color: #F45743;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}
.privacy_sect {
	border-bottom: 1px solid #A3A3A3;
	padding-bottom: 60px;
	margin-bottom: 40px;
}
.privacy_sect:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
.privacy_text {
	margin-bottom: 1.5em;
}
.privacy_text:last-child {
	margin-bottom: 0;
}
.privacy_oList {
	list-style: decimal;
	padding-left: 1.5em;
}
.privacy_oList > li {}
.privacy_oList > li:first-child {}
.privacy_oList > li:last-child {}
.privacy_oList > li:nth-child(2n+1) {}
.privacy_oList > li:nth-child(n+3) {}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {
	.privacy {}
	.privacy_title {
		font-size: 22px;
		margin-bottom: 45px;
	}
	.privacy_headline {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.privacy_sect {
		padding-bottom: 35px;
		margin-bottom: 35px;
	}
	.privacy_sect:last-child {}
	.privacy_text {}
	.privacy_text:last-child {}
	.privacy_oList {}
	.privacy_oList > li {}
	.privacy_oList > li:first-child {}
	.privacy_oList > li:last-child {}
	.privacy_oList > li:nth-child(2n+1) {}
	.privacy_oList > li:nth-child(n+3) {}
}
@media screen and (max-width:767px) {
	.privacy {}
	.privacy_title {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.privacy_headline {
		font-size: 15px;
		margin-bottom: 5px;
	}
	.privacy_sect {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	.privacy_sect:last-child {}
	.privacy_text {}
	.privacy_text:last-child {}
	.privacy_oList {}
	.privacy_oList > li {}
	.privacy_oList > li:first-child {}
	.privacy_oList > li:last-child {}
	.privacy_oList > li:nth-child(2n+1) {}
	.privacy_oList > li:nth-child(n+3) {}
}
