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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*内部ブログカード*/
.internal-blogcard{
text-align:left
}

/*見出し初期化*/
.article h2,
.article h3,
.article h4,
.article h5,
.article h6
{
padding: 0;
margin: 0;
background:none;
border-collapse: separate;
border-spacing: 0;
border-top: none;
border-right: none;
border-bottom: none;
border-left: none;
line-height: normal;
position:relative;
}
.article h2 {
	font-size: 28px;
  color: #364e96;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
	margin-top: 40px;
	margin-bottom: 40px;
  border-top: solid 3px #364e96;/*上線*/
  border-bottom: solid 3px #364e96;/*下線*/
	text-align: left;
}
.article h3{
  color: #6594e0;/*文字色*/
	margin-top: 40px;
  /*線の種類（点線）2px 線色*/
  border-bottom: dashed 2px #6594e0;
	margin-bottom: 30px;
}
figure {
  padding-top: 2px;
	margin-top: 40px;
  border-radius: 3px;
  text-align: center;
}
 
figcaption {
  font-size: 80%;
  margin: 1em 0;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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