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

.privacyList{
  margin-left: 20px;
}

.privacyListItem{
  list-style-type: decimal;
  margin-bottom: 5px;
}

.privacyTitle{
  font-size:140%;
	font-weight:bold;
  margin-bottom: 50px;
  text-align: center;
}

.privacySubTitle{
  font-size:120%;
	font-weight:bold;
  margin-bottom: 15px;
  background: #eee;
  padding: 10px;
}

.privacyMinTitle{
  font-size:110%;
	font-weight:bold;
  margin-bottom: 5px;
}

.privacyMinTitle::before{
  content: "【";
}

.privacyMinTitle::after{
  content: "】";
}