.access-ttl {
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #191514;
  padding: 1px 10px 3px;
  margin-bottom: 15px;
}

.access-box {
  padding: 12px;
  background: #F7F7F7;
  border: 12px solid #fff;
  border-top: none;
}

.access-dl {
  text-align: center;
}

.access-dl__ttl {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2px;
  width: 100%;
}

.access-dl__ttl span {
  display: inline-block;
}

.access-dl__ttl span::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 3px;
  margin-bottom: 12px;
}

.access-dl__ttl span.is-route-a::after {
  background: #D77600;
}

.access-dl__ttl span.is-route-b::after {
  background: #19A1BF;
}

.access-dl ul {
  display: inline-block;
}

.access-dl li {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .access-ttl {
    font-size: 3.2rem;
    padding: 3px 10px 8px;
    margin-bottom: 30px;
  }
  .access-box {
    padding: 22px 24px 24px;
  }
  .access-dl__ttl {
    font-size: 2.4rem;
  }
  .access-dl__ttl span::after {
    height: 8px;
    margin-top: 6px;
    margin-bottom: 24px;
  }
  .access-dl__ttl {
    font-size: 2.4rem;
    margin-bottom: 4px;
  }
}
