@charset "utf-8";
/* CSS Document */


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

    common

================================*/
#sideNav, #sideNavRev {
  font-family: YuGothic,"游ゴシック","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN",Meiryo,"メイリオ",sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  width: 200px;
}


/*
    公開講座の年間実績
================================*/
#sideNav .side_rslt {
  font-family: YuGothic,'游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN',Meiryo,'メイリオ',sans-serif;
  margin-bottom: 20px;
}

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

#sideNav .side_rslt > dt::before {
  border-top: 3px solid #E51E19;
  content: "";
  display: block; 
  position: absolute;
  left: 0;
  top: -3px;
  width: 38%;
}

#sideNav .side_rslt > dt > img {
  background-color: #E51E19;
  float: left;
  margin-right: 5px;
  vertical-align: -6px;
}

#sideNav .side_rslt > dt > span {
  display: block;
  font-family: inherit;
  padding-left: 29px;
  margin-top: 2px;
}

/* 囲いの中 */
#sideNav .side_rslt_border {
  border: 1px solid #d7d0c0;
  font-family: inherit;
  padding: 8px;
}

#sideNav .side_rslt_border > ul {
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  text-align: right;
}

#sideNav .side_rslt_border > ul,
#sideNav .side_rslt_border > ul > li,
#sideNav .side_rslt_border > ul > li > a { font-family: inherit; }

#sideNav .side_rslt_border > p {
  font-family: inherit;
  line-height: 1;
}

#sideNav .side_rslt_detail {
  border-bottom: 1px solid #666;
  font-family: inherit;
  margin-bottom: 5px;
}

#sideNav .side_rslt_detail > dt {
  font-family: inherit;
  font-size: 12px; 
  font-weight: bold;
  /*line-height: 1;*/
  /*margin-bottom: 5px;*/
}

#sideNav .side_rslt_detail > dt > sup {
  font-family: inherit;
  font-size: 10px;
}

#sideNav .side_rslt_detail > dd {
  color: #a89a6c;
  font-family: inherit;
  font-size: 25px;/*MSPゴシックだと24pxでフォントが崩れる*/
  font-weight: bold;
  line-height: 1.2;
  text-align: right;
}

#sideNav .side_rslt_detail > dd > span.toem {
  font-family: inherit;
  letter-spacing: 0px;
}

#sideNav .side_rslt_detail > dd > span:last-of-type {
  color: #333;
  font-family: inherit;
  font-size: 12px;
}

#sideNav .side_rslt_border p:first-of-type { margin-top: 10px; }

#sideNav .side_rslt_border p + p { margin-top: 5px; }



/*
    関連公開講座
================================*/
#sideNav .relatedTraining {
  font-family: inherit;
  margin-bottom: 30px;
}

#sideNav .relatedTraining > .relatedTraining_ttl {
  background-color: #18479e;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 3px 5px 3px 10px;
}

#sideNav .relatedTraining_list { font-family: YuGothic,'游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN',Meiryo,'メイリオ',sans-serif; }

#sideNav .relatedTraining_list > li {
  font-family: inherit;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}

#sideNav .relatedTraining_list li + li{
  border-top: 1px solid #ccc;
  margin-top: 5px;
  padding-top: 5px;
}

#sideNav .relatedTraining_list > li > a { font-family: inherit; }

#sideNav .relatedTraining_list > li > a:hover {
  opacity: 0.6;
  text-decoration: none;
}

/* 関連研修スケジュール */
#sideNav .relatedTraining > p {
  font-family: YuGothic,'游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN',Meiryo,'メイリオ',sans-serif;
  font-size: 12px;
  letter-spacing: 0;
}

#sideNav .relatedTraining .relatedTraining_ttl + p > a {
  border-bottom: 1px solid #333;
  color: #18479e;
  display: block;
  font-family: inherit;
  letter-spacing: 0;
  margin-bottom: 5px;
  padding-bottom: 5px;
  text-align: center;
}

#sideNav .relatedTraining .relatedTraining_ttl + p > a:hover {
  opacity: 0.6;
  text-decoration: none;
}

#sideNav .relatedTraining  p:nth-of-type(4) {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  margin: 5px 0 0;
  padding-bottom: 5px;
}

#sideNav .relatedTraining p:nth-of-type(4) > img{
  margin: 0 5px;
  vertical-align: -3px;
}

#sideNav .relatedTraining iframe {
  border: none;
  min-height: 500px;
  width: 200px;
}



/*
    お得なサービスプラン
================================*/
#sideNav .servicePlan {
  font-family: inherit;
  margin-bottom: 30px;
}

#sideNav .servicePlan > dt {
  background-color: #9E2730;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 3px 5px 3px 10px;
}

#sideNav .servicePlan_detail {
  font-family: inherit;
  margin-bottom: 20px;
}

#sideNav .servicePlan_detail > dt { margin-bottom: 10px; }

#sideNav .servicePlan_detail > dd {
  font-family: YuGothic,'游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN',Meiryo,'メイリオ',sans-serif;
  line-height: 1.3;
  margin-bottom: 10px;
}

#sideNav .servicePlan_detail > dd > p { font-family: inherit }

#sideNav .servicePlan_detail > dd > p + p { margin-top: 5px; }

#sideNav .servicePlan_detail > dd > p > a { font-family: inherit; } 

#sideNav .servicePlan_detail a:hover {
  opacity: 0.6;
  text-decoration: none;
}


/*
    インソースの企業情報
================================*/
#sideNav .insCompanyInfo {
  font-family: inherit;
  margin-bottom: 30px;
}

#sideNav .insCompanyInfo > dt {
  background-color: #9E2730;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 3px 5px 3px 10px;
}

#sideNav .insRsltNumValue {
  font-family: YuGothic,'游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN',Meiryo,'メイリオ',sans-serif;
  margin-bottom: 30px;
}

#sideNav .insRsltNumValue > dt {
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
#sideNav .insRsltNumValue > dt > img {
  background-color: #9E2730;
  margin-right: 5px;
  vertical-align: -5px;
}

#sideNav .insRsltNumValue_border {
  border: 1px solid #d7d0c0;
  font-family: inherit;
  margin-bottom: 20px;
  padding: 5px 5px 5px 10px;
}

#sideNav .insRsltNumValue_border > p {
  font-family: inherit;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 5px;
}

#sideNav .insRsltNumValue_detail {
  align-content: flex-start;
  align-items: baseline;
  display: flex;
  -js-display: flex;
  flex-flow: row wrap;
  font-family: inherit;
  justify-content: space-between;
  margin-bottom: 5px;
  width: auto;
}

#sideNav .insRsltNumValue_detail + dl {
  border-top: 1px solid #ccc;
  padding-top: 5px;
}

#sideNav .insRsltNumValue_detail > dt {
  font-family: inherit;
  font-size: 12px; 
  font-weight: bold;
  line-height: 1;
  flex: 1 1 auto;
}

#sideNav .insRsltNumValue_detail > dt > sup {
  font-family: inherit;
  font-size: 10px;
}

#sideNav .insRsltNumValue_detail > dd {
  color: #9E2730;
  font-family: inherit;
  font-size: 23px; 
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  text-align: right;
  flex: 1 1 auto;
}

#sideNav .insRsltNumValue_detail > dd span {
  color: #333;
  font-family: inherit;
  font-size: 12px;
}

/* 講師派遣／公開講座の回数 */
#sideNav .insRsltNumValue_detail > dl { font-family: inherit; }

#sideNav .insRsltNumValue_detail > dl > dt {
  font-family: inherit;
  font-size: 12px; 
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}

#sideNav .insRsltNumValue_detail > dl > dd {
  color: #9E2730;
  font-family: inherit;
  font-size: 20px; 
  font-weight: bold;
  line-height: 1;
  text-align: left;
}

#sideNav .insRsltNumValue_detail > dl > dd span {
  color: #333;
  font-family: inherit;
  font-size: 12px;
}

/* 受講者評価 */
#sideNav .insRsltNumValue_detail.last {
  display: block;
  -js-display: block;
  margin-bottom: 0;
}

#sideNav .insRsltNumValue_detail.last > dt { margin-bottom: 10px; }

#sideNav .insRsltNumValue_detail.last > dd { text-align: left; }

#sideNav .insRsltNumValue_detail.last > dd p {
  color: #333;
  display: inline-block;
  font-family: inherit;
  font-size: 12px;
  line-height : 1.3;
  width: 50%;
}

#sideNav .insRsltNumValue_detail.last > dd p:last-of-type {
  display: block;
  font-family: inherit;
  margin-top: 5px;
  text-align: right;
  width: 100%;
}

#sideNav .insRsltNumValue_detail.last > dd p:last-of-type > a { font-family: inherit; }

#sideNav .insRsltNumValue_detail.last > dd p:last-of-type > a:hover {
  opacity: 0.6;
  text-decoration: none;
}


/*
    サービス内容
================================*/
#sideNav .insService {
  font-family: YuGothic,'游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN',Meiryo,'メイリオ',sans-serif;
  margin-bottom: 30px;
}

#sideNav .insService > dt {
  margin: 0;
  background-color: #8F1E35;
  border-top: none;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
}

#sideNav .insService > dt > img.bgColor { background-color: #9E2730; }

#sideNav .insService > dt > img {
  margin-right: 5px;
  vertical-align: -5px;
}

#sideNav .insService_list {
  font-family: YuGothic,'游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN',Meiryo,'メイリオ',sans-serif;
}

#sideNav .insService_list > li {
  font-family: inherit;
  margin-bottom: 1px;
}

#sideNav .insService_list > li > a {
  display: block;
  font-family: inherit;
  font-weight: bold;
  letter-spacing: 0;
  padding: 5px;
  background-color: #F9F9F9;
  color: #333333;
  background-image: none;
}

#sideNav .insService_list > li.multi-line > a { background-position: right center; }

#sideNav .insService_list > li > a:hover {
  opacity: 0.6;
  text-decoration: none;
}


#sideNav .insService_list > li > a > img {
  margin-right: 10px;
  vertical-align: middle;
}

#sideNav .insService_list > li > a > img[src*="lup_online"] { background-color: #5558af; 
}

/*
    「同じジャンルで探す」は
/common/css/kenshu_common.cssに記述
================================*/

/*
    階層で探す
================================*/

#sideNav .p_heading--sideSecondaly{
  display: flex;
  align-items: center;
  border-bottom: 3px solid #9E2730;
  padding: 5px 0;
  margin-top: 30px;
}
#sideNav .p_heading--sideSecondaly img{
}
#sideNav .p_heading__ttl{
  font-size: 14px;
  font-weight: bold;
  color: #9E2730;
  padding-left: 5px;
}
#sideNav .p_megaMenu{
  border-bottom: 1px dotted #C2C2C2;
}
#sideNav .p_megaMenu__target {
  display: flex;
  align-items: center;
  padding: 5px 0;
  cursor: pointer;
  position: relative;
  line-height: 1.2;
}
#sideNav .p_megaMenu__target:after {
  content: "\f105";
  position: relative;
  margin-left: auto;
  margin-right: 18px;
  line-height: 1;
  color: #BCBCBC;
  font-weight: bold;
  font-size: 20px;
  font-family: FontAwesome;
  transition: transform .7s;
}
#sideNav .p_megaMenu__ttl{
  position: relative;
}
#sideNav .p_megaMenu__ttl::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  opacity: 0;
  transition: opacity .7s;
}
#sideNav .p_megaMenu__target:hover .p_megaMenu__ttl::before{
  opacity: 1;
}
#sideNav .p_megaMenu__target:hover::after{
  color: #9E2730;
  transform: translateX(8px);
}
#sideNav .p_megaMenu__target img {
  margin-right: 5px;
  vertical-align: top;
  background: #972833;
}
#sideNav .p_megaMenu__target p:nth-of-type(2) {
  font-size: 12px;
  font-weight: 700;
  color: #333;
}

/*
    メルマガ登録＆お問合せ
================================*/
#sideNav .sideMlmgEntry {
  border: 1px solid #d46422;
  font-family: inherit;
  margin-bottom: 10px;
  padding: 5px;
}

#sideNav .sideMlmgEntry > dt {
  color: #9E2730;
  font-family: inherit;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 10px;
  padding: 5px 0;
}

#sideNav .sideMlmgEntry > dt > img {
  /*background-color: #9E2730;*/
  margin-right: 5px;
  vertical-align: -7px;
}

#sideNav .sideMlmgEntry > dd {
  font-family: inherit;
  font-size: 13px;
  line-height: 1.2;
}

#sideNav .sideContact {
  border: 1px solid #9E2730;
  font-family: inherit;
  margin-bottom: 10px;
  padding: 5px;
}

#sideNav .sideContact > p {
font-family: inherit;
line-height: 1.3;
}

#sideNav .sideContact > p:first-of-type { font-weight: bold; }


#sideNav .sideContact > .tel {
  font-family: 'メイリオ';
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  margin-top: 10px;
  text-align: center;
}

#sideNav .sideContact > .tel >img {
  margin-right: 5px;
  vertical-align: -2px;
}


/* ボタン */
#sideNav .pushBtn {
  font-weight: 500;
  line-height: 1;
  margin-top: 10px;
  text-align: center;
}

#sideNav .pushBtn > a {
  background: #d46422;
  border-radius: 3px;
  box-shadow: 0 3px 0 #98420f;
  color: #FFF;
  display: inline-block;
  font-family: inherit;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 7px 10px;
  text-decoration: none;
  width: 170px;
}

#sideNav .pushBtn.red > a {
  background: #9E2730;
  box-shadow: 0 3px 0 #52070d;
}

#sideNav .pushBtn > a:hover {
  box-shadow: none;
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

/* 2020/07/13 新デザイン */
#sideNav .side_mlmgEntry {}

#sideNav .side_mlmgEntry_box {}

#sideNav .side_mlmgEntry_link {}

#sideNav .side_mlmgEntry_link:hover {
  opacity: .6;
}


/*
    バナーボックス
================================*/
#sideNav .sideBanBox { margin-bottom: 30px; }

#sideNav .sideBanBox p + p{ margin-top: 8px; }

#sideNav .sideBanBox a:hover {
  opacity: 0.6;
  text-decoration: none;
}

#sideNav .sideBanBox_inner + .sideBanBox_inner{margin-top:16px;}

/*.sideBanBox_ttl{padding:7px 10px;background:red;font:bold 14px/1 YuGothic,'游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN',Meiryo,'メイリオ',sans-serif;color:#fff;}*/
#sideNav .sideBanBox_ttl{
  border-top: 3px solid orange;
  font: bold 13px/1 YuGothic,'游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN',Meiryo,'メイリオ',sans-serif;
  position: relative;
  padding: 7px 0;
}

#sideNav .sideBanBox_ttl::before {
  content: "\f004";
  color: orange;
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 5px;
  margin-left: 1px;
}



/*
    講師派遣型研修
================================*/
#sideNav .detachmentType {
  font-family: inherit;
  margin-bottom: 30px;
}

#sideNav .detachmentType > dt {
  border-top: 5px solid #E51E19;
  border-bottom: 1px solid #ccc;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 0;
}

#sideNav .detachmentType > dt > img {
  margin-right: 3px;
  vertical-align: -5px;
}

#sideNav .detachmentType > dd {
  font-family: inherit;
  margin-bottom: 10px;
}

#sideNav .detachmentType_txt {
  color: #e53f19;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.3;
}

#sideNav .detachmentType_detail > dt:first-of-type {
border-top: 3px solid #E51E19;
margin-top: 0;
}

#sideNav .detachmentType_detail > dt {
  border-top: 4px solid #E51E19;
  border-bottom: 1px solid #ccc;
  color: #333;
  font-family: YuGothic,'游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN',Meiryo,'メイリオ',sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 5px 0;
}

/* 関連サービスの「もっと見る」 */
#sideNav .detachmentType_detail > dd > p > a {
  font-family: YuGothic,'游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN',Meiryo,'メイリオ',sans-serif;
  font-weight: bold;
}

#sideNav .detachmentType_detail > dd > p > a:hover {
  opacity: 0.6;
  text-decoration: none;
}


#sideNav .detachmentType_list {  }

#sideNav .detachmentType_list li {
  font-family: YuGothic,'游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN',Meiryo,'メイリオ',sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}

#sideNav .detachmentType_list li + li {
}

#sideNav .detachmentType_list li > a {
  background-image: url("../../resource/img/bup/searchSem-arrow_gray.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  color: #333;
  display: block;
  font-family: inherit;
  line-height: 1.2;
  padding: 5px 10px 5px 0;
}

#sideNav .detachmentType_list li > a:hover {
  opacity: 0.6;
  text-decoration: none;
}



/*
    新作研修PICK UP
================================*/
#cont #c3_ll .newPrgPickUp dd{
  padding: 0;
  background: none;
}
#cont #c3_ll .newPrgPickUp {
  padding: 0;
  border: none;
  line-height: 1.6;
}
#sideNav .newPrgPickUp {
  font-family: inherit;
  margin-bottom: 30px;
  letter-spacing: 0;
}
#sideNav .newPrgPickUp > dt {
  background-color: #20B2AA;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 3px 5px 3px 10px;
}
#sideNav .newPrgPickUp__mainTtl{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 14px;
}
#sideNav .newPrgPickUp_date{
  font-size: 12px;
}

#sideNav .newPrgPickUp > dd {
  font-family: inherit;
  font-weight: bold;
}

#sideNav .newPrgPickUp > dd > p {
  font-family: inherit;
}

#sideNav .newPrgPickUp > dd > p > a { font-family: inherit; }

#sideNav .newPrgPickUp > dd > .newPrgPickUp_ttl {
  border-bottom: 1px solid #ccc;
  font-family: inherit;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}
#sideNav .newPrgPickUp_list { font-family: YuGothic,'游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN',Meiryo,'メイリオ',sans-serif; }

#sideNav .newPrgPickUp_list > li {
  border-bottom: 1px solid #ccc;
  font-family: inherit;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

#sideNav .newPrgPickUp_list > li > a {
  display: block;
  font-family: inherit;
}

#sideNav .newPrgPickUp_list > li > a:hover {
  opacity: 0.6;
  text-decoration: none;
}
#sideNav .newPrgPickUp_entryDateWrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
#sideNav .newPrgPickUp_entryDate{
  line-height: 1;
  font-size: 11px;
}
#sideNav .newPrgPickUp_entryCat{
  display: inline-block;
  padding: 2px 4px;
  border: 1px solid;
  border-radius: 4px;
  letter-spacing: -1px;
  line-height: 1.3;
  font-size: 10px;
  color: #20B2AA;
}
#sideNav .newPrgPickUp_entryTtl{
  font-size: 12px;
  line-height: 1.4;
  color: #052674;
}
#sideNav .newPrgPickUp_link{
  text-align: right;
}
#c2_r div#side-r_list .newPrgPickUp_link a{
  color: #052674;
  font-weight: normal;
  font-size: 12px;
}
#sideNav .newPrgPickUp_link a:hover{
  opacity: .7; 
}
#sideNav .newPrgPickUp-core .newPrgPickUp__mainTtl{
  display: block;
  background: #c7124e;
}
#sideNav .newPrgPickUp-core .newPrgPickUp_date{
  display: block;
  margin-top: 4px;
  text-align: right;
}
#sideNav .newPrgPickUp-core .newPrgPickUp_entryCat{
  color: #c7124e;
}


/*
    インソースからの新着メッセージ
================================*/
#sideNav .newMessage{
  padding-top: 4px;
  border-top: 6px solid #9E2730;
}
#sideNav .newMessage__heading{
  margin-bottom: 10px;
}
#sideNav .newMessage__ttl{
  letter-spacing: 0;
  font-weight: bold;
  font-size: 13px;
}
#sideNav .newMessage__ttl + .newMessage__date{
  margin-top: 4px;
}
#sideNav .newMessage__date{
  line-height: 1;
  text-align: right;
  font-size: 12px;
}
#sideNav .newMessage__list li + li{
  margin-top: 8px;
}
#sideNav .newMessage__list a{
  position: relative;
  display: block;
  padding-left: 1em;
  color: #052674;
  line-height: 1.4;
  letter-spacing: 0;
  font-size: 12px;
}
#sideNav .newMessage__list a:hover{
  opacity: .7;
}
#sideNav .newMessage__list a::before{
  content: "・";
  position: absolute;
  left: 0;
}

/* スリック初期非表示 */
#sideNav .js_sideNavSlider{
  display: none;
}
#sideNav .js_sideNavSlider.slick-initialized{
  display: block;
}

/*
    usefulNews
================================*/
#sideNav .usefulNews {
  font-family: inherit;
  margin-bottom: 30px;
}

#sideNav .usefulNews > dt {
  background-color: #df1314;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 3px 5px 3px 10px;
}

#sideNav .usefulNews > dd {
  font-family: inherit;
  font-weight: bold;
}

#sideNav .usefulNews > dd > p {
  font-family: inherit;
}

#sideNav .usefulNews > dd > p > a { font-family: inherit; }

#sideNav .usefulNews > dd > .newPrgPickUp_ttl {
  border-bottom: 1px solid #ccc;
  font-family: inherit;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

#sideNav .usefulNews_list { font-family: YuGothic,'游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN',Meiryo,'メイリオ',sans-serif; }

#sideNav .usefulNews_list > li {
  border-bottom: 1px solid #ccc;
  font-family: inherit;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

#sideNav .usefulNews_list > li > a {
  display: block;
  font-family: inherit;
}

#sideNav .usefulNews_list > li > a:hover {
  opacity: 0.6;
  text-decoration: none;
}


/*
    関連コンテンツ
================================*/
#sideNav .relevantContents {
  font-family: inherit;
  margin-bottom: 30px;
}

#sideNav .relevantContents > dt {
  background-color: #629d6e;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 3px 5px 3px 10px;
}

#sideNav .relevantContents > dd {
  font-family: inherit;
  font-weight: bold;
}

#sideNav .relevantContents > dd > p {
  font-family: inherit;
}

#sideNav .relevantContents > dd > p > a { font-family: inherit; }

#sideNav .relevantContents > dd > .relevantContents_ttl {
  border-bottom: 1px solid #ccc;
  font-family: inherit;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

#sideNav .relevantContents_list { font-family: YuGothic,'游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN',Meiryo,'メイリオ',sans-serif; }

#sideNav .relevantContents_list > li {
  border-bottom: 1px solid #ccc;
  font-family: inherit;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

#sideNav .relevantContents_list > li > a {
  display: block;
  font-family: inherit;
}

#sideNav .relevantContents_list > li > a:hover {
  opacity: 0.6;
  text-decoration: none;
}


/*
    アナザーインソース
================================*/
#sideNav .anotherIns { margin-bottom: 30px; }

#sideNav .anotherIns > dt { margin-bottom: 10px; }

#sideNav .anotherIns > dt > a { display: block; }

#sideNav .anotherIns > dt > a:hover {
  opacity: 0.6;
  text-decoration: none;
}

#sideNav .anotherIns > dt span {
  border-top: 1px solid #e53f19;
  color: #e53f19;
  display: block;
  font-family: YuGothic,'游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN',Meiryo,メイリオ,sans-serif;
  font-weight: bold;
  padding-top: 10px;
  width: 100%;
}

#sideNav .anotherIns_list {
  border-top: 1px dotted #ccc;
  padding-top: 5px;
}

#sideNav .anotherIns_list li {
  border-bottom: 1px dotted #ccc;
  line-height: 0;

  margin-bottom: 5px;
  padding-bottom: 5px;
}

#sideNav .anotherIns_list li a {
  display: table;
  width: auto;
}

#sideNav .anotherIns_list li a:hover {
  opacity: 0.6;
  text-decoration: none;
}


#sideNav .anotherIns_list li img {
  display: table-cell;
  height: 25px;
  vertical-align: middle;
  width: 25px;
}

#sideNav .anotherIns_list li span {
  display: table-cell;
  font-family: YuGothic,'游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN',Meiryo,メイリオ,sans-serif;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 10px;
  vertical-align: middle;
}

/* 2020/07/09　新デザイン */
/* 背景が白い部分(公開左ナビの共通) */
#sideNav .side_bupService_card {
  background-color: #fff;
}

#sideNav .side_bupService_card +.side_bupService_card { margin-top: 10px; }

#sideNav .side_bupService_card_link {
  color: currentColor;
  display: block;
  padding: 8px;
  text-decoration: none;
}

#sideNav .side_bupService_card_link-full {
  color: currentColor;
  display: block;
  text-decoration: none;
}

#sideNav .side_bupService_card_link:hover,
#sideNav .side_bupService_card_link-full:hover {
  opacity: .6;
  text-decoration: none;
}

#sideNav .side_bupService_card_img { text-align: center; }

#sideNav .side_bupService_card_catchCopy {
  background-color: #666;
  color: #fff;
  letter-spacing: .03em;
  line-height: 1;
  margin: 5px 0;
  padding: 5px 0;
  text-align: center;
}

#sideNav .side_bupService_card_catchCopy.another { background-color: #FFBF0B; }
/* 背景が白い部分(公開左ナビの共通) */

#sideNav .side_anotherIns {
  margin-bottom: 20px;
  border-top: 8px solid #FFBF0B;
}

#sideNav .side_list_hasArrow {
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
}

#sideNav .side_list_hasArrow_item {
  border-bottom: 1px solid #ccc;
}

#sideNav .side_list_hasArrow_link {
  color: currentColor;
  font-weight: bold;
  display: block;
  letter-spacing: .03em;
  padding: 5px 20px 5px 0;
  position: relative;
}

#sideNav .side_list_hasArrow_link:hover {
  color: currentColor;
  opacity: .6;
  text-decoration: none;
}

#sideNav .side_list_hasArrow_link::after {
  border-top: 2px solid #bbb;
  border-right: 2px solid #bbb;
  content: "";
  display: inline-block;
  height: .6em;
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%) rotate(45deg);
  width: .6em;
}


/*
    その他バナー
================================*/
#sideNav .side_bannerBox { margin: 10px 0; }

#sideNav .side_bannerBox_item {}

#sideNav .side_bannerBox_item + .side_bannerBox_item { margin-top: 8px; }

#sideNav .side_bannerBox_item > a { display: block; }

#sideNav .side_bannerBox_item > a:hover { opacity: 0.6; }


/*
    自動出力用文字リンク
================================*/
/* アナザーインソース */
#js_sideStrAnother p:not(.side_list_hasArrow_item) {
  border-bottom: 1px solid #ccc;
}
#js_sideStrAnother p:not(.side_list_hasArrow_item) a{
  color: currentColor;
  font-weight: bold;
  display: block;
  letter-spacing: .03em;
  padding: 5px 20px 5px 0;
  position: relative;
}
#js_sideStrAnother p:not(.side_list_hasArrow_item) a:hover {
  color: currentColor;
  opacity: .6;
  text-decoration: none;
}
#js_sideStrAnother p:not(.side_list_hasArrow_item) a::after {
  border-top: 2px solid #bbb;
  border-right: 2px solid #bbb;
  content: "";
  display: inline-block;
  height: .6em;
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%) rotate(45deg);
  width: .6em;
}

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

    旧デザイン対応
      ＊ボトムその他旧デザインの中にある実績数字用

================================*/
/* 実績数字　臨時対応 */
#c3_ll .side_rslt > dt > img { float: none; }
#c3_ll .side_rslt > dt > span { display: inline; padding-left:0; }

#cont #c3_ll dl.side_rslt dd { background: none;padding: 5px; }

/*
/*ミドル左ナビにミドルカテゴリに属するミドルのボトムラインナップを表示*/

/**********
foundation
**********/
#bottomLineups{
  font-weight: bold;
}
#bottomLineups[v-cloak]{
  display: none;
}
/**********
atoms
**********/
/*リンク*/
#bottomLineups .ac_link{
  color: inherit;
  transition: .2s opacity;
}
#bottomLineups .ac_link:hover{
  opacity: .5;
}

#bottomLineups .ac_ico{}
#bottomLineups .ac_ico::before{
  line-height: 1;
}
/*#bottomLineups .ap_ico--sideHeading::before{
  content: "\f0c1";
  font: normal 20px "FontAwesome";
}*/
#bottomLineups .ap_ico--middle{
  background: #9E2730;
}
#bottomLineups .ap_ico--drop{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border: 2px solid;
}

#bottomLineups .ap_ico--drop--red{
  color: #9E2730;
  border-color: #9E2730;
  font-size: 11px;
}
#bottomLineups .ap_ico--link::before{
  content: url(/resource/img/bup/searchSem-arrow_gray.jpg);
}
#bottomLineups .ap_ico--summary::before{
  content: "\307E\3068\3081";
  display: inline-block;
  padding: 2px 4px;
  background: #9E2730;
  color: #fff;
  font-size: 11px;
}
#bottomLineups .ap_ico--trainingType::before{
  display: inline-block;
  padding: 2px 4px;
  color: #fff;
  font-size: 11px;
}
#bottomLineups .ap_ico--trainingType::before{
  content: "\6D3E\9063";
  background: #9D7B3B;
}/*派遣*/

#bottomLineups .ap_ico--trainingType[href*="/bup/"]::before,
#bottomLineups .ap_ico--trainingType[href*="/nmp/"]::before,
#bottomLineups .ap_ico--trainingType[href*="/hia/"]::before,
#bottomLineups .ap_ico--trainingType[href*="/nbs/"]::before,
#bottomLineups .ap_ico--trainingType[href*="/kkk/"]::before,
#bottomLineups .ap_ico--trainingType[href*="/psp/"]::before,
#bottomLineups .ap_ico--trainingType[href*="/biz-lesson/"]::before,
#bottomLineups .ap_ico--trainingType[href*="/gtc/"]::before,
#bottomLineups .ap_ico--trainingType[href*="/toac/"]::before,
#bottomLineups .ap_ico--trainingType[href*="/crl/"]::before{
  content: "\516C\958B";
  background: #194A72;
}/*公開*/


#bottomLineups .ap_ico--trainingType[href*="/kiyo/"]::before,
#bottomLineups .ap_ico--trainingType[href*="/movie/"]::before{
  content:"e\30E9\30F3";
  background: #ed6d00;
}/*eラン*/

#bottomLineups .ap_ico--trainingType[href*="/online/"]::before{
  content:"\30AA\30F3\30E9\30A4\30F3";
  background: #20bce3;
}/*オンライン*/

#bottomLineups .ap_ico--trainingType[href*="/it-tool/"]::before{
  content:"IT\30B5\30FC\30D3\30B9";
  background: #00c77f;
}/*ITサービス*/

#bottomLineups .ap_ico--trainingType[href*="/consulting/"]::before{
  content:"\30B3\30F3\30B5\30EB";
  background: #e6002e;
}/*コンサル*/

#bottomLineups .ap_ico--trainingType[href*="/seminar/"]::before{
  content:"\30BB\30DF\30CA\30FC";
  background: green;
}/*セミナー*/

#bottomLineups .ap_ico--trainingType[href*="/video-slide-sale/"]::before,
#bottomLineups .ap_ico--trainingType[href$="/contents/ins_compliance.html"]::before
#bottomLineups .ap_ico--trainingType[href*="/book_dvd/"]::before{
  content:"\6559\6750";
  background: #46bebf;
}/*教材*/

#bottomLineups .ap_ico--trainingType[href$="/shinjin/bunsyo-text_sales.html"]::before,
#bottomLineups .ap_ico--trainingType[href$="/shinjin/text_sales.html"]::before{
  content:"\30C6\30AD\30B9\30C8";
  background: crimson;
}/*テキスト*/

#bottomLineups .ap_ico--trainingType[href*="/video-slide-production/"]::before{
  content:"\6559\6750\5236\4F5C";
  background: #F54B1A;
}/*教材制作*/

#bottomLineups .ap_ico--trainingType[href*="/nbpm/dvd"]::before,
#bottomLineups .ap_ico--trainingType[href$="/book_dvd/harasment_dvd.html"]::before,
#bottomLineups .ap_ico--trainingType[href$="/contents/ins_compliance.html"]::before,
#bottomLineups .ap_ico--trainingType[href$="/book_dvd/koumuin_rinri.html"]::before{
  content:"DVD";
  background: #517CF1;
}/*DVD*/

#bottomLineups .ap_ico--trainingType[href*="/cleativeln/"]::before,
#bottomLineups .ap_ico--trainingType[href*="/comu_design/"]::before{
  content:"\30EF\30FC\30AF\30B7\30E7\30C3\30D7";
  background: #ed6d00;
}/*ワークショップ*/

#bottomLineups .ap_ico--trainingType[href*="/contents/"]::before,
#bottomLineups .ap_ico--trainingType[href*="/kataru/"]::before,
#bottomLineups .ap_ico--trainingType[href*="/keywords/"]::before,
#bottomLineups .ap_ico--trainingType[href*="/hatara-column/"]::before,
#bottomLineups .ap_ico--trainingType[href*="/3minute-kensyugaku/"]::before,
#bottomLineups .ap_ico--trainingType[href*="/ginko-no-ikku/"]::before,
#bottomLineups .ap_ico--trainingType[href*="/month-inquiry/"]::before,
#bottomLineups .ap_ico--trainingType[href*="/ranking/"]::before,
#bottomLineups .ap_ico--trainingType[href*="/training-memoirs/"]::before,
#bottomLineups .ap_ico--trainingType[href*="/interview-relay/"]::before,
#bottomLineups .ap_ico--trainingType[href*="/mailmagazine/"]::before,
#bottomLineups .ap_ico--trainingType[href*="/businessbunsho/"]::before{
  content:"\8AAD\307F\7269";
  background: #b73535;
}/*読み物*/



#bottomLineups .ac_tag{
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  cursor: pointer;
}
#bottomLineups .ac_tag:after{
  content: url("../../resource/img/icons/icon_sideNavi_bottomLineups_arrow.png");
  padding-left: 3px;
}
#bottomLineups .ac_tag:hover{
  transition: .3s;
  opacity: 0.6;
}
#bottomLineups .ac_tag--hasRadius{
  border-radius: 4px;
}
#bottomLineups .ap_tag--curNum{
  min-width: 4.5em;
  color: #9E2730;
  font-size: 12px;
  height: 1.4em;
  border: 1px solid #9E2730;
  padding-top: 1px;
  background-color: #fff; 
}
#bottomLineups .ap_tag--bup{
  padding: 0 4px;
  color: #fff;
  background: #255f7c;
}
#bottomLineups .ap_ttl{}
#bottomLineups .ap_ttl--sideHeading{
  font-size: 14px;
  /*padding: 8px 5px 8px 10px;*/
  padding: 5px 10px;
}
#bottomLineups .ap_ttl--subRelativeTraining{
  border-radius: 5px 5px 0 0;
  background: #9E2730;
  /*line-height: 1;*/
  color: #fff;
}
#bottomLineups .ap_ttl--subMiddleList{
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0;
}
#bottomLineups .ap_ttl--subBottomList{
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0;
}
#bottomLineups .ap_ttl--subBottomCat{
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
}
#bottomLineups .ap_ttl--subMiddle{
  font-size: 11px;
  line-height: 1.3;
}
#bottomLineups .ap_txt{} 
#bottomLineups .ap_txt--subBottomListItem{
  font-size: 11px;
  line-height: 1.3;
}
#bottomLineups .ap_txt--asideLink{
  font-size: 11px;
}
/**********
molecule
**********/
/*見出し*/
#bottomLineups .mp_heading{}
#bottomLineups .mp_heading__ico{
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}
#bottomLineups .mp_heading__ico--rev{
  left: auto;
  right: 0;
}
#bottomLineups .mp_heading--subList{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 46px 8px 0;
}
#bottomLineups .mp_heading--subList--bottom{
  padding: 8px 0px 8px 0;
}
#bottomLineups .mp_heading--subBottomCat{
  margin-bottom: 8px;
}
#bottomLineups .mp_heading--subMiddle{
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}
#bottomLineups .sameGenre{
  display: flex;
  align-items: center;
  border-bottom: 3px solid #9E2730;
  padding: 5px 0;
}
#bottomLineups .sameGenre > img{
  width: 18px;
  height: 18px;
}
#bottomLineups .sameGenre > p{
  font-size: 14px;
  font-weight: bold;
  color: #9E2730;
  padding-left: 5px;
  letter-spacing: 0;
}
/*アイコンの配置*/
#bottomLineups .mc_hasIco{
  position: relative;
  display: block;
}
#bottomLineups .mc_hasIco::before{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#bottomLineups .mc_hasIco__ico{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#bottomLineups .mp_hasIco--sideHeading{
  /*padding-left: 32px*/
  padding-left: 10px;
}
#bottomLineups .mp_hasIco--sideHeading::before{
  left: 10px;
}
#bottomLineups .mp_hasIco--middleIco{
  padding-left: 29px;
}
#bottomLineups .mp_hasIco--middleIco > .mc_hasIco__ico{
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: none;
}
#bottomLineups .mp_hasIco--link{
  padding-right: 10px;
}
#bottomLineups .mp_hasIco--link::before{
  left: auto;
  right: 0;
}  
#bottomLineups .mp_hasIco--trainingType{
  display: inline;
}
#bottomLineups .mp_hasIco--trainingType::before{
  position: static;
  margin-right: 4px;
  transform: none;
}
#bottomLineups .mp_hasIco--summary{
  display: inline;
}
#bottomLineups .mp_hasIco--summary::before{
  position: static;
  margin-right: 4px;
  transform: none;
}

/*リスト*/
#bottomLineups .mp_list{}
#bottomLineups .mp_list--subBottom{}
#bottomLineups .mp_list--subBottom > .mp_list__item + .mp_list__item{
  margin-top: 8px;
}
#bottomLineups .mp_list--subBottomCat{}
#bottomLineups .mp_list--subBottomCat > .mp_list__item{
  padding-left: 16px;
}
#bottomLineups .mp_list--subBottomCat > .mp_list__item + .mp_list__item{
  margin-top: 8px;
}

/*テーブルビュー*/
#bottomLineups .mc_tableview{
  border-bottom: 1px dotted;
}
#bottomLineups .mc_tableview__item + .mc_tableview__item{
  border-top: 1px dotted;
}
#bottomLineups .mc_tableview__target{
  display:flex;
  justify-content: flex-start;
  align-items: center;
  color: inherit;
}
#bottomLineups .mp_tableview--subMiddleList{
  border-color: #C2C2C2;
}
#bottomLineups .mp_tableview--subMiddleList > .mc_tableview__item + .mc_tableview__item{
  border-color: #C2C2C2;
}
/**********
utility
**********/
#bottomLineups .u_pb16{
  padding-bottom: 16px;
}
/**********
js
**********/
#bottomLineups .js_dropDown{
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .5s;
}
#bottomLineups .js_dropDown__item{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
/*ここまで-ミドル左ナビにミドルカテゴリに属するミドルのボトムラインナップを表示*/
