:root {
  --color-powder-blue: #dee9eb;
  --color-primary: #0f3b91;
  --color-secondary: #f6760e;
  --color-text: #333;

  --font-zenkaku: "Zen Kaku Gothic New", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  --font-source: "Source Sans 3", sans-serif;
  --font-noto: "Noto Sans JP", sans-serif;
}

/* MV */
.pc-mv {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64rem;
  background-image: url(/img/lp/2312_1/new_mv.jpg);
  background-color: #f0f4fc;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 50% 50%;
  width: 150%;
  left: -25%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.pc-mv__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  max-width: 1163px;
  margin-inline: auto;
  position: relative;
  min-height: 60rem;
  margin-top: 5rem;
}

@media screen and (max-width: 1100px) {
  .pc-mv__wrapper {
    justify-content: center;
    gap: 20px;
    position: relative;
    min-height: auto;
  }
}

.pc-mv__content {
  padding-left: 2.5rem;
  min-height: 55rem;
  position: relative;
}

.pc-mv__bubble-container {
  position: relative;
  width: 100%;
  max-width: 1163px;
  margin-inline: auto;
  z-index: 2;
}

.pc-mv__bubble-text {
  position: absolute;
  top: 0;
  left: 38%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 2.8rem;
  font-weight: 600;
  font-style: italic;
  background-color: #2d64d2;
  padding-inline: 3rem;
  border-radius: 55px;
  color: #fff;
  letter-spacing: 2px;
}

.pc-mv__bubble-text::before {
  content: "";
  position: absolute;
  top: 98%;
  left: 7rem;
  display: block;
  width: 3rem;
  height: 2rem;
  background-image: url(/img/lp/2312_1/bubble_tail.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.pc-mv__model {
  position: absolute;
  width: 42rem;
  bottom: -3rem;
  z-index: -1;
}

.pc-mv__model img {
  width: 100%;
  height: auto;
  max-width: 42rem;
}

.pc-mv__text-wrapper {
  min-width: 60rem;
  max-width: 60rem;
  width: 100%;
  text-align: right;
}

.pc-mv__title-container {
  display: inline-block;
  width: auto;
  text-align: left;
}

.pc-mv__title {
  font-size: 7.4rem;
  line-height: 1.1em;
  font-weight: 900;
  color: #373737;
  letter-spacing: 1px;
  -webkit-text-stroke: 4px #fff;
  paint-order: stroke fill;
  margin-bottom: 2rem;
}

.pc-mv__title .small {
  font-size: 4.8rem;
}

.pc-mv__sub-title {
  font-style: italic;
  text-decoration: underline;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-underline-offset: 4px;
  text-shadow: 1px 1px 10px #fff, 1px 1px 10px #fff, 1px 1px 10px #fff,1px 1px 10px #fff,1px 1px 10px #fff,1px 1px 10px #fff,1px 1px 10px #fff,1px 1px 10px #fff,1px 1px 10px #fff,1px 1px 10px #fff,
  1px 1px 10px #fff, 1px 1px 10px #fff, 1px 1px 10px #fff,1px 1px 10px #fff,1px 1px 10px #fff,1px 1px 10px #fff,1px 1px 10px #fff,1px 1px 10px #fff,1px 1px 10px #fff,1px 1px 10px #fff;
}

.pc-mv__ribbons {
  max-width: 53rem;
  margin-left: auto;
  margin-top: -6%;
}

.pc-mv__ribbons p {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 1rem;
}

.title-container,
.form__card-container {
  margin-inline: auto;
}

.center {
  text-align: center;
}

.center a {
  color: #182e5f;
  text-decoration: underline;
  font-size: 12px;
}

.center a:last-of-type {
  margin-left: 14px;

  @media screen and (max-width: 1100px) {
    margin-left: 0;
  }
}

.sp-only {
  display: none;
}

.form-container * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font-noto);
}

.form__select--no-value {
  color: #c5c5c5;
}

.compact-spacing {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
  font-size: 12px;
}

@media screen and (max-width: 1100px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
    z-index: 2;
  }

  .pc-mv {
    background-image: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    width: 100%;
    left: 0;
  }

  .title-container,
  .form__card-container {
    max-width: 100%;
    margin-inline: auto;
  }
}

@media screen and (max-width: 1100px) {
  .pc-mv {
    padding-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .pc-mv {
    padding-top: 0;
  }
}

/* Title */
.title-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 10px;
  height: 50px;
  background-color: var(--color-primary);
  border-radius: 5px 5px 0 0;
}

.title-container h1 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--font-zenkaku);
}

.title-container p {
  position: absolute;
  bottom: 100%;
  right: -5%;
  transform: translateY(50%);
  width: 68px;
  height: 68px;
  line-height: 1.2;
  padding-inline: 4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--color-secondary);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 55px;
  color: #fff;
  font-family: var(--font-zenkaku);
}

.title-container p strong {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .title-container {
    margin-top: 40px;
  }

  .title-container p {
    transform: translateY(14px);
  }
}

/* Card */
.card-container {
  margin-bottom: 33px;
}

.card {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  overflow: hidden;
}

.card:not(:last-of-type) {
  margin-bottom: 10px;
}

.card--complete {
  padding: 0;
}

.card__content {
  color: var(--color-text);
  font-size: 16px;
  font-weight: 400;
}

.card--complete .card__content {
  padding-block: 42px;
  max-width: 580px;
  margin-inline: auto;
  text-align: center;
}

.card__title {
  color: #1454Ab;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.card__text {
  font-size: 16px;
}

.card__text span {
  font-size: 14px;
}

.card--complete .link {
  padding-left: 16px;
  width: auto;
}

.card--complete .link:not(:last-of-type) {
  margin-bottom: 8px;
}

.card__footer {
  background-color: #fffaf2;
  border-top: 1px solid #eee;
  text-align: center;
  padding: 38px 20px 45px;
}

.card__footer-text {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 4px;
  margin-bottom: 16px;
}

.card__footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.card__footer-link {
  display: block;
  transition: opacity 0.3s ease;
}

.card__footer-link:hover {
  opacity: 0.8;
}

.card__footer-link img {
  display: block;
  width: auto;
  height: 72px;
}

@media screen and (max-width: 768px) {
  .card-container {
    margin-bottom: 20px;
  }

  .card {
    padding-block: 10px;
  }

  .card__content {
    font-size: 14px;
  }

  .card--complete {
    padding: 0;
  }

  .card--complete .card__content {
    padding: 30px 20px;
    max-width: 100%;
    text-align: left;
  }

  .card__title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .card--complete .link:not(:last-of-type) {
    margin-bottom: 14px;
  }

  .card__footer {
    padding: 30px 22px;
  }

  .card__footer-text {
    text-align: left;
    margin-bottom: 18px;
  }

  .card__footer-links {
    flex-direction: column;
    gap: 20px;
  }

  .card__footer-link img {
    width: 100%;
    max-width: 230px;
    height: auto;
  }

}

/* Line */
.line {
  background-color: #fafafa;
  padding: 30px 15px;
  margin-block: 25px 30px;
  text-align: center;
}

.line__text {
  font-size: 14px;
  color: #333;
}

.logo-apo {
  width: auto;
  height: 24px;
  margin-bottom: 10px;
}

.logo-line {
  width: auto;
  height: 22px;
  margin-bottom: 28px;
}

.line__text {
  position: relative;
  display:inline-block;
  margin-inline: auto;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.line__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  display: block;
  width: 20px;
  height: 100%;
  background-image: url('data:image/svg+xml,<svg width="18" height="41" viewBox="0 0 18 41" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.00011 1L17.3901 40.2348" stroke="%23333"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.line__text::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  display: block;
  width: 20px;
  height: 100%;
  background-image: url('data:image/svg+xml,<svg width="18" height="41" viewBox="0 0 18 41" fill="none" xmlns="http://www.w3.org/2000/svg"><line y1="-0.5" x2="42.5206" y2="-0.5" transform="matrix(-0.385461 0.922724 0.922724 0.385461 17.3901 1)" stroke="%23333"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.line__button {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 240px;
  height: 50px;
  margin-inline: auto;
  background-color: #06c755;
  border-radius: 5px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.line__button:hover {
  opacity: 0.8;
}

.line__button-icon {
  min-width: 50px;
  width: 50px;
}

.line__button img {
  width: auto;
  height: 35px;
}

.line__button span {
  flex-grow: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-left: 1px solid #03b74d;
  color: #fff;
  font-size: 16px;
  letter-spacing: 6px;
}

@media screen and (max-width: 768px) {
  .line {
    padding: 22px 16px 30px;
  }

  .link-container {
    text-align: center;
  }
}

/* Form */
.new__form {
  max-width: 410px;
  width: 100%;
  padding-right: 8rem;
  position: absolute;
  top: 1em;
  right: 0;
}

@media screen and (max-width: 1100px) {
  .new__form {
    max-width: 380px;
  }
}

.form-container {
  max-width: 100%;
  margin-inline: auto;
  justify-items: center;
}

.form__card-container {
  width: 100%;
  padding: 20px 7.5%;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  max-height: 500px;
  overflow: auto;
}

@media screen and (max-width: 1100px) {
  .new__form {
    max-width: 90%;
    padding-inline: 0;
    position: static;
    top: auto;
    right: auto;
  }

  .form__card-container {
    max-height: none;
  }
}

.form__wrapper:not([data-step="1"]) {
  display: none;
}

.form-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: var(--color-primary);
}

.form-title-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 28px;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-primary);
  background-color: #fff;
  padding-inline: 9px;
  border-radius: 8px;
}

@media screen and (max-width: 1100px) {
  .form-title {
    font-size: 16px;
    gap: 10px;
  }

  .form-title-badge {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
  }

  .form__card-container {
    max-height: max-content;
    padding: 20px 0;
    margin-bottom: 40px;
  }
}

.form__stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
}

.form__stepper li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  aspect-ratio: 1;
  background-color: #f4f4f4;
  color: var(--color-text);
  font-size: 14px;
  line-height: 14px;
  border-radius: 50%;
  z-index: 1;
  font-family: var(--font-source);
}

.form__stepper li:not(:last-of-type)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 5px);
  transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f4f4f4;
  z-index: -1;
}

.form__stepper li.current {
  background-color: var(--color-secondary);
  color: #fff;
}

.form__stepper li.active {
  background-color: #0a3c81;
  color: #fff;
}

.form__stepper li.active::before {
  background-color: #0a3c81;
}

@media screen and (max-width: 768px) {
  .form__stepper {
    gap: 30px;
    margin-bottom: 20px;
  }

  .form__stepper li {
    width: 32px;
    height: 32px;
    font-size: 13px;
    line-height: 13px;
  }

  .form__stepper li:not(:last-of-type)::before {
    width: 20px;
  }
}

.form__card {
  background-color: #fff;
}

.form__card-content {
  max-width: 470px;
  margin-inline: auto;
}

.form__wrapper {
  background-color: #fff;
}

.form__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: auto;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  font-family: var(--font-zenkaku);
}

.form__label--title {
  width: 100%;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 16px;
}

.form__required,
.form__optional {
  display: inline-block;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  background-color: #e73040;
  color: #fff;
  border-radius: 3px;
  white-space: nowrap;
}

.form__optional {
  background-color: #777;
}

.form__option-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 45px;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-text);
  background-color: #f4f4f4;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease;
  letter-spacing: 1px;
  white-space:nowrap;
}

.form__option-label--lg {
  min-height: 80px;
  margin-bottom: 20px;
}

.form__option-label--xl {
  min-height: 45px;
}

.form__option-label:hover {
  background-color: #f1f1f1;
}

.form__option-label:has(input:checked) {
  background-color: #fff1b3;
  outline: 2px solid #000;
}

.form__option-label:has(input[type="radio"]:checked) {
  pointer-events: none;
}

.form__option-label span {
  font-family: var(--font-source);
}

.form__option {
  display: none;
}

.form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 20px;
}

.form__btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 30px;
}

.form__btn-wrapper--less-mt {
  margin-top: 5px;
}

.form__btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: #3f88eb;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  background-image: url('data:image/svg+xml,<svg width="5" height="9" viewBox="0 0 5 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.83398 4.69336L0 8.61328V6.99609L3.34863 4.30664L0 1.61719V0L4.83398 3.91992V4.69336Z" fill="%23fff"/></svg>');
  background-repeat: no-repeat;
  background-position: right 11px center;
  transition: background-color 0.3s ease;
}

.form__btn:hover {
  background-color: hsl(215, 69%, 55%);
}

.form__btn--red {
  background-color: #e73040;
}

.form__btn--red:hover {
  background-color: hsl(355, 69%, 55%);
}

.form__btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #ccc;
}

.form__back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 50px;
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #777;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.form__back-btn:hover {
  background-color: #f1f1f1;
}

.form__group {
  position: relative;
  margin-bottom: 30px;
}

.form__wrapper[data-step="4"] .form__group:last-of-type {
  margin-bottom: 70px;
}

input.form__input {
  appearance: none;
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
}

input.form__input::placeholder,
.form__select:is(:invalid) {
  color: #c5c5c5
}

.form__input:is(:focus, :focus-visible),
.form__textarea:is(:focus, :focus-visible) {
  background-color: #f2fdff;
  border-color: #1454ab;
  outline: transparent;
}

.form__select {
  appearance: none;
  min-width: 230px;
  width: 100%;
  max-width: 230px;
  height: 45px;
  padding-inline: 15px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  background-image: url('data:image/svg+xml,<svg width="9" height="5" viewBox="0 0 9 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.08008 4.83398L9 0H7.38281L4.69336 3.34863L2.00391 0H0.386719L4.30664 4.83398H5.08008Z" fill="%23333333"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.form__select option,
.form__select optgroup {
  color: var(--color-text);
}

.form__select {
  color: var(--color-text) !important;
}

@media screen and (max-width: 768px) {
  .form__select {
    color: #333 !important;
  }
  
  .form__select option {
    color: #333 !important;
    background-color: #fff;
  }
}

.form__textarea {
  resize: none;
  width: 100%;
  height: 140px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.5;
}

.form__link-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}

.form__link {
  color: #182e5f;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 13px;
  transition: color 0.3s ease;
}

.form__link:hover {
  color: hsl(215, 83%, 37%);
}

@media screen and (max-width: 768px) {
  .form__label--title {
    font-size: 16px;
  }

  .form__card-content {
    max-width: 100%;
    padding-inline: 20px;
  }

  .form__grid {
    gap: 15px 10px;
  }

  .form__btn {
    font-size: 16px;
    font-weight: 400;
  }

  .form__btn-wrapper {
    gap: 20px;
  }

  .form__back-btn {
    min-width: 70px;
  }

  input.form__input,
  .form__select,
  .form__textarea {
    font-size: 16px;
  }

  .form__btn--red {
    flex-direction: column;
    gap: 0;
    line-height: 16px;
  }

  .form__btn--red span {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 2px;
  }

  .form__wrapper[data-step="4"] .form__group:last-of-type {
    margin-bottom: 30px;
  }
}

.form__card-footer {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 20px;
}

.form__footer {
  max-width: 500px;
  margin-inline: auto;
}

.form__footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.form__footer-wrapper a {
  display: block;
  min-width: 53px;
  width: 53px;
  max-width: 53px;
}

.form__footer-wrapper a img{
  width: 100%;
  height: auto;
}

.form__footer-content {
  font-size: 12px;
  color: #666;
}

.form__footer-content p {
  font-size: 12px;
}

.form__footer-content p:has(span) {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
}

.form__footer-content p span {
  display: flex;
  align-items: center;
  height: 20px;
  padding-inline: 8px;
  background-color: #5fa2da;
  border-radius: 40px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}

.form__footer-text {
  font-size: 13px;
  color: var(--color-text);
  margin-top: 12px;
}
.panel-inquiry .inquiry-inner {
  background-color: var(--color-powder-blue);
  padding: 36px 48px;
}

@media (hover: none) {
  .panel-inquiry .inquiry-inner {
    padding: 20px 10px !important;
  }
}

.panel-inquiry .inquiry-inner .form__link-wrapper {
  margin-left: -10px;
}

@media screen and (max-width: 768px) {
  .form__card-footer {
    margin-top: 30px;
    padding-top: 25px;
    padding-inline: 20px;
  }

  .form__footer-content {
    font-size: 10px;
  }

  .form__footer-content p:has(span) {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
    font-size: 12px;
  }

  .form__footer-content p span {
    font-size: 12px;
    line-height: 12px;
    height: 18px;
  }
}

.select-wrapper {
  display: flex;
  flex-direction: column;
}

.form__group:has( .form-error-list) {
  margin-bottom: 60px !important;
}

.form__error-list,
.js-qualification-error {
  display: none;
  position: relative;
  margin-top: 4px;
  font-size: 12px;
  color: #fff;
  background-color: #fc5c69;
  padding: 4px 8px;
  border-radius: 3px;
  width: max-content;
}

.form__error-list::before,
.form-error-list::before,
.js-qualification-error::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 4px);
  left: 4px;
  display: block;
  width: 11px;
  height: 11px;
  aspect-ratio: 1;
  background-image: url('data:image/svg+xml,<svg width="11" height="9" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.19615 0L10.3923 9L0 9L5.19615 0Z" fill="%23FC5C69"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 0;
}

.form__error-list li,
.js-qualification-error li {
  display: none;
}

.form__error-list:is(.is-required),
.js-qualification-error:is(.is-required),
.js-qualification-error:is(.no-license) {
  display: inline-block;
}

.form__error-list:is(.is-required) li.required,
.js-qualification-error:is(.is-required) li.required,
.js-qualification-error:is(.no-license) li.license {
  display: block;
}

.form__input:has(+ .form-error-list),
.form__select:has(+ .form-error-list),
.form__group:has( .form-error-list) .form__input,
.form__group:has( .form-error-list) .form__select  {
  background-color: #ffdfd7;
  border-color: #fc5c69;
  outline: transparent;
}

.form__select:has(+ .form-error-list) option,
.form__select:has(+ .form-error-list) optgroup {
  background-color: #fff;
}

.form-error-list {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
  font-size: 12px;
  color: #fff;
  background-color: #fc5c69;
  padding: 4px 8px;
  border-radius: 3px;
  max-width: max-content;
}

.form-error-list li,
.form__error-list li,
.js-qualification-error li {
  font-size: 12px;
}

.form__input-wrapper.with-mb {
  margin-bottom: 20px;
}

p.form__note {
  font-size: 12px;
  font-weight: 600;
  margin-top: 20px;
  color: #f00;
  text-align: center;

  @media screen and (max-width: 480px) {
    font-size: 3vw;
  }
}
