@charset "utf-8";
/* CSS Document */

section .txt_areaBox ol li,
section .txt_areaBox p{
	text-align: left;
    font-size: 14px;
}
section .txt_areaBox ol li{
	margin: 0;
	text-indent: -1em;
	padding-left: 1em;
	float: none;
}
section .txt_areaBox ol li + li{
	margin-top: 1em;
}
section .txt_areaBox ol li ul li:first-child{
	margin-top: 0.5em;
}
section#sec_list .txt_areaBox p{
	text-indent: 0;
}

@media screen and (max-width: 956px){
	
}