@charset "UTF-8";
/*------------------------------------------------------section*/
/*section01*/
.flowbox {
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 25px;
	background: url(../img/service_img/flow_arrow.png) no-repeat bottom center;
	background-size: auto 15px;
}
.flowbox:last-child {
	clear: both;
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
	background-size: auto 15px;
}
.flowbox dl dt {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: url(../img/common_img/bg_blue.gif) repeat;
	padding: 5px 12px 3px;
	margin-bottom: 10px;
	border-left: 5px #a7b3de solid;
}
