/* ABOUT page */
.about-page {
  width: 100%;
  margin: auto;
  text-align: center;
}
.section_title {
  margin-bottom: 6rem;
}
.about_headline__no {
  margin: auto;
}
.about-page h4.text {
  text-align: left;
}
.real-estate-industry {
  width: 100%;
  margin: auto;
}
.real-estate-industry__container {
  width: 100%;
  margin: 6rem auto;
  text-align: left;
  background-color: #FFF;
}
.real-estate-industry__content img {
  width: 80%;
  margin: auto;
}

table.real-estate-industry__content {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.8;
}
table.real-estate-industry__content tr {
}
table.real-estate-industry__content th {
  width: 30%;
  text-align: center;
  border-bottom: solid 2px #2698D9;
}
table.real-estate-industry__content td {
  width: 70%;
  padding: 2rem 4rem 2rem 0;
  text-align: left;
  border-bottom: solid 2px #2698D9;
}
table.real-estate-industry__content tr:last-child th {
  padding-bottom: 4rem;
  border-bottom: none;
}
table.real-estate-industry__content tr:first-child td {
  padding: 4rem 4rem 2rem 0;
}
table.real-estate-industry__content tr:last-child td {
  padding: 2rem 4rem 4rem 0;
  border-bottom: none;
}

.real-estate-investment {
  width: 100%;
  margin: auto;
}
.real-estate-investment__container {
  width: 100%;
  margin: 6rem auto;
  padding: 6rem;
  text-align: center;
  background-color: #FFF;
}
.real-estate-investment__content {
  width: 100%;
  margin: auto;
}
.real-estate-investment__content img {
  width: 100%;
  margin: auto;
  margin-top: 6rem;
}

@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 767px) {
  /* ABOUT page */
  .section_title { margin-bottom: 3rem; }
  .real-estate-industry__container { margin: 3rem auto; }
  .real-estate-industry__content img { width: 80%; }
  table.real-estate-industry__content tr {
    width: 100%;
    display: block;
  }
  table.real-estate-industry__content th {
    width: 100%;
    border-bottom: none;
  }
  table.real-estate-industry__content td {
    display: block;
    width: 100%;
    padding: 1rem 1rem 1rem;
    clear: both;
  }
  table.real-estate-industry__content tr:last-child th {
    padding-bottom: 0;
  }
  table.real-estate-industry__content tr:first-child td {
    padding: 1rem 1rem 1rem;
  }
  table.real-estate-industry__content tr:last-child td {
    padding: 1rem 1rem 1rem;
  }
  .real-estate-investment__container {
    margin: 3rem auto;
    padding: 2rem;
  }
  .real-estate-investment__content img {
    margin-top: 3rem;
  }
}
