/* =========================================================
   バラスト水管理条約 - ページ内メニュー
   Page namespace: .p-ac-ballastwater
   ========================================================= */

.p-ac-ballastwater .p-ballastwater-nav {
    border-bottom: 1px solid #d6e1ea;
    background: #fff;
}

.p-ac-ballastwater .p-ballastwater-nav .l-container {
    padding-top: 36px;
    padding-bottom: 36px;
}

.p-ac-ballastwater .p-ballastwater-nav__title {
    margin: 0 0 18px;
    font-weight: 700;
}

.p-ac-ballastwater .p-ballastwater-nav__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.p-ac-ballastwater .p-ballastwater-nav__list li {
    min-width: 0;
    margin: 0;
}

.p-ac-ballastwater .p-ballastwater-nav__link {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 76px;
    height: 100%;
    padding: 16px 44px 16px 20px;
    border: 1px solid #d6e1ea;
    border-left: 4px solid #0065b4;
    background: #fff;
    color: #004b87;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    overflow-wrap: anywhere;
    box-sizing: border-box;
}

.p-ac-ballastwater .p-ballastwater-nav__link::after {
    content: "\2193";
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    color: #0065b4;
    font-size: 1rem;
    line-height: 1;
}

.p-ac-ballastwater .p-ballastwater-nav__link:hover,
.p-ac-ballastwater .p-ballastwater-nav__link:focus-visible {
    border-color: #0065b4;
    background: #eef6fb;
}

.p-ac-ballastwater .p-ac-ballastwater__sectionAnchor {
    scroll-margin-top: 120px;
}

@media screen and (max-width: 1024px) {
    .p-ac-ballastwater .p-ballastwater-nav__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 640px) {
    .p-ac-ballastwater .p-ballastwater-nav .l-container {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .p-ac-ballastwater .p-ballastwater-nav__list {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .p-ac-ballastwater .p-ballastwater-nav__link {
        min-height: 60px;
        padding: 12px 40px 12px 16px;
    }

    .p-ac-ballastwater .p-ballastwater-nav__link::after {
        right: 14px;
    }
}
