@charset "UTF-8";
.pc-none {
  display: none;
}

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

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

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

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

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

.sp-only {
  display: none;
}

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

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

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

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

.tb-only {
  display: none;
}

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

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

/* ---------------------------------------------------------------------------------------------
 * variables.css
--------------------------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------
 # Color
-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
 # Path
-----------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------
 * mixins.css
--------------------------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------
 # ribbon
-----------------------------------------------------------------------*/
#tinymce {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, sans-serif;
}

#tinymce h2,
.single-column h2 {
  background: #f5f5f5;
  border-left: 8px solid #1866dd;
  color: black;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 27px;
  margin: 1em 0;
  padding: 0.5em 1em;
  word-break: break-all;
}

#tinymce h3,
.single-column h3 {
  border-bottom: 2px solid #1866dd;
  color: #1866dd;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 27px;
  margin: 0.5em 0;
  padding: 0.5em 0;
  word-break: break-all;
}

#tinymce h4,
.single-column h4 {
  border-left: 8px solid #1866dd;
  color: black;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 24px;
  margin: 0.5em 0;
  padding: 0.2em 0.5em;
  word-break: break-all;
}

#tinymce h5,
.single-column h5 {
  color: black;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 23px;
  margin: 0.5rem 0;
}

#tinymce h6,
.single-column h6 {
  color: black;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 20px;
  margin: 0.5em 0;
}

#tinymce p,
.single-column p {
  color: #474747;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 30px;
  margin: 0em 0;
}

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

#tinymce .table-title,
.single-column .table-title {
  background: #1866dd;
  color: white;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 24px;
}

#tinymce .table-index,
.single-column .table-index {
  background: #fcf1f5;
  color: black;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 24px;
}

#tinymce td,
.single-column td {
  background: white;
}

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

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

#ez-toc-container .ez-toc-list a {
  color: #1866dd;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 24px;
  margin-bottom: 0.5em;
  text-decoration: underline;
}

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

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

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