
.scube-recommend-student-context :where(*, *::before, *::after) {
  box-sizing: border-box;
  margin: 0;
}
.scube-recommend-student-context {
  width: 545px;
  height: 265px;
}

.scube-recommend-student-list {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  list-style: none;
  gap: 12px;
  padding-top: 5px;
  padding-left: 0px;
  justify-content: center;
}

.scube-recommend-student-item {
  border: 1px solid #8198DF;
  width: 172px;
  position: relative;
}

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

.scube-recommend-student-comment {
  border-bottom: 1px solid #8198DF;
  line-height: 14px;
  overflow: hidden;
  color: #FFFFFF;
  background: #8198DF;
  position: relative;
  height: 15px;
}

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

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

.scube-recommend-student-img {
  display: block;
  max-width: 100%;
  max-height: 100%;

}

.scube-recommend-student-text {
  border-top: 1px solid #8198DF;

}

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

}

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

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

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






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

.scube-recommend-family-context {
  width: 545px;
  height: 265px;
}

.scube-recommend-family-list {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  list-style: none;
  gap: 12px;
  padding-top: 5px;
  padding-left: 0px;
  justify-content: center;
}

.scube-recommend-family-item {
  border: 1px solid #8198DF;
  width: 172px;
  position: relative;
}

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

.scube-recommend-family-comment {
  border-bottom: 1px solid #8198DF;
  line-height: 14px;
  overflow: hidden;
  color: #FFFFFF;
  background: #8198DF;
  position: relative;
  height: 15px;
}

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

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

.scube-recommend-family-img {
  display: block;
  max-width: 100%;
  max-height: 100%;

}

.scube-recommend-family-text {
  border-top: 1px solid #8198DF;

}

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

}

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

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

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





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

.scube-new-build-context {
  width: 545px;
  height: 265px;
}

.scube-new-build-list {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  list-style: none;
  gap: 12px;
  padding-top: 5px;
  padding-left: 0px;
  justify-content: center;
}

.scube-new-build-item {
  border: 1px solid #8198DF;
  width: 172px;
  position: relative;
}

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

.scube-new-build-comment {
  border-bottom: 1px solid #8198DF;
  line-height: 14px;
  overflow: hidden;
  color: #FFFFFF;
  background: #8198DF;
  position: relative;
  height: 15px;
}

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

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

.scube-new-build-img {
  display: block;
  max-width: 100%;
  max-height: 100%;

}

.scube-new-build-text {
  border-top: 1px solid #8198DF;

}

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

}

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

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

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





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

.scube-must-buy-context {
  width: 545px;
  height: 265px;
}

.scube-must-buy-list {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  list-style: none;
  gap: 12px;
  padding-top: 5px;
  padding-left: 0px;
  justify-content: center;
}

.scube-must-buy-item {
  border: 1px solid #8198DF;
  width: 172px;
  position: relative;
}

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

.scube-must-buy-comment {
  border-bottom: 1px solid #8198DF;
  line-height: 14px;
  overflow: hidden;
  color: #FFFFFF;
  background: #8198DF;
  position: relative;
  height: 15px;
}

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

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

.scube-must-buy-img {
  display: block;
  max-width: 100%;
  max-height: 100%;

}

.scube-must-buy-text {
  border-top: 1px solid #8198DF;

}

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

}

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

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

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





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

.scube-high-grade-context {
  width: 545px;
  height: 265px;
}

.scube-high-grade-list {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  list-style: none;
  gap: 12px;
  padding-top: 5px;
  padding-left: 0px;
  justify-content: center;
}

.scube-high-grade-item {
  border: 1px solid #8198DF;
  width: 172px;
  position: relative;
}

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

.scube-high-grade-comment {
  border-bottom: 1px solid #8198DF;
  line-height: 14px;
  overflow: hidden;
  color: #FFFFFF;
  background: #8198DF;
  position: relative;
  height: 15px;
}

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

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

.scube-high-grade-img {
  display: block;
  max-width: 100%;
  max-height: 100%;

}

.scube-high-grade-text {
  border-top: 1px solid #8198DF;

}

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

}

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

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

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