@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){
  /*必要ならばここにコードを書く*/
}


/*List Category Postカスタマイズ*/
ul.lcp_catlist li {
list-style:none;
border-bottom: 1px dotted #cccccc;
padding-top:10px;
	padding-bottom:8px;
margin:0px 10px 0px -10px;

}

/***  グローバルメニュー項目間の区切り***/
#navi .navi-in > ul > li{
  border-right: 1px solid #b0c4de;
}

#navi .navi-in > ul > li:last-child{
  border-right-width: 0;
}

.navi-in > ul > .menu-item-has-children > a::after{
  right: 10px;
}

/*グローバルメニューのフォントサイズ等変更*/
.navi-in .menu-header .item-label{
font-size: 14px;
}

/* 見出しリセット */
/* 見出し2 */
.article h2{
background:none;
padding: 0;
}

/* 見出し3 */
.article h3{
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;
padding: 0;
}

/* 見出し4 */
.article h4{
border-top:none;
border-bottom:none;
padding: 0;
}

/* 見出し5 */
.article h5{
border-bottom:none;
padding: 0;
}

/* 見出し6 */
.article h6{
border-bottom:none;
padding: 0;
}



/*---------------------------------
見出し
--------------------------------*/

.article h1,
h1 {
	position: relative;
  font-size: 30px;
		  padding: 1em;
}
.article h2,
h2 {
	position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
}
 
.article h3,
h3 {
		 font-size: 22px;
  background: #ffd700;
  line-height:  1.5;
		  padding: 1em;
}

.article h4,

h4 {
  position: relative;
  padding: 0.8em;
  background:#004d25;
}

h4:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 8px solid #004d25;
  width: 0;
  height: 0;
}

.article h5,
h5 {
  border: solid 3px #c71585;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
}


.article h6,
h6 {
 line-height: 20px;
 padding: 5px 1px 1px 1px;
 margin: 5px 0px 5px 0px;
 border-bottom: 1px dashed #dcdcdc; 
 position: relative;
	font-size: 14px;

}

/*サイドバーのh3変更*/
#sidebar h3{
  margin-bottom: 10px;
  font-size:15px;
 color: #ffffff;
 background: #ffd700;
 text-align: center;
 line-height: 36px;
 padding: 2px 2px 2px 2px;
 border-top: 1px solid #f0e68c;
 border-bottom: 1px solid #f0e68c;
 border-left: 1px solid #f0e68c;
 border-right: 1px solid #f0e68c;
}



