.tableWrap {
  padding: 10rem 0 14.9rem;
}
.tableWrap .in {
  width: 97.6rem;
}
.tableWrap table {
  width: 100%;
}
.tableWrap table th,
.tableWrap table td {
  padding: 3.2rem 0 3.2rem 4.6rem;
  border-bottom: 1px solid #BFC5CC;
  font-size: 1.6rem;
  line-height: 1.5;
  vertical-align: top;
}
.tableWrap table th {
  width: 19.8rem;
  font-weight: var(--medium);
}
.tableWrap table .map {
  width: 100%;
  height: 29rem;
  margin-top: 3.2rem;
}
.tableWrap table .map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .tableWrap {
    padding: 9rem 0 10.9rem;
  }
  .tableWrap .in {
    width: 34.5rem;
  }
  .tableWrap table th,
  .tableWrap table td {
    font-size: 1.4rem;
    padding: 1.5rem 0 1.5rem 1.5rem;
  }
  .tableWrap table th {
    width: 9rem;
  }
  .tableWrap table .map {
    height: 22rem;
    margin-top: 1.5rem;
  }
}