@charset "UTF-8";

.rot-used-price-down {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
}

.rot-used-price-down img {
  width: 100%;
  height: 100%;
}

.rot-used-price-down__date {
  width: 33%;
  height: auto;
  padding: 2% 2% 0 0;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  font-size: clamp(0.875rem, calc(0.569rem + 1.307vw), 1.5rem); /* min: 14px, max: 24px */;
  font-weight: 700;
  white-space: nowrap;
  color: #010c81;
  letter-spacing: normal;
  text-align: right;
  line-height: 1.2;
  aspect-ratio: 157 / 135;
}