/* style.cssに移行 */
/* @media screen and (min-width: 769px) {
  article section.areaSection .itemListWrap h3.heading {
    margin: 0 auto 100px !important;
    padding: 0 !important;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  article section.areaSection .itemListWrap h3.heading {
    margin: 0 auto 50px !important;
    padding: 0 !important;
    line-height: 1.6;
  }
} */
@media screen and (min-width: 769px) {
  p.this {
    margin-bottom: 76px !important;
  }
}
/* @media screen and (min-width: 769px) {
  article .areaSection.section h3.heading {
    margin: 0;
    padding: 56px 0 25px;
  }
}
@media screen and (max-width: 768px) {
  article .areaSection.section h3.heading {
    margin: 0;
    padding: 51px 0 25px;
  }
}
@media screen and (min-width: 450px) {
  article section.areaSection .itemListWrap h3.heading {
    margin-bottom: 25px !important;
  }
}
@media screen and (min-width: 769px) {
  article section.areaSection .itemListWrap h3.heading {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 1280px) {
  article section.areaSection .itemListWrap h3.heading {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 1280px) {
  section.section.areaSection {
    padding-bottom: 25px !important;
  }
}
@media screen and (max-width: 768px) {
  section.section.areaSection {
    padding-bottom: 0px !important;
  }
}
@media screen and (max-width: 1280px) {
  .areaSection .area-item__name {
    font-size: 20px;
  }
} */
/*# sourceMappingURL=area.css.map */