.document.compliance {
	font-size: 2.0vh;
}
@media only screen and (min-width:640px) {
	.document {
		width: 80%;
		max-width: 640px;
	}
	.document.compliance {
		font-size: 15px;
	}
}
@media screen and (min-width:1024px) {
	.document {
		width: 60%;
	}
}

.document .head {
	text-align: center;
	margin-bottom: 2em;
}
.document h1 {
	font-size: 140%;
	margin-bottom: 1em;
}
.document .head h1 {
	margin-bottom: 0;
}
.document .head time {
	font-size: 92%;
	display: block;
	margin-top: 1em;
	margin-bottom: 0;
}
.document .head time::before {
	content: "更新:";
	display: inline;
	opacity: 0.7;
	padding-right: 0.3em;
}

.document > section {
	margin-bottom: 2em;
}
.document.compliance > section {
	font-family: sans-serif;
}
.document h2 {
	margin-bottom: 1em;
	font-size: 112%;
	font-weight: bold;
}
.document > section > p {
	margin-bottom: 1em;
	line-height: 1.7em;
}
.document > section > p:last-child {
	margin-bottom: 0;
}
.document > section > ul {
	margin-bottom: 1em;
}
.document > section > ul:last-child {
	margin-bottom: 0;
}
.document > section ul li {
	line-height: 1.7em;
}
.document > section ul.notice {
	font-size: 86%;
}

#cInfo {
	border-top: solid 1px rgba(209, 209, 209, 0.46);
	padding-top: 1.8em;
}
#cInfo h3 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0.8em;
}
#cInfo address {
	font-size: 86%;
	line-height: 1.6em;
	margin-bottom: 0.6em;
}
#cInfo .phone {
	font-size: 86%;
}
