/* =============================================
   法定ページ（プライバシーポリシー等）
   sub-hero は services.css と併用
   ============================================= */

.gk-page .gk-legal-main {
    max-width: 800px;
    margin: 0 auto;
    padding: 48px 48px 64px;
    line-height: 1.9;
}

.gk-page .gk-legal-updated {
    font-size: 12px;
    color: rgba(232, 240, 254, 0.5);
    margin-bottom: 40px;
    line-height: 1.6;
}

.gk-page .gk-legal-section {
    margin-bottom: 40px;
}

.gk-page .gk-legal-section:last-child {
    margin-bottom: 0;
}

.gk-page .gk-legal-section-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #e8f0fe;
    margin: 0 0 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(79, 163, 255, 0.25);
    line-height: 1.5;
}

.gk-page .gk-legal-section p {
    font-size: 14px;
    font-weight: 300;
    color: rgba(232, 240, 254, 0.88);
    margin: 0 0 14px;
    line-height: 1.95;
}

.gk-page .gk-legal-section p:last-child {
    margin-bottom: 0;
}

.gk-page .gk-legal-list {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
}

.gk-page .gk-legal-list li {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    font-weight: 300;
    color: rgba(232, 240, 254, 0.88);
    line-height: 1.9;
    margin-bottom: 10px;
}

.gk-page .gk-legal-list li::before {
    content: '・';
    position: absolute;
    left: 0;
    color: #4fa3ff;
}

.gk-page .gk-legal-list li:last-child {
    margin-bottom: 0;
}

.gk-page .gk-legal-list a {
    color: #4fa3ff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.gk-page .gk-legal-list a:hover {
    color: #e8f0fe;
}

.gk-page .gk-legal-link-wrap {
    margin-top: 16px;
}

.gk-page .gk-legal-link {
    font-size: 13px;
    font-weight: 500;
    color: #4fa3ff;
    text-decoration: none;
    line-height: 1.6;
}

.gk-page .gk-legal-link:hover {
    color: #e8f0fe;
}

.gk-page .gk-legal-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 32px;
}

.gk-page .gk-legal-table tr {
    border-bottom: 1px solid rgba(79, 163, 255, 0.1);
}

.gk-page .gk-legal-table tr:first-child {
    border-top: 1px solid rgba(79, 163, 255, 0.1);
}

.gk-page .gk-legal-table th,
.gk-page .gk-legal-table td {
    padding: 18px 20px;
    text-align: left;
    vertical-align: top;
    font-size: 13px;
    line-height: 1.85;
}

.gk-page .gk-legal-table th {
    width: 32%;
    min-width: 120px;
    font-weight: 700;
    color: #4fa3ff;
    background: rgba(26, 106, 255, 0.06);
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.04em;
}

.gk-page .gk-legal-table td {
    color: rgba(232, 240, 254, 0.88);
    font-weight: 300;
}

.gk-page .gk-legal-table a {
    color: #4fa3ff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.gk-page .gk-legal-table a:hover {
    color: #e8f0fe;
}

.gk-page .gk-legal-notes {
    margin-bottom: 8px;
}

.gk-page .gk-legal-notes p {
    font-size: 12px;
    font-weight: 300;
    color: rgba(232, 240, 254, 0.55);
    line-height: 1.85;
    margin: 0 0 10px;
}

.gk-page .gk-legal-notes p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .gk-page .gk-legal-main {
        padding: 36px 20px 48px;
    }

    .gk-page .gk-legal-section-title {
        font-size: 16px;
    }

    .gk-page .gk-legal-table th,
    .gk-page .gk-legal-table td {
        display: block;
        width: 100%;
        padding: 12px 16px;
    }

    .gk-page .gk-legal-table th {
        padding-bottom: 4px;
        border-bottom: none;
        background: transparent;
    }

    .gk-page .gk-legal-table td {
        padding-top: 0;
        padding-bottom: 16px;
    }
}
