/* Inputs */
input[type="text"], input[type="tel"], input[type="email"],
textarea, select {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  background-color: #e7e5e5;
  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: #e7e5e5;
  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; /* 太くする */
}

input[type=checkbox]{
  display: none;
}

.wpcf7-list-item-label {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin: 0 10px 0px 0;
	padding: 5px 8px 5px 35px;
	border-radius: 3px;
	vertical-align: middle;
	cursor: pointer;
}

.wpcf7-list-item-label:hover:after {
  border-color: #ff7900;
}
.wpcf7-list-item-label:after{
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 5px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #E0E0E0;
	border-radius: 2px;
	content: '';
	background: rgba(58,58,58,0.1);
}

.wpcf7-list-item-label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 11px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #ff7900;
  border-bottom: 3px solid #ff7900;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  opacity: 1;
}

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

.btn3 input[type="submit"]:hover{
	background: rgba(255,121,22,1); 
	background: -moz-linear-gradient(left,  rgba(255,121,22,1) 0%, rgba(255,121,225,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,121,22,1) 0%,rgba(255,121,22,1) 100%);
	background: linear-gradient(to right,  rgba(255,121,22,1) 0%,rgba(255,121,22,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7916', endColorstr='#ff7916',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;
  }
}
