@charset "utf-8";

/* --------- --------- --------- --------- terms --------- */
section.terms > div.terms,
section.privacy > div.privacy {
	margin-top: 6rem;
}
section.privacy > div.privacy > div {
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.8;
}
section.terms > div.terms dt h2,
section.privacy > div.privacy dt h2 {
	padding-bottom: .25rem;
	font-size: 1.125rem;
	font-weight: 800;
	border-bottom: solid 2px #523418;
}
section.terms > div.terms dd,
section.privacy > div.privacy dd {
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.8;
}
section.terms > div.terms dd ol > li,
section.privacy > div.privacy dd ol > li {
	margin-top: .75em;
	margin-left: 1.5em;
	padding-left: 0.5em;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.8;
}
section.terms > div.terms dd ul,
section.privacy > div.privacy dd ul {
	list-style: none;
}
section.terms > div.terms dd ul > li,
section.privacy > div.privacy dd ul > li {
	margin-top: .25em;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.8;
}
section.terms > div.terms a,
section.privacy > div.privacy a {
	display: inline-block;
	color: #6c8c9d;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.8;
	text-decoration: underline;
	position: relative;
}
section.terms > div.terms a > img,
section.privacy > div.privacy a > img {
	vertical-align: middle;
	position: relative;
	top: -2px;
	left: 2px;
}
