@charset "UTF-8";
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
            animation: none !important;
    scroll-behavior: auto !important;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: 100%;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

p {
  margin: 0 0 1em;
}

img {
  height: auto;
  border: none;
  -o-object-fit: contain;
     object-fit: contain;
}

iframe {
  max-width: 100%;
  height: 100%;
  border: none;
}

em, i {
  font-style: normal;
}

@font-face {
  font-family: "fontello";
  font-weight: normal;
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.cf::after {
  clear: both;
  display: block;
  content: "";
}

.l-cf {
  display: flow-root;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.txt_c {
  text-align: center !important;
}

@media screen and (min-width: 48em), print {
  .pc_txt_l {
    text-align: left !important;
  }
  .pc_txt_r {
    text-align: right !important;
  }
  .pc_txt_c {
    text-align: center !important;
  }
  .pc_flex_c {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .pc_blk_c {
    display: -ms-grid;
    display: grid;
    place-content: center;
  }
}
.img_c {
  margin: 0 auto 1.2rem;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 0 auto 1.2rem;
}

@media screen and (max-width: 47.99em) {
  .img_c.mb0, .img_l.mb0, .img_r.mb0 {
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 48em), print {
  .img_c {
    margin: 0 auto 20px;
  }
  .img_l {
    float: left;
    max-width: 424px;
    margin: 0 40px 20px 20px;
  }
  .img_r {
    float: right;
    max-width: 424px;
    margin: 0 20px 20px 40px;
  }
}
.mb40 {
  margin-bottom: 4rem;
}

.mb0 {
  margin-bottom: 0;
}

.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.mt5 {
  margin-top: 0.5rem;
}

.mt0 {
  margin-top: 0;
}

@media screen and (min-width: 48em), print {
  .mb40 {
    margin-bottom: 80px;
  }
  .mt40 {
    margin-top: 80px;
  }
  .mt30 {
    margin-top: 60px;
  }
  .mt20 {
    margin-top: 40px;
  }
  .mt10 {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 10px;
  }
}
.intro {
  display: flow-root;
}
.intro > *:last-child {
  margin-bottom: 0;
}

main.contents > section ~ section {
  margin-top: 4rem;
}
main.contents > section section {
  margin-top: 3rem;
}

article:not(:last-of-type) {
  margin-bottom: 5rem;
}
article > .intro {
  margin-bottom: 3rem;
}
article > section ~ section {
  margin-top: 4rem;
}
article > section section {
  margin-top: 3rem;
}
article > section section section {
  margin-top: 2rem;
}
article > section h2 + section, article > section h3 + section {
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  main.contents > section ~ section {
    margin-top: 80px;
  }
  main.contents > section section {
    margin-top: 60px;
  }
  article:not(:last-of-type) {
    margin-bottom: 90px;
  }
  article > .intro {
    margin-bottom: 60px;
  }
  article > section ~ section {
    margin-top: 80px;
  }
  article > section section {
    margin-top: 60px;
  }
  article > section section section {
    margin-top: 40px;
  }
  article > section h2 + section, article > section h3 + section {
    margin-top: 30px;
  }
}
.tit_01 {
  font-weight: normal;
  font-size: 2.2rem;
}

.tit_02, body#page_doctor .collaboration .tit, .information_tit, .outpatient_tit, .treatment_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 6em;
  min-height: 3.8em;
  margin: 0 0 1.6rem;
  padding-bottom: 0.4rem;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #1c712d;
  text-align: center;
  background-image: url(../img/tit_02.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5.4em auto;
}

.tit_03 {
  margin: 0 0 1.2rem;
  padding: 0.5rem 1.2rem 0.6rem;
  font-weight: normal;
  font-size: 1.76rem;
  line-height: 1.2;
  color: #fff;
  background: #498b57;
}

.tit_04 {
  margin: 0 0 1rem;
  padding: 0 0 0.4em 2.5em;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #498B57;
  background-image: url(../img/tit_04.svg);
  background-repeat: no-repeat;
  background-position: left 0 top 0.1em;
  background-size: 2.1em auto;
  border-bottom: 1px solid currentColor;
}

.tit_05 {
  margin: 0 0 0.8rem;
  padding: 0 0 0.4em 1em;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #c58f3e;
  border-bottom: 1px dashed currentColor;
}

.tit_06 {
  margin: 0 0 1.4rem;
  font-size: 1.4rem;
  line-height: 1.2;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
  }
  .tit_02, body#page_doctor .collaboration .tit, .information_tit, .outpatient_tit, .treatment_tit {
    margin: 0 0 40px;
    padding-bottom: 7px;
    font-size: 3rem;
    letter-spacing: 0.24em;
    background-size: 176px auto;
  }
  .tit_03 {
    margin: 0 0 18px;
    padding: 10px 20px 11px;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
  }
  .tit_04 {
    margin: 0 0 14px;
    padding: 0 0 12px 66px;
    font-size: 2.2rem;
    letter-spacing: 0.06em;
    background-size: 48px auto;
  }
  .tit_05 {
    margin: 0 0 10px;
    padding: 0 0 8px 20px;
    font-size: 2rem;
    letter-spacing: 0.06em;
  }
  .tit_06 {
    margin: 0 0 14px;
    font-size: 1.8rem;
  }
}
body#page_doctor .collaboration ul li, .lst_ul > li, body#page_access .access_info > dd ul > li {
  padding-left: 1.2em;
}
body#page_doctor .collaboration ul li::before, .lst_ul > li::before, body#page_access .access_info > dd ul > li::before {
  display: inline-block;
  margin-left: -1.2em;
  width: 1.2em;
  content: "●";
  color: #f90;
  -webkit-transform: scale(0.45);
          transform: scale(0.45);
}

.lst_ul, body#page_access .access_info > dd ul {
  line-height: 1.4;
}
.lst_ul > li:not(:first-child), body#page_access .access_info > dd ul > li:not(:first-child) {
  margin-top: 0.7em;
}
.lst_ul > li.etc, body#page_access .access_info > dd ul > li.etc {
  padding-left: 0;
}
.lst_ul > li.etc::before, body#page_access .access_info > dd ul > li.etc::before {
  display: none;
}
.lst_ul > li.none::before, body#page_access .access_info > dd ul > li.none::before {
  display: none;
}
.lst_ul.cols, body#page_access .access_info > dd ul.cols, .lst_ul.cols2, body#page_access .access_info > dd ul.cols2, .lst_ul.cols3, body#page_access .access_info > dd ul.cols3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
.lst_ul.cols > li:not(:first-child), body#page_access .access_info > dd ul.cols > li:not(:first-child), .lst_ul.cols2 > li:not(:first-child), body#page_access .access_info > dd ul.cols2 > li:not(:first-child), .lst_ul.cols3 > li:not(:first-child), body#page_access .access_info > dd ul.cols3 > li:not(:first-child) {
  margin-top: 0;
}
@media screen and (min-width: 48em), print {
  .lst_ul, body#page_access .access_info > dd ul {
    line-height: 1.5;
  }
  .lst_ul > li:not(:first-child), body#page_access .access_info > dd ul > li:not(:first-child) {
    margin-top: 0.5em;
  }
  .lst_ul.cols2, body#page_access .access_info > dd ul.cols2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.5em 0;
  }
  .lst_ul.cols2 > li, body#page_access .access_info > dd ul.cols2 > li {
    width: 47%;
  }
  .lst_ul.cols3, body#page_access .access_info > dd ul.cols3 {
    gap: 0.5em 5%;
  }
  .lst_ul.cols3 > li, body#page_access .access_info > dd ul.cols3 > li {
    width: 30%;
  }
}

.lst_ol {
  line-height: 1.4;
}
.lst_ol > li {
  margin-left: 1.4em;
  list-style-type: decimal;
}
.lst_ol > li:not(:first-child) {
  margin-top: 0.7em;
}
.lst_ol > li.none, .lst_ol > li.etc {
  margin-left: 0;
  list-style-type: none;
}
@media screen and (min-width: 48em), print {
  .lst_ol {
    line-height: 1.5;
  }
  .lst_ol > li:not(:first-child) {
    margin-top: 0.5em;
  }
}

.lst_marker {
  line-height: 1.4;
}
.lst_marker > li {
  padding-left: 1em;
  text-indent: -1em;
}
.lst_marker > li > * {
  text-indent: 0;
}
.lst_marker > li:not(:first-child) {
  margin-top: 0.7em;
}
.lst_marker > li.none {
  padding-left: 0;
  text-indent: 0;
}
.lst_marker > li.none::before {
  display: none;
}
@media screen and (min-width: 48em), print {
  .lst_marker {
    line-height: 1.5;
  }
}

.ol_flow li {
  position: relative;
  display: block;
  padding: 0.3rem 0.8rem 1rem 2.5rem;
  text-indent: -1.1em;
  background: rgba(118, 180, 131, 0.2);
}
.ol_flow li:first-letter {
  font-size: 125%;
  color: #498b57;
}
.ol_flow li:not(:last-child) {
  margin-bottom: 3rem;
}
.ol_flow li:not(:last-child)::after {
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 1.4rem 2rem 0 2rem;
  border-color: #76b483 transparent transparent transparent;
}
@media screen and (min-width: 48em), print {
  .ol_flow li {
    padding: 10px 10px 15px 40px;
  }
  .ol_flow li:not(:last-child) {
    margin-bottom: 40px;
  }
  .ol_flow li:not(:last-child)::after {
    bottom: -28px;
    border-width: 18px 30px 0 30px;
  }
}

.dl_flow {
  margin-top: 2rem;
}
.dl_flow dt {
  margin-bottom: 0 !important;
}
.dl_flow dt.tit_03 + dd {
  border: 2px solid #498b57;
}
.dl_flow dt.tit_04 {
  padding-bottom: 0.8rem;
  border-bottom: none;
}
.dl_flow dt.tit_04 + dd {
  -webkit-box-shadow: 0 0 1px 2px #76b483;
          box-shadow: 0 0 1px 2px #76b483;
}
.dl_flow dd {
  position: relative;
  padding: 1rem 1rem 1.2rem;
}
.dl_flow dd:not(:last-child) {
  margin-bottom: 5rem;
}
.dl_flow dd:not(:last-child)::after {
  position: absolute;
  bottom: -3.5rem;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 2rem 1.5rem 0 1.5rem;
  border-color: #498b57 transparent transparent transparent;
}
.dl_flow dd > *:last-child {
  margin-bottom: 0;
}
.dl_flow + .box_notice {
  margin: 2.5rem 0 0;
}
@media screen and (min-width: 48em), print {
  .dl_flow {
    margin-top: 30px;
  }
  .dl_flow dt.tit_04 {
    padding-bottom: 14px;
  }
  .dl_flow dd {
    padding: 20px 25px 22px;
  }
  .dl_flow dd:not(:last-child) {
    margin-bottom: 60px;
  }
  .dl_flow dd:not(:last-child)::after {
    bottom: -45px;
    border-width: 20px 30px 0 30px;
  }
  .dl_flow + .box_notice {
    margin: 50px 0 0;
  }
}

.dl_tbl {
  margin: 1em 0;
  border: 1px solid #498b57;
}
.dl_tbl dt {
  padding: 0.5em 1em;
  color: #1c712d;
  background: #e9ffed;
}
.dl_tbl dt:not(:first-of-type) {
  border-top: 1px solid #498b57;
}
.dl_tbl dd {
  padding: 0.8em 1em 1em;
  border-top: 1px solid #498b57;
}
.dl_tbl.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dl_tbl.cols dt {
  width: 25%;
  padding: 1em 0.5rem 1rem 1rem;
}
.dl_tbl.cols dd {
  width: 75%;
  padding: 1em;
}
.dl_tbl.cols dd:first-of-type {
  border-top: none;
}
@media screen and (min-width: 48em), print {
  .dl_tbl.cols dt, .dl_tbl.cols dd {
    padding: 10px 40px;
  }
}

.box_notes, .box_notice, .box_disease, .box_symptoms {
  margin: 1em 0;
  padding: 1em;
}
.box_notes > :last-child, .box_notice > :last-child, .box_disease > :last-child, .box_symptoms > :last-child {
  margin-bottom: 0;
}
.box_notes ul, .box_notice ul, .box_disease ul, .box_symptoms ul, .box_notes ol, .box_notice ol, .box_disease ol, .box_symptoms ol {
  margin: 0;
}
@media screen and (min-width: 48em), print {
  .box_notes, .box_notice, .box_disease, .box_symptoms {
    padding: 25px;
  }
}
.l-cf .box_notes, .l-cf .box_notice, .l-cf .box_disease, .l-cf .box_symptoms, .intro .box_notes, .intro .box_notice, .intro .box_disease, .intro .box_symptoms {
  display: flow-root;
}

.box_symptoms {
  background: #fff9ef;
}

.box_disease {
  background: #e9ffed;
}
.box_disease .lst_ul > li::before, .box_disease body#page_access .access_info > dd ul > li::before, body#page_access .access_info > dd .box_disease ul > li::before {
  color: #76b483;
}

.box_notice {
  background: #fff5f3;
}
.box_notice .tit {
  margin: 0 0 0.5em;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #f60;
}
.box_notice .tel.ico {
  margin-top: 0.3rem;
  font-size: 2rem;
}
@media screen and (min-width: 48em), print {
  .box_notice .tit {
    font-size: 2.2rem;
  }
  .box_notice .tel.ico {
    margin-top: 8px;
    font-size: 3.8rem;
  }
}

.box_notes {
  -webkit-box-shadow: inset 0 0 0.5rem #d0d0d0;
          box-shadow: inset 0 0 0.5rem #d0d0d0;
}

.js-news dd a, .lnk_external, .lnk_to, .lnk_pages li a {
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  .js-news dd a, .lnk_external, .lnk_to, .lnk_pages li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .js-news dd a:hover, .lnk_external:hover, .lnk_to:hover, .lnk_pages li a:hover {
    text-decoration: none;
  }
}

.lnk_to, .lnk_pages li a {
  color: #1c712d;
}
@media screen and (min-width: 48em), print {
  .lnk_to:hover, .lnk_pages li a:hover {
    color: #76b483;
  }
}

.lnk_external {
  color: #1c712d;
}
.lnk_external::after {
  display: inline-block;
  margin-left: 0.5em;
  line-height: 1;
  font-family: "fontello";
  font-weight: normal;
  content: '\f08e';
  font-size: 80%;
}
@media screen and (min-width: 48em), print {
  .lnk_external::after {
    font-size: 100%;
  }
  .lnk_external:hover {
    color: #76b483;
  }
}

.lnk_url {
  font-family: initial;
  font-size: 92%;
  word-break: break-all;
  text-decoration: underline;
  color: #498b57;
}
@media screen and (min-width: 48em), print {
  .lnk_url {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .lnk_url:hover {
    color: #76b483;
  }
}

.lnk_bnr {
  display: inline-block;
  margin: 1rem auto;
}
@media screen and (min-width: 48em), print {
  .lnk_bnr {
    max-width: 750px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .lnk_bnr:hover {
    -webkit-filter: saturate(1.4);
            filter: saturate(1.4);
  }
}

.lnk_pages {
  margin-top: 3rem;
}
.lnk_pages li {
  margin-top: 0.3em;
}
.lnk_pages li::before {
  content: "→ ";
}
.lnk_pages li a {
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 48em), print {
  .lnk_pages {
    margin-top: 40px;
  }
}

.btn_detail, .btn_back {
  display: inline-block;
  padding: 0.6em 1em;
  text-decoration: none;
  line-height: 1.2;
  text-align: center;
  border-radius: 0.5rem;
}
.btn_detail::before, .btn_back::before {
  margin-right: 0.4em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
  font-size: 112.5%;
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back {
    padding: 0.8em 1.5em;
    letter-spacing: 0.06em;
    border-radius: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.btn_detail, .btn_back {
  color: #fff;
  background: #1c712d;
}
@media screen and (min-width: 48em), print {
  .btn_detail:hover, .btn_back:hover {
    background: #76b483;
  }
}

em {
  font-weight: bold;
}

.notice {
  color: #f40;
}

mark {
  color: inherit;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fe0));
  background: linear-gradient(transparent 60%, #fe0 60%);
}

.marker {
  padding-left: 1em;
  text-indent: -1em;
}
.marker > * {
  text-indent: 0;
}
span.marker {
  display: inline-block;
}

.tel {
  white-space: nowrap;
}
.tel.ico {
  color: #f90;
  letter-spacing: 0.04em;
  line-height: 1;
}
.tel.ico a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 0.2em;
     -moz-column-gap: 0.2em;
          column-gap: 0.2em;
}
.tel.ico a::before {
  width: 2.4em;
  height: 2.4em;
  padding-top: 0.8em;
  font-size: 0.4em;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  background: #f90;
  content: "TEL.";
}
.tel_information {
  margin-top: 1rem;
  padding: 1rem;
  background: #fff9ef;
  border: 1px solid #f90;
}
.tel_information dt {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  text-align: center;
  color: #f70;
}
.tel_information dd {
  font-size: 1.2rem;
}
@media screen and (min-width: 48em), print {
  .tel.ico {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 0.25em;
       -moz-column-gap: 0.25em;
            column-gap: 0.25em;
  }
  .tel.ico::before {
    width: 2.8em;
    height: 2.8em;
    padding-top: 0.8em;
    font-size: 0.4em;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    background: #f90;
    content: "TEL.";
  }
  .tel.ico a::before {
    display: none;
  }
  .tel_information {
    margin-top: 16px;
    padding: 20px 22px;
  }
  .tel_information dt {
    margin-bottom: 6px;
    font-size: 2rem;
  }
  .tel_information dd {
    font-size: 1.6rem;
  }
}

.timetable {
  color: #1c712d;
  background: #e9ffed;
}
.timetable table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}
.timetable table caption {
  caption-side: bottom;
  margin: 0.5em 0;
  font-size: 88%;
  line-height: 1.3;
  text-align: left;
}
.timetable table th, .timetable table td {
  padding: 0.3em 0;
  text-align: center;
  font-weight: normal;
  border-bottom: 2px solid currentColor;
}
.timetable table thead th:first-child {
  width: 33%;
}
.timetable table thead th:last-child {
  width: 12%;
  letter-spacing: -0.1em;
}
.timetable table tbody th {
  white-space: nowrap;
}

@media screen and (min-width: 48em), print {
  .timetable table {
    table-layout: fixed;
  }
  .timetable table caption {
    margin: 0.8em 0;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
  .timetable table th, .timetable table td {
    padding: 0.5em 0;
  }
  .timetable table thead th:first-child {
    width: 28%;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.gmap_btn a {
  display: inline-block;
  padding: 0.6em;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  background: #1c712d;
  border-radius: 0.3rem;
}
.gmap_btn a::before {
  margin-right: 0.5em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80d';
  font-size: 112.5%;
}
@media screen and (min-width: 48em), print {
  .gmap_btn a {
    padding: 11px;
    letter-spacing: 0.06em;
    border-radius: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .gmap_btn a:hover {
    background: #76b483;
  }
}

html {
  font-size: 3.125vw;
  font-family: "Zen Maru Gothic", sans-serif;
}

body {
  color: #000;
  background: #fff;
  word-wrap: break-word;
}
body.spnav_modal {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.main {
  font-size: 1.4rem;
}
.main.contents {
  padding: 2rem 5% 4rem;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1240px;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.6rem;
  }
  .main.contents {
    width: 1200px;
    margin: auto;
    padding: 44px 0 80px;
    line-height: 1.75;
  }
}
.header .wrap {
  padding: 1rem;
}
.header .wrap .logo {
  max-width: calc(100% - 5rem);
  height: 4rem;
}
.header .wrap .logo a {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.header .wrap .logo a img {
  width: 100%;
}
.header .wrap .clinic_contact {
  text-align: center;
}
.header .wrap .clinic_contact .adr {
  margin-top: 0.5rem;
  font-size: 1.1rem;
  color: #555;
}
.header .wrap .clinic_contact .tel {
  font-size: 2.2rem;
}

@media screen and (min-width: 48em), print {
  .header .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
    padding: 10px;
  }
  .header .wrap .logo {
    width: 442px;
    height: 66px;
  }
  .header .wrap .logo a {
    display: block;
  }
  .header .wrap .clinic_contact {
    text-align: right;
  }
  .header .wrap .clinic_contact .adr {
    margin: 0 0 8px;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
  .header .wrap .clinic_contact .tel {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 47.99em) {
  .js-sp_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .js-sp_modal.is_overlay {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
  }
  .js-sp_box {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .js-sp_box.is_open {
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .js-menu_box {
    display: none;
  }
}
@media screen and (min-width: 48em), print {
  .js-pc_sticky {
    position: relative;
    -webkit-transition: -webkit-box-shadow 0.5s;
    transition: -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s;
    transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
  }
  .js-pc_sticky.is_sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    -webkit-box-shadow: 0 0 10px 0 rgba(112, 112, 112, 0.3);
            box-shadow: 0 0 10px 0 rgba(112, 112, 112, 0.3);
  }
  .js-menu_box {
    opacity: 0;
    height: 0;
  }
  .sub:hover .js-menu_box {
    display: block;
    opacity: 1;
    height: auto;
  }
}
@media print {
  .js-pc_sticky.is_sticky {
    position: relative !important;
  }
}
#nav {
  width: 100%;
}
#nav .gnav > li > a, #nav .gnav > li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0 none;
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#nav .gnav > li > a::before, #nav .gnav > li button::before {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: #76b483;
  content: attr(title);
}
#nav .gnav > li .sub_btn {
  position: relative;
  width: 100%;
}
#nav .gnav > li .sub_btn::after {
  position: absolute;
  top: auto;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80c';
  font-size: 112.5%;
}
#nav .gnav > li .sub_btn.close::after {
  content: "\e80b";
}
#nav .gnav > li .subnav {
  background: #e9ffed;
}
#nav .gnav > li .subnav a {
  display: block;
  color: #1c712d;
}
#nav .gnav > li .subnav a::before {
  margin-right: 0.3em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e807';
}

@media screen and (max-width: 47.99em) {
  #nav #sp_menu {
    position: absolute;
    top: 1rem;
    right: 0.9rem;
    width: 4rem;
    height: 4rem;
    margin: 0;
    padding: 0;
    line-height: 0.7;
    text-align: center;
    color: #1c712d;
    background: #fff;
    border: 1px solid rgba(28, 113, 45, 0.6);
  }
  #nav #sp_menu::before {
    display: block;
    font-family: "fontello";
    font-weight: normal;
    content: '\e802';
    font-size: 3.4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #nav #sp_menu::after {
    font-family: initial;
    font-size: 0.9rem;
    content: "MENU";
  }
  #nav #sp_menu.close::before {
    content: "\e806";
    -webkit-transform: rotate(270deg) scale(-1, 1);
            transform: rotate(270deg) scale(-1, 1);
  }
  #nav #sp_menu.close::after {
    content: "CLOSE";
  }
  #nav #sp_menu span {
    display: none;
  }
  #nav .gnav {
    position: absolute;
    top: 5rem;
    left: 0;
    overflow-y: auto;
    width: 100vw;
    max-height: 100dvh;
    padding: 1rem 1.4rem;
    font-size: 1.4rem;
    color: #333;
    background: #fff;
  }
  #nav .gnav > li:not(:last-child) {
    border-bottom: 1px solid #c0c0c0;
  }
  #nav .gnav > li > a, #nav .gnav > li button {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem;
  }
  #nav .gnav > li > a.close, #nav .gnav > li button.close {
    color: #fff;
    background: #1c712d;
  }
  #nav .gnav .sub_btn::after {
    left: 5em;
  }
  #nav .gnav .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem 0;
    padding: 0.8rem 0 1rem;
  }
  #nav .gnav .subnav li {
    width: 50%;
    padding: 0 0 0 1rem;
    line-height: 1.3;
  }
  #nav .gnav .subnav li:nth-child(even) {
    width: 45%;
  }
}
@media screen and (min-width: 48em), print {
  #nav {
    height: 60px;
    background: #fff;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
  #nav .gnav > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1px 1fr;
    grid-template-columns: 1px 1fr;
  }
  #nav .gnav > li::before {
    width: 1px;
    height: 100%;
    content: "";
    background: linear-gradient(transparent 20px, #707070 20px, #707070 40px, transparent 40px);
  }
  #nav .gnav > li:last-child {
    -ms-grid-columns: 1px 1fr 1px;
    grid-template-columns: 1px 1fr 1px;
  }
  #nav .gnav > li:last-child::after {
    width: 1px;
    height: 100%;
    content: "";
    background: linear-gradient(transparent 20px, #707070 20px, #707070 40px, transparent 40px);
  }
  #nav .gnav > li > a, #nav .gnav > li button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 9px 0;
  }
  #nav .gnav > li > a::before, #nav .gnav > li button::before {
    font-size: 1.2rem;
  }
  #nav .gnav > li > a:hover, #nav .gnav > li button:hover {
    color: #1c712d;
    -webkit-filter: drop-shadow(0 0 10px rgba(233, 255, 237, 0.6));
            filter: drop-shadow(0 0 10px rgba(233, 255, 237, 0.6));
  }
  #nav .gnav > li .sub_btn::after {
    right: 3em;
  }
  #nav .gnav > li.sub {
    position: relative;
    overflow: hidden;
  }
  #nav .gnav > li.sub:hover {
    overflow: visible;
  }
  #nav .gnav > li.sub:hover .sub_btn {
    color: #1c712d;
    -webkit-filter: drop-shadow(0 0 10px rgba(233, 255, 237, 0.6));
            filter: drop-shadow(0 0 10px rgba(233, 255, 237, 0.6));
  }
  #nav .gnav > li.sub:hover .sub_btn::after {
    content: "\e80b";
  }
  #nav .gnav > li .subnav {
    position: absolute;
    top: auto;
    left: 0;
    z-index: 1;
    width: 100%;
  }
  #nav .gnav > li .subnav a {
    padding: 8px 16px;
    text-align: left;
  }
  #nav .gnav > li .subnav a:hover {
    color: #fff;
    background: #1c712d;
  }
}
:target::before {
  content: "";
  display: block;
  height: 7rem;
  margin: -7rem 0 0;
  visibility: hidden;
}
@media screen and (min-width: 48em), print {
  :target::before {
    height: 80px;
    margin: -80px 0 0;
  }
}

.overview {
  padding: 3.5rem 1rem 2.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background-image: url(../img/overview_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.overview .wrap {
  padding: 2rem 0 0;
  color: #333;
  background: #fff;
}
.overview .wrap_col:nth-of-type(1) {
  padding: 0 1.2rem;
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 0.5rem;
}
.overview .clinic_name img {
  max-width: 90%;
  margin: auto;
}
.overview .clinic_number {
  text-align: center;
}
.overview .clinic_number .tel {
  font-size: 2.2rem;
}
.overview .clinic_outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 1rem;
  width: 100%;
  margin: 2rem 0;
  line-height: 1.3;
}
.overview .clinic_outline dt {
  width: 30%;
  padding-left: 0.5rem;
  color: #76b483;
}
.overview .clinic_outline dt::before {
  margin-right: 0.3rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\32';
}
.overview .clinic_outline dd {
  width: 65%;
}
.overview .timetable {
  padding: 1.8rem 1rem;
}
.overview .gmap {
  height: 35rem;
}
.overview .gmap_btn a {
  display: block;
  border-radius: 0;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 50px 0 35px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .overview .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 38px 26px 18px 46px;
  }
  .overview .wrap_col:nth-of-type(1) {
    width: 527px;
    padding: 60px 0 0;
  }
  .overview .wrap_col:nth-of-type(2) {
    width: 560px;
  }
  .overview .clinic_name {
    margin: 0 0 16px;
  }
  .overview .clinic_name img {
    max-width: 442px;
  }
  .overview .clinic_number .tel {
    font-size: 3.6rem;
    letter-spacing: 0.04em;
  }
  .overview .clinic_outline {
    row-gap: 13px;
    margin: 18px 0 0;
    line-height: 1.5;
  }
  .overview .clinic_outline dt {
    width: 100px;
    padding-left: 0;
  }
  .overview .clinic_outline dt::before {
    margin-right: 6px;
  }
  .overview .clinic_outline dd {
    width: 410px;
  }
  .overview .timetable {
    padding: 11px 54px 9px;
  }
  .overview .gmap {
    height: 510px;
  }
  .overview .gmap_btn a {
    border-radius: 8px;
  }
}
.footer {
  padding: 0 0 4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #76b483;
}
.footer ul {
  display: none;
}
.footer .copyright {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
  color: #fff;
  background: #1c712d;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 25px 0 0;
  }
  .footer ul {
    display: block;
    letter-spacing: -0.4em;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    padding: 0 18px;
    -webkit-text-size-adjust: none;
    border-right: 1px solid currentColor;
  }
  .footer ul li:first-child {
    border-left: 1px solid currentColor;
  }
  .footer ul li a {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
  .footer ul li a span {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul.gnav {
    margin-bottom: 13px;
  }
  .footer ul.gnav .sub {
    display: none;
  }
  .footer .copyright {
    margin: 25px 0 0;
    padding: 9px 0;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 47.99em) {
  .js-footfit {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .js-footfit.is_active {
    opacity: 1;
    visibility: visible;
  }
}
.js-pageup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.js-pageup.is_active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    bottom: 20px;
    right: 20px;
  }
}

#sp_footer {
  width: calc(100% - 4rem);
  height: 4rem;
  color: #fff;
  background: #76b483;
}
#sp_footer .tel {
  display: block;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 4rem;
  text-align: center;
}
#sp_footer .tel::before {
  margin-right: 0.3rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e801';
}
@media screen and (min-width: 48em), print {
  #sp_footer {
    display: none;
  }
}

#pageup {
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  font-size: 2.8rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #0c551b;
  border: none;
}
#pageup::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\f005';
}
#pageup span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 50px;
    height: 50px;
    font-size: 2.4rem;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #pageup:hover {
    -webkit-filter: brightness(2);
            filter: brightness(2);
  }
}
@media print {
  #pageup {
    display: none !important;
  }
}

#keyvsl {
  position: relative;
  max-width: 100%;
  padding-top: 2rem;
  background-image: url(../img/index_keyvsl01.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#keyvsl .catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 26rem;
  margin: 0 auto;
  color: #0f5c9f;
  font-size: 1.4rem;
  text-align: center;
  text-shadow: #fff 1px 0px 5px, #fff 0.540302px 0.841471px 5px, #fff -0.416147px 0.909297px 5px, #fff -0.989992px 0.14112px 5px, #fff -0.653644px -0.756802px 5px, #fff 0.283662px -0.958924px 5px, #fff 0.96017px -0.279415px 5px;
  background-image: url(../img/index_keyvsl_catch.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 60%;
}
#keyvsl .timetable {
  padding: 1.2rem;
  font-size: 1.3rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 113, 45, 0.6)), to(#76a981));
  background: linear-gradient(rgba(28, 113, 45, 0.6), #76a981);
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    height: 620px;
    margin-bottom: 80px;
    background-size: auto;
  }
  #keyvsl .catch {
    width: 1200px;
    height: 100%;
    padding: 0;
    font-size: 2.6rem;
    text-shadow: #fff 1px 0px 10px, #fff 0.540302px 0.841471px 10px, #fff -0.416147px 0.909297px 10px, #fff -0.989992px 0.14112px 10px, #fff -0.653644px -0.756802px 10px, #fff 0.283662px -0.958924px 10px, #fff 0.96017px -0.279415px 10px;
    background-size: 476px auto;
  }
  #keyvsl .timetable {
    position: absolute;
    bottom: -80px;
    right: 0;
    width: 46.25%;
    min-height: 220px;
    padding: 13px 0 0 38px;
    font-size: 1.6rem;
    background: rgba(28, 113, 45, 0.6);
  }
  #keyvsl .timetable table {
    width: 450px;
    margin: 0;
  }
}
@media screen and (min-width: 2001px) {
  #keyvsl {
    background-size: cover;
  }
}
.treatment_tit, .outpatient_tit, .information_tit {
  letter-spacing: 0.1em;
}
.treatment_tit::after, .outpatient_tit::after, .information_tit::after {
  display: block;
  margin-top: 0.3rem;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #ccc;
  content: attr(title);
}
@media screen and (min-width: 48em), print {
  .treatment_tit::after, .outpatient_tit::after, .information_tit::after {
    margin-top: 5px;
    font-size: 1.4rem;
    letter-spacing: 0.24em;
  }
}

.js-news dt {
  cursor: pointer;
}

.js-news dd {
  word-wrap: break-word;
}
.js-news dd:not(:nth-of-type(-n+3)) {
  display: none;
}

.information {
  padding: 4rem 1rem 3rem;
  color: #333;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(7.8rem, transparent), color-stop(7.8rem, rgba(220, 255, 227, 0.6)));
  background: linear-gradient(transparent 7.8rem, rgba(220, 255, 227, 0.6) 7.8rem);
}
.information_box dl {
  padding-bottom: 1em;
  border-bottom: 2px dotted #c3c3c3;
}
.information_box dl dt {
  margin-bottom: 0.5rem;
  padding-left: 1.8rem;
  padding-right: 0.8rem;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #1c712d;
}
.information_box dl dt::before {
  display: inline-block;
  margin-left: -1.4rem;
  margin-right: 0.2rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80c';
}
.information_box dl dt.is_open::before {
  content: "\e80b";
}
.information_box dl dt:not(:first-of-type) {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 2px dotted #c3c3c3;
}
.information_box dl dt span {
  display: inline-block;
  margin-right: 0.5em;
}
.information_box dl dd {
  padding: 0 0.5rem 0 1.8rem;
  font-size: 1.35rem;
}

@media screen and (min-width: 48em), print {
  .information {
    padding: 70px 0 90px;
    background: linear-gradient(transparent 126px, rgba(220, 255, 227, 0.6) 126px);
  }
  .information > section {
    width: 844px;
    margin: 0 auto;
  }
  .information_tit {
    margin-bottom: 20px;
  }
  .information_box dl {
    border-bottom: 1px dashed #c3c3c3;
  }
  .information_box dl dt {
    padding-left: 30px;
    padding-right: 10px;
    font-size: 1.8rem;
    letter-spacing: 0.06em;
  }
  .information_box dl dt::before {
    margin-left: -20px;
    margin-right: 4px;
  }
  .information_box dl dt:not(:first-of-type) {
    border-top: 1px dashed #c3c3c3;
  }
  .information_box dl dd {
    padding: 0 10px 0 30px;
    font-size: inherit;
    letter-spacing: 0.06em;
  }
}
.outpatient {
  padding: 4rem 5% 3rem;
  color: #555;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(12rem, white)), url(../img/index_outpatient_bg.webp);
  background-image: linear-gradient(rgba(255, 255, 255, 0), white 12rem), url(../img/index_outpatient_bg.webp);
  background-repeat: no-repeat;
  background-position: 30% 8.3rem;
  background-size: 130% auto;
}
.outpatient_txt {
  margin-bottom: 0;
}
.outpatient_txt .tel {
  font-size: 1.5rem;
}
.outpatient .for_patients {
  margin-top: 3rem;
  padding: 0 1.2rem 1.5rem;
  background: #f8f4f4;
  border-radius: 1rem;
}
.outpatient .for_patients_tit {
  position: relative;
  top: -1rem;
  font-weight: normal;
  font-size: 1.6rem;
  color: #f90;
  text-align: center;
}
.outpatient .for_patients_txt {
  margin-bottom: 0;
  font-size: 1.3rem;
}

@media screen and (min-width: 48em), print {
  .outpatient {
    padding: 48px 0 42px;
    background-image: url(../img/index_outpatient_bg.webp);
    background-position: center 104px;
    background-size: auto;
  }
  .outpatient > section {
    width: 900px;
    margin: 0 auto;
  }
  .outpatient_txt {
    margin-top: 48px;
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    line-height: 1.66;
  }
  .outpatient_txt .tel {
    font-size: 1.9rem;
  }
  .outpatient .for_patients {
    margin-top: 50px;
    padding: 10px 32px 26px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
  }
  .outpatient .for_patients_tit {
    top: -24px;
    font-size: 2.2rem;
  }
  .outpatient .for_patients_txt {
    font-size: inherit;
    letter-spacing: 0.06em;
    line-height: 1.625;
  }
}
@media screen and (min-width: 2001px) {
  .outpatient {
    background-size: cover;
  }
}
.feature {
  padding: 2rem 0 4rem;
  color: #555;
}
.feature_tit {
  margin-bottom: 3.2rem;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  color: #1c712d;
}
.feature_tit mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #fe0));
  background: linear-gradient(transparent 75%, #fe0 75%);
}
.feature_lst {
  counter-reset: fNum 0;
}
.feature_lst_box {
  position: relative;
  counter-increment: fNum 1;
  margin-top: 2rem;
  padding: 0 1rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5rem, transparent), color-stop(5rem, #e6f4e6), color-stop(15.3rem, #e6f4e6), color-stop(15.3rem, transparent));
  background: linear-gradient(transparent 5rem, #e6f4e6 5rem, #e6f4e6 15.3rem, transparent 15.3rem);
}
.feature_lst_box::after {
  position: absolute;
  top: 50px;
  left: 1rem;
  display: block;
  width: 15vw;
  padding: 1.6rem 0 0;
  font-size: 3.4rem;
  line-height: 1.3;
  text-align: center;
  color: #707070;
  background-image: url(../img/index_ft_point.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 1.6rem;
  content: counter(fNum, decimal-leading-zero);
}
.feature_lst_box figure {
  position: relative;
  padding-left: 14.5vw;
}
.feature_lst_box figure::after {
  position: absolute;
  top: 0;
  left: 14.6vw;
  z-index: 1;
  display: block;
  width: 2.5%;
  height: 100%;
  border-right: 2px solid #707070;
  -webkit-transform: skewX(-5deg);
          transform: skewX(-5deg);
  content: "";
}
.feature_lst_box figure div {
  width: 78vw;
  height: 46vw;
  -webkit-clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
}
.feature_lst_box figure div svg {
  max-width: 100%;
  height: auto;
}
.feature_lst_box section {
  padding: 1.5rem 1rem 1rem;
}
.feature_lst_box section .tit {
  margin-bottom: 0.5em;
  padding-bottom: 0.4em;
  font-weight: normal;
  line-height: 1.27;
  color: #1c712d;
  border-bottom: 2px solid #76b483;
}
.feature_lst_box section .txt {
  margin-bottom: 0;
}
.feature_addnote {
  margin: 3rem 1.5rem;
  padding: 0 1.2rem 0.5rem;
  background: rgba(230, 244, 230, 0.6);
  border-radius: 1rem;
}
.feature_addnote .tit {
  position: relative;
  top: -1rem;
  font-weight: normal;
  font-size: 1.6rem;
  text-align: center;
  color: #498b57;
}
.feature_addnote dl {
  margin-bottom: 1em;
}
.feature_addnote dl dt {
  color: #76b483;
}
.feature_addnote dl dt::before {
  content: "●";
}
.feature_addnote dl dt ~ dt {
  margin-top: 1rem;
}
.feature_notice {
  margin: 3rem 1.5rem 0;
  text-align: center;
}
.feature_notice dl {
  padding: 0.5rem;
  color: #fff;
  background: #f90;
  border-radius: 0.5rem;
}
.feature_notice dl dd {
  font-size: 2rem;
  line-height: 1.1;
}
.feature_notice dl dd::before {
  margin-right: 0.3em;
  font-size: 60%;
  content: "TEL.";
}
.feature_notice p {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 1.3rem;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 102px 0 70px;
    background-color: transparent;
    background-image: url(../img/index_ft_bg.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
  }
  .feature > section {
    width: 1200px;
    margin: 0 auto;
  }
  .feature_tit {
    margin-bottom: 50px;
    font-size: 3rem;
    letter-spacing: 0.12em;
  }
  .feature_lst_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1128px;
    margin: 30px auto 0;
    padding: 0 10px 0 0;
    background: transparent;
  }
  .feature_lst_box::after {
    top: 50%;
    left: 0;
    width: 44px;
    padding: 20px 0 0;
    font-size: 3.6rem;
    line-height: 1;
    background-size: auto 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .feature_lst_box figure {
    width: 400px;
    height: 230px;
    margin: 0;
    padding: 10px 0 10px 44px;
  }
  .feature_lst_box figure::after {
    left: 42px;
  }
  .feature_lst_box figure div {
    width: 356px;
    height: 210px;
  }
  .feature_lst_box section {
    width: 700px;
    padding: 30px 0 0;
  }
  .feature_lst_box section .tit {
    margin-bottom: 12px;
    padding-bottom: 10px;
    font-size: 2.2rem;
    letter-spacing: 0.06em;
  }
  .feature_lst_box section .txt {
    font-size: 1.8rem;
    line-height: 1.27;
    letter-spacing: 0.06em;
  }
  .feature_addnote {
    width: 1114px;
    margin: 75px auto 0;
    padding: 10px 32px 16px;
    border-radius: 20px;
  }
  .feature_addnote .tit {
    top: -24px;
    font-size: 2.2rem;
  }
  .feature_addnote dl {
    margin-bottom: 1em;
  }
  .feature_notice {
    margin: 80px 0 0;
  }
  .feature_notice dl {
    width: 370px;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 10px;
  }
  .feature_notice dl dt {
    font-size: 1.8rem;
    letter-spacing: 0.06em;
  }
  .feature_notice dl dd {
    font-size: 3rem;
    letter-spacing: 0.06em;
  }
  .feature_notice p {
    font-size: inherit;
  }
}
@media screen and (min-width: 2001px) {
  .feature {
    background-size: 100% 1161px;
  }
}
.treatment {
  padding: 2rem 1rem 4rem;
  background-image: url(../img/index_ttt_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.treatment_tit {
  color: #483e35;
  background-image: url(../img/index_ttt_tit.svg);
}
.treatment_tit::after {
  color: #876B40;
}
.treatment_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 0;
  margin-top: 2rem;
}
.treatment_lst li {
  width: 50%;
}
.treatment_lst li a {
  display: block;
  font-size: 1.5rem;
  text-align: center;
  color: #6a3a11;
  background-image: url(../img/index_ttt_ico.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 40vw auto;
}
.treatment_lst li a::before {
  display: block;
  width: 40vw;
  height: 40vw;
  margin: 0 auto 0.3rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 82% auto;
  -webkit-filter: drop-shadow(0 0.5rem 0.2rem rgba(66, 66, 66, 0.6));
          filter: drop-shadow(0 0.5rem 0.2rem rgba(66, 66, 66, 0.6));
  content: "";
}
.treatment_lst li a.a_internal::before {
  background-image: url(../img/index_ttt_internal.svg);
}
.treatment_lst li a.a_gastro::before {
  background-image: url(../img/index_ttt_gastro.svg);
}
.treatment_lst li a.a_scope::before {
  background-image: url(../img/index_ttt_scope.svg);
}
.treatment_lst li a.a_echo::before {
  background-image: url(../img/index_ttt_echo.svg);
}
.treatment_lst li a.a_lifestyle::before {
  background-image: url(../img/index_ttt_lifestyle.svg);
}
.treatment_lst li a.a_examin::before {
  background-image: url(../img/index_ttt_examin.svg);
}
.treatment_lst li a.a_vaccine::before {
  background-image: url(../img/index_ttt_vaccine.svg);
}
.treatment_lst li a.a_pediatrics::before {
  background-image: url(../img/index_ttt_pediatrics.svg);
}
.treatment_lst li a.a_barium::before {
  background-image: url(../img/index_ttt_barium.svg);
}
.treatment_lst li a.a_xlay::before {
  background-image: url(../img/index_ttt_xlay.svg);
}

@media screen and (min-width: 48em), print {
  .treatment {
    padding: 52px 0 66px;
  }
  .treatment > section {
    width: 1090px;
    margin: 0 auto;
  }
  .treatment_lst {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 77px 60px;
    margin-top: 82px;
  }
  .treatment_lst li {
    width: 170px;
  }
  .treatment_lst li a {
    font-size: 2.2rem;
    letter-spacing: 0.06em;
    word-break: keep-all;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-size: contain;
  }
  .treatment_lst li a::before {
    width: 170px;
    height: 170px;
    background-size: 140px auto;
    -webkit-filter: drop-shadow(0 5px 3px rgba(66, 66, 66, 0.6));
            filter: drop-shadow(0 5px 3px rgba(66, 66, 66, 0.6));
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .treatment_lst li a:hover {
    text-shadow: 0 3px 3px rgba(172, 94, 28, 0.5);
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
  }
  .treatment_lst li a:hover::before {
    -webkit-filter: drop-shadow(0 3px 3px rgba(162, 117, 39, 0.6));
            filter: drop-shadow(0 3px 3px rgba(162, 117, 39, 0.6));
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("./../js/slick/image/ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  src: url("../js/slick/image/fonts/slick.eot");
  src: url("../js/slick/image/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../js/slick/image/fonts/slick.woff") format("woff"), url("../js/slick/image/fonts/slick.ttf") format("truetype"), url("../js/slick/image/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 2.5rem;
  width: 2.4rem;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 2.4rem;
  line-height: 1;
  color: white;
  opacity: 0.2;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slick-prev {
  left: 3px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 3px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 3px;
}
[dir=rtl] .slick-next {
  left: 3px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.2;
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 10rem;
  padding: 1rem;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #0f5c9f;
  background-image: url(../img/tit_heading.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 48em), print {
  .heading {
    min-height: 120px;
    font-size: 3.6rem;
    padding: 0 calc(50% - 600px);
  }
}

.breadcrumbs {
  padding: 1rem;
  font-size: 1.1rem;
  line-height: 1.2;
  color: #333;
  background: transparent;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:first-child)::before {
  display: inline-block;
  margin: 0 0.2em;
  content: "＞";
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    padding: 18px 0 8px;
    font-size: 1.6rem;
  }
  .breadcrumbs ol {
    width: 1200px;
    margin: 0 auto;
  }
  .breadcrumbs ol a:hover {
    text-decoration: underline;
  }
}

body#page_doctor .doctor_greeting {
  margin-bottom: 2rem;
}
body#page_doctor .doctor_greeting .img_c {
  max-width: 80%;
}
body#page_doctor .collaboration {
  margin-top: 4rem;
}
body#page_doctor .collaboration ul li {
  margin-top: 1rem;
  line-height: 1.3;
}
body#page_doctor .collaboration ul li a {
  display: inline-block;
  margin: 0.3rem 0 0 -1rem;
}
@media screen and (min-width: 48em), print {
  body#page_doctor .doctor_greeting {
    display: flow-root;
    margin-bottom: 0;
    padding: 0 20px;
  }
  body#page_doctor .doctor_greeting .img_c {
    max-width: 750px;
  }
  body#page_doctor .doctor_greeting .img_r {
    max-width: 500px;
  }
  body#page_doctor .doctor_profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body#page_doctor .doctor_profile > * {
    width: 47%;
  }
  body#page_doctor .doctor_profile ul {
    margin: 0 12px;
  }
  body#page_doctor .collaboration {
    margin-top: 80px;
  }
  body#page_doctor .collaboration .tit {
    margin-bottom: 20px;
  }
  body#page_doctor .collaboration ul li br {
    display: none;
  }
  body#page_doctor .collaboration ul li a {
    margin: 0 0 0 0.5em;
  }
}

#clinicSlide, #equipmentSlide {
  visibility: hidden;
  width: auto;
}
#clinicSlide .slider-panel .slick-prev.slick-disabled, #clinicSlide .slider-panel .slick-next.slick-disabled, #equipmentSlide .slider-panel .slick-prev.slick-disabled, #equipmentSlide .slider-panel .slick-next.slick-disabled {
  pointer-events: none;
  opacity: 0;
}
#clinicSlide .slider-panel .slick-dots li, #equipmentSlide .slider-panel .slick-dots li {
  margin: 0 0.1em;
}
#clinicSlide .slider-panel .slick-dots li button::before, #equipmentSlide .slider-panel .slick-dots li button::before {
  font-size: 1rem;
}
#clinicSlide .slider-panel .slick-dots li.slick-active button::before, #equipmentSlide .slider-panel .slick-dots li.slick-active button::before {
  color: #1c712d;
  opacity: 1;
}
#clinicSlide .slider-nav, #equipmentSlide .slider-nav {
  margin-top: 0.5rem;
}
#clinicSlide .slider-nav .slick-list .slick-slide, #equipmentSlide .slider-nav .slick-list .slick-slide {
  overflow: hidden;
  padding: 4px;
  cursor: pointer;
}
#clinicSlide .slider-nav .slick-list .slick-slide.slick-current, #equipmentSlide .slider-nav .slick-list .slick-slide.slick-current {
  background: #1c712d;
}
#clinicSlide figcaption, #equipmentSlide figcaption {
  display: block;
  padding: 0.3rem;
  text-align: center;
  color: #fff;
  background: #1c712d;
}
@media screen and (min-width: 48em), print {
  #clinicSlide, #equipmentSlide {
    width: 750px;
    margin: 0 auto;
  }
  #clinicSlide .slick-dotted.slick-slider, #equipmentSlide .slick-dotted.slick-slider {
    margin-bottom: 40px;
  }
  #clinicSlide .slider-panel .slick-prev, #clinicSlide .slider-panel .slick-next, #equipmentSlide .slider-panel .slick-prev, #equipmentSlide .slider-panel .slick-next {
    width: 5rem;
    height: 5rem;
  }
  #clinicSlide .slider-panel .slick-prev::before, #clinicSlide .slider-panel .slick-next::before, #equipmentSlide .slider-panel .slick-prev::before, #equipmentSlide .slider-panel .slick-next::before {
    font-size: 5rem;
    color: #1c712d;
  }
  #clinicSlide .slider-panel .slick-prev, #equipmentSlide .slider-panel .slick-prev {
    left: -60px;
  }
  #clinicSlide .slider-panel .slick-next, #equipmentSlide .slider-panel .slick-next {
    right: -60px;
  }
  #clinicSlide .slider-panel .slick-dots, #equipmentSlide .slider-panel .slick-dots {
    bottom: -35px;
  }
  #clinicSlide .slider-panel .slick-dots li, #equipmentSlide .slider-panel .slick-dots li {
    margin: 0 5px;
  }
  #clinicSlide .slider-panel .slick-dots li button::before, #equipmentSlide .slider-panel .slick-dots li button::before {
    font-size: 1.5rem;
  }
  #clinicSlide figcaption, #equipmentSlide figcaption {
    font-size: 2.4rem;
  }
}

body#page_access .timetable {
  padding: 0.5rem 0.8rem;
  font-size: 1.3rem;
  background: transparent;
  -webkit-box-shadow: inset 0 0 0.5rem rgba(128, 128, 128, 0.3);
          box-shadow: inset 0 0 0.5rem rgba(128, 128, 128, 0.3);
}
body#page_access .access_info > dt {
  margin-top: 1rem;
  padding: 0.3rem 1rem;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #fff;
  background: #498b57;
}
body#page_access .access_info > dd {
  padding: 1rem 0.8rem;
}
@media screen and (max-width: 47.99em) {
  body#page_access .access_info > dd.call {
    padding: 1rem 0;
  }
}
body#page_access .access_info > dd.call .tel {
  font-size: 2rem;
}
body#page_access .access_info > dd.call .tel_information dd {
  font-size: 1.3rem;
}
body#page_access .gmap {
  height: 40rem;
}
@media screen and (min-width: 48em), print {
  body#page_access .timetable {
    padding: 28px 30px;
    font-size: 2.2rem;
    -webkit-box-shadow: inset 0 0 10px rgba(128, 128, 128, 0.3);
            box-shadow: inset 0 0 10px rgba(128, 128, 128, 0.3);
  }
  body#page_access .access_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 12px;
    font-size: 1.8rem;
  }
  body#page_access .access_info > dt {
    width: 320px;
    margin-top: 0;
    padding: 25px 20px;
    font-size: inherit;
  }
  body#page_access .access_info > dd {
    width: 880px;
    padding: 25px 40px;
    -webkit-box-shadow: inset 0 0 10px rgba(128, 128, 128, 0.3);
            box-shadow: inset 0 0 10px rgba(128, 128, 128, 0.3);
  }
  body#page_access .access_info > dd.call .tel {
    font-size: 3.6rem;
  }
  body#page_access .access_info > dd.call .tel_information {
    padding: 20px 30px;
  }
  body#page_access .access_info > dd.call .tel_information dd {
    font-size: inherit;
  }
  body#page_access .access_info > dd.call .tel_information dd .sp_n {
    display: none;
  }
  body#page_access .gmap {
    height: 580px;
  }
}

.exam_items dt:not(:first-of-type) {
  margin-top: 1.3em;
}
.exam_items dd .lst_ul, .exam_items body#page_access .access_info > dd ul, body#page_access .exam_items .access_info > dd ul {
  margin: 1em;
}
@media screen and (min-width: 48em), print {
  .exam_items {
    padding: 10px;
  }
}

.vaccine_items .tit_04 {
  margin-bottom: 1px;
  padding-bottom: 0.5em;
  line-height: 1.3;
}
.vaccine_items .lst_dl {
  padding: 1rem;
  border: 1px solid #498b57;
}
.vaccine_items .lst_dl dt {
  margin-bottom: 0.5em;
  padding: 0.5em;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #1c712d;
  background: #e9ffed;
}
.vaccine_items .lst_dl dt:not(:first-of-type) {
  margin-top: 1.5em;
}
.vaccine_items .lst_dl dd {
  padding: 0 0.8rem;
}
@media screen and (min-width: 48em), print {
  .vaccine_items .tit_04 {
    margin-bottom: 2px;
    padding-bottom: 0.6em;
    border-width: 2px;
  }
  .vaccine_items .lst_dl {
    padding: 28px 24px 34px;
  }
  .vaccine_items .lst_dl dt {
    margin-bottom: 12px;
    padding: 12px 20px;
    font-size: 2rem;
    letter-spacing: 0.06em;
  }
  .vaccine_items .lst_dl dd {
    padding: 0 15px;
  }
}

.contact_us {
  margin-top: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.contact_us > p {
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .contact_us {
    margin-top: 40px;
  }
}

body#page_404 .notfound {
  padding: 3rem 1rem;
  text-align: center;
}
body#page_404 .notfound .btn_back {
  margin-top: 2em;
}
/*# sourceMappingURL=style.css.map */