@charset "utf-8";
/*
特定商法
----------------------*/
.privacyWrap {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.privacyTitl{
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}

.privacyList {
	padding-left: 1.5em;
}
.privacyList .privacyListItem{
	margin-bottom: 10px;
	font-size: 16px;
	list-style: disc;
}

.privacyList .privacyListItem a{
	font-size: 16px;
}

.privacyList li:last-child {
	margin-bottom: 0;
}

.privacyTitl {
	margin-top: 40px;
}


@media screen and (max-width: 800px) {
	.privacyList .privacyListItem{
		font-size: 16px;
	}
	.privacyList .privacyListItem a{
		font-size: 16px;
	}	
}


