
table.pricelist {
	width: 800px;
}

ol.flow {
	display: block;
	padding: 0 20px;
}

ol.flow li {
	margin: 0 0 80px 0;
	width: auto;
}

ol.flow li:last-child {
	margin: 0;
}

ol.flow li:after {
	background: url(images/flow_arrow_sp.svg) no-repeat center center;
	background-size: 40px;
	bottom: -30px;
	right: 50%;
	top: auto;
	transform: translateX(50%);
	width: 40px;
}
