.backtop {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.backtop img {
  width: 100%;
}

.backtop:hover {
  opacity: 0.7;
}

.footer__main {
  background-color: #343434;
  padding: 25px 0;
}

.footer__main a {
  color: #fff;
}

.footer_copyright {
  background-color: #141414;
  color: #fff;
  font-size: 10px;
  padding: 10px;
  text-align: center;
}

.p_top .quiz__question {
  background: #FACA40;
  padding: 44px 36px;
}

.mv img {
  width: 100%;
}

.sec img {
  width: 100%;
}

.p_top .quiz__question::after {
  display: none;
}

.p_top .quiz__question h3 {
  padding: 20px 30px;
  background-color: #fff;
  -moz-border-radius: 9999px;
       border-radius: 9999px;
  font-size: 40px;
  padding-left: 100px;
}

.p_top .quiz__question h3::before {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 44px;
  color: #EF4342;
  background: none;
  width: auto;
  height: auto;
}

.p_top .quiz__question .wrapRadio {
  background-color: #fff;
  -moz-border-radius: 10px;
       border-radius: 10px;
  padding: 30px 20px;
  margin-top: 30px;
}

.p_top .quiz__question .wrapRadio label span {
  border: 0;
  background: #EF4342;
  -moz-box-shadow: 0 5.2px 0 #C72423;
       box-shadow: 0 5.2px 0 #C72423;
}

.p_top .q_in {
  background: url(../img/quiz__last_bg.png) center/100% 100% no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  margin-top: 0;
  padding: 20px 0 80px;
}

.p_top .quiz__last {
  margin-top: 0;
}

.p_top .quiz__last .txt {
  text-align: center;
}

.p_top .quiz__last .txt img {
  width: 94%;
}

.p_top .quiz__last .wrapCheckAge label span::before {
  background: #FFFFFF;
  border: 1px solid #A5A5A5;
  -moz-border-radius: 3px;
       border-radius: 3px;
}
.p_top .quiz__last button {
  filter: grayscale(100%);
  pointer-events: none;
}
.p_top .quiz__last button.enable {
  background: url(../img/btnDisable01.png) center no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  filter: grayscale(0%);
  pointer-events: auto;
}

#goResult a {
    display: block;
    padding: 40px;
    width: 70%;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .p_top .quiz__question {
  padding: 20px 20px;
}
  .p_top .quiz__question h3 {
  padding: 10px 15px;
  font-size: 4vw;
  padding-left: 50px;
  line-height: 1.5;
  margin-top: 0;
}
  .p_top .quiz__question h3::before {
  font-size: 5vw;
  left: 15px;
}
  .p_top .quiz__question figure {
  margin-top: 3.76329vw;
}
 .p_top .quiz__question .wrapRadio {
  margin-top: 15px;
  padding: 15px;
}
}



/* 診断戻す時はコメントアウト */
.cv_btn {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 3rem;
}
.sec05 {
  position: relative;
}
.anchor {
  position: absolute;
  bottom: 20%;
  left: 0;
  height: 1px;
}
@media screen and (max-width: 480px) {
.anchor {
  position: absolute;
  bottom: 50%;
  left: 0;
  height: 1px;
}
}