@charset "UTF-8";



.privacypolicy {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
}

.privacypolicy h2 {
    color: #000;
    font-size:1.6em;
    border-bottom: 1px #ddd solid;
    padding: 10px 0;
}
.privacypolicy h2 span {
    border-left: 3px #000 solid;
    padding-left: 10px;
}
.privacypolicy h3 {
    color: #000;
    font-size:1.3em;
}

.privacypolicy .update {
    text-align: right;
}

/*
h1{
   color:#444;
   font-size:1.8em;
}
h2{
   color:#666;
   margin:60px 0 20px 0;
   font-size:1.6em;
}
h3{
   text-align:left;
   font-size:1.5em;
}
h4{
   font-size:2em;
}   
h5{
   text-align:left;
   font-size:1.2em;
}
   */