@charset "UTF-8";
.section--flow img{
	vertical-align: bottom;
}
.section--flow .flow_cnts{
	text-align: center;
}
.section--flow .flow_cnts{
		margin-bottom: 20px;
}
.flow_txt02 span{
	    margin-right: 5px;
}
.flow_txt02 li{
		margin-bottom: 5px;
}
.flow_txt02 li:last-child{
		margin-bottom: 0;
}


@media screen and (min-width: 769px) {
	.section--flow{
		margin-bottom: 75px;
	}
	.section--flow .flow_txt01,
	.section--flow .flow_cnts{
		margin-bottom: 40px;
	}

}
@media screen and (max-width: 768px) {
	.section--flow{
		margin-bottom: 50px;
	}
	.section--flow .flow_txt01,
	.section--flow .flow_cnts{
		margin-bottom: 20px;
	}
	
}
