@charset "UTF-8";
/*****************************
  pagesec-first
*****************************/
.pagesec-first .ttl{
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  .pagesec-first .ttl {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec-first .ttl {
    font-size: 2rem;
    text-align: left;
  }
}

/*****************************
  pagesec-program
*****************************/
.pagesec-program dl > div:not(:last-of-type){
  margin-bottom: 2rem;
}
.pagesec-program .ttlM{
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 2.2rem;
  position: relative;
  margin-bottom: 10px;
}
.pagesec-program .ttlM::before{
  content: "◆";
  color: #0B97D2;
  position: absolute;
  top: 0;
  left: 0;
}
.pagesec-program dl dt{
  position: relative;
  font-weight: bold;
  padding-left: 2rem;
}
.pagesec-program dl dt::before{
  content: "〇";
  color: #0B97D2;
  position: absolute;
  top: 0;
  left: 0;
}