@charset "UTF-8";

.flowMain {
	margin: 20px 15px 0;
}

.flowItem {
	position: relative;
	float: left;
	width: 33.3333334%;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.flowItem:after {
	content: '';
	display: block;
	position: absolute;
	top: 32%;
	right: -9px;
	width: 9px;
	height: 10px;
	background: url(../img/flow/flow_arrow_01.png) no-repeat top left;
	background-size: contain;
	z-index: 200;
}

.flowItem-arrowBottom:after {
	top: auto;
	right: auto;
	bottom: 18px;
	left: -10px;
	width: 15px;
	height: 11px;
	background: url(../img/flow/flow_arrow_02.png) no-repeat top left;
	background-size: contain;
}

.flowItem-noArrow:after {
	content: none;
}

.flowItem_title {
	margin: 0 0 3px;
}

.flowItem_title > img {
	display: block;
	margin: 0 auto;
}

.flowItem_img {
	border: solid 2px #11A9D8;
}

.flowItem_img > img {
	display: block;
	width: 100%;
	height: auto;
}

.flowItem_text {
	margin: 3px 0 0;
	text-align: left;
	font-size: 9px;
	line-height: 1.3;
	height: 55px;
}

.flowAttention {
	margin: 10px auto 15px 22px;
}

.flowAttention > img {
	display: block;
	margin: 0;
	max-width: 100%;
	height: auto;
}


