/**----------------------------------------
 * main section style css
 -----------------------------------------*/
html body .ccm-page #wrapper main .page_contents #main_section h1,
html body .ccm-page #wrapper main .page_contents #main_section h2 {
  position: relative;
  padding-left: 1.3em;
  line-height: 130%;
  font-weight: 600;
  text-align: justify;
}
html body .ccm-page #wrapper main .page_contents #main_section h1::before,
html body .ccm-page #wrapper main .page_contents #main_section h2::before {
  content: '\025CF';
  position: absolute;
  top: -0.05em;
  left: 0;
  font-size: 0.9em;
  color: #0aa546;
}
html body .ccm-page #wrapper main .page_contents #main_section h1::after,
html body .ccm-page #wrapper main .page_contents #main_section h2::after {
  content: '\025CF';
  position: absolute;
  top: 0.45em;
  left: 0.9em;
  font-size: 0.6em;
  color: #fddc2a;
}
/*# sourceMappingURL=main.css.map */