.header-sub{
	background-image:
	url(../images/header.png);
	height: 380px;
	width: 100vw;
	background-size: cover;
}
.ookuti-ul{
    text-align: justify;
    padding: 30px;
}

.voice-title{
	font-size: 20px;
	text-align: center;
	width: 700px;
	margin: auto;
	margin-bottom: 30px;
	padding: 20px;
}

.box{
	min-height: 500px;
	/* margin-bottom: 300px; */
}

.voice-wrap{
	min-height: 150px;
	margin-bottom: 30px;
	width: 1000px;
	margin: auto;
	margin-bottom: 30px;
	border-bottom: 1px solid;
	width: 60%;
}

.voice-wrap-inner{
	width: 700px;
	margin: auto;
	padding: 20px;
	text-align: center;
}

.voice-wrap-inner img{
	margin: 10px 0;

}


.voice-wrap-inner p{
	margin: 20px 0;
	text-align: justify;
}

.voice-title p{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: justify;
    font-size: 12pt;
}



.obi{
	background-image: url(../images/obi.png);
	text-align: center;
	font-size: 1.5em;
	height: 80px;
	padding-top: 15px;
}

.addresstxt{
	text-align: center!important;
	font-size: 1.5em;
}

.teacher{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.teacher img{
    margin: 2px;
    margin-bottom: 5px;
}


@media screen and (max-width: 1000px) {

.header-sub{
	background-image:
	url(../images/headersp.png);
	height: 60vw;
	width: 100vw;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 60px;
}
.ookuti-ul{
    width: 100vw;
    padding: 0px;
    padding-top: 30px;
}

.voice-title{
	font-size: 20px;
	text-align: center;
	width: 100%;
	margin: auto;
	margin-bottom: 30px;
	padding: 20px;
}

.box{
	min-height: 500px;
	/* margin-bottom: 160px; */
	padding-top: 30px;
}

.voice-wrap{
	min-height: 150px;
	margin-bottom: 30px;
	width: 100%;
	margin: auto;
	margin-bottom: 30px;
}

.voice-wrap-inner{
	width: 100%;
	margin: auto;
	padding: 20px;
	text-align: center;
	overflow: hidden;
}

.voice-wrap-inner img{
	margin: 10px 0;
	width: 100%;
	height: auto;
}


.voice-wrap-inner p{
	margin: 20px 0;
	text-align: justify;
}

.voice-title p{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: justify;
    font-size: 12pt;
}

.voice-title img{width: 100%;height: auto;}

.obi{
	background-image: url(../images/obi.png);
	text-align: center;
	font-size: 1.5em;
	height: 80px;
	padding-top: 15px;
}

.addresstxt{
	text-align: center!important;
	font-size: 1.1em;
}

iframe{
	width: 100%;
}
#header-right {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-around;
      width: 100vw;
      position: relative;
      right: 0;
      align-items: center;
      top: 0px;
      height: 80px;
      background-color: #1c4e72;
      z-index: 999;
      margin-top: 0;
      position: absolute;
   }
.teacher{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.teacher img{
    width: 41vw;
    height: auto;
    margin: 2px;
    margin-bottom: 20px;
}
}
