@charset "utf-8";

#sec1{
	overflow:hidden;
	zoom:1;
	}
#sec1 h1.titleb{
	margin-bottom:20px;
	}
#sec1 .box{
	overflow:hidden;
	zoom:1;
	}
#sec1 .box h2{
	font-size:30px;
	font-weight:normal;
	border-bottom:1px solid #231815;
	line-height:1.3;
	padding:15px 10px 8px 0px;
	margin-top:50px;
	}
#sec1 .box h2:before{
	content:"";
	display:inline-block;
	width:6px;
	height:36px;
	vertical-align:top;
	margin-right:10px;
	background-color:#36C;
	}
#sec1 .box p{
	margin-top:10px;
	}
#sec1 .box ol{
	padding-top:8px;
	}
#sec1 .box ol li{
	list-style-type:decimal;
	margin:10px 0 0 20px;
	line-height:1.3;
	font-size:16px;
	}
@media screen and (max-width:550px){
#sec1 .box h2{
	font-size:18px;
	padding:0px 0px 8px 0px;
	}
#sec1 .box h2:before{
	width:5px;
	height:24px;
	margin-right:8px;
	}
}