@charset "utf-8";

body{
  background-image: url("../img/illustsp.jpg");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100vh;
  background-attachment: fixed;
  font-family: "Montserrat", 'Noto Sans JP', sans-serif;
}
#title{
  text-align: center;
}
#title_min{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#q_midashi{
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #7e477e;
  margin-bottom: 1rem;
}
#q_text{
  font-size: 20px;
}
.selectTxt{
  font-size: 20px;
  margin-top: -5px;
  display: block;
}
.qaBase {
    padding: 1.5rem;
    margin-top: 4rem;
    border-radius: 12px;
    box-shadow: 0 4px 14px -6px rgba(0, 0, 0, 0.25);
    background-color: #FFFFFF;
    max-width: 92%;
    margin-left: 4%;
    margin-bottom: 4rem;
}
#selectArea{
  padding: 2rem 0rem 1rem 0rem;
}
#discriptionArea{
  margin-bottom:2rem;
  margin-top:1rem;
  background-color: rgba(123, 224, 204, 0.12941176470588237);
  padding: 1.0rem 1.2rem;
}
.minTxt{
  font-size: 50%;
}
.exTxt{
  font-size: 120%;
  font-weight: bold;
  color: #1abc9c;
}
.correctArea{
  font-size:40px;
  color: #13ad00;
  border-radius: 10rem;
  padding-left: 1rem;
  font-weight:bold;
  text-align:center;
  width: 60%;
  margin: 0 auto;
  background: rgba(19, 173, 77, 0.12156862745098039);
}
.correctNumArea{
  font-size:40px;
  color: #13ad00;
  border-radius: 10rem;
  padding-left: 1rem;
  font-weight:bold;
  text-align:center;
  width: 100%;
  margin: 0 auto;
  background: rgba(19, 173, 77, 0.12156862745098039);
}
.incorrectArea{
  font-size:40px;
  color: #ea0003;
  border-radius: 10rem;
  padding-left: 1rem;
  font-weight:bold;
  text-align:center;
  width: 70%;
  margin: 0 auto;
  background: rgba(255, 0, 0, 0.0784313725490196);
}
.selectBtn:hover{
  background: rgba(197, 197, 197, 0.27);
}
.selectBtn.correct{
  background: rgba(19, 173, 77, 0.12156862745098039);
}
.selectBtn.incorrect{
  background: rgba(255, 0, 0, 0.10196078431372549);
}

.checkbox, .radio {
  padding: 15px 5px 9px 14px;
  border-radius: 17px;
  margin: 0 0 0 24px;
  cursor: pointer;
  background: #f1f1f1;
}
.icons{
  margin: 14px 0 0 -26px;
}

@media screen and (min-width: 1200px){
.container{
    max-width: 960px;
}
}
@media screen and (min-width:768px) { 
#title img{
  max-width: 500px;
}
body{
  background-image: url("../img/illust.jpg");
  min-height: 890px;
}
.correctArea{
  font-size:40px;
}
.correctNumArea{
  font-size:40px;
}
.incorrectArea{
  font-size:40px;
  background: rgba(255, 0, 0, 0.0784313725490196);
}
.qaBase {
  padding: 3rem;
}
.checkbox, .radio {
    padding: 8px 5px 3px 12px;
    border-radius: 17px;
    margin: 0;
    cursor: pointer;
    background: none;
    margin-left: 30px;
}
#title_min{
  position: absolute;
  top: 0;
  left: 20px;
  width: 390px;
}
#discriptionArea{
  margin-bottom:2rem;
  margin-top:1rem;
  background-color: rgba(123, 224, 204, 0.12941176470588237);
  padding: 1.5rem 2rem;
}
.icons {
  margin: 7px 0 0 -27px;
}

}
@media (max-width: 576px) {
.correctArea{
  font-size:7vw;
}
.correctNumArea{
  font-size:7vw;
}
.incorrectArea{
  font-size:7vw;
  background: rgba(255, 0, 0, 0.0784313725490196);
}
}

.noMouse{
  pointer-events: none;
}
.disabled{
  display: none!important;
}
.checkbox input[type="checkbox"].custom-checkbox:indeterminate + .icons:before, .checkbox input[type="radio"].custom-radio:indeterminate + .icons:before, .radio input[type="checkbox"].custom-checkbox:indeterminate + .icons:before, .radio input[type="radio"].custom-radio:indeterminate + .icons:before {
    display: none;
}