/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 27 2026 | 00:59:45 */
/* 固定ページ上部帯のタイトル文字に影をつけて見やすくする */
.page-header .page-title,
.page-header h1 {
    color: #ffffff !important; /* 文字色を白に固定 */
    text-shadow: 0 0 10px #000000, 0 2px 5px rgba(0, 0, 0, 0.9) !important; /* 強力な黒い影 */
}