    @charset "utf-8";
    /* CSS Document */
    
    * {
        margin: 0;
        padding: 0;
    }
    
    html,
    body {
        font-size: 62.5%;
        color: #FFFFFF;
        font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
        height: 100%;
        overflow: hidden;
        background: url(img/r1.png) no-repeat right 21rem top 16rem,
		url(img/r2.png) no-repeat right 40rem top 10rem,
		url(img/bg.png) no-repeat;
		background-size: auto 70rem,auto 70rem,cover;
    }
    
    a {
        text-decoration: none;
    }
    
    a:hover {
        text-decoration: underline;
    }
    
    ul,
    li {
        list-style: none;
    }
    
    .header {
        padding: 20px 0;
    }
    
    .w {
        width: 80%;
        margin: 0 auto;
    }
    
    .nav {
        display: flex;
        align-items: center;
    }
	.nav .logo-title{
		margin-left: 1rem;
		font-size: 2rem;
		font-weight: bold;
		color: #FFFFFF;
		line-height: 4rem;
	}
    .content{
		margin-top: 8%;
	}
	.content p{
		margin-bottom: 10rem;
	}
	.content p img{
		vertical-align: middle;
	}
	img.rectangle{
		margin-right: 2.5rem;
	}
    body.privacy-body {
        overflow: auto;
		background: url(img/bg.png) no-repeat;
    }
    
    .privacy {
        padding: 5rem 4rem;
        color: #fff;
    }
    
    .privacy h1 {
        text-align: center;
        font-size: 3rem;
        line-height: 6rem;
        margin-bottom: 2rem;
    }
    
    .privacy p {
        font-size: 1.6rem;
        line-height: 3.2rem;
        margin-top: 1rem;
    }
    
    .privacy li {
        margin-top: 2rem;
    }
    
    .privacy h3 {
        font-size: 2.4rem;
        line-height: 3rem;
        margin: 3rem 0 1rem;
    }
    
    .privacy h4 {
        font-size: 2rem;
        line-height: 2.6rem;
        margin: 2rem 0 1rem;
    }
    
    .privacy a {
        color: #fff;
        font-weight: bold;
        text-decoration: underline;
    }
    
    .privacy a:hover {
        text-decoration: none;
    }
	.privacy .bold{
		font-weight: bold;
	}