/* Scss Document */
.form {
  width: 94.5rem;
  margin: 0 auto;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .form {
    width: 100%;
    font-size: calc(24 / 640 * 100vw);
  }
}
.form_item_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form_item.col2 {
  width: 48%;
}
.form_item.col3 {
  width: 32%;
}
@media only screen and (max-width: 640px) {
  .form_item.col3 {
    width: 48%;
  }
}
.form_item_label {
  width: 100%;
  margin: 1.2em 0 0.5em;
  color: #002D68;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .form_item_label {
    font-size: calc(30 / 640 * 100vw);
  }
}
.form_item_label_s {
  margin: 0.5em;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .form_item_label_s {
    font-size: calc(26 / 640 * 100vw);
  }
}
.form_item_label .required {
  margin: 0 0 0.5em 1em;
  background: #EA554A;
  padding: 0 0.5em 0.2em;
  border-radius: 0.4rem;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .form_item_label .required {
    font-size: calc(20 / 640 * 100vw);
  }
}
.form_text {
  margin-bottom: 1.5em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  .form_text {
    font-size: calc(24 / 640 * 100vw);
  }
}
.form_text a {
  text-decoration: underline;
}
.form_text a:hover {
  text-decoration: none;
}
.form_check_list {
  margin: 1em 0 2em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .form_check_list {
    font-size: calc(24 / 640 * 100vw);
  }
}
.form_check_list.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .form_check_list.col2 {
    display: block;
  }
}
.form_check_list.col2 li {
  width: 48%;
}
@media only screen and (max-width: 640px) {
  .form_check_list.col2 li {
    width: 100%;
  }
}
.form_check_list li {
  margin-top: 0.5em;
  padding-left: 1em;
  text-indent: -1.4em;
}
.form_btn {
  display: flex;
  justify-content: center;
  margin-top: 7rem;
}
@media only screen and (max-width: 640px) {
  .form_btn {
    display: block;
    margin-top: calc(80 / 640 * 100vw);
  }
}
.form_btn input,
.form_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47.5rem;
  height: 8.8rem;
  margin: 0 1rem;
  background: url("../images/common/gnav_contact_arrow.png") top 50% right 3rem no-repeat, #EA554A;
  background-size: 4.2rem;
  border: none;
  border-radius: 0;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .form_btn input,
  .form_btn a {
    width: calc(500 / 640 * 100vw);
    height: calc(88 / 640 * 100vw);
    margin: calc(15 / 640 * 100vw) auto;
    background: url("../images/common/gnav_contact_arrow.png") top 50% right calc(30 / 640 * 100vw) no-repeat, #EA554A;
    background-size: calc(45 / 640 * 100vw);
    font-size: calc(30 / 640 * 100vw);
  }
}
.form_btn input[type=button],
.form_btn a[type=button] {
  background: url("../images/common/gnav_contact_arrow_l.png") top 50% left 3rem no-repeat, #002D68;
  background-size: 4.2rem;
}
@media only screen and (max-width: 640px) {
  .form_btn input[type=button],
  .form_btn a[type=button] {
    background: url("../images/common/gnav_contact_arrow_l.png") top 50% left calc(30 / 640 * 100vw) no-repeat, #002D68;
    background-size: calc(45 / 640 * 100vw);
  }
}
.form_btn input:hover,
.form_btn a:hover {
  cursor: pointer;
  opacity: 0.6;
  transition: 0.5s;
}

input,
select,
textarea {
  padding: 0.5em 1em;
  background: #F6F6F6;
  border: rgba(0, 0, 0, 0.09) 1px solid;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

input {
  width: 100%;
}
input[type=time], input[type=number], input[type=checkbox] {
  width: auto;
}

textarea {
  width: 100%;
}

.apply_form .parking label {
  margin-right: 2em;
}
.apply_form .parking input {
  width: auto;
}
.apply_form .parking_count input {
  width: 60%;
  margin-right: 0.5em;
}

.btn_back {
  margin-top: 2em;
  text-align: center;
  font-size: calc(24 / 1920 * 100vw);
}
@media only screen and (max-width: 640px) {
  .btn_back {
    font-size: calc(24 / 640 * 100vw);
  }
}
.btn_back a {
  padding: 0.5em 1em 0.5em 3em;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .btn_back a {
    padding-left: 2em;
  }
}
.btn_back a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: calc(50 / 1920 * 100vw);
  height: calc(50 / 1920 * 100vw);
  background: url(../images/common/arrow_c_t_black.svg) no-repeat center center;
  transform: translateY(-50%);
  background-size: 100% auto;
}
@media only screen and (max-width: 640px) {
  .btn_back a:after {
    width: calc(36 / 640 * 100vw);
    height: calc(36 / 640 * 100vw);
  }
}
.btn_back a:visited {
  padding: 0.5em 1em;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}/*# sourceMappingURL=form.css.map */