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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* グローバルナビ　高さ調整 */
#navi .navi-in > ul li{
	height: 30px;
	line-height: 30px;
}
/* グローバルナビ　縦線区切り */
#navi .navi-in > ul > li{
  border-left: 1px solid #d3d3d3;
}
#navi .navi-in > ul > li:last-child{
  border-right: 1px solid #d3d3d3;
}
.navi-in > ul > .menu-item-has-children > a::after{
  right: 10px;
} 
/* タイトル カスタマイズ */
main h1.entry-title{
color: #7B7B7B;
font-size:21px;
}
/* H2 見出しカスタマイズ */
.article h2{
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;
padding: 0;
}
/* H3 見出しカスタマイズ */
.article h3 { 
border-top: none;
border-bottom: none;
border-left: none;
border-right: none;
padding: 0;
}
/* H4 見出しカスタマイズ */
.article h4{
border-top:none;
border-bottom:none;
padding: 0;
}	
.article h1{
color: #949494;
font-size: 24px;
}
.article h2{
font-size: 22px;
background: #f8f8ff;	
color: #444d53;
padding: .5em 0em;
margin-top: 40px;
border-left: solid 7px #094b77;
padding : 10px;
}
.article h3 {
font-size: 20px;
padding: .3em 0em;
background: none;
	border: none;
border-bottom: solid 3px #b8bec3;
}
.article h4 {
font-size: 18px;
padding: .3em 0em;
background: none;
	border: none;
border-bottom: dashed 1px #b8bec3;
}
	#sidebar {
    font-size: 14px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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