@charset 'UTF-8';
.square a{
	border: none;
}
.square img{
	width: 100%;
	height: 100%;
}
.works-detail .subtitle {
	position: relative;
	padding: 6px 20px 0px 27px;
	margin-bottom: 20px;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: bold;
	color: #000;
	border: none;
}
.works-detail .subtitle:before {
    content: '';
    position: absolute;
    left: 5px;
    bottom: 7px;
    width: 10px;
    height: 10px;
    background: #55C0B0;
    transform: rotate(45deg);
}
.works-detail .imgbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 45px;
}
.works-detail .imgbig {
	width: 580px;
}
.works-detail .imglist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 295px;
}
.works-detail .imglist .square {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 147px;
	margin: 0;
	border: solid #fff;
	border-width: 0 0 1px 1px;
}
.works-detail .imglist .square:nth-child(2n) {
	margin-right: 0;
}
.works-detail dl dt{
	font-size: 1.8rem;
	line-height: 1.555;
	font-weight: bold;
	padding-left: 28px;
	background: url('../image/icon02.png') left center no-repeat;
	margin-bottom: 20px;
}
.works-detail .tablebox{
	margin: 45px 0 50px;
}
.section table th,
.section table td {
    padding: 12px 19px 11px;
}

.button {
	margin-top: 30px;
}

.button a{
	color: #FFFFFF;
}