.tos-container {
  width: 100%;
  padding: 3em 15px;
  margin-right: auto;
  margin-left: auto;
}

.tos-container.new-tos2024 {
  background-color: #FAFAFA;
  margin-top: 4em;
}

.tos {
  font-size: 1rem;
}

.tos h3 {
  cursor: pointer;
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 10px;
}

.tos h3 strong {
  font-weight: 600;
}

.tos svg {
  flex-shrink: 0;
}

.tos ul {
  display: none;
  padding: 0;
  margin-top: 0;
}

.tos li {
  list-style: disc;
  margin: 0 0 4px 20px;
  font-size: 16px;
}

.tos h3:hover {
  opacity: 0.7;
}

.tos-container.new-tos2024 .tos {
  font-size: 12px;
  padding: 0 2em;
}

.tos > div:not(:first-child) {
  margin-bottom: 1em;
}

.tos > div:nth-child(1) {
  font-size: 18px;
  color: #234cff;
  margin-bottom: 16px;
}

.tos-container.blue-accordion .tos > div {
  background-color: #F4F8FF;
  padding: 20px;
  border-radius: 10px;
}
.tos-container.blue-accordion .tos div:first-of-type {
  display: none;
}
.tos-container.blue-accordion h3 {
  color: #006EFF;
  font-size: 21px;
}
.tos-container.blue-accordion h3 svg {
  display: none;
}
.tos-container.blue-accordion h3 strong {
  display: inline-flex;
  align-content: center;
  gap: 10px;
}
.tos-container.blue-accordion h3 ::before {
  content: url("/_src-lp/icons/minus.svg");
  font-size: 20px;
  width: 14px;
  height: 16px;
  display: inline-block;
  filter: invert(25%) sepia(100%) saturate(10000%) hue-rotate(200deg) brightness(100%) contrast(100%);
}
.tos-container.blue-accordion li {
  list-style: none;
}

.tos-container.new-tos2024 .tos > div:not(:first-child) {
  margin-bottom: 2em;
}

.tos-container.new-tos2024 .tos > div:nth-child(1) {
  color: black;
  font-weight: bold;
  font-size: 16px;
}

.tos-container.new-tos2024 .tos h3, .tos-container.new-tos2024 .tos h3:hover {
  font-size: 12px;
  color: black;
  opacity: 1;
  cursor: default;
}

.tos-container.new-tos2024 .tos svg {
  display: none;
}

.tos-container.new-tos2024 .tos ul {
  display: block;
}

.tos-container.new-tos2024 .tos ul li {
  list-style-type: none;
  font-size: 12px;
  color: black;
  margin: 0 0 9px;
}

.tos > div:last-of-type a {
  color: #0059D6;
}

.tos .tos__link--active {
  transform: rotate(180deg);
}

@media (width <= 768px) {
  .tos-container {
    padding: 1em 0;
  }
  .tos {
    font-size: 15px;
  }
  .tos > div:not(:first-child) {
    margin-bottom: 10px;
  }
}