@charset "utf-8";
/* CSS Document */
/* 教育方針 */


/*ページタイトル*/
h3#pageTitle{}
@media screen and (max-width: 768px) {
  h3#pageTitle{
    width: 100%;
    margin:0px auto 30px auto;
    background: url("../img/aiwagakuin/title01_line.png") no-repeat left bottom;
  }
  h3#pageTitle img{
    margin-bottom: 7px;
  }
}



.notebg{
  background: url(../img/aiwagakuin/note.jpg) no-repeat;
  height: 388px;
  padding: 80px 88px 0px 172px;
  line-height: 2.5em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .notebg{
    height: auto;
    background-image: none;
    padding: 0;
    letter-spacing: 0.05em;
    min-height: 657px;
  }
}
@media screen and (max-width: 520px) {
  .notebg{
    min-height: 612px;
  }
}
@media screen and (max-width: 375px) {
  .notebg{
    min-height: auto;
  }
}
