body {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  background: #FFFFFF;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
  font-weight: 400 !important;
  color: #333333 !important;
  font-size: 15px;
}

table {
  width: 100% !important;
}

th {
  background-color: #f5f5f5 !important;
}

th,
td {
  padding: 8px 12px !important;
  border: 1px solid darkgray !important;
}

.table-spacing {
  border-spacing: 3px !important;
  border-collapse: separate !important;
}

.table-th {
  display: table-cell;
  align-content: center;
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 1100px;
  }

  body {
    font-size: 16px;
  }
}

#footer {
  font-size: 14px;
  padding: 80px 0;
  text-align: center;
}