
    .cconsent-policy-page-wrap dl dt {
        font-weight: 600;
        padding: 10px 0;
        border-bottom: 1px solid #999;
    }

    .cconsent-policy-page-wrap dl dd {
        margin: 0;
        padding: 10px 0;

    }

    .cconsent-policy-page-wrap button {
        background: #000;
        color: #fff;
        padding: 10px;
        border: none;
        cursor: pointer;
        border-radius: 7px;
    }

    .cookie_setting {
        color: #aa095c;
        font-weight: 700;
    }

    .cookie_setting:hover {
        text-decoration: underline;
    }
