@charset "UTF-8";





.hiramatu h3 {


	font-weight: normal;
	font-size: 1.6rem;
}


.hiramatu p {

	margin-top: 0;


}

.hiramatu ul {
	counter-reset: number 0; 

}

.hiramatu ul li {


	position: relative;
        padding-left: 25px;
	margin-bottom: 25px;
}


.hiramatu li::before {
        counter-increment: number ; 
        content: counter(number) "．" ; 
        position: absolute;
left: 0;
top:0;
     } 

