body {
    font-family: "Noto Sans JP", sans-serif;
}
.main-header-section {
    width: 100%;
    left: 0px;
    height: 95px;
}
.main-header-logo-section {
    width: 150px;
}
.main-header-logo-section img {
    width: 100%;
    height: 100%;
}
.logout-btn-section {
    border-radius: 5px;
    border: 1px solid #004ea2;
    height: auto;
    padding: 0px !important;
}
.logout-btn-section a {
    padding: 10px 30px !important;
}
.logout-btn-section .user-img {
    width: 24px;
    height: 24px;
}
.logout-btn-section .user-info p {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}
.main-header-section .navbar.navbar-expand.gap-3 {
    justify-content: space-between;
}
.main-header-title-section h1 {
    /* font-size: 25px; */
    font-size: 35px;
    font-weight: 700;
    margin: 0px;
    background: linear-gradient(180deg, #004ea2 0%, #e60012 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.header-main-other-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom-logout-btn-section .user-info p {
    color: #004ea2;
    font-weight: 700;
    font-size: 15px;
}
.custom-main-header-section {
    z-index: 99999;
}
