@charset "utf-8";
/* Updated date: 2017/07/19 */


.contact-mess-text {
  font-size: 18px;
  text-align: center;
}


/* form000 */
/*------------------------------*/

.form000 {
  background-image: url('../images/entry/form000-bg.jpg');
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.form000-form {
  background-color: #FFF;
  box-shadow: 0 1px 3px rgba(49,49,49,.04),0 6px 13px rgba(49,49,49,.24);
  padding: 70px;
}

.form000-annotation {
  padding-left: 17px;
  color: #E70012;
}

.form000-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 17px;
}

.form000-table dl {
  display:table-row;
}

.form000-table dt,
.form000-table dd {
  display: table-cell;
  vertical-align: middle;
}

.form000-form dt {
  font-size: 16px;
  font-weight:bold;
  width: 20%;
}

.form000-form dd {
  font-size: 18px;
}

.form000-form select {
  background-color: transparent;
  border: none;
  height: 60px;
  width: 100%;
  padding-left: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}

.form000-form input[type="text"],
.form000-form input[type="email"],
.form000-form textarea {
  background-color: #eee;
  border: none;
  padding: 20px 10px;
  width: 100%;
  border-radius: 0;
}

.form000-select {
  position: relative;
/*  background-color: #eee;*/
  border-radius: 0;
}

.form000-select::before {
  font-family: 'fontello-custom';
  content: '\e80c';
  position:absolute;
  right: 10px;
  font-size: 24px;
  height: 1em;
  width: 1em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  line-height: 1;
}

.form000-select select {
  position: relative;
}

.form000-submit {
  border-radius: 0;
  border: none;
  background-color: #22AD38;
  color: #FFF;
  font-size: 18px;
  line-height: 1;
  padding: 25px 0;
  width: 40%;
  display:inline-block;
  box-shadow: 0 1px 3px rgba(49,49,49,.04),0 6px 13px rgba(49,49,49,.24);
  -webkit-transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  letter-spacing: 0.05em;
}
.form000-submit:hover {
  background-color: #26c23f;
}

.form000-note {
  color: #333;
  text-align: center;
}

.fonrm000-privacy {
  display:inline-block;
  border: 2px solid #333;
  color: #333;
  line-height: 1;
  padding: 15px 0;
  width: 20%;
  -webkit-transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fonrm000-privacy:hover {
  background-color: #FFF;
  color: #E70012;
  border-color: #E70012;
}

@media (max-width: 767px) {
  .form000-form {
    padding: 70px 20px;
  }
  .form000-form dd {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .form000-form {
    padding: 20px 15px;
  }
  .form000-annotation {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .form000-table,
  .form000-table dl,
  .form000-table dt,
  .form000-table dd {
    display:block;
  }
  .form000-table dl + dl {
    margin-top: 15px;
  }
  .form000-table dt {
    width: 100%;
  }
  .form000-table dd {
    margin-top: 5px;
  }
  .form000-form select {
    height: 40px;
  }
  .form000-form input[type="text"], .form000-form textarea {
    padding: 10px;
  }
  .form000-submit {
    width: 100%;
    padding: 15px 0;
  }
  .form000-note {
    text-align: left;
  }
  .fonrm000-privacy {
    width: 80%;
  }
}

.mw_wp_form .error{
  display:block;
  background-color: #FFF;
}

.mw_wp_form_input .headline000-confirm {
  display:none;
}

.mw_wp_form_input .headline000-confirmation {
  display:none;
}

/* 確認画面 */

.mw_wp_form_confirm .form000 {
  background-image: none;
/*  background-color: #eee;*/
}

.mw_wp_form_confirm .headline000-input {
  display:none;
}

.mw_wp_form_confirm .form000-annotation {
  display:none;
}

.mw_wp_form_confirm .form000-confirmation {
  font-size: 16px;
  padding-left: 17px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .mw_wp_form_confirm .form000-confirmation {
    padding-left: 0;
  }
}

.mw_wp_form_confirm .form000-select {
/*  background-color: #333;*/
}
.mw_wp_form_confirm .form000-select::before {
  display:none;
}

.form000-back {
  background-color: #ccc;
}

.mw_wp_form_confirm .form000-note,
.mw_wp_form_confirm .fonrm000-privacy {
  display:none;
}