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

.scube-context {
  padding-inline: 20px;
}

.scube-list {
  display: grid;
  grid-template-columns: repeat(1, max-content);
  list-style: none;
  gap: 10px;
  justify-content: flex-start;
  width: 330px;
}

.scube-item {
  width: 330px;
  position: relative;
  background-color: #fff;
}

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

.scube-comment {
  border-bottom: 1px solid #cccccc;
  height: 14px;
  line-height: 14px;
  overflow: hidden;
  color: #333333;
  background: #eeeeee;
  position: relative;
}

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

.scube-property {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding-inline: 8px;
}

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

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

/* 金額の数値*/
.scube-price {
  font-size: 20px;
  line-height: 1.1;
  color: #b15218;
  background: #ffffff;
  font-weight: bold;
  padding-top: 20px;
  padding-left: 10px;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}

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

.scube-info {
  padding-top: 2px;
  padding-left: 10px;
  font-size: 11px;
  color: #666666;
  background: #ffffff;
  line-height: 14px;
  flex-grow: 1;
  padding-top: 10px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.scube-address23 {
  display: flex;
  flex-direction: column;
}

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

.scube-rimawari span {
  color: #b15218;
}

.scube-new-context {
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  min-height: 290px;
}

.scube-new-context .scube-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 750px;
}

.scube-new-context .scube-item {
  width: 370px;
}

.scube-new-context .scube-img {
  width: 37%;
}

.scube-list-col .scube-property {
  flex-direction: column;
}

.scube-list-col .scube-img {
  width: 100%;
}

.scube-list-col .scube-item {
  width: 140px;
}

.scube-list-col .scube-item:nth-child(n + 3) {
  display: none;
}

.scube-list-col .scube-price {
  padding-top: 4px;
}

.scube-list-col .scube-info {
  padding-top: 15px;
  font-size: 11px;
}

.scube-list-col {
  display: flex;
  justify-content: center;
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 290px;
  min-height: 280px;
}

.scube-list-error {
  display: flex;
  justify-content: center;
  align-items: center;
}

.scube-error {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 15px;
}

.scube-error-text {
  width: 140px;
  height: 30px;
  margin: 0 auto;
  padding: 15px 0;
  text-indent: -99999px;
  text-align: center;
  background: url(../img/img_nodata_01.png) no-repeat 50% 50%;
  background-size: 140px 30px;
  -webkit-background-size: 140px 30px;
  float: none;
}

.scube-new-context .scube-error-text,
.scube-list-col .scube-error-text {
  background: url(../img/img_nodata_02.png) no-repeat 50% 50%;
  background-size: 140px 30px;
  -webkit-background-size: 140px 30px;
}
