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

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

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

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

/*******流瘟*******/
table,thead,tbody,tr,th,td{
  box-sizing:border-box;
}
.shipping__unit {
  font-size:12px;
  text-align: right;
  margin:0;
}
.shipping__table-wrap{
  overflow: auto;
  max-height:70vh;
  margin-bottom:20px;
}
.shipping__table-wrap--Y{
  overflow: hidden;
}
@media screen and (max-width: 830px) {
.shipping__table-wrap--Y{
  overflow: auto;
}
}
.shipping__table {
  border-collapse: collapse;
  width: 100%;
  white-space: nowrap;
}

.shipping__table th,
.shipping__table td {
  font-weight: 400;
  border: none;
  padding: 1em 0.5em;
  text-align: center;
}

.shipping__table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/*流瘟　误を盖年*/
.shipping__tbody th {
  position: sticky;
  top: 0;
  left: 0;
}
.shipping__tbody th:nth-of-type(2) {
  left: 42px;
} 
.shipping__tbody th:first-of-type:not(.shipping__area) {
  left: 42px;
}
.shipping__tbody th::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f4f4f4;
  background-clip: border-box;
  z-index: -1;
  box-sizing:border-box;
}
.shipping__area::before {
  border-left: 1px solid #ccc;
}
/*流瘟　乖を盖年*/
.shipping__thead th{
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border: none;
}
.shipping__thead th::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f4f4f4;
  z-index: -1;
  box-sizing:border-box;
}
 .shipping__thead th:first-of-type {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border: none;
  z-index: 1;
}
.shipping__thead th:first-of-type::before {
 content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  background: #f4f4f4;
  z-index: 2;
  box-sizing:border-box;
}
