/*------------------------------------------------------------------------------

  Office

------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .office_wrapper {
    margin: 74px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .office_wrapper {
    margin: 53px 0 0;
  }
}
.office_access_other {
  display: block;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .office_access_other {
    margin: 30px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .office_access_other {
    margin: 25px 0 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .office_detail {
    width: 360px;
  }
}
@media print, screen and (min-width: 768px) {
  .office_detail + .office_map {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .office_detail + .office_map {
    margin-top: 40px;
  }
}
.office_detail .mod-definitionlistTable {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .office_detail .mod-definitionlistTable li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.office_map {
  height: 0;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .office_map {
    width: 400px;
    padding-bottom: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .office_map {
    padding-bottom: 100%;
  }
}
.office_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.office_map-link {
  color: #222;
}
.office_map-link:hover {
  color: #00787e;
  text-decoration: underline;
}