
ul.process-list {
	flex-wrap: wrap;
	justify-content: center;
}

ul.process-list li {
	background-size: 22px;
	margin-bottom: 30px;
	padding-right: 23px;
}

ul.process-list li:nth-child(5) {
	background: none;
	padding-right: 0;
}

ul.process-list li:nth-child(6),
ul.process-list li:nth-child(7),
ul.process-list li:nth-child(8),
ul.process-list li:nth-child(9) {
	margin-bottom: 0;
}

ul.process-list li a {
	background-size: 10px;
	font-size: 13px;
	padding: 18px 10px 44px 10px;
}

ul.process-list li a em {
	font-size: 20px;
	height: 30px;
	left: calc(50% - 12px);
	padding-top: 5px;
	width: 30px;
}

ul.process-list li:nth-child(5) a em {
	left: calc(50%);
}

div.flow {
	padding: 25px 25px 20px 25px;
}

div.flow h2 {
	font-size: 28px;
	line-height: 1.4em;
}

div.flow h2 em {
	font-size: 26px;
	height: 50px;
	padding-top: 12px;
	top: -53px;
	width: 50px;
}

div.flow div.detail {
	display: block;
}

div.flow div.detail div.img {
	margin: 0 auto;
	width: auto;
}

div.flow div.detail div.img img {
	height: auto;
	width: 200px;
}

div.flow-arrow {
	padding: 10px 0 50px 0;
}

div.flow-arrow img {
	height: auto;
	width: 60px;
}

div.flow h3 {
	font-size: 20px;
}