/* Shared styles for legal / privacy pages (JA & EN) */

body {
    font-family: sans-serif;
    line-height: 1.6;
    padding: 0;
    margin: 0;
    color: #eee;
    background: #0d110f;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(13, 17, 15, 0.95);
    border-bottom: 1px solid #2a382d;
    backdrop-filter: blur(8px);
}

.header-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 16px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

/* トップページ（style.css）と同じ横長ロゴ（白抜き PNG） */
.site-header .header-logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    line-height: 0;
    flex-shrink: 0;
}

.site-header .logo-img--header {
    height: 56px;
    width: auto;
    max-width: min(320px, 55vw);
    display: block;
    object-fit: contain;
}

.site-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.site-nav a {
    color: #a0aab2;
    text-decoration: none;
    font-size: 0.9rem;
}

.site-nav a:hover {
    color: #fff;
}

.site-main {
    padding: 40px 5%;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    background: #161e18;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #2a382d;
}

h1 {
    border-bottom: 2px solid #3b7d3d;
    padding-bottom: 10px;
    color: #fff;
    font-size: 1.5rem;
    margin-top: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th,
td {
    border: 1px solid #2a382d;
    padding: 15px;
    text-align: left;
    color: #ccc;
    font-size: 0.95rem;
}

th {
    background-color: #1a251c;
    width: 35%;
    color: #3b7d3d;
    font-weight: bold;
}

h2 {
    color: #3b7d3d;
    margin-top: 30px;
    font-size: 1.1rem;
    border-left: 4px solid #3b7d3d;
    padding-left: 10px;
}

p,
li {
    color: #ccc;
    font-size: 0.95rem;
}

ul {
    padding-left: 20px;
}

.site-footer {
    max-width: 900px;
    margin: 0 auto;
    padding: 32px 5% 48px;
    text-align: center;
    color: #a0aab2;
    font-size: 0.85rem;
    border-top: 1px solid #2a382d;
}

.site-footer a {
    color: #a0aab2;
    text-decoration: none;
    margin: 0 6px;
}

.site-footer a:hover {
    color: #fff;
}

.site-footer .footer-row {
    margin-bottom: 10px;
}

.copyright {
    margin-top: 16px;
    color: #666;
    font-size: 0.8rem;
}

.terms-updated {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 1.25rem;
}
