#helpRoot {
  display: flex;
  height: 100%;
  font: normal 1rem Meiryo, メイリオ;
  font-size: 0.95rem;
  color: #505050;
  letter-spacing: 0.1rem;
  line-height: 1.8rem;
}

#helpRoot .page {
  flex-grow: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

#helpRoot main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

#helpRoot footer {
  display: flex;
  justify-content: space-around;
  min-height: 30px;
  width: calc(100% - 80px);
  margin: 0 40px 0 40px;
  padding: 5px 0 5px 0;
  border-top: 1px solid #cecece;
  box-sizing: border-box;
}


#helpRoot footer .company {
  font-size: 0.8rem;
}

#helpRoot nav {
  flex-shrink: 0;
  padding: 15px 0 0 0;
  overflow-y: auto;
  box-shadow: 1px 1px 5px 0px hsla(0, 0%, 65%, 0.55);
  background-color: #f5f5f5;
  border-right: 1px solid #dcd9d9;
}

#helpRoot nav a {
  text-decoration: none;
  color: #505050;
}

#helpRoot nav ul {
  padding: 0;
  margin: 0;
}

#helpRoot nav li {
  list-style: none
}

#helpRoot nav li.chapter {
  padding: 0 0 0.8rem 0;
}

#helpRoot nav li[data-level="0"] {

}

#helpRoot nav li[data-level="0"] > a {
  display: block;
  margin: 0 0 0.08rem 0;
  padding: 0.3rem 1.5rem 0.3rem 1rem;
  font-weight: bold;
  font-size: 1.0rem;
  letter-spacing: 0.1rem;
}

#helpRoot nav li[data-level="0"] > span {
  display: block;
  margin: 0 0 0.08rem 0;
  padding: 0.3rem 1.5rem 0.3rem 1rem;
  font-weight: bold;
  font-size: 1.0rem;
  letter-spacing: 0.1rem;
  text-decoration: none;
  color: #505050;
}

#helpRoot nav li[data-level="1"] {

}

#helpRoot nav li[data-level="1"] > a {
  display: block;
  padding: 0.2rem 1.5rem 0.2rem 1rem;
  font-size: 0.95rem;
  letter-spacing: 0.07rem;
}

#helpRoot article {
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1.5rem 1.5rem 2rem;
}

/* #helpRoot article a.link_license {
  font-size: 0.8rem;
  color: #505050;
} */

#helpRoot article section {
  max-width: 55rem;
  flex-shrink: 0;
  padding: 0 0 1rem 0;
  width: 100%;
}

#helpRoot article section h2, #helpRoot article section h3 {
  margin: 0 0 0.5rem 0;
  letter-spacing: 0.1rem;
  font-weight: bold;
  height: 2rem;
}

#helpRoot article section h2 {
  font-size: 1.5rem;
}

#helpRoot article section h3 {
  font-size: 1.4rem;
  color: gray;
}

#helpRoot article section h4 {
  margin: 0 0 0 0;
  font-weight: bold;
}

#helpRoot article section p {
  margin: 0.9em 0.8em 0.8em 0.9em;
}

#helpRoot article section dl {
  margin: 0.9em 0.8em 0.8em 0.9em;
}

#helpRoot article section dl dt:before {
  content: "\25CF";
}

#helpRoot article section dl dd.url-format {
  background-color: #f5f5f5;
  border: 1px solid #bfbfbf;
  padding-left: 1rem;
}

#helpRoot article section strong {
  font-size: 1.05rem;
}

#helpRoot article section strong.type-path {
  color: red;
}

#helpRoot article section strong.type-cid {
  color: green;
}

#helpRoot article section strong.type-sid {
  color: blue;
}

#helpRoot article h2:hover .permalink {
  display: inline-block;
  text-decoration: none;
  color: #505050;
}

#helpRoot article .permalink {
  display: none;
  transform: rotate(-45deg);
  margin: 0 0 0 0.5rem;
  font-size: 1.1rem
}

#helpRoot article .permalink:hover {
  cursor: default;
}

#helpRoot article .permalink:after {
  content: "\1f517";
}

#helpRoot table {
  border-collapse: collapse;
  margin: 0 0 1rem 0;
}

#helpRoot table caption {
  text-align: left;
  font-weight: bold;
  font-size: 1rem;
}

#helpRoot table thead tr th, #helpRoot table thead tr td {
  text-align: left;
  border: 1px solid #c1c1c1;
  padding: 0.4rem 0.5rem 0.4rem 0.5rem;
  background-color: #f1f1f1;
  white-space: nowrap;
}

#helpRoot table tbody tr th, #helpRoot table tbody tr td {
  text-align: left;
  vertical-align: top;
  border: 1px solid #c1c1c1;
  padding: 0.4rem 0.5rem 0.4rem 0.5rem;
}

#helpRoot table tbody tr td.mark {
  text-align: center;
}

#helpRoot table tbody tr td:first-child {
  white-space: nowrap;
}

#helpRoot article img {
  border: 1px solid #bfbfbf;
  max-width: 100%;
  height: auto;
}

#helpRoot article img.help-logo {
  border: none;
}
