@charset "euc-jp";
#delivery{
  margin-top:70px;
}  

.category{
  text-align:left;
  position:absolute;
  top:11px;
  left: 32px;
  height:auto;
  box-sizing: border-box;
  width:130px;
}


.category li{
  margin-bottom:18px;
  list-style-type:none;
  width:auto;
}

.category-title{
  border-bottom: 1px solid #000;
}


.guide h2{
  border-bottom: 1px solid #000;
}

.category a{
  color:#000;
  display: grid;
}

.category a:hover{
 color:#808080;
}


.guide {
    margin-top: 100px;
}



.sk-lst {
  padding: 0 1.4%;
  width: 66%;
  margin: 0 30%;
}
.container-section {
  border-bottom: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 15px;
}

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

.def-lst {
  margin: 0;
  font-size: 15px;
}
  .def-lst-dd {
    margin: 0;
    padding: 0 0 20px;
    line-height: 23px;
  }
.last-section{
  border: none;
}

@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;
  }
}