@keyframes an_none {
  100% {
    opacity: 1;
    transform: none;
  }
}

.connect_frame {
  position: relative;
  padding: 0 20px;
  padding-bottom: 6.5em;
}
@media (max-width: 768px) {
  .connect_frame {
    padding-bottom: 5em;
  }
}
.connect_frame .connect_ctn {
  transform: translateY(40px);
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  box-shadow: 0 0 1em 0px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  padding: 5em 1em;
}
.connect_frame .connect_ctn.active {
  animation-name: an_none;
}
@media (max-width: 768px) {
  .connect_frame .connect_ctn {
    padding: 3em 1em;
  }
}
.connect_frame .form_ctn {
  max-width: 40em;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .connect_frame .form_ctn {
    max-width: 28.5em;
  }
}
.connect_frame .form_ctn > *:not(:first-child) {
  margin-top: 1em;
}
@media (max-width: 768px) {
  .connect_frame .form_ctn > *:not(:first-child) {
    margin-top: 2em;
  }
}
@media (min-width: 769px) {
  .connect_frame .form_row {
    display: flex;
  }
}
.connect_frame .form_row .input_ctn {
  width: 100%;
}
@media (min-width: 769px) {
  .connect_frame .form_row .input_ctn:not(:first-child) {
    margin-left: 1.5em;
  }
}
@media (max-width: 768px) {
  .connect_frame .form_row .input_ctn:not(:first-child) {
    margin-top: 2em;
  }
}
@media (min-width: 769px) {
  .connect_frame .input_ctn {
    display: flex;
    align-items: flex-start;
  }
}
.connect_frame .input_ctn .label {
  position: relative;
  font-size: 110%;
  font-weight: 600;
  width: fit-content;
}
@media (min-width: 769px) {
  .connect_frame .input_ctn .label {
    flex-shrink: 0;
    margin-right: 1rem;
    padding-top: 0.4em;
  }
}
@media (max-width: 768px) {
  .connect_frame .input_ctn .label {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 769px) {
  .connect_frame .input_ctn .label._l {
    width: 7.5rem;
  }
}
.connect_frame .input_ctn .label .multi {
  font-size: 16px;
  color: #868686;
  white-space: pre;
  position: absolute;
}
@media (max-width: 1500px) {
  .connect_frame .input_ctn .label .multi {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .connect_frame .input_ctn .label .multi {
    font-size: 100%;
  }
}
@media (min-width: 769px) {
  .connect_frame .input_ctn .label .multi {
    top: 100%;
    left: 0;
  }
}
@media (max-width: 768px) {
  .connect_frame .input_ctn .label .multi {
    bottom: 0;
    left: 100%;
  }
}
.connect_frame .input_ctn .input_box {
  width: 100%;
}
.connect_frame .captcha_ctn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2em !important;
}
.connect_frame .captcha_ctn > *:not(:last-child) {
  margin-right: 0.5em;
}
.connect_frame .captcha_ctn .input_box {
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .connect_frame .captcha_ctn .input_box {
    max-width: 10em;
  }
}
.connect_frame .captcha_ctn .button {
  cursor: pointer;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  flex-shrink: 0;
}
.connect_frame .captcha_ctn .button.captcha {
  max-width: 127px;
  width: 35%;
}
.connect_frame .captcha_ctn .button.icon {
  max-width: 40px;
  width: 12%;
}
.connect_frame .terms_ctn {
  cursor: pointer;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  margin-top: 2em !important;
}
.connect_frame .terms_ctn .checkbox {
  width: 1.5em;
  height: 1.5em;
  flex-shrink: 0;
  position: relative;
  top: 0.2em;
  margin-right: 1em;
  border: 1px solid #DA291C;
  border-radius: 5px;
}
.connect_frame .terms_ctn .checkbox.checked {
  background: url("../../img/product/form/check.svg") no-repeat center;
  background-size: 60%;
}
.connect_frame .terms_ctn .text {
  font-size: 16px;
  color: #868686;
}
@media (max-width: 1500px) {
  .connect_frame .terms_ctn .text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .connect_frame .terms_ctn .text {
    font-size: 100%;
  }
}
.connect_frame input,
.connect_frame select {
  width: 100%;
  height: 2.6rem;
  line-height: 2.5rem;
  padding: 0 1rem;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  background-color: #F6F7F9;
  font-size: 110%;
}
.connect_frame input.active,
.connect_frame select.active {
  transition: 0.3s ease;
  background-color: #DA291C;
  color: #ffffff;
  border-color: #DA291C;
}
.connect_frame input::placeholder,
.connect_frame select::placeholder,
.connect_frame input.placeholder,
.connect_frame select.placeholder {
  color: #A8A8A8;
}
.connect_frame input option,
.connect_frame select option {
  color: #202020;
}
.connect_frame select {
  background: url("../../img/product/form/arrow.svg") no-repeat right 1em center;
  background-size: 0.6em;
}
.connect_frame .radio {
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .connect_frame .radio {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
.connect_frame .radio .button {
  cursor: pointer;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  height: 2.6rem;
  line-height: 2.5rem;
  padding: 0 1rem;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  background-color: #F6F7F9;
  font-size: 110%;
  text-align: center;
  padding: 0;
}
.connect_frame .radio .button.active {
  transition: 0.3s ease;
  background-color: #DA291C;
  color: #ffffff;
  border-color: #DA291C;
}
@media (min-width: 769px) {
  .connect_frame .radio .button {
    width: 100%;
    max-width: calc((100% - 1rem) / 3);
  }
}
@media (max-width: 768px) {
  .connect_frame .radio .button {
    text-align: left;
    padding: 0 1rem;
  }
}
@media (max-width: 768px) {
  .connect_frame .radio .button:not(:last-child) {
    margin-bottom: 0.5em;
  }
}
.connect_frame .warn.show {
  font-size: 16px;
  color: #DA291C;
  display: flex;
  align-items: center;
  padding-top: 5px;
  white-space: pre;
}

.connect_frame .warn {
  display: none;
} 

@media (max-width: 1500px) {
  .connect_frame .warn {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .connect_frame .warn {
    font-size: 100%;
  }
}
.connect_frame .warn.float {
  position: absolute;
  top: 100%;
  left: 0;
}
.connect_frame .warn > img {
  width: 1rem;
  margin-right: 0.5rem;
}
.connect_frame .note {
  font-size: 16px;
  padding-top: 5px;
  color: #868686;
}
@media (max-width: 1500px) {
  .connect_frame .note {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .connect_frame .note {
    font-size: 100%;
  }
}
.connect_frame .gender {
  display: flex;
  width: 100%;
}
.connect_frame .gender .button {
  cursor: pointer;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  height: 2.6rem;
  line-height: 2.5rem;
  padding: 0 1rem;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  background-color: #F6F7F9;
  font-size: 110%;
  text-align: center;
}
.connect_frame .gender .button.active {
  transition: 0.3s ease;
  background-color: #DA291C;
  color: #ffffff;
  border-color: #DA291C;
}
.connect_frame .gender .button:nth-child(1) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.connect_frame .gender .button:nth-child(2) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.connect_frame .submit {
  cursor: pointer;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 110%;
  border-radius: 5px;
  text-align: center;
  height: 2.6rem;
  line-height: 2.5rem;
  color: #ffffff;
  background-color: #DA291C;
  font-weight: bold;
  transition: 0.3s ease;
  width: 15rem;
  margin: 0 auto;
}
.connect_frame .submit:hover {
  opacity: 0.8;
}