p {
    line-height: 2em;
}
.h1Box {
margin-bottom: 50px;
}
.h1Box img {
    max-width: 100%;
    height: auto;
}
h1 {
	padding-bottom: 20px;
	font-size: 30px;
	margin-bottom: 40px;
	border-bottom: 2px dotted #ddd;
	margin-top: 40px;
}
.movieBox {
background-color: #efefef;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-top: 20px;
padding-right: 40px;
padding-left: 40px;
padding-bottom: 20px;
margin-top: 30px;
margin-bottom: 30px;
width: 90%;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.movieBox .title {
	font-size: 30px;
	color: #FF6600;
    font-family: 'Kosugi Maru',"メイリオ","ＭＳ Ｐゴシック", sans-serif;
}
.youtube {
width: 350px;
margin-left: auto;
margin-right: auto;
height: 190px;
}
.youtube iframe {
	width: 100%;
}
h2 {
	padding-bottom: 5px;
	font-size: 20px;
	color: #3fc1c9;
	margin-top: 40px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
	line-height: 1.5em;
}
h2 span{
	padding: 8px;
	margin-bottom: -1px;
}
h2:before {
	content: "";
	border-bottom: 3px solid #3fc1c9;
	bottom: 0;
	height: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}
h2:after {
	border-bottom: 3px solid #ddd;
	bottom: 0;
	content: "";
	position: absolute;
	width: 100%;
	z-index: 1;
}
p.question {
    color: #FC5185;
    font-weight: bold;
	margin-bottom: 20px;
}
.imgRight {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
}
.imgLeft {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.next a {
    font-family: 'Kosugi Maru',"メイリオ","ＭＳ Ｐゴシック", sans-serif;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    display: block;
    color: #FFFFFF;
    text-align: center;
    border-radius: 10px;
    background-color: #fc5185;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
/* Page2 */
.techerBox {
background-color: #efefef;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-top: 20px;
padding-right: 40px;
padding-left: 40px;
padding-bottom: 20px;
margin-top: 50px;
}
.techerBox h3 {
line-height: 1.5em;
margin-bottom: 20px;
font-size: 18px;
}
.harf {
	display: flex;
	align-items:stretch;  
	flex-wrap: wrap;
}
.harf .techerBox {
width: 48%;
margin-right: 4%;
}
.harf .techerBox:nth-of-type(2n) {
	margin-right: 0px;
}
.schoolBox {
background-color: #efefef;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-bottom: 20px;
margin-top: 50px;
}
.schoolBox h3 {
line-height: 1.5em;
margin-bottom: 20px;
font-size: 18px;
margin-top: 20px;
margin-left: 40px;
margin-right: 40px;
}
.schoolBox p {
margin-left: 40px;
margin-right: 40px;
}
.schoolBox img {
    max-width: 100%;
    height: auto;
}
.voice {
	display: flex;
	align-items:stretch;  
	flex-wrap: wrap;
margin-bottom: 50px;
}
.voice li {
background-color: #3fc1c9;
width: 23%;
margin-left: 1%;
margin-right: 1%;
border-radius: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 20px;
margin-top: 30px;
color: #FFFFFF;
font-size: 14px;
}
ul.pagelink {
	display: flex;
	align-items:stretch;  
	flex-wrap: wrap;
}
ul.pagelink li {
font-family: 'Kosugi Maru',"メイリオ","ＭＳ Ｐゴシック", sans-serif;
width: 30%;
margin-left: 1.5%;
margin-right: 1.5%;
margin-top: 30px;
border-radius: 10px;
font-size: 18px;
margin-bottom: 30px;
border: 1px solid #FC5185;
text-align: center;
}
ul.pagelink li a {
color: #fc5185;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
display: block;
vertical-align: middle;
}
@media only screen and (max-width:768px) {
}
@media only screen and (max-width:480px) {
h1 {
    font-size: 20px;
    margin-top: 30px;
}
p {
    font-size: 14px;
}
.youtube {
width: 100%;
margin-left: auto;
margin-right: auto;
}
.imgRight,.imgLeft {
    float: none;
    margin-left: auto;
    margin-bottom: 20px;
    margin-right: auto;
    text-align: center;
    width: 80%;
}
.imgRight img,.imgLeft img {
    max-width: 100%;
    height: auto;
}
.techerBox {
padding-right: 20px;
padding-left: 20px;
margin-top: 30px;
}
.harf .techerBox {
width: 100%;
margin-right: 0%;
}
.schoolBox {
margin-top: 30px;
}
.schoolBox h3,.schoolBox p {
margin-left: 20px;
margin-right: 20px;
}
.voice li {
width: 48%;
margin-left: 1%;
margin-right: 1%;
}
}
