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

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

/* =========================================
   トップ セクション見出し（完全上書き）
   ========================================= */

.top-section-title {
  margin: 0 0 20px !important;
  padding: 12px 16px !important;

  background: rgba(255,255,255,.02) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-left: 4px solid rgba(250,204,21,.9) !important;
  border-radius: 12px !important;

  color: #ffffff !important;

  /* Cocoonの見出し装飾を潰す */
  box-shadow: none !important;
  text-shadow: none !important;
}

/* 見出しタグそのものも潰す（重要） */
.top-section-title h2,
.top-section-title h3 {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* 文字色の完全固定 */
.top-section-title,
.top-section-title * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}

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

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

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