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;
  vertical-align: top;
  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: 30px 20px;
  background: #003378;
  color: #fff;
  text-align: center;
  font-size: 1.6em;
}

.ideo_start h2 {
  display: inline-block;
  margin: 5px 0;
}

.ideo_start b {
  position: relative;
  color: #ffc231;
  margin-right: 10px;
  font-weight: normal;
}

.ideo_start b:before, .ideo_start b:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  background: #ffc231;
  margin: 0 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ideo_start a {
  display: inline-block;
  background: #f62643;
  color: #fff;
  font-size: .8em;
  border-radius: 50em;
  padding: 10px 30px;
  margin-left: 10px;
}

.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: 500px;
  max-width: 100%;
  margin: 0 auto;
}

.ideo_list .q_title {
  background: url(../images/i_flag_blue.png) no-repeat left top;
  background-image: -webkit-image-set(url(../images/i_flag_blue.png) 1x, url(../images/i_flag_blue@2x.png) 2x);
  background-image: image-set(url(../images/i_flag_blue.png) 1x, url(../images/i_flag_blue@2x.png) 2x);
  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 ul.ans_block {
  max-width: 85%;
  margin: 0 auto;
}

.ideo_list ul.ans_block li {
  display: block;
  position: relative;
  margin-bottom: 10px;
}

.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;
  padding-left: 1.5em;
  line-height: 1.4;
}

.ideo_list ul.ans_block li input[type="radio"] + label:hover,
.ideo_list ul.ans_block li input[type="checkbox"] + label:hover {
  color: #1c7ac5;
}

.ideo_list ul.ans_block li input[type="radio"] + label:before,
.ideo_list ul.ans_block li input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 1.1em;
  height: 1.1em;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 50%;
}

.ideo_list ul.ans_block li input[type="radio"]:checked + label:before,
.ideo_list ul.ans_block li input[type="checkbox"]:checked + label:before {
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
  background: #1c7ac5;
}

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

#Q2 {
  background: #82e3c4;
}

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

#Q4 {
  background: #f7b6ac;
}

#Q6 {
  background: #ffed74;
}

#Q8 {
  background: #a5e3f9;
}

#Q10 {
  background: #ddc5df;
}

#ans_pop {
  position: relative;
  background: #b84c6a;
  padding: 35px;
  width: 700px;
  max-width: 90%;
  margin: 20px auto;
  display: block;
}

#ans_pop .ans_pop_title {
  font-size: 1.4em;
  color: #fff;
  padding: 0 30px;
}

#ans_pop .result_box {
  background: #fff;
  color: #2b2e38;
  border-radius: 10px;
  position: relative;
  display: block;
  margin: 2em auto;
  padding: 20px 20px 4em;
}

#ans_pop .result_box .tag {
  position: absolute;
  top: -10px;
  left: 30px;
  width: 39px;
  height: 66px;
  background: transparent url(../images/tag.png) no-repeat center;
  background: -webkit-image-set(url(../images/tag.png) 1x, url(../images/tag@2x.png) 2x);
  background: image-set(url(../images/tag.png) 1x, url(../images/tag@2x.png) 2x);
  background-size: contain;
}

#ans_pop .result_box .result_title {
  text-align: center;
}

#ans_pop .result_box .result_title span {
  display: inline-block;
  margin-right: 5px;
  width: 47px;
  height: 56px;
  background-size: cover;
}

#ans_pop .result_box .result_title span.sitemD {
  background: transparent url(../images/sitemD.png) no-repeat center;
  background-image: -webkit-image-set(url(../images/sitemD.png) 1x, url(../images/sitemD@2x.png) 2x);
  background-image: image-set(url(../images/sitemD.png) 1x, url(../images/sitemD@2x.png) 2x);
  background-size: contain;
}

#ans_pop .result_box .result_title span.sitemI {
  background: transparent url(../images/sitemI.png) no-repeat center;
  background-image: -webkit-image-set(url(../images/sitemI.png) 1x, url(../images/sitemI@2x.png) 2x);
  background-image: image-set(url(../images/sitemI.png) 1x, url(../images/sitemI@2x.png) 2x);
  background-size: contain;
}

#ans_pop .result_box .result_title span.sitemS {
  background: transparent url(../images/sitemS.png) no-repeat center;
  background-image: -webkit-image-set(url(../images/sitemS.png) 1x, url(../images/sitemS@2x.png) 2x);
  background-image: image-set(url(../images/sitemS.png) 1x, url(../images/sitemS@2x.png) 2x);
  background-size: contain;
}

#ans_pop .result_box .result_title span.sitemC {
  background: transparent url(../images/sitemC.png) no-repeat center;
  background-image: -webkit-image-set(url(../images/sitemC.png) 1x, url(../images/sitemC@2x.png) 2x);
  background-image: image-set(url(../images/sitemC.png) 1x, url(../images/sitemC@2x.png) 2x);
  background-size: contain;
}

#ans_pop .result_box .result_img {
  text-align: center;
  margin: 20px 0;
}

#ans_pop .result_box .result_list {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}

#ans_pop .result_box .result_list li:not(:last-child) {
  margin-bottom: 18px;
}

#ans_pop .result_box .result_list .rt__t {
  color: #ff4317;
  margin-bottom: 5px;
}

#ans_pop .result_box .result_list .p__t {
  text-align: justify;
}

@media only screen and (max-width: 700px) {
  .ideo_start {
    font-size: 1.2em;
  }
  .ideo_start h2 {
    display: block;
    margin: 0 0 10px;
  }
  .ideo_start h2 b {
    display: block;
    margin: 0;
  }
  .ideo_info .block {
    display: block;
    width: 400px;
    max-width: 90%;
    margin: 0 auto 60px;
  }
  #ans_pop .result_box .result_title span {
    display: block;
    margin: 0 auto 20px;
  }
}

@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%;
  }
  #ans_pop {
    padding: 20px;
  }
}
