@charset "utf-8";
/*
Theme Name: solaris_tcd088-child
Author: r Ku
Version: 2.1.3
Text Domain:tcd-solaris
Template: solaris_tcd088
*/


/* =======================================================
* page-privacy
* ======================================================= */
#page-privacy {
    width: 100%;
    max-width: 1400px;
    box-sizing: border-box;
    padding-bottom: 80px;
    margin: 0 auto;
}

#page-privacy ul {
    padding-bottom: 30px;
}

#page-privacy ul li:first-of-type {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
}

.privacy_contact {
    width: 100%;
    max-width: 880px;
    box-sizing: border-box;
    background: #FBFBFB;
    text-align: center;
    padding: 35px 25px !important;
    margin: 50px auto 0;
}

/* =======================================================
* max-width: 1399px
* ======================================================= */
@media screen and (max-width: 1399px) {
    #page-privacy {
        padding: 0 25px 40px;
    }

    #page-privacy ul li:first-of-type {
        font-size: 16px;
        padding-bottom: 5px;
    }

    .privacy_contact {

        margin-top: 25px;
    }
}