/*

旧デザインをなるべく維持
--------------------------------------------------------------*/


/*見出し */
:where(.page-content) h2 {
  all:initial;
  font-size: clamp(20px, 1.875vw, 30px);
}

:where(.page-content) h2::before {
  content: unset;
}


:where(.entry-content) hr{
  border: none;
  border-top: 1px solid var(--color-border)!important;
}
