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


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

    common

================================*/
#bupSideNav {
  /*font-family: YuGothic,'游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN',Meiryo,'メイリオ',sans-serif;*/
  font-family: "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  width: 200px;
}


/*
    公開講座のロゴ（TOPのみ）
================================*/
.side_kokaiLogo{
  text-align: center;
  padding: 10px 0;
}
.side_kokaiLogo img{
  vertical-align: bottom;
}

/*
    公開講座の年間実績
================================*/
.side_bupRslt {
  font-family: inherit;
  margin-bottom: 20px;
}

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

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

.side_bupRslt > dt > img {
  background-color: #E51E19;
  margin-right: 5px;
  vertical-align: -5px;
}

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

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

.side_bupRslt_detail {
  align-items: center;
  display: flex;
  -js-display: flex;
  flex-flow: row wrap;
  font-family: inherit;
  justify-content: space-between;
  margin-bottom: 5px;
}

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

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

.side_bupRslt_detail > dd {
  font-family: inherit;
  font-size: 23px; 
  font-weight: bold;
  line-height: 1;
  text-align: right;
}

.side_bupRslt_detail > dd span {
  font-family: inherit;
  font-size: 12px;
}
.side_bupRslt_detail > dd span[class*="js_"]{
  font-size: inherit;
}


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

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

/* 本研修の実績 */
.side_bupRslt_detail.rating {
  border-bottom: 1px solid #666;
  display: block;
  /*-js-display: block;*/
}

.side_bupRslt_detail.rating > dt {
  font-size: 12px;
  letter-spacing: 0;
  margin-bottom: 5px;
}

.side_bupRslt_detail.rating > dt > img {
  display: none;
  margin-right: 5px;
  vertical-align: -2px;
}

.side_bupRslt_detail.rating > dd { font-size: 28px; }

.side_bupRslt_detail.rating > dd > span.toem {
  font-size: 23px;
  font-weight: bold;
}

.side_bupRslt_footnote{
  font-size: 12px;
}

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

.bupLink > dt {
  border-top: 8px solid #18479e;
  border-bottom: 1px solid #ccc;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0;

}

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

/* flex */
.bupLink_flex {
  align-items: stretch;
  border-bottom: 1px solid #ccc;
  display: flex;
  -js-display: flex;
  flex-flow: row wrap;
  font-family: inherit;
  justify-content: space-between;
  margin-bottom: 5px;
  padding: 10px 0;
}

.bupLink_flexInner {
  font-family: inherit;
  line-height: 1.7;
  text-align: center;
  width: 50%;
}

.bupLink_flexInner:first-of-type { border-right: 1px solid #ccc; }

.bupLink_flexInner .fa {
  color: #1d75c5;
  font-size: 36px;
}

.bupLink_flexInner > a {
  color: #333;
  display: block;
  font-family: YuGothic,'游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN',Meiryo,'メイリオ',sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

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



/*
    研修を探す
================================*/
.searchSeminarBox { margin-bottom: 20px; }

.searchSeminar * {
  /*font-family: "游ゴシック";*/
  font-size: 12px;
  font-weight: bold;
}

.searchSeminar_ttl {
  background-color: #194a72;
  color: #fff;
  /*font-family: YuGothic,'游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN',Meiryo,'メイリオ',sans-serif;*/
  font-size: 13px;
  font-weight: bold;
  padding: 5px;
}

.searchSeminar dd img {
  margin-right: 5px;
  vertical-align: -5px;
}

.typeTtl {
  border-top: 5px solid #194a72;
  /*margin-top: 10px;*/
  /*padding: 5px 0;*/
}

.typeTtl.btNone { border-top: none; }

.searchSeminar .typeTtl > .searchSeminar_link {
  background: none;
  /*background-image: url("../../../resource/img/bup/searchSem-arrow_green.jpg");
  background-repeat: no-repeat;
  background-position: right center;*/
  display: block;
  position: relative;
}

.searchSeminar .typeTtl > .searchSeminar_link::after {
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  content: "";
  display: inline-block;
  height: .6em;
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%) rotate(45deg);
  width: .6em;
}


/* アイコン */
.searchSeminar_link::before {
  content: "";
  color: #194a72;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 1.5em;
  font-weight: 900;
  height: 21px;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
  width: 21px;
}

.searchSeminar_link-hierarchy::before { content: "\f5fd"; }
.searchSeminar_link-theme::before { content: "\f1b3"; }
.searchSeminar_link-lineup::before { content: "\f03a"; }
.searchSeminar_link-schedule::before { content: "\f073"; }
.searchSeminar_link-venue::before { content: url("../../img/bup/icon_japan.gif"); }
.searchSeminar_link-situation::before { content: "\f277"; }
.searchSeminar_link-online::before { content: "\f109"; }
.searchSeminar_link-course::before { content: "\f5a0"; }


.searchSeminar dd.typeTtl {
  background: none;
  /*padding: 5px 0;*/
}

.searchSeminar_list {
  border-top: 1px solid #a1a1a1;
  margin-bottom: 10px;
}

.searchSeminar_list.place {
  width: 100%;
  overflow: hidden;
}

.searchSeminar_list li {
  background: none;
  list-style-type: none;
}

.searchSeminar_list.place li {
  float: left;
  width: 49%;
}

.searchSeminar .searchSeminar_list.place li a {
  background: none;
  padding: 5px 0;
}

.searchSeminar_list li a:hover {
  background-color: transparent;
 
  opacity: 0.6;
  text-decoration: none;
}

.searchSeminar dd a {
  background-image: url("../../../resource/img/bup/searchSem-arrow_gray.jpg");
  background-repeat: no-repeat;
  background-position: right 9px center;
  color: #333;
  display: block;
  padding: 5px 0;
}

.searchSeminar dd a:hover {
  background-color: transparent;
}

.searchSeminar dd { padding: 0; }

/* font awesome */
.searchSeminarBox i[class*="fa-"] {
  color: #194a72;
  font-size: 1.5em;
  margin-right: 5px;
  vertical-align: middle;
  width: 24px;
}

/*
    関連公開講座
================================*/
.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: 5px;
}

.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: #f22066;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px;
}

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

/*
    公開講座を便利に、お得に
================================*/
.side_bupService {
  /*background-color: #E4F1F9;*/
  background-color: transparent;
  font-size: 12px;
  margin: 30px 0;
}

.side_bupService_ttl {
  border-top: 5px solid #ee7800;
  border-bottom: 1px solid #a1a1a1;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0 5px 25px;
  position: relative;
}

.side_bupService_ttl::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
}
.side_bupService_ttl.convenient::before { content: url("/resource/img/bup/icon_navi_gear.png"); }
.side_bupService_ttl.economical::before { content: url("/resource/img/bup/icon_navi_present.png"); }

.side_bupService_ttl img { display: block; }

.side_bupService_inner { padding: 0; }

/* 背景が白い部分 */
.side_bupService_card {
  /*background-color: #fff;
  padding: 8px;*/
  background-color: transparent;
  padding: 10px 0 0;
}

.side_bupService_card +.side_bupService_card {
  border-top: 1px solid #a1a1a1;
  margin-top: 10px;
  padding-top: 10px;
}

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

.side_bupService_card_link--attachment {
  border: 5px solid #e5002d;
  margin-top: 20px !important;
  padding: 18px 8px 8px;
  position: relative;
}

.side_bupService_card_link--attachment::before {
  border: 25px solid transparent;
  border-top: 0;
  border-bottom: 15px solid #e5002d;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
}

/*.side_bupService_card_link--attachment::after {
  content: url("/resource/img/bup/img_new.jpg");
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}*/

.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_img--flex {
  align-items: flex-start;
  display: flex;
  justify-content: space-around;
}

.side_bupService_card_img > img {
  height: auto;
  max-width: 100%;
}

.side_bupService_card_catchCopy {
  --theme_request: #475879;
  --theme_trip: #008fd1;
  --theme_catalog: #1962f1;
  --theme_webins: #DA231B;
  --theme_smp: #4D3E8C;
  --theme_vlp: #E03D60;
  --theme_leaf: #33CC99;
  --theme_anotger: #FFBF0B;
  background-color: #666;
  color: #fff;
  letter-spacing: .03em;
  line-height: 1;
  margin: 5px 0;
  padding: 5px 0;
  text-align: center;
}

.side_bupService_card_catchCopy.request { background-color: #038693; }
.side_bupService_card_catchCopy.trip { background-color: #008fd1; }
.side_bupService_card_catchCopy.catalog { background-color: #1962f1; }
.side_bupService_card_catchCopy.webins { background-color: #e5002d; }
.side_bupService_card_catchCopy.smp { background-color: #f15a24; }
.side_bupService_card_catchCopy.vlp { background-color: #e35070; }
.side_bupService_card_catchCopy.leaf { background-color: #33cc99; }
.side_bupService_card_catchCopy.another { background-color: #FFBF0B; }

/* 反転 */
.side_bupService_card_catchCopy.invert {
  background-color: transparent;
  border: 1px solid #ccc;
  color: currentColor;
  letter-spacing: .03em;
  line-height: 1;
  margin: 5px 0;
  padding: 5px;
  text-align: center;
}
.side_bupService_card_catchCopy.request {
  color: var(--theme_request);
  border-color: var(--theme_request);
}
.side_bupService_card_catchCopy.invert.trip {
  color: var(--theme_trip);
  border-color: var(--theme_trip);
}
.side_bupService_card_catchCopy.invert.catalog {
  color: var(--theme_catalog);
  border-color: var(--theme_catalog);
}
.side_bupService_card_catchCopy.invert.webins {
  color: var(--theme_webins);
  border-color: var(--theme_webins);
}
.side_bupService_card_catchCopy.invert.smp {
  color: var(--theme_smp);
  border-color: var(--theme_smp);
}
.side_bupService_card_catchCopy.invert.vlp {
  color: var(--theme_vlp);
  border-color: var(--theme_vlp);
}
.side_bupService_card_catchCopy.invert.leaf {
  color: var(--theme_leaf);
  border-color: var(--theme_leaf);
}
.side_bupService_card_catchCopy.invert.another {
  color: var(--theme_anotger);
  border-color: var(--theme_anotger);
}



.side_bupService_card_txt {}
.side_bupService_card_img + .side_bupService_card_txt { margin-top: 5px; }

.side_bupService_txt {
  line-height: 1.2;
  margin-bottom: 10px;
}

.side_bupService_txt-blue { color: #194a72; }


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

.detachmentType > dt {
  border-top: 8px 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 {
  background-color: #E51E19;
  color: #fff;
  font-family: YuGothic,'游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN',Meiryo,'メイリオ',sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px;
}

.detachmentType_list { margin-bottom: 30px; }

.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 {
  border-top: 1px solid #ccc;
  margin-top: 5px;
  padding-top: 5px;
}

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

.detachmentType_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_anotherIns {
  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;
}


/* 2018/04/16 臨時対応 */
/*
    メルマガ登録＆お問合せ
================================*/
.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;
}

/*
    オンライン人材育成、動画教育・eラーニング
================================*/

/* 共通  */
.side_buponline_e-learn{
  margin-bottom: 30px;
}
.side_buponline_e-learn__ttlWrap{
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 3px 0;
}
.side_buponline_e-learn__ttl{
  padding-left: 5px;
}
.side_buponline_e-learn__icon{}
.side_buponline_e-learn__copyWrap{}
.side_buponline_e-learn__copy{
  font-size: 12px;
  margin: 10px 0;
}
.side_buponline_e-learn__menuWrap{}
.side_buponline_e-learn__menu{}
.side_buponline_e-learn__bb{
  border-bottom: 1px solid #ccc;
}
.side_buponline_e-learn__linkWrap{}
.side_buponline_e-learn__linkWrap + .side_buponline_e-learn__linkWrap{
  margin-top: 10px;
}
.side_buponline_e-learn__link:hover{
  opacity: 0.6;
  text-decoration: none;
}
.side_buponline_e-learn__link{
  font-family: inherit;
  background-repeat: no-repeat;
  background-position: right center;
  color: #333;
  display: block;
  line-height: 1.2;
  margin: 10px 0;
  text-decoration: none;
}
.side_buponline_e-learn__img{}

/* オンライン人材育成  */
.side_buponline__ttlWrap{
  border-top: 8px solid #5456a7;
  color: #5456a7;
}
.side_buponline__copy{
  color: #5456a7;
}

/* 動画教育・eラーニング  */
.side_bupe-learn__ttlWrap{
  border-top: 8px solid #b90013;
  color: #b90013;
}
.side_bupe-learn__copy{
  color: #b90013;
}

/* ---------------------------------
業界別ミドル一覧
--------------------------------- */
/* CSS Document */
/**********
foudation
**********/
#sideTredeNav [v-cloak]{
  display: none;
}
/**********
component
**********/
/*テーブルビュー*/
#sideTredeNav .c_tableview{}
#sideTredeNav .c_tableview__item{}
#sideTredeNav .c_tableview__target{
  display:block;
  color: inherit;
}
#sideTredeNav .c_tableview__target--transparent:hover{
  opacity: .7;
}
#sideTredeNav .c_tableview__target--underline:hover{
  text-decoration: underline;
}
/*アイコン*/
#sideTredeNav .c_hasIco{
  position: relative;
}
#sideTredeNav .c_hasIco__item,
#sideTredeNav .c_hasIco::before,
#sideTredeNav .c_hasIco::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#sideTredeNav .c_hasIco__item,
#sideTredeNav .c_hasIco::before{
  left: 0;  
}
#sideTredeNav .c_hasIco::after{
  right: 0;  
}

/* テキスト付バナーのボックス */
.strBanBox{
  margin: 15px 0;
}
.strBanBox__title{
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    border-top: solid 4px #0168b3;
    padding: 6px 0 0 4px;
}
/* その他バナー */ 
.side_bannerBox { margin: 10px 0; }
.side_bannerBox_item {}
.side_bannerBox_item + .side_bannerBox_item { margin-top: 8px; }
.side_bannerBox_item > a { display: block; line-height: 0;}
.side_bannerBox_item > a:hover { opacity: 0.6; }
.side_bannerBox_item--hasStr > a{
  line-height: 1.6;
}
.side_bannerBox_item--hasStr > a:hover{
  text-decoration: none;
}
.side_bannerBox__img{
  line-height: 0;  
}
.side_bannerBox__img img{
  max-width: 100%;
  height: auto;
}
.side_bannerBox__img + .side_bannerBox__msg{
  margin-top: 4px;
}
.side_bannerBox__msg{
  color: #333;
  font-size: 11px;
}
/*****************
project
*****************/
/*節*/
#sideTredeNav .p_sec{}
#sideTredeNav .p_sec--sm > .p_sec__item + .p_sec__item{
  margin-top: 16px;
}
#sideTredeNav .p_sec--megaMenu{
  padding: 16px;
}
/*見出し*/
#sideTredeNav .p_heading{}
#sideTredeNav .p_heading__img{}
#sideTredeNav .p_heading__ttl{
  line-height: 1;
  font-size: inherit;
}

#sideTredeNav .p_heading--megaMenu{
  padding: 8px 16px;
  background: #efeaed;
}

/*アイコン*/
#sideTredeNav .p_hasIco--bgRed{}
#sideTredeNav .p_hasIco--bgRed > .c_hasIco__item > img{
  background: #9e2730;
  -webkit-backface-visibility: hidden;/* chrome対応 */
  max-width: 100%;
  height: auto;
}
#sideTredeNav .p_hasIco--heading{
  display: flex;
  align-items: center;
}
#sideTredeNav .p_hasIco--heading > .c_hasIco__item{
  margin: 0 4px;
  position: static;
  transform: none;
}
#sideTredeNav .p_hasIco--heading::before{
  left: 4px;
}
#sideTredeNav .p_hasIco--heading > .c_hasIco__item--left0{
  left: 0;
}
#sideTredeNav .is_active .p_hasIco--megaMenuArrow::after{
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #7c7b7c;
  border-left: 1px solid #7c7b7c;
  background: #fff;
  transform: translate(6px, -50%) rotate(315deg);
  z-index: 9999;
}

/*テーブルビュー*/
#sideTredeNav .p_tableview--side{}
#sideTredeNav .p_tableview--side > .c_tableview__item{
  border-bottom: 1px solid #7c7b7c;
}
#sideTredeNav .p_tableview--side .c_tableview__target{
  padding-top: 3px;
  padding-bottom: 3px;
}
/*キャッチコピーなど脚注*/
#sideTredeNav .p_attention{
  font-size: 10px;
}
#sideTredeNav .p_attention--normal{
  color: #2f768c;
}
/*リンク*/
#sideTredeNav .p_link{
  color: #0044CC;
}
#sideTredeNav .p_link:hover{
  color: #f79494;
  text-decoration: underline;
}
#sideTredeNav .p_link--box{
  color: inherit;
  text-decoration: none;
}
#sideTredeNav .p_link--box:hover{
  color: inherit;
  text-decoration: underline;
}
/*メガメニュー*/
#sideTredeNav .p_megaMenu{
  position: relative;
}
#sideTredeNav .p_megaMenu.is_active .p_megaMenu__target{
  color: #9e2730;
}
#sideTredeNav .p_megaMenu__body{
  position: absolute;
  top: -36px;
  left: 100%;
  z-index: 999;
  display: none;
  width: 360px;
  border: 1px solid #7c7b7c;
  background: #fff;
}
#sideTredeNav .p_megaMenu.is_active .p_megaMenu__body{
  display: block;
}


/* 最新メッセ―ジ */
.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;
}

/*
    同じジャンルの公開講座
================================*/
/* ラッパー */
.sideNavSameGenreWrap{
  border: 8px solid #D3E0EB;
  padding: 12px 8px;
}
.sideNavSameGenreWrap__heading{
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #A1A1A1;
}
.sideNavSameGenreWrap__ttl{
  position: relative;
  padding-left: 18px;
  line-height: 1;
  font-weight: bold;
  font-size: 13px;
}
.sideNavSameGenreWrap__ttl::before{
  content: url("/resource/img/bup/sidenav/icon_rink.png");
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  height: 16px;
  margin: auto 0;
  line-height: 0;
}

.sideNavSameGenreWrap__body{}
.sideNavSameGenreWrap__list{}
.sideNavSameGenreWrap__item + .sideNavSameGenreWrap__item{
  margin-top: 8px;
}
.sideNavSameGenreWrap__item:not(:has(.sideNavSameGenre__item)){
  display: none;
};
/* 本体 */
.sideNavSameGenre{}
.sideNavSameGenre__heading{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.sideNavSameGenre__ttl{
  display: flex;
  align-items: center;
  line-height: 1.4;
  font-weight: bold;
  font-size: 12px;
}
.sideNavSameGenre__ttlTarget{
  color: inherit;
  cursor: default;
}
.sideNavSameGenre__ttlTarget:hover{
  text-decoration: none;
  /* opacity: .6; */
}
.sideNavSameGenre__btn{
  display: flex;
  padding-left: 6px;
}
.sideNavSameGenre__btn::before{
  content: "";
  display: block;
  height: 1.8em;
}
.sideNavSameGenre__btnTarget{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  /* padding-right: 10px; */
  border: 1px solid #E51E19;
  border-radius: 4px;
  color: #E51E19;
  line-height: 1;
  font-weight: bold;
  font-size: 12px;
  cursor: default;
}
/*
.sideNavSameGenre__btnTarget::before{
  content: url("/resource/img/bup/sidenav/open.png");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  display: block;
  height: 6px;
  margin: auto 0;
  line-height: 0;
}
*/
.sideNavSameGenre__btnTarget:hover{
  text-decoration: none;
  /* opacity: .6; */
}

.sideNavSameGenre__list{
  padding-top: 8px;
}
.sideNavSameGenre__item{
  padding-left: 8px;
}
.sideNavSameGenre__item + .sideNavSameGenre__item{
  margin-top: 8px;
}
.sideNavSameGenre__target{
  position: relative;
  display: block;
  padding-right: 12px;
  color: inherit;
  font-size: 12px;
}
.sideNavSameGenre__target:hover{
  text-decoration: none;
  opacity: .6;
}
.sideNavSameGenre__target::before{
  content: url("/resource/img/bup/searchSem-arrow_gray.jpg");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  height: 12px;
  margin: auto 0;
  line-height: 0;
}

/* 240516 閲覧履歴追加 */
#bupSideNav .m_solutionBaseSideNavs { margin-block: 20px; }

/* 閲覧履歴 */
.m_sideNavHistory {
}

.m_sideNavHistory__ttl {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

.m_sideNavHistory__list {
    padding-left: 8px;
}

.m_sideNavHistory__list > li {
    position: relative;
    height: calc(1em * 1.6);
    line-height: 1.6;
    font-weight: bold;
    font-size: 11px;
    overflow: hidden;
}

.m_sideNavHistory__list > li::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 3em;
    height: calc(13px * 1.6);
    background: linear-gradient(to left,#fff,rgba(255,255,255,0.96) 25%,rgba(255,255,255,0) 100%)
}

.m_sideNavHistory__list > li + li {
    margin-top: 5px;
}

.m_sideNavHistory__list a {
    position: relative;
    display: block;
    padding-left: 1em;
    color: inherit;
}

.m_sideNavHistory__list a:hover {
    opacity: .7;
}

.m_sideNavHistory__list a::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid;
    border-top: 1px solid;
    transform: rotate(45deg);
}

.m_sideNavHistory__footer {
    margin-top: 6px;
    text-align: right;
}

.m_sideNavHistory__footer a {
    display: inline-block;
    color: inherit;
    font-weight: bold;
    font-size: 12px;
}

.m_sideNavHistory__footer a:hover {
    text-decoration: none;
    opacity: .7;
}
