#sub_main .ttl span::before {
  background: url(../img/realestate/icon_realestate.svg) no-repeat;
  background-size: contain;
}

.point_sec .point_item {
  padding: 0 30px;
  margin-bottom: 90px;
}

.point_sec .point_item .image .ttl_radius {
  font-size: 24px;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 1.5em 10px;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.point_sec .point_item .txt_box {
  padding: 0;
  margin-top: -7px;
}

.point_sec .point_item .txt_box .content_ttl {
  font-size: 22px;
}

.point_sec .point_item .txt_box p {
  margin: 14px 0 0;
}

.point_sec .point_item.point01 .image::before {
  background: url(../img/realestate/icon_service01.svg) no-repeat;
  background-size: contain;
}

.point_sec .point_item.point02 .image::before {
  background: url(../img/realestate/icon_service02.svg) no-repeat;
  background-size: contain;
}

.point_sec .point_item.point03 .image::before {
  background: url(../img/realestate/icon_service03.svg) no-repeat;
  background-size: contain;
}

.point_sec .point_item.point04 .image::before {
  background: url(../img/realestate/icon_service04.svg) no-repeat;
  background-size: contain;
}

.point_sec .point_item.point05 .image::before {
  background: url(../img/realestate/icon_service05.svg) no-repeat;
  background-size: contain;
}

.point_sec .point_item.point06 {
  margin-bottom: 0;
}

.point_sec .point_item.point06 .image::before {
  background: url(../img/realestate/icon_service06.svg) no-repeat;
  background-size: contain;
}

.wide_box.flow_list_box {
  margin: 0 0 30px;
}

.wide_box.flow_list_box .txt_box p {
  margin-top: -7px;
}

@media only screen and (max-width: 1024px) {
  .point_sec .point_item {
    margin-bottom: 75px;
  }
  .point_sec .point_item .image .ttl_radius {
    font-size: 22px;
  }
  .point_sec .point_item .txt_box .content_ttl {
    font-size: 21px;
  }
}

@media only screen and (max-width: 960px) {
  .point_sec .point_item {
    margin-bottom: 55px;
    padding: 0;
  }
  .point_sec .point_item .image .ttl_radius {
    font-size: 20px;
  }
  .point_sec .point_item .txt_box p {
    margin-top: 8px;
  }
  .point_sec .point_item .txt_box .content_ttl {
    font-size: 19px;
  }
}

@media only screen and (max-width: 568px) {
  .point_sec .point_item {
    margin-bottom: 50px;
  }
  .point_sec .point_item .image {
    width: 95%;
  }
  .point_sec .point_item .image .ttl_radius {
    font-size: 20px;
  }
  .point_sec .point_item .txt_box {
    margin: 42px 0 0;
  }
  .wide_box.flow_list_box {
    margin: 0 -5.3vw 20px;
  }
  .wide_box.flow_list_box .txt_box p {
    margin-top: 12px;
  }
}
/*# sourceMappingURL=realestate.css.map */