/* Works page specific styles */
.works-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 900px;
  margin: 0 auto;
  padding: 70px 0 25px 0;
}

.work-item {
  text-align: center;
  width: 300px;
  margin-bottom: 42px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.work-item a {
  display: inline-block;
  margin-bottom: 1em;
}

.work-item p {
  margin: 0;
  line-height: 1.5;
  font-size: 90%;
}

/* ZEB table styles */
.zeb-table {
  border: 1px solid #000;
  border-collapse: collapse;
  width: 800px;
  margin: 0 auto;
}

.zeb-table caption {
  text-align: left;
  padding-bottom: 1em;
}

.zeb-table th,
.zeb-table td {
  text-align: center;
  border: 1px solid #000;
}

/* 実績列の2列間の境界線を消す */
.zeb-table td:nth-child(2) {
  border-right: none;
}

.zeb-table td:nth-child(3) {
  border-left: none;
}

/* 列幅の指定 */
.zeb-table th:nth-child(1),
.zeb-table td:nth-child(1) {
  width: 21.1%;
}

.zeb-table th:nth-child(2),
.zeb-table td:nth-child(2) {
  width: 47.0%;
}

.zeb-table th:nth-child(3),
.zeb-table td:nth-child(3) {
  width: 10.8%;
}

.zeb-table th:nth-child(4),
.zeb-table td:nth-child(4) {
  width: 21.1%;
}
