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

#privacy .inner{
	margin: 50px auto;
	max-width: 800px;
}
#privacy .inner .intro{
	margin-bottom: 40px;
}
#privacy .inner dl{
	margin-bottom: 45px;
}
#privacy .inner dl dt{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
.bullet{
	padding-left: 16px;
	position: relative;
}
.bullet::before{
	content: '●';
	position: absolute;
	left: 0;
	top: 0;
	font-size: 15px;
	color: #333333;
	line-height: 1.8em;
}
.space-bottom{
	padding-bottom: 15px;
}



/* スマートフォン用 - ブレイクポイント768 */
@media screen and (max-width: 768px) {

	#privacy .container {
		padding: 0 20px;
	}

	#privacy .inner dl dt {
		font-size: 18px;
	}

	#privacy .inner dl dd {
		font-size: 14px;
	}

}











































