@charset "UTF-8";
/* CSS Document */

header{
}
h2{
    text-align: center;
    padding: 50px 0;
}
.contact table{
	border-collapse:collapse;
	width:100%;
	line-height:16px;
	color:#3F3A0F;
	margin-bottom:70px
}
.contact table th{
	width:320px;
	brder-right:none;
	padding:20px;
	font-size:14px;
	vertical-align:top;
}
table td{
	border-left:none;
	vertical-align:top;
	padding:20px;
}
.contact input[type="text"],
.contact input[type="email"]{
	width:350px;
	height: 27px;
	border: 1px solid #3F3A0F;
	background-color: #ebf6f7;
	margin-bottom:10px;
	box-sizing:border-box;
}

.contact textarea{
	resize:none;
	width:400px;
	height:140px;
	border: 1px solid #3F3A0F;
	background-color: #ebf6f7;
	box-sizing:border-box;
	margin-bottom:15px;
}

.contact input[type="submit"]{
	display: block;
	border: none;
	width: 165px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
    border-radius: 20px;
	cursor: pointer;
    background: #000;
    color: #fff;
}
.contact .caution{
	background-color:#f5f5f5;
	line-height:20px;
	font-size:13px;
	padding:22px;
	text-align:center;
	color:#666;
	margin-bottom:10px;
}
.contact .alert{
	font-size:10px;
	color:#f60;
	font-weight:bold;
}
.contact .required{
	font-size:12px;
	color:#f60;
}

p.alert{
	padding-top:0;
	padding-bottom:5px;
}

@media screen and (max-width:640px){
    
.contact textarea{
     width: 100%;
}
.contact input[type="text"],
.contact input[type="email"]{
	width:100%;
}
.contact table th{
    padding: 20px 0px;
    font-size: 10px;
    width:0;
}

}