    @charset "utf-8";
    /* CSS Document */
    
    * {
        margin: 0;
        padding: 0;
    }
    
    html,
    body {
		
    }
    
    a {
        text-decoration: none;
    }
    
    a:hover {
        text-decoration: underline;
    }
    
    ul,
    li {
        list-style: none;
    }
    
    .privacy {
        padding: 2rem 4rem;
        color: #333;
		background: #FFEBD8;
    }
	.privacy ul{
		font-size: 1.6rem;
	}
	.privacy li{
		line-height: 3.2rem;
		margin-top: 2rem;
	}
    .privacy h1 {
        text-align: center;
        font-size: 4rem;
        line-height: 7rem;
    }
    
    .privacy h3 {
        font-size: 2.8rem;
        line-height: 4rem;
        margin: 3rem 0 1rem;
    }
    
    .privacy h4 {
        font-size: 2.4rem;
        line-height: 4rem;
        margin: 2rem 0 1rem;
    }
    
    .privacy a {
        color: #2868EC;
        font-weight: bold;
        text-decoration: underline;
    }
    
    .privacy a:hover {
        text-decoration: none;
    }
	@media screen and (max-width: 959px){
		.privacy {
		    padding: 2rem 1rem;
		    color: #333;
			background: #FFEBD8;
		}
		.privacy h1 {
		    text-align: center;
		    font-size: 2rem;
		    line-height: 4rem;
		}
	}