@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Molengo&family=Zen+Kaku+Gothic+New&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #333333;
}

body {
  margin: 0;
  padding: 0;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  margin: 0;
  padding: 0;
  color: inherit;
  line-height: 1.4;
}

a {
  text-decoration: none;
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

br.pc_block {
  display: block;
}

br.sp_block {
  display: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
input[type=password],
select,
textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid #D9D9D9;
}

input[type=number] {
  width: 100%;
  padding: 4px 16px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator,
input[type=number]::-webkit-inner-spin-button {
  opacity: 0;
}

input[type=date] {
  background: url("../img/input_date_icon.svg") no-repeat right;
  background-size: 48px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/input_select_icon.svg") no-repeat right;
  background-position-x: calc(100% - 8px);
  background-size: 16px;
}

@media screen and (max-width: 768px) {
  br.pc_block {
    display: none;
  }
  br.sp_block {
    display: block;
  }
}
.btn_item {
  width: 100%;
}
.btn_item a, .btn_item button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 40px;
  background: #DEE3ED;
  color: #333333;
  text-align: center;
  border: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  width: 100%;
  height: 60px;
  padding: 0 40px 0 30px;
}
.btn_item a:after, .btn_item button:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../img/arrow.svg") no-repeat center center;
  background-size: contain;
}
.btn_item.small a, .btn_item.small button {
  height: 50px;
  padding: 0 35px 0 20px;
}
.btn_item.small a:after, .btn_item.small button:after {
  right: 15px;
}
.btn_item.large a, .btn_item.large button {
  height: 80px;
}
.btn_item.btn_primary a, .btn_item.btn_primary button {
  background: #FF305C;
  color: #fff;
}
.btn_item.btn_primary a:after, .btn_item.btn_primary button:after {
  background: url("../img/arrow_white.svg") no-repeat center center;
  background-size: contain;
}
.btn_item.btn_white a, .btn_item.btn_white button {
  background: #fff;
  color: #333333;
  border: 1px solid #DEE3ED;
}
.btn_item.reverse a, .btn_item.reverse button {
  padding: 0 30px 0 40px;
}
.btn_item.reverse a:after, .btn_item.reverse button:after {
  right: auto;
  left: 20px;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
.btn_item .btn_note {
  margin-top: 10px;
}
.btn_item .btn_note p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #333333;
  text-align: center;
}

header {
  padding: 0 15px;
}
header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
header .header_logo {
  max-width: 210px;
}
header .header_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header_logo img {
  width: 100%;
  height: auto;
}
header .header_translate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
header .header_translate .trans_info a {
  display: block;
  font-size: 10px;
  font-weight: 600;
  text-decoration: underline;
  color: #0004FF;
}

main h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 26px;
}
main h2.caution {
  position: relative;
}
main h2.caution:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  width: 30px;
  height: 27px;
  background: url("../img/caution.png") no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}
main h2.faq {
  position: relative;
}
main h2.faq:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  width: 30px;
  height: 27px;
  background: url("../img/faq.png") no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}
main .hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 30px 20px;
  background: #073190;
}
main .hero h1, main .hero p {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
}
main .container {
  width: 100%;
  max-width: 480px;
  margin: 40px auto;
  padding: 0px 20px;
}
@media screen and (min-width: 769px) {
  main .container {
    max-width: 1200px;
    padding: 0 48px;
  }
}
main .fullborder {
  width: 100%;
  height: 1px;
  background: #333333;
}
main .btnsection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0 10px;
}
main .nsection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
main .top_caution {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (min-width: 769px) {
  main .top_caution {
    grid-template-columns: repeat(2, 1fr);
  }
}
main .top_caution_item {
  background: rgba(190, 199, 219, 0.2);
  padding: 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .top_caution_item_num {
  margin-bottom: 3px;
}
main .top_caution_item_num span {
  font-family: Molengo;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  color: #333333;
}
main .top_caution_item_title {
  margin-bottom: 10px;
}
main .top_caution_item_title h3 {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #333333;
}
main .top_caution_item_img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
main .top_caution_item_img img {
  width: 100%;
  margin: 0 auto;
}
main .top_caution_item_desc {
  margin-bottom: 10px;
}
main .top_caution_item_desc p {
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  color: #333333;
  margin-bottom: 10px;
}
main .top_caution_item_desc p em {
  font-style: normal;
  color: #FF305C;
}
main .top_caution_item_desc p:last-child {
  margin-bottom: 0;
}
main .top_caution_item_desc p a {
  text-decoration: underline;
  color: #0004FF;
}
main .top_caution_item_note {
  margin-bottom: 10px;
}
main .top_caution_item_note p {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  color: #333333;
  margin-bottom: 10px;
  position: relative;
  padding-left: 16px;
}
main .top_caution_item_note p:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
main .top_caution_item_note p:last-child {
  margin-bottom: 0;
}
main .top_caution_item_note p.important {
  color: #FF305C;
}
main .top_caution_item_btn {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
main .top_accordion {
  width: 100%;
}
main .top_accordion_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px 20px;
  background: #EDF0F1;
  border-top: 1px solid #fff;
}
main .top_accordion_item:last-child {
  border-bottom: 1px solid #fff;
}
main .top_accordion_item.active .top_accordion_head:before {
  background: url("../img/top_accordion_icon_close.svg") no-repeat center center;
  background-size: contain;
}
main .top_accordion_item.active .top_accordion_body {
  padding-top: 4px;
}
main .top_accordion_head {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding-left: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
}
main .top_accordion_head:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: url("../img/top_accordion_icon.svg") no-repeat center center;
  background-size: contain;
}
main .top_accordion_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .top_accordion_title h3 {
  font-style: 600;
  font-size: 16px;
}
main .top_accordion_icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
main .top_accordion_body {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  height: 0;
  padding-top: 0px;
  padding-left: 44px;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-out, padding-top 0.3s ease-out;
  transition: height 0.3s ease-out, padding-top 0.3s ease-out;
}
main .faqsection {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  margin-bottom: 40px;
}
main .faqsection .faq_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
  width: 100%;
}
main .faqsection .faq_item {
  border-top: 1px solid #DEE3ED;
  border-bottom: 1px solid #DEE3ED;
  padding: 16px;
  width: 100%;
}
main .faqsection .faq_item.active .faq_item_head:before {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
main .faqsection .faq_item.active .faq_item_body {
  padding-top: 8px;
}
main .faqsection .faq_item_head {
  padding-left: 24px;
  padding-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  position: relative;
}
main .faqsection .faq_item_head:before, main .faqsection .faq_item_head:after {
  content: "";
  display: block;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 2px;
  background: #333333;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
main .faqsection .faq_item_head:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
main .faqsection .faq_item_head:after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
main .faqsection .faq_item_title h3 {
  font-weight: 600;
  font-size: 16px;
  position: relative;
}
main .faqsection .faq_item_title h3:before {
  content: "Q";
  margin-right: 8px;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main .faqsection .faq_item_body {
  width: 100%;
  height: 0;
  padding-top: 0px;
  padding-left: 24px;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-out, padding-top 0.3s ease-out;
  transition: height 0.3s ease-out, padding-top 0.3s ease-out;
}
main .faqsection .faq_item_body a {
  text-decoration: underline;
  color: #0004FF;
}
main .faqsection .faq_item_body p span {
  font-size: 20px;
}
main .contactbox {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #EBEFF2;
  margin-bottom: 40px;
}
main .contactbox_inner {
  padding: 36px 24px;
}
main .contactbox h2 {
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  margin-bottom: 24px;
}
main .contactbox_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 auto;
  gap: 16px;
}
@media screen and (min-width: 769px) {
  main .contactbox_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
}
main .contactbox_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 769px) {
  main .contactbox_item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
main .contactbox_item_name {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
}
main .contactbox_item_tel a {
  text-decoration: underline;
  color: #0004FF;
  margin-right: 16px;
}
main .progress {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
}
main .progress.progress_add {
  max-width: 230px;
}
main .progress.progress_change {
  max-width: 230px;
}
main .progress.progress_cancel {
  max-width: 150px;
}
main .progress:before {
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  background: #767676;
  position: absolute;
  top: 20px;
  left: 40px;
  z-index: -1;
}
main .progress ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main .progress_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
}
main .progress_item_num {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
  background: #fff;
  color: #333333;
  border: 1px solid #767676;
}
main .progress_item_num span {
  font-weight: 500;
  font-size: 14px;
}
main .progress_item_title {
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .progress_item_title p {
  font-weight: 700;
  font-size: min(12px, 2.7vw);
  text-align: center;
}
main .progress_item.current .progress_item_num {
  background: #767676;
  color: #fff;
}
main .form {
  margin-bottom: 40px;
}
main .form.headborder {
  border-top: 1px solid #333333;
}
main .form_title {
  margin-bottom: 20px;
}
main .form_title h2 {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  width: 100%;
  border-bottom: 1px solid #333333;
  margin-bottom: 8px;
}
main .form_text {
  margin-bottom: 40px;
}
main .form_input {
  margin-bottom: 40px;
}
main .form_input_subtitle {
  margin-bottom: 12px;
}
main .form_input_subtitle p {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
}
main .form_input_item {
  margin-bottom: 20px;
}
main .form_input_item.oneline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
main .form_input_item.oneline .item_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .form_input_item.oneline .item_label {
  margin: 0;
}
main .form_input_item.addbottom {
  margin-bottom: 50px;
}
main .form_input_item_label {
  margin-bottom: 8px;
}
main .form_input_item_label label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 700;
}
main .form_input_item_label label span {
  font-size: 12px;
  padding: 3px;
  background: #fff;
  border-radius: 4px;
  margin-left: 10px;
}
main .form_input_item_label label span.required {
  background: #FF305C;
  color: #fff;
}
main .form_input_item_label label span.optional {
  color: #767676;
  border: 1px solid #767676;
}
main .form_input_item_content {
  width: 100%;
}
main .form_input_item_content .numberbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
main .form_input_item_content .numberbox .numberbox_main {
  position: relative;
  width: 100%;
  max-width: 140px;
}
main .form_input_item_content .numberbox .numberbox_cword {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .form_input_item_content .numberbox .numberbox_cword p {
  font-size: 14px;
  font-weight: 700;
}
main .form_input_item_content .numberbox button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50%;
  border: 1px solid #D9D9D9;
  background: #f2f2f2;
  cursor: pointer;
  pointer-events: auto;
}
main .form_input_item_content .numberbox button.next {
  top: 0;
  right: 0;
  background: url("../img/number_next.svg") no-repeat center center, #f2f2f2;
  background-size: 8px;
  background-position-x: 50%;
  background-position-y: 4px;
  border-radius: 0 4px 0 0;
}
main .form_input_item_content .numberbox button.prev {
  border-top: none;
  top: unset;
  bottom: 0;
  right: 0;
  background: url("../img/number_prev.svg") no-repeat center center, #f2f2f2;
  background-size: 8px;
  background-position-x: 50%;
  background-position-y: 5px;
  border-radius: 0 0 4px 0;
}
main .form_input_item_radio {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
main .form_input_item_radio:last-child {
  margin-bottom: 0;
}
main .form_input_item_radio input[type=radio] {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #333333;
  background: #fff;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: relative;
}
main .form_input_item_radio input[type=radio]:checked:before {
  background: #333333;
}
main .form_input_item_radio input[type=radio]:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
}
main .form_input_item_checkbox {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
main .form_input_item_checkbox:last-child {
  margin-bottom: 0;
}
main .form_input_item_checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #333333;
  background: #fff;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: relative;
}
main .form_input_item_checkbox input[type=checkbox]:checked:before {
  border-radius: 2px;
  background: url("../img/check.svg") no-repeat center center, #333333;
}
main .form_input_item_checkbox input[type=checkbox]:before {
  content: "";
  position: absolute;
  border-radius: 2px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .form_input_item_desc {
  margin-top: 20px;
}
main .form_input_item_desc p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
main .form_input_item_desc p.important {
  color: #FF305C;
}
main .form_input_item_desc .icon_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  gap: 10px;
}
main .form_input_item_desc .icon_desc_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
main .form_input_item_desc .icon_desc_item_icon {
  max-width: 25px;
}
main .form_input_item_desc .icon_desc_item_icon img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  main .form_input_item_desc .icon_desc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
main .form_input_item_info {
  margin-top: 20px;
  margin-bottom: 20px;
}
main .form_input_item_info p {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}
main .form_input_item_note {
  margin-top: -16px;
  margin-bottom: 20px;
}
main .form_input_item_note.carnote {
  padding-left: 80px;
}
main .form_input_item_note.passnote {
  padding-left: 80px;
}
main .form_input_item_note p {
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.1px;
}
main .form_input_select {
  position: relative;
}
main .form_input_select_base {
  width: 100%;
  position: relative;
  padding: 16px;
  border: 1px solid #D9D9D9;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
main .form_input_select_base p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #b3b3b3;
  line-height: 1.4;
}
main .form_input_select_base img {
  margin: 0 8px;
  max-height: 25px;
  width: auto;
}
main .form_input_select_base.selected p {
  color: #333333;
}
main .form_input_select_list {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 1;
}
main .form_input_select_list ul {
  margin-top: -1px;
  width: 100%;
  border: 1px solid #DEE3ED;
}
main .form_input_select_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 8px 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  background: #fff;
}
main .form_input_select_list ul li:hover {
  background: #DEE3ED;
  font-weight: bold;
}
main .form_input_select_list ul li img {
  margin: 0 8px;
  max-height: 25px;
  width: auto;
}
main .form_input_select.active .input_select_list {
  display: block;
}
main .form_confirm {
  margin-bottom: 40px;
}
main .form_confirm dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 5px;
}
main .form_confirm dl dt {
  width: 25vw;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
}
main .form_confirm dl dd {
  width: calc(100% - 25vw - 5px);
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
}
@media screen and (min-width: 481px) {
  main .form_confirm dl dt {
    width: 120px;
  }
  main .form_confirm dl dd {
    width: calc(100% - 125px);
  }
}
@media screen and (min-width: 769px) {
  main .form_confirm dl {
    max-width: 460px;
    margin: 0 auto;
  }
  main .form_confirm dl dt {
    width: 150px;
  }
  main .form_confirm dl dd {
    width: calc(100% - 155px);
  }
}
main .form_border {
  width: 100%;
  height: 1px;
  background: #333;
  margin: 40px 0;
}
main .form_box {
  width: 100%;
  margin-bottom: 40px;
}
main .form_box_inner {
  padding: 20px 25px;
  background: #F5F5F5;
}
main .form_box_inner p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
main .form_box_inner p a {
  text-decoration: underline;
  color: #0004FF;
}
main .form_box_inner table tr td {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  padding: 0 4px;
  min-width: 50px;
}
main .form_box_inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 5px;
}
main .form_box_inner dl dt {
  width: 100px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
}
main .form_box_inner dl dd {
  width: calc(100% - 105px);
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
}
main .form_box_btnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
main .form_box_btnitem {
  width: 100%;
}
main .form_box_btnitem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 6px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #333333;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 999px;
}
@media screen and (min-width: 769px) {
  main .form {
    max-width: 673px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
main .form #return_form {
  display: block;
}
main .form #return_form.hidden {
  display: none;
}
main .form #return_pass_form.disabled button {
  pointer-events: none;
}
main .form_text {
  padding: 0 20px;
}
main .form_input {
  padding: 0 20px;
}
main .form_input_item.oneline .form_input_item_content {
  width: calc(100% - 90px);
}
main .form_confirm {
  padding: 0 20px;
}
main .complete_title h2 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 40px;
  text-align: center;
}
main .complete_text p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 40px;
}
main .complete_text p.important {
  color: #FF305C;
}
main .complete_text p a {
  text-decoration: underline;
  color: #0004FF;
}
main .registerd {
  margin-bottom: 40px;
}
main .registerd_title {
  margin-bottom: 20px;
}
main .registerd_title h2 {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  width: 100%;
  border-bottom: 1px solid #333333;
  margin-bottom: 8px;
}
main .registerd_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  margin-bottom: 20px;
  gap: 10px;
}
main .registerd_number_title {
  width: 100px;
}
main .registerd_number_title p {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
}
main .registerd_number_text {
  width: calc(100% - 110px);
}
main .registerd_number_text p {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
}
main .registerd_box {
  width: 100%;
  margin-bottom: 20px;
}
main .registerd_box_inner {
  padding: 20px 25px;
  background: #F5F5F5;
}
main .registerd_box_inner p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
main .registerd_box_inner p a {
  text-decoration: underline;
  color: #0004FF;
}
main .registerd_box_inner table tr td {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  padding: 0 4px;
  min-width: 50px;
}
main .registerd_box_inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 5px;
}
main .registerd_box_inner dl dt {
  width: 100px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
}
main .registerd_box_inner dl dd {
  width: calc(100% - 105px);
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
}
main .registerd_box_btnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
main .registerd_box_btnitem {
  width: 100%;
}
main .registerd_box_btnitem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 6px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #333333;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 999px;
}
@media screen and (min-width: 769px) {
  main .registerd {
    max-width: 673px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
main .resinfo {
  margin-bottom: 40px;
}
main .resinfo.headborder {
  border-top: 1px solid #333333;
}
main .resinfo_title {
  margin-bottom: 20px;
}
main .resinfo_title h2 {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  width: 100%;
  border-bottom: 1px solid #333333;
  margin-bottom: 8px;
}
main .resinfo_text {
  margin-bottom: 40px;
}
main .resinfo_input {
  margin-bottom: 40px;
}
main .resinfo_input_subtitle {
  margin-bottom: 12px;
}
main .resinfo_input_subtitle p {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
}
main .resinfo_input_item {
  margin-bottom: 20px;
}
main .resinfo_input_item.oneline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
main .resinfo_input_item.oneline .item_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .resinfo_input_item.oneline .item_label {
  margin: 0;
}
main .resinfo_input_item.addbottom {
  margin-bottom: 50px;
}
main .resinfo_input_item_label {
  margin-bottom: 8px;
}
main .resinfo_input_item_label label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 700;
}
main .resinfo_input_item_label label span {
  font-size: 12px;
  padding: 3px;
  background: #fff;
  border-radius: 4px;
  margin-left: 10px;
}
main .resinfo_input_item_label label span.required {
  background: #FF305C;
  color: #fff;
}
main .resinfo_input_item_label label span.optional {
  color: #767676;
  border: 1px solid #767676;
}
main .resinfo_input_item_content {
  width: 100%;
}
main .resinfo_input_item_content .numberbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
main .resinfo_input_item_content .numberbox .numberbox_main {
  position: relative;
  width: 100%;
  max-width: 140px;
}
main .resinfo_input_item_content .numberbox .numberbox_cword {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .resinfo_input_item_content .numberbox .numberbox_cword p {
  font-size: 14px;
  font-weight: 700;
}
main .resinfo_input_item_content .numberbox button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50%;
  border: 1px solid #D9D9D9;
  background: #f2f2f2;
  cursor: pointer;
  pointer-events: auto;
}
main .resinfo_input_item_content .numberbox button.next {
  top: 0;
  right: 0;
  background: url("../img/number_next.svg") no-repeat center center, #f2f2f2;
  background-size: 8px;
  background-position-x: 50%;
  background-position-y: 4px;
  border-radius: 0 4px 0 0;
}
main .resinfo_input_item_content .numberbox button.prev {
  border-top: none;
  top: unset;
  bottom: 0;
  right: 0;
  background: url("../img/number_prev.svg") no-repeat center center, #f2f2f2;
  background-size: 8px;
  background-position-x: 50%;
  background-position-y: 5px;
  border-radius: 0 0 4px 0;
}
main .resinfo_input_item_radio {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
main .resinfo_input_item_radio:last-child {
  margin-bottom: 0;
}
main .resinfo_input_item_radio input[type=radio] {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #333333;
  background: #fff;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: relative;
}
main .resinfo_input_item_radio input[type=radio]:checked:before {
  background: #333333;
}
main .resinfo_input_item_radio input[type=radio]:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
}
main .resinfo_input_item_checkbox {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
main .resinfo_input_item_checkbox:last-child {
  margin-bottom: 0;
}
main .resinfo_input_item_checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #333333;
  background: #fff;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: relative;
}
main .resinfo_input_item_checkbox input[type=checkbox]:checked:before {
  border-radius: 2px;
  background: url("../img/check.svg") no-repeat center center, #333333;
}
main .resinfo_input_item_checkbox input[type=checkbox]:before {
  content: "";
  position: absolute;
  border-radius: 2px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .resinfo_input_item_desc {
  margin-top: 20px;
}
main .resinfo_input_item_desc p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
main .resinfo_input_item_desc p.important {
  color: #FF305C;
}
main .resinfo_input_item_desc .icon_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  gap: 10px;
}
main .resinfo_input_item_desc .icon_desc_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
main .resinfo_input_item_desc .icon_desc_item_icon {
  max-width: 25px;
}
main .resinfo_input_item_desc .icon_desc_item_icon img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  main .resinfo_input_item_desc .icon_desc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
main .resinfo_input_item_info {
  margin-top: 20px;
  margin-bottom: 20px;
}
main .resinfo_input_item_info p {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}
main .resinfo_input_item_note {
  margin-top: -16px;
  margin-bottom: 20px;
}
main .resinfo_input_item_note.carnote {
  padding-left: 80px;
}
main .resinfo_input_item_note.passnote {
  padding-left: 80px;
}
main .resinfo_input_item_note p {
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.1px;
}
main .resinfo_input_select {
  position: relative;
}
main .resinfo_input_select_base {
  width: 100%;
  position: relative;
  padding: 16px;
  border: 1px solid #D9D9D9;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
main .resinfo_input_select_base p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #b3b3b3;
  line-height: 1.4;
}
main .resinfo_input_select_base img {
  margin: 0 8px;
  max-height: 25px;
  width: auto;
}
main .resinfo_input_select_base.selected p {
  color: #333333;
}
main .resinfo_input_select_list {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 1;
}
main .resinfo_input_select_list ul {
  margin-top: -1px;
  width: 100%;
  border: 1px solid #DEE3ED;
}
main .resinfo_input_select_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 8px 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  background: #fff;
}
main .resinfo_input_select_list ul li:hover {
  background: #DEE3ED;
  font-weight: bold;
}
main .resinfo_input_select_list ul li img {
  margin: 0 8px;
  max-height: 25px;
  width: auto;
}
main .resinfo_input_select.active .input_select_list {
  display: block;
}
main .resinfo_confirm {
  margin-bottom: 40px;
}
main .resinfo_confirm dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 5px;
}
main .resinfo_confirm dl dt {
  width: 25vw;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
}
main .resinfo_confirm dl dd {
  width: calc(100% - 25vw - 5px);
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
}
@media screen and (min-width: 481px) {
  main .resinfo_confirm dl dt {
    width: 120px;
  }
  main .resinfo_confirm dl dd {
    width: calc(100% - 125px);
  }
}
@media screen and (min-width: 769px) {
  main .resinfo_confirm dl {
    max-width: 460px;
    margin: 0 auto;
  }
  main .resinfo_confirm dl dt {
    width: 150px;
  }
  main .resinfo_confirm dl dd {
    width: calc(100% - 155px);
  }
}
main .resinfo_border {
  width: 100%;
  height: 1px;
  background: #333;
  margin: 40px 0;
}
main .resinfo_box {
  width: 100%;
  margin-bottom: 40px;
}
main .resinfo_box_inner {
  padding: 20px 25px;
  background: #F5F5F5;
}
main .resinfo_box_inner p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
main .resinfo_box_inner p a {
  text-decoration: underline;
  color: #0004FF;
}
main .resinfo_box_inner table tr td {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  padding: 0 4px;
  min-width: 50px;
}
main .resinfo_box_inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 5px;
}
main .resinfo_box_inner dl dt {
  width: 100px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
}
main .resinfo_box_inner dl dd {
  width: calc(100% - 105px);
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
}
main .resinfo_box_btnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
main .resinfo_box_btnitem {
  width: 100%;
}
main .resinfo_box_btnitem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 6px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #333333;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 999px;
}
@media screen and (min-width: 769px) {
  main .resinfo {
    max-width: 673px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
main .resinfo #return_form {
  display: block;
}
main .resinfo #return_form.hidden {
  display: none;
}
main .resinfo #return_pass_form.disabled button {
  pointer-events: none;
}
main .userinfo {
  margin-bottom: 40px;
}
main .userinfo.headborder {
  border-top: 1px solid #333333;
}
main .userinfo_title {
  margin-bottom: 20px;
}
main .userinfo_title h2 {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  width: 100%;
  border-bottom: 1px solid #333333;
  margin-bottom: 8px;
}
main .userinfo_text {
  margin-bottom: 40px;
}
main .userinfo_input {
  margin-bottom: 40px;
}
main .userinfo_input_subtitle {
  margin-bottom: 12px;
}
main .userinfo_input_subtitle p {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
}
main .userinfo_input_item {
  margin-bottom: 20px;
}
main .userinfo_input_item.oneline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
main .userinfo_input_item.oneline .item_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .userinfo_input_item.oneline .item_label {
  margin: 0;
}
main .userinfo_input_item.addbottom {
  margin-bottom: 50px;
}
main .userinfo_input_item_label {
  margin-bottom: 8px;
}
main .userinfo_input_item_label label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 700;
}
main .userinfo_input_item_label label span {
  font-size: 12px;
  padding: 3px;
  background: #fff;
  border-radius: 4px;
  margin-left: 10px;
}
main .userinfo_input_item_label label span.required {
  background: #FF305C;
  color: #fff;
}
main .userinfo_input_item_label label span.optional {
  color: #767676;
  border: 1px solid #767676;
}
main .userinfo_input_item_content {
  width: 100%;
}
main .userinfo_input_item_content .numberbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
main .userinfo_input_item_content .numberbox .numberbox_main {
  position: relative;
  width: 100%;
  max-width: 140px;
}
main .userinfo_input_item_content .numberbox .numberbox_cword {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .userinfo_input_item_content .numberbox .numberbox_cword p {
  font-size: 14px;
  font-weight: 700;
}
main .userinfo_input_item_content .numberbox button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50%;
  border: 1px solid #D9D9D9;
  background: #f2f2f2;
  cursor: pointer;
  pointer-events: auto;
}
main .userinfo_input_item_content .numberbox button.next {
  top: 0;
  right: 0;
  background: url("../img/number_next.svg") no-repeat center center, #f2f2f2;
  background-size: 8px;
  background-position-x: 50%;
  background-position-y: 4px;
  border-radius: 0 4px 0 0;
}
main .userinfo_input_item_content .numberbox button.prev {
  border-top: none;
  top: unset;
  bottom: 0;
  right: 0;
  background: url("../img/number_prev.svg") no-repeat center center, #f2f2f2;
  background-size: 8px;
  background-position-x: 50%;
  background-position-y: 5px;
  border-radius: 0 0 4px 0;
}
main .userinfo_input_item_radio {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
main .userinfo_input_item_radio:last-child {
  margin-bottom: 0;
}
main .userinfo_input_item_radio input[type=radio] {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #333333;
  background: #fff;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: relative;
}
main .userinfo_input_item_radio input[type=radio]:checked:before {
  background: #333333;
}
main .userinfo_input_item_radio input[type=radio]:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
}
main .userinfo_input_item_checkbox {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
main .userinfo_input_item_checkbox:last-child {
  margin-bottom: 0;
}
main .userinfo_input_item_checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #333333;
  background: #fff;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: relative;
}
main .userinfo_input_item_checkbox input[type=checkbox]:checked:before {
  border-radius: 2px;
  background: url("../img/check.svg") no-repeat center center, #333333;
}
main .userinfo_input_item_checkbox input[type=checkbox]:before {
  content: "";
  position: absolute;
  border-radius: 2px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .userinfo_input_item_desc {
  margin-top: 20px;
}
main .userinfo_input_item_desc p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
main .userinfo_input_item_desc p.important {
  color: #FF305C;
}
main .userinfo_input_item_desc .icon_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  gap: 10px;
}
main .userinfo_input_item_desc .icon_desc_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
main .userinfo_input_item_desc .icon_desc_item_icon {
  max-width: 25px;
}
main .userinfo_input_item_desc .icon_desc_item_icon img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  main .userinfo_input_item_desc .icon_desc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
main .userinfo_input_item_info {
  margin-top: 20px;
  margin-bottom: 20px;
}
main .userinfo_input_item_info p {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}
main .userinfo_input_item_note {
  margin-top: -16px;
  margin-bottom: 20px;
}
main .userinfo_input_item_note.carnote {
  padding-left: 80px;
}
main .userinfo_input_item_note.passnote {
  padding-left: 80px;
}
main .userinfo_input_item_note p {
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.1px;
}
main .userinfo_input_select {
  position: relative;
}
main .userinfo_input_select_base {
  width: 100%;
  position: relative;
  padding: 16px;
  border: 1px solid #D9D9D9;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
main .userinfo_input_select_base p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #b3b3b3;
  line-height: 1.4;
}
main .userinfo_input_select_base img {
  margin: 0 8px;
  max-height: 25px;
  width: auto;
}
main .userinfo_input_select_base.selected p {
  color: #333333;
}
main .userinfo_input_select_list {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 1;
}
main .userinfo_input_select_list ul {
  margin-top: -1px;
  width: 100%;
  border: 1px solid #DEE3ED;
}
main .userinfo_input_select_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 8px 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  background: #fff;
}
main .userinfo_input_select_list ul li:hover {
  background: #DEE3ED;
  font-weight: bold;
}
main .userinfo_input_select_list ul li img {
  margin: 0 8px;
  max-height: 25px;
  width: auto;
}
main .userinfo_input_select.active .input_select_list {
  display: block;
}
main .userinfo_confirm {
  margin-bottom: 40px;
}
main .userinfo_confirm dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 5px;
}
main .userinfo_confirm dl dt {
  width: 25vw;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
}
main .userinfo_confirm dl dd {
  width: calc(100% - 25vw - 5px);
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
}
@media screen and (min-width: 481px) {
  main .userinfo_confirm dl dt {
    width: 120px;
  }
  main .userinfo_confirm dl dd {
    width: calc(100% - 125px);
  }
}
@media screen and (min-width: 769px) {
  main .userinfo_confirm dl {
    max-width: 460px;
    margin: 0 auto;
  }
  main .userinfo_confirm dl dt {
    width: 150px;
  }
  main .userinfo_confirm dl dd {
    width: calc(100% - 155px);
  }
}
main .userinfo_border {
  width: 100%;
  height: 1px;
  background: #333;
  margin: 40px 0;
}
main .userinfo_box {
  width: 100%;
  margin-bottom: 40px;
}
main .userinfo_box_inner {
  padding: 20px 25px;
  background: #F5F5F5;
}
main .userinfo_box_inner p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
main .userinfo_box_inner p a {
  text-decoration: underline;
  color: #0004FF;
}
main .userinfo_box_inner table tr td {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  padding: 0 4px;
  min-width: 50px;
}
main .userinfo_box_inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 5px;
}
main .userinfo_box_inner dl dt {
  width: 100px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
}
main .userinfo_box_inner dl dd {
  width: calc(100% - 105px);
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
}
main .userinfo_box_btnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
main .userinfo_box_btnitem {
  width: 100%;
}
main .userinfo_box_btnitem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 6px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #333333;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 999px;
}
@media screen and (min-width: 769px) {
  main .userinfo {
    max-width: 673px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
main .userinfo #return_form {
  display: block;
}
main .userinfo #return_form.hidden {
  display: none;
}
main .userinfo #return_pass_form.disabled button {
  pointer-events: none;
}
main .userinfo_confirm {
  padding: 0 20px;
}
main .privacy_head p {
  margin-bottom: 40px;
}
main .privacy_body {
  margin-bottom: 40px;
}
main .privacy_body_item {
  width: 100%;
  margin-bottom: 20px;
}
main .privacy_body_item h2 {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  width: 100%;
  border-bottom: 1px solid #333333;
  margin-bottom: 8px;
}
main .privacy_body_item ul li {
  list-style: disc;
  margin-left: 24px;
  line-height: 1.4;
}
main .privacy_footer_text p {
  margin-bottom: 40px;
}
main .privacy_footer_box {
  width: 100%;
  margin-bottom: 40px;
}
main .privacy_footer_box_inner {
  padding: 20px 25px;
  background: #F5F5F5;
}
main .privacy_footer_box_inner p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
main .privacy_footer_box_inner p a {
  text-decoration: underline;
  color: #0004FF;
}
main .privacy_footer_box_inner table tr td {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  padding: 0 4px;
  min-width: 50px;
}
main .privacy_footer_box_inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 5px;
}
main .privacy_footer_box_inner dl dt {
  width: 100px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
}
main .privacy_footer_box_inner dl dd {
  width: calc(100% - 105px);
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
}
main .privacy_footer_box_btnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
main .privacy_footer_box_btnitem {
  width: 100%;
}
main .privacy_footer_box_btnitem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 6px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #333333;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 999px;
}
main .modal.active .modal_bg {
  opacity: 1;
  pointer-events: auto;
}
main .modal.active .modal_content {
  opacity: 1;
  pointer-events: auto;
}
main .modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
main .modal_content {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1001;
  width: 96%;
  max-width: 673px;
  background: #fff;
  max-height: 90vh;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
main .modal_body {
  padding: 30px 20px 0;
  max-width: 480px;
  margin: 0 auto;
}
main .modal_text {
  margin-bottom: 20px;
}
main .modal_text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}

footer {
  width: 100%;
  margin-top: 120px;
}
footer .footer_top {
  background: #E8F6FF;
  width: 100%;
  position: relative;
}
footer .footer_top_object {
  position: absolute;
  width: 100%;
  max-width: 270px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -70px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
footer .footer_top_inner {
  max-width: 400px;
  margin: 0 auto;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  footer .footer_top_inner {
    max-width: 660px;
  }
}
footer .footer_top_section_title {
  margin-bottom: 10px;
}
footer .footer_top_section_title h2 {
  font-size: 12px;
  line-height: 1.4;
  color: #333333;
  font-weight: 600;
}
footer .footer_top_section_list.vertical ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
@media screen and (min-width: 769px) {
  footer .footer_top_section_list.vertical ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
footer .footer_top_section_list.vertical ul li {
  width: 100%;
}
footer .footer_top_section_list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (min-width: 769px) {
  footer .footer_top_section_list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
footer .footer_top_section_list ul li a {
  font-size: 12px;
  line-height: 1.4;
  color: #042E90;
  text-decoration: underline;
  font-weight: 400;
}
footer .footer_bottom {
  background: #042E90;
  width: 100%;
}
footer .footer_bottom_inner {
  max-width: 400px;
  margin: 0 auto;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  footer .footer_bottom_inner {
    max-width: 660px;
  }
}
footer .footer_bottom_section_title {
  margin-bottom: 10px;
}
footer .footer_bottom_section_title h2 {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
}
footer .footer_bottom_section_list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (min-width: 769px) {
  footer .footer_bottom_section_list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
footer .footer_bottom_section_list ul li a {
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  text-decoration: underline;
  font-weight: 400;
}
footer .footer_copyright {
  padding: 24px 0;
}
footer .footer_copyright p {
  font-size: 10px;
  line-height: 1.4;
  color: #333333;
  text-align: center;
}