main [id] > .inner {
  width: 960px;
  margin: 0 auto;
}
main [id] h2 {
  text-align: center;
  margin-bottom: 30px;
}

#company {
  padding: 40px 0;
}
#company .table {
  width: 700px;
  margin: 0 auto;
}
#company .table table {
  width: 100%;
}
#company .table tr > * {
  padding: 20px 25px;
}
#company .table tr + tr > * {
  border-top: 1px solid #D2D2D2;
}
#company .table th {
  color: #808080;
  text-align: left;
}

#access {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #00C3EF;
  background: -ms-linear-gradient(to bottom left, #00C3EF 0%, #00245D 100%);
  background: -moz-linear-gradient(to bottom left, #00C3EF 0%, #00245D 100%);
  background: -webkit-linear-gradient(to bottom left, #00C3EF 0%, #00245D 100%);
  background: linear-gradient(to bottom left, #00C3EF 0%, #00245D 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C3EF', endColorstr='#00245D',GradientType=1 );
  color: #FFFFFF;
}
#access > .inner {
  padding: 120px 0;
}
#access:before {
  content: "";
  width: 120%;
  height: 80%;
  position: absolute;
  bottom: 100%;
  left: -10%;
  background: #FFFFFF;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
#access:after {
  content: "";
  width: 120%;
  height: 80%;
  position: absolute;
  top: 100%;
  left: -10%;
  background: #FFFFFF;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
#access h2 + div:after {
  content: "";
  display: block;
  clear: both;
}
#access .accessbox {
  width: 470px;
  float: left;
}
#access .accessbox + .accessbox {
  float: right;
}
#access .accessbox dl {
  display: table;
  margin-bottom: 18px;
}
#access .accessbox dl > * {
  display: table-cell;
  vertical-align: middle;
}
#access .accessbox dt {
  border: 1px solid #FFFFFF;
  width: 90px;
  height: 90px;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
}
#access .accessbox dt > span {
  display: block;
}
#access .accessbox dd {
  padding: 0 0 0 18px;
}
#access .accessbox .map {
  border: 1px solid #062A9F;
  width: 100%;
  height: 320px;
}

#photo {
  padding: 40px 0 100px;
}
#photo ul {
  list-style: none;
  display: flex;
  justify-content: center;
  width: 100%;
}
#photo li {
  display: list-item;
  flex: 0 0 320px;
  text-align: center;
}
#photo li .img img {
  border: 1px solid #CCCCCC;
  display: block;
}
#photo li .cap {
  margin-top: 15px;
  color: #666666;
}
#photo li + li .img img {
  border-left-width: 0px;
}

@media screen and (max-width: 767px) {
  main [id] > .inner {
    width: auto;
    margin: 0 10px;
  }
  main [id] h2 {
    margin-bottom: 15px;
  }

  #company .table {
    width: auto;
  }
  #company .table tr > * {
    padding: 8px 5px;
    font-size: 1.3rem;
  }
  #company .table th {
    white-space: nowrap;
  }

  #access:before, #access:after {
    height: 25px;
  }
  #access > .inner {
    padding: 60px 0 80px;
  }
  #access .accessbox {
    width: auto;
    float: none;
  }
  #access .accessbox + .accessbox {
    float: none;
    margin-top: 40px;
  }
  #access .accessbox dl {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  #access .accessbox dt {
    width: 70px;
    height: 70px;
  }
  #access .accessbox dd {
    padding-left: 10px;
  }

  #photo {
    padding-bottom: 50px;
  }
  #photo ul {
    display: block;
  }
  #photo li {
    display: list-item;
  }
  #photo li + li {
    margin-top: 30px;
  }
  #photo li + li .img img {
    border-left-width: 1px;
  }
  #photo li .img img {
    max-width: 320px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #photo li .cap {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
