@charset 'UTF-8';
.access .box {
  margin-bottom: 20px;
}

.map {
  padding: 20px;
  background: #FFF
}

.map iframe {
  width: calc(100% - 20px * 2);
  height: calc(100% - 20px * 2);
  top: 20px;
  left: 20px;
}