@charset "UTF-8";
/* CSS Document */
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}


.privacy_txt{
border-bottom: #dddddd 1px dotted;
padding-bottom: 5%;
margin-bottom: 5%;
}

#privacy dl{
padding-top: 0%;
border-bottom: #dddddd 1px dotted;
padding-bottom: 5%;
margin-bottom: 5%;
}

#privacy dt{
color: #000000;
font-weight: bold;
padding-bottom: 1%;
}

#privacy dd{

}

@media screen and (max-width: 768px) {
.privacy_txt{
border-bottom: #dddddd 1px dotted;
padding-bottom: 7%;
margin-bottom: 10%;
}

#privacy dl{
padding-top: 0%;
border-bottom: #dddddd 1px dotted;
padding-bottom: 7%;
margin-bottom: 10%;
}	
	
	
}