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

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

/* 見出しのデザインリセット */
/*H2 */
.entry-content h2 {
  color: #fff;
　font-size : 24px;
  padding: 10px 5px 10px 5px;
  background: #778899;
  -webkit-box-shadow: 5px 5px 0 #000111;
  box-shadow: 5px 5px 0 #000111;
}

/* H3 */
.entry-content h3{
font-size : 18px;
border:none;
background:none;

}

/* H4 */
.entry-content h4{
font-size : 14px;
padding: 10px 5px 10px 5px;
border:none;
background:none;
padding: 0;
}

/* H5 */
.entry-content h5{
border:none;
background:none;
padding: 25px 5px 10px 0px;
	
}

/* H6 */
.entry-content h6{
border:none;
background:none;
padding: 10px 5px 10px 5px;
}


.entry-content h2{
  border-top: solid 0px #222222;/*上線*/
  border-bottom: solid 0px #000000;/*下線*/
}

.entry-content h3{
  border-bottom: solid 4px #778899;
  position: relative;
}
.entry-content h3:after{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #000055;
  bottom: -4px;
  width: 20%;
}
/* 見出し4 */
.entry-content h4{
color: ＃606060;/*文字色*/
padding: 10px 5px 10px 5px;
border-bottom: solid 2px #808080;/*下線*/
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
/* --YouTubeサイズ調整-- */
}

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

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