@charset "utf-8";
/* --------------------------------------------

ページ名

---------------------------------------------- */ 
.system {
	margin-bottom: 5em;
}

.system img {
	width: 100%;
	margin: 0 auto;
}
.system img:nth-of-type(1) {
	max-width: 550px;
	margin: 0 auto 2em;
}
.system img:nth-of-type(2) {
	max-width: 550px;
	margin: 0 auto 2em;
}
.system img:nth-of-type(3) {
	display: block;
	margin: 0 auto;
}
.system img:nth-of-type(3),
.system img:nth-of-type(4) {
	max-width: 700px;
	margin-bottom: 2em;
}
.system img:nth-of-type(5) {
	max-width: 300px;
}

