/*--------------------------------------------------------------------------------
 * Privacy Policy
 */

.privacypolicy {
    color:#666;
    font-size: 10pt;
}

.privacypolicy hr {
    border:none;
    border-top:solid 0.5px #AAA;
    height:1px;
    margin:0 6 0 6;
}

.privacypolicy h2 {
    font-size:14pt;
    color:#666;
}
.privacypolicy h3 {
    font-size:10pt;
    color:#888;
}

/*
 * 括弧つき リスト
*/
.paren{
  counter-reset:item;
  list-style:none;
}
.paren li:before{
  content:"(" counters(item, "-") ")";
  counter-increment:item;
  margin-right:0.5em;
}
.paren li{
  padding-left:1.5em;
  text-indent:-1.5em;
}
