@charset "UTF-8";

/* .formArea */
.formArea {
	padding-bottom:8%;
}
.formArea .cont {
	width:63.5%;
	margin:0 auto;
	clear:both;
	padding-top:16px;
}
.formArea .cont dl dt {
	padding-bottom:5px;
}
.formArea .cont dl dd {
	padding-bottom:46px;
}
.formArea .cont dl dd:last-child {
	padding-bottom:36px;
} 
.formArea .cont dl dd input {
	width:100%;
	background:none;
	border:#737373 1px solid;
	border-radius:2px;
	line-height:46px;
	height:46px;
	box-sizing:border-box;
	padding:0 5px;
}
.formArea .cont dl dd input.text01 {
	width:49%;
}
.formArea .cont dl dd textarea {
	width:100%;
	background:none;
	border:#737373 1px solid;
	border-radius:2px;
	height:100px;
	box-sizing:border-box;
	padding:5px;
	overflow:hidden;
	font-size: 12px;
}

/* .mailBtn */
.mailBtn {
	width:100%;
	clear:both;
}
.mailBtn li {
	width:20%;
	max-width:128px;
	display:inline-block;
	padding:0 6px 0 0;
}
.mailBtn li input {
	width:100%;
	background:url(../images/contact/btn_submit.gif) no-repeat center center;
	background-size:cover;
	border:none;
	text-indent:-9999px;
	padding-top:17%;
	cursor:pointer;
}

span.wpcf7-not-valid-tip {
    color: #000 !important;
}
div.wpcf7-validation-errors {
    border: 2px solid #000 !important;
}


@media only screen and (min-width:1px) and (max-width:680px){
/* .formArea */
.formArea {
	padding-bottom:12%;
}
.formArea .cont {
	width:80%;
}
.formArea .cont dl dd input {
	line-height:23px;
	height:23px;
}
.formArea .cont dl dd input.text01 {
	width:60%;
}
.formArea .cont dl dd {
	padding-bottom:15px!important;
}
.formArea .cont dl dd textarea {
	height:50px;
	font-size:3vw;
}

/* .mailBtn */
.mailBtn {
	padding-top:10px;
	text-align:center;
}
.mailBtn li {
	width:40%;
	max-width:199px;
}
.mailBtn li input {
	padding-top:11%;
}
}