@charset "utf-8";
/*
Theme Name: 農機具王ビデオフォーム
*/
span.mv {
 position: relative;
}
span.mv {
 position: absolute;
 top: -30px;
}
.wrap {
 max-width: 960px;
 margin: 0 auto;
 box-sizing: border-box;
 padding: 0 30px;
}
.content_post #page_title {
 text-align: center;
 margin: 1em;
}
.content_post p, .content_post div {
 margin: 0 0 1em 0;
 line-height: 1.8em;
}
#form_body {
 p.error-title {
  color: #dc3232;
  font-weight: bold;
  font-size: 0.7em;
  margin: 1em 0 0 0;
 }
 a.privacy-link {
  font-weight: bold;
  font-size: 1.2em;
 }
 input, select, textarea {
  appearance: auto;
  font-size: 18px;
  border: 1px solid #959595;
  padding: 12px 15px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 153px;
 }
 input:focus-visible {
  border: 1px solid #6C6C6C;
 }
 input[type="radio"] {
  appearance: auto;
  visibility: visible;
 }
 input[name="your-zip"] {
  width: 9em;
 }
 hr {
  margin: 2em 0;
 }
 select {
  width: auto;
 }
 textarea {
  border-radius: 15px;
 }
 input[type="checkbox"], input[type="radio"] {
  width: 20px;
  height: 20px;
  position: relative;
  top: 0;
  display: inline;
 }
 h2 {
  text-align: left;
  padding: 0;
  margin: 1.5em 0 10px 0;
  font-size: 1.5rem;
 }
 h3 {
  margin: 0;
  font-size: 1.3rem;
 }
 ul.error-list {
  font-size: 1rem;
  margin: 1em 0;
  line-height: 1.8em;
  background-color: #fff4f4;
  padding: 12px 12px 17px 12px;
  border-radius: 15px;
 }
 ul.error-list li {
  margin: 5px 0;
  list-style: disc;
  margin-left: 32px;
 }
 .line_hidden .info-box {
  font-size: 1rem;
  margin: 0 0 3px 0em;
  line-height: 1.8em;
  background-color: #fff4f4;
  padding: 12px 12px 17px 1em;
  border-radius: 15px;
  color: #ff6161;
 }
 dt {
  margin: 1.2em 0 12px 0;
 }
 .step-note {
  font-size: 0.7em;
  padding: 7px 17px;
  display: block;
  background-color: #efefef;
  border-radius: 15px;
  margin-bottom: 3px;
 }
 span.required, span.optional {
  font-size: 0.6em;
  background-color: #ff6161;
  display: inline-block;
  padding: 5px 8px;
  border-radius: 5px;
  line-height: 1em;
  color: #fff;
  margin-left: 7px;
  position: relative;
  top: -2px;
 }
 span.optional {
  background-color: #8E8E8E;
 }
 input[type="submit"]:disabled {
  background: none;
  background-color: #aaa;
 }
 input[type="submit"] {
  background: linear-gradient(40deg, #F36A00 0%, #FFB23F 100%);
  display: block;
  margin: 2em 0;
  padding: 30px 1em;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 5px;
 }
 input[type="submit"]:enabled:hover {
  background: linear-gradient(-40deg, rgb(243, 106, 0) 0%, rgb(255, 178, 63) 100%);
 }
 span.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  background-color: #e7e7e7;
  padding: 5px 11px 5px 4px;
  border-radius: 150px;
  border: 1px solid #939393;
  margin-left: 0;
  margin: 0 12px 5px 0;
 }
 .wpcf7-not-valid-tip {
  background-color: #fff4f4;
  border-radius: 150px;
  color: #dc3232;
  font-weight: bold;
  font-size: 0.7em;
  padding: 5px 15px;
  margin-top: 3px;
 }
 .wpcf7 .wpcf7-response-output {
  padding: 2em 1em;
  border-radius: 15px;
  color: #fff;
  font-weight: bold;
  border: none;
 }
 .wpcf7 form.sent .wpcf7-response-output {
  background-color: #28a745;
 }
 /* それ以外（エラー系） */
 .wpcf7 form:not(.sent) .wpcf7-response-output {
  background-color: #f75d5d;
 }
 textarea::placeholder, input::placeholder {
  color: #b2b2b2;
  font-size: 16px;
 }
 /* IE */
 textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: #b2b2b2;
  font-size: 16px;
 }
 /* Edge */
 textarea::-ms-input-placeholder, input::-ms-input-placeholder {
  color: #b2b2b2;
  font-size: 16px;
 }
 @media only screen and (max-width: 768px) {
  input[type="checkbox"], input[type="radio"] {
   top: 1px;
  }
  span.wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
   position: relative;
   top: -3px;
  }
 }
}
@media only screen and (max-width: 600px) {
 body.scrolled .l-header {
  top: 0;
 }
}