.c-gmap-link {
  font-size: clamp(11.2px, 1.009vw, 16.8px);
  width: 200px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000;
  margin-right: auto;
  margin-left: auto;
}

.c-space {
  margin-top: 50px;
}

.c-zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(9.333vw, 42px);
  -webkit-transform-origin: left;
          transform-origin: left;
  opacity: 0;
}

.l-inner {
  max-width: min(72.046vw, 1200px);
}

@media screen and (max-width: 768px) {
  .l-inner {
    max-width: 100%;
  }
}
.outline table:first-child {
  padding-bottom: 60px;
  border-bottom: 1px solid #999;
}

.c-breadcrumbs {
  margin-top: clamp(80px, 7.205vw, 120px);
}

@media screen and (max-width: 768px) {
  .c-breadcrumbs {
    margin-top: clamp(40px, 13.333vw, 60px);
  }
}
.c-cta {
  padding-bottom: min(7.205vw, 120px);
}

@media screen and (max-width: 768px) {
  .c-cta {
    padding-bottom: min(13.333vw, 60px);
  }
}
.outline .c-title--page {
  font-weight: 400;
}

.outline table {
  margin: 0 auto;
  width: 100%;
  background: #fff;
}

.outline table th, .outline table td {
  text-align: inherit;
}

.outline table b {
  font-size: 2.2rem;
  font-weight: 400;
}

.outline table td.bg0 {
  display: table-cell;
  background-color: #f5f5f5;
  border-bottom: solid 1px #ddd;
  width: 33%;
  padding: 10px 16px;
}

.outline table td.bg1 {
  display: table-cell;
  background-color: #fff;
  border-bottom: solid 1px #ddd;
  width: 67%;
  padding: 10px 16px;
}

@media screen and (max-width: 768px) {
  .outline table tbody tr td tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .outline table b {
    font-size: 111%;
  }
  .outline table td.bg0 {
    width: 100%;
    padding: 8px 10px;
    font-size: 1.3rem;
  }
  .outline table td.bg1 {
    width: 100%;
    padding: 8px 10px;
    font-size: 1.3rem;
  }
}
.outline__info {
  margin-top: 50px;
  padding: 20px;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0px 0px 0px 1px #fff, inset 0px 0px 0px 2px #ddd;
  box-shadow: inset 0px 0px 0px 1px #fff, inset 0px 0px 0px 2px #ddd;
}

.outline__info h1 {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .outline__info h1 {
    font-size: 1.8rem;
  }
}
.outline__info p {
  font-size: 1.6rem;
}
/*# sourceMappingURL=outline.css.map */