@charset "utf-8";

#contact .wpcf7 .screen-reader-response {
	display:none;
}

#contact .wpcf7 input {
	box-sizing: border-box;
	margin-top:0;
	padding:10px;
	background:#e5e5e5;
	color:#999999;
	border:none;
}
#contact .wpcf7 .wpcf7-form-control-wrap input,
#contact .wpcf7 input.wpcf7-submit,
#contact .wpcf7 textarea {
	width:100%;
	max-width:100%;
	min-width:100%;
	box-sizing: border-box;
	margin-top:0;
	padding:10px;
	background:#f2f2f2;
	color:#333;
	border:none;
}
#contact .wpcf7 textarea {
	height:200px;
	max-height:200px;
}

#contact .wpcf7 input:focus,
#contact .wpcf7 textarea:focus {
	background:#666666;
	color:#FFFFFF;
}

#contact .wpcf7 .wpcf7-form-control-wrap {
	display:block;
	margin-bottom:20px;
}
#contact .wpcf7 .af-check{
	margin-bottom:20px;
}
#contact .wpcf7 .af-check label {
  display: flex;
  align-items: center;
  column-gap: 5px;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
}
#contact .wpcf7 .af-check label:not(:last-of-type) {
  margin-bottom: 16px;
}
#contact .wpcf7 .af-check #check {
  appearance: none;
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  background-color: #f2f2f2;
  cursor: pointer;
	padding:0;
	margin-left: 0;
}
#contact .wpcf7 .af-check #check:checked {
  border: 1px solid #76c5ab;
  background-color: #76c5ab;
}
#contact .wpcf7 .af-check #check:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 3px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}

#contact .wpcf7 .wpcf7-not-valid-tip,
#contact .wpcf7-response-output{
	display:block;
	margin-top:5px;
	color:red;
}
#contact .wpcf7-response-output{
	text-align:center;
}

#contact .wpcf7 input[type="submit"].wpcf7-form-control{
	background:#ccc;
	color:#333;
	font-weight:bold;
	cursor:auto;
}


