@charset "UTF-8";
/*-----------------------プライバシーポリシー*/
.privacy .section .section_inner {
	max-width: 1000px;
	position: relative;
	top: 30px;
}
.privacy .dl_privacy {
	margin-bottom: 4em;
}
.privacy .dl_privacy dt {
	margin-bottom: 1em;
	font-size: clamp(1rem, 0.875rem + 0.417vw, 1.25rem);
	line-height: 1.8;
	font-weight: 600;
}
.privacy .dl_privacy dd {
	line-height: 1.8;
}
.privacy .dl_privacy dd .list_num {
	counter-reset: listnum;
}
.privacy .dl_privacy dd .list_num li {
	line-height: 1.8;
	margin-bottom: 0.8em;
	margin-left: 1em;
	text-indent: -1.8em;
	padding-left: 0.8em;
}
.privacy .dl_privacy dd .list_num li::before {
	counter-increment: listnum;
	content: counter(listnum,decimal-leading-zero) ". ";
	color: #20b9e6;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.privacy .section .section_inner {
		width: 100%;
	}
	.privacy .dl_privacy {
		margin-bottom: 3em;
	}
}



