@charset "utf-8";
/* CSS Document */

.cont_box{
background-image: url(../../../../images/bg_japan.png);
background-repeat: no-repeat;
background-position: center top;
}
.cont_box h1{
padding-bottom: 1em;
}
ul.login_box{
overflow: hidden;
width: 45%;
margin-left: auto;
margin-right: auto;
}
ul.login_box li{
width: 100%;
float: left;
padding: 15px 30px;
}

textarea{
height: 60px;
}

.checkbox-wrap{
text-align: center;
padding-top: 5em;
font-size: 1.4rem;
}
.checkbox-wrap a.pp_link{
font-size: 80%;
text-decoration: underline;
display: inline-block;
margin-top: 20px;
}

.btn_box{
text-align: center;
padding-top: 5em;
}

@media only screen and (max-width: 1200px) 
{}

@media only screen and (max-width: 760px){

ul.login_box{
width: 100%;
}

}
