@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* スマホ用（デフォルト） */
.post_content h1 {
  font-size: 26px !important;  /* 少し小さく調整 */
  line-height: 1.3 !important;
  font-weight: 700 !important;
}
.post_content h2 {
  font-size: 19px !important;  /* 現状維持 */
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

/* PC用（768px以上） */
@media screen and (min-width: 768px) {
  .post_content h1 {
    font-size: 44px !important;  /* 現状維持 */
  }
  .post_content h2 {
    font-size: 30px !important;  /* 少し大きく調整 */
  }
}
