@charset "utf-8";
/* CSS Document */

/****************************
   MAIN IMAGE
*****************************/
.mainContent-headerContainer{
	height:500px;
	overflow:hidden;
    position:relative;
    background-image: url('/assets/image/index/main_image.jpg');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
.header-title{
    width:1100px;
    margin: 50px auto;
    padding-left: 10px;
    color:#FFFFFF;
    letter-spacing: 5px;
}
@media screen and (max-width: 1100px) {
    .header-title{
        padding-left: 25px;
    }
}
@media screen and (max-width: 978px) {
    .mainContent-headerContainer{
        height:475px;
    }
    .header-title{
        font-size: 4.3rem;
    }
}
@media screen and (max-width: 479px) {
    .mainContent-headerContainer{
        height:300px;
    }
    .header-title{
        font-size: 2.5rem;
    }
}
.mainContent-privacyContainer{
    overflow: hidden;
    padding: 45px;
}
.privacy{
    max-width:850px;
    width:100%;
    margin: auto;
}
.privacy-title{
	font-size: 2.7rem!important;
	text-align: center;
	margin-bottom: 45px;
}
.privacy-list{
    margin-top: 45px;
}
.privacy-list > dt{
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 1.8rem;
    border-bottom: 1px #797979 dotted;
    padding-bottom:10px;
}
.privacy-list > dd{
    margin-bottom: 35px;
		margin-left: 0;
		line-height: 2;
}
.privacy-list > dd.last{
	margin-bottom: 0px;
}
.privacy-list > dd.annotation{
	font-size: 1.4rem;
}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 978px) {
    .mainContent-privacyContainer{
        overflow: hidden;
        padding: 15px;
    }
    .privacy-list{
        margin-top: 25px;
    }
}
@media screen and (max-width: 479px) {

}