.profile.access .ttl {
  background: url(/profile/img/access/mv_pc.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .profile.access .ttl {
    background: url(/profile/img/access/mv_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.profile.access .access-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.profile.access .access-wrap .access-info {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .profile.access .access-wrap .access-info {
    width: 100%;
  }
}
.profile.access .access-wrap .access-info .large-ttl {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .profile.access .access-wrap .access-info .large-ttl {
    margin-bottom: 25px;
  }
}
.profile.access .access-wrap .access-info .transportation {
  margin: 30px 0 15px;
}
@media screen and (max-width: 767px) {
  .profile.access .access-wrap .access-info .transportation {
    margin-bottom: 25px;
  }
}
.profile.access .access-wrap .access-info .transportation .simple-ttl {
  font-size: 1.125rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .profile.access .access-wrap .access-info .transportation .simple-ttl {
    font-size: 1rem;
  }
}
.profile.access .access-wrap .access-image {
  width: 582px;
}
@media screen and (max-width: 767px) {
  .profile.access .access-wrap .access-image {
    width: 100%;
  }
}
.profile.access .category-link .category-link-wrap .category-link-list li:nth-of-type(6) {
  display: none;
}/*# sourceMappingURL=access.css.map */