@charset 'UTF-8';
.gallery {
	margin-bottom: 0;
}
.gallery .box{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.gallery .aside{
	max-width: 420px;
	width: 100%;
	margin-bottom: 35px;
}
.gallery .aside:nth-child(7),
.gallery .aside:nth-child(8){
	margin-bottom: 24px;
}
.gallery .product{
	width: 420px;
	background: url(../image/icon10.png)center center no-repeat;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.gallery .before,
.gallery .after{
	position: relative;
	width: 200px;
}
.gallery .after::before{
	content: '';
	position: absolute;
	z-index: 9;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	background: url('../image/bg08.png') center no-repeat;
}
.square a{
	border: 5px solid #F9F8EA;
	padding-top: calc(100% - 10px);
}
.gallery h3{
	margin-top: 15px;
	line-height: 1.7857;
	font-size: 1.4rem;
}
.gallery h3 a{
	color: #0D56CC;
}
.gallery .page{
	text-align: center;
	margin-top: 0;
}