.dl-vertical-list {
  padding: 0 3em 0 0;
}
.dl-vertical-list:last-child {
  padding: 0;
}

.dl-vertical-list__title {
  font-size: 1.2em;
}

@media (max-width: 768px) {
  .dl-vertical-list {
    padding-right: 0;
  }
}

/*delivery*/
#delivery .dl-vertical-list__content br{
  display:none;
}
#delivery .dl-vertical-list__content table{
  width:50%;
  margin-bottom:10px;
  font-size: 0.9em;
}
#delivery .dl-vertical-list__content th,
#delivery .dl-vertical-list__content td{
  text-align:center;
  padding: 1px 0;
  border-bottom: dashed 1px #dbdbdb;
}
#delivery .dl-vertical-list__content th{
  border-right:solid 1px #dbdbdb;
}
#delivery .dl-vertical-list__content th.th01{
  height:23px;
  padding-top:3px;
  background: rgba(219, 219, 219, 0.6);
  border-bottom:solid 1px #dbdbdb;
  width:60%;
}
#delivery .dl-vertical-list__content th.th01:nth-child(2){
  width:40%;
  border-right:none;
}
#delivery .dl-vertical-list__content .txt{
  line-height:1.6;
}
#delivery .dl-vertical-list__content .txt br{
  display:block;
}

@media (max-width: 768px) {
  #delivery .dl-vertical-list__content table{
  width:100%;
}
}