@charset "utf-8";
@import url("internal.css");
/* CSS Document */
#flow {
	background-image: url(../images/internal/in04/jinzou_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding-top : 267.14%;
	height: 0px;
	width: 100%;
	list-style: none;
}
#flow ol li {
	list-style: none;
	height: 0px;
}

@media only screen and (min-width: 769px) {
#flow {
	background-image: url(../images/internal/in04/jinzou.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 0;
	height: 788px;
	width: 552px;
}

}