

/********************************************
 * form
 ********************************************/
input[type="text"],
input[type="tel"],
input[type="email"] {
	font-size: 16px;
	line-height:30px;
	height:34px;
	color:#555555;
	border:none;
	width:98%;
	text-indent:10px;
	background: #f3f3f3;
	padding: 2px 0;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#f3f3f3;));
	background-image: -webkit-linear-gradient(left, #f3f3f3, #f3f3f3);
	}

textarea {
	border:none;
	padding: 5px;
	color:#555555;
	width:98%;
	font-size: 15px;
	background: #f3f3f3;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
}
select{
	border-radius:0px!important;
	width: 98%;
	font-size:15px;
	height: 30px;
	line-height: 34px;
	text-indent: 5px;
	color: #333333;
	border:1px solid #c5c5c5;
	cursor: pointer;
	background-size:40px 60px;
	background: #f3f3f3;
}
.wpcf7-response-output{
	border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	background:#ffe9dc;
	border:1px solid #ff4646!important;
	color:#FF0033;
	padding:20px!important;
}
.wpcf7-mail-sent-ok{
	border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	background:#dcffde;
	border:1px solid #27d177!important;
	color:#22b768;
	padding:20px!important;
}
.wpcf7-list-item{
	margin-left:0px!important;
	padding-left:0px!important;
	padding-right:20px;
	padding-bottom:2px;
}
.p_check .wpcf7-list-item{
	padding-right:0px;
}
.wpcf7-not-valid-tip{
    font-size: 13px!important;
}

/*ボタン*/
.con_form input[type="submit"] {
	background: rgb(180,38,26);
	background: -moz-linear-gradient(left,  rgba(180,38,26,1) 0%, rgba(180,38,26,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(180,38,26,1) 0%,rgba(180,38,26,1) 100%);
	background: linear-gradient(to right,  rgba(180,38,26,1) 0%,rgba(180,38,26,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4261a', endColorstr='#b4261a',GradientType=1 );
    background: #b4261a;
	margin: 0px auto;
	border:none;    
    display: block;
    box-sizing: border-box;
    font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	line-height: 40px;
    color: #ffffff;
    padding: 15px 0px 15px 0px;
   width: 300px;
	position: relative;
    
}
.con_form input[type="submit"]:hover{
	background: rgb(0,0,0);
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=1 );
    background: #333333;
	border:none;
}

/*送信後フォーム消す場合*/
form.sent .con_form,
form.sent .btn3,
form.sent p{
    display:none!important;
}
@media screen and (max-width: 700px) {
.con_form input[type="submit"] {
	width: 100%;
}
}
