/* Company
---------------------------------------------------------------- */
body#company .pagetitle {
  background-image: url("../images/company/pagetitle_bg.jpg");
}
body#company .googlemap {
  width: 100%;
  height: 30rem;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body#company .section table.table tbody tr td table tbody tr th, body#company .section table.table tbody tr td table tbody tr td {
    display: table-cell;
  }
  body#company .section table.table tbody tr td table tbody tr th {
    border-right: solid 1px #cccccc;
  }
  body#company .googlemap {
    height: 96vw;
  }
}
