@charset "UTF-8";

body[data-hojin_search="false"] .footer-group {
  padding-left: 0;
  margin-top: 3em;
}
body[data-hojin_search="false"] .search-main {
  width: 0;
  height: 0;
  overflow: hidden;
}
body[data-hojin_search="false"] .side {
  width: 100%;
  font-size: 1.2em;
  background: none;
  position: relative;
  top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
body[data-hojin_search="false"] .sec-hd {
  font-size: 1em;
}
body[data-hojin_search="false"] .search-basic,
body[data-hojin_search="false"] #search-new_close {
  max-width: 500px;
  margin: 2em auto;
}
body[data-hojin_search="false"] #first-result-bx {
  background: none;
  height: auto;
}
body[data-hojin_search="false"] #pref-data-lst-first {
  right: 0;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  height: auto;
  background: none;
}
body[data-hojin_search="false"] .pref-data-lst-first label {
  width: 25%;
}
body[data-hojin_search="false"] .pref-data-lst-first label .count-number {
  font-size: 0.9em;
}
body[data-hojin_search="false"] .area-tag {
  display: none;
}

.industries {
  display: none;
}
.side {
  font-size: 0.85em;
  position: fixed;
  z-index: 99;
  top: 39px;
  left: 0;
  height: 100%;
  overflow: scroll;
  width: 25%;
  background-color: var(--controller-bg-a-01);
  border-right: 1px solid var(--contents-bg-a-02);
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.3s;
}
.search-main {
  width: 75%;
  float: right;
  transition: all 0.3s;
}
.footer-group {
  padding-left: 25%;
}

.side-inner {
  padding: 0 10px;
}
.sec-hd {
  font-size: 1.2em;
  font-weight: bold;
  margin: 5px 0;
}
.search-basic {
  margin-bottom: 1em;
}
.search-bx {
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  border: solid 1px #000;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  font-size: 0;
}
#search-text {
  padding: 0 0.5em;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  height: 30px;
  border-radius: 4px 0 0 4px;
  width: calc(100% - 36px);
  box-sizing: border-box;
}
.search-text-btn {
  font-size: 16px;
  height: 30px;
  float: right;
  box-sizing: border-box;
  font-weight: bold;
  color: #fff;
  padding: 0 0.6em;
  border-radius: 0 4px 4px 0;
  border: none;
}
.search-text-btn .fas.fa-search {
  margin: 0;
}
.search-method .action {
  font-weight: bold;
}
#search-new_close {
  margin: 1em auto;
}
#search-new_close > li {
  display: block;
  width: 49%;
  font-size: 0.9em;
}
#new_corp {
  float: left;
}
#close_corp {
  float: right;
}

.search-reset-btn {
  text-align: right;
  margin: 0.5em auto;
}
.search-reset {
  display: inline-block;
  vertical-align: top;
}

.hit-tag {
  margin-right: 0.25em;
}
.hit-tag::after {
  content: ":";
}
#hit-count {
  margin-top: 0.45em;
  line-height: 1.5;
}
#hit-count .hit-count {
  font-size: 1.25em;
  font-weight: bold;
  margin: 0 0.125em;
}
#hit-count .close-count {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0.125em;
}
#hit-count .hit-close {
  font-size: 0.9em;
}








.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%;
  box-sizing: border-box;
  vertical-align: top;
  margin: 0.2em 0;
}



.count-number {
  font-size: 12px;
}
#first-result-bx,
#search-result-bx,
#new-result-bx,
#close-result-bx {
  position: relative;
  height: 100%;
  background-color: var(--controller-bg-a-02);
}


.area-tag {
  font-size: 0;
  padding: 0 5px;
  border-bottom: solid var(--text-color-a-03) 1px;
  background-color: var(--controller-bg-a-01);
}
.pref-tag,
.city-tag {
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  width: 48%;
  margin: 0 1%;
  cursor: pointer;
  border: solid var(--text-color-a-03) 1px;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  background-color: var(--controller-bg-a-01);
  padding: 3px 0;
  position: relative;
}
.city-tag:not(.pref-select) {
  opacity: 0.3;
  pointer-events: none;
}
.city-tag.pref-select {
  cursor: pointer;
  background-color: var(--controller-bg-a-01);
}
.pref-tag.select,
.city-tag.pref-select.select {
  width: 50%;
  margin: 0;
  background-color: var(--controller-bg-a-02);
  bottom: -1px;
}
.pref-data-lst-first,
.pref-data-lst-close,
.pref-data-lst,
.city-data-lst-first,
.city-data-lst,
.city-data-lst-close {
  display: none; /* JSで制御 */
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
}

.city-disp-none {
  display: none; /* JSで制御 */
}

.location-data-lst.select  {
  display: block;
  background-color: var(--controller-bg-a-02);
}

.corp-data-lst dl {
  margin: 0; padding: 0;
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
}
.corp-dtl {
  width: 90px;
  text-align: right;
}
.corp-dtl a {
  font-size: 0.85em;
  text-decoration: none;
  border: 1px solid;
  border-radius: 5px;
  padding: 4px 7px 5px;
}
.corp-dtl.smrj {
  color: red;
  border-color: red;
}




.corp-data-lst dl dt {
  font-weight: bold;
}
.corp-data-lst dl dd {
  font-size: 1em;
}
.corp-data-lst dl dd::before {
  content: "本店所在地:";
  margin-right: 0.3em;
  color: var(--text-color-a-02);
}

.corp-data-lst > ul {
  border-bottom: solid 1px var(--text-color-a-04);
}
.corp-data-lst li {
  display: table;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
  padding: 0.5em 1em;
  position: relative;
}
.corp-data-lst li {
  border-top: solid 1px var(--text-color-a-04);
}
.corp-data-lst li:nth-child(odd) {
  background-color: var(--contents-bg-a-02);
}

.corp-li-block {
  display: table-cell;
  vertical-align: middle;
}
.corp-li-block:first-child {
  display: block;
}
.corp-li .label {
  font-size: 0.8em;
  display: inline-block;
  vertical-align: top;
  line-height: 1.8;
  margin-right: 0.3em;
}
.corp-li .label::after {
  content: ":";
}
.corpID {
  font-size: 0.9em;
  display: inline-block;
  vertical-align: top;
  line-height: 1.6;
}
.corp-li.pref-disp-none,
.corp-li.city-disp-none {
  display: none;
}
.city-data-lst.disp-none,
.city-data-lst-first.disp-none,
.pref-data-lst-first.disp-none,
.pref-data-lst.disp-none {
  display: none;
}
/*
.city-lst > span.city-disp-none {
  display: none;
}
*/

.pagenation {
  font-size: 0.8em;
  line-height: 1;
  text-align: right;
}
.page-btn {
  display: none;
  cursor: pointer;
  padding: 5px 8px;
  border: solid 1px var(--text-color-a-04);
  box-sizing: border-box;
  margin: 10px 6px;
  background-color: var(--controller-bg-a-01);
}
.page-btn:hover {
  background: var(--action-color-a-01);
  border-color: var(--action-color-a-01);
  color: var(--action-color-b-01);
  font-weight: bold;
}
.page-btn.disp {
  display: inline-block;
}
.page-btn.current {
  background-color: var(--action-color-a-01);
  border-color: var(--action-color-a-01);
  color: var(--action-color-b-01);
  pointer-events: none;
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}
.industries-m-hd {
  display: inline-block;
  margin-right: 30px;
  margin-left: 20px;
  margin-top: 0;
}
.industries-hd {
  margin-top: 30px;
}
.industries-l-hd {
  margin-bottom: 5px;
}
.page-btn.next {
  position: relative;
  margin-right: 25px;
}
.page-btn.next::after {
  content: '･･･';
  display: inline-block;
  position: absolute;
  left: 115%;
}
.page-btn.prev {
  position: relative;
  margin-left: 25px;
}
.page-btn.prev::after {
  content: '･･･';
  display: inline-block;
  position: absolute;
  right: 115%;
}
.corp-li.disp-none {
  display: none;
}
.founded,
.closed {
  font-size: 0.9em;
  line-height: 1.3;
}
.founded > time,
.closed > time {
  margin-right: 0.5em;
}

#search-data-lst.error, #search_num.error {
  border: 1px solid red;
  padding: 3px;
}
.input_name.error::after,
.input_num.error::after {
  content: '入力されていません。';
  display: block;
  position: absolute;
  left: 120%;
  color: red;
  top: 0;
  width: 180px;
}


.opened > .description {
  display: block;
}
.input_name, .input_num {
  cursor: pointer;
  border: 1px solid #000;
  border-radius:5px;
  padding: 3px;
  position: relative;
}
.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;
}




#new_corp,
#close_corp {
  cursor: pointer;
}
#new_corp.selected,
#close_corp.selected {
  pointer-events: none;
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}






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

  body[data-hojin_search="false"] .side {
    font-size: 1em;
  }

  body[data-hojin_search="false"] .side-nav {
    display: none;
  }
  body[data-hojin_search="false"] .search-basic,
  body[data-hojin_search="false"] #search-new_close {
    margin: 1em auto;
  }
  body[data-hojin_search="false"] #pref-data-lst-first {
    padding-top: 0;
    background-color: var(--controller-bg-a-02);
  }
  body[data-hojin_search="false"] .pref-data-lst-first label {
    width: 50%;
  }
  body[data-hojin_search="false"] .footer-group {
    margin-top: 0;
  }
  .side-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 36px;
    height: 100%;
    background: var(--controller-bg-a-01);
  }
  .footer-group {
    padding-left: 36px;
  }
  .search-main {
    width: calc(100% - 36px);
  }
  .side {
    width: 0;
  }

  .corp-li-block {
    display: block;
    width: auto;
    margin-right: 0;
  }
  .corp-dtl {
    float: right;
    margin: 0.5em 0;
  }
  .pagenation {
    font-size: 0.75em;
  }
  .page-btn {
    padding: 5px 7px;
    margin: 10px 5px;
  }

  .search-menu {
    text-align: center;
    padding-top: 46px;
  }
  .search-menu-toggle {
    padding: 8px;
    padding-bottom: 30px;
    box-sizing: border-box;
  }
  .search-menu-toggle .fas {
    margin: 0;
    margin-left: 2px;
  }
  body[data-hojin_search="false"] .area-tag {
    display: block;
    background: none;
  }
  body[data-hojin_search="false"] #first-result-bx,
  body[data-hojin_search="false"] #search-result-bx,
  body[data-hojin_search="false"] #new-result-bx,
  body[data-hojin_search="false"] #close-result-bx {
    background: none;
  }
  .location-data-lst.select {
    padding-bottom: 3em;
  }
  .corp-data-lst dl dd {
    line-height: 1.6;
  }

}
