@charset "UTF-8";
/* ----------------------------------------------------------------
price
---------------------------------------------------------------- */
#privacy{
	max-width: 1000px;
	margin: 0 auto 50px;
	font-size: 15px;
}
#privacy .midashi,.kiyaku{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #b3b3b3;
}
.txt01{
	margin-bottom: 10px;
	font-weight: 600;
}
.kiyaku{
	
}
.kiyaku ul.list01 > li{
	margin-bottom: 15px;
}
.list_num{
	list-style:decimal;
	padding-left: 1em;
}
.dot_num{
	list-style-type: disc;
	padding-left: 1em;
}
.company dl{
	display: flex;
	margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
#privacy{
	margin: 0 5% 50px;
}
}