.speach-balloons-medium-index {
  position: relative;
  left: 550px;
  top: -458px;
  width: 300px;
  height: 300px;
  padding: 20px;
  line-height: 80px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: white;
  background-color: rgb(159, 196, 196);
  border-radius: 50%;
}

.speach-balloons-medium-index::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0px;
  top: 190px;
  border-right: 22px solid rgb(159, 196, 196);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  transform: rotate( 85deg);
}

.speach-balloons-medium {
    position: relative;
    left: 455px;
    top: -558px;
    width: 300px;
    height: 150px;
    padding: 20px;
    line-height: 80px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: white;
    background-color: rgb(159, 196, 196);
    border-radius: 50%;
  }
  
  .speach-balloons-medium::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 15px;
    top: 99px;
    border-right: 22px solid rgb(159, 196, 196);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    transform: rotate( 85deg);
  }

  h2 {
    color:white;
    background-color: rgb(68,114,196);
    font-size: 1.2em;
    padding:5px 0px 5px 10px;

  }

  h3 {
    font-size: 1.2em;
    font-weight:bold;

  }

  .kaitouran{
      width:250px;
  }
  .q1_kaitou {
    margin-left:20px;
    width:145px;
    height:110px;
    border: solid 1px #000000;
    text-align:center;
    vertical-align: bottom;
    position:relative;
  }
  .q2_kaitou {
    width:325px;
    height:140px;
    border: solid 1px #000000;
    text-align:center;
    vertical-align: bottom;
    position:relative;
    margin-left:auto;
    margin-right:auto;
  }

#correct_countq1, #correct_countq2{
    font-size:18px;
    border-bottom: 2px;
    border-color: blue;
}

.seikai {
    color:#ff0000;
}

.fuseikai {
    color:#0070c0;
}

.spacer {
  margin: 0px 0px 80px 0px;

}

.spacer2 {
  margin: 0px 0px 30px 0px;

}
.row {
  margin: 0px 0px 25px 0px;

}

.modal-content {
  font-size: 18px;
}

.modal-dialog-center {
  padding-top: 15%;
}