@charset "utf-8";
@import url("/webfonts/NotoSans_Regular/stylesheet.css");

.privacy-container {
    max-width: 900px;
    margin: 50px auto;
    padding: 0 20px;
    font-family: "NotoSans Regular", sans-serif;
    line-height: 1.8;
    color: #333;
}

.privacy-header {
    text-align: center;
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

.privacy-header h1 {
    font-size: 2.8rem;
    color: #1e3c72;
    margin-bottom: 8px;
}

.privacy-header p {
    color: #666;
    font-size: 1.05rem;
}

.privacy-content section {
    margin-bottom: 50px;
}

.privacy-content h2 {
    font-size: 1.75rem;
    color: #1e3c72;
    margin-bottom: 20px;
}

.privacy-content p {
    font-size: 1.06rem;
    margin-bottom: 16px;
}

.privacy-content a {
    color: #0066cc;
    text-decoration: underline;
}

.privacy-content a:hover {
    color: #0052a3;
}