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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/************************************
** マーカーの色
************************************/
 
.marker { /*黄色マーカー*/
 background-color: #deb887;
}
.marker-red { /*赤色マーカー*/
 background-color: #ffe4c4;
}
.marker-blue { /*青色マーカー*/
 background-color: #bfa46f;
}
.marker-under { /*黄色アンダーラインマーカー*/
 background: linear-gradient(transparent 70%, #deb887 70%);
}
.marker-under-red { /*赤色アンダーラインマーカー*/
 background: linear-gradient(transparent 70%, #ffe4c4 70%);
}
.marker-under-blue { /*青色アンダーラインマーカー*/
 background: linear-gradient(transparent 80%, #bfa46f 80%);
}

.article h2 {
  background: #ad7d4c;
  box-shadow: 0px 0px 0px 5px #ad7d4c;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
}
.article h3 {
  background: #deb887;
  box-shadow: 0px 0px 0px 5px #deb887;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
}

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

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

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