.ds-option-table-wrap {
  margin-bottom: 56px;
  overflow-x: scroll;
  white-space: nowrap;
}
.ds-option-table {
  width: 100%;
  border-collapse: separate;
  border-radius: 4px;
  overflow: hidden;
}
.ds-option-table thead {
  background: #1e51ae;
  color: #fff;
  font-weight: bold;
}
.ds-option-table tbody tr:nth-of-type(even) {
  background: #e8f2ff;
}
.ds-option-table th {
  padding: 6px 8px;
  font-weight: normal;
  text-align: left;
  font-size: 14px;
}
.ds-option-table td {
  padding: 6px 8px;
  text-align: center;
  font-size: 14px;
}
.ds-option-table thead tr td {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.ds-option-table tbody tr td,
.ds-option-table tbody tr th {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.ds-option-table tbody td:last-of-type {
  border-right: 1px solid #ccc;
}
.ds-option-table thead tr:first-of-type td:first-of-type {
  border-top-left-radius: 4px;
}
.ds-option-table thead tr:first-of-type td:last-of-type {
  border-top-right-radius: 4px;
}
.ds-option-table tbody tr:last-of-type th {
  border-bottom-left-radius: 4px;
}
.ds-option-table tbody tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 4px;
}

@media (min-width: 600px) {
  .display-sp {
    display: none;
  }
}

#option {
  padding-top: 80px;
  margin-top: -80px;
}