form {
  padding: 4em 0;
}
form .col2 li {
  padding-bottom: 1em;
}
form dt {
  padding-bottom: 0.5em;
}
form a {
  color: #29709b;
  text-decoration: underline;
}
form a:hover {
  text-decoration: none;
}
form button {
  width: 230rem;
  height: 65rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 20rem;
  background-color: #23444B;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
form button:hover {
  opacity: 0.8;
}
form button[name=back_button] {
  background-color: #fff;
  color: #23444B;
  border: 2px solid #23444B;
}

form dl {
  padding-bottom: 2em;
}

.confirm_form dd {
  padding: 1em;
  background-color: #f9f9f9;
}

.required {
  color: #f00;
}

.error {
  color: rgb(172, 1, 1);
}

.outlink:after {
  margin: 0 0 0 3px;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
select,
textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 6px 23px;
  font-size: 16px;
  border-radius: 0.5em;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=url]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #8c8c8c;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #8c8c8c;
}

.disabled textarea {
  background-color: #f9f9f9;
}

input[type=radio] {
  width: 18px;
  height: 18px;
  transform: translateY(3px);
  accent-color: #23444B;
}

input[name=age] {
  width: 6em;
}

.date span {
  position: relative;
}
.date span:before {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 18px;
  right: 10px;
  top: 0;
  background: url(../../img/ico_calendar.svg) no-repeat center top/contain;
  pointer-events: none;
}
.date input {
  width: 230px;
  width: 230px;
  cursor: pointer;
}

select {
  position: relative;
  width: 8em;
  text-align: center;
  cursor: pointer;
}
select.select_empty {
  color: #8c8c8c;
}
select option {
  cursor: pointer;
  color: #000;
}
select option:first-child {
  color: #8c8c8c;
}

.pulldown {
  position: relative;
  display: inline-block;
}
.pulldown:before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  z-index: 999;
}

textarea {
  resize: vertical;
  max-height: 600px;
  min-height: 150px;
}

.confirm_button {
  margin-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-direction: row-reverse;
}
.confirm_button button {
  margin: 0;
}

.dest_other {
  margin-top: 10rem;
}

@media screen and (min-width: 681px) {
  form.input_form input[name=first_name],
  form.input_form input[name=last_name],
  form.input_form input[name=country] {
    width: 240rem;
  }
  form.input_form .col4 {
    display: flex;
  }
  form.input_form .col4 dl:nth-of-type(1) {
    margin-right: 1em;
  }
  form.input_form .col4 dl:nth-of-type(2) {
    margin-right: 1.5em;
  }
  form.input_form .col4 dl:nth-of-type(3) {
    margin-right: 1.5em;
  }
  form.input_form .col4 dl:nth-of-type(4) dd {
    padding: 0;
  }
  form.input_form .col4 dl:nth-of-type(4) dd .radio {
    padding-top: 0.5em;
  }
  form.input_form .col2 {
    display: flex;
    flex-wrap: wrap;
  }
  form.input_form .col2 li {
    width: 50%;
  }
  form.input_form .col2 li.w100 {
    width: 100%;
  }
  form.confirm_form .col4 {
    display: flex;
  }
  form.confirm_form .col4 dl:nth-of-type(1) {
    margin-right: 1em;
    min-width: 25%;
  }
  form.confirm_form .col4 dl:nth-of-type(2) {
    margin-right: 1.5em;
    min-width: 25%;
  }
  form.confirm_form .col4 dl:nth-of-type(3) {
    margin-right: 1.5em;
  }
}
.bg_wrap {
  background-color: #EFECE7;
  padding-top: 100rem;
  padding-bottom: 145rem;
}
.bg_wrap.thanks_wrap {
  padding-top: 200rem;
}

.application_flow {
  background-color: #EFECE7;
}

.application_form {
  background-color: #fff;
  padding-top: 70rem;
  padding-bottom: 75rem;
  border-radius: 60rem;
  padding-left: 80rem;
  padding-right: 80rem;
}

@media screen and (max-width: 680px) {
  .confirm_button {
    margin-top: 20rem;
  }
  .confirm_button button {
    width: 225rem;
    height: 42rem;
    font-size: 17rem;
  }
  .bg_wrap {
    padding-top: 50rem;
    padding-bottom: 70rem;
  }
  .bg_wrap.thanks_wrap {
    padding-top: 100rem;
  }
  .application_form {
    padding-top: 40rem;
    padding-bottom: 20rem;
    border-radius: 30rem;
    padding-left: 30rem;
    padding-right: 30rem;
  }
  form dl {
    padding-bottom: 1.5em;
  }
  form .col2 li {
    padding-bottom: 0.6em;
  }
  .date span {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
  .date span::before {
    width: 16px;
    height: 18px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .dest_other {
    margin-top: 5rem;
  }
}/*# sourceMappingURL=apply.css.map */