
.wpcf7 .text-input:placeholder, .wpcf7 .textarea:placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.wpcf7 .text-input:-webkit-autofill, .wpcf7 .textarea:-webkit-autofill {
  box-shadow: 0 0 0px 1000px black inset;
  border-top-color: #FFF;
  border-left-color: #FFF;
  border-right-color: #FFF;
}
.wpcf7 .error.text-input, .wpcf7 .error.textarea, .error .wpcf7 .text-input, .wpcf7 .error .text-input, .error .wpcf7 .textarea, .wpcf7 .error .textarea {
  border-color: transparent transparent red transparent;
}
.wpcf7:not(.has-floated-label) .text-input:active, .wpcf7:not(.has-floated-label) .textarea:active, .wpcf7:not(.has-floated-label) .text-input:focus, .wpcf7:not(.has-floated-label) .textarea:focus {
  border-color: transparent transparent #FFF transparent;
}

.wpcf7 .label {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  padding-left: 0;
}

.wpcf7 .label {
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.active .wpcf7 .label, .wpcf7 .active .label {
  font-size: 0.75em;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  color: rgba(0, 0, 0, 0.7);
  background: #FFF;
}
.focus .wpcf7 .label, .wpcf7 .focus .label {
  color: #000;
}

.wpcf7.has-floated-label .field:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 1px solid #FFF;
  -webkit-transition: width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.wpcf7.has-floated-label .field.focus:after {
  width: 100%;
}

.wpcf7 {
  max-width: 800px;
  padding: 1em 2em;
  box-sizing: border-box;
  overflow: hidden;
  margin-left:auto;
  margin-right:auto;
  display:inline-block;
}
.wpcf7 .field {
  position: relative;
  width: 100%;
  margin-bottom: 1.5em;
  float: left;
}
@media screen and (min-width: 40em) {
  .wpcf7 .field.half {
    width: calc(50% - 2em);
    margin-right: 2em;
  }
  .wpcf7 .field.half + .half {
    margin-left: 2em;
    margin-right: 0;
  }
}
.wpcf7 .field:last-child {
  float: right;
  width: auto;
}
.wpcf7 .textarea {
  max-width: 100%;
}

/*svg path {
  fill: black;
}*/

/*追記 */

.wpcf7 input {
  padding: 1em 1.5em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  line-height: normal;
  border: 1px solid transparent;
  border-radius: 0;
}
.wpcf7 textarea {
   border: 1px solid transparent;
}
.wpcf7 input[type="text"] , .wpcf7 input[type="email"]
 {
  font: inherit;
  line-height: normal;
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding-left: 0;
  border-bottom-color: rgba(0, 0, 0, 0.3);
  background: transparent;
  outline: none;
  color: black;
}

.wpcf7 textarea {
  font: inherit;
  line-height: normal;
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding-left: 0;
  border-bottom-color: rgba(0, 0, 0, 0.3);
  background: transparent;
  outline: none;
  color: black;
}

.wpcf7 input[type="submit"] {
  font: inherit;
  line-height: normal;
  cursor: pointer;
  background-color: transparent;
  border:1px solid #000;
  color: black;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.14286em;
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
}

.wpcf7 input[type="submit"]:hover, active {
  color: white;
  background: black;
  border:1px solid #FFF;
}

.wpcf7 .textarea:placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.wpcf7 .textarea:-webkit-autofill {
  box-shadow: 0 0 0px 1000px black inset;
  border-top-color: #FFF;
  border-left-color: #FFF;
  border-right-color: #FFF;
}
.wpcf7 span.wpcf7-not-valid-tip {
	text-align:left;
}

.wpcf7-response-output, .wpcf7-validation-errors {
	display:block;
	clear:both;
	overflow:hidden;
}