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

  form

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

.table-form {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 50px;
  clear: both;
  text-align: center;
  background: none;
  border: none;
}
.table-form dt {
  width: 24%;
  padding: 2px 12px;
  display: flex;
  align-items: center;
  background: #F3F3F3;
}
.table-form dl.form_block1 {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #CCC;
  background: #fff;
}

/* .table-form dl.form_block1:last-of-type dt,
.table-form dl.form_block1:last-of-type dd{
  border-bottom: 1px dotted #CCCCCC;
} */

.wrapper_form {
  margin-top: 10px;
}

.table-form dd {
  padding: 12px;
  width: 66%;
  text-align: left;
}
.table-form p {
  padding: 8px 10px 0 0;
}
#form1 p {
  margin-bottom: 0;
}

.table-form .must {
  color: inherit;
}
.table-form p.must {
  position: relative;
}
.table-form input, .table-form textarea {
  background-color: #FFF;
  border: 1px dotted #CCC;
  color: #666;
  padding: 8px;
  font-size: 100%;
  width: 400px;
}
.table-form select {
  background-color: #FFF;
  border: 1px dotted #CCC;
  color: #666;
  height: 40px;
}
.table-form p.notice {
  color: #666;
}
.table-form textarea {
  height: 90px;
}
.table-form input[type=checkbox] {
  width: auto;
}

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

input[type="radio"] {
  width: 20px;
  height: 12px;
}


/* 送信ボタン */
.table-form p#submit {
  padding: 20px 0 2px;
  text-align: center;
  width: 180px;
  margin: 0 auto;
}
.table-form p#submit input {
  width: 100%;
  cursor: pointer;
}
input#submit01 {
  background: url(../contact/img/btn_form_confirm_on.jpg) no-repeat;
  text-indent: 105%;
  border: none;
  padding: 0;
  height: 43px;
  background-size: 100% auto;
  cursor: pointer;
}

.table-form input#btn_submit {
  margin-top: 30px;
  background: url(../contact/img/btn_form_send_off.jpg) no-repeat;
  text-indent: 105%;
  border: none;
  padding: 0;
  height: 43px;
  background-size: 100% auto;
  cursor: pointer;
  display: block;
  width: 180px;
}
.table-form input#btn_submit:hover {
  background-image: url(../contact/img/btn_form_send_on.jpg);
}

.table-form input#btn_back {
  margin: 15px auto 0;
  background: url(../contact/img/btn_form_back.jpg) no-repeat;
  text-indent: 105%;
  border: none;
  padding: 0;
  height: 43px;
  background-size: 100% auto;
  cursor: pointer;
  display: block;
  width: 180px;
}


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

.table-form .fixed .formErrorContent {
  font-weight: bold;
  position: relative;
  padding: 3px 5px;
  color: #fff;
  margin-top: .5em;
  border: 1px solid #fc0403;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fc0403;
  -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;
  color: #fff;
}

.must input {
  background-color: #fbeeee;
}

.txt_sub {
  margin-top: 20px;
}

#form_lead .txt_notice p {
  margin-bottom: 18px;
}


.intro_r4 {
  padding-left: 30px;
}
