.contact p {
  font-size: 14px;
  line-height: 2;
}
.contact label {
  display: block;
}
.contact-label {
  display: block;
  position: relative;
  margin-top: 45px;
  padding-left: 90px;
}
.contact-label:before {
  content: "必須";
  width: 70px;
  text-align: center;
  position: absolute;
  top: -3px;
  left: 0;
  color: #d03b1b;
  border-radius: 100px;
  border: 1px solid #d03b1b;
}
.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"],
.contact textarea {
  width: calc(100% - 50px);
  padding: 25px;
  font-size: 14px;
  margin-top: 15px;
  border: none;
  border-radius: 10px;
  color: rgba(255,255,255,0.2);
  background-color: rgba(255,255,255,0.3);
}

.wpcf7-confirm,
.wpcf7-back,
.wpcf7-submit {
  width: 230px;
  font-size: 14px;
  margin: 40px 30px 0 30px;
  padding: 25px;
  color: #fff;
  background-color: #141215;
}
.wpcf7-confirm {
  width: 330px;
}
.wpcf7-not-valid {
  background-color: #4d2424 !important;
}
.wpcf7-not-valid-tip {
  color: #d03b1b;
}
.wpcf7-response-output {
  display: none !important;
}