@charset "utf-8";

#c2 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c3 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c4 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c4 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#c4 > div.box {
	box-sizing: border-box;
	overflow: hidden;
}
#c4 > div:nth-of-type(1) img {
	width: 1000px;
}
#c4 > div:nth-of-type(2) img {
	width: 600px;
}
#c4 > div:nth-of-type(3) img {
	width: 600px;
}
#c4 > div:nth-of-type(4) img {
	width: 1000px;
}
#c4 > div:nth-of-type(5) img {
	width: 1200px;
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
#c2 {
}
#c3 {
}
#c4 {
}
#c4 {
}
}
@media screen and (max-width: 640px) {
#c2 {
}
#c3 {
}
#c4 {
}
#c4 {
}
}
