@charset "utf-8";

#sec_01 {
	clear: both;
	margin-top: 40px;
	margin-bottom: 0px;
	display: block;
}
#sec_01 .flow_arrow {
	color: #0F8190;
	text-align: center;
	font-size: 1.5em;
}
#sec_01 .flow {
	color: #333;
	background-color: #FFF;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
}
#sec_01 .flow h5 {
	color: #51B3C2;
	text-align: center;
}
#sec_01 .flow .number {
	width: 40px;
	position: absolute;
	left: -10px;
	top: -10px;
}


#sec_02 {
	clear: both;
	margin-top: 40px;
	margin-bottom: 0px;
	display: block;
}
#sec_03 {
	clear: both;
	margin-top: 40px;
	margin-bottom: 0px;
	display: block;
}

#sec_04 {
	clear: both;
	margin-top: 40px;
	margin-bottom: 0px;
	display: block;
}
#sec_05 {
	clear: both;
	margin-top: 40px;
	margin-bottom: 0px;
	display: block;
}


/* Media Queries */
@media screen and (min-width:568px) {

}

@media screen and (min-width:768px) {

#sec_01 {
	clear: both;
	margin-top: 80px;
	margin-bottom: 40px;
	display: block;
}
#sec_01 .center {
	text-align: center;	
}

#sec_02 {
	clear: both;
	margin-top: 80px;
	margin-bottom: 40px;
	display: block;
}

#sec_03 {
	clear: both;
	margin-top: 80px;
	margin-bottom: 40px;
	display: block;
}
#sec_04 {
	clear: both;
	margin-top: 80px;
	margin-bottom: 40px;
	display: block;
}
#sec_05 {
	clear: both;
	margin-top: 80px;
	margin-bottom: 40px;
	display: block;
}

}

@media screen and (min-width:1000px) {


}

@media screen and (min-width:1200px) {

}
