.header {
  position: absolute;
}
.header.sp_open, .header.mypage_open {
  position: fixed;
}
@media screen and (min-width: 961px) {
  .header h1 {
    position: absolute;
  }
}
#main .page_title.left {
  margin-bottom: 66px;
}
@media screen and (max-width: 600px) {
  #main .page_title.left {
    text-align: center;
  }
}
#main .entry_warning {
  margin: 68px auto 32px;
  max-width: 860px;
  padding: 24px 31px;
  background: #FFE7EA;
}
#main .entry_warning .title {
  margin: 0 0 9px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.3;
}
#main .entry_warning p {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
}
#main .entry_warning p + p {
  margin-top: 1em;
}
#main .introduction {
  width: 100%;
  max-width: 860px;
  padding: 48px;
  margin: 0 auto;
  background-color: #F9F9F9;
  /*
		p {
		margin: 0;
		// @include font(13, 1.448, 400, 0);
		@include font(13, 1.5, 400, 0);
		text-align: center;

		em {
		color: $color-alert;
		font-style: normal;
		font-weight: 700;
	}

		span.br_sp {
		display: inline;
	}

		strong {
		display: inline-block;
		margin-top: 7px;
		margin-bottom: 23px;
		font-size: 16px;
		font-weight: 700;

		> strong {
		margin-top: 0;
		font-weight: 700;
	}
	}

		+ p {
		margin-top: 18px;
	}
	}
		*/
}
@media screen and (max-width: 600px) {
  #main .introduction {
    padding: 44px 2px;
  }
}
#main .introduction p {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.448;
  letter-spacing: 0;
  text-align: center;
}
#main .introduction p em {
  color: #FC0255;
  font-style: normal;
  font-weight: 700;
}
#main .introduction p strong {
  display: inline-block;
  margin-top: 7px;
  font-size: 16px;
  font-weight: 500;
}
#main .introduction p strong > strong {
  margin-top: 0;
  font-weight: 700;
}
#main .introduction p + p {
  margin-top: 18px;
}
#main .button_wrap {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: fit-content;
  gap: 24px;
  margin: 48px auto 0;
}
@media screen and (max-width: 960px) {
  #main .button_wrap {
    grid-auto-flow: row;
  }
}
@media screen and (max-width: 600px) {
  #main .button_wrap {
    grid-auto-flow: row;
    gap: 24px;
    margin: 51px auto 0;
  }
}
#main .button_wrap .next_button {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #004BA1;
  border-radius: 24px;
  background-color: #004BA1;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  transition: background-color 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  color: #fff;
  width: 374px;
  height: 74px;
  border-radius: 38px;
  /*&.secondary {
			@include orange_button(auto, auto);
			padding: 10px 10px 13px;

			&::before,
			&::after {
			content: none;
		}
		}*/
}
@media (hover: hover) and (pointer: fine) {
  #main .button_wrap .next_button:hover {
    border: 1px solid #80a5d0;
    background-color: #80a5d0;
  }
}
#main .button_wrap .next_button::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  left: 2px;
  border: 2px solid #fff;
  border-radius: 20px;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  #main .button_wrap .next_button {
    width: 343px;
    min-height: 46px;
  }
}
#main .button_wrap .next_button::after {
  border-radius: 100px;
}
#main .button_wrap .next_button[disabled], #main .button_wrap .next_button.disabled {
  background-color: #B4B4B4;
  border-color: #B4B4B4;
  pointer-events: none;
  cursor: default;
  background: #B4B4B4;
  color: #fff;
}
#main .button_wrap .next_button[disabled]::after, #main .button_wrap .next_button.disabled::after {
  display: none;
}
#main .button_wrap .next_button.ended {
  border-color: #EFEFF1;
  background-color: #EFEFF1;
  color: #C2C2C2;
  box-shadow: none;
  pointer-events: none;
}
#main .button_wrap .next_button.ended::after {
  display: none;
}
@media screen and (max-width: 600px) {
  #main .button_wrap .next_button:lang(en) {
    padding: 10px 6px 13px;
    font-size: 12px;
  }
}
#main .button_wrap .next_button::before, #main .button_wrap .next_button::after {
  border-radius: 100px;
}
#main .prereg_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.448;
  letter-spacing: 0;
  text-align: center;
}
#main .prereg_title_help {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.448;
  letter-spacing: 0;
  text-align: center;
}
#main .prereg_title_help + p.prereg_desc {
  margin-top: 32px;
}
#main p.prereg_desc {
  margin-top: 16px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.448;
  letter-spacing: 0;
  text-align: center;
}
#main p.prereg_desc strong {
  display: inline-block;
  margin: 5px 0;
  font-size: 16px;
  font-weight: 500;
}
#main p.prereg_desc strong > strong {
  font-weight: 700;
}
#main .registered_message {
  color: #004BA1;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.448;
  letter-spacing: 0;
  text-align: center;
}
#main .prereg_form {
  max-width: 860px;
  margin: 0 auto;
}
#main .prereg_form .form {
  /*.form_row {
			margin: 14px 0 0;
		}*/
}
#main .prereg_form .form .form_row:has(.read_box) {
  margin-top: 40px;
}
#main .prereg_form .form .button_wrap {
  display: flex;
  align-items: center;
  flex-flow: row-reverse wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
@media screen and (max-width: 600px) {
  #main .prereg_form .form .button_wrap {
    flex-direction: row;
  }
}
#main .prereg_form .form .button_wrap .back_button, #main .prereg_form .form .button_wrap .search_button, #main .prereg_form .form .button_wrap .submit_button {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}
#main .prereg_form .form .button_wrap .back_button {
  display: block;
  width: 272px;
  height: 64px;
  padding-bottom: 3px;
  border: 1px solid #C2C2C2;
  border-radius: 40px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  transition: background-color 0.2s;
  cursor: pointer;
  margin: 0;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  #main .prereg_form .form .button_wrap .back_button {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  #main .prereg_form .form .button_wrap .back_button:hover {
    background-color: #F9F9F9;
  }
}
#main .prereg_form .form .button_wrap .back_button:disabled {
  cursor: default;
  background: #ddd;
  color: #666;
}
@media screen and (max-width: 600px) {
  #main .prereg_form .form .button_wrap .back_button {
    width: 272px;
    height: 64px;
  }
}
#main .prereg_form .form .button_wrap .search_button, #main .prereg_form .form .button_wrap .submit_button {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #004BA1;
  border-radius: 24px;
  background-color: #004BA1;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  transition: background-color 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  color: #fff;
  width: 274px;
  height: 64px;
  border-radius: 38px;
}
@media (hover: hover) and (pointer: fine) {
  #main .prereg_form .form .button_wrap .search_button:hover, #main .prereg_form .form .button_wrap .submit_button:hover {
    border: 1px solid #80a5d0;
    background-color: #80a5d0;
  }
}
#main .prereg_form .form .button_wrap .search_button::after, #main .prereg_form .form .button_wrap .submit_button::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  left: 2px;
  border: 2px solid #fff;
  border-radius: 20px;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  #main .prereg_form .form .button_wrap .search_button, #main .prereg_form .form .button_wrap .submit_button {
    width: 272px;
  }
}
#main .prereg_form .form .button_wrap .search_button::after, #main .prereg_form .form .button_wrap .submit_button::after {
  border-radius: 100px;
}
#main .prereg_form .form .button_wrap .search_button[disabled], #main .prereg_form .form .button_wrap .search_button.disabled, #main .prereg_form .form .button_wrap .submit_button[disabled], #main .prereg_form .form .button_wrap .submit_button.disabled {
  background-color: #B4B4B4;
  border-color: #B4B4B4;
  pointer-events: none;
  cursor: default;
  background: #B4B4B4;
  color: #fff;
}
#main .prereg_form .form .button_wrap .search_button[disabled]::after, #main .prereg_form .form .button_wrap .search_button.disabled::after, #main .prereg_form .form .button_wrap .submit_button[disabled]::after, #main .prereg_form .form .button_wrap .submit_button.disabled::after {
  display: none;
}
#main .prereg_form .form .button_wrap .search_button.ended, #main .prereg_form .form .button_wrap .submit_button.ended {
  border-color: #EFEFF1;
  background-color: #EFEFF1;
  color: #C2C2C2;
  box-shadow: none;
  pointer-events: none;
}
#main .prereg_form .form .button_wrap .search_button.ended::after, #main .prereg_form .form .button_wrap .submit_button.ended::after {
  display: none;
}
#main .prereg_form p.guide {
  margin: 24px 0 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.448;
  letter-spacing: 0;
  text-align: center;
}
#main #app-entry .page_title {
  margin-bottom: 36px;
}
@media screen and (max-width: 600px) {
  #main #app-entry .page_title {
    margin-bottom: 58px;
  }
}
@media screen and (max-width: 600px) {
  #main #app-entry .prereg_form {
    margin-top: 48px;
  }
}
#main .flow_list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 62px;
  margin: 0 auto 68px;
  padding: 0;
  list-style: none;
  counter-reset: number 0;
}
@media screen and (max-width: 600px) {
  #main .flow_list {
    gap: 52px;
    margin: 0 auto 70px;
  }
}
#main .flow_list li {
  width: 63px;
  height: 96px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  #main .flow_list li {
    width: 68px;
    height: 100px;
    font-size: 13px;
  }
}
#main .flow_list li:not(:last-child):before {
  position: absolute;
  top: 24px;
  right: -61px;
  display: block;
  content: "";
  width: 61px;
  height: 1px;
  background: #9056F44D;
}
@media screen and (max-width: 600px) {
  #main .flow_list li:not(:last-child):before {
    top: 30px;
    right: -57px;
    width: 61px;
  }
}
#main .flow_list li.done span.fase {
  color: #B4B4B4;
}
#main .flow_list li.done span.fase:before {
  background: #EFEFF1;
}
#main .flow_list li.done span.fase:after {
  color: #B4B4B4;
}
#main .flow_list li.active span.fase {
  color: #004BA1;
}
#main .flow_list li.active span.fase:before {
  background: linear-gradient(91.77deg, #3DBBFF 0.13%, #00489B 100.13%);
}
#main .flow_list li span.fase {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 62px;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 200%;
  height: 36px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #main .flow_list li span.fase {
    top: 69px;
  }
}
#main .flow_list li span.fase:before, #main .flow_list li span.fase:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
#main .flow_list li span.fase:before {
  top: -63px;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: linear-gradient(271.72deg, rgba(61, 132, 213, 0.5) 1.61%, rgba(61, 187, 255, 0.5) 100%);
  color: #fff;
  content: "";
}
@media screen and (max-width: 600px) {
  #main .flow_list li span.fase:before {
    top: -65px;
    width: 49px;
    height: 49px;
  }
}
#main .flow_list li span.fase:after {
  top: -50px;
  counter-increment: number 1;
  content: counter(number);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 600px) {
  #main .flow_list li span.fase:after {
    top: -52px;
  }
}
#main .notes {
  margin: 50px 0;
  border: 1px solid #747474;
  border-radius: 4px;
  padding: 15px;
}
#main .notes p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .notes p {
    line-height: 1.5;
  }
}
#main .notes p em {
  color: #df001f;
  font-style: normal;
}
#main .notes p + p {
  margin-top: 5px;
}
@media screen and (max-width: 600px) {
  #main .notes p + p {
    margin-top: 0;
  }
}
#main .read_box {
  width: 100%;
  height: 168px;
  padding: 11px 15px 17px;
  border: 1px solid #747474;
  height: 147px;
  border-radius: 4px;
  overflow-y: auto;
}
@media screen and (max-width: 600px) {
  #main .read_box {
    padding: 17px 15px 17px;
  }
}
#main .read_box + .input {
  margin-top: 8px;
}
#main .read_box p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
#main .read_box p + p {
  margin-top: 18px;
}
#main .read_description {
  margin: 0 0 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0;
}
#main .read + .read {
  margin-top: 39px;
}
#main .register_info {
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 8px;
  padding: 24px 32px 32px;
  margin-bottom: 66px;
}
@media screen and (max-width: 600px) {
  #main .register_info {
    padding: 18px 16px 26px;
  }
}
#main .register_info_title {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: space-between;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.48;
  letter-spacing: 0;
  border-bottom: solid 1px #efeff1;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
#main .register_info_dl {
  display: flex;
  flex-flow: row wrap;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.48;
  letter-spacing: 0;
  margin: 0;
  border-bottom: 1px solid #EFEFF1;
}
#main .register_info_dl dt, #main .register_info_dl dd {
  padding: 11px 0;
}
#main .register_info_dl dt {
  width: 13.3%;
  font-size: 14px;
  font-weight: 700;
  white-space: pre;
}
@media screen and (max-width: 1024px) {
  #main .register_info_dl dt {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  #main .register_info_dl dt {
    width: 32.4%;
  }
}
#main .register_info_dl dd {
  width: 86.7%;
  margin: 0;
  word-break: break-all;
}
@media screen and (max-width: 1024px) {
  #main .register_info_dl dd {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  #main .register_info_dl dd {
    width: 67.6%;
    padding-left: 40px;
  }
}
@media screen and (max-width: 600px) {
  #main .register_info_dl dd .edit {
    margin-top: 4px;
  }
}
#main .register_info + .sec_title, #main .register_info + .confirm_title {
  margin-bottom: 23px;
  padding-bottom: 24px;
}
#main .form {
  margin-top: 46px;
}
@media screen and (max-width: 600px) {
  #main .form {
    margin-top: 35px;
  }
}
#main .form .notes_for_agreement {
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
}
#main .form.detail {
  margin-top: 23px;
}
#main .form.detail .form_set {
  padding: 26px 24px 48px;
  background: #F9F9F9;
  border-radius: 4px;
}
@media screen and (max-width: 600px) {
  #main .form.detail .form_set {
    padding: 16px 16px 30px;
  }
}
#main .form.detail .form_set + .form_set {
  margin-top: 62px;
}
#main .form.detail .form_row + .form_row {
  margin-top: 23px;
}
#main .form.detail.confirm .form_set {
  padding: 26px 24px 44px;
}
#main .form.detail.confirm .form_row + .form_row {
  margin-top: 31px;
}
#main .form.detail.confirm .form_row dd p {
  margin-top: 23px;
}
#main .form.detail.confirm .button_wrap {
  margin-top: 45px;
}
@media screen and (max-width: 600px) {
  #main .form.confirm .form_row dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  #main .form.confirm .form_row dt span.required {
    font-size: 13px;
  }
}
#main .form.confirm .button_wrap {
  margin-top: 123px;
}
@media screen and (max-width: 600px) {
  #main .form.confirm .button_wrap {
    margin-top: 40px;
  }
}
#main .form.confirm .button_wrap button {
  width: 274px;
  height: 64px;
}
#main .form.confirm .button_wrap .submit {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #004BA1;
  border-radius: 24px;
  background-color: #004BA1;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  transition: background-color 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  color: #fff;
  width: 274px;
  height: 64px;
  border-radius: 38px;
}
@media (hover: hover) and (pointer: fine) {
  #main .form.confirm .button_wrap .submit:hover {
    border: 1px solid #80a5d0;
    background-color: #80a5d0;
  }
}
#main .form.confirm .button_wrap .submit::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  left: 2px;
  border: 2px solid #fff;
  border-radius: 20px;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  #main .form.confirm .button_wrap .submit {
    width: 272px;
  }
}
#main .form.confirm .button_wrap .submit::after {
  border-radius: 100px;
}
#main .form.confirm .button_wrap .submit[disabled], #main .form.confirm .button_wrap .submit.disabled {
  background-color: #B4B4B4;
  border-color: #B4B4B4;
  pointer-events: none;
  cursor: default;
  background: #B4B4B4;
  color: #fff;
}
#main .form.confirm .button_wrap .submit[disabled]::after, #main .form.confirm .button_wrap .submit.disabled::after {
  display: none;
}
#main .form.confirm .button_wrap .submit.ended {
  border-color: #EFEFF1;
  background-color: #EFEFF1;
  color: #C2C2C2;
  box-shadow: none;
  pointer-events: none;
}
#main .form.confirm .button_wrap .submit.ended::after {
  display: none;
}
@media screen and (max-width: 600px) {
  #main .form.confirm .button_wrap .submit {
    width: 272px;
    height: 64px;
  }
}
#main .form.detail .button_wrap {
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  #main .form.detail .button_wrap {
    margin-top: 47px;
  }
}
#main .form .button_wrap {
  margin-top: 107px;
}
@media screen and (max-width: 600px) {
  #main .form .button_wrap {
    margin-top: 48px;
  }
}
#main .authentication > p, #main .complete > p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
#main .authentication > p + p, #main .complete > p + p {
  margin-top: 21px;
}
#main .authentication {
  width: 100%;
  max-width: 740px;
  margin: 42px auto 0;
}
#main .authentication .form {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  #main .authentication .form {
    max-width: 331px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  #main .authentication .form_row dt {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  #main .authentication .form_row dt span.required {
    font-size: 13px;
  }
}
#main .authentication .form .button_wrap {
  margin-top: 49px;
}
#main .pass {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (min-width: 1201px) {
  #main .pass {
    padding-right: 37px;
  }
}
@media screen and (max-width: 1200px) {
  #main .pass {
    gap: 20px;
  }
}
@media screen and (max-width: 960px) {
  #main .pass {
    display: block;
  }
}
#main .pass_input {
  flex: 1 1 auto;
}
#main .pass_input .caution {
  margin: 0 0 38px;
}
@media screen and (max-width: 600px) {
  #main .pass_input .caution {
    margin: 0 0 30px;
  }
}
#main .pass_input .caution_title {
  margin: 0 0 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.448;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .pass_input .caution_title {
    margin: 0 0 16px;
  }
}
#main .pass_input .caution p {
  margin: 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.448;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .pass_input .caution p {
    margin: 16px 0;
  }
}
#main .pass_output {
  flex: 0 0 338px;
}
#main .pass_output .frame {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  transform: scale(0.846);
  transform-origin: top;
  margin-top: 22px;
}
#main .pass_output .frame .sub-frame {
  background-color: #fff;
  border: 1px solid #747474;
}
#main .pass_output .font-mono {
  font-family: "Noto Sans Mono", "Noto Sans JP";
}
#main .pass_output .clear {
  clear: both;
}
#main .pass_output .sub-frame {
  width: 104mm;
  height: 147mm;
  padding: 5mm;
  box-sizing: border-box;
  float: left;
}
#main .pass_output .print .sub-frame {
  height: 153mm;
}
#main .pass_output .print .sub-frame:nth-child(n+3) {
  height: 147mm;
}
#main .pass_output .sub-frame .unique-info {
  float: left;
  padding: 0 10px;
}
#main .pass_output .sub-frame .foomaid {
  padding-bottom: 5px;
  font-size: 5.6pt;
  background: black;
  color: white;
}
#main .pass_output .sub-frame .foomaid span.center {
  display: block;
  text-align: center;
}
#main .pass_output .sub-frame .number-frame {
  width: 153pt;
  background: black;
  margin-top: -1px;
}
#main .pass_output .sub-frame .number-frame img {
  display: block;
  width: 100%;
}
#main .pass_output .sub-frame .arucode-frame {
  width: 93pt;
  float: right;
}
#main .pass_output .sub-frame .arucode-frame img {
  display: block;
  width: 100%;
}
#main .pass_output .sub-frame .arucode-frame.horizontal {
  margin: 0 0 5mm;
  padding-left: 11.5mm;
  float: none;
}
#main .pass_output .sub-frame .arucode-frame.horizontal img {
  width: 75mm;
}
#main .pass_output .sub-frame .arucode-frames .arucode-frame + .arucode-frame {
  margin-left: 10mm;
}
#main .pass_output .info {
  position: relative;
  width: 94mm;
  height: 68mm;
  margin: 3pt 0 0;
}
#main .pass_output .industry {
  border-top: 1mm solid black;
  padding: 3px 5px 3px;
  font-size: 12pt;
  line-height: 13pt;
  font-weight: 600;
}
#main .pass_output .industry .center {
  display: block;
  text-align: center;
}
#main .pass_output .industry .main {
  display: inline-block;
  width: 33mm;
}
#main .pass_output .industry .sub {
  display: inline-block;
  width: 56mm;
  text-align: center;
}
#main .pass_output .company {
  border-top: 0.5mm solid black;
  padding: 2pt 1pt;
  font-size: 24.2pt;
  line-height: 28pt;
  letter-spacing: 0;
  font-weight: 600;
  word-break: break-all;
}
#main .pass_output .company.small {
  font-size: 23pt;
  letter-spacing: 0;
}
#main .pass_output .division, #main .pass_output .person {
  position: absolute;
  top: 111pt;
  width: 63mm;
  border-top: 0.5mm solid black;
  padding: 0pt 1pt 1.5pt;
  font-size: 14pt;
  line-height: 20pt;
  font-weight: 600;
  word-break: break-all;
}
#main .pass_output .person {
  top: 153pt;
  min-height: 38pt;
  border-bottom: 0.5mm solid black;
}
#main .pass_output .position, #main .pass_output .name {
  min-height: 18pt;
  font-size: 12pt;
  line-height: 18pt;
}
#main .pass_output .division.no-qr, #main .pass_output .position.no-qr {
  width: 94mm;
}
#main .pass_output .info .qr {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 26mm;
  height: 28mm;
  border: 1mm solid #C2C2C2;
  text-align: center;
}
#main .pass_output .info .qr .title {
  font-size: 3.5pt;
  line-height: 5.2pt;
  background-color: #C2C2C2;
  color: black;
  height: 7pt;
  font-weight: 600;
}
#main .pass_output .info .qr img {
  width: 62pt;
  height: 62pt;
  padding: 5pt;
}
#main .pass_output .sub-frame .logo-black {
  text-align: center;
}
#main .pass_output .sub-frame .logo-black img {
  width: 84mm;
}
#main .pass_output .sub-frame .exhibitor {
  margin: 0 0 2mm;
  text-align: center;
}
#main .pass_output .sub-frame .exhibitor .jp {
  font-size: 10mm;
  font-weight: 600;
}
#main .pass_output .sub-frame .exhibitor .en {
  padding-left: 2mm;
  font-size: 6mm;
}
#main .pass_output .info.no-industry {
  height: 68mm;
}
#main .pass_output .info.no-industry .company {
  border-width: 1mm;
}
#main .pass_output .info.no-industry .division {
  top: 36mm;
  padding: 5pt 2pt 7pt;
}
#main .pass_output .info.no-industry .person {
  top: 52mm;
  padding: 5pt 2pt 7pt;
}
#main .pass_output .info.no-industry .qr {
  width: 32mm;
  height: 32mm;
}
#main .pass_output .info.no-industry .qr img {
  width: 29mm;
  height: 29mm;
}
#main .pass_output .sub-frame:nth-child(2) {
  border-left: 0.3mm dashed black;
}
#main .pass_output .sub-frame:nth-child(3) {
  border-top: 0.3mm dashed black;
}
#main .pass_output .sub-frame:nth-child(4) {
  border-left: 0.3mm dashed black;
  border-top: 0.3mm dashed black;
}
#main .pass_output .sub-frame .contents {
  text-align: center;
}
#main .pass_output .sub-frame .contents img {
  width: 93mm;
}
#main .pass_output .sub-frame.exhibitor .contents img {
  width: auto;
  height: 140mm;
}
#main .pass_output .print .sub-frame.exhibitor .contents img {
  height: 135mm;
}
@media screen and (max-width: 600px) {
  #main .pass {
    display: flex;
    flex-flow: column;
  }
  #main .pass .pass_input {
    order: 1;
    width: 100%;
  }
  #main .pass .pass_output {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
#main .pass .pass_output .sub-frame .unique-info {
  padding: 0;
}
#main .pass .pass_output .sub-frame .number-frame {
  box-sizing: content-box;
  padding: 0 8px;
}
#main .pass .pass_output .info .qr img {
  width: 68pt;
  height: 68pt;
}
#main .discovery_info {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 860px;
  padding: 32px 35.5px;
  margin: 64px auto 0;
  border-radius: 8px;
  background: linear-gradient(271.72deg, rgba(61, 132, 213, 0.5) 1.61%, rgba(61, 187, 255, 0.5) 100%);
}
@media screen and (max-width: 600px) {
  #main .discovery_info {
    margin-top: 63px;
    padding: 27px 22px 31px;
    border-radius: 8px;
    flex-direction: column;
    gap: 53px 0;
  }
}
#main .discovery_info .discovery_info_outline {
  flex: 0 1 52%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #main .discovery_info .discovery_info_outline {
    order: 2;
  }
}
#main .discovery_info .discovery_info_outline .discovery_info_title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.448;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .discovery_info .discovery_info_outline .discovery_info_title {
    font-size: 26px;
  }
}
#main .discovery_info .discovery_info_outline .discovery_info_title_sub {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.448;
  letter-spacing: 0;
}
#main .discovery_info .discovery_info_outline p {
  margin: 17px 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .discovery_info .discovery_info_outline p {
    margin: 17px -7px;
    line-height: 1.48;
  }
}
#main .discovery_info .discovery_info_image {
  flex: 0 1 43%;
  aspect-ratio: 1.5;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  #main .discovery_info .discovery_info_image {
    margin-top: 20px;
  }
}
#main .discovery_info .discovery_info_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .discovery_info .detail_button {
  width: 162px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 47px;
}
@media screen and (max-width: 600px) {
  #main .discovery_info .detail_button {
    margin-bottom: 40px;
  }
}
#main .discovery_info .detail_button a {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 1px;
  border: 2px solid #C2C2C2;
  border-radius: 33px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.448;
  letter-spacing: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  transition: background-color 0.2s;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  #main .discovery_info .detail_button a:hover {
    background-color: #F9F9F9;
  }
}
#main .discovery_info .to_download_list {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 7px;
  width: 100%;
  margin-top: 11px;
}
@media screen and (max-width: 600px) {
  #main .discovery_info .to_download_list {
    width: 100%;
    gap: 6px;
    margin-top: 20px;
  }
}
#main .discovery_info .to_download_list .qr a, #main .discovery_info .to_download_list .google a, #main .discovery_info .to_download_list .apple a {
  display: block;
}
#main .discovery_info .to_download_list .qr img, #main .discovery_info .to_download_list .google img, #main .discovery_info .to_download_list .apple img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#main .discovery_info .to_download_list .qr {
  width: 60px;
  height: 60px;
  padding: 10px;
  background-color: #fff;
  flex-shrink: 0;
}
#main .discovery_info .to_download_list .google a, #main .discovery_info .to_download_list .apple a {
  height: 36px;
}
#main .food_town {
  margin-top: 66px;
}
@media screen and (max-width: 600px) {
  #main .food_town {
    margin-top: 50px;
  }
}
#main .food_town_title {
  margin-bottom: 19px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .food_town_title {
    margin-bottom: 16px;
    line-height: 1.5;
  }
}
#main .food_town_description {
  margin: 0 0 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .food_town_description {
    margin: 0 0 45px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.45;
    letter-spacing: 0;
  }
}
#main .food_town .feature {
  margin-bottom: 32px;
  padding: 45px 54px 41px;
  background-color: #F9F9F9;
}
@media screen and (max-width: 1200px) {
  #main .food_town .feature {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  #main .food_town .feature {
    padding: 48px 15px 48px;
  }
}
#main .food_town .feature_title {
  margin-bottom: 43px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #main .food_town .feature_title {
    margin-bottom: 45px;
  }
}
#main .food_town .feature_list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 600px) {
  #main .food_town .feature_list {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    gap: 62px 0;
  }
}
#main .food_town .feature_list li {
  flex: 0 1 calc((100% - 30px) / 3);
}
#main .food_town .feature_list li .feature_image {
  width: 100%;
  max-width: 264px;
  aspect-ratio: 1.3333333333;
  margin: 0 auto 22px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
#main .food_town .feature_list li .feature_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#main .food_town .feature_list li .feature_point {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: center;
}
#main .food_town .feature .checkboxes {
  padding-right: 0;
  margin-top: 48px;
}
#main .food_town .feature .checkboxes label {
  justify-content: center;
}
#main .food_town .feature .checkboxes label input[type=checkbox] + span {
  flex: 0 0 auto;
  max-width: calc(100% - 20px);
}
#main .food_town_detail {
  margin-bottom: 15px;
  padding: 24px;
  background-color: #F9F9F9;
}
@media screen and (max-width: 600px) {
  #main .food_town_detail {
    margin-bottom: 24px;
  }
}
#main .food_town_detail p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
#main .food_town_detail p + p {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  #main .food_town_detail p + p {
    margin-top: 21px;
  }
}
#main .food_town + .read .read_box {
  height: auto;
}
@media screen and (min-width: 601px) {
  #main .food_town + .read .read_box {
    overflow-y: visible;
  }
}
@media screen and (max-width: 600px) {
  #main .food_town + .read .read_box {
    height: 263px;
  }
}
#main .confirm_title {
  margin-bottom: 48px;
  padding-bottom: 25px;
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, #648BFF 15.4%, #AB34EE 80.4%) 1;
  color: #004BA1;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.448;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .confirm_title {
    margin-bottom: 25px;
    padding-bottom: 19px;
  }
}
#main .confirm_title_sub {
  margin: 39px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .complete {
    margin-top: 30px;
  }
}
#main .complete p a {
  color: var(--color-red-2026);
  text-decoration: underline;
  text-underline-offset: 1px;
}
#main .complete .to_food_town {
  width: 100%;
  max-width: 880px;
  margin: 40px auto 0;
  padding: 48px;
  background-color: #F9F9F9;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #main .complete .to_food_town {
    padding: 48px 16px;
  }
}
#main .complete .to_food_town + .discovery_info {
  margin-top: 48px;
}
#main .complete .to_food_town_title {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
}
#main .complete .to_food_town > p {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: 0;
}
#main .complete .to_food_town > p + p {
  margin-top: 18px;
}
#main .complete .to_food_town_button {
  width: 272px;
  height: 64px;
  margin: 33px auto 0;
}
#main .complete .to_food_town_button a {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #004BA1;
  border-radius: 24px;
  background-color: #004BA1;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  transition: background-color 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  color: #fff;
  width: 274px;
  height: 64px;
  border-radius: 38px;
}
@media (hover: hover) and (pointer: fine) {
  #main .complete .to_food_town_button a:hover {
    border: 1px solid #80a5d0;
    background-color: #80a5d0;
  }
}
#main .complete .to_food_town_button a::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  left: 2px;
  border: 2px solid #fff;
  border-radius: 20px;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  #main .complete .to_food_town_button a {
    width: 272px;
  }
}
#main .complete .to_food_town_button a::after {
  border-radius: 100px;
}
#main .complete .to_food_town_button a[disabled], #main .complete .to_food_town_button a.disabled {
  background-color: #B4B4B4;
  border-color: #B4B4B4;
  pointer-events: none;
  cursor: default;
  background: #B4B4B4;
  color: #fff;
}
#main .complete .to_food_town_button a[disabled]::after, #main .complete .to_food_town_button a.disabled::after {
  display: none;
}
#main .complete .to_food_town_button a.ended {
  border-color: #EFEFF1;
  background-color: #EFEFF1;
  color: #C2C2C2;
  box-shadow: none;
  pointer-events: none;
}
#main .complete .to_food_town_button a.ended::after {
  display: none;
}
@media screen and (max-width: 600px) {
  #main .complete .to_food_town_button a {
    font-size: 14px;
    font-weight: 500;
  }
}
#main .complete .back_button {
  margin-top: 40px;
}
/*# sourceMappingURL=./register_2026.css.map */