@charset "UTF-8";
a[href*="lifestyle_related.html"],
a[href*="antiaging.html"],
a[href=""], .nolink {
  pointer-events: none;
}

@font-face {
  font-family: "fontello";
  font-weight: normal;
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
*: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-duration: 0s !important;
    animation-delay: 0s !important;
    animation-iteration-count: 1 !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(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

: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.22em;
}

: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;
}

:where(a) {
  color: inherit;
  text-decoration: none;
}

:where(button) {
  background: transparent;
  border: none;
}

:where(em) {
  font-style: normal;
  font-weight: bold;
}

:where(i) {
  font-style: normal;
}

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

:where(img) {
  height: auto;
  border: none;
  object-fit: contain;
}

:where(p) {
  margin: 0 0 1em;
}

:root {
  --sp-header-height: 3.0rem;
  --pc-header-height: 80px;
  --sp-font-size: 1.5rem;
  --sp-l-height: 1.7;
  --pc-font-size: 1.8rem;
  --pc-l-height: 2.1;
  --color-base-txt: #444;
  --color-base-txt-rgb: 68 68 68;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255 255 255;
  --color-main: #72d4ff;
  --color-main-dark: #1268b2;
  --color-main-dull: #4085c0;
  --color-main-vivid: #1dade5;
  --color-main-soft: #b6e8fb;
  --color-main-lite: #def3fc;
  --color-main-pale: #e6f8ff;
  --color-main-grad01: linear-gradient(#d1eefe, #f8fbfc);
  --color-sub: #888;
  --color-sub-rgb: 136 136 136;
  --color-sub01: #dcdbdb;
  --color-sub02: #e4e4e4;
  --color-sub03: #f5f5f5;
  --color-sub04: #f8f6f4;
  --color-accent: #ffbd0a;
  --color-accent-soft: #ffdd80;
  --color-accent-lite: #ffea8a;
  --color-accent-pale: #fefbec;
  --color-border: #707070;
  --color-border02: #bbb;
  --color-shadow: rgb(0 0 0/0.16);
  --color-red: #ff0000;
  --color-black: #000;
  --color-black-rgb: 0 0 0;
  --color-white: #fff;
  --color-white-rgb: 255 255 255;
}

html {
  scroll-padding-top: var(--sp-header-height, 0);
  font-family: "Murecho", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: var(--font-weight, normal);
  font-size: 2.6666666667vw;
}

body {
  color: var(--color-base-txt);
  background-color: var(--color-base-bg);
  word-wrap: break-word;
}
body.spnav_modal {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

main {
  font-size: var(--sp-font-size, 1.4rem);
  line-height: var(--sp-l-height, 1.5);
}

@media screen and (min-width: 48em), print {
  :where(*) {
    letter-spacing: var(--letter-spacing, normal);
  }
  :where(*):before, :where(*)::after {
    letter-spacing: normal;
  }
  html {
    scroll-padding-top: var(--pc-header-height, 0);
    font-size: 62.5%;
  }
  body {
    min-width: 1240px;
  }
  a, button {
    transition: 0.3s;
  }
  a:before, a::after, button:before, button::after {
    transition: 0.3s;
  }
  main {
    font-size: var(--pc-font-size, 1.6rem);
    line-height: var(--pc-l-height, 1.5);
  }
}
#global_header .header_wrap .logo {
  width: calc(100% - 6.2rem);
  height: 6rem;
  padding: 1rem 1.2rem 0;
}
#global_header .header_wrap .logo a {
  display: block;
  padding-block: 0.5rem;
}
@media screen and (max-width: 47.99em) {
  #global_header .header_wrap .ctc {
    display: none;
  }
}

@media screen and (min-width: 48em), print {
  #global_header .header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1200px;
    height: 70px;
    margin-inline: auto;
  }
  #global_header .header_wrap .logo {
    flex: none;
    width: 500px;
    height: 70px;
    padding: 5px 0 0;
  }
  #global_header .header_wrap .logo a {
    padding-block: 0;
  }
  #global_header .header_wrap .ctc {
    min-width: 210px;
    height: 55px;
    padding: 2px 0 0;
    font-weight: 500;
    text-align: center;
    color: var(--color-white);
    background-color: var(--color-sub);
    border-radius: 0 0 15px 15px;
  }
  #global_header .header_wrap .ctc span {
    display: block;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  #global_header .header_wrap .ctc span::before {
    content: "TEL ";
  }
  #global_header .header_wrap .ctc i {
    font-size: 1.2rem;
    line-height: 1;
  }
}
@media print {
  #global_header .header_wrap {
    margin-bottom: 0 !important;
  }
}
#global_nav .js-menu_box {
  display: none;
}

@media screen and (max-width: 47.99em) {
  .js-sp_modal {
    position: fixed;
    top: 0;
    z-index: 2;
  }
  .js-sp_modal::before {
    position: fixed;
    inset: 0;
    z-index: -10;
    opacity: 0;
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    background-color: var(--color-white);
    background-image: url(../img/logo_header.svg), url(../img/overview_bg.webp), var(--color-main-grad01);
    background-repeat: no-repeat;
    background-position: 1.2rem 1.6rem, 50% 100%, 0 6rem;
    background-size: 77% auto, 300vw auto, auto;
    transition: all 0.5s;
  }
  .js-sp_modal.is_overlay::before {
    z-index: 0;
    opacity: 1;
    visibility: visible;
    content: "";
  }
  .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);
  }
}
@media screen and (min-width: 48em), print {
  .js-pc_sticky {
    position: relative;
    z-index: 1;
  }
  .js-pc_sticky.is_sticky {
    position: fixed;
    inset: 0 0 auto;
    z-index: 5;
    width: 100%;
  }
}
@media print {
  .js-pc_sticky.is_sticky {
    position: static !important;
  }
}
#global_nav .gnav .sub_btn {
  width: 100%;
}
#global_nav .gnav .sub_btn::after {
  font-family: "fontello";
  font-weight: normal;
  content: '\f004';
  color: var(--color-main);
}
#global_nav .gnav .sub_btn.is_open::after {
  content: "\f005";
}

@media screen and (max-width: 47.99em) {
  #global_nav {
    width: 100%;
  }
  #global_nav #sp_btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 6rem;
    height: 6rem;
    margin: 0;
    padding: 0 0 0.5rem;
    line-height: 0.8;
    text-align: center;
    color: var(--color-white);
    background: var(--color-main-dark);
  }
  #global_nav #sp_btn::before {
    display: block;
    font-family: "fontello";
    font-weight: normal;
    content: '\e806';
    font-size: 4.4rem;
    transition: 0.3s;
  }
  #global_nav #sp_btn::after {
    font-size: 1.2rem;
    content: "MENU";
  }
  #global_nav #sp_btn.close::before {
    content: "\e807";
    transform: scale(-1, 1);
  }
  #global_nav #sp_btn.close::after {
    content: "CLOSE";
  }
  #global_nav #sp_btn span {
    display: none;
  }
  #global_nav .gnav {
    position: absolute;
    top: 7rem;
    left: 3vw;
    overflow-y: auto;
    width: 94vw;
    max-height: 78dvh;
    padding: 1.6rem;
    color: var(--color-base-txt);
    background: var(--color-base-bg);
    box-shadow: 0 0 1rem var(--color-shadow);
  }
  #global_nav .gnav > li:not(:last-child) {
    border-bottom: 2px dotted;
    border-image: repeating-linear-gradient(90deg, var(--color-main), var(--color-main) 2px, transparent 2px, transparent 7px) 1;
  }
  #global_nav .gnav > li a, #global_nav .gnav > li button {
    display: flex;
    align-items: center;
    padding: 1rem;
    font-size: 1.6rem;
  }
  #global_nav .gnav > li.sub .sub_btn {
    justify-content: space-between;
  }
  #global_nav .gnav > li.sub .sub_box {
    padding-bottom: 0.5rem;
  }
  #global_nav .gnav > li.sub .sub_box .subnav {
    background-color: var(--color-main-pale);
  }
  #global_nav .gnav > li.sub .sub_box .subnav li ~ li {
    border-top: 1px solid var(--color-white);
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a {
    gap: 0 0.4rem;
    padding: 0.8rem 1.5rem;
    font-weight: 500;
    font-size: 1.5rem;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a::before {
    font-family: "fontello";
    font-weight: normal;
    content: '\f138';
    transform: scale(0.8) translateX(-0.2em);
    color: var(--color-main-vivid);
  }
}
@media screen and (min-width: 48em), print {
  #global_nav {
    width: 100%;
    height: 60px;
    box-shadow: 0 3px 6px -3px var(--color-shadow);
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin-inline: auto;
    padding-block: 12px;
    font-size: 1.8rem;
    line-height: 1;
  }
  #global_nav .gnav li.hn {
    display: none;
  }
  #global_nav .gnav > li {
    flex-grow: 1;
    padding-inline: 3px;
    border-right: 2px dotted var(--color-main);
  }
  #global_nav .gnav > li:first-child {
    border-left: 2px dotted var(--color-main);
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 20px;
    text-align: center;
    border-radius: 3px;
  }
  #global_nav .gnav > li > a:hover, #global_nav .gnav > li > a:focus, #global_nav .gnav > li button:hover, #global_nav .gnav > li button:focus {
    color: var(--color-main-dark);
    background-color: var(--color-main-pale);
  }
  #global_nav .gnav > li.sub {
    position: relative;
    min-width: 164px;
  }
  #global_nav .gnav > li.sub .sub_btn {
    gap: 0 6px;
  }
  #global_nav .gnav > li.sub .sub_btn::after {
    height: 16px;
    font-size: 1.9rem;
  }
  #global_nav .gnav > li.sub .sub_box {
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 1;
    width: 100%;
  }
  #global_nav .gnav > li.sub .sub_box .subnav {
    color: var(--color-white);
    background-color: rgb(var(--color-sub-rgb)/0.9);
  }
  #global_nav .gnav > li.sub .sub_box .subnav li ~ li {
    border-top: 1px dotted var(--color-white);
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a {
    display: grid;
    align-content: center;
    min-height: 50px;
    padding: 0 5px 0 10px;
    word-break: keep-all;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a:hover, #global_nav .gnav > li.sub .sub_box .subnav li a:focus {
    background-color: var(--color-sub);
  }
  #global_nav.js-pc_sticky.is_sticky {
    background-color: var(--color-white);
  }
}
.overview {
  font-size: 1.5rem;
}
.overview_wrap {
  padding: 4rem 4% 6.5rem;
  background-image: url(../img/overview_bg.webp), var(--color-main-grad01);
  background-repeat: repeat-x, no-repeat;
  background-position: center bottom, left top;
  background-size: 250vw auto, auto;
}
.overview_wrap .logo {
  width: 80%;
  margin: 0 auto 2.5rem;
}
.overview_wrap .outline {
  display: grid;
  grid-template-columns: 30% auto;
  align-items: start;
  gap: 1.2rem 1.5rem;
}
.overview_wrap .outline dt {
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-sub);
  border-radius: 3px;
}
.overview_wrap .outline dd.telnum {
  font-weight: 500;
  line-height: 1;
  color: var(--color-accent);
}
.overview_wrap .outline dd.telnum span {
  font-size: 2.4rem;
}
.overview_wrap .outline dd.telnum i {
  display: block;
  margin-top: 0.5rem;
  font-size: 85%;
}
.overview_wrap .timetable {
  margin-top: 2.5rem;
}
.overview_map {
  width: 100%;
  height: 30rem;
}
.overview_map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.6rem;
  }
  .overview_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 58px;
    padding: 100px calc(50% - 534px) 155px;
    background-size: 2000px auto, auto;
  }
  .overview_wrap .logo {
    width: 100%;
    margin: 0;
  }
  .overview_wrap .logo img {
    margin-inline: auto;
  }
  .overview_wrap .outline {
    grid-template-columns: 110px auto;
    gap: 20px 28px;
    width: fit-content;
  }
  .overview_wrap .outline dd.telnum span {
    font-weight: 400;
    font-size: 3.3rem;
  }
  .overview_wrap .outline dd.telnum i {
    font-size: 1.5rem;
  }
  .overview_wrap .timetable {
    width: 582px;
    margin-top: 0;
  }
  .overview_map {
    height: 500px;
  }
}
#global_footer {
  padding-bottom: 5rem;
  line-height: 1;
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-main-dark);
}
#global_footer .footer_wrap {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding-block: 1.4rem;
  font-size: 1.4rem;
}

@media screen and (min-width: 48em), print {
  #global_footer {
    padding-bottom: 0;
    font-size: 1.6rem;
  }
  #global_footer .footer_wrap {
    display: block;
    padding-block: 47px;
  }
  #global_footer .footer_wrap ul {
    margin-inline: auto;
    letter-spacing: -0.4em;
  }
  #global_footer .footer_wrap ul li {
    display: inline-block;
    padding: 0 6px;
    letter-spacing: 0;
    border-right: 1px solid currentColor;
  }
  #global_footer .footer_wrap ul li.last-in-row {
    border-right: none;
  }
  #global_footer .footer_wrap ul li.fn {
    display: none;
  }
  #global_footer .footer_wrap ul li a:hover {
    text-decoration: underline;
  }
  #global_footer .footer_wrap > .gnav li.sub:not([data-name=clinic]) {
    display: none;
  }
  #global_footer .footer_wrap > .gnav li.sub[data-name=clinic] {
    display: inline-block;
  }
  #global_footer .footer_wrap > .gnav li.sub[data-name=clinic] .sub_btn {
    display: none;
  }
  #global_footer .footer_wrap > .gnav li.sub[data-name=clinic] .subnav li:last-child {
    border-right: none;
  }
  #global_footer .footer_wrap > .subnav {
    width: 750px;
  }
  #global_footer .footer_wrap > .subnav li {
    margin-top: 24px;
  }
  #global_footer .footer_wrap > .subnav li:nth-child(7) {
    border-left: none;
  }
  #global_footer .copyright {
    margin-top: 25px;
    padding-block: 34px;
    font-size: 1.6rem;
  }
}
.js-pageup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: -5.5rem;
  right: 0;
  z-index: 1;
  transition: 0.5s;
}
.js-pageup.is_active {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    bottom: 30px;
    right: 30px;
  }
  .js-pageup.is_active {
    bottom: 30px;
  }
}

#sp_footer {
  position: fixed;
  inset: auto 0 0;
  width: 100%;
  height: 4.8rem;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main-vivid);
  transition: padding 0.3s;
}
#sp_footer .telnum {
  font-weight: 500;
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
#sp_footer .telnum a {
  display: block;
}
#sp_footer .telnum a::before {
  display: inline-block;
  margin-right: 0.3rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e801';
}
#sp_footer i {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
#sp_footer:has(+ .js-pageup.is_active) {
  padding-right: 5rem;
}
@media screen and (min-width: 48em), print {
  #sp_footer {
    display: none;
  }
}

#pageup {
  display: block;
  width: 5rem;
  height: 4.8rem;
  padding: 0;
  line-height: 1;
  text-align: center;
  color: var(--color-white);
  background: var(--color-accent);
  border: none;
}
#pageup::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e803';
  font-size: 2rem;
}
#pageup span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    filter: drop-shadow(3px 3px 3px var(--color-shadow));
  }
  #pageup::before {
    font-size: 2.4rem;
  }
  #pageup:hover {
    background: var(--color-accent-lite);
  }
}
@media print {
  #pageup {
    display: none !important;
  }
}

.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;
}

@media screen and (min-width: 48em), print {
  .wrap {
    width: 1200px;
    margin-inline: auto;
  }
}
.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;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.red {
  color: var(--color-red);
}

.img_c {
  max-width: 80%;
  margin: 0 auto 1.4rem;
  border-radius: 1.5rem 0;
}
.img_c.w100 {
  max-width: 100%;
  border-radius: 1.5rem;
}

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

@media screen and (max-width: 47.99em) {
  .img_c.sp_w100 {
    max-width: 100%;
  }
  .img_c.mb0, .img_l.mb0, .img_r.mb0 {
    margin-bottom: 1.4rem;
  }
}
@media screen and (min-width: 48em), print {
  .img_c {
    max-width: 750px;
    margin: 0 auto 20px;
  }
  .img_c.pc_w100 {
    max-width: 100%;
  }
  .img_c {
    border-radius: 30px;
  }
  .img_l {
    float: left;
    max-width: 412px;
    margin-top: calc((1lh - 1em) * 0.5);
    margin-right: 40px;
    margin-bottom: 0.5em;
    margin-left: 0;
    border-radius: 30px 0px;
  }
  .img_r {
    float: right;
    max-width: 412px;
    margin-top: calc((1lh - 1em) * 0.5);
    margin-right: 0;
    margin-bottom: 0.5em;
    margin-left: 40px;
    border-radius: 30px 0px;
  }
}
.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;
  }
}
:where(section):has(> .img_r, > .img_l) {
  display: flow-root;
}
:where(section):has(> .img_r, > .img_l) > section:first-of-type {
  clear: both;
}
:where(section) > :last-child {
  margin-bottom: 0;
}

article > :where(section) ~ :where(section) {
  margin-top: 4.5rem;
}
article > :where(section) :where(section) {
  margin-top: 2.8rem;
}
article > :where(section) :where(section) :where(section) {
  margin-top: 1.8rem;
}
article > :where(section) :where(section) :where(section) :where(section) {
  margin-top: 1.5rem;
}
article :is(h2, h3, h4, h5, h6) + section {
  margin-top: 0;
}
article :is(h2, h3, h4, h5, h6) + p {
  margin-top: calc((1em - 1lh) * 0.5);
}

@media screen and (min-width: 48em), print {
  article > :where(section) ~ :where(section) {
    margin-top: 80px;
  }
  article > :where(section) :where(section) {
    margin-top: 55px;
  }
  article > :where(section) :where(section) :where(section) {
    margin-top: 40px;
  }
  article > :where(section) :where(section) :where(section) :where(section) {
    margin-top: 30px;
  }
}
.tit_01 {
  font-weight: 400;
  font-size: 2.5rem;
}

.tit_02 {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 2.2rem;
  padding-inline: 4.8rem;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.15;
  text-align: center;
  color: var(--color-sub);
  background-image: url(../img/tit_02.svg), url(../img/tit_02.svg);
  background-repeat: no-repeat;
  background-position: left center, right center;
  background-size: 4.4rem auto;
}

.tit_03 {
  margin-bottom: 1.6rem;
  padding-bottom: 0.3em;
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 1.15;
  color: var(--color-main-dark);
  border-bottom: 0.2rem solid currentColor;
  box-shadow: 0 0.2rem 0 0 var(--color-main);
}

.tit_04 {
  margin-bottom: 1.2rem;
  padding-bottom: 0.25em;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 1.15;
  color: var(--color-accent);
  border-bottom: 0.2rem solid currentColor;
}

.tit_05 {
  margin-bottom: 1.2rem;
  padding-bottom: 0.5rem;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.2;
  color: var(--color-main-vivid);
  border-bottom: 0.2rem dotted currentColor;
}

.tit_06 {
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--color-main-dark);
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.6rem;
  }
  .tit_02 {
    margin-bottom: 36px;
    padding-inline: 110px;
    font-size: 3.2rem;
    background-size: 100px auto;
  }
  .tit_03 {
    margin-bottom: 26px;
    padding-bottom: 6px;
    border-bottom-width: 3px;
    font-size: 3rem;
  }
  .tit_04 {
    margin-bottom: 22px;
    padding-bottom: 8px;
    border-bottom-width: 3px;
    font-size: 2.8rem;
  }
  .tit_05 {
    margin-bottom: 20px;
    padding-bottom: 6px;
    border-bottom-width: 3px;
    font-size: 2.6rem;
  }
  .tit_06 {
    margin-bottom: 12px;
    font-size: 2.4rem;
  }
}
:where(.contents) :where(li) {
  line-height: 1.5;
}

.lst_ul > li {
  padding-left: 1.8em;
}
.lst_ul > li::before {
  display: inline-block;
  width: 1.1em;
  aspect-ratio: 1/1;
  margin-left: -1.6em;
  margin-right: 0.5em;
  vertical-align: -0.1em;
  background-color: var(--color-main-soft);
  border-radius: 50%;
  content: "";
}

.lst_ul {
  margin-bottom: 1em;
}
.lst_ul > li ~ li {
  margin-top: 0.6em;
}
.lst_ul > li.none::before {
  display: none;
}
.lst_ul > li.etc {
  padding-left: 0.15em;
}
.lst_ul > li.etc::before {
  display: none;
}
.lst_ul.cols {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
.lst_ul.cols > li ~ li {
  margin-top: 0;
}
@media screen and (min-width: 48em), print {
  .lst_ul.cols2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5em 0;
  }
  .lst_ul.cols2 > li {
    width: 47%;
  }
  .lst_ul.cols2 > li ~ li {
    margin-top: 0;
  }
  .lst_ul.cols3 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 5%;
  }
  .lst_ul.cols3 > li {
    width: 30%;
  }
  .lst_ul.cols3 > li ~ li {
    margin-top: 0;
  }
}

.lst_ol {
  margin-bottom: 1em;
}
.lst_ol > li {
  margin-left: 1.4em;
  list-style-type: decimal;
}
.lst_ol > li ~ li {
  margin-top: 0.6em;
}
.lst_ol > li::marker {
  font-size: 132%;
  line-height: 0.8;
  color: var(--color-main-vivid);
}
.lst_ol > li.none {
  margin-left: 0;
  list-style-type: none;
}

.lst_dl {
  margin-bottom: 1em;
}
.lst_dl > dt {
  margin-bottom: 0.35em;
  font-size: 126%;
}
.lst_dl > dt:not([class]) {
  margin-bottom: 0.1em;
  font-weight: 500;
  line-height: 1.3;
}
.lst_dl > dt:first-of-type {
  margin-top: 0.2em;
}
.lst_dl > dt ~ dt {
  margin-top: 1em;
}
.lst_dl > dd :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .lst_dl > dt {
    font-size: 150%;
  }
}

.dl_tbl01 {
  margin-bottom: 1em;
  border-bottom: 1px solid var(--color-border02);
}
.dl_tbl01 dt {
  padding: 0.5em 1em;
  font-size: 120%;
  line-height: 1.3;
  color: var(--color-white);
  background: var(--color-main-dull);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.dl_tbl01 dd {
  padding: 1em;
  border-left: 1px solid var(--color-border02);
  border-right: 1px solid var(--color-border02);
}
.dl_tbl01 dd > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dl_tbl01 dt {
    font-size: 130%;
  }
}

.dl_tbl02 {
  margin-bottom: 1em;
  border-bottom: 1px solid var(--color-border);
  line-height: 1.5;
}
.dl_tbl02 dt {
  padding: 0.8rem 1rem;
  background-color: var(--color-accent-pale);
  border-top: 1px solid var(--color-border);
}
.dl_tbl02 dt ~ dt {
  margin-top: 0.2rem;
}
.dl_tbl02 dd {
  padding: 1rem 1.5rem;
  border-top: 1px solid var(--color-sub01);
}
.dl_tbl02 dd > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dl_tbl02 {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .dl_tbl02 dt {
    padding: 0.8em 2em;
  }
  .dl_tbl02 dt ~ dt {
    margin-top: 0;
  }
  .dl_tbl02 dd {
    padding: 0.8em 2em;
    border-top-color: var(--color-border);
  }
}

@media screen and (min-width: 48em), print {
  .set_dls {
    display: flex;
  }
  .set_dls > dl {
    flex: 1;
  }
  .set_dls > dl:first-of-type dt {
    border-right: 1px solid var(--color-border);
  }
  .set_dls > dl:not(:first-of-type) dd {
    border-left: none;
  }
}

.dl_flow {
  counter-reset: flowNum 0;
}
.dl_flow dt {
  counter-increment: flowNum 1;
  padding: 1.8rem 1.5rem 0.4rem;
  color: var(--color-main-dark);
  font-size: 1.8rem;
  line-height: 1.1;
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-color: var(--color-main);
  border-radius: 5px 5px 0 0;
}
.dl_flow dt::before {
  display: inline-block;
  margin-right: 0.8rem;
  font-family: "Oleo Script", system-ui;
  font-size: 2.6rem;
  line-height: 0.8;
  vertical-align: text-bottom;
  content: counter(flowNum) ".";
}
.dl_flow dd {
  position: relative;
  padding: 0.6rem 1.3rem 1.6rem;
  line-height: 1.5;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: var(--color-main);
  border-radius: 0 0 0.8rem 0.8rem;
}
.dl_flow dd:not(:last-child) {
  margin-bottom: 3.5rem;
}
.dl_flow dd:not(:last-child)::after {
  position: absolute;
  bottom: -2.8rem;
  left: 0;
  right: 0;
  display: block;
  width: 6.8rem;
  height: 1.4rem;
  background-color: var(--color-main);
  content: "";
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  margin-inline: auto;
}
.dl_flow dd > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dl_flow dt {
    padding: 34px 34px 8px;
    font-size: 2.6rem;
  }
  .dl_flow dt::before {
    margin-right: 12px;
    font-size: 3.6rem;
  }
  .dl_flow dd {
    padding: 8px 34px 28px;
    line-height: 1.7;
  }
  .dl_flow dd:not(:last-child) {
    margin-bottom: 90px;
  }
  .dl_flow dd:not(:last-child)::after {
    bottom: -62px;
    width: 196px;
    height: 34px;
  }
}

:where(.contents) :where(table) {
  line-height: 1.5;
}

.tbl_simple, .tbl_data {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
}
.tbl_simple th, .tbl_data th {
  padding: 0.8rem;
  font-weight: normal;
}
.tbl_simple td, .tbl_data td {
  padding: 0.8rem 1.2rem;
}
@media screen and (min-width: 48em), print {
  .tbl_simple th, .tbl_data th {
    padding: 0.8em 1em;
  }
  .tbl_simple td, .tbl_data td {
    padding: 0.8em 1.5em;
    word-break: normal;
  }
}

.tbl_data {
  border-bottom: 1px solid var(--color-border);
}
.tbl_data th, .tbl_data td {
  border-top: 1px solid var(--color-border);
}
.tbl_data thead th {
  color: var(--color-white);
  background-color: var(--color-main-dull);
}
.tbl_data tbody th {
  background-color: var(--color-main-pale);
}

.tbl_simple {
  border-bottom: 1px solid var(--color-border);
}
.tbl_simple th, .tbl_simple td {
  border-top: 1px solid var(--color-border);
}
.tbl_simple tbody th {
  background-color: var(--color-accent-pale);
}

@media screen and (max-width: 47.99em) {
  .sp_frame {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 1.2rem;
  }
  .sp_frame > table {
    width: 200%;
  }
}
@media screen and (min-width: 48em), print {
  .sp_frame > table {
    width: 100%;
  }
}

.box_notice, .box_notes, .box_or, .box_bl {
  margin-bottom: 1em;
  padding: 1em 1.2em;
  border-radius: 0.7em;
}
.box_notice > :last-child, .box_notes > :last-child, .box_or > :last-child, .box_bl > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .box_notice, .box_notes, .box_or, .box_bl {
    padding: 30px 35px;
    border-radius: 15px;
  }
}

.box_bl {
  background: var(--color-main-pale);
}

.box_or {
  background: var(--color-accent-pale);
}
.box_or .lst_ul li::before {
  background-color: var(--color-accent-soft);
}

.box_notes {
  background: var(--color-base-bg);
  border: 2px solid var(--color-main);
}

.box_notice {
  background: var(--color-base-bg);
  border: 2px solid var(--color-accent);
}

:where(.contents) :where(a) {
  color: var(--color-main-dark);
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  :where(.contents) :where(a):hover {
    text-decoration: none;
  }
}

.lnk_ref {
  display: inline-block;
  font-weight: 500;
}
.lnk_ref::before {
  display: inline-block;
  margin-right: 0.3em;
  font-weight: 400;
  content: "≫";
}

.lnk_anc {
  display: inline-block;
  margin-left: 0.3em;
  font-weight: 500;
}
.lnk_anc::before {
  display: inline-block;
  font-family: "Oleo Script", system-ui;
  content: "≫";
  transform: rotate(90deg);
}

.btn_detail, .btn_back {
  padding: 0.6em 1em;
  font-weight: 500;
  color: var(--color-white);
  background-color: var(--color-main-dark);
  box-shadow: 2px 2px 2px var(--color-shadow);
  display: inline-block;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  border-radius: 2em;
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back {
    border-radius: 3em;
  }
}
.btn_detail::before, .btn_back::before {
  display: inline-block;
  margin-right: 0.3em;
  letter-spacing: 0;
}
.btn_detail::before, .btn_back::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e80c';
  transform: scale(0.75);
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back {
    padding: 0.6em 1.4em;
  }
  .btn_detail:hover, .btn_back:hover {
    background-color: var(--color-main);
  }
}

mark {
  color: inherit;
  background: linear-gradient(transparent 60%, var(--color-highlight, mark) 60%);
}

.em {
  font-weight: 700;
}

.em500 {
  font-weight: 500;
}

.attn, .notification {
  color: var(--color-attention, #f00);
}

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

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

.f-fpm {
  font-feature-settings: "palt";
}

.notification, ul.remarks > li, dl.remarks > dt, :not(dl, ul).remarks {
  padding-left: 1em;
  text-indent: -1em;
}
.notification > *, ul.remarks > li > *, dl.remarks > dt > *, :not(dl, ul).remarks > * {
  text-indent: 0;
}

span:not(dl, ul).remarks {
  display: inline-block;
}

dl.remarks > dt ~ dt {
  margin-top: 0.8em;
}

.notification {
  line-height: 1.5;
}

.js-tel {
  white-space: nowrap;
}
@media screen and (max-width: 47.99em) {
  .js-tel a {
    color: inherit;
    text-decoration: none !important;
  }
}

.timetable_tbl {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  line-height: 1;
}
.timetable_tbl thead th {
  padding-block: 1rem;
  font-weight: normal;
  color: var(--color-white);
  background-color: var(--color-sub);
}
.timetable_tbl thead th:first-child {
  width: 28%;
  border-radius: 3px 0 0 3px;
}
.timetable_tbl thead th:last-child {
  width: 12%;
  padding-right: 2%;
  border-radius: 0 3px 3px 0;
}
.timetable_tbl tbody th {
  padding-block: 1.3rem;
  font-weight: normal;
  white-space: nowrap;
  border-bottom: 1px solid var(--color-sub);
}
.timetable_tbl tbody td {
  padding-block: 1.3rem;
  text-align: center;
  border-bottom: 1px solid var(--color-sub);
}
.timetable_tbl tbody td:last-child {
  padding-right: 2%;
}
.timetable_note {
  padding-top: 0.8rem;
}

@media screen and (min-width: 48em), print {
  .timetable_tbl thead th {
    padding-block: 0.75em;
  }
  .timetable_tbl thead th:first-child {
    width: 24.4%;
    padding-right: 2%;
  }
  .timetable_tbl thead th:last-child {
    width: 14%;
    padding-right: 4%;
  }
  .timetable_tbl tbody th {
    padding-block: 1.05em;
    padding-right: 2%;
  }
  .timetable_tbl tbody td {
    padding-block: 1.05em;
  }
  .timetable_tbl tbody td:last-child {
    padding-right: 4%;
  }
  .timetable_note {
    padding-top: 0.8em;
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s infinite linear;
  border: 2px solid #333;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  background: #fff;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  align-items: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 2em;
  width: 2em;
}
.splide__arrow svg {
  fill: #000;
  height: 70%;
  width: 70%;
}
.splide__arrow:disabled {
  opacity: 0;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 0.3em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 0.3em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  padding: 0 1em;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 5px;
  padding: 0;
  position: relative;
  width: 10px;
}
.splide__pagination__page.is-active {
  background: #000;
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: transparent;
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}

.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
  opacity: 0.6;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  opacity: 1;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%, 0);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotateZ(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotateZ(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
.hospitals_tit, .treatment_tit, .about_tit, .feature_tit, .news_tit {
  min-height: 8.25rem;
  padding-top: 1.6rem;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
  color: var(--color-sub);
  background-image: url(../img/index/tit_02.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 6rem auto;
}
.hospitals_tit::after, .treatment_tit::after, .about_tit::after, .feature_tit::after, .news_tit::after {
  display: block;
  padding-block: 1.2rem;
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--color-main-dark);
  content: attr(data-en);
}
@media screen and (min-width: 48em), print {
  .hospitals_tit, .treatment_tit, .about_tit, .feature_tit, .news_tit {
    min-height: 110px;
    padding-top: 14px;
    font-size: 3.6rem;
    background-size: 80px auto;
  }
  .hospitals_tit::after, .treatment_tit::after, .about_tit::after, .feature_tit::after, .news_tit::after {
    padding-block: 16px;
    font-size: 2rem;
  }
}

.examination, .firstvisit {
  padding: 20rem 4% 1.5rem;
  background-repeat: no-repeat;
  background-position: 40% 0%;
  background-size: auto 20rem;
}
.examination .box, .firstvisit .box {
  padding: 3rem 0 1rem 2.8rem;
  background-image: url(../img/logomark_wm.svg);
  background-repeat: no-repeat;
  background-position: 0 1.8rem;
  background-size: 34% auto;
}
.examination .box .tit, .firstvisit .box .tit {
  margin-bottom: 0.8rem;
  padding-bottom: 0.6rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  border-bottom: 2px solid var(--color-main);
}
.examination .box .txt, .firstvisit .box .txt {
  margin-bottom: 0;
  line-height: 1.6;
}
.examination .box .more, .firstvisit .box .more {
  margin-top: 1rem;
  text-align: right;
}
@media screen and (min-width: 48em), print {
  .examination, .firstvisit {
    padding: 0;
    background-position: calc(50% - 500px) top;
    background-size: auto;
  }
  .examination .box, .firstvisit .box {
    display: grid;
    align-content: center;
    width: 640px;
    height: 400px;
    margin-left: auto;
    margin-right: calc(50% - 600px);
    padding: 0 0 0 58px;
    background-position: 0 50%;
    background-size: 200px auto;
  }
  .examination .box .tit, .firstvisit .box .tit {
    margin-bottom: 16px;
    padding-bottom: 8px;
    font-size: 2.8rem;
    line-height: 1.2;
    border-bottom-width: 3px;
  }
  .examination .box .txt, .firstvisit .box .txt {
    font-size: 2rem;
    line-height: 1.9;
  }
  .examination .box .more, .firstvisit .box .more {
    margin-top: 22px;
    font-size: 2rem;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero_img {
  opacity: 0;
}
.hero_img.is-initialized.is-active {
  animation: fadeIn 3s forwards;
}

.hero {
  --height-hero: 28.0rem;
  position: relative;
  z-index: 0;
  background-color: var(--color-main-lite);
}
.hero_img {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: var(--height-hero);
}
.hero_wrap .catch {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: var(--height-hero);
  padding: 4rem 1.8rem;
}
.hero_wrap .catch p {
  margin: 0;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-shadow: 0 0 0.3rem var(--color-white), 0 0 0.4rem var(--color-white), 0 0 0.5rem var(--color-white);
}
.hero_wrap .catch p em {
  font-weight: inherit;
  font-size: 2.4rem;
  color: var(--color-main-dark);
}
.hero_wrap .ann {
  position: relative;
  top: -2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.3rem;
  padding-inline: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
  color: var(--color-white);
}
.hero_wrap .ann div {
  padding: 1rem;
  font-weight: 500;
  text-align: center;
  border-radius: 2rem 0;
  box-shadow: 0.2rem 0.2rem 0.2rem var(--color-shadow);
}
.hero_wrap .ann div b, .hero_wrap .ann div em {
  font-weight: 500;
}
.hero_wrap .ann div.en {
  font-size: 2rem;
  background-color: var(--color-accent);
}

@media screen and (min-width: 48em), print {
  .hero {
    --height-hero: 720px;
  }
  .hero_wrap {
    width: 1200px;
    margin-inline: auto;
  }
  .hero_wrap .catch {
    justify-content: flex-start;
    padding: 35px 0;
  }
  .hero_wrap .catch p {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.6;
    text-shadow: none;
  }
  .hero_wrap .catch p em {
    padding-bottom: 0.1em;
    font-size: 3.6rem;
  }
  .hero_wrap .ann {
    top: -45px;
    justify-content: normal;
    gap: 0 10px;
    padding-inline: 0;
    font-size: 1.8rem;
    line-height: 1.1;
  }
  .hero_wrap .ann div {
    width: 400px;
    height: 90px;
    text-align: center;
    border-radius: 40px 0;
    box-shadow: 3px 3px 3px var(--color-shadow);
  }
  .hero_wrap .ann div.en {
    order: -1;
    display: grid;
    place-content: center;
    width: 260px;
    font-size: 3rem;
  }
}
.js-accordion > dt {
  cursor: pointer;
}
.js-accordion > dd {
  word-wrap: break-word;
}
.js-accordion > dd a {
  text-decoration: underline;
}
.js-accordion > dd a:hover {
  text-decoration: none;
}
.js-accordion > dd:not(:nth-of-type(-n+3)) {
  display: none;
}

.news {
  padding: 4rem 4% 5rem;
  background-color: var(--color-main-lite);
  background-image: url(../img/logomark_wm.svg), radial-gradient(circle at 50% 27vw, rgb(var(--color-white-rgb)/0.7) 27vw, transparent 27vw);
  background-repeat: no-repeat;
  background-position: 50% 7rem, 0 3rem;
  background-size: 32vw auto, auto;
}
.news .wrap {
  padding-top: 4.5rem;
}
.news_tit {
  padding-top: 0;
  font-weight: 500;
  background: none;
}
.news_tit::after {
  font-weight: 500;
}
.news_box {
  max-height: 24rem;
  padding-inline: 0.5rem;
  overflow-y: auto;
  scrollbar-color: var(--color-sub01) var(--color-white);
}
.news_box dl dt {
  padding-left: 2.2rem;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.2;
  color: var(--color-main-dark);
}
.news_box dl dt::before {
  display: inline-block;
  margin-left: -2.2rem;
  margin-right: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
  transform: scale(0.75);
}
.news_box dl dt.is_open::before {
  content: "\e80d";
}
.news_box dl dt ~ dt {
  margin-top: 2rem;
}
.news_box dl dd {
  padding-top: 0.3rem;
}

@media screen and (min-width: 48em), print {
  .news {
    min-height: 480px;
    padding: 145px 0 155px;
    background-image: url(../img/logomark_wm.svg), radial-gradient(circle at calc(50% - 360px) 50%, rgb(var(--color-white-rgb)/0.7) 240px, transparent 240px);
    background-position: calc(50% - 360px) calc(50% + 40px), 0 0;
    background-size: 250px auto, auto;
  }
  .news .wrap {
    display: flex;
    gap: 0 14px;
    padding-top: 0;
  }
  .news_tit {
    flex: none;
    display: grid;
    align-content: center;
    width: 260px;
  }
  .news_tit::after {
    padding: 20px 0 0;
  }
  .news_box {
    width: 910px;
    max-height: 350px;
    padding: 5px 170px 0 0;
  }
  .news_box dl dt {
    font-size: 2rem;
  }
  .news_box dl dt ~ dt {
    margin-top: 24px;
  }
  .news_box dl dt::before {
    transform: scale(0.75) translateX(-2px);
  }
  .news_box dl dd {
    padding-top: 0.3rem;
    line-height: 1.45;
  }
}
.feature {
  padding: 5rem 0;
}
.feature_boxs {
  counter-reset: fNum 0;
  margin-top: 2rem;
}
.feature_boxs .box {
  counter-increment: fNum 1;
  display: flex;
  flex-direction: column;
}
.feature_boxs .box ~ .box {
  margin-top: 4rem;
}
.feature_boxs .box .tit {
  position: relative;
  margin: 0 2rem 1.2rem 2.5rem;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.1;
  word-break: auto-phrase;
  color: var(--ft-box-tit);
}
.feature_boxs .box .tit::before {
  position: absolute;
  top: -6rem;
  display: block;
  font-family: "Oleo Script", system-ui;
  font-size: 6rem;
  line-height: 0.8;
  color: var(--ft-box-num);
  content: counter(fNum, decimal-leading-zero);
}
.feature_boxs .box .txt {
  margin-bottom: 0;
  padding: 1rem 2rem 2rem 2.5rem;
  background-image: var(--ft-box-bg);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.feature_boxs .box .img {
  order: -1;
  margin: 0 2.5rem 1.5rem;
}
.feature_boxs .box .img img {
  border-radius: 2.5rem 0;
  box-shadow: 0.5rem 0.5rem 0 var(--ft-box-shadow);
}
.feature_boxs .box:nth-of-type(odd) {
  --ft-box-bg: linear-gradient(90deg, transparent, var(--color-accent-pale));
  --ft-box-tit: var(--color-accent);
  --ft-box-num: var(--color-accent-lite);
  --ft-box-shadow: var(--color-accent-lite);
}
.feature_boxs .box:nth-of-type(odd) .tit::before {
  left: 0.5rem;
}
.feature_boxs .box:nth-of-type(even) {
  --ft-box-bg: linear-gradient(270deg, transparent, var(--color-main-pale));
  --ft-box-tit: var(--color-main-dark);
  --ft-box-num: var(--color-main-soft);
  --ft-box-shadow: var(--color-main);
}
.feature_boxs .box:nth-of-type(even) .tit::before {
  right: 1.5rem;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 100px 0;
  }
  .feature_boxs {
    margin-top: 60px;
  }
  .feature_boxs .box {
    display: grid;
    grid-template-columns: 582px 582px;
    grid-template-rows: 190px auto;
    justify-content: space-between;
    padding: 0 calc(50% - 600px) 60px;
    background-image: var(--ft-box-bg);
    background-repeat: no-repeat;
    background-position: 50% 190px;
    background-size: 100% auto;
  }
  .feature_boxs .box ~ .box {
    margin-top: 50px;
  }
  .feature_boxs .box .tit {
    margin: auto 0 18px;
    font-size: 3rem;
    word-break: normal;
  }
  .feature_boxs .box .tit::before {
    position: static;
    font-size: 10rem;
    line-height: 1;
  }
  .feature_boxs .box .txt {
    font-size: 2rem;
    line-height: 1.9;
    padding: 25px 0;
    background: none;
  }
  .feature_boxs .box .img {
    order: 0;
    margin: 0;
    padding: 0 10px 10px 0;
  }
  .feature_boxs .box .img img {
    border-radius: 30px 0;
    box-shadow: 10px 10px 0 var(--ft-box-shadow);
  }
  .feature_boxs .box:nth-of-type(odd) .tit {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .feature_boxs .box:nth-of-type(odd) .txt {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .feature_boxs .box:nth-of-type(odd) .img {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .feature_boxs .box:nth-of-type(even) .tit {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .feature_boxs .box:nth-of-type(even) .txt {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .feature_boxs .box:nth-of-type(even) .img {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.about {
  padding: 4rem 4%;
  background-image: url(../img/index/about_bg.webp);
  background-repeat: repeat;
  background-position: center top;
  background-size: contain;
}
.about .wrap {
  padding: 4rem 2rem 3rem;
  background-color: rgb(var(--color-white-rgb)/0.8);
  border-radius: 1.5rem;
  box-shadow: 0.1rem 0.1rem 0.1rem var(--color-shadow);
}
.about_box {
  margin-top: 2rem;
}
.about_box .txt {
  margin-bottom: 0;
  text-align: justify;
}
.about_box .signature {
  font-weight: 500;
  text-align: right;
}
.about_box .signature span {
  font-size: 125%;
}
.about_more {
  display: flex;
  justify-content: center;
  gap: 0 1.5rem;
  margin-top: 3rem;
}

@media screen and (min-width: 48em), print {
  .about {
    padding: 100px 0;
    background-size: auto;
  }
  .about .wrap {
    padding: 78px 100px;
    font-size: 2rem;
    border-radius: 30px;
    box-shadow: 2px 2px 2px var(--color-shadow);
  }
  .about_box {
    margin-top: 38px;
  }
  .about_box .txt {
    line-height: 2.3;
  }
  .about_box .signature span {
    font-size: 2.6rem;
  }
  .about_more {
    justify-content: flex-end;
    gap: 0 12px;
    margin-top: 32px;
  }
  .about_more li {
    margin-top: 0;
  }
  .about_more li a {
    width: auto;
  }
}
.firstvisit {
  background-image: url(../img/index/firstvisit_bg.webp);
}

.treatment {
  padding: 5rem 4%;
  background-color: var(--color-sub04);
}
.treatment_lst .box {
  margin-top: 2rem;
  padding: 2.5rem 1.5rem 1.5rem;
  background-color: var(--color-white);
  border-radius: 1rem;
}
.treatment_lst .box .tit {
  margin-bottom: 2.5rem;
  font-weight: 400;
  font-size: 2rem;
  text-align: center;
  color: var(--color-main-dark);
}
.treatment_lst .box .tit::before {
  display: block;
  width: 14rem;
  aspect-ratio: 1/1;
  margin: 0 auto 0.5rem;
  background-color: var(--color-sub03);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 65% auto;
  border-radius: 50%;
  content: "";
}
.treatment_lst .box .tit#ge_psychiatry::before {
  background-image: url(../img/index/treatment_tit_ge_psychiatry.svg);
}
.treatment_lst .box .tit#internal::before {
  background-image: url(../img/index/treatment_tit_internal.svg);
}
.treatment_lst .box .tit#ca_psychiatry::before {
  background-image: url(../img/index/treatment_tit_ca_psychiatry.svg);
}
.treatment_lst .box .lst {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 4%;
}
.treatment_lst .box .lst li {
  width: 48%;
}
.treatment_lst .box .lst li a {
  display: block;
  height: 100%;
  padding: 8rem 1rem 1rem;
  word-break: keep-all;
  line-height: 1.2;
  text-align: center;
  background-color: var(--color-main-pale);
  background-repeat: no-repeat;
  background-position: 50% 1.2rem;
  background-size: 6rem auto;
  border-radius: 0.5rem;
  box-shadow: 0.1rem 0.1rem 0.1rem var(--color-shadow);
}
.treatment_lst .box .lst li .a_dementia {
  background-image: url(../img/index/treatment_ico_dementia.svg);
}
.treatment_lst .box .lst li .a_depression {
  background-image: url(../img/index/treatment_ico_depression.svg);
}
.treatment_lst .box .lst li .a_adis {
  background-image: url(../img/index/treatment_ico_adis.svg);
}
.treatment_lst .box .lst li .a_bpsd {
  background-image: url(../img/index/treatment_ico_bpsd.svg);
}
.treatment_lst .box .lst li .a_delirium {
  background-image: url(../img/index/treatment_ico_delirium.svg);
}
.treatment_lst .box .lst li .a_antiag {
  background-image: url(../img/index/treatment_ico_antiag.svg);
}
.treatment_lst .box .lst li .a_lifestyle {
  background-image: url(../img/index/treatment_ico_lifestyle.svg);
}
.treatment_lst .box .lst li .a_hbp {
  background-image: url(../img/index/treatment_ico_hbp.svg);
}
.treatment_lst .box .lst li .a_diabetes {
  background-image: url(../img/index/treatment_ico_diabetes.svg);
}
.treatment_lst .box .lst li .a_dyslipidemia {
  background-image: url(../img/index/treatment_ico_dyslipidemia.svg);
}
.treatment_lst .box .lst li .a_hyperuricemia {
  background-image: url(../img/index/treatment_ico_hyperuricemia.svg);
}
.treatment_lst .box .lst li .a_frail {
  background-image: url(../img/index/treatment_ico_frail.svg);
}
.treatment_lst .box .lst li .a_sd {
  background-image: url(../img/index/treatment_ico_sd.svg);
}
.treatment_lst .box .lst li .a_kampo {
  background-image: url(../img/index/treatment_ico_kampo.svg);
}
.treatment_lst .box .lst li .a_headache {
  background-image: url(../img/index/treatment_ico_headache.svg);
}
.treatment_lst .box .lst li .a_dbd {
  background-image: url(../img/index/treatment_ico_dbd.svg);
}
.treatment_lst .box .lst li .a_anxiety {
  background-image: url(../img/index/treatment_ico_anxiety.svg);
}
.treatment_lst .box .lst li .a_dbd i {
  display: none;
}

@media screen and (min-width: 48em), print {
  .treatment {
    padding: 100px 0;
  }
  .treatment_lst {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 36px;
    margin-top: 50px;
  }
  .treatment_lst .box {
    width: 582px;
    margin-top: 0;
    padding: 40px 40px 50px;
    border-radius: 20px;
  }
  .treatment_lst .box .tit {
    margin-bottom: 45px;
    font-size: 2.6rem;
  }
  .treatment_lst .box .tit::before {
    width: 170px;
    background-size: 100px auto;
  }
  .treatment_lst .box .lst {
    gap: 20px 40px;
  }
  .treatment_lst .box .lst li {
    width: 230px;
  }
  .treatment_lst .box .lst li a {
    display: grid;
    align-items: center;
    align-content: center;
    height: 70px;
    padding: 8px 7px 7px 75px;
    text-align: left;
    background-position: 7px 50%;
    background-size: 55px auto;
    border-radius: 10px;
    box-shadow: 2px 2px 2px var(--color-shadow), inset 2px 2px 2px transparent;
  }
  .treatment_lst .box .lst li a:hover, .treatment_lst .box .lst li a:focus {
    box-shadow: 2px 2px 2px transparent, inset 2px 2px 2px var(--color-shadow);
    transform: translate(2px, 2px);
    background-color: var(--color-main-soft);
  }
}
.examination {
  background-image: url(../img/index/examination_bg.webp);
}

.hospitals {
  --color-main-pale: #eef8fe;
  padding: 5rem 4%;
  background-color: var(--color-main-pale);
}
.hospitals_lst {
  width: fit-content;
  margin-top: 2rem;
  margin-inline: auto;
}
.hospitals_lst li {
  margin-top: 1rem;
  text-align: center;
}
.hospitals_lst li a {
  padding: 0.6em 1em;
  font-weight: 500;
  color: var(--color-white);
  background-color: var(--color-main);
  box-shadow: 2px 2px 2px var(--color-shadow);
  display: inline-flex;
  justify-content: center;
  gap: 0 0.45em;
  align-items: center;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  border-radius: 2em;
}
@media screen and (min-width: 48em), print {
  .hospitals_lst li a {
    border-radius: 3em;
  }
}
.hospitals_lst li a::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e80c';
  line-height: 1;
  transform: scale(0.7);
}

@media screen and (min-width: 48em), print {
  .hospitals {
    padding: 100px 0;
  }
  .hospitals_lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 36px 40px;
    margin-top: 45px;
  }
  .hospitals_lst li {
    margin-top: 0;
  }
  .hospitals_lst li a {
    padding: 0.6em 1.4em;
  }
  .hospitals_lst li a:hover {
    background-color: var(--color-main-vivid);
  }
}
.heading {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 11rem;
  padding: 1rem 4% 1rem 24%;
  background-image: url(../img/tit_heading.webp);
  background-repeat: no-repeat;
  background-position: 40% 50%;
  background-size: cover;
}
.heading h1 {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.2;
  color: var(--color-main-dark);
}
@media screen and (min-width: 48em), print {
  .heading {
    align-items: flex-end;
    min-height: 320px;
    padding: 65px calc(50% - 600px) 68px calc(50% - 300px);
    background-position: center center;
  }
  .heading h1 {
    font-size: 3.6rem;
  }
}

.contents {
  padding: 4rem 4% 3rem;
}
@media screen and (min-width: 48em), print {
  .contents {
    width: 1068px;
    margin-inline: auto;
    padding: 100px 0 80px;
  }
}

.lead_em {
  font-size: 111%;
  font-weight: 500;
  line-height: 1.5;
}

.breadcrumbs {
  padding: 1rem 4%;
  font-size: 1.3rem;
  line-height: 1.1;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:first-child)::before {
  display: inline-block;
  margin: 0 0.1em;
  font-size: 80%;
  content: "＞";
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    padding: 20px 0;
    font-size: 1.8rem;
  }
  .breadcrumbs ol {
    width: 1068px;
    margin-inline: auto;
  }
  .breadcrumbs ol a:hover {
    text-decoration: underline;
  }
}

body#page_doctor .greetings {
  padding-inline: 0.5rem;
}
body#page_doctor .greetings p {
  text-align: justify;
}
body#page_doctor .greetings .signature {
  text-align: right;
}
body#page_doctor .greetings .signature span {
  font-size: 125%;
}
body#page_doctor .bio {
  display: grid;
  grid-template-columns: 10rem auto;
  gap: 0.8rem 0.5rem;
  line-height: 1.3;
}
body#page_doctor .bio dt {
  padding: 0.5rem 0.8rem;
  white-space: nowrap;
  background-color: var(--color-main-soft);
  border-radius: 0.5rem;
}
body#page_doctor .bio dd {
  padding: 0.5rem;
  word-break: auto-phrase;
}
@media screen and (min-width: 48em), print {
  body#page_doctor .greetings {
    padding-inline: 0;
  }
  body#page_doctor .greetings .signature span {
    font-size: 125%;
  }
  body#page_doctor .bio {
    grid-template-columns: 180px auto;
    gap: 15px;
  }
  body#page_doctor .bio dt {
    padding: 10px 20px;
    letter-spacing: 0.05em;
  }
  body#page_doctor .bio dd {
    padding: 10px 20px;
    word-break: normal;
  }
}

body#page_clinic .splide__arrow {
  background: var(--color-white);
}
body#page_clinic .splide__arrow svg {
  fill: var(--color-main-vivid);
}
body#page_clinic .splide.panels .splide__slide {
  -webkit-tap-highlight-color: transparent;
}
body#page_clinic .splide.panels .splide__slide:focus {
  outline: 0;
}
body#page_clinic .splide.panels .splide__slide figcaption {
  padding: 0.5em 0.3em;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  text-shadow: 0 0 1rem var(--color-main-vivid);
  color: var(--color-white);
  background: var(--color-main);
}
body#page_clinic .splide.navis {
  margin-top: 0.6rem;
}
body#page_clinic .splide.navis .splide__track--nav > .splide__list > .splide__slide {
  opacity: 0.6;
  outline: 4px solid transparent;
  outline-offset: -4px;
}
body#page_clinic .splide.navis .splide__track--nav > .splide__list > .splide__slide.is-active {
  opacity: 1;
  outline-color: var(--color-main);
}
@media screen and (min-width: 48em), print {
  body#page_clinic .splide {
    width: 750px;
    margin-inline: auto;
  }
  body#page_clinic .splide.panels .splide__slide figcaption {
    font-size: 2.8rem;
  }
  body#page_clinic .splide.panels .splide__arrow {
    background: transparent;
    width: 50px;
    height: 50px;
  }
  body#page_clinic .splide.panels .splide__arrow:hover {
    background-color: var(--color-main-lite);
  }
  body#page_clinic .splide.panels .splide__arrow--prev {
    left: -60px;
  }
  body#page_clinic .splide.panels .splide__arrow--next {
    right: -60px;
  }
  body#page_clinic .splide.navis {
    margin-top: 10px;
  }
  body#page_clinic .splide.navis .splide__track--nav > .splide__list > .splide__slide {
    outline-width: 5px;
    outline-offset: -5px;
  }
}

@media screen and (min-width: 48em), print {
  body#page_first .first_guide {
    display: flow-root;
  }
  body#page_first .first_guide .img_r {
    margin-left: 50px;
  }
}

body#page_access .txt_c {
  font-size: 112.5%;
}
body#page_access .gmap {
  width: 100%;
  height: 45rem;
}
body#page_access .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
body#page_access .gmap {
  margin-top: 4rem;
}
@media screen and (min-width: 48em), print {
  body#page_access .gmap {
    height: 500px;
    margin-top: 80px;
  }
}

@counter-style p-decimal {
  system: extends decimal;
  prefix: "";
  suffix: " ) ";
  speak-as: number;
}
body#page_privacy_policy article .lead {
  margin-bottom: 4.5rem;
}
body#page_privacy_policy article h3 {
  margin-bottom: 0.5em;
}
body#page_privacy_policy article ul ul, body#page_privacy_policy article ul ol, body#page_privacy_policy article ol ul, body#page_privacy_policy article ol ol {
  margin-block: 0.5em;
}
body#page_privacy_policy article .lst_ul {
  margin-top: 0.3em;
}
body#page_privacy_policy article .lst_ul > li::before {
  color: inherit;
  background: none;
  transform: scale(0.4);
  content: "●";
}
body#page_privacy_policy article .lst_ul > li ~ li {
  margin-top: 0.4em;
}
body#page_privacy_policy article .lst_ol > li {
  list-style-type: p-decimal;
}
body#page_privacy_policy article .lst_ol > li::marker {
  font-weight: normal;
  font-size: inherit;
  color: inherit;
}
body#page_privacy_policy article .dl_num dt ~ dt {
  margin-top: 0.8em;
}
body#page_privacy_policy article .dl_num > dd {
  padding-left: 1.5em;
}
body#page_privacy_policy article .pp_sign {
  margin-top: 5rem;
  text-align: right;
}
body#page_privacy_policy article .pp_contactus {
  margin-top: 1rem;
  text-align: right;
}
body#page_privacy_policy article .pp_contactus div {
  word-spacing: 0.5em;
  word-break: auto-phrase;
}
@media screen and (min-width: 48em), print {
  body#page_privacy_policy article h2 {
    word-break: normal;
  }
  body#page_privacy_policy article .lead {
    margin-bottom: 90px;
  }
  body#page_privacy_policy article .pp_sign {
    margin-top: 100px;
  }
  body#page_privacy_policy article .pp_contactus {
    margin-top: 25px;
  }
}

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