/* ================================================
   Legal Pages Styles (privacy / tokushoho)
   matched to cafeyu.xyz
   ================================================ */

.container {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
}

.page-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-bottom: 2px solid #8b4513;
}

.content {
    background: #fff;
}

.content h2 {
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    color: #8b4513;
}

.content h2:first-of-type {
    margin-top: 0;
}

.content p {
    margin-bottom: 20px;
    line-height: 2;
}

.content ol {
    margin-left: 20px;
    margin-bottom: 20px;
}

.content ol li {
    margin-bottom: 15px;
    line-height: 2;
}

.content ol ol {
    margin-top: 10px;
    margin-left: 30px;
}

.contact-info {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    margin-top: 40px;
    border-left: 4px solid #8b4513;
}

.contact-info p {
    margin-bottom: 10px;
}

.info-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

.info-table th,
.info-table td {
    padding: 20px;
    border: 1px solid #e0e0e0;
    text-align: left;
}

.info-table th {
    background: #f9f9f9;
    font-weight: 700;
    width: 30%;
    color: #8b4513;
}

.info-table td {
    background: #fff;
}

.back-link {
    text-align: center;
    margin-top: 60px;
}

.back-link a {
    display: inline-block;
    padding: 15px 40px;
    background: #8b4513;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s;
}

.back-link a:hover {
    background: #654321;
}

@media (max-width: 768px) {
    .container {
        margin: 30px auto;
    }

    .page-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .content h2 {
        font-size: 20px;
        margin-top: 40px;
    }

    .info-table th,
    .info-table td {
        display: block;
        width: 100%;
    }

    .info-table th {
        border-bottom: none;
    }
}

@media (max-width: 480px) {
    .page-title {
        font-size: 24px;
    }
}
