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

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


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

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

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


/************************************
****　モバイル表示　ヘッダーメニュー・検索アイコン
************************************/
.mobile-menu-buttons{
height:50px;
box-shadow: none;
}
.mobile-menu-buttons > li {
padding-top:0;
}
.menu-button{
margin: auto;
}
.mobile-menu-buttons .menu-button:hover{
background-color:white;
}
span.fas.fa-search::before{
color:#90C31F;/*検索マーク色変更はこちら*/
margin-left:1em;
}
span.fas.fa-bars::before{
color:#90C31F;/*ハンバーガーメニュー色変更はこちら*/
margin-right:1em;
}
.navi-menu-caption.menu-caption,.home-menu-caption.menu-caption,.search-menu-caption.menu-caption,.top-menu-caption.menu-caption,.sidebar-menu-caption.menu-caption{
display:none;
}

/*テーブルの背景を透明にする*/
.container table tr {
  background-color: transparent;
}

/*テーブル枠線なし*/
.b_less{
	border:none;
}
.b_less td{
	border:none;
}

.entry-card-title {
 font-size: 16px;
} 

/*見出し6*/

.article h6{
border: 0;
font-size:12px;
font-weight:normal;
color: #ffffff;
line-height: 18px; /*高さ*/
background-color: #515151;
border-radius: 5px; /*角丸コーナー*/
}

.article h7{
font-size: 14px;
/*border-top: dotted 2px #9d9d9d;*/
/*border-bottom: dotted 2px #839b5c;*/
}


.entry-card-snippet, .related-entry-card-snippet {display: none;}
