<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.h6 {
  font-size: 15px;
}
.bg-wihte {
  background: #ffffff;
}
.text-secondary,
.text-secondary:hover {
  color: #08529c !important;
}
.text-primary {
  color: #08529c;
  font-weight: 400;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.w90 {
  width: 90%;
  margin-left: 10%;
}
@media screen and (max-width: 991px) {
  .w90 {
    width: 100%;
    margin-left: 0;
  }
}
.mt-n15,
.my-n15 {
  margin-top: -25rem !important;
}
@media screen and (max-width: 767px) {
  .mt-n15,
  .my-n15 {
    margin-top: 3rem !important;
  }
}
.width90 {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .width90 {
    width: 100%;
  }
}
.cap-text {
  font-size: 90%;
  line-height: 95%;
}
.h1 {
  line-height: 1.5em;
}
@media screen and (max-width: 575px) {
  .h2 {
    font-size: 20px;
  }
}
.h3 {
  color: #232323;
  font-size: 24px;
  line-height: 34px;
  font-size: 500;
}
@media screen and (max-width: 575px) {
  .h3 {
    font-size: 20px;
  }
}
.h4 {
  color: #232323;
  font-size: 20px;
  line-height: 34px;
  font-size: 500;
}
@media screen and (max-width: 575px) {
  dd,
  dt,
  li,
  p,
  td,
  th {
    font-size: 14px;
  }
}
.no-gutter [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}
.img-responsive {
  width: 100%;
}
.brand-logo {
  font-size: 1.6em;
}
@media screen and (max-width: 1200px) {
  .brand-logo {
    font-size: 1.4em;
  }
}
.nav_link {
  border-radius: 0.55rem;
  padding: 5px;
}
.nav_link:hover {
  -webkit-box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #ffffff;
  box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #ffffff;
}
p.caption {
  font-size: 14px;
}
footer .table tr {
  border-bottom: 0.0625rem solid #d1d9e6;
}
footer .table tr:last-child {
  border-bottom: none;
}
footer .table tr th {
  font-size: 13px;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .table tr td {
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.news-list {
  margin: 0px;
  padding: 0px;
}
.list-group-item span.date {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  margin-right: 1rem;
}
.list-group-item span.flag01:after {
  content: "お知らせ";
  -webkit-box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #ffffff;
  box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #ffffff;
  color: #08529c;
  font-size: 0.7rem;
  font-weight: 400;
  padding: 0.2rem 0.55rem;
  margin-left: 0.6rem;
  border-radius: 0.55rem;
}
.list-group-item span.flag02:after {
  content: "診　　療";
  -webkit-box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #ffffff;
  box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #ffffff;
  color: #206ab4;
  font-size: 0.7rem;
  font-weight: 400;
  padding: 0.2rem 0.55rem;
  margin-left: 0.6rem;
  border-radius: 0.55rem;
}
.list-group-item {
  margin: 0px;
  padding: 1px 0px;
}
.list-group-item a {
  display: block;
  margin-left: -15px;
  border-radius: 8px;
  padding: 0px 15px;
  padding-left: 15px !important;
}
.list-group-item a:hover {
  -webkit-box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #ffffff;
  box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #ffffff;
}
.btn-primary {
  color: #08529c !important;
  font-weight: 600;
}
@media (max-width: 575px) {
  .btn-group-lg &gt; .btn,
  .btn-lg {
    padding: 0.4rem 0.5rem;
    font-size: 1rem;
    line-height: 1.2;
  }
  .carousel {
    margin-top: 30px;
  }
  .h1 {
    font-size: 1.3rem;
    letter-spacing: -1px;
  }
  .card .news-list .list-group-item span.date {
    display: block;
  }
  .section-sm {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .navbar-brand {
    margin-right: 0.5rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
  }
  .btn-group-sm &gt; .btn,
  .btn-sm {
    width: 60%;
  }
  .table td,
  .table th {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .card-body {
    padding: 0.5rem;
  }
  .card-header {
    padding: 0.5rem;
  }
}
.display-2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
  color: #08529c;
}
.intros {
  padding: 200px 0px;
  background: url(../images/index/bg1.jpg) no-repeat;
  background-position: right center;
}
.intros .intro-text {
  width: 30em;
}
.icon-title {
  font-size: 20px;
}
@media (max-width: 575px) {
  .icon-title {
    font-size: 16px;
  }
}
.footer-links li {
  display: inline-block;
  margin-right: 30px;
}
.footer-links li a {
  font-size: 13px;
}
.footer-links li a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  font-size: 12px;
}
dl.d-flex dt {
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  dl.d-flex dt {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: 0px;
  }
}
dl.d-flex dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  dl.d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.indent-2 {
  margin-right: 3em;
  margin-left: 3em;
}
@media screen and (max-width: 767px) {
  .indent-2 {
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
}
.font-small {
  font-size: 12px;
}
.news_body {
  position: relative;
}
.news_body h5 {
  margin-top: 30px;
}
.news_body p {
  font-size: 14px;
  line-height: 24px;
}
.news_body .category {
  position: absolute;
  top: 0;
  font-size: 15px;
}
.news_body .category img {
  margin-right: 5px;
}
.news_body .date {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 13px;
  color: #08529c;
}
.news_body .date:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}
.category_menu {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.category_menu li {
  margin: 10px 10px;
}
.category_menu li a {
  font-weight: 400;
  color: #222222 !important;
}
a.telnumber {
  display: none;
}
.news_title {
  border-bottom: solid 1px #666666;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 575px) {
  .news_title {
    font-size: 22px;
  }
}
.news_title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #206ab4;
  bottom: -2px;
  width: 30%;
}
.btn-circle {
    width: 40px !important;
    height: 40px !important;
    padding: 0px;
    display: grid;
    place-content: center;
}
.modal_h4 {
  margin: 0px 0px 20px;
  dt {
    padding-bottom: 5px;
    margin-bottom: 6px;
    border-bottom: 1px #b8b9be solid;
  }
  dt:before {
    content: "●";
    color: #206ab4;
    margin-right: 5px;
  }
  dd {
    font-size: 14px;
    padding-left: 1.5em;
  }
}
.modal_tel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 10px 0px;
  align-items: center;
  p {
    display: grid;
    grid-template-rows: subgrid;
    background: #f1f1f1;
    padding: 5px 10px;
    align-items: center;
  }
}
.modal_h3{
  margin: 0px 0px 20px;
  dt {
    padding-bottom: 5px;
    display: flex;
    align-items: center;
  }
  dt:before {
    content: "";
    width: 1em;
    height: 4px;
    background-color: #206ab4;
    margin-right: 5px;
  }
  dd {
    font-size: 14px;
    padding-left: 1.5em;
  }
}</pre></body></html>