.p-rentalTop__infoHeading {
  display: flex;
  gap: 26px;
  align-items: center;
  margin-bottom: 24px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  line-height: 1.7045454545;
  color: #0c3b2c;
}
.p-rentalTop__infoHeading::after {
  display: block;
  width: 10px;
  height: 18px;
  content: "";
  background-image: url("/common/img/global/icon__arrow02.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% auto;
}
.p-rentalTop__infoSubHeading {
  margin-bottom: 8px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
}
.p-rentalTop__infoSubHeading:not(:first-child) {
  margin-top: 20px;
}
.p-rentalTop__infoDescription {
  padding-right: 30px;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: -0.02em;
}
.p-rentalTop__thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-top: 10px;
}
.p-rentalTop__thumbs figcaption {
  margin-top: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #0c3b2c;
}