@charset "UTF-8";

/* ====== privacy-policy ====== */

.privacy-policy_content_box{
	padding: 2rem;
	line-height: 2.1;
}

.privacy-policy_content_box dt{
	font-size: 1.08rem;
	font-weight: bold;
	color: #EF8C2E;
	margin-top: 2em;
}

.privacy-policy_content_box dd {
	border-bottom: 1px dotted #e0dfdb;
}

.privacy-policy_content_box dd:last-child {
	border-bottom: none;
}

.privacy-policy_content_list{
	margin-left: 2em;
}

.privacy-policy_content_list li{
	list-style: disc;
}