#inquiryPc { display: none; }
#inquiryMobile { display: none; }

@media screen and (min-width: 1250px){

#mainContents {
  min-height: calc(100vh - 57rem);
}

}

.searchHeader01 {
  display: none;
  background-color: #109189;
  color: #ffffff;
  font-size: 3.2rem;
  line-height: 3.2rem;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding: 3rem 0 3.5rem;
  margin: -3rem calc((100% - 100vw) / 2) 8rem;
}

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

.searchHeader01 {
    margin-top: -1.5rem;
}

}

.searchHeader01::after {
  position: absolute;
  content: "";
  bottom: -1.2rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background-color: #109189;
  height: 2.4rem;
  width: 2.4rem;
}

.gsc-control-cse {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 400;
  line-height: 1.7;
  margin: 5rem 0 0 !important;
  padding: 0 !important;
  border: none !important;
}

.gsc-control-cse a, .gsc-control-cse a b {
  color: #0083B3 !important;
}

.gsc-control-cse .gs-visibleUrl {
  color: #109189 !important;
  font-size: 1.4rem;
}

.gsc-completion-container .gsq_a {
  padding: 0.2rem 0;
}

.gsc-completion-container tr:first-of-type .gsq_a {
  padding-top: 0.7rem;
}

.gsc-completion-container tr:last-of-type .gsq_a {
  padding-bottom: 0.7rem;
}

