
    /* --- FUJI TSURUGI STYLES (ES) --- */
    #fuji-tsurugi-content-es {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        line-height: 1.6;
        color: #333;
        font-size: 16px;
        background-color: #fff;
        width: 100%;
    }
    #fuji-tsurugi-content-es .article-container { width: 100%; max-width: 100%; margin: 0; padding: 0; box-sizing: border-box; }
    #fuji-tsurugi-content-es h2 {
        font-size: 20px; color: #000; border-bottom: 2px solid #ba372a; padding-bottom: 8px; margin-top: 30px; margin-bottom: 20px; font-weight: 700; text-transform: uppercase; line-height: 1.3;
    }
    #fuji-tsurugi-content-es h3 {
        font-size: 18px; color: #ba372a; margin-top: 25px; margin-bottom: 10px; font-weight: 700;
    }
    #fuji-tsurugi-content-es p { margin-bottom: 15px; text-align: left; }
    #fuji-tsurugi-content-es ul { margin-bottom: 20px; padding-left: 20px; }
    #fuji-tsurugi-content-es li { margin-bottom: 10px; }
    #fuji-tsurugi-content-es strong { color: #000; }
    #fuji-tsurugi-content-es img { max-width: 100%; height: auto; display: block; margin: 20px auto; border-radius: 4px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
    #fuji-tsurugi-content-es .video-responsive-wrapper {
        position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 800px; margin: 30px auto; background-color: #000; border-radius: 6px;
    }
    #fuji-tsurugi-content-es .video-responsive-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
    #fuji-tsurugi-content-es .tech-table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 15px; }
    #fuji-tsurugi-content-es .tech-table th, #fuji-tsurugi-content-es .tech-table td { border: 1px solid #ddd; padding: 10px; text-align: left; }
    #fuji-tsurugi-content-es .tech-table th { background-color: #f9f9f9; font-weight: bold; width: 35%; color: #ba372a; }
    #fuji-tsurugi-content-es .highlight-box { background-color: #fff9f9; border-left: 4px solid #ba372a; padding: 15px; margin: 20px 0; }
    #fuji-tsurugi-content-es a { color: #ba372a; text-decoration: underline; font-weight: bold; }
    #fuji-tsurugi-content-es .faq-item { background: #fdfdfd; border: 1px solid #eee; padding: 15px; margin-bottom: 10px; border-radius: 4px; }
    @media (max-width: 768px) {
        #fuji-tsurugi-content-es h2 { font-size: 18px; }
        #fuji-tsurugi-content-es .tech-table { font-size: 14px; }
    }
