/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 28 2026 | 06:05:08 */
@media (max-width: 767px) {
    .page-header {
        height: 60px !important;
        min-height: 60px !important;
    }
    .page-header-inner {
        height: 60px !important;
        min-height: 60px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    /* タイトルテキストのサイズを制限 */
    .page-header-inner .page-header-title,
    .page-header-inner h1,
    .page-header-inner h2 {
        font-size: clamp(15px, 4.5vw, 22px) !important;
        line-height: 1.3 !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0 !important;
        text-align: center !important;
    }
}