@charset "UTF-8";
/* CSS Document */
.galleryList {
	margin: 50px auto;
}
.galleryList .list4 li {
	margin-bottom: 30px;
}
.galleryList .list4 li a img {
    height: 160px;
	object-fit: cover;
}



@media screen and (max-width: 736px) {
.galleryList {
	margin: 30px auto;
}
.galleryList .list4 li {
	margin-bottom: 30px;
}
.galleryList .list4 li {
	margin-bottom: 15px;
}
.galleryList .list2_sp li a img {
    height: 80px;
	object-fit: cover;
}
}


