@charset "euc-jp";
.container-section {
  border-top: 1px solid #e7e7e7;
  margin-bottom: 60px;
  overflow: auto;
  padding-top: 40px;
}

.shopkeeper-h2 {
  text-align: left;
  margin: 0;
  padding: 0 0 20px;
}

.def-lst {
  margin: 0;
  padding: 0 0 0 30px;
}

.def-lst-dt {
}

.def-lst-dd {
  margin: 0;
  padding: 0 0 20px 0;
}

.sticky_table {
  overflow-x: scroll;
  overflow-y: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
table {
  margin-bottom: 0;
}
.sticky_table th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  min-width: auto;
  white-space: nowrap;
}

.sticky_table tr:first-child th:first-child {
  z-index: 2;
}

#backlink,
.btn_cancel {
  display: none;
}

@media (max-width: 768px) {
  .container-section {
    margin-bottom: 30px;
    padding-top: 20px;
  }
  .shopkeeper-h2 {
    padding-left: 6px
  }
  .def-lst {
    padding-left: 0;
  }
}