<!-- Zohoヘッダー埋め込み用：お知らせバー -->
<div id="zoho-campaign-banner" style="
    background: linear-gradient(90deg, #E5A93C 0%, #F39C12 100%);
    color: #ffffff;
    text-align: center;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    z-index: 9999;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    font-family: 'Noto Sans JP', sans-serif;
">
    🎉 【新コース開講記念】ノーコードでサイト作成！「Zoho Sites講座」が期間限定20%OFFキャンペーン実施中！
    <a href="#campaign-details" style="
        color: #ffffff;
        text-decoration: underline;
        margin-left: 15px;
        background-color: rgba(255, 255, 255, 0.25);
        padding: 4px 12px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: bold;
        display: inline-block;
        transition: all 0.2s ease;
    " onmouseover="this.style.backgroundColor='#ffffff'; this.style.color='#E5A93C';" onmouseout="this.style.backgroundColor='rgba(255,255,255,0.25)'; this.style.color='#ffffff';">詳細を見る ➔</a>
</div>
