/* ---------------------------------------------------------
  sp_mcs_sheet.css
----------------------------------------------------------*/

li {
  list-style-type: none;
}
img {
  width:100% !important;
}
input, label {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
input[type="text"], input[type="email"], input[type="company"], input[type="date"], select {
  width: 100%;
}
input[type="radio"] {
  vertical-align: -0.19em;
}
dt {
  margin:20px 20px 20px 0;
}
.input_error {
  color: #ea5543;
  font-size:0.88rem;
}

.message {
  width: 100%;
}
.must {
  vertical-align: middle;
}
.actual {
  width:27px !important;
  height:15px !important;
}
.btn_agree, .btn_conf, .btn_back, .btn_send {
  margin: 0 0 20px 0;
}

.btn_agree {
  margin: 0 0 10px 0;
  font-size: 0.8rem;
}

.btn_privacy {
  margin: 0 0 10px 0;
}
.area_btn {
  text-align: center;
}
.area_btn li {
  margin-left:-39px;
  margin-right:11px;
}
.btn_back {
  margin-top:2px;
  text-align: center;
  margin-right: 12px;
}
.btn_back_con {
  margin-top: 2px;
  text-align: center;
  margin-left: 6px;
  width: 92% !important;
}
.btn_submit {
  border-style: none;
  background-color: #fff;
  text-align: center;
  margin: 10px 0 30px 0;
}
.btn_submit_con {
  border-style: none;
  background-color: #fff;
  text-align: center;
  margin: 21px 0 5px 0;
}
.thanks {
  font-size:0.8rem;
}
.mainimg {
  text-align: center;
  margin:20px 0 10px 0;
}
.under_small {
  font-size: 0.9rem;
}
.box_form dl {
  border-bottom:1px dotted #cecece;
  padding-bottom:20px;
}
.m30 {
  margin:30px;
}
.box_form dd {
  margin-left:20px;
  font-size:0.8rem;
}
.ftsmall {
  font-size:0.8rem;
}
.mt30 {
  margin-top:30px;
}
