@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
*/


/* 記事タイトル・固定ページタイトル */
.c-postTitle__ttl,
.c-pageTitle__main {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
}

/* 今回制作した記事内の見出し */
.wimax-note-content h2,
.wimax-note-content h3,
.wimax-note-content h4 {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
}

/* SWELLの記事全般にも適用する場合 */
.post_content h2,
.post_content h3,
.post_content h4 {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}