@charset "utf-8";

/* Standardize Rule Page Styling */

/* =======================================
   Header Logo - Force Display
======================================= */
.globalHeaderLogo {
    display: block !important;
}

/* =======================================
   Contents Title - Unified Styling
======================================= */

/* Hide the background image pseudo-element */
.contentsTitle::before {
    display: none !important;
    background-image: none !important;
}

/* Adjust title container spacing */
.contentsTitle {
    margin-bottom: 40px !important;
}

/* English Title Styling */
.contentsTitleEn {
    font-size: 25px !important;
    font-weight: 700 !important;
    color: #FF9300 !important;
    /* Use site primary color or standard */
    letter-spacing: 0.35em !important;
    line-height: 1.2 !important;
    font-family: 'Roboto Condensed', 'Noto Sans Japanese', 'メイリオ', Meiryo, Arial, sans-serif !important;
}

/* Japanese Title Styling */
.contentsTitleJp {
    display: block !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #2b3135 !important;
    margin-top: 10px !important;
    padding-top: 10px !important;
    letter-spacing: 0.23em !important;
    line-height: 1 !important;
}