.cf7c-confirm-btn, .cf7c-back-btn{
  padding: 10px 18px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.cf7c-confirm-btn{ margin-left: 8px; }
.cf7c-confirm-page{ margin: 20px 0; }
.cf7c-confirm-title{ margin: 0 0 16px; }
.cf7c-confirm-summary{
  /*background: #f8f8f8;
  border: 1px solid #ddd;*/
  border-radius: 8px;
  padding: 18px;
}
.cf7c-dl{
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 10px 14px;
  margin: 0;
}
.cf7c-dl dt{ 
  font-weight: 400;
  padding: 2em 0.5em 2em 1em;
  border-bottom-width: thin;
  border-bottom-style: solid;
  border-bottom-color: #999999;
}
.cf7c-dl dd{ 
  margin: 0;
  word-break: break-word;
  padding: 2em 0.5em 2em 1em;
  border-bottom-width: thin;
  border-bottom-style: solid;
  border-bottom-color: #999999;
}
.cf7c-confirm-actions{ margin-top: 16px; }
.cf7c-error{ margin: 0; }

.cf7c-hidden-form{ margin-top: 18px; }

.cf7c-confirm-page .wpcf7 form > p:not(.cf7c-keep),
.cf7c-confirm-page .wpcf7 form > div{
  display:none;
}
.cf7c-confirm-page .wpcf7 form.cf7c-confirm-mode *{
  display: none !important;
}
.cf7c-confirm-page .wpcf7 form.cf7c-confirm-mode .cf7c-keep{
  display: block !important;
}
.cf7c-confirm-page .wpcf7 form.cf7c-confirm-mode input[type="submit"].cf7c-keep,
.cf7c-confirm-page .wpcf7 form.cf7c-confirm-mode button[type="submit"].cf7c-keep,
.cf7c-confirm-page .wpcf7 form.cf7c-confirm-mode input[type="submit"],
.cf7c-confirm-page .wpcf7 form.cf7c-confirm-mode button[type="submit"]{
  display: inline-block !important;
}

/* カスタマイズ用CSS  */
.wpcf7 form .wpcf7-response-output {
     border: none!important;
     color: #dc3232!important;
}
