@charset "utf-8";

/*
************************************************************************
* privacy
************************************************************************
*/

/* ################################################################################################ */
/* ## PC                         ################################################################## */
/* ################################################################################################ */



.box-privacy {
    padding: 2em 4em;
    margin-top: 1em;
    margin-bottom: 2em;
}
.box-privacy .title {
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1em;
    color: #FF6000;
}
.box-privacy .text {
    margin-bottom: 3em
}
.box-privacy .text p {
    margin: 1em 0;

}



@media screen and (max-width:640px) {

    .box-privacy {
        padding: 2em;
    }
}