@charset "UTF-8";

#main .privacy p {
	line-height:1.8;
	margin-bottom:0;
}
#main p.body {
	margin-bottom: .5em;
}
.privacy h4 {
	font-size:1.8rem;
	font-weight:500;
	border-bottom:3px solid #efefef;
	padding-bottom:.5em;
	margin-bottom:.5em;
	position:relative;
	padding-top:1.5em;
}
.privacy h4::after {
	content:'';
	display:block;
	width:5em;
	height:3px;
	background-color:#277AB7;
	position:absolute;
	bottom:-3px;
	left:0;
}
.privacy ol {
	line-height:1.8;
	list-style:decimal;
	margin-left:2em;
	padding-top:.5em;
}

@media screen and (max-width:640px){

#main .privacy p {
	line-height:1.4;
}
.privacy h4 {
	font-size:1.6rem;
}
.privacy ol {
	line-height:1.4;
	font-size:1.4rem;
	margin-left:1.5em;
}
.privacy ol ol {
	margin-left:1em;
}
	
}