<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (min-width: 769px) {
  #access .sec02 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  #access .sec02 {
    padding-bottom: 35px;
  }
}

#access .google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  #access .google-maps {
    padding-bottom: 360px;
  }
}

#access .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (min-width: 769px) {
  #access .google-maps iframe {
    height: 360px !important;
  }
}

@media only screen and (min-width: 769px) {
  #access .lineTable.english {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  #access .lineTable.english {
    margin-top: 35px;
  }
}
</pre></body></html>