@charset "UTF-8";
/*--------------------- .mv ---------------------*/
.mv.contact {
  background: url(../img/mv.jpg) center center no-repeat;
  background-size: cover;
}


/*--------------------- .form_tbl ---------------------*/
.form_tbl table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 50px 0;
  width: 100%;
}
.form_tbl table th {
  border-bottom: 1px solid #f2f2f2;
  padding: 30px 0;
  text-align: left;
  width: 28%;
}
.form_tbl table td {
  border-bottom: 1px solid #f2f2f2;
  padding: 30px 0;
  width: 68%;
}
.form_tbl table td label {
  margin-right: 30px;
}


/*--------------------- input ---------------------*/
.form_tbl table td input[type="text"],
.form_tbl table td input[type="tel"],
.form_tbl table td input[type="email"],
.form_tbl table td textarea {
  border: 1px solid #ccc;
  padding: 10px 15px;
  width: 100%;
}
.form_tbl table td input[type="text"].add_box {
  margin: 0 0 10px 15px;
  width: 200px;
}


/*--------------------- input ---------------------*/
.form_tbl table td input[type="radio"] {
  margin-right: 5px;
  vertical-align: text-top;
}



/*--------------------- select ---------------------*/
.select_wrap {
  position: relative;
}
.select_wrap::before {
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
}
select {
  background: #f2f2f2;
  border: none;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  padding: 10px 20px;
  text-indent: 0.01px;
  text-overflow: '';
  width: 100%;
  vertical-align: middle;
}
select option {
  background-color: #efefef;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
.select_wrap.select_primary > select {
  background-color: #efefef;
  border-color: transparent;
  border-radius: 0;
  line-height: 1.7;
}
.select_wrap.select_primary > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

/*--------------------- input[type="button"] ---------------------*/
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}


/*--------------------- .checkbox ---------------------*/
.label_checkbox input[type="checkbox"] {
  margin: 0 10px 0 0;
}
.checkbox_txt {
  margin-bottom: 70px;
}


/*--------------------- .form_btn_area ---------------------*/
#form_btn_area .form_btn {
  margin: 0 auto;
}
.form_btn {
  display: inline-block;
}
.confirm, .back, .submit {
  border-radius: 100px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  margin: 0 10px;
  padding: 15px;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  -ms-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  width: 220px;
}
.confirm, .submit {
  background-color: #f4810b;
  color: #fff;
}
.confirm:hover, .submit:hover {
  background-color: #fdebd8;
  color: #f4810b;
}
.back {
  background-color: #ccc;
  color: #222;
}
.back:hover {
  background-color: #f2f2f2;
}

/*--------------------- frisk ---------------------*/
.qs_wrap__btn {
  display: flex;
  justify-content: center;
}


/*--------------------- .text ---------------------*/
.qs_must {
  background-color: #dc001e;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 0;
  margin-left: 10px;
  padding: 2px 8px;
}
.parsley-required {
  background-color: #ffe2e6;
  color: #dc001e;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-top: 5px;
  padding: 5px 10px;
}
.caption_text {
  display: block;
  font-size: 14px;
}



/*▽▽▽▽▽▽---------- SP ----------▽▽▽▽▽▽*/
@media only screen and (max-width: 768px) {
  /*--------------------- .form_tbl ---------------------*/
  .form_tbl table {
    margin: 10px 0 30px;
  }
  .form_tbl table th, .form_tbl table td {
    display: block;
    width: 100%;
  }
  .form_tbl table th {
    border-bottom: none;
    padding: 20px 0 5px;
  }
  .form_tbl table td {
    padding: 5px 0 20px;
  }


  /*--------------------- .form_btn ---------------------*/
  .confirm, .back, .submit {
    padding: 10px 20px;
    width: 80%;
  }
}
