/* プライバシーポリシー */
.privacy-area .inner {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

.privacy-area .section_box {
	padding: 30px;
	margin-bottom: 90px;
}

.privacy-area p {
	line-height: 2;
}

.privacy_intro {
	margin-bottom: 25px;
}

.privacy_block {
	padding: 0 0 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid #CFD2FF;
}

.privacy_block:nth-last-child(2) {
	border-bottom: none;
	padding: 0;
}

.privacy_block:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.privacy_title {
	font-size: 18px;
	margin-bottom: 12px;
}

.privacy_list{
	margin-top: 12px;
}

.privacy_list li{
	position: relative;
	padding-left: 1.2em;
	line-height: 2;
}

.privacy_list li::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (min-width: 768px) {
	.privacy-area .section_box {
		padding: 70px 100px;
		margin-bottom: 130px;
	}
}
