.navi-trust-panel {
  max-width: 760px;
  margin: 24px auto;
  padding: 18px;
  border: 1px solid #eadfeb;
  border-radius: 12px;
  background: #fff;
  color: #3d3340;
  box-shadow: 0 2px 10px rgba(50, 38, 55, .06);
}

.navi-trust-panel h2,
.navi-trust-panel h3 {
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  color: #36273d;
  font-size: 16px;
  line-height: 1.5;
}

.navi-trust-panel p {
  margin: 0;
  color: #554c59;
  font-size: 13px;
  line-height: 1.85;
}

.navi-trust-panel p + p {
  margin-top: 8px;
}

.navi-trust-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 12px;
}

.navi-trust-links a {
  color: #9b3f75;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.navi-trust-links a:hover {
  text-decoration: underline;
}

.navi-trust-panel[data-kind="medical"] {
  border-left: 5px solid #9b7ec8;
}

.navi-trust-panel[data-kind="site"] {
  border-left: 5px solid #26a69a;
}

.navi-footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 12px auto;
}

.navi-footer-links a {
  color: inherit;
  font-size: inherit;
  font-weight: 700;
  text-decoration: none;
}

.navi-footer-links a:hover {
  text-decoration: underline;
}

@media (max-width: 720px) {
  .navi-trust-panel {
    margin: 20px 16px;
    padding: 16px;
  }
}
