@charset "UTF-8";

.lesson_kasou {
  padding: 0 40px 30px 0;
}

@media screen and (max-width: 769px) {
  .lesson_kasou {
    padding: 0 15px;
  }
}

  .course_li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }



.h3_kasou {
  margin-top: 40px;
}

.notes {
  font-size: 0.9em;
  font-weight: 400;
}

.course_li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.course_li li {
  background-color: #f9f9f6;
  margin-top: 20px;
  padding: 25px 25px;
  margin-right: 2%;
  width: 300px;
}

.course_li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.course_li a:after {
content: "";
background: url("../img/top/arrow_right.svg");
width: 20px;
height: 20px;
display: block;
background-size: contain;
background-repeat: no-repeat;
transform: rotate(90deg);
}


@media screen and (max-width: 1000px) {
  .course_li li {
    width: 100%;
    height: auto;
    padding: 15px 15px;
    margin-right: 0;
    margin-top: 10px;
  }

  .course_li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

    .course_li a:after {
    content: "";
    background: url("../img/top/arrow_right.svg");
    width: 20px;
    height: 20px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(90deg);
  }
}

.course_li li::after {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
}

.menu_title {
  font-weight: 600;
  margin-bottom: 5px;
}

.menu_li {
  margin-top: 0;
  margin-left: 20px;
  padding: 0.5em 0 0.5em 1.5em;
}

.menu_li li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style: disc;
  font-weight: 600;
}

.menu_datail_li {
  margin-left: 0;
}

.menu_datail_li li {
  list-style: none;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.thum_box {
  width: 30%;
  height: auto;
  background-color: gray;
  margin-right: 2%;
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .thum_box {
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-top: 10px;
  }

  .lesson_kasou_content .flex {
    gap: 2%;
  }
}

.thum_box:last-child {
  margin-right: 0;
}

.thum_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1000px) {
  .thum_box img {
    aspect-ratio: 1.414 / 1;
  }
}

.tbl_attention {
  width: 90%;
  border-collapse: collapse;
}

@media screen and (max-width: 1000px) {
  .tbl_attention {
    width: 100%;
  }
}

.tbl_attention tr th,
.tbl_attention tr td {
  border: solid 1px #888;
  padding: 10px;
}

.tbl_attention tr th {
  background-color: #94A78E;
  color: #fff;
}

.balloon-009 {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 0 22px;
}

@media screen and (max-width: 1000px) {
    .balloon-009 {
      position: relative;
    }
}

.balloon-009 img {
    max-width: 70px;
    height: 100%;
    border: 3px solid #e6edf3;
    border-radius: 50%;
}

@media screen and (max-width: 1000px) {
    .balloon-009 img {
      width: 100%;
      border: none;
      position: absolute;
      z-index: 2;
      height: auto;
      border-radius: 0;
      left: 0;
    }
}

.balloon-009 p {
    position: relative;
    max-width: 300px;
    margin: 3px 0 0;
    padding: .8em 1em;
    border-radius: 5px;
    background-color: #d2d8e9;
    color: #333333;
}

@media screen and (max-width: 1000px) {
  .balloon-009 p {
    font-size: 0.8rem;
    background-color: #f9f9f6;
    width: calc(100% - 90px);
    margin-left: auto;
  }
}

.balloon-009 p::before {
    position: absolute;
    left: -15px;
    width: 15px;
    height: 30px;
    background-color: #d2d8e9;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    content: '';
}

@media screen and (max-width: 1000px) {
    .balloon-009 p::before {
        background: #f9f9f6;
    }

    #body .contact_box > * {
      margin: 0;
      width: 100%;
    }

    .contact h2 {
        margin-left: 0;
    }
}
