.map_body {
  margin-bottom: 10rem;
}

.map_body .ttl2 {
  margin-bottom: .4em;
}

@media screen and (min-width: 768px) {
  .map_body .ttl2.b {
    width: 75rem;
    margin: 0 auto .4em;
  }
}

.map_body figure {
  margin: 0 auto 4.5rem;
}

.map_body figure.b {
  margin-bottom: 6rem;
}

@media screen and (min-width: 768px) {
  .map_body figure.b {
    width: 75rem;
  }
}

.map_body ul {
  display: flex;
  justify-content: center;
  gap: 3rem;
}

@media screen and (max-width: 767px) {
  .map_body ul {
    gap: 1rem;
  }
}

.map_body li {
  width: 24rem;
}

.map_body li a {
  display: block;
  background: #dedede url(../img/ico_arrow.svg) no-repeat calc(100% - 1em) center/1.21em;
  border-radius: .2em;
  font-size: 1.4rem;
  border: solid 2px #dedede;
  text-align: center;
  position: relative;
  line-height: 3.57;
  letter-spacing: .03em;
}

.map_body li img {
  width: 2.321em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.2em;
}

.map_body .print a {
  background-color: transparent;
}

@media print {
  header, footer {
    display: none;
  }
  .low_header {
    display: none;
  }
  .map_body ul {
    display: none;
  }
}

.buken_list {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
}
.buken_list td, .buken_list th {
  border: 1px solid #ccc;
  padding: 15px 15px 12px;
  font-size: 16px;
  vertical-align: middle;
  line-height: 1.4;
}
.buken_list th {
  background: rgba(255, 255, 255, 0.3);
  font-weight: bold;
  width: 30%;
}
.info_terms td {
  border: none;
  font-size: 18px;
}
.buken_comment{
  margin-bottom: 5rem;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .buken_list td, .buken_list th {
    font-size: 13px;
    padding: 10px 6px 9px 10px;
  }

  .buken_comment{
    font-size: 13px;
  }
}

/*# sourceMappingURL=style.css.map */