h3 {
  font-size: 1.4em;
}

h2 {
  text-align: center;
}

.fa-square {
  margin-right: 0.25em;
}

.c_box {
  row-gap: 2em;
  max-width: 1200px;
  margin: 20px auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

#access ul {
  padding: 0.5em 0;
}
#access ul li {
  margin-left: 1em;
  text-indent: -0.56em;
  line-height: 1.25em;
}

dt {
  font-weight: 600;
  color: #063e74;
}
dt h5 {
  font-size: 1em;
  margin: 0;
  color: #1b1b1b;
}

dd {
  margin-left: 1em;
  margin-bottom: 1em;
}

.list {
  margin: 1em 0;
}
.list dd {
  margin-left: 1.15em;
}
.list a {
  color: #063e74;
  font-weight: 500;
  display: block;
  padding: 0.5em 1em;
  background-color: white;
  border: 1px solid #063e74;
  transition: all 0.5s;
  width: fit-content;
}
.list a:hover {
  color: white;
  background-color: #063e74;
  transition: all 0.5s;
}
.list .fa-asterisk {
  margin-left: 0;
  margin-right: 0.25em;
}

.googlemap-link {
  color: #063e74;
  font-weight: 500;
  display: block;
  padding: 0.5em 1em;
  background-color: white;
  border: 1px solid #063e74;
  transition: all 0.5s;
  width: fit-content;
  margin-top: 0.5em;
  margin-left: 1em;
}
.googlemap-link:hover {
  color: white;
  background-color: #063e74;
  transition: all 0.5s;
}

.map {
  transition: all 0.5s;
}

.map:hover {
  opacity: 0.5;
  transition: all 0.5s;
}

/*# sourceMappingURL=access.css.map */
