@charset "UTF-8";
:root {
  --clr-white: #eee;
  --clr-black: #333;
  --clr-err: #e53935;
  --clr-weak: #a0a0a0;
  --clr-strong: #ff6633;
  --clr-link: #0277bd;
  --clr-hover: #0277bd;
  --fw-regular: 400;
  --fw-bold: 600;
  --cubic: cubic-bezier(0.13, 1.05, 0.96, 1);
  --cubicHigh: cubic-bezier(.18,1.07,.55,1.07);
}

.co_map_blockArea, .co_map_goodsArea {
  margin: 1.5rem 0;
  max-width: 940px;
  margin: auto;
}

.co_map_block_wrap, .co_map__goodsArea, .co_map__goods__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.5rem;
}

.co_map_block_item {
  padding: 0 .5rem;
  width: 50%;
  margin-bottom: 1rem;
}

.co_map_block_item a {
  display: block;
}

.co_map_block_item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.co_map__goodsArea {
  max-width: 940px;
  margin-bottom: 0 -.4rem 3rem;
}

.co_map__goods__item {
  width: 33.3333%;
  padding: 0 4rem;
  margin-bottom: .6rem;
}

.co_map__goods__item a {
  display: block;
}

.co_map__goods__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.co_map__blockMatome {
  max-width: 960px;
  border: 4px solid #F7991D;
  margin: 3rem auto;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .co_map_block_item {
    width: 33.3333%;
  }
  .co_map__goods__item {
    width: 20%;
  }
}

/* RON customize */
.company-SearchPage .searchItem,
.company-SearchPage input,
.company-SearchPage button {
  display: inline-block;
}

.company-SearchPage .l-section__cont {
  padding: .5em 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;
}

.resultCompanyItem {
  padding: .5rem;
  width: 50%;
}

.resultCompanyItem a {
  display: block;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  height: 100%;
  display: flex;
  color: #2F393E;
  align-items: center;
  padding: 1rem;
  background: #Fff;
}

.searchCompanyList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 3rem -.5rem;
}

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

.co_map_img_block.active {
  display: block;
}

.co_map_block_wrap .co_map_block_item span {
  display: block;
  width: 100%;
  padding: 4px 0;
  text-align: center;
  border: 3px 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: #f00000;
}

.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: #f00000;
}

.co_map_block_wrap .cooperItem {
  width: 20%;
  margin-bottom: 10px;
  padding: 0 .5rem;
}

.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: 3px solid #F7991D;
  color: #fff;
  cursor: pointer;
  position: relative;
  height: 100%;
}

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

.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: #dc0000;
}

.searchResult {
  max-width: 960px;
  position: relative;
  min-height: 200px;
  margin: auto;
}

.co_map_img_block {
  max-width: 500px;
  margin: auto;
}

.companyItem-name {
  font-size: 1.6rem;
}

/* 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;
  }
}

.companyItem-logo {
  position: relative;
  width: 40%;
  height: fit-content;
}

.companyItem-logo:before {
  content: '';
  padding-top: 80%;
  width: 100%;
  display: block;
}

.companyItem-logo .companyItem-logoInner {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
}

.companyItem-logo .companyItem-logoInner img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin: auto;
}

.companyItem-info {
  width: 60%;
  padding-left: 1rem;
}

@media screen and (max-width: 767px) {
  .resultCompanyItem a {
    flex-direction: column;
  }
  .companyItem-logo, .companyItem-info {
    width: 100%;
    padding-left: 0;
  }
}
/*# sourceMappingURL=co_map.css.map */