@charset "UTF-8";
/**************************************

  form

***************************************/
/* add2008 */
.unit-form .must {
  color: #CA2128;
}

.table-form {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
  clear: both;
}
.table-form dt {
  width: 34%;
  background-color: #E7E7E7;
  border-top: 1px dotted #CCCCCC;
  padding: 6px;
  color: #777;
  display: flex;
  align-items: center;
}
.table-form dl.form_block1 {
  display: flex;
  width: 100%;
}

.table-form dl.form_block1:last-of-type {
  border-bottom: 1px dotted #CCCCCC;
 }
.table-form dd {
  border-top: 1px dotted #CCCCCC;
  padding: 8px;
  width: 66%;
}
.table-form p {
  padding: 8px 3px;
}
.table-form .must {
  color: inherit;
}
.table-form p.must {
  position: relative;
}
.table-form p span {
  color: #CA2128;
}
.table-form input, .table-form textarea {
  background-color: #FFF;
  border: 1px solid #CCC;
  color: #666;
  padding: 8px;
  font-size: 100%;
  width: 400px;
}
.table-form select {
  background-color: #FFF;
  border: 1px solid #CCC;
  color: #666;
}
.table-form p.notice {
  color: #666;
}
.table-form textarea {
  height: 90px;
}
.table-form input[type=checkbox] {
  width: auto;
}

.table-form .policy {
  text-align: center;
}



/* 送信ボタン */
.table-form p#submit {
  padding: 20px 0 2px;
  text-align: center;
}

.table-form input#submit01,
.table-form input#btn_submit,
.table-form input#btn_back {
  background-color: inherit;
  border: none;
  color: transparent;
  padding: 20px 0 0;
  width: 120px;
}
.table-form input#btn_submit {
  margin-top: 20px;
  margin-left: 200px;
}
.table-form input#btn_back {
  margin-left: 80px;
}

.table-form input#submit01 {
  background: url("../img/contact/btn_confirm.gif") center no-repeat;
}
.table-form input#btn_submit {
  background: url("../img/contact/btn_submit.gif") center no-repeat;
}
.table-form input#btn_back {
  background: url("../img/contact/btn_back.gif") center no-repeat;
}
.table-form p.policy {
  text-align: center;
}



/* validation */
.table-form .fixed .formErrorClose {
  display: none;
}

.table-form .fixed .formErrorContent {
  width: 405px;
  font-weight: bold;
  position: relative;
  padding: 3px 5px;
  color: #fff;
  margin-top: .5em;
  border: 1px solid #c22027;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #c22027;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.table-form .errMsg {
  line-height: 1.4;
  display: block;
  margin-left: 1em;
  padding-bottom: 1px;
  text-indent: -.9em;
}
