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

#delivery{
  border-top: none;
}

.shopkeeper-h2 {
  text-align: left;
  margin: 0 0 20px;
  padding: 0 15px;
  font-weight: normal;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  background: url(//twinkle-jewel.jp/shop/img/svg/ico-jewel.svg) left no-repeat;
  background-size: 1em;
  padding-left: 1.3em;
}

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

.def-lst.com-detail{
  border-bottom: solid 1px #e7e7e7;
  margin-bottom: 30px;
}


  .def-lst-dt{
    margin-bottom: 8px;
    font-size: 0.8rem;
    color: #111;
    letter-spacing: 0.04em;
  }
  .def-lst-dd {
    margin: 0;
    padding: 0 0 25px;
    font-size: 0.8rem;
    color: #111;
    letter-spacing: 0.04em;
  }
.def-lst-dt.caution,
.def-lst-dd.caution{
    color: #ff8a8a;
 }

.mail-info{
  display: none;
}

@media (max-width: 768px) {
  .container-section {
    margin-bottom: 30px;
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .shopkeeper-h2 {
    padding: 0 4px 0 1.3em;
  }
  .def-lst {
    padding: 0 4px;
  }
  .def-lst-dd{
    font-size: 0.7rem;
  }
}