.bad-p ul{
  list-style-type:disc;
  list-style-position:inside;
  margin-bottom:10px;
}

.conveni::before{
  content:"<";
}
.conveni::after{
  content:">";
}
dt{
  font-weight:normal;
}
dd{
  margin-left:0;
}
dd span{
  display:block;
}

.payment-dl dd{
  padding-left:1em;
}

.legal-wrap p:last-of-type,
.return-wrap p:last-of-type,
.payment-wrap p:last-of-type,
.delivery-wrap p:last-of-type{
  margin-bottom:0;
}