@charset "UTF-8";
/*-----------------------プライバシーポリシー*/
.section_mv #privacy.mv_inner {
	background-image: url("../img/privacy/main_v.jpg");
}
.privacy {
	overflow: hidden;
}
.privacy .section .section_inner {
	width: 90%;
	max-width: 960px;
}
.privacy .dl_privacy dt {
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: 600;
}
.privacy .dl_privacy dd {
	margin-bottom: 40px;
}
.privacy .dl_privacy dd ul {
	margin-left: 20px;
}
.privacy .dl_privacy dd ul li {
	list-style: disc;
}
@media screen and (max-width: 767px) {
	.privacy .section .section_inner {
		width: 100%;
	}
	.privacy .dl_privacy dt {
		font-size: 1.5rem;
	}
}

