.flow_mv {
	background: url(../images/flow/mv.jpg) no-repeat center center;
	background-size: cover;
}
/* ------------------------------------ */
#flow {
	max-width: 1000px;
	width: 90%;
	margin: 0px auto;
}
#flow .box {
	padding-left: 100px;
	position: relative;
	padding-top: 5px;
	margin-bottom: 50px;
}
#flow .box .number {
	font-family: kinuta-mincho-stdn, sans-serif;
	font-weight: 300;
	font-size: 200%;
	position: absolute;
	top: 0;
	left: 0;
}
#flow .box .ttl {
	font-family: kinuta-mincho-stdn, sans-serif;
	font-weight: 300;
	letter-spacing: 2px;
	font-size: 150%;
	margin-bottom: 15px;
	border-bottom: #999 1px dotted;
}
/* ------------------------------------ */

/* ------------------------------------ */

/* ------------------------------------ */

/* ------------------------------------ */



@media only screen and ( max-width : 968px ) {
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */
}
@media only screen and ( max-width : 680px ) {
	
	/* ------------------------------------ */
	.;/
	/* ------------------------------------ */
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */
}
@media only screen and ( max-width : 580px ) {
	
	/* ------------------------------------ */
	#flow .box {
		padding-left: 60px;
		padding-top: 5px;
		margin-bottom: 50px;
	}
	#flow .box .number {
		font-size: 170%;
		position: absolute;
		top: 0;
		left: 0;
	}
	#flow .box .ttl {
		font-size: 130%;
		margin-bottom: 15px;
	}
	/* ------------------------------------ */
	
	/* ------------------------------------ */
}