.content-wrapper .c-contact-block .QR {
  aspect-ratio: 1;
  border: 0.5rem solid #1D54A2;
  border-radius: 2rem;
  padding: 2rem;
}
.content-wrapper .c-contact-block .notice {
  font-size: 1.6rem;
  text-align: left;
}
.content-wrapper .c-contact-block .notice .eight {
  font-family: Arial, sans-serif;
}
@media screen and (max-width: 767.9px) {
  .content-wrapper .c-contact-block .pc-only {
    display: none;
  }
}
.pin-code {
  display: none;
  background-color: #0006;
  position: fixed;
  inset: 0px;
  z-index: 100;
  width: 100vw;
  height: 100vh;
}
.p-entryform_caution .already-registered {
  margin-top: 24px;
}
.p-entryform_caution .already-registered a {
  text-decoration: underline;
  color: #1D54A2;
  margin-top: 20px;
  font-weight: 500;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .p-entryform_caution .already-registered a:hover {
    opacity: 0.6;
  }
}
.entry_form form .form_block input:disabled, .entry_form form .form_block textarea:disabled, .entry_form form .form_block select:disabled {
  background-color: #eee;
  border-color: #e0e0e0;
  color: #aaa;
  cursor: not-allowed;
  pointer-events: none;
}
.entry_form form select {
  text-align: left;
}
.entry_form .error_msg_wrapper {
  padding: 10px 6px;
}
.entry_form .error_msg_wrapper .error_msg {
  color: #CF0000;
  font-weight: 600;
}
.entry_form table tbody tr th .req.en::after {
  content: "*Required";
}
.entry_form table tbody tr td .msg {
  font-size: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .entry_form table tbody tr td .msg {
    font-size: 1.4rem;
  }
}
.entry_form table tbody tr:nth-child(9) td input.w-700 {
  max-width: inherit;
}
.entry_form .vehicle-info-detail .guidance-content:nth-child(2) .item-text:first-child {
  display: revert;
}
.entry_form .vehicle-info-detail .guidance-content:nth-child(3) .item-sentence, .entry_form .vehicle-info-detail .guidance-content:nth-child(4) .item-sentence {
  margin-top: 4rem;
}
.registration .c-official-doc-block li ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.registration .c-official-doc-block .c-list {
  margin-bottom: 1em;
  color: #CF0000;
}
.registration .c-button-registration {
  font-size: clamp(2rem, 5vw, 2.3rem) !important;
}
.registration .c-button-registration p {
  font-size: clamp(2rem, 5vw, 2.3rem);
}
.registration .c-button-registration.c-button-skip-seminar {
  gap: 0;
  padding-left: 0;
}
/*# sourceMappingURL=./entryform.css.map */