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

textarea {
  height: 150px;
}

select {
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  background-color: #f4f4f4;
  border: 1px solid #dddddd;
  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;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 10px 0px 0;
  padding: 0px 8px 0px 35px;
  border-radius: 3px;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
}

/* チェックボックス枠のスタイル */
.wpcf7-list-item-label::after {
  transition: border-color 0.2s linear, background-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -10px;
  width: 19px;
  height: 19px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  content: '';
  background-color: #f4f4f4;
}

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

input[type=checkbox]:checked + .wpcf7-list-item-label:after{
  background-color: #ff7a01;
  border-color: #ff7a01;
}

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

/*ラジオボックス*/
input[type=radio] {
  display: none;
}

input[type=radio] + .wpcf7-list-item-label {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 10px 0px 0;
  padding: 0px 8px 0px 35px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
}

/* ラジオボックス枠のスタイル */
input[type=radio] + .wpcf7-list-item-label::after {
  transition: border-color 0.2s linear, background-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -10px;
  width: 19px;
  height: 19px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  content: '';
  background-color: #f4f4f4;
}

input[type=radio] + .wpcf7-list-item-label::before {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 11px;
  display: block;
  margin-top: -8px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  content: '';
  opacity: 0;
  transform: rotate(45deg);
}

input[type=radio]:checked + .wpcf7-list-item-label::after {
  background-color: #ff7a01;
  border-color: #ff7a01;
}

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

/* Button */
.btn3 input[type="submit"] {
	background: rgba(0,0,0,0.7); 
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=1 );
  background: rgba(0,0,0,0.7) url(images/ar2.png) no-repeat 96% center;
  background-size: 32px;
	position: relative;
	margin: 0 0 0;
	border: none;
	display: block;
  box-sizing: border-box;
  color: #ffffff;
  border-radius: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 18px 60px 18px 15px;
	width: 100%;
  text-align: left;
}

.btn3 input[type="submit"]:hover{
	background: rgba(0,0,0,1); 
	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='#000000', endColorstr='#000000',GradientType=1 );
  background: rgba(0,0,0,1) url(images/ar2.png) no-repeat 96% center;
  background-size: 32px;
  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: 16px;
    line-height: 30px;
  }
  input[type="text"], input[type="tel"], input[type="email"], textarea, select {
    font-size: 16px;
  }
}
