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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  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;
  -o-object-fit: contain;
     object-fit: contain;
}

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

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

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.d-block {
  display: block !important;
}

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

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

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

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

.mb0 {
  margin-bottom: 0 !important;
}

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

@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;
  }
}
.tit_01 {
  font-weight: 700;
  font-size: 2.2rem;
}

.tit_02 {
  margin: 0 0 2rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
}
.tit_02::after {
  display: block;
  width: 2em;
  height: 0.2rem;
  margin: 0.8rem auto 0;
  background: var(--color-main-bright);
  content: "";
}

.tit_03 {
  margin: 0 0 1.2rem;
  padding: 0.7rem 1rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  color: var(--color-white);
  background: var(--color-main-deep);
  border-radius: 1rem;
}
.tit_03 span {
  display: inline-block;
}

.tit_04 {
  margin: 0 0 0.8rem;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.2;
}
.tit_04::before {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e803';
  color: var(--color-main-bright);
}

.tit_05 {
  margin: 0 0 0.8rem;
  padding: 0.4rem 0.7rem 0.5rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--color-main);
  background: var(--color-main-light);
  border-radius: 0.6rem;
}

.tit_06 {
  margin: 0 0 1.4rem;
  padding-bottom: 0.4rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  border-bottom: 2px dotted var(--color-main);
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 5rem;
    letter-spacing: 0.1em;
  }
  .tit_02 {
    margin: 0 0 60px;
    font-size: 4rem;
    letter-spacing: 0.1em;
  }
  .tit_02::after {
    height: 4px;
    margin: 18px auto 0;
    border-radius: 2px;
  }
  .tit_03 {
    margin: 0 0 32px;
    padding: 16px 20px;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
  .tit_04 {
    margin: 0 0 22px;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
  }
  .tit_04::before {
    margin-right: 10px;
  }
  .tit_05 {
    margin: 0 0 20px;
    padding: 9px 12px 10px;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
  .tit_06 {
    margin: 0 0 16px;
    padding-bottom: 6px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
.lst_ul > li {
  padding-left: 0.8em;
}
.lst_ul > li::before {
  display: inline-block;
  margin-left: -1em;
  color: var(--color-main);
  line-height: 1;
  vertical-align: 0.05em;
  -webkit-transform: scale(0.45);
          transform: scale(0.45);
  content: "●";
}

.lst_ul {
  margin-bottom: 1em;
  line-height: 1.5;
}
.lst_ul > li ~ li {
  margin-top: 0.5em;
}

.lst_ol {
  margin-bottom: 1em;
  line-height: 1.5;
}
.lst_ol > li {
  margin-left: 1.4em;
  list-style-type: decimal;
}
.lst_ol > li ~ li {
  margin-top: 0.5em;
}

.lst_marker {
  margin-bottom: 1em;
  line-height: 1.5;
}
.lst_marker > li {
  padding-left: 1em;
  text-indent: -1em;
}
.lst_marker > li > * {
  text-indent: 0;
}
.lst_marker > li ~ li {
  margin-top: 0.3em;
}
.lst_marker > li.none {
  padding-left: 0;
  text-indent: 0;
}
.lst_marker > li.none::before {
  display: none;
}

.dl_flow {
  counter-reset: flowNum 0;
}
.dl_flow dt {
  counter-increment: flowNum 1;
  padding: 1rem 1.5rem 0.2rem 1.5rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.3;
  color: var(--color-tit);
  border-width: 3px 3px 0 3px;
  border-style: solid;
  border-color: var(--color-main-light);
  border-radius: 1.5rem 1.5rem 0 0;
}
.dl_flow dt::before {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  color: var(--color-main);
  content: counter(flowNum) ". ";
}
.dl_flow dd {
  position: relative;
  padding: 0.2rem 1.5rem 1.5rem 1.5rem;
  line-height: 1.5;
  border-width: 0 3px 3px 3px;
  border-style: solid;
  border-color: var(--color-main-light);
  border-radius: 0 0 1.5rem 1.5rem;
}
.dl_flow dd:not(:last-child) {
  margin-bottom: 3.5rem;
}
.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: 1.8rem 2rem 0 2rem;
  border-color: var(--color-main) transparent transparent transparent;
}
.dl_flow dd > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dl_flow dt {
    padding: 30px 30px 5px 30px;
    font-size: 2.4rem;
    border-width: 4px 4px 0 4px;
    border-radius: 30px 30px 0 0;
  }
  .dl_flow dd {
    padding: 5px 30px 30px 30px;
    border-width: 0 4px 4px 4px;
    border-radius: 0 0 30px 30px;
  }
  .dl_flow dd:not(:last-child) {
    margin-bottom: 70px;
  }
  .dl_flow dd:not(:last-child)::after {
    bottom: -50px;
    border-width: 30px 30px 0 30px;
  }
}

.tbl_data {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--color-sub);
  border-radius: 1rem;
  color: var(--color-base-txt);
  background: var(--color-base-bg);
}
.tbl_data thead tr > * {
  border-left: 1px solid var(--color-sub);
  border-bottom: 1px solid var(--color-sub);
}
.tbl_data thead tr > *:first-child {
  border-left: none;
  border-radius: 1rem 0 0 0;
}
.tbl_data thead tr > *:last-child {
  border-radius: 0 1rem 0 0;
}
.tbl_data tbody tr > * {
  border-bottom: 1px solid var(--color-sub);
}
.tbl_data tbody tr > *:not(:first-child) {
  border-left: 1px solid var(--color-sub);
}
.tbl_data tbody tr:first-of-type > *:first-child {
  border-radius: 1rem 0 0 0;
}
.tbl_data tbody tr:first-of-type > *:last-child {
  border-radius: 0 1rem 0 0;
}
.tbl_data tbody tr:last-of-type > * {
  border-bottom: none;
}
.tbl_data tbody tr:last-of-type > *:first-child {
  border-radius: 0 0 0 1rem;
}
.tbl_data tbody tr:last-of-type > *:last-child {
  border-radius: 0 0 1rem 0;
}
.tbl_data tbody:is(thead + *) tr:first-of-type > :first-child,
.tbl_data tbody:is(thead + *) tr:first-of-type > :last-child {
  border-radius: 0;
}
@media screen and (min-width: 48em), print {
  .tbl_data {
    border-radius: 20px;
  }
  .tbl_data thead tr > *:first-child {
    border-radius: 20px 0 0 0;
  }
  .tbl_data thead tr > *:last-child {
    border-radius: 0 20px 0 0;
  }
  .tbl_data tbody tr:first-of-type > *:first-child {
    border-radius: 20px 0 0 0;
  }
  .tbl_data tbody tr:first-of-type > *:last-child {
    border-radius: 0 20px 0 0;
  }
  .tbl_data tbody tr:last-of-type > *:first-child {
    border-radius: 0 0 0 20px;
  }
  .tbl_data tbody tr:last-of-type > *:last-child {
    border-radius: 0 0 20px 0;
  }
}
.tbl_data caption {
  margin: 0.5rem 1rem 0;
  caption-side: bottom;
  text-align: left;
  line-height: 1.5;
}
.tbl_data caption ul, .tbl_data caption ol, .tbl_data caption dl {
  margin-bottom: 0;
}
.tbl_data thead th {
  padding: 0.7rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-white);
  background: var(--color-main);
}
.tbl_data tbody th {
  padding: 0.5rem 0.3rem 0.5rem 0.7rem;
  font-weight: 500;
  text-align: left;
  background: var(--color-main-light);
}
.tbl_data tbody th b {
  display: block;
  font-weight: 700;
}
.tbl_data tbody th i {
  display: inline-block;
  font-size: 80%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.tbl_data tbody td {
  padding: 0.3rem 0.7rem;
  text-align: center;
}
.tbl_data tbody td i {
  font-size: 80%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 48em), print {
  .tbl_data caption {
    margin: 10px 30px 0;
  }
  .tbl_data thead th {
    padding: 18px 20px;
  }
  .tbl_data tbody th {
    padding: 15px 30px;
  }
  .tbl_data tbody th i {
    font-size: 100%;
  }
  .tbl_data tbody td {
    padding: 18px 20px;
  }
}
.tbl_data[data-style=thc] tbody th {
  text-align: center;
}
.tbl_data[data-type=amount] tbody th {
  line-height: 1.5;
}
.tbl_data[data-type=amount] tbody td {
  white-space: nowrap;
}
@media screen and (min-width: 48em), print {
  .tbl_data[data-type=amount] tbody td {
    font-size: 125%;
  }
}

.tbl_simple {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--color-sub);
  border-radius: 1rem;
  line-height: 1.2;
  color: var(--color-base-txt);
  background: var(--color-base-bg);
}
.tbl_simple thead tr > * {
  border-left: 1px solid var(--color-sub);
  border-bottom: 1px solid var(--color-sub);
}
.tbl_simple thead tr > *:first-child {
  border-left: none;
  border-radius: 1rem 0 0 0;
}
.tbl_simple thead tr > *:last-child {
  border-radius: 0 1rem 0 0;
}
.tbl_simple tbody tr > * {
  border-bottom: 1px solid var(--color-sub);
}
.tbl_simple tbody tr > *:not(:first-child) {
  border-left: 1px solid var(--color-sub);
}
.tbl_simple tbody tr:first-of-type > *:first-child {
  border-radius: 1rem 0 0 0;
}
.tbl_simple tbody tr:first-of-type > *:last-child {
  border-radius: 0 1rem 0 0;
}
.tbl_simple tbody tr:last-of-type > * {
  border-bottom: none;
}
.tbl_simple tbody tr:last-of-type > *:first-child {
  border-radius: 0 0 0 1rem;
}
.tbl_simple tbody tr:last-of-type > *:last-child {
  border-radius: 0 0 1rem 0;
}
.tbl_simple tbody:is(thead + *) tr:first-of-type > :first-child,
.tbl_simple tbody:is(thead + *) tr:first-of-type > :last-child {
  border-radius: 0;
}
@media screen and (min-width: 48em), print {
  .tbl_simple {
    border-radius: 20px;
  }
  .tbl_simple thead tr > *:first-child {
    border-radius: 20px 0 0 0;
  }
  .tbl_simple thead tr > *:last-child {
    border-radius: 0 20px 0 0;
  }
  .tbl_simple tbody tr:first-of-type > *:first-child {
    border-radius: 20px 0 0 0;
  }
  .tbl_simple tbody tr:first-of-type > *:last-child {
    border-radius: 0 20px 0 0;
  }
  .tbl_simple tbody tr:last-of-type > *:first-child {
    border-radius: 0 0 0 20px;
  }
  .tbl_simple tbody tr:last-of-type > *:last-child {
    border-radius: 0 0 20px 0;
  }
}
.tbl_simple th {
  width: 30%;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  font-weight: 700;
  text-align: left;
  background: var(--color-sub-pale);
}
.tbl_simple td {
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 48em), print {
  .tbl_simple th {
    width: 25%;
    padding: 18px 30px;
  }
  .tbl_simple td {
    padding: 18px 20px;
  }
}

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

.box_green, .box_notes, .box_notice {
  margin: 1em 0;
  padding: 1em;
  border-radius: 1.5rem;
  width: 100%;
}
.box_green > :last-child, .box_notes > :last-child, .box_notice > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .box_green, .box_notes, .box_notice {
    padding: 30px;
    border-radius: 30px;
  }
}

.box_notice {
  background: var(--color-sub-pale);
}

.box_notes {
  background: var(--color-main-light);
}

.box_green {
  background: var(--color-sub-pale);
  border: 1px solid var(--color-main);
}

.btn_dl, .btn_detail, .btn_back {
  display: inline-block;
  padding: 0.7em 1em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  border: 3px solid currentColor;
  border-radius: 3em;
  -webkit-box-shadow: 0 0 1rem rgba(var(--color-black-rgb), 0.2);
          box-shadow: 0 0 1rem rgba(var(--color-black-rgb), 0.2);
}
@media screen and (min-width: 48em), print {
  .btn_dl, .btn_detail, .btn_back {
    padding: 0.8em 1.5em;
    border-width: 4px;
    -webkit-box-shadow: 0 0 20px rgba(var(--color-black-rgb), 0.1);
            box-shadow: 0 0 20px rgba(var(--color-black-rgb), 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.btn_detail, .btn_back {
  color: var(--color-white);
  background: var(--color-main);
}
@media screen and (min-width: 48em), print {
  .btn_detail:hover, .btn_back:hover {
    background: rgba(var(--color-main-rgb), 0.7);
  }
}

.btn_dl {
  color: var(--color-white);
  background: var(--color-main);
}
.btn_dl::before {
  display: inline-block;
  margin-right: 0.5em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80f';
}
@media screen and (min-width: 48em), print {
  .btn_dl:hover {
    background: rgba(var(--color-main-rgb), 0.7);
  }
}

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

.em {
  font-weight: bold;
}

.clr-notice {
  color: var(--color-notice, #f00);
}

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

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

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

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

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

.numbers > li, .numbers > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 0.4em;
     -moz-column-gap: 0.4em;
          column-gap: 0.4em;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.03em;
  background-color: var(--color-base-bg);
  border-width: 2px;
  border-style: solid;
  border-radius: 2em;
  overflow: hidden;
}
.numbers > li::before, .numbers > span::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.42em 0 0.6em;
  font-size: 0.75em;
  letter-spacing: 0;
  line-height: 1;
}
.numbers .telnum {
  color: var(--color-tel-txt);
  border-color: var(--color-tel-bg);
}
.numbers .telnum::before {
  background: var(--color-tel-bg);
  content: "TEL.";
}
.numbers .faxnum {
  color: var(--color-fax-txt);
  border-color: var(--color-fax-bg);
}
.numbers .faxnum::before {
  background: var(--color-fax-bg);
  content: "FAX.";
}
@media screen and (min-width: 48em), print {
  .numbers > li, .numbers > span {
    border-width: 4px;
  }
}

.timetable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  line-height: 1;
  border: 1px solid var(--color-sub);
  border-radius: 1rem;
}
.timetable caption {
  caption-side: bottom;
  margin-top: 0.7em;
  line-height: 1.3;
  text-align: left;
}
.timetable caption dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em 0;
}
.timetable caption dl dt {
  width: 26%;
  padding: 0.2em 0;
  text-align: center;
  color: var(--color-main);
  border: 1px solid currentColor;
  border-radius: 1rem;
}
.timetable caption dl dd {
  width: 70%;
  padding: 0.2em 0;
}
.timetable thead th {
  padding: 0.6em 0;
  font-weight: 700;
}
.timetable thead th:first-child {
  width: 30%;
  background: var(--color-main-light);
  border-radius: 1rem 0 0 0;
}
.timetable thead th:last-child {
  width: 12%;
  padding-right: 2%;
  letter-spacing: -0.1em;
  border-radius: 0 1rem 0 0;
}
.timetable tbody tr:last-of-type th {
  border-radius: 0 0 0 1rem;
}
.timetable tbody tr:last-of-type th:last-child {
  border-radius: 0 0 1rem 0;
}
.timetable tbody th {
  padding: 0.8em 0;
  white-space: nowrap;
  font-weight: inherit;
  background: var(--color-main-light);
  border-top: 1px solid var(--color-sub);
}
.timetable tbody td {
  padding: 0.8em 0;
  text-align: center;
  color: var(--color-main);
  border-top: 1px solid var(--color-sub);
}
.timetable tbody td:last-child {
  padding-right: 2%;
}

@media screen and (min-width: 48em), print {
  .timetable {
    border-radius: 1.1em;
  }
  .timetable caption {
    line-height: 1.25;
  }
  .timetable caption dl {
    gap: 0.5em 0.3em;
  }
  .timetable caption dl dt {
    padding: 0.1em 0;
    border-radius: 1.1em;
  }
  .timetable caption dl dd {
    padding: 0.1em 0;
  }
  .timetable thead th {
    padding: 0.88em 0 0.9em;
  }
  .timetable thead th:first-child {
    border-radius: 1.1em 0 0 0;
  }
  .timetable thead th:last-child {
    width: 11%;
    border-radius: 0 1em 0 0;
  }
  .timetable tbody tr:last-of-type th {
    border-radius: 0 0 0 1.1em;
  }
  .timetable tbody tr:last-of-type th:last-child {
    border-radius: 0 0 1.1em 0;
  }
  .timetable tbody th {
    padding: 1.1em 0 1.2em;
  }
  .timetable tbody td {
    padding: 1.1em 0 1.2em;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

:root {
  --sp-fontsize: 1.4rem;
  --sp-l-height: 1.7;
  --pc-fontsize: 1.8rem;
  --pc-l-height: 1.8;
  --color-base-txt: #333;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255,255,255;
  --color-main: #0abab5;
  --color-main-rgb: 10,186,181;
  --color-main-dark: #078a86;
  --color-main-deep: #3acbc7;
  --color-main-bright: #6adbd8;
  --color-main-vivid: #0deae4;
  --color-main-light: #defdfc;
  --color-sub: #cbd5d5;
  --color-sub-rgb: 203,213,213;
  --color-sub-pale: #f9f9f9;
  --color-logo: #005dad;
  --color-tit: #454d4d;
  --color-tel-txt: #0abab5;
  --color-tel-bg: #c9fcfb;
  --color-fax-txt: #09ba97;
  --color-fax-bg: #cafcf3;
  --color-accent: #e15689;
  --color-accent-rgb: 225,86,137;
  --color-highlight: #f8ff91;
  --color-black: #000;
  --color-black-rgb: 0,0,0;
  --color-white: #fff;
  --color-red: #ff0000;
}

html {
  font-size: 2.7777777778vw;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", sans-serif;
  font-weight: 500;
}

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

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

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1240px;
  }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: var(--pc-fontsize, 1.6rem);
    line-height: var(--pc-l-height, 1.5);
  }
}
#global_header .header_wrap .logo a {
  display: block;
}
#global_header .header_wrap .clinic_info .tagline {
  font-weight: 500;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main);
}
#global_header .header_wrap .clinic_info .adr {
  font-weight: 500;
  text-align: center;
}
#global_header .header_wrap .clinic_info .adr::before {
  display: inline-block;
  margin-right: 0.2em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e811';
  color: var(--color-main);
}

@media screen and (max-width: 47.99em) {
  #global_header {
    padding-top: 5.5rem;
  }
  #global_header .header_wrap .logo {
    width: 100%;
    height: 5.5rem;
    padding: 1.5rem 6rem 1rem 1.5rem;
    background: var(--color-base-bg);
  }
  #global_header .header_wrap .logo.js-sp_sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
  }
  #global_header .header_wrap .logo.js-sp_sticky.is_hide {
    top: -6rem;
  }
  #global_header .header_wrap .clinic_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    padding-bottom: 1rem;
    font-size: 1.4rem;
  }
  body:not(#page_index) #global_header .header_wrap .clinic_info {
    display: none;
  }
  #global_header .header_wrap .clinic_info .tagline {
    padding: 0.15rem 1.2rem 0.2rem;
  }
  #global_header .header_wrap .clinic_info .numbers {
    display: none;
  }
}
@media screen and (min-width: 48em), print {
  #global_header .header_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    width: 1200px;
    height: 110px;
    margin: 0 auto;
    padding: 15px 0;
  }
  #global_header .header_wrap .logo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 540px;
    height: 54px;
  }
  #global_header .header_wrap .clinic_info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 240px 260px;
    grid-template-columns: 240px 260px;
    -ms-grid-rows: 35px 33px;
    grid-template-rows: 35px 33px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    width: 530px;
    height: 75px;
  }
  #global_header .header_wrap .clinic_info > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #global_header .header_wrap .clinic_info > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #global_header .header_wrap .clinic_info > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #global_header .header_wrap .clinic_info > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #global_header .header_wrap .clinic_info .tagline {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    line-height: 35px;
    border-radius: 10px;
  }
  #global_header .header_wrap .clinic_info .adr {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
  #global_header .header_wrap .clinic_info .numbers {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    font-size: 2.4rem;
    line-height: 1;
  }
  #global_header .header_wrap .clinic_info .numbers li {
    line-height: 27px;
  }
  #global_header .header_wrap .clinic_info .numbers li ~ li {
    margin-top: 5px;
  }
}
@media screen and (max-width: 47.99em) {
  .js-overlay {
    display: none;
    position: fixed;
    top: 5.5rem;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    height: calc(100vh - 5.5rem - 4rem);
    background: rgba(var(--color-sub-rgb), 0.1);
    backdrop-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem);
  }
  .js-sp_btn.js-sp_sticky {
    position: fixed;
    top: 0.8rem;
    right: 0.6rem;
    z-index: 2;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
  }
  .js-sp_btn.js-sp_sticky.is_hide {
    top: -5.2rem;
  }
  .js-sp_box {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 7rem;
    left: 3vw;
    z-index: 5;
    width: 94vw;
    max-height: 0;
    overflow-y: auto;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
  }
  .js-sp_box.is_open {
    opacity: 1;
    visibility: visible;
    max-height: 80svh;
  }
}
@media screen and (min-width: 48em), print {
  .js-pc_sticky {
    position: static;
    -webkit-transition: position 0.3s;
    transition: position 0.3s;
  }
  .js-pc_sticky.is_sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    width: 100%;
  }
}
@media screen and (max-width: 47.99em) {
  #global_nav #sp_btn {
    width: 4.4rem;
    height: 4.4rem;
    margin: 0;
    padding: 0;
    line-height: 0.7;
    text-align: center;
    color: var(--color-main);
    background: var(--color-base-bg);
    border: none;
  }
  #global_nav #sp_btn::before {
    display: block;
    font-family: "fontello";
    font-weight: normal;
    content: '\e802';
    font-size: 3.4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #global_nav #sp_btn::after {
    font-family: initial;
    font-size: 0.9rem;
    content: "MENU";
  }
  #global_nav #sp_btn.close {
    color: var(--color-logo);
  }
  #global_nav #sp_btn.close::before {
    content: "\e806";
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #global_nav #sp_btn.close::after {
    content: "CLOSE";
  }
  #global_nav #sp_btn span {
    display: none;
  }
  #global_nav .gnav {
    padding: 0.8rem 2rem 1rem 1.6rem;
    font-size: 1.4rem;
    color: var(--color-base-txt);
    background: var(--color-base-bg);
    border-radius: 2rem;
    -webkit-box-shadow: 0 0.2rem 1rem rgba(var(--color-black-rgb), 0.1);
            box-shadow: 0 0.2rem 1rem rgba(var(--color-black-rgb), 0.1);
  }
  #global_nav .gnav > li ~ li {
    border-top: 1px dotted var(--color-sub);
  }
  #global_nav .gnav > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 0 1rem 1rem;
  }
  #global_nav .gnav > li > a::after {
    font-family: "fontello";
    font-weight: normal;
    content: '\e80b';
    color: var(--color-main);
  }
  #global_nav .gnav > li > a.sub_btn {
    padding: 1rem 0 0.5rem 1rem;
  }
  #global_nav .gnav .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0.5rem;
  }
  #global_nav .gnav .subnav li {
    width: 50%;
  }
  #global_nav .gnav .subnav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    padding: 0.5rem 0.5rem 0.5rem 1.2rem;
    color: var(--color-main);
  }
  #global_nav .gnav .subnav li a::before {
    font-family: "fontello";
    font-weight: normal;
    content: '\f006';
    font-size: 80%;
  }
}
@media screen and (min-width: 48em), print {
  #global_nav {
    width: 100%;
    height: 60px;
    background: rgba(var(--color-base-bg-rgb), 1);
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    width: 1200px;
    height: 60px;
    margin: 0 auto 7px;
    padding: 10px 0;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.15;
  }
  #global_nav .gnav > li {
    position: relative;
  }
  #global_nav .gnav > li[class*=nav_] {
    display: none;
  }
  #global_nav .gnav > li > a:not(.a_blog) {
    display: block;
    padding: 10px 0 7px;
  }
  #global_nav .gnav > li > a:not(.a_blog)::before {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: var(--color-main-bright);
    -webkit-transform: scale(0);
            transform: scale(0);
    content: "";
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  #global_nav .gnav > li > a:not(.a_blog):hover, #global_nav .gnav > li > a:not(.a_blog):focus {
    color: var(--color-main);
  }
  #global_nav .gnav > li > a:not(.a_blog):hover::before, #global_nav .gnav > li > a:not(.a_blog):focus::before {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #global_nav .gnav > li > .a_blog {
    display: block;
    width: 120px;
    padding: 9px 0 8px;
    text-align: center;
    color: var(--color-main);
    background: var(--color-white);
    border: 1px solid var(--color-main-bright);
    border-radius: 20px;
    -webkit-box-shadow: 0 0 5px rgba(var(--color-black-rgb), 0.15);
            box-shadow: 0 0 5px rgba(var(--color-black-rgb), 0.15);
  }
  #global_nav .gnav > li > .a_blog:hover {
    color: var(--color-white);
    background: var(--color-main-bright);
  }
  #global_nav .gnav > li.sub {
    overflow: hidden;
  }
  #global_nav .gnav > li.sub:hover, #global_nav .gnav > li.sub:focus-within {
    overflow: visible;
  }
  #global_nav .gnav > li.sub:hover .sub_btn, #global_nav .gnav > li.sub:focus-within .sub_btn {
    color: var(--color-main);
  }
  #global_nav .gnav > li.sub:hover .sub_btn::after, #global_nav .gnav > li.sub:focus-within .sub_btn::after {
    content: "\e804";
  }
  #global_nav .gnav > li.sub:hover .sub_btn::before, #global_nav .gnav > li.sub:focus-within .sub_btn::before {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #global_nav .gnav > li.sub:hover .sub_box, #global_nav .gnav > li.sub:focus-within .sub_box {
    opacity: 1;
    height: auto;
    max-height: 100%;
  }
  #global_nav .gnav > li.sub .sub_btn::after {
    font-family: "fontello";
    font-weight: normal;
    content: '\e805';
    color: var(--color-main);
  }
  #global_nav .gnav > li.sub .sub_box {
    position: absolute;
    left: -20px;
    z-index: 1;
    opacity: 0;
    max-height: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  #global_nav .gnav > li .subnav {
    min-width: 260px;
    margin-top: 12px;
    padding: 10px 30px;
    background: var(--color-base-bg);
    border-radius: 20px;
    -webkit-box-shadow: 0 5px 10px rgba(var(--color-black-rgb), 0.1);
            box-shadow: 0 5px 10px rgba(var(--color-black-rgb), 0.1);
  }
  #global_nav .gnav > li .subnav li:not(:last-child) {
    border-bottom: 1px solid var(--color-sub);
  }
  #global_nav .gnav > li .subnav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 22px 0;
  }
  #global_nav .gnav > li .subnav li a::after {
    font-family: "fontello";
    font-weight: normal;
    content: '\e80b';
    font-size: 90%;
    color: var(--color-main);
  }
  #global_nav .gnav > li .subnav li a:hover, #global_nav .gnav > li .subnav li a:focus {
    color: var(--color-main);
  }
}
@media print {
  .header_wrap {
    margin-bottom: 0 !important;
  }
  .js-pc_sticky {
    display: none;
  }
}
:target::before {
  content: "";
  display: block;
  height: 9rem;
  margin: -9rem 0 0;
  visibility: hidden;
}
@media screen and (min-width: 48em), print {
  :target::before {
    height: 80px;
    margin: -80px 0 0;
  }
}

.overview {
  padding: 3rem 1rem;
  font-size: 1.4rem;
  line-height: 1.4;
  background: var(--color-sub-pale);
}
.overview .wrap {
  padding: 3rem 1.4rem;
  background: var(--color-base-bg);
  border-radius: 2.5rem;
}
.overview .clinic_name {
  max-width: 95%;
  margin: 0 auto 2.5rem;
}
.overview .clinic_outline {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 0;
  margin: 0 auto 2.5rem;
}
.overview .clinic_outline dt {
  width: 30%;
  padding-left: 2em;
  color: var(--color-main);
}
.overview .clinic_outline dd {
  width: 60%;
}
.overview_map {
  width: 100%;
  height: 35rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 60px 0;
    font-size: 1.8rem;
  }
  .overview .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 65px 60px;
    padding: 55px 60px 60px;
    border-radius: 50px;
  }
  .overview .clinic_name {
    max-width: 100%;
    margin: 0;
  }
  .overview .clinic_outline {
    width: 510px;
    gap: 20px 0;
    margin: 0;
  }
  .overview .clinic_outline dt {
    width: 100px;
    padding-left: 0;
  }
  .overview .clinic_outline dd {
    width: 390px;
  }
  .overview .timetable {
    width: 510px;
  }
  .overview_map {
    height: 500px;
  }
}
#side_btn {
  display: none;
}
@media screen and (min-width: 48em), print {
  #side_btn {
    display: block;
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 1;
    -webkit-transition: top 0.4s;
    transition: top 0.4s;
  }
  #side_btn.is_fixed {
    top: 100px;
  }
  #side_btn a {
    display: block;
    width: 80px;
    height: 200px;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.3em;
    line-height: 80px;
    text-align: center;
    color: var(--color-white);
    background: var(--color-main);
    border: 4px solid var(--color-white);
    border-radius: 40px 0 0 40px;
    -webkit-box-shadow: 0 0 40px rgba(var(--color-black-rgb), 0.1);
            box-shadow: 0 0 40px rgba(var(--color-black-rgb), 0.1);
  }
  #side_btn a::before {
    margin-bottom: 0.5em;
    font-family: "fontello";
    font-weight: normal;
    content: '\e80e';
  }
  #side_btn a:hover {
    background: var(--color-main-bright);
  }
}
@media print {
  #side_btn {
    display: none !important;
  }
}

#global_footer {
  padding: 0 0 4rem;
  line-height: 1;
  text-align: center;
}
#global_footer .gnav {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
  color: var(--color-white);
  background: var(--color-main);
}

@media screen and (min-width: 48em), print {
  #global_footer {
    padding: 0;
    font-size: 1.8rem;
  }
  #global_footer .gnav {
    display: block;
    padding: 63px 0;
    letter-spacing: -0.4em;
    text-align: center;
  }
  #global_footer .gnav li {
    display: inline-block;
    letter-spacing: 0;
    -webkit-text-size-adjust: none;
  }
  #global_footer .gnav li ~ li {
    border-left: 1px solid currentColor;
  }
  #global_footer .gnav li a {
    padding: 0 9px;
  }
  #global_footer .gnav li a:hover {
    color: var(--color-main);
  }
  #global_footer .gnav li .subnav {
    display: none;
  }
  #global_footer .copyright {
    padding: 15px 0 17px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .js-pageup.is_active {
    opacity: 1;
    visibility: visible;
  }
}
#sp_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 4rem);
}
#sp_footer li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 4rem;
  font-size: 1.4rem;
}
#sp_footer li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  height: 100%;
  color: var(--color-main-dark);
  background: var(--color-base-bg);
  -webkit-box-shadow: inset 0 0 2px 2px var(--color-main-bright);
          box-shadow: inset 0 0 2px 2px var(--color-main-bright);
}
#sp_footer li a::before {
  margin-top: 0.4rem;
  font-family: "fontello";
  font-weight: normal;
}
#sp_footer li.phone a::before {
  content: "\e801";
}
#sp_footer li.inquiry a::before {
  content: "\e80e";
}
@media screen and (min-width: 48em), print {
  #sp_footer {
    display: none;
  }
}

#pageup {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  line-height: 1;
  text-align: center;
  color: var(--color-main);
  background: var(--color-base-bg);
  border: 2px solid var(--color-main-bright);
}
#pageup::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e80c';
  font-size: 1.6rem;
}
#pageup span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #pageup {
    bottom: 20px;
    right: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border-width: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 20px rgba(var(--color-black-rgb), 0.1);
            box-shadow: 0 0 20px rgba(var(--color-black-rgb), 0.1);
  }
  #pageup::before {
    font-size: 2rem;
  }
  #pageup:hover {
    color: var(--color-main-dark);
    border-color: var(--color-main-vivid);
  }
}
@media print {
  #pageup {
    display: none !important;
  }
}

#keyvsl {
  max-width: 100%;
  height: 23rem;
  background-image: url(../img/index_keyvsl01.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 48em), print {
  #keyvsl {
    height: 650px;
    background-size: auto;
  }
}

.hero {
  position: relative;
  z-index: 0;
  padding: 0 0.8rem 0.8rem;
  background-image: url(../img/index_keyvsl_bg.svg), -webkit-gradient(linear, left top, left bottom, color-stop(17%, transparent), color-stop(17%, var(--color-main-light)));
  background-image: url(../img/index_keyvsl_bg.svg), linear-gradient(transparent 17%, var(--color-main-light) 17%);
  background-repeat: no-repeat;
  background-position: center bottom, left top;
  background-size: 92% auto, cover;
}
.hero_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 0;
}
.hero_inner .catch {
  padding: 0 2rem 1.5rem;
  font-weight: 700;
  font-size: 2.4rem;
  color: var(--color-white);
  text-shadow: 0 0 1rem rgba(var(--color-black-rgb), 1);
}
.hero_inner .new {
  position: relative;
  top: 0.5rem;
  right: 0.5rem;
  width: 8.6rem;
  padding-top: 1.2rem;
  aspect-ratio: 1/1;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: center;
  color: var(--color-bse-txt);
  background: var(--color-base-bg);
  border: 2px solid var(--color-main-bright);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 2px var(--color-base-bg);
          box-shadow: 0 0 0 2px var(--color-base-bg);
}

@media screen and (max-width: 47.99em) {
  .hero > div:not(.hero_inner) {
    border-radius: 1.5rem !important;
  }
}
@media screen and (min-width: 48em), print {
  .hero {
    padding: 0 0 40px;
    background-position: calc(50% - 40px) bottom, left top;
    background-size: 1400px auto, auto;
  }
  .hero_inner {
    display: block;
    padding: 65px calc(50% - 600px);
  }
  .hero_inner .catch {
    padding: 0 60px;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: 5rem;
    letter-spacing: 0.16em;
    text-shadow: 0 0 20px rgba(var(--color-black-rgb), 0.8);
  }
  .hero_inner .new {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 44px;
    left: calc(50% + 400px);
    width: 192px;
    height: 192px;
    padding: 32px 0 0;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    border-width: 4px;
    -webkit-box-shadow: 0 0 0 4px var(--color-base-bg);
            box-shadow: 0 0 0 4px var(--color-base-bg);
  }
}
.greeting_tit, .contactus_tit, .area_secondary > section .tit, .area_tit, .treatment_tit, .feature_tit, .news_tit {
  font-size: 2.2rem;
  line-height: 1.2;
  color: var(--color-tit);
  text-align: center;
}
.greeting_tit::after, .contactus_tit::after, .area_secondary > section .tit::after, .area_tit::after, .treatment_tit::after, .feature_tit::after, .news_tit::after {
  display: block;
  margin-top: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  color: var(--color-main);
  content: attr(title);
}
@media screen and (min-width: 48em), print {
  .greeting_tit, .contactus_tit, .area_secondary > section .tit, .area_tit, .treatment_tit, .feature_tit, .news_tit {
    font-size: 4rem;
    letter-spacing: 0.1em;
  }
  .greeting_tit::after, .contactus_tit::after, .area_secondary > section .tit::after, .area_tit::after, .treatment_tit::after, .feature_tit::after, .news_tit::after {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}

.js-news dt {
  cursor: pointer;
}
.js-news dd {
  word-wrap: break-word;
}
.js-news dd a {
  color: var(--color-main);
  text-decoration: underline;
}
.js-news dd a:hover {
  text-decoration: none;
}
.js-news dd:not(:nth-of-type(-n+3)) {
  display: none;
}

.news {
  padding: 4rem 5%;
  background: var(--color-main-light);
}
.news_tit {
  margin-bottom: 2rem;
}
.news_box dt {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}
.news_box dt::before {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e809';
  color: var(--color-main);
}
.news_box dt.is_open::before {
  content: "\e80a";
}
.news_box dt ~ dt {
  margin-top: 1.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--color-sub);
}
.news_box dd {
  padding-top: 0.3rem;
  line-height: 1.6;
}

@media screen and (min-width: 48em), print {
  .news {
    padding: 80px 0;
  }
  .news .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news_tit {
    width: 400px;
    padding-top: 70px;
  }
  .news_box {
    width: 800px;
    min-height: 200px;
  }
  .news_box dt {
    font-size: 2rem;
  }
  .news_box dt::before {
    margin-right: 10px;
  }
  .news_box dt ~ dt {
    margin-top: 25px;
    padding-top: 25px;
  }
  .news_box dd {
    padding-top: 10px;
    padding-left: 30px;
  }
}
.feature {
  padding: 5rem 5% 3rem;
}
.feature_tit {
  margin-bottom: 1.5rem;
}
.feature_lst {
  counter-reset: fNum 0;
}
.feature_lst .box {
  position: relative;
  counter-increment: fNum 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 3rem;
  padding-top: 2rem;
}
.feature_lst .box::before {
  position: absolute;
  top: 0;
  left: 1rem;
  display: inline-block;
  font-size: 4rem;
  letter-spacing: 0.03em;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: var(--color-main);
  content: counter(fNum, decimal-leading-zero);
}
.feature_lst .box .tit {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.4rem;
  margin-top: -3.4rem;
  padding: 0.2rem 1.2rem 0 0;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--color-base-txt);
  background: var(--color-base-bg);
  border-radius: 0 2rem 0 0;
}
.feature_lst .box .tit::before, .feature_lst .box .tit::after {
  position: absolute;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../img/index_feature_corner.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  content: "";
}
.feature_lst .box .tit::before {
  top: -1.5rem;
  left: 0;
}
.feature_lst .box .tit::after {
  bottom: 0;
  right: -1.5rem;
}
.feature_lst .box .img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  z-index: -1;
}
.feature_lst .box .img img {
  border-radius: 1.5rem;
}
.feature_lst .box .txt {
  margin: 0.8rem 0 0;
  line-height: 1.6;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 100px 0;
  }
  .feature_tit {
    margin-bottom: 60px;
  }
  .feature_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 60px;
  }
  .feature_lst .box {
    width: 570px;
    margin-bottom: 0;
    padding-top: 30px;
  }
  .feature_lst .box::before {
    top: -5px;
    left: 30px;
    font-size: 7rem;
  }
  .feature_lst .box .tit {
    height: 75px;
    margin-top: -75px;
    padding: 0 30px;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    border-radius: 0 34px 0 0;
  }
  .feature_lst .box .tit::before, .feature_lst .box .tit::after {
    width: 30px;
    height: 30px;
  }
  .feature_lst .box .tit::before {
    top: -30px;
  }
  .feature_lst .box .tit::after {
    right: -30px;
  }
  .feature_lst .box .img img {
    border-radius: 30px;
  }
  .feature_lst .box .txt {
    margin-top: 30px;
    font-size: 2rem;
  }
}
.treatment {
  padding: 5rem 5%;
  background-color: var(--color-main-light);
  background-image: url(../img/index_treatment_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.treatment_tit {
  margin-bottom: 2rem;
}
.treatment_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem 3%;
}
.treatment_lst > li {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48.5%;
  height: 4em;
  padding: 0.5rem 0.8rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: var(--color-main);
  background: var(--color-white);
  border: 3px solid var(--color-main-bright);
  border-radius: 2em;
  -webkit-box-shadow: 0 0 1rem rgba(var(--color-black-rgb), 0.2);
          box-shadow: 0 0 1rem rgba(var(--color-black-rgb), 0.2);
}

@media screen and (min-width: 48em), print {
  .treatment {
    padding: 100px 0;
  }
  .treatment_tit {
    margin-bottom: 60px;
  }
  .treatment_lst {
    gap: 20px;
  }
  .treatment_lst > li {
    width: 285px;
    height: 80px;
    padding: 5px 15px;
    font-size: 2rem;
    line-height: 1.4;
    border-radius: 40px;
    border-width: 4px;
    -webkit-box-shadow: 0 0 20px rgba(var(--color-black-rgb), 0.1);
            box-shadow: 0 0 20px rgba(var(--color-black-rgb), 0.1);
  }
}
.area {
  padding: 5rem 5%;
}
.area_tit {
  margin-bottom: 2.5rem;
}
.area_primary .img {
  margin: 0 auto 1.2rem;
}
.area_primary .city {
  margin: 2rem 0 0;
  padding: 1.5rem;
  border: 3px solid var(--color-main-light);
  border-radius: 1.5rem;
}
.area_primary .city > dt {
  margin-bottom: 0.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: var(--color-main);
}
.area_secondary > section {
  margin-top: 3rem;
  padding: 2.5rem 2rem;
  background: var(--color-sub-pale);
  border-radius: 1.5rem;
}
.area_secondary > section .tit {
  margin-bottom: 1.5rem;
}
.area_secondary > section .btn {
  margin-top: 2.4rem;
  text-align: center;
}
.area_secondary > section .btn .btn_detail {
  width: 20rem;
}
.area_secondary .area_flow .flow {
  width: 80%;
  margin: 0 auto;
  font-weight: 700;
  text-align: center;
  border-radius: 1rem;
  overflow: hidden;
}
.area_secondary .area_flow .flow > li {
  position: relative;
  padding: 0.8em 0;
}
.area_secondary .area_flow .flow > li:not(:last-child)::after {
  position: absolute;
  bottom: -0.7rem;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 0.8rem 1rem 0 1rem;
  border-color: var(--color-sub) transparent transparent transparent;
}
.area_secondary .area_flow .flow > li:nth-child(1) {
  color: #d56ba4;
  background: #ffe6f3;
}
.area_secondary .area_flow .flow > li:nth-child(1)::after {
  border-color: #ffe6f3 transparent transparent transparent;
}
.area_secondary .area_flow .flow > li:nth-child(2) {
  color: #bf6093;
  background: #ffcee8;
}
.area_secondary .area_flow .flow > li:nth-child(2)::after {
  border-color: #ffcee8 transparent transparent transparent;
}
.area_secondary .area_flow .flow > li:nth-child(3) {
  color: #ab5683;
  background: #ffb5dd;
}
.area_secondary .area_flow .flow > li:nth-child(3)::after {
  border-color: #ffb5dd transparent transparent transparent;
}
.area_secondary .area_flow .flow > li:nth-child(4) {
  color: #954b73;
  background: #ff9ed2;
}
.area_secondary .area_flow .btn_detail {
  background: #d56ba4;
}
.area_secondary .area_price .img {
  max-width: 80%;
  margin: 0 auto 1.5rem;
}
.area_secondary .area_price .txt {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .area {
    padding: 100px 0;
  }
  .area_tit {
    margin-bottom: 60px;
  }
  .area_primary {
    display: flow-root;
    width: 1200px;
    margin: 0 auto;
  }
  .area_primary .img {
    float: right;
    width: 570px;
    margin: 0 0 0 60px;
  }
  .area_primary .txt {
    width: 570px;
    font-size: 2rem;
  }
  .area_primary .city {
    width: 570px;
    margin: 40px 0 0;
    padding: 18px 26px 24px;
    font-size: 1.8rem;
    border-width: 4px;
    border-radius: 30px;
  }
  .area_primary .city > dt {
    margin-bottom: 12px;
    font-size: inherit;
    letter-spacing: 0.1em;
  }
  .area_secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1200px;
    margin: 100px auto 0;
  }
  .area_secondary > section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 570px;
    margin-top: 0;
    padding: 50px 60px 36px;
    border-radius: 30px;
  }
  .area_secondary > section .tit {
    margin-bottom: 0;
  }
  .area_secondary > section .btn {
    margin-top: 40px;
  }
  .area_secondary > section .btn .btn_detail {
    width: 285px;
  }
  .area_secondary .area_flow .flow {
    width: 300px;
    margin: 36px auto 0;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    border-radius: 20px;
  }
  .area_secondary .area_flow .flow > li {
    padding: 18px 0;
  }
  .area_secondary .area_flow .flow > li:not(:last-child)::after {
    bottom: -15px;
    border-width: 16px 15px 0 15px;
  }
  .area_secondary .area_flow .btn_detail:hover {
    background: #eb8dc0;
  }
  .area_secondary .area_price .img {
    max-width: 280px;
    margin: 0 auto 25px;
  }
  .area_secondary .area_price .txt {
    font-size: 2rem;
  }
}
.contactus {
  padding: 5rem 5%;
  color: var(--color-white);
  background-color: var(--color-main);
  background-image: url(../img/index_contactus_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.contactus_tit {
  margin-bottom: 2.5rem;
  color: var(--color-white);
}
.contactus_tit::after {
  color: var(--color-white);
}
.contactus .txt {
  margin-bottom: 2rem;
  text-align: center;
}
.contactus .numbers {
  width: 11em;
  margin: 0 auto 3rem;
  font-size: 2rem;
}
.contactus .numbers li {
  margin-bottom: 0.8rem;
  -webkit-box-shadow: 0 0 1rem rgba(var(--color-black-rgb), 0.2);
          box-shadow: 0 0 1rem rgba(var(--color-black-rgb), 0.2);
}
.contactus .downloadbox {
  padding: 2.4rem 0 2rem;
  color: var(--color-main);
  background: var(--color-main-light);
  border-radius: 1.5rem;
}
.contactus .downloadbox .tit {
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
}
.contactus .downloadbox .files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.contactus .downloadbox .files .btn_dl {
  width: 9em;
}

@media screen and (min-width: 48em), print {
  .contactus {
    padding: 100px 0;
  }
  .contactus_tit {
    margin-bottom: 60px;
  }
  .contactus .txt {
    margin-bottom: 40px;
    font-size: 2.4rem;
    line-height: 1.6;
  }
  .contactus .numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 800px;
    margin: 0 auto 60px;
    font-size: 3.6rem;
    letter-spacing: 0.03em;
  }
  .contactus .numbers li {
    width: 380px;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 20px rgba(var(--color-black-rgb), 0.1);
            box-shadow: 0 0 20px rgba(var(--color-black-rgb), 0.1);
  }
  .contactus .downloadbox {
    width: 800px;
    margin: 0 auto;
    padding: 35px 0;
    border-radius: 30px;
  }
  .contactus .downloadbox .tit {
    margin-bottom: 30px;
    font-size: 3.2rem;
    letter-spacing: 0.1em;
  }
  .contactus .downloadbox .files {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .contactus .downloadbox .files .btn_dl {
    width: 285px;
  }
}
.greeting {
  padding: 5rem 5%;
}
.greeting_tit {
  margin-bottom: 2rem;
}
.greeting_box .img img {
  max-width: 45%;
  margin: 0 auto 1.5rem;
  border-radius: 1.5rem;
}
.greeting_box .txt p {
  margin-bottom: 0;
}
.greeting_box .txt .signature {
  margin-top: 1.5rem;
  font-size: 122%;
  text-align: right;
}
.greeting_more {
  margin-top: 2.5rem;
  text-align: center;
}
.greeting_more .btn_detail {
  width: 20rem;
}

@media screen and (min-width: 48em), print {
  .greeting {
    padding: 100px 0;
  }
  .greeting_tit {
    margin-bottom: 60px;
  }
  .greeting_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .greeting_box .img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 320px;
  }
  .greeting_box .img img {
    max-width: 100%;
    margin: 0;
    border-radius: 30px;
  }
  .greeting_box .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 820px;
  }
  .greeting_more {
    margin-top: 43px;
  }
  .greeting_more .btn_detail {
    width: 285px;
  }
}
.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 10rem;
  padding: 1rem;
  color: var(--color-main);
  background-color: var(--color-main-light);
  background-image: url(../img/tit_heading.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.heading h1 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2;
  text-shadow: 0 0 0.5rem var(--color-white);
}
@media screen and (min-width: 48em), print {
  .heading {
    min-height: 280px;
    padding: 0 calc((100% - 1200px) / 2);
  }
  .heading h1 {
    font-size: 5rem;
    letter-spacing: 0.1em;
    text-shadow: 0 0 10px var(--color-white);
  }
}
@media print {
  .heading {
    min-height: 150px;
  }
}

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

:where(.contents) {
  padding: 2.5rem 5% 4rem;
}
:where(.contents) :where(a) {
  color: var(--color-main);
  text-decoration: underline;
}
:where(.contents) :where(a):hover {
  text-decoration: none;
}
:where(.contents) :where(article) > section ~ section {
  margin-top: 5rem;
}
:where(.contents) :where(article) > section section {
  margin-top: 3rem;
}
:where(.contents) :where(article) > section section section {
  margin-top: 2rem;
}
@media screen and (min-width: 48em), print {
  :where(.contents) {
    width: 1200px;
    margin: 0 auto;
    padding: 65px 0 80px;
  }
  :where(.contents) :where(article) > section ~ section {
    margin-top: 90px;
  }
  :where(.contents) :where(article) > section section {
    margin-top: 60px;
  }
  :where(.contents) :where(article) > section section section {
    margin-top: 40px;
  }
}

body#page_clinic .doctor_greeting .img_r {
  margin-top: 1.5rem;
}
body#page_clinic .doctor_greeting p {
  margin-bottom: 0;
}
body#page_clinic .doctor_greeting .signature {
  margin-top: 1.5rem;
  text-align: right;
}
body#page_clinic .doctor_greeting .signature span {
  font-size: 113%;
}
body#page_clinic .doctor_profile .bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 0.4em;
  padding: 0 1rem;
}
body#page_clinic .doctor_profile .bio dt {
  width: 5rem;
  white-space: nowrap;
  border-bottom: 1px dotted var(--color-sub);
}
body#page_clinic .doctor_profile .bio dd {
  width: calc(100% - 5rem);
  padding-left: 1rem;
  border-bottom: 1px dotted var(--color-sub);
}
body#page_clinic .doctor_profile .lst_ul {
  padding: 0 1rem;
}
body#page_clinic .clinic_photo figure {
  margin-top: 1.5rem;
  padding: 0 0.5rem;
}
body#page_clinic .clinic_photo figure img {
  margin-bottom: 0.5rem;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0.5rem 0.5rem 0 0 var(--color-main-light);
          box-shadow: 0.5rem 0.5rem 0 0 var(--color-main-light);
}
body#page_clinic .clinic_photo figure figcaption {
  text-align: center;
}
@media screen and (min-width: 48em), print {
  body#page_clinic .doctor_greeting {
    display: flow-root;
  }
  body#page_clinic .doctor_profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body#page_clinic .doctor_profile .hist {
    width: 100%;
  }
  body#page_clinic .doctor_profile .lic {
    width: 780px;
  }
  body#page_clinic .doctor_profile .soc {
    width: 380px;
  }
  body#page_clinic .doctor_profile .bio {
    padding: 0 50px;
  }
  body#page_clinic .doctor_profile .bio dt {
    width: 150px;
    padding: 0 20px;
    font-size: 120%;
    -webkit-box-shadow: 0 1px 1px -1px var(--color-sub);
            box-shadow: 0 1px 1px -1px var(--color-sub);
  }
  body#page_clinic .doctor_profile .bio dd {
    width: 950px;
    padding: 3px 20px;
    -webkit-box-shadow: 0 1px 1px -1px var(--color-sub);
            box-shadow: 0 1px 1px -1px var(--color-sub);
  }
  body#page_clinic .doctor_profile .lst_ul {
    padding: 0 25px;
  }
  body#page_clinic .clinic_photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px 60px;
    padding: 0 20px;
    background-image: url(../img/logomark_wm.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
  }
  body#page_clinic .clinic_photo figure {
    width: 550px;
    margin-top: 0;
  }
  body#page_clinic .clinic_photo figure img {
    margin-bottom: 10px;
    border-radius: 30px;
    -webkit-box-shadow: 10px 10px 0 0 var(--color-main-light);
            box-shadow: 10px 10px 0 0 var(--color-main-light);
  }
  body#page_clinic .clinic_photo figure figcaption {
    font-size: 2.2rem;
  }
}

body#page_access .access_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.5rem;
}
body#page_access .access_info dt {
  width: 6.5rem;
  padding: 0.5em 0;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main);
}
body#page_access .access_info dd {
  width: calc(100% - 6.5rem);
  padding: 0.5rem 0 0.5rem 1rem;
  border-bottom: 1px solid var(--color-sub);
}
body#page_access .access_info dd.telnum, body#page_access .access_info dd.faxnum {
  padding: 0.3rem 0 0.3rem 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
body#page_access .gmap {
  height: 50rem;
  margin-top: 2rem;
  border-top: 1px solid var(--color-sub);
}
@media screen and (min-width: 48em), print {
  body#page_access .timetable {
    font-size: 2rem;
  }
  body#page_access .access_info {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  body#page_access .access_info > dt {
    width: 80px;
    padding: 15px 0;
  }
  body#page_access .access_info > dd {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
    padding: 10px 25px;
    font-size: 2rem;
  }
  body#page_access .access_info > dd.telnum, body#page_access .access_info > dd.faxnum {
    padding: 8px 25px;
    font-size: 2.4rem;
  }
  body#page_access .gmap {
    height: 540px;
    margin-top: 20px;
  }
}

body#page_home_visit_medical .areamap img {
  max-width: 100%;
  margin: 0 auto;
}

body#page_contact .contactus_head {
  padding: 0 0 1.5rem;
}
body#page_contact .contactus {
  border-radius: 1.5rem;
}
@media screen and (min-width: 48em), print {
  body#page_contact .contactus_head {
    width: 880px;
    margin: 0 auto;
    padding: 0 0 30px;
  }
  body#page_contact .contactus {
    border-radius: 30px;
  }
}

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