@charset "UTF-8";
/* =============================================================================
    【重要】直接編集禁止 / DO NOT EDIT THIS FILE DIRECTLY
    修正は dcms_media/css/scss/custom.scss に対して行い、コンパイルしてください。
============================================================================= */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    SECTION STYLES (ここから作業エリア)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ------目次（静的ページ用） ------ */
.media_table {
  background-color: #f2f2f2;
  margin-bottom: 30px;
  padding: 10px 10px 10px 20px;
  position: relative;
}
@media screen and (min-width: 680px) {
  .media_table {
    margin-bottom: 60px;
    padding: 30px 20px 30px 60px;
  }
}
.media_table:before {
  background: linear-gradient(170deg, #007bbc, #2fe0b6);
  content: "";
  height: calc(100% - 20px);
  left: 10px;
  position: absolute;
  top: 10px;
  width: 3px;
}
@media screen and (min-width: 680px) {
  .media_table:before {
    height: calc(100% - 60px);
    left: 40px;
    top: 30px;
  }
}
.media_table #tableindex {
  color: #05a;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: -0.45em;
}
.media_table #tableindex + ol > li::before {
  font-weight: 700;
  color: #171717;
}
.media_table #tableindex + ol > li a {
  font-weight: 700;
}
.media_table #tableindex + ol > li > a + ul {
  margin-top: 0.5rem;
}

/* ------ 質問テキスト ------ */
.c-case-q-text {
  position: relative;
  padding-left: 1.5rem;
  font-weight: 700;
}
.c-case-q-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  height: 1px;
  width: 1rem;
  background-color: #171717;
}

/* ------ marker ------ */
.marker-highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff000));
  background: linear-gradient(transparent 60%, #fff000 60%);
  /* #fff000 をお好みの色や、先ほどの get-color(accent01-pale) などに変えてください */
}

/* =============================================================================
    【重要】直接編集禁止 / DO NOT EDIT THIS FILE DIRECTLY
    修正は dcms_media/css/scss/custom.scss に対して行い、コンパイルしてください。
============================================================================= *//*# sourceMappingURL=custom.css.map */