body {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.sp {
  display: none !important;
}
/* ----top ---------*/

.p-top__contents::before {
  content: "";
  background: url(../../assets/img/quiz/top/quiz_top_bg.png) no-repeat;
  width: 100%;
  height: 30vh;
  display: block;
  position: absolute;
  background-color: #e3f4ff;
  background-size: cover;
  z-index: -1;
}
.p-top__contents--inner {
  max-width: 1210px;
  margin: 0 auto;
  position: relative;
}
.p-top__contents h3 {
  text-align: center;
  padding: 110px 0 0px;
  font-size: 20px;
  line-height: 2;
  font-weight: 900;
}
.p-top__contents--btn {
  margin: 87px auto 95px;
  max-width: 732px;
}

.p-top__contents--btn a {
  margin-bottom: 60px;
  display: block;
}
.p-top__contents--Ldec,
.p-top__contents--Rdec {
  position: absolute;
}
.p-top__contents--Ldec {
  width: 132px;
  bottom: 50px;
  left: 30px;
}
.p-top__contents--Rdec {
  width: 180px;
  right: 0;
  bottom: 228px;
}

@media screen and (max-width: 768px) {
  .p-top {
    margin: 60px 0 0;
  }
  .p-top__contents {
    content: "";
    background: url(../../assets/img/quiz/quiz_bg_sp.png) no-repeat;
    width: 100%;
    background-size: cover;
    background-color: #e3f4ff;
    background-position: top;
    margin-bottom: 150px;
  }
  .p-top__contents h3 {
    font-size: 16px;
    padding: 93px 0 0;
    line-height: 1.8;
  }
  .p-top__contents--inner {
    padding: 0 15px;
  }
  .p-top__contents--btn {
    margin: 125px auto 0;
  }
  .p-top__contents--btn a {
    margin-bottom: 50px;
  }
  .p-top__contents--Rdec {
    width: 135px;
    bottom: calc(325 / 375 * 100vw);
    right: 30px;
  }
  .p-top__contents--Ldec {
    width: 100px;
    bottom: -110px;
  }
}

/* -----question ------ */
.question::before {
  content: "";
  background: url(../../assets/img/quiz/quiz_bg.png) no-repeat;
  width: 100%;
  height: 90vh;
  display: block;
  position: absolute;
  background-color: #81cde8;
  background-size: cover;
  top: 40px;
}
.bottom_dec {
  background: url(../../assets/img/quiz/footer_bg.png) no-repeat;
  width: 100%;
  height: 120px;
  display: block;
  background-size: cover;
  background-position: bottom;
  position: relative;
  z-index: 99;
  bottom: 0;
}
.question_content,
.answer_content {
  display: flex;
  justify-content: center; /* 水平方向の中央寄せ */
  align-items: center; /* 垂直方向の中央寄せ */
  min-height: calc(90vh - 0px); /* ヘッダーの高さを考慮 */
  position: relative;
  top: 77px;
}

.question_inner,
.answer_inner {
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  width: 100%;
  max-width: 832px;
  position: relative;
  transform: none;
}
.main_mv {
  position: relative;
}

.quiz_question {
  display: flex;
  align-items: center;
  gap: 20px;
}
.quiz_question img:nth-of-type(1) {
  width: 169px;
}

.quiz ul {
  display: flex;
  margin: 70px 0 0;
  gap: 40px;
  align-items: flex-end;
}
.quiz_btn {
  display: flex;
  gap: 32px;
  margin-top: 141px;
}
.top_btn {
  width: 164px;
}
main::after {
  content: "";
  background: url(../../assets/img/quiz/footer_bg.png) no-repeat;
  height: calc(100 / 1400 * 100vw);
  background-size: cover;
  display: block;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .quiz {
    display: block;
    padding: 0 25px;
  }
  .question::before {
    content: "";
    background: url(../../assets/img/quiz/quiz_bg_sp.png) no-repeat;
    width: calc(375 / 375 * 100vw);
    height: 100vh;
    background-size: cover;
    background-color: #81cde8;
    top: 62px;
    background-position: top;
  }
  .question_content,
  .answer_content {
    position: static;
    margin: calc(70 / 375 * 100vw) 0 0;
    display: block;
    min-height: auto;
  }
  main::after {
    content: "";
    background: url(../../assets/img/quiz/footer_bg_sp.png) no-repeat;
    height: calc(54 / 375 * 100vw);
    background-size: cover;
    display: block;
    width: 100%;
    position: relative;
  }
  .main_mv {
    position: static;
  }
  .bottom_dec {
    background: url(../../assets/img/quiz/footer_bg_sp.png) no-repeat;
    height: calc(54 / 375 * 100vw);
    background-size: cover;
    background: unset;
  }
  .quiz_question,
  .quiz_answer {
    display: block;
    margin: 57px 0 0;
  }
  .quiz_question img:nth-of-type(1) {
    width: 126px;
    margin-bottom: 24px;
  }

  .quiz ul {
    margin: 50px 0 83px;
    gap: 30px;
    display: flex;
  }
  .quiz_btn {
    display: block;
    position: static;
    width: 221px;
    margin: 0 auto 40px;
  }
}

/* ---------
quiz01
-----------*/
.quiz_01 ul li:nth-of-type(1),
.quiz_01 ul li:nth-of-type(2) {
  width: 70px;
}
.quiz_01 ul li:nth-of-type(3) {
  width: 132px;
}
.quiz_question img:nth-of-type(2) {
  width: 301px;
}
.main_mv {
  width: 329px;
}

.quiz_01 .quiz_btn {
  top: 60px !important;
}
@media screen and (max-width: 768px) {
  .quiz_question img:nth-of-type(2) {
    width: 248px;
  }
  .quiz_01 .main_mv {
    width: 247px;
    margin: 47px auto 0;
  }
}
/* ---------
quiz02
---------------*/
.quiz_02 {
  align-items: center;
}
.quiz_02 .main_mv {
  margin-top: 90px;
}
.quiz_02 .quiz_question img:nth-of-type(2) {
  width: 340px;
}
.quiz_02 .quiz_content ul li:nth-of-type(1) {
  width: 131px;
}
.quiz_02 .quiz_content ul li:nth-of-type(2) {
  width: 133px;
}
.quiz_02 .quiz_content ul li:nth-of-type(3) {
  width: 103px;
}

.quiz_02 .quiz_btn {
  top: 60px !important;
}
@media screen and (max-width: 768px) {
  .quiz_02 .main_mv {
    width: calc(264 / 375 * 100vw);
    margin: 106px auto 98px;
  }
  .quiz_02 .quiz_content ul {
    flex-wrap: wrap;
  }
}

/* ---------
quiz03
-------------*/

.quiz_03 .quiz_question img:nth-of-type(2) {
  width: 362px;
}
.quiz_03 .quiz_content ul li:nth-of-type(1) {
  width: 164px;
}
.quiz_03 .quiz_content ul li:nth-of-type(2) {
  width: 133px;
}
.quiz_03 .quiz_content ul li:nth-of-type(3) {
  width: 133px;
}

.quiz_03 .main_mv {
  width: 265px;
  top: 59px;
}
.quiz_03 .quiz_btn {
  top: 60px !important;
}

@media screen and (max-width: 768px) {
  .quiz_03 .main_mv {
    width: calc(229 / 375 * 100vw);
    margin: 58px auto 67px;
    top: unset;
  }
  .quiz_03 .quiz_content ul {
    flex-wrap: wrap;
  }
}
/* -----------------
quiz04
----------------*/

.quiz_04 .quiz_question img:nth-of-type(2) {
  width: 539px;
}
.quiz_04 .quiz_content ul li:nth-of-type(1) {
  width: 226px;
}
.quiz_04 .quiz_content ul li:nth-of-type(2) {
  width: 282px;
}
.quiz_04 .quiz_content ul li:nth-of-type(3) {
  width: 205px;
}
.quiz_04 .quiz_btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .quiz_04 .quiz_question img:nth-of-type(3) {
    width: calc(218 / 375 * 100vw);
  }
  .quiz_04 .quiz_content ul {
    display: block;
  }

  .quiz_04 .quiz_content ul li {
    margin-bottom: 26px;
  }
  .quiz_04 .quiz_content ul li:nth-of-type(1) {
    width: calc(219 / 375 * 100vw);
  }
  .quiz_04 .quiz_content ul li:nth-of-type(2) {
    width: calc(226 / 375 * 100vw);
  }
  .quiz_04 .quiz_content ul li:nth-of-type(3) {
    width: calc(268 / 375 * 100vw);
  }
}
/* ----------
quiz05
-----------------*/
.quiz_05 {
  width: 100%;
  justify-content: space-around;
}
.quiz_05 .quiz_question img:nth-of-type(2) {
  width: 301px;
}
.quiz_05 .quiz_content ul li:nth-of-type(1) {
  width: 162px;
}
.quiz_05 .quiz_content ul li:nth-of-type(2) {
  width: 70px;
}
.quiz_05 .quiz_content ul li:nth-of-type(3) {
  width: 132px;
}
.quiz_05 .main_mv {
  width: 246px;
  top: 59px;
}
.quiz_05 .quiz_btn {
  top: 60px !important;
}
@media screen and (max-width: 768px) {
  .quiz_05 .main_mv {
    width: calc(198 / 375 * 100vw);
    margin: calc(40 / 375 * 100vw) auto;
  }
  .quiz_05 .quiz_content ul {
    flex-wrap: wrap;
  }
}
/* --------------
quiz06
--------------*/
.quiz_06 {
  width: 100%;
  justify-content: space-around;
}
.quiz_06 .quiz_question img:nth-of-type(2) {
  width: 498px;
}
.quiz_06 .quiz_content ul {
  margin: 26px 0 0;
}
.quiz_06 .quiz_question--flex a {
  width: 196px;
  display: block;
}
.quiz_06 .quiz_content .quiz_question--flex div ul li a:nth-of-type(1) {
  width: 228px;
}
.quiz_06 .quiz_content ul li:nth-of-type(2) {
  width: 226px;
}
.quiz_06 .main_mv {
  width: 304px;
  top: 10px;
}
.quiz_06 .quiz_question--flex {
  display: flex;
  align-items: center;
}
.quiz_06 .quiz_btn {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .quiz_06 .quiz_content ul {
    flex-wrap: wrap;
  }
  .quiz_06 .main_mv {
    width: calc(249 / 375 * 100vw);
    margin: calc(24 / 375 * 100vw) auto 0;
  }
  .quiz_06 .quiz_question--flex {
    margin: 50px 0 calc(57 / 375 * 100vw);
  }
}
/* ---------------
quiz07
----------------*/
.quiz_07 .quiz_question img:nth-of-type(2) {
  width: 381px;
}
.quiz_07 .quiz_question img:nth-of-type(3) {
  width: 208px;
}

.quiz_07 .quiz_content ul li:nth-of-type(1) {
  width: 225px;
}
.quiz_07 .quiz_content ul li:nth-of-type(2) {
  width: 325px;
}
.quiz_07 .quiz_content ul li:nth-of-type(3) {
  width: 258px;
}
.quiz_07 .quiz_btn {
 margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .quiz_07 .quiz_question img:nth-of-type(3) {
    width: calc(168 / 375 * 100vw);
    margin: calc(36 / 375 * 100vw) auto;
  }
  .quiz_07 .quiz_content ul {
    flex-wrap: wrap;
    margin: 0 0 calc(40 / 375 * 100vw);
  }
  .quiz_07 .quiz_content ul li:nth-of-type(1) {
    width: calc(174 / 375 * 100vw);
  }
  .quiz_07 .quiz_content ul li:nth-of-type(2) {
    width: calc(263 / 375 * 100vw);
  }
  .quiz_07 .quiz_content ul li:nth-of-type(3) {
    width: calc(209 / 375 * 100vw);
  }
}
/* ---------------
quiz08
-------------------*/
.quiz_08 {
  width: 100%;
  justify-content: space-around;
}
.quiz_08 .quiz_question img:nth-of-type(2) {
  width: 498px;
}
.quiz_08 .quiz_content ul {
  margin: 26px 0 0;
}
.quiz_08 .quiz_content ul li:nth-of-type(1) {
  width: 131px;
}
.quiz_08 .quiz_content ul li:nth-of-type(2) {
  width: 164px;
}
.quiz_08 .quiz_content ul li:nth-of-type(3) {
  width: 133px;
}
.quiz_08 .main_mv {
  width: 304px;
  top: 42px;
}
.quiz_08 .quiz_question--flex {
  display: flex;
  margin-top: 33px;
  align-items: flex-start;
  gap: 17px;
}
.quiz_08 .quiz_btn {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .quiz_08 .quiz_content ul {
    flex-wrap: wrap;
  }
  .quiz_08 .quiz_question img:nth-of-type(3) {
    width: calc(253 / 375 * 100vw);
  }
  .quiz_08 .main_mv {
    width: calc(235 / 375 * 100vw);
    margin: calc(53 / 375 * 100vw) auto calc(80 / 375 * 100vw);
  }
  .quiz_08 .quiz_content ul {
    margin: 0 0 calc(130 / 375 * 100vw);
  }
  .quiz_08 .quiz_btn {
  margin-top: 0px;
}
 
}
/* -------------
quiz09
----------------*/
.quiz_09 {
  width: 100%;
  justify-content: space-around;
}
.quiz_09 .quiz_question img:nth-of-type(2) {
  width: 498px;
}
.quiz_09 .quiz_content ul {
  margin: 26px 0 0;
}
.quiz_09 .quiz_content ul li:nth-of-type(1) {
  width: 134px;
}
.quiz_09 .quiz_content ul li:nth-of-type(2) {
  width: 102px;
}
.quiz_09 .quiz_content ul li:nth-of-type(3) {
  width: 134px;
}
.quiz_09 .main_mv {
  width: 324px;
  top: 17px;
}
.quiz_09 .quiz_question--flex {
  display: flex;
  margin-top: 33px;
  align-items: flex-start;
  gap: 17px;
}
.quiz_09 .quiz_btn {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .quiz_09 .main_mv {
    width: calc(268 / 375 * 100vw);
    margin: calc(55 / 375 * 100vw) auto calc(74 / 375 * 100vw);
  }
  .quiz_09 .quiz_content ul {
    gap: 23px;
    margin: 0 0 calc(145 / 375 * 100vw);
  }
  .quiz_09 .quiz_content ul li:nth-of-type(1) {
    width: calc(100 / 375 * 100vw);
  }
  .quiz_09 .quiz_content ul li:nth-of-type(2) {
    width: calc(76 / 375 * 100vw);
  }
  .quiz_09 .quiz_content ul li:nth-of-type(3) {
    width: calc(100 / 375 * 100vw);
  }
  .quiz_09 .quiz_btn {
  margin: 0 auto 40px;
}

}
/* ---------------------
quiz10
--------------------*/
.quiz_10 {
  width: 100%;
  justify-content: space-around;
}
.quiz_10 .quiz_question img:nth-of-type(2) {
  width: 498px;
}
.quiz_10 .quiz_content ul {
  flex-wrap: wrap;
  width: 433px;
  align-items: flex-start;
  margin: 56px 0 0;
}
.quiz_10 .quiz_content ul li:nth-of-type(1) {
  width: 227px;
}
.quiz_10 .quiz_content ul li:nth-of-type(2) {
  width: 163px;
}

.quiz_10 .quiz_content ul li:nth-of-type(3) {
  width: 163px;
}
.quiz_10 .main_mv {
  width: 340px;
}
.quiz_10 .quiz_question--flex {
  display: flex;
  align-items: flex-start;
}
.question .quiz_10 .quiz_btn {
 margin: -70px 0 0;
}
@media screen and (max-width: 768px) {
  .quiz_10 .quiz_question img:nth-of-type(3) {
    width: calc(312 / 375 * 100vw);
  }
  .quiz_10 .main_mv {
    width: calc(276 / 375 * 100vw);
    margin: calc(28 / 375 * 100vw) auto 0;
  }
  .quiz_10 .quiz_content ul {
    margin: calc(48 / 375 * 100vw) 0 calc(43 / 375 * 100vw);
    width: auto;
  }
  .quiz_10 .quiz_content ul li:nth-of-type(1) {
    width: calc(170 / 375 * 100vw);
  }
  .quiz_10 .quiz_content ul li:nth-of-type(2) {
    width: calc(122 / 375 * 100vw);
  }

  .quiz_10 .quiz_content ul li:nth-of-type(3) {
    width: calc(122 / 375 * 100vw);
  }
  .question .quiz_10 .quiz_btn {
 margin: 0px auto 40px;
}

}
/* ------------
answer
------------------*/
.answer_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz_answer-txt {
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
}

/* .answer_01 .quiz_content {
  margin: -110px 0 0;
} */
.quiz_answer {
  display: flex;
  align-items: center;
  gap: 30px;
}
.quiz_answer img:nth-of-type(1) {
  width: 169px;
}
.quiz_answer-txt {
  margin-top: 30px;
}
/* .answer_01 .quiz_answer-txt {
  width: 410px;
} */

.main_mv div img {
  position: absolute;
}
.answer_btn {
  gap: 32px;
  display: flex;
  width: 337px;
  margin: 72px 0 0;
}
.answer_btn .top_btn {
  width: 164px;
}
.answer_btn .next_btn {
  width: 138px;
}

@media screen and (max-width: 768px) {
  .answer_flex {
    display: block;
  }
  .quiz_answer {
    width: 225px;
  }
  .quiz_answer img:nth-of-type(1) {
    width: 125px;
  }
  .quiz_answer-txt {
    font-size: 16px;
  }
  .answer_content .main_mv {
    margin: calc(47 / 375 * 100vw) auto 0;
  }
  .answer_btn {
    position: static;
    padding: 60px 0 44px;
    margin: 0px auto 0;
    display: block;
    width: auto;
  }
  .answer_btn .next_btn {
    display: block;
    margin: 0 auto calc(33 / 375 * 100vw);
    width: calc(186 / 375 * 100vw);
  }
  .answer_btn .top_btn {
    display: block;
    margin: 0 auto;
    width: calc(221 / 375 * 100vw);
  }
}
/* answer01 */
.answer_01 {
  justify-content: space-around;
  width: 100%;
  align-items: center;
}

.answer_01 .quiz_answer img:nth-of-type(2) {
  width: 104px;
}

.answer_01 .main_mv {
  width: 320px;
}
.answer_01 .main_mv img:nth-of-type(1) {
  margin-top: 30px;
}
.answer_01 .main_mv div img:nth-of-type(1) {
  width: 94px;
  margin-top: 0;
  top: 40px;
  right: 30px;
}
.answer_01 .main_mv div img:nth-of-type(2) {
  width: 176px;
  top: 30px;
  left: -20px;
}
.answer_01 .main_mv div img:nth-of-type(3) {
  width: 43px;
  top: 293px;
  left: 73px;
}
.answer_01 .main_mv div img:nth-of-type(4) {
  width: 50px;
  bottom: 0px;
  left: 59px;
}

.answer_01 .answer_btn {
  bottom: -2px;
}

@media screen and (max-width: 768px) {
  .answer_01 .quiz_content {
    margin: 0;
  }
  .answer_01 .quiz_answer-txt {
    width: auto;
  }
  .answer_01 .main_mv {
    width: calc(267 / 375 * 100vw);
    margin: 0 auto;
    position: relative;
  }
  .answer_01 .main_mv div img:nth-of-type(1) {
    top: calc(40/375*100vw);
    right: calc(3/375*100vw);
        width: calc(94/375*100vw);
  }
  .answer_01 .main_mv div img:nth-of-type(2) {
    width: calc(146/375*100vw);
    top: 0;
    left: calc(-20/375*100vw);
  }
  .answer_01 .main_mv div img:nth-of-type(3) {
    top: calc(221/375*100vw);
    left: calc(55/375*100vw);
        width: calc(43/375*100vw);
  }
  .answer_01 .main_mv div img:nth-of-type(4) {
    width: calc(50/375*100vw);
    left: calc(48/375*100vw);
    bottom: calc(-4/375*100vw);
  }

}
/* -----------
answer02
------------*/

.answer_02 .quiz_answer img:nth-of-type(2) {
  width: 208px;
}
@media screen and (max-width: 768px) {
  .answer_02 .quiz_answer img:nth-of-type(2) {
    width: calc(160 / 375 * 100vw);
  }
  .answer_02 .main_mv {
    width: calc(267 / 375 * 100vw);
  }
}
/* -----------
answer03
------------*/

.answer_03 .quiz_content {
  position: relative;
  left: 34px;
}

.answer_03 .quiz_answer img:nth-of-type(2) {
  width: 260px;
}
.answer_03 .quiz_answer-txt {
  width: 441px;
}
.answer_03 .main_mv {
  width: 454px;
  top: 100px;
}
.answer_03 .answer_btn {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .answer_03 .quiz_content {
    position: static;
  }
  .answer_03 .quiz_answer img:nth-of-type(2) {
    width: calc(160 / 375 * 100vw);
  }
  .answer_03 .quiz_answer-txt {
    width: auto;
  }
  .answer_03 .main_mv {
    width: calc(307 / 375 * 100vw);
  }
}
/* --------
answer04
----------*/
.answer_04 .quiz_answer img:nth-of-type(2) {
  width: 150px;
}
.answer_04 .quiz_answer-txt {
  width: 524px;
}
.answer_04 .main_mv img:nth-of-type(2) {
  width: 51px;
  position: absolute;
  top: 90px;
  left: -10px;
}
.answer_04 .main_mv img:nth-of-type(3) {
  width: 46px;
  position: absolute;
  top: 240px;
  left: 130px;
}
@media screen and (max-width: 768px) {
  .answer_04 .quiz_answer-txt {
    width: auto;
  }
  .answer_04 .main_mv {
    width: calc(300 / 375 * 100vw);
    position: relative;
    margin: 0 auto 0;
  }
  .answer_04 .main_mv img:nth-of-type(2) {
  }
}
/* ------------
answer05
-----------------*/
.answer_05 .quiz_answer img:nth-of-type(2) {
  width: 206px;
}
.answer_05 .quiz_answer-txt img {
  width: 452px;
}
.answer_04 .main_mv {
  width: 331px;
}

.answer_05 .answer_btn {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .answer_05 .quiz_answer img:nth-of-type(2) {
    width: calc(150 / 375 * 100vw);
  }
}

/* -----------
answer06
------------*/

.answer_06 .quiz_answer img:nth-of-type(2) {
  width: 365px;
}
.answer_06 .quiz_answer-txt{
  width: 106%;
}
.answer_06 .main_mv img:nth-of-type(1) {
  margin-top: 30px;
}
.answer_06 .main_mv {
  width: 465px;
}
  .answer_06 .answer_btn{
    margin: 52px 0 0;
  }

@media screen and (max-width: 768px) {
  .answer_06 .quiz_answer img:nth-of-type(2) {
    width: calc(180 / 375 * 100vw);
  }
  .answer_06 .main_mv {
    width: calc(300 / 375 * 100vw);
  }
}
/* -----------
answer07
------------*/
.answer_07 .quiz_answer img:nth-of-type(2) {
  width: 151px;
}
.answer_07 .quiz_answer-txt img {
  width: 504px;
}
.answer_07 .main_mv {
  width: 382px;
  right: 34px;
}
.answer_07 .quiz_answer-txt {
  width: 500px;
}
.answer_07 .answer_flex {
  align-items: flex-start;
}
.answer_07 .answer_btn {
  margin: 62px 0 0;
}
@media screen and (max-width: 768px) {
  .answer_07 .quiz_answer-txt {
    width: auto;
  }
  .answer_07 .main_mv {
    width: calc(320 / 375 * 100vw);
  }
}
/* -----------
answer08
------------*/
.answer_08 .answer_inner {
  max-width: 1256px;
}
.answer_08 .quiz {
  max-width: 1256px;
  justify-content: flex-end;
}

.answer_08 .quiz_answer img:nth-of-type(2) {
  width: 205px;
}
.answer_08 .main_mv {
  width: 576px;
  position: relative;
  top: -90px;
  right: 110px;
}
.c-answer__small {
  font-size: 12px;
  text-align: right;
  display: block;
  font-weight: 400;
}
@media screen and (max-width:1000px) {
.answer_08 .quiz {
  justify-content: center
}
.answer_08 .main_mv {
  width: calc(456/1000*100vw);
  right: calc(-30/1400*100vw);
}
.answer_08 .quiz_content {
  width: calc(559/1400*100vw);
}
}
@media screen and (max-width: 768px) {
  .answer_08 .quiz_answer img:nth-of-type(2) {
    width: calc(150 / 375 * 100vw);
  }
  .answer_08 .main_mv {
    position: static;
    width: calc(320 / 375 * 100vw);
  }
  .answer_08 .quiz_content {
    width: auto;
    } 
  .c-answer__small {
    font-size: 10px;
  }
}
/* -----------
answer09
------------*/

.answer_09 .quiz_answer img:nth-of-type(2) {
  width: 209px;
}
.answer_09 .quiz_answer-txt img {
  width: 525px;
}
.answer_09 .main_mv img:nth-of-type(1) {
  margin-top: 30px;
}

.answer_09 .main_mv {
  width: 286px;
}

.answer_09 .answer_btn {
  bottom: -79px;
}

@media screen and (max-width: 768px) {
  .answer_09 .quiz_answer img:nth-of-type(2) {
    width: calc(160 / 375 * 100vw);
  }
  .answer_09 .main_mv {
    width: calc(286 / 375 * 100vw);
  }
}
/* -----------
answer10
------------*/
.answer_10 .quiz_answer img:nth-of-type(2) {
  width: 257px;
}
.answer_10 .quiz_answer-txt p {
  width: 565px;
}

.answer_10 .main_mv {
  width: 408px;
  top: -113px;
  right: 87px;
}

.answer_10 .answer_btn {
  bottom: -118px;
}

@media screen and (max-width: 768px) {
  .answer_10 .quiz_answer img:nth-of-type(2) {
    width: calc(167 / 375 * 100vw);
  }
  .answer_10 .quiz_answer-txt p {
    width: auto;
  }
  .answer_10 .main_mv {
    width: calc(320 / 375 * 100vw);
  }
}
