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

/*
 * SWELLの投稿・固定ページに適用される見出しのレスポンシブデザイン
 */
/* ----------------------------------
 * 見出しのスタイル
 * ---------------------------------- */
.post_content h2,
.post_content h3,
.post_content h4 {
  font-weight: bold;
}

/* PC向けスタイル */
.post_content h2 {
  color: #6EB92C;
  font-size: 32px;
  margin-top: 80px;
  margin-bottom: 0px;
  border-bottom: none;
  text-align: center;
}

.post_content h3 {
  color: #575757;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.post_content h4 {
  color: #575757;
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 50px;
  text-align: center;
}

/* ----------------------------------
 * スマートフォン向けスタイル (768px以下)
 * ---------------------------------- */
@media (max-width: 768px) {
  .post_content h2 {
    font-size: 24px;
    margin-top: 30px;
  }

  .post_content h3 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .post_content h4 {
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}