@charset "UTF-8";

.listFlow{margin-bottom: 50px;}
.listFlow dt{
	clear: both;
	float: left;
	overflow: hidden;
	padding-bottom: 70px;
	padding-top: 10px;
	position: relative;
	width: 180px;
}
.listFlow dt:before{
	content: "";
	background-color: #d5e2f3;
	bottom: 4px;
	left: 29px;
	position: absolute;
	top: 89px;
	width: 7px;
}
.listFlow dt:after{
	content: url(../img/flow/icon_arrow03.png);
	bottom: 0px;
	left: 22px;
	position: absolute;
	z-index: 9;
}
.listFlow dt:nth-last-of-type(1):after, 
.listFlow dt:nth-last-of-type(1):before{
	display: none;
}
.listFlow dt._last:after, .listFlow dt._last:before{
	display: none;
}
.listFlow dd{
	background-color: #fff;
	border-radius: 10px;
	margin: 0 0 30px 180px;
	padding: 27px;
	position: relative;
}
.listFlow dd:before{
	content: url(../img/flow/icon_arrow02.png);
	position: absolute;
	left: -15px;
	top: 30px;
}
.listFlow dd .titFlow{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}