/* media query */
.pickupArea1 dl dd.price table,
.pickupArea2 dl dd.price table {
  width: 100%;
}
.pickupArea1 dl dd.price table tr,
.pickupArea2 dl dd.price table tr {
  display: flex;
  justify-content: space-between;
}
.pickupArea1 dl dd.price table th,
.pickupArea2 dl dd.price table th {
  font-size: 1.3em !important;
  text-align: left;
}
.pickupArea1 dl dd.price table td,
.pickupArea2 dl dd.price table td {
  font-size: 1.3em !important;
  text-align: right;
}
