@charset "utf-8";

/*---------------------------------

form.css: btnSubmit

---------------------------------*/

.form__ttl {
  text-align: center;
  color: #fff;
  background-color: #8cc63f;
  width: 90vw;
  padding: 5vw 0;
  margin-bottom: 5vw;
  font-size: 5vw;
  font-weight: 400;
}

.inner {
  display: block;
  width: 20vw;
  line-height: 1.2;
  margin: 2vw 0;
}

.tableStyle02 tbody tr, .tableStyle02 tbody th, .inner {
  vertical-align: middle;
}

.mark {
  margin-bottom: 5vw;
  position: relative;
  top: -0.5vw;
}

.btnSubmit button.button-confirm {
  background: #8cc63f;
  border-style: none;
  color: #fff;
  display: block;
  font-size: 4vw;
  font-weight: 400;
  letter-spacing: .5vw;
  line-height: 10vw;
  margin: auto;
  padding: 0;
  position: relative;
  text-decoration: none;
  -webkit-text-stroke: .1px #fff;
  transition: .3s ease-in-out;
  width: 60vw;
  right: calc(50% - 50vw / 2);
  z-index: 4;
}

.btnSubmit button.button-confirm span {
  position: relative;
}

.btnSubmit button.button-confirm span:after {
  background-size: 30px 44px;
  content: "";
  height: 44px;
  position: absolute;
  right: -47px;
  top: 3px;
  width: 30px;
} 

@media only screen and (min-width: 960px) {
  .form__ttl {
    width: 1000px;
    padding: 50px 0;
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: 500;
  }

  .inner {
    display: block;
    width: 200px;
    line-height: 1.2;
    font-size: 20px;
    margin: 20px 0;
  }

  .mark {
    font-size: 16px;
    margin: 10px;
  }

  .btnSubmit button.button-confirm {
    font-size: 30px;
    letter-spacing: 10px;
    line-height: 100px;
    width: 600px;
    right: calc(50% - 600px / 2);
  }

}

#form table th,
#form table td {
  font-size: 3vw;
  vertical-align: middle;
}

#form table td {
  width: 750px;

}

#form td div {
  vertical-align: middle;
}

#form td label {
  margin-right: 1.2em;
}

#form select.error {
  background: #fee;
  border: 1px solid #e60014;
  outline: 1px solid #e60014;
}

#form input.error {
  border: 1px solid #e60014;
}

#form label.error {
  color: #e60014;
  display: block;
  font-size: 85%;
  margin: 1.5vw 0;
}

#form .alert-danger {
  color: #e60014;
  display: block;
}

#form.confirm .secForm table th {
  padding: 10px 24px;
}

#form.confirm .secForm table td {
  padding: 10px 24px;
}

.input_margin {
  margin: 0 5px;
}

#form ul li {
  margin: 0 1em 8px 0;
}

#form ul li.picker__list-item {
  margin: 0 0 -1px 0;
}

#form .imageList ul {
  clear: both;
  overflow: hidden;
}

@media only screen and (min-width: 960px) {

  #form table th,
  #form table td {
    font-size: 20px;
  }

  #form label.error {
    font-size: 85%;
    margin: 10px;
  }
}

/*---------------------------------
  
form.css: required/disabled

---------------------------------*/

#form input:required,
#form select:required,
#form textarea:required {
  background: #fee;
}

#form input[type="radio"],
#form input[type="checkbox"] {
  height: 20px;
  margin: 0 5px 0 0;
  width: 20px;
}

#form select {
  background: #fff;
  border: solid 1px#aaa;
  font-size: 1.1em;
  height: 36px;
  max-width: 100%;
  min-width: 160px;
  padding: 5px;
}

.mail__wrapper {
  margin-top: 5vw;
}

#form textarea {
  background: #fff;
  border: solid 1px #aaa;
  font-size: 1.1rem;
  padding: 5px;
  margin-bottom: 3vw;
  width: 91%;
}

@media only screen and (min-width: 960px) {

  #form textarea {
    margin: 10px;
    padding: 10px;
    margin-bottom: 30px;
    width: 93%;
  }
}


/*---------------------------------

  form.css: input_width

  ---------------------------------*/

#form input[type="radio"],
#form input[type="checkbox"] {
  height: 20px;
  margin: 0 5px 0 0;
  width: 20px;
}

#form select[name="place"] {
  width: 100%;
}

#form input[name="tel"],
#form input[name="job_free"] {
  width: inherit;
}

#form input.ws100p[type="text"] {
  margin: 4px 0;
  width: 100%;
}

.reserve_box_1,
.reserve_box_2,
.reserve_box_3,
.name_box,
.kana_box,
.address_box {
  display: inline-block;
  width: 48%;
}

/*=================================================
石友不動産なび 追記 20231031
=================================================*/
form table span.required,
form table span.input-required {
  display: none;
}

form table span.option,
form table span.optional {
  display: none;
}


#form input[type="email"],
#form input[type="password"],
#form input[type="tel"],
#form input[type="number"],
#form input[type="text"] {
  border: solid 1px #aaa;
  box-sizing: border-box;
  font-size: 3vw;
  height: 10vw;
  margin: 1vw 0;
  padding: 0;
  width: 95%;
}

#form select {
  background: #fff;
  border: solid 1px#aaa;
  font-size: inherit;
  height: 10vw;
  margin: 1vw 0 0;
  max-width: 100%;
  min-width: 32vw;
  padding: 0;
}

#form input[type="radio"],
#form input[type="checkbox"] {
  height: 4vw;
  margin: 0;
  width: 4vw;
  position: relative;
  top: 5.4vw;
}

#form ul li {
  line-height: 7.5vw;
  margin: 0;
}

#form #agree-error {
  color: #323232;
  display: inline;
  font-size: 3vw;
  margin: 2vw;
  position: relative;
  right: 24px;
}

#form .valid-tip label span {
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 7vw;
  margin: 25px ;
}

#form .formTxt {
  font-size: 2.5vw;
  line-height: 4vw;
  padding: 5vw 0;
  width: 80vw;
  margin: 0 auto;
  text-align: justify;
}

@media only screen and (min-width: 960px) {

  form table span.required,
  form table span.input-required,
  form table span.option,
  form table span.optional {
    font-size: 1vw;
    line-height: 0;
    margin: auto 0;
    padding: 1vw;
    right: .75vw;
    top: .75vw;
  }

  .reserve_box_1,
  .reserve_box_2,
  .reserve_box_3,
  .name_box,
  .kana_box,
  .address_box {
    width: 48.5%;
  }

  #form input[type="email"],
  #form input[type="password"],
  #form input[type="tel"],
  #form input[type="number"],
  #form input[type="text"] {
    height: 4vw;
    margin: 10px;
    font-size: 20px;
    width: 96%;
  }

  #form select {
    height: 4vw;
    margin: 10px;
    min-width: 350px;
  }

  #form input[type="radio"],
  #form input[type="checkbox"] {
    height: 30px;
    margin: 5px;
    width: 30px;
    top: 35px;
  }

  #form ul li {
    line-height: 1vw;
    margin: 0;
  }

  #form #agree-error {
    font-size: 16px;
    margin: 20px;
    right: 55px;
  }

  #form .valid-tip label span {
    font-size: 25px;
    line-height: 30px;
    margin: 50px;
  }

  #form .formTxt {
    width: 880px;
    font-size: 16px;
    line-height: 1.5;
    padding: 40px 0;
  }
}

/* 確認画面 */

  .btnSubmit button.button-confirm span:after,
  button.button-back span:after {
    background-size: 15px auto;
    right: -38px;
    top: 4px;
  }

button.button-back {
  background: #999;
  border-style: none;
  color: #fff;
  display: block;
  font-size: 4vw;
  line-height: 10vw;
  margin: auto;
  padding: 0;
  position: relative;
  right: calc(50% - 50vw/2);
  text-decoration: none;
  -webkit-text-stroke: .1px #fff;
  transition: .3s ease-in-out;
  width: 60vw;
  z-index: 4;
}

@media screen and (min-width: 960px) {

  button.button-back {
  font-size: 30px;
  line-height: 100px;
  right: calc(50% - 600px/2);
  width: 600px;
}
}