.realEstateKey {
  background: center / cover no-repeat url("../../img/real_estate_key.jpg");
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}

.realEstateKey__title {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 640px) {
  .realEstateKey {
    height: 120px;
    margin-bottom: 60px;
  }

  .realEstateKey__title {
    font-size: 25px;
  }
}

.realEstateBody {
}

.realEstateBody__inner {
  max-width: 1020px;
  box-sizing: content-box;
  padding: 0 20px;
  margin: 0 auto;
}

.realEstateBody__icon {
  width: 132px;
  margin: 0 auto 100px;
}

.realEstateBody__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 90px 90px;
}

.realEstateBody__lists li {
  width: calc(100% / 2 - 90px / 2);

  .--title {
    font-size: 20px;
    font-weight: bold;
    line-height: calc(35 / 20);
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-align: center;
  }

  .--text {
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .realEstateBody__inner {
    /* max-width: 100%; */
  }

  .realEstateBody__icon {
    margin-bottom: 50px;
  }

  .realEstateBody__lists {
    gap: 30px 0;
  }

  .realEstateBody__lists li {
    width: 100%;

    .--title {
      font-size: 16px;
    }

    .--text {
    }
  }
}

.realEstateTable__inner {
  max-width: 480px;
  box-sizing: content-box;
  padding: 0 20px;
  margin: 0 auto;
}

.realEstateTable__titleWrapper {
  text-align: center;
}

.realEstateTable__title {
  font-size: 35px;
  font-weight: bold;
  border-bottom: 3px solid #000;
  padding-bottom: 5px;
  margin-bottom: 100px;
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 0px 30px 5px;
}
