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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*変更が必要な場合はこれ以下に打つ*/

/************************************
** 見出し
************************************/
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
	color: #000;
}
.article h3,
.article h4,
.article h5,
.article h6 {
	margin-top: 40px;
	margin-bottom: 35px;
}

.article h4,
.article h5,
.article h6 {
	font-size: 18px;
}


.article h2 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  background-color: #fff;
}

.article h2:before {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 50px);
  width: 100px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #d0007c;
}

.article h3 {
	padding: 12px 10px;
	border: none;
	border-left: 4px solid #d0007c;
}

.article h4 {
	border-bottom: 1px dashed #000;
	border-top:none;
}

.article h5 {
	border-bottom: 1px solid #ccc;
	border-top:none;
}

.article h6 {
	border:none;
}

.archive-title {
	padding: 5px;
	border-bottom: 3px solid #f7f3e8;
	color: #666;
	font-size: 20px;
}


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

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

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