@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
#juken2022 a img{
  transition-duration: 0.3s;
}
#juken2022 a:hover img{
  opacity:0.7;
}
#juken2022 html {
  font-size: 62.5%;
  height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}
#juken2022{
  min-width: 980px;
  background-image: url(../img/main_bg.png);
}
#juken2022 body {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  height: 100%; 
}
#juken2022 p {
  font-family: 'Noto Sans JP', sans-serif;
}
#juken2022 h3 {
  color: white;
}
#juken2022 div {
  font-family: 'Noto Sans JP', sans-serif;
}

#juken2022 a {
  color: #333333;
  cursor: pointer;
  text-decoration: none; 
}
#juken2022 .zi0 {
  z-index: 0;
}
#juken2022 .cp_p98 {
  width: 98%;
}
#juken2022 img{
  vertical-align: middle;
}

#juken2022 .pc{display: block;}
#juken2022 .sp{display: none;}


#juken2022 .mv_size{
  width: 100%;
}
#juken2022 .mv_bg .caption{
  background-color:#ffd85f;
  padding:0em 0 1em 0;
  font-size:1.8rem;
}

/* sec01 */
#juken2022 .btn_area{
  width: 42%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translateX(-50%);
}
#juken2022 .btn_area .flex div{
  width:49%;
}

#juken2022 .sec_wrap{
  padding-top: 40px;
  background:url("../img/bg_question.png") -1em -1em;
}
#juken2022 .btn_CP_wrap{
  margin-top: 20px;
}
#juken2022 .aco_btn{
  background-color: #e4007f;
  color: white;
  font-weight: bold;
  font-size: 36px;
  max-width: 1000px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border: #FFF 6px solid;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1.0;
  cursor: pointer;
  border-radius: 0.5em;
}
#juken2022 .aco_btn._active{
  border-bottom-right-radius: 0em;
  border-bottom-left-radius: 0em;

}
#juken2022 .aco_btn._disabled{
  background-color: #ddd;
  color: #666666;;
  border: white 6px solid;
  display: inherit;
  margin-top: 20px;
  pointer-events: none;
}
#juken2022 .aco_btn._disabled._second{
  margin-top: 60px;
}
#juken2022 .aco_btn._disabled span{
  font-size: 16px;
}
#juken2022 .aco_btn::before{
  content: "";
  background-image: url(../img/arrow_white.png);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 45%;
  right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
#juken2022 .aco_btn._disabled::before{
  display: none;
}
#juken2022 .aco_btn._active::before{
  top: 30%;
  transform: rotate(-180deg);
}
#juken2022 .answer_btn{
  background-color: #e4007f;
  color: white;
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0 0 10px 10px;
  cursor: pointer;
}
#juken2022 .answer_btn::before{
  content: "";
  background-image: url(../img/arrow_white.png);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 45%;
  right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
#juken2022 .answer_btn._active::before{
  top: 30%;
  transform: rotate(-180deg);
}
#juken2022 .answer_btn_close{
  background-color: #ddd;
  color: white;
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0 0 10px 10px;
  cursor: pointer;
}
#juken2022 .answer_btn_close::before{
  content: "";
  background-image: url(../img/arrow_white.png);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30%;
  right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-180deg);
}
#juken2022 .pkg_quiz_title{
  margin-top: 3rem;
}
#juken2022 .pkg_quiz_title + p{
  font-size:3rem;
}
#juken2022 .aco_box{
  max-width: 1000px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border: solid 6px #FFF;
  border-radius: 0 0 10px 10px;
  background-color: white;
  border-top: none;
  margin-top: -5px;
  padding: 0 40px 40px;
}
#juken2022 .aco_position{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#juken2022 .quiz_box{
	border:solid 0.4rem #e4007f;
  background-color: white;
  width: 48%;
  margin-top: 40px;
  border-radius: 1em;
  overflow: hidden;
}
#juken2022 .quiz_box .rel{
	border-radius:1em;
  margin-bottom:1em;
}
#juken2022 .quiz_box .rel img{
  margin-bottom:2em;
}
#juken2022 .quiz_text{
  color: #1d2088;
  font-weight: bold;
  font-size: 15px;
}
#juken2022 .level_position{
      position: absolute;
    top: 3%;
    left: 1.5%;
    width: 21.04%;
}
#juken2022 .level_position._new{
  position: absolute;
  top: -3%;
  left: 3%;
  width: 15%;
}
#juken2022 .twitter_position{
  position: absolute;
  bottom: -46px;
  left: 2%;
}
#juken2022 .twitter_position img{
  width:100%;
  margin-bottom:0px;
}
#juken2022 .answer_box{
  border-top: solid #f1f1f1 2px;

}
#juken2022 .answer_box img{
  width:100%;
}
#juken2022 .answer_main{
      width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background-image: url(../img/answer_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 0;
  margin-bottom:20px;
}
#juken2022 .answer_title{
  font-family: 'Noto Sans JP', sans-serif;
    color: #c50f23;
    font-weight: bold;
    font-size: 28px;
    font-feature-settings: "palt";
}
#juken2022 .answer_text{
  font-family: 'Noto Sans JP', sans-serif;
    color: black;
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.3;
  padding:0 0.5em;
}
#juken2022 .answer_text span{
  color:#c50f23;
}
#juken2022 .answer_comment{
  font-family: 'Noto Sans JP', sans-serif;
  color: #1da1f2;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom:10px;
  padding:0 1em;
}
#juken2022 .teaser_title{
  color: #c50f23;
  font-size: 32px;
  font-weight: bold;
  margin-top: 40px;
}
#juken2022 .teaser_text{
  font-family: 'Noto Sans JP', sans-serif;
  color: black;
  font-size: 24px;
  font-weight: bold;
  margin-top: 8px;
}
#juken2022 .teaser_text span{
  font-size: 32px;
}
#juken2022 .movie_wrap{
  background-color: #ffc000;
  margin-top:5rem;
  padding: 5rem 0 7rem;
}

#juken2022 .youtube_wrap {
  max-width: 980px;
  width: 90%;
  margin: 20px auto;
}
#juken2022 .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#juken2022 .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#juken2022 .movie_wrap .caption{
  margin-top:1em;
}
#juken2022 .black_bg{
  background-color: black;
  /* padding: 80px 0 120px; */
}
#juken2022 #TwitterCP{
  background:url("../img/bg_sakura.png") center 10rem no-repeat;
  background-color:#ffc000;
  padding: 8rem 0 0rem;
}
#juken2022 .w980{
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
#juken2022 .sec02_btn_position{
  position: absolute;
  bottom: 98px;
}
#juken2022 .sec02_btn_position._left{
  left: 36px;
}
#juken2022 .sec02_btn_position._right{
  right: 36px;
}
#juken2022 .note_title{
  color: #1d2088;
  font-weight: bold;
  font-size: 20px;
  margin-top: 80px;
  font-family: 'Noto Sans JP', sans-serif;
}
#juken2022 .note_box{
  color: white;
  font-size: 16px;
  text-align: left;
  max-width: 980px;
  width: 90%;
  margin: 20px auto;
  padding: 1.5em;
  border: white solid 3px;
  background-color: #232323;
  line-height: 1.5;
  height: 300px;
  overflow-y: scroll;
  font-family: 'Noto Sans JP', sans-serif;
}
#juken2022 .note_box p , dt{
  font-family: 'Noto Sans JP', sans-serif;
}
#juken2022 #specialPKG{
	background: url(../img/bg_question.png) -1em -1em;
	padding-top:10rem;
}
#juken2022 #specialPKG ul.caption{
  margin-top:2rem;
}
#juken2022 #specialPKG ul.caption li{
  font-size:1.2rem;
}
#juken2022 .pkg_box{
  border-radius: 1em;
  padding: 80px 0;
  background-color: white;
  max-width: 980px;
  width: 90%;
  margin: 80px auto 0;
}
#juken2022 .pkg_box + p{
  margin-top:2em;
  margin-bottom:-2em;
  font-size:1.8rem;
}
#juken2022 .pkg_title{
  margin-top: -180px;
}
#juken2022 .pkg_wrap{
  width:81.633%;
  margin: 4rem auto 0;
}
#juken2022 .pkg_wrap .pkg_size{
  width:35%;
}
#juken2022 .pkg_wrap .flex{
  margin-bottom:6rem;
}
#juken2022 .pkg_wrap .flex:last-of-type{
  margin-bottom:0rem;
}
#juken2022 .pkg_wrap .flex div{
  width:62.5%;
}
#juken2022 .pkg_wrap .flex div .pkg_ttl{
  width:100%;
}
#juken2022 .pkg_wrap .flex div p{
  font-size:1.8rem;
  text-align:left;
  padding:1em;
}
#juken2022 .pkg_wrap .flex div a{
  display:block;
  margin-top:0.5em;
}

#juken2022 .top{
  text-align: right;
}
#juken2022 .top img{
  width: 45px;
  padding: 20px 0 40px;
  margin-left: 90%;
}


/* ヘッダー */
#juken2022 .header_open{
  position: absolute;
  top: 3%;
  right: 3%;
  width: 45px;
  z-index: 5;
}
#juken2022 .header_close{
  position: absolute;
  top: 3%;
  right: 3%;
  width: 45px;
  z-index: 100;
  display: none;
}
#juken2022 .menu{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
  border: solid 3px white;
  height: 60vh;
}
#juken2022 .menu_link{
  color: white;
  font-weight: bold;
  font-size: 5.4vw;
  z-index: 100;
  padding: 20px 0;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
}

#juken2022 #TwitterCP .ttl{
  margin-bottom:4rem;
}
#juken2022 .note_wrap{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#juken2022 dt{
  font-weight: bold;
  margin-top: 1em;
}
#juken2022 .icon_new_position{
  position: absolute;
  top: 0%;
  left: -8%;
  animation: pekopeko 2s infinite;
}
#juken2022 .btn_area .icon_new_position{
  width:22%;
  left: -10%;
}
#juken2022 .icon_new_position._Q7{
  position: absolute;
  top: -1%;
  left: -4%;
  animation: pekopeko 2s infinite;
}
@keyframes pekopeko {
  0% {

    top: 0px;
}
10% {
    top: 5px;
}
20% {

    top: 0px;
}
30% {
    top: 5px;
}
40% {

    top: 0px;
}
}


@media screen and (max-width:1200px){
#juken2022 .icon_new_position{
  position: absolute;
  top: 0%;
  left: 0;
} 


}

@media screen and (max-width:767px){

  #juken2022 .pc{display: none;}
  #juken2022 .sp{display: block;}

  #juken2022 .icon_new_position{
    position: absolute;
    top: 0%;
    left: -9%;
    width: 28%;
  }
  #juken2022 .icon_new_position._Q7{
    position: absolute;
    top: -5%;
    left: -3%;
    width: 12%;
  }
  #juken2022 .mv_bg .caption{
  background:none;
  padding:1.5em 0 0em 1em;
    width:90%;
    margin:0 auto;
    text-indent:-1em;
    font-size:1.4rem;
    text-align: left;
}

  /* sec01 */

  #juken2022{
    min-width: inherit;
    background-image: url(../img/main_bg.png);
  }
  
  #juken2022 .mv_bg{
    background:url("../img/mv_bg.png") center bottom /cover no-repeat;
  }
  
  #juken2022 .s_p90{
    width: 90%;
  }
  #juken2022 .sec_wrap{
    margin-top: 0px;
    background: url(../img/bg_question.png) -1em -1em/30% repeat;
  }
  #juken2022 .btn_CP_wrap{
    margin-top: 10px;
  }

  #juken2022 .aco_btn{
    font-size: 4.27vw;
    width: 90%;
    border: #FFF 3px solid;
    border-radius: 4px;
    height: 45px;
  }
  #juken2022 .aco_btn img{
    height:18px;
  }
  #juken2022 .aco_btn::before{
    width: 15px;
    height: 15px;
    top: 40%;
    right: 10px;
  }
  #juken2022 .aco_btn._active::before{
    top: 20%;
  }
  #juken2022 .aco_btn._disabled{
    margin-top: 10px;
    border: white 3px solid;
    padding-top: 4px;
  }
  #juken2022 .aco_btn._disabled._second{
    margin-top: 20px;
  }
  #juken2022 .aco_btn._disabled span{
    font-size: 3.2vw;
  }
  #juken2022 .answer_btn{
    font-size: 4.27vw;
    width: 100%;
    border-radius: 0 0 4px 4px;
    height: 45px;
  }
  #juken2022 .answer_btn::before{
    width: 15px;
    height: 15px;
    top: 40%;
    right: 10px;
  }
  #juken2022 .answer_btn_close{
    font-size: 4.27vw;
    width: 100%;
    border-radius: 0 0 4px 4px;
    height: 45px;
    margin-top: 0px;
  }
  #juken2022 .answer_btn_close::before{
    width: 15px;
    height: 15px;
    top: 20%;
    right: 10px;
  }
  #juken2022 .pkg_quiz_title{
    margin-top: 20px;
  }
  #juken2022 .pkg_quiz_title + p {
    font-size: 1.8rem;
}
  #juken2022 .pkg_quiz_title img{
    width: 70%;
  }

  #juken2022 .aco_box{
    border: solid 3px #FFF;
    border-radius: 0 0 5px 5px;
    padding: 0 3% 5%;
  }
  #juken2022 .aco_position{
    display: block;
  }
  #juken2022 .quiz_box{
    width: 100%;
    margin-top: 20px;
  }
  #juken2022 .quiz_text{
    font-size: 3.2vw;
    padding-left:1.5em;
  }
  #juken2022 .answer_comment{
    font-size: 3.2vw;
  }
  #juken2022 .answer_title{
    font-size: 5.34vw;
  }
  #juken2022 .answer_text{
    font-size: 3.2vw;
    font-feature-settings:"palt"
  }

  #juken2022 .teaser_title{
    font-size: 5.34vw;
    margin-top: 20px;
  }
  #juken2022 .teaser_text{
    margin-top: 4px;
    font-size: 4.27vw;
  }
  #juken2022 .teaser_text span{
    font-size: 5.34vw;
  }
  #juken2022 .youtube_title{
    width: 65%;
  }
  #juken2022 .youtube_text{
    width: 90%;
  }
  #juken2022 .movie_wrap{
    padding: 20px 0 40px;
  }
  #juken2022 .movie_wrap .caption {
    font-size:3vw;
}
  #juken2022 .flowr_bg{
    background-image: none;
    padding: 10px 0 10px;
  }

  #juken2022 .sec02_btn_position{
    position: absolute;
    width: 85%;
  }
  #juken2022 .sec02_btn_position._left{
    bottom: 33%;
    left: 50%;
    transform: translateX(-50%);
  }
  #juken2022 .sec02_btn_position._right{
    bottom: 7%;
    right: 50%;
    transform: translateX(50%);
  }
  #juken2022 .note_title{
    font-size: 4.27vw;
    margin-top: 40px;
  }
  #juken2022 .note_box{
    font-size: 3.2vw;
    margin: 10px auto;
    padding: 20px;
    border: white solid 3px;
    height: 150px;
  }
  #juken2022 .sec03_comment img{
    width: 96%;
  }
  #juken2022 .sec03_comment{
    padding-top: 3rem;
  }
  #juken2022 #specialPKG {
    background: url(../img/bg_question.png) -1em -1em/30% repeat;
    padding-top: 0rem;
}
  #juken2022 .pkg_box{
    border: solid #FFF 3px;
    border-radius: 0.5em;
    padding: 10% 0;
    margin:15%  auto 0;
  }
  #juken2022 .pkg_box + p {
    padding: 1.5em 0 0em 1em;
    width: 90%;
    margin: 0 auto;
    text-indent: -1em;
    margin-bottom:-2em;
    font-size:1.4rem;
    text-align: left;
}
  #juken2022 .pkg_title{
    margin-top: -32%;
    width: 70%;
  }
  #juken2022 .pkg_text{
    width: 76%;
  }
  #juken2022 #specialPKG ul.caption {
    margin-top: 1.5rem;
}
  #juken2022 #specialPKG ul.caption li {
    font-size: 2vw;
    transform:scale(0.8);
}
  #juken2022 .pkg_wrap {
    width: 90%;
    margin: 3rem auto 0;
}
  #juken2022 .pkg_wrap .flex {
    margin-bottom: 4rem;
    display:block;
}
  #juken2022 .pkg_wrap .pkg_size {
    width: 48%;
}
  #juken2022 .pkg_wrap .flex div {
    width: 100%;
    margin-top:1.5em;
}
  #juken2022 .pkg_wrap .flex div p {
    font-size: 1.4rem;
    padding: 1em;
}
  #juken2022 .pkg_btn_size{
    width: 80%;
    margin:0.5em auto 0;
  }
  #juken2022 .pkg_btn_size img{
    width: 100%;
  }
  #juken2022 .border{
    border-top: 2px solid #f1f1f1;
    margin-top: 20px;
  }
  #juken2022 .top img{
    width: 45px;
    padding:0px 0 40px;
    margin-left: 82%;
  }
  #juken2022 #TwitterCP{
    padding: 4rem 0 0rem;
  } 
#juken2022 #TwitterCP .ttl {
    margin-bottom: 2rem;
  width:90%;
}
#juken2022 #TwitterCP .detail{
  width:90%;
}  
  #juken2022 .twitter_position{
    position: absolute;
    bottom: -8%;
    left: 1%;
    width: 14%;
  }
  #juken2022 .twitter_position img{
    width: 100%;
  }
  #juken2022 .quiz_box .rel img {
    margin-bottom: 0em;
}
  #juken2022 .note_wrap{
    display: block;
  }
}