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

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

.article h2::before {
border-top: none;
}
.article h2::after {
border-bottom: none;
}
.article h2{
border: none;
}
.article h3::before {
border-top: none;
}
.article h3::after {
border-bottom: none;
}
.article h3{
border: none;
}
.article h4::before {
border-top: none;
}
.article h4::after {
border-bottom: none;
}
.article h4{
border: none;
}
.article h5::before {
border-top: none;
}
.article h5::after {
border-bottom: none;
}
.article h5{
border: none;
}
.article h6::before {
border-top: none;
}
.article h6::after {
border-bottom: none;
}
.article h6{
border: none;
}

/*!
.article h2 {
  position: relative;
  padding: 0.6em;
  background: #c6e2ff;
}

.article h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #c6e2ff;
  width: 0;
  height: 0;
}
*/

/*!
.article h3 {
  position: relative;
  padding-left: 25px;
}

.article h3:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(119, 195, 223);
}
.article h3:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(119, 195, 223);
}
*/

/*!
.article h3 {
  border-left: 3px solid #55A8DC;
  padding: .5em .7em;
  background: rgba(85,168,220,.07);
  color: #323232;
}

.article h4 {
  border-bottom: 2px solid #55A8DC;
  color: #323232;
  padding-bottom: .5em;
}
*/

/* =========================
   H2
   ========================= */
.entry-content h2 {
  position: relative;
  margin: 2.8em 0 1.2em;
  padding: 16px 20px;
  background: #fffaf0;
  border-left: 5px solid #daa520;
  border-radius: 4px;
  color: #1f2937;
  font-size: 1.45em;
  font-weight: 700;
  line-height: 1.5;
}

/* =========================
   H3
   ========================= */
.entry-content h3 {
  margin: 2.2em 0 1em;
  padding: 6px 0 6px 14px;
  border-left: 3px solid #daa520;
  color: #1f2937;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5;
}


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

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

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