@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 {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  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;
  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)) {
  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;
  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;
}

.img_c {
  margin: 0 auto 1.4rem;
}

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

figure figcaption {
  margin: 0.35em 0;
  font-size: 85%;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 47.99em) {
  .img_c.mb0, .img_l.mb0, .img_r.mb0 {
    margin-bottom: 1.4rem;
  }
  figure.img_l, figure.img_r {
    max-width: 100%;
  }
  figure.img_l img, figure.img_r img {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 48em), print {
  .img_c {
    max-width: 750px;
    margin: 0 auto 30px;
  }
  .img_l {
    float: left;
    max-width: 400px;
    margin: 0 30px 20px 0;
  }
  .img_r {
    float: right;
    max-width: 400px;
    margin: 0 0 20px 30px;
  }
  figure figcaption {
    margin: 0.5em 0 0.2em;
    font-size: 90%;
  }
  figure.img_c > img {
    margin: 0 auto;
  }
}
.bg_blue {
  background: #e5f4f6;
}

.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;
  }
}
.l-flex {
  display: flex;
  flex-wrap: wrap;
}
.l-flex > * {
  flex: 1;
}

.l-flex2, .l-flex3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-flex2 > *, .l-flex3 > * {
  width: 48%;
}
.l-flex2 > *:nth-child(-n+2), .l-flex3 > *:nth-child(-n+2) {
  margin-top: 0 !important;
}

.l-flex2_pc, .l-flex3_pc {
  display: block;
}

@media screen and (min-width: 48em), print {
  .l-flex2_pc, .l-flex3_pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .l-flex2_pc > * {
    width: 48%;
  }
  .l-flex2_pc > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .l-flex3 > *, .l-flex3_pc > * {
    width: 30%;
  }
  .l-flex3 > *:nth-child(-n+3), .l-flex3_pc > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
.intro {
  display: flow-root;
}
.intro > *:last-child {
  margin-bottom: 0;
}

article:not(:last-of-type) {
  margin-bottom: 5rem;
}
article > .intro {
  margin-bottom: 4rem;
}
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: 1rem;
}

@media screen and (min-width: 48em), print {
  article:not(:last-of-type) {
    margin-bottom: 90px;
  }
  article > .intro {
    margin-bottom: 80px;
  }
  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: 24px;
  }
}
.tit_01 {
  font-size: 2.2rem;
}

.tit_02 {
  margin: 0 0 2rem;
  padding-bottom: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  color: #004ea2;
  border-bottom: 2px dashed #0096a8;
}

.tit_03, .dl_flow dt {
  margin: 0 0 1.4rem;
  padding: 0.2rem 1rem 0.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #fff;
  background: #004ea2;
  border-left: 4px solid #0096a8;
}

.tit_04 {
  margin: 0 0 1.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #0096a8;
}
.tit_04::after {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 0.5rem;
  background: linear-gradient(90deg, currentColor 5em, #dcdcdc 5em);
  content: "";
}

.tit_05 {
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #004ea2;
  border-bottom: 2px dotted currentColor;
}

.tit_06 {
  margin: 0 0 1rem;
  padding: 0.2rem 0.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #fff;
  background: #0096a8;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
  }
  .tit_02 {
    margin: 0 0 44px;
    padding-bottom: 22px;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    text-align: center;
    border-bottom-width: 3px;
  }
  .tit_03, .dl_flow dt {
    margin: 0 0 27px;
    padding: 10px 22px 9px;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    border-left-width: 8px;
  }
  .tit_04 {
    margin: 0 0 20px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  .tit_04::after {
    height: 3px;
    margin-top: 7px;
  }
  .tit_05 {
    margin: 0 0 16px;
    padding-bottom: 7px;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    border-bottom-width: 3px;
  }
  .tit_06 {
    margin: 0 0 14px;
    padding: 5px 7px 4px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
.lst_ul > li {
  padding-left: 1em;
}
.lst_ul > li::before {
  display: inline-block;
  margin-left: -1em;
  color: #004ea2;
  transform: scale(0.5);
  content: "●";
}

.lst_ul {
  margin-bottom: 1em;
}
.lst_ul > li ~ li {
  margin-top: 0.3em;
}
.lst_ul > li.etc {
  padding-left: 0;
}
.lst_ul > li.etc::before {
  display: none;
}

.lst_ol {
  margin-bottom: 1em;
}
.lst_ol > li {
  margin-left: 1.4em;
  list-style-type: decimal;
}

.lst_check {
  margin-left: 1.5em;
}
.lst_check li::before {
  display: inline-block;
  margin-left: -1.4em;
  margin-right: 0.4em;
  transform: scale(0.8);
  font-family: "fontello";
  font-weight: normal;
  content: '\e808';
}
.lst_check li ~ li {
  margin-top: 0.5em;
}

.lst_dl {
  margin-bottom: 1em;
}
.lst_dl dt {
  margin-bottom: 0.5em;
}
.lst_dl dt ~ dt {
  margin-top: 1em;
}

.dl_flow dt {
  margin-bottom: 0;
}
.dl_flow dd {
  position: relative;
  padding: 1.2rem;
  background: #d9e9f8;
}
.dl_flow dd:not(:last-child) {
  margin-bottom: 4rem;
}
.dl_flow dd:not(:last-child)::after {
  position: absolute;
  bottom: -3rem;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 2rem 2.5rem 0 2.5rem;
  border-color: #2467af transparent transparent transparent;
}
.dl_flow dd > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dl_flow dd {
    padding: 24px 28px;
  }
  .dl_flow dd:not(:last-child) {
    margin-bottom: 60px;
  }
  .dl_flow dd:not(:last-child)::after {
    bottom: -45px;
    border-width: 25px 50px 0 50px;
  }
}

@media screen and (max-width: 47.99em) {
  .sp_frame {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .sp_frame table {
    min-width: 700px;
    border-collapse: collapse;
  }
}

.box_disease, .box_symptoms {
  margin: 1em 0;
  padding: 1.4rem;
}
.box_disease > :last-child, .box_symptoms > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .box_disease, .box_symptoms {
    padding: 28px 26px;
  }
}

.box_symptoms {
  background: #cceaee;
}

.box_disease {
  background: #d9e9f8;
}

.btn_detail_02, .btn_detail, .btn_back {
  position: relative;
  display: inline-block;
  padding: 0.7em 1.5em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 115%;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
.btn_detail_02::after, .btn_detail::after, .btn_back::after {
  position: absolute;
  top: auto;
  right: 0.4em;
  bottom: auto;
  display: inline-block;
  font-family: "fontello";
  font-weight: normal;
  content: '\e817';
  transform: scale(0.7);
}
@media screen and (min-width: 48em), print {
  .btn_detail_02, .btn_detail, .btn_back {
    padding: 18px 40px;
    letter-spacing: 0.05em;
    transition: 0.3s;
  }
  .btn_detail_02::after, .btn_detail::after, .btn_back::after {
    right: 15px;
  }
}

.btn_detail, .btn_back {
  color: #fff !important;
  background: #0096a8;
  text-decoration: none !important;
}
@media screen and (min-width: 48em), print {
  .btn_detail:hover, .btn_back:hover {
    background: #004ea2;
  }
}

.btn_detail_02 {
  color: #fff !important;
  background: #004ea2;
  text-decoration: none !important;
}
@media screen and (min-width: 48em), print {
  .btn_detail_02:hover {
    background: #0096a8;
  }
}

em, .em {
  font-weight: bold;
}

mark {
  color: #333;
  background: linear-gradient(transparent 60%, #ffec83 60%);
}

.notice {
  color: #f00;
}

.f-smaller {
  font-size: 0.85em;
}

.f-lager {
  font-size: 1.15em;
}

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

.js-tel {
  white-space: nowrap;
}

.telicon {
  font-family: "Rubik", sans-serif;
  line-height: 1;
  white-space: nowrap;
}
.telicon a {
  display: inline-block;
  text-decoration: none;
}
.telicon a::before {
  margin-right: 0.8rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e809';
  font-size: 80%;
  vertical-align: top;
}
@media screen and (min-width: 48em), print {
  .telicon::before {
    margin-right: 0.4em;
    font-family: "fontello";
    font-weight: normal;
    content: '\e809';
    font-size: 80%;
    vertical-align: 0.05em;
  }
  .telicon a::before {
    display: none;
  }
}

.rsv_btn, .rsv a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 9em;
  min-height: 2em;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.03em;
  text-decoration: none;
  color: #fff;
  background: #004ea2;
}
.rsv_btn::after, .rsv a::after {
  position: absolute;
  right: 1em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e817';
  transform: scale(0.7) translate(-0.1em, 0.1em);
}
@media screen and (min-width: 48em), print {
  .rsv_btn, .rsv a {
    letter-spacing: 0.05em;
  }
  .rsv_btn::after, .rsv a::after {
    transition: 0.3s;
    right: 0.5em;
    transform: scale(0.7) translate(0, 0.1em);
  }
  .rsv_btn, .rsv a {
    transition: 0.3s;
  }
  .rsv_btn:hover, .rsv a:hover {
    filter: saturate(1.5);
  }
  .rsv_btn:hover::after, .rsv a:hover::after {
    transform: scale(0.7) translate(0.5em, 0.1em);
  }
}

.timetable {
  width: 100%;
  border-collapse: collapse;
  line-height: 1;
  border-bottom: 1px solid currentColor;
}
.timetable caption {
  caption-side: bottom;
  margin-top: 0.8em;
  text-align: left;
}
.timetable caption dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Meiryo UI", sans-serif;
  line-height: 1.5;
}
.timetable caption dl dt {
  width: 5.5em;
  font-size: 86%;
  text-align: center;
  border: 1px solid currentColor;
}
.timetable caption dl dd {
  width: calc(100% - 5.5em);
}
.timetable caption ul {
  margin-top: 0.6em;
  line-height: 1.3;
}
.timetable caption ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.timetable th, .timetable td {
  padding: 0.8em 0;
  font-weight: normal;
  text-align: center;
  border-top: 1px solid currentColor;
}
.timetable tr > * {
  width: 2.4em;
}
.timetable tr > *:first-child {
  width: auto !important;
  text-align: left;
  white-space: nowrap;
}

@media screen and (min-width: 48em), print {
  .timetable caption dl dt {
    width: 7.3em;
    font-size: 100%;
  }
  .timetable caption dl dd {
    width: calc(100% - 8em);
    letter-spacing: 0.05em;
  }
  .timetable th, .timetable td {
    padding: 1em 0;
  }
  .timetable tr > * {
    width: 2.7em;
  }
  .timetable tr > *:first-child {
    padding-left: 1em;
  }
  .timetable tr > *:last-child {
    width: 3.6em;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.anchor_lst {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "Zen Maru Gothic", sans-serif;
}
.anchor_lst li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 1.3;
  text-decoration: none;
  color: #0096a8;
  background: #fff;
  border: 1px solid #dcdcdc;
}
.anchor_lst li a i {
  letter-spacing: 0;
}
#ortho_index .anchor_lst a {
  text-decoration: none;
}
#ortho_index .anchor_lst a::before {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  content: "";
}
#ortho_index .anchor_lst a.a_cervical::before {
  background-image: url(../img/a_thumbs_cervical.webp);
}
#ortho_index .anchor_lst a.a_lumbar::before {
  background-image: url(../img/a_thumbs_lumbar.webp);
}
#ortho_index .anchor_lst a.a_shoulder::before {
  background-image: url(../img/a_thumbs_shoulder.webp);
}
#ortho_index .anchor_lst a.a_kneeship::before {
  background-image: url(../img/a_thumbs_kneeship.webp);
}
#ortho_index .anchor_lst a.a_elbow::before {
  background-image: url(../img/a_thumbs_elbow.webp);
}
#ortho_index .anchor_lst a.a_handwrist::before {
  background-image: url(../img/a_thumbs_handwrist.webp);
}

@media screen and (max-width: 47.99em) {
  .anchor_lst li a {
    border-radius: 0.8rem;
  }
  .anchor_lst li a i {
    font-size: 0.8rem;
  }
  #ortho_index .anchor_lst {
    row-gap: 1rem;
  }
  #ortho_index .anchor_lst li {
    width: 48%;
  }
  #ortho_index .anchor_lst li a {
    padding: 0.5rem 1rem;
    font-size: 1.3rem;
  }
  #ortho_index .anchor_lst li a::before {
    width: 100%;
    height: 4.8em;
    margin: 1rem 0 0.3rem;
  }
  #handsurgery_index .anchor_lst {
    row-gap: 0.6rem;
  }
  #handsurgery_index .anchor_lst li {
    width: 48.6%;
    text-align: center;
    min-height: 2.8em;
    word-break: keep-all;
  }
  #handsurgery_index .anchor_lst li a {
    padding: 0.5rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 48em), print {
  .anchor_lst li a {
    letter-spacing: 0.05em;
    border-radius: 12px;
    transition: 0.3s;
  }
  #ortho_index .anchor_lst {
    row-gap: 30px;
  }
  #ortho_index .anchor_lst li {
    width: 220px;
    height: 220px;
  }
  #ortho_index .anchor_lst li a {
    padding: 12px 0;
  }
  #ortho_index .anchor_lst li a::before {
    width: 172px;
    height: 120px;
    margin: 22px 0 16px;
    transition: 0.3s;
  }
  #ortho_index .anchor_lst li a:hover {
    color: #00525c;
    box-shadow: inset 0 0 10px #ddd;
  }
  #ortho_index .anchor_lst li a:hover::before {
    filter: contrast(1.3);
  }
  #handsurgery_index .anchor_lst {
    row-gap: 20px;
  }
  #handsurgery_index .anchor_lst li {
    width: 310px;
    height: 80px;
  }
  #handsurgery_index .anchor_lst li a:hover {
    background: #e5f4f6;
    border-color: #4cb5c2;
  }
}
html {
  font-size: 3.125vw;
  font-family: Meiryo, "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", YuGothic, sans-serif;
}

body {
  color: #333;
  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.3rem;
}
.main.contents {
  padding: 3rem 5% 4rem;
}
.main a {
  color: #0096a8;
  text-decoration: underline;
}
.main a:hover {
  filter: saturate(1.2);
  text-decoration: none;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1200px;
  }
  .wrap {
    width: 1100px;
    margin: auto;
  }
  .main {
    font-size: 1.8rem;
    line-height: 1.66;
  }
  .main li {
    line-height: 1.5;
  }
  .main.contents {
    width: 1100px;
    margin: 0 auto;
    padding: 88px 0 120px;
  }
}
#global_header .wrap {
  background: #fff;
}
#global_header .wrap .logo {
  width: calc(100% - 5.5rem);
  height: 5rem;
  padding: 0.6rem 1rem 0.4rem;
}
#global_header .wrap .logo a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
#global_header .wrap .logo a img {
  width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 47.99em) {
  #global_header {
    padding-top: 9rem;
  }
  #global_header .wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
  }
  #global_header .wrap .clinic_contact {
    display: none;
  }
  #global_header .wrap #sp_header_fac {
    display: flex;
    align-items: center;
    width: 100%;
    height: 4rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
  }
  #global_header .wrap #sp_header_fac li {
    flex: 1;
  }
  #global_header .wrap #sp_header_fac li a {
    display: block;
    padding: 0 1rem;
    line-height: 4rem;
    text-align: center;
  }
  #global_header .wrap #sp_header_fac li.call {
    color: #fff;
    background: #004ea2;
  }
  #global_header .wrap #sp_header_fac li.sch {
    color: #fff;
    background: #2467af;
  }
  #global_header .wrap #sp_header_fac li.acs {
    color: #fff;
    background: #004ea2;
  }
}
@media screen and (min-width: 48em), print {
  #global_header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 148px;
    padding: 0;
  }
  #global_header .wrap .logo {
    width: 450px;
    height: 76px;
    padding: 0;
  }
  #global_header .wrap .logo a {
    display: block;
  }
  #global_header .wrap .clinic_contact {
    display: block;
    width: 480px;
    text-align: right;
  }
  #global_header .wrap .clinic_contact .adr {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
  #global_header .wrap .clinic_contact ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 20px;
  }
  #global_header .wrap .clinic_contact ul .telicon {
    font-size: 4.2rem;
    color: #0096a8;
  }
  #global_header .wrap .clinic_contact ul .rsv a {
    width: 180px;
    height: 50px;
    font-size: 1.8rem;
  }
  #global_header .wrap #sp_header_fac {
    display: none;
  }
}
@media screen and (max-width: 47.99em) {
  .js-sp_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.5s;
  }
  .js-sp_modal.is_overlay {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(transparent 6rem, rgba(0, 0, 0, 0.6) 6rem);
  }
  .js-sp_box {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-3rem);
    transition: 0.5s ease;
  }
  .js-sp_box.is_open {
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .js-menu_box {
    display: none;
  }
}
@media screen and (min-width: 48em), print {
  .l-pulldown {
    overflow: hidden;
    cursor: pointer;
  }
  .l-pulldown > ul {
    opacity: 0;
    height: 0;
    transition: opacity 0.5s;
  }
  .l-pulldown:hover, .l-pulldown:focus-within {
    overflow: visible;
  }
  .l-pulldown:hover > ul, .l-pulldown:focus-within > ul {
    display: block;
    opacity: 1;
    height: auto;
  }
}
@media screen and (max-width: 47.99em) {
  #global_nav {
    width: 100%;
  }
  #global_nav #sp_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 5rem;
    height: 4.9rem;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: #004ea2;
    border: none;
  }
  #global_nav #sp_btn::before, #global_nav #sp_btn::after, #global_nav #sp_btn span {
    display: inline-block;
    width: 3rem;
    height: 3px;
    margin: 3px 0;
    background: #fff;
    content: "";
    transition: all 0.3s;
  }
  #global_nav #sp_btn span {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #global_nav #sp_btn.close::before {
    transform: translateY(0.5rem) rotate(-45deg);
  }
  #global_nav #sp_btn.close::after {
    transform: translateY(-0.5rem) rotate(45deg);
  }
  #global_nav #sp_btn.close span {
    display: none;
  }
  #global_nav .gnav {
    position: absolute;
    top: 5.2rem;
    left: 0;
    overflow-y: auto;
    width: 100vw;
    max-height: 75vh;
    padding: 1rem 1.6rem;
    font-size: 1.4rem;
    color: #fff;
    background: #004ea2;
  }
  #global_nav .gnav > li {
    padding: 0.5rem 0;
    letter-spacing: 0.05em;
  }
  #global_nav .gnav > li ~ li {
    border-top: 1px dotted #dceaf8;
  }
  #global_nav .gnav > li > a {
    display: block;
    padding: 0.5rem 1rem;
  }
  #global_nav .gnav > li.sub > span {
    display: block;
    padding: 0.5rem 1rem;
  }
  #global_nav .gnav > li.sub .subnav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 1.2rem;
    margin-bottom: 0.5rem;
    padding: 1.4rem 0.8rem 1.2rem;
    font-size: 1.25rem;
    color: #004ea2;
    background: #dceaf8;
    border-radius: 0.3rem;
  }
  #global_nav .gnav > li.sub .subnav li a::before {
    content: "・";
  }
}
@media screen and (min-width: 48em), print {
  #global_nav {
    position: relative;
    width: 100%;
    height: 80px;
    color: #fff;
    background: #022348;
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  #global_nav .gnav > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
    height: 80px;
  }
  #global_nav .gnav > li::before, #global_nav .gnav > li::after {
    width: 1px;
    height: 30px;
    background: #fff;
    content: "";
  }
  #global_nav .gnav > li:not(:first-child)::before {
    background: none;
  }
  #global_nav .gnav > li > a {
    white-space: nowrap;
  }
  #global_nav .gnav > li > a::after {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: scaleX(0);
    content: "";
    transition: 0.3s;
  }
  #global_nav .gnav > li > a:hover::after, #global_nav .gnav > li > a:focus::after {
    transform: scaleX(1);
  }
  #global_nav .gnav > li.sub {
    position: relative;
  }
  #global_nav .gnav > li.sub:hover > span::after, #global_nav .gnav > li.sub:focus > span::after {
    transform: scaleY(-1);
  }
  #global_nav .gnav > li.sub > span {
    white-space: nowrap;
  }
  #global_nav .gnav > li.sub > span::after {
    display: inline-block;
    margin-left: 4px;
    font-family: "fontello";
    font-weight: normal;
    content: '\e80a';
    font-size: 1.3rem;
    vertical-align: 2px;
  }
  #global_nav .gnav > li .subnav {
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 1;
    min-width: 100%;
    width: 255px;
    padding: 20px 17px;
    color: #333;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  }
  #global_nav .gnav > li .subnav li ~ li {
    margin-top: 7px;
  }
  #global_nav .gnav > li .subnav li a {
    display: block;
    padding: 0 16px;
    line-height: 1.9;
    border-radius: 6px;
  }
  #global_nav .gnav > li .subnav li a:hover, #global_nav .gnav > li .subnav li a:focus {
    color: #fff;
    background: #0096a8;
  }
}
:target::before {
  content: "";
  display: block;
  height: 10rem;
  margin: -10rem 0 0;
  visibility: hidden;
}
@media screen and (min-width: 48em), print {
  :target::before {
    height: 40px;
    margin: -40px 0 0;
  }
}

.overview {
  padding: 3rem 0 0;
  font-size: 1.3rem;
  color: #fff;
  background: #022348;
}
.overview .clinic_name {
  text-align: center;
}
.overview .clinic_name img {
  max-width: 75%;
  margin: 0 auto 0.5rem;
}
.overview .clinic_tel {
  text-align: center;
  font-size: 2.4rem;
}
.overview .wrap {
  padding: 1.5rem 5% 2.5rem;
}
.overview .wrap .clinic_outline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 1rem;
  margin-bottom: 2rem;
}
.overview .wrap .clinic_outline dt {
  width: 25%;
}
.overview .wrap .clinic_outline dd {
  width: 74%;
}
.overview .wrap .timetable {
  font-size: 1.2rem;
}
.overview .gmap {
  height: 15rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 94px 0 0;
    font-size: 1.8rem;
  }
  .overview .clinic_name img {
    max-width: 374px;
    margin: 0 auto 12px;
  }
  .overview .clinic_tel {
    font-size: 4.2rem;
  }
  .overview .clinic_tel .telicon {
    margin-left: 25px;
  }
  .overview .wrap {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 80px;
  }
  .overview .wrap .clinic_outline {
    row-gap: 20px;
    width: 560px;
    margin-bottom: 0;
    letter-spacing: 0.05em;
  }
  .overview .wrap .clinic_outline dt {
    width: 105px;
    font-weight: bold;
  }
  .overview .wrap .clinic_outline dd {
    width: 455px;
  }
  .overview .wrap .timetable {
    width: 520px;
    font-size: inherit;
  }
  .overview .gmap {
    height: 400px;
  }
}
#global_footer {
  padding: 0.5rem 0 4rem;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #222;
}
#global_footer ul {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding: 0.8rem 1rem;
  font-size: inherit;
  color: #707070;
}

@media screen and (min-width: 48em), print {
  #global_footer {
    padding: 62px 0 0;
    font-size: 1.6rem;
  }
  #global_footer ul {
    display: block;
    text-align: center;
  }
  #global_footer ul li {
    display: inline-block;
    margin: 0 6px;
    -webkit-text-size-adjust: none;
  }
  #global_footer ul li a span {
    display: none;
  }
  #global_footer ul li a:hover {
    text-decoration: underline;
  }
  #global_footer ul.gnav {
    margin-bottom: 14px;
  }
  #global_footer ul.gnav .sub {
    display: none;
  }
  #global_footer .copyright {
    margin: 64px 0 0;
    padding: 27px 0;
    border-top: 1px solid currentColor;
  }
}
@media screen and (max-width: 47.99em) {
  .js-footfit {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    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;
  transition: 0.5s;
}
.js-pageup.is_active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    bottom: 30px;
    right: 30px;
  }
}

#sp_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 4rem);
  height: 4rem;
  line-height: 1;
}
#sp_footer a {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
}
#sp_footer a::after {
  order: -1;
  position: static;
}
@media screen and (min-width: 48em), print {
  #sp_footer {
    display: none;
  }
}

#pageup {
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  color: #0096a8;
  background: #fff;
  border: 1px solid #0096a8;
  cursor: pointer;
}
#pageup::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\33';
}
#pageup span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: 0.3s;
  }
  #pageup:hover {
    transform: translateY(-10px);
    filter: drop-shadow(0 10px 0 rgba(255, 255, 255, 0.3));
  }
}
@media print {
  #pageup {
    display: none !important;
  }
}

.keyvsl {
  width: 100%;
  position: relative;
  top: 0rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 25rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div {
  text-align: right;
}
.keyvsl #keyvsl .slick-list div img {
  height: 25rem;
  object-fit: cover;
  margin: auto;
}
.keyvsl #keyvsl .slick-dots {
  margin: 0.6rem 0 0;
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl > .wrap {
  height: 38rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.keyvsl > .wrap .keyvsl_box {
  padding: 2.5rem 0 0;
  text-align: center;
}
.keyvsl > .wrap .keyvsl_box .logo {
  max-width: 40%;
  margin: 0 auto 1rem;
}
.keyvsl > .wrap .keyvsl_box .byline {
  font-size: 1.3rem;
  line-height: 1.3;
  color: #fff;
}
.keyvsl > .wrap .keyvsl_box .catch {
  display: none;
  margin-top: 1rem;
  margin-bottom: 3rem;
  padding: 0.2rem 0.8rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  border: 1px solid currentColor;
  color: #fff;
}
.keyvsl > .wrap .keyvsl_box .catch em {
  font-weight: 700;
}
.keyvsl > .wrap .keyvsl_box p {
  margin-bottom: 0;
  padding: 0.6rem 0;
  letter-spacing: 0.05em;
}
.keyvsl > .wrap .keyvsl_box p span {
  padding: 0 0.3rem;
}
.keyvsl > .wrap .keyvsl_box p.new {
  font-size: 1.8rem;
  color: #fff;
  background: #0096a8;
  margin-top: 20px;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    top: 0;
  }
  .keyvsl #keyvsl {
    height: 80rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 76rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: 1rem 0 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl > .wrap {
    height: 76rem;
  }
  .keyvsl > .wrap .keyvsl_box {
    position: relative;
    height: 100%;
    margin: 0 auto;
    padding: 103px 0;
    text-align: center;
  }
  .keyvsl > .wrap .keyvsl_box .logo {
    max-width: 350px;
    margin: 0 auto 20px;
  }
  .keyvsl > .wrap .keyvsl_box .byline {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    color: #fff;
  }
  .keyvsl > .wrap .keyvsl_box .catch {
    display: inline-block;
    margin-top: 40px;
    padding: 7px 25px;
    font-size: 3rem;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .keyvsl > .wrap .keyvsl_box p {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 174px;
    height: 174px;
    margin: 12px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    border-radius: 50%;
  }
  .keyvsl > .wrap .keyvsl_box p.new {
    display: none;
    right: 0;
    bottom: 30px;
    padding-top: 20px;
    font-size: 2.8rem;
    box-shadow: 0 0 0 11px rgba(0, 150, 168, 0.5);
  }
}
.column .tit, .treatment_tit, .feature_tit, .accessmaps .tit, .schedule .tit, .message > section .tit, .news_tit {
  margin-bottom: 1.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
.column .tit::before, .treatment_tit::before, .feature_tit::before, .accessmaps .tit::before, .schedule .tit::before, .message > section .tit::before, .news_tit::before {
  display: block;
  margin-bottom: 0.5rem;
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  color: #0096a8;
  content: attr(title);
}
@media screen and (min-width: 48em), print {
  .column .tit, .treatment_tit, .feature_tit, .accessmaps .tit, .schedule .tit, .message > section .tit, .news_tit {
    margin-bottom: 24px;
    font-size: 4rem;
  }
  .column .tit::before, .treatment_tit::before, .feature_tit::before, .accessmaps .tit::before, .schedule .tit::before, .message > section .tit::before, .news_tit::before {
    margin-bottom: 15px;
    font-size: 2.8rem;
  }
}

.top_bnr {
  margin: 4rem 1rem;
}
.top_bnr .catch {
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  background: #0096a8;
  line-height: 1.8;
  padding: 0.5rem;
  font-size: 120%;
}

@media screen and (min-width: 48em), print {
  .top_bnr {
    width: 960px;
    margin: 2rem auto;
  }
  .top_bnr .catch {
    margin: 0 auto;
    width: fit-content;
    line-height: 1.8;
    padding: 1rem 5rem;
    font-size: 3.2rem;
  }
}
.js-news > div:not(:nth-of-type(-n+3)) dd {
  display: none;
}
.js-news.lower > div dd {
  display: none;
}
.js-news dt {
  cursor: pointer;
}
.js-news dd {
  word-wrap: break-word;
}

.news {
  margin: 4rem 1rem 0;
  padding-bottom: 4rem;
}
.news_box div {
  padding: 1rem 1.5rem;
  background: #dceaf8;
}
.news_box div ~ div {
  margin-top: 0.6rem;
}
.news_box dt {
  margin: 0.3rem 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  color: #004ea2;
}
.news_box dt::before {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80b';
}
.news_box dt.is_open::before {
  transform: scaleY(-1);
}

@media screen and (min-width: 48em), print {
  .news .news_wrap {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 120px auto 0;
    padding-bottom: 68px;
  }
  .news_tit {
    width: 190px;
    text-align: left;
  }
  .news_box {
    width: 910px;
  }
  .news_box div {
    padding: 15px 20px;
  }
  .news_box dt {
    margin: 5px 0;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .news_box dd {
    padding-left: 24px;
    padding-bottom: 4px;
    letter-spacing: 0.05em;
  }
}
.message {
  position: relative;
  background: linear-gradient(rgba(0, 150, 168, 0.8), rgba(0, 150, 168, 0.8)), url(../img/index_message_bg.jpg) no-repeat center/cover;
  margin-top: 10rem;
}
.message > section {
  padding: 2rem 0 4rem;
  margin: 0 1rem;
}
.message > section .tit {
  position: absolute;
  inset: -6rem 0 auto;
  margin: auto;
}
.message > section .message_wrap {
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
}
.message > section .message_wrap .msg_catch {
  font-size: 120%;
}

@media screen and (min-width: 48em), print {
  .message {
    margin-top: 15rem;
  }
  .message > section {
    width: 960px;
    padding: 68px 0;
    margin: 0 auto;
  }
  .message > section .tit {
    inset: -11rem 0 auto;
  }
  .message > section .message_wrap .msg_catch {
    font-size: 2.8rem;
  }
}
.schedule {
  margin: 4rem 1rem;
}
.schedule_wrap {
  padding: 1.3rem 1.5rem;
  color: #fff;
  background: #022348;
}
.schedule_wrap .timetable {
  font-size: 1.2rem;
}
.schedule_wrap .timetable tr > * {
  width: 2.2em;
}

@media screen and (min-width: 48em), print {
  .schedule {
    width: 960px;
    margin: 68px auto;
  }
  .schedule_wrap {
    padding: 25px 32px;
  }
  .schedule_wrap .timetable {
    font-size: 2rem;
  }
  .schedule_wrap .timetable caption {
    font-size: 1.8rem;
  }
  .schedule_wrap .timetable caption ul {
    font-size: 1.5rem;
  }
  .schedule_wrap .timetable tr > * {
    width: 10.5%;
  }
  .schedule_wrap .timetable tr > *:first-child {
    padding-left: 40px;
  }
  .schedule_wrap .timetable tr > *:last-child {
    width: 13%;
    padding-right: 40px;
  }
}
.accessmaps {
  margin: 4rem 1rem;
}
.accessmaps_wrap .illmap {
  margin-bottom: 1rem;
}
.accessmaps_wrap .gglmap .gmap {
  height: 32rem;
}
.accessmaps_wrap .gglmap .gmap_note {
  margin-top: 0.7rem;
  color: #004ea2;
}

@media screen and (min-width: 48em), print {
  .accessmaps {
    width: 1100px;
    margin: 68px auto 100px;
  }
  .accessmaps_wrap {
    display: flex;
    justify-content: space-between;
  }
  .accessmaps_wrap .illmap {
    width: 530px;
    margin-bottom: 0;
  }
  .accessmaps_wrap .gglmap {
    width: 530px;
  }
  .accessmaps_wrap .gglmap .gmap {
    height: 470px;
  }
  .accessmaps_wrap .gglmap .gmap_note {
    line-height: 1.5;
  }
}
.feature {
  padding: 5rem 0 4rem;
  background-color: #dceaf8;
  background-image: url(../img/index_feature_bg.webp), linear-gradient(#fff 2rem, transparent 2rem);
  background-repeat: repeat-x, no-repeat;
  background-position: center top;
  background-size: 100% auto, auto;
}
.feature_lst {
  margin-top: 3rem;
  counter-reset: fNum 0;
}
.feature_lst > div ~ div {
  margin-top: 2.5rem;
}
.feature_lst > div {
  counter-increment: fNum 1;
  padding-top: 12rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 120% auto;
}
.feature_lst > div section {
  position: relative;
  margin: 0 1.3rem;
  padding: 0 1.5rem 1.5rem;
  color: #fff;
  background: rgba(0, 78, 162, 0.9);
}
.feature_lst > div section::before {
  display: block;
  width: calc(100% - 4rem);
  height: 2.5rem;
  margin-left: auto;
  margin-bottom: 2.3rem;
  border-bottom: 1px solid currentColor;
  content: "";
}
.feature_lst > div section::after {
  position: absolute;
  top: 1rem;
  left: 1.3rem;
  font-family: "Rubik", sans-serif;
  font-size: 3rem;
  line-height: 1;
  content: counter(fNum, decimal-leading-zero);
}
.feature_lst > div section .tit {
  margin-bottom: 0.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.55rem;
}
.feature_lst > div section .tit::before {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  font-size: 125%;
}
.feature_lst > div section .txt {
  margin-bottom: 0;
}
.feature_lst > div section .btn {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.feature_lst > div section .btn li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 1.6;
  border: 1px solid #fff;
  padding: 0.5rem 1rem;
}
.feature_lst > div:nth-of-type(even) section {
  background: rgba(21, 126, 166, 0.9);
}
.feature_lst_orth {
  background-image: url(../img/index_feature_orth.webp);
}
.feature_lst_orth .tit::before {
  content: "\e80c";
}
.feature_lst_hand {
  background-image: url(../img/index_feature_hand.webp);
}
.feature_lst_hand .tit::before {
  content: "\e80d";
}
.feature_lst_oneday {
  background-image: url(../img/index_feature_oneday.webp);
}
.feature_lst_oneday .tit::before {
  content: "\e80e";
}
.feature_lst_onestop {
  background-image: url(../img/index_feature_onestop.webp);
}
.feature_lst_onestop .tit::before {
  content: "\e80f";
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 210px 0 140px;
    background-image: url(../img/index_feature_bg.webp), linear-gradient(#fff 140px, transparent 140px);
    background-size: auto;
  }
  .feature_lst {
    margin-top: 82px;
  }
  .feature_lst > div ~ div {
    margin-top: 80px;
  }
  .feature_lst > div {
    position: relative;
    height: 500px;
    padding-top: 0;
    background-position: calc(50% - 375px) top;
    background-size: auto;
  }
  .feature_lst > div section {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 550px;
    margin: 0;
    padding: 0 40px 40px;
  }
  .feature_lst > div section::before {
    width: 456px;
    height: 54px;
    margin-right: -40px;
    margin-bottom: 42px;
  }
  .feature_lst > div section::after {
    position: absolute;
    top: 30px;
    left: 40px;
    font-size: 4.2rem;
  }
  .feature_lst > div section .tit {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
  }
  .feature_lst > div section .tit::before {
    margin-right: 0.5rem;
    font-size: 3.7rem;
  }
  .feature_lst > div section .txt {
    letter-spacing: 0.05em;
  }
  .feature_lst > div:nth-of-type(even) {
    background-position: calc(50% + 375px) top;
  }
  .feature_lst > div:nth-of-type(even) section {
    left: auto;
    right: 50%;
  }
}
.treatment {
  padding: 4rem 1rem 4.5rem;
  color: #fff;
  background-color: #004ea2;
  background-image: url(../img/index_treatment_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.treatment_tit::before {
  color: #fff;
}
.treatment_lst {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 0;
  margin-top: 2.6rem;
}
.treatment_lst li {
  width: 50%;
}
.treatment_lst li a {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #a9e4eb;
  text-align: center;
  text-decoration: none;
}
.treatment_lst li a::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 30vw;
  margin: 0 auto 0.3rem;
  color: #fff;
  font-family: "fontello";
  font-weight: normal;
  font-size: 4.6rem;
  line-height: 1;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.treatment_lst li .a_ortho::before {
  content: "\e811";
}
.treatment_lst li .a_hand_surgery::before {
  content: "\e80d";
}
.treatment_lst li .a_rheumatism::before {
  content: "\e812";
}
.treatment_lst li .a_sports_ortho::before {
  content: "\e813";
}
.treatment_lst li .a_rehabilitation::before {
  content: "\e814";
}
.treatment_lst li .a_osteoporosis::before {
  content: "\e815";
}
.treatment_lst li .a_day_surgery::before {
  content: "\e80e";
}
.treatment_lst li .a_prp::before {
  content: "\e81d";
}

@media screen and (min-width: 48em), print {
  .treatment {
    padding: 93px 0 103px;
    background-size: auto;
  }
  .treatment_lst {
    gap: 58px 16px;
    width: 1100px;
    margin: 64px auto 0;
  }
  .treatment_lst li {
    width: 254px;
  }
  .treatment_lst li a {
    font-size: 2.8rem;
    font-weight: 500;
    transition: 0.3s;
  }
  .treatment_lst li a::before {
    width: 180px;
    height: 180px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0);
    transition: 0.3s;
  }
  .treatment_lst li a:hover {
    filter: saturate(2);
  }
  .treatment_lst li a:hover::before {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 30px rgba(2, 35, 72, 0.6);
  }
  .treatment_lst li .a_ortho::before {
    font-size: 8.4rem;
  }
  .treatment_lst li .a_hand_surgery::before {
    font-size: 8.4rem;
  }
  .treatment_lst li .a_rheumatism::before {
    font-size: 10rem;
  }
  .treatment_lst li .a_sports_ortho::before {
    font-size: 8.8rem;
  }
  .treatment_lst li .a_rehabilitation::before {
    font-size: 8rem;
  }
  .treatment_lst li .a_osteoporosis::before {
    font-size: 9rem;
  }
  .treatment_lst li .a_day_surgery::before {
    font-size: 7.2rem;
  }
  .treatment_lst li .a_prp::before {
    font-size: 7.2rem;
  }
}
@media screen and (min-width: 2001px) {
  .treatment {
    background-size: cover;
  }
}
.js-popup_box {
  display: none;
  position: fixed;
  top: calc(50% + 2.5rem);
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.popbox {
  max-height: calc(100svh - 15rem);
  padding: 1rem 0.5rem 1.5rem;
  color: #333;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.6);
}
.popbox .tit {
  margin: 0 1rem 1rem;
  padding: 0.5em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: #004ea2;
  border-radius: 0.6rem;
}
.popbox .tit::before {
  display: inline-block;
  margin-right: 0.3em;
  font-family: "fontello";
  font-weight: normal;
  vertical-align: top;
}
.popbox .btn {
  position: absolute;
  top: 1rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.popbox .list {
  max-height: calc(100svh - 23rem);
  padding: 0 1rem;
  overflow-y: auto;
}
.popbox#ortho_index {
  width: 92vw;
}
.popbox#ortho_index .tit::before {
  content: "\e811";
}
.popbox#handsurgery_index {
  width: 92vw;
}
.popbox#handsurgery_index .tit::before {
  content: "\e80d";
}

@media screen and (min-width: 48em), print {
  .popbox {
    max-height: 90vh;
    padding: 55px 35px;
    border-radius: 60px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
  .popbox .tit {
    margin: 0 20px 40px;
    padding: 19px;
    font-size: 2.8rem;
  }
  .popbox .btn {
    top: 55px;
    right: 60px;
    width: 66px;
    height: 66px;
    font-size: 3.6rem;
    line-height: 66px;
  }
  .popbox .list {
    max-height: calc(90vh - 180px);
    padding: 0 20px;
  }
  .popbox .list .anchor_lst li a {
    font-size: 2.4rem;
  }
  .popbox .list .anchor_lst li a i {
    font-size: 1.6rem;
  }
  .popbox#ortho_index {
    width: 840px;
  }
  .popbox#handsurgery_index {
    width: 1100px;
  }
}
.column {
  margin: 4rem 1rem;
}
.column_wrap {
  padding: 1.3rem 1.5rem;
  background: #dceaf8;
  /*color: #004ea2;*/
  /*font-weight: bold;*/
  font-family: "Zen Maru Gothic", sans-serif;
}
.column_wrap p {
  margin-bottom: 0 !important;
  padding-left: 1.9em;
  text-indent: -1.9em;
}
.column_wrap p::before {
  content: "\e856";
  font-family: "fontello";
  font-size: 1.5rem;
  margin-right: 0.5rem;
  color: #004ea2;
}
.column_wrap a {
  margin: 1rem auto 0;
  text-align: center;
  display: block;
}

@media screen and (min-width: 48em), print {
  .column {
    width: 960px;
    margin: 68px auto;
  }
  .column_wrap {
    padding: 25px 32px;
  }
  .column_wrap p {
    padding-left: 2em;
    text-indent: -2em;
  }
  .column_wrap p::before {
    font-size: 2rem;
    margin-right: 1rem;
  }
  .column_wrap a {
    margin: 1rem 0 0;
    text-align: left;
    display: inline-block;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  user-select: none;
  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 {
  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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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%;
  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;
  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: "←";
}

.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 10rem;
  padding: 1rem 5%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1.2;
  background-image: url(../img/tit_heading.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 48em), print {
  .heading {
    min-height: 206px;
    padding: 0 calc((100% - 1100px) / 2);
    font-size: 4rem;
  }
}

.breadcrumbs {
  padding: 1rem 1rem 0;
  font-size: 1.1rem;
  line-height: 1.1;
}
.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 0;
    font-size: 1.8rem;
  }
  .breadcrumbs ol {
    width: 1100px;
    margin: 0 auto;
  }
  .breadcrumbs ol a:hover {
    text-decoration: underline;
  }
}

.slider {
  visibility: hidden;
  width: auto;
}
.slider .slider-panel .slick-prev.slick-disabled, .slider .slider-panel .slick-next.slick-disabled {
  pointer-events: none;
  opacity: 0;
}
.slider .slider-nav {
  margin-top: 0.5rem;
}
.slider .slider-nav .slick-list .slick-slide {
  overflow: hidden;
  padding: 4px;
  cursor: pointer;
}
.slider .slider-nav .slick-list .slick-slide.slick-current {
  background: #004ea2;
}
.slider figcaption {
  display: block;
  margin: 0;
  padding: 0.6em 0.1em;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  background: #004ea2;
}
@media screen and (max-width: 47.99em) {
  .slider .slider-panel .slick-prev::before, .slider .slider-panel .slick-next::before {
    opacity: 0.9;
  }
}
@media screen and (min-width: 48em), print {
  .slider {
    width: 750px;
    margin: 0 auto;
  }
  .slider .slider-panel .slick-prev, .slider .slider-panel .slick-next {
    width: 5rem;
    height: 5rem;
  }
  .slider .slider-panel .slick-prev::before, .slider .slider-panel .slick-next::before {
    font-size: 5rem;
    color: #004ea2;
  }
  .slider .slider-panel .slick-prev {
    left: -60px;
  }
  .slider .slider-panel .slick-next {
    right: -60px;
  }
  .slider figcaption {
    font-size: 2.4rem;
  }
}

body#page_doctor .doctor_greeting .img {
  max-width: 60%;
  margin: 0 auto 1.3rem;
}
body#page_doctor .doctor_greeting .signature {
  text-align: right;
}
body#page_doctor .doctor_greeting .signature span {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 112.5%;
}
body#page_doctor .doctor_profile .img {
  max-width: 60%;
  margin: 0 auto 1.3rem;
}
body#page_doctor .doctor_profile .bio {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.4em;
  line-height: 1.3;
}
body#page_doctor .doctor_profile .bio dt {
  width: 6em;
  padding: 0.2em 0 0.2em 0.5rem;
  white-space: nowrap;
}
body#page_doctor .doctor_profile .bio dt i {
  display: none;
}
body#page_doctor .doctor_profile .bio dt {
  border-bottom: 1px dotted #ccc;
}
body#page_doctor .doctor_profile .bio dd {
  width: calc(100% - 6em);
  padding: 0.2em 0;
  border-bottom: 1px dotted #ccc;
}
body#page_doctor .doctor_profile .lst_ul {
  margin-left: 0.5em;
}
@media screen and (min-width: 48em), print {
  body#page_doctor .doctor_greeting {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  body#page_doctor .doctor_greeting .img {
    width: 350px;
    margin: 0;
  }
  body#page_doctor .doctor_greeting .txt {
    width: 700px;
  }
  body#page_doctor .doctor_profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    margin-top: 50px;
  }
  body#page_doctor .doctor_profile > img {
    flex: none;
    width: 350px;
  }
  body#page_doctor .doctor_profile > img + section {
    width: calc(100% - 400px);
  }
  body#page_doctor .doctor_profile > section {
    flex-grow: 1;
    margin-top: 0;
  }
  body#page_doctor .doctor_profile .bio {
    margin: 0 8px;
  }
  body#page_doctor .doctor_profile .bio dt, body#page_doctor .doctor_profile .bio dd {
    padding: 5px 12px;
  }
}

body#page_clinic .clinic_equipment > section {
  margin-top: 2.5rem;
}
body#page_clinic .clinic_equipment > section .tit_03 {
  margin-bottom: 0.5rem;
}
body#page_clinic .clinic_equipment > section figure figcaption {
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.5;
}
@media screen and (min-width: 48em), print {
  body#page_clinic .clinic_equipment {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 50px;
  }
  body#page_clinic .clinic_equipment > section {
    width: 500px;
    margin-top: 0;
  }
  body#page_clinic .clinic_equipment > section .tit_03 {
    margin-bottom: 10px;
  }
  body#page_clinic .clinic_equipment > section figure figcaption {
    font-size: 1.7rem;
  }
}

body#page_first .first_guide {
  display: flow-root;
}

body#page_access .access_info {
  line-height: 1.66;
}
body#page_access .access_info dt {
  width: 5.5em;
  margin-top: 1rem;
  padding: 0.5rem 0 0.3rem;
  text-align: center;
  color: #fff;
  background: #004ea2;
}
body#page_access .access_info dd {
  padding: 1rem;
  border-top: 1px solid #dcdcdc;
}
body#page_access #accessSlide2 .slider-nav .slick-track {
  transform: unset !important;
}
body#page_access .timetable {
  border-bottom-color: #dcdcdc;
}
body#page_access .timetable tr > * {
  border-top-color: #dcdcdc;
}
body#page_access .timetable tr > *:first-child {
  padding-left: 0.5rem;
}
body#page_access .timetable thead {
  color: #fff;
  background: #004ea2;
}
body#page_access .timetable tbody {
  font-size: 1.2rem;
}
body#page_access .gmap {
  height: 30rem;
}
body#page_access .imap {
  margin: 1.5rem auto 0;
}
@media screen and (min-width: 48em), print {
  body#page_access .access_info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 2rem;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
  }
  body#page_access .access_info dt {
    width: 10em;
    padding: 10px 30px;
    margin-top: 0;
    text-align: left;
    border-top: 1px solid #dcdcdc;
  }
  body#page_access .access_info dd {
    width: calc(100% - 10em);
    padding: 10px 30px;
  }
  body#page_access #accessSlide1 .slider-nav .slick-track {
    transform: unset !important;
  }
  body#page_access .timetable {
    font-size: 2rem;
  }
  body#page_access .timetable caption {
    margin-top: 1.2em;
  }
  body#page_access .timetable tr > * {
    padding: 1.2em 0;
    width: 10%;
  }
  body#page_access .timetable tr > *:first-child {
    padding-left: 30px;
  }
  body#page_access .timetable tr > *:last-child {
    padding-right: 30px;
    width: 13%;
  }
  body#page_access .timetable tbody {
    font-size: inherit;
  }
  body#page_access .gmap {
    height: 50rem;
  }
  body#page_access .imap {
    max-width: 500px;
    margin: 40px auto 0;
  }
}

body#page_ortho .main.contents {
  padding-top: 1.8rem;
}
body#page_ortho .main.contents nav#ortho_index {
  margin-bottom: 3rem;
}
@media screen and (min-width: 48em), print {
  body#page_ortho .main.contents {
    padding-top: 48px;
  }
  body#page_ortho .main.contents nav#ortho_index {
    margin-bottom: 80px;
  }
  body#page_ortho .main.contents nav#ortho_index li {
    width: 166px;
    height: 166px;
  }
}

body#page_hand_surgery .main.contents {
  padding-top: 1.8rem;
}
body#page_hand_surgery .main.contents nav#handsurgery_index {
  margin-bottom: 3rem;
}
@media screen and (min-width: 48em), print {
  body#page_hand_surgery .main.contents {
    padding-top: 48px;
  }
  body#page_hand_surgery .main.contents nav#handsurgery_index {
    margin-bottom: 80px;
  }
  body#page_hand_surgery .main.contents nav#handsurgery_index .anchor_lst {
    justify-content: center;
    gap: 10px 12px;
  }
  body#page_hand_surgery .main.contents nav#handsurgery_index .anchor_lst li {
    width: 262px;
    height: 65px;
  }
  body#page_hand_surgery .main.contents nav#handsurgery_index .anchor_lst li a {
    text-decoration: none;
  }
  body#page_hand_surgery .main.contents nav#handsurgery_index .anchor_lst li a i {
    font-size: 1.3rem;
  }
}

.l-imgs {
  display: flex;
  justify-content: space-between;
}

.l-imgs_col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1rem;
}
.l-imgs_col2 > * {
  width: 48%;
}

@media screen and (max-width: 47.99em) {
  .img_c img, .img_r img, .img_l img {
    max-height: 19rem;
  }
  .l-imgs img {
    width: auto;
    max-height: 13.2rem;
  }
  .l-imgs_col2 {
    margin-bottom: 1.4rem;
  }
  .l-imgs_col3 img {
    width: auto;
    margin: 0 auto;
    max-height: 16rem;
  }
}
@media screen and (min-width: 48em), print {
  img.img_tate {
    width: auto;
    max-height: 400px;
  }
  .l-imgs {
    column-gap: 20px;
    margin-bottom: 20px;
  }
  .l-imgs img {
    width: auto;
    margin: 0;
    max-height: 350px;
  }
  figure .l-imgs {
    margin-bottom: 0;
  }
  .l-imgs_col2 {
    row-gap: 30px;
    margin-bottom: 20px;
  }
  figure .l-imgs_col2 {
    margin-bottom: 0;
  }
  .l-imgs_col3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .l-imgs_col3 > * {
    width: 32%;
  }
}
.disease_case section ~ section {
  margin-top: 3rem;
}
.disease_case .summary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 0;
  padding: 1rem;
  background: #e5f4f6;
}
.disease_case .summary dt {
  flex: none;
  font-weight: bold;
}
.disease_case .summary dt::after {
  content: "：";
}
.disease_case .summary dd {
  flex-grow: 1;
  width: calc(100% - 5em);
}
@media screen and (min-width: 48em), print {
  .disease_case section::after {
    clear: both;
    display: block;
    content: "";
  }
  .disease_case section ~ section {
    margin-top: 60px;
  }
  .disease_case .img_l,
  .disease_case .img_r {
    max-width: 450px;
  }
  .disease_case .summary {
    padding: 20px 26px;
  }
}

#page_surgery_results .tbl_surgery_results {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 47.99em) {
  #page_surgery_results .tbl_surgery_results {
    min-width: 27em;
  }
  #page_surgery_results .tbl_surgery_results thead tr th:nth-of-type(1) {
    width: 27em;
  }
}
#page_surgery_results .tbl_surgery_results tr th, #page_surgery_results .tbl_surgery_results tr td {
  border: 1px solid #ccc;
  padding: 0.8em 0.4em;
  box-sizing: border-box;
}
@media screen and (min-width: 48em), print {
  #page_surgery_results .tbl_surgery_results tr th, #page_surgery_results .tbl_surgery_results tr td {
    padding: 0.8em 1em;
  }
}
#page_surgery_results .tbl_surgery_results thead tr th {
  background: #004ea2;
  color: #fff;
}
#page_surgery_results .tbl_surgery_results tbody tr th {
  font-weight: normal;
  text-align: left;
  background: #dceaf8;
}
#page_surgery_results .tbl_surgery_results tbody tr td {
  text-align: right;
  width: 7em;
}
@media screen and (min-width: 48em), print {
  #page_surgery_results .tbl_surgery_results tbody tr td {
    width: 9em;
  }
}
#page_surgery_results .tbl_surgery_results tbody:last-of-type {
  border-top: 3px solid #ccc;
}
#page_surgery_results .tbl_surgery_results tbody:last-of-type tr th, #page_surgery_results .tbl_surgery_results tbody:last-of-type tr td {
  font-weight: bold;
}
#page_surgery_results .tbl_surgery_results caption {
  caption-side: bottom;
  text-align: left;
  margin: 1em 0 0;
}

#page_news .news_box {
  width: 100%;
}

.flex_area {
  display: block;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 48em), print {
  .flex_area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.flex_area div.flex_item {
  width: 100%;
}
@media screen and (min-width: 48em), print {
  .flex_area div.flex_item {
    width: 33.3333333333%;
  }
}
.flex_area div.flex_item img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 48em), print {
  .flex_area div.flex_item img {
    max-width: 100%;
    margin: 0;
  }
}
.flex_area div .box_list {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
}
@media screen and (min-width: 48em), print {
  .flex_area div .box_list {
    margin-top: 0;
  }
}
.flex_area div .box_list > li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.5em;
}
.flex_area div .box_list > li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #004ea2;
  font-size: 0.8em;
}

body#page_404 .notfound {
  padding: 3rem 1rem;
  text-align: center;
}
body#page_404 .notfound .btn_back {
  margin-top: 2em;
}

.check_box {
  background: #e5f4f6;
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  .check_box {
    padding: 2rem;
  }
}

.-green {
  background: #e2efd9;
}

/*# sourceMappingURL=style.css.map */