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

/* orignal.css ご利用ガイド*/
.shopkeeper-h2 {
    padding: 1em 40px 0em;
    background-image: url(https://img07.shop-pro.jp/PA01418/773/etc/icon_uzu_blue.png?cmsp_timestamp=20220630151537);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px auto;
    color: rgba(46,61,150,1.00);
    font-weight: 100;
}
.list_table,
.list_table > dt,
.list_table > dd {
    box-sizing: border-box;
}

.list_table > dt,
.list_table > dd {
    padding: 1em;
    margin: 0px;
}

.list_table .payment_img_area  {
padding-bottom: 0.5em;
}

@media screen and (max-width: 767px) {

    .list_table > dt {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 0.3em;
    }
        .list_table > dd {
    padding-bottom: 2em;
    }
    .list_table > dt,
    .list_table > dd {
    }
    .list_table > dd > ul {
        text-align: left;
    }
}
@media print, (min-width: 768px) {
    .list_table {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #EEEEEE;
    }
    .list_table > dt,
    .list_table > dd {
        display: flex;
        flex-direction: column;
        border-top: 1px solid  #EEEEEE;
    }
    .list_table > dt {
        width: 30%;
    }
    .list_table > dd {
        width: 70%;
    }
}