@charset "UTF-8";
/* CSS Document */

/*PC*/
@media print, screen and (min-width: 801px) {
#privacy .txt{
margin-bottom: 60px;
}

}
/*sp*/
@media only screen and (max-width: 800px) {
#privacy .txt{
margin-bottom: 30px;
}
}