@charset "UTF-8";

.pc-none {
  display: none;
}

.sp-none {
  display: inline-block;
}

.pc-only {
  display: inline-block;
}

.sp-only {
  display: none;
}

.tb-none {
  display: inline-block;
}

.tb-only {
  display: none;
}

#tinymce {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, sans-serif;
}

h2 {
  margin: 1em 0;
  padding: 1em 1.5em;
  border-left: 8px solid #0754c8;
  background: #f5f5f5;
  color: black;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 27px;
  word-break: break-all;
}

h3 {
  margin: 0.5em 0;
  padding: 0.5em 0;
  border-bottom: 2px solid #0754c8;
  color: #0754c8;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 29px;
  word-break: break-all;
}

h4 {
  margin: 0.5em 0;
  padding: 0.2em 0.5em;
  border-left: 8px solid #0754c8;
  color: black;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 24px;
  word-break: break-all;
}

h5 {
  margin: 0.5rem 0;
  color: black;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 23px;
}

h6 {
  margin: 0.5em 0;
  color: black;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 23px;
}

p {
  margin: 0em 0;
  color: #474747;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 32px;
}

.table,
.table-title,
.table-index,
td {
  padding: 0.5em 0;
  border: 1px solid #f5f5f5;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 24px;
  text-align: center;
}

.table-title {
  background: #0754c8;
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 24px;
}

.table-index {
  background: #fcf1f5;
  color: black;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 24px;
}

td {
  background: white;
}

#ez-toc-container {
  margin-bottom: 2em;
  padding: 1em;
  background: #f5f5f5;
}

#ez-toc-container .ez-toc-title {
  margin: 0.5em 0;
  padding: 0.2em 0.5em;
  color: black;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 24px;
}

#ez-toc-container .ez-toc-list a {
  display: block;
  margin-bottom: 0.5em;
  color: #0754c8;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 27px;
  text-decoration: underline;
}

#ez-toc-container .ez-toc-list>li>a::before {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 1em;
  margin-left: 1em;
  border-radius: 50%;
  background: #0754c8;
  content: "";
}

#ez-toc-container .ez-toc-list>li>ul>li>a::before {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 1em;
  margin-left: 2em;
  border: 1px solid #0754c8;
  border-radius: 50%;
  content: "";
}

#ez-toc-container .ez-toc-list>li>ul>li>ul>li>a::before {
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  margin-right: 1em;
  margin-left: 3em;
  border-radius: 50%;
  background: #0754c8;
  content: "";
}

@media screen and (max-width: 1032px) {
  .pc-none {
    display: inline-block;
  }

  .pc-only {
    display: none;
  }

  .tb-none {
    display: none;
  }

  .tb-only {
    display: inline-block;
  }
}

@media screen and (max-width: 900px) {
  .sp-none {
    display: none;
  }

  .sp-only {
    display: inline-block;
  }

  .tb-none {
    display: inline-block;
  }

  .tb-only {
    display: none;
  }
}