@charset "utf-8";

h2 {
	text-align: center;
	font-size: 1.12em;
	font-weight: 600;
	margin-bottom: 10px;
}
.txt1 {
	line-height: 1.6;
	margin-bottom: 30px;
	text-align: center;
}
.privacypolicy {
	background: rgba(0,86,150,0.1);
	box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
	padding: 20px;
}
.privacypolicy li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-left: 1.5em;
	text-indent: -1.5em;
	border-bottom: 1px dotted #fff;
	line-height: 1.8;
}
.privacypolicy li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.fa-leaf {
    margin-right: 0.5em;
	color: #009900;
}
@media only screen and (max-width: 640px) {
	.privacypolicy {
		padding: 15px;
	}
}