.page-lower #visual {
    background: url("../images/privacy/visual-bg.jpg") center center /cover no-repeat;
}
.page-lower #visual .title-1:before {
    content: 'PRIVACY POLICY';
}

body {
    background-color: #f0f2f3;
}
.body {
  width: 1080px;
}

#main .section {
    background: url(../images/common/bg-1.png) 0 20% /100% auto no-repeat;
    padding: 90px 0 140px;
}
#main .title-2 {
    font-size: 3rem;
}
@media (max-width:768px) {
    #main .section {
        padding: 50px 0;
    }
    #main .title-2 {
        font-size: 2.6rem;
    }
}