@charset "utf-8";

/* ========================================
   リセット・基本設定
======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-y: scroll;
    scroll-behavior: smooth;
}

body {
    background: #ffffff;
    font: normal 300 14px/1.5 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
    font-size: 1rem;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

a {
    color: #111;
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
}

strong {
    font-weight: bold;
}

ul, li {
    list-style: none;
    margin: 0;
}

/* ========================================
   基本テキストスタイル
======================================== */
p {
    font-size: 1rem;
    margin: 0 0 1em 0;
    line-height: 1.5;
    padding: 10px;
}

/* ========================================
   ページトップボタン
======================================== */
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#page_top {
    position: fixed;
    right: 10px;
    width: 55px;
    height: 55px;
    bottom: 5px;
    background: rgba(102, 102, 102, 0.5) no-repeat;
    z-index: 9998;
}

#page_top a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 25px;
    height: 25px;
    margin: auto;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f077';
    font-size: 25px;
    text-align: center;
}

/* ========================================
   ヘッダー
======================================== */
.small-header {
    top: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 0.7rem;
    z-index: 999;
    opacity: 0.85;
    transition: opacity 0.3s;
    max-width: 320px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.rogo a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    gap: 6px;
}

.rogo img {
    width: 80px;
    height: auto;
    display: block;
}

.rogo-text {
    font-weight: bold;
    line-height: 1.4;
}

/* ========================================
   メインコンテンツ
======================================== */
main {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

section {
    padding: 2rem 0;
}

span.mark {
    background: linear-gradient(transparent 60%, rgb(255, 255, 150) 30%);
}

/* ========================================
   見出し
======================================== */
h1 {
    font-size: 1.5rem;
    letter-spacing: 2px;
    padding: 1rem;
    border-left: 10px solid #ff732d;
    border-bottom: 2px solid #ff732d;
    display: inline-block;
    margin-bottom: 2rem;
}

h2 {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.6rem;
    margin: 30px 0px 10px 5px;
    color: #ff732d;
}

h2::before {
    content: "";
    display: inline-block;
    border: 6px solid transparent;
    border-left: 6px solid #ff732d;
    padding: 0;
    margin: 0;
    top: -4px;
    position: relative;
}

h3 {
    border-bottom: solid 3px #ff732d;
    padding: 10px 0;
    font-size: 2rem;
    color: #ff732d;
    margin: 2rem 0 1rem 0;
}

h4.titleTxt {
    font-weight: bold;
    margin: 1rem 0;
    font-size: 1.1rem;
}

h5 {
    color: #3e3e3e;
    font-size: 1rem;
    margin: 0;
}

h6 {
    font-size: 2rem;
    padding: 0.5em;
    color: #494949;
    background: #fffaf4;
    letter-spacing: 1px;
}

/* ========================================
   目次
======================================== */
.toc-002 {
    margin: 30px 0;
    border: 2px solid #ff732d;
    border-radius: 3px;
}

.toc-002 div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    background-color: #ff732d;
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
}

.toc-002 ol {
    list-style: decimal !important;
    margin: 0;
    overflow: hidden;
    padding: 1em 1em 1em 3em;
}

.toc-002 ol ol {
    margin-top: 5px;
    padding-left: 1.1em;
}

.toc-002 li {
    padding: 5px 0;
    font-weight: 600;
    list-style: decimal;
    color: #ff732d;
}

.toc-002 ol ol li {
    font-weight: normal;
    font-size: 0.9em;
    list-style: disc;
}

.toc-002 a {
    color: #333;
    text-decoration: none;
}

/* ========================================
   特殊テキストボックス
======================================== */
p.attentionTlt {
    background: #ddd;
    display: inline-block;
    padding: 0 5px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.musetowa {
    border: 1px solid #111;
    background-color: #fff;
    border-radius: 2px;
    padding: 3px 5px;
}

p.musetowaTlt {
    font-weight: bold;
    font-size: 1rem;
    display: inline-block;
    margin-left: -1rem;
}

p.musetowaTxt {
    margin: 0;
    padding: 0;
    margin-top: -1rem;
    margin-left: 10px;
}

.attentionTlt2 {
    font-size: 0.6rem;
}

img.museimg {
    display: inline;
    max-width: 80px;
    margin-top: -5px;
}

/* ========================================
   リスト
======================================== */
ul.onayami {
    padding: 0.5em 0.5em 0.5em 2em;
}

ul.onayami li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style: disc;
    font-weight: 500;
}

ol.pointList {
    counter-reset: list;
    list-style-type: none;
    padding: 20px 0;
}

ol.pointList li {
    position: relative;
    line-height: 30px;
    margin: 7px 0 7px 40px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 1.3rem;
}

ol.pointList li:before {
    counter-increment: list;
    content: counter(list);
    position: absolute;
    left: -35px;
    width: 30px;
    height: 30px;
    background: #11b42c;
    text-align: center;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ========================================
   検証・比較セクション
======================================== */
.kensyoTitle {
    font-weight: bold;
    font-size: 1.2rem;
}

.kensyoTitle > span {
    font-weight: normal;
    display: block;
    font-size: 1rem;
    margin-top: 5px;
}

img.hikakuImg {
    padding: 1rem;
}

p.RunkSub {
    font-size: 1.2rem;
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: #ff732d;
}

/* ========================================
   テーブル（スクロール対応）
======================================== */
.js-scrollable-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    -ms-overflow-style: auto;
    margin: 2rem 0;
}

.js-scrollable-wrap::-webkit-scrollbar {
    height: 8px;
}

.js-scrollable-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.js-scrollable-wrap::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.js-scrollable {
    min-width: 750px;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

.js-scrollable-wrap table th {
    text-align: center;
    background: #f0f0f0;
    border: 1px solid #ddd;
    font-size: 0.8rem;
    vertical-align: middle;
    width: 180px;
    padding: 1rem;
}

.js-scrollable-wrap table td {
    border: 1px solid #ddd;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    padding: 1rem;
    width: 180px;
}

/* 左端列を固定 */
.js-scrollable-wrap table th:first-child,
.js-scrollable-wrap table td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    min-width: 80px;
    background: #fff;
}

td.dendou {
    background-color: #F9F0E4;
    color: #ff732d;
}

td.dendou.support,
td.support02 {
    font-size: 0.7rem !important;
    line-height: 1rem;
}

td img {
    display: block;
    max-width: 100px;
    margin: 0 auto;
}

/* ========================================
   テーブル（通常）
======================================== */
table.tbl-r02 {
    margin: 3rem auto;
    width: 100%;
    border: solid 1px #ddd;
    border-collapse: collapse;
}

.tbl-r02 th {
    background: #f0f0f0;
    border: solid 1px #ddd;
    padding: 10px;
    width: 30%;
}

.tbl-r02 td {
    padding: 10px;
    width: 70%;
    border: solid 1px #ddd;
}

/* ========================================
   ランキング（クラウン）
======================================== */
h4.crown {
    position: relative;
    padding: 0px 0px 4px 0;
    color: #3388dd;
    font-size: 1rem;
    margin-bottom: 0;
    margin-top: 2px;
    margin-left: 1.5rem;
}

h4.crown::before,
h4.crown::after {
    position: absolute;
    left: 10%;
    width: 0px;
    height: 0px;
    content: "";
}

h4.crown::before {
    top: -1.25em;
    border: 1em solid transparent;
    border-bottom: 1.5em solid currentColor;
}

h4.crown::after {
    top: 0.25em;
    border: 0.5em solid transparent;
    border-left: 1em solid currentColor;
    border-right: 1em solid currentColor;
}

h4.First { color: #dbb400; }
h4.second { color: #9fa0a0; }
h4.third { color: #c47022; }
h4.fourth { color: #3E772B; }
h4.fifth { color: #2C2C7C; }

/* ========================================
   テーブル基本設定
======================================== */
.js-scrollable-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    -ms-overflow-style: auto;
    margin: 2rem 0;
}

.js-scrollable-wrap::-webkit-scrollbar {
    height: 6px;
}

.js-scrollable-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.js-scrollable-wrap::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.js-scrollable {
    min-width: 750px;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

.js-scrollable-wrap table th {
    text-align: center;
    background: #f0f0f0;
    border: 1px solid #ddd;
    font-size: 0.8rem;
    vertical-align: middle;
    width: 180px;
    padding: 1rem;
}

.js-scrollable-wrap table td {
    border: 1px solid #ddd;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    padding: 1rem;
    width: 180px;
}

/* 左端列を固定 */
.js-scrollable-wrap table th:first-child,
.js-scrollable-wrap table td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    min-width: 80px;
    background: #fff;
}

/* テーブル内画像 */
td img {
    display: block;
    max-width: 80px;
    margin: 0 auto;
    height: auto;
}

/* 特殊セル */
td.dendou {
    background-color: #F9F0E4;
    color: #ff732d;
}

td.dendou.support,
td.support02 {
    font-size: 0.7rem !important;
    line-height: 1rem;
}

/* ========================================
   クラウンランキング
======================================== */
h4.crown {
    position: relative;
    padding: 0px 0px 4px 0;
    color: #3388dd;
    font-size: 1rem;
    margin-bottom: 0;
    margin-top: 2px;
    margin-left: 1.5rem;
}

h4.crown::before,
h4.crown::after {
    position: absolute;
    left: 10%;
    width: 0px;
    height: 0px;
    content: "";
}

h4.crown::before {
    top: -1.25em;
    border: 1em solid transparent;
    border-bottom: 1.5em solid currentColor;
}

h4.crown::after {
    top: 0.25em;
    border: 0.5em solid transparent;
    border-left: 1em solid currentColor;
    border-right: 1em solid currentColor;
}

/* クラウンカラー */
h4.First { color: #dbb400; }
h4.second { color: #9fa0a0; }
h4.third { color: #c47022; }
h4.fourth { color: #3E772B; }
h4.fifth { color: #2C2C7C; }

h5 {
    color: #3e3e3e;
    font-size: 1rem;
    margin: 0;
}

/* ========================================
   ボタン
======================================== */
.btn-cart, .btn-success {
    width: 150px;
    height: 40px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 50%;
    text-decoration: none;
    box-sizing: border-box;
    margin: 5px 0;
    transition: all 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
}

.btn-cart {
    background-color: #ff6b6b;
    color: white;
}

.btn-cart:hover {
    background-color: #ff5252;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.btn-success {
    background-color: #28a745;
    color: white;
}

.btn-success:hover {
    background-color: #218838;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.button003 a {
            background: linear-gradient(135deg, #3f7936, #5cb85c, #7dd87d);
            border-radius: 50px;
            position: relative;
            display: flex;
            justify-content: space-around;
            align-items: center;
            max-width: 450px;
            padding: 1rem 3rem;
            transition: all 0.4s ease-in-out;
            font-weight: 600;
            margin: 0rem auto 3rem;
            font-size: 1.5rem;
            color: #fff;
            text-decoration: none;
            box-shadow: 0 8px 25px rgba(63, 121, 54, 0.4);
            overflow: hidden;
        }

        .button003 a::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.6s ease-in-out;
        }

        .button003 a:hover {
            background: linear-gradient(135deg, #2d5a26, #4a9e4a, #6bc66b);
            transform: translateY(-3px);
            box-shadow: 0 15px 35px rgba(63, 121, 54, 0.6);
            color: #FFF;
            text-decoration: none;
        }

        .button003 a:hover::before {
            left: 100%;
        }

        .button003 a:active {
            transform: translateY(-1px);
            box-shadow: 0 5px 15px rgba(63, 121, 54, 0.5);
        }

        /* さらに目立つバリエーション */
        .button-vibrant a {
            background: linear-gradient(135deg, #ff6b6b, #ee5a24, #ff3838);
            box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
        }

        .button-vibrant a:hover {
            background: linear-gradient(135deg, #ff5252, #d63031, #e55039);
            box-shadow: 0 15px 35px rgba(255, 107, 107, 0.6);
        }


.button003 a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
    margin-top: -5px;
}

/* ========================================
   タブレット（768px以下）
======================================== */
@media screen and (max-width: 768px) {
    /* テーブル */
    .js-scrollable {
        min-width: 650px;
    }

    .js-scrollable-wrap table th,
    .js-scrollable-wrap table td {
        font-size: 0.8rem;
        padding: 0.7rem 0.4rem;
        width: 140px;
    }

    .js-scrollable-wrap table th:first-child,
    .js-scrollable-wrap table td:first-child {
        width: 120px;
        min-width: 120px;
    }

    td img {
        max-width: 70px;
    }

    /* クラウン */
    h4.crown {
        font-size: 0.85rem;
        margin-left: 1.2rem;
    }

    h4.crown::before {
        top: -1.1em;
        border: 0.8em solid transparent;
        border-bottom: 1.2em solid currentColor;
    }

    h4.crown::after {
        top: 0.2em;
        border: 0.4em solid transparent;
        border-left: 0.8em solid currentColor;
        border-right: 0.8em solid currentColor;
    }

    h5 {
        font-size: 0.85rem;
    }

    /* ボタン */
    .btn-cart, .btn-success {
        width: 120px;
        height: 35px;
        font-size: 12px;
        line-height: 35px;
        border-radius: 17px;
    }

    .button003 a {
        font-size: 1.3rem;
        padding: 0.8rem 2.5rem;
    }
}

/* ========================================
   スマートフォン（480px以下）
======================================== */
@media screen and (max-width: 480px) {
    /* テーブル */
    .js-scrollable-wrap {
        margin: 1rem -10px;
        padding: 0 10px;
    }

    .js-scrollable {
        min-width: 600px;
        font-size: 0.75rem;
    }

    .js-scrollable-wrap table th {
        font-size: 0.65rem;
        padding: 0.4rem 0.2rem;
        width: 100px;
        line-height: 1.2;
    }

    .js-scrollable-wrap table td {
        font-size: 0.7rem;
        padding: 0.4rem 0.2rem;
        width: 100px;
        line-height: 1.2;
        word-break: break-word;
        hyphens: auto;
    }

    .js-scrollable-wrap table th:first-child,
    .js-scrollable-wrap table td:first-child {
        width: 70px !important;
        font-size: 0.65rem !important;
        padding: 0.3rem 0.1rem;
        min-width: 70px;
    }

    td img {
        max-width: 50px;
    }

    td.dendou.support,
    td.support02 {
        font-size: 0.6rem !important;
        line-height: 1.1;
        padding: 0.3rem 0.1rem;
    }

    /* クラウン - スマホ用修正 */
    h4.crown {
        font-size: 0.7rem;
        margin-left: 0.5rem;
        padding: 0 0 2px 0;
    }

    h4.crown::before {
        top: -0.9em;
        border: 0.6em solid transparent;
        border-bottom: 0.9em solid currentColor;
        left: 8%;
    }

    h4.crown::after {
        top: 0.1em;
        border: 0.3em solid transparent;
        border-left: 0.6em solid currentColor;
        border-right: 0.6em solid currentColor;
        left: 8%;
    }

    h5 {
        font-size: 0.7rem;
        margin: 2px 0;
    }

    /* ボタン - スマホ用 */
    .btn-cart, .btn-success {
        width: 80px;
        height: 30px;
        font-size: 0.6rem;
        line-height: 30px;
        border-radius: 15px;
        margin: 2px 0;
    }

    /* テーブル内のボタン特別対応 */
        .js-scrollable-wrap .btn-cart, .js-scrollable-wrap .btn-success {
        width: 80px;
        height: 24px;
        font-size: 0.5rem;
        line-height: 50%;
        border-radius: 12px;
        margin: 1px;
    }

    .button003 a {
        font-size: 1.2rem;
        padding: 0.8rem 2rem;
        max-width: 350px;
    }

    /* スクロールバー */
    .js-scrollable-wrap::-webkit-scrollbar {
        height: 4px;
    }
}

/* ========================================
   極小スマートフォン（360px以下）
======================================== */
@media screen and (max-width: 360px) {
    .js-scrollable {
        min-width: 550px;
    }

    .js-scrollable-wrap table th,
    .js-scrollable-wrap table td {
        width: 90px;
        padding: 0.3rem 0.1rem;
        font-size: 0.6rem;
    }

    .js-scrollable-wrap table th:first-child,
    .js-scrollable-wrap table td:first-child {
        width: 60px !important;
        font-size: 0.6rem !important;
    }

    td img {
        max-width: 40px;
    }

    .js-scrollable-wrap .btn-cart,
    .js-scrollable-wrap .btn-success {
        width: 50px;
        height: 20px;
        font-size: 0.45rem;
        line-height: 20px;
        border-radius: 10px;
    }

    h4.crown {
        font-size: 0.6rem;
        margin-left: 0.3rem;
    }

    h5 {
        font-size: 0.6rem;
    }
}

/* ========================================
   ランキングボックス
======================================== */
.RankBox {
    padding: 2rem;
    border: 1px solid #939292;
    border-radius: 5px;
    margin: 3rem 0;
}

p.rankking {
    display: inline-block;
    background-color: #707070;
    border-radius: 4px;
    padding: 10px;
    color: #fff;
    margin-right: 10px;
    font-size: 1.4rem;
    margin-bottom: 1px;
}

p.rankking.first { background-color: #dbb400; }
p.rankking.second { background-color: #9fa0a0; }
p.rankking.third { background-color: #c47022; }
p.rankking.fourth { background-color: #3E772B; }
p.rankking.fifth { background-color: #2C2C7C; }

span.kaisya {
    display: block;
    font-size: 1rem;
    color: #939292;
    margin-left: 4.5rem;
}

.box5-4 {
    margin: 3em auto;
    background-color: #fff;
    padding: 4em 2em 2em;
    position: relative;
    border: 4px solid #f0f0f0;
    text-align: center;
}

.box5-4 .box-title {
    background-color: #f0f0f0;
    font-size: 1.4rem;
    padding: 1rem 0.8rem;
    line-height: 1;
    position: absolute;
    top: -20%;
    left: 37%;
    font-weight: bold;
    letter-spacing: 1px;
}

span.starRate {
    color: #dbb400;
    font-size: 2rem;
    margin-left: 10px;
}

p.rateUchiwake {
    display: inline;
}

p.rateUchiwake > span {
    font-weight: 600;
    color: #dbb400;
}

.rankcontainer {
    border: 4px solid #f0f0f0;
    padding: 2rem;
}

p.supplehyoka {
    font-size: 1.5rem;
    font-weight: 600;
}

.RecommendBox {
    background-color: #fffaf4;
    padding: 2rem 1rem;
}

/* ========================================
   吹き出し
======================================== */
.talk {
    margin: 3rem 0;
    clear: both;
}

.talk:after,
.talk:before {
    clear: both;
    content: "";
    display: block;
}

.talk figure img {
    width: 100%;
    height: 100%;
    border: 2px solid #f0f0f0;
    border-radius: 50%;
    margin: 0;
}

.talk-imgname {
    padding: 5px 0 0;
    font-size: 10px;
    text-align: center;
}

p.talk-text {
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 8px;
}

p.talk-text:last-child {
    margin-bottom: 0px;
}

.talk-Limg {
    margin-left: 4px;
    margin-top: -1px;
    float: left;
    width: 100px;
    height: 100px;
}

.talk-Ltxt {
    color: #444;
    position: relative;
    margin-left: 120px;
    padding: 1.2em;
    border: 3px solid #f0f0f0;
    background-color: #fff;
    border-radius: 5px;
}

.talk-Ltxt:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #f0f0f0;
    top: 15px;
    left: -20px;
}

.talk-Ltxt:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #fff;
    top: 15px;
    left: -16px;
}

p.sashikomiTxt {
    margin: 0;
    font-size: 0.6rem;
    padding: 0;
    text-align: center;
    letter-spacing: 1px;
}

/* ========================================
   SVGランキング
======================================== */
.Rankstyle-svg {
    counter-reset: ctr-ranking;
    text-align: left;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 2rem 4rem;
    max-width: 850px;
}

.Rankstyle-svg li {
    position: relative;
    line-height: 2;
    margin-bottom: 1rem;
}

.Rankstyle-svg li:nth-child(-n+3) {
    list-style-type: none;
    color: #ff732d;
}

.Rankstyle-svg li:nth-child(-n+3):before {
    position: absolute;
    top: 0;
    left: -35px;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20height%3D%2730%27%20width%3D%2730%27%20viewBox%3D%270%200%2030%2030%27%20style%3D%27fill%3A%23dbb400%3Bstroke%3Anone%27%20%3E%3Cpath%20d%3D%27M1%202%20L8%2012%20L15%202%20L22%2012%20L29%202%20L26%2029%20L3%2029%20Z%27%20%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    content: counter(ctr-ranking, decimal);
    counter-increment: ctr-ranking;
    color: #fff;
    font-size: 10px;
    padding: 10px 12px;
}

.Rankstyle-svg li:nth-child(n+4) {
    list-style-type: none;
}

.Rankstyle-svg li:nth-child(n+4):before {
    position: absolute;
    top: 0;
    left: -35px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20height%3D%2730%27%20width%3D%2730%27%20viewBox%3D%270%200%2030%2030%27%20style%3D%27fill%3A%23999999%3Bstroke%3Anone%27%20%3E%3Crect%20x%3D%270%27%20y%3D%270%27%20width%3D%2728%27%20height%3D%2730%27%20%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    content: counter(ctr-ranking, decimal);
    counter-increment: ctr-ranking;
    color: #000;
    font-size: 10px;
    padding: 5px 10px;
}

/* ========================================
   比較セクション
======================================== */
.comparison-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.two-column-row {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.column {
    flex: 1;
    text-align: center;
    border: 1px solid #ff732d;
    padding: 1rem;
}

.circular-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #f0f0f0;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    overflow: hidden;
}

.circular-image.orange {
    background-color: #ff9500;
    color: white;
}

.circular-image.red {
    background-color: #ff6b6b;
    color: white;
}

.column h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}

.column p {
    font-size: 14px;
    line-height: 1.6;
    color: #030303;
    text-align: left;
}

/* ========================================
   Genisteinレコメンド
======================================== */
.genistein-recommend {
    max-width: 1000px;
    margin: 2rem auto;
    padding: 30px;
    background: linear-gradient(135deg, #fff8f0, #fff);
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border-left: 5px solid #ff9500;
}

.genistein-recommend strong {
    display: block;
    font-size: 20px;
    color: #333;
    margin-bottom: 25px;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 2px solid #ff9500;
}

.recommend-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recommend-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 20px;
    background: white;
    border-radius: 12px;
    border: 2px solid #ff9500;
    transition: all 0.3s ease;
}

.recommend-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.recommend-item:last-child {
    margin-bottom: 0;
}

.item-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff9500, #ffb347);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.item-text {
    flex: 1;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-top: 8px;
}

/* ========================================
   ポイント画像
======================================== */
.point-image {
    max-width: 500px;
    width: 90%;
    display: block;
}

.point-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* ========================================
   カルーセル
======================================== */
.carousel-single img {
    width: 100%;
    height: auto;
    display: block;
}

/* ========================================
   フッター
======================================== */
.footer {
    padding: 2rem;
    font-size: 15px;
    color: #fff;
    background: #433319;
    border-top: 1px solid #e5e7eb;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #ccc;
}

ul.md-flex li a {
    color: #fff;
    font-size: 0.8rem;
}

/* ========================================
   レスポンシブデザイン - タブレット
======================================== */
@media screen and (max-width: 1024px) {
    main {
        padding: 0 20px;
    }
    
    .two-column-row {
        gap: 20px;
    }
    
    .Rankstyle-svg {
        margin: 2rem 2rem;
    }
}

/* ========================================
   レスポンシブデザイン - タブレット（小）
======================================== */
@media screen and (max-width: 768px) {
    /* フッター */
    .footer {
        display: flex;
        justify-content: space-between;
    }

    .md-flex {
        display: flex;
    }

    .md-flex li + li {
        margin-left: 16px;
    }
    
    /* テーブル */
    .js-scrollable-wrap table th,
    .js-scrollable-wrap table td {
        font-size: 0.9rem;
        padding: 1rem;
    }

    .js-scrollable-wrap .sticky {
        width: 180px;
    }
    
    /* 比較セクション */
    .two-column-row {
        flex-direction: column;
        gap: 20px;
    }
    
    .circular-image {
        width: 120px;
        height: 120px;
        font-size: 36px;
    }
    
    /* Genisteinレコメンド */
    .genistein-recommend {
        max-width: 95%;
        margin: 15px auto;
        padding: 20px;
    }
}

/* ========================================
   レスポンシブデザイン - スマートフォン（大）
======================================== */
@media screen and (max-width: 640px) {
    /* テーブル */
    .tbl-r02 {
        width: 100%;
    }
    
    .tbl-r02 th,
    .tbl-r02 td {
        border-bottom: none;
        display: block;
        width: 100%;
        line-height: 1.5rem;
    }
    
    .last td:last-child {
        border-bottom: solid 1px #ccc;
        width: 100%;
    }
}

/* ========================================
   レスポンシブデザイン - スマートフォン
======================================== */
@media screen and (max-width: 480px) {
    /* 基本テキスト */
    p {
        font-size: 0.9rem;
        margin: 1.3rem 0;
        line-height: 2rem;
        padding: 5px;
    }

    /* 見出し */
    h1 {
        font-size: 1.2rem;
        padding: 0.5rem;
        margin-bottom: 1rem;
    }

    h2 {
        font-size: 1.2rem;
        margin: 10px 0px 5px;
    }

    h3 {
        padding: 5px 0;
        font-size: 1.5rem;
    }

    h4.titleTxt {
        margin: 1rem 0 0rem;
        font-size: 1rem;
    }

    h4.crown {
        font-size: 0.8rem;
    }

    h5 {
        font-size: 0.8rem;
    }

    h6 {
        font-size: 1.3rem;
    }

    /* セクション */
    section {
        padding: 1rem 0;
    }

    /* メインコンテンツ */
    main {
        padding: 0 10px;
    }

    /* 選択セクション非表示 */
    .sentaku {
        display: none;
    }

    /* ランキング */
    p.rankking {
        padding: 5px;
        font-size: 1rem;
    }

    span.kaisya {
        font-size: 0.7rem;
        margin-left: 3rem;
    }

    .box5-4 {
        margin: 2rem auto;
        padding: 3em 1em 1em;
    }

    .box5-4 .box-title {
        font-size: 1rem;
        padding: 0.8rem 0.5rem;
        left: 20%;
        width: 60%;
    }

    span.starRate {
        font-size: 1.5rem;
    }

    .rankcontainer {
        padding: 1rem;
    }

    p.supplehyoka {
        font-size: 1.1rem;
        line-height: 1.6rem;
    }

    /* ポイントリスト */
    ol.pointList {
        padding: 10px 0;
    }

    ol.pointList li {
        line-height: 30px;
        margin: 7px 0 7px 35px;
        padding-left: 10px;
        font-size: 1.1rem;
    }

    ol.pointList li:before {
        left: -30px;
        width: 25px;
        height: 25px;
        font-size: 10px;
    }

    /* 検証タイトル */
    .kensyoTitle {
        font-size: 1.1rem;
    }

    .kensyoTitle > span {
        font-size: 0.9rem;
    }

    /* ランキングサブ */
    p.RunkSub {
        font-size: 1rem;
    }

    /* ボックス */
    .RankBox {
        padding: 1rem;
    }

    .RecommendBox {
        padding: 1rem;
    }

    /* ボタン */
    .button003 a {
        font-size: 1.2rem;
        padding: 0.8rem 2rem;
    }

    a.btn.btn-success.button_koushiki {
        font-size: 0.8rem;
        padding: 5px;
        width: 120px;
        height: 35px;
        line-height: 35px;
    }

    /* テーブル */
    .js-scrollable-wrap {
        margin-bottom: 2rem;
    }

    .js-scrollable-wrap table th,
    .js-scrollable-wrap table td {
        font-size: 0.8rem;
        padding: 0.5rem;
    }

    .js-scrollable-wrap table th:first-child,
    .js-scrollable-wrap table td:first-child {
        width: 90px !important;
        font-size: 0.8rem;
    }

    .tbl-r02 th {
        font-size: 0.7rem;
    }

    .tbl-r02 td {
        font-size: 0.8rem;
    }

    /* 吹き出し */
    .talk {
        margin: 1rem 0;
    }

    .talk-Limg {
        float: none;
        display: block;
        width: 80px;
        height: 80px;
        margin: 0 auto 10px;
    }

    .talk-Ltxt {
        margin-left: 0;
        margin: 1rem 0 2rem;
    }

    .talk-Ltxt:before {
        border: 10px solid transparent;
        border-bottom: 10px solid #f0f0f0;
        top: -20px;
        left: 20px;
    }

    .talk-Ltxt:after {
        border: 10px solid transparent;
        border-bottom: 10px solid #fff;
        top: -16px;
        left: 19px;
    }

    /* SVGランキング */
    .Rankstyle-svg {
        font-size: 1rem;
        margin: 1rem 1rem;
        max-width: 100%;
    }

    /* リスト */
    ul.onayami li {
        line-height: 1.5;
        padding: 0.3em 0;
        font-size: 0.8rem;
        margin-left: -5px;
    }

    /* 比較セクション */
    .comparison-container {
        padding: 10px;
    }

    .column {
        padding: 0.8rem;
    }

    .circular-image {
        width: 100px;
        height: 100px;
        font-size: 28px;
        margin-bottom: 15px;
    }

    .column h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .column p {
        font-size: 12px;
        line-height: 1.5;
    }

    /* Genisteinレコメンド */
    .genistein-recommend {
        padding: 12px;
        margin: 8px;
        border-radius: 10px;
        border-left: 3px solid #ff9500;
    }

    .genistein-recommend strong {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .recommend-item {
        padding: 12px;
        margin-bottom: 12px;
        border-radius: 8px;
    }

    .item-icon {
        width: 30px;
        height: 30px;
        font-size: 12px;
        margin-right: 10px;
    }

    .item-text {
        font-size: 13px;
        line-height: 1.4;
    }

    /* ページトップボタン */
    .pagetop {
        width: 40px;
        height: 40px;
        right: 15px;
        bottom: 15px;
    }

    #page_top {
        width: 45px;
        height: 45px;
        right: 8px;
        bottom: 3px;
    }

    #page_top a::before {
        width: 20px;
        height: 20px;
        font-size: 20px;
    }

    /* ヘッダー */
    .small-header {
        max-width: 280px;
        padding: 4px 8px;
        font-size: 0.6rem;
    }

    .rogo img {
        width: 60px;
    }

    /* ポイント画像 */
    .point-image {
        width: 95%;
        margin: 1rem auto;
    }
}

/* ========================================
   プリント用スタイル
======================================== */
@media print {
    .pagetop,
    #page_top,
    .small-header {
        display: none;
    }

    body {
        font-size: 12pt;
        line-height: 1.4;
    }

    .js-scrollable-wrap {
        overflow: visible;
    }

    .js-scrollable {
        min-width: auto;
    }

    .talk-Limg {
        float: none;
    }

    .talk-Ltxt {
        margin-left: 0;
    }
}

/* ========================================
   ダークモード対応（オプション）
======================================== */
@media (prefers-color-scheme: dark) {
    body {
        background: #1a1a1a;
        color: #e0e0e0;
    }

    .js-scrollable-wrap table th {
        background: #333;
        color: #e0e0e0;
        border-color: #555;
    }

    .js-scrollable-wrap table td {
        background: #2a2a2a;
        color: #e0e0e0;
        border-color: #555;
    }

    .tbl-r02 th {
        background: #333;
        color: #e0e0e0;
        border-color: #555;
    }

    .tbl-r02 td {
        background: #2a2a2a;
        color: #e0e0e0;
        border-color: #555;
    }

    .talk-Ltxt {
        background-color: #2a2a2a;
        border-color: #555;
        color: #e0e0e0;
    }

    .box5-4 {
        background-color: #2a2a2a;
        border-color: #555;
    }

    .box5-4 .box-title {
        background-color: #555;
        color: #e0e0e0;
    }
}