
    #fuji-tsubaki-detail { font-family: 'Verdana', 'Segoe UI', Helvetica, sans-serif; line-height: 1.6; color: #333; font-size: 16px; background-color: #fff; max-width: 100%; }
    #fuji-tsubaki-detail .article-container { max-width: 1400px; margin: 0 auto; padding: 10px 20px 40px 20px; }
    #fuji-tsubaki-detail h2 { font-size: 20px; color: #000; border-bottom: 2px solid #b71c1c; padding-bottom: 8px; margin-top: 40px; margin-bottom: 20px; font-weight: 700; text-transform: uppercase; }
    #fuji-tsubaki-detail h2:first-of-type { margin-top: 0; }
    #fuji-tsubaki-detail h3 { font-size: 18px; color: #444; margin-top: 25px; margin-bottom: 10px; font-weight: 600; border-left: 4px solid #b71c1c; padding-left: 10px; }
    #fuji-tsubaki-detail p { margin-bottom: 15px; text-align: justify; }
    #fuji-tsubaki-detail ul { margin-bottom: 20px; padding-left: 20px; }
    #fuji-tsubaki-detail li { margin-bottom: 10px; }
    #fuji-tsubaki-detail .feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 30px; }
    #fuji-tsubaki-detail .feature-box { background: #f9f9f9; padding: 20px; border: 1px solid #eee; border-radius: 4px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); transition: transform 0.2s ease; }
    #fuji-tsubaki-detail .feature-box:hover { transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0,0,0,0.1); }
    #fuji-tsubaki-detail .feature-box strong { display: block; color: #b71c1c; margin-bottom: 10px; font-size: 17px; }
    #fuji-tsubaki-detail .table-wrapper { overflow-x: auto; margin-bottom: 25px; border: 1px solid #ddd; border-radius: 4px; }
    #fuji-tsubaki-detail table { width: 100%; border-collapse: collapse; min-width: 700px; font-size: 15px; }
    #fuji-tsubaki-detail th, #fuji-tsubaki-detail td { padding: 14px 12px; border: 1px solid #ddd; text-align: center; }
    #fuji-tsubaki-detail th { background-color: #f1f1f1; font-weight: 700; color: #000; }
    .fuji-highlight { background-color: #ffebee; font-weight: bold; color: #b71c1c; }
    #fuji-tsubaki-detail img { max-width: 100%; height: auto; border-radius: 4px; margin: 20px auto; display: block; }
    #fuji-tsubaki-detail a { color: #b71c1c; text-decoration: none; font-weight: 600; border-bottom: 1px dotted #b71c1c; transition: opacity 0.2s; }
    #fuji-tsubaki-detail a:hover { opacity: 0.8; }
    #fuji-tsubaki-detail .pro-tip { background-color: #e3f2fd; border-left: 5px solid #2196f3; padding: 15px 20px; margin: 25px 0; border-radius: 4px; }
    #fuji-tsubaki-detail .insight-box { background-color: #fdf5e6; border-left: 5px solid #ff9800; padding: 15px 20px; margin: 25px 0; border-radius: 4px; }
    #fuji-tsubaki-detail .faq-item { margin-bottom: 20px; border-bottom: 1px solid #eee; padding-bottom: 15px; }
    #fuji-tsubaki-detail .faq-question { font-weight: 700; color: #000; display: block; margin-bottom: 8px; font-size: 17px; }
    @media (max-width: 768px) { #fuji-tsubaki-detail .feature-grid { grid-template-columns: 1fr; } #fuji-tsubaki-detail h2 { font-size: 18px; margin-top: 30px; } }
