@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : question.css
Description : 問題
===================================================================== */
@keyframes blinkAnime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@font-face {
  font-family: "RoGSanSrfStd-Bd";
  src: url("../font/RoGSanSrfStd-Bd.ttf.woff") format("woff"), url("../font/RoGSanSrfStd-Bd.ttf.svg#RoGSanSrfStd-Bd") format("svg"), url("../font/RoGSanSrfStd-Bd.ttf.eot"), url("../font/RoGSanSrfStd-Bd.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
/* ========================================================
    question
======================================================== */
.question {
  position: relative;
  width: 100%;
  height: auto;
  padding: 3rem 0 8rem 0;
}
.question_column {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
}
.question_ttl {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: auto;
}
.question_ttl > figure {
  display: block;
  width: 11.8rem;
}
.question_ttl > button {
  position: relative;
  display: block;
  width: 11.8rem;
}
.question_ttl > button.is-select::before {
  content: "";
}
.question_ttl > button::before {
  content: none;
  position: absolute;
  left: 7.6271186441%;
  top: 3.3898305085%;
  display: block;
  width: 84.7457627119%;
  aspect-ratio: 1/1;
  border: 0.8rem solid #e5071b;
  border-radius: 50%;
}
.question_ttl > span {
  display: block;
  width: auto;
  margin-left: 0.5rem;
  font-size: 3rem;
  font-weight: 900;
}
.question_ttl > span > em {
  color: #ebff61;
  font-size: 150%;
  line-height: 1;
}
.question_lastttl {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  margin-top: 2rem;
}
.question_lastttl > figure {
  display: block;
  width: 57.5362318841%;
  margin: 0;
}
.question_place {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  margin-top: 13rem;
}
.question_place:first-child {
  margin-top: 4rem;
}
.question_place::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -4rem;
  display: block;
  width: 8.1rem;
  aspect-ratio: 81/80;
  background-image: url(../images/common/question_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
  z-index: 1;
}
.question_place_inner {
  position: relative;
  width: 100%;
  padding: 0.4rem;
  background-color: #a74343;
  -webkit-clip-path: polygon(0% 2.5rem, 2.5rem 0%, calc(100% - 2.5rem) 0%, 100% 2.5rem, 100% calc(100% - 2.5rem), calc(100% - 2.5rem) 100%, 2.5rem 100%, 0% calc(100% - 2.5rem));
          clip-path: polygon(0% 2.5rem, 2.5rem 0%, calc(100% - 2.5rem) 0%, 100% 2.5rem, 100% calc(100% - 2.5rem), calc(100% - 2.5rem) 100%, 2.5rem 100%, 0% calc(100% - 2.5rem));
}
.question_place_text {
  position: relative;
  width: 100%;
  padding: 3.6rem 3.6rem 3rem 3.6rem;
  text-align: center;
  background-image: url(../images/common/question_bg01.jpg);
  background-repeat: repeat;
  background-position: center top;
  background-size: auto auto;
  -webkit-clip-path: polygon(0% 2.5rem, 2.5rem 0%, calc(100% - 2.5rem) 0%, 100% 2.5rem, 100% calc(100% - 2.5rem), calc(100% - 2.5rem) 100%, 2.5rem 100%, 0% calc(100% - 2.5rem));
          clip-path: polygon(0% 2.5rem, 2.5rem 0%, calc(100% - 2.5rem) 0%, 100% 2.5rem, 100% calc(100% - 2.5rem), calc(100% - 2.5rem) 100%, 2.5rem 100%, 0% calc(100% - 2.5rem));
}
.question_place_text > p {
  color: #ebff61;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.4;
}
.question_place + .question_subttl {
  flex-direction: row;
}
.question_place + .question_subttl > span {
  width: auto;
  max-width: calc(100% - 9.2rem);
  margin: -1.5rem 0 0 1rem;
  text-align: left;
}
.question_subttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-shrink: 0;
  width: 100%;
  margin-top: 3rem;
}
.question_subttl > figure {
  display: block;
  width: 8.2rem;
}
.question_subttl > span {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
.question_subttl > span > em {
  background: top left/0.8em 0.3em repeat-x radial-gradient(circle, #ffffff 0.08em, rgba(0, 0, 0, 0) 0.08em);
}
.question_box {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  margin-top: 4rem;
  padding: 5rem 4rem 6rem 4rem;
  background-color: #ffffff;
  -webkit-clip-path: polygon(0% 2.5rem, 2.5rem 0%, calc(100% - 2.5rem) 0%, 100% 2.5rem, 100% calc(100% - 2.5rem), calc(100% - 2.5rem) 100%, 2.5rem 100%, 0% calc(100% - 2.5rem));
          clip-path: polygon(0% 2.5rem, 2.5rem 0%, calc(100% - 2.5rem) 0%, 100% 2.5rem, 100% calc(100% - 2.5rem), calc(100% - 2.5rem) 100%, 2.5rem 100%, 0% calc(100% - 2.5rem));
}
.question_text {
  position: relative;
  width: 100%;
  margin-top: 5rem;
}
.question_text:first-child {
  margin-top: 0;
}
.question_text > p {
  margin-top: 1em;
  color: #000000;
  font-weight: 500;
}
.question_text > p:first-child {
  margin-top: 0;
}
.question_text_q {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 7rem;
  aspect-ratio: 1/1;
  margin: 0 1rem;
  border: 0.4rem solid #e5071b;
  background-color: #000000;
}
.question_text_q > em {
  display: block;
  color: #ffffff;
  font-family: "RoGSanSrfStd-Bd";
  font-size: 3.2rem;
  line-height: 1;
}
.question_text_8 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 5rem;
  aspect-ratio: 1/1;
  margin: 0 0.6rem;
  background-color: #000000;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.question_img {
  position: relative;
  width: 100%;
  margin-top: 5rem;
}
.question_img:first-child {
  margin-top: 0;
}
.question_img > figure {
  display: block;
  width: 75.4098360656%;
  margin: 0 auto;
}
.question_hintbtn {
  position: relative;
  width: 100%;
  margin-top: 5rem;
}
.question_hintbtn > figure {
  display: block;
  width: 37.868852459%;
  margin: 0 0 0 auto;
}
.question_input {
  position: relative;
  flex-shrink: 0;
  width: 94.2028985507%;
  height: 11rem;
  margin: 6rem auto 0 auto;
  padding: 0.5rem;
  background-color: #000000;
}
.question_input > input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 3rem 0.5rem 3rem;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
  border: 0.5rem solid #1875cc;
  outline: none;
}
.question_input > input::-moz-placeholder {
  color: #043f76;
}
.question_input > input::placeholder {
  color: #043f76;
}
.question_input > input::-moz-placeholder {
  color: #043f76;
}
.question_input > input.quiz-input.is-error {
  border-color: #e5071b;
}
.question_input > input.quiz-input.is-error::-moz-placeholder {
  color: #760404;
}
.question_input > input.quiz-input.is-error::placeholder {
  color: #760404;
}
.question_input > input.quiz-input.is-error::-moz-placeholder {
  color: #760404;
}
.question_input > input.quiz-input.is-error + .error-message {
  margin-top: 0.5rem;
  color: #e5071b;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
.question_inputicon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  flex-shrink: 0;
  width: 94.2028985507%;
  margin: 4rem auto 0 auto;
}
.question_inputicon > dt {
  width: 13.8461538462%;
  margin-top: 2rem;
}
.question_inputicon > dd {
  width: 82.3076923077%;
  margin-top: 2rem;
}
.question_inputicon > dd > .question_input {
  width: 100%;
  margin: 0;
}
.question_select {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 4.6rem auto -1.4rem auto;
}
.question_select:has(.question_select_note) {
  margin-bottom: 0;
}
.question_select > button {
  position: relative;
  width: 26.0869565217%;
  margin: 0 0 0 -1.7391304348%;
  outline: none;
}
.question_select > button:first-child {
  margin-left: 0;
}
.question_select > button.is-select::before {
  content: "";
}
.question_select > button::before {
  content: none;
  position: absolute;
  left: 7.7777777778%;
  top: 7.7777777778%;
  display: block;
  width: 84.4444444444%;
  aspect-ratio: 1/1;
  border: 1rem solid #e5071b;
  border-radius: 1rem;
}
.question_select_note {
  width: 100%;
  text-align: center;
}
.question_select_note > li {
  font-weight: 900;
}
.question_btn {
  position: relative;
  flex-shrink: 0;
  width: 43.4782608696%;
  aspect-ratio: 300/105;
  margin: 4rem auto 0 auto;
}
.question_btn > button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding-bottom: 1rem;
  background-image: url(../images/common/btn_bg05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  outline: none;
}
.question_btn > button.disabled {
  background-image: url(../images/common/btn_bg06.png);
  pointer-events: none;
}
.question_btn > button > span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
}
.question_hintttl {
  position: relative;
  width: 100%;
  margin: 6rem 0 3rem 0;
  padding-bottom: 1rem;
  border-bottom: 0.2rem solid #a74343;
}
.question_hintttl:first-child {
  margin-top: 0;
}
.question_hintttl > span {
  position: relative;
  display: block;
  color: #a74343;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1;
}
.question_hint {
  position: relative;
  width: 100%;
}
.question_hint > dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  aspect-ratio: 590/105;
  margin-top: 3rem;
  padding-bottom: 1rem;
  background-image: url(../images/common/btn_bg08.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.question_hint > dt:first-child {
  margin-top: 1.5rem;
}
.question_hint > dt.is-active::before {
  transform: translateY(-50%) rotate(-180deg);
}
.question_hint > dt.answer {
  background-image: url(../images/common/btn_bg09.png);
}
.question_hint > dt.answer::before {
  background-image: url(../images/common/arrow_bg02.png);
}
.question_hint > dt.answer > span {
  color: #a74343;
}
.question_hint > dt::before {
  content: "";
  position: absolute;
  right: 3rem;
  top: 50%;
  display: block;
  width: 6.7796610169%;
  aspect-ratio: 1/1;
  background-image: url(../images/common/arrow_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%) rotate(0);
}
.question_hint > dt > span {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
}
.question_hint > dd {
  position: relative;
  width: 100%;
}
.question_hint_text {
  position: relative;
  width: 100%;
  margin-top: 3rem;
}
.question_hint_text > p {
  margin-top: 1em;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.question_hint_text > p:first-child {
  margin-top: 0;
}
.question_hint_img {
  position: relative;
  width: 100%;
  margin-top: 3rem;
  padding: 0.5rem 0;
}
.question_hint_img > figure {
  display: block;
  width: 77.9661016949%;
  margin: 0 auto;
}
.question_correct {
  position: relative;
  width: 100%;
}
.question_learn {
  position: relative;
  width: 100%;
  padding: 6rem 3.6rem;
}
.question_learn_ttl {
  position: relative;
  width: 100%;
  margin-bottom: 4rem;
  padding: 2.5rem;
  text-align: center;
  border: 0.2rem solid #124e86;
  border-radius: 1rem;
}
.question_learn_ttl::before {
  content: "";
  position: absolute;
  left: -2.4rem;
  top: -2.4rem;
  display: block;
  width: 17.4rem;
  aspect-ratio: 174/48;
  background-image: url(../images/common/question_bg04.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.question_learn_ttl > div {
  content: "";
  position: absolute;
  display: block;
  width: 1.6rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/question_bg03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.question_learn_ttl > div.lt {
  left: -0.4rem;
  top: -0.4rem;
  transform: scale(1, 1);
}
.question_learn_ttl > div.rt {
  right: -0.4rem;
  top: -0.4rem;
  transform: scale(-1, 1);
}
.question_learn_ttl > div.lb {
  left: -0.4rem;
  bottom: -0.4rem;
  transform: scale(1, -1);
}
.question_learn_ttl > div.rb {
  right: -0.4rem;
  bottom: -0.4rem;
  transform: scale(-1, -1);
}
.question_learn_ttl > span {
  display: block;
  color: #124e86;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.4;
}
.question_learn_text {
  position: relative;
  width: 100%;
  margin-top: 3rem;
}
.question_learn_text > p {
  margin-top: 1em;
  color: #000000;
  font-weight: 500;
}
.question_learn_text > p:first-child {
  margin-top: 0;
}
.question_learn_img {
  position: relative;
  width: 100%;
  margin-top: 3rem;
  padding: 0.5rem 0;
}
.question_learn_img > figure {
  display: block;
  width: 80.701754386%;
  margin: 0 auto;
}
.question_learn_btn {
  position: relative;
  width: 52.6315789474%;
  aspect-ratio: 300/105;
  margin: 4rem auto 0 auto;
}
.question_learn_btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding-bottom: 1rem;
  background-image: url(../images/common/btn_bg05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.question_learn_btn > a > span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
}
.question_incorrect {
  position: relative;
  width: 100%;
}
.question_incorrect_talk {
  position: relative;
  width: 100%;
  margin-top: 1.5rem;
}
.question_incorrect_talk > li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 5rem;
}
.question_incorrect_talk > li:first-child {
  margin-top: 0;
}
.question_incorrect_talk > li.heiji > figure {
  display: block;
  width: 10rem;
}
.question_incorrect_talk > li.heiji > figure + span {
  width: 47rem;
  color: #bfffbe;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
.question_incorrect_talk > li.conan > figure {
  display: block;
  width: 10rem;
}
.question_incorrect_talk > li.conan > figure + span {
  width: 47rem;
  color: #c0f4ff;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
.question_incorrect_talk > li > span {
  display: block;
  width: 100%;
  font-weight: 500;
}/*# sourceMappingURL=question.css.map */