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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/* 見出しのデザインリセット */
/* 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;
}

/* ===============================
   美しい見出しデザイン（Cocoon Child用）
=============================== */
.entry-content h3 {
  margin: 2em 0 1em;
}

.entry-content h3 {
  border-bottom: solid 3px #b0c4de;
  position: relative;
  padding-bottom: 0.7em;
  color: #123d76;
  font-weight: bold;
}

.entry-content h3::after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: solid 3px #123d76;
  bottom: -3px;
  width: 25%;
}


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

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

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