.header-sub{
	background-image:
	url(../images/header.png);
	height: 380px;
	width: 100vw;
	background-size: cover;
}

.kyositujyoho{
	text-align: justify;
	margin-bottom: 50px;
}

.kyositujyoho>dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  align-content: flex-start;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 20px;
}
dl dt {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px 0;
}
dl dd {
  width: 100%;
  /* padding: 10px 0px; */
  /* padding-left: 10px; */
}


.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;
}

.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;
}

.h1{
    text-align: left;
    border-left: 10px solid #000;
    padding-left: 20px;
    font-size: 1.5em;
}

.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: 15px;
	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;}
.h1{
    text-align: left;
    border-left: 10px solid #000;
    padding-left: 20px;
    font-size: 1.4em;
}

.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: 100%;
    height: auto;
    margin: 2px;
    margin-bottom: 20px;
}
}
