@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ（まるっと。WordPress専用版）
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template: cocoon-master
Version: 1.1.3
*/

/* ====================================
   1. 基本設定・ラベル（解説の補足用）
   ==================================== */
.setting, .setting_g, .reference {
    color: #FFFFFF;
    font-size: 80%;
    padding: 2px 4px 1px;
    border-radius: 2px;
    text-align: center;
    margin-right: 8px;
    vertical-align: 1px;
}
.setting_g { background-color: green; }
.setting { background-color: #1e73be; }
.reference { background-color: #ea5506; }

.cat-label { display: none !important; }

/* ステップ内の注記などに使えるPRラベル（必要に応じて） */
.widget .custom-pr-label,
.entry-content .custom-pr-label {
    display: block;
    text-align: right;
    margin-bottom: 5px;
    line-height: 1;
}
.widget .custom-pr-label span,
.entry-content .custom-pr-label span {
    display: inline-block;
    font-size: 11px;
    color: #773c30;
    background-color: #fcf8f7;
    border: 1px solid #d7a69c;
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: normal;
}

/* ====================================
   2. 本文レイアウト・装飾の適正化
   ==================================== */
/* 記事本文の段落（pタグ）の下余白を1.8emから1emに調整して読みやすく */
.entry-content p {
    margin-bottom: 1em;
}

/* 記事本文内で使える汎用フォントサイズ拡大クラス */
.entry-content .x2 {
    font-size: 2.0em;
    line-height: 1.2;
    display: inline-block;
}
.entry-content .x3 {
    font-size: 2.5em;
    line-height: 1.2;
    display: inline-block;
}

/* リストの中に画像を置いたときの上下マージン調整 */
.entry-content ol img {
    margin: 10px 0;
}

/* コメントフォームのチェックボックス周りの余白調整 */
.comment-form input[type="checkbox"] {
    margin-right: 8px;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.comment-form > p {
    margin-bottom: 15px;
}

/* ====================================
   3. ブログカード・広告ラベル固定設定
   ==================================== */
.pr-card {
    text-align: left;
    display: flex;
    justify-content: flex-start;
}
.pr-card .blogcard {
    position: relative;
}
.pr-card .blogcard::before {
    content: "広告";
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 10px;
    padding: 4px 5px;
    border-radius: 3px;
    z-index: 10;
    pointer-events: none;
    line-height: 1;
}

/* ====================================
   4. ガジェット・設定画面 比較テーブルCSS
   ==================================== */
.emichan-table-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.5em 0;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.device-table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 25px;
}

.tracker-compare-table {
    width: 100%;
    min-width: 480px;
    border-collapse: collapse;
    font-size: 15px;
    line-height: 1.5;
    background-color: #ffffff;
}
.tracker-compare-table th {
    background-color: #333333;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 12px 10px;
    border: 1px solid #444444;
}
.tracker-compare-table td {
    padding: 12px 10px;
    text-align: center;
    border: 1px solid #e0e0e0;
}
.tracker-compare-table td:first-child {
    background-color: #f7f9fa;
    font-weight: bold;
    color: #444444;
    text-align: left;
}
.tracker-compare-table tr:nth-child(even) td {
    background-color: #fcfdfe;
}

/* ====================================
   5. 画像配置・2枚スクショ横並び（スマホ時縦並び）
   ==================================== */
.custom-img-pair {
    justify-content: center;
    align-items: flex-end;
}
.custom-img-pair > div {
    flex: 0 1 400px;
}
.custom-img-pair img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 768px) {
    .custom-img-pair {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .custom-img-pair > div {
        flex: 0 1 auto;
        width: 100%;
        max-width: 400px;
    }
    .custom-img-pair .img_margin {
        margin-right: 0;
    }
}

/* ====================================
   6. セキュリティ＆共通ウィジェット設定
   ==================================== */
/* スマホの右下 reCAPTCHAバッジを非表示にして画面を広くする */
.grecaptcha-badge {
    visibility: hidden;
}

/* カスタムHTMLウィジェット内でショートコードを有効化 */
.widget_custom_html {
    content: "enable-shortcode";
}

/* プロフィールボックスの不要なRSSボタン等を非表示 */
.author-box .author-follows {
    display: none;
}
.author-box .author-description p {
    margin-bottom: 0 ;
}
.author-box .author-description div,
.author-box .author-description span {
    margin-top: 5px;
    margin-bottom: 0 ;
}

/* ===================================================
   7. えみちゃんサイズ専用！オリジナルSTEPリスト（極細破線）＆赤丸数字
   =================================================== */
ol.custom-step-list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    counter-reset: step-counter;
}

ol.custom-step-list > li {
    position: relative;
    padding-left: 70px;
    padding-bottom: 40px;
    margin-bottom: 0;
}

ol.custom-step-list > li::before {
    counter-increment: step-counter;
    content: "STEP\A " counter(step-counter);
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    font-size: 11px;
    line-height: 1.2;
    background-color: #91a769;
    color: #ffffff;
    border-radius: 50%;
    font-weight: bold;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: pre-line;
}

ol.custom-step-list > li::after {
    content: "";
    position: absolute;
    left: 22px; 
    top: 50px;
    bottom: -10px;
    width: 1px;
    background-image: linear-gradient(to bottom, #cccccc 50%, rgba(255,255,255,0) 50%);
    background-size: 1px 4px;
    background-repeat: repeat-y;
    z-index: 1;
}

ol.custom-step-list > li:last-child::after {
    display: none;
}
ol.custom-step-list > li:last-child {
    padding-bottom: 0;
}

/* 2026-07-11（色追加）共通のスタイル（赤・緑・青すべてに適用） */
.step-num-red,
.step-num-green,
.step-num-blue {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 50%;
    margin: 0 4px;
    vertical-align: middle;
}

/* ここから下に、それぞれの「色」だけを個別に指定！ */
.step-num-red {
    background-color: #e53935;
}

.step-num-green {
    background-color: #1db333;
}

.step-num-blue {
    background-color: #0d6cbf;
}
/* ====================================
   2026-06-05 新設：スマホの右下 reCAPTCHAバッジを非表示にする
   ==================================== */
.grecaptcha-badge {
    visibility: hidden;
}
/* ==========================================================================
   2026-06-06 英語・日本語切り替えボタン用・ミニマルデザイン（本家完全版）
   ========================================================================== */
.global-lang-link-box {
    text-align: right;          /* 右寄せにして主張を抑える */
    margin: 10px 0;             /* 上下の余白 */
    background: none;           /* 背景のグレーのボックスを消滅させる */
    border: none;               /* 枠線も完全に消滅させる */
    padding: 0;                 /* 内側の余白もなし */
}

/* ボックス内の文字設定 */
.global-lang-link-box p {
    margin: 0;
    font-size: 0.8em;          /* 文字を少し小さくして上品に */
    color: #666;                /* 落ち着いたグレー */
    display: inline-block;      /* 背景をつけるための設定 */
    background: #f7f7f7;        /* るなさん風の薄いグレーの背景 */
    padding: 2px 10px;          /* 文字の周りの程よい余白 */
    border-radius: 4px;         /* ほんの少しだけ角を丸く */
    border: 1px solid #eee;     /* 目立たない薄い枠線 */
}

/* リンク文字設定（下線を消して色をなじませる） */
.global-lang-link-box a {
    font-weight: normal;        /* 太字をやめてスタイリッシュに */
    color: #0066cc;             /* 綺麗なブルー */
    text-decoration: none;      /* 頑固な下線を完全に抹殺！ */
}

/* マウスを乗せた（ホバー）時 */
.global-lang-link-box a:hover {
    text-decoration: underline; /* ホバー時だけ優しく下線を出す */
    opacity: 0.8;
}
/* 2026-06-22 自動表示のアイキャッチ画像に薄い影と外枠をつける（影で表現） */
.eye-catch img {
    box-shadow: 0 0 0 1px #ccc, 0 2px 5px rgba(0, 0, 0, 0.1);
}
/* -----------------------------------------
 * new漆黒スリム：黒枠（CODE）完全同化アコーディオン
 * ----------------------------------------- */
.custom-accordion {
    width: 100%;
    margin: 20px 0;
}

/* =========================================
 * 1. ボタン全体のデザイン（スリムさ・文字サイズ）
 * ========================================= */
.custom-accordion dt {
    /* 🔴【縦のスリムさ調整】前後の数値をいじると縦幅が変わります（現在は上下 7px / 左右 16px） */
    padding: 7px 16px; 
    
    /* 🔴【文字サイズ調整】「コードを見る」の文字の大きさを変更できます */
    font-size: 1rem; 
    
    cursor: pointer;
    color: #fff;
    background-color: #000000;
    border: 1px solid #444444;
    border-radius: 4px 4px 0 0;
    display: flex;
    align-items: center;
    transition: background 0.2s ease;
}

/* マウスを乗せた時 */
.custom-accordion dt:hover {
    background-color: #444444;
}

/* =========================================
 * 2. アイコン（閉じてる時・プラス）のデザイン
 * ========================================= */
.custom-accordion dt::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0fe"; /* 四角プラス */
    
    /* 🔴【アイコンと文字の隙間】右側の文字との距離を調整できます */
    margin-right: 10px; 
    
    /* 🔴【アイコンのサイズ調整】ここを大きくしたり小さくしたりして文字と揃えます */
    font-size: 1rem; 
    
    /* 🔴【中心軸の固定】アイコンの縦の中心を文字と完璧に合わせるおまじない */
    line-height: 1; 
    color: #fff;
}
.custom-accordion dt::after {
    content: "コードを見る";
}

/* =========================================
 * 3. アイコン（開いてる時・マイナス）のデザイン
 * ========================================= */
.custom-accordion dt.active {
    border-bottom: none;
    background-color: #000000;
}
.custom-accordion dt.active::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f146"; /* 四角マイナス */
    
    /* 🔴【重要】開いた時のアイコンサイズも、上の通常時（2番）と「同じ数値」に揃えてな！ */
    font-size: 1rem; 
    
    line-height: 1;
    color: #fff;
}
.custom-accordion dt.active::after {
    content: "コードを閉じる";
}

/* =========================================
 * 4. 中身の箱（黒枠CODEとの合体エリア）
 * ========================================= */
.custom-accordion dd {
    display: none;
    margin: 0;
    padding: 0;
    background: #2f2f2f;
    border: 1px solid #444444;
    border-top: none;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

/* 中のCocoon標準コード枠の余白（一体化のための強制リセット ➔ 1行目の見切れを完璧に防止！） */
.custom-accordion dd pre.wp-block-code,
.custom-accordion dd pre {
    position: relative !important;
    margin: 0 !important;
    padding: 24px 12px 12px 12px !important; /* 🔴上の余白だけ【24px】に広げて「CODE」ラベルと1行目の文字が重なるのを防ぎます！ */
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
/* 2026-07-06/===================================================
   8. 旧Luxe資産 復活サルベージCSS（完全版）
   =================================================== */
/* 2026-08-05 /* ==========================================================
   自作ボックスからCocoonの標準アイコン（iマーク）を完全消滅させるハック
   ======================================================================== */

/* 1. インスペクターに見えている Cocoon独自の擬似要素をIDの鎖で確実にシャットアウト */
#container #content #main .article .info-box.information::before {
  content: none;               /* iマーク（\f05a）を完全消滅させる命令 */
  display: none;               /* 表示エリア自体を跡形もなく消去 */
}

/* 2. アイコンが消えたことで左側に不自然に空いてしまう34pxの隙間を品よくリセット */
#container #content #main .article .info-box.information {
  padding-left: 20px;          /* 左側の内側余白を、右側（20px）と完璧に揃えて美しい左右対称に */
}


/* 1. インフォボックス（水色枠・ピンク枠の案内ボックス） */
.info-box.information {
    background-color: rgba(108, 166, 205, 0.08); /* Cocoonに馴染む薄い水色 */
    border: 1px solid #6ca6cd;
    border-radius: 4px;
    margin: 15px 0 25px;
    padding: 10px 20px; /* パディングを適正サイズに調整 */
    font-size: 0.97em;   /* 文字サイズを全体より一回り小さく設定 */
    line-height: 1.8;   /* 小さくなった文字に合わせて行間を適正に詰める */
}
.info-box.notice {
    background-color: rgba(251, 240, 208, 0.15); /* 薄い桜・ピンクベージュ */
    border: 1px solid #daa496;
    border-radius: 4px;
    margin: 15px 0 25px;
    padding: 15px 20px;
    font-size: 0.97em;   /* 文字サイズを全体より一回り小さく設定 */
    line-height: 1.8;   /* 小さくなった文字に合わせて行間を適正に詰める */
}

/* 2. リスト装飾（丸数字リスト：青・緑・赤） */
ol.circle_b, ol.circle_g, ol.circle_r {
    counter-reset: li;
    padding-left: 0 !important; /* ボックス内での不要な左パディングを完全に排除 */
    margin: 0 !important;        /* ボックスを押し広げる不要な上下余白をリセット */
}
ol.circle_b li, ol.circle_g li, ol.circle_r li {
    list-style: none !important; /* Cocoonの標準中黒を強制排除 */
    position: relative;
    padding-left: 1.8rem; 
    line-height: 1.8rem;
    margin-bottom: 8px;
}
ol.circle_b li:last-child, ol.circle_g li:last-child, ol.circle_r li:last-child {
    margin-bottom: 0;            /* 最後の項目の下マージンを消して、ボックス内の上下のバランスを均等に */
}
ol.circle_b li::before, ol.circle_g li::before, ol.circle_r li::before {
    counter-increment: li;
    content: counter(li);
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    position: absolute;
    left: 0.2rem;
    top: 50%;
    transform: translateY(-50%); /* 数字の縦軸を完璧に中央揃え */
    font-family: 'Arial', sans-serif;
    font-size: 11px;
    font-weight: bold;
}
ol.circle_b li::before { background: #1e73be; } /* 青丸 */
ol.circle_g li::before { background: green; }   /* 緑丸 */
ol.circle_r li::before { background: #e42527; } /* 赤丸 */

/* 3. 特殊な囲み枠（青・赤・オレンジのタイトル付き枠） */
.ecs-box, .red-box, .orange-box {
    position: relative;
    margin: 25px auto 20px;
    padding: 20px;
    border-radius: 5px;
    background-color: #ffffff;
}
.ecs-box-title, .red-box-title, .orange-box-title {
    position: absolute;
    padding: 0 10px;
    left: 15px;
    top: -12px;
    font-weight: bold;
    background-color: #ffffff; /* 枠線を綺麗にくり抜く白背景 */
    font-size: 110%;
}
.ecs-box { border: 2px solid #1e73be; }
.ecs-box-title { color: #1e73be; }
.red-box { border: 2px solid #e42527; }
.red-box-title { color: #e42527; }
.orange-box { border: 2px solid #ea5506; }
.orange-box-title { color: #ea5506; }

/* 4. 文字装飾（ドット下線・蛍光マーカー・汎用色） */
.dotn {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-color: #0068b7;
    font-weight: bold;
}
.marker {
    background-color: #ffff00;
    padding: 0 2px;
    border-radius: 3px;
}
.pink_line {
    background: linear-gradient(transparent 60%, #ffc0cb 40%);
}
.yellow_line {
    background: linear-gradient(transparent 60%, #febb00 40%);
}
.green { color: #008000; }
.red { color: #ff0000; }
.blue { color: #217db9; }

/* 5. 過去記事文字サイズ適正化（巨大化暴走ストッパー） */
span.x2 {
    font-size: 1.2em !important; /* Cocoonの2倍指定を打ち消し、旧Luxe時代の1.2倍に強制固定 */
    display: inline !important;  /* 改行されずに文字の中に綺麗に収まるように設定 */
}
span.x3 {
    font-size: 1.5em !important; /* Cocoonの2.5倍指定を打ち消し、旧Luxe時代の1.5倍に強制固定 */
    display: inline !important;  /* 綺麗に文章の中に収まるように設定 */
}

/* 6. 記事バージョン情報（グレー・緑枠） */
.ver3 {
    box-sizing: border-box;
    border: 2px solid green;
    border-radius: 5px;
    padding: 3px 10px;
    color: green;
    text-align: center;
    display: inline-block; /* 横幅を文字に合わせる */
    font-weight: bold;
}
/* 2026-07-06/* ==========================================================================
   カスタム投稿 luxe 専用：本文内画像の一括囲み枠（ボーダー効果）を完全に無効化
   ========================================================================= */

/* まるっと。Luxeの単一記事ページで、画像タグ単体（.alignnone等）に直接かかっている線をリセット */
.single-luxe .entry-content .alignnone,
.single-luxe .entry-content .alignleft,
.single-luxe .entry-content .alignright,
.single-luxe .entry-content .aligncenter,
.single-luxe .entry-content img {
    border: 0;
    box-shadow: none;
    padding: 0;
    background: none;
}
/* 2026-07-07 Cocoon設定で作ったボタンを、さらにオシャレに仕上げる最低限のCSS */
#go-to-top .go-to-top-button {
  width: 60px;                   /* ほんのり大きめの60pxに変更 */
  height: 60px;                  /* ほんのり大きめの60pxに変更 */
  line-height: 60px;             /* 縦幅に合わせて中央に配置 */
  font-size: 32px;               /* 矢印の大きさもバランスよく調整 */
  border-radius: 50% ;           
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) ; 
  transition: all 0.3s ease ;    
}

/* マウスを乗せたときの浮き上がりアニメーション */
#go-to-top .go-to-top-button:hover {
  transform: translateY(-4px) ;  
}
/* 2026-07-11 ==========================================================================
   サイドバー：ボックスメニューのアイコン＆ホバー影カラー変更（肉厚版）
   ========================================================================= */

/* 通常時のアイコンの色を変更する（スチールブルー） */
.box-menu-icon {
    color: #4682b4;
}

/* 【これや！】ホバー時の線を2pxに太くして、元のオレンジと同じ美しい厚みを再現！ */
.box-menu:hover {
    box-shadow: inset 2px 2px 0 0 #4682b4, 2px 2px 0 0 #4682b4, 2px 0 0 0 #4682b4;
}
/*2026-07-11 ==========================================================================
   サイドバー：新着コメント（最新のコメント）フォントサイズ＆カラー調整
   ========================================================================= */

/* 名前と日付エリア：サイズを小さくして、色は上品な黒で固定 */
.recent-comment-author, 
.recent-comment-info {
    font-size: 0.9em;
    color: #333333;
}

/* 記事タイトルエリア：サイズをさらに一回り小さく（色は元のメタリックブルーをキープ） */
.recent-comment-article {
    font-size: 0.8em;
	color:#4682b4;
}
.recent-comment-content,
.recent-comment-date {
  font-size: 0.85em;
  border-radius: 8px;
}
/* ==========================================================================
   本文内限定：連番リスト（ol）斜体ドット数字カスタマイズ（目次・STEP・丸数字リストは完全除外）
   ========================================================================== */

/* 1. 目次、STEP、そして旧Luxeの丸数字リストには絶対に干渉しないように徹底除外 */
.entry-content > ol:not(.custom-step-list):not(.circle_b):not(.circle_g):not(.circle_r),
.entry-content div:not([class*="toc"]):not(.toc) > ol:not(.custom-step-list):not(.circle_b):not(.circle_g):not(.circle_r) {
    counter-reset: li;
    list-style: none; /* 本文のデフォルト数字だけを消去 */
    padding-left: 0;
}

.entry-content > ol:not(.custom-step-list):not(.circle_b):not(.circle_g):not(.circle_r) > li,
.entry-content div:not([class*="toc"]):not(.toc) > ol:not(.custom-step-list):not(.circle_b):not(.circle_g):not(.circle_r) > li {
    position: relative;
    padding-left: 1.8em;  /* 数字と本文の間のスキマ */
    line-height: 1.6;
    margin-bottom: 0.5em;
}

/* 2. 本文内の通常liだけにオシャレな斜体ドット数字を生成 */
.entry-content > ol:not(.custom-step-list):not(.circle_b):not(.circle_g):not(.circle_r) > li::before,
.entry-content div:not([class*="toc"]):not(.toc) > ol:not(.custom-step-list):not(.circle_b):not(.circle_g):not(.circle_r) > li::before {
    counter-increment: li;
    content: counter(li) ".";
    color: #333333;
    position: absolute;
    left: 0;
    top: 0;
    font-style: italic;
    font-size: 1.1em;
    font-weight: strong;
    text-align: right;
    width: 1.2em;
}

/* 3. 目次（.toc）の中のolとliは、Cocoonデフォルトの数字表示スタイルを完全維持 */
.entry-content .toc ol,
.entry-content [class*="toc"] ol {
    list-style: decimal; /* 目次の中はブラウザ標準の1.2.3.の数字を強制復活！ */
    padding-left: 20px;  /* Cocoon本来のインデントを維持 */
}

.entry-content .toc ol li,
.entry-content [class*="toc"] ol li {
    position: static;
    padding-left: 0;
}


/* ==========================================================================
   旧Luxe資産 復活サルベージ：丸数字リスト（青・緑・赤）スマート清書版
   ========================================================================== */

/* 1. リスト全体の余白調整（セレクタを具体的にして!importantを全消し） */
#main .entry-content ol.circle_b, 
#main .entry-content ol.circle_g, 
#main .entry-content ol.circle_r {
    counter-reset: li;
    padding-left: 0;
    margin: 0;
}

#main .entry-content ol.circle_b li, 
#main .entry-content ol.circle_g li, 
#main .entry-content ol.circle_r li {
    list-style: none; /* 標準の中黒を排除 */
    position: relative;
    padding-left: 2.3rem; 
    line-height: 2.2rem;
    margin-bottom: 8px;
}

#main .entry-content ol.circle_b li:last-child, 
#main .entry-content ol.circle_g li:last-child, 
#main .entry-content ol.circle_r li:last-child {
    margin-bottom: 0;
}

/* 2. 丸数字の見た目と配置（!importantを使わずにCocoonの上書きに勝つ指定） */
#main .entry-content div:not(.toc) > ol.circle_b > li::before,
#main .entry-content div:not(.toc) > ol.circle_g > li::before,
#main .entry-content div:not(.toc) > ol.circle_r > li::before {
    counter-increment: li;
    content: counter(li);
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    
    /* サイズ設定 */
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    
    /* 余白リセット */
    padding: 0;
    margin: 0;
    
    /* 位置合わせ */
    position: absolute;
    left: 0.2rem;
    top: 50%;
    transform: translateY(-50%);

    /* フォント設定：太字（bold）を廃止してすっきり通常（normal）に */
    font-family: 'Arial', sans-serif;
    font-size: 0.75em;
    font-weight: normal; /* 👈 太字をやめて、通常の細さにしました！ */
    font-style: normal;  /* 斜体化もきっちり防衛 */
}

/* 3. 各カラーの背景色指定（!importantはここだけ保険で残すか、完全になくしてもいけるで！） */
#main .entry-content ol.circle_b li::before { background: #1e73be; } /* 青丸 */
#main .entry-content ol.circle_g li::before { background: green; }   /* 緑丸 */
#main .entry-content ol.circle_r li::before { background: #e42527; } /* 赤丸 */

/* 2026-07-13 ボックスカスタマイズ*/
	.blank-box {
	border-width:2px;
	}
	.blank-box.bb-red {
  	border-color: #f25125;
	}
.primary-box {
  background-color: #666464;
  color: #fff;
}
/* 固定ページのアイキャッチ画像の上に余白を作る */
.page .eye-catch-wrap {
  margin-top: 20px;
}
/* 2026-07-22 CODEラベルの下線を強制削除 */
pre.wp-block-code::before, pre[class*="language-"]::before, .entry-content pre::before {
  border-bottom: none;
}
/* ==========================================================================
   究極確定版：行番号なし専用・最上段ヘッダー（Gemini風）完全固定プラン
   ========================================================================== */

/* 1. 親要素（pre）：全体の黒い箱 */
pre.wp-block-code,
pre[class*="language-"],
.entry-content pre {
  position: relative;
  padding: 0;        /* 無駄な余白を一度すべて綺麗にリセット */
  padding-top: 38px; /* ★最上段にヘッダー（帯）の絶対安全な領域を確保！ */
  margin-top: 25px;  /* 上の文章との隙間をちょうどいい美しさに調整 */
  border-radius: 4px;           /* えみちゃんの黄金比率4px！ */
  overflow: hidden;  /* ★ヘッダーの角丸を箱の4pxに綺麗に同化させる魔法 */
  box-sizing: border-box;
}

/* 2. 最上段のヘッダー領域（黒い帯）をCSSで自動生成 */
pre.wp-block-code::before,
pre[class*="language-"]::before,
.entry-content pre::before {
  content: "CODE";              /* 左上に表示する文字 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 38px;                 /* ヘッダーの高さ */
  background-color: #000000;    /* ★えみちゃんが見つけた親和性バツグンの神カラー！ */
  color: #888888;               /* 文字の色 */
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 16px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  z-index: 5;
}

/* 3. 中身の文字（code）だけを下の領域で安全に横スクロールさせる */
pre.wp-block-code code,
pre[class*="language-"] code,
.entry-content pre code {
  display: block;
  overflow-x: auto;  /* 文字コードだけをこの中でスイスイ横スクロール！ */
  padding: 18px 24px; /* ★ここを修正！上下18px・左右24pxの極上ゆとり余白に進化！ */
  box-sizing: border-box;
}

/* 4. コピーボタンのベーススタイル（ヘッダー右端の特等席に完全固定！） */
.custom-copy-btn {
  position: absolute;
  top: 3px;                     /* ヘッダーの上下中央にピタッと配置 */
  right: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaaaaa;
  background-color: transparent;
  border: none;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s, color 0.2s;
  z-index: 10;                  /* ヘッダーの最前面に固定 */
  padding: 0;
}

/* ホバー時の演出 */
.custom-copy-btn:hover {
  opacity: 1;
  color: #ffffff;
}

/* コピー完了時のスタイル */
.custom-copy-btn.copied {
  color: #2ecc71;
}
/* 2026-06-25 コードブロック内のフォントサイズを元のサイズから約1割小さく調整 */
.entry-content pre,
.entry-content pre code {
  font-size: 0.9em;
}
/* 2026-07-01 サイトタイトルの前にアイコンを表示（バックスラッシュ不使用版） */
.logo-header a span::before {
    font-family: "Font Awesome 5 Free";
    content: ""; /* ←ここに user-cog の実体データを貼り付けます */
    font-weight: 900;  
    margin-right: 8px; 
    color: #333333;    
}
/*2026-06-26 トリセツ内のスクショ画像の上の隙間を半行空ける調整*/
.blank-box img.alignnone {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  display: inline-block;
  vertical-align: top;
}

/* 2026-08-01 ==========================================
 * カテゴリー一覧：2列カードのタイトル行数を3行に固定
 * ========================================== */
.entry-card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* ここで「3行」に指定しています */
    overflow: hidden;
    
    /* 高さを固定して左右のズレを完璧に防ぐ */
    height: 4.8em; /* 1行の高さ(line-height)×3行分の計算値 */
    line-height: 1.4; /* 行間のゆとり */
    margin-bottom: 8px; /* 下のスニペット（説明文）との余白 */
}

/* スマホ表示でも崩れないように微調整（必要に応じて） */
@media screen and (max-width: 480px) {
    .entry-card-title {
        -webkit-line-clamp: 3;
        height: 4.8em;
    }
}
/* 2026-08-01 ==========================================================================
   日本語館サイドバー新着混在リスト [auto_new_list] スタイル
   ========================================================================== */
.mc-recent-posts-widget .entry-card-wrap { 
    text-decoration: none; 
    color: #333; 
    font-weight: normal; 
    display: block;
    padding: 8px 0;               /* 上下のパディングを均等に調整 */
    border-bottom: 1px dotted #ccc; /* 薄い点線の区切り線 */
}
.mc-recent-posts-widget .entry-card-wrap:last-child {
    border-bottom: none;
}
.mc-recent-posts-widget .widget-entry-card {
    margin: 0;                    /* Cocoon標準の下側マージンをリセット */
}
.mc-recent-posts-widget .entry-card-content {
    padding-bottom: 0;           /* 下部の余白をゼロにリセット */
}
.mc-recent-posts-widget .entry-card-title { 
    font-weight: normal;         /* 太字にしない */
    color: #333;                  /* 落ち着いた黒文字 */
    font-size: 14px; 
    line-height: 1.5; 
    margin-bottom: 4px; 
}
.mc-recent-posts-widget .entry-card-wrap:hover .entry-card-title {
    color: #2098d1;              /* ホバー時に青色に変化 */
}
.mc-recent-posts-widget .entry-card-date { 
    font-size: 11px; 
    color: #777; 
    display: flex; 
    align-items: center; 
    gap: 4px; 
    margin-top: 6px; 
    margin-bottom: 0;            /* 日付の下余白をゼロにする */
}
.mc-recent-posts-widget .entry-card-date::before { 
    font-family: "Font Awesome 5 Free"; 
    content: "\f017";            /* 時計アイコン */
    font-weight: 400; 
}
/* ==========================================================================
   サイドバー：新着混在リスト [auto_new_list] アイキャッチ画像枠線カスタマイズ
   ========================================================================== */
.widget-entry-cards .widget-entry-card-thumb img,
.widget-entry-cards .card-thumb img {
  	border:2px solid #fff; /* 繊細で上品なグレーの枠線 */
  	border-radius: 2px;        /* ほんのり角丸にして優しさをプラス */
  	box-sizing: border-box;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.10);
}
/* ===================================================
   2026-08-05 ここから下はデモサイトでカスタマイズした内容
   =================================================== */
/* ==========================================
   サイトタイトルのフォント＆カラー設定（モバイル対応版）
   ========================================== */
body .site-name-text,
body .site-logo-text,
body .logo-menu-button,
body .logo-menu-button a,
body .logo-menu-button .logo-text,
body .mobile-menu-buttons .logo-menu-button,
body .mobile-menu-buttons .logo-menu-button a {
  /* 英字には Montserrat、日本語には Zen 丸ゴシック */
  font-family: "Montserrat", "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 19px; 
  letter-spacing: 0; 
  line-height: 1.3;
  /* 文字色をブランドカラーに変更 */
  color: #349f87;
}
/* ==========================================
   画像ウィジェットを中央寄せ（優先度強化版）
   ========================================== */
body .widget_media_image,
body #sidebar .widget_media_image {
  text-align: center;
}

body .widget_media_image img,
body #sidebar .widget_media_image img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* ==========================================
   2. Cocoonボックスメニューを隙間つき角丸カード化（完全版・レスポンシブ対応）
   ========================================== */
/* 全体枠の囲み線と背景を消してGrid化 */
body .box-menus {
  border: none;
  background-color: transparent;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列並び */
  gap: 12px; /* 箱同士の縦横の隙間 */
  padding: 0;
}

/* 個々のボックス（各カード）の幅を100%にしてデザイン適用 */
body .box-menus .box-menu,
body .nwa .box-menu {
  width: 100%;               /* 50%を上書きして100%に広げる */
  background-color: #ffffff; /* 白背景 */
  border: 1px solid #e2e8f0;  /* うっすら優しい枠線 */
  border-radius: 16px;        /* 角丸 */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); /* ふんわり影 */
  transition: all 0.2s ease;
  box-sizing: border-box;
}

/* 中のリンクタグが縮まないように調整 */
body .box-menu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 15px 8px;
  box-sizing: border-box;
}

/* ホバー時のデザイン */
body .box-menu:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(70, 130, 180, 0.2);
  border-color: #349f87;
}

/* 通常時のアイコンカラー */
body .box-menu-icon {
  color: #349f87;
}
/* 2026-008-03 ======================================
   メインコンテンツとサイドバーの背景・影・枠線を解除
   ================================================== */
#content #main,
#content #main .article,
#content #sidebar,
#content #sidebar .widget,
#content #sidebar .sidebar-menu-content {
  background-color: #f8f8f3;
}

/* ==================================================
   個別投稿ページ（※ブログ記事のみ）の器を極薄カラーへハック
   ================================================== */

/* 1. 投稿ページ（ body.single-post ）の時だけを狙い撃ちし、背景色と立体感を適用 */
body.single-post #container #content #main article.article {
  background-color: #fcfcf9;   /* 全体の #f8f8f3 より、ほんの少し明るい極上のシルキーホワイト */
  padding: 50px 40px;          /* 記事本文のまわりにクリニック風の贅沢な内側余白を確保 */
  border-radius: 12px;         /* ふわっとした優しい角丸 */
  box-shadow: 0 12px 40px rgba(168, 177, 184, 0.06); /* よーく見ないと気づかないレベルの極薄のくすみ影 */
  border: none;                /* Cocoon標準の余計な枠線を完全撤廃 */
}

/* 2. 【レスポンシブ】スマホ表示時は余白を一回り上品にスマートに調整 */
@media screen and (max-width: 834px) {
  body.single-post #container #content #main article.article {
    padding: 30px 20px;        /* スマホ時は余白を一回り上品に縮小 */
  }
}



/* 2026-008-03 ======================================
   ヘッダーのサイトタイトル（テキスト）を非表示
   ================================================== */
#header .logo-header {
  display: none;
}
/* 2026-008-04 ==============================
   スマホのサイドバーメニューを左から右に表示
   ========================================== */
.sidebar-menu-content {
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  right: auto;
  left: 0;
}
/* モバイルヘッダーのサイドバーボタンをアイコンのみ・大きく中央寄せにする */
.mobile-menu-buttons .menu-button-in .caption-none,
.mobile-menu-buttons .menu-button-in .option-menu-a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* テキスト部分の余白を消してアイコンを大きくする */
.mobile-menu-buttons .menu-button-in .menu-icon {
  font-size: 26px; /* アイコンの大きさ（お好みで調整OK） */
  margin-bottom: 0;
}
/* モバイルサイドバー閉じるボタン*/
.menu-close-button {
	font-size: 1.5em;
}
/* ==================================================
   【インテリジェンス版・統合決定版】H2見出し：巨大数字自動ナンバリング
   ================================================== */

/* 1. 記事本文を包む最上位の枠（.article）で、キャプテン専用の数字カウントを始動 */
#container #content #main .article {
  counter-reset: stmn-h2-counter;
}

/* 2. H2見出し本体：★キャプテンの設定をベースに、元の硬い border-bottom を消去 */
#container #content #main .article h2 {
  position: relative;
  font-size: 20px;
  color: #333333;
  font-weight: 600;            /* キャプテンこだわりのウェイト */
  background: transparent;     
  border: none;                
  box-shadow: none;            
  padding: 45px 0 15px 10px;      
  margin: 60px 0 30px 0;
  letter-spacing: 0.05em;
  
  /* border-bottom: 2px solid #e2e7ea; */ /* ★元の硬い下線を消し去り、位置調整型（4）へバトンタッチ */
}

/* 3. 背後に浮かび上がる「01」の巨大数字：★キャプテンの黄金比（76px / top:10px）を100%死守 */
#container #content #main .article h2::before {
  counter-increment: stmn-h2-counter;
  content: counter(stmn-h2-counter, decimal-leading-zero);
  
  font-family: 'Montserrat', sans-serif;
  font-size: 76px;             /* キャプテンの黄金サイズ */
  font-weight: 600;
  font-style: italic;          /* 美しい斜体 */
  color: #d7dfc9;
  
  position: absolute;
  left: 0;
  top: 10px;                   /* キャプテンが追い込んだジャストな位置 */
  
  z-index: 1;                  /* レイヤー1：一番奥に配置 */
  line-height: 1;
  display: block;
}

/* 4. ★新設コックピット：数字を消さずに、位置を自由に上に上げられる最新下線 */
#container #content #main .article h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;                    /* 横幅いっぱいにスッと線を引く */
  height: 2px;                 /* 下線の太さ（2px） */
  background-color: #d7dfc9;   /* 下線の色 */
  
  /* ★最重要：下線だけを上に持ち上げる調整ツボ */
  /* 通常は「0」ですが、このプラス数値を大きくするほど、下線だけが文字（上方向）へググッと近づきます */
  bottom: 2px;                 /* まずは「6px」持ち上げた美しい位置にセットしました */
  
  z-index: 2;                  /* レイヤー2：巨大数字（z-index:1）の手前に重ねて共存を死守 */
  display: block;
}

/* 5. 巨大数字や下線の後ろに文字が隠れてしまわないよう、文字自体の階層を最前面に引き上げる */
#container #content #main .article h2 span,
#container #content #main .article h2 a {
  position: relative;
  z-index: 3;                  /* レイヤー3：最前面 */
}


/* ==================================================
   H3見出し：全体の世界観に合わせたシンプルで繊細なデザイン
   ================================================== */
/* 1. 見出し本体：borderの線をすべて消し去り、擬似要素が入る隙間を調律 */
#container #content #main .article h3 {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  position: relative;          /* 擬似要素の線を配置するための基準点 */
  padding: 2px 0 2px 20px;     /* ★重要：上下の余白を詰め、左側に線の入る美しい隙間を確保 */
  margin: 40px 0 20px 0;
  background: transparent;
  border: none;                /* 元の硬い直線を完全に消し去る */
}

/* 2. ★ここが魔法のコックピット：上下が真ん丸になる優しい縦線 */
#container #content #main .article h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;                   /* 見出しの文字の高さ（上下）にピタッと自動追従 */
  width: 6px;                  /* キャプテンこだわりの「6px」の太さを死守 */
  background-color: #91a769;   /* くすみブルーグレー */
  
  /* ★最重要：上下の角を完璧な「真ん丸」に削り出す魔法 */
  border-radius: 3px;          /* 横幅（6px）の半分の数値を指定することで完全な半円になります */
  
  display: block;
}
/* ==================================================
   箇条書きリスト（ul）：ポッチのカラー化 ＆ 贅沢な余白ハック
   ================================================== */
/* 1. リスト全体の階層と余白の調律 */
#container #content #main .article ul {
  list-style: none;            /* Cocoon標準の黒い・を完全に消し去る */
  padding-left: 0;             /* 左側の無駄な標準余白をリセット */
  margin: 25px 0;              /* 上下のコンテンツとの美しいディスタンス */
}

/* 2. リスト項目（li）本体の余白調整 */
#container #content #main .article ul li {
  position: relative;
  padding-left: 18px;          /* 新しいポッチ（・）が入るための美しい字下げ隙間 */
  margin-bottom: 12px;         /* 箇条書き同士が詰まって見えないための贅沢な隙間 */
  line-height: 1.7;            /* トリセツとして最も読みやすい絶妙な行間 */
  color: #333333;              /* 本文の文字色 */
}

/* 3. ★ここが魔法のコックピット：まるっと。のキーカラーのポッチ（・） */
#container #content #main .article ul li::before {
  content: "";
  position: absolute;
  left: 3px;                   /* 文字から程よく離れた左側のベストポジション */
  top: 0.55em;                 /* 文字の1行目の高さのド真ん中に自動追従する黄金比 */
  width: 6px;                  /* ポッチの横幅 */
  height: 6px;                 /* ポッチの縦幅 */
  background-color: #91a769;   /* ★まるっと。の美しいキーカラー（深緑） */
  border-radius: 50%;          /* カチッとした四角を完璧な「真ん丸」に削り出す魔法 */
  display: block;
}
/* ===================================================
   2026-08-05 ここから下はスキン海松茶のスタイル
   =================================================== */
/************************************
** プロフィール
************************************/
.author-box {
	margin-top: 3em;
	position: relative;
	border: 1px solid #bfbab2;
	border-radius: 0;
	background-color: #f9f8f8;
}
.author-box p {
	margin: 0.3em 0 1em;
}
.author-box .author-name a {
	color: #5a544b;
	text-decoration: none;
}
.author-box .author-description {
	margin: 0.5em 0;
	font-size: 0.95em;
}
.author-box .sns-follow-buttons a.follow-button {
	width: 24px !important;
	height: 24px;
	border: none;
	border-radius: 50%;
	background-color: #4c473f;
	color: #fff;
	font-size: 20px !important;
}
.author-box .sns-follow-buttons a.follow-button:hover {
	background-color: #5a544b;
}

.author-thumb {
	width: 80px;
}

.main .author-content,
.footer .author-content {
	margin-left: 100px;
}
.main .author-widget-name,
.footer .author-widget-name {
	display: inline-block;
	position: absolute;
	top: -25px;
	left: -1px;
	height: 25px;
	padding: 0 14px;
	background: #a8a196;
	color: #fff;
	font-size: 14px;
	vertical-align: middle;
	line-height: 25px;
}

.nwa .author-box {
	max-width: 100%;
}
.nwa .author-box .sns-follow-buttons a.follow-button {
	font-size: 18px !important;
}
/************************************
** グローバルメニュー（中央から伸びる下線ハック）
************************************/
.navi-in > ul .sub-menu {
	background-color: rgba(214, 211, 206, 0.9);
}
.navi-in > ul .sub-menu a:hover {
	background-color: rgba(191, 186, 178, 0.9);
}

/* 1. ナビゲーションの文字設定（基準点 position: relative を追加） */
.navi-in a {
	font-size: 14px;
	position: relative;          /* 下線の位置を固定するためのジャストな基準点 */
	text-decoration: none;
}

/* 2. マウスホバー時の背景色変化（キャプテンの設定を完全維持） */
.navi-in a:hover {
	background-color: #edecea;
}

/* 3. ★ここが魔法のコックピット：下線の「初期状態（幅ゼロ）」を仕込む */
.navi-in a::after {
	content: "";
	position: absolute;
	bottom: 8px;                 /* 下線を表示したい高さ（文字からのディスタンス）。お好みで調整してください */
	left: 50%;                   /* 線のスタート位置を「中央（50%）」にピン留め */
	width: 0;                    /* 初期状態は幅ゼロで完全に隠す */
	height: 1.4px;               /* 線の太さ（1.5pxの極細線が品よく映えます） */
	background-color: #a8b1b8;   /* クリニック杜の里風の美しいくすみブルーグレー */
	
	/* ★最重要：中央から左右に広がるための変形基準点とアニメーション時間 */
	transform: translateX(-50%); /* 自身の幅の半分だけ左に戻すことで完全な中央揃えにします */
	transition: width 0.35s ease-in-out; /* 0.35秒かけて滑らかに伸びる調律 */
}

/* 4. ★マウスが乗った瞬間（hover時）に、中央から幅100%へグワッと展開させる */
.navi-in a:hover::after {
	width: 80%;                  /* 文字の横幅に対して「80%」の長さまで品よく伸ばす（100%にすれば端まで届きます） */
}
/************************************
** 引用（blockquote）：Font Awesome 5 完全調律版
************************************/
#container #content #main .article blockquote {
	position: relative;          /* ★最重要：擬似要素のアイコンを絶対配置するための基準点を追加 */
	padding: 25px 30px 25px 55px; /* クリニック風：上下左右の余白を一回り贅沢に広げて優しさを演出 */
	border: 1px solid #bfbab2;   /* 左線だけでなく、四方を繊細な極細線で品よく囲む（お好みで左線のみ border-left にしてもOKです） */
	background-color: #f9f8f8;
	border-radius: 6px;          /* 女性らしいふわっとした優しい角丸 */
	margin: 30px 0;              /* 上下のコンテンツとの贅沢なディスタンス */
}

/* 左上の引用符アイコンの調律 */
#container #content #main .article blockquote::before {
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 18px;                  /* 余白を広げたのに合わせて位置を微調整 */
	color: #d1dadf;              /* ★まるっと。仕様：ただのグレーから、生成り床に馴染む美しい極薄くすみグレーへ */
	
	/* ★ここが修正の最大のツボです！ */
	font-family: "Font Awesome 5 Free"; /* Font Awesome 5 の正しいフォントファミリー名 */
	font-weight: 900;                   /* Font Awesome 5 Free でアイコンを表示するための必須の太さ指定 */
	
	font-size: 26px;             /* 主張しすぎない品の良いサイズ感に微調整 */
	line-height: 1;
	content: "\f10d";            /* 引用符のコード（そのままで大正解です！） */
}

#container #content #main .article blockquote::after {
	content: none;
}
/* ==================================================
   引用枠（blockquote）の中にあるリスト（ul/li）の余白引き締めハック
   ================================================== */

/* 1. 引用枠の中にいるulだけを狙い、下側の無駄なマージン（25px）を完全撤廃 */
#container #content #main .article blockquote ul {
  margin-top: 10px;            /* 上の【補足】という文字との間の品の良い隙間 */
  margin-bottom: 0;            /* ★最重要：下側の余白をゼロにして、足し算バグを完全シャットアウト */
}

/* 2. 引用枠の中にいる最後のリスト項目（li）の下隙間も品よく微調整 */
#container #content #main .article blockquote ul li:last-child {
  margin-bottom: 0;            /* 最後の項目の下マージンをゼロにして、引用枠本来のpaddingと美しく同期 */
}
/* ==================================================
   【完全自作型】はるみさん風：丸アイコンピン留めの洗練ボックス
   ================================================== */
/* 1. 外枠の箱：繊細な極細線と優しい丸角。上部パディングを均等に調律 */
#container #content #main .article .stmn-icon-box {
  position: relative;
  border: 1px solid #e2e7ea;    /* はるみさん風の繊細な極細くすみ線 */
  border-radius: 8px;          /* 女性らしいふわっとした優しい角丸 */
  background-color: #ffffff;   /* ボックス内を美しい純白に */
  padding: 40px 30px 25px 30px; /* 余白が広すぎない完璧な引き締めディスタンス */
  margin: 50px 0;
}

/* 2. ★最大のツボ：左上の角にピン留めされる「おしゃれな丸アイコンバッジ」 */
#container #content #main .article .stmn-icon-box .stmn-icon-badge {
  position: absolute;
  top: -16px;                  /* 枠線の真上にコロンと乗る絶妙な高さ */
  left: 16px;                  /* はるみさん風の左端からのジャストな配置 */
  width: 32px;                 /* 丸の横幅 */
  height: 32px;                /* 丸の縦幅 */
  background-color: #a8b1b8;   /* ★キャプテン愛用の美しいくすみブルーグレー */
  border-radius: 50%;          /* 完璧な「真ん丸」に削り出す魔法 */
  
  /* アイコンを丸枠のド真ん中に完璧に配置するFlexルール */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(168, 177, 184, 0.2); /* ほんのり品の良い影 */
}

/* 丸枠の中のペンアイコンの調律 */
#container #content #main .article .stmn-icon-box .stmn-icon-badge i {
  color: #ffffff;              /* ペンマークをパキッと白いインクに */
  font-size: 13px;             /* はるみさんのような品の良い極小サイズ */
}

/* 3. ボックス内の連番リスト（ol）の無駄な初期余白を完全消滅させるハック */
#container #content #main .article .stmn-icon-box ol.stmn-icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 4. リストの項目（li）：キャプテンご希望の破線（点線）と引き締まった縦隙間 */
#container #content #main .article .stmn-icon-box .stmn-icon-list > li {
  border-bottom: 1px dashed #e2e7ea; /* 繊細な極細の破線（点線） */
  padding: 0 0 15px 0;          /* 広すぎず詰まりすぎない美しい下余白 */
  margin: 0 0 20px 0;           /* 線と次の数字との間のディスタンス */
  font-size: 15px;
  color: #333333;
}

/* 5. 最後のリスト項目の破線だけを綺麗に引き算（上下対称の均等着地） */
#container #content #main .article .stmn-icon-box .stmn-icon-list > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* リスト内の説明文（pタグ）の字下げと美しい行間の調律 */
#container #content #main .article .stmn-icon-box .stmn-icon-list > li p {
  font-size: 13px;
  color: #666666;
  line-height: 1.7;            /* トリセツとして最も心地よい行高 */
  margin: 8px 0 0 0;           /* 親の太字タイトルからの隙間 */
  padding-left: 0;             /* 二重の字下げバグを完全にリセット */
}
