﻿.company-about-table {
  max-width: 860px;
  margin: 0 auto;
}

.company-about-table > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  line-height: 1.7;
}

.company-about-table > dl:nth-of-type(n+2) {
  border-top: 1px solid #dadada;
}

.company-about-table > dl > dt {
  width: 200px;
}

.company-about-table > dl > dd {
  width: calc(100% - 200px);
}

.company-about-table > dl > dd > a {
  color: #333;
}

.company-about-table-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company-about-map {
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: 10px;
}

.company-about-map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company-about-officer > ul > li > span {
  display: inline-block;
  width: 15em;
}

@media screen and (max-width: 767px) {
  .company-about-table > dl {
    display: block;
    padding: 0;
  }
  .company-about-table > dl:nth-of-type(n+2) {
    margin-top: 15px;
    padding-top: 15px;
  }
  .company-about-table > dl > dt {
    width: 100%;
  }
  .company-about-table > dl > dd {
    width: 100%;
    margin-top: 5px;
    padding-left: 20px;
  }
  .company-about-map {
    height: 300px;
  }
  .company-about-officer > ul > li > span {
    width: 12em;
  }
}
