@charset "euc-jp";
.container-section {
  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 (max-width: 768px) {
  .container-section {
    margin-bottom: 30px;
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .shopkeeper-h2 {
    padding: 0 4px;
  }
  .def-lst {
    padding: 0 4px;
  }
}
/*hnm*/
#info {
    max-width: 45em;
    margin: 0 auto;
}
.def-lst {
    margin: 0;
    padding: 0;
}
.def-lst h3{
    font-size: 1.35em;
    font-weight: bolder;
    display: block;
    padding: .6em 1em;
    color: #fff;
    -webkit-border-radius: .8em;
    -moz-border-radius: .8em;
    border-radius: .4em;
    background-color: #73c9e0;
}
.def-lst-dd {
    line-height: 1.9em;
}

dl {
    font-size: 1.1em;
    line-height: 1.9em;
    margin-bottom: 2.3em;
}
.def-lst-dt{
    font-size: 1.2em;
    margin-bottom: .5em
}
.def-lst-dd{
    margin-bottom: 1em;
}
.small-text{
  font-size:.85em;
  line-height: 1.7em;
  margin-top: .5em;
  margin-bottom: 0;
}
@media screen and (max-width:480px){
    #info {
        padding: 0 2em;
    }
}
.hnm-product-breadcrumb {
    text-align: center;
}

.hnm-product-breadcrumb span:after {
    content: ">";
}

.hnm-product-breadcrumb span:last-child:after {
    content: "";
}

.hnm-product-breadcrumb {
    padding: 4em 0 0.7em;
}