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

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

.article h2::before { /*h2の先頭*/
 font-family:"FontAwesome"; /*フォント指定*/
 content:"\f1b2"; /*記号*/
 margin-right:9px; /*記号右側の余白*/

}
.article h2{
}
.article h3::before { /*h2の先頭*/
 font-family:"FontAwesome"; /*フォント指定*/
 content:"\f00c"; /*記号*/
 margin-right:9px; /*記号右側の余白*/

}
.article h3 {
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;
 padding: 0.5em;/*文字周りの余白*/

  border-bottom: solid 3px #41aa78;/*下線*/
}

.article h4{
border-top:none;
border-bottom:none;
padding: 0;
	color: #010101;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 2px #41aa78;/*上線*/
  border-bottom: solid 2px #41aa78;/*下線*/
}
#carousel .carousel-entry-card-title{
  display: none;/*タイトル消す*/

	/*Cocoonのcat-label（カテゴリラベル）のデザインのカスタマイズ：しおり*/
/*ここから*/
.entry-card-thumb .cat-label {
	top: -6px;
	left: 3%;
	padding: 11px 10px 1px 10px;
	background-color: #6785F3;
	border: 0;
	border-top-right-radius: 3px;
	overflow: visible;
}

.entry-card-thumb .cat-label::before, .entry-card-thumb .cat-label::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
}

.entry-card-thumb .cat-label::before {
	top: 0;
	left: -6px;
	border-bottom: 6px solid #284DD9;
	border-left: 6px solid transparent;
}
	
.wp-block-sbd-checkpoint-block.is-style-sbd-checkpoint-green .sbd-checkpoint-title {
    background-color: #41aa78;
}
/*ここまで*/
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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