
.secMain {
	background: url(../img/main/flow.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

#flow {
	margin-bottom: 4vw;
	padding: 2vw 0px;
}

.flow_case {
	/*font-size: 3vw;*/
	font-size: min(3vw,40px);
	margin-bottom: 3vw;
	text-align: center;
}

h3 {
	width: 98%;
	/*font-size: 2.8vw;*/
	font-size: min(2.8vw,35px);
	margin : 0vw auto 3vw;
	padding-left: 1vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.flow_line {
	width: 100%;
	margin-bottom: 8vw;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.fl_img {
	width: 40vw;
	max-width: 540px;
}

.fl_txt {
	width: 40vw;
	max-width: 540px;
	padding-left: 1vw;
	/*font-size: 2vw;*/
	font-size: min(2vw,30px);
}

@media handheld, only screen and (max-width: 900px) {
	.fl_txt {
		font-size: 2.5vw;
	}
}

/*　　スマホ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media handheld, only screen and (max-width: 767px) {
/*スマホ*/

	.secMain {
		background: url(../img/main/sp_flow.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		position: relative;
	}
	.secTitle h2{
		text-align: center;
		font-size: 4vw;
	}

	.secTitle{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		background: rgba(0,0,0,0.5);
	}
	
	#flow {
		margin-bottom: 4vw;
		padding: 4vw 0px;
	}

	.flow_case {
		font-size: 4vw;
		margin-bottom: 3vw;
		text-align: center;
	}

	h3 {
		width: 98%;
		font-size: 4vw;
		margin : 0vw auto 3vw;
		letter-spacing: 0.2em;
		padding-left: 1vw;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}


.fl_img {
	width: 65vw;
	margin : 0vw auto 1vw;
}

.fl_txt {
	width: 65vw;
	margin : 0vw auto 1vw;
	padding-left: 1vw;
	font-size: 3.3vw;
}


}