    @charset "utf-8";
    /* CSS Document */
    
    html,body {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
    }
    ol li{
        list-style: none;
    }
    .main{
        width: 100%;
        height: 100%;
        background:url("./img/pic_phone.png") 50% 60% no-repeat, url("./img/pic_bg.png") 100% 0% no-repeat;
        background-size: auto 50%, 100% 80%;
        background-color: #1F235C;
    }
    .header{
        height: 15%;
        line-height: 15%;
    }
    nav{
        height: 100%;
        display: flex;
        justify-content: space-between;
        padding-left: 5%;
        padding-right: 3%;
    }
    .topleft , .topright{
        height: 100%;
        line-height: 100%;
        display: flex;
    }
    .topleft div , .topright div{
        display: inline-block;
        align-self: center;
        height: 35%;
    }
    .topleft div img{
        height: 100%;
    }
    .topright div img{
        height: 100%;
        margin-right: 20px;
    }

    .content{
        height: 75%;
        text-align: center;
        position: relative;
    }
    .content p{
        margin: 0;
        padding: 0;
        font-size: 35px;
        color: white;
    }
    .content div{
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 50px;
    } 
    .footer{
        height: 10%;
        text-align: center;
        color: #fff;
    }
    .footer > div{
        height: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
    }
    .footer > div > div{
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .footer > div > div:nth-child(2){
        height: calc(100% - 20px);
    }
    .footer a{
        color: #7d7dff;
        text-decoration: none;
    }
    .inline{
        display: flex;
        line-height: 20px;
        justify-content:space-between !important;
        padding:0 3%;
    }
    .inline .line{
        height: 0px;
        display: inline-block;
        width: 45%;
        border: .5px solid #666666;
    }

    a {
        text-decoration: none;
    }
    
    a:hover {
        text-decoration: underline;
    }
    @media screen and (max-width: 820px) {
        .footer > div > div:nth-child(2){
            height: calc(100% - 50px);
        }
    }
    
    .privacy {
        padding: 5rem 8rem;
        color: #333;
    }
    @media screen and (max-width: 820px) {
        .privacy {
            padding: 2em 1rem !important;
        }
    }
    .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: blue;
    }
	.privacy .indent{
		padding-left: 40px;
		font-size: 1.6rem;
	}
    .privacyol{
        padding-left: 40px;
    }
    .privacyol li{
        list-style: disc;
        font-size: 2rem;
        line-height: 3.2rem;
        margin-top: 1rem;
    }