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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* タイトル行間指定 */
h1.entry-title{
line-height:2.0;
}

/* 見出しの上に余白 */
.article h2 {
    margin-top: 5em;
}

.article h3 {
    margin-top: 1.0em;
}

.article h4 {
    margin-top: 4em;
}

.article h5,
.article h6 {
    margin-top: 3em;
}

/************************************
** 固定ページ
************************************/
/*  固定ページの投稿日非表示*/
.post-103 .date-tags,
.post-3 .date-tags {
display: none;
}

/************************************
** トップページ
************************************/
/*  最新記事の投稿日表示*/
/* .new-entry-cards .display-none { */
.new-entry-cards .display-none .widget-entry-cards .no-icon .cf .border-partition {
	display: block;
	padding-top: 0.2em;
	text-align: right;
}
.new-entry-card-update-date {
	display: none;
}

/************************************
**全体
************************************/
/*  Contact form 7 で送信後のフォームを非表示にする*/
form.sent p{
display:none;
}

/*  関連記事の行間詰める*/
.related-entry-card-wrap{
	margin-bottom:0px
}

/*  関連記事前にアイコンを表示 */
.related-entry-card-title:before{
	font-family: FontAwesome;
	content: "\f0c6";
	padding-right:1em;
	color: #000;
}

/*  投稿日非表示 */
.post-286 .date-tags,
.post-281 .date-tags,
.post-289 .date-tags,
.post-166 .date-tags,
.post-176 .date-tags,
.post-174 .date-tags,
.post-391 .date-tags,
.post-170 .date-tags {
display: none;
}

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

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

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

