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

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

/* 見出しのデザインリセット */
/*H1 */
.entry-content h1{
border:none;
background:none;
padding: 0;
}

/*H2 */
.entry-content h2{
border:none;
background:none;
padding: 0;
}

/* H3 */
.entry-content h3{
border:none;
background:none;
padding: 0;
}

/* H4 */
.entry-content h4{
border:none;
background:none;
padding: 0;
}

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

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

/* 見出しのデザイン設定 */
/* H1 */
h1 {
  /*線の種類（二重線）太さ 色*/
  border-bottom: double 5px #ffb6c1;
}

/* H2 */
.entry-content h2{
font-size: 2.0em; /* 文字サイズ */
background-color: #ffb8db; /* 背景色 */
padding-top:20px; /* 文字と上部の間隔 */
padding-left:10px;/* 文字と左線の間隔 */
padding-bottom:20px;/* 文字と下部の間隔 */
}

/* H3 */
.entry-content h3{
font-size: 1.5em; /* 文字サイズ */
background-color: #ffffff;/* 背景色 */
padding: 10px;
border-left: solid 10px #ff5cad; /* 左側に実線・色*/
border-bottom: dotted 3px #ffb6c1;/* 下側に実線・色*/
}

/* H4 */
.entry-content h4{
font-size: 1.2em; /* 文字サイズ */
padding: 10px;
border-top: solid 3px #ffb6c1;/* 上側に実線・色 */
border-bottom: solid 3px #ffb6c1;/* 下側に実線・色*/
}

/* H5 */
.entry-content h5{
font-size: 1.0em; /* 文字サイズ */
padding: 10px;
border-bottom: dotted 3px #ffb6c1;/* 下側に点線・色*/
}

/* H6 */
.entry-content h6{
font-size: 1.0em; /* 文字サイズ */
padding: 5px;
border-left: solid 7px #ffb6c1; /* 左側に実線・色*/
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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