@charset "UTF-8";
/* flow */

.flow_title h2{
	width: 100%;
	height: 75px;
	line-height: 75px;
	font-size: 18px;
	text-align: center;
	background-color:#EAEAEA;
	position: relative;
}
.flow_title h2 span{
	display: block;
	width: 190px;
	height: 75px;
	line-height: 75px;
	text-align: left;
	padding-left: 50px;
	background-color:#c8c8c8;
	position: absolute;
	top:0;left:0;
}
.flow_title h2 span:before{
	position: absolute;
	top:30px;left:25px;
}
.flow_content{
	margin: 50px 0 0;
	padding: 0 2.5%;
}
.flow_text p span{
	display: block;
	text-indent: -15px;
	padding-left:15px;
}
.flow_text p span a{
	text-decoration: underline;
}
.flow_content.bg_ivory{
	margin: 0;
	padding: 50px 2.5%;
	background-color:#F5F5F5;
}
.flow_content.bg_ivory .flow_image{
	margin-bottom: 50px;
}
.flow_inner h3{
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #EAEAEA;
	margin-bottom: 50px;
}
.inner:nth-of-type(1){
	padding: 0 2.5% 0 0;
	text-align: center;
}
.inner:nth-of-type(2){
	padding: 0 0 0 2.5%;
	text-align: center;
}
.inner_image{
	margin-bottom: 25px;
}
.inner p{
	padding: 0 5%;
	text-align: left;
}
.arrow{
	display: block;
	width: 25px;
	margin: 50px auto;
}

@media screen and (min-width:0px) and (max-width:767px) {
	
	.flow_area{
		padding: 0 5%;
	}
	.flow_title h2{
		width: 100%;
		height: 150px;
		line-height: 75px;
		font-size: 16px;
		text-align: center;
		background-color: #EAEAEA;
		position: relative;
	}
	.flow_title h2 span{
		display: block;
		width: 100%;
		height: 75px;
		line-height: 75px;
		text-align: left;
		padding-left: 50px;
		background-color: #c8c8c8;
		position: static;
	}
	.flow_title h2 span:before{
		position: absolute;
		top:30px;left:25px;
	}
	.flow_content{
		margin: 25px 0 0;
		padding: 0;
	}
	.flow_text p span{
		display: block;
		text-indent: -15px;
		padding-left:15px;
	}
	.flow_text p span a{
		text-decoration: underline;
	}
	.flow_image{
		margin-bottom: 25px;
	}
	.flow_image img{
		width: 100%;
		height: auto;
	}
	.flow_content.bg_ivory{
		margin: 0;
		padding: 25px 5%;
		background-color: #f5f5f5;
	}
	.flow_content.bg_ivory .flow_image{
		margin-bottom:0;
	}
	.flow_inner h3{
		height: 50px;
		line-height: 50px;
		text-align: center;
		background-color: #EAEAEA;
		margin:25px 0;
	}
	.inner:nth-of-type(1){
		padding: 0;
		text-align: center;
	}
	.inner:nth-of-type(2){
		padding: 0;
		text-align: center;
	}
	.inner_image{
		margin-bottom:25px;
	}
	.inner_image img{
		width: 100%;
		height: auto;
	}
	.inner p{
		padding: 0;
		text-align: left;
	}
	.arrow{
		display: block;
		width: 25px;
		margin: 25px auto;
	}
}