@charset "UTF-8";

/*box5
---------------------------------------------------------*/
.box5 .flow_list{
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.box5 .flow_list li{
	max-width: 245px;
	width: 22.3%;
}
.box5 .flow_list li.arrow{
	max-width: 38px;
	width: 3.455%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box5 #flow_scl{
	width: 100%;
	position: relative;
}

.box5 .flow_list{
    width: 200%!important;
	max-width: 1200px!important;
    padding-bottom: 1.5em;
}
}
