/* =========================================================
 office
========================================================= */
/* office
-------------------------------------- */
.p-office {
  margin-bottom: 3.5em;
}

.p-office__box {
  padding: 1.5em 0;
  border-top: 1px solid #707070;
}
@media (min-width: 1024px) {
  .p-office__box {
    display: flex;
  }
}
.p-office__box:last-child {
  border-bottom: 1px solid #707070;
}

.p-office__boxTitle {
  background: #E4F3FB;
  font-weight: normal;
  text-align: center;
  color: #008CD6;
  padding: 0.5em 0;
  font-size: max(18px, min(1.8229166667vw, 35px));
}
@media (min-width: 1024px) {
  .p-office__boxTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22.2222222222%;
  }
}

.p-office__boxInfo {
  margin: 1em 0;
}
@media (min-width: 1024px) {
  .p-office__boxInfo {
    flex: 1;
    display: flex;
    align-items: center;
    margin: 2em;
  }
}

.p-office__boxMap {
  height: 350px;
}
@media (min-width: 1024px) {
  .p-office__boxMap {
    width: 380px;
    height: 380px;
  }
}
.p-office__boxMap iframe {
  width: 100%;
  height: 100%;
}

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