@charset "UTF-8";
/** Colors **/
/** Font Size **/
/** Spacer **/
/** breakPoint **/
.form-header {
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  padding: 8px 0;
  z-index: 2;
  margin-bottom: 56px;
}
@media print, screen and (max-width: 1079px) {
  .form-header {
    height: 64px;
    padding: 16px 0;
    margin-bottom: 16px;
  }
}
.form-header__logo img {
  height: 25px;
}
@media print, screen and (max-width: 1079px) {
  .form-header__logo img {
    height: 15px;
  }
}

.form-footer {
  background: var(--sumi-900, #212529);
  color: var(--sumi-500, #adb5bd);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  padding: 24px 0;
}
.form-footer__inner {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 1079px) {
  .form-footer__inner {
    display: block;
  }
}
.form-footer__links {
  display: flex;
  gap: 32px;
}
@media print, screen and (max-width: 1079px) {
  .form-footer__links {
    margin-bottom: 24px;
  }
}
.form-footer__link {
  transition: 0.3s;
}
.form-footer__link:hover {
  text-decoration: underline;
}

.form-template {
  margin-left: auto;
  margin-right: auto;
}
.form-template img {
  width: 100%;
}

.form-template-heading {
  margin-bottom: 24px;
}
@media print, screen and (max-width: 1079px) {
  .form-template-heading {
    margin-bottom: 16px;
  }
}
.form-template-heading__subtitle {
  color: #495057;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 1079px) {
  .form-template-heading__subtitle {
    font-size: 14px;
  }
}
.form-template-heading__title {
  font-size: 40px;
}
@media print, screen and (max-width: 1079px) {
  .form-template-heading__title {
    font-size: 24px;
  }
}

.form-template-date {
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center left;
  padding-left: 28px;
  font-size: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M16.25%203H13.75V1.75H12.5V3H7.5V1.75H6.25V3H3.75C3.0625%203%202.5%203.5625%202.5%204.25V16.75C2.5%2017.4375%203.0625%2018%203.75%2018H16.25C16.9375%2018%2017.5%2017.4375%2017.5%2016.75V4.25C17.5%203.5625%2016.9375%203%2016.25%203ZM16.25%2016.75H3.75V8H16.25V16.75ZM16.25%206.75H3.75V4.25H6.25V5.5H7.5V4.25H12.5V5.5H13.75V4.25H16.25V6.75Z%22%20fill%3D%22%23ADB5BD%22%2F%3E%3C%2Fsvg%3E");
  color: #495057;
  font-weight: 400;
  margin-top: 16px;
}

.form-template-meta {
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .form-template-meta {
    margin-bottom: 16px;
  }
}

.form-template-content {
  display: grid;
  grid-template-columns: 1fr 424px;
  gap: 50px;
  margin-bottom: 192px;
}
@media print, screen and (max-width: 1079px) {
  .form-template-content {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    gap: 64px;
  }
}

.form-template-form {
  position: sticky;
  top: 0;
}
.form-template-form__inner {
  overflow: auto;
  padding: 32px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 480px) {
  .form-template-form__inner {
    position: static;
    max-height: 100%;
    padding: 32px 16px;
  }
}
.form-template-form .hbspt-form:has(form) {
  background-color: #fff;
  margin: -32px;
  padding: 32px;
}
@media screen and (max-width: 480px) {
  .form-template-form .hbspt-form:has(form) {
    margin: -32px -16px;
    padding: 32px 16px;
  }
}
.form-template-form .form-columns-1,
.form-template-form .form-columns-2,
.form-template-form .form-columns-0 {
  max-width: 100%;
}
.form-template-form .hs-form-field {
  margin-top: 16px;
}
.form-template-form fieldset:first-child .hs-form-field {
  margin-top: 0;
}
.form-template-form .form-columns-2 {
  display: flex;
  justify-content: space-between;
}
.form-template-form .form-columns-2 .field {
  width: calc(50% - 8px) !important;
}
.form-template-form .field > label {
  display: flex;
  flex-direction: row;
  margin-bottom: 4px;
}
.form-template-form .field > label > span:first-child {
  font-size: 13px;
}
.form-template-form .hs-form-required {
  background-color: #DC3545;
  color: #fff;
  font-size: 0;
  align-self: center;
  padding: 2px;
  margin-right: 4px;
  border-radius: 2px;
}
.form-template-form .hs-form-required::before {
  font-size: 10px;
  content: "必須";
  line-height: 1;
}
.form-template-form .hs-richtext {
  margin-bottom: 16px;
  margin-top: 12px;
}
.form-template-form .hs-richtext p {
  line-height: 17px;
  font-size: 12px;
  font-weight: 400;
}
.form-template-form .hs-richtext a {
  text-decoration: underline;
  color: #0E63C4;
}
.form-template-form .hs-error-msg {
  color: #DC3545;
  line-height: 17px;
  font-size: 12px;
  font-weight: 500;
}
.form-template-form .hs-form-checkbox {
  margin-bottom: 8px;
}
.form-template-form .hs-form-checkbox span {
  display: inline-block;
}
.form-template-form .hs-form-checkbox > label {
  position: relative;
}
.form-template-form .hs-form-checkbox input {
  display: none;
}
.form-template-form .hs-form-checkbox input + span::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #dee2e6;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 1.8px;
}
.form-template-form .hs-form-checkbox input:checked + span::before {
  border: 1px solid #0E63C4;
  background-color: #0E63C4;
}
.form-template-form .hs-form-checkbox input:checked + span::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%228%22%20viewBox%3D%220%200%2010%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9%201.25L3.5%206.75L1%204.25%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 top 8px;
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
}
.form-template-form .hs-form-checkbox:last-child {
  margin-bottom: 0;
}
.form-template-form .input {
  font-size: 15px;
  margin-right: 0 !important;
}
.form-template-form .input input::placeholder {
  color: #adb5bd;
}
.form-template-form .input 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;
}
.form-template-form .input select:invalid {
  color: #adb5bd;
}
.form-template-form .input select,
.form-template-form .input textarea,
.form-template-form .input input[type=number],
.form-template-form .input input[type=text],
.form-template-form .input input[type=email],
.form-template-form .input input[type=tel] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
  width: 100% !important;
  padding: 6px 12px 8px 12px;
  border: solid 1px #dee2e6;
}
.form-template-form .input textarea {
  display: block;
  height: 88px;
}
.form-template-form input[type=submit] {
  cursor: pointer;
  display: block;
  border: 0;
  width: 100%;
  padding: 12px 24px 16px;
  font-weight: 700;
  border-radius: 30px;
  text-align: center;
  background-color: #FF9100;
  color: #fff;
  transition: 0.3s;
}
.form-template-form input[type=submit]:hover {
  background-color: #ffa733;
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.form-template-form-privacy-text {
  margin: 15px auto 5px;
  color: #495057;
  font-size: 12px;
  font-weight: 500;
  line-height: 200%; /* 24px */
}

.form-template-form-privacy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.form-template-form-privacy-link {
  color: #495057;
  font-size: 12px;
  font-weight: 500;
  line-height: 200%; /* 24px */
  text-decoration-line: underline;
}

.form-template-visual {
  margin-bottom: 32px;
}
.form-template-visual img {
  border-radius: 8px;
}
@media screen and (max-width: 480px) {
  .form-template-visual {
    margin-bottom: 16px;
  }
}

.form-template-button {
  margin-bottom: 32px;
}
@media print, screen and (max-width: 1079px) {
  .form-template-button {
    margin-bottom: 24px;
  }
}

.form-template-heading1 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.form-template-heading2 {
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 1.5;
}

.form-template-text {
  font-size: 16px;
  margin-bottom: 16px;
}

.form-template-column {
  display: grid;
  gap: 20px;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 1079px) {
  .form-template-column {
    gap: 16px;
  }
}
.form-template-column--col2 {
  grid-template-columns: repeat(2, 1fr);
}
.form-template-column--col3 {
  grid-template-columns: repeat(3, 1fr);
}
.form-template-column__caveat {
  text-align: right;
  color: #adb5bd;
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 32px;
}

.form-template-list-box {
  padding: 24px;
  background-color: #fff;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 1079px) {
  .form-template-list-box {
    padding: 24px 12px;
  }
}
.form-template-list-box__title {
  font-size: 20px;
  margin-bottom: 16px;
  color: #0E63C4;
}
.form-template-list-box__li {
  font-weight: bold;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%20%3Cg%20clip-path%3D%22url(%23clip0_1052_7022)%22%3E%20%3Cpath%20d%3D%22M8.00261%2014.6667C8.87825%2014.6678%209.74549%2014.4959%2010.5545%2014.1608C11.3635%2013.8257%2012.0983%2013.334%2012.7166%2012.714C13.3366%2012.0956%2013.8283%2011.3608%2014.1634%2010.5519C14.4985%209.74287%2014.6704%208.87563%2014.6693%207.99998C14.6704%207.12434%2014.4985%206.25711%2014.1634%205.44813C13.8283%204.63914%2013.3366%203.90435%2012.7166%203.28599C12.0983%202.66599%2011.3635%202.17432%2010.5545%201.83921C9.74549%201.50411%208.87825%201.33218%208.00261%201.33332C7.12697%201.3322%206.25974%201.50414%205.45075%201.83924C4.64177%202.17434%203.90698%202.66601%203.28861%203.28599C2.66863%203.90435%202.17697%204.63914%201.84186%205.44813C1.50676%206.25711%201.33483%207.12434%201.33594%207.99998C1.33481%208.87563%201.50673%209.74287%201.84184%2010.5519C2.17694%2011.3608%202.66862%2012.0956%203.28861%2012.714C3.90698%2013.334%204.64177%2013.8256%205.45075%2014.1607C6.25974%2014.4958%207.12697%2014.6678%208.00261%2014.6667Z%22%20stroke%3D%22%23001A88%22%20stroke-width%3D%221.5%22%20stroke-linejoin%3D%22round%22%2F%3E%20%3Cpath%20d%3D%22M5.33594%207.99997L7.33594%209.99997L11.3359%205.99997%22%20stroke%3D%22%23001A88%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%20%3C%2Fg%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip0_1052_7022%22%3E%20%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22white%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: top 5px left;
  background-size: 16px;
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 1em;
  padding-left: 25px;
}
.form-template-list-box__li:last-child {
  margin-bottom: 0;
}

.form-template-summary__title {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 1em;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 16px;
}
.form-template-summary__desc {
  line-height: 2;
  font-size: 15px;
}
@media print, screen and (max-width: 1079px) {
  .form-template-summary__desc {
    font-size: 14px;
  }
}

.form-template-summary + .form-template-summary {
  margin-top: 40px;
}

.form-template-profile {
  display: grid;
  grid-template-columns: 95px 1fr;
  grid-auto-rows: auto;
  gap: 0 16px;
  grid-template-areas: "image title" ". name" ". desc";
}
.form-template-profile + .form-template-profile {
  margin-top: 24px;
}
@media print, screen and (max-width: 1079px) {
  .form-template-profile {
    grid-template-areas: "image ." ". title" ". name" ". desc";
  }
}
.form-template-profile__image {
  height: 95px;
  grid-area: image;
  grid-row: span 3;
  overflow: hidden;
}
@media print, screen and (max-width: 1079px) {
  .form-template-profile__image {
    grid-row: span 3;
  }
}
.form-template-profile__title {
  text-align: justify;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.65;
  grid-area: title;
}
@media print, screen and (max-width: 1079px) {
  .form-template-profile__title {
    align-self: end;
  }
}
.form-template-profile__name {
  text-align: justify;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 8px;
  grid-area: name;
}
@media print, screen and (max-width: 1079px) {
  .form-template-profile__name {
    margin-bottom: 0;
    height: fit-content;
    align-self: end;
  }
}
.form-template-profile__desc {
  font-size: 12px;
  line-height: 2;
  grid-area: desc;
}
@media print, screen and (max-width: 1079px) {
  .form-template-profile__desc {
    margin-top: 16px;
    grid-column: span 2;
  }
}

.form-template-overview__desc {
  text-align: justify;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
.form-template-overview__caveat {
  color: var(--sumi-700, #495057);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  margin-top: 16px;
}

.form-template-card {
  display: grid;
  column-gap: 24px;
  grid-template-columns: 160px auto;
  margin-bottom: 32px;
}
.form-template-card__visual img {
  object-fit: cover;
  width: 100%;
}
@media print, screen and (max-width: 1079px) {
  .form-template-card {
    grid-template-columns: 234px auto;
  }
}
@media screen and (max-width: 480px) {
  .form-template-card {
    grid-template-columns: 113px auto;
    font-size: 14px;
  }
}

.form-template-border {
  padding-top: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #d5d5d5;
}

.form-template-box {
  background-color: #f0f7fc;
  padding: 32px 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .form-template-box {
    padding: 24px;
    margin-bottom: 16px;
    font-size: 14px;
  }
}

.sec10__form .frm-show-form select,
.sec10__form .frm-show-form textarea,
.sec10__form .frm-show-form input[type=number],
.sec10__form .frm-show-form input[type=text],
.sec10__form .frm-show-form input[type=email],
.sec10__form .frm-show-form input[type=tel],
.application-form .frm-show-form select,
.application-form .frm-show-form textarea,
.application-form .frm-show-form input[type=number],
.application-form .frm-show-form input[type=text],
.application-form .frm-show-form input[type=email],
.application-form .frm-show-form input[type=tel],
.lp-template1-form .frm-show-form select,
.lp-template1-form .frm-show-form textarea,
.lp-template1-form .frm-show-form input[type=number],
.lp-template1-form .frm-show-form input[type=text],
.lp-template1-form .frm-show-form input[type=email],
.lp-template1-form .frm-show-form input[type=tel],
.form-template-form .frm-show-form select,
.form-template-form .frm-show-form textarea,
.form-template-form .frm-show-form input[type=number],
.form-template-form .frm-show-form input[type=text],
.form-template-form .frm-show-form input[type=email],
.form-template-form .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;
}
.sec10__form .frm-show-form select,
.application-form .frm-show-form select,
.lp-template1-form .frm-show-form select,
.form-template-form .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;
}
.sec10__form .frm-show-form fieldset,
.application-form .frm-show-form fieldset,
.lp-template1-form .frm-show-form fieldset,
.form-template-form .frm-show-form fieldset {
  border: 0;
}
.sec10__form .frm-show-form .frm_form_field,
.application-form .frm-show-form .frm_form_field,
.lp-template1-form .frm-show-form .frm_form_field,
.form-template-form .frm-show-form .frm_form_field {
  margin-top: 16px;
}
.sec10__form .frm-show-form .frm_form_field .frm_primary_label,
.application-form .frm-show-form .frm_form_field .frm_primary_label,
.lp-template1-form .frm-show-form .frm_form_field .frm_primary_label,
.form-template-form .frm-show-form .frm_form_field .frm_primary_label {
  margin-bottom: 4px;
  display: flex;
  flex-direction: row;
  justify-content: start;
}
.sec10__form .frm-show-form .frm_primary_label,
.application-form .frm-show-form .frm_primary_label,
.lp-template1-form .frm-show-form .frm_primary_label,
.form-template-form .frm-show-form .frm_primary_label {
  font-size: 13px;
}
.sec10__form .frm-show-form .frm_required_field .frm_required,
.application-form .frm-show-form .frm_required_field .frm_required,
.lp-template1-form .frm-show-form .frm_required_field .frm_required,
.form-template-form .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;
}
.sec10__form .frm-show-form .frm_required_field .frm_required::before,
.application-form .frm-show-form .frm_required_field .frm_required::before,
.lp-template1-form .frm-show-form .frm_required_field .frm_required::before,
.form-template-form .frm-show-form .frm_required_field .frm_required::before {
  font-size: 10px;
  content: "*";
  line-height: 1;
}
.sec10__form .frm-show-form input::placeholder,
.application-form .frm-show-form input::placeholder,
.lp-template1-form .frm-show-form input::placeholder,
.form-template-form .frm-show-form input::placeholder {
  color: #adb5bd;
}
.sec10__form .frm-show-form select:invalid,
.application-form .frm-show-form select:invalid,
.lp-template1-form .frm-show-form select:invalid,
.form-template-form .frm-show-form select:invalid {
  color: #adb5bd;
}
.sec10__form .frm-show-form .frm_button_submit,
.application-form .frm-show-form .frm_button_submit,
.lp-template1-form .frm-show-form .frm_button_submit,
.form-template-form .frm-show-form .frm_button_submit {
  cursor: pointer;
  display: block;
  border: 0;
  width: 100%;
  padding: 12px 24px 16px;
  font-weight: 700;
  border-radius: 6px;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #0E63C4;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  transition: 0.3s;
}
.sec10__form .frm-show-form .frm_error,
.application-form .frm-show-form .frm_error,
.lp-template1-form .frm-show-form .frm_error,
.form-template-form .frm-show-form .frm_error {
  color: #dc3545;
  line-height: 17px;
  font-size: 12px;
  font-weight: 500;
}

.form-float-cta {
  display: none;
}
@media print, screen and (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: 16px;
}
.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;
}

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

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

.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: 360px;
}

.frm_description {
  font-size: 13px;
}

.frm_submit {
  gap: 16px;
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr;
}

.frm_page_num_2 .frm_submit {
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.frm_prev_page {
  color: #DEE2E6;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid var(--sumi-300, #DEE2E6);
  cursor: pointer;
  transition: 0.4s;
  font-weight: 500;
}

.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: 25vw;
  }
  .frm_rootline > .frm_rootline_single::before {
    width: 16.5vw;
  }
}

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