.scube-context :where(*, *::before, *::after) {
  box-sizing: border-box;
  margin: 0;
}
.noData .scube-list {
  width: 600px;
  height: 100px;
  background: url('https://www.rals.net/contents/img/rengo/img_noopenhouse_01.png') no-repeat 50% 50%;
}

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

.scube-item {
  border: 1px solid #297c7c;
  width: 195px;
  position: relative;
}

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

.scube-comment {
  border-bottom: 1px solid #297c7c;
  overflow: hidden;
  color: #ffffff;
  background: #669900;
  position: relative;
  font-size: 13px;
  text-align: center;
}

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

.scube-property {
  display: flex;
  flex-direction: row;
}

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

.scube-text {
  border-top: 1px solid transparent;

  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* 金額の数値*/
.scube-price {
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
  color: #900;
  background: #ffffff;
  font-weight: bold;
  padding: 5px 0;
}

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

.scube-info {
  text-align: center;
  font-size: 12px;
  color: #333333;
  background: #ffc72d;
  line-height: 14px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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