@charset "utf-8";
@import url("/resource/css/html5reset-1.6.1.css") layer(reset);
@import url("/resource/css/new_tie-up_bottom.css") layer(default);
@layer base {
  .main_box a {
    &:not([href*="hoge"]):not([href^="/"])::after { content: url("/common/img/business_partner/nec/icon_taget_blank.png"); }
  }
} /* @layer base */

:root {
  --theme_base: #194A72;
}

div#cont { margin-top: 30px; }

/* トップ画下ナビ */
.bottomSubNav {
  justify-content: flex-end;
  .bottomSubNav_item.print:has(#print_preview_button) {
    .bottomBtmNavi_item_link { display: grid; }
  }
  a { padding: 5px; }
}

.main_box p:empty + p { padding-top: 0; }

/* 研修廃止ボックス */
#abolished {}
#abolished .abolished_msg {
  font-size: 14px;
  padding: 16px;
  border: 4px double #e6002d;
  margin-bottom: 20px;
}
#abolished .abolished_btn {
  text-align: right;
}
#abolished .abolished_btnLink {
  display: inline-block;
}
#abolished .abolished_btnLink:hover {
  opacity: .7;
}
#abolished .abolished_link {
  margin-bottom: 0;
}
#abolished .abolished_linkTarget {
  position: relative;
  display: block;
  padding-left: 1em;
}
#abolished .abolished_linkTarget::before {
  content: ">";
  position: absolute;
  left: 0;
  display: block;
}

/* 注意事項 */
.main_box-alert{
  border: 4px double #E60012;
  padding: 10px;
}

/* プログラム例（pタグの時） */
.main_box.__program:not(:has(table)) {
  border: 1px solid var(--theme_base);
  &::before {
    background-color: var(--theme_base);
    content: "内容";
    color: #fff;
    display: grid;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .5em;
    padding: 3px;
    place-content: center;
  }
  p { padding: 5px; }
  p:not(:last-of-type) { border-bottom: 1px solid var(--theme_base); }
}

.main_box table p + p { padding: 0; }
.programTable td { padding: 5px; }
.programTable td p {
  margin-bottom: 5px;
}
.programTable td ul li{
  margin-bottom:5px;
  text-indent:-8px;
  padding-left:8px;
  line-height:1.3;
}

/* 外部リンク */
.main_box a {
  &[href*="https://www.neclearning.jp"]::after { content: "（NECビジネスインテリジェンスページ）" url("/common/img/business_partner/nec/icon_taget_blank.png"); }
}

/***** 印刷 *****/
@media print {
  #header, #bupSideNav, #c2_r, #commonInquiry, #mainContents_fotter, #footer, #abolished, .p_contentHeader__keyVisual, .bottomNavWrapper, .m_cookieBanner, .p_cntContainer:is(:has(#notice), :has(#schedule), :has(#flow)), .bup_contact, .toTop {
    display: none;
  }
  #base {
    margin: 0;
    padding: 0;
    width: 750px;
  }
  div#cont {
    margin: 0;
    padding: 0;
  }
  div#cont div#c3_l { width: 100%; }
  :is(.fr, .fl) { float: none; }
  .p_contentHeader { height: 100px; }
  .p_cntContainer:not(:first-of-type) { margin-top: 24px; }
}
