@charset "shift_jis";
/* CSS Document */


.ct_box .ct_inbox .btn_ct_inbox_back {
display: block;
position: absolute;
top:0;
left:1;
width: 41px;
height: 42px;

z-index: 10010;
}

.ct_box .ct_inbox {
background: url(../images/bg.jpg) no-repeat;
}


.ct_box .ct_inbox .btn_again {
display: none;
position: absolute;
top:200px;
left:0;
right:0;
margin: 0 auto;
width: 130px;
height: 29px;
cursor: pointer;

z-index: 500;
}
.ct_box .ct_inbox .btn_again:hover {
opacity: 0.7;
}



.ct_box .ct_inbox .txtimg_box {
display: block;
position: absolute;
width: 257px;
height: 105px;
right:-260px;
top:103px;
z-index: 1000;
text-align: center;
}


.ct_box .ct_inbox .q_img {
display: block;
position: absolute;
width: 480px;
height: 126px;
right:0px;
top:67px;
z-index: 101;
}

.ct_box .ct_inbox .q_img img.disnone {
display: none;
}


.ct_box .ct_inbox .q_img .btn_right {
display: block;
cursor: pointer;
position: absolute;
width: 64px;
height: 38px;
bottom:0;
right:0;
}

.ct_box .ct_inbox .q_img .btn_left {
display: block;
cursor: pointer;
position: absolute;
width: 64px;
height: 38px;
bottom:0;
left:0;
}
.ct_box .ct_inbox .q_img .btn_right.disnone,
.ct_box .ct_inbox .q_img .btn_left.disnone  {
display: none;
}


.ct_box .ct_inbox .btn_next {
display: none;
cursor: pointer;
position: absolute;
width: 83px;
height: 43px;
right:9px;
bottom:18px;
z-index: 150;
}


.ct_box .ct_inbox .q_btn img {
display: block;
}
.ct_box .ct_inbox .q1_btn_box {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
position: absolute;
width: 302px;
height: 83px;
right:0;
left:0;
margin-left: auto;
margin-right: auto;
top:172px;
z-index: 110;
}
.ct_box .ct_inbox .q1_btn_box.disnone {
display: none;
}


.ct_box .ct_inbox .q1_btn_box .q_btn {
margin: 0 9px;
position: relative;
cursor: pointer;
}

.ct_box .ct_inbox .q1_btn_box .q_btn .btn_correct,
.ct_box .ct_inbox .q1_btn_box .q_btn .btn_wrong {
position: absolute;
z-index: 111;
opacity: 0;
display: none;
}

.ct_box .ct_inbox .q1_btn_box .q_btn .btn_correct.showCorrect {
display: block;
opacity: 1;
/*animation: showCorrect 0.25s linear;
animation-fill-mode: forwards;
}
@keyframes showCorrect {
  0% {
    top:-10px;
    left:-10px;
    width: 102px;
    height: 103px;
    opacity: 0;
  }
  100% {
    top:0px;
    left:0px;
    width: 82px;
    height: 83px;
    opacity: 1;
  }*/
}

.ct_box .ct_inbox .q1_btn_box .q_btn .btn_wrong.showWrong {
display: block;
opacity: 1;
/*animation: showWrong 0.25s linear;
animation-fill-mode: forwards;
}
@keyframes showWrong {
  0% {
    top:-10px;
    left:-10px;
    width: 102px;
    height: 103px;
    opacity: 0;
  }
  100% {
    top:0px;
    left:0px;
    width: 82px;
    height: 83px;
    opacity: 1;
  }*/
}



.ct_box .ct_inbox .q2_btn_box {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
position: absolute;
width: 352px;
height: 83px;
right:0;
left:0;
margin-left: auto;
margin-right: auto;
top:172px;
z-index: 110;
}
.ct_box .ct_inbox .q2_btn_box.disnone {
display: none;
}

.ct_box .ct_inbox .q2_btn_box .q_btn {
margin: 0 3px;
position: relative;
cursor: pointer;
}

.ct_box .ct_inbox .q2_btn_box .q_btn .btn_correct,
.ct_box .ct_inbox .q2_btn_box .q_btn .btn_wrong {
position: absolute;
z-index: 111;
opacity: 0;
display: none;
}

.ct_box .ct_inbox .q2_btn_box .q_btn .btn_correct.showCorrect {
display: block;
opacity: 1;
/* animation: showCorrect 0.25s linear;
animation-fill-mode: forwards; */
}

.ct_box .ct_inbox .q2_btn_box .q_btn .btn_wrong.showWrong {
display: block;
opacity: 1;
/* animation: showWrong 0.25s linear;
animation-fill-mode: forwards; */
}
