@charset "UTF-8";

/**======================================
	TABLE
======================================**/

/*--------------------------------------
	index
---------------------------------------*/

/* table_contents */

html {
  scroll-behavior: smooth;
}

#system_contents,
#system_contents .system_box {
  scroll-margin-top: calc(
    var(--header-initial-height) + var(--wp-admin-bar-height) + 24px
  );
}

.system_nav {
  margin-bottom: 45px;
  border-bottom: 1px solid #ddd;
}

.system_nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 12px;
}

.system_nav li {
  list-style: none;
}

.system_nav a {
  display: block;
  padding: 16px 18px 14px;
  border-bottom: 2px solid transparent;
  font-family: YakuHanJP, 'Roboto Condensed', 'Noto Sans JP', sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-decoration: none;
}

.system_nav a:hover,
.system_nav a.current {
  border-bottom-color: #111;
}

.system_box > .heading02 {
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
  font-family: YakuHanJP, 'Roboto Condensed', 'Noto Sans JP', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

#system_contents table,
#system_contents th,
#system_contents td,
#system_contents th p,
#system_contents td p {
  font-size: 1.4rem;
  line-height: 1.5;
}

#system_contents th {
  background: #f7f8f9;
  vertical-align: middle;
  text-align: left;
}

#system_contents td.num_td {
  text-align: center;
}

#system_contents th.system_th01 {
  width: 200px;
}

#system_contents th.system_th02 {
  width: 200px;
}

#system_contents th.system_th03 {
  width: 320px;
}

#system_contents th.system_th04 {
  width: 80px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .system_nav {
    margin-bottom: 32px;
    overflow-x: auto;
  }

  .system_nav ul {
    flex-wrap: nowrap;
    min-width: max-content;
  }

  .system_nav a {
    padding-right: 14px;
    padding-left: 14px;
  }

  .system_box > .heading02 {
    font-size: 2.2rem;
  }
}
