@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)
.toc-title {
    font-weight: bold;
	font-size: 22px;
	color: #5b9f8a;
}

/*834px以下*/
@media screen and (max-width: 834px){
  .toc-title {
  font-size: 18px;
  font-weight: bold;
  color: #d38742;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
}
/*480px以下*/
@media screen and (max-width: 480px){
 
}
