@charset "utf-8";
.content_form {
  padding-bottom: 60px;
}
.wrap_tit {
  padding: 30px;
}
.form_txt {
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 20px;
  margin: 0 30px 30px;
}
.form {
  width: 780px;
  margin: 0 auto;
}
.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: 22px;
  margin-left: 10px;
}
.required {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  width: 50px;
  height: 20px;
  line-height: 20px;
  background: #fe77a7;
  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 {
  position: relative;
  float: left;
  height: 40px;
  margin-top: 10px;
  padding-left: 40px;
  background: #f0f0f0;
  line-height: 40px;
  cursor: pointer;
}
input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
  position: absolute;
  top: 50%;
  left: 10px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-repeat: no-repeat;
  content: "";
}
input[type="radio"] + label:before {
  background-image: url(../images/form/radio.png);
}
input[type="checkbox"] + label:before {
  background-image: url(../images/form/checkbox.png);
}
input[type="radio"]:checked + label,
input[type="checkbox"]:checked + label {
  background: #fe9cc7;
  color: #fff;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
input[type="radio"]:checked + label:before,
input[type="checkbox"]:checked + label:before {
  background-position: 0 bottom;
}
.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_service {
  color: #fb3690;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
}
.caution_service {
  position: absolute;
  top: 24px;
  left: 0;
  margin: 0;
}
.tit_form {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #fb3690;
  padding-bottom: 10px;
}
.tit_form h3 {
  font-size: 18px;
  display: inline-block;
}
.input_form {
  margin: 30px 0;
}
input[class^="btn_"],
a[class^="btn_"] {
  cursor: pointer;
  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 {
  color: #fff;
  background: url(../images/common/arrow/arrow_17_31.png) no-repeat 413px center #fe77a7;
}
.btn_prev {
  background: url(../images/common/arrow/arrow_16_30.png) no-repeat 20px center #f0f0f0;
}
.thanks {
  text-align: center;
  width: 780px;
  height: 100px;
  line-height: 24px;
  background: url(../images/form/thanks.png) no-repeat;
  padding-top: 200px;
  margin: 0 auto;
}
input[class^="btn_"]:hover,
a[class^="btn_"]:hover {
  opacity: 0.9;
}
input[type="email"] {
  -moz-appearance: textfield;
}
/* 女の子アンケート */
.target {
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 30px;
  margin: 0 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;
}

.multiple {
  font-size: 12px;
}
