ul,
ol {
  list-style-type: none;
}

img,
object,
embed,
video {
  max-width: 100%;
}

.ideo_info {
  padding: 60px 20px;
  background: #f6f6f6;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.ideo_info .wrapper {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 0;
}

.ideo_info .block {
  display: inline-block;
  width: calc(100% / 3);
  padding: 0 20px;
  font-size: 21px;
}

.ideo_info .block .title {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #b0b0b0;
}

.ideo_start {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

.ideo_start .box {
  width: 600px;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 10px;
  font-size: 1.6em;
  color: #000;
}

.ideo_start .box h2 {
  margin-bottom: 10px;
}

.ideo_start .box a {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  letter-spacing: 2px;
  color: #fff;
  background-color: #f65c5c;
  border-radius: 6px;
}

.ideo_list {
  color: #0C1F40;
  font-weight: 500;
  font-size: 1.26em;
  min-width: 320px;
  display: none;
}

.ideo_list .q_wrap {
  padding: 3em 25px;
}

.ideo_list .q_center {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.ideo_list .q_title {
  background: url(../images/i_flag_blue.png) no-repeat left top;
  background: -webkit-image-set(url(../images/i_flag_blue.png) 1x, url(../images/i_flag_blue@2x.png) 2x) no-repeat left top;
  background: image-set(url(../images/i_flag_blue.png) 1x, url(../images/i_flag_blue@2x.png) 2x) no-repeat left top;
  padding-left: 58px;
  margin-bottom: 3em;
}

.ideo_list .q_title .question {
  border-left: 1px solid #6F81A0;
  padding-left: 10px;
}

.ideo_list .q_title .question .qu_num {
  font-family: 'Questrial', sans-serif;
  display: block;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1;
}

.ideo_list .q_title .question .qu_topic {
  line-height: 1.6;
}

.ideo_list .toNext {
  margin-top: 2em;
  text-align: center;
}

.ideo_list .toNext span {
  display: inline-block;
  padding: 15px 2em;
  background: #f05c5d;
  color: #fff;
  font-weight: normal;
  border-radius: .45em;
  cursor: pointer;
}

.ideo_list ul.ans_block {
  text-align: center;
  max-width: 85%;
  margin: 0 auto;
}

.ideo_list ul.ans_block li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-bottom: 5px;
}

.ideo_list ul.ans_block li input[type="radio"],
.ideo_list ul.ans_block li input[type="checkbox"] {
  display: none;
}

.ideo_list ul.ans_block li input[type="radio"] + label,
.ideo_list ul.ans_block li input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 160ms ease-out;
  transition: all 160ms ease-out;
  color: #0C1F40;
  font-size: 1em;
}

.ideo_list ul.ans_block li #qu1_a + label:before {
  background: url(../images/q1-1.png) no-repeat center;
  background: -webkit-image-set(url(../images/q1-1.png) 1x, url(../images/q1-1@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q1-1.png) 1x, url(../images/q1-1@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu1_b + label:before {
  background: url(../images/q1-2.png) no-repeat center;
  background: -webkit-image-set(url(../images/q1-2.png) 1x, url(../images/q1-2@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q1-2.png) 1x, url(../images/q1-2@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu1_c + label:before {
  background: url(../images/q1-3.png) no-repeat center;
  background: -webkit-image-set(url(../images/q1-3.png) 1x, url(../images/q1-3@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q1-3.png) 1x, url(../images/q1-3@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu1_d + label:before {
  background: url(../images/q1-4.png) no-repeat center;
  background: -webkit-image-set(url(../images/q1-4.png) 1x, url(../images/q1-4@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q1-4.png) 1x, url(../images/q1-4@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu1_e + label:before {
  background: url(../images/q1-5.png) no-repeat center;
  background: -webkit-image-set(url(../images/q1-5.png) 1x, url(../images/q1-5@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q1-5.png) 1x, url(../images/q1-5@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu1_f + label:before {
  background: url(../images/q1-6.png) no-repeat center;
  background: -webkit-image-set(url(../images/q1-6.png) 1x, url(../images/q1-6@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q1-6.png) 1x, url(../images/q1-6@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu1_g + label:before {
  background: url(../images/q1-7.png) no-repeat center;
  background: -webkit-image-set(url(../images/q1-7.png) 1x, url(../images/q1-7@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q1-7.png) 1x, url(../images/q1-7@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu1_h + label:before {
  background: url(../images/q1-8.png) no-repeat center;
  background: -webkit-image-set(url(../images/q1-8.png) 1x, url(../images/q1-8@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q1-8.png) 1x, url(../images/q1-8@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu1_i + label:before {
  background: url(../images/q1-9.png) no-repeat center;
  background: -webkit-image-set(url(../images/q1-9.png) 1x, url(../images/q1-9@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q1-9.png) 1x, url(../images/q1-9@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu2_a + label:before {
  background: url(../images/q2-1.png) no-repeat center;
  background: -webkit-image-set(url(../images/q2-1.png) 1x, url(../images/q2-1@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q2-1.png) 1x, url(../images/q2-1@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu2_b + label:before {
  background: url(../images/q2-2.png) no-repeat center;
  background: -webkit-image-set(url(../images/q2-2.png) 1x, url(../images/q2-2@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q2-2.png) 1x, url(../images/q2-2@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu2_c + label:before {
  background: url(../images/q2-3.png) no-repeat center;
  background: -webkit-image-set(url(../images/q2-3.png) 1x, url(../images/q2-3@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q2-3.png) 1x, url(../images/q2-3@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu2_d + label:before {
  background: url(../images/q2-4.png) no-repeat center;
  background: -webkit-image-set(url(../images/q2-4.png) 1x, url(../images/q2-4@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q2-4.png) 1x, url(../images/q2-4@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu2_e + label:before {
  background: url(../images/q2-5.png) no-repeat center;
  background: -webkit-image-set(url(../images/q2-5.png) 1x, url(../images/q2-5@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q2-5.png) 1x, url(../images/q2-5@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu3_a + label:before {
  background: url(../images/q3-1.png) no-repeat center;
  background: -webkit-image-set(url(../images/q3-1.png) 1x, url(../images/q3-1@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q3-1.png) 1x, url(../images/q3-1@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu3_b + label:before {
  background: url(../images/q3-2.png) no-repeat center;
  background: -webkit-image-set(url(../images/q3-2.png) 1x, url(../images/q3-2@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q3-2.png) 1x, url(../images/q3-2@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu3_c + label:before {
  background: url(../images/q3-3.png) no-repeat center;
  background: -webkit-image-set(url(../images/q3-3.png) 1x, url(../images/q3-3@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q3-3.png) 1x, url(../images/q3-3@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu3_d + label:before {
  background: url(../images/q3-4.png) no-repeat center;
  background: -webkit-image-set(url(../images/q3-4.png) 1x, url(../images/q3-4@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q3-4.png) 1x, url(../images/q3-4@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu3_e + label:before {
  background: url(../images/q3-5.png) no-repeat center;
  background: -webkit-image-set(url(../images/q3-5.png) 1x, url(../images/q3-5@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q3-5.png) 1x, url(../images/q3-5@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu3_f + label:before {
  background: url(../images/q3-6.png) no-repeat center;
  background: -webkit-image-set(url(../images/q3-6.png) 1x, url(../images/q3-6@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q3-6.png) 1x, url(../images/q3-6@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu4_a + label:before {
  background: url(../images/q4-1.png) no-repeat center;
  background: -webkit-image-set(url(../images/q4-1.png) 1x, url(../images/q4-1@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q4-1.png) 1x, url(../images/q4-1@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu4_b + label:before {
  background: url(../images/q4-2.png) no-repeat center;
  background: -webkit-image-set(url(../images/q4-2.png) 1x, url(../images/q4-2@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q4-2.png) 1x, url(../images/q4-2@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu4_c + label:before {
  background: url(../images/q4-4.png) no-repeat center;
  background: -webkit-image-set(url(../images/q4-4.png) 1x, url(../images/q4-4@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q4-4.png) 1x, url(../images/q4-4@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu4_d + label:before {
  background: url(../images/q4-4.png) no-repeat center;
  background: -webkit-image-set(url(../images/q4-4.png) 1x, url(../images/q4-4@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q4-4.png) 1x, url(../images/q4-4@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu4_e + label:before {
  background: url(../images/q4-5.png) no-repeat center;
  background: -webkit-image-set(url(../images/q4-5.png) 1x, url(../images/q4-5@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q4-5.png) 1x, url(../images/q4-5@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu4_f + label:before {
  background: url(../images/q4-6.png) no-repeat center;
  background: -webkit-image-set(url(../images/q4-6.png) 1x, url(../images/q4-6@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q4-6.png) 1x, url(../images/q4-6@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li .styleC_radio_a + label:before {
  background: url(../images/qa_yes_1.png) no-repeat center;
  background: -webkit-image-set(url(../images/qa_yes_1.png) 1x, url(../images/qa_yes_1@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/qa_yes_1.png) 1x, url(../images/qa_yes_1@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li .styleC_radio_a + label:hover:before,
.ideo_list ul.ans_block li .styleC_radio_a:checked + label:before {
  background: url(../images/qa_yes_2.png) no-repeat center;
  background: -webkit-image-set(url(../images/qa_yes_2.png) 1x, url(../images/qa_yes_2@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/qa_yes_2.png) 1x, url(../images/qa_yes_2@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li .styleC_radio_b + label:before {
  background: url(../images/qa_no_1.png) no-repeat center;
  background: -webkit-image-set(url(../images/qa_no_1.png) 1x, url(../images/qa_no_1@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/qa_no_1.png) 1x, url(../images/qa_no_1@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li .styleC_radio_b + label:hover:before,
.ideo_list ul.ans_block li .styleC_radio_b:checked + label:before {
  background: url(../images/qa_no_2.png) no-repeat center;
  background: -webkit-image-set(url(../images/qa_no_2.png) 1x, url(../images/qa_no_2@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/qa_no_2.png) 1x, url(../images/qa_no_2@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu12_a + label:before {
  background: url(../images/q12-1.png) no-repeat center;
  background: -webkit-image-set(url(../images/q12-1.png) 1x, url(../images/q12-1@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q12-1.png) 1x, url(../images/q12-1@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu12_b + label:before {
  background: url(../images/q12-2.png) no-repeat center;
  background: -webkit-image-set(url(../images/q12-2.png) 1x, url(../images/q12-2@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q12-2.png) 1x, url(../images/q12-2@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu12_c + label:before {
  background: url(../images/q12-3.png) no-repeat center;
  background: -webkit-image-set(url(../images/q12-3.png) 1x, url(../images/q12-3@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q12-3.png) 1x, url(../images/q12-3@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu16_a + label:before {
  background: url(../images/f1_monkey.png) no-repeat center;
  background: -webkit-image-set(url(../images/f1_monkey.png) 1x, url(../images/f1_monkey@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/f1_monkey.png) 1x, url(../images/f1_monkey@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu16_b + label:before {
  background: url(../images/f2_rhinoceros.png) no-repeat center;
  background: -webkit-image-set(url(../images/f2_rhinoceros.png) 1x, url(../images/f2_rhinoceros@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/f2_rhinoceros.png) 1x, url(../images/f2_rhinoceros@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu16_c + label:before {
  background: url(../images/f3_eagle.png) no-repeat center;
  background: -webkit-image-set(url(../images/f3_eagle.png) 1x, url(../images/f3_eagle@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/f3_eagle.png) 1x, url(../images/f3_eagle@2x.png) 2x) no-repeat center;
}

.ideo_list ul.ans_block li #qu16_d + label:before {
  background: url(../images/f4_dolphin.png) no-repeat center;
  background: -webkit-image-set(url(../images/f4_dolphin.png) 1x, url(../images/f4_dolphin@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/f4_dolphin.png) 1x, url(../images/f4_dolphin@2x.png) 2x) no-repeat center;
}

.ideo_list .styleA ul.ans_block input[type="radio"] + label,
.ideo_list .styleA ul.ans_block input[type="checkbox"] + label {
  position: relative;
  padding: 130px 15px 20px;
  border: 1px solid #cecece;
  background: #fff;
  border-radius: .4em;
  min-width: 130px;
}

.ideo_list .styleA ul.ans_block input[type="radio"] + label:before,
.ideo_list .styleA ul.ans_block input[type="checkbox"] + label:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -65px;
  width: 130px;
  height: 130px;
}

.ideo_list .styleA ul.ans_block input[type="radio"] + label:hover,
.ideo_list .styleA ul.ans_block input[type="checkbox"] + label:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.ideo_list .styleA ul.ans_block input[type="radio"] + label:hover,
.ideo_list .styleA ul.ans_block input[type="checkbox"] + label:hover,
.ideo_list .styleA ul.ans_block input[type="radio"]:checked + label,
.ideo_list .styleA ul.ans_block input[type="checkbox"]:checked + label {
  border-color: #0066bf;
  color: #0066bf;
}

.ideo_list .styleA ul.ans_block input[type="radio"]:checked + label:after,
.ideo_list .styleA ul.ans_block input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 0;
  right: 8px;
  width: 25px;
  height: 25px;
  background: url(../images/i_flag_red.png) no-repeat center top;
  background: -webkit-image-set(url(../images/i_flag_red.png) 1x, url(../images/i_flag_red@2x.png) 2x) no-repeat center top;
  background: image-set(url(../images/i_flag_red.png) 1x, url(../images/i_flag_red@2x.png) 2x) no-repeat center top;
  background-size: contain;
}

.ideo_list .styleB ul.ans_block {
  max-width: 100%;
}

.ideo_list .styleB ul.ans_block li {
  display: block;
  text-align: left;
}

.ideo_list .styleB ul.ans_block input[type="checkbox"] + label {
  position: relative;
  padding: 15px 150px 15px 0;
  line-height: 1.6;
  border-bottom: 2px solid #C2C2C2;
  color: #3A517C;
}

.ideo_list .styleB ul.ans_block input[type="checkbox"] + label:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -32px;
  right: 0;
  width: 130px;
  height: 65px;
  background: url(../images/q5-1.png) no-repeat center;
  background: -webkit-image-set(url(../images/q5-1.png) 1x, url(../images/q5-1@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q5-1.png) 1x, url(../images/q5-1@2x.png) 2x) no-repeat center;
  background-size: contain;
}

.ideo_list .styleB ul.ans_block input[type="checkbox"]:checked + label:after {
  background: url(../images/q5-2.png) no-repeat center;
  background: -webkit-image-set(url(../images/q5-2.png) 1x, url(../images/q5-2@2x.png) 2x) no-repeat center;
  background: image-set(url(../images/q5-2.png) 1x, url(../images/q5-2@2x.png) 2x) no-repeat center;
}

.ideo_list .styleC {
  background: #ffbe4c;
  padding: 0;
  color: #9e9e9e;
  overflow: hidden;
  font-size: 1.4em;
}

.ideo_list .styleC .q_center {
  position: relative;
  padding: 2em 0;
  background: #000;
}

.ideo_list .styleC .q_title {
  position: relative;
  z-index: 2;
  background: none;
  padding-left: 0;
  margin-bottom: 3em;
  text-align: center;
}

.ideo_list .styleC .q_title .question {
  display: inline-block;
  background: #000;
  color: #ffbe4c;
  border-left: none;
  padding: 20px 25px;
}

.ideo_list .styleC ul.ans_block input[type="radio"] + label {
  position: relative;
  margin: 0 40px;
  font-size: 1.2em;
  color: #ffbe4c;
  letter-spacing: .05em;
  font-family: 'Questrial', sans-serif;
}

.ideo_list .styleC ul.ans_block input[type="radio"] + label:before {
  content: '';
  display: block;
  width: 200px;
  height: 200px;
}

.ideo_list .styleC ul.ans_block input[type="radio"] + label:hover,
.ideo_list .styleC ul.ans_block input[type="radio"]:checked + label {
  color: #ffbe4c;
}

.ideo_list .styleD .img {
  text-align: center;
  margin-bottom: 30px;
}

.ideo_list .styleD .ans_block li:not(:last-child) input[type="radio"] + label {
  margin-right: 1em;
}

.ideo_list .styleD .ans_block input[type="radio"] + label {
  font-size: 1.2em;
  background: #fff;
  border-radius: 50em;
  padding: 5px 25px 5px 45px;
  font-weight: normal;
  text-align: left;
  border: 1px solid #cecece;
}

.ideo_list .styleD .ans_block input[type="radio"] + label i {
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -25px;
  font-style: normal;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #0a1831;
  color: #fff;
  border-radius: 50em;
  margin-right: 15px;
}

.ideo_list .styleD .ans_block input[type="radio"] + label:hover,
.ideo_list .styleD .ans_block input[type="radio"]:checked + label {
  color: #cf000f;
}

.ideo_list .styleD .ans_block input[type="radio"] + label:hover i,
.ideo_list .styleD .ans_block input[type="radio"]:checked + label i {
  background: #cf000f;
}

#Q1,
#Q5,
#Q11,
#Q14 {
  background: url(../images/quBg01.png);
  background: -webkit-image-set(url(../images/quBg01.png) 1x, url(../images/quBg01@2x.png) 2x);
  background: image-set(url(../images/quBg01.png) 1x, url(../images/quBg01@2x.png) 2x);
}

#Q2 {
  background: #f4d76e;
}

#Q3,
#Q13 {
  background: url(../images/quBg02.png);
  background: -webkit-image-set(url(../images/quBg02.png) 1x, url(../images/quBg02@2x.png) 2x);
  background: image-set(url(../images/quBg02.png) 1x, url(../images/quBg02@2x.png) 2x);
}

#Q4 {
  background: #c4eff7;
}

#Q4 ul.ans_block {
  max-width: 70%;
}

#Q10 {
  background: #ddc5df;
}

#Q11 .q11_txt {
  text-align: center;
  font-size: 4em;
  color: #fe663d;
  font-weight: normal;
  margin-bottom: 30px;
  letter-spacing: .05em;
}

#Q12 {
  background: #fec9c2;
}

#Q12 ul.ans_block li input[type="radio"] + label {
  min-width: 200px;
  padding: 200px 0 0;
  overflow: hidden;
}

#Q12 ul.ans_block li input[type="radio"] + label i {
  display: block;
  font-style: normal;
  background: #0a1831;
  color: #fff;
  padding: 5px;
}

#Q12 ul.ans_block li input[type="radio"] + label:before {
  background-size: cover;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  background-size: cover !important;
}

#Q12 ul.ans_block li input[type="radio"] + label:hover,
#Q12 ul.ans_block li input[type="radio"]:checked + label {
  border-color: #cf000f;
}

#Q12 ul.ans_block li input[type="radio"] + label:hover i,
#Q12 ul.ans_block li input[type="radio"]:checked + label i {
  background: #cf000f;
}

#Q12 .q12_txt {
  text-align: center;
  font-size: 2em;
  color: #0a1831;
  font-weight: normal;
  margin-bottom: 30px;
  letter-spacing: .05em;
}

#Q13 .ans_block input[type="radio"] + label {
  font-size: 1em;
  padding: 15px 25px 15px 45px;
}

#Q14 .q14_txt {
  font-size: 1.4em;
  color: #4aa1b5;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.4;
}

#Q14 .ans_block input[type="radio"] + label {
  font-size: 1em;
  padding: 15px 25px 15px 45px;
}

#qresult {
  background: #94db8a;
}

#qresult .wrapper {
  text-align: center;
  overflow: hidden;
}

#qresult .box {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #b1eea7;
  border: 2px solid #61b954;
  border-radius: 1em;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
}

#qresult .box .title {
  font-weight: normal;
  margin: 10px 0 20px;
}

#qresult .box .content {
  height: 200px;
  line-height: 200px;
}

#qresult .box .content.grade {
  font-size: 8em;
  font-weight: normal;
}

#qresult .box .content.animal img {
  height: 150px;
}

#ans_pop {
  position: relative;
  background: #dfdfdf;
  padding: 30px;
  width: 500px;
  max-width: 90%;
  margin: 20px auto;
  display: block;
  font-size: 1.2em;
  border-radius: 15px;
}

#ans_pop .animal {
  text-align: center;
}

#ans_pop .animal .img {
  position: relative;
}

#ans_pop .animal .img:before {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  left: 50%;
  top: 50%;
  margin-left: -90px;
  margin-top: -90px;
  background: #fff;
  border-radius: 50%;
}

#ans_pop .animal .img img {
  position: relative;
  z-index: 2;
}

#ans_pop .animal .ans_pop_title {
  margin-bottom: 20px;
  color: #686868;
  letter-spacing: .05em;
}

#ans_pop .animal .name {
  margin: 20px 0 10px;
  font-size: 1.2em;
  color: #fff;
  background: #252525;
  display: inline-block;
  padding: 8px 30px;
  letter-spacing: .05em;
  border-radius: 50em;
}

#ans_pop .animal_sp,
#ans_pop .animal_sp2 {
  color: #fff;
  background: #2ca6c2;
  padding: 20px;
  border-radius: 10px;
  margin: 10px 0;
  line-height: 1.6;
}

#ans_pop .animal_sp2 {
  background: #f66b54;
  background: #fff;
  color: #7a7a7a;
}

#ans_pop .animal_sp2 .b1 {
  color: #f66b54;
}

#ans_pop .animal_sp2 .b2 {
  color: #2ca6c2;
}

#ans_pop .animal_sp2 .txt1 {
  margin-bottom: 20px;
}

#control {
  position: fixed;
  z-index: 20;
  width: 30px;
  height: 300px;
  right: 70px;
  top: 50%;
  margin-top: -150px;
}

#control #up {
  margin-bottom: 20px;
}

#control #down {
  margin-top: 20px;
}

#control .dir_button {
  text-align: center;
  cursor: pointer;
}

#control .dir_button:hover {
  color: yellow;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#control #progesss_bar {
  margin: 0 auto;
  background-color: #fff;
  height: 100px;
  width: 10px;
}

#control #progress {
  background-color: #de1818;
  height: 0%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#control #progesss_number {
  text-align: center;
  margin: 11px auto;
  font-weight: bold;
}

@media only screen and (max-width: 700px) {
  .ideo_info .block {
    display: block;
    width: 400px;
    max-width: 90%;
    margin: 0 auto 60px;
  }
  .ideo_list .styleC ul.ans_block input[type="radio"] + label {
    font-size: 1.2em;
    margin: 0 20px;
  }
  .ideo_list .styleC ul.ans_block input[type="radio"] + label:before {
    width: 80px;
    height: 80px;
    background-size: contain;
    margin-bottom: 20px;
  }
  #Q11 .q11_txt {
    font-size: 2em;
  }
  #Q12 .q12_txt {
    font-size: 1.2em;
  }
  #Q14 .q14_txt {
    font-size: 1.2em;
  }
  #qresult .box {
    width: 45%;
  }
  #qresult .box .content.grade {
    font-size: 4em;
  }
}

@media only screen and (max-width: 480px) {
  .ideo_list {
    font-size: 1em;
  }
  .ideo_list .q_title {
    background-size: 24px auto;
    padding-left: 40px;
  }
  .ideo_list ul.ans_block {
    max-width: 100%;
  }
  .ideo_list .styleA ul.ans_block input[type="radio"] + label,
  .ideo_list .styleA ul.ans_block input[type="checkbox"] + label {
    min-width: 80px;
    padding: 80px 15px 20px;
  }
  .ideo_list .styleA ul.ans_block input[type="radio"] + label:before,
  .ideo_list .styleA ul.ans_block input[type="checkbox"] + label:before {
    margin-left: -40px;
    width: 80px;
    height: 80px;
    background-size: 60% !important;
  }
  .ideo_list .styleC .q_title {
    margin-bottom: 1em;
  }
  .ideo_list .styleD ul.ans_block {
    text-align: left;
    padding-left: 15px;
  }
  .ideo_list .styleD ul.ans_block li {
    display: block;
    margin-bottom: 20px;
  }
  .ideo_list .styleD ul.ans_block li input[type="radio"] + label {
    padding: 10px 25px 10px 45px;
  }
  .ideo_list .styleD ul.ans_block li:not(:last-child) input[type="radio"] + label {
    margin-right: 0;
  }
  #Q1 ul.ans_block li {
    min-width: 32%;
  }
  #Q1 ul.ans_block li label {
    padding: 80px 10px 15px;
    font-size: .9em;
  }
  #Q2 ul.ans_block li,
  #Q3 ul.ans_block li {
    width: 45%;
  }
  #Q4 ul.ans_block {
    max-width: 100%;
  }
  #Q4 ul.ans_block li {
    width: 100%;
  }
  #Q4 ul.ans_block li label {
    padding: 12px 10px 8px;
    text-align: left;
  }
  #Q4 ul.ans_block li label:before {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    top: auto;
    left: auto;
    width: 40px;
    height: 40px;
    background-size: 100% !important;
  }
  #qresult .box {
    width: 100%;
  }
  #qresult .box .content {
    height: auto;
    line-height: inherit;
  }
  #ans_pop {
    padding: 20px;
  }
}

@media only screen and (max-width: 350px) {
  #Q1 ul.ans_block li {
    min-width: 48%;
  }
}
