@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){
  /*必要ならばここにコードを書く*/
}
/* DESIGN【H2最終強制版】2025-08-05 */
.entry-content h2 {
  background: #f8fcff !important;
  color: #0f6cbf !important;
  font-size: clamp(1.2em, 2.5vw, 1.6em) !important;
  font-weight: bold !important;
  margin-top: 60px !important;
  margin-bottom: 25px !important;
  padding: 14px 18px !important;
  border-radius: 10px !important;
  text-align: center !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
}
