.privacy_contentWrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
}

.privacy_contentTitle {
    font-size: clamp(1rem, 0.893rem + 0.54vw, 1.375rem);
    font-weight: bold;
    color: #4e4e4e;

}

.privacy_content ul {
    margin-top: 24px;
}

.indent_1 {
    padding-left: 1.5em;
    text-indent: -1.3em;
}

.indent_1::before {
    display: inline-block;
    content: "";
    background-color: #646464;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    margin-right: 15px;
    vertical-align: middle;
}

.privacy_contactLink {
    border-bottom: 1px solid #000dff;
    color: #000dff;
}

.privacy_policyDate {
    text-align: end;
}