@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){
  /*必要ならばここにコードを書く*/
}


/* ===== 関連記事ブロック ===== */
.related-posts {
  background: #f8f9fa;
  border-left: 4px solid #2196F3;
  padding: 16px 20px;
  margin: 32px 0;
  border-radius: 4px;
}
.related-posts-title {
  font-weight: bold;
  font-size: 0.95em;
  color: #555;
  margin: 0 0 10px 0;
}
.related-posts ul {
  margin: 0;
  padding-left: 20px;
}
.related-posts ul li {
  margin: 6px 0;
  font-size: 0.9em;
}
.related-posts ul li a {
  color: #1565C0;
  text-decoration: none;
}
.related-posts ul li a:hover {
  text-decoration: underline;
}

/* ===== CTAボックス ===== */
.cta-box {
  background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
  border: 2px solid #1976D2;
  border-radius: 8px;
  padding: 24px 28px;
  margin: 40px 0;
  text-align: center;
}
.cta-kicker {
  font-size: 0.8em;
  font-weight: bold;
  color: #1976D2;
  letter-spacing: 0.05em;
  margin: 0 0 8px 0;
}
.cta-lead {
  font-size: 0.95em;
  line-height: 1.7;
  color: #333;
  margin: 0 0 16px 0;
}
.cta-btn {
  display: inline-block;
  background: #1976D2;
  color: #fff !important;
  padding: 14px 32px;
  border-radius: 6px;
  font-size: 1.05em;
  font-weight: bold;
  text-decoration: none !important;
  transition: background 0.2s;
}
.cta-btn:hover {
  background: #1565C0;
  color: #fff !important;
}
.cta-badges {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.cta-badge {
  background: rgba(25,118,210,0.1);
  color: #1565C0;
  font-size: 0.75em;
  padding: 4px 10px;
  border-radius: 12px;
  border: 1px solid #90CAF9;
}