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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*投稿・固定ページ両方のタイトル
.entry-title  {
  font-size: 10px; /* 変更する 
}
*/
/*投稿だけのタイトル-これではきかない
.epost-title  {
  font-size: 10px; /* 変更する
}
*/

/*見出しデザイン*/
/* 見出しリセット */
.article h1{
background: none;
border-top: 0;
border-right: 0;
border-bottom: 0;
border-left: 0;
padding: 0;
}
.category-4 h1 a:before {
font-size: 0.8rem;
    line-height: 1;
    content: 'おすすめ';
    color: #fff;
    padding: 0.4rem;
    background: #e0a300;
    border-radius: 5px;
    margin-right: 0.4rem;
    vertical-align: middle;
}



.article h2{
background: none;
border-top: 0;
border-right: 0;
border-bottom: 0;
border-left: 0;
padding: 0;
}
.article h2{
font-size: 18px;	
width:100%;
padding: 8px;
margin: 0px 0px 12px 0px;
color: #000;
border:none;	
background: #ebebeb;
border-left: solid 10px #008000;
}

.article h3{
background: none;
border-top: 0;
border-right: 0;
border-bottom: 0;
border-left: 0;
padding: 0;
}
.article h3{
font-size: 18px;	
width:100%;
padding: 8px;
margin: 0px 0px 12px 0px;
color: #000;
border:none;	
background: #ebebeb;
border-left: solid 10px #c3000d;




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

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

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