/* line 3, ../about/sass/quiz.scss */
.quiz_head {
  width: 851px;
  height: 212px;
  background: url(../images/quiz/bg_quiz_head.png);
  margin: 0 0 0 5px;
}
/* line 8, ../about/sass/quiz.scss */
.quiz_head h2 {
  margin: 0 20px;
  padding: 20px 0;
  background: none;
}
/* line 13, ../about/sass/quiz.scss */
.quiz_head p {
  text-align: center;
}

/* line 18, ../about/sass/quiz.scss */
.quiz-menu {
  overflow: hidden;
  margin-left: 20px;
  padding-bottom: 10px;
}
/* line 22, ../about/sass/quiz.scss */
.quiz-menu li {
  float: left;
  margin-right: 4px;
}
/* line 26, ../about/sass/quiz.scss */
.quiz-menu.menu_pc {
  overflow: hidden;
  margin-left: 5px;
  padding-top: 20px;
  padding-bottom: 0px;
}
/* line 31, ../about/sass/quiz.scss */
.quiz-menu.menu_pc li {
  float: left;
  margin-right: 7px;
}
.quiz-menu.menu_pc li a{
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0 0;
}
.quiz-menu.menu_pc li a:hover{
  background-size: 100% auto;
}
.quiz-menu.menu_pc li a:hover img{
  opacity: 0;
}
.quiz-menu.menu_pc li:nth-child(1) a{
  background-image: url(../images/quiz/btn-top_milk_on.png);
}
.quiz-menu.menu_pc li:nth-child(2) a{
  background-image: url(../images/quiz/btn-top_yoghurt_on.png);
}
.quiz-menu.menu_pc li:nth-child(3) a{
  background-image: url(../images/quiz/btn-top_cheese_on.png);
}
.quiz-menu.menu_pc li:nth-child(4) a{
  background-image: url(../images/quiz/btn-top_chocolate_on.png);
}
.quiz-menu.menu_pc li:nth-child(5) a{
  background-image: url(../images/quiz/btn-top_snack_on.png);
}
/* line 36, ../about/sass/quiz.scss */
.quiz-menu.menu_pc {
  display: block;
}
/* line 39, ../about/sass/quiz.scss */
.quiz-menu.menu_sp {
  display: none;
}

/* line 44, ../about/sass/quiz.scss */
.quiz_stage {
  margin: 20px;
  background: url(../images/common/quiz/bg-quiz.png);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  behavior: url(../../../js/PIE.htc);
  position: relative;
}

/* line 53, ../about/sass/quiz.scss */
.quiz-showcase {
  position: relative;
  padding-top: 20px;
}
.quiz-showcase::after{
  display: block;
  clear: both;
  content: "";
}
/* line 56, ../about/sass/quiz.scss */
.quiz-showcase .fin {
  display: none;
  position: absolute;
  bottom: 30px;
  left: 0px;
  z-index: 1200;
}
/* line 62, ../about/sass/quiz.scss */
.quiz-showcase .fin a {
  cursor: default;
}
/* line 66, ../about/sass/quiz.scss */
.quiz-showcase .btn_next {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 95px;
  left: 0px;
  z-index: 1200;
  text-align: center;
}
/* line 74, ../about/sass/quiz.scss */
.quiz-showcase .btn_next a {
  display: inline-block;
}
/* line 78, ../about/sass/quiz.scss */
.quiz-showcase .btn_first {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 0px;
  z-index: 1200;
  text-align: center;
}
/* line 86, ../about/sass/quiz.scss */
.quiz-showcase .btn_first a {
  display: inline-block;
}
/* line 89, ../about/sass/quiz.scss */
.quiz-showcase .btn_first.ans {
  bottom: 40px;
}
/* line 92, ../about/sass/quiz.scss */
.quiz-showcase .btn_first.qes {
  bottom: 30px;
}

/* line 97, ../about/sass/quiz.scss */
.papers {
  position: relative;
  width: 100%;
  height: 415px;
}
/* line 101, ../about/sass/quiz.scss */
.papers .article {
  display: none;
  float: left;
  width: 100%;
  height: 400px;
}
/* line 106, ../about/sass/quiz.scss */
.papers .article.qes {
  height: 480px;
}
/* line 109, ../about/sass/quiz.scss */
.papers .article.ans {
  height: 480px;
}
/* line 113, ../about/sass/quiz.scss */
.papers .quiz-container {
  height: 400px;
  margin: 0 20px;
  padding-top: 0;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 3px;
  behavior: url(../../../js/PIE.htc);
  position: relative;
}
/* line 123, ../about/sass/quiz.scss */
.papers .quiz-container .question-title {
  padding: 30px;
  margin-bottom: 0;
  text-align: center;
  background: url(../images/common/quiz/bg_title.png) center center no-repeat;
}
/* line 129, ../about/sass/quiz.scss */
.papers .quiz-container.qes {
  height: 465px;
}
/* line 132, ../about/sass/quiz.scss */
.papers .quiz-container.ans {
  height: 465px;
}
/* line 136, ../about/sass/quiz.scss */
.papers .quiz-container.false .bar_t,
.papers .quiz-container.false .bar_r,
.papers .quiz-container.false .bar_b,
.papers .quiz-container.false .bar_l {
  background: #4a5dac;
}
/* line 144, ../about/sass/quiz.scss */
.papers .quiz-container.true .bar_t,
.papers .quiz-container.true .bar_r,
.papers .quiz-container.true .bar_b,
.papers .quiz-container.true .bar_l {
  background: #f2834d;
}
/* line 151, ../about/sass/quiz.scss */
.papers .quiz-container .bar_t {
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
}
/* line 157, ../about/sass/quiz.scss */
.papers .quiz-container .bar_r {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
}
/* line 163, ../about/sass/quiz.scss */
.papers .quiz-container .bar_b {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 6px;
}
/* line 169, ../about/sass/quiz.scss */
.papers .quiz-container .bar_l {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6px;
}
/* line 176, ../about/sass/quiz.scss */
.papers .question-container {
  position: relative;
}
/* line 180, ../about/sass/quiz.scss */
.papers .question-text {
  display: table;
  float: left;
  width: 560px;
  height: 170px;
  font-size: 20px;
  font-weight: bold;
}
/* line 187, ../about/sass/quiz.scss */
.papers .question-text p {
  display: table-cell;
  vertical-align: middle;
  height: 170px;
  padding-left: 20px;
  line-height: 1.4;
}
/* line 195, ../about/sass/quiz.scss */
.papers .question-figure {
  float: right;
  width: 170px;
}
/* line 199, ../about/sass/quiz.scss */
.papers .selector {
  clear: both;
}
/* line 201, ../about/sass/quiz.scss */
.papers .selector ul {
  margin-left: 15px;
}
/* line 203, ../about/sass/quiz.scss */
.papers .selector ul li {
  float: left;
  display: table;
  width: 395px;
}
/* line 207, ../about/sass/quiz.scss */
.papers .selector ul li a {
  display: table-cell;
  vertical-align: middle;
  height: 138px;
  padding: 0 40px 0 20px;
  color: #8cbb30;
  font-size: 18px;
  background: url(../images/common/quiz/bg-selector.png) left top no-repeat;
}
/* line 215, ../about/sass/quiz.scss */
.papers .selector ul li a:hover {
  color: #fff;
  background: url(../images/common/quiz/bg-selector_on.png) left top no-repeat;
}
/* line 224, ../about/sass/quiz.scss */
.papers .answer-container {
  display: none;
}
/* line 227, ../about/sass/quiz.scss */
.papers .answer-text {
  float: left;
  width: 560px;
  height: 215px;
}
/* line 231, ../about/sass/quiz.scss */
.papers .answer-text dl {
  vertical-align: middle;
  height: 215px;
  margin-left: 20px;
  line-height: 1.4;
  background: #8dbc32;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  behavior: url(../../../js/PIE.htc);
  position: relative;
}
/* line 242, ../about/sass/quiz.scss */
.papers .answer-text dl dt {
  position: relative;
  padding: 10px;
  font-size: 16px;
  color: #fff;
}
/* line 247, ../about/sass/quiz.scss */
.papers .answer-text dl dt img {
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -10px;
  vertical-align: middle;
}
/* line 254, ../about/sass/quiz.scss */
.papers .answer-text dl dt span {
  display: inline-block;
  padding-top: 5px;
  padding-left: 65px;
}
/* line 260, ../about/sass/quiz.scss */
.papers .answer-text dl dd {
  height: 157px;
  margin: 0 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  behavior: url(../../../js/PIE.htc);
  position: relative;
  background: #fff;
}
/* line 269, ../about/sass/quiz.scss */
.papers .answer-text dl dd p {
  font-size: 16px;
  padding: 10px;
  letter-spacing: 0;
}
/* line 273, ../about/sass/quiz.scss */
.papers .answer-text dl dd .detail_link {
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 277, ../about/sass/quiz.scss */
.papers .answer-text dl dd .detail_link a {
  line-height: 25px;
  color: #ff7400;
  padding-right: 20px;
  text-decoration: underline;
  background: url(../images/common/about/icon-flow_arrow_off.png) no-repeat right center;
}
/* line 283, ../about/sass/quiz.scss */
.papers .answer-text dl dd .detail_link a:hover {
  text-decoration: none;
}
/* line 286, ../about/sass/quiz.scss */
.papers .answer-text dl dd .detail_link a:before {
  content: "";
  display: inline-block;
  width: 111px;
  height: 30px;
  margin-right: 8px;
  vertical-align: bottom;
  background: url(../images/common/quiz/icon_detail.png) no-repeat center center;
}
/* line 301, ../about/sass/quiz.scss */
.papers .answer-figure {
  position: relative;
  float: right;
  width: 250px;
  height: 215px;
}
/* line 306, ../about/sass/quiz.scss */
.papers .answer-figure .question-figure-char {
  width: 140px;
  height: 160px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -30px;
  z-index: 1100;
}
/* line 318, ../about/sass/quiz.scss */
.papers .answer-figure.true:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 134px;
  height: 134px;
  background: url(../images/common/quiz/figure-baloon_true.png) center center no-repeat;
  visibility: visible;
  z-index: 1000;
}
/* line 330, ../about/sass/quiz.scss */
.papers .answer-figure.true .fig_false {
  display: none;
}
/* line 336, ../about/sass/quiz.scss */
.papers .answer-figure.false:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 134px;
  height: 134px;
  background: url(../images/common/quiz/figure-baloon_false.png) center center no-repeat;
  visibility: visible;
  z-index: 1000;
}
/* line 348, ../about/sass/quiz.scss */
.papers .answer-figure.false .fig_true {
  display: none;
}

@media only screen and (max-width: 769px) {
  /* line 6, ../about/sass/_sp_quiz.scss */
  .fc-content.quiz_index {
    padding: 10px 10px 10px;
    margin-top: 0;
    background: url(../images/common/quiz/bg-quiz.png);
  }

  /* line 12, ../about/sass/_sp_quiz.scss */
  .quiz-menu {
    background: #fff;
    margin-left: 0;
    padding: 10px;
  }
  /* line 16, ../about/sass/_sp_quiz.scss */
  .quiz-menu li {
    width: 50%;
    margin: 0;
    text-align: center;
  }
  /* line 21, ../about/sass/_sp_quiz.scss */
  .quiz-menu.menu_pc {
    display: none;
  }
  /* line 24, ../about/sass/_sp_quiz.scss */
  .quiz-menu.menu_sp {
    display: block;
  }

  /* line 28, ../about/sass/_sp_quiz.scss */
  .quiz_head {
    width: 100%;
    height: auto;
    background-image: none;
    background-color: #fff;
    margin: 0 0 10px 0px;
    padding: 10px;
    border: 2px solid #80b419;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    behavior: url(../../../js/PIE.htc);
    position: relative;
  }
  /* line 41, ../about/sass/_sp_quiz.scss */
  .quiz_head h2 {
    margin: 0;
    padding: 0;
    background: #80b419;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    behavior: url(../../../js/PIE.htc);
    position: relative;
  }
  /* line 52, ../about/sass/_sp_quiz.scss */
  .quiz_head p {
    text-align: center;
    padding: 10px 0 0;
  }
  /* line 55, ../about/sass/_sp_quiz.scss */
  .quiz_head p:after {
    content: attr(data-label);
    visibility: visible;
    display: block;
    color: #7a7a7a;
    padding: 0 0;
    font-size: 11px;
    font-weight: bold;
  }
  /* line 64, ../about/sass/_sp_quiz.scss */
  .quiz_head p img {
    display: none;
  }

  .fc-content h2 .imgChange {
    width: 100%;
  }

  /* line 70, ../about/sass/_sp_quiz.scss */
  .quiz_stage {
    margin: 10px 0 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    behavior: url(../../../js/PIE.htc);
    position: relative;
  }

  /* line 78, ../about/sass/_sp_quiz.scss */
  .quiz-showcase {
    padding: 10px 0;
  }
  /* line 80, ../about/sass/_sp_quiz.scss */
  .quiz-showcase .btn_next {
    width: 100%;
    bottom: 70px;
  }
  /* line 83, ../about/sass/_sp_quiz.scss */
  .quiz-showcase .btn_next a {
    width: 270px;
    margin: 0 15px;
  }
  /* line 88, ../about/sass/_sp_quiz.scss */
  .quiz-showcase .btn_first {
    width: 100%;
    bottom: 20px;
  }
  /* line 91, ../about/sass/_sp_quiz.scss */
  .quiz-showcase .btn_first a {
    width: 270px;
    margin: 0 15px;
  }
  /* line 95, ../about/sass/_sp_quiz.scss */
  .quiz-showcase .btn_first.ans {
    bottom: 30px;
  }
  /* line 98, ../about/sass/_sp_quiz.scss */
  .quiz-showcase .btn_first.qes {
    bottom: 40px;
  }
  /* line 102, ../about/sass/_sp_quiz.scss */
  .quiz-showcase .fin {
    bottom: 20px;
    width: 100%;
    background-color: #db0000;
    text-align: center;
  }
  /* line 107, ../about/sass/_sp_quiz.scss */
  .quiz-showcase .fin a {
    display: block;
    padding: 10px 20px;
  }
  /* line 110, ../about/sass/_sp_quiz.scss */
  .quiz-showcase .fin a:after {
    content: attr(data-label);
    visibility: visible;
    display: block;
    color: #fff;
    padding: 0 0;
    font-size: 11px;
    font-weight: bold;
  }
  /* line 119, ../about/sass/_sp_quiz.scss */
  .quiz-showcase .fin a img {
    display: none;
  }

  /* line 125, ../about/sass/_sp_quiz.scss */
  .papers {
    height: auto;
  }
  /* line 127, ../about/sass/_sp_quiz.scss */
  .papers .article {
    float: none;
    height: auto;
  }
  /* line 130, ../about/sass/_sp_quiz.scss */
  .papers .article.qes {
    height: auto;
  }
  /* line 133, ../about/sass/_sp_quiz.scss */
  .papers .article.ans {
    height: auto;
  }
  /* line 137, ../about/sass/_sp_quiz.scss */
  .papers .quiz-container {
    height: auto;
    margin: 0 10px;
  }
  /* line 140, ../about/sass/_sp_quiz.scss */
  .papers .quiz-container .question-title {
    padding: 20px;
  }
  /* line 143, ../about/sass/_sp_quiz.scss */
  .papers .quiz-container.qes {
    height: auto;
    padding-bottom: 70px;
  }
  /* line 147, ../about/sass/_sp_quiz.scss */
  .papers .quiz-container.ans {
    height: auto;
    padding-bottom: 120px;
  }
  /* line 152, ../about/sass/_sp_quiz.scss */
  .papers .question-figure {
    position: absolute;
    width: 84px;
    right: 20px;
    top: 0;
  }
  /* line 158, ../about/sass/_sp_quiz.scss */
  .papers .question-text {
    display: block;
    width: auto;
    height: auto;
    min-height: 100px;
    margin-right: 120px;
    font-size: 13px;
  }
  /* line 165, ../about/sass/_sp_quiz.scss */
  .papers .question-text p {
    height: auto;
    padding-left: 10px;
  }
  /* line 170, ../about/sass/_sp_quiz.scss */
  .papers .answer-figure {
    float: none;
    width: 100%;
    height: 130px;
    text-align: center;
  }
  /* line 177, ../about/sass/_sp_quiz.scss */
  .papers .answer-figure.false:after, .papers .answer-figure.true:after {
    width: 80px;
    height: 80px;
    background-size: 100% auto;
    left: 50%;
    margin-left: -80px;
  }
  /* line 185, ../about/sass/_sp_quiz.scss */
  .papers .answer-figure .question-figure-char {
    width: 100px;
    height: 100px;
  }
  /* line 188, ../about/sass/_sp_quiz.scss */
  .papers .answer-figure .question-figure-char img {
    height: 100px;
  }
  /* line 193, ../about/sass/_sp_quiz.scss */
  .papers .answer-text {
    float: none;
    width: auto;
    height: auto;
  }
  /* line 197, ../about/sass/_sp_quiz.scss */
  .papers .answer-text dl {
    height: auto;
    margin: 0 10px;
    padding-bottom: 10px;
  }
  /* line 202, ../about/sass/_sp_quiz.scss */
  .papers .answer-text dl dt img {
    position: absolute;
    left: 12px;
    top: 50%;
    width: 27px;
    height: auto;
    margin-top: -5px;
    vertical-align: middle;
  }
  /* line 210, ../about/sass/_sp_quiz.scss */
  .papers .answer-text dl dt span {
    padding-top: 0px;
    padding-left: 35px;
    font-size: 12px;
  }
  /* line 216, ../about/sass/_sp_quiz.scss */
  .papers .answer-text dl dd {
    height: auto;
  }
  /* line 218, ../about/sass/_sp_quiz.scss */
  .papers .answer-text dl dd p {
    font-size: 12px;
  }
  /* line 221, ../about/sass/_sp_quiz.scss */
  .papers .answer-text dl dd .detail_link {
    position: relative;
    bottom: auto;
    left: auto;
  }
  /* line 232, ../about/sass/_sp_quiz.scss */
  .papers .selector {
    padding-top: 10px;
  }
  /* line 234, ../about/sass/_sp_quiz.scss */
  .papers .selector ul {
    width: auto;
    margin: 0 10px;
    padding-bottom: 10px;
  }
  /* line 238, ../about/sass/_sp_quiz.scss */
  .papers .selector ul li {
    display: block;
    float: none;
    width: auto;
    padding-right: 10px;
    margin-top: 10px;
    background-image: none;
    border: 2px solid #97c244;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    behavior: url(../../../js/PIE.htc);
    position: relative;
  }
  /* line 251, ../about/sass/_sp_quiz.scss */
  .papers .selector ul li:hover {
    background: #8cbb30;
  }
  /* line 254, ../about/sass/_sp_quiz.scss */
  .papers .selector ul li:first-child {
    margin-top: 0px;
  }
  /* line 257, ../about/sass/_sp_quiz.scss */
  .papers .selector ul li a {
    display: block;
    height: auto;
    padding: 10px 20px 10px 10px;
    background: url(../images/common/quiz/bg_sp_arrow_off.png) no-repeat right center;
    background-size: 11px auto;
    font-size: 12px;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
  }
  /* line 266, ../about/sass/_sp_quiz.scss */
  .papers .selector ul li a:hover {
    background: url(../images/common/quiz/bg_sp_arrow_on.png) no-repeat right center;
    background-size: 11px auto;
  }
}
