/* div {
border: 1px solid green;
} */


html {
    background-color:#FFFAF3;
  }

body {
    color: #6b6b6b;
    font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }

.logo {
  text-align: center;
  margin: 30px 20px;
}

.title-area {
  text-align: center;
  .title {
    margin: 30px 20px;
    font-weight: normal;
	/* font-size: */
  }
}

.description {
  font-weight: normal;
  width: 800px;
  max-width: 100%;
  margin:  0 auto;    /* 中央寄せ */
}

.form {
  width: 800px;
  max-width: 100%;
    margin:  0 auto;  　  /* 中央寄せ */   
}

.wpcf7 {
  margin: 10px;
}

.form-row {
    margin: 10px 20px;
    text-align: center;
}

.form-label {
    text-align: left;
    font-weight: normal;
  /* font-size: */
  }

.title {
    font-weight: normal;
  /* font-size: */
  }

.form-element .wpcf7-form-control {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  border-width: 1px;
  border-style: solid;
}

.form-button {
  text-align: center;
  margin: 30px !important;
}

.landing-footer__copyright {
  margin: 30px 20px;
  font-weight: normal;
  }

.wpcf7-form-control.confirm-button {
  margin: 20px
  font-weight: normal;
  text-align: center;
  background: #6a9aaf;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  border-radius: 128px;
  border-right: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.2);
  width: 310px;
  padding: 10px 20px 10px 25px;
  color: #ffffff;
  display: block; /* ボタンをブロック要素に変更 */
  margin-left: auto;
  margin-right: auto;
  }

.wpcf7c-force-hide {
    display: none !important;
}

.wpcf7-form-control.wpcf7-submit {
  font-weight: normal;
  text-align: center;
  background: #6a9aaf;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  border-radius: 128px;
  border-right: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.2);
  width: 310px;
  padding: 10px 20px 10px 25px;
  color: #ffffff;
  display: block; /* ボタンをブロック要素に変更 */
  margin-left: auto;
  margin-right: auto;
  }

.wpcf7-form-control.back-button {
  font-weight: normal;
  text-align: center;
  background: #f9f7f7;
  border-bottom: 3px solid #e0dede;
  border-left: 3px solid #e0dede;
  border-radius: 128px;
  border-right: 3px solid #e0dede;
  border-top: 3px solid #e0dede;
  box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.2);
  width: 310px;
  padding: 10px 20px 10px 25px;
  color: #424141;
  display: block; /* ボタンをブロック要素に変更 */
  margin-left: auto;
  margin-right: auto;
  }

.complete-button {
  margin: 30px 30px;
  font-weight: normal;
  text-align: center;
  max-width: 300px;
  background: #6a9aaf;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  border-radius: 128px;
  border-right: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.2);
  padding: 10px 20px 10px 25px;
  color: #ffffff;
  text-decoration: none;
  display: block; /* ボタンをブロック要素に変更 */
  margin-left: auto;
  margin-right: auto;
  }

.hidden_text_area {
    display: none;
  }

.wpcf7-spinner {
    display: block !important;
    margin: auto !important;
  }

.button-row {
  text-align: center;
  }

.wpcf7c-elm-step2.confirm-alert {
  margin: auto;
  width: 800px;
  max-width: 100%;
}

.wpcf7-form input.wpcf7c-conf, .wpcf7-form select.wpcf7c-conf {
border: none;
background-color: #ffffff; 
opacity: 1;
}

.wpcf7-form select.wpcf7c-conf {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.wpcf7c-force-hide {
      display: none !important;
}

.wpcf7-form div.hidden_text_area{
   display: block;
   padding: 5px 15px;
   text-align: left;
   font-size: 16px;
   color: black;
   box-sizing: border-box;
   padding: 10px 15px;
   background-color: #ffffff;
}

.confirm-button:hover {
  cursor: pointer;
}

.back-button:hover {
  cursor: pointer;
}

.wpcf7-form-control, .wpcf7-select, .wpcf7-validates-as-required {
  appearance: none;
  font-size: 16px;
  background-color: #ffffff; /* または background-color: white; */
  color: #6b6b6b;
  border: 1px solid #6b6b6b;
}


.wpcf7-form-control-wrap {
   font-size: 16px;
   text-align: center;
}

.wpcf7-form-control, .g-recaptcha, .wpcf7-recaptcha {
   font-size: 16px;
   border: none;
}

/* やっていくこと
1) フォームの中身 会社名/部署名と同じような構造にする
  見出し
  [ 入力欄 ]

  見出し
  [ 入力欄 ]
  ...

2) .description に対してスタイルを当てる

3) それぞれのボックスの縦の間隔を決める

4) footer.php 同様に構造化して、.footer {} のスタイルを入れる
  -> font-size, text-align など

5) サイト全体に色をつける(背景色、文字色)

6) フォームの動作を確認する

7) フォーム、ボタンのあしらい

*/
