﻿

/* =========================
   Privacy & Data Collection Page
   File: privacy.html
   Added by 2025.07.25
   ========================= */

.Privacy-Area {
    padding-bottom: 6em;
}

    .Privacy-Area h1 {
        font-family: "Public Sans" !important;
    }

    .Privacy-Area h2 {
        margin: 2em 0 0.4em 0;
        font-family: "Public Sans" !important;
    }

    .Privacy-Area ul {
        list-style: none;
        padding-left: 0;
        margin-left: 0;
    }

        .Privacy-Area ul li::before {
            content: '•';
            color: #333;
            font-size: 1.2em;
            display: inline-block;
            margin-right: 0.5em;
            vertical-align: middle;
        }

    .Privacy-Area p {
        margin: 0;
        font-size: 0.9em;
        line-height: 1.5em;
        color: #333;
    }

    .Privacy-Area .Privacy-list-tit {
        margin: 1.3em 0 0.4em 0;
        font-size: 1em;
        line-height: 1.8em;
    }

    .Privacy-Area p a {
        font-weight: bold;
        color: #19AA75;
    }

        .Privacy-Area p a:hover {
            text-decoration: underline;
        }

    .Privacy-Area ul li {
        margin-top: 0.6em;
        font-size: 0.9em;
        line-height: 1.5em;
        color: #333;
    }


        .Privacy-Area ul li a {
            font-weight: bold;
            color: #19AA75;
        }

            .Privacy-Area ul li a:hover {
                text-decoration: underline;
            }

.Privacy-list-oaic {
    font-weight: bold;
}

.Privacy-Area ul li ul {
    padding-left: 1em;
}
