/* ----------------------------------------
   offer form
   ---------------------------------------- */
.form-ttl-h4 {
  margin: 40px 0 20px;
  font-size: 2rem;
  border-left: 10px solid #D6E1EB;
  padding-left: 6px;
}

.form-ttl-h4 span.small {
  font-size: 80%;
}

.form-table {
  width: 100%;
  border-collapse: collapse;
}
.form-table th {
  width: 25%;
  text-align: left;
  padding: 10px;
  background: #FCF5DD;
  border: 1px solid #cdcdcd;
}
.form-table td {
  width: 75%;
  background: #fff;
  padding: 15px;
  border: 1px solid #cdcdcd;
}
.form-table td input[type=text] {
  padding: 9px 10px;
  width: 100%;
}
.form-table td input[type=text].narrow {
  width: 100px;
  margin: 0 5px;
}
.form-table td input[type=checkbox] {
  margin-right: 5px;
}
.form-table td input[type=radio] {
  margin-right: 5px;
}

.form-table td select {
  width: 100%;
  padding: 6px 10px;
  appearance: none;
  background: #fff;
  border: 1px solid #555;
  color: #202020;
}
.form-table td select {
  -webkit-appearance: none;
  appearance: none;		/* ?f?t?H???g???? ? */
}
.form-table td select::-ms-expand {
  display: none;		/* ?f?t?H???g???? ?(IE?p) */
}

.form-table .select-wrap {
  position: relative;
}
.form-table .select-wrap::before {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  background: url(/hiyari/img/icon_pulldown.png) 0/contain no-repeat;
  position: absolute;
  top: 14px;
  right: 10px;
}


.form-table td textarea {
  width: 100%;
}

.submit-btn-wrap {
  margin: 40px auto 70px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.submit-btn {
  width: 250px;
  height: 50px;
  line-height: 50px;
  background: #E5791B;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 0;
  cursor: pointer;
  transition: all 0.2s ease;
  margin: 0 10px;
}
.submit-btn:hover {
  opacity: 0.75;
  box-shadow: none;
}

.backbtn {
  display: block;
  width: 250px;
  height: 50px;
  line-height: 50px;
  background: #707070;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: all 0.2s ease;
  margin: 0 10px;
}
.backbtn:hover {
  opacity: 0.75;
  box-shadow: none;
}

.backbtn-wrap {
  margin: 40px auto 70px;
  width: 250px;
}

.form-table th .required {
  color: #f00;
  font-weight: bold;
  padding-left: 5px;
}
span.required {
  color: #f00;
  font-weight: bold;
}

.error em {
  color: #f00;
  font-size: 90%;
  font-style: normal;
  font-weight: bold;
}






/* 23.04.17 */
.list-main__clear-btn {
  width: 16%;
  height: 40px;
  background: #898989;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 0;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-block;
  padding-top: 6px;
  float: right;
  margin-top: -36px;
}

.list-main__clear-btn:hover {
  opacity: 0.75;
  box-shadow: none;
}





/*# sourceMappingURL=style.css.map */
