
html{
    font-size: 16px; 
}
body{
	background-color:#505050;
}
h1{
	font-size:4em;
	font-weight: normal;
	margin:30px 0;
	/*text-align: center;*/
	color:#fff;
}
.contaner{
	width:90%;
	max-width:960px;
	margin:0 auto;
	position:relative;
}
.name_p{
	position:absolute;
	top:150px;
	width:100%;
	text-align:center;
	color:#fff;
	z-index:2;
}
.name_u{
	font-family:"MS P明朝","MS 明朝",serif;
}
.name_e{
	font-weight:bold;
	font-size:2em;
}
.box{
	width:100%;
	height:200%;
}
.left{
	float:left;
	width:50%;
	position:relative;
}
.right{
	float:right;
	width:50%;
	position:relative;
}
.back_img{
	width:100%;
	height:auto;
}
#back_img_mob{
	display:none;
	position:absolute;
	opacity:0;
	top:0px;
	width:100%;
	height:auto;
}
.check_box{
	display:none;
}
.check_box label{
	font-size:80%;
}
.in_form{
	position:absolute;
	width:70%;
	padding:5% 10%;
	top:250px;
	left:5%;
	z-index:3;
    -webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.4);
    -moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.4);
	-ms-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.4);
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.4);
}
.box_u{
	background-color:#fff;
}
.img_u{
	width:50%;
	height:auto;
	position:absolute;
	top:225px;
	left:25%;
	z-index:2;
}
.img_u_under{
	top:555px
}
.box_e{
	background-image:url('../img/mail1.png');
	background-size:cover;
}
.in_form p{
	margin-top:10px;
}
.form_inner{
	padding-left:15%;
}
.input_name_mail{
	width:60%;
}
textarea{
	width:80%;
	height:100px;
}

#canvas{
	position:absolute;
	left:25%;
	z-index:1;
	width:50%;
	margin-top:10px;
}

.anim {
}
.anim::before,
.anim::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.anim,
.anim::before,
.anim::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: all 1.0s;
	-moz-transition: all 1.0s;
	-ms-transition: all 1.0s;
	transition: all 1.0s;
}

@media screen and (max-width: 600px) {
	h1{
		font-size:3em;
	}
	.left{
		width:100%;
	}
	.right{
		display:none;
	}
	.back_img{
		height:600px;
	}
	#back_img_mob{
		display:block;
		height:600px;
	}
	.img_u_under{
		top:574px;
	}
	.check_box{
		display:block;
	}
}