@charset "utf-8";
/* CSS Document */

/*==============================

/*住宅会社紹介 専用

================================*/
/* SPサイズ（767px未満）のスタイル */
@media screen and (max-width:767px) {
  .house-maker {
    border: #eeeee8 1.333vw solid;
    background-color: #fff;
    table-layout: fixed;
    margin: 0 2.666vw;
  }
  .house-maker td {
    border-right: 0.266vw solid #eeeee8;
    border-bottom: 0.266vw solid #eeeee8;
    text-align: center;
    vertical-align: middle;
    width: 48.888vw;
    height: 26.666vw;
    padding: 0 1.333vw;
  }
  .house-maker td:nth-child(2n) {
    border-right: 0;
  }
  .house-maker td:nth-child(1) img {
    width: 18.933vw;
  }
  .house-maker td:nth-child(2) img {
    width: 33.866vw;
  }
  .house-maker td:nth-child(3) img {
    width: 19.866vw;
  }
  .house-maker td:nth-child(4) img {
    width: 30vw;
  }
  .house-maker td:nth-child(5) img {
    width: 35.733vw;
  }
  .house-maker td:nth-child(6) img {
    width: 19.466vw;
  }
  .house-maker td:nth-child(7) img {
    width: 18.933vw;
  }
  .house-maker td:nth-child(8) img {
    width: 34.8vw;
  }
  .house-maker td:nth-child(9) img {
    width: 18.133vw;
  }
  .house-maker td img {
    margin-bottom: 2.666vw;
  }
  .house-maker td a {
    font-size: 3.2vw;
  }
  .house-maker td a:before {
    display: none;
  }
}

/* PCサイズ（768px以上）のスタイル */
@media screen and (min-width:768px) {
  /*住宅会社一覧*/
  .house-maker {
    width: 100%;
    border: #eeeee8 6px solid;
  }
  .house-maker td {
    padding-top: 25px;
    padding-bottom: 25px;
    border: #eeeee8 1px solid;
    text-align: center;
    width: 50%;
  }
  .house-maker td img {
    margin-bottom: 30px;
  }
  /*お問い合わせ先*/
  address.block {
    font-style: normal;
  }
}
