@charset "euc-jp";
.container-section {
  border-top: 1px solid #e7e7e7;
  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;
  }
}


.list_table,
.list_table > dt,
.list_table > dd {
    box-sizing: border-box;
}
.list_table dt{
  background-color:#f0edd1;}

.list_table {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #c9c6af;
    border-top: none;
}

.list_table > dt,
.list_table > dd {
    width: 100%;
    padding: 1em;
    margin: 0px;
    border-top: 1px solid #c9c6af;
    text-align: center;
}

@media print, (min-width: 768px) {
    .list_table > dt,
    .list_table > dd {
        text-align: left;
    }
    .list_table > dt {
        display: flex;
        align-items: center;
        width: 20%;
    }
    .list_table > dd {
        width: 80%;
        border-left: 1px solid #c9c6af;
    }
}

.wrap980 h2{
	border-left: 5px solid #97d4d9;}

.red{
	color:#FF0000;}