@charset "UTF-8";
#privacy_policy {
	width: 100%;
}
#privacy_policy p, #privacy_policy ul {
	font-weight: 500;
	line-height: 2.06rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#privacy_policy ul {
	margin-left: 1.375rem;
}
.privacy-list li {
	list-style: inherit;
}
.declaration_text, .privacy-content {
	margin-bottom: 2.8125rem;
}
.signature li {
	text-align: right;
}
@media screen and (max-width: 834px) {
	.title-part {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#privacy_policy p, #privacy_policy ul {
		line-height: 1.8rem;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.declaration_text, .privacy-content {
		margin-bottom: 1.875rem;
	}
}