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

.scube-special-context {
  min-height: 210px;
}

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

.scube-special-item {
  border: 1px solid #ffffff;
  width: 470px;
  position: relative;
}

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

.scube-special-comment {
  border-bottom: 1px solid #ffffff;
  background: #ffffff;
  text-align: center;
  padding: 2px;
  font-weight: bold;
  text-decoration: underline;
}

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

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

.scube-special-text {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  width: 100%;
}

/* 金額の数値*/
.scube-special-price {
  font-size: 40px;
  line-height: 1.1;
  text-align: center;
  color: #ff3600;
  background: #ffffff;
  font-weight: bold;
  padding-top: 10px;
  font-family: 'Noto Sans JP', sans-serif;
}

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

.scube-special-info {
  padding-top: 12px;
  text-align: center;
  font-size: 12px;
  background: #fff1ea;
  line-height: 14px;
  font-family: 'Noto Sans JP', sans-serif;
}

.scube-special-other {
  min-height: 20px;
}

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

.scube-ishikari-tobestu-context :where(*, *::before, *::after),
.scube-otaru-context :where(*, *::before, *::after),
.scube-ebetsu-sorachi-context :where(*, *::before, *::after),
.scube-iwamizawa-context :where(*, *::before, *::after) {
  box-sizing: border-box;
  margin: 0;
}

.scube-ishikari-tobestu-list,
.scube-otaru-list,
.scube-ebetsu-sorachi-list,
.scube-iwamizawa-list {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  list-style: none;
  gap: 16px;
  padding-bottom: 15px;
  justify-content: center;
}

.scube-ishikari-tobestu-item,
.scube-otaru-item,
.scube-ebetsu-sorachi-item,
.scube-iwamizawa-item {
  border: 1px solid #99cc00;
  width: 155px;
  position: relative;
}

.scube-ishikari-tobestu-item:hover img,
.scube-otaru-item:hover img,
.scube-ebetsu-sorachi-item:hover img,
.scube-iwamizawa-item:hover img {
  opacity: 0.7;
}

.scube-ishikari-tobestu-comment,
.scube-otaru-comment,
.scube-ebetsu-sorachi-comment,
.scube-iwamizawa-comment {
  border-bottom: 1px solid #99cc00;
  height: 18px;
  overflow: hidden;
  background: #99cc00;
  position: relative;
}

.scube-ishikari-tobestu-comment span,
.scube-otaru-comment span,
.scube-ebetsu-sorachi-comment span,
.scube-iwamizawa-comment span {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  position: absolute;
  left: 100%;
}

.scube-ishikari-tobestu-property,
.scube-otaru-property,
.scube-ebetsu-sorachi-property,
.scube-iwamizawa-property {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.scube-ishikari-tobestu-img,
.scube-otaru-img,
.scube-ebetsu-sorachi-img,
.scube-iwamizawa-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 156px;
  height: 156px;
}

.scube-ishikari-tobestu-text,
.scube-otaru-text,
.scube-ebetsu-sorachi-text,
.scube-iwamizawa-text {
  border-top: 1px solid #99cc00;
}

/* 金額の数値*/
.scube-ishikari-tobestu-price,
.scube-otaru-price,
.scube-ebetsu-sorachi-price,
.scube-iwamizawa-price {
  font-size: 18px;
  padding-top: 3px;
  text-align: center;
  color: #fc6c0c;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}

/* 金額の単位（万、円）*/
.scube-ishikari-tobestu-price .unit,
.scube-otaru-price .unit,
.scube-ebetsu-sorachi-price .unit,
.scube-iwamizawa-price .unit {
  font-size: 0.6em;
  color: #8c8c8c;
}

.scube-ishikari-tobestu-info,
.scube-otaru-info,
.scube-ebetsu-sorachi-info,
.scube-iwamizawa-info {
  text-align: center;
  font-size: 12px;
  background: #ffffff;
  line-height: 14px;
  font-family: 'Noto Sans JP', sans-serif;
}

.scube-ishikari-tobestu-link,
.scube-otaru-link,
.scube-ebetsu-sorachi-link,
.scube-iwamizawa-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

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

.scube-ranking-list {
  list-style: none;
  padding-left: 40px;
  justify-content: center;
}

.scube-ranking-item {
  margin-top: 10px;
  border: 1px solid #000;
  width: 160px;
  position: relative;
}

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

.scube-ranking-property {
  display: flex;
}

.scube-ranking-img {
  display: block;
  border-right: 1px solid #000;
  max-width: 100%;
  max-height: 100%;
  width: 68px;
  height: 68px;
}

.scube-ranking-text {
  width: 100%;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}
.scube-ranking-price {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #fc6c0c;
  font-weight: bold;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
}
/* 金額の単位（万、円）*/
#scube-ranking-context .scube-ranking-price .unit {
  font-size: 0.6em;
}

#scube-ranking-context .scube-ranking-info {
  width: 100%;
  padding: 0;
  text-align: center;
  font-size: 11px;
  line-height: 1.5;
  background: #ffffff;
}

#scube-ranking-context .scube-ranking-address2,
#scube-ranking-context .scube-ranking-other {
  width: 100%;
  font-size: 11px;
  line-height: 1.5;
  padding: 0;
}

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

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

.scube-other-context {
  min-height: 94px;
}

.scube-other-list {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  list-style: none;
  gap: 20px;
  padding-top: 10px;
  justify-content: center;
}

.scube-other-item {
  border: 1px solid #99cc00;
  width: 215px;
  position: relative;
}

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

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

.scube-other-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100px;
  height: 100px;
  border-right: 1px solid #99cc00;
}

.scube-other-text {
  padding: 2px;
  width: 100%;
  border-top: 1px solid transparent;
  display: grid;
  grid-template-rows: 1fr 2fr;
}

/* 金額の数値*/
.scube-other-price {
  font-size: 20px;
  line-height: 1.1;
  color: #fc6c0c;
  background: #ffffff;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}

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

.scube-other-info {
  text-align: center;
  font-size: 12px;
  background: #ffffff;
  line-height: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.scube-other-address23 {
  padding: 7px 0;
}

.scube-other-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 center;
}
