.table {
  display: flex;
  border-bottom: solid #000 0.05em;
  border-left: solid #000 0.05em;
  border-right: solid #000 0.05em;
  flex-direction: column;
}

.ja {
  border-top: solid #000 0.05em;
  padding: 0.3em;
  font-size: 0.9em;
}
.en {
  padding: 0.3em;
}
.appx1-lesson-title {
  position: relative;
  background-color: #b59948;
  color: #fff;
  width: 100%;
  height: 1.5em;
  border-radius: 0 1em 1em 0;
  padding-left: 0.8em;
}
.appx1-lesson-title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0em;
  width: 0.5em;
  height: 1.5em;
  background-color: #717171;
}
.appx1-lesson-title .Bold {
  margin-left: 0.8em;
}

.appx1-part1-title {
  padding: 0.3em 0em 0.3em 0.5em;
  margin-top: 0.3em;
  background-color: #aed0ee;
}

.circle {
  display: flex;
  width: 1em;
  height: 1em;
  background-color: #fff;
  border-radius: 50%;
  border: solid #000 0.04em;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 0.1em;
}
