@charset "UTF-8";
/**
 * 目次
 *
 * 01. Foundation
 * 02. Layout
 * 03. Component
 *
 */
/* ==========================================================================
   01. Foundation
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  word-wrap:break-word; /*Ph2 UT*/
  overflow-wrap:break-word; /*Ph2 UT*/
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer!important;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  color: #333333;
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 140%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

/* link
   ========================================================================== */
a {
  color: #2177b3;
  text-decoration: none;
}

a:visited {
  color: #2177b3;
  text-decoration: none;
}

a:hover {
  color: #2177b3;
  text-decoration: underline;
}

/* image
   ========================================================================== */
img {
  line-height: 1.0;
  vertical-align: bottom;
}

table th img,
table td img {
  vertical-align: middle;
}

/* ClearFix
   ========================================================================== */
.clear {
  clear: both;
}

#contents,
.clearfix,
.fbox {
  display: block;
}
#contents:after,
.clearfix:after,
.fbox:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* float
   ========================================================================== */
.fr {
  float: right;
}

.fl {
  float: left;
}

ul.fbox li {
  float: left;
  display: inline;
}

/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

/* form label
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle;
}

/* position
   ========================================================================== */
.text-r {
  text-align: right !important;
}

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important;
}

.text-l {
  text-align: left !important;
}

/* ==========================================================================
   02. Layout
   ========================================================================== */
body {
  height: 100%;
  min-height: 100%;
  min-width: 1000px;
  overflow-x: hidden;
}

#wrapper {
  min-height: 100vh;
  height: 100%;
  min-width: 1000px;
  position: relative;
  overflow-x: hidden;
}

header {
  background-color: #0f3d68;
  /*Ph1[box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);]*//*Ph2 不要*/
  height: 44px;/*Ph1[height: 54px;]*//*Ph2[height: 44px;]*/
  overflow: hidden;
  position: relative;
  z-index: 1000;
}

.header_logo {
  margin-top: 11px;/*Ph1[margin-top: 15px;]*//*Ph2[margin-top: 11px;]*/
  float: left;
  width: 20%;
}
p.sponsor_banner {
  float: right;
  width: 19%;
  padding-top: 5px;
  padding-left: 5px;
}

.header_control {
  float: left;
  margin-top: 10px;
  text-align: right;
  width: 60%;
  letter-spacing: -.40em;
}

.control_id {
  color: #fff;
  margin-right: 56px;/*Ph1[margin-right: 10px;]*//*Ph2[margin-right: 56px;]*/
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}
.control_id .label {
  background-color: #00265e;
  border-radius: 4px;
  display: inline-block;
  margin-right: 8px;
  padding: 2px 8px;
  font-size: 10px;
  font-size: 1rem;
}

/*■Ph2 ---------->*/
.control_btn-guide,
.control_btn-account,
.control_btn-logout {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem;
}

.control_btn-guide a,
.control_btn-account a,
.control_btn-logout a {
  color: #fff;
}
/*□Ph2 <----------*/

.control_btn-guide .btn, .control_btn-guide .remodal-confirm,
.control_btn-guide .remodal-cancel {
  width: 140px;
}

.control_btn-account {
  /*Ph1[margin-left: 10px;]*//*Ph2削除*/
  border-left: 1px solid #576982;
  margin-left: 16px;
  padding-left: 16px;
}

.control_btn-account .btn,
.control_btn-account .remodal-confirm,
.control_btn-account .remodal-cancel,
.control_btn-account .btn-disabled {
  width: 140px;
}

.control_btn-logout {
  /*Ph1[margin-left: 10px;]*//*Ph2削除*/
  border-left: 1px solid #576982;
  margin-left: 16px;
  padding-left: 16px;
}

.control_btn-logout .btn,
.control_btn-logout .remodal-confirm,
.control_btn-logout .remodal-cancel {
  width: 90px;
}

/*■Ph2 ---------->*/
/* 2020.9 UIUX -> 2020.12 UIUX 改善 - start */
/*  selector:  nav.navWrap div.box-inner ul.nav li.{navItem-watchList} a div.nav-inner */

nav.navWrap {
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px 0;
}

nav.navWrap div.box-inner ul.nav {
  display: block; /* 2020.12 UIUX 追加変更 flex -> block */
  font-size: 0;
  min-width: 1074px; /* 2020.12 UIUX 追加変更 -> 1024px */ /* 2021.2 UIUX 追加変更 -> 1084px */
  max-width: 1314px; /* 2020.12 UIUX 追加変更 -> 1264px */ /* 2021.2 UIUX 追加変更 -> 1324px */
  white-space:nowrap; /* 2020.12 UIUX 追加変更 -> */
}

nav.navWrap div.box-inner ul.nav li {
  border-radius: 4px;
  display: inline-block;
  margin-right: 6px;
  text-align: center;
  vertical-align: top;
  width: 200px;
  border: 2px solid #0f3d68;
  font-size: 13px;
  font-size: 1.4rem;
}

nav.navWrap div.box-inner ul.nav li a {
  box-sizing: border-box;
  color: #0f3d68;
  display: block;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

nav.navWrap div.box-inner ul.nav li a:hover {
  color: #fff;
  background-color: #0f3d68;
  text-decoration: none;
}

nav.navWrap div.box-inner ul.nav li.navItem-active a {
  color: #fff;
  background-color: #0f3d68;
  text-decoration: none;
}

/*nav.navWrap div.box-inner ul.nav li.navItem-active a:before,
nav.navWrap div.box-inner ul.nav li.navItem-active a:after {
  content: '';
  display: block;
} 未使用 */

/*nav.navWrap div.box-inner ul.nav li.navItem-disabled a {
  background: #ccc;
  box-shadow: none;
  position: relative;
  pointer-events: none;
} 未使用 */

/* nav.navWrap div.box-inner ul.nav li.navItem-disabled a:before {
  background: #00acbe url(/public/njw/image/icon_option.png) no-repeat 4px center;
  border-radius: 2px;
  content: 'スタンダードプラン';/*Ph4*/
  display: block;
  font-weight: bold;
  line-height: 1;
  padding: 4px 6px 2px 18px;
  position: absolute;
  right: 8px;
  top: -8px;
  z-index: 100;
  font-size: 10px;
  font-size: 1rem;
} 未使用 */

/* nav.navWrap div.box-inner ul.nav li.navItem-disabled a:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3px 8px 3px;
  border-color: transparent transparent #007380 transparent;
  position: absolute;
  right: 5px;
  top: -8px;
} 未使用 */

nav.navWrap div.box-inner ul.nav li a div.nav-inner {
  padding-top: 2px;
}

/* 2020.12 UIUX 検索リストの登録・変更 */
nav.navWrap div.box-inner ul.nav li.navItem-watchList2 {
  width:176px;
  float:right;
  margin-right:0;
  border: 2px solid #e1822e;
}

nav.navWrap div.box-inner ul.nav li.navItem-watchList2 a {
  color: #e1822e;
}

nav.navWrap div.box-inner ul.nav li.navItem-watchList2 a:hover {
  color: #fff;
  background-color: #e1822e;
}

nav.navWrap div.box-inner ul.nav li.navItem-watchList2.navItem-active a {
  color: #fff;
  background-color: #e1822e;
}



/* 2020.9 UIUX -> 2020.12 UIUX 改善 - end */
/*□Ph2 <----------*/

#contents {
  box-sizing: border-box;
  /*min-height: calc(100vh - 44px - 56px - 32px - 320px);*//*Ph3 ILU (Ph3要件範囲外のため適用中止)*/
}

.pageTtlArea {
  /*Ph1[background-color: #f5f5f5;]*//*Ph2不要*/
  height: 36px;/*Ph1[height: 55px;]*/ /*Ph2[height: 36px;]*/
}

/* ■Ph1 ----------> */
/*
.pageTtlArea .box-inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
.pageTtlArea .box-inner:not(:target) {
  top: 26% \9;
}
@media all and (-ms-high-contrast: none) {
  .pageTtlArea .box-inner:not(:target) {
    top: 50%;
  }
}
*/
/* □Ph1 <---------- */
/*■Ph2変更 ---------->*/
.pageTtlArea .box-inner {
  margin-top: 32px;
  position: relative;
}
/*□Ph2 <----------*/

.pageTtlArea_tp {
  display: inline-block;
  padding-right: 8px;
  font-size: 16px;
  font-size: 1.6rem;
}
/*■Ph1 ---------->*/
/*
.pageTtlArea_tp a{
  text-decoration: underline;
}
*/
*/
/*□Ph1 <----------*/
/*■Ph2削除 ---------->*/
/*□Ph2 <----------*/
.pageTtlArea_tp:after {
  color: #ccc;
  content: "＞";
  padding-left: 16px;
}

.pageTtlArea_ttl {
  display: inline-block;
  padding-top: 1px;
  font-size: 20px;/*Ph1font-size: 18px;*//*Ph2font-size: 20px;*/
  font-size: 2rem;/*Ph1font-size: 1.8rem;*//*Ph2font-size: 2rem;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pageTtlArea_ttl_202009 { /* 2020.9 UIUX 追加 */
  display: inline-block;
  color: #0f3d68;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pageTtlArea_record {
  position: absolute;
  right: 32px;
  top: -70px; /*Ph1[top:7px;]*//*Ph2[top:-61px;]*/
  font-size: 11px;
  font-size: 1.1rem;
}

.pageTtlArea_record .record-current,
.pageTtlArea_record .record-total {
  font-size: 13px;
  font-size: 1.3rem;
}

.pageTtlArea_record .record-current {
  font-weight: bold;
}

.contents_leadText {/* 2020.9 UIUX 変更無しだが、ウオッチ登録の従来ラベルは使用しなくなった */
  margin-top: 24px; /*Ph1[margin-top: 32px;]*//*Ph2[margin-top: 8px;]*/
  overflow: hidden;
  padding-bottom: 32px;
  font-size: 16px;
  font-size: 1.6rem;
}

.contents_leadTtl {/* 2020.9 UIUX 変更無しだが、ウオッチ登録の従来ラベルは使用しなくなった */
  letter-spacing: -0.4px;
  text-align: center;
}

.pageContArea {
  padding-bottom: 80px;
}

/*■Ph2(watchsearchresult.css)*/
.link-load {
  text-align: center;
}

.link-load a {
  border-radius: 4px;
  display: block;
  margin: 16px;
  padding: 10px;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.link-load a:hover {
  background-color: #d9e9ff;
}

.link-load-head {
  border-bottom: 1px solid #e6e6e6;
}
/*□Ph2 <----------*/

#page404 {
  padding: 100px 0;
  text-align: center;
}

.page404_ttl {
  color: #0f3d68;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-size: 40px;
  font-size: 4rem;
}

.page404_lead {
  color: #aaa;
  font-weight: bold;
  padding: 10px 0 32px;
  font-size: 20px;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page404_txt {
  line-height: 2;
  padding-bottom: 32px;
  font-size: 16px;
  font-size: 1.6rem;
}

.page404_btn .btn,
.page404_btn .remodal-confirm,
.page404_btn .remodal-cancel {
  display: inline-block;
  height: 40px;
  width: 220px;
  font-size: 16px;
  font-size: 1.6rem;
}

footer {
  background-color: #0f3d68;
  height: 320px;
  width: 100%;
}
.commonFooter {/*Ph1*/
  background-color: #0f3d68;
  height: 320px;
  width: 100%;
}

.footer_link {
  background-color: #00265e;
  box-sizing: border-box;
  height: 200px;
  margin: 0 auto;
  min-width: 960px;
  max-width: 1200px;
  position: relative;
  overflow-x: hidden;/*Ph1*/
}
.footer_link:before, .footer_link:after {
  background-color: #0f3d68;
  content: "";
  display: block;
  height: 200px;
  width: 84px;
  top: 0;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  position: absolute;
}
.footer_link:before {
  left: -47px;
}
.footer_link:after {
  right: -47px;
}

.footer_linkIn {
  margin: 0 auto;
  padding-top: 26px;
  width: 820px;
}
.footer_linkIn .aboutService {
  padding-left: 32px;
}
.footer_linkIn .aboutService .footer_linkTtl:before, .footer_linkIn .aboutService .footer_linkTtl:after {
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer_linkIn .aboutService .footer_linkTtl:before {
  content: "";
}
.footer_linkIn .aboutCompany {
  padding-left: 32px;
  padding-top: 8px;
}
.footer_linkIn .aboutCompany .footer_linkTtl:before, .footer_linkIn .aboutCompany .footer_linkTtl:after {
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer_linkIn .aboutCompany .footer_linkTtl:before {
  content: "";
}

.footer_linkTtl {
  color: #e1e3e5;
  font-weight: normal;
  margin-left: -8px;
  margin-bottom: 10px;
}
.footer_linkTtl:before {
  color: #2177b3;
  padding-right: 5px;
  position: relative;
  top: 3px;
  font-size: 20px;
  font-size: 2rem;
}

.footer_linkList {
  padding: 0 0 2px 18px;
}
.footer_linkList li {
  border-right: 1px solid #0a3a82;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-right: 16px;
  padding-right: 16px;
  font-size: 12px;
  font-size: 1.2rem;
}
.footer_linkList li:last-child {
  border-right: none;
  margin-bottom: 0;
}
.footer_linkList a {
  color: #a6cbff;
}

.footer_copyright {
  background-color: #f5f5f5;
  box-sizing: border-box;
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  height: 120px;
  padding-top: 32px;
  text-align: center;
}

.footer_logoNikkei {
  margin-bottom: 16px;
}

/* ==========================================================================
   03. Component
   ========================================================================== */
/*■Ph2 ---------->*/
#pageSearchPast .article,
#pageSearchPerson .article,
#savedArticleList .article {
  background-color: #fff;
  box-sizing: border-box;
  padding: 32px;
}

#watchsearchresult .article_btn-print,
#pageSearchPast .article_btn-print,
#savedArticleList #dialog-person-wrapper .article_btn-print {
  position: absolute;/*Ph2[position: absolute;]*/
  right: 10px;/*Ph2[right: 10px;*/
  top: 10px;/*Ph2[top: 10px;*/
}
#pageSearchPerson .article_btn-print,
#savedArticleList #dialog-person-wrapper .article_btn-print { 
  position:relative;/*Ph2[position: absolute;]*/
  /*Ph2[right: 10px;*/
  top:-23px;/*Ph2[top: 10px;*/
}
#pageSearchPerson .article_btn-print .btn-print,
#savedArticleList #dialog-person-wrapper .article_btn-print .btn-print { 
  float:right;
}
#savedArticleList #njwc015 .article_btn-print {
	display:none;
}

#pageSearchPast .article_body { 
  line-height: 1.4;
  padding-bottom: 32px;
  font-size: 13px;
  font-size: 1.3rem;
}

#pageSearchPast .article_body .highlight { 
  background-color: #ffeb3b;
}

#pageSearchPast .article_body p { 
  line-height: 1.6;
}

#pageSearchPast .article_body .tableSWH { 
  list-style-type: none;
}

#pageSearchPast .article_body .tableSWH th { 
  display: none;
}

#pageSearchPast .article_body .tableSWH .column { 
  line-height: 1.4;
}

#pageSearchPast .col-article .article_body .tableSWH .column:empty { /*Ph1検索結果対応を横展開*/
  height:20px;
}

.linkArticlePerson:after,
#watchsearchresult .conditions a:after,
#watchsearchresult .article_body .tableSWH .column a:after,
#watchsearchresult .article_body .tableSWH .column a:after,
#pageSearchPast .article_body .tableSWH .column a:before,
#pageSearchPast .article_body .tableSWH .column a:after { 
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.linkArticlePerson:after,
#watchsearchresult .conditions a:after,
#watchsearchresult .article_body .tableSWH .column a:after,
#pageSearchPast .article_body .tableSWH .column a:after { 
  content: "";
  padding-left: 5px;
  position: relative;
  top: -1px;
  font-size: 10px;
  font-size: 1rem;
}

#pageSearchPast .article_body .tableSWH .column:first-child { 
  font-weight: bold;
  padding: 8px 0;
  font-size: 15px;
  font-size: 1.5rem;
}

#watchsearchresult .article_body .tableSWH .column:last-child,
#pageSearchPast .article_body .tableSWH .column:last-child { /*Ph1検索結果対応を横展開*/
  margin-bottom: 24px;
}

#pageSearchPast .article_body .tableSWH .column:nth-child(2):before { 
  content: '新職名';
}

#pageSearchPast .article_body .tableSWH .column:last-child:before { 
  content: '旧職名';
}

#pageSearchPast .article_body .tableSWH .column:nth-child(2),
#pageSearchPast .article_body .tableSWH .column:last-child { 
  padding-bottom: 6px;
  padding-left: 60px;
  position: relative;
}

#pageSearchPast .article_body .tableSWH .column:nth-child(2):before,
#pageSearchPast .article_body .tableSWH .column:last-child:before { 
  border: 1px solid #808080;
  border-radius: 2px;
  color: #444;
  display: inline-block;
  font-weight: bold;
  left: 0;
  line-height: 1.2;
  padding-top: 2px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
  font-size: 11px;
  font-size: 1.1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#pageSearchPast .article_body .tableSWH_his thh {
  font-weight: bold;
  padding: 6px 0;
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
  line-height:33px;
}
#pageSearchPast .article_body .tableSWH_his th { 
  font-weight: bold;
  padding: 6px 0;
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
}

#pageSearchPast .article_body .tableSWH_his .column { 
  line-height: 1.6;
}

#pageSearchPast .col-article .article_body .tableSWH_his .column:empty { /*Ph1検索結果対応を横展開*/
  height:20px;
}

#pageSearchPast .article_copyright { 
  font-size: 12px;
  font-size: 1.2rem;
}

.article-person { /*以降、[class="article-person"]は、人物検索に限定化される*/
  padding-bottom: 48px;
  padding-top: 48px;
  position: relative;
}

.article-person .psnb1 {
  line-height: 1.1;
}

.article-person .psnb1 > table > tbody > tr > th,
.article-person .psnb1 > table > tbody > tr > td {
  border: none;
  padding: 0;
}

.article-person .psnb1 table {
  table-layout: fixed;
  width: 100%;
}

.article-person .psnb1 th,
.article-person .psnb1 td {
  border: 1px solid #e6e6e6;
  padding: 8px;
  font-size: 13px;
  font-size: 1.3rem;
}

.article-person .psnb1 th {
  background-color: #f5f5f5;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  width: 6em;
}

.article-person .psnb1.wpdf .fmttb3 > tbody > tr > td > table:first-child:not(:target) {
  width: auto\9;
}

.article-person .psnb1.wpdf .fmttb3 > tbody > tr > td > table:first-child th {
  display: none;
}

.article-person .psnb1.wpdf .fmttb3 > tbody > tr > td > table:first-child td {
  border: none;
  display: block;
  padding: 0;
}

.article-person .psnb1.wpdf .fmttb3 > tbody > tr > td > table:first-child tr:nth-of-type(1) td:nth-of-type(1) {
  font-size: 16px;
  font-size: 1.6rem;
  float:left\9; /*ie9 psnBody add*/
  width:100%\9; /*ie9 psnBody add*/
}

.article-person .psnb1.wpdf .fmttb3 > tbody > tr > td > table:first-child tr:nth-of-type(1) td:nth-of-type(2) {
  color: #a0a0a0;
  letter-spacing: .1em;
  padding-top: 2px;
  font-size: 12px;
  font-size: 1.2rem;
  float:left\9; /*ie9 psnBody add*/
  width:100%\9; /*ie9 psnBody add*/
}

.article-person .psnb1.wpdf .fmttb3 > tbody > tr > td > table:first-child tr:nth-of-type(2) td:nth-of-type(1) {
  font-weight: bold;
  padding-top: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  float:left\9; /*ie9 psnBody add*/
  width:100%\9; /*ie9 psnBody add*/
}

.article-person .psnb1.wpdf .fmttb3 > tbody > tr > td > table:first-child tr:nth-of-type(2) td:nth-of-type(2) {
  color: #a0a0a0;
  letter-spacing: .1em;
  margin-bottom: 16px;
  padding-top: 2px;
  font-size: 12px;
  font-size: 1.2rem;
  float:left\9; /*ie9 psnBody add*/
  width:100%\9; /*ie9 psnBody add*/
}

.article-person .fmttb3 .th-ttl {
  background-color: #e5e5e5!important; /*ie9 psnBody mod*/
  box-sizing: border-box;
  display: block;
  font-weight: bold;
  margin: 8px 0;
  padding: 8px !important;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}

.article-person .fmttb3 .th-ttl:not(:target) {
  background-color: #f5f5f5\9;
  border: 1px solid #e6e6e6 \9;
  display: table-cell\9;
  width: auto\9;
}

.article-person .fmttb3 .th-ttl br {
  display: none;
}

.article-person .fmttb3 .block {
  box-sizing: border-box;
  border: none;
  display: block;
  padding: 0;
  width: 100%;
}

.article-person .fmttb3 .block:not(:target) {
  border:0; /*border: 1px solid #e6e6e6;*//*ie9 psnBody mod*/
  float:left\9; /*ie9 psnBody add*/
  display: table-cell\9;
  padding: 0px\9; /*padding: 8px\9;*//*ie9 psnBody mod*/
  width:100%\9; /*width: auto\9;*//*ie9 psnBody mod*/
}

.article-person .fmttb3 .wpx130 {
  width: 50%;
}

.box-inner {
  box-sizing: border-box;
  margin: 0 auto;
  min-width: 1024px;
  max-width: 1264px;
  padding-left: 32px;
  padding-right: 32px;
}

.box-inner-202009 { /* 2020.9 UIUX 追加 */
  display: flex;
  justify-content: space-between;
}

.box-gray {
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  padding: 32px 40px;
}

.btn, .remodal-confirm,
.remodal-cancel {
  color: #fff !important;
  display: block;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #2177b3;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.02), rgba(255, 255, 255, 0.02) 50%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.02), rgba(255, 255, 255, 0.02) 50%);
  font-weight: bold;
  height: 34px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.btn:hover, .remodal-confirm:hover,
.remodal-cancel:hover {
  opacity: 0.6; /* background-color: #136df3;*/ /* 2020.10 UIUX デザイン変更 */
  text-decoration: none;
}
.btn:active, .remodal-confirm:active,
.remodal-cancel:active { /* 2020.9 UIUX 変更 */
  opacity: 0.6; /* background-color: #1680ff; */ /* 2020.10 UIUX デザイン変更 */
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  top: 2px;*/
  position: relative;
  -webkit-transition: none;
  transition: none;
}

.btn span, .remodal-confirm span,
.remodal-cancel span {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn span:not(:target), .remodal-confirm span:not(:target),
.remodal-cancel span:not(:target) {
  top: 26%\9;
}

@media all and (-ms-high-contrast: none) {
  .btn span:not(:target), .remodal-confirm span:not(:target),
  .remodal-cancel span:not(:target) {
    top: 50%;
  }
}

.btn-decide {
  background-color: #e1822e;
}

.btn-decide:hover {
  background-color: #ff8f00;
}

.btn-decide:active {
  background-color: #ffa900;
}

.btn-cancel {
  background-color: #576982;
}

.btn-cancel:hover {
  background-color: #576982;
}

.btn-cancel:active {
  background-color: #6e85a9;
}

.btn-white {
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  color: #444 !important;
}

.btn-white:hover {
  background-color: #f3f3f3;
}

.btn-white:active {
  background-color: #f3f3f3;
  box-shadow: none;
}

.btn-l {
  height: 50px;
  min-width: 260px;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}

.btn-m {
  height: 40px;
  min-width: 220px;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}

.btnArea {
  padding: 32px 0;
  text-align: center;
}

.btn-next,
.btn-submit {
  display: inline-block;
}

/*■Ph2 ---------->*/
.btn-print {
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  box-sizing: border-box;
  color: #576982 !important;
  display: block;
  height: 24px;
  text-align: center;
  width: 147px;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.btn-print:hover {
  background-color: #e0e0e0;
}

.btn-print span {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-print span:before {
  padding-right: 4px;
  position: relative;
  top: 1px;
}

.conditionsArea {
  background-color: #f5f5f5;
  border: 1px solid #ebebeb;
  font-size: 0;
  font-size: inherit\9;
  margin-bottom: 24px;
  margin-top: 24px;
  margin-top: 12px\9;
  padding: 16px 24px;
}

.conditionsArea input[type=text] {
  padding: 4px 6px 3px;
  width: 250px;
  font-size: 14px;
  font-size: 1.4rem;
}

.conditionsArea input[type=text]:hover, .conditionsArea input[type=text]:focus {
  background-color: #fff;
}

.conditionItem {
  display: inline-block;
  margin-right: 24px;
  vertical-align: top; /*vertical-align: bottom;*/
}

.conditionLabel {
  display: block;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}

.conditionLabel span {
  font-weight: normal;
  font-size: 11px;
  font-size: 1.1rem;
}

.conditionArea_btnSearch {
  display: inline-block;
}

.conditionArea_btnSearch .btn, .conditionArea_btnSearch .remodal-confirm, .conditionArea_btnSearch
.remodal-cancel {
  height: 30px !important;
  width: 100px;
}

.conditionItem-company input[type=text] {
  margin-right: 5px;
  width: 350px;
}

.conditionItem-company select {
  background-position: 80px center;
  font-weight: normal;
  height: 30px;
  height: 34px\9;
  padding: 3px 20px 2px 10px;
  width: 100px;
  font-size: 14px;
  font-size: 1.4rem;
}

.conditionItem-span .inputList {
  box-sizing: border-box;
  display: inline-block;
  height: 30px;
  padding-top: 4px;
  vertical-align: top;
}

.conditionItem-span .inputList li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
}

.conditionItem-span .inputList li:last-child {
  margin-right: 0;
}

.conditionItem-span input[type=radio] + label {
  padding-left: 21px;
  font-size: 13px;
  font-size: 1.3rem;
}

.conditionItem-span input[type=radio] + label:before {
  border-width: 2px;
  height: 16px;
  margin-top: -9px;
  width: 16px;
}

.conditionItem-span input[type=radio] + label:after {
  height: 6px;
  left: 5px;
  margin-top: -4px;
  width: 6px;
}

@media only screen and (min-width: 1161px) and (max-width: 1259px) {
  .conditionItem-company input[type=text] {
    width: 300px;
  }
  .conditionItem-name input[type=text] {
    width: 220px;
  }
  .conditionItem-position input[type=text] {
    width: 220px;
  }
}

@media only screen and (max-width: 1160px) {
  .conditionsArea input[type=text] {
    width: 220px;
  }
  .conditionItem {
    margin-right: 16px;
    margin-right: 8px\9;
  }
  .conditionArea_btnSearch .btn, .conditionArea_btnSearch .remodal-confirm, .conditionArea_btnSearch
  .remodal-cancel {
    width: 70px;
  }
  .conditionItem-company input[type=text] {
    width: 280px;
  }
  .conditionItem-name input[type=text] {
    width: 200px;
  }
  .conditionItem-position input[type=text] {
    width: 200px;
  }
  .conditionItem-span .inputList li {
    margin-right: 5px;
  }
}

#suggest {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  border: 1px solid #e6e6e6;
  padding: 4px 6px 3px;
  min-width: 200px;
  max-width: 900px;/*ellipsis add*/
  z-index: 100;
}

#suggest div {
  line-height: 1.2;
  overflow: hidden;
  padding: 4px 4px 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
}

#suggest div.select {
  color: #fff;
  background-color: #2177b3;
}

#suggest div.over {
  background-color: #d9e9ff;
}
/*□Ph2 <----------*/
/* input text, textarea
   ========================================================================== */
input[type=text],
input[type=password],
textarea {
  border: 2px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  display: inline-block;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.4;
  outline: none;
  padding: 8px 10px 6px;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

input[type=text]:hover,
input[type=password]:hover,
textarea:hover {
  border-color: #b0b0b0;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  background-color: #fafafa;
  border-color: #2177b3;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-clear,
textarea::-ms-clear {
  visibility: hidden;
}

input[type=text]::-ms-reveal,
input[type=password]::-ms-reveal,
textarea::-ms-reveal {
  visibility: hidden;
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bbb;
}

input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bbb;
}

input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bbb;
}

input[type=text]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input[type=text]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

/*■Ph2 ---------->*/
/*記事検索・人物検索の氏名入力欄(初期値非活性用)
input[type=text][disabled],
input[type=password][disabled],
textarea[disabled] {
  background-color: #e6e6e6;
}

input[type=text][disabled]:hover,
input[type=password][disabled]:hover,
textarea[disabled]:hover {
  background-color: #e6e6e6;
  border-color: #ccc;
}*/
/*□Ph2 <----------*/
textarea {
  border-radius: 4px;
}

/* input submit
   ========================================================================== */
input[type=submit] {
  border: none;
  cursor: pointer;
  outline: none;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* radio button
   ========================================================================== */
input[type="radio"] {
  opacity: 0;
  position: absolute;
}

input[type="radio"] + label {
  display: inline-block;
  border-radius: 8px;
  padding-left: 30px;
}

input[type="radio"] + label:before, input[type="radio"] + label:after {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

input[type="radio"] + label:before {
  background-color: #fff;
  border: 3px solid #ccc;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 20px;
  left: 0;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  width: 20px;
}

input[type="radio"] + label:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 6px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 8px;
}

input[type="radio"] + label:hover:after {
  background-color: #e6e6e6;
}

input[type="radio"]:checked + label:before {
  border-color: #2177b3;
}

input[type="radio"]:checked + label:after {
  background-color: #2177b3;
}

input[disabled] + label {
  cursor:default;
}
input[disabled] + label:hover:after {
  background-color:#fff;
}
input[disabled]:checked + label:before {
  border-color: #999;
}
input[disabled]:checked + label:after {
  background-color: #666;
}

/* checkbox
   ========================================================================== */
input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

input[type="checkbox"] + label {
  display: inline-block;
  padding-left: 30px;
}

input[type="checkbox"] + label:hover:after {
  border-color: #e6e6e6;
}

input[type="checkbox"] + label:before, input[type="checkbox"] + label:after {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

input[type="checkbox"] + label:before {
  background-color: #fff;
  border: 3px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  content: "";
  height: 20px;
  left: 0;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  width: 20px;
}

input[type="checkbox"] + label:after {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  content: "";
  height: 4px;
  left: 5px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type="checkbox"]:focus + label:after {
  border-color: #e6e6e6;
}

input[type="checkbox"]:checked + label:before {
  background-color: #2177b3;
  border-color: #2177b3;
}

input[type="checkbox"]:checked + label:after {
  border-color: #fff;
}

/* select box
   ========================================================================== */
select {
  background: #fff url(/public/njw/image/arrow_select_g_pc.png) no-repeat 50px center;
  border: 2px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  font-weight: bold;
  outline: none;
  padding: 4px 20px 4px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 70px;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: border-color 0.1s linear;
  transition: border-color 0.1s linear;
}

select:hover {
  border-color: #b0b0b0;
}

select:focus {
  border-color: #2177b3;
}

select::-moz-focus-inner {
  border: 0;
}

select:not(:target) {
  padding: 6px\9;
}

@media all and (-ms-high-contrast: none) {
  select {
    padding: 6px 32px 6px 10px;
  }
}

select::-ms-expand {
  display: none;
}

/* その他
   ========================================================================== */
label {
  cursor: pointer;
  -webkit-user-select: none;/*Ph3 ILU*/
  -moz-user-select: none;/*Ph3 ILU*/
  -ms-user-select: none;/*Ph3 ILU*/
  user-select: none;/*Ph3 ILU*/
}

input.formItem-error,
textarea.formItem-error,
select.formItem-error {
  background-color: #fffcfb;
  border-color: #f99281;
}

input.formItem-error:hover,
textarea.formItem-error:hover,
select.formItem-error:hover {
  border-color: #f99281;
}

input.formItem-error:focus,
textarea.formItem-error:focus,
select.formItem-error:focus {
  border-color: #2177b3;
}

input[type="checkbox"].formItem-error + label:before {
  background-color: #fffcfb;
  border-color: #f99281;
}

input[type="checkbox"].formItem-error:focus + label {
  color: #2177b3;
}

input[type="checkbox"].formItem-error:checked + label:before {
  background-color: #2177b3;
  border-color: #2177b3;
}

input[type="checkbox"].formItem-error:checked + label:after {
  border-color: #fff;
}

.formErrorText, .formErrorText_1 { /* 2020.9 UIUX セレクタ追加 */
  color: #e63b39;
  display: inline-block;
  padding-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

.inputItem-l {
  width: 100%;
}

.inputList li {
  margin-bottom: 6px;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
}

.inputList li:last-child {
  margin-bottom: 0;
}

/*■Ph2 ---------->*/
/*watchregisterに移動
.inputWrap {
  position: relative;
}
/*□Ph2 <----------*/
@font-face {
  font-family: 'iconfont';
  src: url("fonts/iconfont.ttf?vdikft") format("truetype"), url("fonts/iconfont.woff?vdikft") format("woff"), url("fonts/iconfont.svg?vdikft#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class^="icon-"]:after, [class*=" icon-"]:before, [class*=" icon-"]:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*■Ph2 ---------->*/
.icon-target:before { /*Ph3*/
  content: "";
}

.icon-arr2:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-information:before {
  content: "";
}

.icon-reset:before {
  content: "";
}

.icon-arr:before {
  content: "";
}

.icon-popup:before {
  content: "";
}

.icon-print:before {
  content: "";
}
/*□Ph2 <----------*/

.icon-logout:before {
  content: "";
}

.icon-management:before {
  content: "";
}

.icon-guide:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-historyClose:before {
  content: "";
}

.icon-historyOpen:before {
  content: "";
}

.icon-article:before {
  content: "";
}

.icon-headline:before {
  content: "";
}

.icon-key:before {
  content: "";
}

.icon-company:before {
  content: "";
}

.icon-name:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-run:before {
  content: "";
}

.icon-arrCircle:before {
  content: "";
}

.icon-record:before {
  content: "";
}

.icon-schedule:before {
  content: "";
}

.icon-nikkei:before {
  content: "";
}

.icon-watch:before {
  content: "";
}

.list-circle li {
  padding-left: 1.5em;
  position: relative;
}

.list-circle li:before {
  color: #2177b3;
  content: '●';
  left: 0;
  padding-right: 5px;
  position: absolute;
  top: 0;
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.7);/*Ph1background: rgba(0, 0, 0, 0.5);*//Ph2 0.7*/
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation: overlay-opening-keyframes 0.2s ease forwards;
  -moz-animation: overlay-opening-keyframes 0.2s ease forwards;
  animation: overlay-opening-keyframes 0.2s ease forwards;
  /*-webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;*/
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation: overlay-closing-keyframes 0.2s ease forwards;
  -moz-animation: overlay-closing-keyframes 0.2s ease forwards;
  animation: overlay-closing-keyframes 0.2s ease forwards;
  /*-webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;*/
}

.remodal {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  color: #333333;
  margin-bottom: 10px;
  padding: 50px;
}

.remodal.remodal-is-opening {
  -webkit-animation: dialog-opening-keyframes 0.2s ease forwards;
  -moz-animation: dialog-opening-keyframes 0.2s ease forwards;
  animation: dialog-opening-keyframes 0.2s ease forwards;
  /*-webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;*/
}

.remodal.remodal-is-closing {
  -webkit-animation: dialog-closing-keyframes 0.2s ease forwards;
  -moz-animation: dialog-closing-keyframes 0.2s ease forwards;
  animation: dialog-closing-keyframes 0.2s ease forwards;
  /*-webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;*/
}

.remodal-ttl {
  padding-bottom: 10px;
  font-size: 24px;
  font-size: 2.4rem;
}

.remoda-icon {
  padding-bottom: 10px;
}

.remoda-icon img {
  height: 44px;
  width: 44px;
}

.remodal-txt {
  padding-top: 10px;
  font-size: 20px;
  font-size: 2rem;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-btn-list {
  padding-top: 32px;
  letter-spacing: -.40em;
}

.remodal-btn-list li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}

.remodal-btn-list li:first-child {
  margin-right: 16px;
}

.remodal-confirm,
.remodal-cancel {
  display: inline-block;
  height: 40px;
  width: 140px;
}

.remodal-confirm {
  font-size: 18px;
  font-size: 1.8rem;
}

.remodal-cancel {
  background-color: #576982;
  font-size: 16px;
  font-size: 1.6rem;
}

.remodal-cancel:hover {
  background-color: #64799a;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@-webkit-keyframes dialog-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes dialog-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes dialog-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}

@keyframes overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
    min-width: 460px;
  }
}

.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.overlay.is-opening {
  -webkit-animation: overlay-opening-keyframes 0.3s ease forwards;
  -moz-animation: overlay-opening-keyframes 0.3s ease forwards;
  animation: overlay-opening-keyframes 0.3s ease forwards;
  /*-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;*/
}

.overlay.is-closing {
  -webkit-animation: overlay-closing-keyframes 0.3s ease forwards;
  -moz-animation: overlay-closing-keyframes 0.3s ease forwards;
  animation: overlay-closing-keyframes 0.3s ease forwards;
  /*-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;*/
}

.overlayDialog {
  border-radius: 4px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  background-color: #fff;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 940px;
}

.overlayDialog.is-opening {
  -webkit-animation: dialog-opening-keyframes 0.3s ease forwards;
  -moz-animation: dialog-opening-keyframes 0.3s ease forwards;
  animation: dialog-opening-keyframes 0.3s ease forwards;
  /*-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;*/
}

.overlayDialog.is-closing {
  -webkit-animation: dialog-closing-keyframes 0.3s ease forwards;
  -moz-animation: dialog-closing-keyframes 0.3s ease forwards;
  animation: dialog-closing-keyframes 0.3s ease forwards;
  /*-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;*/
}

.overlayDialog .btn-close {
  height: 34px;
  position: absolute;
  right: 13px;
  top: 13px;
  width: 90px;
}

#howtoRegist .overlayDialog .btn-close {/* 2020.12 UIUX ナビゲータ専用閉じるボタン */
  height: 34px;
  position: absolute;
  right: 45px; /* 2020.12 UIUX 位置修正 */
  top: 13px;
  width: 90px;
}
#howtoRegist .overlayDialog .area_chooseNavi {/* 2021.2 UIUX ナビゲータ専用次回表示有無の制御チェックボックス */
	height:21px;
	width:190px;
	position:absolute;
	right:150px;
	top:20px;
}

.overlayDialog .btn-back {
  height: 34px;
  position: absolute;
  right: 113px;
  top: 13px;
  min-width: 90px;
}

.overlayDialog .btn-back .btn, .overlayDialog .btn-back .remodal-confirm, .overlayDialog .btn-back
.remodal-cancel {
  padding: 0 16px;
}

.overlayDialog .systemErrorArea .box-inner {
  min-width: inherit;
  padding: 0 40px;
}

.dialog_ttl {
  background-color: #0f3d68;
  color: #fff;
  font-weight: normal;
  height: 60px;
  padding-left: 40px;
  font-size: 20px;
  font-size: 2rem;
}

.dialog_ttl span {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dialog_ttl span:not(:target) {
  top: 26%\9;
}

@media all and (-ms-high-contrast: none) {
  .dialog_ttl span:not(:target) {
    top: 50%;
  }
}

.overlayDialogInner {/*Ph3*/
  padding: 40px;
}

/* refine
   ========================================================================== */
.refine {
  display: inline-block;
  position: relative;
}

.refine:before, .refine:after {
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.refine:after {
  color: #bbb;
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 18px;
  font-size: 1.8rem;
}

input[type=text].refine_inputItem {
  margin-bottom: 10px;
  padding: 4px 10px 3px;
  width: 390px;
  font-size: 14px;
  font-size: 1.4rem;
}

#refine-count {
  color: #999;
  height: 24px;
  line-height: 1;
  padding-top: 7px;
  padding-right: 10px;
  position: absolute;
  opacity: 0;
  left: 400px;
  text-align: right;
  top: 3px;
  white-space: nowrap;
  visibility: hidden;
  font-size: 11px;
  font-size: 1.1rem;
}

#refine-count.show {
  opacity: 1;
  visibility: visible;
}

#refineTargetWrap {
  position: relative;
}

#refineTargetWrap .nohit {
  color: #999;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#refineTargetWrap .nohit.show {
  opacity: 1;
}

#refineTarget .hidden {
  display: none;
}

#refineTarget .highlight {
  background-color: #ffeb3b;
}

.mCSB_inside > .mCSB_container {
  margin-right: 10px;
}

.mCSB_scrollTools {
  opacity: 1;
  width: 10px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  border-left: 1px solid #e6e6e6;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #cfcfcf !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 10px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background-color: #bbbdbf !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: #f5f5f5;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 10px;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 10px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  opacity: 1;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  border-left: 1px solid #e6e6e6;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-color: #cfcfcf !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 10px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar:hover {
  background-color: #bbbdbf !important;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background: #f5f5f5;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 10px;
}

/*■Ph2 ---------->*/
#searchKeyword {
  font-size: 0;
  position: absolute;
  right: 10px;
  top: 6px;
  /*padding-left:100px;*//*add 記事内容スペースを考慮したマージン*/
}
#pageResult #searchKeyword {
  top: 7px;
}

.searchKeyword-btn {
  position: absolute;
  right: 10px;
}

.searchKeyword-btn .btn, .searchKeyword-btn .remodal-confirm, .searchKeyword-btn
.remodal-cancel {
  height: 24px !important;
  line-height: 1;
  padding-top: 6px;
  width: 147px;
  font-size: 12px;
  font-size: 1.2rem;
}

.searchKeyword-btn .btn span, .searchKeyword-btn .remodal-confirm span, .searchKeyword-btn
.remodal-cancel span {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.searchKeyword-btn .icon-watch {
  padding-left: 4px;
}

.searchKeyword-btn .icon-watch:before {
  position: relative;
  top: 1px;
  left: -4px;
}

.searchKeyword-box input[type=text] {
  border-radius: 2px;
  height: 24px;
  padding: 4px 6px;
  vertical-align: top;
  width: 240px;
  font-size: 12px;
  font-size: 1.2rem;
  padding-right:50px;/*add*/
}

#searchKeyword-box-count {
  color: #999;
  height: 24px;
  line-height: 1;
  padding-top: 7px;
  padding-right: 10px;
  position: absolute;
  opacity: 0;
  right: 0;
  text-align: right;
  top: 0;
  visibility: hidden;
  font-size: 11px;
  font-size: 1.1rem;
}

#searchKeyword-box-count.show {
  opacity: 1;
  visibility: visible;
}

#searchKeyword-prev,
#searchKeyword-next {
  margin-left: 4px;
  vertical-align: top;
}

#searchKeyword-prev .btn, #searchKeyword-prev .remodal-confirm, #searchKeyword-prev
.remodal-cancel,
#searchKeyword-next .btn,
#searchKeyword-next .remodal-confirm,
#searchKeyword-next
.remodal-cancel {
  border-radius: 0;
  height: 24px;
  line-height: 1;
  padding-top: 8px;
  text-align: center;
  width: 23px;
  font-size: 10px;
  font-size: 1rem;
}

#searchKeyword-close {
  box-sizing: border-box;
  height: 24px;
  line-height: 1;
  padding-top: 4px;
  text-align: center;
  vertical-align: top;
  width: 30px;
}

#searchKeyword-close a {
  display: block;
  height: 100%;
  text-decoration: none;
}

#searchKeyword-close .icon-close:before {
  color: #fff;
  position: relative;
  top: 3px;
  font-size: 11px;
  font-size: 1.1rem;
}

.searchKeyword-box,
#searchKeyword-prev,
#searchKeyword-next,
#searchKeyword-close {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

#searchKeyword.open .searchKeyword-btn {
  display: none;
}

#searchKeyword.open .searchKeyword-box,
#searchKeyword.open #searchKeyword-prev,
#searchKeyword.open #searchKeyword-next,
#searchKeyword.open #searchKeyword-close {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.highlight {
  position: relative;
}

.highlight.current {
  background-color: #ffbb33 !important;
  font-weight: bold;
}
/*□Ph2 <----------*/

/*■Ph4 ---------->*/
/* selecttag
   ========================================================================== */
.selectTag .selectedTagList {
  letter-spacing: -.4em;
}

.selectTag .selectedTagList li {
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  letter-spacing: .04em;
  line-height: 1.1;
  margin-bottom: 5px;
  margin-right: 5px;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px;
  font-size: 1.3rem;
}
.selectTag .selectedTagList li[dis] {/*nouse*/
}

.selectTag .selectedTagListWrap {
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  margin-top: 16px;
  padding: 12px 16px;
  position: relative;
}

.selectTag .selectedTagListWrap input {
  background-color: transparent;
  border: none;
  padding: 6px 0 3px;
  width: 100%;
}

.selectTag .selectedTagListWrap .placeholder {
  top:8px!important;
  left:1px!important;
  width:500px;
}

.selectTag .selectedTagListWrap input:-ms-input-placeholder {
  color:color:#999;
}

.selectTag .selectedTagListWrap .suggest {
  position: absolute;
  left: -1px;
  top: 100%;
}

.selectTag .selectedTagList li {
  background-color: #0f3d68;
  padding: 8px 12px 6px 18px;
}

.selectTag .selectedTagList .tagDelete {
  cursor: pointer;
  display: inline-block;
  margin-left: 14px;
}

.selectTag .selectedTagList .tagDelete:before, .selectTag .selectedTagList .tagDelete:after {
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.selectTag .selectedTagList .tagDelete:before {
  color: rgba(255, 255, 255, 0.4);
  content: "";
  font-size: 11px;
  font-size: 1.1rem;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

.selectTag .selectedTagList .tagDelete:hover:before {
  color: rgba(255, 255, 255, 0.7);
}

.selectTag .suggest div[code=""] {/*Ph4*/
  color:red;
}
//.selectTag .suggest div.over {/*Ph4*/
//  background-color: #d9e9ff;
//}
.selectTag .suggest div.select {/*Ph4*/
  color: #fff;
  background-color: #2177b3;
}


/*■Ph3 ---------->*/
/* selecttag
   ========================================================================== */
.selectTag .tagList {
  letter-spacing: -.4em;
  margin-bottom: -5px;
  padding-right: 15px;
}

.selectTag .tagList li {
  background-color: #bbb;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  letter-spacing: -.04em;
  line-height: 1.1;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 7px 0 5px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: top;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
  font-size: 12px;
  font-size: 1.2rem;
  width: 25%;
}

.selectTag .tagList li:nth-child(4n) {
  margin-right: -15px;
}

.selectTag .tagList li.selected {
  background-color: #0f3d68;
}

.selectTag .tagList .tagInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.selectTag .tagList .tagInner:not(:target) {
  display: block\9;
}

@media only screen and (max-width: 1199px) {
  .selectTag .tagList {
    padding-right: 15px;
  }
  .selectTag .tagList li {
    margin-right: 5px !important;
    width: 33.33%;
  }
  .selectTag .tagList li:nth-child(3n) {
    width: 33.34%;
    margin-right: -15px !important;
  }
}

/* suggest
   ========================================================================== */
#suggest,
.suggest {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  border: 1px solid #e6e6e6;
  padding: 6px;
  min-width: 200px;
  z-index: 100;
}

#suggest div,
.suggest div {
  line-height: 1.2;
  overflow: hidden;
  padding: 7px 8px 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
}

#suggest div.select,
.suggest div.select {
  color: #fff;
  background-color: #2177b3;
}

#suggest div.over,
.suggest div.over {
  background-color: #d9e9ff;
}

/* tab
   ========================================================================== */
.tabBtn {
  border-bottom: 3px solid #0d47a1;
  box-sizing: border-box;
  font-size: 0;
  padding: 0 16px;
  height: 43px;
}

.tabBtn li {
  border-radius: 5px 5px 0 0;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  vertical-align: top;
  width: 180px;
  font-size: 14px;
  font-size: 1.4rem;
}

.tabBtn a {
  border-radius: 5px 5px 0 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.02), rgba(255, 255, 255, 0.02) 50%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.02), rgba(255, 255, 255, 0.02) 50%);
  background-color: #2177b3;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.9);
  display: block;
  height: 40px;
  line-height: 1.4;
  padding-top: 11px;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.tabBtn a:hover {
  opacity: 0.6; /* background-color: #136df3;*/ /* 2020.10 UIUX デザイン変更 */
  text-decoration: none;
}

.tabBtn li.tabBtn-active a {
  background: #fff;
  box-shadow: none;
  color: #0d47a1;
  font-weight: bold;
  padding-top: 13px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tabBtn li.tabBtn-active a:before, .tabBtn li.tabBtn-active a:after {
  content: '';
  display: block;
}

.tabBtn li.tabBtn-active a:before {
  border: 3px solid #0d47a1;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  height: 43px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.tabBtn li.tabBtn-active a:after {
  background-color: #fff;
  height: 3px;
  position: absolute;
  left: 3px;
  bottom: -3px;
  width: 174px;
}

.tabBody {
  padding: 24px 0 0 0;/*org 24px 0*/
}

/*.tabBodyItem { Nonconforming
  display: none;
}*/

/*.tabBodyItem:first-child { Nonconforming
  display: block;
}*/

/* table
   ========================================================================== */

.tbl {
  border-top: 1px solid #e6e6e6;
  width: 100%;
}

.tbl th,
.tbl td {
  border-bottom: 1px solid #e6e6e6;
  padding: 16px;
}

.tbl th {
  background-color: #f5f5f5;
  vertical-align: middle;
  width: 200px;
  font-size: 16px;
  font-size: 1.6rem;
}

.tbl .td-label {
  padding: 20px 0 20px 42px;
  width: 218px;
  font-size: 14px;
  font-size: 1.4rem;
}

.tbl .td-label .notes {
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
}

.tbl .td_label {
  display: inline-block;
  width: 200px;
}

.systemErrorArea {
  /*Ph1[margin-bottom: 16px;]*//*Ph2 [margin-bottom: 24px;]*/
  /*Ph1[padding-top: 26px;]*//*Ph2[]*/
  /*margin-top: 24px;*/ /*Ph1[]*//*Ph2 [margin-top: 24px;]*//* 2020.9 UIUX 削除 */
  margin-bottom:24px;/* 2020.9 UIUX 追加 */
}

.systemErrorArea_txt {
  background-color: #fffcfb; /*Ph1[background-color: #fff;]*//*Ph2[background-color: #fffcfb;]*/
  border: 1px solid #f99281;
  color: #e63b39;
  padding: 12px 16px; /*Ph1[padding: 16px;]*//*Ph2[padding: 12px 16px;]*/
}

.loading {
  height: 40px;
  padding: 16px 0;
  width: 100%;
}

.loadingIn {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.loadingIn:not(:target) {
  top: 26%\9;
}

@media all and (-ms-high-contrast: none) {
  .loadingIn:not(:target) {
    top: 50%;
  }
}

.loading_text,
.loading_icon {
  vertical-align: middle;
}

.loading_text {
  display: inline-block;
  padding: 0 32px 0 16px;
}

.loading_icon {
  display: inline-block;
  padding: 10px;
  text-align: center;
  font-size: 10px;
  position: relative;
  border-top: 0.5em solid rgba(17, 97, 217, 0.2);
  border-right: 0.5em solid rgba(17, 97, 217, 0.2);
  border-bottom: 0.5em solid rgba(17, 97, 217, 0.2);
  border-left: 0.5em solid #2177b3;
  -webkit-transform: translateZ(0) scale(0.5);
  -ms-transform: translateZ(0) scale(0.5);
  transform: translateZ(0) scale(0.5);
  -webkit-animation: loading 0.8s infinite linear;
  animation: loading 0.8s infinite linear;
}

.loading_icon,
.loading_icon:after {
  border-radius: 50%;
  width: 1em;
  height: 1em;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ==========================================================================
   日経WHOSWHO連携ポップアップ (result.cssから移動)
   ========================================================================== */
.dialog-person .dialog_cont {
  box-sizing: border-box;
  height: 640px; /*no-means min-height*/
}

.dialog-person.notfoundPerson .dialogCol-list .dialogCol-inner {
  height: 566px;
}

.dialog-person.notfoundPerson .dialogCol-person .dialogCol-inner {
  height: 600px;
}

.dialog-person.selectSameNamePerson .dialog_cont {
  background-color: #f5f5f5;
  padding: 32px 38px;/*padding: 32px 40px;*//*shadow対応にてselectSameNamePerson_company,selectSameNamePerson_boxの左右marginを追加。その分を差し引き*/
  
}

.dialog-person.selectSameNamePerson .selectSameNamePerson_company {
  background-color: #0f3d68;
  color: #fff;
  margin-top: 16px;
  margin-left:1px;
  margin-right:1px;
  padding: 6px 16px 8px;
}

.dialog-person.selectSameNamePerson .selectSameNamePerson_company .icon-company:before {
  color: #2177b3;
  margin-right: 5px;
  position: relative;
  top: 3px;
  font-size: 18px;
  font-size: 1.8rem;
}

/* 2020.11 UIUX Ph1.5 - start */

#dialog-person .notRegistered .msgArea {
	position: absolute;
	top: calc(50% - 30px);
	width: 100%;
	text-align: center;
}

#dialog-person .notRegistered .msgArea .msg {
	margin: 0 0 24px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
}

#dialog-person .notRegistered .msgArea .btn-viewInfo {
	display: inline-block;
}

#dialog-person .notRegistered .msgArea .btn-viewInfo a {
	display: block;
	width: 260px;
	height: 44px;
	padding: 0 20px;
	color: #fff !important;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: #2177b3;
	/*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);*/
	text-align: center;
	line-height: 44px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: background-color 0.1s linear;
	transition: background-color
}

#dialog-person .notRegistered .msgArea .btn-viewInfo a:hover {
	opacity: 0.6;
	text-decoration: none;
}

/* 2020.11 UIUX Ph1.5 - end */

.dialogCol-list {
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
  width: 200px;
}

.dialogCol-list .dialogCol-inner {
  height: 606px;
}

.dialogCol-list .item.selected .item_name {
  font-weight: bold;
}

.dialogCol-list .item {
  display: inherit!important;
  min-height: inherit!important;
  width: inherit!important;
}
.dialogCol-list .item a {
  display: inherit!important;
  width: inherit!important;
  height: inherit!important;
  vertical-align: inherit!important;
  min-height: 60px!important;
  padding: 10px 16px!important;
}

.dialogCol-list .item_position {
  font-size: 12px;
  font-size: 1.2rem;
  width:165px;/*ellipsis add*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dialogCol-list .item_name {
  font-size: 15px;
  font-size: 1.5rem;
  width:165px;/*ellipsis add*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dialogCol-list_ttl {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
  font-weight: normal;
  height: 34px;
  padding: 8px 8px 0 16px;
  font-size: 13px;
  font-size: 1.3rem;
}

.dialogCol-person {
  display: table-cell;
  vertical-align: top;
  width: 740px;
}

#dialogCol-person-inner .col_body-lv2,  /*add*/
.dialogCol-person .dialogCol-inner {
  height: 640px;
}

.notfoundPerson_message {
  background-color: #ffece9;
  border-bottom: 1px solid #ffd2cb;
  box-sizing: border-box;
  color: #e63b39;
  height: 40px;
  padding: 10px 10px 0;
  text-align: center;
}

.notfoundPerson_message .icon-information:before {
  margin-right: 5px;
  position: relative;
  top: 2px;
  font-size: 16px;
  font-size: 1.6rem;
}

.selectSameNamePerson_message {
  font-size: 16px;
  font-size: 1.6rem;
}

.selectSameNamePerson_message strong {
  color: #2177b3;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}

.selectSameNamePerson_box {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
  margin-left:1px;
  margin-right:1px;
  margin-bottom:3px;
  position: relative;
}

.selectSameNamePerson_box label {
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 14px 16px 14px 56px!important;
  width: 100%;
}

.selectSameNamePerson_box label:before {
  left: 16px!important;
}

.selectSameNamePerson_box label:after {
  left: 22px!important;
}

.selectSameNamePerson_box .box_name {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

.selectSameNamePerson_box p {/*ellipsis add*/
  width:790px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selectSameNamePerson_btn {
  margin-top: 32px;
  text-align: center;
}

.selectSameNamePerson_btn .btn {
  display: inline-block;
  height: 40px;
  width: 140px;
  font-size: 20px;
  font-size: 2rem;
}

/* ==========================================================================
   追加
   ========================================================================== */
.loadingPage, .loadingPagePrev, .loadingPageNext {
  text-align:center;
  padding:16px 0;
}
#wrapper[jqxhr13] #pageResult #col-headline .loading {
  display:block!important;
}
#wrapper #pageResult #col-headline .loading {
  display:none!important;
}

#wrapper[jqxhr15] #pageResult #col-article .loading {
  display:block!important;
}

#wrapper[jqxhr18="main"] #pageResult #col-article .refine-wrap+.loading {
  display:block!important;
}
#wrapper[jqxhr18="next"] #pageResult #col-article .link-load+.loading {
  display:block!important;
}
#wrapper #pageResult #col-article .loading {
  display:none!important;
}

#wrapper[jqxhr16="main"] #pageSearchPast #col-company .loading {
  display:block!important;
}
#wrapper #pageSearchPast #col-company .loading,
#wrapper #pageSearchPast #col-company .loadingPage {
  display:none!important;
}
#wrapper[jqxhr16="next"] #pageSearchPast #col-company .link-load>a,
#wrapper #pageSearchPast #col-company .loadingPage {
  display:none!important;
}
#wrapper #pageSearchPast #col-company .link-load>a,
#wrapper[jqxhr16="next"] #pageSearchPast #col-company .loadingPage {
  display:block!important;
}

#wrapper[jqxhr17="main"] #pageSearchPast #col-headline .loading {
  display:block!important;
}
#wrapper #pageSearchPast #col-headline .loading,
#wrapper #pageSearchPast #col-headline .loadingPage {
  display:none!important;
}
#wrapper[jqxhr17="next"] #pageSearchPast #col-headline .link-load>a,
#wrapper #pageSearchPast #col-headline .loadingPage {
  display:none!important;
}
#wrapper #pageSearchPast #col-headline .link-load>a,
#wrapper[jqxhr17="next"] #pageSearchPast #col-headline .loadingPage {
  display:block!important;
}

#wrapper[jqxhr15] #pageSearchPast #col-article .loading {
  display:block!important;
}
#wrapper #pageSearchPast #col-article .loading {
  display:none!important;
}

#wrapper[jqxhr33="main"] #pageSearchPerson #col-key .loading {
  display:block!important;
}
#wrapper #pageSearchPerson #col-key .loading,
#wrapper #pageSearchPerson #col-key .loadingPage {
  display:none!important;
}
#wrapper[jqxhr33="next"] #pageSearchPerson #col-key .link-load>a,
#wrapper #pageSearchPerson #col-key .loadingPage {
  display:none!important;
}
#wrapper #pageSearchPerson #col-key .link-load>a,
#wrapper[jqxhr33="next"] #pageSearchPerson #col-key .loadingPage {
  display:block!important;
}

#wrapper[jqxhr35="main"] #pageSearchPerson #col-company_list .loading {
  display:block!important;
}
#wrapper #pageSearchPerson #col-company_list .loading,
#wrapper #pageSearchPerson #col-company_list .loadingPagePrev,
#wrapper #pageSearchPerson #col-company_list .loadingPageNext {
  display:none!important;
}

#wrapper[jqxhr35="prev"] #pageSearchPerson #col-company_list #link-load-prev>a,
#wrapper[jqxhr35="prev"] #dialog_mode2 #link-load-prev>a,
#wrapper #pageSearchPerson #col-company_list .loadingPagePrev,
#wrapper #dialog_mode2 .loadingPagePrev {
  display:none!important;
}
#wrapper #pageSearchPerson #col-company_list #link-load-prev>a, 
#wrapper #dialog_mode2 #link-load-prev>a, 
#wrapper[jqxhr35="prev"] #pageSearchPerson #col-company_list .loadingPagePrev,
#wrapper[jqxhr35="prev"] #dialog_mode2 .loadingPagePrev {
  display:block!important;
}

#wrapper[jqxhr35="next"] #pageSearchPerson #col-company_list #link-load-next>a,
#wrapper[jqxhr35="next"] #dialog_mode2 #link-load-next>a,
#wrapper #pageSearchPerson #col-company_list .loadingPageNext,
#wrapper #dialog_mode2 #link-load-next .loadingPageNext {
  display:none!important;
}
#wrapper #pageSearchPerson #col-company_list #link-load-next>a,
#wrapper #dialog_mode2 #link-load-next>a, 
#wrapper[jqxhr35="next"] #pageSearchPerson #col-company_list .loadingPageNext,
#wrapper[jqxhr35="next"] #dialog_mode2 #link-load-next .loadingPageNext {
  display:block!important;
}

#wrapper[jqxhr51] #pageSearchPerson #col-company_person .loading,
#wrapper[jqxhr51] #dialog_mode2_person  .loading {
  display:block!important;
}
#wrapper #pageSearchPerson #col-company_person .loading,
#wrapper #dialog_mode2_person  .loading {
  display:none!important;
}

#dialog_mode1 .mcsb{
  max-height:470px;
}
#dialog_mode2 #link-load-prev+div {
  border-top: 1px solid #e6e6e6;
}
#pageResult .article {
  background-color: #fff;
  box-sizing: border-box;
  padding: 32px;
}
.linkArticle{
  color:initial;
}
.linkArticle .linkArticle_header {
  float:left;
  background-color:#DCEDFD;
  box-sizing: border-box!important;
  border:1px solid #eee!important;
  padding: 16px;
  width:100%!important;
}
.linkArticle .linkArticle_body {
}
.linkArticle .article {
  padding: 16px!important;
}
.linkArticle .col_body {
  height: initial;
}
.linkArticle .article_btn-print{
  display:none;
}
.linkArticle a:after, .linkArticle a:before{
  content:none;
}
.linkArticle .hl1, .linkArticle .hl2, .linkArticle .hl3, 
.linkArticle .highlight, .linkArticle .highlight.current {
  background-color: initial!important;
  color:initial;
  font-weight:initial;
}
.linkArticle .personNamePrint {
  font-weight: bold;
  padding: 6px 0;
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
}
.linkArticle .linkArticle_footer {
  background-color:#ddd;
  box-sizing: border-box;
  border:1px solid #eee;
  padding: 16px;
  text-align:center;
}

/* 2020.10 UIUX 10.14 watchregister_new.cssより取り込み - start */
#howtoRegist .howtoRegist {
	min-height: 616px; /* 616->656->616px; */ /* 2020.11 UIUX 仕様変更 閉じるを下にも配置 ->戻し*/
}

#howtoRegist .howtoRegist .addComWrapper {
	padding: 85px 60px 38px;
}

#howtoRegist .howtoRegist .howtoSlide {
	position: relative;
	width: 820px;
	height: 430px !important; /* 430px->480px->430px */ /* 2020.11 UIUX 仕様変更 閉じるを下にも配置 ->戻し*/
}

#howtoRegist .howtoRegist .howtoSlide .slide {
	float: left;
	position: relative;
	width: 820px;
	height: 430px;
	padding: 50px 90px 60px;
	background-color: #f1f1f1;
	box-sizing: border-box;
}

#howtoRegist .howtoRegist .howtoSlide .slide-arrow {
	position: absolute;
	bottom: -65px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 34px;
	color: #fff !important;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: #0e3f6d;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

#howtoRegist .howtoRegist .howtoSlide .slide-arrow:hover {
	background-color: #576982;
}

#howtoRegist .howtoRegist .howtoSlide .slide-arrow.slick-disabled {
	opacity: 0;
}

/* 2020.11 UIUX 仕様変更 閉じるを下にも配置 - start */

#howtoRegist .howtoRegist .howtoSlide .slide-arrow.next-arrow+a.btn-cancel {
	height:34px;
	width:90px;
	position:absolute;
	right:-15px;
	top:460px;
	/*opacity: 0;*/
	display:none!important;
}
#howtoRegist .howtoRegist .howtoSlide .slide-arrow.next-arrow.slick-disabled+a.btn-cancel {
	/*opacity: 1;*/
	display:block!important; /* display:block!important; 方針変更を模索・・・一時無効化*/
}

/* 2020.11 UIUX 仕様変更 閉じるを下にも配置 - end */

#howtoRegist .howtoRegist .howtoSlide .prev-arrow {
	left: 0;
}

#howtoRegist .howtoRegist .howtoSlide .next-arrow {
	right: 0;
}

#howtoRegist .howtoRegist .howtoSlide .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: -58px;
	left: 50%;
	transform: translateX(-50%);
}

#howtoRegist .howtoRegist .howtoSlide .slick-dots li {
	width: 20px;
	height: 20px;
	margin: 0 8px;
	background: #dddddd;
	border-radius: 50%;
}

#howtoRegist .howtoRegist .howtoSlide .slick-dots li.slick-active {
	background: #0f3d68;
}

#howtoRegist .howtoRegist .howtoSlide .slick-dots li button {
	display: none;
}


#howtoRegist .howtoRegist .howtoSlide .slide h2 {
	margin: 0 0 22px;
	color: #0f3d68;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1;
	text-align: center;
}

#howtoRegist .howtoRegist .howtoSlide .slide .description {
	margin: 0 0 18px;
	min-height: 52px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: calc(13/7);
	text-align: center;
}

#howtoRegist .howtoRegist .howtoSlide .slide#slide03 .description,
#howtoRegist .howtoRegist .howtoSlide .slide#slide04 .description {
	text-align: left;
}

#howtoRegist .howtoRegist .howtoSlide .slide .description small {
	font-size: 12px;
	font-size: 1.2rem;
}

#howtoRegist .howtoRegist .howtoSlide #slide01 .howtoList,
#howtoRegist .howtoRegist .howtoSlide #slide04 .mailSample {
	padding: 30px 40px;
	background-color: #fff;
	border-radius: 10px;
}

#howtoRegist .howtoRegist .howtoSlide #slide01 .howtoList h3 {
	margin: 0 0 25px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: bold;
}

#howtoRegist .howtoRegist .howtoSlide #slide01 .howtoList li {
	margin: 0 0 5px;
	font-size: 16px;
	font-size: 1.6rem;
}

#howtoRegist .howtoRegist .howtoSlide #slide02 .ways {
	display: flex;
	justify-content: space-between;
}

#howtoRegist .howtoRegist .howtoSlide #slide02 .ways li {
	width: 206px;
	height: 200px;
	padding: 26px 23px;
	box-sizing: border-box;
	background-color: #fff;
	background-position: 50% 90px;
	background-repeat: no-repeat;
	border-radius: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: calc(13/7);
}

#howtoRegist .howtoRegist .howtoSlide #slide02 .ways li:nth-of-type(1) {background-image: url(/public/njw/image/pict_doc.png);}
#howtoRegist .howtoRegist .howtoSlide #slide02 .ways li:nth-of-type(2) {background-image: url(/public/njw/image/pict_input.png);}
#howtoRegist .howtoRegist .howtoSlide #slide02 .ways li:nth-of-type(3) {background-image: url(/public/njw/image/pict_company.png);}

#howtoRegist .howtoRegist .howtoSlide #slide04 .mailSample dt {
	margin: 0 0 10px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: bold;
}

#howtoRegist .howtoRegist .howtoSlide .btn-manual {
	position: absolute;
	top: 20px;
	right: 20px;
}

#howtoRegist .howtoRegist .howtoSlide .btn-manual .btnDef {
	height: 34px;
	background-color: #0e3f6d;
}

#howtoRegist .howtoRegist .howtoSlide .next-arrow { /* 2020.11 UIUX 仕様変更 閉じるボタンを下にも配置対応に伴い、次へボタン位置修正 */
	/* margin-right:-32px; */ /*中止*/
}

/* 2020.10 UIUX 10.14 watchregister_new.cssより取り込み - end */

/* UIUX 2020.11 Ph1.5 リスト検索呼出しポップアップ start */

#finishResister .finishResister {
	width: 500px;
	height: 340px;
	min-height: 340px;
	padding: 87px 0 0;
	text-align: center;
}

#finishResister .finishResister .finishResisterTitle {
	margin: 0 0 20px; /* 2020.11 UIUX Ph1.5   margin: 0 0 40px;*/
	color: #0a3e6f;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1;
	font-weight: bold;
}

#finishResister .finishResister .finishMsg {
	margin: 0 0 30px;
	line-height: 1.6; /* 2020.11 UIUX Ph1.5   line-height: 1;*/
}

#finishResister .finishResister .selectCond {
	display: flex;
	justify-content: center;
	margin: 0 0 45px;
}

#finishResister .finishResister .selectCond li {
	margin: 0 20px;
	position: relative;
}

#finishResister .finishResister .addComResister {
	width: 200px;
	margin: 0 auto;
}
/* UIUX 2020.11 Ph1.5 リスト検索呼出しポップアップ end */

/* UIUX 2020.11 Ph1.5 追加条件設定ポップアップ表示前確認ダイアログ start */

#selection-popup {
	display: none;
	position: absolute;
	z-index:101;
	outline:0;
	padding: 0px;
	cursor: pointer;
	background-color: #1B5787;
	border: 1px solid #333333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
}

#relation-button {
	color: white;
	background-image: url(/public/images/ico-search-w.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 6px 6px;
	float: left;
	padding: 6px 26px 6px 32px;
}
#selection-popup-close {
	background-image: url(/public/design2/images/icons/ic_close_light.png);
	background-size: 20px 20px;
	background-position: 0px 4px;
	background-repeat: no-repeat;
	cursor: pointer;
	float: right;
	margin: 2px 3px 0 0; /* 0 */
	padding: 4px 0px;
	overflow: hidden;
	height: 19px; /* 35px */
	width: 19px;  /* 35px */
	position:absolute;
	right:0;
}
/* UIUX 2020.11 Ph1.5 追加条件設定ポップアップ表示前確認ダイアログ end */

/* UIUX 2020.11 Ph1.5 追加条件設定ポップアップ start */

#addCondition .addCondition .dialog_ttl {
	padding-left: 20px;
}

#addCondition .addCondition .dialog_ttl:before {
	display: none;
}

#addCondition .addCondition {
	width: 500px;
	/* height: 430px; */
	min-height: 430px;
}

#addCondition .addCondition .addComWrapper .addComResister {
	width: 200px;
	margin: 30px auto 0;
	text-align: center;
}

#addCondition .addCondition .addComWrapper {
	padding: 30px 20px 24px;
}

#addCondition .addCondition .addComWrapper h3,
#addCondition .addCondition .addComWrapper h4 {
	color: #0a3e6f;
	font-weight: bold;
	line-height: 1;
}

#addCondition .addCondition .addComWrapper h3 {
	font-size: 20px;
	font-size: 2rem;
}

#addCondition .addCondition .addComWrapper h4 {
	margin: 30px 0 20px;
	font-size: 16px;
	font-size: 1.6rem;
}

#addCondition .addCondition li {
	position: relative;
	margin: 0 0 15px;
	font-size: 14px;
	font-size: 1.4rem;
}

#addCondition .addCondition select {
	width: 260px;
    height: 40px;
    color: #999;
    background-position: calc(100% - 6px) 50%;
    font-size: 14px;
    font-size: 1.4rem;
}

#addCondition a.btnDef {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	padding: 0 15px;
	box-sizing: border-box;
	color: #fff;
	background-color: #2177b3;
	border-radius: 4px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* UIUX 2020.11 Ph1.5 追加条件設定ポップアップ end */

/* UIUX 2020.11 Ph1.5 クリップ確認ポップアップ start */
#clipConfirmation .clipConfirmation .dialog_ttl {
	padding-left: 20px;
}

#clipConfirmation .clipConfirmation .dialog_ttl:before {
	display: none;
}

#clipConfirmation .clipConfirmation {
	width: 500px;
	/* height: 430px; */
	min-height: 430px;
}

#clipConfirmation .clipConfirmation .addComWrapper .addComResister {
	width: 200px;
	margin: 30px auto 0;
	text-align: center;
}

#clipConfirmation .clipConfirmation .addComWrapper {
	padding: 30px 20px 24px;
}

#clipConfirmation .clipConfirmation .addComWrapper h3,
#clipConfirmation .clipConfirmation .addComWrapper h4 {
	color: #0a3e6f;
	font-weight: bold;
	line-height: 1;
}

#clipConfirmation .clipConfirmation .addComWrapper h3 {
	font-size: 20px;
	font-size: 2rem;
}

#clipConfirmation .clipConfirmation .addComWrapper h4 {
	margin: 30px 0 20px;
	font-size: 16px;
	font-size: 1.6rem;
}

#clipConfirmation .clipConfirmation textarea {
	resize: none;
	width: 100%;
	height: 94px;
}

#clipConfirmation .clipConfirmation textarea + .note {
	margin: 10px 0 45px;
	line-height: 1;
	text-align: right;
}

#clipConfirmation a.btnDef {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	padding: 0 15px;
	box-sizing: border-box;
	color: #fff;
	background-color: #2177b3;
	border-radius: 4px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* UIUX 2020.11 Ph1.5 クリップ確認ポップアップ end */

#watchsearchresult #screen1 .wtchList tbody ._nohit .regSearch_name {
	font-size:14px!important; font-size:1.4rem!important;
}
