/* Inputs */
input[type="text"], input[type="tel"], input[type="email"],
textarea, select {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  background-color: #efefef;
  border: none;
  border-radius: 3px;
  box-sizing: border-box;
  width: 100%;
  padding: 2px 0 2px 10px;
}

textarea {
  height: 150px;
}

select {
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  background: #efefef;
  cursor: pointer;
  background-size: 40px 60px;
}

.wpcf7-response-output, .wpcf7-mail-sent-ok {
  padding: 20px;
  border-radius: 5px;
}

.wpcf7-response-output {
  background: #ffe9dc;
  border: 1px solid #ff4646!important;
  color: #FF0033;
}

.wpcf7-mail-sent-ok {
  background: #dcffde;
  border: 1px solid #27d177;
  color: #22b768;
}

.wpcf7-not-valid-tip{
  font-size:12px!important;
}

.wpcf7-list-item {
  margin-left: 0;
  padding: 0 20px 2px 0;
  margin: 0!important;
}

 /* クルクル */
.wpcf7-spinner {
  width: 50px !important;  /* クルクルを大きくする */
  height: 50px !important;
  border-width: 4px !important; /* 太くする */
}


/* Button */
.btn3 input[type="submit"] {
	background: rgba(8,102,158,1); 
	background: -moz-linear-gradient(left,  rgba(8,102,158,1) 0%, rgba(8,102,158,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(8,102,158,1) 0%,rgba(8,102,158,1) 100%);
	background: linear-gradient(to right,  rgba(8,102,158,1) 0%,rgba(8,102,158,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0866a4', endColorstr='#0866a4',GradientType=1 );
	position: relative;
	margin: 0px 0 10px;
	border: none;
	display: block;
  box-sizing: border-box;
  color: #ffffff;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  padding: 15px 10px;
	width: 100%;
  text-align: center;
  letter-spacing: 1px;
}

.btn3 input[type="submit"]:hover{
	background: rgba(3,66,104,1); 
	background: -moz-linear-gradient(left,  rgba(3,66,104,1) 0%, rgba(3,66,104,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(3,66,104,1) 0%,rgba(3,66,104,1) 100%);
	background: linear-gradient(to right,  rgba(3,66,104,1) 0%,rgba(3,66,104,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#034268', endColorstr='#034268',GradientType=1 );
  border: none;
  color: #ffffff;
}

.wpcf7-form.submitting .btn3 input[type="submit"] {
  background: rgba(0,0,0,.4); 
	background: -moz-linear-gradient(left,  rgba(0,0,0,.4) 0%, rgba(0,0,0,.4) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,.4) 0%,rgba(0,0,0,.4) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,.4) 0%,rgba(0,0,0,.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=1 );
    cursor: not-allowed;
    opacity: 0.6;
}

/* Sent Form */
form.sent .con_form, form.sent .btn3, form.sent p, form.sent dt, form.sent dd{
  display: none !important;
}

/* Media Queries */
@media screen and (max-width: 700px) {
  .btn3 input[type="submit"] {
    width: 100%;
    font-size: 15px;
    line-height: 30px;
  }
  input[type="text"], input[type="tel"], input[type="email"], textarea {
    font-size: 15px;
  }
}
