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

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

/* 見出しリセット */
/* 見出し2 */
.article h2{
background:none;
padding: 0;
}

/* 見出し3 */
.article h3{
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;
padding: 0;
}

/* 見出し4 */
.article h4{
border-top:none;
border-bottom:none;
padding: 0;
}

/* 見出し5 */
.article h5{
border-bottom:none;
padding: 0;
}

/* 見出し6 */
.article h6{
border-bottom:none;
padding: 0;
}

/*見出しH2のカスタム*/
.article h2{
	color:white;
background:#008BBB;
padding: 1.25rem 2rem;
}

/*見出しH3のカスタム*/
.article h3{
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom: solid 2px #008BBB;/*線の種類（実線） 太さ 色*/
	padding: 0.1rem 1rem;
}

/* 目次をカスタマイズ */
.toc {
	padding: 0;
}
.toc .toc-title {
	position: relative;
	display: flex;
	justify-content: center;
	align-content: center;
	padding: 10px;
	background-color: #008BBB;
	color: #ffffff;
	font-size:20px;
}
.toc .toc-title:before {
	display: block;
	content: '\f0c9';
	font-family: 'FontAwesome';
	color: #ffffff;
	margin-right: 0.5em;
}
.toc .toc-content {
	background-color: #f5f6f7;
	padding: 10px 50px;
	font-size: 1.2em;
}
.toc-checkbox:checked~.toc-content {
	padding-top: 0;
}
.toc .toc-content ul.toc-list {
	padding: 18px;
}
.toc .toc-content ul.toc-list li {
	font-weight: normal;
}
.toc .toc-content ul.toc-list li:before {
}
.article .toc-list > li li {
  list-style: none;
}
.toc-list > li li ::before {
  content: '';
  width: 5px;
  height: 5px;
  display: inline-block;
  left: -15px;
  border-radius: 100%;
  background: #424242;
  position: relative;
  margin-bottom: 2px;
 }

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

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

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