#skip_nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}

#skip_nav a {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;

  background: #000;
  color: #fff;

  height: 80px;
  text-align: center;
  line-height: 80px;
}

#skip_nav a:focus,
#skip_nav a:active {
  top: 0;
}

.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
}

.gr_txt {
  color: transparent;
  text-shadow: 1px 0 3px rgba(255, 255, 255, 0.25);
  background: linear-gradient(to right top, #0a96ba, #032777, #333333);
  background-clip: text;
}

.table {
  margin-top: 4rem;
  width: 100%;
  border-top: 2px solid var(--primary-color);

  line-height: 1.5;
}

.table td {
  border: 1px solid #ddd;
  padding: 16px 24px;
}

.table th {
  border: 1px solid #ddd;
  padding: 16px 24px;

  text-align: left;
  font-weight: 600;
}

.dot_list {
}

.dot_list > * {
  position: relative;
  display: block;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  padding-left: 24px;

  word-break: keep-all;
}

.dot_list > *::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;

  width: 2px;
  height: 2px;

  background: #da544b;
}

.hr {
  position: relative;
  display: block;
  margin: 40px 0;
  border: none;
  border-top: 1px solid #ddd;
  overflow: visible;
}

/* .hr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;

  transform: translate(-50%, -50%);

  width: 40px;
  height: 40px;

  background: #ddd url(../icon/arrow-down.svg) no-repeat center center;
  border-radius: 50%;
} */

.t_js {
  text-align: justify;
}

.t_js::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}

.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt8 {
  margin-top: 8px;
}

.mt16 {
  margin-top: 16px;
}

.mt24 {
  margin-top: 24px;
}

.mt32 {
  margin-top: 32px;
}

.mt40 {
  margin-top: 40px;
}
