/* n-footer */

.n-footer .titles-b {
  display: flex;
  align-items: center;
}

.n-footer .titles-img {
  max-width: 20px;
  width: 100%;
  margin-right: 10px;
}

.n-footer .titles {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.n-footer .boxes {
  display: flex;
}

.n-footer .box {
  width: 50%;
}

.n-footer .box-r {
  margin-left: 20px;
}

.n-footer .box-text {
  font-size: 14px;
  margin-top: 30px;
  color: #81bae2;
}

.n-footer .js-accordion-title {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  cursor: pointer;
}

.n-footer .js-accordion-title.open {
  position: relative;
  text-underline-offset: 1.5px;
  text-decoration: underline;
}

.n-footer .js-accordion-title.open::after {
  position: absolute;
  content: "";
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 9px solid #ffffff;
  border-top: 0;
}

.n-footer .accordion-content {
  display: none;
  padding: 15px 20px;
  position: absolute;
  z-index: 1;
  left: 20px;
  width: 50%;
  background-color: #ffffff;
  margin-top: 9px;
  border-radius: 10px;
}

.n-footer .box-r .accordion-content {
  left: unset;
  right: 20px;
}

.n-footer .box .accordion-content div {
  color: #333;
  font-size: 12px;
}

.n-footer .box .accordion-content div a {
  color: #1d3994;
}

.n-footer .accordion-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.n-footer .accordion-item {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .n-footer .titles {
    font-size: 14px;
  }

  .n-footer .boxes {
    flex-direction: column;
  }

  .n-footer .box {
    width: 100%;
  }

  .n-footer .box-r {
    margin-left: 0;
  }

  .n-footer .box-text {
    font-size: 12px;
    margin-top: 30px;
  }

  .n-footer .accordion-items {
    margin-top: 10px;
  }

  .n-footer .js-accordion-title {
    font-size: 12px;
  }

  .n-footer .accordion-content {
    left: 0;
    width: 100%;
  }

  .n-footer .box-r .accordion-content {
    left: 0;
    right: unset;
  }

  .n-footer .accordion-item {
    margin-right: 10px;
  }
}
