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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*font*/
body{
	font-family:'Gotham','Noto Sans JP','Helvetica','Arial',sans-serif;
}

span.site-name-text{
	font-family:'Helvetica Neue','Arial',sans-serif;
	font-weight: 200;
	letter-spacing: 0.1em;
}

/*header*/
header span.site-name-text{
	font-size: 24px;
	letter-spacing: 0.15em;
}
.logo-text{
	padding: 10px 0;
}

/*目次デザイン*/
.toc-title{
	background: #ddf1fa !important;/*背景色*/
	color: #545454;
}
ol.toc-list > li::before{
	background: none;
}
.article .toc-list > li li {
	list-style: none;
	padding-left: 1.5em;
}
.toc{
	font-size: 1em !important;
}


/*見出しデザイン*/
.article h2::before {
	content: none;
}
.article h3::before{
	content: none;
}

h2.wp-block-heading  {
	font-size: 18px !important;/*文字のサイズ*/
	background: #ddf1fa !important;/*背景色*/
	padding: .5em .7em !important;/*余白*/
	color: #545454;
	margin-bottom: 15px !important;
	border-top: none;
	border-bottom: none;
}

h3.wp-block-heading  {
	font-size: 18px !important;/*文字のサイズ*/
	border-left: 5px solid #ddf1fa !important;/*左線*/
	padding: .5em .7em !important;/*余白*/
	color: #545454;
	margin-bottom: 15px !important;
	border-top: none;
	border-bottom: none;
}


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

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

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