.quiz-wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .quiz-wrapper {
    width: 100%;
    padding-bottom: 10vw;
  }
}
.quiz-wrapper .question {
  width: 100%;
  margin-bottom: 100px;
  border-radius: 10px;
  background: repeating-linear-gradient(45deg, #ebec53, #ebec53 5px, #fafaba 0, #fafaba 7px);
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .quiz-wrapper .question {
    padding: 5vw;
    margin-bottom: 10vw;
  }
}
.quiz-wrapper .question .inner {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .quiz-wrapper .question .inner {
    padding: 5vw;
  }
}
.quiz-wrapper .question .inner dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .quiz-wrapper .question .inner dl {
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
  }
}
.quiz-wrapper .question .inner dl.q {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px #ed6c00 dashed;
}
@media screen and (max-width: 767px) {
  .quiz-wrapper .question .inner dl.q {
    padding-bottom: 0;
    margin-bottom: 5vw;
  }
}
.quiz-wrapper .question .inner dl dt {
  width: 100px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .quiz-wrapper .question .inner dl dt {
    margin: 0 auto;
    margin-bottom: 3vw;
  }
}
.quiz-wrapper .question .inner dl dt img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .quiz-wrapper .question .inner dl dt img {
    width: 40vw;
  }
}
.quiz-wrapper .question .inner dl dd {
  font-size: 20px;
  color: #595757;
}
@media screen and (max-width: 767px) {
  .quiz-wrapper .question .inner dl dd {
    width: 100%;
    font-size: 4vw;
    margin-bottom: 5vw;
  }
}
.quiz-wrapper .question .inner dl.q dd {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .quiz-wrapper .question .inner dl.q dd {
    font-size: 5vw;
  }
}
.quiz-wrapper .question .inner ul li {
  padding-left: 1em;
  text-indent: -0.5em;
}
.quiz-wrapper .question .inner ul li::before {
  content: "●";
  color: #ed6c00;
  padding-right: 0.2em;
}
.quiz-wrapper .question .inner .answer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .quiz-wrapper .question .inner .answer {
    flex-wrap: wrap;
    margin-bottom: 3vw;
  }
}
.quiz-wrapper .question .inner img.hint-img {
  width: 480px;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .quiz-wrapper .question .inner img.hint-img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 5vw;
  }
}
.quiz-wrapper .question a {
  display: block;
  width: 350px;
  background-color: #ff9900;
  border-radius: 32px;
  padding: 15px 80px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .quiz-wrapper .question a {
    width: 100%;
    height: 13vw;
    border-radius: 13vw;
    font-size: 4vw;
    margin-top: 5vw;
    padding: 0;
  }
}
.quiz-wrapper .question a::after {
  content: url("../../common/img/icon_arrow_r_w.png");
  transform: scale(0.35);
  position: absolute;
  right: 2%;
}
.quiz-wrapper .question a:hover,
.quiz-wrapper .question a:focus {
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  opacity: 0.5;
}
.quiz-wrapper .winner {
  width: 100%;
}
.quiz-wrapper .winner h2 {
  width: 100%;
  border-radius: 35px;
  margin-bottom: 30px;
  background-color: #ebec53;
  position: relative;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .quiz-wrapper .winner h2 {
    width: 90%;
    padding: 3vw 0;
    margin: 0 auto;
    margin-bottom: 5vw;
  }
}
.quiz-wrapper .winner h2 img {
  display: block;
  width: 235px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .quiz-wrapper .winner h2 img {
    width: 50vw;
  }
}
.quiz-wrapper .winner h2::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #ebec53 transparent;
  border-width: 15px 15px 0 15px;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
}
.quiz-wrapper .winner p {
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .quiz-wrapper .winner p {
    font-size: 4vw;
    margin-bottom: 5vw;
  }
}
.quiz-wrapper .winner p b {
  display: block;
  margin-bottom: 20px;
}
.quiz-wrapper .winner dl {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .quiz-wrapper .winner dl {
    width: 90%;
    text-align: center;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
.quiz-wrapper .winner dl dt {
  width: 100px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .quiz-wrapper .winner dl dt {
    width: 100%;
    margin-right: 0;
  }
}
.quiz-wrapper .winner dl dt img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .quiz-wrapper .winner dl dt img {
    width: 27vw;
    margin: 0 auto;
  }
}
.quiz-wrapper .winner dl dd {
  font-size: 24px;
  color: #595757;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .quiz-wrapper .winner dl dd {
    font-size: 5vw;
  }
}
.quiz-wrapper .winner dl + dl {
  margin-top: 150px;
}
.quiz-wrapper .winner .answer {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .quiz-wrapper .winner .answer {
    margin-top: 0px;
  }
}
.quiz-wrapper .winner .sp-scroll {
  text-align: center;
  margin: 30px 0 600px 0;
}
.quiz-wrapper .winner .winner-list {
  width: 100%;
  border-radius: 10px;
  background: repeating-linear-gradient(45deg, #ebec53, #ebec53 5px, #fafaba 0, #fafaba 7px);
  padding: 20px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  min-height: 450px;
}
@media screen and (max-width: 767px) {
  .quiz-wrapper .winner .winner-list {
    padding: 4vw;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.quiz-wrapper .winner .winner-list ul {
  width: 19%;
}
@media screen and (max-width: 767px) {
  .quiz-wrapper .winner .winner-list ul {
    width: 45vw;
  }
}
@media screen and (max-width: 767px) {
  .quiz-wrapper .winner .winner-list ul:nth-child(n + 3) {
    margin-top: 10vw;
  }
}
.quiz-wrapper .winner .winner-list ul + ul {
  margin-left: 5%;
}
@media screen and (max-width: 767px) {
  .quiz-wrapper .winner .winner-list ul + ul {
    margin-left: 0;
  }
}
.quiz-wrapper .winner .winner-list ul li.title {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  background-color: #ed6c00;
  border-radius: 5px;
  padding-left: 10px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .quiz-wrapper .winner .winner-list ul li.title {
    font-size: 4vw;
    padding-left: 2vw;
    margin-bottom: 3vw;
  }
}
.quiz-wrapper .winner .winner-list ul li.aichi::after {
  content: url("../img/icon_aichi.png");
  position: absolute;
  top: -140px;
  left: 0;
  transform: scale(0.24);
}
@media screen and (max-width: 767px) {
  .quiz-wrapper .winner .winner-list ul li.aichi::after {
    transform: scale(0.18);
  }
}
.quiz-wrapper .winner .winner-list ul li.gifu::after {
  content: url("../img/icon_gifu.png");
  position: absolute;
  top: -140px;
  left: 30px;
  transform: scale(0.24);
}
@media screen and (max-width: 767px) {
  .quiz-wrapper .winner .winner-list ul li.gifu::after {
    transform: scale(0.18);
  }
}
.quiz-wrapper .winner .winner-list ul li.mie::after {
  content: url("../img/icon_mie.png");
  position: absolute;
  top: -145px;
  left: -70px;
  transform: scale(0.24);
}
@media screen and (max-width: 767px) {
  .quiz-wrapper .winner .winner-list ul li.mie::after {
    transform: scale(0.18);
  }
}
.quiz-wrapper .winner .winner-list ul li.shizuoka::after {
  content: url("../img/icon_shizuoka.png");
  position: absolute;
  top: -125px;
  left: -70px;
  transform: scale(0.24);
}
@media screen and (max-width: 767px) {
  .quiz-wrapper .winner .winner-list ul li.shizuoka::after {
    transform: scale(0.18);
  }
}
.quiz-wrapper .winner .winner-list ul li.nagano::after {
  content: url("../img/icon_nagano.png");
  position: absolute;
  top: -110px;
  left: 40px;
  transform: scale(0.24);
}
@media screen and (max-width: 767px) {
  .quiz-wrapper .winner .winner-list ul li.nagano::after {
    transform: scale(0.18);
  }
}
.quiz-wrapper .winner img.chara {
  display: block;
  width: 429px;
  height: auto;
  position: absolute;
  bottom: 0px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .quiz-wrapper .winner img.chara {
    position: static;
    width: 100%;
    margin-top: 5vw;
  }
}
