@charset "UTF-8";
/* RON customize */
.company-SearchPage .searchItem,
.company-SearchPage input,
.company-SearchPage button {
  display: inline-block;
}

.company-SearchPage .l-section__cont {
  padding: 2rem 0;
}

.company-SearchPage .searchItem {
  margin-bottom: 5px;
  /* width: 25%; */
  margin-right: 20px;
}

.company-SearchPage input[type=checkbox] {
  margin-right: 5px;
}

.company-SearchPage input[type=text] {
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.company-SearchPage button {
  color: #000;
  border: 1px solid #ffc107;
  padding: .375rem 1.5rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.company-SearchPage .p-title__style04 {
  margin-bottom: 3rem;
}

.searchCompanyList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* 企業マップ */
.co_map_img_block {
  display: none;
}

.co_map_img_block.active {
  display: block;
}

.co_map_block_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.co_map_block_wrap .co_map_block_item {
  width: 23%;
  margin-bottom: 10px;
}

.co_map_block_wrap .co_map_block_item span {
  display: block;
  width: 100%;
  padding: 4px 0;
  text-align: center;
  border: 2px solid #F7991D;
  color: #F7991D;
  background-color: #f3f2ef;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}

.co_map_block_wrap .co_map_block_item.active span {
  border-color: #000000;
}

.co_map_block_wrap .co_map_block_item.active span:before {
  content: "\f058";
  position: absolute;
  top: 0px;
  left: 2px;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  color: #000;
}

.co_map_block_wrap .cooperItem {
  width: 19%;
  margin-bottom: 10px;
}

.co_map_block_wrap input {
  display: none;
}

.co_map_block_wrap .cooperItem span {
  display: block;
  width: 100%;
  padding: 4px 0;
  text-align: center;
  background-color: #F7991D;
  border: 2px solid #dbbb91;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.co_map_block_wrap .cooperItem.active span {
  border-color: #000000;
}

.co_map_block_wrap .cooperItem.active span:before {
  content: "\f058";
  position: absolute;
  top: 0px;
  left: 2px;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  color: #000;
}

/* loadding-animation */
.loading-animation {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.page-id-51 .loading-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 200px;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.loading-animation.active {
  display: block;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #ffc107;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*# sourceMappingURL=company_search.css.map */