@charset "UTF-8";

.wrapper {
  padding-top: 0px;
}

.aojiru_jyure_q {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 10vw;
  background: #FFF;
  text-align: center;
  padding: 0 0 0%;
  box-shadow: 0px 0px 54px 0px rgb(0 0 0 / 30%);
  overflow: hidden;
}

.aojiru_jyure_q img {
  display: block;
  margin: auto;
  width: 100%;
}

.question label p {
  margin-bottom: 3.2%;
}

.fv {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 50;
}

.question {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

#q1 {
  margin-top: -12%;
  z-index: 45;
}

#q2 {
  margin-top: -19%;
  z-index: 40;
}

#q2::before {
  content: '';
  display: block;
  padding-top: 161%;
  position: relative;
}

#q3 {
  margin-top: -17%;
  z-index: 45;
}

#q4 {
  margin-top: -17%;
  z-index: 40;
}

.cv_box {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin-top: -25%;
  z-index: 35;
}

.ippon {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin-top: -112%;
  z-index: 42;
}

.hukidashi {
  opacity: 0;
  position: absolute;
  width: 50%;
  margin-top: -123.5%;
  margin-left: 10%;
}

/* */
.campaign {
  display: none;
  width: 102%;
  margin: -1%;
}

/* */

.yasai {
  position: absolute;
  width: 110%;
  margin-top: -160%;
}

.a2_bg {
  position: absolute;
  width: 90%;
  margin-top: -131%;
  left: 5%;
}

.q1_box,
.q2_box,
.q3_box,
.q4_box {
  position: absolute;
  margin-left: 9.4%;
  margin-right: 9.4%;
}

.q1_box {
  margin-top: -127%;
}

.q2_box {
  margin-top: -68%;
}

.q3_box {
  margin-top: -41%;
}

.q4_box {
  margin-top: -198%;
}

.to_lp {
  margin: 27% 8% 0%;
}

.to_lp_button {
  pointer-events: none;
  opacity: 50%;
}

.info {
  margin: 4% 8%;
}

/* -- button action -- */
/* input none */
.question .checkbox {
  display: none;
}

/* chack box */
.check-box {
  cursor: pointer;
}

.question .check-box p:nth-child(1) {
  display: block;
}

.question .check-box p:nth-child(2) {
  display: none;
}

.question .checkbox:checked+.check-box p:nth-child(1) {
  display: none;
}

.question .checkbox:checked+.check-box p:nth-child(2) {
  display: block;
}