/* CSS Document */
/*----------------------------------------------------------
  nazopost
--------------------------------------------------------- */
#quiz .gamen {
  width: 900px;
  margin: 0 auto;
}
#quiz .gamen.board {
  background: url(../img/nazopost/classic/bg.jpg) no-repeat left top;
  width: 900px;
  height: 600px;
  margin: 0 auto;
}
#quiz .gamen.board .inner p {
  word-break: break-all;
  width: 560px;
  margin: 0 auto;
  text-align: left;
}
#quiz .gamen.board .inner p.gyou4 img {
  margin-top: -14px;
}
#quiz .opgamen {
  width: 900px;
  height: 600px;
  margin: 0 auto;
}
#quiz .opgamen img:hover {
  cursor: pointer;
}
#quiz .board {
  position: relative;
}
#quiz .board .inner {
  text-align: center;
  padding: 0 17% 0 18%;
}
#quiz .board .inner ul {
  margin: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#quiz .board .inner ul li {
  text-align: center;
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  max-width: 32%;
}
#quiz .board .inner ul li a {
  display: block;
}
#quiz .board .inner ul.level3 {
  margin-left: 100px;
  display: block;
}
#quiz .board .inner ul.level3 li {
  max-width: 100%;
}
#quiz .board .title {
  text-align: center;
  padding-top: 30px;
}
#quiz .board .chara img.ken {
  position: absolute;
  left: 20px;
  bottom: 1px;
}
#quiz .board .chara img.koguma {
  position: absolute;
  right: 100px;
  bottom: 20px;
}
#quiz .board p.btn {
  position: absolute;
  width: 400px;
  left: 0;
  right: 0;
  bottom: 86px;
  margin: 0 auto;
}
#quiz .gamen.board .inner p.btn a img:hover {
  opacity: 1 !important;
}
#quiz .gamen.board .inner p.endbtn {
  text-align: center;
  margin-top: 20px;
}
#quiz .board .inner.result a:hover {
  opacity: 1;
}
#quiz .board .comment {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  padding: 0.8em;
}

#quiz.styleB .board .inner ul {
  margin-top: 15px;
}
#quiz.styleB .board .inner ul li {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  max-width: 33%;
}
#quiz.styleB .board .inner ul li a {
  display: block;
  padding: 5px 8px;
  border-radius: 8px;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333;
}
#quiz.styleB .board .inner ul li a img {
  max-height: 140px;
}
#quiz.styleB .board .inner ul li a img:hover {
  opacity: 1;
}
#quiz.styleB .board .inner ul li a dl, #quiz.styleB .board .inner ul li a dt, #quiz.styleB .board .inner ul li a dd {
  padding: 0;
  margin: 0;
}
#quiz.styleB .board .inner ul li a:before {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  padding: 7px 9px 5px;
  border-radius: 20px;
  color: #FFF;
  background: #333;
  font-family: "Noto Sans Japanese";
  font-weight: bold;
  margin-top: -20px;
}
#quiz.styleB .board .inner ul li a:hover {
  background: rgba(255, 255, 255, 0.7);
}
#quiz.styleB .board .inner ul li:nth-child(1) a:before {
  content: "1";
}
#quiz.styleB .board .inner ul li:nth-child(2) a:before {
  content: "2";
}
#quiz.styleB .board .inner ul li:nth-child(3) a:before {
  content: "3";
}
#quiz.styleB .board .answer.inner {
  position: relative;
}
#quiz.styleB .board .answer.inner p {
  word-break: normal;
  width: auto;
}
#quiz.styleB .board .answer.inner .text {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#quiz.styleB .board .answer.inner .text .imgs {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
#quiz.styleB .board .answer.inner .text .imgs img {
  max-height: 120px;
}
#quiz.styleB .board .answer.inner .text .title {
  text-align: left;
  padding-top: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Noto Sans Japanese";
  font-weight: bold;
}
#quiz.styleB .board .answer.inner .text .title p {
  font-family: "mplus-1c";
  font-weight: bold;
  font-size: 25px !important;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
#quiz.styleB .board .answer.inner .text .title p:before {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  padding: 7px 9px 5px;
  border-radius: 20px;
  color: #FFF;
  background: #333;
  font-family: "Noto Sans Japanese";
  font-weight: bold;
  margin-right: 0.2em;
  text-indent: 0;
}
#quiz.styleB .board .answer.inner .text .title p.no1:before {
  content: "1";
}
#quiz.styleB .board .answer.inner .text .title p.no2:before {
  content: "2";
}
#quiz.styleB .board .answer.inner .text .title p.no3:before {
  content: "3";
}
#quiz.styleB .board .answer.inner .comment {
  font-size: 1em;
  margin-top: 10px;
  text-align: left;
}
#quiz.styleB .board .answer.inner .comment .imgBox .img {
  position: absolute;
  right: 140px;
  top: 10px;
}
#quiz.styleB .board .answer.inner .comment .imgBox .img img {
  max-height: 270px;
}
#quiz.styleB .board .answer.inner .comment .imgBox .cont {
  padding-right: 130px;
}
#quiz.styleB .board.lv1 .inner ul li a:before {
  background: #e04c77;
}
#quiz.styleB .board.lv1 .inner ul li a:hover {
  border: 2px solid #e04c77;
}
#quiz.styleB .board.lv1 .answer.inner .text .title p:before {
  background: #e04c77;
}
#quiz.styleB .board.lv2 .inner ul li a:before {
  background: #ea711f;
}
#quiz.styleB .board.lv2 .inner ul li a:hover {
  border: 2px solid #ea711f;
}
#quiz.styleB .board.lv2 .answer.inner .text .title p:before {
  background: #ea711f;
}
#quiz.styleB .board.lv3 .inner ul li a:before {
  background: #c82020;
}
#quiz.styleB .board.lv3 .inner ul li a:hover {
  border: 2px solid #c82020;
}
#quiz.styleB .board.lv3 .answer.inner .text .title p:before {
  background: #c82020;
}