@charset 'UTF-8';
.menu {
  margin-bottom: 70px;
}

.menu .article {
  margin-bottom: 50px;
}

.menu .article:last-child {
  margin-bottom: 0;
}

.menu .box {
  margin-bottom: 30px;
}

.menu .att {
  margin-top: 15px;
}

.menu .image {
  width: 20%;
}

.section .table {
  width: 100%;
}

.section .table th,
.section .table td {
  border: 1px solid #1f323f;
  padding: 16px 19px 14px;
  vertical-align: top;
  max-width: 300px;
}

.section .table th {
  width: auto;
  background: #314249;
  vertical-align: middle;
  font-weight: bold;
  color: #fff;
}

.section .table td {
  border-right: none;
  border-left: none
}

.section .table td:nth-of-type(2n-1) {
  background: #efefef;
}