@charset "UTF-8";

/* bookSection ------------------ */
.bookSection .bookArticle.Pk .bookH3Group .left.article1{
  background: url(../images/course/bgBookEs.png) no-repeat;
  background-size: 100% auto;
}
.bookSection .bookArticle.Pk .bookH3Group .left h3{
  color: #fff;
}

.bookSection .commit{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 0;
}
.bookSection .commit::before{
  content: "";
  width: 27px;
  height: 20px;
  background: url(../images/course/commitArrowEs.png) no-repeat;
  background-size: 100% auto;
  margin: 0 0 10px;
}
.bookSection .commit p{
  background: url(../images/course/commitBg.png);
  background-size: 100% auto;
  border-radius: 75px;
  padding: 20px 40px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  position: relative;
}

.bookSection .texGroup p{
  text-align: center;
}

.bookSection .commit p::before{
  content: "";
  background: url(../images/course/commitStarLeft.png);
  background-size: 100% auto;
  width: 44.6px;
  height: 36.5px;
  position: absolute;
  top: -18px;
  left: -18px;
}

.bookSection .commit p::after{
  content: "";
  background: url(../images/course/commitStarRight.png);
  background-size: 100% auto;
  width: 44.6px;
  height: 36.5px;
  position: absolute;
  top: -18px;
  right: -18px;
}

/* PC */
@media screen and (min-width: 768px) {
  .bookSection .commit p{
    font-size: 18px;
  }
}
/* bookSection end ------------------ */





/* SpeechBubbleLineH2 ------------------ */
.SpeechBubbleLineH2.blue::before{ background: #437CE0; }
.SpeechBubbleLineH2.blue::after { background: #437CE0; }
.SpeechBubbleLineH2.blue h2 div::before { background: #437CE0;}
.SpeechBubbleLineH2.blue h2 div { background: #437CE0;}
/* SpeechBubbleLineH2 end ------------------ */


/* CourseDescription ------------------ */
.CourseDescription.blue .teachingMaterialsSection .label{ background: #437CE0; color: #FFF; }
.CourseDescription.blue .curriculumSection aside{  background: #E7F0FF;}
/* CourseDescription end ------------------ */




/* classSection------------------ */
.classArticle.blue{
  background: url(../images/course/classArticleEs.png) repeat-y;
  background-size: 100% auto;
}

.classArticle header .className p.lindyClass{ color: #59BC9A; }
.classArticle header .className p.orangeClass{ color: #EB5A1D; }
.classArticle header .className p.limeClass{ color: #47B143; }

.classArticle header .className p.oseanClass{ color: #3380C2;}
.classArticle header .className p.aquamarineClass{ color: #4FBFCD;}

.classArticle header .className p.lavenderClass{ color: #9E4997;}
.classArticle header .className p.violetClass{ color: #C89FC9;}

.classArticle.blue .classCard .texGroup h4{ background: #437CE0;}
.classArticle.blue .classCard .texGroup h4{ }


.classArticle.blue .classCard .texGroup ul li::before{ background: #437CE0;}
.classArticle.blue .classCard .texGroup ul li::before{ }
/* classSection end------------------ */




/* classSection------------------ */
.summarySection.blue .texGroup dl div dt{ background: #437CE0;}
.summarySection.blue .texGroup dl div dd{ background: #ECF2FC;}
/* classSection end------------------ */




/* commentSection ------------------ */
.commentSection.blue{ background: #ECF2FC;}

.commentSection.blue article .texGroup p:last-of-type{ color: #437CE0; }


.commentSection.blue .texGroup b{ color: #437CE0; }
/* commentSection end ------------------ */