@charset "UTF-8";
.zeh_box {
  max-width: 1600px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 120px;
}

@media only screen and (max-width: 700px) {
  .zeh_box::after {
    display: block;
    content: "▶ 左右にスクロールできます。";
    text-align: left;
    padding-top: 10px;
    color: #535353;
    font-weight: bold;
    font-style: normal;
    font-size: 1rem;
  }
}

.zeh_box table {
  width: 100%;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.zeh_box table tbody {
  width: 100%;
  display: table;
}
.zeh_box table tbody tr {
  display: table-row;
  vertical-align: inherit;
  unicode-bidi: isolate;
  border-color: inherit;
}

.zeh_box table tbody tr th,
.zeh_box table tbody tr td {
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #fff;
  text-align: center;
  color: #535353;
  font-size: 15px;
}

.zeh_box table tbody tr th {
  background-color: #e2e2e2;
  font-weight: bold;
}
.zeh_box table tbody tr td {
  background-color: #f6f6f6;
}
.parts_bk_white {
  background-color: #fff !important;
}
