@charset "UTF-8";
/* ------------------------------
- description
------------------------------ */

.rent_ttl {
  font-size: 22px;
  border-left: 4px solid #000;
  padding: 2px 0 2px 10px;
}
.rentList {
  margin: 0 0 70px;
  border-bottom: 1px dotted #999;
}
.rentItem {
  width: 50%;
  padding: 5%;
  float: left;
}
.rent {
  height: 72px;
  background: url(/web_works/yamatoya_fudousan/fudousan/chintai/sunheights/images/bg_room.png) no-repeat;
  margin-top: 20px;
  text-align: center;
    font-size: 27px;
  font-weight: 500;
  padding: 6.4% 0 0;
  background-size: contain;
}
.sunheightsFoot_txt {
  font-size: 14px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .rent {
font-size: 2.3vw;
  }
}
@media only screen and (max-width: 640px) {
  .rentItem {
    width: 100%;
    padding: 5%;
    float: left;
  }
  .rent {
    height: 15vw;
    font-size: 5.1vw;
    background-size: 100%;
}
}
