@charset "UTF-8";
/** breakPoint **/
.frm-show-form fieldset {
  border: 0;
}

.frm_forms {
  max-width: 893px;
  margin-left: auto;
  margin-right: auto;
}

.frm-show-form select,
.frm-show-form textarea,
.frm-show-form input[type=number],
.frm-show-form input[type=text],
.frm-show-form input[type=email],
.frm-show-form input[type=tel] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
  width: 100% !important;
  padding: 6px 12px 8px 12px;
  border: solid 1px #dee2e6;
}
.frm-show-form select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%207.5L10%2012.5L15%207.5%22%20stroke%3D%22%23ADB5BD%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center right 12px;
}
.frm-show-form fieldset {
  border: 0;
}
.frm-show-form .frm_form_field {
  margin-top: var(--spacing_md);
}
.frm-show-form .frm_form_field .frm_primary_label {
  margin-bottom: 4px;
  display: flex;
  flex-direction: row;
  justify-content: start;
}
.frm-show-form .frm_primary_label {
  font-size: 13px;
}
.frm-show-form .frm_required_field .frm_required {
  background-color: transparent;
  color: #dc3545;
  font-size: 0;
  align-self: center;
  padding: 2px;
  margin-right: 4px;
  border-radius: 2px;
}
.frm-show-form .frm_required_field .frm_required::before {
  font-size: 10px;
  content: "*";
  line-height: 1;
}
.frm-show-form input::placeholder {
  color: #adb5bd;
}
.frm-show-form select:invalid {
  color: #adb5bd;
}
.frm-show-form .frm_prev_page,
.frm-show-form .frm_button_submit {
  cursor: pointer;
  display: block;
  border: 0;
  width: 100%;
  max-width: 175px;
  max-width: 245px;
  height: 50px;
  border-radius: var(--radius_full, 9999px);
  background: var(--color-button-primary, #0e63c4);
  padding: 12px 24px 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center right var(--spacing_lg);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M5.05937%207.0349L0.109375%202.0849L1.52337%200.670898L7.88737%207.0349L1.52337%2013.3989L0.109375%2011.9849L5.05937%207.0349Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  color: #fff;
  transition: 0.3s;
}
.frm-show-form .frm_prev_page {
  color: #dee2e6;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M5.17168%206.99999L0.22168%202.04999L1.63568%200.635986L7.99968%206.99999L1.63568%2013.364L0.22168%2011.95L5.17168%206.99999Z%22%20fill%3D%22%230E63C4%22%2F%3E%3C%2Fsvg%3E");
  border: 1px solid var(--sumi-300, #dee2e6);
  color: var(--text-secondary, #0e63c4);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: 0.4s;
  font-weight: 500;
}
.frm-show-form .frm_error {
  color: #dc3545;
  line-height: 17px;
  font-size: 12px;
  font-weight: 500;
}

.form-float-cta {
  display: none;
}
@media (max-width: 1079px) {
  .form-float-cta {
    backdrop-filter: blur(1px);
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 222;
    transform: translate(0, 100%);
    transition: 0.4s;
  }
  .form-float-cta.is-active {
    transform: none;
  }
}
.form-float-cta__button {
  padding: var(--spacing_md);
}
.form-float-cta__button .c-cta-button {
  width: 100%;
}

.lightbox {
  top: 50% !important;
  transform: translateY(-50%);
  position: fixed !important;
}

.frm_forms .frm_rootline input {
  width: 32px;
  height: 32px;
}

.frm_forms .frm_rootline .frm_current_page input[type=button] {
  background-color: var(--color-button-primary, #0e63c4);
  border-color: var(--color-button-primary, #0e63c4);
}

.frm_forms .frm_page_bar input,
.frm_forms .frm_page_bar input:disabled {
  --progress-bg-color: #dee2e6;
  color: #fff;
}

.frm_rootline > .frm_rootline_single {
  min-width: auto;
  position: relative;
  padding: 0 0;
  width: 32px;
  height: 32px;
  display: block;
  flex: 0;
}

.frm_rootline > .frm_rootline_single::before {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #dee2e6;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translate(100%, -50%);
  border-radius: 5px;
}
@media (max-width: 1079px) {
  .frm_rootline > .frm_rootline_single::before {
    right: -1vw;
  }
}

.frm_rootline_single:last-child::before {
  display: none !important;
}

.frm_rootline.frm_show_lines {
  gap: 132px;
  align-items: center;
  justify-content: center;
}

.frm_forms .frm_rootline input.frm_page_back {
  background-color: var(--color-button-primary, #0e63c4);
  border-color: var(--color-button-primary, #0e63c4);
  font-size: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.3327%204L5.99935%2011.3333L2.66602%208%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.frm_rootline_group {
  margin: 0 auto 24px;
  max-width: 100%;
}

.frm_description {
  font-size: 13px;
}

.frm_submit {
  gap: 16px;
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.frm_page_num_2 .frm_submit {
  display: flex;
  gap: var(--spacing_sm);
  margin-top: 24px;
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}

.frm_page_num_2 .frm_submit .frm_button_submit {
  margin-left: 0;
  margin-right: 0;
}

.frm_prev_page:hover {
  color: var(--color-button-primary, #0e63c4);
}

.form-template-form .frm-show-form .frm_button_submit {
  max-width: 100%;
}

.frm_error_style {
  color: #dc3545;
  font-weight: 500;
  margin-bottom: 16px;
}

@media print, screen and (max-width: 1079px) {
  .frm_rootline.frm_show_lines {
    gap: 20vw;
  }
  .frm_rootline > .frm_rootline_single::before {
    width: 16.5vw;
  }
}
/*
.p-form-article-form--2 .frm-show-form select, .p-form-article-form--2 .frm-show-form textarea, .p-form-article-form--2 .frm-show-form input[type=number], .p-form-article-form--2 .frm-show-form input[type=text], .p-form-article-form--2 .frm-show-form input[type=email], .p-form-article-form--2 .frm-show-form input[type=tel] {
  font-size: var(--font-size-xs);
  font-family: var(--font-family-jp);
  font-weight: var(--font-weight-r);
  font-style: normal;
  line-height: var(--line-height-lg);
  letter-spacing: var(--letter-spacing-md);
  text-decoration: none;
  text-transform: none;
}
.p-form-article-form--2 .frm-show-form .frm_form_field .frm_primary_label {
  font-size: var(--font-size-xs);
  font-family: var(--font-family-jp);
  font-weight: var(--font-weight-b);
  font-style: normal;
  line-height: var(--line-height-md);
  letter-spacing: var(--letter-spacing-md);
  text-decoration: none;
  text-transform: none;
}
.p-form-article-form--2 .frm-show-form .frm_required_field .frm_required::before {
  font-size: var(--font-size-xxs);
  font-family: var(--font-family-jp);
  font-weight: var(--font-weight-b);
  font-style: normal;
  line-height: var(--line-height-sm);
  letter-spacing: var(--letter-spacing-md);
  text-decoration: none;
  text-transform: none;
}
.p-form-article-form--2 .p-form-article-form__top-text {
  font-size: var(--font-size-lg);
  font-family: var(--font-family-jp);
  font-weight: var(--font-weight-b);
  font-style: normal;
  line-height: var(--line-height-sm);
  letter-spacing: var(--letter-spacing-lg);
  text-decoration: none;
  text-transform: none;
}
.p-form-article-form--2 .frm_rootline.frm_show_lines {
  gap: 102px;
}
.p-form-article-form--2 .frm_rootline > .frm_rootline_single::before {
  width: 70px;
}
.p-form-article-form--2 .frm-show-form .frm_required_field .frm_required {
  margin-left: var(--spacing_sm);
}
.p-form-article-form--2 .frm-show-form .frm_required_field .frm_required::before {
  background: var(--accent-red);
  content: "必須";
  color: var(--color-text-inverse);
  padding: 0 5px;
  border-radius: 2px;
}
.p-form-article-form--2 .frm-show-form select {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 4.83358L8.88906 0.944519L10 2.05546L5 7.05545L-4.85606e-08 2.05545L1.11094 0.944519L5 4.83358Z' fill='%230E63C4'/%3E%3C/svg%3E");
}
.p-form-article-form--2 .frm_button_submit {
  max-width: 240px;
}
.p-form-article-form--2 .p-form-article-form__top-text {
  margin-bottom: var(--spacing_lg);
}
*/
.frm_checkbox label {
  font-size: 12px;
  color: inherit;
  line-height: inherit;
}

/*# sourceMappingURL=form-template.css.map */
