/*.body_style {
    background-size: cover;
  }*/

.border_style{
	width: 90%;
	height: auto;
	border:10px solid;
	border-color: #85C226 #F7C200 #0047ba #DF127B;
	background-color: #fff;
  margin: 0 auto 10% auto;
}
.score{
	width: 100%;
	text-align: center;
}
.score img{
  display: block;
	width: 100%;
}
.speech-bubble{
	position: relative;
    background-color: #0047ba;
    width: 100%;
    height: auto;
    line-height: 1.5em;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    display:block;
    padding: 3%;
    margin: 0 auto;
}

.active_title2,.active_title3{
	 width: 100%;
    height: auto;
    background: url(../images/title_bg.jpg) no-repeat;
    font-size: 1.5em;
    font-weight: 800;
    line-height: 50px;
    text-indent: 20px;
    color: #d20040;
    background-size: cover;
}
.active_title2{
    background: url(../images/title_bg2.jpg) no-repeat;
    color: #fff;
    background-size: cover;
}
.active_title3{
    background: url(../images/title_bg3.jpg) no-repeat;
    color: #fff;
    background-size: cover;
}
.active_title2:after,.active_title3:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #d20040;
    border-width: 10px 0 10px 20px;
    display: inline-flex;
    vertical-align: super;
    margin-left: 5px;
}
.active_title2:after,.active_title3:after{
    border-color: transparent transparent transparent #fff;
}
.result{
  width: 100%;
  height: auto;
  background-color: #F4C1DD;
  padding-bottom: 4%;
}
.result_box{
  width: 100%;
  height: auto;
  text-align: center;
  margin: 4% auto;
}
.correct,.wrong{
  display: inline-block;
  width: 35%;
  border: 6px solid #F7C200;
  height: auto;
  border-radius: 5px;
  margin: 0 3%;
  background-color: #fff;
  box-shadow: 4px 4px rgba(20%,20%,40%,0.5);
}
.correct_img{
  width: 100%;
  background-color: #F7C200;
}
.correct img,.wrong img{
  width: 90%;
}
.correct span,.wrong span{
  display: block;
  font-size: 3em;
  font-weight: 800;
}
.result_btn{
  display: flex;
  justify-content:space-around;
  flex-wrap:wrap;
  width: 95%;
  margin: 0 auto;
}
.result_btn .winner {
  width: 43%;
  margin: 2% auto 0 auto;
}
.more{
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: left;
}
.more_box{
  width: 100%;
  padding: 2% 0;
  display: inline-table;
  text-align: center;
}
.more_box img{
  width: 45%;
  padding: 1.5%;
}
#footer{
	position: relative;
}

@media only screen and (max-width: 1024px){

    .speech-bubble {
      margin: 4% auto;
      width: 80%;
    }
   .result_btn  .winner {
      width: 20%;
      line-height: 1em;
      font-size: 1.2em;
      padding: 2%;
    }
}

@media only screen and (max-width: 768px){

    .result_btn .winner {
      width: 27%;
      line-height: 1em;
      font-size: 1.2em;
      padding: 2%;
  }
}

@media only screen and (max-width: 414px){

    .border_style{
      width: 100%;
    }
    .speech-bubble {
      margin: 8% auto;
    }
    .correct, .wrong {
      display: inline-block;
      width: 40%;
      margin: 3% 2%;
    }
    .result_btn {
      width: 90%;
      flex-wrap: wrap;
    }
   .result_btn  .winner {
      width: 43%;
      padding: 4%;
      margin: 2% auto;
      font-size: 0.9em;
    }
    .more_box img {
      width: 85%;
    }
}

@media only screen and (max-width: 360px){
    .result_btn .winner {
      font-size: 0.8em;
    }
}

@media only screen and (max-width: 320px){
    .result_btn .winner {
      width: 30%;
      padding: 3%;
      margin: 2% auto;
      font-size: 0.8em;
  }
}