@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 !important;
	border: none !important;
	box-shadow: none !important;
	line-height: inherit !important;
}

/* 見出し3 */
.article h3{
background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  color: inherit !important;

}

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

/* h2 */


.article h2 {
	background: #8d6e63 !important;
	box-shadow: 0px 0px 0px 5px #8d6e63 !important;
	border: dashed 2px white!important;
	padding: 0.2em 0.5em!important;
	color:white !important;
}

/* H3 */

.article h3 {
    background: #f2e1e1!important;
    position: relative!important;
    padding: .5em 1em!important;
    color: #333333!important;
	margin-bottom: 1em !important;

}

.article h3::before,
.article h3::after {
    display: inline-block !important;
    position: absolute !important;
    width: 10px !important;
    height: 100% !important;
    border: 3px solid #a27676 !important;
    box-sizing: border-box !important;
    content: '' !important;
}

.article h3::before {
    top: 0!important;
    left: 0!important;
    border-right: none!important;
}

.article h3::after {
    bottom: 0!important;
    right: 0!important;
    border-left: none!important;
}

/* H4 */

.article h4 {
	border-bottom: solid 3px #ffa8ba!important;
	position: relative!important;
	margin-bottom: 1em !important;
	text-indent:1em;
	
}

.article h4:after {
  position: absolute!important;
  content: " "!important;
  display: block!important;
  border-bottom: solid 3px #450d18!important;
  bottom: -3px!important;
  width: 30%!important;
}


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

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

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