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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
#site-description {
color: #000000;
font-size: 99px;
}
/* 目次中央寄せ */
#ez-toc-container{
margin: 0 auto;
}
/* -------------------------------------------
/ 『見出し（h3）』
------------------------------------------- */
.article h3 {
  position: relative;
  padding-left: 24px;
  background-color: #191919;
  color: #d3d3d3;
  border-radius: 4px;
  border: 6px solid #4e0000;
  box-shadow: 0 4px 0 #333;
}
.article h3::after {
  position: absolute;
  top: .5em;
  left: .3em;
  content: '';
  width: 0px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1.1em);
  background-color: #281a14;
  border-radius: 0px;
  box-shadow: 0px 0px 0 #281a14;
}


/* -------------------------------------------
/ 『見出し（h4）』
------------------------------------------- */
.article h4 {
  border: 0;
  position: relative;
  padding: 9px 10px 9px 40px;
  border-bottom: 1px solid #fff;
  box-shadow: 0 2px 0 #333;
}

.article h4::before,
.article h4::after {
  position: absolute;
  content: '';
}

.article h4::before {
  top: 5px;
  left: 5px;
  z-index: 2;
  width: 0px;
  height: 0px;
  background: #281a14;
  border: 1px outset #281a14;
}

.article h4::after {
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  background: #281a14;
  border: 1px outset #281a14;
}

/* -------------------------------------------
/ 『見出し（h5）』
------------------------------------------- */
.article h5 {
  position: relative;
  padding: 9px 10px 9px 32px;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 2px 0 #333;
}

.article h5:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 6px;
  content: '';
  width: 0px;
  height: 0px;
  background-color: #281a14;
  border: 1px outset #281a14;
  transform: rotate(45deg);
}

/* -------------------------------------------
/ 『見出し（h6）』
------------------------------------------- */
.article h6 {
  border: 0;
  border-bottom: 1px solid #fff;
  box-shadow: 0 2px 0 #333;
}
 
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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