.container-section {
  border-top: 1px solid #b2a487;
  margin-bottom: 60px;
  padding-top: 40px;
}

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

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

.def-lst-dd {
  margin: 0;
  padding: 5px 0 20px;
  color: #808080;
}

.def-lst-dt {
  font-weight: normal;
  font-size: 18px;
}

table.souryo,
table.tb_style01{
  width: 100%;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
table.souryo th,
table.tb_style01 th{
  text-align: left;
  font-weight: normal;
  padding: 8px;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
}
table.souryo.daibiki th {
  text-align: right;
}
table.souryo.daibiki th.cnt {
  text-align: center;
}
table.souryo td {
  padding: 8px;
  text-align: right;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
}
table.tb_style01 td {
  padding: 8px;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
}

@media (max-width: 768px) {
  .container-section {
    margin-bottom: 30px;
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  table.souryo th,
  table.souryo td {
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  table.souryo th {
    background: #ddd;
    border-bottom: none;
  }
}
@media (max-width: 480px) {
  .shopkeeper-h2 {
    padding: 0 4px;
  }

  .def-lst {
    padding: 0 4px;
  }
}
