@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;
}
@font-face {
  font-family: "Yellowtail";
  src: url("Yellowtail/Yellowtail-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
.sp_n {
  display: none;
}

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

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

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

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

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

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

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

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

.l-imgbox_l > img, .l-imgbox_l > figure, .l-imgbox_l .img, .l-imgbox_r > img, .l-imgbox_r > figure, .l-imgbox_r .img {
  max-width: 80%;
  margin: 1rem auto;
}

@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;
  }
  .img_c.pc_w100 {
    max-width: 100%;
  }
  .img_c.pc_w50 {
    max-width: 400px;
  }
  .img_l {
    float: left;
    max-width: 400px;
    margin: 0 30px 20px 0;
  }
  .img_l.wauto {
    max-width: 500px;
  }
  .img_r {
    float: right;
    max-width: 400px;
    margin: 0 0 20px 30px;
  }
  .img_r.wauto {
    max-width: 500px;
  }
  .l-imgbox_l, .l-imgbox_r {
    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;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .l-imgbox_l > img, .l-imgbox_l > figure, .l-imgbox_l .img, .l-imgbox_r > img, .l-imgbox_r > figure, .l-imgbox_r .img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 400px;
    margin: 0;
  }
  .l-imgbox_l > img, .l-imgbox_l > figure, .l-imgbox_l .img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .l-imgbox_l .txt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .l-imgbox_r > img, .l-imgbox_r > figure, .l-imgbox_r .img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.mb40 {
  margin-bottom: 4rem;
}

.mb0 {
  margin-bottom: 0;
}

.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.mt5 {
  margin-top: 0.5rem;
}

.mt0 {
  margin-top: 0;
}

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

article > .intro {
  margin-bottom: 4.5rem;
}
article > section ~ section {
  margin-top: 5rem;
}
article > section section {
  margin-top: 4rem;
}
article > section section section {
  margin-top: 3rem;
}
article > section section section section {
  margin-top: 2rem;
}
article > section h2 + section, article > section h3 + section, article > section h4 + section {
  margin-top: 1rem;
}
article sup, article .sup {
  color: var(--color-main-bright);
}

@media screen and (min-width: 48em), print {
  article > .intro {
    margin-bottom: 80px;
  }
  article > section ~ section {
    margin-top: 90px;
  }
  article > section section {
    margin-top: 80px;
  }
  article > section section section {
    margin-top: 60px;
  }
  article > section section section section {
    margin-top: 40px;
  }
  article > section h2 + section, article > section h3 + section, article > section h4 + section {
    margin-top: 24px;
  }
}
.tit_01 {
  font-size: 2.4rem;
}

.tit_02 {
  margin: 0 0 2rem;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.3;
  text-align: center;
}
.tit_02::after {
  display: block;
  width: 3em;
  height: 0.7em;
  margin: 0 auto;
  border-bottom: 1px solid var(--color-main);
  content: "";
}

.tit_03 {
  margin: 0 0 1.6rem;
  padding: 0.2em 0.5em 0.3em;
  font-weight: 700;
  font-size: 1.83rem;
  line-height: 1.3;
  color: var(--color-white);
  background: var(--color-main);
}

.tit_04 {
  margin: 0 0 1.2rem;
  padding: 0.2em 0.5em 0.3em;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.3;
  background: var(--color-main-light);
  border-left: 2px solid var(--color-main);
}

.tit_05 {
  margin: 0 0 1.2rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.3;
}
.tit_05::after {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 0.45em;
  background: -webkit-gradient(linear, left top, right top, color-stop(5em, var(--color-main)), color-stop(5em, var(--color-border)));
  background: linear-gradient(90deg, var(--color-main) 5em, var(--color-border) 5em);
  content: "";
}

.tit_06 {
  margin: 0 0 0.8rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
  color: var(--color-main);
}
.tit_06::before {
  display: inline-block;
  width: 0.55em;
  height: 3px;
  margin-right: 0.3em;
  vertical-align: 0.2em;
  background: var(--color-main);
  content: "";
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
  }
  .tit_02 {
    margin: 0 0 50px;
    font-size: 3.6rem;
    letter-spacing: 0.03em;
  }
  .tit_03 {
    margin: 0 0 24px;
    font-size: 3rem;
    letter-spacing: 0.03em;
  }
  .tit_04 {
    margin: 0 0 16px;
    font-size: 2.4rem;
    letter-spacing: 0.03em;
  }
  .tit_05 {
    margin: 0 0 14px;
    font-size: 2rem;
    letter-spacing: 0.03em;
  }
  .tit_06 {
    margin: 0 0 10px;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
  }
}
.dl_ul dt, .lst_ul > li {
  padding-left: 1.2em;
}
.dl_ul dt::before, .lst_ul > li::before {
  display: inline-block;
  margin-left: -1.2em;
  margin-right: 0.2em;
  line-height: 1;
  vertical-align: 0.05em;
  color: var(--color-sub-bright);
  content: "●";
}

.lst_ul {
  margin-bottom: 1em;
  line-height: 1.5;
}
.lst_ul > li ~ li {
  margin-top: 0.5em;
}
.lst_ul > li.etc {
  padding-left: 0;
}
.lst_ul > li.etc::before {
  display: none;
}
.lst_ul.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -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: 0.5em 0;
  }
  .lst_ul.cols2 > li {
    width: 47%;
  }
  .lst_ul.cols2 > li ~ li {
    margin-top: 0;
  }
  .lst_ul.cols3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        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;
  line-height: 1.5;
}
.lst_ol > li {
  margin-left: 1.6em;
  list-style-type: decimal-leading-zero;
}
.lst_ol > li ~ li {
  margin-top: 0.5em;
}
.lst_ol > li::marker {
  font-family: serif;
  font-weight: 700;
  color: var(--color-main);
}
.lst_ol > li.none {
  margin-left: 0;
  list-style-type: none;
}

.dl_ul {
  margin-bottom: 1em;
}
.dl_ul dt {
  font-weight: 500;
  line-height: 1.5;
}
.dl_ul dt:not(:first-of-type) {
  margin-top: 0.8em;
}
.dl_ul dd {
  margin-left: 1.2em;
}

.dl_row {
  margin-bottom: 1em;
}
.dl_row dd {
  padding-left: 1em;
}
.dl_row dd:not(:last-of-type) {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 48em), print {
  .dl_row {
    display: flow-root;
  }
  .dl_row dt {
    clear: both;
    float: left;
  }
  .dl_row dd {
    display: flow-root;
    padding-left: 0;
  }
}

.dl_tbl {
  margin-bottom: 1em;
  background: var(--color-base-bg);
  border: 1px solid var(--color-border);
}
.dl_tbl dt {
  padding: 0.5em 1em;
  background: var(--color-main-light);
}
.dl_tbl dt:not(:first-of-type) {
  border-top: 1px solid var(--color-border);
}
.dl_tbl dd {
  padding: 0.8em 1em;
  border-top: 1px solid var(--color-border);
}
.dl_tbl dd.subhead {
  background: var(--color-main-pale);
}

.dl_flow dt {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1.8rem;
}
.dl_flow dt::before {
  display: inline-block;
  margin-right: 0.2em;
  color: var(--color-main-bright);
  content: "■";
}
.dl_flow dd {
  position: relative;
}
.dl_flow dd:not(:last-child) {
  margin-bottom: 5rem;
}
.dl_flow dd:not(:last-child)::after {
  position: absolute;
  bottom: -3.6rem;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 2rem 3rem 0 3rem;
  border-color: var(--color-main-bright) transparent transparent transparent;
}
.dl_flow dd > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dl_flow dt {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 2.4rem;
  }
  .dl_flow dd {
    padding-left: 15px;
    padding-right: 15px;
  }
  .dl_flow dd:not(:last-child) {
    margin-bottom: 60px;
  }
  .dl_flow dd:not(:last-child)::after {
    bottom: -40px;
    border-width: 30px 45px 0 45px;
  }
}

.dl_faq > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.6rem;
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--color-main);
}
.dl_faq > dt::before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 2rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  content: "Q.";
}
.dl_faq > dt ~ dt {
  margin-top: 2.5rem;
}
.dl_faq > dd {
  padding-left: 2rem;
}
@media screen and (min-width: 48em), print {
  .dl_faq {
    letter-spacing: 0.03em;
  }
  .dl_faq > dt {
    margin-bottom: 14px;
    font-weight: 400;
    font-size: 2.4rem;
  }
  .dl_faq > dt::before {
    width: 42px;
    font-size: 3rem;
  }
  .dl_faq > dt ~ dt {
    margin-top: 40px;
  }
  .dl_faq > dd {
    padding-left: 42px;
  }
}

.tbl_simple, .tbl_data, .tbl_price {
  width: 100%;
  border-collapse: collapse;
  background: var(--color-base-bg);
}
.tbl_simple caption, .tbl_data caption, .tbl_price caption {
  text-align: left;
  margin: 0.3em 0;
}
.tbl_simple th, .tbl_data th, .tbl_price th {
  padding: 0.3em;
}
.tbl_simple td, .tbl_data td, .tbl_price td {
  padding: 0.3em;
}
@media screen and (min-width: 48em), print {
  .tbl_simple th, .tbl_data th, .tbl_price th {
    padding: 0.6em 1em;
  }
  .tbl_simple td, .tbl_data td, .tbl_price td {
    padding: 0.6em 1.5em;
  }
}

.tbl_data th, .tbl_data td, .tbl_price th, .tbl_price td {
  border: 1px solid var(--color-border);
}
.tbl_data thead th, .tbl_price thead th {
  text-align: center;
  color: var(--color-white);
  background: var(--color-main-bright);
}
.tbl_data tbody th, .tbl_price tbody th {
  text-align: left;
  font-weight: normal;
  background: var(--color-main-light);
}
.tbl_data tbody td, .tbl_price tbody td {
  text-align: center;
}
.tbl_data tbody td.sub, .tbl_price tbody td.sub {
  text-align: left;
  background: var(--color-main-pale);
}
.tbl_data td.arrow_r::before, .tbl_price td.arrow_r::before {
  display: inline-block;
  font-family: "fontello";
  font-weight: normal;
  content: '\e805';
}
.tbl_data td.arrow_r i, .tbl_price td.arrow_r i {
  font-size: 0;
}

.tbl_simple {
  border-bottom: 1px solid var(--color-border-dark);
}
.tbl_simple th {
  font-weight: normal;
  background: var(--color-main-pale);
  border-top: 1px solid var(--color-border-dark);
}
.tbl_simple td {
  border-top: 1px solid var(--color-border-dark);
}
.tbl_simple thead th {
  background: var(--color-main-light);
}

@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_notes, .box_symptoms {
  margin: 1em 0;
  padding: 1em;
}
.box_notes > :last-child, .box_symptoms > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .box_notes, .box_symptoms {
    padding: 30px;
  }
}

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

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

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

.lnk_webrsv {
  display: inline-block;
  background: #c3d900;
  color: #fff;
}
.lnk_webrsv:hover {
  opacity: 0.7;
}
.lnk_webrsv::before {
  display: inline-block;
  margin-right: 0.3em;
  font-family: "fontello";
  font-weight: normal;
  content: '\ea45';
}

.lnk_ref {
  display: inline-block;
}
.lnk_ref::before {
  display: inline-block;
  margin-right: 0.3em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e4a2';
}

.lnk_external {
  display: inline-block;
}
.lnk_external::after {
  display: inline-block;
  margin-left: 0.3em;
  font-family: "fontello";
  font-weight: normal;
  content: '\f08e';
}

.lnk_pdf {
  display: inline-block;
}
.lnk_pdf::after {
  display: inline-block;
  margin-left: 0.3em;
  font-family: "fontello";
  font-weight: normal;
  content: '\f1c1';
}

.lnk_bnr {
  display: inline-block;
}
.lnk_bnr:hover {
  opacity: 0.7;
}

.anchor_index {
  margin-bottom: 5rem;
}
.anchor_index ul li {
  margin-top: 0.7rem;
}
.anchor_index ul 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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0.8rem 2rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none !important;
  color: var(--color-white);
  background-color: var(--color-sub);
  border: 1px solid var(--color-sub);
  border-radius: 2.5em;
}
.anchor_index ul li a::after {
  margin-left: 1em;
  font-family: "fontello";
  font-weight: normal;
  content: '\f004';
}
@media screen and (min-width: 48em), print {
  .anchor_index {
    margin-bottom: 100px;
  }
  .anchor_index ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 2%;
  }
  .anchor_index ul li {
    width: 32%;
    margin-top: 0;
  }
  .anchor_index ul li a {
    padding: 0.8em 1.4em;
  }
  .anchor_index ul li a:hover {
    color: var(--color-sub);
    background-color: var(--color-white);
  }
}

.btn_ref2, .btn_ref, .btn_detail, .btn_back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  padding: 0.6em 1em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  border-radius: 3em;
}
.btn_ref2::before, .btn_ref::before, .btn_detail::before, .btn_back::before {
  width: 1em;
  content: "";
}
.btn_ref2::after, .btn_ref::after, .btn_detail::after, .btn_back::after {
  width: 1em;
  font-family: "fontello";
  font-weight: normal;
  content: '\f006';
  text-align: right;
  line-height: 1;
}
@media screen and (min-width: 48em), print {
  .btn_ref2, .btn_ref, .btn_detail, .btn_back {
    padding: 0.7em 1em;
    letter-spacing: 0.03em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.btn_detail, .btn_back {
  color: var(--color-white);
  background-color: var(--color-sub);
  border: 1px solid var(--color-sub);
}
@media screen and (min-width: 48em), print {
  .btn_detail:hover, .btn_back:hover {
    color: var(--color-sub);
    background-color: var(--color-white);
  }
}

.btn_ref {
  color: var(--color-white);
  background-color: var(--color-main-bright);
  border: 1px solid var(--color-main-bright);
}
@media screen and (min-width: 48em), print {
  .btn_ref:hover {
    color: var(--color-main-bright);
    background-color: var(--color-white);
  }
}

.btn_ref2 {
  color: var(--color-white);
  background-color: var(--color-accent);
  border: 1px solid var(--color-accent);
}
@media screen and (min-width: 48em), print {
  .btn_ref2:hover {
    color: var(--color-accent);
    background-color: var(--color-white);
  }
}

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

.phone a {
  display: inline-block;
}
.phone a::before {
  margin-right: 0.25em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e801';
  font-size: 80%;
  vertical-align: 0.1em;
}
@media screen and (min-width: 48em), print {
  .phone::before {
    margin-right: 0.25em;
    font-family: "fontello";
    font-weight: normal;
    content: '\e801';
    font-size: 80%;
    vertical-align: 0.1em;
  }
  .phone a::before {
    display: none;
  }
}

.timetable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  line-height: 1;
}
.timetable caption {
  caption-side: bottom;
  margin-top: 0.4em;
  font-size: 94%;
  line-height: 1.44;
  text-align: left;
}
.timetable caption .open {
  color: var(--color-main);
}
.timetable caption .closed {
  display: inline-block;
  margin-right: 0.3em;
  padding: 0 0.3em;
  line-height: 1.3;
  background: var(--color-sub-bright);
}
.timetable thead th {
  padding: 0.5em 0;
  font-weight: 700;
  color: var(--color-white);
  background: var(--color-main);
}
.timetable thead th:first-child {
  width: 28%;
}
.timetable thead th:last-child {
  width: 12%;
  padding-right: 1%;
  letter-spacing: -0.1em;
}
.timetable tbody th {
  padding: 0.7em 0;
  white-space: nowrap;
  font-weight: normal;
  color: var(--color-base-txt);
  background: var(--color-base-bg);
  border-bottom: 1px solid var(--color-border);
}
.timetable tbody td {
  text-align: center;
  padding: 0.3em 0;
  color: var(--color-main);
  background: var(--color-base-bg);
  border-bottom: 1px solid var(--color-border);
}
.timetable tbody td:last-child {
  padding-right: 1%;
}
.timetable tbody td .exam {
  display: block;
  margin: 0 0.5rem;
  font-size: 90%;
  line-height: 1.8;
  text-align: center;
  background: var(--color-main-light);
}

@media screen and (min-width: 48em), print {
  .timetable caption .closed {
    margin-right: 0.5em;
    padding: 0 0.6em;
  }
  .timetable thead th {
    padding: 1.15em 0;
  }
  .timetable tbody th {
    padding: 1.15em 0;
  }
  .timetable tbody td {
    padding: 0.5em 0;
  }
  .timetable tbody td .exam {
    margin: 0 0.5em;
    font-size: 100%;
    line-height: 2.1;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

:root {
  --sp-header-height: 6.5rem;
  --pc-header-height: 140px;
  --sp-fontsize: 1.3rem;
  --sp-l-height: 1.44;
  --pc-fontsize: 1.8rem;
  --pc-l-height: 1.44;
  --color-base-txt: #222;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255,255,255;
  --color-main: #25aa39;
  --color-main-rgb: 37,170,57;
  --color-main-bright: #63c271;
  --color-main-dull: #c0e6c6;
  --color-main-light: #dff2e2;
  --color-main-pale: #f1f9f2;
  --color-sub: #c3d900;
  --color-sub-bright: #dce96d;
  --color-sub-dull: #ebf2ab;
  --color-sub-light: #f5f8d5;
  --color-sub-pale: #fafbea;
  --color-note: #898989;
  --color-accent: #f9b52c;
  --color-notice: #f8730e;
  --color-border: #ccc;
  --color-border-dark: #999;
  --color-highlight: #faff70;
  --color-black-rgb: 0,0,0;
  --color-white: #fff;
}

html {
  scroll-padding-top: var(--sp-header-height, 0);
  font-size: 3.125vw;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", Meiryo, sans-serif;
}

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);
}
.main.contents {
  padding: 1.8rem 5% 4rem;
}

@media screen and (min-width: 48em), print {
  html {
    scroll-padding-top: var(--pc-header-height, 0);
    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);
  }
  .main.contents {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0 80px;
  }
}
@media screen and (max-width: 47.99em) {
  .js-sticky {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .js-sticky.is_hide {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
#global_header {
  position: relative;
  padding-top: 6rem;
}
#global_header .header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 6rem;
  padding: 1rem;
  background: var(--color-base-bg);
}
#global_header .header_wrap .logo {
  width: calc(100% - 6rem);
  height: 4rem;
}
#global_header .header_wrap .logo a {
  display: block;
}
#global_header .header_wrap .clinic_info {
  display: none;
}

@media screen and (min-width: 48em), print {
  #global_header {
    padding-top: 120px;
    background: var(--color-base-bg);
  }
  #global_header .header_wrap {
    display: grid;
    grid-template-columns: 350px 810px;
    grid-template-rows: 26px 30px auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 120px;
    padding: 0 calc(50% - 600px);
  }
  #global_header .header_wrap .logo {
    grid-column: 1/2;
    grid-row: 1/4;
    width: 350px;
    height: 60px;
  }
  #global_header .header_wrap .clinic_info {
    grid-column: 2/3;
    grid-row: 2/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  #global_header .header_wrap .clinic_info .lnk_webrsv {
    font-size: 1.8rem;
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
  }
  #global_header .header_wrap .clinic_info .acs {
    font-size: 1.8rem;
    letter-spacing: 0.03em;
  }
  #global_header .header_wrap .clinic_info .phone {
    font-weight: 700;
    font-size: 3rem;
    letter-spacing: 0.03em;
    line-height: 1;
    color: var(--color-main);
  }
  #global_header .header_wrap #global_nav {
    grid-column: 2/3;
    grid-row: 3/4;
    padding-top: 6px;
  }
}
@media print {
  #global_header .js-sticky.is_hide {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}
.js-menu_box {
  display: none;
}

@media screen and (max-width: 47.99em) {
  .js-sp_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .js-sp_modal.is_overlay {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(6rem, transparent), color-stop(6rem, rgba(var(--color-main-rgb), 0.94)));
    background: linear-gradient(transparent 6rem, rgba(var(--color-main-rgb), 0.94) 6rem);
  }
  .js-sp_box {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .js-sp_box.is_open {
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#global_nav .gnav {
  color: var(--color-base-txt);
  background: var(--color-base-bg);
}
#global_nav .gnav .nogv {
  display: none;
}
#global_nav .gnav .a_home::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e809';
  color: var(--color-main);
}
#global_nav .gnav .sub_btn {
  width: 100%;
}
#global_nav .gnav .sub_btn::after {
  font-family: "fontello";
  font-weight: normal;
  content: '\34';
}
#global_nav .gnav .sub_btn.close::after {
  content: "3";
}
#global_nav .gnav .sub_box a {
  display: block;
}
#global_nav .gnav .sub_box a::before {
  margin-right: 0.5em;
  font-family: "fontello";
  font-weight: normal;
  content: '\f006';
}
#global_nav .gnav .sub_box .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 47.99em) {
  #global_nav {
    width: 100%;
  }
  #global_nav #sp_btn {
    position: absolute;
    top: 0.8rem;
    right: 1rem;
    width: 4.4rem;
    height: 4.4rem;
    margin: 0;
    padding: 0;
    line-height: 0.8;
    text-align: center;
    color: var(--color-white);
    background: var(--color-main);
    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::before {
    content: "\e806";
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #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.4rem 1.6rem;
    font-size: 1.4rem;
  }
  #global_nav .gnav > li ~ li {
    border-top: 1px solid var(--color-border);
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li .sub_btn {
    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: 0.8rem;
  }
  #global_nav .gnav > li > a::after, #global_nav .gnav > li .sub_btn::after {
    line-height: 1;
  }
  #global_nav .gnav > li > a::after {
    font-family: "fontello";
    font-weight: normal;
    content: '\f006';
    color: var(--color-main-bright);
  }
  #global_nav .gnav > li > a.a_home {
    -webkit-column-gap: 0.8rem;
       -moz-column-gap: 0.8rem;
            column-gap: 0.8rem;
  }
  #global_nav .gnav > li > a.a_home::after {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right;
  }
  #global_nav .sub .sub_btn::after {
    font-weight: 700;
    color: var(--color-sub);
    border-bottom: 2px solid currentColor;
  }
  #global_nav .sub .sub_btn.close::after {
    border-bottom: none;
  }
  #global_nav .sub .sub_box {
    padding: 0.6rem 0.3rem 0.6rem 1.2rem;
    font-size: 1.23rem;
    line-height: 2;
    background: var(--color-sub-light);
    border-top: 2px solid var(--color-sub);
    border-bottom: 1px solid var(--color-sub);
  }
  #global_nav .sub .sub_box a::before {
    font-size: 90%;
    color: var(--color-sub);
  }
  #global_nav .sub .sub_box .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.5rem 0;
  }
  #global_nav .sub .sub_box .subnav li {
    width: 46%;
  }
  #global_nav .sub .sub_box .subnav_ttt .subnav {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 48em), print {
  #global_nav {
    width: 100%;
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.8rem;
    line-height: 1.1;
  }
  #global_nav .gnav > li > a {
    display: block;
  }
  #global_nav .gnav > li > a::after {
    display: block;
    height: 2px;
    margin-top: 8px;
    background: var(--color-main);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0);
            transform: scale(0);
    content: "";
  }
  #global_nav .gnav > li > a.a_home {
    width: 18px;
    white-space: nowrap;
    overflow: hidden;
  }
  #global_nav .gnav > li > a.a_home::before {
    font-size: 2rem;
    line-height: 1;
  }
  #global_nav .gnav > li > a.a_home::after {
    width: 18px;
  }
  #global_nav .gnav > li > a:hover {
    color: var(--color-main);
  }
  #global_nav .gnav > li > a:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #global_nav .sub .sub_btn {
    display: block;
  }
  #global_nav .sub .sub_btn::after {
    display: inline-block;
    margin-left: 3px;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  #global_nav .sub .sub_btn:hover {
    color: var(--color-main);
  }
  #global_nav .sub .sub_btn.close {
    color: var(--color-main);
    -webkit-text-decoration: 2px underline;
            text-decoration: 2px underline;
    text-underline-offset: 12px;
  }
  #global_nav .sub .sub_box {
    position: absolute;
    z-index: 1;
    color: var(--color-white);
    background: rgba(var(--color-main-rgb), 0.9);
  }
  #global_nav .sub .sub_box .subnav li a {
    display: inline-block;
  }
  #global_nav .sub .sub_box .subnav li a::after {
    display: block;
    max-width: 0;
    height: 2px;
    margin-top: 4px;
    background: var(--color-main-light);
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #global_nav .sub .sub_box .subnav li a:hover::after, #global_nav .sub .sub_box .subnav li a:focus::after {
    max-width: 100%;
  }
  #global_nav .sub[data-type=about] {
    position: relative;
  }
  #global_nav .sub[data-type=about] .sub_box {
    top: 44px;
    left: 0;
    width: 100%;
    padding: 35px 15px 30px;
  }
  #global_nav .sub[data-type=about] .sub_box .subnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
  #global_nav .sub[data-type=treatment] .sub_box {
    top: 120px;
    left: calc(50% - 600px);
    width: 1200px;
    padding: 35px 60px 30px;
  }
  #global_nav .sub[data-type=treatment] .sub_box .subnav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 2.5%;
  }
  #global_nav .sub[data-type=treatment] .subnav_ttt > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 120px;
       -moz-column-gap: 120px;
            column-gap: 120px;
  }
  #global_nav .sub[data-type=treatment] .subnav_ttt > li > a {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 5.5em;
    font-size: 2.2rem;
  }
  #global_nav .sub[data-type=treatment] .subnav_ttt > li > a::before {
    margin-right: 0.5em;
    font-family: "fontello";
    font-weight: normal;
    content: '\f006';
  }
  #global_nav .sub[data-type=treatment] .subnav_ttt > li > a::after {
    display: block;
    max-width: 0;
    height: 2px;
    margin-top: 4px;
    background: var(--color-main-light);
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #global_nav .sub[data-type=treatment] .subnav_ttt > li > a:hover::after, #global_nav .sub[data-type=treatment] .subnav_ttt > li > a:focus::after {
    max-width: 100%;
  }
  #global_nav .sub[data-type=treatment] .subnav_ttt > li .subnav li {
    width: 22%;
  }
}
.overview {
  font-size: 1.24rem;
  background: var(--color-main-pale);
}
.overview .wrap {
  padding: 3rem 5%;
}
.overview .clinic_name {
  text-align: center;
  margin: 0 1rem 2rem;
}
.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;
}
.overview .clinic_outline dt {
  width: 5.5em;
  padding: 1rem 0;
  font-weight: 500;
  text-align: center;
  border-top: 1px solid var(--color-main);
}
.overview .clinic_outline dd {
  width: calc(100% - 5.5em);
  padding: 1rem 0 1rem 1rem;
  border-top: 1px solid var(--color-border);
}
.overview .clinic_outline dd em {
  font-weight: normal;
}
.overview .phone {
  margin: 0.5rem 0 1.8rem;
  padding: 0.5rem;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  color: var(--color-main);
  background: var(--color-base-bg);
  text-align: center;
}
.overview .timetable {
  margin: 2rem 0 0;
  font-size: 1.2rem;
}
.overview .gmap {
  height: 30rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.8rem;
    letter-spacing: 0.03em;
  }
  .overview .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 0;
  }
  .overview .wrap_col {
    width: 570px;
  }
  .overview .clinic_name {
    margin: 0 0 40px;
  }
  .overview .clinic_outline dt {
    width: 100px;
    padding: 18px 0;
  }
  .overview .clinic_outline dd {
    width: 470px;
    padding: 18px 25px;
  }
  .overview .phone {
    margin: 5px 0 20px;
    padding: 7px 0;
    font-size: 3.6rem;
    color: var(--color-main);
    background: var(--color-base-bg);
    text-align: center;
  }
  .overview .timetable {
    margin: 20px 0 0;
    font-size: 1.8rem;
  }
  .overview .gmap {
    height: 400px;
  }
}
#global_footer {
  padding: 0 0 4rem;
  line-height: 1;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main);
}
#global_footer ul {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding: 1rem 0;
  font-size: 1.2rem;
}

@media screen and (min-width: 48em), print {
  #global_footer {
    padding: 26px 0 0;
    font-size: 1.8rem;
  }
  #global_footer ul {
    display: block;
    margin: 0 auto;
    letter-spacing: -0.4em;
    text-align: center;
  }
  #global_footer ul li {
    display: inline-block;
    padding: 0 8px;
    letter-spacing: 0;
    -webkit-text-size-adjust: none;
  }
  #global_footer ul li ~ li {
    border-left: 1px solid currentColor;
  }
  #global_footer ul li a:hover {
    text-decoration: underline;
  }
  #global_footer > .gnav .nofl,
  #global_footer > .gnav .sub[data-type=treatment] {
    display: none;
  }
  #global_footer > .gnav .sub[data-type=about] {
    padding: 0;
  }
  #global_footer > .gnav .sub[data-type=about] .sub_btn {
    display: none;
  }
  #global_footer > .gnav .sub[data-type=about] .sub_box {
    display: block;
  }
  #global_footer > .subnav {
    margin-top: 10px;
  }
  #global_footer .copyright {
    padding: 36px 0;
    font-size: 1.8rem;
  }
}
.js-pageup {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    opacity: 0;
    visibility: hidden;
    bottom: 20px;
    right: 20px;
    -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;
  -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;
  width: calc(100% - 4rem);
  height: 8rem;
  line-height: 4rem;
}
.spnav_modal #sp_footer {
  z-index: -1;
  opacity: 0;
}
#sp_footer li {
  width: 50%;
  height: 4rem;
  font-weight: 500;
}
#sp_footer li a {
  display: block;
  height: 4rem;
  padding: 0 1rem;
  text-align: center;
}
#sp_footer li a.lnk_webrsv {
  font-size: 1.54rem;
}
#sp_footer li.phone {
  font-size: 1.8rem;
  color: var(--color-white);
  background: var(--color-main-bright);
}
#sp_footer li.phone a::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e812';
}
#sp_footer li.acs {
  font-size: 1.54rem;
  color: var(--color-white);
  background: var(--color-sub);
}
#sp_footer li.acs a::before {
  margin-right: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
  font-size: 112.5%;
}
#sp_footer li.blog {
  font-size: 1.54rem;
  color: var(--color-white);
  background: var(--color-main-bright);
}
#sp_footer li.blog a::before {
  margin-right: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e850';
  font-size: 112.5%;
}
@media screen and (min-width: 48em), print {
  #sp_footer {
    display: none;
  }
}

#pageup {
  display: block;
  width: 4rem;
  height: 8rem;
  padding: 0 0 0.3em;
  text-align: center;
  color: var(--color-main);
  background: var(--color-main-dull);
  border: none;
  cursor: pointer;
}
#pageup::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e8a3';
  font-size: 2.8rem;
}
#pageup span {
  display: none;
}
@media screen and (max-width: 47.99em) {
  .spnav_modal #pageup {
    z-index: -1;
    opacity: 0;
  }
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #pageup:before {
    font-size: 3.2rem;
  }
  #pageup:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    background: var(--color-main-pale);
  }
}
@media print {
  #pageup {
    display: none !important;
  }
}

/* 固定メニュー -------------------------------------- */
.fixed_menu {
  display: none;
}

@media screen and (min-width: 48em), print {
  .fixed_menu {
    position: fixed !important;
    top: 20rem !important;
    right: 0 !important;
    z-index: 200 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    border-radius: 10px 0 0 10px;
  }
  .fixed_menu.is-fixed {
    position: fixed;
    top: 8rem;
  }
  .fixed_menu a {
    padding: 2rem 0;
    border-radius: 10px 0 0 10px;
    border: 2px solid #fff;
    text-decoration: none !important;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    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;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    width: 6rem;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  }
  .fixed_menu a span {
    text-orientation: sideways;
  }
  .fixed_menu a::before {
    font-family: "fontello";
    font-size: 2.4rem;
    margin-bottom: 0.8rem;
    font-weight: normal;
  }
  .fixed_menu a.fixed_blog {
    background: var(--color-main);
  }
  .fixed_menu a.fixed_blog::before {
    content: "\e850";
  }
}
/*@include pc {
  .fixed_menu {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  flex-direction:column; 
	  gap: 1rem 0;
	  position: absolute;
	  right: 0;
	  top: 20rem;
	  z-index: 200;
    &.is-fixed {
      position: fixed;
      top: 8rem;
    }
    a {
      padding: 2rem 0;
      border-radius: 10px 0 0 10px;
      border: 2px solid #fff;
      text-decoration: none !important;
      font-size: 2.4rem;
      font-weight: bold;
      color: #fff;
      background: var(--color-main);
      display: flex;
      justify-content: center;
      align-items: center;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      text-orientation: upright;
      width: 6rem;
      box-shadow: 3px 3px 3px rgba(#000, 0.16);
      span {
        text-orientation: sideways;
      }
      &::before {
        content: "\e850";
        font-family: "fontello";
        font-size: 2.4rem;
        margin-bottom: 0.8rem;
        font-weight: normal;
      }
      &.fixed_blog {
        &::before {
          content: "\e850";
        }
      }
    }
  }
}*/
#keyvsl {
  max-width: 100%;
  height: 17rem;
  background-image: url(../img/index/keyvsl01.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 48em), print {
  #keyvsl {
    height: 620px;
    background-size: auto;
  }
}
@media screen and (min-width: 2001px) {
  #keyvsl {
    background-size: cover;
  }
}

.keyvsl {
  margin-bottom: 17rem;
}
.keyvsl_inner {
  position: relative;
  height: 100%;
}
.keyvsl_inner .clinic_topics {
  position: absolute;
  bottom: -16rem;
  width: 100%;
}
.keyvsl_inner .clinic_topics li {
  padding: 0.8rem;
  font-weight: 500;
  font-size: 1.3rem;
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-main);
  background-image: url(../img/a_logomark_watermark.webp);
  background-repeat: no-repeat;
  background-position: right -2rem bottom -2rem;
  background-size: 17% auto;
}
.keyvsl_inner .clinic_topics li:nth-child(even) {
  background-color: var(--color-main-bright);
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    margin-bottom: 70px;
  }
  .keyvsl_inner {
    width: 1200px;
    margin: 0 auto;
  }
  .keyvsl_inner .clinic_topics {
    bottom: -70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .keyvsl_inner .clinic_topics li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 230px;
    height: 230px;
    padding: 0 30px;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    line-height: 1.44;
    text-align: left;
    background-position: right -5px bottom -10px;
    background-size: 160px auto;
    border-radius: 50%;
  }
  .keyvsl_inner .clinic_topics li ~ li {
    margin-left: -20px;
  }
}
#page_index .main {
  padding: 3rem 0 0 0;
}

.greeting_box .tit, .feature_tit, .treatment_tit, .top_endoscopy_tit, .news_tit {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.1;
  text-align: center;
}
.greeting_box .tit::after, .feature_tit::after, .treatment_tit::after, .top_endoscopy_tit::after, .news_tit::after {
  display: block;
  margin-top: 0.5em;
  font-weight: 500;
  font-size: 1.1rem;
  color: var(--color-main);
  content: attr(data-title);
}
@media screen and (min-width: 48em), print {
  .greeting_box .tit, .feature_tit, .treatment_tit, .top_endoscopy_tit, .news_tit {
    font-size: 3.6rem;
    letter-spacing: 0.03em;
  }
  .greeting_box .tit::after, .feature_tit::after, .treatment_tit::after, .top_endoscopy_tit::after, .news_tit::after {
    margin-top: 1.1em;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

.symptoms_head, .top_faq_head {
  font-weight: 700;
}
.symptoms_head::before, .top_faq_head::before {
  display: block;
  margin-bottom: 0.25em;
  font-size: 5.2rem;
  line-height: 0.9;
  content: attr(data-title);
  color: var(--color-main-light);
}
.symptoms_head .tit, .top_faq_head .tit {
  line-height: 1.2;
}
@media screen and (min-width: 48em), print {
  .symptoms_head, .top_faq_head {
    letter-spacing: 0.03em;
  }
  .symptoms_head::before, .top_faq_head::before {
    margin-bottom: 0.3em;
    font-size: 13rem;
  }
  .symptoms_head .tit, .top_faq_head .tit {
    line-height: 1.3;
  }
}

.airwait {
  padding: 2rem 5% 0;
}
.airwait .wrap {
  padding: 1rem;
  border: 7px solid var(--color-main-light);
  text-align: center;
}
.airwait .wrap ul {
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 48em), print {
  .airwait {
    padding: 4rem 0;
  }
  .airwait .wrap {
    padding: 2rem;
  }
}

.js-news dt {
  cursor: pointer;
}
.js-news dd {
  display: none;
  word-wrap: break-word;
}
.js-news dd a {
  color: var(--color-main);
  text-decoration: underline;
}
.js-news dd a:hover {
  text-decoration: none;
}

.news {
  padding: 5rem 1rem 4rem;
  background-image: url(../img/index/news_bg.webp);
  background-repeat: no-repeat;
  background-position: 50% 2.3rem;
  background-size: 7rem auto;
}
.news_tit {
  margin-bottom: 3rem;
}
.news_box {
  min-height: 10rem;
  max-height: 30rem;
  padding: 0 1rem;
  overflow-y: auto;
}
.news_box dl dt {
  margin-bottom: 0.1em;
  padding-left: 1em;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--color-main);
}
.news_box dl dt::before {
  display: inline-block;
  margin-left: -1em;
  width: 1em;
  font-family: "fontello";
  font-weight: normal;
  content: '\34';
}
.news_box dl dt.is_open::before {
  content: "3";
}
.news_box dl dt span {
  display: inline-block;
  margin-left: 1em;
  font-weight: 500;
  font-size: 1.1rem;
  color: var(--color-note);
}
.news_box dl dt ~ dt {
  margin-top: 1em;
}
.news_box dl dd {
  padding-bottom: 1rem;
  font-size: 1.3rem;
}

@media screen and (min-width: 48em), print {
  .news {
    padding: 80px 0 120px;
    background-position: calc(50% - 440px) 0;
    background-size: 280px auto;
  }
  .news .wrap {
    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;
  }
  .news_tit {
    width: 150px;
  }
  .news_box {
    width: 1000px;
    min-height: 130px;
    max-height: 300px;
    padding: 0 40px;
  }
  .news_box dl {
    width: 900px;
    padding: 10px 0 0;
  }
  .news_box dl dt {
    padding-left: 24px;
    font-weight: 700;
    font-size: 1.9rem;
    letter-spacing: 0.03em;
  }
  .news_box dl dt::before {
    font-size: 2.4rem;
    line-height: 0.8;
  }
  .news_box dl dt span {
    font-weight: 500;
    font-size: 1.6rem;
  }
  .news_box dl dt ~ dt {
    margin-top: 20px;
  }
  .news_box dl dd {
    padding-left: 24px;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
  }
}
.top_btn {
  margin-top: 2.8rem;
  text-align: center;
}
.top_btn.external .btn_detail::after {
  font-family: "fontello";
  font-weight: normal;
  content: '\f08e';
}
.top_btn.pdf .btn_detail::after {
  font-family: "fontello";
  font-weight: normal;
  content: '\f1c1';
}
.top_btn .btn_detail {
  width: 100%;
  padding: 0.6em 1em 0.6em 0.4em;
  font-size: 1.7rem;
}
@media screen and (min-width: 48em), print {
  .top_btn {
    margin-top: 3rem;
  }
  .top_btn .btn_detail {
    width: auto;
    min-width: 600px;
    font-size: 2.4rem;
    padding: 0.6em 1.2em 0.6em 0.6em;
  }
}

.top_endoscopy {
  padding: 3.5rem 5% 4.5rem;
  color: #fff;
  background-color: var(--color-main);
  background-image: url(../img/index/endoscopy_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.top_endoscopy_tit::after {
  color: var(--color-white);
}
.top_endoscopy_lst .box {
  margin-top: 3rem;
}
.top_endoscopy_lst .box .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 72%;
  aspect-ratio: 1/1;
  margin: 0 auto 0.5rem;
  padding: 2.5rem;
  background: var(--color-white);
  border: 7px solid var(--color-main-light);
  border-radius: 50%;
}
.top_endoscopy_lst .box .img img {
  margin: auto;
}
.top_endoscopy_lst .box .txt {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  text-align: center;
}
.top_endoscopy_lst .box .more {
  text-align: center;
}
.top_endoscopy_lst .box .more .btn_detail {
  width: 72%;
  color: var(--color-main);
  background-color: var(--color-white);
  border-color: var(--color-main);
}

@media screen and (min-width: 48em), print {
  .top_endoscopy {
    padding: 80px 0;
    background-size: auto;
  }
  .top_endoscopy_tit {
    margin-bottom: 50px;
  }
  .top_endoscopy_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_endoscopy_lst .box {
    width: 380px;
    margin-top: 0;
  }
  .top_endoscopy_lst .box .img {
    width: 280px;
    padding: 25px;
    border-width: 10px;
  }
  .top_endoscopy_lst .box .txt {
    height: 90px;
    margin-bottom: 0;
    font-size: 2.4rem;
    letter-spacing: 0.03em;
  }
  .top_endoscopy_lst .box .more .btn_detail {
    width: 280px;
  }
  .top_endoscopy_lst .box .more .btn_detail:hover {
    color: var(--color-white);
    background-color: var(--color-main);
  }
}
@media screen and (min-width: 2001px) {
  .top_endoscopy {
    background-size: cover;
  }
}
.treatment {
  padding: 4rem 5% 6rem;
}
.treatment_tit {
  margin-bottom: 2rem;
}
.treatment_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.8rem 8%;
  padding: 0 0.5rem;
}
.treatment_lst > li {
  width: 46%;
}
.treatment_lst > li a {
  display: block;
  text-align: center;
  font-weight: 500;
}
.treatment_lst > li a::before {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 0.5rem;
  background-color: var(--color-white);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 0.4rem var(--color-sub-light);
          box-shadow: inset 0 0 0 0.4rem var(--color-sub-light);
  content: "";
}
.treatment_lst > li a::after {
  display: inline-block;
  margin-left: 0.3em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e4a2';
  color: var(--color-sub);
}
.treatment_lst .a_internal::before {
  background-image: url(../img/index/icon_internal.svg);
}
.treatment_lst .a_gastroenterological::before {
  background-image: url(../img/index/icon_gastroenterological.svg);
}
.treatment_lst .a_liver::before {
  background-image: url(../img/index/icon_liver.svg);
}
.treatment_lst .a_gastroendoscopy::before {
  background-image: url(../img/index/icon_gastroendoscopy.svg);
}
.treatment_lst .a_colonoscopy::before {
  background-image: url(../img/index/icon_colonoscopy.svg);
}
.treatment_lst .a_constipation::before {
  background-image: url(../img/index/icon_constipation.svg);
}
.treatment_lst .a_pylori::before {
  background-image: url(../img/index/icon_pylori.svg);
}
.treatment_lst .a_lifestyle::before {
  background-image: url(../img/index/icon_lifestyle.svg);
}
.treatment_lst .a_high_blood_pressure::before {
  background-image: url(../img/index/icon_high_blood_pressure.svg);
}
.treatment_lst .a_hyperlipidemia::before {
  background-image: url(../img/index/icon_hyperlipidemia.svg);
}
.treatment_lst .a_checkup::before {
  background-image: url(../img/index/icon_checkup.svg);
}
.treatment_lst .a_vaccination::before {
  background-image: url(../img/index/icon_vaccination.svg);
}

@media screen and (min-width: 48em), print {
  .treatment {
    padding: 80px 0 120px;
  }
  .treatment_tit {
    margin-bottom: 50px;
  }
  .treatment_lst {
    gap: 40px 60px;
    padding: 0;
  }
  .treatment_lst > li {
    width: 192px;
  }
  .treatment_lst > li a {
    font-weight: 400;
    letter-spacing: 0.03em;
  }
  .treatment_lst > li a::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 10px;
    -webkit-box-shadow: inset 0 0 0 6px var(--color-sub-light);
            box-shadow: inset 0 0 0 6px var(--color-sub-light);
  }
  .treatment_lst > li a::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 2.4rem;
    vertical-align: -0.1em;
  }
  .treatment_lst > li a:hover {
    font-weight: 500;
  }
  .treatment_lst > li a:hover::before {
    -webkit-transform: translateY(-6px) scale(1.1);
            transform: translateY(-6px) scale(1.1);
    -webkit-box-shadow: inset 0 0 0 6px var(--color-sub), 0 0 0 6px var(--color-sub-light);
            box-shadow: inset 0 0 0 6px var(--color-sub), 0 0 0 6px var(--color-sub-light);
  }
  .treatment_lst > li a:hover::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    color: var(--color-main);
  }
}
.top_faq {
  margin-bottom: 4rem;
  padding: 0 5% 4rem;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2.5rem, transparent), color-stop(2.5rem, var(--color-main-pale)));
  background-image: linear-gradient(transparent 2.5rem, var(--color-main-pale) 2.5rem);
}
.top_faq_head {
  margin-bottom: 2rem;
  background-image: url(../img/index/faq_head.webp);
  background-repeat: no-repeat;
  background-position: 100% 0.5rem;
  background-size: 33% auto;
}
.top_faq_head .tit {
  font-size: 1.8rem;
}
.top_faq_lst > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.6rem;
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--color-main);
}
.top_faq_lst > dt::before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 2rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  content: "Q.";
}
.top_faq_lst > dt ~ dt {
  margin-top: 2.5rem;
}
.top_faq_lst > dd {
  padding-left: 2rem;
}
.top_faq_more {
  margin-top: 2.8rem;
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .top_faq {
    margin-bottom: 55px;
    padding: 0 0 120px;
    background-image: linear-gradient(transparent 70px, var(--color-main-pale) 70px);
  }
  .top_faq_head {
    margin-bottom: 0;
    padding-bottom: 40px;
    background-position: 100% 20px;
    background-size: auto;
  }
  .top_faq_head .tit {
    font-size: 3rem;
  }
  .top_faq_lst {
    letter-spacing: 0.03em;
  }
  .top_faq_lst > dt {
    margin-bottom: 14px;
    font-weight: 400;
    font-size: 2.4rem;
  }
  .top_faq_lst > dt::before {
    width: 42px;
    font-size: 3rem;
  }
  .top_faq_lst > dt ~ dt {
    margin-top: 40px;
  }
  .top_faq_lst > dd {
    padding-left: 42px;
  }
  .top_faq_more {
    margin-top: 44px;
  }
  .top_faq_more .btn_detail {
    min-width: 320px;
  }
}
.symptoms {
  padding: 0 5% 4rem;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2.5rem, transparent), color-stop(2.5rem, var(--color-main-pale)));
  background-image: linear-gradient(transparent 2.5rem, var(--color-main-pale) 2.5rem);
}
.symptoms_head {
  background-image: url(../img/index/symptoms_head.webp);
  background-repeat: no-repeat;
  background-position: 100% 96%;
  background-size: 28% auto;
}
.symptoms_head .tit {
  font-size: 1.6rem;
}
.symptoms_boxes .box {
  margin: 2.5rem 0 0;
  background-color: var(--color-white);
  background-repeat: no-repeat;
  background-position: right 1rem bottom 1rem;
  background-size: 40% auto;
  -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);
}
.symptoms_boxes .box .tit {
  padding: 0.3em 0;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  text-align: center;
}
.symptoms_boxes .box .lst {
  padding: 1.5rem 2rem 2rem;
  font-weight: 500;
}
.symptoms_boxes .box .lst > dt, .symptoms_boxes .box .lst > li {
  padding-left: 1.2em;
}
.symptoms_boxes .box .lst > dt::before, .symptoms_boxes .box .lst > li::before {
  margin-left: -1.2em;
  margin-right: 0.2em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e4a2';
}
.symptoms_boxes .box .lst > dt:not(:first-of-type), .symptoms_boxes .box .lst > li:not(:first-of-type) {
  margin-top: 0.5em;
}
.symptoms_boxes .box .lst > dt {
  margin-bottom: 0.3em;
  font-weight: 700;
}
.symptoms_boxes .box .lst > dd {
  padding-left: 0.7em;
  padding-bottom: 0.3em;
}
.symptoms_boxes .box .lst > dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2em 0.8em;
}
.symptoms_boxes .box .lst > dd ul li::before {
  content: "・";
}
.symptoms_boxes .box#internal {
  background-image: url(../img/index/symptoms_bg_inter.webp);
}
.symptoms_boxes .box#internal .tit {
  color: var(--color-white);
  background-color: var(--color-main);
}
.symptoms_boxes .box#internal .lst > dt {
  color: var(--color-main);
}
.symptoms_boxes .box#gastroenterology {
  background-image: url(../img/index/symptoms_bg_gastro.webp);
}
.symptoms_boxes .box#gastroenterology .tit {
  color: var(--color-white);
  background-color: var(--color-sub);
}
.symptoms_boxes .box#gastroenterology .lst > li::before {
  color: var(--color-sub);
}

@media screen and (min-width: 48em), print {
  .symptoms {
    padding: 0 0 120px;
    background-image: linear-gradient(transparent 70px, var(--color-main-pale) 70px);
  }
  .symptoms_head {
    padding-bottom: 55px;
    background-position: 100% 20px;
    background-size: auto;
  }
  .symptoms_head .tit {
    font-size: 3rem;
  }
  .symptoms_boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .symptoms_boxes .box {
    width: 570px;
    margin: 0;
    background-position: right 20px bottom 20px;
    background-size: auto;
    -webkit-box-shadow: 0 3px 20px rgba(var(--color-black-rgb), 0.1);
            box-shadow: 0 3px 20px rgba(var(--color-black-rgb), 0.1);
  }
  .symptoms_boxes .box .tit {
    padding: 0.63em 0;
    font-size: 2.4rem;
  }
  .symptoms_boxes .box .lst {
    padding: 40px;
  }
  .symptoms_boxes .box .lst > dt, .symptoms_boxes .box .lst > li {
    padding-left: 28px;
  }
  .symptoms_boxes .box .lst > dt::before, .symptoms_boxes .box .lst > li::before {
    margin-left: -28px;
    margin-right: 10px;
  }
  .symptoms_boxes .box .lst > dt:not(:first-of-type), .symptoms_boxes .box .lst > li:not(:first-of-type) {
    margin-top: 0.6em;
  }
  .symptoms_boxes .box .lst > dt {
    margin-bottom: 0.5em;
  }
  .symptoms_boxes .box .lst > dd {
    padding-left: 28px;
  }
  .symptoms_boxes .box .lst > dd ul {
    gap: 0.6em 1em;
  }
}
.feature {
  padding: 4rem 5%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20rem, transparent), color-stop(20rem, var(--color-main-pale)));
  background-image: linear-gradient(transparent 20rem, var(--color-main-pale) 20rem);
}
.feature_box {
  counter-reset: fNum 0;
}
.feature_box .box {
  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;
  row-gap: 1.5rem;
  margin-top: 3rem;
  padding-bottom: 2.2rem;
  background: var(--color-white);
  -webkit-box-shadow: 0 0 1.5rem rgba(var(--color-black-rgb), 0.1);
          box-shadow: 0 0 1.5rem rgba(var(--color-black-rgb), 0.1);
}
.feature_box .box::before {
  position: absolute;
  top: -2rem;
  left: -1rem;
  font-family: "Yellowtail", cursive;
  font-size: 6rem;
  line-height: 0.8;
  color: var(--color-main);
  content: counter(fNum, decimal-leading-zero);
}
.feature_box .box .tit {
  font-weight: 700;
  font-size: 1.9rem;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--color-main);
}
.feature_box .box .img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.feature_box .box .txt {
  margin-bottom: 0.3em;
  padding: 0 1.8rem;
}
.feature_box .box .more {
  text-align: center;
}
.feature_box .box .more .btn_detail {
  width: 83%;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 80px 0 120px;
    background-image: linear-gradient(transparent 340px, var(--color-main-pale) 340px);
  }
  .feature_tit {
    margin-bottom: 68px;
  }
  .feature_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 62px;
  }
  .feature_box .box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 20px;
    width: 352px;
    margin: 0;
    padding-bottom: 30px;
    -webkit-box-shadow: 0 0 30px rgba(var(--color-black-rgb), 0.1);
            box-shadow: 0 0 30px rgba(var(--color-black-rgb), 0.1);
  }
  .feature_box .box::before {
    top: -22px;
    left: -20px;
    font-size: 10rem;
    line-height: 0.7;
  }
  .feature_box .box .tit {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: 64px;
    font-size: 2.4rem;
  }
  .feature_box .box .txt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 30px;
  }
  .feature_box .box .more {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: 50px;
  }
  .feature_box .box .more .btn_detail {
    width: 280px;
  }
}
.greeting {
  padding: 4rem 5% 5rem;
}
.greeting_box .tit {
  margin-bottom: 1.6rem;
}
.greeting_box .img {
  max-width: 65%;
  margin: 0 auto 1.8rem;
}
.greeting_box .img figcaption {
  margin-top: 1rem;
  text-align: center;
}
.greeting_box .img figcaption i {
  display: block;
  font-size: 1.1rem;
}
.greeting_box .txt .more {
  margin-top: 1.5em;
  text-align: center;
}
.greeting_box .txt .more .btn_detail {
  width: 85%;
}

@media screen and (min-width: 48em), print {
  .greeting {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 120px;
  }
  .greeting_box {
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-template-columns: 660px 480px;
    grid-template-rows: 118px auto;
  }
  .greeting_box .tit {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-bottom: 0;
  }
  .greeting_box .img {
    grid-column: 2/3;
    grid-row: 1/3;
    max-width: 100%;
    margin: 0;
  }
  .greeting_box .img figcaption {
    margin-top: 20px;
    font-size: 2.4rem;
  }
  .greeting_box .img figcaption i {
    font-size: 1.8rem;
  }
  .greeting_box .txt {
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 0;
  }
  .greeting_box .txt p {
    margin-bottom: 1.4em;
  }
  .greeting_box .txt .more {
    margin-top: 40px;
    text-align: left;
  }
  .greeting_box .txt .more .btn_detail {
    width: 280px;
  }
}
.line_banner {
  width: 280px;
  margin: 1rem auto 2rem;
  background-color: #F8F6F4;
  padding: 1em;
  border-radius: 5px;
  text-align: center;
}
.line_banner > p {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 90%;
}
.line_banner > p.tit {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  color: #00B900;
  margin-bottom: 0;
}
.line_banner .row .qr {
  display: none;
}
.line_banner .row .btn {
  width: 100%;
  height: auto;
}
.line_banner .row .btn a img {
  margin: 0 auto;
}

@media screen and (min-width: 48em), print {
  .line_banner {
    width: 560px;
    margin: 1rem auto 2rem;
    padding: 1em;
    border-radius: 5px;
    text-align: center;
  }
  .line_banner > p {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 100%;
  }
  .line_banner > p.tit {
    text-align: center;
    font-size: 180%;
    font-weight: bold;
    margin-bottom: 0em;
    color: #00B900;
  }
  .line_banner .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; /* 子要素をflexboxにより中央に配置する */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /* 子要素をflexboxにより中央に配置する */
  }
  .line_banner .row .qr {
    display: block;
    width: 150px;
    margin-left: 60px;
  }
  .line_banner .row .qr img {
    width: 150px;
    height: auto;
  }
  .line_banner .row .btn {
    width: 250px;
    height: auto;
  }
  .line_banner .row .btn a img {
    margin: 0 auto;
  }
}
.bnr_area {
  padding: 0 1rem;
}

@media screen and (min-width: 48em), print {
  .bnr_area {
    padding: 0;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

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

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

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

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

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

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

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

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

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

.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: 8rem;
  padding: 1rem;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2;
  background: var(--color-main-pale);
}
@media screen and (min-width: 48em), print {
  .heading {
    min-height: 200px;
    font-size: 3.6rem;
    letter-spacing: 0.03em;
    padding: 0 calc((100% - 1200px) / 2);
  }
}

.breadcrumbs {
  padding: 1rem 5%;
  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.3em 0 0.1em;
  content: ">";
}
.breadcrumbs li a {
  color: var(--color-sub);
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    padding: 12px 0 0;
    font-size: 1.8rem;
  }
  .breadcrumbs ol {
    width: 1200px;
    margin: 0 auto;
  }
  .breadcrumbs ol a:hover {
    text-decoration: none;
  }
}

body#page_greeting .doctor_greeting .signature {
  margin: 1.5em 0 0;
  text-align: right;
}
body#page_greeting .doctor_greeting .signature span {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 48em), print {
  body#page_greeting .doctor_greeting {
    display: flow-root;
  }
  body#page_greeting .doctor_greeting .img_r {
    max-width: 440px;
    margin: 5px 0 0 50px;
  }
  body#page_greeting .doctor_greeting .signature span {
    font-size: 2.4rem;
  }
  body#page_greeting .doctor_profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  body#page_greeting .doctor_profile > section {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

body#page_clinic .clinic_equipment figure {
  margin-top: 1.5rem;
}
body#page_clinic .clinic_equipment figure figcaption {
  border-top: 4px solid var(--color-main);
  padding: 0.3rem 0;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 48em), print {
  body#page_clinic .clinic_equipment {
    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;
    gap: 30px 60px;
  }
  body#page_clinic .clinic_equipment figure {
    width: 480px;
    margin-top: 0;
  }
  body#page_clinic .clinic_equipment figure figcaption {
    padding: 7px 0;
    font-size: 2rem;
  }
}

.slider {
  visibility: hidden;
  width: auto;
}
.slider .slider-panel figcaption {
  display: block;
  padding: 0.3rem 0 0.7rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main);
}
.slider .slider-panel .slick-prev.slick-disabled, .slider .slider-panel .slick-next.slick-disabled {
  pointer-events: none;
  opacity: 0;
}
.slider .slider-nav {
  margin-top: 0.5rem;
  line-height: 1;
}
.slider .slider-nav .slick-list .slick-slide {
  padding-right: 1px;
  cursor: pointer;
}
.slider .slider-nav .slick-list .slick-slide img {
  -webkit-filter: opacity(0.4);
          filter: opacity(0.4);
}
.slider .slider-nav .slick-list .slick-slide.slick-current img {
  outline: 4px solid var(--color-main);
  outline-offset: -4px;
  -webkit-filter: opacity(1);
          filter: opacity(1);
}
@media screen and (max-width: 47.99em) {
  .slider .slider-panel .slick-prev::before, .slider .slider-panel .slick-next::before {
    opacity: 1;
  }
}
@media screen and (min-width: 48em), print {
  .slider {
    width: 750px;
    margin: 0 auto;
  }
  .slider .slider-panel figcaption {
    font-size: 2.4rem;
  }
  .slider .slider-panel .slick-prev, .slider .slider-panel .slick-next {
    width: 5rem;
    height: 5rem;
  }
  .slider .slider-panel .slick-prev::before, .slider .slider-panel .slick-next::before {
    font-size: 5rem;
    color: var(--color-main);
  }
  .slider .slider-panel .slick-prev {
    left: -60px;
  }
  .slider .slider-panel .slick-next {
    right: -60px;
  }
}

body#page_access .access_info .txt div {
  margin-bottom: 1.8rem;
  text-align: center;
}
body#page_access .access_info .txt div span {
  display: inline-block;
}
body#page_access .access_info .txt div .clinic_name {
  margin-bottom: 0.7rem;
  padding: 0 0.5rem 0.2rem;
  font-weight: 500;
  font-size: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(75%, var(--color-main-pale)));
  background: linear-gradient(transparent 70%, var(--color-main-pale) 75%);
}
body#page_access .access_info .txt div .clinic_dr {
  font-size: 1.7rem;
}
body#page_access .access_info .txt dl dt {
  padding: 0.6rem 1rem;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: var(--color-white);
  background: var(--color-main-bright);
}
body#page_access .access_info .txt dl dd {
  padding: 1rem 1rem 1.5rem;
  font-size: 1.4rem;
}
body#page_access .access_info .txt dl dd.telnum {
  letter-spacing: 0.08em;
}
body#page_access .access_map .ilmap {
  margin: 0 0 2rem;
}
body#page_access .access_map .ilmap ul {
  margin-top: 0.2em;
}
body#page_access .access_map .ilmap ul em {
  font-weight: normal;
}
body#page_access .access_map .gmap {
  height: 40rem;
}
body#page_access .access_route figure {
  margin-top: 1.5rem;
}
body#page_access .access_route figure figcaption {
  margin-top: 0.5rem;
}
@media screen and (min-width: 48em), print {
  body#page_access .access_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body#page_access .access_info .txt {
    width: 500px;
  }
  body#page_access .access_info .txt div {
    margin-bottom: 30px;
  }
  body#page_access .access_info .txt div .clinic_name {
    margin-bottom: 10px;
    padding: 0 8px 8px;
    font-size: 3.2rem;
    line-height: 1.1;
  }
  body#page_access .access_info .txt div .clinic_dr {
    font-size: 2.4rem;
  }
  body#page_access .access_info .txt dl dt {
    padding: 10px 20px;
    font-size: 2rem;
  }
  body#page_access .access_info .txt dl dd {
    padding: 15px 20px 25px;
    font-size: 2rem;
  }
  body#page_access .access_info .img {
    width: 650px;
  }
  body#page_access .access_map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body#page_access .access_map .ilmap {
    width: 580px;
    margin: 0;
  }
  body#page_access .access_map .ilmap ul {
    margin-top: 10px;
  }
  body#page_access .access_map .gmap {
    width: 580px;
    height: 600px;
    margin: 0;
  }
  body#page_access .access_route {
    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: 40px;
  }
  body#page_access .access_route figure {
    width: 580px;
    margin-top: 0;
  }
}

.corp_reference {
  margin: 1em 0 0;
  font-size: 90%;
}
@media screen and (min-width: 48em), print {
  .corp_reference {
    margin: 20px 0 0;
    text-align: right;
  }
}

.flow_arrow {
  margin: 0.2em 0 0.5em;
}
.flow_arrow > li {
  text-align: center;
}
.flow_arrow > li:not(:last-child)::after {
  display: block;
  content: "↓";
}
.flow_arrow > li span {
  display: inline-block;
  padding: 0.2em 0.5em;
  border: 1px solid var(--color-border);
}
@media screen and (min-width: 48em), print {
  .flow_arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flow_arrow > li:not(:last-child)::after {
    display: inline-block;
    margin: 0 0.5em;
    content: "→";
  }
}

.for_patient {
  padding: 1rem;
  border: 1px solid var(--color-sub);
}
.for_patient .tit_04 {
  background: var(--color-sub-light);
  border-left-color: var(--color-sub-dull);
}
.for_patient > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .for_patient {
    padding: 18px 16px;
  }
}

.manif {
  margin-bottom: 0.9em;
  font-size: 1.42rem;
  text-align: justify;
}
.manif em {
  color: var(--color-notice);
}
p + .manif {
  margin-top: 1.4em;
}
@media screen and (min-width: 48em), print {
  .manif {
    font-size: 2rem;
  }
}

body#page_treatment .treatment_nav li ~ li {
  margin-top: 0.5em;
}
body#page_treatment .treatment_nav li a {
  font-weight: 500;
  text-decoration: none !important;
}
body#page_treatment .treatment_exam p {
  margin: 0.3em 0 0;
}
@media screen and (max-width: 47.99em) {
  body#page_treatment .treatment_exam > section {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 48em), print {
  body#page_treatment .treatment_exam {
    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: 50px 0;
  }
  body#page_treatment .treatment_exam > section {
    width: 570px;
    margin-top: 0;
  }
}

body#page_gastroenterological .intro .manif {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  text-align: justify;
}
body#page_gastroenterological .intro .manif em {
  color: var(--color-main);
}
@media screen and (min-width: 48em), print {
  body#page_gastroenterological .intro .manif {
    margin-bottom: 1.5em;
    font-size: 3.2rem;
    text-align: center;
  }
  body#page_gastroenterological .intro .img_r {
    margin-top: -30px;
    margin-bottom: 0;
  }
}

body#page_hyperlipidemia .hyperlipidemia_3type {
  margin: 1.5rem 0;
  text-align: center;
  line-height: 1;
}
body#page_hyperlipidemia .hyperlipidemia_3type li {
  display: inline-block;
  max-width: 48%;
}
@media screen and (min-width: 48em), print {
  body#page_hyperlipidemia .hyperlipidemia_3type {
    display: flow-root;
    margin: 30px 0;
    text-align: left;
  }
  body#page_hyperlipidemia .hyperlipidemia_3type li {
    max-width: 32%;
  }
}

body#page_vaccination article > section {
  margin-top: 3.6rem;
}
body#page_vaccination article > section .tit_03 + section {
  margin-top: 1.5rem !important;
}
body#page_vaccination article > section > section {
  margin-top: 2.3rem;
}
body#page_vaccination article .tbl_price[data-type=vaccine] th, body#page_vaccination article .tbl_price[data-type=vaccine] td {
  text-align: center;
}
body#page_vaccination article .tbl_price[data-type=vaccine] td.note {
  text-align: left;
}

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