@charset "utf-8";

/**-------------------------------------------------------------
 個人情報について
-------------------------------------------------------------**/
ul.privacyLIST{margin-left: 20px;}

ul.privacyLIST li + li{
	margin-top: 10px;
}

ul.privacyLIST li{
  text-indent:-2em;
  padding-left:2em;

}

ul.privacyLIST li:nth-of-type(1)::before{	content: 'ａ）';}
ul.privacyLIST li:nth-of-type(2)::before{	content: 'b）';}
ul.privacyLIST li:nth-of-type(3)::before{	content: 'c）';}
ul.privacyLIST li:nth-of-type(4)::before{	content: 'd）';}
ul.privacyLIST li:nth-of-type(5)::before{	content: 'e）';}
ul.privacyLIST li:nth-of-type(6)::before{	content: 'f）';}
ul.privacyLIST li:nth-of-type(7)::before{	content: 'g）';}