@charset 'UTF-8';
.works_detail{
	margin-bottom: 50px;
}
.works_detail .imgbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: url('../image/icon05.png') center 120px no-repeat;
}
.works_detail .imgbox .before,
.works_detail .imgbox .after {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 320px;
	margin-right: 82px;
}
.works_detail .imgbox .before:nth-child(2n),
.works_detail .imgbox .after:nth-child(2n) {
	margin-right: 0;
}
.works_detail .imglist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.works_detail .imglist .square {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 150px;
	margin: 20px 20px 0 0;
}
.works_detail .imglist .square:nth-child(2n) {
	margin-right: 0;
}
.works_detail .text {
	margin-top: 25px;
}
