@charset "utf-8";

/* 会社概要ページ：#c3（テーブル）・#c4（地図）。ヘッダー/バナー/パンくず/Contact/Footerは共通 */

/* ========== #c3 会社情報テーブル ========== */
#contents #c3.tbl_block.table {
  clear: both;
  margin: 0;
  padding: 60px 0px;
  background-color: inherit;
}
#contents #c3 .table,
#contents #c3.tbl_block.table table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  background: #fff;

}
#contents #c3.tbl_block.table td {
  padding: 16px 20px;
  border: 1px solid #ddd;
  font-size: 1.4rem;
  vertical-align: middle;
}
#contents #c3.tbl_block.table td:first-child {
  width: 28%;
  font-weight: bold;
  text-align: center;
  background: #eee;
  color: #333;
}
#contents #c3.tbl_block.table td:first-child div {
  text-align: center;
}
#contents #c3.tbl_block.table td:last-child div {
  text-align: left;
}

/* ========== #c4 地図 ========== */
#contents #c4 {
  clear: both;
  margin: 0;
  padding: 0;
}
#contents #c4 iframe {
  display: block;
  width: 100%;
  height: 350px;
  border: 0;
  vertical-align: top;
}

@media screen and (max-width: 640px) {
  #contents #c3.tbl_block.table {
    padding: 30px 0px;
  }
  #contents #c3.tbl_block.table td {
    display: block;
    width: 100%;
    padding: 12px 16px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  #contents #c3.tbl_block.table td:first-child {
    width: 100%;
    border-bottom: none;
    background: #e8f4f8;
  }
  #contents #c3.tbl_block.table tr {
    border-bottom: 1px solid #ddd;
  }
  #contents #c3.tbl_block.table tr:last-child td:last-child {
    border-bottom: 1px solid #ddd;
  }
  #contents #c4 iframe {
    height: 280px;
  }
}
