@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 Awesome 4)*/
.breadcrumb .fa-home { display: none; }

/* パンくずリスト カテゴリーアイコン非表示(Font Awesome 4)*/
.breadcrumb .fa-folder { display: none; }

/* カテゴリーアイコン非表示*/
.entry-categories .fa-folder:before { display: none; }

/* タグアイコン非表示*/
.entry-tags .fa-tag:before { display: none; }

/* カテゴリページアイコン非表示*/
.archive.category #archive-title .fa-folder-open::before  { content: none; }

/* タグページアイコン非表示*/
.archive-title .fa-tags::before  { content: none; }

/* キャンペーンページの日付非表示*/
.post-3420 .date-tags { display: none; }

/* 目次*/
.toc {
  display: block;
  padding: 0px;
  max-width: 600px;
  border: 1.2px #F0FAFA solid !important;
  font-family: 'Noto Sans JP', sans-serif;
}
.toc-title {
  position: relative;
  padding: 10px 0;
  background: #F0FAFA;
  color: #283232;
  font-weight: bold;
}
.toc .toc-content {
  padding: 15px 20px;
  background-color: #ffffe0;
}
.toc-list > li li a {
  font-weight: normal;
  font-size: 95%;
  color: #708090;
  margin-left: -10px;
}
.toc-list > li li ::before {
  content: '';
  width: 5px;
  height: 5px;
  display: inline-block;
  left: -15px;
  border-radius: 100%;
  background: #cdcdcd;
  position: relative;
  margin-bottom: 2px;
}
.article .toc-list > li li {
  list-style: none;
}

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

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

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