@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.0
*/

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

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

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

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

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

.entry-content h2 {
  background: rgba(14, 122, 196, 1)!important;
  color: #fff!important;
  border-radius:6px!important;
}

.entry-content h3 {
  border-left-color: rgba(14, 122, 196, 1)!important;
  background:#f5f5f5;
  border-top:none!important;
  border-bottom:none!important;
  padding-top: 1em!important;
  padding-bottom: 1em!important;
}

.entry-content h4 {
  padding-top: 1em!important;
  padding-bottom: 1em!important;
  line-height:normal
}
/*
.large {font-size:130%}
.xlarge {font-size:160%}
.marker1 {color:#e91e63}
.marker2 {background:rgba(251,252,145,0.5)}
.marker3 {color: rgba(14, 122, 196, 1)}
*/