.dlforms .contactBg {
  background: url(/kenzai_jigyobu/dl_form/img/formBg.jpg) no-repeat;
  background-size: cover;
}
.dlforms .tit02 {
  padding-top: 20px;
}
.dlforms .numba {
  list-style: decimal;
}
.dlforms .numba > li {
  margin: 10px 0;
}
.dlforms .numba > li p {
  padding: 0 !important;
}
.dlforms .numba .hosoku {
  color: #660000;
}
.dlforms .bbox {
  border: solid 2px #489b26;
  padding: 40px;
}
.dlforms .zenbun .p2 .hissu {
  float: none;
  display: inline-block;
  margin-right: 5px;
}
.dlforms .radio_wrap > li {
  margin: 5px;
}
.dlforms .radio_wrap > li > label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.dlforms .radio_wrap > li > label > input {
  margin-right: 10px;
}
.dlforms .dl_form_txt {
  background: #eee;
  font-weight: 500;
  padding: 40px;
}
.dlforms .dl_form_txt > ul > li {
  margin: 5px;
  list-style: disc;
}
.dlforms .dl_form_txt > ul > li a {
  text-decoration: underline;
}
.dlforms .dl_form_consent {
  margin: 20px auto;
  border: solid 2px #489b26;
  padding: 40px;
  text-align: center;
  font-weight: 500;
}
.dlforms .dl_form_submit {
  text-align: center;
}
.dlforms .dl_form_submit .bold01 {
  font-weight: 500;
  max-width: 491px;
  width: 90%;
  margin: 0 auto 30px;
  padding: 20px 10px;
  background: #148f41;
  border-radius: 6px;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.dlforms .marubo > label {
  display: block;
  margin: 10px 0;
}
.dlforms .xxbox {
  text-align: center;
}
.dlforms .xxbox .titti {
  font-size: 130%;
}
.dlforms .xxbox .dorogokaisi {
  margin-bottom: 40px;
}
.dlforms .xxbox .dorogokaisi > a {
  display: inline-block;
  background: #489b26;
  color: #fff;
  padding: 8px 30px;
  border-radius: 5px;
  font-weight: bold;
}
