@charset "UTF-8";
#content:after, #content .smart ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* -------------------------- */
/* what/
/* -------------------------- */
#content .privacy {
	padding: 80px 0;
}
#content .privacy h3 {
	font-size: 1.6em;
	display: block;
	margin-top: 80px;
	margin-bottom: 20px;
}
#content .privacy ol li {
	list-style: decimal;
	text-indent: 0em;
	margin-left: -1em;
	padding: 0;
	line-height: 1.6em;
	margin-bottom: 10px;
}

@media screen and (max-width: 1034px) {
#content .what {
	padding: 20px 0;
	background: none;
}
#content .what h3 {
	font-size: 1.4em;
	padding-left: 0px;
	background: none;
	height: auto;
	line-height: 1.6;
	width: 100%;
}
#content .what p {
	text-align: left;
}
#content .what p br {
	display: none;
}
#content .what h4 {
	margin: 25px 0 5px 0;
}
}
/* -------------------------- */
/* clumb */
/* -------------------------- */
.clumb ul.inbox li {
	display: inline-block;
	color: #323232;
}
.clumb ul.inbox li a {
	color: #0575ad;
}
