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

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

.scube-day-invest-item {
  border: 1px solid #ffffff;
  width: 250px;
  position: relative;
}

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

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

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

.scube-day-invest-status {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background-color: #ffffff;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  padding: 2px 0;
  font-weight: bold;
  opacity: 0.8;
  z-index: 1;
  color: #666;
}

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

/* 金額の数値*/
.scube-day-invest-price {
  font-size: 25px;
  line-height: 1.1;
  text-align: center;
  color: #d36015;
  background: #ffffff;
  font-weight: bold;
}

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

.scube-day-invest-buildyear,
.scube-day-invest-area2name {
  text-align: center;
  font-size: 12px;
  padding: 2px 0;
}

.scube-day-invest-other {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  font-size: 12px;
  background-color: #eee;
  font-weight: 900;
  color: rgba(183, 15, 18, 1);
}

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

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

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

.scube-recommend-invest-item {
  border: 1px solid #ffffff;
  width: 235px;
  position: relative;
}

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

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

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

.scube-recommend-invest-status {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background-color: #ffffff;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  padding: 2px 0;
  font-weight: bold;
  opacity: 0.8;
  z-index: 1;
  color: #666;
}

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

.scube-recommend-invest-text {
  border-top: 1px solid #ffffff;
}

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

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

.scube-recommend-invest-area2name,
.scube-recommend-invest-buildyear {
  font-size: 12px;
  text-align: center;
  padding: 3px 0;
}

.scube-recommend-invest-other {
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eee;
  font-weight: 900;
  color: rgba(183, 15, 18, 1);
}

.scube-recommend-invest-comment {
  text-align: center;
  font-size: 12px;
  text-decoration: underline;
}

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