body#company .pagetitle {
  background-image: url("../images/company/pagetitle_bg.jpg");
}
body#company .section .table {
  margin-bottom: 0;
}
body#company .section .table tbody tr td a {
  color: #4d4d4d;
  pointer-events: none;
}
body#company .section .googlemap {
  width: 100%;
  height: 30rem;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body#company .section .table tbody tr td a {
    pointer-events: auto;
  }
  body#company .section .googlemap {
    height: 125vw;
  }
}
