@charset "UTF-8";

/*********************************************************************
　Pc style
*********************************************************************/
.workList{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.workList li{
	width:24%;
	margin-bottom:20px;
}