@charset "UTF-8";
#CONTACT-FORM {
  /*----お問合せフォーム----*/
  /*「必須」文字デザイン*/
  /*「任意」文字デザイン*/
  /* 入力項目を見やすく */
  /* 「送信する」ボタン */
  /* エラーメッセージを見やすく */
}
#CONTACT-FORM .text {
  text-align: center;
  font-size: 2em;
  line-height: 1.5;
  margin-bottom: 4%;
}
#CONTACT-FORM .contact-header:before {
  content: "CONTACT" !important;
}
#CONTACT-FORM #cf-tbl {
  width: 100%;
}
#CONTACT-FORM #cf-tbl table {
  width: 100%;
  border: unset;
  color: #444;
}
#CONTACT-FORM #cf-tbl table tr th,
#CONTACT-FORM #cf-tbl table tr td {
  padding: 1.4em;
  text-align: left;
  vertical-align: top;
  vertical-align: middle;
  background: unset !important;
  border: unset;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
}
#CONTACT-FORM #cf-tbl table tr th {
  width: 35%;
  color: #000;
}
#CONTACT-FORM .post_content .td_to_th_ tbody tr > :first-child::before,
#CONTACT-FORM .post_content tbody th::before {
  background: unset;
}
@media screen and (max-width: 768px) {
  #CONTACT-FORM #cf-tbl {
    width: 100%;
  }
  #CONTACT-FORM #cf-tbl table,
  #CONTACT-FORM #cf-tbl table tbody,
  #CONTACT-FORM #cf-tbl table tr,
  #CONTACT-FORM #cf-tbl table tr th,
  #CONTACT-FORM #cf-tbl table tr td {
    display: block;
  }
  #CONTACT-FORM #cf-tbl table {
    width: 100%;
    border-width: 0 0 1px 0;
  }
  #CONTACT-FORM #cf-tbl table tr th {
    width: 100%;
    padding: 5% 5% 2% 5%;
  }
  #CONTACT-FORM #cf-tbl table tr td {
    width: 100%;
    padding: 2% 5% 5% 5%;
  }
  #CONTACT-FORM #cf-tbl table tr td {
    border-width: 0px 1px 0px 1px;
  }
}
#CONTACT-FORM .required {
  font-size: 14px;
  padding: 4px 8px;
  background: #df1a00;
  color: #fff;
  border-radius: 3px;
  margin-right: 14px;
}
#CONTACT-FORM .optional {
  font-size: 14px;
  padding: 4px 8px;
  background: unset;
  color: #42210b;
  border: 1px solid #0048a5 !important;
  border-radius: 3px;
  margin-right: 14px;
  border: unset;
}
#CONTACT-FORM input.wpcf7-form-control.wpcf7-text,
#CONTACT-FORM textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 8px 15px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #d0d5d8;
  border-radius: 3px;
  background-color: #f7f7f7;
}
#CONTACT-FORM textarea.wpcf7-form-control.wpcf7-textarea {
  height: 200px;
}
#CONTACT-FORM input.wpcf7-submit {
  display: block;
  padding: 15px;
  width: 400px;
  background: unset;
  border: 1px solid #666;
  border-radius: 8px;
  color: #666;
  font-size: 16px;
  margin: 56px auto 0;
  transition: all 0.4s;
}
#CONTACT-FORM input.wpcf7-submit:hover {
  cursor: pointer;
  border: 1px solid #000;
  background: #666;
  color: #fff;
}
@media (max-width: 768px) {
  #CONTACT-FORM input.wpcf7-submit {
    width: 250px;
  }
}
#CONTACT-FORM span.wpcf7-not-valid-tip,
#CONTACT-FORM .wpcf7-response-output.wpcf7-validation-errors {
  color: rgb(231, 75, 75);
  font-weight: 600;
}