@charset "UTF-8";
:root {
  --inner-width: 958px;
  --orange: #FF9C00;
  --nav-round: 22px;
  --table-border: #98764D;
  --required-color: #D43939;
  --optional-color: #6E6E6E;
  --form-border: #999;
  --yellow-button: #fef29c;
}
#main .nav {
  position: relative;
  max-width: var(--inner-width);
  margin: 50px auto;
}
@media (max-width: 1000px) {
  #main .nav {
    padding: 0 20px;
  }
}
#main .nav > ul {
  position: relative;
  display: flex;
  list-style: none;
  padding: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #main .nav > ul {
    flex-direction: column;
  }
}
#main .nav > ul::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  border: 3px solid var(--orange);
  border-radius: var(--nav-round);
}
#main .nav > ul > li {
  flex: 0 0 33.3%;
  position: relative;
  line-height: 48px;
  text-align: center;
  font-weight: 700;
}
#main .nav > ul > li.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url(../media/images/2026/registration/tab-bg.jpg) no-repeat left center / cover;
  opacity: 0.8;
  border-radius: var(--nav-round);
}
#main .nav > ul > li span {
  position: relative;
  display: block;
  line-height: 48px;
  z-index: 10;
  font-weight: 700;
  border-radius: var(--nav-round);
  text-align: center;
  transform: translateY(3px);
}
#main .nav > ul > li.active span {
  transform: none;
  background: linear-gradient(90deg, #FFB33C66 0%, #FFD79966 100%);
  border: 3px solid var(--orange);
}
#main .nav .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 1000px) {
  #main .nav .bg {
    left: 20px;
  }
}
#main .nav .bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  border-radius: var(--nav-round);
  background: transparent url(../media/images/2026/registration/tab-bg.jpg) no-repeat left center / cover;
  z-index: 1;
}
#main .nav .bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  border-radius: var(--nav-round);
  border: 2px solid var(--orange);
  background: linear-gradient(90deg, #FFB33C66 0%, #FFD79966 100%);
  z-index: 2;
}
#main .nav .bg.step1 {
  width: 33.3%;
}
#main .nav .bg.step2 {
  width: 66.67%;
}
#main .nav .bg.step3 {
  width: 100%;
}
@media (min-width: 769px) and (max-width: 1000px) {
  #main .nav .bg.step1 {
    width: calc(33.3% - 13.3px);
  }
  #main .nav .bg.step2 {
    width: calc(66.67% - 26.6px);
  }
  #main .nav .bg.step3 {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  #main .nav .bg {
    width: calc(100% - 40px) !important;
    height: 100%;
  }
  #main .nav .bg.step1 {
    height: 50px;
  }
  #main .nav .bg.step2 {
    height: 100px;
  }
}
#main .nav.four > ul > li {
  flex: 0 0 25%;
}
#main .nav.four .bg.step1 {
  width: 25%;
}
#main .nav.four .bg.step2 {
  width: 50%;
}
#main .nav.four .bg.step3 {
  width: 75%;
}
@media screen and (max-width: 767px) {
  #main .nav.four .bg.step3 {
    height: 150px;
  }
}
#main .form-wrapper {
  max-width: var(--inner-width);
  margin: 0 auto;
}
@media (max-width: 1000px) {
  #main .form-wrapper {
    padding: 0 20px;
  }
}
#main .title-h3 {
  margin: 60px auto 30px;
}
#main .warning-no-address {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  border: 2px solid #F98E8E;
  background: #FFD6D8;
  border-radius: 4px;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  #main .warning-no-address {
    display: block;
  }
}
#main .warning-no-address p {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #main .warning-no-address p {
    font-size: 16px;
  }
}
#main .warning-no-address .button {
  margin: 0;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #main .warning-no-address .button {
    display: block;
    margin: 10px auto 0;
    max-width: 240px;
  }
}
#main .warning-no-address .button .btn {
  display: flex;
  gap: 10px;
  align-items: center;
  background: var(--yellow-button);
  font-size: 16px;
  padding: 15px 30px;
  line-height: 1;
  white-space: nowrap;
}
#main .warning-no-address .button .btn::before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: transparent url(../media/images/common/external-link.svg) no-repeat left center / contain;
}
#main .warning-no-address .button .btn::after {
  display: none;
}
#main .table {
  margin: 30px 0;
}
#main .table.top_margin {
  margin-top: 70px;
}
#main .table .caption {
  margin: 20px 0;
  font-size: 22px;
  text-align: center;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  #main .table .caption {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main .table table, #main .table thead, #main .table tbody, #main .table tr, #main .table th, #main .table td {
    display: block;
  }
}
#main .table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .table table {
    border-bottom: 2px solid var(--table-border);
  }
}
#main .table table thead tr th {
  text-align: center;
  width: auto;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #main .table table thead tr {
    display: none;
  }
}
#main .table table tr th, #main .table table tr td {
  border: 2px solid var(--table-border);
  padding: 15px 15px;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  #main .table table tr th, #main .table table tr td {
    width: 100% !important;
    border-bottom: none;
  }
}
#main .table table tr th.no-wrap, #main .table table tr td.no-wrap {
  white-space: nowrap;
}
#main .table table tr th {
  background: #FFE7C5;
  font-weight: 700;
  width: 250px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .table table tr th br {
    display: none;
  }
}
#main .table table tr th.required, #main .table table tr th.optional {
  padding-right: 80px;
}
#main .table table tr th.required::before, #main .table table tr th.optional::before {
  position: absolute;
  top: 21px;
  right: 15px;
  display: block;
  content: "必須";
  color: var(--required-color);
  border: 1px solid var(--required-color);
  margin-left: 4px;
  font-size: 12px;
  width: 52px;
  text-align: center;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  #main .table table tr th.required::before, #main .table table tr th.optional::before {
    top: 13px;
  }
}
#main .table table tr th.optional::before {
  content: "任意";
  color: var(--optional-color);
  border-color: var(--optional-color);
}
@media screen and (max-width: 767px) {
  #main .table.use-sp-label table {
    border: none;
  }
  #main .table.use-sp-label thead {
    display: none;
  }
  #main .table.use-sp-label tr {
    display: block;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--table-border);
  }
  #main .table.use-sp-label tr + tr td:first-child {
    border-top: none;
  }
  #main .table.use-sp-label td {
    display: block;
    position: relative;
    border-left: none;
    border-right: none;
    padding: 15px 5px;
    font-size: 15px;
    overflow-wrap: anywhere;
  }
  #main .table.use-sp-label td::before {
    display: block;
    flex: 0 0 200px;
    font-weight: 700;
    margin-bottom: 3px;
    font-size: 16px;
    content: attr(data-label);
  }
}
#main .form-control select {
  display: block;
  border: 1px solid #999;
  border-radius: 3px;
  height: 40px;
  background: white;
  min-width: 300px;
}
#main .form-control textarea {
  width: 100%;
  min-height: 120px;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.6;
  resize: vertical;
}
#main .form-control [type="text"], #main .form-control [type="password"], #main .form-control [type="email"] {
  border: 1px solid #999;
  border-radius: 3px;
  padding: 7px 10px;
  font-size: 16px;
  line-height: 1.6;
  width: 100%;
}
#main .form-control [type="text"].zip, #main .form-control [type="password"].zip, #main .form-control [type="email"].zip {
  max-width: 200px;
}
#main .form-control select + p, #main .form-control textarea + p {
  margin: 8px 0;
}
#main .form-control label.question {
  display: flex;
  font-size: 16px;
  gap: 5px;
  cursor: pointer;
}
#main .form-control label.question [type="radio"], #main .form-control label.question [type="checkbox"] {
  transform: scale(1.2);
}
#main .form-control label.question + label.question {
  margin-top: 5px;
}
#main .form-control .input-group {
  display: flex;
  gap: 0 20px;
  align-items: center;
}
#main .form-control .input-group [type="text"] {
  flex: 1 1 auto;
}
#main .form-control .has-error [type="text"], #main .form-control .has-error [type="email"], #main .form-control .has-error [type="password"], #main .form-control .has-error select, #main .form-control .has-error textarea {
  border-color: #F98E8E;
  background: #FFD6D8;
  border-width: 2px;
}
#main .form-control .has-error .error-message {
  color: var(--required-color);
  font-size: 14px;
  margin-top: 5px;
}
#main .form-control .has-error:has(label.question) td {
  background: #FFD6D8;
}
#main .form-control .help {
  font-size: 12px;
  color: #333;
  margin-top: 5px;
}
#main .buttons {
  display: flex;
  justify-content: flex-end;
  gap: 0 20px;
}
#main .buttons .button {
  width: auto;
  margin: 0;
}
#main .buttons .button .btn {
  display: flex;
  gap: 10px;
  align-items: center;
  background: var(--yellow-button);
  font-size: 16px;
  padding: 15px 30px;
  line-height: 1;
}
#main .buttons .button .btn::after {
  display: none;
}
#main .buttons .button .btn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
#main .buttons .button.back {
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #main .buttons .button.back {
    margin-left: auto;
    margin-right: auto;
  }
}
#main .buttons .button.back .btn {
  background: black;
  color: white;
}
#main .buttons .button.back .btn::after {
  display: block;
  background-image: url(../media/images/common/icon_button_arrow_wh.svg);
  transform: rotate(180deg);
  top: calc(50% - 5px);
  right: auto;
  left: 14px;
  width: 8px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  #main .buttons {
    display: block;
  }
  #main .buttons .button {
    margin: 10px auto;
    width: 300px;
  }
  #main .buttons .button .btn {
    justify-content: center;
  }
}
#main .privacy {
  margin: 80px auto 50px;
}
#main .privacy .title {
  margin: 20px 0;
  font-size: 22px;
  text-align: center;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  #main .privacy .title {
    font-size: 20px;
  }
}
#main .privacy .message {
  font-size: 16px;
}
#main .privacy .warning {
  font-size: 12px;
}
#main .privacy .warning a {
  display: inline-flex;
  gap: 3px;
  align-items: center;
  text-decoration: none;
  color: black;
  border-bottom: 1px solid black;
  transition-duration: 0.2s;
}
@media screen and (max-width: 767px) {
  #main .privacy .warning a {
    display: inline;
    text-decoration: underline;
    border-bottom: none;
  }
}
#main .privacy .warning a:hover {
  color: #555;
}
#main .privacy .warning a::before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background: transparent url(../media/images/common/external-link.svg) no-repeat left center / contain;
}
@media screen and (max-width: 767px) {
  #main .privacy .warning a::before {
    width: 15px;
  }
}
#main .privacy .radios {
  display: flex;
  margin: 30px 0 40px;
  gap: 20px;
  justify-content: center;
}
#main .submit.confirm {
  margin: 80px 0;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #main .submit.confirm {
    flex-direction: column;
    align-items: center;
    gap: 50px 0;
  }
  #main .submit.confirm .button {
    width: 300px;
  }
}
#main .submit.confirm .button {
  flex: 1 1 auto;
  margin: 0;
}
#main .submit.confirm .button.back .btn {
  background: black;
  color: white;
}
#main .submit.confirm .button.back .btn::after {
  background-image: url(../media/images/common/icon_button_arrow_wh.svg);
  transform: rotate(180deg);
  top: calc(50% - 5px);
  right: auto;
  left: 30px;
}
@media screen and (max-width: 767px) {
  #main .submit.confirm.wide .button {
    width: 320px;
  }
  #main .submit.confirm.wide .button .btn {
    font-size: 16px;
  }
}
#main .complete {
  max-width: var(--inner-width);
  margin: 30px auto;
  border: 2px solid var(--table-border);
  padding: 30px;
  text-align: center;
  font-size: 16px;
}
#main .complete .number .value {
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
}
#main .complete .email {
  margin: 20px 0;
}
#main .complete .seminar {
  margin: 40px 0 0;
}
#main .complete .button {
  margin: 20px auto 0;
}
#main .complete .mypage-or-print {
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  #main .complete .mypage-or-print {
    display: block;
  }
}
#main .complete .mypage-or-print .button {
  flex: 1 1 50%;
}
#main .complete .mypage-or-print .button:not(:has(.btn)) {
  display: none;
}
#main .complete-print p {
  margin: 40px 0 80px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
#main .contact {
  max-width: var(--inner-width);
  margin: 50px auto;
}
#main .contact .message {
  margin: 10px 0;
}
#main .contact .box {
  border: 2px solid var(--table-border);
  padding: 20px;
  line-height: 1.6;
}
#main .contact .box a {
  color: black;
  transition-duration: 0.2s;
}
#main .contact .box a:hover {
  color: #555;
}
#main .contact .box a::before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background: transparent url(../media/images/common/external-link.svg) no-repeat left center / contain;
  margin-right: 5px;
}
/*# sourceMappingURL=./registration.css.map */