@charset "UTF-8";

.industries {
display: none;
}
.sec-hd {
font-size: 18px;
font-weight: bold;
  padding-left: 10PX;

}
.search-bx {
display: inline-block;
border-radius: 3px;
  border: solid 1px #000;
  font-size: 18px;
  MARGIN-left: 10PX;
  padding-right: 10px;
}
#search-text {
  padding: 1px 15px;
  font-size: 18px;
}

.city-hd {
font-size: 16px;
font-weight: bold;
}
.pref-hd {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.pref-data-lst-first label, .pref-data-lst  label,.city-data-lst label,.city-data-lst-first label,.pref-data-lst-close label,.city-data-lst-close label {
  display: inline-block;
  width: 50%;
  padding: 0 5px;
  box-sizing: border-box;
  vertical-align: top;
}
#hit-count {
margin-left: 15px;
}
#hit-count .hit-count {
font-size: 18px;
font-weight: bold;
}
#close_corp {
cursor: pointer;
}
.side {
padding-top: 10px;
position: fixed;
top: 50px;
left: 0;
height: calc(100% - 50px);
overflow: scroll;
width: 320px;
border-right: 1px solid #333333;
}

.search-main {
margin-left: 350px;
margin-top: 50px;
}
.count-number {
font-size: 12px;
}
#first-result-bx {
position: relative;
  height: calc(100% - 100px);
  margin-top: 10px;
}
#search-result-bx {
position: relative;
  height: calc(100% - 100px);
}
#search-result-bx.disp-none {
display: none;
}
#close-result-bx {
position: relative;
  height: calc(100% - 100px);
}
#close-result-bx.disp-none {
display: none;
}
.pref-data-lst-first,.pref-data-lst-close {
position: absolute;
top: 50PX;
left: 0;
background-color: #fff;
  z-index: 5;
}
.area-tag {
font-size: 0;
padding: 0 5px;
border-bottom: solid #bbbbbb 1px;
}
.pref-tag {
font-size: 16px;
font-weight: bold;
display: inline-block;
text-align: center;
width: 48%;
margin: 0 1%;
cursor: pointer;
border: solid #bbbbbb 1px;
border-bottom: none;
border-radius: 5px 5px 0 0;
box-sizing: border-box;
background-color: #bbbbbb;
}
.pref-tag.select {
  width: 50%;
  margin: 0;
background-color: #fff;
  position: relative;
  bottom: -1px;
}
.city-tag {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  width: 48%;
  margin: 0 1%;
color: #999999;
  cursor: text;
  border: solid #bbbbbb 1px;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  background-color: #bbbbbb;
}
.city-tag.select {
  width: 50%;
  margin: 0;
  background-color: #fff;
  position: relative;
  bottom: -1px;
}
.city-tag.pref-select {
cursor: pointer;
color: #000000;
}
.city-data-lst-first,.city-data-lst,.city-data-lst-close  {
display: none;
position: absolute;
top: 50px;
left: 0;
height: 100%;
background-color: #fff;
z-index:10;
}
.city-data-lst-first.select,.city-data-lst.select,.city-data-lst-close.select  {
  display: block;
  }
#first-result-bx.disp-none {
display: none;
}

.pref-data-lst {
width: 100%;
  position: absolute;
  top: 50PX;
  left: 0;
  background-color: #fff;
  z-index: 5;
}
.city-disp-none {
display: none;
}
/***********************detail page*********************/
.corp-item-box {
  margin: 20px 0;
  background-color: #efefef;
  padding: 15px;
  border-radius: 5px;
}
.item-bx-hd {
  font-size: 18px;
  font-weight: bold;
}
.corp-name {
margin-top: 100px;
text-align: center;
font-size: 25px;
font-weight: bold;
}
#基本情報 dl {
display: table;
font-size: 16px;
width: 100%;
}
#基本情報 dt {
  display: table-cell;
 width: 15%;
}
#基本情報 dd {
  display: table-cell;
  text-align: left;
}
.patent_type {
display: inline-block;
width: 33%;
text-align: center;
cursor: pointer;
border-radius: 5px 5px 0 0;
box-sizing: border-box;
margin-bottom: 0;
padding: 10px 0;
color: #666666;
font-size: 16px;
font-weight: bold;
background-color: #cccccc
}

.patent_type.select
 {
 background-color: #fff;
 color: #000;
   cursor: default;
 }
.patent-list {
max-height: 500px;
overflow: scroll;
border:1px solid #fff;
margin-top: 0;
padding: 15px;
background-color: #fff;
}
.patent {
  background-color: #fff;
  padding: 15px;
  border-top: solid 1px #000;
}
.patent-open {
background-color: #dddddd;
border-radius: 5px;
display: inline-block;
cursor: pointer;
padding: 1px 10px;
}
.patent-detail.open .patent-open {
  background-color: #333333;
  color: #eeeeee;
}
.google-map {
  vertical-align: -7px;
  display: inline-block;
  margin-left: 10px;
  width: 19px;
}
.score-item .question {
display: inline-block;
position: relative;
cursor: pointer;
color: #fff;
background-color: #000;
width: 20px;
height: 20px;
text-align: center;
vertical-align: middle;
  line-height: 22px;
border-radius: 10px;
margin-left: 15px;
}
.description {
color: #000;
display: none;
  position: absolute;
  width: 250px;
  border: solid 1px #000;
  border-radius: 10px;
  padding: 5px 10px 2em;
  background-color: #fff;
  left: 35px;
  bottom: -10px;
  text-align: left;
}
.description:after{
  content: "";
  position: absolute;
  bottom: 13px;
  left: -20px;
  margin-top: -12px;
  border: 8px solid transparent;
  border-right: 12px solid #fff;
  z-index: 2;
}
.description:before{
  content: "";
  position: absolute;
  bottom: 13px;
  left: -21px;
  margin-top: -12px;
  border: 8px solid transparent;
  border-right: 12px solid #000;
  z-index: 1;
}
.description a {
display: block;
position: absolute;
bottom: 5px;
right: 10px;
}
.opened > .description {
display: block;
}
/* switching PC/SP
----------------------------------*/
@media only screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}



@media only screen and (max-width: 750px) {
  }
