@charset "UTF-8";
/* CSS Document */
/*ContactForm7カスタマイズ*/
.screen-reader-response p, .wpcf7-response-output {
  font-size: 20px;
  font-family: Midashi Go MB31;
  color: #dc1c24;
}
.CF7_q {
  background-color: #808080;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px
}
.CF7_q p, .CF7_a p {
  margin-bottom: 0px;
}
/*「必須」文字*/
.CF7_req {
  font-size: 11px;
  padding: 2px;
  background: #dc1c24;
  color: #fff;
  /* border-radius: 3px; */
  margin-right: 1em;
}
/*「任意」文字*/
.CF7_unreq {
  font-size: .9em;
  padding: 5px;
  background: #bdbdbd; /*グレー*/
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}
.CF7_a {
  border: 1px solid #d8d8d8;
  margin-top: 5px;
  margin-bottom: 5px;
}
input, textarea, select, button {
  font-size: 100%;
  font-family: inherit;
  padding: 5px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  height: 400px;
  width: 100%;
}
span.wpcf7-list-item-label {
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .flex_contact {
    display: flex;
    align-items: stretch;
  }
  .CF7_q {
    width: 200px;
    border-top: 5px solid #FFFFFF;
    border-bottom: 5px solid #FFFFFF;
  }
  .CF7_a {
    flex: 1;
    margin-left: 10px;
  }
  input, textarea, select, button {
    width: 100%;
    height: 45px;
  }
  span.wpcf7-form-control.wpcf7-checkbox.checkbox {
    display: inline-flex;
  }
  .checkbox input {
    width: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }
  label {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  p.CF7_btn input {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
  background-color: #dc1c24; /* オレンジ*/
  border: 0;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.CF7_btn {
  text-align: center;
  margin-top: 20px;
}
.wpcf7-spinner {
  width: 0;
  margin: 0;
}