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

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

.article h1 {
  font-size: 23pt;
  padding: 0.2em;
}


/* H2 */
.article h2 {
  background: #111 !important;
  color: #d4b06a !important;
  padding: 18px 24px !important;
  border: none !important;
  border-left: none !important;
  box-shadow: none !important;
  position: relative;
}

/* Cocoon装飾を削除 */
.article h2::before,
.article h2::after {
  display: none !important;
  content: none !important;
}

/* H3 */
.article h3 {
  color: #333 !important;
  border-left: 3px solid #d4b06a !important;
  padding-left: 12px !important;
  background: transparent !important;
}

/* H3の装飾削除 */
.article h3::before,
.article h3::after {
  display: none !important;
  content: none !important;
}


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

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

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