body{
    background-color:#F7F7F7
}
.text-center{
    text-align:center;
}
.text-right{
    text-align:right;
}
.contain{
    width:80%;
    margin:auto;
}
p{
    font-size:16px;
}
.connect p{
    margin:0;
}
html{
    font-size:62.5%;
}
.protection-statement{
    width:100%;
    height:100%;
}
@media screen and (max-width:1024px){
    .gmbbg-up-line{
        display: none;
    }
    #copy{
        font-size: 1.2rem;
        color: #999999;
    }
    .head {
        display: none;
    }
    .protection-statement{
        width:100%;
        height:100vh;
    }
    
}
@media screen and (max-width: 640px) {
    p{
        font-size:1.4rem;
    }
    .contain{
        width:100%;
    }
    
}
.protection-statement{
    /*background: url("../../Images/agreement/102316421403.jpg");*/
}
#data_protection img{
    width:100%;
}