@charset "utf-8";
/* CSS Document */

#contents h3 .icon-txt-policy:before {
	color: #E73B00;
	font-size: 140px;
	position: absolute;
	left: 0px;
	top: -60px;			
}

#contents .policyArea {
	font-size: 1.4rem;
	padding: 0 20px 20px 20px;
	background: #FFF;
	position: relative;
	z-index: 100;
}

#contents h5 {
	padding: 20px 0 0 0;
}


@media screen and (max-width: 768px) {
	
#contents .policyArea {
	padding: 0;
	background: none;
}

}
