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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*目次遷移後余白*/
span[id^="toc"] {
	padding-top: 1.6em;
}
/*見出し下余白0px*/
.article h2, .article h3, .article h4, .article h5, .article h6 {
	margin-bottom: 0;
}
/*見出しボックス-見出し中央揃え・文字色*/
.caption-box-label { justify-content: center; }
.caption-box-label-text { color: #191100; }

/*アコーディオン-アイコン色*/
.cocoon-block-toggle.has-border-color.not-nested-style>.toggle-button::before {
    color: var(--wp--preset--color--ex-b);
}

.hide, .post-update { display: none; }
.new-entry-card-date.widget-entry-card-date { display: grid; justify-content: end; margin-top: 0.2em; }
.is-list-horizontal.large-thumb .widget-entry-card-link, .is-list-horizontal.large-thumb-on .widget-entry-card-link { max-width: 230px; }
.is-list-horizontal.large-thumb .card-title, .is-list-horizontal.large-thumb-on .card-title { height: 1.5em; }

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

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

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

/*782px以上*/
.pc { display: none; }
@media screen and (min-width: 782px) {
	.mobile { display: none; }
	.pc { display: block; }
}
