@charset "utf-8";
/* 動画 */

#movie-block {
	width: 100%;
	float: none;
	height: auto;
}

#player-container {
	width: 100%;
	height: 0;
	margin-bottom: 10px;
	padding-bottom: 56.25%;
	box-sizing: border-box;
	position: relative;
}

#youtube-player {
	position: absolute;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}

#subtitles {
	position: static;
	box-shadow: none;
	background: #F5F4F3;
	margin: 0 auto 10px;
	width: calc(100% - 20px);
	height: auto;
	min-height: 33px;
}



/* 確認テスト */

.exam {
	width: 100%;
	height: 0;
	padding-bottom: 80.7%;
	margin-bottom: 10px;
}

.exam>.inner {
	background: #fff;
	padding-bottom: calc(80.7% + 3px);
}
.exam>.inner::after{
  background-image: url(../img/midashi-syuryo.png);
}
.exam .question,
.exam .commentary {
	padding-bottom: 80.7%;
}

.exam .question>img,
.exam .commentary>img,
.exam .saiten>img{
	width: 100%;
}
.exam .overlay {
    background-size: 45%;
}

.exam button {
	/*	position: absolute;*/
	bottom: 6%;
	width: 45%;
	height: 0;
	padding-bottom: 11.21%;
}
.saiten{
    padding-bottom: 80.7%;
}
.saiten-button{
    /*	position: absolute;*/
    bottom: 6%;
    width: 45%;
    height: 0;
    padding-bottom: 8.21%;
    
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: cover;
}
.exam button:hover {
	background-position: left top;
}

.exam .yes-button,
.exam .yes-button:hover {
	left: 4%;
	background-size: cover;
}

.exam .no-button,
.exam .no-button:hover {
	right: 4%;
	background-size: cover;
}

.exam .next-button {
	left: 0;
	right: 0;
	margin: 0 auto;
	background-size: cover;
}
#saitenBox{
  font-size: 5vw;
    top: 64%;
    left: 20%;
    width:50%
}
#saitenBox p{
    margin-right: 10%;
}
#saitenBox #kekkaNum{
    margin-right: 0;
  position: absolute;
  top: 0;
  left: 49%;
  text-align: left;
}
#validBox{
    width:100%;
    position: static;
}
.vb{
    width: 3%;
    height: 3.3%;
    background-size: cover;
    
}
#vb1{
    top: 20.6%;
    left: 23%;
}
#vb2{
    top: 28.2%;
    left: 23%;
}
#vb3{
    top: 36%;
    left: 23%;
}
#vb4{
    top: 43.9%;
    left: 23%;
}
#vb5{
    top: 51.8%;
    left: 23%;
}
#vb6{
    top: 20.6%;
    left: 44.6%;
}
#vb7{
    top: 28.2%;
    left: 44.6%;
}
#vb8{
    top: 36%;
    left: 44.6%;
}
#vb9{
    top: 43.9%;
    left: 44.6%;
}
#vb10{
    top: 51.8%;
    left: 44.6%;
}
#vb11{
    top: 20.6%;
    left: 66.2%;
}
#vb12{
    top: 28.2%;
    left: 66.2%;
}
#vb13{
    top: 36%;
    left: 66.2%;
}
#vb14{
    top: 43.9%;
    left: 66.2%;
}
#vb15{
    top: 51.8%;
    left: 66.2%;
}
#vb16{
    top: 20.6%;
    left: 87.4%;
}
#vb17{
    top: 28.2%;
    left: 87.4%;
}
#vb18{
    top: 36%;
    left: 87.4%;
}
#vb19{
    top: 43.9%;
    left: 87.4%;
}
#vb20{
    top: 51.8%;
    left: 87.4%;
}

#currentBox{
  font-size: 22px;
  position: absolute;
  top: 36px;
  right: 0px;
  width: 76px;
}