* {
  box-sizing: border-box;
  font-size: 14px;
}
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
/* --- yzk added --- */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold !important;
}
h2 {
  font-size: 18px !important;
}
h3 {
  font-size: 16px !important;
}
.smaller {font-size:85%;}

.add_cond {
  text-align: center;
  border: 1px solid #f13d41;
  padding: 10px;
  margin-bottom: 1em;
  border-radius: 5px 5px 0 0;
  color: #f13d41;
  background: #fff4ee;
}
.nowrap {
  white-space: nowrap;
}
#container {
  margin-top: 100px;
  position: relative;
  padding-bottom: 120px;
  box-sizing: border-box;
  min-height: 100vh;
}


#header_logo  {height: 45px; width: auto;}

#header_menu a {
  text-decoration: none;
  font-size:12px;
}
#header_links {
  display: block;
  width: 100%;
  margin-bottom: 0;
  text-align: right;
}
#header_links li {
  display: inline-block;
  padding: 2px;
}

#header_links i {
  color: #74B932;
  margin-right: 0.2em;
}

#footer_links {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
#footer_links li {
  display: inline-block;
  padding: 1px;
}
#footer_links li a {color:#fff; font-size:12px; text-decoration: none; margin-right: 6px;}


#file_links {
  display: block;
  width: 100%;
  text-align: right;
  margin-bottom: 0;
}
#file_links li {
  display: inline-block;
  padding: 2px;
}
#file_links i {
  color: #ccc;
  margin-right:0.2em;
}


label:hover {
  text-decoration: underline;
}
label input {
  margin-right: 0.5em;
}
#option_box label {
  display: inline-block;
}
.orange {
  color: #f3af73 !important;
}
.section_box {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
}
ul.selection {
  list-style-type: none;
}
.align-items-start {
  background: #f5f5f5;
}
#tab_panels {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 1em;
  border-radius: 0 0 5px 5px;
  background: #f5f5f5;
}
.dl_box {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}
.sidebar ul li {
  list-style-type: none;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  border-radius: 5px 0 0 5px;
  background: #fff;
  color: #1F2A91 !important;
  text-align: right;
  transition: 0.2s;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background: #fff !important;
  padding: 10px 5px !important;
}
.nav-item {
  margin-left: 3px;
}

.nav-tabs .nav-link {
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  padding: 8px !important;
  min-width: 110px;
  text-align: center;
  border-top:5px solid #87cefa !important;
}

#start-tab {border-top:5px solid #cfd9e2 !important; margin-right:10px;}
#industry-tab {border-top:5px solid #85fab2 !important;}
#my-tab {border-top:5px solid #faec85 !important;}

.start_comment {text-align: center; font-weight: bold; font-size:16px; color:#4169e1}
.start_comment i {font-size:120%;}
.nav-tabs {
  margin-bottom: -2px !important;
  font-size: 16px;
  letter-spacing: 0.1em;

}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,
.nav-link.active#start-tab,.nav-link.active#industry-tab,.nav-link.active#my-tab 
{
  background-color: #f7f7f7 !important;
border-color: #ccc !important;
  border-bottom: none;
  border-top:5px solid #fa8592 !important;
}
.tab-content {
  width: 100%;
}
.articles {
  font-size: 90% !important;
}
.prev-page, .next-page, .prev-page i, .next-page i {
  font-size: 18px !important;
}
.page_info {
  margin: 0 30px;
}


#searchViewCount {float: right;margin-right:10px;}


#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
}
#footer .container {}
#footer_logo {
  background: #1F2A91;
  color: #fff;
  padding: 10px 0;
  clear: both;
  height: 40px
}
#footer_logo img {
  margin: 0;
  padding: 0;
  height: 20px;
}
#footer_search {
/*  height: 150px; */
}
#footer_search_box {
  position: absolute;
  right: 0;
  padding: 10px;
  background: #fff;
  width: 200px;
  border-top: 1px solid #1F2A91;
  border-left: 1px solid #1F2A91;
  border-radius: 20px 0 0 0;
  text-align: center;
  height: 130px;
  box-shadow: -5px -5px 12px -10px #808080;
  margin-top:-130px;
}
#copyright {
  text-align: right;
  font-size: 12px;
}

.graph_box {
  display: flex;
  width: 100%;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}

#graph-list {text-align: right; margin-right: 10px;}



.glst-field {
  white-space: nowrap;
}
.glst-field a {text-decoration: none; margin-right:10px;}

.current_graph {font-weight: bold; color:#333; text-decoration: none;margin-right:0 !important;}
.current_graph:after {content:"\f0da"; font-family:"Font Awesome 6 Pro"  !important; display: inline-block;width: 10px; color:coral;}
#ticker {
  margin: 20px 5px 0;
}
#ticker ul {
  margin-bottom: 0 !important;
  text-align: left;
}
.ticker_head {
  background: #fff0f5;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px 0 0 5px;
  text-align: center;
}
.ticker_body {
  padding: 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fff;
  text-align: right;
  border-radius: 0 5px 5px 0;
}
.ticker_end {
  padding: 5px;
  text-align: right;
  /*
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-radius: 0 5px 5px 0;
  background: rgba(243, 247, 222, 1.00);
  */
}
.ticker_end img {
  max-width: 100%;
}

.about_search_q {width: 100%; background-color:#A9C74E !important;
border-color:#A9C74E !important; margin-top:5px;}


.about_search_q:hover {color:#fff !important; background:rgba(179,209,126,1.00) !important; text-decoration: none;}

.papatto_btn {
  width: 100%;
  padding: 10px !important;
  font-size: 1.5em !important;
}
#papatto_button {
  margin-bottom: 10px;
}
#clear_button {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#other_buttons {
  margin-top: 2em;
}
.btn {
  min-width: 120px;
}
.query_text {
  margin-bottom: 0.8em;
}
.qb2 {
  display: inline-block;
  width: 200px;
}
.query-boost, .query-boost2 {
  text-align: left;
}

#result {
  padding-top: 60px;
  margin-top: -60px;
}

.link_buttons {
  float: right;
  padding: 0 !important;
}
.reference {
  text-align: right;
  margin-top: 5px;
  font-size: 12px;
}
.reference i {
  color: #f3af73;
  margin-left: 1em;
}
/* --- / yzk added --- */

.h_underline {padding-bottom:0.4em; border-bottom:1px solid #ccc;}

.userform_box {margin: auto; padding:30px 50px; background:#f5f5f5; border-radius:10px;width:auto; margin-top:50px;}
.userform_box table {margin: auto;}

.center_item {display: flex;
  justify-content: center;
  align-items: center;}

.user_table th,.user_table td  { padding:5px 10px;}
.user_table input {font-size:18px;}
form, FORM {
  margin: 0;
  padding: 0;
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}
#header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: fixed; /* ウィンドウを基準に画面に固定 */
  top: 0; /* 上下の固定位置を上から0pxにする */
  left: 0; /* 左右の固定位置を左から0pxにする */
  background: #fff;
  z-index: 9999999;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  border-bottom: 5px solid #1F2A91;
}
.top-head-papatto {
  width: 300px;
  padding: 3px 0;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.top-head-banner {
  margin-top: 20px;
  margin-left: auto;
  /*float: right;*/
}
.top-head-banner img {
  height: 60px;
  width: auto;
}
#currentDate {
  /*float: right;*/
  /*margin: 35px 15px 0px 0px;*/
  color: #000080;
  font-weight: bold;
}
.array-field {
  border: 2px solid #474747;
  background: #FFE9D8;
  padding: 5px;
  margin: 5px;
}
.array-field-list li {
  list-style: circle;
  margin-left: 20px;
}
.parsed_query_header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
}
.parsed_query {
  font-family: Courier, Courier New, monospaced;
  font-size: 10pt;
  font-weight: normal;
}
a {
  color: #586E9E;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #27C36A !important;
}
.navigators {
  float: left;
  margin: 5px;
  margin-top: 0px;
  width: 300px;
  padding: 5px;
  position: relative;
}
.navigators h2 {
  background: #FEC293;
  border: 1px solid #ce9d77;
  padding: 5px;
  font-size: 1.0em;
}
.navigators ul {
  list-style: none;
  margin: 0;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 10px;
}
.navigators ul li {
  /*color: #999;*/
  /* padding: 2px; */
}
.facet-field {
  font-weight: bold;
  display: block;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
}
.facet-field:before {
  content: '●'
}
.sidebar ul {
  padding-left: 0;
}
.highlight {
  color: white;
  background-color: gray;
  border: 1px black solid;
}
.highlight-box {
  margin-left: 15px;
}
.field-name {
  font-weight: bold;
}
.highlighted-facet-field {
  background: white;
}
.constraints {
  margin-top: 30px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.08em;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  background: #f1f1f1;
}
/*
#query-form{ width: 90%; }
*/
.query-box {
  padding: 10px;
  font-weight: normal;
  /*  font-size: 20px; */
  letter-spacing: 0.08em;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.query-box #q {
  margin-left: 8px;
  width: 60%;
  height: 50px;
  border: 1px solid #999;
  font-size: 0.9em;
  padding: 0.4em;
}
.query-boost {
  top: 10px;
  left: 20px;
  /*  position: relative; */
  font-size: 0.8em;
}
.query-boost2 {
  top: 10px;
  left: 20px;
  /*  position: relative; */
}
.query-box .inputs {
  /*  left: 180px; */
  position: relative;
}
.query-box span.caution {
  font-size: 0.7em;
  color: red;
}
#logo {
  margin: 10px;
  border-style: none;
}
.pagination {
  /*padding-left: 33%;
    padding-left: 15%;
    margin-left: 210px;
  */
  display: block !important;
  background: #eee;
  margin: 5px 0;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  border-radius: 5px;
}
.result-document {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  margin: 5px 0;
  /*
margin-left: 300px;
*/
  margin-bottom: 10px;
}
.result-document div {
  padding: 5px;
}
.result-meta {
  padding: 5px;
  font-size: 0.9em;
  background: #f7f7f7;
}
.result-meta i {
  margin-left: 1em;
  color: #f3af73;
}
.result-title {
  width: 60%;
}
.result-body {
  background: #ddd;
}
.title {
  color: black;
  font-weight: bold;
  font-size: 110% !important;
}
.title:hover {
  color: #003299;
  text-decoration: underline;
}
.company_link {
  text-decoration: none !important;
}
.map {
  float: right;
  position: relative;
  top: -25px;
}
/*
.result-document:nth-child(2n+1) { background-color: #eee; }
*/
.selected-facet-field {
  font-weight: bold;
}
li.show {
  list-style: disc;
}
.group-value {
  font-weight: bold;
}
.error {
  color: white;
  background-color: #b22222;
  left: 210px;
  width: 80%;
  position: relative;
}
em {
  background: #add8e6;
}
.mark { /*text-align:left;*/
}
.mark div {
  float: right;
}
.imgred {
  background: url("../img/imgred.gif") no-repeat top left;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.imgred span {
  position: relative;
  top: -20px;
  left: -2px;
  font-size: 10px;
  color: red;
}
.imggreen {
  background: url("../img/imggreen.gif") no-repeat top left;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.imggreen span {
  position: relative;
  top: -20px;
  left: -2px;
  font-size: 10px;
  color: green;
}
.imgblue {
  background: url("../img/imgblue.gif") no-repeat top left;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  font-size: 10px;
  color: blue;
  vertical-align: super;
}
.imgblue span {
  position: relative;
  top: -17px;
  left: -2px;
  font-size: 10px;
  color: blue;
}
.hm {
  color: black;
  /*    background: url("../img/plus.jpg") no-repeat center left; 
    padding-left:18px;
    line-height:18px;
    height:18px;
*/
}


input::placeholder {color: #999 !important;}
textarea::placeholder {color: #999 !important;}


.query-boost2 div[id^="words"]:not(#words24) a {
  color: #000;
  text-decoration: none;
  font-size: 12px;
  border: 1px solid #909090;
  cursor: pointer;
  width: 250px;
  border-radius: 5px;
  padding: 3px 10px;
  margin-left: 2px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}
.current_kw {
  background: #fce081 !important;
}
.tag-group a {
  display: block;
}
/*
.nav {display: block !important; height: 300px; overflow-y: scroll !important; border:1px solid #ccc; border-radius:0.25em;}
*/
.kw_group {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  min-height: 220px;
}
.kw_group a {
  color: #000;
  text-decoration: none;
  border: 1px solid #eee;
  cursor: pointer;
  width: 24.8%;
  font-size: 13px;
  border-radius: 5px;
  padding: 5px;
  margin-left: 2px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  background: #eff2f6;
}
.kw_group a:hover {
  background: #CEE5FB;
  text-decoration: none;
}
#v-pills-tab {
  margin-right: 0 !important;
  background: #f5f5f5;
}
.nav-link {
  padding: 0.2rem 1rem !important;

}

#my-tab,
#industry-tab {margin-left:10px;}

#omakase {
  position: absolute;
  top: 208px;
  left: 50px;
}
#omakase .mf {
  font-size: 10px;
  font-weight: normal;
}
.searchbtn {
  /*    float           : right; */
  /*height          : 50px;*/
  /*margin-right    : 5px;*/
}
.searchbtn button {
  display: inline-block;
  /*    width           : 110px;
    height          : 24px; */
  padding: 3px 5px;
  font-size: 14px;
  /*margin-top      : 3px;*/
  /*border-radius   : 5px;          /* 角丸       */
  /*font-size     : 10pt;         /* 文字サイズ */
  /*text-align    : center;       /* 文字位置   */
  cursor: pointer; /* カーソル   */
  /*padding         : 3px 0px;      /* 余白       */
  background-color: #eee; /* 背景色     */
  /*color           : #ffffff;      /* 文字色     */
  /*line-height   : 1em;          /* 1行の高さ  */
  border: solid 1px;
  margin-top: 1px;
}
/*
.searchbtn button.islink {
    background-image:url("../img/islinkBk.png");
    background-repeat:no-repeat;
    background-size: 15px;
    background-position: right center;
}
*/
.searchbtn button:active {
  background-color: #ccc;
}
.guide {
  position: absolute;
  top: 120px;
  left: 20px;
}
.guide ul.ctl1 {
  list-style: square;
  padding-left: 10px;
}
.guide ul.ctl2 {
  list-style: none;
  margin-top: 3px;
  /*margin-bottom: 5px;*/
  padding-left: 6px;
}
.guide .renew, .guide .islink {
  margin-left: 2px;
  margin-bottom: -2px;
  width: 16px;
  height: auto;
}
span.caution {
  font-size: 80%;
  margin-left: 5px;
}
div.information {
  border: 1px solid #000;
  position: absolute;
  top: 480px;
  left: 20px;
  width: 150px;
  padding: 10px;
}
.rowSP {
  height: 10px;
}
.query-boost2 .mg10 {
  margin-left: 10px;
}
span.hasBusho, span.financeR, span.orgChart {
  display: inline-block;
  padding: 4px 7px;
  margin-left: 10px;
  background-color: #ff7f27;
  /*   border              : 1px solid #ff7f27;*/
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
.btn-busho, span.hasBusho {
  background: #69b33e !important;
  color: #fff !important;
}
span.financeR {
  background: #76c9de;
}
span.orgChart {
  background: #829bff;
}
.mg10 a:hover {
  background: #f1f1f1;
}
.btn-busho:hover, span.hasBusho:hover, span.financeR:hover, span.orgChart:hover {
  opacity: .6;
}
span.hasBusho img, span.financeR img, span.orgChart img {
  margin-left: 5px;
  width: 14px;
  height: 15px;
  vertical-align: middle;
}
div.myQuery {
  display: flex;
  align-items: center;
}
a.pager {
  font-weight: bold;
  font-size: 0.8em;
  flex-basis: 5%;
}
span.delQuery {
  display: inline-block;
  background: url("../img/DelRed.png") no-repeat center/contain;
  width: 18px;
  float: right;
  opacity: .2;
}
span.delQuery:hover {
  opacity: 1;
}
#registQry {
  /*
    margin-left     : 130px;
    width           : 110px;
    height          : 24px;
	*/
  cursor: pointer;
  background-color: #eee;
  border: solid 1px;
}
#registQry:active {
  background-color: #ccc;
}
span.tooltip {
  padding: 0px 4px 0px 7px;
  margin: 5px;
  border-radius: 100%;
  background: #ff7f27;
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  cursor: pointer;
}
/*.orgChartTree { list-style-type: none; }*/
.orgChartTree ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  margin-left: 15px;
}
.orgChartTree ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  border-left: 1px solid;
}
.orgChartTree ul li {
  position: relative;
  margin: 0;
  padding: 7px 0px 0px 20px;
}
.orgChartTree ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 15px;
  height: 0;
  border-top: 1px solid;
}
.orgChartTree ul li:last-child:before {
  top: 15px;
  bottom: 0;
  height: auto;
  background-color: #fff;
}
.dispOff {
  opacity: 0; /*visibility: hidden; display: none;*/
}
button.ui-dialog-titlebar-close::after {
  content: "×";
  display: inline-block;
  font-weight: bold;
  font-size: 1.4em;
  position: relative;
  top: -7px;
  left: -2px;
}



#container {
    margin-top: 100px;
    position: relative;
    padding-bottom: 120px;
    box-sizing: border-box;
    min-height: 100vh;
}

@media (max-width: 575.98px) {
#container {margin-top: 220px !important;}

.kw_group a {width:100%;}
.nav-tabs .nav-link {min-width:inherit;}

}


@media (max-width: 767.98px) {

#container {margin-top: 220px !important;}
.kw_group a {width:32%;}
.nav-tabs .nav-link {min-width: 5em;}
}


@media (max-width: 991.98px) {

    .kw_group a {width:48% !important;}
    .nav-tabs .nav-link {min-width:inherit;}
}

@media (max-width: 1199.98px) {
#container {margin-top: 150px;}

    .kw_group a {width:33%;}
    .nav-tabs .nav-link {min-width: 90px;}
}


@media (max-width: 1399.98px) {


    .kw_group a {width:33%;}
}




#chatbase-bubble-window {
  bottom: 7rem !important;
}
#chatbase-bubble-button {
  bottom: 3rem !important;
}

