@charset "UTF-8";
/* =================
特集から探す
================= */
.searchFromFeature {
  padding-bottom: 80px;
}

.searchFromFeature .titmainArea.withAssurance {
  background-image: url(../img/feature/bgmain_with_assurance.jpg);
}

.searchFromFeature .titmainArea.daiwaHouse {
  background-image: url(../img/feature/bgmain_daiwa_house.jpg);
}

.searchFromFeature .titmainArea.familyType {
  background-image: url(../img/feature/bgmain_family_type.jpg);
}

.searchFromFeature .titmainArea.renovationDone {
  background-image: url(../img/feature/bgmain_renovation_done.jpg);
}

.searchFromFeature .titmainArea.renovationFor {
  background-image: url(../img/feature/bgmain_renovation_for.jpg);
}

.searchFromFeature .titmainArea.nearbyStation {
  background-image: url(../img/feature/bgmain_nearby_station.jpg);
}

@media only screen and (max-width: 700px) {
  .searchFromFeature .titmainArea h2 img {
    width: 90%;
  }
}

.searchFromFeature .titleContentWrap h3 {
  width: 489px;
}

.searchFromFeature .formContents {
  padding: 30px 0 0;
}

@media only screen and (max-width: 700px) {
  .searchFromFeature .formContents {
    padding: 15px 15px 0;
  }
}
