<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*===============================

    公開新人ページ用左ナビCSS
      新人ミドルとスタートアッププランと
      増えたので左ナビ部分だけ分岐

================================*/
/*
    左ナビ実績数字
================================*/
.sideResult-bup { margin: 30px 0; }

.sideResult-bup_ttl {
  border-top: 3px solid #ccc;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0;
  position: relative;
}

.sideResult-bup_ttl::before {
  border-top: 3px solid #ff5f86;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
  width: 38%;
}

.sideResult-bup_ttl &gt; img {
  background-color: #ff5f86;
  float: left;
  margin-right: 5px;
}

.sideResult-bup_cont {}

/* 中身 */
.sideResultContainer {
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-style: 14px;
  font-weight: bold;
  justify-content: space-between;
}

.sideResultContainer &gt; dd &gt; span {
    font-size: 24px;
}

.sideResultContainer + p,
.sideResultContainer + ul{
  font-size: 12px;
  margin-top: 10px;
}

.sideResult-bup_cont:first-of-type {
  border-top: 1px dotted #999;
  padding-top: 5px;
}

.sideResult-bup_cont + .sideResult-bup_cont {
  border-top: 1px dotted #999;
  padding-top: 5px;
  margin-top: 5px;
}

.sideResult-bup_cont a {
  color: #052674;
  display: inline-block;
  text-decoration: underline;
}

.sideResult-bup_cont a:hover { text-decoration: none; }


/* 2021/02/16 改修 */
.sideBox {
  font-size: 12px;
  letter-spacing: 0;
}

.sideBox-hasBgColor {
  background-color: #e4f1f9;
  padding: 5px;
}

.sideBox_ttl-newcom +.sideBox-hasBgColor { margin-top: -8px; }

.sideBox + .sideBox { margin-top: 30px; }

.sideBox_inner {
  border-bottom: 1px dotted #999;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.sideBox_inner + .sideBox_inner {}

.sideBox_ttl-newcom {
  background-color: #ef3a7c;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
  padding: 8px;
}

.sideBox_ttl-hasMark {
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 18px;
  text-indent: -18px;
}

.sideBox_ttl-hasMark::before {
  content: "";
  background-color: #ef3a7c;
  display: inline-block;
  height: 13px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  width: 13px;
}

.sideBox_ttl-hasBdT {
  border-top: 3px solid #ef3a7c;
  margin-top: 5px;
  padding-top: 5px;
}

.sideBox_ttl-hasBdB {
  border-bottom: 1px dotted #999;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

/* お知らせ */
.sideNewsBox {
  border: 1px solid #999;
  height: 150px;
  overflow: auto;
  padding: 5px;
}

.sideNewsBox_ttl-newcom {
  border-top: 5px solid #ef3a7c;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  padding: 8px;
}

.sideNewsBox_inner {}

.sideNewsBox_inner + .sideNewsBox_inner {
  border-top: 1px dotted #999;
  margin-top: 5px;
  padding-top: 5px;
}

.sideNewsBox_date { margin-bottom: 5px; }

.sideNewsBox_txt {}

/* border-top */
.sideBox-bdt {
  background-color: #fff;
  border-top: 3px solid #ccc;
  font-size: 12px;
  padding: 5px;
}

.sideBox-bdt + .sideBox-bdt { margin-top: 10px; }

.sideBox-bdt.bup { border-top-color: #008cce; }
.sideBox-bdt.dispatch { border-top-color: #da4745; }
.sideBox-bdt.video { border-top-color: #980416; }
.sideBox-bdt.assessment { border-top-color: #b32054; }
.sideBox-bdt.gold { border-top-color: #917530; }

.sideBox-bdt &gt; a {
  display: block;
}

.sideBox-bdt &gt; a:hover {
  opacity: .6;
  text-decoration: none;
}


.sideBox-bdt p:first-child {
  font-weight: bold;
  margin-bottom: 5px;
}

.parts_tag {
  background-position: left center;
  background-repeat: no-repeat;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  line-height: 24px;
  height: 24px;
  margin-right: 5px;
  text-align: center;
  width: 52px
}
.parts_tag.bup { background-image: url("../../img/bup/left-navi_bg_kokai.png"); }
.parts_tag.dispatch { background-image: url("../../img/bup/left-navi_bg_koushi.png"); }
.parts_tag.video { background-image: url("../../img/bup/left-navi_bg_e-learning.png"); }



/* list */
.sideList_normal {}

.sideList_normal &gt; li {}

.sideList_normal &gt; li + li { margin-top: 10px; }

.sideList_hasIco {}

.sideList_hasIco &gt; li { border-bottom: 1px dotted #999; }

.sideList_hasIco &gt; li img {
  margin-right: 5px;
  vertical-align: middle;
}

.sideList_hasArrow {}

.sideList_hasArrow &gt; li {
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 5px;
  padding-right: 3px;
  padding-bottom: 5px;
}

.sideList_hasArrow &gt; li::after {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  content: "";
  display: block;
  flex-shrink: 0;
  height: .4em;
  margin-left: auto;
  transform: rotate(45deg);
  width: .4em;
}

/* link */
.sideLink_normal {
  color: #052674;
  display: block;
  text-decoration: none;  
  width: 100%;
}

.sideLink_normal:hover {
  color: #005580;
  text-decoration: underline;
}

.sideLink_banner {
  display: block;
  text-align: center;
}

.sideLink_banner:hover {
  opacity: .6;
}</pre></body></html>