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

/************************************
** 子テーマ用のスタイルを書く
************************************/

/* ── 記事本文 見出しデザイン ── */
.entry-content h2,
.article h2,
#main h2,
.singular-entry-content h2 {
  border-left: 4px solid #C4903A;
  padding-left: 14px;
  border-bottom: none !important;
  background: none !important;
  background-color: transparent !important;
  color: #1A1814;
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 16px;
}

.entry-content h3,
.article h3,
#main h3,
.singular-entry-content h3 {
  border-bottom: 1px solid #E2DDD6;
  padding-bottom: 8px;
  color: #1A1814;
  background: none !important;
  background-color: transparent !important;
  font-size: 18px;
  margin-top: 28px;
  margin-bottom: 12px;
}

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

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

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