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

/************************************
** 子テーマ用のスタイルを書く
************************************/
.site-name-text{
font-size: 50px;
font-family: 'Dela Gothic One', cursive;
font-family: 'Shippori Mincho B1', serif;
font-family: 'Yusei Magic', sans-serif;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/*目次*/
.toc {
  border: 1px solid #ccc;
  font-size: 0.9em;
  line-height: 1.5;
  padding: 1em 1.6em;
  margin-bottom: 1em;
  min-width:65%;
}
.toc ul, .toc ol {
  padding-left: 25px;
  margin-top: 0.5em;
}
.toc ul {
  list-style: none;
  padding-left: 5px;
}
.toc a {
  color: #333;
  text-decoration: none;
}

.toc-center {
  margin: 1em auto;
}

.toc-title {
  font-size: 1.1em;
  text-align: center;
  display: block;
  padding: 2px 16px;
}

.toc-widget-box .toc-title {
  display: none;
}
.toc-widget-box .toc-content {
  visibility: visible;
  opacity: 1;
  height: 100%;
}

.nwa .toc {
  border: 0;
  padding: 0 1em;
}
/*目次*/
.toc {
    font-size: 0.9em;
    line-height: 1.5;
    padding: 0;
    margin-bottom: 1em;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.toc-title::before {
    font-family: FontAwesome;
    content: '\f0ca'; /*目次タイトルのアイコン*/
    margin-right: 0.5em;
}
.toc-content {
    padding: 8px;
}
.toc ul li a, .toc ol li a {
    display: block;
    border-bottom: 1px dashed #F1D6D7; /*h3以下の下側ボーダー*/
    margin-left: -25px;
    padding-left: 25px;
}
.toc ul.toc-list>li, .toc ol.toc-list>li {
    margin-top: 1em;
}
.toc ul.toc-list>li>a, .toc ol.toc-list>li>a {
    border-bottom: 2px solid #F1D6D7; /*h2の下側ボーダー*/
    font-weight: bold;
}
.article .toc-list > li li {
    list-style: none;
}
.toc-list > li a::before {
    font-family: FontAwesome;
    content: '\f105'; /*目次タイトルのアイコン*/
    margin-right: 0.5em;
    margin-bottom: 2px; /**下の余白**/
}