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

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

.article h2{
	font-size:20px;
	border-bottom:5px solid #CCFF99;
	border-top:transparent;
	border-left:10px solid #CCFF99;
	border-right:transparent;
	padding:8px 5px 5px 30px;
}

.article h3{
	font-size:16px;
	border-bottom:4px solid #CCFF99;
	border-top:4px solid #CCFF99;
	border-left:transparent;
	border-right:transparent;
	padding:5px 5px 5px 30px;
}

/************************************
****　モバイル表示　ヘッダーメニュー・検索アイコン
************************************/
ul.menu-drawer:before{
font-size:1.2em;
background: white;
color:#333;
border:2px solid #90C31F; /*点線の色変更はこちら*/
padding:5px 15px 5px 15px;
content: "記事カテゴリー選択";
}

ul.menu-drawer:after {
background: white;
}

.menu-drawer{margin-top:1em;}

 .mobile-menu-buttons .menu-caption{
    display: none;
  }/*検索アイコン下の文字をけす*/

  .mobile-menu-buttons{
    align-items: center;
	background-color:#a2c8d8;
  }/*検索アイコン下の文字をけした後の位置調整*/

.mobile-menu-buttons .menu-icon .menu-close-button{
	color:#378CB0;
}

.menu-drawer li{
font-weight: bold;
padding:0px;
margin-top:15px;
margin-bottom:5px;
margin-left:15px;
margin-right:0px;
border-bottom:3px dotted #90C31F;
}

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く br追加R3.8*/
	br{
    display: none;
  }
}