/*
rev. 2026-06-11
copyright © 2026
*/

/* QTmedia20260624：style.css上書き */
@layer main {
  .c-blog-detail {
    & :where(.c-blog-detail__title) {
      & > :where(h2) {
        margin: 0;
        font-size: var(--font-size-heading-h2);
        line-height: var(--font-line-height-heading-h2); 
      }
    }
  }
}