@charset "UTF-8";
.l-form {
  max-width: 393px;
  margin-inline: auto;
}
.l-form_header {
  overflow: hidden;
  background: linear-gradient(to right, #132b72, #133dbb);
  padding-inline: 20px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.l-form_header__description {
  font-size: 11px;
  font-weight: 700;
}
.l-form_header__logo {
  display: flex;
}
.l-form_footer {
  padding-block: 28px 130px;
  background: linear-gradient(to right, #132b72, #133dbb);
  padding-inline: 20px;
  color: #fff;
}
.l-form_footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.l-form_footer__copyright {
  font-size: 12px;
}
.l-form_footer__link {
  margin-block-start: 28px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
}
.l-form_footer__link a {
  display: flex;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  transition: opacity 0.5s;
}
.l-form_footer__link a:hover {
  opacity: 0.7;
}
.l-form_footer__link li {
  border-right: 1px solid #fff;
  padding-inline-end: 14px;
  margin-inline-end: 14px;
}
.l-form_footer__link li:nth-of-type(3) {
  border-right: none;
}
.l-form_main__head {
  background-color: #e6e6e0;
  padding: 32px 20px;
}
.l-form_main__title {
  color: #132b72;
  position: relative;
  font-size: 27px;
  text-align: center;
  width: fit-content;
  margin-inline: auto;
  padding-block-end: 0.5em;
  font-family: serif;
}
.l-form_main__title::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #e4ce9d, #96783f);
}
.l-form_main__copy {
  margin-block-start: 24px;
  font-size: 20px;
  width: fit-content;
  background: linear-gradient(to right, #e4ce9d, #96783f);
  margin-inline: auto;
  color: #fff;
  font-weight: 700;
  padding: 8px;
  text-shadow: 0 1px 2px #0000003e;
}
.l-form_main__progress {
  margin-block-start: 24px;
  display: flex;
  gap: 16px;
  width: fit-content;
  margin-inline: auto;
}
.l-form_main__progress-list {
  display: flex;
  justify-content: space-between;
  width: 216px;
}
.l-form_main__progress-list li {
  width: 20px;
  aspect-ratio: 1/1;
  background-color: #c5cde4;
  border-radius: calc(infinity * 1px);
  position: relative;
  display: grid;
  place-items: center;
}
.l-form_main__progress-list li.is-active {
  background-color: #133bb3;
}
.l-form_main__progress-list li:not(:last-child)::before {
  content: "";
  width: 13px;
  height: 2px;
  background-color: #c5cde4;
  display: block;
  position: absolute;
  top: 50%;
  right: -3px;
  translate: 100% -50%;
}
.l-form_main__progress-list li.is-prev::before {
  background-color: #133bb3;
}
.l-form_main__progress-text {
  font-size: 20px;
  color: #132b72;
  font-weight: 700;
}
.grad {
  background: linear-gradient(to right, #3068ff, #1b36ae, #040086);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-form_main__body {
  background-color: #fff;
  padding-block: 30px 40px;
  padding-inline: 30px;
}
.l-form_main__body__text {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-block-end: 20px;
}
.l-form_main__situation {
  position: relative;
  font-size: 22px;
  width: 100%;
  height: 56px;
  background-color: #fff;
  color: #132b72;
  font-weight: 700;
  border: 2px solid #132b72;
  border-radius: 8px;
  box-shadow: 0 3px 0 #132b72;
}
.l-form_main__situation + .l-form_main__situation {
  margin-block-start: 12px;
}
.l-form_main__submit img,
.l-form_main__situation img {
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}
select,
input {
  font-size: 22px;
  width: 100%;
  height: 56px;
  font-weight: 500;
  border: 2px solid #132b72;
  border-radius: 8px;
  padding: 0.5em;
  color: #999;
}
input {
  color: #132b72;
}
input::placeholder {
  color: #999;
}

.l-form_main__submit {
  display: block;
  margin-block-start: 24px;
  position: relative;
  font-size: 22px;
  margin-inline: auto;
  width: calc(100% - 60px);
  height: 56px;
  background: linear-gradient(to right, #89daff, #00a6ff, #0099ec);
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  box-shadow: 0 3px 0 #006da7;
}
.l-form_main__body__note {
  font-size: 16px;
  font-weight: 700;
  margin-block-end: 8px;
}
input + .l-form_main__body__note {
  margin-block-start: 8px;
}
/* .l-form_main__inner {
  padding-block-start: 40px;
} */
.l-form_main__last-text {
  padding-block-start: 40px;
  text-align: center;
  font-size: 17px;
  color: #132b72;
  font-weight: 700;
  line-height: 2;
}
.l-form_main__last-flow img {
  width: 100%;
}
.l-form_main__last-tel {
  margin-block: 16px;
  margin-inline: auto;
  display: block;
  width: fit-content;
}
.l-form_main__last-tel img {
  width: 100%;
  padding-inline: 27px;
}
