@charset "utf-8";

.title {
	height: 80px;
	margin-top: 20px;
}
.illustration {
	width: 1080px;
	padding: 0 60px;
	background-size: contain;
}
.illustration img {
	margin: 5px;
	float: left;
}
.illustration img:hover {
	opacity: 0.7;
	transition: opacity 0.5s;
}