@charset "UTF-8";
.input {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"] {
  height: 2em;
  font-size: 1em; }

.wpcf7-list-item {
  margin-left: 0.5em; }

.microcopy {
  margin-bottom: 0;
  font-size: 60%; }

.pp {
  margin: 1em auto;
  text-align: center; }

.submit {
  display: flex;
  justify-content: space-around; }
  .submit input {
    width: 30%;
    margin: auto; }

p.through {
  width: 100%; }

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none; }

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none; }
