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

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



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

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




.sidebar h3 {
	background:transparent; /* Cocoon親テーマCSSリセットのため */
	border-bottom: 2px #515151 dotted; /* ドット下線追加 */
	padding: 8px 0px;
	letter-spacing: 0.2em; /* 字間を広げる */
}


.sidebar {
font-size: 0.7em;
}





.article h2 {
	color: #505050;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  line-height: 1.3;/*行高*/
  background: #f2e6ee;/*背景色*/
  vertical-align: middle;
}
.article h2:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

.article h2 {
border-radius: 25px;/*角を丸く*/
}




.article h3 {
	width: 100%;
	position: relative;
	margin: 1.8em 0 1.2em;
	padding: 12px 10px 10px 10px;
}
.article h3:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	left: 0;
	background: -webkit-repeating-linear-gradient(135deg, #fff, #fff 3px, #f2c9e2 3px, #f2c9e2 6px, white 6px, white 9px, #aaaaaa 9px, #aaaaaa 12px);
	background: repeating-linear-gradient(135deg, #fff, #fff 3px, #f2c9e2 3px, #f2c9e2 6px, white 6px, white 9px, #aaaaaa 9px, #aaaaaa 12px);
	bottom: -4px;
}




.article h4 {
	border-top: none; /* Cocoon親テーマCSSリセットのため */
	margin: 1.8em 0 1em;
	border-bottom: solid 2px #f2e6ee;
}



.article h5 {
	border-bottom: none; /* Cocoon親テーマCSSリセットのため */
	margin: 1.5em 0 1em;
	padding: 0.25em 0.5em; /* 上下 左右の余白 */
	border-left: solid 10px #f2e6ee;
}




/* サイドバーの行間を狭く */
.sidebar .widget li a {
  padding-top:0;
  padding-bottom:0;
}



















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

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

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