/*------------------------------------------------------------
form・・・フォームのデザイン
-------------------------------------------------------------*/

/* MWの確認画面でのみ表示させる */

p.confirm {
  display: none;
}

.mw_wp_form_confirm.mw_wp_form_preview p.confirm {
  display: inline;
}

.mw_wp_form form {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.mw_wp_form form {
  margin: 0 auto;
  text-align: center;
}

.mw_wp_form form {
  padding: 40px 20px 20px;
}

.contactform .mw_wp_form form {
  background: #ffffff;
  border: 1px #df5881 solid;
  padding: 20px;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}

.mw_wp_form .org {
  font-size: 11px;
  color: #fff;
  background-color: #c89932;
  font-weight: normal;
  padding: 0.3em;
  margin-left: 0.7em;
  border-radius: 4px;
  line-height: 22px;
  vertical-align: text-top;
}

table.form {
  max-width: 600px;
  margin: 0 auto;
}

.form small {
  display: block;
}

table.form,
.form td,
.form th {
  border: 0px solid rgba(0, 0, 0, 0.1);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

label {
  appearance: normal;
  -webkit-appearance: normal;
}

input,
textarea {
  box-sizing: border-box;
}

table.form {
  width: 100%;
  border-collapse: collapse;
}
table.form th {
  font-size: 100%;
  line-height: 160%;
  padding: 15px 0 5px 0;
  border-bottom: dashed 1px #666666;
  text-align: left;
  display: block;
}
table.form td {
  font-size: 100%;
  line-height: 160%;
  padding: 10px 0 5px 0;
  display: block;
  text-align: left;
}
.device {
  margin: 0;
  padding: 0 0 60px 0;
  text-align: center;
}
.device a:link {
  color: #ffffff;
  text-decoration: none;
}
.device a:visited {
  color: #ffffff;
  text-decoration: none;
}
.device a:hover {
  color: #ffa423;
  text-decoration: none;
}

input[type="text"],
textarea,
select {
  width: 100%;
  border: 0;
  padding: 10px;
  font-size: 18px;
  letter-spacing: 1px;
  border: solid 1px #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
}
input[type="text"]:focus,
textarea:focus {
  box-shadow: 0 0 7px #999999;
  border: 1px solid #ff0072;
}

input[type="text"].size3 {
  width: 18%;
  margin: 0 10px 0px 0px;
}

input[type="tel"].zip01,
input[type="text"].zip01 {
  width: 15%;
  margin: 0 10px;
}

input[type="text"].name {
  width: 100%;
  margin: 0 0px;
  display: block;
}

input[type="email"],
textarea,
select {
  width: 100%;
  border: 0;
  padding: 10px;
  font-size: 18px;
  letter-spacing: 1px;
  border: solid 1px #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
}
input[type="email"]:focus,
textarea:focus {
  box-shadow: 0 0 7px #999999;
  border: 1px solid #ff0072;
}

input[type="tel"],
textarea,
select {
  width: 100%;
  border: 0;
  padding: 10px;
  font-size: 18px;
  letter-spacing: 1px;
  border: solid 1px #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
}
input[type="tel"]:focus,
textarea:focus {
  box-shadow: 0 0 7px #999999;
  border: 1px solid #ff0072;
}

/* Chrome, Safari */
::-webkit-input-placeholder {
  color: #999;
}
/* Firefox */
::-moz-placeholder {
  color: #999;
}
/* Firefox 18以前 */
:-moz-placeholder {
  color: #999;
}
/* IE */
:-ms-input-placeholder {
  color: #999;
}

.form input[type="button"],
.form input[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  outline: none;
  background-color: #ffa423;
  border: 1px solid #ffa423;
  color: #fff;
  padding: 25px 20px 25px 20px;
}
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;
}

.type_02 {
}

.btn_back {
  background-color: #fff !important;
  border: 1px solid #c89932 !important;
  color: #c89932 !important;
}

.btn_back:hover {
  background-color: #fff !important;
  border-color: #999999 !important;
  color: #999999 !important;
}

input[type="button"],
input[type="submit"],
.type_02 {
  text-align: center;
  margin: 20px auto 0;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  padding: 30px;
  background-color: transparent;
  outline: none;
  background-color: #c89932;
  color: #fff;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
  font-size: 125%;
  line-height: 100%;
  min-width: 150px;
}

input[type="button"]:hover,
input[type="submit"]:hover,
.type_02:hover {
  color: #fff;
  background: #f8e58c;
  filter: alpha(opacity=70);
  /* 以下、ゆっくりフェードインさせる設定 */
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media screen and (max-width: 599px) {
  .type_02 {
    width: 90%;
  }
  .btn_back {
    margin-bottom: 10px !important;
  }
  input[type="text"].tell {
    width: 25% !important;
  }
  input[type="text"].name {
    width: 100%;
  }

  input[type="text"].size3 {
    width: 40% !important;
  }
}
