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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/* 3本線メニュー  htmlは70%でOKだけど、WordPressでは70%になってしまう。　*/
@media only screen and (max-width: 820px) {
	
#sp_menu .drawr {
display: none;
background-color:rgba(0,4,103,0.9)!important; /* 背景色 */
position: absolute;
top:0;
right:0;
width:100%!important;
padding:50px 12.5% 0 12.5%;
z-index: 1000!important;
font-size:14px;
font-family: 'Montserrat', sans-serif;
}
.menu-trigger {
position: relative;
width: 28px!important;
height: 28px!important;
	background:white;
z-index: 1100!important;
}	
.menu-trigger.active {
background-color:rgba(0,4,103,0.9)!important; /* 背景色 */
}	

.menu-trigger.active span:nth-of-type(2) { opacity: 0!important; 
		}
.menu-trigger.active span:nth-of-type(3) {
-webkit-transform: translateY(-11px) rotate(45deg);
transform: translateY(-11px) rotate(45deg);
background-color:#fff!important; /* hover時 三本線色 */

}	
	
	
}/*～820px*/

/*画像上のカテゴリーラベル　非表示*/
.cat-label{
	display: none;
}
.fa-folder-open:before{
	display:none;
}
.fa-calendar-alt:before{
	display:none;
	}
/* 日付の前の時計マーク非表示*/
#list .fa-clock, .article-header .fa-clock{ display:none;}

/*日付*/
#list .post-date, .article-header .post-date{font-size:90%;color:#2681da;}

/*投稿下　カテゴリラベル非表示*/
.under-entry-content{width:90%;
	margin:0 auto;}
.entry-categories-tags{display:none;}


#list h2{font-weight:400;}

#content-in h1 {
	position: relative;
  padding: 1rem .5rem;
	text-indent:1rem;
  font-weight:600;
	}

#content-in h1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}
/**/
.footer-right ul li:first-child a {
	color: #1955a6!important;
	font-weight: bold!important;
}


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

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

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