#terms h2 span {
	background:url(../images/ttl_terms.png) center no-repeat;
}
#terms h3 {
	color:#60ab33;
}
#terms ol {
	padding:0 0 0 2em;
	margin:0;
}
#terms ol li {
	list-style-position:inside;
	list-style-type:none;
	text-indent:-2em;
	counter-increment:cnt;
}
#terms ol li:before {
	content:"(" counter(cnt) ") ";
}
@media screen and (max-width: 768px) {
#terms h2 span {
	background-size:36px auto;
}
/*title*/
#terms h2 {
	margin-bottom:0;
}
#terms section {
	margin:0 5%;
}
#terms h3 {
	position:relative;
	margin-top:25px;
	padding-bottom:10px;
	padding-left:20px;
	font-size:16px;
	border-bottom:2px solid #60ab33;
}
#terms h3:before {
	position:absolute;
	content:"";
	top:10px;
	left:0;
	width:14px;
	height:2px;
	background:#666;
}
#terms p {
	margin-top:15px;
}
#terms p, #terms li {
	font-size:14px;
	line-height:26px;
}
#terms ol {
	padding:15px 0 0 2em;
	margin:0;
}
}
@media screen and (min-width: 768px) {
#terms h2 {
	margin-bottom:10px;
}
#terms h2 span {
	background-size:63px auto;
}
#terms section {
	width:840px;
	margin:0 auto 100px;
}
#terms h3 {
	position:relative;
	margin-top:30px;
	padding-left:22px;
	font-size:18px;
}
#terms h3:before {
	position:absolute;
	content:"";
	top:12px;
	left:0;
	width:14px;
	height:2px;
	background:#666;
}
#terms p {
	margin-top:10px;
}
#terms p, #terms li {
	font-size:14px;
	line-height:28px;
}
#terms ol {
	padding:10px 0 0 2em;
	margin:0;
}

}