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

@media only screen and (max-width:1290px){
.wrapper {
    max-width: 1000px;

}
}
@media only screen and (max-width:1150px){
.wrapper {
   width:92%;

}
.form-content {
    left: 10%;
}
}

@media only screen and (max-width:736px){
.wrapper {
   width:90%;

}
.east-content {
   margin:40px 0 0 0;
    width:100%;
}
.form-content {
    left:0%;
	width:auto;
    top: 100%;
}
.form-content {
    left: 0%;
    width: auto;
    top: 54%;
}
}
@media only screen and (max-width:535px){
.wrapper {
   width:90%;
   padding-top:102px;
}

h2 {
    font-size: 36px;
}
}
@media only screen and (max-width:388px){
.form-content {
    left: 0%;
    width:84%;
    top: 36%;
}
}
@media only screen and (max-width:320px){
	
.wrapper {
    padding-top: 30px;
}
}