@charset "utf-8";


.privacy-title{
	margin-bottom: 60px;
	text-align: center;
	border: 1px solid #5B5B5B;
	border-width: 1px 0;
/*	height: 255px; */
	padding: 10px 0;
	color: #005AA1;
}
.privacy-title:before,
.privacy-title:after{
	content: "";
	display: inline-block;
	background: url("../images/icon/privacy.jpg") center center no-repeat;
	height: 27px;
	margin: 0 1em;
	vertical-align: middle;
	width: 24px;
}
.privacy-title img{
	vertical-align: bottom;
	margin: 0 10px;
}
#privacy-body{
	width: 1000px;
	margin: 0 auto;
}
#privacy-body h2{
	color: #005AA1;
	font-size: 87.5%;
	padding: 0 0 10px 5px;
	border-bottom: 1px solid #5B5B5B;
	margin: 33px 0 13px 3px;
	font-weight: normal;
}
#privacy-body h2:before{
	content: "\F763";
	font-family: "Material Design Icons";
}
#privacy-body dl{
	counter-reset: num;
}
#privacy-body dl dt{
	color: #005AA1;
	font-size: 81.25%;
	margin: 15px 0 0 30px;
	font-weight: normal;
}
#privacy-body dl dt:before{
	counter-increment: num 1;
	content: counter(num) ". ";
}
#privacy-body dl dd{
	font-size: 81.25%;
	margin: 0px 0 0 43px;
}
#privacy-body .list_dot{
	border: 1px solid #000000;
	background: #F5F5F5;
	margin-top: 1em;
	padding: 5px 15px;
	width: 830px;
}