@charset "utf-8";

/* ---------------------------------------------------------
  お問い合わせ入力画面カスタム用 - 20190220作業
  使用しているページは
  「/smart/contact/update/」
  だけ。
 --------------------------------------------------------- */

input[type="checkbox"] {
  margin: 7px 3px 0 1em;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"] {
  font-size: 1.3rem;
  height: 35px;
}
input[type="radio"] {
  margin: 10px 3px 0 1em;
}
textarea {
  font-size: 1.3rem;
}
select {
  font-size: 1.3rem;
  height: 35px;
}
.formBox dt {
  padding: 5px 0 5px 0;
  font-size: 1.3rem;
  clear: both;
}
.formBox dd {
  padding: 0 0 10px 5px;
}
.formBox dd li {
  padding: 5px 10px 5px 0;
}
.formBox textarea {
  height: 50px;
}
.formBox dd ul+textarea {
  margin-top: 5px;
}
.formBox dt.dt_inline {
  float: left;
  width: 30%;
  height: 35px;
  box-sizing: border-box;
}
.formBox dd.dd_inline {
  width: 70%;
  box-sizing: border-box;
  display: inline-block;
}
.ContactPro {
  padding-top: 7px;
  padding-bottom: 7px;
}
.formBox .action li {
  display: block;
  margin-bottom: 5px;
}
.headBox {
  padding: 5px 30px 5px 100px;
}
form#toiawase article header div.headBox h1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
form#toiawase div.formBox p.note {
  display: none;
}
form#toiawase div.formBox dl dd ul p.contgenre {
  display: none;
}
