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

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

/* ヘッダーメニュー下余白 */
.header {
margin-bottom: 0;
}

.content {
margin-top: 0;
margin-bottom: 0;
}

.main {
margin-top: 0;
margin-bottom: 0;
}

.article-footer.entry-footer {
	display: none;
}

#main {
	padding-top: 0;
	padding-bottom: 0;
}

.entry-content,
#pl-00 {
	margin-top: 0;
	margin-bottom: 0;
}

#footer {
	margin-top: 0;
}

/*List Category Postカスタマイズ*/
ul.lcp_catlist li {
list-style:none;
border-bottom: 1px dotted #d1c6ec;
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 {
  border-bottom: solid 3px #e6e6fa;
  position: relative;
					font-size: 24px;
	color: #222222;
		  font-weight: bold;
	 text-align: center;
	line-height:2em;
}

h1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #4169e1;
  bottom: -3px;
  width: 20%;
}

.article h2,
h2{
  position: relative;
		color: #222222;
		  font-weight: bold;
	  border-bottom: solid 1px #cfd7e2;
			margin: 15px 0px 15px 0px;
				padding: 0px 0px 10px 0px;
}


.article h3,

h3 {
  position: relative;
				font-size: 20px;
		color: #222222;
		  font-weight: bold;
  background: linear-gradient(transparent 70%, #008080 70%);
			margin: 0px 0px 15px 0px;
				padding: 0px 0px 20px 0px;
}

 
.article h4,

h4 {
  position: relative;
  padding: 0.6em;
  background: #e7ffcf;
		color: #222222;
		  font-weight: bold;
					font-size: 16px;
			margin: 0px 0px 15px 0px;
	text-align:center;
}

h4:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 46%;
  border: 15px solid transparent;
  border-top: 10px solid #e7ffcf;
  width: 0;
  height: 0;
}

.article h5,

h5 {
  position: relative;
		color: #222222;
		  font-weight: bold;
  padding: 0.6em;
			margin: 0px 0px 10px 0px;
					font-size: 15px;
  background: #e6e6fa;
}


.article h6,
h6 {
 line-height: 20px;
		color: #203744;
		  font-weight: bold;
 border-bottom: 1px dashed #dcdcdc; 
			margin: 0px 0px 15px 0px;
 position: relative;
	font-size: 15px;

}

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


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

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

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


