@charset "UTF-8";
@charset "utf-8";
@charset "utf-8";
#ays_tooltip{width:auto;padding:3px;box-sizing:border-box;word-break:keep-all;-webkit-hyphens:none;white-space:nowrap}#ays_tooltip.center_center{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}#ays_tooltip.left_top{position:fixed;left:1rem;top:1rem;bottom:auto;right:auto}#ays_tooltip.left_bottom{position:fixed;left:1rem;top:auto;bottom:1rem;right:auto}#ays_tooltip.right_top{position:fixed;left:auto;top:1rem;bottom:auto;right:1rem}#ays_tooltip.right_bottom{position:fixed;left:auto;top:auto;bottom:1rem;right:1rem}#ays_tooltip p{margin:0;padding:0}#ays_noscript{position:fixed;width:100%;height:100%;background:#fff;top:0;left:0;z-index:99998;overflow:auto;padding:90px;justify-content:center}.wrong_shortcode_text::first-letter{color:red!important;background-color:transparent!important;font-size:inherit!important;font-weight:inherit!important;float:none!important;line-height:inherit!important;margin:0!important;padding:0!important}
 .wp-make-quiz.default{
margin: 0 0 30px 0;
padding: 0;
box-sizing: border-box;
}
.wp-make-quiz.default .wp-make-quiz-title{
font-weight: normal;
margin: 0 0 1em 0;
}
.wp-make-quiz.default .wp-make-quiz-title p:first-of-type{
margin: 0;
padding: 0;
}
.wp-make-quiz.default .wp-make-quiz-question{
list-style: none;
margin: 0;
padding: 0;
}
.wp-make-quiz.default .wp-make-quiz-question-list{
position: relative;
background: #fff;
border: 1px solid #ddd;
cursor: pointer;
font-weight: normal;
padding: 10px 40px 10px 10px;
margin: 0 0 10px 0;
border-radius: 5px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: .2s;
-moz-transition: .2s;
-o-transition: .2s;
transition: .2s;
} .wp-make-quiz.default .wp-make-quiz-question-list.disabled{
cursor: auto;
padding: 10px 10px 10px 50px;
}
.wp-make-quiz.default .wp-make-quiz-question-list:not(.disabled):hover{
box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.wp-make-quiz.default .wp-make-quiz-question-list:after{
font-family: "dashicons";
position: absolute;
left: 10px;
font-size: 32px;
color: #fff;
line-height: 1;
}
.wp-make-quiz.default .wp-make-quiz-question-list.disabled{
background: #e2e2e2;
border-color: transparent;
}
.wp-make-quiz.default .wp-make-quiz-question-list.incorrect:not(.choice):after{
color: #878787;
} .wp-make-quiz.default .wp-make-quiz-question-list.correct.disabled{
background: #68AF15;
color: #fff;
}
.wp-make-quiz.default .wp-make-quiz-question-list.correct.disabled:after{
content: "\f147";
} .wp-make-quiz.default .wp-make-quiz-question-list.incorrect.disabled.choice{
background: #BE1515;
color: #fff;
}
.wp-make-quiz.default .wp-make-quiz-question-list.incorrect.disabled:after{
content: "\f158";
} .wp-make-quiz.default .wp-make-quiz-answer{
display: none;
background: #fff;
border: 1px solid #bbb;
font-weight: normal;
padding: 10px;
margin: 0 0 10px 0;
border-radius: 5px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
animation: wp-make-quiz-default-appear 1s ease;
}
.wp-make-quiz.default .wp-make-quiz-result.show{
display: block;
}
.wp-make-quiz.default .wp-make-quiz-result{
display: none;
margin: 0 0 10px 0;
padding: 0;
font-weight: normal;
position: relative;
font-weight: 700;
}
.wp-make-quiz.default .wp-make-quiz-result:before{
font-family: "dashicons";
display: inline-block;
margin-right: 0.2em;
line-height: 1;
position: relative;
top: 3px;
} .wp-make-quiz.default .wp-make-quiz-result.correct{
color: #68AF15;
}
.wp-make-quiz.default .wp-make-quiz-result.correct:before{
content: "\f12a";
color: #68AF15;
} .wp-make-quiz.default .wp-make-quiz-result.incorrect{
color: #BE1515;
}
.wp-make-quiz.default .wp-make-quiz-result.incorrect:before{
content: "\f153";
color: #BE1515;
}
.wp-make-quiz.default .wp-make-quiz-result-text{
margin: 0;
padding: 0;
font-weight: normal;
}
.wp-make-quiz.default .wp-make-quiz-kaisetsu{
margin: 1em 0 0 0;
padding: 0;
} .wp-make-quiz.default .wp-make-quiz-continue-wrap{
margin-top: 1em;
text-align: center;
}
.wp-make-quiz.default .wp-make-quiz-continue{
display: inline-block;
padding: 0.5em 3em;
background: #68af15;
color: #fff;
border-radius: 5px;
cursor: pointer;
font-weight: 700;
}
.wp-make-quiz.default .wp-make-quiz-continue:hover{
box-shadow: 0 0 10px rgba(0,0,0,0.3);
} @keyframes wp-make-quiz-default-appear {
0%{
opacity: 0;
}
100%{
opacity: 1;
}
}
 .wp-make-quiz.school{
margin: 0 0 30px 0;
padding: 0;
box-sizing: border-box;
border: 5px solid #C59E42;
color: #fff;
padding: 35px 5%;
background: #11754C;
border-radius: 5px;
letter-spacing: 1.2px;
font-size: 15px;
line-height: 22px;
position: relative;
}
.wp-make-quiz.school .wp-make-quiz-title{
font-weight: normal;
margin: 0 0 1em 0;
}
.wp-make-quiz.school .wp-make-quiz-title p:first-of-type{
margin: 0;
padding: 0;
}
.wp-make-quiz.school .wp-make-quiz-question{
list-style: none;
margin: 0;
padding: 0;
}
.wp-make-quiz.school .wp-make-quiz-question-list{
position: relative;
border: 1px solid #FFFFFF;
border-radius: 5px;
list-style: none;
padding: 10px 15px;
margin-bottom: 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: .2s;
-moz-transition: .2s;
-o-transition: .2s;
transition: .2s;
cursor: pointer;
} .wp-make-quiz.school .wp-make-quiz-question-list.disabled{
cursor: auto;
}
.wp-make-quiz.school .wp-make-quiz-question-list:not(.disabled):hover{
box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.wp-make-quiz.school .wp-make-quiz-question-list.incorrect:not(.choice):after{
color: #878787;
} .wp-make-quiz.school .wp-make-quiz-question-list.correct.disabled{
background: #BE1515;
} .wp-make-quiz.school .wp-make-quiz-question-list.incorrect.disabled.choice{
background: #6EADDE;
} .wp-make-quiz.school .wp-make-quiz-answer{
display: none;
font-weight: normal;
padding: 10px;
margin: 0 0 10px 0;
border-radius: 5px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
animation: wp-make-quiz-school-appear 1s ease;
}
.wp-make-quiz.school .wp-make-quiz-result.show{
display: block;
text-align: center;
line-height: 1;
}
.wp-make-quiz.school .wp-make-quiz-result.show span{
display: inline-block;
position: relative;
}
.wp-make-quiz.school .wp-make-quiz-result{
display: none;
margin: 1rem 0 2.5rem 0;
padding: 0;
font-size: 2rem;
font-weight: normal;
position: relative;
font-weight: 700;
color: #fff;
text-align: center;
}
.wp-make-quiz.school .wp-make-quiz-result:before{
font-family: "dashicons";
display: inline-block;
margin-right: 0.2em;
line-height: 1;
position: relative;
top: 3px;
}
.wp-make-quiz.school .wp-make-quiz-result span:after{
content: '';
position: absolute;
width: 100%;
height: 5px;
display: inline-block;
bottom: -1rem;
right: 0;
left: 0;
} .wp-make-quiz.school .wp-make-quiz-result.correct:before{
content: "\f159";
color: #BE1515;
}
.wp-make-quiz.school .wp-make-quiz-result.correct span:after{
background:#BE1515;
} .wp-make-quiz.school .wp-make-quiz-result.incorrect:before{
content: "\f158";
color: #6EADDE;
}
.wp-make-quiz.school .wp-make-quiz-result.incorrect span:after{
background: #6EADDE;
}
.wp-make-quiz.school .wp-make-quiz-result-text{
margin: 0;
padding: 0;
font-weight: normal;
}
.wp-make-quiz.school .wp-make-quiz-kaisetsu{
margin: 1em 0 0 0;
padding: 0;
} .wp-make-quiz.school .wp-make-quiz-continue-wrap{
text-align: center;
}
.wp-make-quiz.school .wp-make-quiz-continue{
background: none;
border: 1px solid #fff;
color: #fff;
padding: 10px;
text-align: center;
min-width: 200px;
margin: auto;
display: block;
border-radius: 5px;
margin-top: 40px;
max-width: 200px;
cursor: pointer;
}
.wp-make-quiz.school .wp-make-quiz-continue:hover{
box-shadow: 0 0 10px rgba(0,0,0,0.3);
} @keyframes wp-make-quiz-school-appear {
0%{
opacity: 0;
}
100%{
opacity: 1;
}
}