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

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

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

.scube-item {
  border: 1px solid #4539AE;
  width: 180px;
  position: relative;
}

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

.scube-comment {
  border-bottom: 1px solid #4539AE;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  color: #FFCC00;
  background: #4539AE;
  position: relative;
}

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

.scube-property {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.scube-img {
  display: block;
  max-width: 100%;
  max-height: 100%;

}

.scube-text {
  border-top: 1px solid #4539AE;

}

/* 金額の数値*/
.scube-price {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: orangered;
  background: #ffffff;
  font-weight: bold;
  margin-bottom: -1px;
}

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

.scube-info {
  text-align: center;
  font-size: 12px;
  color: #666666;
  background: #ffffff;
  line-height: 1.1;
  flex-grow: 1;
  padding-bottom: 2px;
}

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

/**
 * 売買
 */
.scube-sale-context {
  min-height: 265px;
}

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

.scube-sale-list {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  list-style: none;
  gap: 15px;
  padding-top: 5px;
  justify-content: center;
}

.scube-sale-item {
  border: 1px solid #4539AE;
  width: 183px;
  position: relative;
}

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

.scube-sale-comment {
  border-bottom: 1px solid #4539AE;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  color: #ffffff;
  background: #999999;
  position: relative;
}

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

.scube-sale-property {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.scube-sale-img {
  display: block;
  max-width: 100%;
  max-height: 100%;

}

.scube-sale-text {
  border-top: 1px solid #4539AE;

}

/* 金額の数値*/
.scube-sale-price {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: orangered;
  background: #ffffff;
  font-weight: bold;
  padding-top: 1px;
  margin-bottom: -2px;
}

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

.scube-sale-info {
  text-align: center;
  font-size: 12px;
  color: #666666;
  background: #ffffff;
  line-height: 14px;
  flex-grow: 1;
}

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

.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: 0;
  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;
}