@charset "UTF-8";

/* --------------------------------------------------
	プライバシーポリシー
-------------------------------------------------- */
.l-content_inner {
	margin: 0 auto;
	padding: 0 20px;
	width: 1020px;
	max-width: 100%;
}
.privacy {
	margin-bottom: 200px;
	padding-top: 50px;
}
.privacy_txt {
	margin-bottom: 50px;
}
.privacy_cont {
	margin-bottom: 40px;
}
.privacy_cont_txt {
	margin-bottom: 20px;
}
.privacy_cont_txt:last-child {
	margin-bottom: 0;
}
.privacy_cont_list {
	margin-bottom: 20px;
	list-style: disc;
}
.privacy_cont_list:last-child {
	margin-bottom: 0;
}
.privacy_cont_list li {
	margin: 0 0 10px 44px;
}
.privacy_cont_list li:last-child {
	margin-bottom: 0;
}
.privacy_foot {
	text-align: right;
}
.privacy_foot_txt {
	margin-bottom: 20px;
}
.privacy_foot_txt:last-child {
	margin-bottom: 0;
}
/* --------------------------------------------------
	画面幅別
-------------------------------------------------- */
@media screen and (max-width: 980px) {
	.privacy {
		padding-top: 80px;
	}
}