@charset 'UTF-8';
.works-list{
	max-width: 960px;
	margin: 0 auto;
}
.works-list > .box{
	padding-top: 25px;
}
.works-list > .box,
.works-list .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.works-list > .box::after{
	content: '';
	width: 460px;
	display: block;
}
.works-list .article{
	width: 460px;
	margin-bottom: 45px;
}
.works-list .article .image{
	display: flex;
	justify-content: space-between;
	background: url("../image/icon04.jpg") center no-repeat;
	margin-bottom: 25px;

}
.works-list .article .square{
	height: 220px;
	width: 220px;
}
.works-list .article  h4{
	color: #71BCBC;
	font-weight: normal;
	line-height: 1.625;
}