@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap" rel="stylesheet">
/* 固定ページH2〜H6 完全反映用 */
.page .entry-content h2,
.page .entry-content h2 a,
.page .cocoon-block-h2,
.page .entry-content h3,
.page .entry-content h3 a,
.page .cocoon-block-h3,
.page .entry-content h4,
.page .entry-content h4 a,
.page .cocoon-block-h4,
.page .entry-content h5,
.page .entry-content h5 a,
.page .cocoon-block-h5,
.page .entry-content h6,
.page .entry-content h6 a,
.page .cocoon-block-h6 {
    all: unset !important; /* 親テーマCSSをリセット */
    display: block !important;
    color: inherit !important;
    background-color: inherit !important;
    border: none !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    padding: inherit !important;
    margin: inherit !important;
    line-height: inherit !important;
}

/* H2〜H6前のアイコンを消す */
.page .entry-content h2::before,
.page .cocoon-block-h2::before,
.page .entry-content h3::before,
.page .cocoon-block-h3::before,
.page .entry-content h4::before,
.page .cocoon-block-h4::before,
.page .entry-content h5::before,
.page .cocoon-block-h5::before,
.page .entry-content h6::before,
.page .cocoon-block-h6::before {
    content: none !important;
}
