/* QUIZ STYLES */
/* Styles to prettify the quiz page */

html {
    background: #eee;
}
html, body {
    line-height: 1.6rem;
}
body {
    width: 100%;
    /* margin: 0 auto; */
    /* border: 2px solid #ccc; */
    /* border-top: none; */
    /* background: #fff; */
    /* padding: 20px; */
  font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #353535;
    line-height: 1.5em;
}

.logoarea {
    margin-bottom: 2r;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: solid  1rem #0a92d8;
}

ul.answers {
    margin-bottom: 1rem;
}

div#Quizbox {
    width: 50%;
    margin: auto;
    border: 2px solid #ccc;
    border-top: none;
    background: #fff;
    padding: 1%;
    font-size: 1rem;
}

h1,h2,h3,h4,h5,h6 {font-weight: bold;line-height: 2rem;}

h1 {
    font-size: 26px;
    margin: 0 0 20px;
    color: #0591D8;
}
h2 {
    font-size: 22px;
    margin: 15px 0;
}
h3 {
    font-size: 18px;
    margin: 15px 0 10px;
}
h4 {
    font-size: 16px;
    margin: 10px 0;
}
h5 {
    font-size: 14px;
    margin: 10px 0 5px;
}
h6 {
    font-size: 12px;
    margin: 5px 0;
}

strong { font-weight: bold; }
em { font-style: italic; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }
ol li { list-style-type: decimal; margin-left: 20px; }

.button {
    /* float: left; */
    width: auto;
    padding: 5px 15px;
    color:#ffffff;
    background-color: #0591D8;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}
.button:hover {
    background-color:rgb(120 202 243);
      color:#333;
}

.startQuiz {
    margin-top: 40px;
}

.tryAgain {
    float: none;
    margin: 40px 0;
    /* padding-top: 2rem; */
}

/* clearfix */
.quizArea, .quizResults {
    zoom: 1;
    /* text-align: center; */
}
.quizArea:before, .quizArea:after, .quizResults:before, .quizResults:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
.quizArea:after, .quizResults:after {
    clear: both;
}

.questionCount {
    font-size: 14px;
    font-style: italic;
    background: #0a92d8;
    color: #fff;
    padding: 2%;
    border-radius: 5px;
    display: inline-block;
    font-size: 1.2rem;
}
.questionCount span {
    font-weight: bold;
}

.quizResults {
margin-top: 20px;
    margin-left: 0;
    border: 1px solid #0a92d8;
    padding: 1rem;
    border-radius: 0.5rem;
}

ol.questions {
    margin-top: 20px;
    margin-left: 0;
    border: 1px solid  #0a92d8;
    padding: 1rem;
    border-radius: 0.5rem;
}
ol.questions li {
    margin-left: 0;
    padding-bottom: 1rem;
    font-weight: bold;
}

ol.questions li input[type="radio"]:focus {
  background: cyan;
}
    
}

ul.answers {
    margin-left: 20px;
    margin-bottom: 20px;
}

ul.responses li {
    margin: 10px 20px 20px;
}
ul.responses li p span {
    display: block;
    font-weight: bold;
    font-size: 18px;
}
.complete ul.answers li.correct, ul.responses li.correct p span {
    color: #6C9F2E;
}
ul.responses li.incorrect p span {
    color: #B5121B;
}

.quizResults h3 {
    margin: 0;
}
.quizResults h3 span {
    font-weight: bold;
    font-style: italic;
    color: #0a92d8;
    font-size: 1.3rem;
}
.quizResultsCopy {
    clear: both;
    margin-top: 20px;
}

h1#slickQuiz-name {
    /* text-align: center; */
    font-size:2rem;
    background: #0a92d8;
    color: #fff;
    padding: 1rem 0.5rem;
    border-radius: 1rem;
}

.quizArea {
    width: 95%;
    margin: auto;
    /* white-space: nowrap; */
    font-size: 1.2rem;
}

.quizArea h3 {
    /* white-space: nowrap; */
    margin-bottom: 2rem;
    color: #0a92d8;
    font-size: 1.4rem;
}

.logoarea img {
    width: 100%;
}

h1#slickQuiz-name {
    /* text-align: center; */
    font-size:2rem;
    background: #0a92d8;
    color: #fff;
    padding: 1rem 0.5rem;
    border-radius: 1rem;
}

.quizArea {
    width: 95%;
    margin: auto;
    /* white-space: nowrap; */
    font-size: 1.2rem;
}

.quizArea h3 {
    /* white-space: nowrap; */
    margin-bottom: 2rem;
    color: #0a92d8;
    font-size: 1.4rem;
}

.logoarea img {
    width: 100%;
}

.questionCountimg img {
    /* width: 20%; */
    /* height: 100%; */
    width: 100%;
}

.questionCountimg {
    /* border: 1px  solid red; */
    /* display: inline-block; */
    /* width: 100%; */
    width: 25%;
}

.questionCountbox {
    display: flex;
    justify-content: normal;
    /* align-content: initial; */
}

.questionbox {
    display: flex;
}

.questions{
 display: none;
}

@media screen and ( max-width:764px) {
    /*ã€€ç”»é¢ã‚µã‚¤ã‚ºãŒ768pxã‹ã‚‰1024pxã¾ã§ã¯ã“ã“ã‚’èª­ã¿è¾¼ã‚€ã€€*/

body{font-size:14px;
}
div#Quizbox {
    width: 90%;
    padding: 2%;
adding-bottom: 5%;
}
}
