@charset "UTF-8";
/* CSS Document */
.contactArea {
    width: 60%;
    display: block;
    margin-top: 60px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

#formArea {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* Chrome, Safari */
::-webkit-input-placeholder{
    color: #969696;
}
 
/* Firefox */
::-moz-placeholder{
    color: #969696;
}
 
/* Firefox 18以前 */
:-moz-placeholder{
    color: #969696;
}
 
/* IE */
:-ms-input-placeholder{
    color: #969696;
}

.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"] {
    width: 100%;
	box-sizing:border-box;
    height: 50px;
    border: 1px solid #CCC;
    margin-top: 20px;
    padding-top: 0px;
    padding-left: 15px;
    webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 0.875em;
    color: #969696;
}

.wpcf7-textarea {
	width: 100%;
	box-sizing:border-box;
	height: 260px;
	border: 1px solid #CCC;
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 15px;
    webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 0.875em;
	color: #969696;
}

.wpcf7-select {
    width: 100%;
	box-sizing:border-box;
    height: 50px;
    border: 1px solid #CCC;
    margin-top: 10px;
    padding-top: 0px;
    padding-left: 15px;
    background-color: #fff;
    border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 0.875em;
    color: #969696;
}
.wpcf7 input[type="submit"] {
    display: block;
    width: 60%;
    height: 50px;
    line-height: 50px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    position: relative;
    background-color: rgba(0,0,0,1.00);
    cursor: pointer;
    border-style: none;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1.250em;
    text-align: center;
    color: #FFFFFF;
}
.wpcf7 input[type="submit"]:link,.wpcf7 input[type="submit"]:visited {
    text-decoration: none;
    color: #FFFFFF;
	border-radius: 2px;
	background-color: rgba(0,0,0,1.00);
}
.wpcf7 input[type="submit"] a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 0px;
    text-decoration: none;
}
.wpcf7 input[type="submit"]:hover{
    border-radius: 2px;
    background-color: rgba(0,0,0,0.90);
}

@media screen and (max-width: 768px) {
.contactArea {
    width: 80%;
	margin-top: 30px;
}
	
#formArea {
	width: 100%;
}
.wpcf7-select {
    width: 98%;
	box-sizing:border-box;
}
	
.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"] {
	width: 98%;
	box-sizing:border-box;
    border : 1px solid #ccc;
    -webkit-border-radius : 0;
    -webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
}

.wpcf7-textarea {
	width: 98%;
	box-sizing:border-box;
	height: 200px;
    border : 1px solid #ccc;
    -webkit-border-radius : 0;
    -webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
}
	
    .wpcf7 input[type="submit"] {
    display: block;
    width: 90%;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}
}