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

.scube-context {
  min-height: 750px;
}

.scube-list {
  display: grid;
  grid-template-columns: repeat(1, max-content);
  list-style: none;
  gap: 6px;
  padding-top: 12px;
  justify-content: center;
  padding-left: 0;
}

.scube-item {
  width: 510px;
  position: relative;
}

.scube-item:hover img {
  opacity: 0.7;
}

.scube-comment {
  text-align: left;
  padding: 5px;
  color: #666666;
  font-size: 12px;
}

.scube-comment span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-decoration: underline;
}

.scube-property {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1px;
}

.scube-img-wrapper {
  position: relative;
}

.scube-img {
  width: 140px;
  height: 140px;
}

.scube-text {
  border-top: 1px solid transparent;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

/* 金額の数値*/
.scube-price {
  font-size: 20px;
  line-height: 1;
  color: #cc0000;
  background: #ffffff;
  font-weight: bold;
  text-indent: 5px;
  font-style: italic;
}

/* 金額の単位（万、円）*/
.scube-price .unit {
  font-size: 0.6em;
}

.scube-info {
  padding-top: 2px;
  font-size: 12px;
  color: #666666;
  background: #ffffff;
  line-height: 1.1;
  text-align: left;
  min-height: 34px;
  text-indent: 5px;
}

.scube-other {
  min-height: 1lh;
}

.scube-area {
  padding-top: 4px;
}

.scube-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.scube-address234 {
  background-color: #ece9d8;
  text-align: left;
  vertical-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  text-indent: 5px;
  width: 100%;
}

/**
 * 賃貸物件
 */

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

.scube-rent-context {
  min-height: 750px;
}

.scube-rent-list {
  display: grid;
  grid-template-columns: repeat(1, max-content);
  list-style: none;
  gap: 6px;
  padding-top: 12px;
  justify-content: center;
  padding-left: 0;
}

.scube-rent-item {
  width: 510px;
  position: relative;
}

.scube-rent-item:hover img {
  opacity: 0.7;
}

.scube-rent-comment {
  text-align: left;
  font-size: 12px;
  color: #666666;
  padding: 12px 5px;
}

.scube-rent-comment span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-decoration: underline;
}

.scube-rent-property {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1px;
}

.scube-rent-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 140px;
  height: 140px;
}

.scube-rent-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

/* 金額の数値*/
.scube-rent-price {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #cc0000;
  background: #ffffff;
  font-weight: bold;
  text-indent: 5px;
  font-style: italic;
  padding-top: 8px;
}

/* 金額の単位（万、円）*/
.scube-rent-price .unit {
  font-size: 0.6em;
}

.scube-rent-info {
  text-align: center;
  font-size: 12px;
  color: #666666;
  background: #ffffff;
  line-height: 14px;
  text-align: left;
  display: flex;
  flex-direction: column;
  text-indent: 5px;
  padding-top: 6px;
  gap: 10px;
  min-height: 44px;
}

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

.scube-rent-address234 {
  background-color: #cbedcb;
  text-align: left;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  text-indent: 5px;
  width: 100%;
  padding-block: 4px;
}

.img_new {
  background-image: url(//www.rals.co.jp/fudosan/img/new_4.gif);
  width: 25px;
  height: 13px;
  background-repeat: no-repeat;
  margin: 0 3px 0 0;
  display: inline-block;
  background-position: center bottom;
}

.scube-stage {
  position: absolute;
  top: 5px;
  left: 0;
  color: #666666;
  background-color: #ffffff;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  font-size: 12px;
  padding: 2px 0;
  opacity: 0.8;
  width: 100%;
  font-weight: bold;
  z-index: 1;
}
