/*---------------------------------------------------------------------------*/
.maps {
  width: 100%;
  height: 22rem;
  margin-top: 1.5rem;
}

.maps iframe {
  width: 100%;
  height: 100%;
}

.maps-link {
  display: inline-block;
  position: relative;
  padding-right: 1.5rem;
  margin-left: 2rem;
}

.maps-link:after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  width: 11px;
  height: 16px;
  margin-top: -8px;
  background: url(../img/ico-map.svg) left top no-repeat;
  -moz-background-size: cover;
       background-size: cover;
}

.about-tbl {
  width: 100%;
  max-width: 66.6rem;
  margin: 0 auto;
}

.about-tbl th, .about-tbl td {
  padding: 1.5rem 0;
  border-bottom: 1px solid #eae9e9;
}

.about-tbl th {
  width: 21rem;
  text-align: left;
}

.about-tbl a {
  text-decoration: underline;
}

.about-tbl a img {
  max-width: 6rem;
  margin-left: .5rem;
}

@media screen and (max-width: 768px) {
  .about-tbl th, .about-tbl td {
    display: block;
  }
  .about-tbl th {
    width: 100%;
    padding-bottom: 0.66667vw;
    border: none;
  }
  .about-tbl td {
    padding-top: 0;
  }
}
