@charset "utf-8";
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea > section#sec04 #step {
	text-align: center;
}
#secondaryArea > section#sec04 #step p {
	text-align: left;
}
#secondaryArea > section#sec04 #step ol {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
#secondaryArea > section#sec04 #step ol li {
	width: 33.3%;
	width: calc( 100% / 3);
	padding: 0 5px;
}
#secondaryArea > section#sec04 #step ol li img {
	max-width: 100%;
}
