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

.scube-invest-list {
  display: flex;
  grid-template-columns: repeat(2, max-content);
  list-style: none;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  gap: 10px;
}

.scube-invest-item {
  background-color: #fff;
  border: 1px solid #999999;
  width: 403px;
  position: relative;
}

.scube-invest-item:hover img {
  opacity: 0.7;
}
.scube-invest-item:hover .text_stage_seiyaku + img {
  opacity: 1;
}

.scube-invest-comment {
  border-bottom: 1px solid #999999;
  overflow: hidden;
  line-height: 15px;
  color: #ffffff;
  background: #0070ce;
  min-height: 21px;
  padding: 3px;
  position: relative;
}

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

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

.scube-invest-img-area {
  display: flex;
}

.scube-invest-img,
.scube-invest-img2 {
  display: block;
  width: 114px;
  background-color: #ffffff;
}

.scube-invest-text {
  border-left: 1px solid #999999;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 172px;
}

/* 金額の数値*/
.scube-invest-price {
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
  color: #0ec4d8;
  background: #ffffff;
  flex-grow: 2;
  padding-top: 7px;
}

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

.scube-invest-info {
  padding-top: 2px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  background: #ffffff;
  line-height: 14px;
  /* flex-grow: 1; */
}
.scube-invest-address23 {
  line-height: 2;
}
.scube-invest-madori {
  padding: 3px;
}
.scube-invest-rimawari {
  padding: 3px;
  background-color: #f4f5f6;
  font-size: 9px;
}
.scube-invest-rimawari-value {
  font-size: 12px;
  color: #f20000;
  font-weight: bold;
}

.scube-invest-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.scube-invest-stage {
  position: absolute;
  text-align: center;
  width: 228px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #f00;
  font-weight: bold;
  letter-spacing: 0.1em;
}

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

.scube-tenant-list {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  list-style: none;
  gap: 14px;
  padding-top: 0px;
}
.scube-tenant-item {
  background-color: #fff;
  border: 1px solid #999999;
  width: 142px;
  height: 220px;
  position: relative;
}

.scube-tenant-item:hover img {
  opacity: 0.7;
}
.scube-tenant-item:hover .text_stage_seiyaku + img {
  opacity: 1;
}
.scube-tenant-item:hover .text_stage_seiyaku + img + img {
  opacity: 1;
}

.scube-tenant-comment {
  border-bottom: 1px solid #999999;
  line-height: 14px;
  overflow: hidden;
  color: #ffffff;
  background: #666666;
}

@keyframes scube-tenant-marquee {
  from {
    translate: 142px 0;
  }
  to {
    translate: -100% 0;
  }
}

.scube-tenant-comment span {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  animation: scube-tenant-marquee 30s linear infinite;
}

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

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

.scube-tenant-text {
  border-top: 1px solid #999999;
}

/* 金額の数値*/
.scube-tenant-price {
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  background: #666666;
  font-weight: bold;
  padding: 5px;
}

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

.scube-tenant-info {
  padding: 4px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  background: #ffffff;
  line-height: 14px;
}

.scube-tenant-info p {
  padding: 3px;
}

.scube-tenant-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.scube-tenant-stage {
  position: absolute;
  text-align: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  color: #f00;
  font-weight: bold;
  letter-spacing: 0.1em;
}

div#Tenant div#TenantCube p {
  margin: 0;
}

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

.scube-kodate-ms-list {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  list-style: none;
  gap: 10px;
  padding-top: 0px;
  justify-content: center;
}

.scube-kodate-ms-item {
  background-color: #fff;
  border: 1px solid #999999;
  width: 157px;
  position: relative;
}

.scube-kodate-ms-item:hover .scube-kodate-ms-img {
  opacity: 0.7;
}
.scube-kodate-ms-item:hover .text_stage_seiyaku + .scube-kodate-ms-img {
  opacity: 1;
}

.scube-kodate-ms-comment {
  border-bottom: 1px solid #999999;
  line-height: 14px;
  height: 20px;
  font-size: 12px;
  overflow: hidden;
  color: #ffffff;
  background: #698c00;
  padding: 3px;
  position: relative;
}

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

.scube-kodate-ms-property {
  display: flex;
  flex-direction: column;
  gap: 0;
}

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

.scube-kodate-ms-text {
  border-top: 1px solid #999999;
}

/* 金額の数値*/
.scube-kodate-ms-price {
  font-size: 19px;
  /* line-height: 1.1; */
  text-align: center;
  color: #67d33c;
  background: #ffffff;
  font-weight: bold;
  padding: 3px;
  height: 23px;
}

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

.scube-kodate-ms-info {
  padding-top: 2px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  background: #ffffff;
  line-height: 14px;
  flex-grow: 1;
}
.scube-kodate-ms-info p {
  padding: 3px;
  min-height: 1lh;
}

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

.scube-kodate-ms-stage {
  position: absolute;
  text-align: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  color: #f00;
  font-weight: bold;
  letter-spacing: 0.1em;
}

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

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

.scube-recommend-sale-item {
  background-color: #fff;
  border: 1px solid #999999;
  width: 429px;
  position: relative;
}

.scube-recommend-sale-item:hover img {
  opacity: 0.7;
}
.scube-recommend-sale-item:hover .text_stage_seiyaku + img {
  opacity: 1;
}

.scube-recommend-sale-comment {
  border-bottom: 1px solid #999999;
  line-height: 15px;
  min-height: 18px;
  font-size: 12px;
  overflow: hidden;
  color: #ffffff;
  background: #029aca;
  padding: 3px;
  position: relative;
}

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

.scube-recommend-sale-property {
  display: flex;
  flex-direction: row;
  /* gap: 8px */
}

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

.scube-recommend-sale-text {
  width: 321px;
  flex-grow: 1;
  border-left: 1px solid #999999;
  display: flex;
  flex-direction: column;
}

/* 金額の数値*/
.scube-recommend-sale-price {
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
  color: #0ec4d8;
  background: #ffffff;
  font-weight: bold;
  padding: 3px;
  padding-top: 10px;
  flex-grow: 2;
}

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

.scube-recommend-sale-info {
  padding-top: 2px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  background: #ffffff;
  line-height: 14px;
  flex-grow: 1;
}

.scube-recommend-sale-info p {
  padding: 3px;
}

.scube-recommend-sale-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.scube-recommend-sale-stage {
  position: absolute;
  text-align: center;
  width: 105px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #f00;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.scube-land-sale-context :where(*, *::before, *::after) {
  box-sizing: border-box;
  margin: 0;
}

.scube-land-sale-list {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  list-style: none;
  gap: 10px;
  padding-top: 0px;
  justify-content: center;
}

.scube-land-sale-item {
  background-color: #fff;
  border: 1px solid #999999;
  width: 136px;
  position: relative;
}

.scube-land-sale-item:hover img {
  opacity: 0.7;
}
.scube-land-sale-item:hover .text_stage_seiyaku + img {
  opacity: 1;
}

.scube-land-sale-comment {
  border-bottom: 1px solid #999999;
  line-height: 14px;
  overflow: hidden;
  color: #ffffff;
  background: #a87c3c;
}

@keyframes scube-land-sale-marquee {
  from {
    translate: 136px 0;
  }
  to {
    translate: -100% 0;
  }
}

.scube-land-sale-comment span {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  animation: scube-land-sale-marquee 30s linear infinite;
}

.scube-land-sale-property {
  display: flex;
  flex-direction: column;
  gap: 0;
}

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

.scube-land-sale-text {
  border-top: 1px solid #999999;
}

/* 金額の数値*/
.scube-land-sale-price {
  font-size: 19px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  background: #a87c3c;
  font-weight: bold;
  padding: 3px;
}

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

.scube-land-sale-info {
  padding-top: 2px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  background: #ffffff;
  line-height: 14px;
  flex-grow: 1;
}
.scube-land-sale-info p {
  padding: 3px;
}

.scube-land-sale-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.scube-land-sale-stage {
  position: absolute;
  text-align: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  color: #f00;
  font-weight: bold;
  letter-spacing: 0.1em;
}
