@charset "UTF-8";
/**
 * Page Overlap Styles
 * このファイルはpage.cssより優先して適用されます
 * 既存のスタイルを上書きする場合はここに記述してください
 */
.main-guideline-ttl:before {
  background: url(../../assets/img/common/clawmark.svg) no-repeat;
}

h1, h2, h3, h4 {
  color: #fff;
}

table {
  background-color: #eee;
  color: #252525;
}
table th, table td {
  color: #252525;
}

.main-guideline-ttl {
  color: #fff;
}

.main-guideline-inner h4:before {
  background: url(../../assets/img/common/lightbulb.svg) no-repeat;
}

.main-guideline-inner {
  color: #ddd;
}
/*# sourceMappingURL=page-overlap.css.map */
