@charset "UTF-8";

.privacy_txt {
	margin-bottom: 40px;
}
.privacy_box:nth-last-child(n+2) {
	margin-bottom: 30px;
}
.privacy_ttl {
	margin-bottom: 10px;
}
.privacy_txt_02:nth-last-child(n+2) {
	margin-bottom: 20px;
}
.privacy_list li {
	text-indent: -1em;
	padding-left: 1em;
}

@media (min-width:768px){
	.privacy_txt {
		margin-bottom: 50px;
	}
	.privacy_box:nth-last-child(n+2) {
		margin-bottom: 40px;
	}
	.privacy_ttl {
		margin-bottom: 15px;
	}
	.privacy_txt_02:nth-last-child(n+2) {
		margin-bottom: 25px;
	}
}
