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

.scube-list {
  display: flex;
  list-style: none;
  justify-content: center
}

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

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

.scube-property {
  display: flex;
  gap: 0
}

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

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

.scube-text {
  flex-grow: 1;
  background-color: #F2F2F2;
  display: flex;
  flex-direction: column;
  max-width: 225px;
  padding: 0 3px;
}

/* 金額の数値*/
.scube-price {
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  color: darkred;
  font-weight: bold;
  padding-top: 10px;
}

.scube-info {
  padding: 5px 0 8px;
  text-align: center;
  font-size: 12px;
  color: #666;
  line-height: 14px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.scube-traffic {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 5px;
}

.scube-comment {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  text-align: left;
  text-decoration: underline;
  max-height: 84px;
}

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

.scube-sale-text {
  background-color: #F3EFFE;
}


/* 下部コーナー */
.scube-cnr-context :where(*, *::before, *::after) {
  box-sizing: border-box;
  margin: 0;
}

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

.scube-cnr-item {
  width: 144px;
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0;
}

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

.scube-cnr-comment {
  line-height: 24px;
  overflow: hidden;
  color: #666666;
  background: #FFFFFF;
  position: relative;
  height: 24px;
  border-left: 5px solid #fff;
}

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

.scube-cnr-property {
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
  gap: 0;
}

.scube-cnr-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  padding: 1px;
}

.scube-cnr-text {
  background-color: #fff;
  text-align: center;
  font-size: 12px;
  color: #666;
  background: #FFFFFF;
  line-height: 1.1;
  padding: 6px 0;
  display: inherit;
  grid-template-rows: inherit;
  grid-row: span 3 / -1;
  gap: 6px;
}

/* 金額の数値*/
.scube-cnr-price {
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  color: #990000;
  font-weight: bold;
}

.scube-cnr-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: #FF0000;
  background-color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  font-size: 12px;
  padding: 2px 0;
  opacity: 0.8;
  max-width: 100%;
  width: 100%;
  font-weight: bold;
  z-index: 1;
}

.scube-stage-1 {
  color: #666666;
}
