@charset "UTF-8";
/*ContactForm7カスタマイズ*/
.contact-wrap {
  /* コンタクトフォーム横幅調節 */
  /* 「送信する」ボタン */
}
.contact-wrap table {
  width: 80%;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  display: table;
  /*「必須」文字*/
  /*「任意」文字*/
}
.contact-wrap table tr {
  border-top: 1px solid #e5e5e5;
}
.contact-wrap table th {
  padding: 0.8rem;
  font-size: 0.8rem;
}
.contact-wrap table td {
  border: 1px solid #e5e5e5;
  padding: 0.5rem;
  font-size: 0.8rem;
}
.contact-wrap table input, .contact-wrap table textarea {
  border: 1px solid #d8d8d8;
  font-size: 0.9rem;
}
.contact-wrap table::-moz-placeholder {
  color: #797979;
}
.contact-wrap table::placeholder {
  color: #797979;
}
.contact-wrap table .cf_req {
  font-size: 0.8rem;
  padding: 5px;
  background: #2d8b7f; /*オレンジ*/
  color: #fff;
  border-radius: 3px;
  margin-right: 1rem;
}
.contact-wrap table .cf_unreq {
  font-size: 0.8rem;
  padding: 5px;
  background: #bdbdbd; /*グレー*/
  color: #fff;
  border-radius: 3px;
  margin-right: 1rem;
}
.contact-wrap .wpcf7 table .cf-rs input {
  width: 100%;
  font-size: 0.9rem;
}
.contact-wrap .wpcf7 input.wpcf7-submit {
  background-color: #2d8b7f; /* オレンジ*/
  border: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 auto;
}
.contact-wrap .cf_btn {
  text-align: center;
  margin-top: 20px;
}
.contact-wrap .wpcf7-spinner {
  width: 0;
  margin: 0;
}

/* タイトル列 */
@media screen and (min-width: 768px) {
  .cf_table th {
    width: 30%; /*横幅*/
    background-color: #eaf0ed; /*ブルーグレー*/
  }
}
/* レスポンシブ */
@media screen and (max-width: 768px) {
  table.cf_table {
    width: 100%;
  }
  .cf_table tr, .cf_table td, .cf_table th {
    display: block;
    width: 100%;
    line-height: 1.4rem;
  }
  .cf_table th {
    background-color: #ebedf5;
  }
}
.thanks-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thanks-wrap h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.thanks-wrap p {
  font-size: 1rem;
  margin-bottom: 3rem;
  text-align: center;
}
.thanks-wrap a {
  color: #000;
  text-decoration: underline;
}/*# sourceMappingURL=contact.css.map */