.sec-notes a {
  color: #C1191F;
}
.sec-notes .border_box.padding_l {
  padding-bottom: 1.25rem;
}
.sec-notes .card-border-item {
  border-top: 0.125rem solid #050505;
}
.sec-notes .card-border-item.noborder {
  padding-bottom: 2.25rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.sec-notes .dd-title {
  cursor: pointer;
  font-size: 1.5rem;
  padding: 1.875rem 2.5rem 1.875rem 0;
  margin: 0;
  position: relative;
}
.sec-notes .dd-title::before, .sec-notes .dd-title::after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  top: 2.75rem;
  position: absolute;
  right: 0;
  background: #050505;
}
.sec-notes .dd-title::after {
  transform: rotate(-90deg);
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .sec-notes .dd-title {
    font-size: 1rem;
    padding: 1.25rem 2.5rem 1.25rem 0;
  }
  .sec-notes .dd-title::before, .sec-notes .dd-title::after {
    width: 1.25rem;
    top: 1.75rem;
  }
}
.sec-notes .dd-item {
  display: none;
  overflow: hidden;
  transition: 0.5s;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.sec-notes table {
  border: 0.125rem solid #050505;
  font-size: 0.8125rem;
  width: 100%;
}
.sec-notes table td {
  border-top: 0.125rem solid #050505;
}
.sec-notes table th, .sec-notes table td {
  font-weight: 700;
  padding: 0.625rem;
  width: 50%;
  vertical-align: top;
}
.sec-notes table th:first-child, .sec-notes table td:first-child {
  border-right: 0.0625rem solid #050505;
}
.sec-notes .dd-title.is-active::after {
  transform: rotate(0deg);
  opacity: 0;
}/*# sourceMappingURL=note.css.map */