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

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

/*全てをまとめて非表示*/
.home.page .entry-title,
.home.page .date-tags,
.home.page .author-info{
  display: none;
}


/* トップページ見出しのデザインリセット */
.top-page-pickup{
		border:none !important;
		background:none !important;
		padding: 0 !important;
}

.display-none{
	display: none;
}

.cta-box {
	background-color: #f8f8f8
}

.headline-underline {
	color:  #02b7b0;
	width: 30px;
	margin-top: -20px;
	margin-left: auto;
   margin-right: auto;
}

.test{
	background-color: #ebf8f4;
}

.info-list-item-meta {
	opacity: 1.0;
}

.info-list-item-date {
	opacity: 0.6;
}

.info-list-item-content {
	font-weight: bold;
}
.info-list-item-categorys .entry-category {
	background-color: #02b7b0 !important;
	border: 1px solid #02b7b0 !important;
	color: #ffffff !important;
	font-weight: 900 !important;
	opacity: 1.0;
}

.cat-label {	
	background-color: #02b7b0 !important;
	border: 1px solid #02b7b0 !important;
	color: #ffffff !important;
	font-weight: 900 !important;
} 

.article h2 {
	padding-left: 0px;
	padding-bottom: 10px;
	border-bottom: 3px double  #02b7b0 !important;
}

.article h3 {
	padding-left: 0px;
}

.article h4 {
	padding-left: 0px;
}

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

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

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