@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#flow
-------------------------------------------------------------------*/
#flow .box {
	display: table;
	width: 100%;
	margin-bottom: 65px;
	position: relative;
}
#flow .box::before {
	content: url(../image/flow_arrow.jpg);
	position: absolute;
	bottom: -40px;
	right: 0;
}
#flow .box:last-child::before {
	content: none;
}
#flow .box:last-child {
	background: url(../image/flow_arrow02.jpg) center bottom no-repeat;
	padding-bottom: 40px;
}
#flow .box .image {
	display: table-cell;
	width: 70px;
	vertical-align: middle;
}
#flow .box dl {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 20px;
}
#flow .box dl dt {
	font-weight: bold;
	font-size: 1.28em;
}