<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*見出し*/
.p_heading--500w{
  border-color: #9e7b3b;
}
.p_heading--500w::before{
  filter: none;
}

/*キャッチコピー*/
.p_catchCopy--500w{
  color: #9e7b3b;
}

.p_notice{
  background: #f8f4ec;
}
.p_needsBox_item::before{
  border-color: #9e7b3b;
}


/* ボトムナビ */
.bottomNav_link:hover {
  background-color: #9e7b3b;
}
.bottomNav_link span::before {
  color: #9e7b3b;
}

/* オンライン研修導線 */
.p_mid_attentionBox_txt &gt; span:first-of-type {
  color: #9e7b3b;
}
/*
    見出し
================================*/
.p_heading-main {
  border-color: #9e7b3b;
  color: #9e7b3b;
}

/*
    受講者の声
================================*/
.ibox li::before {
  color: #9e7b3b;
}
.p_sideSection_ttl {
  background-color: #9e7b3b;
}
.c_sideSec_link.hasIcon img {
  background-color: #9e7b3b;
}

/*
    リスト
================================*/
.list_dot{}
.list_dot &gt; li + li{
  margin-top: 5px;
}
ul.list_dot &gt; li{
  text-indent: -1em;
  padding-left: 1em;
}</pre></body></html>