.note-subsection_title {
  background: linear-gradient(transparent 70%, var(--color-primary500) 0);
}

.item_rich_text a,
.image_profile a {
  color:  var(--color-text-link);
}

.note-more-btn_container {
  display: flex;
  align-items: end;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: calc(100% - 32px);
  height: 10rem;
  text-align: center;
  background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.note-membership-border_container {
  /* position: absolute;
  bottom: 0; */
  width: calc(100% - 32px);
  height: 10rem;
  text-align: left;
  background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.note-item-talk-left_text:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid var(--color-background-normal);
}

.note-item-talk-right_text:before {
  content: "";
  position: absolute;
  top: 20px;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid var(--color-secondary300);
}

.item_table > .item-table-inner {
    width: 100%;
}
.item_table > .item-table-inner table {
  margin: auto;
  width: 66.666667%;
  border-spacing: 2px;
  border-collapse: separate;
}
.item_table > .item-table-inner tbody {
  background-color: #fdf8e3;
}
.item_table > .item-table-inner th {
  text-align: center;
  padding: 0.5rem;
  --tw-border-opacity: 1;
  background: var(--color-secondary400);
}
.item_table > .item-table-inner td {
  text-align: center;
  padding: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
@media not all and (min-width: 1024px) {
  .item_table > .item-table-inner {
    margin-top: 0.5rem;
    marbin-bottom: 0.5rem;
  }
  .item_table > .item-table-inner table {
    margin: auto;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .item_table > .item-table-inner {
    margin-top: 1rem;
    marbin-bottom: 1rem;
  }
}
li.lv3 {
    padding-left: 1rem;
    font-weight: normal;
}
