  /* CSS Document */
/* ==========================================================
 top
========================================================== */
.list-lesson li {
  width: 48.5%;
}
.list-lesson li.odd {
  float: left;
}
.list-lesson li.even {
  float: right;
}
.list-lesson li dt {
  line-height: 60px;
  margin-bottom: 10px;
  background-color: #2fb9b4;
  padding: 0 12px 0 8px;
}
.list-lesson li dt img {
  height: 30px;
  padding-right: 8px;
}
.list-lesson li dt .title {
  display: inline-block;
  font-size: 129%;
  font-weight: bold;
  color: #fff;
}
.list-lesson li dt .link {
  float: right;
}
.list-lesson li dt .link a {
  padding: 8px;
  background-color: #e5f6f6;
  text-decoration: none;
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  color: #2f7f7c;
}
.list-lesson li dt .link a:hover {
  opacity: 0.6;
}
.list-lesson li dd {
  margin-bottom: 35px;
}

@media screen and (max-width: 639px) {
  .list-lesson li {
    width: 100%;
  }
  .list-lesson li.odd, .list-lesson li.even {
    float: none;
  }
  .list-lesson li dt {
    line-height: 39px;
    margin-bottom: 5px;
    padding: 1px 8px 0px 5px;
  }
  .list-lesson li dt img {
    height: 1.8em;
    padding-right: 8px;
  }
  .list-lesson li dt .title {
    font-size: 112%;
  }
  .list-lesson li dt .link a {
    padding: 3px 5px 3px 4px;
    font-size: 100%;
  }
  .list-lesson li dd {
    margin-bottom: 20px;
  }
}
.box-step {
  position: relative;
  padding: 0 0 75px 40px;
  overflow: hidden;
}
.box-step::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 45px;
  background-image: url(/kids/demae/img/lesson/arrow_step.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100px auto;
}
.box-step.last::after {
  display: none;
}
.box-step.box-lesson {
  padding: 0 0 15px 40px;
}
.box-step.box-lesson:last-child {
  margin-bottom: 50px;
  padding: 0 0 15px 40px;
}
.box-step.box-lesson::after {
  display: none;
}
.box-step .photo-area {
  float: left;
  width: 380px;
  margin-right: 30px;
  text-align: center;
}
.box-step .photo-area img {
  width: 100%;
}
.box-step .photo-area .photo {
  margin-bottom: 15px;
}
.box-step .photo-area .photo figcaption {
  margin-top: 10px;
}
.box-step .photo-area .photo:last-child {
  margin-bottom: 0;
}
.box-step .text-area {
  float: right;
  width: 550px;
}
.box-step .photo-side-03 {
  margin-bottom: 15px;
}
.box-step .photo-side-03 li {
  float: left;
  width: 290px;
  margin-right: 15px;
}

@media screen and (max-width: 639px) {
  .box-step {
    margin: 0 10px;
    padding: 0 0 38px 0;
  }
  .box-step::after {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38px;
    background-position: center 15px;
    background-size: 55px auto;
  }
  .box-step:last-child {
    padding: 0 0 38px 0;
  }
  .box-step:last-child::after {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38px;
    background-position: center 15px;
    background-size: 55px auto;
  }
  .box-step.box-lesson {
    margin-top: 15px;
    padding: 0;
  }
  .box-step.box-lesson:last-child {
    padding: 0;
  }
  .box-step .photo-area {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .box-step .photo-area .photo {
    margin-bottom: 10px;
  }
  .box-step .photo-area .photo figcaption {
    margin-bottom: 30px;
    font-size: 80%;
  }
  .box-step .photo-area .photo:last-child {
    margin-bottom: 0;
  }
  .box-step .text-area {
    float: none;
    width: 100%;
    margin-top: 16px;
  }
  .box-step .photo-side-03 li {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
  .box-step .photo-side-03 li:last-child {
    margin-right: 0;
  }
}
.box-comment {
  position: relative;
  min-height: 110px;
  padding-right: 100px;
  background-repeat: no-repeat;
  background-position: 450px bottom;
}
.box-comment.chara-blue-01 {
  background-image: url(/kids/demae/img/lesson/chara_blue_01.png);
}
.box-comment.chara-blue-02 {
  background-image: url(/kids/demae/img/lesson/chara_blue_02.png);
}
.box-comment.chara-red-01 {
  background-image: url(/kids/demae/img/lesson/chara_red_01.png);
}
.box-comment.chara-red-02 {
  background-image: url(/kids/demae/img/lesson/chara_red_02.png);
}
.box-comment.chara-green-01 {
  background-image: url(/kids/demae/img/lesson/chara_green_01.png);
}
.box-comment.chara-brown-01 {
  background-image: url(/kids/demae/img/lesson/chara_brown_01.png);
}
.box-comment.chara-yellow-01 {
  background-image: url(/kids/demae/img/lesson/chara_yellow_01.png);
}
.box-comment .comment {
  position: relative;
  width: 420px;
  min-height: 105px;
  margin-top: 20px;
  padding: 15px 18px 20px;
  background-color: #faeedd;
  border-radius: 10px;
  box-sizing: border-box;
}
.box-comment .comment::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 45px;
  width: 0;
  height: 0;
  margin-top: -10px;
  border: solid transparent;
  border-color: rgba(250, 238, 221, 0);
  border-left-color: #faeedd;
  border-width: 10px;
  pointer-events: none;
}
.box-comment .comment .ttl-point {
  margin-bottom: 10px;
  height: 22px;
  line-height: 25px;
  letter-spacing: 0.05em;
  padding-left: 27px;
  background-image: url(/kids/demae/img/lesson/icn_point.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 22px;
  font-weight: bold;
  font-size: 129%;
  color: #ab7605;
}
.box-comment .comment .ttl-point img {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.box-comment .comment dl {
  margin-top: 10px;
}
.box-comment .comment dt {
  font-weight: bold;
}

@media screen and (max-width: 639px) {
  .box-comment {
    min-height: 55px;
    padding-right: 55px;
    background-position: right bottom;
    background-size: 40px auto;
  }
  .box-comment .comment {
    width: 100%;
    min-height: 80px;
    margin-top: 20px;
    padding: 8px 10px;
    border-radius: 5px;
  }
  .box-comment .comment::after {
    bottom: 30px;
    border-width: 5px;
  }
  .box-comment .comment .ttl-point {
    margin-bottom: 5px;
    height: 15px;
    line-height: 18px;
    padding-left: 18px;
    background-size: auto 15px;
    font-size: 85%;
  }
  .box-comment .comment dl {
    margin-top: 0;
    margin-bottom: 7px;
    font-size: 80%;
  }
  .box-comment .comment dl:first-child {
    margin-top: 0;
  }
  .box-comment .comment dt {
    font-weight: normal;
  }
}
#LinkLessonArea {
  margin-bottom: 30px;
}

/* ==========================================================
 demae
========================================================== */
.demae.resource_env #step05 .photo {
  margin-bottom: 0;
  margin-top: -2px;
}
.demae.resource_env #step05 .photo:first-child {
  margin-top: 0;
}

@media screen and (max-width: 639px) {
  .demae .ttl-square {
    margin-top: 1em;
  }
}
/*# sourceMappingURL=../maps/lesson.css.map */
