.send{
    width:40%;
    height:40px;
    border:0;
    border:1px solid #e30613;
    background-color:#fff;
    cursor:pointer;
    border-radius:4px;
    margin-bottom:2em
}
.send:hover{background-color:#e306130f}
.inner{
	width:60%;
	margin:0 auto;
	overflow:auto;
	padding:1.4em 0
}
.contact .name{margin:3px}
.field{padding-bottom:5%}
.field input,.field textarea{
    width:96%;
    max-width:96%;
    padding:2%;
    border:1px solid #e30613;
    border-radius:3px;
	font-family:sans-serif;
    resize:none
}
.field textarea{height:17vh}
.zaku1{
	text-indent:142%;
	white-space:nowrap;
	overflow:hidden;
	height:1px
}
.zaku2{
	visibility:collapse!important;
	height:1px
}
@media screen and (max-width:650px){ .send{width:100%} }