#renchan-sim-tool{font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;padding:10px;margin-bottom:20px;background-color:#fcfcfc;color:#333}#renchan-sim-tool .tool-section-title{background:rgba(0,0,0,0) !important;color:#333 !important;border-left:6px solid #4a90e2;padding:5px 12px !important;font-size:1.25rem !important;font-weight:bold;margin:25px 0 15px 0 !important;display:flex;align-items:center}#renchan-sim-tool .tool-intro-box{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:15px;margin:10px 5px 25px 5px;box-shadow:0 2px 5px rgba(0,0,0,.03)}#renchan-sim-tool .tool-intro-box .intro-main-text{font-size:.95rem;line-height:1.6;margin:0 0 15px 0;color:#333}#renchan-sim-tool .tool-intro-box .intro-main-text strong{color:#4a90e2}#renchan-sim-tool .tool-intro-box .tool-feature-list{margin:0;padding:0;list-style:none}#renchan-sim-tool .tool-intro-box .tool-feature-list li{position:relative;font-size:.9rem;line-height:1.5;margin-bottom:10px;padding-left:25px;color:#555;display:block;text-align:left}#renchan-sim-tool .tool-intro-box .tool-feature-list li:last-child{margin-bottom:0}#renchan-sim-tool .tool-intro-box .tool-feature-list li::before{content:"";position:absolute;left:5px;top:5px;width:12px;height:6px;border-left:3px solid #4a90e2;border-bottom:3px solid #4a90e2;transform:rotate(-45deg)}#renchan-sim-tool .calc-card{width:50%;background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:15px;box-shadow:0 2px 5px rgba(0,0,0,.03)}#renchan-sim-tool .calc-input-table{width:100%;border-collapse:separate;border-spacing:0 8px}#renchan-sim-tool .calc-input-table th{width:50%;text-align:left;padding:10px 5px;font-size:.95rem;color:#666;background:none}#renchan-sim-tool .calc-input-table td{padding:5px;display:flex;align-items:center}#renchan-sim-tool .calc-input-table td input[type=number],#renchan-sim-tool .calc-input-table td select{border:2px solid #ddd;border-radius:8px;padding:8px;font-size:1.1rem;width:100%;box-sizing:border-box;transition:border-color .3s;background:#fff}#renchan-sim-tool .calc-input-table td input[type=number]:focus,#renchan-sim-tool .calc-input-table td select:focus{border-color:#4a90e2;outline:none;box-shadow:0 0 0 3px rgba(74,144,226,.1)}#renchan-sim-tool .calc-input-table td .unit{margin-left:8px;font-weight:bold;color:#888;white-space:nowrap}#renchan-sim-tool .toggle-switch{position:relative;width:60px;height:30px}#renchan-sim-tool .toggle-switch input{display:none}#renchan-sim-tool .toggle-switch label{display:block;width:100%;height:100%;background:#ccc;border-radius:15px;cursor:pointer;position:relative;transition:.3s}#renchan-sim-tool .toggle-switch label::after{content:"";position:absolute;top:3px;left:3px;width:24px;height:24px;background:#fff;border-radius:50%;transition:.3s}#renchan-sim-tool .toggle-switch input:checked+label{background:#4a90e2}#renchan-sim-tool .toggle-switch input:checked+label::after{left:33px}#renchan-sim-tool .sim-controls{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}#renchan-sim-tool .sim-controls .btn-main{padding:15px 10px;font-size:1rem;font-weight:bold;border:none;border-radius:8px;cursor:pointer;transition:.2s}#renchan-sim-tool .sim-controls .btn-main:active{transform:translateY(2px)}#renchan-sim-tool .sim-controls .btn-play{background:#eee;color:#333}#renchan-sim-tool .sim-controls .btn-auto{background:#4caf50;color:#fff}#renchan-sim-tool .sim-controls .btn-stop{background:#f44336;color:#fff}#renchan-sim-tool .sim-controls .btn-sub{grid-column:span 2;background:rgba(0,0,0,0);color:#888;border:1px solid #ccc;padding:8px;border-radius:6px;font-size:.85rem;margin-top:5px}#renchan-sim-tool .sim-controls button:disabled{opacity:.5;cursor:not-allowed}#renchan-sim-tool .result-section{margin-top:25px}#renchan-sim-tool .result-section .current-result-display{background:#1a1a1a;color:#fff;padding:20px;border-radius:12px;text-align:center;border:3px solid #333;margin-bottom:20px;box-shadow:inset 0 0 10px rgba(0,0,0,.5)}#renchan-sim-tool .result-section .current-result-display .label{display:block;font-size:.8rem;color:#aaa;margin-bottom:5px;letter-spacing:.1em}#renchan-sim-tool .result-section .current-result-display .value{font-family:"Verdana",sans-serif;font-size:3.5rem;font-weight:bold;color:#ffeb3b;text-shadow:0 0 10px rgba(255,235,59,.5)}#renchan-sim-tool .result-section .current-result-display .value span{font-size:1.2rem;margin-left:5px;color:#fff}#renchan-sim-tool .result-section .stats-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:10px;margin-bottom:20px}#renchan-sim-tool .result-section .stat-item{background:#fff;padding:12px 5px;border-radius:10px;border:1px solid #eee;text-align:center}#renchan-sim-tool .result-section .stat-item.highlight{background:#fff9e6;border-color:#ffd54f}#renchan-sim-tool .result-section .stat-item.highlight .value{color:#f57c00}#renchan-sim-tool .result-section .stat-item .label{font-size:.75rem;color:#888;margin-bottom:5px}#renchan-sim-tool .result-section .stat-item .value{font-size:1.2rem;font-weight:bold}#renchan-sim-tool .result-section .stat-item .value span{font-size:.7rem;color:#999;margin-left:2px}#renchan-sim-tool .hist-container{background:#fff;border-radius:10px;border:1px solid #eee;overflow:hidden}#renchan-sim-tool .hist-table{width:100%;border-collapse:collapse;font-size:.9rem}#renchan-sim-tool .hist-table thead{background:#f8f8f8}#renchan-sim-tool .hist-table thead th{padding:10px;color:#666;font-size:.8rem}#renchan-sim-tool .hist-table tbody tr{border-top:1px solid #f0f0f0}#renchan-sim-tool .hist-table tbody tr td{padding:3px 10px 3px 10px;text-align:left}#renchan-sim-tool .hist-table tbody tr td.cnt{font-weight:bold}#renchan-sim-tool .hist-table tbody tr td.pct{color:#4a90e2;font-family:monospace}#renchan-sim-tool .hist-table tbody tr:first-child{background:#fff5f5}#renchan-sim-tool .hist-section .hist-flex-container{display:flex;flex-direction:column;gap:20px}@media(min-width: 768px){#renchan-sim-tool .hist-section .hist-flex-container{flex-direction:row;align-items:flex-start}}#renchan-sim-tool .hist-section .hist-block{flex:1}#renchan-sim-tool .hist-section .hist-block .hist-caption{font-size:.9rem;color:#666;margin-bottom:8px;font-weight:bold;border-bottom:none}#renchan-sim-tool .hist-section .hist-table{font-size:.85rem}#renchan-sim-tool .hist-section .hist-table td.pct{min-width:80px;text-align:right}#renchan-sim-tool .expectation-section{margin-top:30px;padding:15px;background:#f1f5f9;border-radius:12px}#renchan-sim-tool .expectation-section .expectation-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media(min-width: 480px){#renchan-sim-tool .expectation-section .expectation-grid{grid-template-columns:1fr 1fr 1fr 1fr}}#renchan-sim-tool .expectation-section .exp-item{background:#fff;padding:10px;border-radius:8px;display:flex;flex-direction:column;align-items:center;border:1px solid #e2e8f0}#renchan-sim-tool .expectation-section .exp-item .rate{font-size:.8rem;font-weight:bold;color:#4a90e2;margin-bottom:4px}#renchan-sim-tool .expectation-section .exp-item .val{font-size:1.1rem;font-weight:bold;font-family:"Verdana",sans-serif}#renchan-sim-tool .expectation-section .exp-item .val span{font-size:.7rem;margin-left:2px;color:#666}#renchan-sim-tool .expectation-section .tool-note{text-align:left;margin-top:10px;margin-left:0;font-size:.75rem;color:#94a3b8}
/*# sourceMappingURL=renchan-simulate.min.css.map */