.p-product-block ul.__product li.__item a .__description dl.__price {
    font-size: .85em;
    margin: 0;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #eee;
}


.main.main--product-list section.__child ul li:last-child a{
padding-right:20px;
border-right: 1px solid #ccc;
}

.main.main--product-list section.__child ul li a {
    border: 1px solid #ccc;
    font-size: 16px;
    FONT-WEIGHT: 600;
    padding: 10px 20px;
    display: inline-block;
    margin-right: 15px;
    border-radius: 5px;
    background: #F0F0F0;
    color: #555;
}

.main.main--product-list section.__child ul li a:hover {
    background: #4C4C4C;
    border: 1px solid #4C4C4C;
    color: #feffff;
}


.__description hr {margin-top:20px; border-top-width:2px; !important;}

/* 商品説明文ここから */

        /* ---------------------------------------------------- */
        /* コンテナ内の要素にのみスタイルを適用するよう修正 */
        /* ---------------------------------------------------- */

        /* アクセントカラー定義: 濃いグレー */
        .__description .accent-color {
            color: #495057;
        }
        /* H3の縦線に新しい赤色を適用 */
        .__description .accent-border {
            border-color: #E60314; 
        }

        /* 新しいH2タイトル（メインタイトル）のスタイルを修正 */
        .__secondary .__description h2 {
            font-size: 28px; /* サイズを大きく */
            font-weight: bold; /* 太字 */
            color: #212529;
            /* アンダーバーを削除 */
            border-bottom: none; 
            padding-bottom: 5px; /* 下線がなくなった分パディングを減らす */
            margin-top: 20px; /* 下線に代わる強い区切り */
            margin-bottom: 20px; /* 下線に代わる強い区切り */
            text-align: center; /* 中央寄せにして目立たせるのも効果的 */
            position: relative;
        }
        
        /* H3要素（セクションタイトル）のスタイル */
        .__description h3 {
            font-size: 20px; /* H2よりも少し小さく */
            color: #212529;
            margin-top: 25px;
            /* H3の縦線に#E60314を適用 */
            border-left: 5px solid #E60314; 
            padding-left: 10px;
            line-height: 1.4;
        }
        
        .__description p, 
        .__description ul {
            font-size: 16px;
            line-height: 1.8;
            margin-top: 10px;
        }
        /* 強調スタイル */
        .__description .highlight {
            font-weight: bold;
            color: #212529; /* ほぼ黒で強調 */
            font-size: 1.05em;
        }
        .__description .section-note {
            background-color: #f0f0f0; /* 薄いグレーの背景色 */
            padding: 15px;
            border-radius: 5px;
            margin-top: 20px;
            font-size: 15px;
            border: 1px solid #ddd;
        }
 
/* 商品説明文ここまで */

.__block--free-1, .__block--free-2, .__block--free-3, .__content-home-top {
            padding:1em;
          }


.main--law h2 {
            border-bottom: 3px solid #007bff;
            padding-bottom: 5px;
            color: #007bff;
            margin-top: 30px;
        }
.main--law  h3 {
            background-color: #e9f0ff;
            padding: 10px;
            border-left: 5px solid #007bff;
            margin-top: 25px;
        }
.main--law .note {
            color: #dc3545;
            font-weight: bold;
            margin-bottom: 15px;
        }
.main--law ul {
            list-style: disc;
            padding-left: 20px;
        }
        .section-detail {
            margin-left: 20px;
            border-left: 2px dotted #ccc;
            padding-left: 15px;
        }
        .link-area {
            margin: 15px 0;
            font-weight: bold;
        }
        .receipt-info {
            background-color: #fff3cd;
            border: 1px solid #ffeeba;
            padding: 10px;
            margin: 15px 0;
        }
        .important {
            font-weight: bold;
        }

.aside section.__block.__block--category .__body ul.__tree li.__item a {
padding:1em 0;
}
.aside section.__block.__block--category .__body ul.__tree li.__item.__item--has-children span.__js-toggle {
    top: 10px;
    cursor: pointer;
}
.aside section.__block.__block--category .__body ul.__tree > li.__item.__item--has-children > span.__js-toggle {
    display: block;
}
 .aside section.__block.__block--category .__body ul.__tree > li.__item.__item--has-children > ul{
    display: none;
}
.__body ul.__tree li.__item.__item--has-children span.__js-toggle:before {
    background-color: rgb(222 222 222);
    border-radius: 32px;
}

.aside section.__block.__block--category .__body ul.__tree > li.__item{
    margin-top:0;
}