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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* ---- h1 ----*/
.article h1 {
  position: relative;
  background: #e5ffcc;
  box-shadow: 0px 0px 0px 5px #e5ffcc;
  border: dashed 2px white;
  padding: 0.5em 1.0em;
  color: #454545;
}
.article h1:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #dbffb7;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

/* ---- h2 ----*/
.article h2{ /*初期化*/
  background: none;
  border-radius: none;
  border-left: none;
  color:#454545;
}
.article h2{
  position: relative;
  padding: 0.6em;
  background:#e5ffcc;
　border-radius: 7px;
}

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

/* ---- サイドバー ----*/

#sidebar {
    font-size: 14px;
}
.widget-entry-card {
    font-size: 14px;

}
/* ここから下を追記 */

/*---------------------------------
複数の固定ページの日付を非表示にする、おまじない
--------------------------------*/
.post-3 .date-tags,
.post-20 .date-tags,
.post-49 .date-tags,
.post-45 .date-tags,
.post-51 .date-tags {
  display: none;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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