@charset "UTF-8";

/* =============================================================================


    company


============================================================================= */
.phil-container {
  margin: auto;
  max-width: 840px;
}

.phil-txt {
  font-size: 1.5rem;
  line-height: 180%;
  margin: 24px auto 0;
}

.profile {
  background: #f5f9ff;
}

.profile-list {
  background: #fff;
  border-right: 1px solid #d3d5d8;
  border-top: 1px solid #d3d5d8;
  margin-top: 48px;
}

.profile-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.profile-item dt,
.profile-item dd {
  border-bottom: 1px solid #d3d5d8;
  border-left: 1px solid #d3d5d8;
  font-size: 1.5rem;
  line-height: 180%;
  padding: 16px 20px;
  width: 100%;
}

.profile-item dd {
  width: 100%;
}

.profile-item dt {
  background: #21a8ca;
  color: #fff;
  font-weight: bold;
  min-width: 270px;
  width: 270px;
}

.profile-item .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.access-container {
  margin-top: 80px;
}

.access-map {
  height: 480px;
  margin-top: 48px;
  position: relative;
  width: 100%;
}

.access-map iframe {
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .phil-txt {
    margin-top: 24px;
  }

  .profile-list {
    margin: 24px auto 0;
    max-width: 580px;
  }

  .profile-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .profile-item dt,
  .profile-item dd {
    padding: 12px 20px;
  }

  .profile-item dt {
    width: 100%;
  }

  .access-container {
    margin-top: 48px;
  }

  .access-map {
    height: auto;
    margin-top: 32px;
  }

  .access-map:before {
    content: "";
    display: block;
    padding-top: 68%;
    /* 高さを幅の75%に固定 */
  }

  .access-map iframe {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
  }
}


/*# sourceMappingURL=company.css.map*/