﻿/* =========================================
   共通
   ========================================= */
:root {
    --color-primary: #004D99;
    --color-primary-dark: #004a8f;
    --color-primary-light: #E3E9F7;
    --color-accent: #FF5722;
    --color-accent-light: #fff7f2;

    --color-success: #10B981; /*なし*/
    --color-warning: #F59E0B;
    --color-warning-light: #FFFBEB;
    --color-text-main: #374151;
    --color-text-sub: #6B7280;

    --color-bg-body: #ffffff; /*なし*/
    --color-bg-light: #F3F4F6;
    --color-border: #E5E7EB;

    --color-red: #CB0813;
    --color-red-light: #FEF2F2;

    --max-width: 1100px;
    --header-height: 30px;

    --trust-blue: #4d6ccd; /*なし*/
    --trust-blue-dark: #2e4e99; 
    --active-orange: #FF8C00;
    --reliable-red: #cc4e6d; /*なし*/

    --bg-body: #f8fafc;       /* 背景の薄いグレー */
    --bg-light: #F8FAFC;

    --text-main: #1e293b;     /* 濃い文字色 */
    --text-gray: #4A5568; /*なし*/
    --text-muted: #718096; 
    --text-sub: #64748b;      /* 薄い文字色 */

    --primary: #2563eb;       /* メインの青 */

    --seto-blue: #005BAC;
    --seto-blue-dark: #004684;
    --bg-slate: #f4f7fa;

    --border: #e2e8f0;
    --border-color: #E2E8F0;

    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);

    /* Risk Icon Colors */
    --risk-blue: #3B82F6;
    --risk-pink: #EC4899;
    --risk-cyan: #06B6D4;
    --risk-indigo: #4F46E5;
    --risk-red: #EF4444;
    --risk-red2: #660000;
}


a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}
ul { list-style: none; }
img {
    max-width: 100%;
    height: auto;
}


@media screen and (min-width: 769px) {
  .br-sp {  display: none;}
}
@media screen and (max-width: 768px) {
  .br-pc {  display: none;}
}


.container { 
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 20px;
}

.text-center { text-align: center !important; }
.text-left { text-align: left !important; }

.italic { font-style: italic; }
.font-bold { font-weight: 700; }
.font-normal {font-weight: normal !important; }

.notes { 
    font-size: 1.4rem !important;
    line-height: 1.5;
    color: var(--text-sub);
    text-align: left;
    display: block;
    padding-left: 0.9em;
    text-indent: -0.9em;
}
.notes-s { 
    font-size: 1.2rem !important;
    color: var(--text-sub);
    text-align: left;
    line-height: 1.4;
    display: block;
    padding-left: 1.2em;
    text-indent: -1.2em;
}

.chevron-right {
    margin-left:10px;
}

.text-xs { font-size: 1.1rem !important; }
.text-sm { font-size: 1.2rem !important; }
.text-base { font-size: 1.4rem !important; }
.text-lg { font-size: 1.6rem !important; }
.text-xl { font-size: 1.8rem !important; }
.text-2xl { font-size: 2.2rem !important; }
.text-3xl { font-size: 2.8rem !important; }


@media (min-width: 768px) {
    .text-xs { font-size: 1.2rem !important; line-height: 1.5; }
    .text-sm { font-size: 1.4rem !important; line-height: 1.6; }
    .text-base { font-size: 1.6rem !important; }
    .text-lg { font-size: 1.8rem !important; }
    .text-xl { font-size: 2.0rem !important; }
    .text-2xl { font-size: 2.4rem !important; }
    .text-3xl { font-size: 3.0rem !important; }
}

/* 文字色 */
.text-primary { color: var(--color-primary); }
.text-accent { color: var(--color-accent) !important; }
.text-warning { color: var(--color-warning); }
.text-red { color: #CB0813 !important; }
.text-blue { color: #005BAC !important; }
.text-success { color: var(--color-success); }
.text-sub { color: var(--color-text-sub); }
.text-white { color: #fff; }
.text-gray { color: var(--text-sub); }

.text-darkgray {color: var(--color-text-main); }
/* 背景 */
.bg-white { background-color: #fff; }
.bg-light { background-color: var(--color-bg-light); }
.bg-primary { background-color: var(--color-primary); }
.bg-primary-light { background-color: var(--color-primary-light); }
.bg-accent { background-color: var(--color-accent) !important; }
.bg-accent-light { background-color: var(--color-accent-light); }
.bg-warning-light { background-color: var(--color-warning-light); }
.bg-gray { background-color: #F7FAFC; }


/* 線 */
.border-primary { border-color: var(--color-primary) !important; }
.border-accent { border-color: var(--color-accent) !important; }



.mb-1 { margin-bottom: 0.4rem; }
.mb-2 { margin-bottom: 0.8rem; }
.mb-4 { margin-bottom: 1.6rem; }
.mb-6 { margin-bottom: 2.4rem; }
.mb-8 { margin-bottom: 3.2rem; }
.mt-2 { margin-top: 0.8rem; }
.mt-4 { margin-top: 1.6rem; }
.mt-6 { margin-top: 2.4rem; }
.mt-8 { margin-top: 3.2rem; }
.mt-12 { margin-top: 4.8rem; }

.p-4 { padding: 1.6rem; }
.p-6 { padding: 2.4rem; }

.w-full { width: 100%; }


/* 共通見出しスタイル */
.flex { display: flex; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }


.gap-1 { gap: 0.4rem; }
.gap-2 { gap: 0.58rem; }
.gap-3 { gap: 1.2rem; }
.gap-4 { gap: 1.6rem; }
.gap-6 { gap: 2.4rem; }
.shrink-0 { flex-shrink: 0; }

.grid { display: grid; gap: 40px; }
@media (min-width: 768px) {
    .grid-2 { grid-template-columns: 1fr 1fr; }
    .grid-3 { grid-template-columns: repeat(3, 1fr); }
    .grid-4 { grid-template-columns: repeat(4, 1fr); }
    .grid-5 { grid-template-columns: repeat(5, 1fr); }
    .md-hidden { display: none; }
}

.overflow-hidden { overflow: hidden; }

/* ラベル */
.blue-label  {
    background: var(--color-primary-light);
    border: 2px solid #c6d5f7;
    color: var(--color-primary);
    padding: 10px 15px;
    border-radius: 12px;
    display: inline-block;
    font-weight: bold;
    margin-top: 30px;
}

.pink-label {
    background: var(--color-red-light);
    padding: 6px 10px;
    border-radius: 10px;
    border: 2px solid #FECACA;
    margin: 30px 0;
}
.pink-label-ttl {
    font-weight: bold;
    margin-bottom: 0.4rem;
    font-size: 1.6rem;
    color: var(--color-red);
}


@media (min-width: 768px) {
    .pink-label {
	margin: 30px 50px;
    }
    .pink-label-ttl {
        margin-bottom: 0.8rem;
        font-size: 1.8rem;
    }
}

.blue-box {
    background: var(--color-primary-light);
    border: 1px solid var(--color-primary);
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.blue-box-ttl {
    font-weight: 700;
    font-size: 1.8rem; 
    color: var(--color-primary);
}

.blue-box-txt span {
    font-weight: 700;
    font-size: 2.0rem;
}

.sub-label {
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    font-size: 0.9rem; 
    font-weight: 700;
    border-radius: 9999px;
    padding: 8px;
    width: 180px;
}

@media (min-width: 768px) {
    .sub-label {
	font-size: 1.2rem; 
    }
}


/* --- アニメーション定義 --- */
.fade-in-up { 
    opacity: 0; 
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards; 
}

@keyframes fadeInUp { 
    to { 
        opacity: 1; 
        transform: translateY(0); 
    } 
}


.bit-move:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
}

/* --- new-box --- */

.new-box {
    font-family: "Verdana", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
    background-color: var(--bg-light);
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 80px;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    color: #333;
}
.new-box a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    .new-box {
	padding-bottom: 0;
	font-size: 1.6rem; 
    }
}

.new-box h1 {
    font-size: 2.5rem !important;
    font-weight: bold;
    margin-bottom: 24px;
    line-height: 1.3;
}

.new-box h2 {
    font-size: 2.2rem;
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.new-box h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background: var(--active-orange);
    border-radius: 2px;
}

.new-box h3 {
    font-size: 1.8rem;
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
    border-bottom: none;
}

.new-box h3::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background: var(--active-orange);
    border-radius: 2px;
    border-bottom: none;
}

@media (min-width: 768px) {
    .new-box h1 {
	font-size: 4.5rem !important;
    }
    .new-box h2 {
	font-size: 3.2rem;
    }
    .new-box h3 {
	font-size: 2.7rem;
    }
}


/* --- section --- */
.section { padding: 40px 0; }
.section-title {
    text-align: center;
    margin-bottom: 20px;
}
.section-sub {
    font-weight: bold;
    font-size: 1.8rem;
    margin: 0.4rem 0;
    color: var(--color-primary);
}

.section-desc {
    font-size:1.6rem;
    color: var(--text-sub);
}
.section-desc span {
    font-size:1.7rem;
    font-weight: bold;
    color: #4d5766;
}

@media (min-width: 768px) {
    .section-title {
	margin-bottom: 64px;
    }

    .section-sub {
        font-size: 2.0rem;
    }

    .section-desc {
	font-size:1.7rem;
    }
    .section-desc span {
	font-size:1.9rem;
    }
}


/* --- ページタイトル --- */
.page-header {
    background: linear-gradient(135deg, #00CED1 0%, var(--color-primary) 40%);
    color: #fff;
    padding: calc(var(--header-height)) 0 40px;
    text-align: center;
}
.page-title { 
    font-size: 2.4rem !important; 
    font-weight: 900; 
    margin: 0; 
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    line-height: 1.3;
}

.intro-text {
    font-size: 1.6rem;
    max-width: 800px;
    margin: -30px auto 0;
    background: #fff;
    padding: 20px 20px;
    border-radius: 12px;
    box-shadow: 0 10px 25px -5px rgba(0,0,0,0.1);
    border-top: 5px solid var(--color-accent);
    line-height: 1.8;
    text-align: left;
}


@media (min-width: 768px) {
    .page-header {
	background: linear-gradient(135deg, #00CED1 0%, var(--color-primary) 40%);
        color: #fff;
        padding: calc(var(--header-height) + 90px) 0 40px;
        text-align: center;
    }
    .page-title { 
        font-size: 3.2rem !important; 
    }
    .intro-text {
	font-size: 1.8rem;
	text-align: center;
    }
}


/* =========================================
   共通_メニューバー
   ========================================= */
.guide-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
    font-size: 1.6rem;
}

.guide-title {
    font-weight: bold;
    color: var(--color-text-main);
    margin-bottom: 0.5rem;
}

.guide-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    text-align: center;
    transition: 0.3s;
    height: 100%;
}
.guide-link:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-color: var(--seto-blue);
    transform: translateY(-3px);
}


@media (min-width: 768px) {
    .guide-grid { font-size: 1.8rem; }
    .guide-link { padding: 2rem; }
}


/* =========================================
   アドバイス
   ========================================= */
/*----  ----*/
.advice-box {
    background: var(--color-primary-light);
    border: 2px solid #c6d5f7;
    border-radius: 12px;
    padding: 25px;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 40px;
}

.advice-icon {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: var(--color-warning);
    flex-shrink: 0;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
.advice-ttl {
    font-weight: 700;
    font-size: 1.8rem; 
    color: var(--color-primary);
    margin-bottom: 0.8rem;
}

@media (max-width: 768px) {
    .advice-box {
	flex-direction: column;
	text-align: center;
        padding: 15px;
    }
}
/* =========================================
   カード
   ========================================= */
.card {
    background: #fff; border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border: 1px solid var(--color-border);
    display: flex;
    flex-direction: column;
    transition: 0.3s;
}
.card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
}


/* =========================================
   レスポンシブ_表示・非表示
   ========================================= */
.desktop-view { display: none; }
.mobile-view { display: block; }


@media (min-width: 768px) {
    .desktop-view { display: block !important; }
    .mobile-view { display: none !important; }
}


/* =========================================
   モーダル
   ========================================= */
.modal_appl {
    display:none;
    position:fixed;
    z-index:9999;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:auto;
    background-color:rgba(0,0,0,0.5);
}
.modal-content_appl {
    background-color:#fefefe;
    margin:5% auto auto auto;
    padding:20px;
    border:1px solid #888;
    width:80%;
    max-width:600px;
    border-radius: 24px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.desktop-container {
    padding: 40px;
    max-width: 640px;
}
.desktop-title {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 16px;
}

.modal-content_appl .close-btn {
    border:1px solid ;
    padding:0 3px;
    background:#EFEFEF;
    border-radius: 3px;
}

.qr-area {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    display: inline-block;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-gray-200);
    margin-bottom: 16px;
}
.qr-img {
    width: 128px;
    height: 128px;
    opacity: 0.8;
}


/* =========================================
   共通_申込み
   ========================================= */
.tab-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
}
.tab-btn {
    flex: 1;
    max-width: 280px;
    padding: 10px;
    border: 2px solid var(--border-color);
    background: #fff;
    border-radius: 16px;
    cursor: pointer;
    font-weight: 800;
    transition: all 0.3s;
    color: var(--text-muted);
    text-align: center;
    outline: none;
}
.tab-btn.active {
    border-color: var(--seto-blue);
    background: var(--seto-blue);
    color: #fff;
    box-shadow: 0 4px 12px rgba(0,91,172,0.15);
}

.tab-content { display: none; }
.tab-content.active {
    display: block;
    animation: fadeIn 0.4s ease;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* --- 準備するもの --- */
.prep-card {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}
.prep-item {
    font-size: 1.4rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
}


@media (min-width: 768px) {
    .prep-item {
        padding: 16px 20px;
    }
}


/* 来店予約ボタン独自スタイル */
.btn-reservation {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 24px;
    background: var(--seto-blue);
    color: #fff;
    text-decoration: none;
    border-radius: 99px;
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s;
    box-shadow: 0 4px 6px rgba(0,77,153,0.1);
}
.btn-reservation:hover {
    background: var(--seto-blue-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0,77,153,0.2);
}

/* --- 申込み方法(Flow) --- */
.flow-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.flow-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    background-color: var(--color-bg-body);
    padding: 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid var(--border);
}
.flow-num {
    width: 64px;
    height: 64px;
    background-color: var(--primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    font-weight: bold;
    flex-shrink: 0;
}
.flow-content {
    flex-grow: 1;
    text-align: center;
}

.flow-title {
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--text-main);
}
.flow-desc {
    color: var(--text-sub);
}

@media(min-width: 768px) {
    .flow-item {
	flex-direction: row;
	text-align: left;
    }
    .flow-content {
	text-align: left;
    }
}


/* =========================================
   比較_リスト
   ========================================= */
.comp-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border: 1px solid var(--color-border);
    display: flex;
    flex-direction: column;
    transition: 0.3s;
    overflow: hidden;
}

.comp-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
}

.comp-card-ttl {
    color: #fff;
    padding: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    font-weight: 700;
    font-size: 1.8rem;
}

.comp-card-box {
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
}

.comp-card-txt {
    text-align: center;
    margin-bottom: 1.6rem;
    font-weight: 700;
}

.comp-card02 {
    padding: 20px;
    border: 2px solid transparent;
    border-radius: 8px;
    position: relative;
    text-align: left;
}

.comp-card02-ttl { 
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
    border-left: none;
}

/* List */
.product-ttl {
    font-weight: 700;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.58rem;
}

.recommend-list {
    margin-top: auto;
    background: var(--color-bg-light);
    padding: 20px;
    border-radius: 12px;
}

.recommend-title {
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.recommend-list ul {
    margin: 0;
    padding: 0;
}
.recommend-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-weight: bold;
    color: var(--color-text-main);
}
.recommend-list li::before {
    content: '●';
    position: absolute;
    left: 0;
}

.list-primary li::before { color: var(--color-primary); }
.list-accent li::before { color: var(--color-accent); }

.primary-list {
    margin-bottom: 20px;
}
.primary-list li {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
}
.primary-list li::before {
    content: '●';
    color: var(--color-primary);
}

.accent-list {
    margin-bottom: 20px;
}
.accent-list li {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
}
.accent-list li::before {
    content: '●';
    color: var(--color-accent);
}

.comparison-list { list-style: none; }
.comparison-list li {
    color: var(--text-gray);
    margin-bottom: 8px;
    display: flex;
}
.comparison-list li::before {
    content: '●';
    margin-right: 8px;
}


/* =========================================
   1. TOP
   ========================================= */
/* --- ヒーロー --- */
.hero {
    background: linear-gradient(135deg, #00CED1 0%, var(--color-primary) 40%);
    color: #fff;
    padding: 64px 0px 96px;
    text-align: center;
}

.hero h1 {
    font-size: 2.5rem !important;
    font-weight: bold;
    margin-bottom: 24px;
    line-height: 1.3;
}
.hero h1 span {
    color: var(--color-accent) !important;
    font-style: italic;
    font-size: 3.2rem !important;
}
.hero p {
    opacity: 0.9;
    margin-bottom: 40px;
    max-width: 672px;
    margin-left: auto;
    margin-right: auto;
}
.hero-subtext {
    margin-top: 16px;
    opacity: 0.75;
}

@media (min-width: 768px) {
    .hero h1 {
	font-size: 4.3rem !important;
    }
    .hero h1 span {
	font-size: 4.5rem !important;
    }
}

.btn-hero {
    display: inline-block;
    background: linear-gradient(180deg,var(--color-accent) 55%, #FFB74D 100% );
    color: #fff;
    text-decoration: none;
    padding: 10px ;
    border-radius: 16px;
    font-weight: bold;
    font-size: 1.6rem;
    box-shadow: var(--shadow-lg);
    transition: transform 0.2s;
    width: 100%;
    max-width: 250px;
}
.btn-hero:hover { transform: scale(1.02); }

@media (min-width: 768px) {
    .btn-hero {
	padding: 20px 25px;
	font-size: 1.8rem;
	max-width: 300px;
    }
}


/* --- 資産形成が必要 --- */
.motivation-card {
    padding: 18px;
    border-radius: 24px;
    border-top: 4px solid transparent;
    box-shadow: var(--shadow-lg);
}


@media (min-width: 768px) {
    .motivation-card {
        padding: 32px;
    }
}


.motivation-card p {
    color: var(--text-gray);
    margin-bottom: 24px;
}
.motivation-card .motivation-ttl {
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 16px;
    border-bottom: none;
    padding-top:0px;
}

.motivation-card .motivation-ttl::after {
    display: none;
}

.card-blue {
    background: #E3E9F7;
    border-top-color: var(--color-primary);
}
.card-orange {
    background: #fff7f2;
    border-top-color: var(--color-accent);
}

.value-box {
    background: #fff;
    padding: 10px 2px;
    border-radius: 12px;
    text-align: center;
    box-shadow: var(--shadow-md);
    margin-bottom:10px;
}
.value-box .label { color: var(--text-sub); }
.value-box .result {
    font-size: 1.8rem;
    font-weight: bold;
    font-style: italic;
}
.value-box .result span {
    font-size: 2.0rem;
}

/* シミュレーション */
.sim-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.sim-text-content {
    text-align: center;
    margin-bottom: 20px;
}

/* 768px以上（タブレット・PC）で横並びに設定 */
@media (min-width: 768px) {
    .sim-flex {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
        align-items: stretch; /* 左右の高さを揃える */
    }
    .sim-text-content {
        flex: 1;
        padding-right: 40px;
        display: flex;
        flex-direction: column;
    }
    .sim-content {
        flex: 0 0 520px; /* シミュレーターの幅を固定 */
        display: flex;
    }
}


/* シミュレーターカード */
.sim-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.3);
    overflow: hidden;
    color: #333;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.sim-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sim-main-layout {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    flex-direction: column;
}


@media (min-width: 540px) {
    .sim-main-layout { flex-direction: row; }
}

.sim-inputs-side { flex: 1; }
.sim-results-side { flex: 0 0 190px; }

.sim-group { margin-bottom: 15px; }
.sim-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 8px;
    color: #475569;
}

.sim-num-input {
    width: 75px;
    padding: 5px 8px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 1.4rem;
    color: var(--seto-blue);
    text-align: right;
    font-weight: bold;
    background: #f8fafc;
}

.sim-range {
    width: 100%;
    height: 6px;
    background: #e2e8f0;
    appearance: none;
    outline: none;
    border-radius: 3px;
}
.sim-range::-webkit-slider-thumb {
    appearance: none;
    width: 22px;
    height: 22px;
    background: var(--seto-blue);
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    cursor: pointer;
}

.sim-results {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    background: #f8fafc;
    padding: 15px;
    border-radius: 16px;
    height: 100%;
    border: 1px solid #e2e8f0;
    box-sizing: border-box;
}
.sim-res-box {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.sim-res-box span {
    font-size: 1.1rem;
    color: #64748b;
    font-weight: bold;
    margin-bottom: 2px;
}
.sim-res-box strong { 
    font-size: 1.4rem; 
    color: #1e293b; 
    font-weight: 800; 
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.sim-res-highlight strong { 
    color: var(--color-red); 
    font-size: 1.8rem; 
}

/* グラフエリア */
.sim-graph-container {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 5px 0;
}
.sim-canvas {
    width: 100%;
    height: 160px;
    display: block;
}

/* 凡例 */
.sim-legend {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 15px;
    padding-top: 5px;
}
.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #64748b;
}
.legend-color {
    width: 14px;
    height: 14px;
    border-radius: 3px;
}
.color-principal {
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
}
.color-profit {
    background: #dbeafe;
    border: 1px solid var(--seto-blue);
}

/* その他テキスト */
.sim-text-content .ttl {
    font-size: 3.0rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 18px;
    line-height: 1.3;
}
.sim-text-content .txt {
    color: #dbeafe;
    margin-bottom: 24px;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .sim-text-content .ttl {
        font-size: 4.5rem;
    }
}

.sim-tip {
    background: rgba(255,255,255,0.08);
    padding: 15px;
    border-radius: 16px;
    color: #fff;
    font-size: 1.4rem;
    border: 1px solid rgba(255,255,255,0.15);
    line-height: 1.5;
}


/* --- 投資信託ってなに？ --- */
.step-card {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
.step-card .step-icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 1.5rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-blue-light {
    background-color: #dbeafe;
    color: var(--primary);
}
.bg-green-light {
    background-color: #dcfce7;
    color: var(--secondary);
}
.step-card .step-title {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 0.75rem;
}
.step-card .step-desc {
    color: var(--text-sub);
    text-align: left;
}



/* --- メリット --- */
.merit-ttl {
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 0.75rem;
}
.merit-txt {
    color: var(--text-gray);
}


/* 3列カードグリッド */
.grid-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}
@media (min-width: 640px) {
    .grid-cards { grid-template-columns: repeat(3, 1fr); }
}


/* --- めんどくさい --- */
.solution-card-01 {
    padding: 32px;
    border: 1px solid transparent;
    border-radius: 40px;
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-color: var(--color-primary);
}

.solution-card-02 {
    padding: 32px;
    border: 1px solid transparent;
    border-radius: 40px;
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-color: var(--color-accent);
}

.solution-ttl { 
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
    border-left: none;
}

.solution-card-01 .solution-ttl, .solution-card-01 li::before {
    color: var(--color-primary);
    border-left: none;
}
.solution-card-02 .solution-ttl, .solution-card-02 li::before {
    color: var(--color-accent);
    border-left: none;
}
.card-tag {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 24px;
    border-radius: 9999px;
    color: #fff;
    font-weight: bold;
}
.solution-list { list-style: none; }
.solution-list li {
    color: var(--text-gray);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.solution-list li::before {
    content: '●';
    margin-right: 8px;
}


/* --- 比較テーブル --- */
.table-container {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border-color);
    max-width: 768px;
    margin: 0 auto;
    text-align:center;
}
.table-container table {
    width: 100%;
    border-collapse: collapse;
}
.table-container thead tr {
    background: #2D3748;
    color: #fff;
}
.table-container th, td {
    padding: 20px 5px;
    border-bottom: 1px solid #EDF2F7;
}
.table-container .bg-label-col {
    background: #F7FAFC;
    font-weight: bold;
}
.table-container .table-note {
    padding: 15px;
    background: #F7FAFC;
    color: var(--text-sub);
    font-size:1.2rem;
    text-align: left;
}

@media (min-width: 768px) {
    .table-container .table-note {
	font-size:1.4rem;
    }
}


/* --- NISA --- */
.nisa-banner {
    max-width: 1024px;
    margin: 0 auto;
    background: #ff6666;
    border-radius: 48px;
    padding: 30px;
    color: #fff;
    box-shadow: var(--shadow-lg);
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.nisa-banner-ttl {
    font-size: 3.0rem !important;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.3;
}
.nisa-feature-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.nisa-feature {
    background: rgba(255,255,255,0.2);
    padding: 15px;
    border-radius: 16px;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,0.3);
    font-weight: bold;
    margin-bottom: 10px;
}
.btn-white-nisa {
    display: inline-block;
    background: #fff;
    color: #ff6666;
    padding: 12px 32px;
    border-radius: 9999px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: var(--shadow-lg);
}

.btn-white-nisa:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0,77,153,0.2);
}


@media (min-width: 768px) {
    .nisa-banner {
	flex-direction: row;
	padding: 64px;
	align-items: center;
    }
    .nisa-banner > div { width: 50%; }
    .nisa-banner-ttl { font-size: 4.5rem !important; }
    .nisa-feature { margin-bottom: 16px; }
}


/* --- 開設フロー --- */
.start-flow-num {
    width: 80px;
    height: 80px;
    background: var(--primary);
    color: #fff;
    font-size: 2.4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 0 auto 24px;
    box-shadow: var(--shadow-xl);
}
.start-flow-item .start-flow-ttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 12px;
    border-left: none;
}
.btn-large-orange {
    display: inline-block;
    background: linear-gradient(180deg,var(--color-accent) 55%, #FFB74D 100% );
    color: #fff;
    text-decoration: none;
    padding: 10px ;
    border-radius: 16px;
    font-weight: bold;
    font-size: 1.6rem;
    box-shadow: var(--shadow-lg);
    transition: transform 0.2s;
    width: 100%;
    max-width: 250px;
}
.btn-large-orange:hover { transform: scale(1.02); }

@media (min-width: 768px) {
    .btn-large-orange {
	padding: 20px 25px;
	font-size: 1.8rem;
	max-width: 300px;
    }
}
.reqs-caution {
    color:var(--text-muted);
    line-height:1.3;
    font-size: 1.0rem;
    margin-top: 10px;
}

/* --- 留意事項セクション（開閉機能付き） --- */
.caution-section {
    background-color: #f5f5f5;
    padding: 20px;
    margin-top: 30px;
    border-top: 4px solid #ddd;
    border-radius: 8px;
    color: #555;
    position: relative;
}
.caution-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}
.caution-content {
    position: relative;
    height: 200px;
    overflow: hidden;
    transition: height 0.5s ease;
}
.caution-content.open {
    height: auto; 
    overflow: visible;
}
.caution-list {
    list-style: disc;
    padding-left: 20px;
    line-height: 1.6;
    margin: 0;
}
.caution-list li {
    margin-bottom: 8px;
    list-style: disc;
}
.caution-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(245,245,245,0), rgba(245,245,245,1) 80%);
    pointer-events: none;
    transition: opacity 0.3s;
}
.caution-content.open .caution-gradient {
    opacity: 0;
}
.caution-btn-area {
    text-align: center;
    margin-top: 15px;
}
.btn-caution-toggle {
    background: #e0e0e0;
    border: none;
    padding: 8px 30px;
    border-radius: 20px;
    color: #333;
    font-size: 1.5rem;
    cursor: pointer;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn-caution-toggle:hover {
    background: #d0d0d0;
}

@media (min-width: 768px) {
    .caution-section {
        padding: 30px;
    }
}


/* =========================================
   2. 投資信託とは？
   ========================================= */
/*---- 3つのポイント ----*/
.points-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}
.point-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border: 1px solid var(--color-border);
    display: flex;
    flex-direction: column;
    transition: 0.3s;
}
.point-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
}
.point-header {
    background: var(--color-primary-light);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #e0e7ff;
}
.point-badge {
    background: var(--color-primary);
    color: #fff;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
}
.point-title {
    font-weight: bold;
    color: var(--color-primary);
    font-size: 1.8rem;
    margin: 0;
    line-height: 1.3;
}
.point-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.point-text {
    padding: 20px;
    flex: 1;
}
        
.point-img-area {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.point-img-area img {
    width:100%;
}


/* --- 投資信託の仕組みマップ --- */
.mechanism-map {
    background: #ffffff;
    padding: 50px 15px;
    border-radius: 24px;
    overflow-x: auto;
}
.map-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-width: 950px;
    gap: 10px;
}
.entity-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
}
.entity-label {
    font-size: 1.3rem;
    color: #4b5563;
    margin-bottom: 15px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .entity-label {
        font-size: 1.4rem;
    }
}

.entity-img-wrapper {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.entity-img {
    width: 140px;
    object-fit: contain;
}
.entity-name {
    font-weight: bold;
    min-height: 1.5em;
}

.flow-arrows {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 75px;
    padding-top: 55px;
    height: 185px;
}
.arrow-item {
    position: relative;
    width: 100%;
    margin: 12px 0;
}
.arrow-label {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1px;
    white-space: nowrap;
}
.arrow-line {
    height: 5px;
    width: 100%;
    background: currentColor;
    position: relative;
    border-radius: 3px;
}
.arrow-line::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent currentColor;
}
.arrow-line.reverse::after {
    right: auto;
    left: -2px;
    border-width: 6px 9px 6px 0;
    border-color: transparent currentColor transparent transparent;
}

.color-apply { color: #e879f9; }
.color-return { color: #818cf8; }
.color-trust { color: #60a5fa; }
.color-instruct { color: #eab308; }
.color-pal { color: #34d399; }
.color-invest { color: #10b981; }

.market-list {
    background: #22c55e;
    color: #fff;
    padding: 12px;
    border-radius: 12px;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    margin-top: 8px;
    width: 140px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}


/*---- 投資信託にかかる費用 ----*/
.cost-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}


@media (max-width: 768px) {
    .cost-container { flex-direction: column; }
}

.cost-phase {
    flex: 1;
    min-width: 280px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--color-border);
    display: flex;
    flex-direction: column;
}
.phase-header {
    padding: 15px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: var(--color-primary-dark);
    font-size: 1.8rem;
}
.cost-item {
    padding: 15px 25px;
    border-bottom: 1px solid #eee;
    flex: 1;
}
.cost-item:last-child { border-bottom: none; }
.cost-name {
    font-weight: bold;
    color: var(--color-text-main);
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.cost-desc {
    color: var(--color-text-sub);
    line-height: 1.6;
}


/* =========================================
   3. 購入方法
   ========================================= */
.merit-grid {
    display: grid;
    gap: 32px;
}

@media (min-width: 768px) {
    .merit-grid { grid-template-columns: repeat(3, 1fr); }
}

.merit-card {
    background: var(--color-primary-light);
    border: 1px solid var(--color-border);
    padding: 30px 20px;
    text-align: center;
    border-radius: 16px;
}
.merit-card-ttl {
    font-weight: bold;
    color: var(--color-primary);
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}
.merit-card-text {
    color: var(--color-text-sub);
    text-align: left;
}
.teiji-merit-badge {
    background: var(--primary);
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.0;
    margin: 0 auto 20px;
}
.teiji-merit-badge span {
    font-size: 2.4rem;
    margin-top: 4px;
}


/*---- 投信インターネットサービス ---- */
.discount-banner {
    background: #fff;
    border: 2px solid var(--color-red);
    border-radius: 100px;
    padding: 5px 40px;
    display: inline-block;
    margin-bottom: 40px;
    box-shadow: 0 4px 10px rgba(203, 8, 19, 0.1);
}
.discount-text {
    color: var(--color-red);
    font-weight: bold;
    font-size: 1.8rem;
}
.discount-highlight {
    font-size: 3.0rem;
}
.feature-icon-box {
    color: var(--color-primary);
    font-size: 4.8rem;
    margin-bottom: 15px;
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border: 1px solid var(--color-border);
}
.feature-title {
    font-weight: bold;
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-bottom: 8px;
}
.feature-desc {
    font-size: 1.5rem;
    text-align: left;
    color: var(--color-text-sub);
}

@media (max-width: 768px) {
    .discount-banner {
	padding: 15px;
	border-radius: 20px;
    }
    .discount-text { font-size: 1.6rem; }
    .discount-highlight { font-size: 2.4rem; }
    .feature-desc {
        text-align: center;
    }
}


/* =========================================
   4. 資産運用のコツ
   ========================================= */
/*---- 投資対象別リスク・リターンのイメージ図 ----*/
.rr-container {
    text-align: center;
    padding: 5px;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}


/*---- 分散させてリスクを抑えよう ----*/
.bunsan_img {
    text-align: center;
    padding: 10px;
}
.bunsan_img img {
    height: auto;
    border-radius: 12px;
    margin: 0 auto;
    width: 100%;
}
@media (min-width: 768px) {
    .bunsan_img img {
	width: 40%;
    }
}

.card-header-banner {
    background: #fff;
    color: var(--color-primary);
    font-weight: bold;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 50px;
    border: 2px solid var(--color-primary);
    margin-bottom: 30px;
    font-size: 1.8rem;
}
.card-box {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
.card-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
}
.card-header {
    padding: 15px;
    text-align: center;
    color: var(--color-primary);
    font-weight: bold;
    font-size: 1.8rem;
    background: var(--color-primary-light);
}
.card-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.card-subtitle {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--color-text-main);
    line-height: 1.4;
    height: 2.8em;
}

/* ---- 時間分散 ----*/
.mikan-title-box {
    background: var(--color-primary-light);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid var(--color-primary);
    margin-bottom: 30px;
}

  /* --- ドルコスト平均法 (みかん) --- */
.orange-container {
    background: #fff7ed;
    border-radius: 40px;
    padding: 10px;
    border: 1px solid #ffedd5;
    max-width: 1100px;
    margin: 0 auto;
    box-shadow: inset 0 2px 10px rgba(251,146,60,0.05);
}
.orange-container-txt {
    text-align: center;
    font-size: 1.8rem
    font-weight: bold;
    color: var(--color-red);
    margin: 10px 0;
}
.orange-container-txt span {
    font-size:2.0rem;
    margin:0 3px;
}

@media (min-width: 768px) {
    .orange-container {
	padding: 48px;
    }
    .orange-container-txt {
	font-size: 2.5rem
	margin-bottom: 20px;
    }
    .orange-container-txt span {
	font-size:3.2rem;
    }
}

.orange-grid {
    display: grid;
    gap: 32px;
}

@media (min-width: 768px) {
    .orange-grid {
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
    }
}
.orange-steps {
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
}

.orange-step {
    background: #fff;
    padding: 25px 15px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #f3f4f6;
    box-shadow: var(--shadow-sm);
    position: relative;
    transition: 0.3s;
    border: 1px solid var(--border-color);
}
.orange-step.highlight {
    border: 2px solid var(--color-accent);
    transform: scale(1.03);
    z-index: 10;
    box-shadow: var(--shadow-lg);
}
.orange-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-accent);
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 2px 14px;
    border-radius: 999px;
}
.orange-month-label {
    width: 75px;
    flex-shrink: 0;
}
.orange-month-label span {
    font-size: 1.4rem;
    color: #9ca3af;
    font-weight: 800;
}
.orange-month-label div {
    font-weight: 800;
    margin-top: 2px;
}

.orange-visual {
    flex: 1;
    text-align: center;
}
.orange-visual p {
    font-size: 1.3rem;
    color: #9ca3af;
    font-weight: 700;
    margin-bottom: 6px;
}
.orange-icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.orange-svg {
    width: 32px;
    height: 32px;
}
.orange-buy-info {
    width: 60px;
    text-align: right;
    flex-shrink: 0;
}
.orange-buy-info div {
    font-size: 2.0rem;
    font-weight: 900;
    color: var(--color-primary);
    line-height: 1;
}
.orange-buy-info span {
    font-size: 1.2rem;
    color: #9ca3af;
    font-weight: 800;
    margin-top: 4px;
    display: block;
}
.orange-step.highlight .orange-buy-info div {
    color: var(--color-accent);
    font-size: 2.4rem;
}
.orange-result-card { 
    background: #fff; 
    border-radius: 32px; 
    padding: 20px; 
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-xl); 
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.orange-result-summary {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
    background: #fafafa;
    padding: 20px;
    border-radius: 20px;
}
.orange-result-val span {
    font-size: 1.3rem;
    color: #9ca3af;
    font-weight: 800;
    display: block;
    margin-bottom: 4px;
}
.orange-result-val div {
    font-size: 2.0rem;
    font-weight: 900;
    color: #374151;
}

.orange-calc-box {
    background: #fff7ed;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 15px;
    border: 1px dashed #fdba74;
}
.orange-calc-box p {
    font-size: 1.5rem;
    color: #6b7280;
    margin-bottom: 6px;
    font-weight: 700;
}
.orange-calc-box .formula {
    font-size: 1.8rem;
    font-weight: 800;
    color: #374151;
}
.orange-calc-box .total {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--color-accent);
}

.profit-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-accent);
    font-size: 2.2rem;
    font-weight: 900;
    background: #fef2f2;
    padding: 10px 24px;
    border-radius: 999px;
    margin: 0 auto;
}
.profit-badge svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

/* =========================================
   5. 口座・分配金
   ========================================= */
/* ---- 投資信託口座の種類 ---- */
.selection-tree {
    background: #fff;
    border-radius: 16px;
    padding: 40px 20px;
    border: 1px solid var(--color-border);
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
.tree-root {
    background: var(--color-text-main);
    color: #fff;
    font-weight: bold;
    padding: 12px 30px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    font-size: 1.8rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.tree-branch-level {
    position: relative;
    padding-top: 30px;
    margin-top: 10px;
}
.tree-branch-level::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 30px;
    background: var(--color-text-main);
}
.branch-label {
    background: var(--color-primary-light);
    color: var(--color-primary);
    font-weight: bold;
    padding: 6px 20px;
    border-radius: 50px;
    display: inline-block;
    border: 2px solid #BFDBFE;
}
.acc-card {
    background: #fff;
    border-radius: 12px;
    border: 2px solid;
    padding: 15px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}


@media (min-width: 768px) {
    .acc-card {
        padding: 20px;
    }
}

.acc-title {
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed;
    display: flex;
    align-items: center;
}
.acc-desc {
    margin-bottom: 15px;
    flex: 1;
}
.acc-badge {
    font-weight: bold;
    font-size: 1.4rem;
    padding: 8px;
    border-radius: 8px;
    color: #fff;
}

.acc-general { border-color: #9CA3AF; }
.acc-general .acc-title {
    color: #4B5563;
    border-color: #D1D5DB;
}
.acc-general .acc-badge { background: #6B7280; }

.acc-specific { border-color: var(--color-primary); }
.acc-specific .acc-title {
    color: var(--color-primary);
    border-color: var(--color-primary-light);
}

.specific-choice-box {
    margin-top: 15px;
    background: #F9FAFB;
    border-radius: 12px;
    padding: 15px 10px;
    border: 1px dashed #9CA3AF;
}
.choice-arrow {
    font-weight: bold;
    color: var(--color-text-main);
    font-size: 1.3rem;
    margin-bottom: 15px;
    text-align: center;
}
.specific-sub-grid {
    display: grid;
    gap: 15px;
}
@media (min-width: 640px) {
    .specific-sub-grid { grid-template-columns: 1fr 1fr; }
}

.specific-sub-box {
    background: #fff;
    border: 1px solid var(--color-border);
    padding: 15px;
    border-radius: 8px;
    font-size: 1.3rem;
    display: flex;
    flex-direction: column;
}
.specific-sub-box .specific-ttl {
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
}
.specific-sub-box p {
    flex: 1;
    margin-bottom: 10px;
}
.specific-sub-box .highlight {
    border: 2px solid var(--color-accent);
    background: var(--color-accent-light);
}

.acc-nisa { border-color: var(--color-accent); }
.acc-nisa .acc-title {
    color: var(--color-accent);
    border-color: var(--color-accent-light);
}
.acc-nisa .acc-badge { background: var(--color-accent); }

.plus-icon-circle {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 2px solid var(--color-text-main);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    color: var(--color-text-main);
    margin: 20px auto;
    font-weight: bold;
}


/*---- 税金と損益通算・損失の繰越控除 ----*/
.tax-title {
    font-weight: bold;
    font-size: 1.8rem; 
    margin-bottom: 1.6rem;
    border-bottom: 2px solid var(--active-orange);
    display:inline-block;
    padding-bottom:5px;
}
.koujyo-img {
    text-align: center;
    margin-bottom:15px;
}
@media (min-width: 640px) {
    .tax-title {
        font-size: 2.0rem; 
    }
    .koujyo-img img {
        width:80%;
    }
}

  /*---- 投資信託の分配金について ----*/
.dividend-box {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    margin-bottom: 30px;
 }

   /* 基準価額グラフ */
.chart-grid {
    display: grid;
    gap: 20px;
}
@media (min-width: 768px) {
    .chart-grid { grid-template-columns: 1fr 1fr; }
}

   /* 普通分配金・元本払戻金 */
.dist-type-box {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    padding: 20px;
}
.dist-type-title {
    font-weight: bold;
    color: var(--color-primary);
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    .dist-type-title {
        font-size: 1.8rem;
    }
}

.dist-desc {
    margin-top: 15px;
    color: var(--color-text-sub);
}
.dist-desc span {
    font-weight: bold;
}

/*---- 損益通算 ----*/
.tax-sim-container {
    margin: 20px auto;
}
.tax-sim-sub-title {
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.tax-sim-sub-title::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #f59e0b;
    margin-right: 10px;
}
/* 横スクロール対応コンテナ */
.tax-sim-scroll-wrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .tax-sim-scroll-wrapper {
        overflow-x: visible;
    }
}
.tax-sim-diagram-body {
    min-width: 980px;
    position: relative;
}
.tax-sim-timeline-row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.tax-sim-spacer {
    width: 290px; 
    flex-shrink: 0;
}
.tax-sim-timeline-label {
    width: 240px;
    display: flex;
    justify-content: space-between;
    color: #64748b;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    flex-shrink: 0;
}
.tax-sim-flex-row {
    display: flex;
    gap: 5px;
    align-items: stretch;
}
.tax-sim-main-flow {
    width: 590px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    flex-shrink: 0;
}
.tax-sim-row {
    display: flex;
    align-items: center;
    gap: 10px;
}
.tax-sim-info-box {
    background-color: #e0e7ff;
    border-radius: 4px;
    padding: 12px;
    width: 250px;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    flex-shrink: 0;
}
.tax-sim-info-box .label02 {
    color: #b91c1c;
    font-weight: bold;
}
.tax-sim-info-box .sub-label02 {
    font-size: 1.5rem;
    font-weight: bold;
}
.tax-sim-info-box .detail {
    font-size: 1.2rem;
    color: #64748b;
}
.tax-sim-month-box {
    background-color: white;
    border: 2px solid #e0e7ff;
    border-radius: 4px;
    padding: 8px;
    width: 110px;
    height: 65px;
    text-align: center;
    box-sizing: border-box;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tax-sim-month-box .val {
    font-weight: bold;
    font-size: 1.4rem;
}
.tax-sim-month-box .tax-info {
    font-size: 1.2rem;
    color: #475569;
    line-height: 1.2;
}

.tax-sim-arrow {
    width: 30px;
    height: 15px;
    background: #e0e7ff;
    clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
    flex-shrink: 0;
}
.tax-sim-separator {
    width: 40px;
    background-color: #1e1b4b;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl;
    text-orientation: upright;
    border-radius: 4px;
    font-weight: bold;
    letter-spacing: 4px;
    flex-shrink: 0;
}
.tax-sim-result-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 5px;
    padding:10px;
    border: 2px dashed #ddd;
    border-radius: 8px;
    position: relative;
}
.tax-sim-result-box {
    background-color: #fef3c7;
    border-radius: 8px;
    padding: 12px;
    width: 120px;
    height: 75px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tax-sim-result-box .val {
    font-weight: bold;
    font-size: 1.6rem;
}
.tax-sim-result-box .tax-info {
    font-size: 1.2rem;
    color: #64748b;
}
.tax-sim-circle-badge {
    position: absolute;
    right: -190px;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #ef4444;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    z-index: 5;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding:10px;
}
.tax-sim-circle-badge::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    width: 30px;
    height: 2px;
    background-color: #ef4444;
}
.tax-sim-circle-badge .badge {
    color: #ef4444;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.4;
}
.tax-sim-circle-badge .badge02 {
    font-size: 1.2rem;
}
.tax-sim-circle-badge::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    width: 30px;
    height: 2px;
    background-color: #ef4444;
}
.tax-sim-alert-box {
    border: 2px solid #ef4444;
    color: #ef4444;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: bold;
    text-align: center;
    background-color: #fffafa;
    margin-top:30px;
}
.tax-sim-neg { color: #b91c1c; }
.tax-sim-sub-flex {
    display: flex;
    flex-direction: column;v
    text-align: center;
    margin:10px;
}
.flex-item-box {
    width: 230px;
    position: relative;
    border: 2px solid #ef4444;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding:10px;
}
.flex-item-box .badge {
    color: #ef4444;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.4;
}
.flex-item-box .badge02 {
    font-size: 1.2rem;
}
.flex-item-box::before {
    position: absolute;
    content: "";
    top: 100%;
    left: -10%;
    width: 28px;
    height: 2px;
    background-color: #ef4444;
    rotate: 135deg;
}

.bubble_box {
    position: absolute;
    bottom: -20px;
    left: 420px;
    background-color: #fff;
    border: 1px solid #1e293b;
    border-radius: 20px;
    padding: 1px 10px;
    font-size: 1.3rem;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    color: #1e293b;
    line-height: 1.5;
}
.bubble_box:before,
.bubble_box:after {
    position: absolute;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}
.bubble_box:before {
    bottom: 100%;
    border: 9px solid;
    border-color: transparent;
    border-bottom-color: #1e293b;
    margin-left: -9px;
}
.bubble_box:after {
    bottom: 99%;
    border: 8px solid;
    border-color: transparent;
    border-bottom-color: white;
    margin-left: -8px;
}
.bubble_sqr {
    color: #555;
    padding: 8px;
    border-radius: 6px;
    font-weight: bold;
    margin-top: 1.5em;
    background: #e0edff;
    position: relative;
    font-size: 1.3rem;
}
.bubble_sqr:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #e0edff;
}


/* =========================================
   6. NISAってなに？
   ========================================= */
.point-circle {
    width: 32px;
    height: 32px;
    background: var(--color-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.8rem;
    border-radius: 9999px;
    flex-shrink: 0;
}
.point-ttl {
    font-weight: 700;
    font-size: 1.8rem; 
    color: var(--color-primary);
}
.rounded-b { border-radius: 0 0 4px 4px; }
.rounded { border-radius: 4px 4px 4px 4px; }

.shadow-md { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }


/* =========================================
   7. リスク
   ========================================= */
/* ---- 投信・預金の違い ----*/
.comp-table-wrapper {
    overflow-x: auto;
    margin-bottom: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
.comp-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}
.comp-table th, .comp-table td {
    border: 1px solid var(--color-border);
    padding: 10px 3px;
}
.comp-table th {
    background: var(--color-bg-light);
    font-weight: bold;
    color: var(--color-text-main);
}
.th-deposit {
    background: var(--color-primary-light) !important;
    color: var(--color-primary) !important;
} 
.th-trust {
    background: var(--color-accent-light) !important;
    color: var(--color-accent) !important;
}
@media (min-width: 768px) {
    .comp-table th, .comp-table td {
	text-align: center;
    }
    .th-deposit {
	font-size: 1.8rem;
    } 
    .th-trust {
	font-size: 1.8rem;
    }
}
.highlight-text {
    font-weight: bold;
    color: var(--color-accent);
}

   /* 図解 */
.diagram-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.diagram-box {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    padding: 20px;
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.diagram-box img {
    width:80%;
}

.diagram-header {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 15px;
}
.diagram-desc {
    border-radius: 8px;
    padding: 10px;
    margin-top: 15px;
    text-align: left;
    line-height: 1.4;
}
.desc-dep {
    background: var(--color-primary-light);
    border: 1px solid #BFDBFE;
}
.desc-trust {
    background: var(--color-accent-light);
    border: 1px solid #FFC2BF;
}


/* ---- リスク詳細 ----*/
.risk-alert {
    display: inline-block;
    padding: 12px;
    background: var(--color-primary-light);
    border: 1px solid var(--color-primary);
    border-radius: 12px;
    color: #CB0813;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 1.6;
}
.risk-grid {
    display: grid;
    gap: 40px;
}
@media (min-width: 768px) {
    .risk-grid {
	grid-template-columns: 1fr 1fr;
    }
}

.risk-item {
    display: flex;
    gap: 24px;
}
.risk-ttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 8px;
    color: #1f2937;
    border-bottom: 2px solid var(--color-border);
}
.risk-txt {
    color: var(--text-muted);
    line-height: 1.6;
    padding:0 5px;
}
/* --- 為替ヘッジ --- */
.hedge-box {
    background: #fff;
    border-radius: 32px;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1);
    border: 1px solid #f3f4f6;
    overflow: hidden;
}
.hedge-grid { display: grid; }
@media (min-width: 768px) {
    .hedge-grid { grid-template-columns: 1fr 1fr; }
}
.hedge-side { padding: 48px; }
.hedge-side:first-child { border-bottom: 1px solid #f3f4f6; }
@media (min-width: 768px) {
    .hedge-side:first-child {
	border-bottom: none;
	border-right: 1px solid #f3f4f6;
    }
}
.hedge-label {
    display: inline-block;
    padding: 4px 16px;
    border-radius: 9999px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 24px;
    font-size: 1.8rem;
}
.hedge-visual {
    height: 120px;
    background: #f9fafb;
    border-radius: 16px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* =========================================
   8. ファンドの選び方
   ========================================= */
.sel-step-container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.sel-step-container::before {
    content: '';
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 48px;
    width: 4px;
    background-color: var(--color-primary-light);
    z-index: 0;
    transform: translateX(-50%);
}
@media (min-width: 768px) {
    .sel-step-container::before { left: 75px; }
}

.sel-step-container .sel-step-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border: 1px solid var(--color-border);
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

@media (min-width: 768px) {
    .sel-step-container .sel-step-card {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        gap: 30px;
        padding: 40px;
    }
}

.sel-step-number-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0, 91, 172, 0.3);
    border: 4px solid #fff;
    line-height: 1; text-align: center;
}
.sel-step-text {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 2px;
}
.sel-step-num {
    font-size: 2.0rem;
    font-weight: bold;
}

@media (min-width: 768px) {
    .sel-step-number-wrapper {
	width: 70px;
	height: 70px;
    }
    .sel-step-text {
	font-size: 1.3rem;
	margin-bottom: 4px;
    }
    .sel-step-num {
	font-size: 2.8rem;
    }
}

.sel-step-content {
    flex: 1;
    width: 100%;
    min-width: 0;
}
.sel-step-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--color-text-main);
    margin-bottom: 15px;
    border-bottom: 2px dashed var(--color-border);
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .sel-step-title { font-size: 2.0rem; }
}
        
.sel-step-content .sel-step-desc {
    color: var(--color-text-sub);
    margin-bottom: 20px;
    line-height: 1.6;
}
.matrix-table-wrapper {
    overflow-x: auto;
    margin-top: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border: 1px solid #ddd;
}
.matrix-table {
    width: 100%;
    min-width: 780px;
    border-collapse: collapse;
    line-height: 1.4;
    table-layout: fixed;
}
.matrix-table th, .matrix-table td {
    font-size: 1.4rem;
    border: 1px solid #eee;
    padding: 12px 8px;
    text-align: center;
    vertical-align: middle;
}
.matrix-table thead th {
    background-color: #64748B;
    color: #fff;
    font-weight: bold;
    padding: 10px;
}
.bg-gray-cell {
    background-color: #F8FAFC;
    color: var(--color-text-sub);
}

.risk-arrow-container {
    position: relative;
    height: 100%;
    min-height: 320px;
    width: 40px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.risk-arrow-line-blue {
    position: absolute;
    top: 25px;
    bottom: 25px;
    width: 6px;
    background-color: #3B82F6;
    z-index: 1;
}
.risk-arrow-line-blue::before, .risk-arrow-line-blue::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}
.risk-arrow-line-blue::before {
    top: -14px;
    border-bottom: 16px solid #3B82F6;
}
.risk-arrow-line-blue::after {
    bottom: -14px;
    border-top: 16px solid #3B82F6;
}

.badge-risk-red { 
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, -50%); 
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #E11D48;
    color: #fff; 
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center; 
    font-size: 1.3rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2); 
}
.risk-pos-small { top: 15.0%; }
.risk-pos-medium { top: 40%; }
.risk-pos-large { top: 75%; }

.badge-risk-red-sm { 
    display: inline-flex;
    align-items: center;
    justify-content: center; 
    background-color: #E11D48;
    color: #fff;
    width: 22px;
    height: 22px; 
    border-radius: 50%;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0 2px; 
}

.asset-badge { 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; 
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 1.2rem;
    font-weight: bold; 
    color: #374151;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.05);
    height: 100%;
}

.fund-type-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    font-size: 1.4rem;
}
.fund-type-table th, .fund-type-table td {
    border: 1px solid var(--color-border);
    padding: 8px;
    text-align: left;
}
.fund-type-table thead th {
    background: var(--color-bg-light);
    font-weight: bold;
    color: var(--color-text-main);
    text-align: center;
}
.fund-type-table tbody th {
    background: var(--color-bg-light);
    font-weight: bold;
    color: var(--color-text-main);
    text-align: center;
}
.highlight-blue {
    font-weight: bold;
    color: var(--color-primary);
    background: var(--color-primary-light);
    text-align: center !important;
}
.highlight-orange {
    font-weight: bold;
    color: var(--color-accent);
    background: var(--color-accent-light);
    text-align: center !important;
}
