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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* KeieiLab サイト全体CSS(2026-08-17追加) */
.tagline{font-weight:bold}
.entry-card-title{display:inline !important;box-decoration-break:clone;-webkit-box-decoration-break:clone;background:linear-gradient(transparent 80%,rgba(200,0,0,.65) 80%) !important}


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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
.new-entry-card-title{font-weight:normal !important}
.abf-sidebar-tag{font-weight:bold;font-size:1.08em;background:none !important}
.abf-sidebar-desc{font-size:0.85em;display:block}
@media screen and (max-width:480px){.entry-card-title{background:linear-gradient(transparent 88%,rgba(200,0,0,.65) 88%) !important}}
.cta-box{background:#eef6fc;border:2px solid #569CD6;border-radius:8px;padding:24px;margin:2em 0}
.cta-box-lead{font-weight:bold;font-size:1.15em;margin-bottom:.6em}
.cta-box-body{margin-bottom:1em}
.cta-box-button{display:inline-block;background:#569CD6;color:#fff !important;padding:12px 28px;border-radius:4px;text-decoration:none;font-weight:bold}
