<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';
.gallery01 {
	margin-bottom: 80px;
}
.gallery01 .imgbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 35px;
}
.gallery01 .imgbig {
	max-width: 380px;
	max-height: 380px;
	width: 100%;
	height: 100%;
}
.gallery01 .imglist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 380px;
}
.gallery01 .imglist .square {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 120px;
	height: 120px;
	margin: 0 10px 11px 0;
}
.gallery01 .imglist .square:nth-child(3n) {
	margin-right: 0;
}
.square img{
	padding: 0;
}
.gallery01 .imglist .square a{
	border: none;
}
@media screen and (max-width: 900px) {
.gallery01 .imgbig {
	margin-bottom: 15px;
}
.gallery01 .imgbox {
    display: block;
    max-width: 380px;
    margin: 0 auto;
}
.gallery01 .imglist .square {
	width: 30%;
	height: 100%;
	margin: 0 5% 5% 0;
}
}
</pre></body></html>