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

/* ===== MQ Design Refresh 2026-07 ===== */
:root{--mq-accent:#1e6fd9;--mq-orange:#ff6a00;}
.article{font-size:17px;line-height:1.9;}
.article h2{background:linear-gradient(90deg,#eef5ff,#ffffff);border-left:6px solid var(--mq-accent);padding:14px 16px;border-radius:6px;}
.article h3{border-left:none;border-bottom:3px solid #e3edfa;padding:8px 4px;position:relative;}
.article h3:before{content:"";position:absolute;bottom:-3px;left:0;width:88px;height:3px;background:var(--mq-accent);}
.article p{margin-bottom:1.6em;}
.article table{width:100%;border-collapse:collapse;font-size:.95em;}
.article table th{background:var(--mq-accent);color:#fff;padding:10px;border:1px solid #d6e4f7;}
.article table td{padding:10px;border:1px solid #e3e8ef;}
.article tr:nth-child(even) td{background:#f6f9fd;}
@media screen and (max-width:640px){
  .article{font-size:16px;}
  .article table{display:block;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;}
}
.site-name-text{font-weight:800;letter-spacing:.02em;}
.related-entry-card-wrap:hover,.entry-card-wrap:hover{opacity:.86;transition:opacity .2s;}
.sidebar h3{background:var(--mq-accent);color:#fff;padding:8px 12px;border-radius:6px;font-size:1em;border:none;}
.toc{border:2px solid #e3edfa;border-radius:8px;background:#fbfdff;}
.toc-title{font-weight:700;}
.pagination .current{background:var(--mq-accent);}

/* ===== MQ front page tweaks ===== */
.home .toc, .page-id-808 .toc{display:none!important;}
.home .sns-share, .page-id-808 .sns-share{display:none!important;}
.home .date-tags-area, .home .entry-title{margin-bottom:8px;}
