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

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


/* 「デザインリセット用のコード」 */
/*H2 */
.entry-content h2{
border:none;
background:none;
padding: 0;
}

/* H3 */
.entry-content h3{
border:none;
background:none;
padding: 0;
}

/* H4 */
.entry-content h4{
border:none;
background:none;
padding: 0;
}

/* H5 */
/*.entry-content h5{ */
/*border:none; */
/*background:none;*/ 
/*padding: 0; */
/*} */

/* H6 */
/*.entry-content h6{*/
/*border:none;*/
/*background:none;*/
/*padding: 0;*/
/*}*/

/*H2見出し*/
main h2.wp-block-heading {
    color: #fff;/*文字色（白）*/
    font-size: 24px;/*文字サイズ*/
    padding: 20px;/*文字回りの余白（上下左右）*/
    display: block;
    position: relative;
}

main h2.wp-block-heading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1c6db0;/*背景色*/
    transform: skew(-10deg);/*背景の傾き*/
    z-index: -1;
}

main h2.wp-block-heading:after {
    content: '';
    position: absolute;
    border-left: 15px double #fff;/*左線（太さ 二重線 色）*/
    height: 100%;
    top: 0;
    right: 20px;
    transform: skew(-10deg);/*線の傾き*/
}

/*H3見出し*/
main h3.wp-block-heading {
    color: #000000;/*文字色*/
    font-size: 22px;/*文字サイズ*/
    padding: 10px 20px;/*文字回りの余白（上下 左右）*/
    display: block;
    border-left: 6px solid #1c6db0;/*二重線左側（太さ 実線 色）*/
    position: relative;
}

main h3.wp-block-heading:before {
    content: "";
    display: block;
    position: absolute;
    left: 3px;
    top: 0;
    width: 2px;/*二重線右側の太さ（幅）*/
    height: 100%;
    background: #1c6db0;/*二重線右側の色*/
}

/*H4見出し*/
main h4.wp-block-heading {
    color: #000000;/*文字色*/
    font-size: 20px;/*文字サイズ*/
    display: block;
    position: relative;
    padding: 6px 32px;/*文字回りの余白（上下 左右）*/
}

main h4.wp-block-heading:before {
    font-family: FontAwesome;
    font-weight: 900;/*矢印部の太さ*/
    font-size: 25px;/*矢印部のサイズ*/
    color: #1c6db0;/*矢印部の色（青）*/
    left: 0;
    top: 0;
    content:"\f0a9";
    position: absolute;
}

.article h3, .article h4 {
font-weight:bold;
}


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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/*.author-box .author-name a {*/
/*    text-decoration: none;*/
/*    color: #333;*/
/*}*/
/* サイトタイトルの文字変更 */
.site-name-text {
	font-size: 2em;
	font-weight:bold;
}
/* タブレット用サイズ */
@media screen and (max-width: 768px) {
	#header .site-name-text {
		font-size: 18px;
	}
}
/* モバイル用サイズ */
@media screen and (max-width: 480px) {
	#header .site-name-text {
		font-size: 16px;
	}
}
