.jisseki-container {
  margin: 40px auto;
}
.jisseki-container-item {
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .jisseki-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .jisseki-container-item {
    flex-basis: 30%;
    margin: 2% 0;
  }
}
.normal-table {
  width: 100%;
}
.normal-table tr th {
  display: block;
  padding: 16px;
  text-align: left;
  background-color: #efefef;
}
.normal-table tr td {
  display: block;
  padding: 16px;
}

.company-list {
  list-style-type: none;
}/*# sourceMappingURL=main.css.map */