.policy h2 {
  font-size: 1rem;
  font-weight: 600;
  border-left: none;
  padding-left: 0;
  margin: 30px 0 8px;
  border-bottom: 1px solid var(--border);
}

.policy h3 {
  font-size: 1rem;
  margin-bottom: 5px;
}

.policy h3::before {
  content: "■";
  font-size: 1.5rem;
  margin-right: 3px;
}
/* .policy ul {
  list-style-type: disc !important;
} */

/*注意事項・備考*/

.wrap_association {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 50px 0 100px;
}

.wrap_association .inner {
  width: fit-content;
}

.wrap_association .t_date {
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.tab1 {
  display: inline-block;
  width: 200px;
}
