@media screen and (min-width: 768px), print {
  .app-process {
    margin-top: 3.5rem;
  }
  .app-process__acc {
    margin-top: 0;
  }
  .app-process__acc > .acc__item {
    border: none;
    margin: 0;
  }
  .app-process__acc > .acc__item:not(:first-child) {
    display: none;
  }
  .app-process__acc > .acc__item > .acc__button {
    display: none;
  }
  .app-process__acc > .acc__item > .acc__content {
    display: block !important;
  }
  .app-process__acc > .acc__item > .acc__content > .acc__content--inner {
    padding: 0;
  }
  .app-process__acc > .acc__item > .acc__content > .acc__close {
    display: none !important;
  }
  .app-process__acc + .tabs {
    margin-top: 5.5rem;
  }
  .app-process__inner {
    border: 1px solid #556ee6;
    margin-top: 2.2rem;
    padding: 3rem 2.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .app-process__inner {
    padding: 2.5rem 1.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .app-process__inner .tabs {
    column-gap: 2.2rem;
  }
  .app-process__inner .tabs__item::after {
    display: none;
  }
  .app-process__inner .tabs .button {
    padding: 2.5rem 1rem 1.2rem;
    align-items: center;
    justify-content: center;
  }
  .app-process__inner .tabs .button .icon {
    display: none;
  }
  .app-process__inner .tabs .button .text {
    min-height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .app-process__inner .tabs {
    column-gap: 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .app-process__tabs {
    display: none;
  }
  .app-process__acc .acc__item {
    display: block !important;
  }
  .app-process__acc .acc__button .button__ttl {
    column-gap: 1.5rem;
  }
  .app-process__acc .acc__button .button__ttl .icon svg {
    max-height: 3.5rem;
    max-width: 3.5rem;
    flex-shrink: 0;
  }
  .app-process__acc .acc__button .button__ttl br {
    display: none;
  }
}

/*# sourceMappingURL=person-insured.css.map */
