section#sessionPlan {
  max-width: 920px;
  width: 95%;
  margin: 0 auto;
}
section#sessionPlan * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
section#sessionPlan #terms {
  border: 2px solid #EE4054;
  border-radius: 10px;
  padding: 20px 40px;
}
section#sessionPlan #terms .term {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
section#sessionPlan #terms .term + .term {
  margin-top: 30px;
}
section#sessionPlan #terms .term .termName {
  width: 120px;
  text-align: right;
  font-weight: 700;
  font-size: 14px;
}
section#sessionPlan #terms .term ul {
  list-style: none;
}
section#sessionPlan #terms .term ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}
section#sessionPlan #terms .term ul li input {
  margin-top: 0.6em;
}
section#sessionPlan #terms .term input[type=checkbox] {
  background-color: #FDE2CC;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1em;
  height: 1em;
  position: relative;
}
section#sessionPlan #terms .term input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}
section#sessionPlan #terms .term.goalList ul {
  display: flex;
  gap: 1.5em;
}
section#sessionPlan #terms .buttons {
  display: flex;
  gap: 60px;
}
section#sessionPlan #terms .buttons button {
  outline: none;
  height: 40px;
  border-radius: 20px;
  margin-top: 40px;
  cursor: pointer;
}
section#sessionPlan #terms .buttons button.reSet {
  border: 1px solid #D43F1E;
  color: #D43F1E;
  width: 130px;
  background-color: #fff;
}
section#sessionPlan #terms .buttons button.done {
  background-color: #D43F1E;
  color: #fff;
  width: 240px;
  border: none;
}
section#sessionPlan #archiveList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 60px;
  width: 920px;
}
section#sessionPlan #archiveList .listItem a {
  display: block;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  border-top: 3px solid #D43F1E;
  color: #000;
  text-decoration: none;
  padding: 20px;
  width: 452px;
  min-height: 100%;
}
section#sessionPlan #archiveList .listItem a li {
  list-style: none;
}
section#sessionPlan #archiveList .listItem a span {
  display: block;
}
section#sessionPlan #archiveList .listItem a .lsitTarget {
  display: flex;
  align-items: flex-start;
}
section#sessionPlan #archiveList .listItem a .lsitTarget .title {
  white-space: nowrap;
  width: 50px;
}
section#sessionPlan #archiveList .listItem a .lsitTarget ul li {
  display: block;
  font-weight: 700;
  color: #D43F1E;
  width: 362px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section#sessionPlan #archiveList .listItem a .listGoal {
  display: flex;
  margin-top: 15px;
  gap: 10px;
}
section#sessionPlan #archiveList .listItem a .listGoal li {
  border: 1px solid #000;
  height: 30px;
  padding: 5px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}
section#sessionPlan #archiveList .listItem a .listTitle {
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 10px;
}
section#sessionPlan #archiveList .listItem a .listTopics {
  padding-left: 1em;
  margin-top: 10px;
}
section#sessionPlan #archiveList .listItem a .listTopics li {
  list-style: circle;
}

.Topics_ck {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.Topics_ck li {
  padding: 12px 15px;
  margin: 8px 0;
  border-radius: 6px;
  transition: all 0.3s;
}
.Topics_ck li.selected {
  font-weight: bold;
}
.Topics_ck.check {
  display: inline-block;
  color: #ff6600;
  font-size: 1.2em;
  margin-right: 10px;
}

.li-no-decoration {
  padding-left: 0 !important;
}
.li-no-decoration:before {
  content: none !important;
}
/*# sourceMappingURL=map/style.css.map */
