@charset "UTF-8";
@import url("global.css");

.flow{
	line-height:1.3;
	margin:15px 0;
}
.flow li{
	margin-bottom:5px;
	padding-bottom:25px;
	overflow:hidden;
	background:url(../flow/images/arrow.png) no-repeat bottom center;
	background-size:60px 22px;
}
.flow li p{
	margin:0 10px;
}
.flow li:last-child{
	padding-bottom:0;
	background:none;
}
.flow li span{
	color:#ff5192;
	font-weight:bold;
}
.flow li img.icon{
	float:left;
	margin:0 5px 5px 0;
}

h3{
	margin-bottom:7px;
}