.guide_sub #articleList .guideHead {
  font-size: 1.7rem;
}
.guide_sub #articleList .listBlock > li:nth-child(n + 2) {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .guide_sub #articleList .guideHead {
    margin-left: calc(-40 / 750 * 100vw);
    margin-right: calc(-40 / 750 * 100vw);
    text-align: left;
    display: flex;
    justify-content: center;
  }
}

/*# sourceMappingURL=guide_sub.css.map */
