@charset "UTF-8";

ul.w_sub_proc_list li {
    width: 130px;
    box-sizing: border-box;
}

ul.w_sub_proc_list li p {
    white-space: normal;
    word-break: break-word;
    font-size: .75rem;
}

ul.w_sub_proc_list_v2 li {
    width: 190px;
    margin-left: 20px !important;
}

.graphic_ex.icm3 ul li p {
    font-size: .75rem;
    white-space: normal;
    word-break: break-word;
}

@media (min-width: 769px) {
    .ct_list > li {
        margin-left: 10px;
    }

    .ct_list > li > a {
        font-size: 14px;
        padding: 26px 10px;
    }

    .ct_sub_list {
        padding: 10px 0;
    }

    .ct_sub_list li a {
        height: auto;
        padding: 10px;
        box-sizing: border-box;
        font-size: 11px;
        line-height: 1.5;
        display: inline-flex;
        max-width: 150px;
        word-break: break-word;
    }

    .bnr p {
        padding: 0 60px;
        word-break: break-word;
    }

    .ct_list2 .container {
        max-width: none;
    }

    .lnb {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 0;
        gap: 10px;
    }

    .lnb li {
        width: auto;
        margin-left: 0;
    }

    .lnb li a {
        font-size: 14px;
    }

    h1.tit_dep1 {
        max-width: 400px;
    }

    .path {
        font-size: 11px;
    }
}

@media (max-width: 768px) {
    .bnr p br {
        display: none;
    }

    .lnb li {
        width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        border-bottom: 1px solid #c8c8c8;
    }

    .lnb li.active {
        background: #0296cd;
    }

    .lnb li a {
        display: block;
        width: 100%;
        padding: 10px;
        border: 0;
        height: auto;
        line-height: 1.5;
    }
}