
    .fuji-guide-wrapper { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #333; line-height: 1.7; max-width: 1000px; margin: 0 auto; padding: 0; background-color: #ffffff; }
    .fuji-guide-wrapper > :first-child { margin-top: 0 !important; }
    .fuji-guide-wrapper p, .fuji-guide-wrapper li, .fuji-guide-wrapper span, .fuji-guide-wrapper a { font-size: 17px; margin-bottom: 16px; }
    .fuji-guide-wrapper h2 { font-size: 24px; color: #111; font-weight: 700; margin-top: 45px; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #eaeaea; line-height: 1.4; }
    .fuji-guide-wrapper h3 { font-size: 20px; color: #d32f2f; font-weight: 600; margin-top: 30px; margin-bottom: 15px; }
    .fuji-guide-wrapper strong { font-weight: 700; color: #000; }
    .fuji-guide-wrapper a { color: #d32f2f; text-decoration: none; font-weight: 600; border-bottom: 1px solid transparent; transition: border-color 0.2s ease, color 0.2s ease; }
    .fuji-guide-wrapper a:hover { color: #b71c1c; border-bottom: 1px solid #b71c1c; }
    .fuji-guide-wrapper img { max-width: 100%; height: auto; display: block; margin: 30px auto; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); }
    .feature-box { border: 1px solid #e0e0e0; border-radius: 8px; padding: 25px; margin: 35px 0; background-color: #fafafa; box-shadow: 0 2px 10px rgba(0,0,0,0.03); }
    .feature-title { color: #d32f2f; font-weight: 700; font-size: 20px; margin-bottom: 15px; display: block; }
    .expert-tip { background-color: #e8f4fd; border-left: 5px solid #1976d2; padding: 20px 25px; margin: 30px 0; border-radius: 0 8px 8px 0; }
    .expert-tip-title { font-weight: 700; font-size: 15px; color: #0d47a1; text-transform: uppercase; display: block; margin-bottom: 8px; letter-spacing: 0.5px; }
    .spec-table { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 16px; border-radius: 8px; overflow: hidden; border: 1px solid #e0e0e0; }
    .spec-table th, .spec-table td { padding: 15px; text-align: left; border-bottom: 1px solid #e0e0e0; }
    .spec-table th { background-color: #f5f7f9; font-weight: 700; color: #222; width: 25%; }
    .spec-table tr:last-child td { border-bottom: none; }
    .spec-table tr:hover { background-color: #fafafa; }
    .faq-container { background-color: #fdfaf9; padding: 30px; border-radius: 8px; margin-top: 40px; border-left: 5px solid #d32f2f; }
    .faq-item { margin-bottom: 25px; }
    .faq-item:last-child { margin-bottom: 0; }
    .faq-question { display: block; font-weight: 700; font-size: 18px; color: #111; margin-bottom: 8px; }
    .faq-answer { color: #444; }
    @media (max-width: 768px) {
        .fuji-guide-wrapper { padding: 0 15px; }
        .fuji-guide-wrapper h2 { font-size: 22px; margin-top: 35px; }
        .fuji-guide-wrapper h3 { font-size: 18px; }
        .fuji-guide-wrapper p, .fuji-guide-wrapper li, .fuji-guide-wrapper span, .fuji-guide-wrapper a { font-size: 16px; }
        .spec-table { display: block; overflow-x: auto; white-space: nowrap; }
        .feature-box { padding: 20px 15px; }
        .faq-container { padding: 20px 15px; }
    }
