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

  .scube-list {
    display: flex;
    list-style: none;
    gap: 10px;
    padding: 2px 12px 0 0;
    justify-content: center;
  }

  .scube-item {
    border: 1px solid #CCCCCC;
    width: 223px;
    position: relative;
  }

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

  .scube-comment {
    border-bottom: 2px solid #0099FF;
    line-height: 16px;
    color: #333333;
    background: #FFFFFF;
    position: relative;
    font-size: 12px;
    height: 40px;
    padding: 3px;
    overflow: hidden;
  }

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

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

  .scube-text {
    text-align: center;
    font-size: 12px;
    color: #666666;
    background: #FFFFFF;
    line-height: 1.1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .scube-text p {
    min-height: 1lh;
  }

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

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

  .scube-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;
    display: block;
    background-position: center top;
  }