  @charset "UTF-8";
/****/
/* pc */
/****/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/ja/assets/images/about/learn-more/tradition/header_bg_01_sec.jpg");
  }
  #global-content .anchor {
    margin-top: 3em;
  }
  #global-content .article {
    margin-top: 3em;
  }
  #global-content .article .articleInner {
    margin-top: 1em;
  }
  #global-content .module-lead02 p strong {
    font-weight: bold;
  }
  #global-content .articleType1 {
    margin-top: 3em;
  }
}
.device-view-pc #global-header header {
  background-image: url("/ja/assets/images/about/learn-more/tradition/header_bg_01_sec.jpg");
}
.device-view-pc #global-content .anchor {
  margin-top: 3em;
}
.device-view-pc #global-content .article {
  margin-top: 3em;
}
.device-view-pc #global-content .article .articleInner {
  margin-top: 1em;
}
.device-view-pc #global-content .module-lead02 p strong {
  font-weight: bold;
}
.device-view-pc #global-content .articleType1 {
  margin-top: 3em;
}

/****/
/* sp */
/****/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/ja/assets/images/about/learn-more/tradition/header_bg_01_sp_sec.jpg");
  }
  .device-js-on #global-content .article {
    margin-top: 3em;
  }
  .device-js-on #global-content .article .articleInner {
    margin-top: 1em;
  }
  .device-js-on #global-content .module-lead02 p strong {
    font-weight: bold;
  }
  .device-js-on #global-content .articleType1 {
    margin-top: 3em;
  }
}
