@charset "UTF-8";
.content-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 5rem;
}

#about .under_frame, #history .under_frame {
  max-width: 35em;
}

#access p {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2rem;
}
#access p span {
  margin: 0 0.4em;
  line-height: 1.3em;
}
#access p span:first-child {
  font-size: 1.1em;
  font-weight: bold;
}
#access #map_box {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 35rem;
}
#access #map_box #photo_ikebukuro {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  width: 30rem;
  height: 100%;
}
#access #map_box #photo_ikebukuro img {
  width: 30rem;
}
#access #map_box #map {
  width: 100%;
  height: 100%;
  margin-left: 0.5rem;
  border: solid 2px #284253;
  display: flex;
  align-items: center;
  justify-content: center;
}
#access #map_box #map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
#access #map_box #map::before {
  position: absolute;
  content: "地図を読み込んでいます";
}

#about .list_box li > div {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 0.3em;
}
#about .list_box #ishioka #photo_ishioka {
  margin-top: 0.5em;
}
#about .list_box #ishioka #photo_ishioka img {
  width: 100%;
}
#about .list_box #bank ul li span {
  display: inline-block;
  width: 7em;
}

#history table {
  width: 100%;
}
#history tr {
  border-bottom: 1px solid #065485;
}
#history tr:first-child {
  border-top: 1px solid #065485;
}
#history th, #history td {
  padding: 0.75em 0;
}
#history .year {
  padding-left: 1em;
  text-align: center;
}
#history .year span:first-child {
  font-size: 1.25em;
}
#history .year span:after {
  content: "年";
  font-size: 0.9em;
}
#history .year .jp-year {
  font-size: 0.8em;
}
#history .month, #history .day {
  text-align: right;
  vertical-align: middle;
  font-size: 0.9em;
  white-space: nowrap;
}
#history .month {
  padding-left: 0.6em;
}
#history .month:after {
  content: "月";
  font-size: 0.9em;
}
#history .day {
  text-align: right;
}
#history .day:after {
  content: "日";
  font-size: 0.9em;
}
#history .text {
  padding-left: 1em;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  #map_box #photo_ikebukuro {
    width: 30% !important;
  }
  #map_box #photo_ikebukuro img {
    height: 100%;
    margin-left: -15%;
  }
}/*# sourceMappingURL=company.css.map */