:root {
  --pb-kfw-red: #e60012;
  --pb-kfw-red-dark: #bd000f;
  --pb-kfw-red-soft: #fff3f4;
  --pb-kfw-ink: #23262b;
  --pb-kfw-muted: #6b7078;
  --pb-kfw-line: #d7d9dd;
  --pb-kfw-soft: #f5f5f5;
  --pb-kfw-white: #fff;
}

html:has(body.pb-kfw-standalone) {
  margin: 0 !important;
  background: var(--pb-kfw-white);
}

body.pb-kfw-standalone {
  min-width: 320px;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0 !important;
  color: var(--pb-kfw-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.65;
  background: var(--pb-kfw-white);
}

body.pb-kfw-standalone #wpadminbar {
  display: none !important;
}

.pb-kfw-page-shell,
.pb-kfw-page-shell *,
.pb-kfw-page-shell *::before,
.pb-kfw-page-shell *::after {
  box-sizing: border-box;
}

.pb-kfw-page-shell {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
  overflow-x: clip;
  background: var(--pb-kfw-white);
}

.pb-kfw-page-header {
  flex: 0 0 auto;
  width: 100%;
  background: var(--pb-kfw-white);
  border-bottom: 1px solid #ececef;
}

.pb-kfw-page-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 48px, 1140px);
  min-height: 92px;
  margin: 0 auto;
}

.pb-kfw-page-logo {
  flex: 0 0 auto;
  width: 210px;
  line-height: 0;
}

.pb-kfw-page-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.pb-kfw-phase-nav ol {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pb-kfw-phase-nav {
  position: relative;
}

.pb-kfw-phase-nav li {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding: 28px 2px 24px;
  color: #a4a7ad;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.pb-kfw-phase-nav li:not(:last-child) {
  margin-right: 38px;
}

.pb-kfw-phase-nav li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  width: 18px;
  height: 1px;
  content: "";
  background: #c8cacf;
}

.pb-kfw-phase-nav li::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  content: "";
  background: transparent;
}

.pb-kfw-phase-nav li.is-current {
  color: var(--pb-kfw-ink);
}

.pb-kfw-phase-nav li.is-current::before {
  background: var(--pb-kfw-red);
}

.pb-kfw-phase-nav li.is-complete {
  color: #696e76;
}

.pb-kfw-phase-nav b {
  color: inherit;
  font-size: 21px;
  font-weight: 850;
}

.pb-kfw-phase-nav__count {
  position: absolute;
  top: 4px;
  right: 0;
  color: var(--pb-kfw-red);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .02em;
  white-space: nowrap;
}

.pb-kfw-assurance {
  flex: 0 0 auto;
  width: 100%;
  color: var(--pb-kfw-white);
  background: var(--pb-kfw-red);
}

.pb-kfw-assurance__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  min-height: 116px;
  padding: 20px 24px;
  text-align: center;
}

.pb-kfw-assurance h1,
.pb-kfw-assurance p {
  margin: 0;
  color: var(--pb-kfw-white);
}

.pb-kfw-assurance h1 {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: .015em;
  text-decoration: underline;
  text-decoration-color: #ffe264;
  text-decoration-thickness: 5px;
  text-underline-offset: 7px;
}

.pb-kfw-assurance__speed {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 72px;
  padding: 10px 22px 11px;
  overflow: hidden;
  font-weight: 750;
  line-height: 1.25;
  background: #b5000e;
  border: 2px solid rgb(255 255 255 / 70%);
  border-radius: 999px;
}

.pb-kfw-assurance__speed span {
  display: block;
  width: 100%;
  color: var(--pb-kfw-white);
  font-size: 10px;
  letter-spacing: .08em;
  line-height: 1.25;
  white-space: nowrap;
}

.pb-kfw-assurance__speed strong {
  display: block;
  margin-top: 4px;
  color: var(--pb-kfw-white);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .01em;
  line-height: 1.1;
  white-space: nowrap;
}

.pb-kfw-page-main {
  flex: 1 0 auto;
  width: 100%;
  padding: 22px 24px 72px;
}

.pb-kfw-page-intro {
  display: grid;
  justify-items: center;
  gap: 22px;
  width: min(100%, 740px);
  margin: 0 auto 36px;
}

.pb-kfw-page-intro__time {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  width: min(100%, 620px);
  padding: 6px 12px;
  margin: 0;
  color: var(--pb-kfw-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  background: transparent;
  border: 0;
}

.pb-kfw-page-intro__time strong {
  color: var(--pb-kfw-red);
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -.02em;
  text-decoration: underline;
  text-decoration-color: #ffd45a;
  text-decoration-thickness: 5px;
  text-underline-offset: 4px;
}

.pb-kfw-page-login {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  min-height: 66px;
  padding: 11px 54px 10px;
  color: var(--pb-kfw-white) !important;
  text-align: center;
  text-decoration: none !important;
  background: #555a62;
  border-radius: 999px;
  box-shadow: 0 4px 0 #363a40;
}

.pb-kfw-page-login::after {
  position: absolute;
  top: 50%;
  right: 22px;
  content: "›";
  color: var(--pb-kfw-white);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-52%);
}

.pb-kfw-page-login span {
  font-size: 10px;
  font-weight: 600;
}

.pb-kfw-page-login strong {
  color: inherit;
  font-size: 16px;
  font-weight: 800;
}

.pb-kfw-page-login:hover {
  color: var(--pb-kfw-white);
  background: #444950;
  transform: translateY(1px);
  box-shadow: 0 3px 0 #2e3237;
}

.pb-kfw-page-login[hidden] {
  display: none !important;
}

.pb-kfw-page-content {
  width: min(100%, 820px);
  margin: 0 auto;
}

.pb-kfw-page-content > p:empty {
  display: none;
}

.pb-kfw {
  width: 100%;
  margin: 0 auto;
  color: var(--pb-kfw-ink);
  font-family: inherit;
  line-height: 1.65;
}

.pb-kfw *,
.pb-kfw *::before,
.pb-kfw *::after {
  box-sizing: border-box;
}

.pb-kfw__screen-reader-title,
.pb-kfw__live {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pb-kfw.has-macro-progress .pb-kfw__header {
  display: none;
}

.pb-kfw__progress-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 9px;
  color: #777c84;
  font-size: 12px;
  font-weight: 750;
}

.pb-kfw__progress-count {
  color: var(--pb-kfw-red);
  font-variant-numeric: tabular-nums;
}

.pb-kfw__progress-track {
  height: 4px;
  overflow: hidden;
  background: #dedfe2;
  border-radius: 99px;
}

.pb-kfw__progress-bar {
  display: block;
  width: 0;
  height: 100%;
  background: var(--pb-kfw-red);
  border-radius: inherit;
  transition: width 240ms ease;
}

.pb-kfw__preview-note,
.pb-kfw__confirm-preview-note {
  width: min(100%, 680px);
  padding: 9px 14px;
  margin: 0 auto 28px;
  color: #6d5300;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
  background: #fff8d8;
  border: 1px solid #eadb91;
}

.pb-kfw__confirm-preview-note {
  margin-top: 22px;
  border-radius: 6px;
}

.pb-kfw__form-shell {
  width: 100%;
  min-height: 430px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.pb-kfw__admin-error,
.pb-kfw__noscript {
  padding: 12px 16px;
  color: #8a1019;
  background: #fff1f2;
  border: 1px solid #ffc7cc;
}

.pb-kfw.is-enhanced .contact-caption,
.pb-kfw.is-enhanced .contact-flow,
.pb-kfw.is-enhanced .contact-flow-1,
.pb-kfw.is-enhanced .contact-flow-1-sp,
.pb-kfw.is-enhanced .contact-flow-2,
.pb-kfw.is-enhanced .contact-flow-2-sp {
  display: none !important;
}

.pb-kfw.is-enhanced .form-wrapper,
.pb-kfw.is-enhanced .form-inner {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.pb-kfw__step[hidden] {
  display: none !important;
}

.pb-kfw__step.is-active {
  animation: pb-kfw-step-in 200ms ease both;
}

.pb-kfw__step-heading {
  position: relative;
  width: min(100%, 680px);
  margin: 0 auto 24px;
  text-align: center;
}

.pb-kfw__step-eyebrow,
.pb-kfw__step-title,
.pb-kfw__step-description {
  margin: 0;
}

.pb-kfw__step-eyebrow {
  color: var(--pb-kfw-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

.pb-kfw__step-title {
  margin-top: 0;
  color: var(--pb-kfw-ink);
  font-size: clamp(23px, 4vw, 31px);
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: -.02em;
  outline: none;
}

.pb-kfw__step-title:focus-visible {
  border-radius: 4px;
  outline: 3px solid rgb(230 0 18 / 25%);
  outline-offset: 4px;
}

.pb-kfw__step-description {
  margin-top: 9px;
  color: var(--pb-kfw-muted);
  font-size: 14px;
}

.pb-kfw__step-position {
  display: inline-block;
  margin-top: 10px;
  color: #a2a5aa;
  font-size: 11px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.pb-kfw__subsection-title {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(100%, 680px);
  padding-top: 20px;
  margin: 44px auto 20px;
  color: var(--pb-kfw-ink);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.45;
  border-top: 1px solid var(--pb-kfw-line);
}

.pb-kfw__step-heading + .pb-kfw__subsection-title {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.pb-kfw__subsection-title::before {
  width: 4px;
  height: 21px;
  content: "";
  background: var(--pb-kfw-red);
  border-radius: 999px;
}

.pb-kfw.is-enhanced .form-item,
.pb-kfw.is-enhanced .form-consent,
.pb-kfw.is-enhanced .form-text {
  width: min(100%, 680px);
  padding: 0;
  margin: 0 auto 24px;
  background: transparent;
  border: 0;
}

.pb-kfw.is-enhanced .form-title {
  display: block;
  padding: 0;
  margin: 0 0 10px;
  color: var(--pb-kfw-ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.5;
  background: transparent;
  border: 0;
}

.pb-kfw.is-enhanced .form-title::before,
.pb-kfw.is-enhanced .form-title::after {
  display: none !important;
}

.pb-kfw.is-enhanced .form-title .required.badge {
  display: inline-flex;
  align-items: center;
  min-height: 19px;
  padding: 1px 6px;
  margin-right: 7px;
  color: var(--pb-kfw-red);
  font-size: 9px;
  font-weight: 850;
  line-height: 1;
  background: var(--pb-kfw-red-soft);
  border-radius: 3px;
}

.pb-kfw.is-enhanced .form-title .small,
.pb-kfw.is-enhanced .form-caption {
  display: block;
  margin: 5px 0 0;
  color: var(--pb-kfw-muted);
  font-size: 11px;
  font-weight: 500;
}

.pb-kfw.is-enhanced input[type="text"],
.pb-kfw.is-enhanced input[type="email"],
.pb-kfw.is-enhanced input[type="password"],
.pb-kfw.is-enhanced input[type="tel"],
.pb-kfw.is-enhanced select,
.pb-kfw.is-enhanced textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  margin: 0 0 10px;
  color: var(--pb-kfw-ink);
  font: inherit;
  font-size: 16px;
  background: var(--pb-kfw-white);
  border: 1px solid #bfc3c9;
  border-radius: 5px;
  outline: none;
  box-shadow: none;
  transition: border-color 140ms ease, box-shadow 140ms ease, background-color 140ms ease;
}

.pb-kfw.is-enhanced input:focus,
.pb-kfw.is-enhanced select:focus,
.pb-kfw.is-enhanced textarea:focus {
  background: #fff;
  border-color: var(--pb-kfw-red);
  box-shadow: 0 0 0 3px rgb(230 0 18 / 10%);
}

.pb-kfw.is-enhanced input[aria-invalid="true"],
.pb-kfw.is-enhanced select[aria-invalid="true"] {
  background: #fffafa;
  border-color: var(--pb-kfw-red);
}

.pb-kfw.is-enhanced .form-item > p:has(> .mwform-radio-field),
.pb-kfw.is-enhanced .form-item > p:has(> .mwform-checkbox-field) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.pb-kfw.is-enhanced .mwform-radio-field,
.pb-kfw.is-enhanced .mwform-checkbox-field {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}

.pb-kfw.is-enhanced .form-item > p:has(> .mwform-radio-field) .mwform-radio-field,
.pb-kfw.is-enhanced .form-item > p:has(> .mwform-checkbox-field) .mwform-checkbox-field {
  margin: 0;
}

.pb-kfw.is-enhanced .mwform-radio-field label,
.pb-kfw.is-enhanced .mwform-checkbox-field label,
.pb-kfw.is-enhanced .form-consent label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 76px;
  padding: 15px 18px 17px 48px;
  margin: 0;
  color: #4f545b;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  touch-action: manipulation;
  background: linear-gradient(#fafafa, #ececec);
  border: 1px solid #d0d2d6;
  border-bottom: 4px solid #c1c3c7;
  border-radius: 5px;
  transition: color 140ms ease, border-color 140ms ease, background-color 140ms ease, transform 140ms ease;
}

.pb-kfw.is-enhanced .mwform-radio-field label:hover,
.pb-kfw.is-enhanced .mwform-checkbox-field label:hover,
.pb-kfw.is-enhanced .form-consent label:hover {
  color: var(--pb-kfw-ink);
  border-color: #aaaeb4;
}

.pb-kfw.is-enhanced .mwform-radio-field label.is-selected,
.pb-kfw.is-enhanced .mwform-checkbox-field label.is-selected,
.pb-kfw.is-enhanced .form-consent label.is-selected {
  color: #9b000c;
  background: var(--pb-kfw-red-soft);
  border-color: var(--pb-kfw-red);
  border-bottom-color: var(--pb-kfw-red-dark);
}

.pb-kfw.is-enhanced .mwform-radio-field input,
.pb-kfw.is-enhanced .mwform-checkbox-field input,
.pb-kfw.is-enhanced .form-consent input[type="checkbox"] {
  position: absolute;
  top: 50%;
  left: 18px;
  display: block !important;
  width: 20px;
  height: 20px;
  margin: 0;
  opacity: 1;
  accent-color: var(--pb-kfw-red);
  transform: translateY(-50%);
}

.pb-kfw.is-enhanced .mwform-radio-field input:focus-visible,
.pb-kfw.is-enhanced .mwform-checkbox-field input:focus-visible,
.pb-kfw.is-enhanced .form-consent input[type="checkbox"]:focus-visible {
  outline: 3px solid rgb(230 0 18 / 25%);
  outline-offset: 3px;
}

.pb-kfw.is-enhanced .mwform-radio-field-text::before,
.pb-kfw.is-enhanced .mwform-radio-field-text::after,
.pb-kfw.is-enhanced .mwform-checkbox-field-text::before,
.pb-kfw.is-enhanced .mwform-checkbox-field-text::after {
  display: none !important;
}

.pb-kfw.is-enhanced .radiobox-simple-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-bottom: 10px;
}

.pb-kfw.is-enhanced .radiobox-simple-wrapper .mwform-radio-field {
  margin: 0;
}

.pb-kfw.is-enhanced .radiobox-simple-wrapper label {
  min-height: 50px;
  padding: 12px 10px 14px 39px;
}

.pb-kfw.is-enhanced .radiobox-simple-wrapper input {
  left: 12px;
}

.pb-kfw.is-enhanced .form-consent label {
  min-height: 56px;
  justify-content: flex-start;
  text-align: left;
  background: #fff;
  border-bottom-width: 1px;
  border-radius: 4px;
}

.pb-kfw.is-enhanced .form-text {
  padding: 14px 16px;
  color: #565b62;
  font-size: 12px;
  background: #f6f6f6;
  border-left: 3px solid #b4b7bc;
}

.pb-kfw.is-enhanced .pb-kfw__fixed-field,
.pb-kfw.is-enhanced .pb-kfw__legacy-pickup-note,
.pb-kfw.is-enhanced .free-kit-yamato,
.pb-kfw.is-enhanced .free-kit-familymart {
  display: none !important;
}

.pb-kfw.is-enhanced .pb-kfw__pickup-fields {
  display: block !important;
}

.pb-kfw__branch-note,
.pb-kfw__pickup-note {
  width: min(100%, 680px);
  padding: 13px 15px;
  margin: 18px auto 0;
  color: #5e636a;
  font-size: 11px;
  line-height: 1.65;
  background: #f7f7f7;
  border-left: 3px solid #aeb2b8;
}

.pb-kfw__branch-note span,
.pb-kfw__pickup-note span,
.pb-kfw__pickup-note strong {
  display: block;
}

.pb-kfw__branch-note span + span,
.pb-kfw__pickup-note span {
  margin-top: 4px;
}

.pb-kfw__pickup-note {
  border-left-color: var(--pb-kfw-red);
}

.pb-kfw__pickup-note strong {
  color: var(--pb-kfw-ink);
  font-size: 12px;
  font-weight: 800;
}

.pb-kfw__branch-note[hidden],
.pb-kfw__pickup-note[hidden],
.pb-kfw .free-kit-1-1[hidden],
.pb-kfw .free-kit-1-2[hidden],
.pb-kfw .form-item-job[hidden],
.pb-kfw .payment-1[hidden],
.pb-kfw .payment-2[hidden],
.pb-kfw .bank-area[hidden] {
  display: none !important;
}

.pb-kfw.is-enhanced .payment-1,
.pb-kfw.is-enhanced .payment-2 {
  border-left-color: var(--pb-kfw-red);
}

.pb-kfw.is-enhanced .free-kit-1-1,
.pb-kfw.is-enhanced .free-kit-1-2,
.pb-kfw.is-enhanced .free-kit-2,
.pb-kfw.is-enhanced .bank-area,
.pb-kfw.is-enhanced .form-item-job {
  margin-top: 22px;
}

.pb-kfw.is-enhanced .form-flex img {
  width: min(100%, 220px);
  height: auto;
}

.pb-kfw__legal-details {
  width: min(100%, 680px);
  margin: 12px auto 18px;
  border-top: 1px solid var(--pb-kfw-line);
  border-bottom: 1px solid var(--pb-kfw-line);
}

.pb-kfw__legal-details summary {
  position: relative;
  padding: 16px 34px 16px 2px;
  color: var(--pb-kfw-ink);
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
  touch-action: manipulation;
}

.pb-kfw__legal-details summary::-webkit-details-marker {
  display: none;
}

.pb-kfw__legal-details summary::after {
  position: absolute;
  top: 50%;
  right: 5px;
  content: "+";
  color: var(--pb-kfw-red);
  font-size: 22px;
  font-weight: 500;
  transform: translateY(-50%);
}

.pb-kfw__legal-details[open] summary::after {
  content: "−";
}

.pb-kfw__legal-details .form-content {
  max-height: 320px;
  padding: 16px;
  margin: 0 0 16px;
  overflow: auto;
  color: #555b63;
  font-size: 11px;
  background: #f7f7f7;
  overscroll-behavior: contain;
}

.pb-kfw__contract-link {
  width: min(100%, 680px);
  margin: 22px auto 10px;
}

.pb-kfw__contract-link a {
  position: relative;
  display: block;
  padding: 15px 42px 15px 16px;
  color: var(--pb-kfw-ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  background: #f7f7f7;
  border-left: 3px solid var(--pb-kfw-red);
}

.pb-kfw__contract-link a::after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "↗";
  color: var(--pb-kfw-red);
  font-size: 16px;
  transform: translateY(-50%);
}

.pb-kfw__contract-link a:hover {
  background: #f1f1f1;
}

.pb-kfw__field-error,
.pb-kfw.is-enhanced .error,
.pb-kfw.is-enhanced .mwform-error {
  display: block;
  margin: 8px 0 0;
  color: #c0000f;
  font-size: 12px;
  font-weight: 750;
}

.pb-kfw__postal-status {
  width: 100%;
  padding: 8px 10px;
  margin: 0 0 10px;
  color: #666b72;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.5;
  background: #f5f5f5;
  border-radius: 3px;
}

.pb-kfw__postal-status[hidden] {
  display: none !important;
}

.pb-kfw__postal-status[data-state="loading"] {
  color: #555b63;
}

.pb-kfw__postal-status[data-state="success"] {
  color: #17633a;
  background: #eef9f2;
}

.pb-kfw__postal-status[data-state="not-found"],
.pb-kfw__postal-status[data-state="error"] {
  color: #8b4e00;
  background: #fff7e9;
}

.pb-kfw__invalid-group {
  padding-left: 12px !important;
  border-left: 3px solid var(--pb-kfw-red) !important;
}

.pb-kfw__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(100%, 680px);
  padding-top: 24px;
  margin: 34px auto 0;
  background: var(--pb-kfw-white);
  border-top: 1px solid #ececef;
}

.pb-kfw__next,
.pb-kfw__back,
.pb-kfw.is-enhanced .your-submit,
.pb-kfw.is-enhanced .your-back {
  min-height: 54px;
  padding: 12px 22px;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  touch-action: manipulation;
  border-radius: 999px;
  transition: background-color 140ms ease, border-color 140ms ease, transform 140ms ease, opacity 140ms ease;
}

.pb-kfw__next,
.pb-kfw.is-enhanced .your-submit {
  display: flex;
  flex: 0 1 320px;
  align-items: center;
  justify-content: space-between;
  color: var(--pb-kfw-white);
  background: var(--pb-kfw-red);
  border: 1px solid var(--pb-kfw-red);
  box-shadow: 0 4px 0 var(--pb-kfw-red-dark);
}

.pb-kfw__next:hover,
.pb-kfw.is-enhanced .your-submit:hover {
  background: var(--pb-kfw-red-dark);
  border-color: var(--pb-kfw-red-dark);
}

.pb-kfw__back,
.pb-kfw.is-enhanced .your-back {
  flex: 0 0 130px;
  color: #555a61;
  background: var(--pb-kfw-white);
  border: 1px solid #c9ccd1;
}

.pb-kfw__next:active,
.pb-kfw__back:active,
.pb-kfw.is-enhanced .your-submit:active,
.pb-kfw.is-enhanced .your-back:active {
  transform: translateY(2px);
}

.pb-kfw__next:focus-visible,
.pb-kfw__back:focus-visible,
.pb-kfw.is-enhanced .your-submit:focus-visible,
.pb-kfw.is-enhanced .your-back:focus-visible,
.pb-kfw__legal-details summary:focus-visible,
.pb-kfw-page-login:focus-visible,
.pb-kfw-page-footer a:focus-visible {
  outline: 3px solid rgb(230 0 18 / 25%);
  outline-offset: 3px;
}

.pb-kfw.is-enhanced .form-submit,
.pb-kfw.is-enhanced .form-back {
  width: min(100%, 680px);
  margin: 18px auto 0;
}

.pb-kfw.is-enhanced .form-submit input,
.pb-kfw.is-enhanced .form-back input,
.pb-kfw.is-enhanced .form-submit button,
.pb-kfw.is-enhanced .form-back button {
  width: 100%;
}

.pb-kfw .is-loading,
.pb-kfw button:disabled,
.pb-kfw input:disabled {
  cursor: wait;
  opacity: .66;
}

.pb-kfw .is-loading {
  pointer-events: none;
}

.pb-kfw.is-confirm .contact-caption-2,
.pb-kfw.is-confirm .contact-flow-2,
.pb-kfw.is-confirm .contact-flow-2-sp {
  display: none !important;
}

.pb-kfw.is-confirm .form-item {
  width: min(100%, 680px);
  padding: 15px 0;
  margin: 0 auto;
  border-bottom: 1px solid var(--pb-kfw-line);
}

.pb-kfw.is-confirm .form-title {
  margin-bottom: 5px;
  color: var(--pb-kfw-muted);
  font-size: 11px;
}

.pb-kfw.is-confirm .pb-kfw__confirm-legal-source[hidden] {
  display: none !important;
}

.pb-kfw__confirm-legal {
  width: min(100%, 680px);
  padding: 24px 0 8px;
  margin: 12px auto 8px;
  border-top: 1px solid var(--pb-kfw-line);
  border-bottom: 1px solid var(--pb-kfw-line);
}

.pb-kfw__confirm-legal-title {
  margin: 0 0 14px;
  color: var(--pb-kfw-ink);
  font-size: 17px;
  font-weight: 850;
  line-height: 1.45;
}

.pb-kfw__confirm-legal-statuses {
  margin: 0 0 8px;
  border-top: 1px solid #ececef;
}

.pb-kfw__confirm-legal-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 2px;
  margin: 0;
  color: #4e535b;
  font-size: 13px;
  border-bottom: 1px solid #ececef;
}

.pb-kfw__confirm-legal-status strong {
  flex: 0 0 auto;
  color: #17633a;
  font-size: 12px;
  font-weight: 800;
}

.pb-kfw__confirm-legal-status strong::before {
  margin-right: 5px;
  content: "✓";
}

.pb-kfw__legal-details--confirm {
  width: 100%;
  margin: 4px 0 0;
  border-top: 0;
}

.pb-kfw__legal-details--confirm .form-content {
  max-height: 260px;
  margin-bottom: 10px;
  line-height: 1.75;
}

.pb-kfw__confirm-contract-link {
  position: relative;
  display: block;
  padding: 14px 34px 14px 2px;
  color: var(--pb-kfw-ink);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  border-top: 1px solid #ececef;
}

.pb-kfw__confirm-contract-link::after {
  position: absolute;
  top: 50%;
  right: 5px;
  content: "↗";
  color: var(--pb-kfw-red);
  font-size: 15px;
  transform: translateY(-50%);
}

.pb-kfw.is-confirm .form-submit .your-submit,
.pb-kfw.is-confirm .form-back .your-back {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: auto !important;
  min-height: 58px !important;
  padding: 14px 24px !important;
  margin: 0 !important;
  color: var(--pb-kfw-white) !important;
  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  text-indent: 0 !important;
  background: var(--pb-kfw-red) !important;
  border: 1px solid var(--pb-kfw-red) !important;
  border-radius: 999px !important;
  box-shadow: 0 4px 0 var(--pb-kfw-red-dark) !important;
  appearance: none;
}

.pb-kfw.is-confirm .form-back .your-back {
  color: #555a61 !important;
  background: var(--pb-kfw-white) !important;
  border-color: #c9ccd1 !important;
  box-shadow: none !important;
}

.pb-kfw.is-confirm .form-submit .your-submit:hover {
  background: var(--pb-kfw-red-dark) !important;
  border-color: var(--pb-kfw-red-dark) !important;
}

.pb-kfw.is-confirm .form-back .your-back:hover {
  color: var(--pb-kfw-ink) !important;
  background: #f7f7f7 !important;
  border-color: #aeb2b8 !important;
}

.pb-kfw .bank-search,
.pb-kfw .branch-search {
  max-height: 260px;
  overflow: auto;
  border-radius: 4px;
}

.pb-kfw .bank-search table,
.pb-kfw .branch-search table {
  width: 100%;
  margin: 0;
  font-size: 12px;
}

.pb-kfw .bank-search-bottom tr,
.pb-kfw .branch-search-bottom tr {
  cursor: pointer;
}

.pb-kfw-page-footer {
  flex: 0 0 auto;
  width: 100%;
  padding: 24px 20px 28px;
  color: #858990;
  font-size: 11px;
  text-align: center;
  border-top: 2px solid var(--pb-kfw-red);
}

.pb-kfw-page-footer nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-bottom: 9px;
}

.pb-kfw-page-footer a {
  color: #666b72;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pb-kfw-page-footer p {
  margin: 2px 0;
}

@keyframes pb-kfw-step-in {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 900px) {
  .pb-kfw-page-header__inner {
    width: min(100% - 32px, 760px);
  }

  .pb-kfw-phase-nav li {
    font-size: 13px;
  }

  .pb-kfw-phase-nav b {
    font-size: 16px;
  }

  .pb-kfw-phase-nav li:not(:last-child) {
    margin-right: 24px;
  }

  .pb-kfw-phase-nav li:not(:last-child)::after {
    left: calc(100% + 6px);
    width: 12px;
  }
}

@media (max-width: 680px) {
  .pb-kfw-page-header__inner {
    display: block;
    width: 100%;
    min-height: 0;
  }

  .pb-kfw-page-logo {
    width: 172px;
    padding: 16px 0 13px;
    margin-left: 16px;
  }

  .pb-kfw-phase-nav {
    width: 100%;
    overflow: hidden;
  }

  .pb-kfw-phase-nav ol {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
  }

  .pb-kfw-phase-nav li {
    display: grid;
    justify-items: center;
    gap: 4px;
    padding: 10px 2px 12px;
    font-size: 9px;
    text-align: center;
  }

  .pb-kfw-phase-nav li:not(:last-child) {
    margin-right: 0;
  }

  .pb-kfw-phase-nav li:not(:last-child)::after {
    display: none;
  }

  .pb-kfw-phase-nav b {
    font-size: 13px;
  }

  .pb-kfw-phase-nav__count {
    top: 3px;
    right: 6px;
    font-size: 9px;
  }

  .pb-kfw-phase-nav li::before {
    height: 3px;
  }

  .pb-kfw-assurance__inner {
    gap: 14px;
    min-height: 88px;
    padding: 16px 14px;
  }

  .pb-kfw-assurance h1 {
    font-size: 18px;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
  }

  .pb-kfw-assurance__speed {
    min-width: 154px;
    min-height: 60px;
    padding: 8px 14px 9px;
  }

  .pb-kfw-assurance__speed span {
    font-size: 8px;
  }

  .pb-kfw-assurance__speed strong {
    margin-top: 3px;
    font-size: 16px;
  }

  .pb-kfw-page-main {
    padding: 16px 16px 48px;
  }

  .pb-kfw-page-intro {
    gap: 16px;
    margin-bottom: 28px;
  }

  .pb-kfw-page-intro__time {
    padding: 4px 8px;
    font-size: 14px;
  }

  .pb-kfw-page-intro__time strong {
    font-size: 21px;
    text-decoration-thickness: 4px;
  }

  .pb-kfw-page-login {
    min-width: 270px;
    min-height: 58px;
    padding-right: 48px;
    padding-left: 48px;
  }

  .pb-kfw-page-login::after {
    right: 19px;
  }

  .pb-kfw__preview-note {
    margin-bottom: 24px;
  }

  .pb-kfw__step-heading {
    margin-bottom: 20px;
  }

  .pb-kfw__step-description {
    font-size: 12px;
  }

  .pb-kfw__subsection-title {
    padding-top: 18px;
    margin-top: 36px;
    font-size: 16px;
  }

  .pb-kfw__step-heading + .pb-kfw__subsection-title {
    padding-top: 0;
    margin-top: 0;
  }

  .pb-kfw.is-enhanced .form-item > p:has(> .mwform-radio-field),
  .pb-kfw.is-enhanced .form-item > p:has(> .mwform-checkbox-field) {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pb-kfw.is-enhanced .mwform-radio-field label,
  .pb-kfw.is-enhanced .mwform-checkbox-field label {
    min-height: 62px;
  }

  .pb-kfw__nav {
    position: sticky;
    bottom: 0;
    z-index: 5;
    padding: 12px 0 max(8px, env(safe-area-inset-bottom));
    margin-top: 28px;
    box-shadow: 0 -13px 22px rgb(255 255 255 / 94%);
  }

  .pb-kfw__back {
    flex-basis: 84px;
  }

  .pb-kfw-page-footer nav {
    gap: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pb-kfw-page-shell *,
  .pb-kfw-page-shell *::before,
  .pb-kfw-page-shell *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
