@charset "utf-8";

div.terms { width:86%; margin:0 auto 60px; padding:1%; }
div.terms h3 { margin:40px 0; background:#cccfaa; border-radius:30px; padding:20px; }
div.terms ul { list-style-image:url("../../common/images/list.png") ; margin: 0 50px 0 50px; padding: -15px 0 0 0; }
div.terms ul li { padding:0 0 16px; }
div.terms ol { list-style:decimal; margin: 20px 0 0 50px; }

@media only screen and (max-width: 670px) {
div.terms { width:96%; }
div.terms ul { margin: 0 20px 0 20px; }
}