.subpage {
  display: block;
}

/* access */
.access .chapter {
  margin-bottom: 40px;
}

.access .img-area {
  margin-top: -40px;
}

.access .img-area img {
  display: block;
}

.access .img-area .left img {
  margin-bottom: 40px;
}

.access .img-area .left img:first-child {
  margin-top: 60px;
}

.access .img-area .content {
  margin-left: 10%;
}

@media screen and (max-width: 767px) {
  .access .img-area .content {
    margin-left: 0;
  }
}

.access .img-area .content li {
  border-bottom: solid 1px #b6b6b6;
  line-height: 3rem;
}

.access .img-area .content li:last-child {
  border-bottom: none;
}

.access .address-area {
  margin-bottom: 50px;
  font-size: 1rem;
}

.access .address-area .fa {
  font-size: 2rem;
}

.access .map-area {
  margin-bottom: 50px;
}

.access .info-area {
  margin-bottom: 50px;
}

.access .info-area .back-img {
  display: flex;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  flex-direction: column;
  height: 350px;
}

.access .info-area .back-img img {
  margin-bottom: 90px;
}

.access .info-area .back-img .offset {
  margin-left: -5%;
}

.access .info-area .information {
  margin-top: -350px;
  height: 350px;
}

.access .info-area .title {
  background-color: #3b707b;
  color: #ffffff;
  padding: 5px 40px;
  margin-bottom: 20px;
}

.access .info-area .annotation {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
