@charset "UTF-8";
/*****************************
  pagesec-first
*****************************/
.pagesec-first .fimgbox{
  width: 40%;
}
.pagesec-first .ftxtbox{
  width: 58%;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-first .fimgbox{
    margin: 0 auto 1rem;
    width: 80%;
  }
  .pagesec-first .ftxtbox{
    width: 100%;
  }
}


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

/*****************************
  pagesec-method
*****************************/
.pagesec-method .method > div{
  margin-bottom: 2rem;
}
.pagesec-method .method > div > dt{
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 2.2rem;
  position: relative;
}
.pagesec-method .method > div > dt::before{
  content: "●";
  color: #0B97D2;
  position: absolute;
  top: 0;
  left: 0;
}
.pagesec-method .method dl{
  margin-top: 1rem;
  margin-left: 2rem;
}
.pagesec-method .method dl dt{
  font-weight: bold;
}