@charset "utf-8";
/* ===================================================================
	index style
=================================================================== */
.face{
  text-align: center;
  padding:45px 0 53px;
}
.deco_left{
  position: absolute;
  left:0;
  top: 104px;
}
.deco_right{
  position: absolute;
  right:0;
  top: 65px;
}

/* ===================================================================
	oneday
=================================================================== */
#oneday{
  margin-top: 60px;
}
.first_visual{
  text-align: center;
  padding: 70px 0 55px;
}
.present{
  width: 951px;
  margin: 0 auto;
  padding:30px 0 37px;
  text-align: center;
  background-color: #fdf9f9;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1.7px 5px rgba(14, 5, 10, 0.2);
          box-shadow: 1px 1.7px 5px rgba(14, 5, 10, 0.2);
  font-size: 14px;
}
.present_green{
  color: #4e8b2c;
}
.present p:nth-of-type(1){
  font-size: 18px;
  line-height: 30px;
}
.present p:nth-of-type(2){
  line-height: 1;
  margin:26px auto 27px;
}
.present p:nth-of-type(3){
  line-height: 24px;
  margin-bottom: 20px;
}
.voice{
  position: relative;
  margin:60px auto;
}
.voice:before{
  content:'';
  position: absolute;
  display: block;
  top: 40px;
  left: 45px;
  width: 107px;
  height: 80px;
  background-image: url(../images/bear.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.voice:after{
  content:'';
  position: absolute;
  display: block;
  bottom: 100px;
  right: 50px;
  width: 59px;
  height: 82px;
  background-image: url(../images/pineapple.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.voice h3{
  text-align: center;
  margin-bottom: 20px;
}
.voice ul li{
  text-align: center;
  margin: 25px auto 0;
}
.voice ul li:nth-of-type(1){
  margin:0 auto;
}
.oneday{
  text-align: center;
}
.oneday p{
  margin:20px auto 13px;
  color: #706538;
  line-height: 48px;
  font-size: 20px;
}
/* ===================================================================
	teacher
=================================================================== */
#teacher{
  margin-top: 60px;
}
.teacher_interview{
  margin-top: 60px;
}
