/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 28 2026 | 10:59:58 */
.single-{typical} .entry-title {
    background-color: #5c8da8 !important;
	color: #ffffff !important; /* ← これを追加 */
}
.single-school_news .entry-title,
.single-important .entry-title {
    background-color: #5c8da8 !important;
    color: #ffffff !important;
    font-size: 1.6rem !important;
    padding: 15px 20px !important;
}

@media (max-width: 767px) {
    .single-school_news .entry-title,
    .single-important .entry-title {
        font-size: 1.1rem !important;
        padding: 10px 14px !important;
        line-height: 1.5 !important;
        word-break: break-word !important;
    }
}