@charset "euc-jp";

.sk-lst {
  padding: 0 1.4%;
}
.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: 13px;
}
.def-lst-dt {
   font-size:13px;
}
.def-lst-dd {
   margin: 0;
   padding: 0 0 20px;
   font-size:13px;
   line-height:2em;
}
.last-section{
  border: none;
}
.def-lst-dd.lastadjust:last-child {padding-bottom:0;}
  .shopkeeper-h2 {
    padding-top:95px !important;
    margin-top:0 !important;
  }
  .shopkeeper-h2.topttl {
    padding-top:0 !important;
    margin-top: 45px !important;
  }

@media (max-width: 768px) {
  .container-section {
    margin-bottom: 30px;
    padding-top: 20px;
  }
  .shopkeeper-h2 {
    padding-top:55px !important;
  }
  .shopkeeper-h2.topttl {
    padding-top:10% !important;
    margin-top: 0 !important;
  }
  .def-lst-dt {
   font-size:3vw;
  }
  .def-lst-dd {
   margin-top:5%;
   font-size:3vw;
  }
}
@media (max-width: 480px) {
  .shopkeeper-h2 {
    padding: 0 4px;
  }
  .def-lst {
    padding: 0 4px;
  }
}