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

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

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

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

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

/* ------------------------------------------------------------------
   Airdrop Blog Kit の見出しに Cocoon 標準の装飾が乗るのを打ち消す。
   ap-airdrop.css は .ap-spec__title{background:none} を持っているが、
   Cocoon 側が .entry-content h2 で当てているため詳細度で負ける。
   キット本体は書き換えたくないので、ここで詳細度だけ上げて相殺する。
   ------------------------------------------------------------------ */
.entry-content .ap-spec__title,
.entry-content .ap-steps__title,
.entry-content .ap-faq__title,
.entry-content .ap-section__title,
.entry-content .ap-hero__title,
.entry-content .ap-card__title {
	background: none;
	border: none;
	padding: 0;
	margin-top: 0;
}

.entry-content .ap-spec__title::before,
.entry-content .ap-spec__title::after,
.entry-content .ap-steps__title::before,
.entry-content .ap-steps__title::after,
.entry-content .ap-faq__title::before,
.entry-content .ap-faq__title::after {
	content: none;
}

/* 表の中の h2 は見出しというよりラベルなので、余白を詰める */
.entry-content .ap-spec__title {
	font-size: 1.15rem;
	line-height: 1.4;
}
