@charset 'UTF-8';
.works_detail .imgbox {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: url('../image/icon06.png')top 165px  center no-repeat;
}
.works_detail .imgbox .before,
.works_detail .imgbox .after {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 400px;
	margin-right: 40px;
}
.works_detail .imgbox dt{
	text-align: center;
	font-size: 2.6rem;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
	line-height: 0.8;
	color: #7da038;
}
.works_detail .imgbox .after dt{
	color: #aa2e49;
}
.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;
	justify-content: space-between;
	-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: 90px;
	margin-top: 15px;
}
.works_detail .square a{
	border: none;
	padding-top: calc(100% - 0px);
}
.works_detail .imglist .square:nth-child(3n) {
	margin-right: 0;
}
.works_detail .text {
	margin-top: 30px;
}

