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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* 見出しリセット */
/* 見出し2 */
.article h2{
background:none;
padding: 0;
}
/* 見出し3 */
.article h3{
border-top: none;
border-bottom: none;
border-left: none;
border-right: none;
padding: 0;
position: none;
border-radius: 0;
box-shadow: none;
}

.article h3::after {
position: none;
top: 0;
left: 0;
content: none;
width: 0;
height: calc(100% - 1.1em);
background-color: none;
border-radius: 0;
box-shadow: none;
}

.article h4 {
border-top: none;
border-bottom: none;
border-left: none;
border-right: none;
padding: 0;
position: none;
border-radius: 0;
box-shadow: none;
}

.article h4::before {
border-top: none;
border-bottom: none;
border-left: none;
border-right: none;
top: 0;
left: 0;
z-index: 0;
width: 0;
height 0;
background-color: none;
}

.article h4::after {
border-top: none;
border-bottom: none;
border-left: none;
border-right: none;
top: 0;
left: 0;
width: 0;
height 0;
background-color: none;
}

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/*吹き出しの色の初期設定 */
.sb-id-11 .speech-balloon {
background-color: #ABB8C3; /* 吹き出しメイン部分の背景色 */
border: 2px solid #ABB8C3; /* 吹き出しメイン部分の枠 */
color: #000000; /* セリフの文字色 */
}
.sb-id-11 .speech-balloon::before {
border-right: 12px solid #ABB8C3; /* 三角部分の枠色 */
}
.sb-id-11 .speech-balloon::after {
border-right: 12px solid #ABB8C3; /* 三角部分の背景色 */
}
@media screen and (max-width: 480px){
.sb-id-11 .speech-balloon::before { border-right: 7px solid #ABB8C3; /* スマホでの三角部分の枠色 */
}
.sb-id-11 .speech-balloon::after { border-right: 7px solid #ABB8C3; /* スマホでの三角部分の背景色 */
}
}
/*吹き出しの色の初期設定 */
.sb-id-12 .speech-balloon {
background-color: #FDF2F2; /* 吹き出しメイン部分の背景色 */
border: 2px solid #FDF2F2; /* 吹き出しメイン部分の枠 */
color: #000000; /* セリフの文字色 */
}
.sb-id-12 .speech-balloon::before {
border-left: 12px solid #FDF2F2; /* 三角部分の枠色 */
}
.sb-id-12 .speech-balloon::after {
border-left: 12px solid #FDF2F2; /* 三角部分の背景色 */
}
@media screen and (max-width: 480px){
.sb-id-12 .speech-balloon::before { border-left: 7px solid #FDF2F2; /* スマホでの三角部分の枠色 */
}
.sb-id-12 .speech-balloon::after { border-left: 7px solid #FDF2F2; /* スマホでの三角部分の背景色 */
}
}
.article h2 {
color: #ffffff;/*文字色*/
border: solid 4px #ffffff;/*線色*/
padding: 0.5em;/*文字周りの余白*/
border-radius: 0.5em;/*角丸*/
background-color: #000000; /* 吹き出しメイン部分の背景色 */
}

.article h3 {
padding: .5em .7em;
background-image: repeating-linear-gradient(-45deg, #000000, #000000 3px, #383838 3px, #383838 7px);
color: #ffffff;
}

.article h4 {
padding: .5em .7em;
border-top: 3px solid #ffffff;
border-bottom: 3px solid #ffffff;
}