@charset "utf-8";



.page-ttl h1 {
  display: flex;
  max-width: 700px;
  flex-wrap: wrap;
  justify-content: center;
}
  
.page-ttl h1 span:first-child {
  width: 100%;
  margin-bottom: 10px;
}
.page-ttl h1 span:nth-of-type(n+2) {
  padding: 5px 12px 7px;
}
.sec01 .curriculum .box{
  padding: 40px 30px 25px;
}
.sec01 .curriculum .box .txt{
  text-align: left;
}
.sec01 .point-list .txt-area .txt{
  text-align: left;
}
.sec02 .course-list li .ttl-field{
  padding: 7px 40px 9px;
  letter-spacing: 0;
}

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