@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document load
--------------------------------------------------------- */

#load {
	width: 100%;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.wf-active #load {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document privacy
--------------------------------------------------------- */

#privacy {
	margin: 20px 15px 0;
	padding: 40px 5px 0;
	background: #fff;
	text-align: left;
}

#privacy h2 {
	margin-bottom: 50px;
	text-align: center;
	font-weight: normal;
	font-size: 26px;
	line-height: 1;
	position: relative;
}

#privacy h2:after {
	content: '';
	width: 100px;
	height: 3px;
	margin-left: -50px;
	background: #057dcd;
	position: absolute;
	bottom: -20px;
	left: 50%;
}

#privacy h3 {
	margin-top: 50px;
	font-size: 19px;
	line-height: 1.6;
}

#privacy ul {
	margin-top: 20px;
}

#privacy ul li {
	padding-left: 12px;
	position: relative;
}

#privacy ul li:before {
	content: '';
	width: 4px;
	height: 4px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #222;
	position: absolute;
	top: 11px;
	left: 0;
}

#privacy ol {
	margin-top: 20px;
}

#privacy ol li {
	margin-left: 18px;
	padding-left: 5px;
	list-style: decimal;
}

#privacy p {
	margin-top: 20px;
}

#privacy .contact {
	margin-top: 20px;
	padding: 20px 20px 20px;
	border: solid 5px #e8eef1;
}

#privacy .contact h4 {
	font-weight: normal;
	font-size: 15px;
}

#privacy dt {
	display: inline-block;
	vertical-align: top;
	width: 90px;
}

#privacy dd {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 100px);
}
