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

h2 {
  color: #505050;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #EEEEEE;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 25px 25px 25px;/*左側の角を丸く*/
}

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

.def-lst-dt {
  padding: .5em .75em;
  background-color: #f6f6f6;
  border-left: 6px solid #ccc;
  margin: 1em 0;
}


/* ↓配送料テーブル↓*/
tbody {
  line-height: 1.25;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
}
table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
table th {
  font-size: .85em;
}
.kakaku {
 width: 6em;
}

table thead tr{
  background-color: #eee;
}
.txt{
   text-align: left;
   font-size: 1em;
}
.price{
   text-align: right;
}
@media screen and (max-width: 768px) {
  table {
    border: 0;
    width: 100%
  }
  table th{
    background-color: #eee;
    display: block;
    border-right: none;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: 1em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}
  /* ↑配送料テーブル↑*/

@media (max-width: 768px) {
  .container-section {
    margin-bottom: 30px;
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .shopkeeper-h2 {
    padding: 0 4px;
      padding: 0.5em;/*文字周りの余白*/
  }
  .def-lst {
    padding: 0 4px;
  }
}