@charset "utf-8";
.content_form {
  padding: 20px 0 60px;
}
.wrap_tit {
  padding: 30px;
}
.form_txt {
  margin: 20px 30px 0;
}
.enquete {
  margin-top: 20px;
}
.form {
  width: 780px;
  margin: 20px auto 0;
}
.form_box + .form_box {
  margin-top: 60px;
}
.q {
  font-size: 18px;
  height: 20px;
  line-height: 20px;
  background: url(../images/form/q.png) no-repeat left center;
  padding-left: 30px;
  margin: 30px 0 20px;
}
.sub_txt {
  font-size: 18px;
  margin: 0 10px;
}
.required {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  width: 50px;
  height: 20px;
  line-height: 20px;
  background: #0caf73;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}
.caution {
  color: #ff0000;
  font-size: 14px;
  font-weight: normal;
  /*display:none;*/
  vertical-align: top;
  margin-left: 10px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
  box-shadow: none;
  margin: 0;
}
input[type="radio"],
input[type="checkbox"] {
  display: none;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  float: left;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  padding-left: 40px;
  margin-top: 10px;
}
input[type="radio"] + label {
  background: url(../images/form/radio.png) no-repeat 10px top #f0f0f0;
}
input[type="checkbox"] + label {
  background: url(../images/form/check.png) no-repeat 10px top #f0f0f0;
}
input[type="radio"]:checked + label,
input[type="checkbox"]:checked + label {
  font-weight: bold;
}
input[type="radio"]:checked + label {
  background: url(../images/form/radio.png) no-repeat 10px bottom #fff8df;
}
input[type="checkbox"]:checked + label {
  background: url(../images/form/check.png) no-repeat 10px bottom #fff8df;
}
.box_col2 {
  width: 790px;
}
.box_col3 {
  width: 795px;
}
.box_col4 {
  width: 792px;
}
.box_col5 {
  width: 790px;
}
.col2 {
  width: 345px;
  margin-right: 10px;
}
.col3 {
  width: 210px;
  margin-right: 15px;
}
.col4 {
  width: 146px;
  margin-right: 12px;
}
.col5 {
  width: 108px;
  margin-right: 10px;
}
.box_li_col3 {
  width: 810px;
}
li.col3 {
  float: left;
  width: 240px;
  margin-right: 30px;
}
.adjustment {
  letter-spacing: -1.5px;
}
input[type="text"],
input[type="email"],
input[type="number"] {
  font-size: 16px;
  height: 52px;
  border: 4px solid #f0f0f0;
  padding: 0 10px;
}
textarea {
  width: 752px;
  height: 92px;
  border: 4px solid #f0f0f0;
  padding: 10px;
  resize: vertical;
}
.input_w_short {
  width: 142px;
}
.input_w_middle {
  width: 530px;
}
.input_w_long {
  width: 752px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.m20 {
  margin: 20px 0;
}
.m30 {
  margin: 30px 0;
}
.tit_esthe {
  font-size: 18px;
}
.tit_esthe > h3 {
  font-size: inherit;
}
.input_form {
  margin: 30px 0;
}
input[class^="btn_"],
a[class^="btn_"] {
  cursor: pointer;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  width: 450px;
  height: 80px;
  line-height: 80px;
  border-radius: 10px;
  display: block;
  margin: 40px auto 0;
}
.btn_enter {
  background: url(../images/common/arrow/arrow_16_16.png) no-repeat 413px center #6d372f;
}
.btn_prev {
  background: url(../images/common/arrow/arrow_prev_16_16.png) no-repeat 20px center #6d372f;
}
.thanks {
  text-align: center;
  width: 780px;
  height: 100px;
  line-height: 24px;
  background: url(../images/form/thanks.png) no-repeat;
  padding-top: 200px;
  margin: 20px auto 0;
}
input[type="email"] {
  -moz-appearance: textfield;
}
/* 女の子アンケート */
.target {
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 20px;
  margin: 20px 30px 30px;
}
.target_r {
  float: left;
  padding: 30px;
}
.tit_target {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.thanks_txt {
  text-align: center;
  line-height: 24px;
  margin-top: 40px;
}
.opt {
  font-size: 18px;
  margin: 30px 0 20px;
}
