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

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

.scube-rimawari-item {
  border: 1px solid #999;
  width: 132px;
  position: relative;
}

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

.scube-rimawari-comment {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #999;
  height: 24px;
  overflow: hidden;
  color: #fff;
  background: #2e3a85;
  position: relative;
}

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

.scube-rimawari-property {
  display: flex;
  flex-direction: column;
}

.scube-rimawari-img {
  display: block;
  width: 130px;
  height: 130px;
}

.scube-rimawari-text {
  border-top: 2px solid #9a9a9a;
}

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

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

.scube-rimawari-info {
  text-align: center;
  font-size: 12px;
  color: #000;
  background: #fff;
  line-height: 14px;
  flex-grow: 1;
}

.scube-rimawari-address4 {
  padding-bottom: 6px;
}

.scube-rimawari-other {
  padding: 6px 0;
  color: #fff;
  background: #9a9a9a;
  font-weight: bold;
}

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

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

.scube-loan-context {
  width: 415px;
  margin: 8px;
}

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

.scube-loan-item {
  border: 1px solid #999;
  width: 130px;
  position: relative;
}

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

.scube-loan-comment {
  border-bottom: 1px solid #999;
  height: 24px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #2e3a85;
  position: relative;
}

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

.scube-loan-property {
  display: flex;
  flex-direction: column;
}

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

.scube-loan-text {
  border-top: 2px solid #be6363;
}

/* 金額の数値*/
.scube-loan-price {
  font-size: 17px;
  line-height: 1.1;
  text-align: center;
  color: #D93F3F;
  background: #fff;
  font-weight: bold;
  padding: 10px 0;
}

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

.scube-loan-info {
  text-align: center;
  font-size: 12px;
  color: #666;
  background: #fff;
  line-height: 14px;
}

.scube-loan-other,
.scube-loan-rimawari {
  background: #be6363;
  color: #fff;
  font-weight: bold;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

.scube-tikuasa-item {
  border: 1px solid #999;
  width: 130px;
  position: relative;
}

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

.scube-tikuasa-comment {
  border-bottom: 1px solid #999;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  background: #2e3a85;
  position: relative;
}

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

.scube-tikuasa-property {
  display: flex;
  flex-direction: column;
}

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

.scube-tikuasa-text {
  border-top: 2px solid #a7792e;
}

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

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

.scube-tikuasa-info {
  text-align: center;
  font-size: 12px;
  color: #000;
  background: #fff;
  line-height: 14px;
  flex-grow: 1;
}

.scube-tikuasa-address,
.scube-loan-address,
.scube-rimawari-address {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 43px;
  flex-direction: column;
}
.scube-tikuasa-address23 {
  color: #666;
}

.scube-tikuasa-address4 {
  color: #666;
}

.scube-tikuasa-other {
  background: #a7792e;
  color: #fff;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.scube-tikuasa-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-right: 3px;
  display: inline-block;
  background-position: center bottom;
}