.border_box {
  border: 1px solid #ccc;
  border-radius: 20px;
}

.border_box:not([class*="pt-"]),
.border_box:not([class*="pb-"]),
.border_box:not([class*="pl-"]),
.border_box:not([class*="pr-"]) {
  padding: 20px;
}

.border_box .line {
  background-color: #ccc;
}

.checklist li {
  margin-bottom: var(--tb-gap-xs);
  display: flex;
}

.checklist li label {
  cursor: pointer;
  position: relative;
  line-height: 1.5;
}

.checklist li:last-of-type {
  margin-bottom: 0;
}

.checklist li input[type="checkbox"] {
  margin-left: 5px;
  margin-right: 10px;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  position: relative;
  top: 5px;
}

.checklist li input[type="radio"] {
  margin-right: 5px;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  position: relative;
  top: 0;
}

.checklist li b {
  min-width: 30px;
  display: block;
  line-height: 1.2;
}