@charset "utf-8";
.rent-flow .pickupList07,
.rent-flow .pickupList08,
.rent-flow .pickupList09 {
  display: none;
}
.rentflowD02 {
  margin-top: 0;
}
.rentflowD05 li {
  padding-bottom: 1.5em;
  position: relative;
}
.rentflowD05 li:after {
  content: '↓';
  color: #f08700;
  position: absolute;
  left: 0;
  bottom: .5em;
}
.rentflowD05 li:last-child::after {
  display: none;
}