@charset "UTF-8";

#contents h1 {
	margin:32px 0 22px;
}
#contents img {
	display: block;
	max-width: 100%;
	height: auto;
}

.contents {
	display: flex;
	justify-content: space-between;
	margin-bottom:50px;
}
.contents .col-left {
	width: 341px;
}
.contents .col-left img {
	margin-bottom: 18px;
}
.contents .col-right {
	width: 535px;
}
.contents .col-right img {
	margin-bottom: 12px;
}