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

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

/*目次のタイトル文字を変更*/
.toc-title {
	font-weight: bold;
	color: #002f6d;
}

/*目次の背景色と枠線を変更*/
.toc {
	background: #f4f5f7;
	border: 5px solid #000000;
}

/*目次の見出し２を太字*/
.toc-list > li{
  font-weight: bold;
}
.toc-list > li li{
  font-weight: normal;
}

/*見出し２の上下の空白*/
.article h2 {
   margin: 2.4em 0 2em;
}

/*見出し３の上下の空白*/
.article h3 {
   margin: 2em 0 2em;
}




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

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

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








