@charset "utf-8";
/* CSS Document */
*{-webkit-appearance: none;}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #mail_wrap {
		margin-left:-1px;
		padding-right: 1px;
	}
}
#mail{
	width: 100%;
	max-width: 768px;
	position: absolute;
	top: 10vh;
}

#mail_wrap{
	padding: 0 5%;
	background-color:rgba(255,255,255,0.70);	
	padding-top: 50px;
	min-height: 100vh;
	padding-bottom: 150px;
	color: #4d4d4d;
	border-left: 3px solid #2d8c36;
	border-right: 3px solid #2d8c36;
}
#mail_wrap form {
	text-align: center;
}
#mail_wrap form h3 {
	padding:5px 3%;
	text-align: center;
}
#mail #mail_wrap p{
text-align:center;
}
#mail #mail_wrap span{
color:#ff0000;
}
#mail_wrap form input {
	padding:5px 3%;
	width:94%;
	margin-bottom: 5px;
	border:none;
	border-bottom: 1px solid #741c2e;
	background-color: #fff;
}
#mail_wrap form textarea {
	padding:5px 3%;
	width:94%;
	margin-bottom: 5px;
	border:none;
	border-bottom: 1px solid #741c2e;
	background-color: #fff;
}
#mail_wrap form input[type="submit"],
#mail_wrap form input[type="reset"] {
	width:35%;
	margin:0 2%;
	background: #761c18;
	color: #fff;
}
@media screen and (orientation: landscape){
   /* 横向きの場合のスタイル */
#mail{
	margin-top: 0;
}
}
@media screen and (max-width:320px) {
}
/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (min-width: 700px){
#mail_wrap{
	padding-bottom: 100px;
}

}