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

@media screen and (max-width:979px){

.intro_box p{
	text-align: left;
}

}

@media screen and (max-width:767px){
	
img.main_pc{
	margin:120px auto 30px;
}

.intro_box{
	margin:0 auto 30px;
}

}

@media screen and (max-width:640px){
	
img.main_pc{
	display:none;

}

img.main_sp{
	display:block;
	width:100%;
	height:auto;
	margin:0px auto 30px;
}

.form_box form p textarea,
.form_box form p .send_txt.txtarea{
	width: 400px;
}

}

@media screen and (max-width:480px){

.form_box form p textarea,
.form_box form p .send_txt.txtarea{
	width: 85%;
}

}



