@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;
}

/* 見出し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;
}

/* 見出し1 スタイル */
header{
	text-align:center;
}
.article h1 {
	position: relative;
	line-height: 1.4;
	padding:0.25em 1em;
	display: inline-block;
	top:0;
	font-size:2em;
	color: #555555;
	margin:auto;
}

.article h1:before, .article h1:after { 
	position: absolute;
	top: 0;
	content:'';
	width: 8px;
	height: 100%;
	display: inline-block;
}

.article h1:before {
	border-top: solid 2px #722327;
	border-left: solid 2px #722327;
	border-bottom: solid 2px #722327;
	left: 0;
}

.article h1:after {
	content: '';
	border-top: solid 2px #722327;
	border-right: solid 2px #722327;
	border-bottom: solid 2px #722327;
	right: 0;
}

/* 見出し2 スタイル */
.article h2 {
color: #333333;
font-size: 38px;
}


/* 見出し3 スタイル */
.article h3 {
	color: #ffffff;/*文字色*/
	font-size: 1.5em;
	width:100%;/* 幅 */
	padding: 0.7em;/*文字周りの余白*/
	display: inline-block;/*おまじない*/
	line-height: 1.3;/*行高*/
	background: #D0827F;/*背景色*/
	vertical-align: middle;
	border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}

.article h3:before {
	content: '●';
	color: white;
	margin-right: 8px;
}

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

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

/* 見出し1 スマホ スタイル */
.article h1 {
	font-size: 1.5em;
}
/* 見出し2 スマホ スタイル */
.article h2 {
	font-size: 24px;
}
	
/* 見出し3 スマホ スタイル */
.article h3 {
	font-size: 1em;
}

}

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