@charset "UTF-8";
div#company {
  max-width: 1280px;
  margin: auto;
}

.sec-company-info .company-info {
  max-width: 1280px;
  width: 100%;
}

.certificate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.certificate dl dt img {
  height: auto;
  max-height: 420px;
  max-width: 100%;
  /*max-width: 500px;*/
}
.certificate dl dt .border {
  border: solid 1px #000;
}
.certificate dl dd {
  text-align: center;
  line-height: 140%;
  font-size: 85%;
  font-weight: normal;
  padding-top: 10px;
}
.certificate dl:first-child dd {
  padding-top: 30px;
}

@media screen and (max-width: 720px) {
  .certificate {
    display: block;
  }
  .certificate dl {
    margin-bottom: 40px;
  }
  .certificate dl dt img {
    margin: 0 auto;
  }
}
.certificate_last img {
  margin: 48px auto 72px;
  max-width: 100%;
  /*max-width: 1000px;*/
}

.sec-access .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
.sec-access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */