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


/* トピックス */
section .privacycontent{
	width:95%;
	margin:50px auto;
}
section .privacycontent p{
	margin-bottom:20px;
}
section dl{
	width:95%;
	margin:20px auto;
}
section dl dt{
	font-weight:bold;
	margin-bottom:5px;
}
section dl dd{
	margin:0 0 20px 15px;
}
section dl dd ul{
	margin-top:10px;
	margin-left:20px;
}
section dl dd ul li{
	text-indent:-1em;
	margin-left:1em;
}
@media only screen and (max-width:767px) {
/*---------------スマホ-------------------------------*/


}