@charset "utf-8";

#p1{
	float: none;
	width: 100%;
}

img#img1{
	display: block;
	float: none;
	width: 100%;
	margin: auto;
	margin-bottom: 25px;
}

img#flow-img{
	display: block;
	float: none;
	width: 100%;
	margin: auto;
}

ol{
	list-style: none;	
}

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

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

dl.flow dt{
	height: 25px;
	line-height: 25px;
}

dl.flow img{
	display: block;
	margin: auto;	
}

img.banner{
	box-sizing: border-box;
	width: 100%;
}

p.box-link-p{
	text-align: center;	
}

.figure-box figure{
	float: left;
	width: 21%;
	margin: 2%;
	line-height: 0;
}

.figure-box figure:nth-child(3n){
	margin: 2%;
}