/* フォーム */
.wpcf7 {
  margin: 0 auto;
  max-width: 750px;
}
.wpcf7 .form_label p {
  margin-bottom: 10px;
  padding: 5px 0;
  border-top: #007032 1px solid;
}
.wpcf7 .form_label {
  font-weight: 600;
  color: #007032;
}
.wpcf7 .required {
  font-weight: 400;
  color: red;
}
.wpcf7 .remarks {
  font-weight: 400;
  color: #000;
  padding-left: 10px;
  font-size: 13px;
}
.form_link {
  color: #007032;
  border-bottom: #007032 1px dotted;
}
.form_link:hover {
  color: #009245;
  border-bottom: #009245 1px dotted;
}
.wpcf7-list-item {
  font-weight: 400;
}

.wpcf7-form input[type="submit"] {
  display: block;
  font-size: 1rem;
  width: 200px;
  margin: 0 auto;
  border: 0px solid var(--vk-color-primary-dark);
  color: #fff;
  padding: 0.8em 2em;
  border-radius: 5px;
  background-color: #009245;
  transition: 0.3s;
}
.wpcf7-form input[type="submit"]:hover {
  background-color: darkgreen;
  transition: 0.3s;
}
.reCAPTCHA_text{
	font-size:12px;
	border-radius:5px;
}
.reCAPTCHA_text a{
	color: #3399FF;
	padding-left:4px;
}


/* ----------------------
 * メディア取材
 --------------------  */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	width: calc(100% - 25px) !important;
}

/* イベント参加フォーム */
#post-8587 .entry-body .wp-block-group {
	width: 98%;
	margin: 0 auto;
	padding: 10px 0;
}

#post-8587 .entry-body .wp-block-group iframe {
	display: block;
}
