@font-face {
  font-display: swap;
  font-family: "notosans";
  font-style: normal;
  font-weight: 400;
  src: url("../common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "notosans";
  font-style: normal;
  font-weight: 500;
  src: url("../common/fonts/NotoSans_medium.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "notosans";
  font-style: normal;
  font-weight: 700;
  src: url("../common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "notosans";
  font-style: normal;
  font-weight: 900;
  src: url("../common/fonts/NotoSans_black.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../common/fonts/Roboto-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../common/fonts/Roboto-Bold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../common/fonts/Roboto-Black.woff2") format("woff2");
}
#container {
  width: 100% !important;
}
#container > #page_block1 {
  /*    width:1160px !important;*/
  margin: auto;
}
#container > #page_block1 .header_2 {
  width: 960px;
  margin: auto;
}

#page_block5 {
  margin: auto !important;
}

.bread-crumb {
  background: none;
  padding-left: 0;
  max-width: 1160px;
  margin: auto;
}

.crumb-home {
  margin-right: 10px;
}

.bread-crumb li {
  font-size: 12px;
  display: block;
  float: left;
  padding: 0 5px;
  white-space: nowrap;
  color: #333;
}

nav + .fever_outpatient {
  border-top: 1px solid #e5e5e5;
  color: #444;
  padding: 20px 0 100px 0;
}
nav + .fever_outpatient * {
  box-sizing: border-box;
}
nav + .fever_outpatient a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.fever_outpatient {
  background: #F3F3F3;
  font-family: "notosans", "sans-serif";
}
.fever_outpatient .main-contents {
  width: 960px;
  margin: auto;
}

.main-header {
  background: #1CB968;
  border-radius: 10px;
  padding: 35px 24px;
  margin: 0 auto 40px;
  width: 670px;
}
.main-header h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
.main-header h1 span {
  font-size: 36px;
}
.main-header .header-body {
  margin-top: 20px;
}
.main-header .header-body .topimg {
  width: 336px;
  margin: auto;
}
.main-header .header-body .topimg img {
  display: block;
}
.search-box {
  background: #fff;
  border-radius: 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 5px 5px 18px;
  height: 54px;
}
.search-box dt {
  flex-shrink: 0;
  width: 18px;
}
.search-box dt img {
  display: block;
}
.search-box dd {
  flex-shrink: 0;
  position: relative;
}
.search-box dd label {
  display: block;
  width: 100%;
  height: 44px;
  position: relative;
}
.search-box dd label::after {
  background: url("../../img/fever_outpatient/select_arrow.svg") no-repeat center/contain;
  content: "";
  height: 6px;
  width: 8px;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.search-box dd label select {
  width: 100%;
  height: 44px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  padding: 0 12px;
}
.search-box dd label select:focus, .search-box dd label select:focus-visible {
  outline: none;
  box-shadow: none;
}
.search-box dd label select:hover {
  cursor: pointer;
}
.search-box dd label select:valid {
  font-weight: 700;
}
.search-box dd.pref {
  flex: 1;
}
.search-box dd.pref::after {
  background: #F1F1F1;
  content: "";
  position: absolute;
  height: 34px;
  width: 1px;
  right: 0;
  top: 5px;
}
.search-box dd.city {
  flex: 1;
}
.search-box dd.submit {
  flex-shrink: 0;
  width: 128px;
  padding: 0 0 0 20px;
}
.search-box dd.submit button {
  background: #0EB0D6;
  border: none;
  border-radius: 22px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 44px;
  width: 108px;
  position: relative;
  text-align: left;
  padding: 0 0 0 50px;
}
.search-box dd.submit button::before {
  background: url("../../img/fever_outpatient/submit_icon.svg") no-repeat center/contain;
  content: "";
  height: 18px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}
.search-box dd.submit button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.list-search {
  width: 670px;
  margin: 0 auto 25px;
}

.outpatient-main {
  width: 670px;
  margin: auto;
}
.outpatient-main h2 {
  font-size: 24px;
  line-height: 1.0;
  margin-bottom: 32px;
}
.outpatient-main h2 span {
  font-weight: 700;
}
.outpatient-main .quantity {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.0;
  margin-bottom: 16px;
}
.outpatient-main .quantity b {
  font-family: "roboto","sans-serif";
}
.outpatient-main .facility-box {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  margin-bottom: 24px;
}
.outpatient-main .facility-box:last-of-type {
  margin-bottom: 0;
}
.outpatient-main .facility-box .picture {
  overflow: hidden;
  height: 338px;
}
.outpatient-main .facility-box .picture img {
  width: 100%;
}
.outpatient-main .facility-box .profile-body {
  padding: 24px 25px 24px;
}
.outpatient-main .facility-box .profile-body .department {
  color: #88888E;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  line-height: 1.0;
  margin-bottom: 12px;
  gap: 6px;
}
.outpatient-main .facility-box .profile-body .department .other {
  border: 1px solid #88888E;
  border-radius: 4px;
  color: #88888E;
  font-size: 10px;
  display: block;
  height: 18px;
  line-height: 17px;
  text-align: center;
  width: 39px;
}
.outpatient-main .facility-box .profile-body .department .other b {
  font-family: "roboto","sans-serif";
  margin: 0 1px;
}
.outpatient-main .facility-box .profile-body h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.0;
}
.outpatient-main .facility-box .profile-body .address-access {
  margin-bottom: 25px;
}
.outpatient-main .facility-box .profile-body .address-access dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.outpatient-main .facility-box .profile-body .address-access dl:last-of-type {
  margin-bottom: 0;
}
.outpatient-main .facility-box .profile-body .address-access dl dt {
  flex-shrink: 0;
  width: 17px;
  margin-right: 12px;
}
.outpatient-main .facility-box .profile-body .address-access dl dt img {
  width: 100%;
}
.outpatient-main .facility-box .profile-body .address-access dl dd {
  font-size: 12px;
}
.outpatient-main .facility-box .profile-body .catch {
  margin-bottom: 25px;
}
.outpatient-main .facility-box .profile-body .catch .catch-text {
  background: #FAFAFA;
  border-top: 1px solid #F1F1F1;
  border-bottom: 1px solid #F1F1F1;
  padding: 25px 20px;
}
.outpatient-main .facility-box .profile-body .catch .catch-text h4 {
  font-size: 16px;
  font-weight: 700;
}
.outpatient-main .facility-box .profile-body .catch .description {
  font-size: 14px;
  padding: 20px 0 0 0;
}
.outpatient-main .facility-box .profile-body .catch .description .elipsis {
  color: #0277BD;
}
.outpatient-main .facility-box .profile-body .catch .description a {
  color: #0277BD;
  white-space: nowrap;
}
.outpatient-main .facility-box .profile-body .schedule {
  margin-bottom: 24px;
}
.outpatient-main .facility-box .profile-body .schedule table {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  table-layout: fixed;
}
.outpatient-main .facility-box .profile-body .schedule table thead tr {
  background: #FAFAFA;
  border-bottom: 1px solid #DEDEDE;
  height: 25px;
}
.outpatient-main .facility-box .profile-body .schedule table thead tr th {
  font-size: 12px;
  width: 120px;
  vertical-align: middle;
  text-align: center;
}
.outpatient-main .facility-box .profile-body .schedule table thead tr td {
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
}
.outpatient-main .facility-box .profile-body .schedule table thead tr td.sat {
  color: #0066CC;
}
.outpatient-main .facility-box .profile-body .schedule table thead tr td.sun {
  color: #E64C30;
}
.outpatient-main .facility-box .profile-body .schedule table thead tr td.holiday {
  color: #E64C30;
}
.outpatient-main .facility-box .profile-body .schedule table tbody tr {
  border-bottom: 1px solid #DEDEDE;
  height: 40px;
}
.outpatient-main .facility-box .profile-body .schedule table tbody tr th {
  font-size: 14px;
  font-weight: 700;
  font-family: "roboto","sans-serif";
  width: 120px;
  vertical-align: middle;
  text-align: center;
}
.outpatient-main .facility-box .profile-body .schedule table tbody tr td {
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
}
.outpatient-main .facility-box .profile-body .schedule table tbody tr td .work {
  background: #444;
  border-radius: 50%;
  height: 16px;
  margin: auto;
  width: 16px;
}
.outpatient-main .facility-box .profile-body .schedule table tbody tr td .rest {
  background: #999999;
  height: 1px;
  margin: auto;
  width: 12px;
}
.outpatient-main .facility-box .profile-body .btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.outpatient-main .facility-box .profile-body .btn-box li {
  flex-shrink: 0;
  width: 301px;
}
.outpatient-main .facility-box .profile-body .btn-box li a {
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 100%;
  position: relative;
}
.outpatient-main .facility-box .profile-body .btn-box li.detail a {
  background: #F2F6F7;
  color: #444;
}
.outpatient-main .facility-box .profile-body .btn-box li.reserve a {
  background: #1CB968;
}
.outpatient-main .result-zero {
  padding: 48px 0 100px;
}
.outpatient-main .result-zero img {
  display: block;
  margin: auto;
  width: 150px;
}
.outpatient-main .result-zero .text {
  color: #848484;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 1.0;
  margin-top: 25px;
}

.pager-box {
  margin-top: 24px;
}
.pager-box .pager-body {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.pager-box .pager-body li {
  flex-shrink: 0;
  width: 185px;
}
.pager-box .pager-body li:only-of-type {
  width: 380px;
}
.pager-box .pager-body li a {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
  color: #444;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
  display: block;
  height: 48px;
  position: relative;
}
.pager-box .pager-body li.next a:after {
  border-right: 2px solid #444;
  border-bottom: 2px solid #444;
  content: "";
  height: 6px;
  width: 6px;
  position: absolute;
  right: 15px;
  top: 20px;
  transform: rotate(-45deg);
}
.pager-box .pager-body li.prev a:before {
  border-left: 2px solid #444;
  border-bottom: 2px solid #444;
  content: "";
  height: 6px;
  width: 6px;
  position: absolute;
  left: 15px;
  top: 20px;
  transform: rotate(45deg);
}
.pager-box .page-num {
  color: #88888E;
  font-size: 12px;
  line-height: 1.0;
  margin-top: 12px;
  text-align: center;
}
.pager-box .page-num b {
  font-family: "roboto","sans-serif";
}