@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*必要ならばここにコードを書く*/

/* TEMP START */

#wpadminbar {
  display: none;
}

.header {
  height: 60px;
}

/* TEMP END */

body {
  height: 100vh;
  display: block;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.page-contact-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-contact-header-title {
  margin-bottom: 1.1rem;
}

.page-contact-header-description {
  font-size: 16px;
  text-align: center;
  margin-bottom: 32px;
}

.CF7_table {
  width: 730px;
  margin: auto;
}

.CF7_table th {
  vertical-align: middle;
  width: 200px;
}

.CF7_table th,
.CF7_table td {
  border: none;
  background: #fff;
}

.CF7_table th p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
}

.CF7_req {
  margin-left: 4px;
  color: transparent;

  /* 項目名の右側に移動させる */
  order: 2;

  &::before {
    content: "*";
    color: #f00;
  }
}

.CF7_unreq {
  display: none;
}

.wpcf7-submit {
  background-color: #22c468 !important;
  color: #fff !important;
  border: none !important;
  padding: 10px 20px !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  width: 400px !important;
  height: 60px !important;
  font-size: 16px !important;
  margin: 40px -72px 80px 0 !important;
}

.footer {
  width: 100%;
}