
    .fuji-article-container { font-family: Verdana, Arial, sans-serif; font-size: 16px; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; }
    .fuji-article-container h2 { font-size: 20px; font-weight: 700; color: #000; margin-top: 40px; margin-bottom: 15px; border-bottom: 2px solid #eee; padding-bottom: 10px; }
    .fuji-article-container h3 { font-size: 18px; font-weight: 600; color: #444; margin-top: 25px; margin-bottom: 10px; }
    .fuji-article-container p { margin-bottom: 15px; text-align: justify; }
    .fuji-article-container a { color: #0056b3; text-decoration: underline; font-weight: 600; }
    .fuji-article-container a:hover { color: #003d82; }
    .fuji-responsive-img { max-width: 100%; height: auto; display: block; margin: 20px auto; border-radius: 4px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); }
    .fuji-data-table { width: 100%; border-collapse: collapse; margin: 25px 0; font-size: 15px; background-color: #fff; border: 1px solid #ddd; }
    .fuji-data-table th, .fuji-data-table td { border: 1px solid #ddd; padding: 12px; text-align: left; }
    .fuji-data-table th { background-color: #f4f4f4; color: #000; font-weight: bold; }
    .fuji-data-table tr:nth-child(even) { background-color: #fcfcfc; }
    .fuji-highlight-box { background-color: #f0f7ff; border-left: 5px solid #0056b3; padding: 20px; margin: 25px 0; border-radius: 4px; }
    .fuji-faq-item { margin-bottom: 15px; border: 1px solid #e0e0e0; border-radius: 5px; padding: 15px; background: #fafafa; }
    .fuji-faq-question { font-weight: bold; color: #222; display: block; margin-bottom: 8px; }
    .fuji-contact-card { background: #333; color: #fff; padding: 20px; border-radius: 8px; margin-top: 30px; }
    .fuji-contact-card a { color: #ffcc00; }
    @media screen and (max-width: 768px) {
        .fuji-article-container { padding: 15px; }
        .fuji-article-container h2 { margin-top: 25px; font-size: 19px; }
        .fuji-data-table { display: block; overflow-x: auto; white-space: nowrap; }
    }
