
.scube-recommend-tenant-context :where(*, *::before, *::after),
.scube-rent-tenant-context :where(*, *::before, *::after),
.scube-new-tenant-context :where(*, *::before, *::after) {
  box-sizing: border-box;
  margin: 0;
}

.scube-recommend-tenant-list,
.scube-rent-tenant-list,
.scube-new-tenant-list {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  list-style: none;
  gap: 9px;
  padding-top: 0px;
  justify-content: center;
}

.scube-recommend-tenant-item,
.scube-rent-tenant-item,
.scube-new-tenant-item {
  border: 1px solid #FFBB00;
  width: 294px;
  position: relative;
}

.scube-recommend-tenant-item:hover img,
.scube-rent-tenant-item:hover img,
.scube-new-tenant-item:hover img {
  opacity: 0.7;
}

.scube-recommend-tenant-comment,
.scube-rent-tenant-comment,
.scube-new-tenant-comment {
  border: 1px solid #FFBB00;
  height: 14px;
  line-height: 12px;
  overflow: hidden;
  color: #242550;
  background: #FFBB00;
  position: relative;
}

.scube-recommend-tenant-comment span,
.scube-rent-tenant-comment span,
.scube-new-tenant-comment span {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  position: absolute;
  left: 100%;
}

.scube-recommend-tenant-property,
.scube-rent-tenant-property,
.scube-new-tenant-property {
  display: flex;
}

.scube-recommend-tenant-img,
.scube-rent-tenant-img,
.scube-new-tenant-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 115px;
  height: 115px;
  border-right: 1px solid #FFBB00;
}

.scube-recommend-tenant-text,
.scube-rent-tenant-text,
.scube-new-tenant-text {
  width: 100%;
}

/* 金額の数値*/
.scube-recommend-tenant-price,
.scube-rent-tenant-price,
.scube-new-tenant-price {
  font-size: 18px;
  padding: 10px 0;
  line-height: 1.1;
  text-align: center;
  color: #ee7800;
  font-weight: bold;
  
}

/* 金額の単位（万、円）*/
.scube-recommend-tenant-price .unit,
.scube-rent-tenant-price .unit,
.scube-new-tenant-price .unit {
  font-size: 0.6em;
}
.scube-recommend-tenant-address2,
.scube-rent-tenant-address2,
.scube-new-tenant-address2 {
  padding: 5px 0 0 0;
}

.scube-recommend-tenant-address4,
.scube-rent-tenant-address4,
.scube-new-tenant-address4 {
  padding: 0 0 10px 0;
}

.scube-recommend-tenant-other,
.scube-rent-tenant-other,
.scube-new-tenant-other {
  padding: 10px 0 0 0;
}

.scube-recommend-tenant-info,
.scube-rent-tenant-info,
.scube-new-tenant-info {
  padding-top: 2px;
  text-align: center;
  font-size: 12px;
  color: #000;
  background: #fff;
  line-height: 14px;
  flex-grow: 1;
}

.scube-recommend-tenant-link,
.scube-rent-tenant-link,
.scube-new-tenant-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
