@charset "utf-8";

/*===================
   practice-question-wrap
===================*/
/*SP*/
.c-pagetitle-txt {
  height: 112px;
}

.practice-question-wrap {
  position: relative;
}

.practice-question-wrap .c-inner {
  position: relative;
  z-index: 1;
}

.c-left-ccl-obj {
  bottom: auto;
  top: 590px;
}

.practice-question-wrap {
  padding: 40px 0 10px;
}

.img_question {
  display: block;
  width: 100%;
}

.answer_area {
  margin: 0 auto 48px;
}

.answr_area_wrap.btn {
  background: url(../images/practice-question/bg_answer_btn.png) no-repeat;
  background-size: cover;
  background-position: center;
  line-height: 1.3;
  padding: 11px 10px 11px 30px;
  border-radius: 5px;
  margin: 0 0 15px;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}

.answr_area_wrap.btn .numccl {
  font-size: 1.44em;
  display: inline-block;
  margin: 0 14px 0 0;
  vertical-align: -0.15em;
}

.answr_area_wrap.btn .correct,
.answr_area_wrap.btn .incorrect {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.answr_area_wrap.btn .correct {
  width: 37.9%;
}

.answr_area_wrap.btn .incorrect {
  width: 50.1%;
}

.answr_area_wrap.btn:last-child {
  margin: 0;
}

.c-caption {
  margin: 48px auto 30px;
}

.c-btn-list.small {
  margin: 0 auto 15px;
}

.c-caption img {
  max-height: 40px;
}

/* .quiz-slider {
  width: 100%;
} */

/* slick setting */
.slick-prev {
  position: absolute;
  left: -5px;
  z-index: 1;
}

.slick-next {
  position: absolute;
  right: -5px;
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  content: '';
}

.slick-prev,
.slick-next {
  display: block !important;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  display: none !important;
}

.quiz-slider .slick-dots {
  margin-top: 10px;
  text-align: center;
}


.quiz-images-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.quiz-images-row img {
  height: auto;
  object-fit: contain;
  max-width: 100%;
  width: auto;
}

.quiz-images-row .slick-slide {
  display: flex !important;
  justify-content: center;
}

.quiz-images-row .slick-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.quiz-images-row.one-image {
  justify-content: center;
}

.quiz-images-row.one-image img {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: block;
}

.type-caption {
  margin: 0 auto 28px;
}


@media screen and (min-width: 768px) {

  .c-lead {
    margin: 0 auto 58px;
  }

  .c-pagetitle-txt {
    height: 205px;
  }

  .practice-question-wrap {
    padding: 60px 0 10px;
  }

  .c-caption {
    margin: 74px auto 40px;
  }

  .answer_area {
    width: 820px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 0 auto 86px;
  }

  .answr_area_wrap.btn {
    background: url(../images/practice-question/bg_answer_btn.png) no-repeat;
    background-size: cover;
    background-position: center;
    line-height: 1.3;
    padding: 14px 10px 15px 30px;
    border-radius: 5px;
    margin: 0;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    width: 389px;
    /* height: 62px; */
    display: flex;
    align-items: center;
  }

  .c-btn-list.small {
    margin: 0 auto 40px;
  }

  .quiz-slider {
    width: 83.8805%;
    max-width: 540px;
    margin: 0 auto;
  }

  .c-left-ccl-obj {
    bottom: auto;
    top: 399px;
  }

  .quiz-images-row.one-image img {
    min-height: 600px;
  }

  .type-caption {
    margin: 0 auto 58px;
  }
}


@media screen and (min-width: 768px) {
  .answer_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .answer_area .answr_area_wrap {
    width: 389px;
  }

  .answer_area .answr_area_wrap:nth-child(3):last-child {
    margin-left: auto;
    margin-right: auto;
  }
}