.officeinfo > p:first-child {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 16px 0;
}
.info {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.info-tag {
  width: 100%;
  font-weight: bold;
  padding: 16px 0;
  text-align: center;
  margin: 4px 0;
  background-color: rgb(230, 230, 230);
}
.info-main {
  width: 100%;
  padding: 0px 5px 15px 10px;
  align-self: flex-end;
}
.info-tag p:last-child,
.info-main p:last-child {
  padding-bottom: 4px;
}
.tel a {
  color: #333;
}
.company-history > p:first-child {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 32px 0;
}
.history {
  display: flex;
  flex-direction: column;
}
.history-year {
  width: 100%;
  text-align: center;
  padding: 16px 0;
  background-color: rgb(230, 230, 230);
}
.history-main {
  width: 100%;
  padding: 0px 5px 15px 10px;
}
.history-main p:first-child {
  padding-top: 8px;
}
.history-year p:last-child,
.history-main p:last-child {
  padding-bottom: 8px;
}
.shorten {
  width: 100%;
  text-align: center;
}
.shorten > div {
  width: 1%;
  aspect-ratio: 1/1;
  background-color: rgba(0, 0, 0, 0.4);
  margin: 16px auto 0;
  border-radius: 50%;
}
.access {
  margin-top: 32px;
}
.access-map {
  width: 100%;
}
.root-wrapper {
  padding: 16px 0;
}
.g-map {
  width: 100%;
  height: 300px;
}
.exterior {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.exterior img {
  vertical-align: bottom;
}
@media screen and (min-width: 600px) {
  .info {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px dotted #333;
  }
  .info-tag {
    width: 20%;
    margin: 0;
    padding: 0;
    text-align: center;
    border-bottom: none;
    background-color: transparent;
  }
  .info-main {
    width: 75%;
    border-bottom: none;
  }
  .info-tag p:last-child,
  .info-main p:last-child {
    padding-bottom: 4px;
  }
  .history {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px dotted #333;
  }
  .history-year {
    width: 20%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    background-color: transparent;
  }
  .history-main {
    width: 75%;
  }
  .history-main p:first-child {
    padding-top: 0;
  }
  .history-year p:last-child,
  .history-main p:last-child {
    padding-bottom: 0;
  }
  .access {
    margin-top: 64px;
  }
  .exterior {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .exterior-right,
  .exterior-left {
    width: 50%;
  }
  .g-map {
    height: 280px;
  }
}
@media screen and (min-width: 900px) {
  .access-map {
    width: 100%;
    display: flex;
  }
  .root-wrapper {
    width: 50%;
  }
  .g-map {
    width: 50%;
    height: 400px;
  }
}
