.Com-Header .dropdown-menu {
    font-size: 16px !important;
}
.Com-Header .dropdown-menu .dropdown-item {
    padding: 4px 16px !important;
    box-sizing: border-box !important;
}
.Com-Header div,
.Com-Header .dropdown-item, .Com-Header a.btn {
    font-family: system-ui, "Segoe UI", "Helvetica Neue", Arial,
        "Noto Sans", "Liberation Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji" !important;
}
.footerFontSize {
    font-size: 16px;
    font-weight: 600;
}
.accordion-collapse{
    padding-left: 32px !important;
}
@media only screen and (max-width: 950px) {
    .Com-Header div,
    .Com-Header .dropdown-item, .Com-Header a.btn {
        font-family: system-ui, "Segoe UI", "Helvetica Neue", Arial,
            "Noto Sans", "Liberation Sans", sans-serif,
            "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
            "Noto Color Emoji" !important;
    }
    .accordion-button{
        font-size: 16px !important;
    }
    .top-page-btn button{
        font-size: 16px !important;
    }
}
@media only screen and (max-width: 480px) {
    .accordion-button{
        font-size: 16px !important;
    }
    .top-page-btn button{
        font-size: 16px !important;
    }
}
/* content area */
ol, ul {
    padding-left: 0 !important;
}
*{
    box-sizing: content-box !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.8 !important;
}
.h2,h2 {
    font-weight: 700 !important;
}

