@charset "utf-8";
.privacy__lead {
	margin-top: 40px;
	padding: 0 30px;
}
.privacy__lead_txt {
	font-size: 13px;
	line-height: calc(26/15);
}
.privacy__sect {
	margin-top: 1em;
	padding: 0 30px;
	margin-bottom: 30px;
}
.privacy__list {
	margin-bottom: 1.5em;
	font-size: 13px;
}
.privacy__list:last-of-type {
	padding-bottom: 30px;
	margin-bottom: 0;
	border-bottom: 1px solid #333;
}
.privacy__list > dt {
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #10104B;
}
.privacy__list > dd {
	line-height: calc(26/15);
}
.privacy__sub_list  > li{
	/* padding-left: 1em;
	text-indent: -1em; */
}
@media screen and (min-width:768px) {
	.privacy__lead {
		max-width: 1060px;
		margin: 80px auto 0;
	}
	.privacy__lead_txt {
		margin-top: 50px;
		font-size: 15px;
	}
	.privacy__sect {
		max-width: 1060px;
		margin: 2em auto 80px;
	}
	.privacy__list {
		font-size: 15px;
	}
	/* .privacy__list > dt {
		font-size: 18px;
	} */
	.privacy__list:last-of-type {
		padding-bottom: 80px;
	}
}

@media screen and (min-width:1025px) {
	.main_content {
		margin-top: 96px !important;
	}

}