/* -------------------------- */
/* content */
/* -------------------------- */
/* contents_head */
.contents_head {
  background-image: url(/images/company/access/bg_header.jpg);
}

/* map */
.map {
  width: 100%;
  height: 250px;
  margin-bottom: 15px;
  border: none;
}

/* access */
.access .txt_access {
  margin: 20px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.access .access_img {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .map {
    height: 350px;
  }
}

@media screen and (min-width: 1280px) {
  .map {
    height: 440px;
    margin-bottom: 30px;
  }
  .access .txt_access {
    margin: 35px 0;
    padding-bottom: 35px;
  }
  .access .access_img {
    margin-top: 50px;
  }
}

/*# sourceMappingURL=map/company_access.css.map */
