@charset "UTF-8";
#contents .article-body {
  padding-bottom: 0 !important;
}
#contents .article-body > section {
  margin: 0 auto !important;
}
#contents .l-content {
  width: 100%;
}
#contents .l-content__inner {
  margin-bottom: 0 !important;
}
#contents .l-content__main {
  width: 100% !important;
}
#contents .breadcrumb,
#contents .content-width {
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(8px * 2);
  padding-right: calc(8px * 2);
}
@media screen and (min-width: 768px) {
  #contents .breadcrumb,
  #contents .content-width {
    width: 736px;
  }
}
@media screen and (min-width: 960px) {
  #contents .breadcrumb,
  #contents .content-width {
    width: 928px;
  }
}
@media screen and (min-width: 1200px) {
  #contents .breadcrumb,
  #contents .content-width {
    width: 1180px;
  }
}
#contents .ncH2:first-child {
  margin-top: 0 !important;
}

body.custom-background {
  background-color: #fff !important;
  color: #222;
}

/*パンくず*/
.breadcrumb__item {
  color: #222;
}
.breadcrumb__item a {
  color: #222 !important;
}/*# sourceMappingURL=style.css.map */