@charset "utf-8";

#p1{
	width: 65%;	
}

img#img1{
	width: 30%;	
}


img#img2{
	width: 30%;	
}

ol{
	list-style: none;	
}

ol li{
	display: inline-block;
	width: 100%;
	margin-top: 50px;
	margin-right: 0px;
	vertical-align: top;
}

ol li:first-child{
	margin-top: 50px;	
}

dl.flow dt{
	height: 25px;
}

dl.flow dd p{
	float: left;
	width: 50%;
}

dl.flow dd img{
	float: right;
	width: 45%;
}

ul.flow-ul{
	width: 100%;	
}

ul.flow-ul li{
	width: 30%;
	margin-right: 4%;
}

ul.flow-ul li:nth-child(3n){
	margin-right: 0;
}