 
.privacy .inn{
    width:100%;
    max-width:800px;
    margin:30px auto 80px;
}
.privacy h1{
    font-size:19px;
    padding:15px;
    margin:15px 0;
    border-top:3px solid #310;
    border-bottom:3px solid #310;
    text-align:center;
}
.privacy h2{
    font-size:18px;
    padding:20px 0 10px;
    font-weight:550;
    border-bottom:1px solid #ccd;
    margin-bottom:10px;

}
.privacy {
    line-height:1.6;
}
.privacy ul{
    list-style:inside;
    padding-bottom:2em;
    padding-left:1em;
}


/* ---------------------------------

タブレット設定

------------------------------------ */
@media print, screen and (min-width:768px)  {

.privacy h1{
    font-size:24px;
}
.privacy h2{
    font-size:18px;
}

}