@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: #bcc9bb; }
.marker-red {background-color: #f1cea7; }
.marker-blue {background-color: #f1ede4; }

.marker-under {
background: linear-gradient(transparent 60%, #bcc9bb 60%);
}
.marker-under-red {
background: linear-gradient(transparent 60%, #f1cea7 60%);
}
.marker-under-blue {
background: linear-gradient(transparent 60%, #f1ede4 60%);
}

/*見出し2のデザイン変更*/
.article h2 {
  color: #F1EDE4;/*F1EDE4文字色*/
  padding: 0.5em;/*文字周りの余白*/
  line-height: 1.3;/*行高*/
  background: #275438;/*275438背景色*/
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}

.article h2:before {
  content: '●';
  color: #F1EDE4;
  margin-right: 8px;
}

/*見出し3のデザイン変更*/
.article h3 {
 padding: 0.5em;/*文字周りの余白*/
 color: #275438;/*文字色*/
 line-height: 0.8;
 border-right: none;
 border-top: none;
 border-bottom: 3px solid #275438;
}

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

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

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