.p-contact__body {
  min-width: 0;
}

.digimake-cf7 {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ3", "メイリオ", Meiryo, "游ゴシック体", YuGothic,
    "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic",
    system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  container-type: inline-size;
}

.digimake-cf7 *,
.digimake-cf7 *::before,
.digimake-cf7 *::after {
  box-sizing: border-box;
}

.digimake-cf7 p,
.digimake-cf7 dl,
.digimake-cf7 dt,
.digimake-cf7 dd {
  margin: 0;
}

.digimake-cf7 .form-preview-wrap,
.digimake-cf7 .fields {
  width: 100%;
  max-width: 100%;
}

.digimake-cf7 .form-preview-dl {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 20px 0 15px;
  float: left;
  border-bottom: 1px solid #e2e2e2;
  background-color: transparent;
}

.digimake-cf7 .form-preview-dl::after,
.digimake-cf7 .show-page::after {
  display: table;
  clear: both;
  content: "";
}

.digimake-cf7 .form-preview-dl > dt {
  box-sizing: border-box;
  width: 260px;
  margin: 0;
  padding: 11px 16px 11px 4px;
  float: left;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.digimake-cf7 .form-preview-dl > dt::after {
  display: table;
  clear: both;
  content: "";
}

.digimake-cf7 .form-preview-dl > dt > span {
  box-sizing: border-box;
  display: block;
  width: calc(2.5em + 10px);
  float: left;
}

.digimake-cf7 .form-preview-dl > dt > span + span {
  box-sizing: border-box;
  width: calc(100% - (2.5em + 10px));
  padding-left: 8px;
  line-height: 1.4;
  overflow-wrap: break-word;
}

.digimake-cf7 .form-preview-dl > dd {
  box-sizing: border-box;
  width: calc(100% - 260px);
  margin: 0;
  padding: 0 5px;
  float: right;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.digimake-cf7 .form-preview-dl input,
.digimake-cf7 .form-preview-dl button,
.digimake-cf7 .form-preview-dl textarea,
.digimake-cf7 .form-preview-dl select {
  appearance: none;
  border-radius: 0;
  color: #000;
  font-family: inherit;
  font-weight: 400;
  letter-spacing: 0;
}

.digimake-cf7 .form-preview-dl input[type="text"],
.digimake-cf7 .form-preview-dl input[type="email"],
.digimake-cf7 .form-preview-dl input[type="tel"],
.digimake-cf7 .form-preview-dl input[type="url"],
.digimake-cf7 .form-preview-dl input[type="password"] {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 38px;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #bebebe;
  border-radius: 0;
  background: #f5f5f5;
  font-size: 16px;
  line-height: 32px;
  text-indent: 5px;
  transition: all 0.2s ease;
}

.digimake-cf7 .form-preview-dl input.form-preview-input01-half[type="text"] {
  display: inline-block;
  width: 40px;
  margin-right: 8px;
}

.digimake-cf7
  .form-preview-dl
  input.form-preview-input01-half--name[type="text"] {
  display: inline-block;
  width: 108px;
  max-width: 108px;
  margin-right: 8px;
  vertical-align: middle;
}

.digimake-cf7 .preview-user-name .wpcf7-form-control-wrap,
.digimake-cf7 .preview-user-kana .wpcf7-form-control-wrap {
  display: inline;
}

.digimake-cf7 .input-name-label {
  display: inline-block;
  margin: 0 5px 0 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  vertical-align: middle;
}

.digimake-cf7 .form-preview-dl select {
  appearance: none;
  box-sizing: border-box;
  width: 50%;
  height: 38px;
  max-width: 100%;
  margin: 0;
  padding: 8px 24px 8px 8px;
  border: 1px solid #bebebe;
  border-radius: 0;
  background: #f5f5f5
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAOCAYAAAArMezNAAAAeElEQVQ4T62UURIAEQxD6/6HXmMX0yVtFH76oXkTUZKIPPKtVOtpeXkF1sA34J01gk/g2uDkuMUQjeUH1e6mjUDmUKud7cBNzXjkCNztRVmuwGmPdUmekELZaCEAejzQHBsrBjf1DFwcWnBXuwJGcKqjDSrU0GeVAW59Fwse//ByAAAAAElFTkSuQmCC")
    no-repeat right 10px center / 10px 7px;
  font-size: 13.3333px;
  line-height: normal;
  transition: all 0.2s ease;
}

.digimake-cf7 .form-preview-dl select::-ms-expand {
  display: none;
}

.digimake-cf7 .form-preview-dl textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 118px;
  min-height: 118px;
  margin: 0;
  padding: 8px;
  border: 1px solid #bebebe;
  border-radius: 0;
  background: #f5f5f5;
  font-size: 13.3333px;
  line-height: normal;
  resize: none;
}

.digimake-cf7 .form-preview-dl input[type="file"] {
  width: auto;
  max-width: 100%;
  font-size: 13.3333px;
}

.digimake-cf7 .form-preview-dl input:focus,
.digimake-cf7 .form-preview-dl textarea:focus,
.digimake-cf7 .form-preview-dl select:focus {
  outline: none;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

.digimake-cf7 .form-preview-dl > dd label {
  display: inline-block;
  margin: 8px 16px 4px 0;
  padding: 0 4px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.digimake-cf7 .form-preview-dl > dd label:hover {
  background: rgba(0, 0, 0, 0.1);
}

.digimake-cf7 .checkbox-list .wpcf7-list-item,
.digimake-cf7 .radio-list .wpcf7-list-item,
.digimake-cf7 .wpcf7-acceptance .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.digimake-cf7 .checkbox-list input[type="checkbox"],
.digimake-cf7 .radio-list input[type="radio"],
.digimake-cf7 .wpcf7-acceptance input[type="checkbox"] {
  display: none;
}

.digimake-cf7 .checkbox-list .wpcf7-list-item-label,
.digimake-cf7 .radio-list .wpcf7-list-item-label,
.digimake-cf7 .wpcf7-acceptance .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}

.digimake-cf7 .checkbox-list .wpcf7-list-item-label::before,
.digimake-cf7 .radio-list .wpcf7-list-item-label::before,
.digimake-cf7 .wpcf7-acceptance .wpcf7-list-item-label::before {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  border-radius: 0;
  background-color: #fff;
  content: "";
}

.digimake-cf7 .radio-list .wpcf7-list-item-label::before {
  border-radius: 50%;
}

.digimake-cf7
  .checkbox-list
  input:checked
  + .wpcf7-list-item-label,
.digimake-cf7 .radio-list input:checked + .wpcf7-list-item-label,
.digimake-cf7
  .wpcf7-acceptance
  input:checked
  + .wpcf7-list-item-label {
  color: #329bd2;
}

.digimake-cf7
  .checkbox-list
  input:checked
  + .wpcf7-list-item-label::after,
.digimake-cf7
  .wpcf7-acceptance
  input:checked
  + .wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 5px;
  height: 9px;
  transform: rotate(40deg);
  border-right: 2px solid #329bd2;
  border-bottom: 2px solid #329bd2;
  content: "";
}

.digimake-cf7
  .radio-list
  input:checked
  + .wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #329bd2;
  content: "";
}

.digimake-cf7 .form-preview-reqiured,
.digimake-cf7 .form-preview-not-reqiured {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
}

.digimake-cf7 .form-preview-reqiured {
  background-color: #ce052c;
}

.digimake-cf7 .form-preview-not-reqiured {
  background-color: #777;
}

.digimake-cf7 .form-preview-help-text {
  margin: 5px 0 0;
  color: #666;
  font-size: 90%;
  font-weight: 400;
  line-height: normal;
}

.digimake-cf7 .form-preview-alert-text {
  margin: 5px 0 0;
  color: #e35353;
  font-size: 90%;
  font-weight: 400;
  line-height: normal;
}

.digimake-cf7 .form-preview-help-text a {
  padding: 0 2px;
  color: #329bd2;
  text-decoration: none;
}

.digimake-cf7 .show-page-btn {
  display: block;
  width: 100%;
  margin: 40px auto 0;
  clear: both;
  font-size: 0;
  text-align: center;
}

.digimake-cf7 .show-page-btn .btn {
  appearance: none;
  display: inline-block;
  width: auto;
  min-width: 240px;
  max-width: 100%;
  height: auto;
  margin: 0 5px 0 0;
  padding: 16px 48px;
  border: 1px solid #329bd2;
  border-radius: 4px;
  background-color: #329bd2;
  color: #fff;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.digimake-cf7 .show-page-btn .btn:last-of-type {
  margin-right: 0;
}

.digimake-cf7--confirm:not(.is-confirming)
  .show-page-btn
  .digimake-cf7__confirm-button {
  margin-right: 0;
}

.digimake-cf7 .show-page-btn .btn:focus {
  outline: none;
}

.digimake-cf7 .show-page-btn .btn:hover,
.digimake-cf7 .show-page-btn .btn:active {
  outline: none;
  background-color: #2886b9;
}

.digimake-cf7--confirm
  .show-page-btn
  .digimake-cf7__submit-button,
.digimake-cf7--confirm
  .show-page-btn
  .digimake-cf7__back-button,
.digimake-cf7--confirm .show-page-btn .wpcf7-spinner {
  display: none !important;
}

.digimake-cf7--confirm.is-confirming
  .show-page-btn
  .digimake-cf7__confirm-button {
  display: none !important;
}

.digimake-cf7--confirm.is-confirming
  .show-page-btn
  .digimake-cf7__back-button,
.digimake-cf7--confirm.is-confirming
  .show-page-btn
  .digimake-cf7__submit-button {
  display: inline-block !important;
}

.digimake-cf7--confirm.is-confirming .show-page-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.digimake-cf7--confirm.is-confirming .show-page-btn .btn {
  margin: 0;
}

.digimake-cf7--confirm.is-confirming
  .wpcf7-form-control-wrap
  > input:not([type="hidden"]):not([type="submit"]),
.digimake-cf7--confirm.is-confirming
  .wpcf7-form-control-wrap
  > textarea,
.digimake-cf7--confirm.is-confirming
  .wpcf7-form-control-wrap
  > select,
.digimake-cf7--confirm.is-confirming
  .wpcf7-form-control-wrap
  > .wpcf7-form-control {
  display: none;
}

.digimake-cf7__confirmation-value {
  display: block;
  padding-top: 11px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.digimake-cf7 .wpcf7-not-valid-tip,
.digimake-cf7 .digimake-cf7__client-error {
  display: block;
  margin: 5px 0 0;
  color: #e35353;
  font-size: 90%;
  font-weight: 400;
  line-height: normal;
}

.digimake-cf7 .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 8px 12px;
  border-radius: 0;
}

.digimake-cf7--seoexpress
  .wpcf7-form-control-wrap:has(> textarea) {
  display: contents;
}

.digimake-cf7--seoexpress {
  background-color: #fff;
}

.digimake-cf7--seoexpress .form-preview-dl textarea {
  display: inline-block;
  vertical-align: baseline;
}

.digimake-cf7 .show-page-btn .wpcf7-spinner {
  display: none !important;
}

@container (min-width: 980px) {
  .digimake-cf7 .form-preview-dl input:hover,
  .digimake-cf7 .form-preview-dl textarea:hover,
  .digimake-cf7 .form-preview-dl select:hover {
    border: 1px solid #329bd2;
    background-color: rgba(0, 0, 0, 0.2);
  }
}

@container (max-width: 690px) {
  .digimake-cf7 .form-preview-dl > dt,
  .digimake-cf7 .form-preview-dl > dd {
    width: 100%;
    float: none;
  }

  .digimake-cf7 .form-preview-dl > dt {
    padding-right: 0;
    padding-left: 0;
  }

  .digimake-cf7 .form-preview-dl select {
    width: 100%;
    font-size: 16px;
  }

  .digimake-cf7 .form-preview-dl textarea {
    height: 138px;
    min-height: 138px;
    font-size: 16px;
  }

  .digimake-cf7 .form-preview-dl input[type="file"] {
    font-size: 16px;
  }
}

@container (max-width: 568px) {
  .digimake-cf7 .form-preview-dl > dd label {
    display: block;
    margin-right: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

  .digimake-cf7 .checkbox-list .wpcf7-list-item,
  .digimake-cf7 .radio-list .wpcf7-list-item,
  .digimake-cf7 .wpcf7-acceptance .wpcf7-list-item {
    display: block;
  }

  .digimake-cf7 .show-page-btn .btn {
    min-width: 140px;
    padding: 16px 8px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 690px) {
  .digimake-cf7 .form-preview-dl > dt,
  .digimake-cf7 .form-preview-dl > dd {
    width: 100%;
    float: none;
  }
}

/* All current BowNow forms except SEO Express use the Digimake form theme. */
.digimake-cf7:not(.digimake-cf7--seoexpress) {
  color: #121212;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 15px;
  font-weight: 500;
}

.digimake-cf7:not(.digimake-cf7--seoexpress) .form-preview-dl,
.digimake-cf7:not(.digimake-cf7--seoexpress) .form-preview-dl > dt,
.digimake-cf7:not(.digimake-cf7--seoexpress) .form-preview-dl > dd {
  color: #121212;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 15px;
  font-weight: 500;
}

.digimake-cf7:not(.digimake-cf7--seoexpress)
  .preview-email:has(+ .preview-email-confirmation) {
  border-bottom: 0;
}

.digimake-cf7:not(.digimake-cf7--seoexpress)
  .preview-email-confirmation {
  padding: 10px 0 0;
}

.digimake-cf7:not(.digimake-cf7--seoexpress)
  .preview-email-confirmation
  > dt,
.digimake-cf7:not(.digimake-cf7--seoexpress)
  .preview-email-confirmation
  > dd {
  transform: translateY(-15px);
}

.digimake-cf7:not(.digimake-cf7--seoexpress) .form-preview-dl > dd {
  padding-right: 0;
  padding-left: 0;
}

.digimake-cf7:not(.digimake-cf7--seoexpress)
  .form-preview-dl
  input[type="text"],
.digimake-cf7:not(.digimake-cf7--seoexpress)
  .form-preview-dl
  input[type="email"],
.digimake-cf7:not(.digimake-cf7--seoexpress)
  .form-preview-dl
  input[type="tel"],
.digimake-cf7:not(.digimake-cf7--seoexpress)
  .form-preview-dl
  input[type="url"],
.digimake-cf7:not(.digimake-cf7--seoexpress)
  .form-preview-dl
  input[type="password"] {
  border-radius: 5px;
  background-color: #fff;
  font-family: Arial, sans-serif;
}

.digimake-cf7:not(.digimake-cf7--seoexpress) .form-preview-dl select {
  width: 50%;
  border-radius: 5px;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.digimake-cf7:not(.digimake-cf7--seoexpress) .form-preview-dl textarea {
  display: inline-block;
  height: 83px;
  min-height: 83px;
  border-radius: 5px;
  background-color: #fff;
  font-family: monospace;
  font-size: 13.3333px;
  vertical-align: baseline;
}

.digimake-cf7:not(.digimake-cf7--seoexpress)
  .wpcf7-form-control-wrap:has(> textarea) {
  display: contents;
}

.digimake-cf7:not(.digimake-cf7--seoexpress)
  .form-preview-dl:has(input[type="file"])
  > dd {
  padding-top: 7px;
}

.digimake-cf7:not(.digimake-cf7--seoexpress)
  .form-preview-dl
  input[type="file"] {
  font-family: Arial, sans-serif;
}

.digimake-cf7:not(.digimake-cf7--seoexpress) .input-name-label {
  color: #121212;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 13px;
  font-weight: 500;
  margin-right: 6px;
}

.digimake-cf7:not(.digimake-cf7--seoexpress)
  .wpcf7-form-control-wrap
  + .input-name-label {
  margin-left: 5px;
}

.digimake-cf7--seoexpress
  .wpcf7-form-control-wrap
  + .input-name-label {
  margin-left: 6px;
}

.digimake-cf7:not(.digimake-cf7--seoexpress) .form-preview-reqiured,
.digimake-cf7:not(.digimake-cf7--seoexpress)
  .form-preview-not-reqiured {
  border-radius: 5px;
  font-family: "Zen Kaku Gothic New", serif;
}

.digimake-cf7:not(.digimake-cf7--seoexpress) .form-preview-reqiured {
  background-color: #e03812;
}

.digimake-cf7:not(.digimake-cf7--seoexpress)
  .form-preview-not-reqiured {
  background-color: #888;
}

.digimake-cf7:not(.digimake-cf7--seoexpress)
  .form-preview-dl
  > dd
  label,
.digimake-cf7:not(.digimake-cf7--seoexpress)
  .checkbox-list
  .wpcf7-list-item-label,
.digimake-cf7:not(.digimake-cf7--seoexpress)
  .radio-list
  .wpcf7-list-item-label,
.digimake-cf7:not(.digimake-cf7--seoexpress)
  .wpcf7-acceptance
  .wpcf7-list-item-label {
  color: #121212;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 15px;
  font-weight: 500;
}

.digimake-cf7:not(.digimake-cf7--seoexpress)
  .checkbox-list
  .wpcf7-list-item-label::before,
.digimake-cf7:not(.digimake-cf7--seoexpress)
  .wpcf7-acceptance
  .wpcf7-list-item-label::before {
  border-radius: 4px;
}

.digimake-cf7:not(.digimake-cf7--seoexpress)
  .checkbox-list
  input:checked
  + .wpcf7-list-item-label,
.digimake-cf7:not(.digimake-cf7--seoexpress)
  .radio-list
  input:checked
  + .wpcf7-list-item-label,
.digimake-cf7:not(.digimake-cf7--seoexpress)
  .wpcf7-acceptance
  input:checked
  + .wpcf7-list-item-label {
  color: #3ca5c5;
}

.digimake-cf7:not(.digimake-cf7--seoexpress)
  .checkbox-list
  input:checked
  + .wpcf7-list-item-label::after,
.digimake-cf7:not(.digimake-cf7--seoexpress)
  .wpcf7-acceptance
  input:checked
  + .wpcf7-list-item-label::after {
  border-color: #3ca5c5;
}

.digimake-cf7:not(.digimake-cf7--seoexpress)
  .radio-list
  input:checked
  + .wpcf7-list-item-label::after {
  background-color: #3ca5c5;
}

.digimake-cf7:not(.digimake-cf7--seoexpress) .show-page-btn .btn {
  display: grid;
  place-content: center;
  width: 290px;
  min-width: 0;
  max-width: 60vw;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 24px;
  border-color: #3ca5c5;
  border-radius: 100px;
  background-color: #3ca5c5;
  font-family: Arial, sans-serif;
  font-size: 18px;
}

.digimake-cf7:not(.digimake-cf7--seoexpress)
  .show-page-btn
  .btn:hover,
.digimake-cf7:not(.digimake-cf7--seoexpress)
  .show-page-btn
  .btn:active {
  background-color: #3ca5c5;
  opacity: 0.7;
}

@container (max-width: 690px) {
  .digimake-cf7:not(.digimake-cf7--seoexpress) .form-preview-dl > dd {
    font-size: 13px;
  }

  .digimake-cf7:not(.digimake-cf7--seoexpress)
    .form-preview-dl
    textarea {
    height: 98px;
    min-height: 98px;
    font-size: 16px;
  }
}

@container (max-width: 568px) {
  .digimake-cf7:not(.digimake-cf7--seoexpress) .input-name-label {
    margin-right: 4px;
  }

  .digimake-cf7:not(.digimake-cf7--seoexpress)
    .wpcf7-form-control-wrap
    + .input-name-label {
    margin-left: 3px;
  }

  .digimake-cf7:not(.digimake-cf7--seoexpress)
    .form-preview-dl
    > dd
    label {
    margin-right: 16px;
  }

  .digimake-cf7:not(.digimake-cf7--seoexpress) .show-page-btn .btn {
    width: 266px;
    max-width: 100%;
    height: 48px;
    padding: 0 16px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 690px) {
  .digimake-cf7:not(.digimake-cf7--seoexpress)
    .form-preview-dl
    input.form-preview-input01-half--name[type="text"] {
    width: 104px;
    max-width: 104px;
  }
}
