@charset "utf-8";
/*-----header setting-----*/

.main_titleimage {
    position: relative;
    display: block;
	width:100%;
    height: 50vw;
    margin: 0px auto 0px;
    padding: 0px;
    background-image: url(../images/contents/policy/hero_top01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    background-color: #eff2f1;
    text-align: center;
}

#privacypolicybox {
    position: relative;
    display: block;
    width: 950px;
    height: auto;
    margin: 0px auto 100px;
    padding: 0px;
}

#privacypolicybox a{
    text-decoration: none;
    color: #999999;
}

.privacypolicy_txt p{
    margin: 20px 0px;
    padding: 0px;
    line-height: 1.8em;
}


@media (min-width: 1600px) {
    
.main_titleimage {
    position: relative;
    display: block;
	width:100%;
    height: 62vw;
    margin: 0px auto 0px;
    padding: 0px;
    background-image: url(../images/contents/policy/hero_top01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

    
}/*-----over1600px setting-----*/