@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.regit_person{
overflow: hidden;
}
ul.regit_person li{
width: 50%;
float: left;
padding: 15px 30px;
}

.unch_box{
padding: 30px;
background-color: #F2F2F2;
margin-top: 60px;
}
.unch_box h3{
text-align: center;
}
textarea{
height: 60px;
}
.btn_box{
text-align: center;
padding-top: 5em;
}
.btn_box a.pp_link{
font-size: 80%;
text-decoration: underline;
display: inline-block;
margin-top: 20px;
}


@media only screen and (max-width: 1200px) 
{}

@media only screen and (max-width: 760px) 
{

.cont_box{

}
.cont_box h1{
}
ul.regit_person{
}
ul.regit_person li{
width: 100%;
padding: 10px 0px;
}
ul.regit_person li span{
display: block;
}
.unch_box{
padding: 15px;
}
.unch_box h3{
}
textarea{
/*height: 60px;*/
}

}