.p-contact__txt {
  font-weight: bold;
  letter-spacing: 0.16em;
  line-height: 1.8;
  margin-bottom: 4.8rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-contact__txt {
    font-size: 2rem;
  }
}
.p-contact__box {
  font-weight: 500;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media (min-width: 768px) {
  .p-contact__box {
    letter-spacing: 0.1em;
    font-size: 1.8rem;
  }
}
.p-contact__box .c-number-deci {
  margin-block: 5rem 3rem;
}
.p-contact__box .c-number-deci > li {
  gap: 2rem;
}
@media (min-width: 768px) {
  .p-contact__box .c-number-deci > li {
    gap: 2.3rem;
  }
}
.p-contact__box .c-number-deci > li.start::before {
  margin-top: 1.5rem;
}
.p-contact__box .c-number-deci > li:not(:last-child) {
  margin-bottom: 2rem;
}
.p-contact__box .c-number-deci > li::before {
  line-height: 1;
  font-size: 5rem;
}
@media (min-width: 768px) {
  .p-contact__box .c-number-deci > li::before {
    font-size: 3.2rem;
  }
}
.p-contact__box .c-list-dot {
  margin-top: 1.5rem;
}

.authen-box {
  --btn-height: 9.6rem;
  --btn-width: 32rem;
  --btn-font-size: 2.4rem;
  padding: 5.6rem 4rem;
}
@media (min-width: 768px) {
  .authen-box {
    padding: 8rem 8rem 8.5rem;
  }
}
.authen-box__txt {
  margin-bottom: 3.6rem;
  text-align: center;
}
@media (min-width: 768px) {
  .authen-box__txt {
    margin-bottom: 2.4rem;
  }
}
.authen-box__group {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .authen-box__group {
    flex-direction: row;
  }
}
.authen-box__group input {
  width: 48rem;
}
.authen-box__label {
  color: var(--color-primary);
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.16em;
  flex-shrink: 0;
}
.authen-box__input {
  width: 100%;
}
.authen-box__input .form-control {
  width: 100%;
}
@media (min-width: 768px) {
  .authen-box__input {
    width: auto;
  }
  .authen-box__input .form-control {
    width: 48rem;
  }
}
.authen-box__note {
  font-size: 2rem;
  letter-spacing: 0.16em;
  text-align: center;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .authen-box__note {
    font-size: 1.3rem;
  }
}
.authen-box__policy {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.authen-box__footer {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.authen-box .btn-primary {
  font-weight: bold;
}
.authen-box .btn-primary::after {
  border-width: 0.4rem;
  inset: 0.4rem;
}
.authen-box .c-link {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}
.authen-box .c-link:hover {
  text-decoration: none;
}
.authen-box .txt-error {
  color: #d91e36;
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  margin-top: 1.6rem;
  text-align: center;
}
.authen-box .txt-error a {
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}
.authen-box .txt-error a:hover {
  text-decoration: none;
}
/*# sourceMappingURL=maps/contact.css.map */
