@charset "UTF-8";

/*個人情報保護方針*/
.class_box {
	float: left;
	width: 80%;
	margin-top: 40px;
	margin-left: 10%;
	margin-bottom: 40px;
	text-align: left;
}

/*h2*/
.privacy_h2 {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #766f6c;
	margin-bottom: 20px;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 26px;
	color: #766f6c;
	font-weight: normal;
	text-align: left;
	padding-bottom: 6px;
	line-height: 1.2em;
}
.privacy_h2 span {
	font-size: 12px;
	font-weight: bold;
	color: #4d4033;
	text-shadow: 1px 1px 3px #cccccc;
}

/*h3*/
h3 {
	font-weight: bold;
	font-size: 14px;
	color: #444444;
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 4px;
	text-shadow: 0px 0px 0px #cccccc;
}

.mese_cont {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #444444;
}

.mese_cont ul {
	padding-left: 30px;
}
.mese_cont ul li {
	list-style-type: decimal;
}