@charset "utf-8";
.page-title h1 {
  max-width: 385px;
  width: 94%;
}
.access table {
  width: 46%;
  float: left;
  margin: 2%;
}
.access tr + tr {
  border-top: 2px dotted #ccc;
}
.access th {
  padding: 16px 8px;
  text-align: left;
  width: 70px;
}
.access td {
  padding: 16px 8px;
  font-size: 0.95em;
}
.access figure{
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: -1;
}
.access .map {
  position: relative;
  z-index: 1;
  box-shadow: 0 -10px 30px rgba(0,0,0,0.1);
  margin-top: 30px;
}
.access iframe {
  width: 100%;
  height: 400px;
}
.access .arrow-btn {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}
.profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5% 0;
}
.profile .avatar {
  flex: 0 1 400px;
}
.profile:nth-of-type(1) {
  flex-direction: row-reverse;
}
.profile .info {
  flex: 0 1 700px;
  padding: 3% 6%;
}
.profile .info span img {
  display: block;
}
.profile .info h2 {
  margin: 1em 0 0;
  font-size: 2.3em;
  font-weight: bold;
}
.profile .info p {
  text-align: justify;
  letter-spacing: 0.1em;
  line-height: 2;
}
.profile .info dl {
  margin: 1.5em 0 0;
}
.profile .info dt {
  float: left;
  clear: left;
  font-weight: bold;
}
.profile .info dd {
  padding-left: 70px;
}

@media only screen and (max-width: 640px) {
  .access table {
    float: none;
    width: 100%;
    margin: 0;
  }
  .access table + table {
    border-top: 2px dotted #ccc;
  }
  .profile {
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .profile .avatar {
    max-width: 260px;
    margin: 0 auto;
  }
  .profile .info span img{
    height: 25px;
  }
  .profile .info h2{
    margin: 0;
  }
}
