@charset "utf-8";

/*-------------------------------------
　　【お問い合わせ】メインエリア
-------------------------------------*/

.subpage .contact #form1 table {
    border-collapse: collapse;
    margin-top: 10px;
    width: 95%;
    margin: 0 auto;
    /* [disabled]margin-left: auto; */
    /* [disabled]margin-right: auto; */
}
.subpage .contact #form1 textarea::placeholder {
	color: #BBBBBB;
}

.subpage .contact #form1 input::placeholder {
	color: #BBBBBB;
}
.subpage .contact #form1 textarea{
        width: 95%;
    }
#form1 input#textfield, input[name="tel"], #form1 input#textfield2,#form1 input#textfield3,#form1 input#textfield4,#form1 input#email, input#textfield5, input#textfield6, textarea{
		width: 95%;
		padding: 8px;
    }
#form1 input#tel,#form1 input#textfield5{
    width: 60%;
}
#form1 input#textfield6{
    width: 50px
}
.subpage .contact #form1 th {
	text-align: left;
	border-bottom: 1px solid #E6E6E6;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	background-color: #F9F9F9;
	padding-left: 30px;
	/* [disabled]min-width: 20%; */
	border-top: 1px solid #E6E6E6;
}
.subpage .contact #form1 .text {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 1.2em;
}

.subpage .contact #form1 td {
	border-bottom: 1px solid #E6E6E6;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	/* [disabled]max-width: 80%; */
	border-top: 1px solid #E6E6E6;
}
/* .subpage .contact .inner #form1 #submit {
	font-size: 1.1em;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0 auto;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #65CD6A;
	color: #FFFFFF;
	font-weight: bold;
	-webkit-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.10);
	border: none;
	border-radius: 3px;
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.10);
	cursor: pointer;
} */
.subpage .contact .inner #form1 #submit {
	font-size: 1.1em;
	width: 12em;
	background: linear-gradient(-100deg, #3FC26F, #A1DE64);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.13);
	border-radius: 2px;
	border: none;
	color: #FFFFFF;
	text-align: center;
	padding: 16px 40px 16px 40px;
	margin: 0px 12px 8px;
	cursor: pointer;
}
input, textarea{
	border: 1px solid #999;
}
input:focus, textarea:focus{
	border: 2px solid #A1DE64;
	outline: 0;
}
.subpage .contact .inner #form1 #submit:hover{
	background: linear-gradient(-100deg, #84D9A3, #D4F2B5);
}

.subpage .contact #form1 .submit {
	text-align: center;
	border: none;
	background-color: #FFFFFF;
}
.block{
    display: block;
}

/*-------------------------------------
　　【お問い合わせ】レスポンシブ設定
-------------------------------------*/

@media screen and (max-width: 640px){
    .subpage .contact #form1 th,.subpage .contact #form1 td {
        display: block;
        border-bottom: none;
    }
    .subpage .contact #form1 th{
        padding: 10px;
    }
    .subpage .contact #form1 td{
        padding: 15px 10px 40px 10px;
    }
    .subpage .contact #form1 th.text{
        border-top:none;
    }
}
