<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#search-wrap {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
  width: 100%;
  height: 100vh;
  opacity: 0;
}

#search-wrap.panelactive {
  opacity: 1;
  z-index: 999;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

#search-wrap.panelactive #search01 {
  display: block;
  width: 80%;
  position: relative;
}

#search-wrap #search01 {
  background: #fff;
  width: 100%;
  height: 95%;
  overflow-y: scroll;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0;
  display: none;
}

.search_header {
  background-color: #fff;
  padding: 20px 0 10px 0;
  margin-bottom: 20px;
  display: flex;
  position: sticky;
  top: 0;
  justify-content: space-between;
  z-index: 1000;
}
.search_item--checkbox {
  display: flex;
  align-items: center;

  .search_title {
    order: 2;
  }
  .check_item {
    order: 1;
    display: flex;
    align-items: center;
  }
}

.search_item {
  width: 100% !important;
  margin-bottom: 10px;
}

.input_box input[type="text"] {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search_input {
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #dadada;
  background-color: #fff;
}

.search_tabs {
  --color-touban: #FF7BAA;
  --color-visit: #5D5DD0;
  --color-acceptance: #8AC43F;
  --color-nighter: #1C198A;

  list-style-type: none;
  display: flex;
  gap: 3px;
  align-items: stretch;
  padding: 0;
  margin-bottom: 1rem;
  background-color: white;
}
.search_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-basis: 25%;
  padding: .667rem 2px;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  cursor: default;
  font-size: 105%;
  opacity: .3;
  color: white;
  transition: .3s;

  &amp;:has(:is(:checked, :hover)) {
    opacity: 1.0;
    transition: .3s;
  }
}

.search_tab__touban {
  background-color: var(--color-touban);
}
.search_tab__visit {
  background-color: var(--color-visit);
}
.search_tab__acceptance {
  background-color: var(--color-acceptance);
}
.search_tab__nighter {
  background-color: var(--color-nighter);
}

.search_button,
.close_btn,
.clear_button,
.datepicker {
  cursor: pointer;
}

.close_btn,
.clear_button {
  color: #0c0c0c;
  border-radius: 3px;
  border: 1px solid #b4b4b4;
  width: fit-content;
  padding: 0 10px;
  font-size: 0.8rem;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_button {
  background: #3366cc;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* margin: 10px auto; */
  margin-bottom: 8px;
  width: 90%;
  max-width: 600px;
  height: 50px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.search_btn-inner {
  display: inline;
}
.search_btn-inner.hide {
  display: none;
}
.search_warning_message {
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  padding: 3px;
  border-radius: 5px;
  margin-bottom: .5rem;
  text-align: center;
  width: 100%;
}

.search_loading_wrapper {
  display: inline-block;
}
.search_loading_wrapper.hide {
    display: none;
}
.search_loading_animation {
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: 100%;
  transform: translateZ(0) scale(.4);
  animation: loading .8s infinite linear;
}
@keyframes loading {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

#area1{
  margin-bottom: 2px;
}

form#search01 .search_item .search_title{
  /* margin-bottom: 0.2rem; */
  padding: 0.3rem;
  /* border-left: 10px solid; */

  .upper_level_title {
    font-style: normal;
    font-size: 1.25rem;
    font-weight: bold;
    color: #3366cc;
  }
}

.search_section_header {
  line-height: 1.2;
  font-size: 1.25rem;
  margin: 1.15rem 0;
  color: #3366cc;
}

.search_footer{
  display: flex;
  align-items: center;
  flex-direction: column;
  position: sticky;
  bottom: 0;
  z-index: 10;
  width: 100%;
  margin: 0;
  padding-top: 6px;
  background: #fff;
  color: #fff;
  height: fit-content;
}

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

  /* 繧ｹ繝槭�莉･荳� */
  .search_header{
    padding: 7px 5px 7px 5px;
  }

  .search_button {
    font-size: 10px;
  }

  .clear_button {
    font-size: 10px;
  }

  .datepicker {
    width: 100%;
  }

  .input_pharmname {
    font-size: 0.7rem;
  }

  #search-wrap {
    height: 93%;
  }
}

@media only screen and (max-width: 990px) {
  /* 繧ｿ繝悶Ξ繝�ヨ莉･荳� */
  #search-wrap {
    height: 93%;
  }
}

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

  /* PC */
  #search-wrap.panelactive #search01 {
    display: block;
    width: 65%;
    position: relative;
  }
}</pre></body></html>