.brand-logo {
    font-weight: bold;
    line-height: 1;
}

.brand-logo .gold {
    color: #000;
    letter-spacing: 0.1em;
}

.brand-logo .vision {
    color: #ff6600;
}

.brand-name {
    color: #ff6600;
    font-weight: 800;
    font-size: 1.4rem;
    margin-top: 4px;
    border-bottom: 2px solid #ff6600;
    display: inline-block;
}

.nav-item .nav-link {
    font-weight: 800;
}

.memo-cnt {
    background-color: #f26c21;
}

.badge-alert {
    background-color: #ff6600;
    color: white;
    font-size: 0.75rem;
    padding: 4px 8px;
    border-radius: 12px;
    margin-left: 4px;
}

.top_bnr {
    background: url(../images/cp/top.jpg) no-repeat;
    background-size: cover;
    height: 300px;
}

.top_bnr .container {
    padding: 100px;
}

.show_pc {
    display: block;
}

.show_mb {
    display: none;
}

@media screen and (max-width: 767px) {
    .top_bnr {
        height: 220px;
        background-size: 100% 100%;
    }

    .top_bnr .container {
        padding: 70px 20px;
    }

    .fs-5 {
        font-size: 0.9rem !important;
    }

    .show_pc {
        display: none;
    }

    .show_mb {
        display: block;
    }
}