/* Flow
--------------------------------------------------*/
.flow-text {
	padding:0 0 20px;
	border-bottom:1px solid #dfa817;
}

.flow-text h3 {
	width:300px;
	height:40px;
	margin:0 auto 10px;
	background: url(../../img/hl-flow.png);
}
.flow-text h3.flow-hl-step1 {background-position:left   top;}
.flow-text h3.flow-hl-step2 {background-position:left -40px;}
.flow-text h3.flow-hl-step3 {background-position:left -80px;}

.flow-text h3 span {
	position: absolute;
    width: 1px; /* 0にしてしまうとダメ */
    height: 1px; /* 0にしてしまうとダメ */
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;  
}

.flow-text img {
	display:block;
	text-align:center;
	margin:0 auto;
}