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


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

    common

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

.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;
}

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

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

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

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

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

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

.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;
}

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

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

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

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



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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

.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;
}

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

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

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

.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*
    似たテーマの公開講座
================================*/
.consideration{
  margin-bottom: 10px;
  border: 1px solid #9E2730;
  padding-bottom : 10px;
  letter-spacing: 1px;
  font-size: 13px;
  font-family: "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
}
.consideration__heading{
  background-color: #9E2730;
  margin-bottom: 10px;
  padding: 5px 8px;  
}
.consideration__ttl{
  color: #fff;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 13px;
}
.consideration__btnWrap{
  display:flex;
}
.consideration__btn{
  display: inline-block;
  width: 50%;
  text-align: center;
  transition :.3s;
}
.consideration__btn:hover{
  text-decoration: none;
  opacity: .7;
}
.consideration__btn--ask {
  border-right: 1px solid #9E2730; 
}
.consideration__btn--schedule{
  border-right: 1px solid; 
}
.consideration__btnStr{
  font-weight: bold;
}
.consideration__btn--ask .consideration__btnStr{
  color: #ec4062;
}
.consideration__btn--schedule .consideration__btnStr{
  color: #17486E;
}
.consideration__btn--shodan .consideration__btnStr{
  color: #2a6cae;
}
.consideration__btnImg{}
.consideration__btnIco{
  display: block;
}
.consideration__btnIco::before{
  content: "";
  display: block;
  text-align: center;
  font-family: FontAwesome;
}
.consideration__btn--schedule .consideration__btnIco::before{
  content: "\f073";
  color: #17486E;
  font-size: 22px;
}
.consideration__btnStr{}
.consideration--bup{
  border-color: #17486E;
}
.consideration--bup .consideration__heading{
  background-color: #17486E;
}
.consideration--bup .consideration__btn--schedule{
  border-color: #17486E;
}

.sameTheme{}
.sameTheme--bup{}
.sameTheme__link{
  border: 2px solid #17486E;
  background-color: #17486E;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 5px;
  letter-spacing: -0.5px;
  transition: .3s;
}
.sameTheme__link:hover{
  text-decoration: none;
  border: 2px solid #17486E;
  background-color: #fff;
  color: #17486E;
}
.sameTheme--haken .sameTheme__link{
  border-color: #9E2730;
  background-color: #9E2730;
}
.sameTheme--haken .sameTheme__link:hover{
  border-color: #9E2730;
  background-color: #fff;
  color: #9E2730;
}
/*
    サービス内容
================================*/
.insService {
  font-family: YuGothic,'游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN',Meiryo,'メイリオ',sans-serif;
  margin-bottom: 30px;
}

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

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

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

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


.insService_list > li {
  font-family: inherit;
  margin-bottom: 10px;
}

.insService_list > li > a {
  background-image: url(../../resource/img/bup/searchSem-arrow_gray.jpg);
  background-repeat: no-repeat;
  background-position: right 4px;
  display: block;
  font-family: inherit;
  font-weight: bold;
  letter-spacing: 0;
}

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

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


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

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


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

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

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

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

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

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

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


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

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


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

.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;
}

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

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

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

.side_mlmgEntry_box {}

.side_mlmgEntry_link {}

.side_mlmgEntry_link:hover {
  opacity: .6;
}


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

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

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

.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;}*/
.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;
}

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

/*
    バナープラステキストのラッパー
================================*/
.sideBanTextWrap__ttl{
  margin-bottom: 8px;
  padding: 6px 12px;
  border-radius: 4px 4px 0 0;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  font-weight: bold;
  font-size: 13px;
  background: #CE4D36;
}
.sideBanTextWrap__item + .sideBanTextWrap__item{
  margin-top: 16px;
}
.sideBanTextWrap__list{}
.sideBanTextWrap__listItem + .sideBanTextWrap__listItem{
  margin-top: 10px;
}
/*
    バナープラステキスト
================================*/
.sideBanText{
  display: block;
  color: inherit;
  text-decoration: none;
}
.sideBanText:hover{
  color: inherit;
  text-decoration: none;
  opacity: .7;
}
.sideBanText__img{
  line-height: 0;
  text-align: center;
}
.sideBanText__img img{
  max-width: 100%;
  height: auto;
}
.sideBanText__img + .sideBanText__msg{
  margin-top: 2px;
}
.sideBanText__msg{
  line-height: 1.4;
  letter-spacing: 0;
  font-size: 12px;
  word-break: break-all;
}
/*
    講師派遣型研修
================================*/
.detachmentType {
  font-family: inherit;
  margin-bottom: 30px;
}

.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;
}

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

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

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

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

.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;
}

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

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


.detachmentType_list {  }

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

.detachmentType_list li + li {
}

.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;
}

.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;
}
.newPrgPickUp {
  font-family: inherit;
  margin-bottom: 30px;
  letter-spacing: 0;
}
.newPrgPickUp > dt {
  background-color: #20B2AA;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 5px 5px 10px;
}
.newPrgPickUp__mainTtl{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 14px;
}
.newPrgPickUp_date{
  font-size: 12px;
}

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

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

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

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

.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;
}

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

.newPrgPickUp_list > li > a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.newPrgPickUp_entryDateWrap{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
  row-gap:2px;
}
.newPrgPickUp_entryDate{
  line-height: 1;
  font-size: 11px;
  margin-left: auto;
}
.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;
}
.newPrgPickUp_entryTtl{
  font-size: 12px;
  line-height: 1.4;
  color: #052674;
}
.newPrgPickUp_link{
  text-align: right;
}
#c2_r div#side-r_list .newPrgPickUp_link a{
  color: #052674;
  font-weight: normal;
  font-size: 12px;
}
.newPrgPickUp_link a:hover{
  opacity: .7; 
}
.newPrgPickUp .newPrgPickUp__mainTtl{display: block;}
.newPrgPickUp-core .newPrgPickUp__mainTtl{ background: #c7124e;}
.newPrgPickUp .newPrgPickUp_date{
  display: block;
  text-align: right;
}
.newPrgPickUp-core .newPrgPickUp_entryCat{ color: #c7124e;}


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

/*
    閲覧履歴
================================*/
.m_sideBrowsingHistory{
  padding-top: 4px;
  border-top: 6px solid #9E2730;
}
.m_sideBrowsingHistory__heading{
  margin-bottom: 10px;
}
.m_sideBrowsingHistory__ttl{
  letter-spacing: 0;
  font-weight: bold;
  font-size: 13px;
}
.m_sideBrowsingHistory__list li + li{
  margin-top: 4px;
}
.m_sideBrowsingHistory__list a{
  position: relative;
  display: block;
  padding-left: 1em;
  color: #052674;
  line-height: 1.4;
  letter-spacing: 0;
  font-size: 12px;
}
.m_sideBrowsingHistory__list a:hover{
  opacity: .7;
}
.m_sideBrowsingHistory__list a::before{
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid;
  border-top: 1px solid;
  transform: rotate(45deg);
}
.m_sideBrowsingHistory__btn{
  margin-top: 8px;
  text-align: right;
}
.m_sideBrowsingHistory__btn a{
  color: #052674;
  font-size: 14px;
}
.m_sideBrowsingHistory__btn a:hover{
  opacity: .7;
}

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

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

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

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

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

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

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

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

.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;
}

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

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


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

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

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

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

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

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

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

.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;
}

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

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


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

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

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

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

.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%;
}

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

.anotherIns_list li {
  border-bottom: 1px dotted #ccc;
  line-height: 0;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

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

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


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

.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　新デザイン */
/* 背景が白い部分(公開左ナビの共通) */
.side_bupService_card {
  background-color: #fff;
}

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

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

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

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

.side_bupService_card_img { text-align: center; }

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

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

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

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

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

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

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

.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;
}


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

.side_bannerBox_item {}

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

.side_bannerBox_item > a { display: block; }

.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; }


/*
    読み物テーマタグから研修ボトム表示
================================*/
.sidebar-themeTag{margin-top:28px;margin-bottom:28px;}
.sidebar-themeTag:empty{margin:0;}
.m_sideNav__theme + .sidebar-themeTag__product{margin-top:20px;}
.sidebar-themeTag__product:empty{margin:0;}
.sidebar-themeTag:has(.sidebar-themeTag__product:empty){margin:0;}
.sidebar-themeTag .m_solutionBaseSideNav__ttl{ border-color: #707070;}
.sidebar-themeTag .m_solutionBaseSideNav__ttl:nth-of-type(n+2){ display:none;}
.m_sideNav__theme{margin:9px 0;padding-top:5px;border-top:1px solid #ccc;counter-reset: sideNavThemeNum;}
.m_sideNav__theme:not(:has(.m_sideNav__theme__item)){
  display: none;
}
.submenu > .sidebar-themeTag:first-child{  margin-top:0;}
.submenu > .sidebar-themeTag:first-child > .m_sideNav__theme:first-child{  margin-top:0;}
.m_solutionBaseSideNav__ttl + .m_sideNav__theme:nth-of-type(1){margin: 0px;border: none;}
.m_sideNav__theme__heading{font-weight:bold;color:#75192b;line-height: 1.5;}
.m_sideNav__theme__heading--sm{font-size: 14px; letter-spacing: 0;}
.sidebar-relatedTag--bupNew .m_sideNav__theme__heading{color:#10355f;}
.sidebar-relatedTag--kensyuNew .m_sideNav__theme__heading{color:#531419;}
.sidebar-relatedTag--dougaNew .m_sideNav__theme__heading{color:#400416;}
.sidebar-relatedTag--contNew .m_sideNav__theme__heading{color:#372d40;}
.sidebar-relatedTag--tokusyuNew .m_sideNav__theme__heading{color:#531419;}
.m_sideNav__theme__date{color: #d66c00;}




.m_sideNav__theme__wrap{margin-top:5px;}
.m_sideNav__theme__wrap + .m_sideNav__theme__wrap{margin-top:20px;}
.m_sideNav__theme__heading__sub{font-size:14px;font-weight:bold;color:#333;position:relative;padding-left:14px;}
.m_sideNav__theme__heading__sub:before{
  content: "";
  position: absolute;
  left: 0px;
  top: 11px;
  transform: translateY(-50%);
  display: inline-block;
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  background-color:#75192b;
}
.m_sideNav__theme__list{margin-top:5px;}
.m_sideNav__theme__item{font-size:12px;font-weight:bold;padding:7px 0;line-height:1.4;counter-increment: sideNavThemeNum;}
.m_sideNav__theme__item + .m_sideNav__theme__item{border-top: 1px solid #efefef}
.m_sideNav__theme__item--hasNum{
  position: relative;
  padding-left: 2em;
  display: block;
}
.m_sideNav__theme__item--hasNum::before{
  content: counter(sideNavThemeNum, decimal-leading-zero) ".";
  position: absolute;
  left: 0;
  display: block;
}
.m_sideNav__theme__link{transition:.3s;}
.m_sideNav__theme__link:hover{opacity:0.6;color:#333;text-decoration:none;}
.m_sideNav__theme__ttl{
  color:#333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.m_sideNav__theme__ttl::before{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 2px 3px;
  border: 1px solid;
  border-radius: 2px;
  line-height: 1;
  letter-spacing: 0;
  font-size: 10px;
  min-width: 40px;
  text-align: center;
}
.m_sideNav__theme__ttl--kensyu,
.m_sideNav__theme__ttl--bup,
.m_sideNav__theme__ttl--douga,
.m_sideNav__theme__ttl--tokusyu{
  position: relative;
  padding-left: 52px;
}
.sidebar-relatedTag--bupNew .m_sideNav__theme__ttl{color:#10355f;}
.sidebar-relatedTag--kensyuNew .m_sideNav__theme__ttl{color:#531419;}
.sidebar-relatedTag--dougaNew .m_sideNav__theme__ttl{color:#400416;}
.sidebar-relatedTag--contNew .m_sideNav__theme__ttl{color:#372d40;}
.sidebar-relatedTag--tokusyuNew .m_sideNav__theme__ttl{color:#531419;}

.m_sideNav__theme__ttl--bup::before {
  content: "\516C\958B"!important;
  color: #0c3f71!important;
}
.m_sideNav__theme__ttl--douga::before {
  content: "\52d5\753b\95a2\9023"!important;
  color: #cc2d5e!important;
}
.m_sideNav__theme__ttl--kensyu::before{
  content: "\6D3E\9063"!important;
  color: #842e30!important;
}
.m_sideNav__theme__ttl--tokusyu::before{
  content: "\30B7\30EA\30FC\30BA"!important;
  color: #942D2D!important;
}

.m_sideNav__theme__ttl{}
.m_sideNav__theme__img{width:100%;margin-top:5px;display:flex;justify-content:center;}
.m_sideNav__theme__imgMain{width:100%;height:auto;}
.m_sideNav__theme__btn{text-align:right;}
.m_sideNav__theme__btn__link{
  font-size: 12px;
  color: inherit;
  padding: 3px 10px;
  border: 1px solid #ccc;
  line-height: 1.4;
  transition: .3s;
  display: inline-block;
  text-align: left;
  max-width: 95%;
  letter-spacing: -0.7px;
}
.m_sideNav__theme__btn__link:hover{opacity: .6;color:#333;text-decoration:none;}
.m_sideNav__theme__btn__ttl{font-weight:bold;}

/*
    読み物ジャンルタグから関連リンク表示
================================*/
.sidebar-relatedTag{}
.sidebar-relatedTag:not(:has(.m_sideNav__related__item)):not(:has(.m_sideNav__theme__item)){
  display: none;
}
.sidebar-relatedTag:empty{margin:0;}
.sidebar-relatedTag + .sidebar-relatedTag{
  margin-top: 14px;
}
.m_sideNav__related + .sidebar-relatedTag__product{margin-top:20px;}
.sidebar-relatedTag__product:empty{margin:0;}
.sidebar-relatedTag:has(.sidebar-relatedTag__product:empty){margin:0;}
.sidebar-relatedTag .m_solutionBaseSideNav__ttl{ border-color: #707070;font-size: 13px;}
.sidebar-relatedTag .m_solutionBaseSideNav__ttl:nth-of-type(n+2){ display:none;}
.sidebar-relatedTag--bup .m_solutionBaseSideNav__ttl,
.sidebar-relatedTag--bupNew .m_solutionBaseSideNav__ttl{border-color:#164A84;}
.sidebar-relatedTag--haken .m_solutionBaseSideNav__ttl,
.sidebar-relatedTag--kensyu .m_solutionBaseSideNav__ttl,
.sidebar-relatedTag--kensyuNew .m_solutionBaseSideNav__ttl{border-color:#9e2730;}
.sidebar-relatedTag--douga .m_solutionBaseSideNav__ttl,
.sidebar-relatedTag--dougaNew .m_solutionBaseSideNav__ttl{border-color:#e40056;}
.sidebar-relatedTag--service .m_solutionBaseSideNav__ttl,
.sidebar-relatedTag--other .m_solutionBaseSideNav__ttl{border-color:#04980b;}
.sidebar-relatedTag--column .m_solutionBaseSideNav__ttl,
.sidebar-relatedTag--cont .m_solutionBaseSideNav__ttl,
.sidebar-relatedTag--contNew .m_solutionBaseSideNav__ttl{border-color:#6C597E;}
.sidebar-relatedTag--tokusyu .m_solutionBaseSideNav__ttl,
.sidebar-relatedTag--tokusyuNew .m_solutionBaseSideNav__ttl{border-color:#9e2730;}
.m_sideNav__related{margin:9px 0;padding-top:5px;border-top:1px solid #ccc;}
.m_sideNav__related:not(:has(.m_sideNav__related__item)){
  display: none;
}
.submenu > .sidebar-relatedTag:first-child{  margin-top:0;}
.submenu > .sidebar-relatedTag:first-child > .m_sideNav__related:first-child{  margin-top:0;}
.m_solutionBaseSideNav__ttl + .m_sideNav__related:nth-of-type(1){margin: 0px;border: none;}
.m_sideNav__related__heading{font-weight:bold;color:#75192b;line-height: 1.5; font-size: 16px;}
.m_sideNav__related__wrap{margin-top:5px;}
.m_sideNav__related__wrap:not(:has(.m_sideNav__related__item)):not(:has(.m_sideNav__theme__item)) {
  display: none;
}
.m_sideNav__related__wrap:has(.m_sideNav__related__item) + .m_sideNav__related__wrap,
.m_sideNav__related__wrap:has(.m_sideNav__theme__item) + .m_sideNav__related__wrap{
  margin-top:8px;
  padding-top:8px;
  border-top: 1px dashed #ccc;
}
.m_sideNav__related__heading__sub{font-size:14px;font-weight:bold;color:#333;position:relative;padding-left:14px;}
.m_sideNav__related__heading__sub:before{
  content: "";
  position: absolute;
  left: 0px;
  top: 11px;
  transform: translateY(-50%);
  display: inline-block;
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  background-color:#75192b;
}
.m_sideNav__related__list{margin-top:5px;}
.m_sideNav__related__item{font-size:12px;font-weight:bold;padding:7px 0;line-height:1.4;}
.m_sideNav__related__item + .m_sideNav__related__item{border-top: 1px solid #efefef}
.m_sideNav__related__link{transition:.3s;}
.m_sideNav__related__link:hover{opacity:0.6;color:#333;text-decoration:none;}
.m_sideNav__related__ttl{
  color:#333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.sidebar-relatedTag--bup .m_sideNav__related__ttl,
.sidebar-relatedTag--bupNew .m_sideNav__related__ttl{color:#10355f;}
.sidebar-relatedTag--haken .m_sideNav__related__ttl,
.sidebar-relatedTag--kensyu .m_sideNav__related__ttl,
.sidebar-relatedTag--kensyuNew .m_sideNav__related__ttl{color:#531419;}
.sidebar-relatedTag--douga .m_sideNav__related__ttl,
.sidebar-relatedTag--dougaNew .m_sideNav__related__ttl{color:#400416;}
.sidebar-relatedTag--service .m_sideNav__related__ttl,
.sidebar-relatedTag--other .m_sideNav__related__ttl{color:#013303;}
.sidebar-relatedTag--column .m_sideNav__related__ttl,
.sidebar-relatedTag--cont .m_sideNav__related__ttl,
.sidebar-relatedTag--contNew .m_sideNav__related__ttl{color:#372d40;}
.sidebar-relatedTag--tokusyu .m_sideNav__related__ttl,
.sidebar-relatedTag--tokusyuNew .m_sideNav__related__ttl{color:#013303;}{color:#531419;}
.sidebar-relatedTag.sidebar-relatedTag--tokusyu{
  display: block;
}
.sidebar-relatedTag.sidebar-relatedTag--tokusyu:not(:has(.m_sideNav__theme__item)){
  display: none;
}
/*
.m_sideNav__related__ttl::before{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 2px 3px;
  border: 1px solid;
  border-radius: 2px;
  line-height: 1;
  letter-spacing: 0;
  font-size: 10px;
  min-width: 40px;
  text-align: center;
}
.m_sideNav__related__ttl--kensyu,
.m_sideNav__related__ttl--bup,
.m_sideNav__related__ttl--douga{
  position: relative;
  padding-left: 52px;
}
.m_sideNav__related__ttl--bup::before {
  content: "\516C\958B"!important;
  color: #0c3f71!important;
}
.m_sideNav__related__ttl--douga::before {
  content: "\52d5\753b\95a2\9023"!important;
  color: #cc2d5e!important;
}
.m_sideNav__related__ttl--kensyu::before{
  content: "\6D3E\9063"!important;
  color: #842e30!important;
}
.m_sideNav__related__ttl--bup::before {
  content: "\516C\958B"!important;
  color: #0c3f71!important;
}
.m_sideNav__related__ttl--douga::before {
  content: "\52d5\753b\95a2\9023"!important;
  color: #cc2d5e!important;
}*/
.m_sideNav__related__img{width:100%;margin-top:5px;display:flex;justify-content:center;}
.m_sideNav__related__imgMain{width:100%;height:auto;}
.m_sideNav__related__btn{text-align:right;}
.m_sideNav__related__btn__link{
  font-size: 12px;
  color: inherit;
  padding: 3px 10px;
  border: 1px solid #ccc;
  line-height: 1.4;
  transition: .3s;
  display: inline-block;
  text-align: left;
  max-width: 95%;
  letter-spacing: -0.7px;
}
.m_sideNav__related__btn__link:hover{opacity: .6;color:#333;text-decoration:none;}
.m_sideNav__related__btn__ttl{font-weight:bold;}

/* ボトム・ミドル用 過剰なナビを非表示 */
#sideNav .m_parsonalitySideNavs:has(.m_sideNav__related__item) + .m_solutionBaseSideNavs{
  display: none;
} 
#cont:has(#sideNav .m_parsonalitySideNavs .m_sideNav__related__item) #c2_r .m_newReleaseBaseSideNavs{
  display: none;
}
#cont:not(:has(#sideNav .m_parsonalitySideNavs .m_sideNav__related__item)) #c2_r .m_solutionBaseSideNavs{
  display: none;
}

/* LPランキング（サイドナビ）*/
.m_sidenavRankingListWrap{
  margin: 28px 0;
}
.m_sidenavRankingListWrap__ttl{
  display: flex;
  align-items: center;
  height: 40px;
  margin-bottom: 10px;
  padding-left: 8px;
  border-left: 9px solid;
  font-weight: bold;
  letter-spacing: 0;
  color: inherit;
  font-size: 14px;
  background: #F5F5F5;
}
.m_sidenavRankingListWrap__footer{
  position: relative;
  display: block;
  width: fit-content;
  margin-top: 15px;
  margin-left: auto;
  padding-left: 1em;
  font-size: 10px;
  white-space: nowrap;
}
.m_sidenavRankingListWrap__footer::before{
  content: "※";
  position: absolute;
  left: 0;
  display: block;
}

.m_sidenavRankingList{}
.m_sidenavRankingList__item{}
.m_sidenavRankingList__item + .m_sidenavRankingList__item{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;    
}


.m_sidenavRanking{
  position: relative;
  display: block;
  padding: 15px 0 0 20px;
  color: inherit;
  counter-increment: rankNum;
}
.m_sidenavRanking::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  border: 24px solid rgba(255, 255, 255, 0);
  border-top-color: #dbcacb;
  border-left-color: #dbcacb;
}
.m_sidenavRanking::after{
  content: counter(rankNum, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  padding: 8px 0 0 8px;
  line-height: 1;
  color: #a11f24;
  font-size: 28px;
}
.m_sidenavRanking--em::before{
  border-top-color: #a11f24;
  border-left-color: #a11f24;
}
.m_sidenavRanking--em::after{
  color: #fff;
  text-shadow: 2px 0 0 #a11f24, -2px 0 0 #a11f24, 0 2px 0 #a11f24, 0 -2px 0 #a11f24;
}
.m_sidenavRanking:hover{
  opacity: .7;
}
.m_sidenavRanking__view{
  font-weight:bold;
  color:#75192b;
  line-height: 1;
    text-align: right;
  font-size: 20px;
}
.m_sidenavRanking__unit{
  font-size: 13px;
}
.m_sidenavRanking__ttl{
  margin: 8px 0;
  font-weight: bold;
  line-height: 1.3;
  font-size: 13px;
}
.m_sidenavRanking__date{
  text-align: right;
  font-weight: bold;
  color: #d66c00;
    font-size: 13px;
}
.m_sidenavRanking .u_super{
  vertical-align: super;
  line-height: 0;
  font-size: 12px;
}




