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

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip-path: inset(50%);
  margin: -1px;
}

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list {
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
  padding-left: 0;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
html {
  -webkit-text-size-adjust: 100%;
}

h5, h6 {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0 0 1em;
}

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

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

i {
  font-style: normal;
}

em {
  font-style: normal;
  font-weight: bold;
}

button {
  color: inherit;
  background: inherit;
  border: none;
}

a[href=""], .nolink a {
  pointer-events: none;
}

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

.txt_red {
  color: #cb0000;
}

.txt_green {
  color: #006f45;
}

.txt_blue {
  color: #26b;
}

.img_c, .img_l, .img_r {
  max-width: 80%;
  margin: 0 auto 1.3rem;
}
.img_c.w100, .img_l.w100, .img_r.w100 {
  max-width: 100%;
}
.img_c.w75, .img_l.w75, .img_r.w75 {
  max-width: 60%;
}
.img_c.w50, .img_l.w50, .img_r.w50 {
  max-width: 45%;
}

figure.img_c figcaption, figure.img_l figcaption, figure.img_r figcaption {
  margin-top: 0.4rem;
  font-size: 1.15rem;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 47.99em) {
  .img_c.sp_w75, .img_l.sp_w75, .img_r.sp_w75 {
    max-width: 60%;
  }
  .img_c.sp_w100, .img_l.sp_w100, .img_r.sp_w100 {
    max-width: 100%;
  }
  .img_c.mb0, .img_l.mb0, .img_r.mb0 {
    margin-bottom: 1.3rem;
  }
  figure.img_c, figure.img_l, figure.img_r {
    max-width: 100%;
    margin: 0 0 1.5rem;
  }
  figure.img_c[class*=w], figure.img_c[class*=sp_w], figure.img_l[class*=w], figure.img_l[class*=sp_w], figure.img_r[class*=w], figure.img_r[class*=sp_w] {
    max-width: 100%;
  }
  figure.img_c img, figure.img_l img, figure.img_r img {
    max-width: 80%;
    margin: 0 auto;
  }
  figure.img_c.w100 img, figure.img_c.sp_w100 img, figure.img_l.w100 img, figure.img_l.sp_w100 img, figure.img_r.w100 img, figure.img_r.sp_w100 img {
    max-width: 100%;
  }
  figure.img_c.w75 img, figure.img_c.sp_w75 img, figure.img_l.w75 img, figure.img_l.sp_w75 img, figure.img_r.w75 img, figure.img_r.sp_w75 img {
    max-width: 60%;
  }
  figure.img_c.w50 img, figure.img_l.w50 img, figure.img_r.w50 img {
    max-width: 45%;
  }
}
@media screen and (min-width: 48em), print {
  .img_c {
    max-width: 750px;
    margin: 0 auto 20px;
  }
  .img_c.w75, .img_c.pc_w75 {
    max-width: 640px;
  }
  .img_c.w50, .img_c.pc_w50 {
    max-width: 500px;
  }
  .img_l {
    float: left;
    margin: 0 30px 20px 0;
  }
  .img_r {
    float: right;
    margin: 0 0 20px 30px;
  }
  .img_l, .img_r {
    max-width: 400px;
  }
  .img_l.w100, .img_r.w100 {
    max-width: 400px;
  }
  .img_l.w75, .img_l.pc_w75, .img_r.w75, .img_r.pc_w75 {
    max-width: 300px;
  }
  .img_l.w50, .img_l.pc_w50, .img_r.w50, .img_r.pc_w50 {
    max-width: 200px;
  }
  figure.img_c img, figure.img_c[class*=w] img, figure.img_c[class*=pc_w] img, figure.img_l img, figure.img_l[class*=w] img, figure.img_l[class*=pc_w] img, figure.img_r img, figure.img_r[class*=w] img, figure.img_r[class*=pc_w] img {
    max-width: 100%;
  }
  figure.img_c {
    margin: 0 auto 40px;
  }
  figure.img_c img {
    margin: 0 auto;
  }
  figure.img_c figcaption {
    margin-top: 8px;
    font-size: 1.4rem;
  }
  figure.img_l figcaption, figure.img_r figcaption {
    margin-top: 8px;
    font-size: 1.4rem;
  }
}
.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;
  }
  .mt-p {
    margin-top: -20px;
  }
  .mt-tit04 {
    margin-top: -50px;
  }
  .mt-tit03 {
    margin-top: -70px;
  }
}
article > .intro {
  margin-bottom: 4rem;
}
article > section ~ section {
  margin-top: 4rem;
}
article > section > section {
  margin-top: 3rem;
}
article > section > section > section {
  margin-top: 2.2rem;
}
article > section > section > section > section {
  margin-top: 1.8rem;
}
article h2 + section, article h3 + section {
  margin-top: 1.5rem !important;
}
article .l-column section ~ section {
  margin-top: 3rem;
}
article .l-column section section {
  margin-top: 2rem;
}
article .l-column section section section {
  margin-top: 1.5rem;
}
article .dl_section dt:first-of-type {
  margin-top: 0;
}
article .dl_section dt.tit_03 {
  margin: 1.2rem 0;
}
article .dl_section dt.tit_04 {
  margin: 1rem 0;
}
article .dl_section > dd > dl {
  margin: 1.4rem 0 0;
}

@media screen and (min-width: 48em), print {
  article p {
    margin-bottom: 1.5em;
  }
  article section > :last-child {
    margin-bottom: 0;
  }
  article > .intro {
    display: flow-root;
    margin-bottom: 70px;
  }
  article > .intro > :last-child {
    margin-bottom: 0;
  }
  article > section ~ section {
    margin-top: 80px;
  }
  article > section > section {
    margin-top: 60px;
  }
  article > section > section > section {
    margin-top: 40px;
  }
  article > section > section > section > section {
    margin-top: 30px;
  }
  article h2 + section, article h3 + section {
    margin-top: 24px !important;
  }
  article .l-column section ~ section {
    margin-top: 60px;
  }
  article .l-column section section {
    margin-top: 40px;
  }
  article .l-column section section section {
    margin-top: 30px;
  }
  article .dl_section dt.tit_03 {
    margin: 22px 0 18px;
  }
  article .dl_section dt.tit_04 {
    margin: 14px 0;
  }
  article .dl_section > dd > dl {
    margin: 24px 0 0;
  }
}
.tit_01 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1.2;
}

.tit_02 {
  margin: 0 0 1.8rem;
  padding: 0.8rem 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  color: #006f45;
  background: #def0e6;
}
.tit_02 > span {
  display: inline-block;
  font-size: 76%;
}

.tit_03 {
  margin: 0 0 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
}
.tit_03::after {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 0.9rem;
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(1.5em, #006f45), color-stop(1.5em, #dcdcdc));
  background: linear-gradient(90deg, #006f45 1.5em, #dcdcdc 1.5em);
}

.tit_04, body#page_timetable #hours_checkup .timetable_tbl caption {
  margin: 0 0 1.3rem;
  padding-left: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.2;
  border-left: 2px solid #006f45;
}

.tit_05 {
  margin: 0 0 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
}

.tit_06 {
  margin: 0 0 0.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.2;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-weight: 500;
    font-size: 3.6rem;
    letter-spacing: 0.05em;
  }
  .tit_02 {
    margin: 0 0 36px;
    padding: 15px 28px;
    font-weight: normal;
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
  .tit_02 > span {
    font-size: 86%;
  }
  .tit_03 {
    margin: 0 0 26px;
    font-weight: normal;
    font-size: 2.6rem;
    letter-spacing: 0.1em;
  }
  .tit_03::after {
    margin-top: 16px;
  }
  .tit_04, body#page_timetable #hours_checkup .timetable_tbl caption {
    margin: 0 0 18px;
    padding: 2px 2px 2px 20px;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
  .tit_05 {
    margin: 0 0 12px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .tit_06 {
    margin: 0 0 8px;
    font-size: 1.8rem;
  }
}
body#page_executive_dock .exe_feature_list > li, .notification_vax .box .bring dd, .lst_ul_cols4 > li, .lst_ul_cols2 > li, .lst_ul_cols > li, .lst_ul > li, body#page_online_reservation .reserve_links > li {
  padding-left: 1.3rem;
}
body#page_executive_dock .exe_feature_list > li::before, .notification_vax .box .bring dd::before, .lst_ul_cols4 > li::before, .lst_ul_cols2 > li::before, .lst_ul_cols > li::before, .lst_ul > li::before, body#page_online_reservation .reserve_links > li::before {
  display: inline-block;
  margin-left: -1.5rem;
  margin-right: 0.2rem;
  color: #006f45;
  font-size: 1.3rem;
  content: "●";
}
@media screen and (min-width: 48em), print {
  body#page_executive_dock .exe_feature_list > li, .notification_vax .box .bring dd, .lst_ul_cols4 > li, .lst_ul_cols2 > li, .lst_ul_cols > li, .lst_ul > li, body#page_online_reservation .reserve_links > li {
    padding-left: 1.6rem;
  }
  body#page_executive_dock .exe_feature_list > li::before, .notification_vax .box .bring dd::before, .lst_ul_cols4 > li::before, .lst_ul_cols2 > li::before, .lst_ul_cols > li::before, .lst_ul > li::before, body#page_online_reservation .reserve_links > li::before {
    margin-left: -1.8rem;
    font-size: 1.6rem;
  }
}

.lst_ul, body#page_online_reservation .reserve_links {
  margin-bottom: 1.2em;
  line-height: 1.4;
}
.lst_ul > li ~ li, body#page_online_reservation .reserve_links > li ~ li {
  margin-top: 0.4em;
}
.lst_ul > li.etc, body#page_online_reservation .reserve_links > li.etc {
  padding-left: 0.4em;
}
.lst_ul > li.etc::before, body#page_online_reservation .reserve_links > li.etc::before {
  display: none;
}
.lst_ul > li > ul, body#page_online_reservation .reserve_links > li > ul, .lst_ul > li > ol, body#page_online_reservation .reserve_links > li > ol, .lst_ul > li > p, body#page_online_reservation .reserve_links > li > p {
  margin-top: 0.4em;
}
.lst_ul > li .mt0, body#page_online_reservation .reserve_links > li .mt0 {
  margin-top: -1.3em;
}
@media screen and (min-width: 48em), print {
  .lst_ul, body#page_online_reservation .reserve_links {
    line-height: 1.5;
  }
  .lst_ul > li ~ li, body#page_online_reservation .reserve_links > li ~ li {
    margin-top: 0.3em;
  }
  .lst_ul > li > ul, body#page_online_reservation .reserve_links > li > ul, .lst_ul > li > ol, body#page_online_reservation .reserve_links > li > ol, .lst_ul > li > p, body#page_online_reservation .reserve_links > li > p {
    margin-top: 0.3em;
  }
  .lst_ul > li .mt0, body#page_online_reservation .reserve_links > li .mt0 {
    margin-top: -1.4em;
  }
}

.lst_ul_cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3em 1em;
}
.lst_ul_cols > li.etc {
  padding-left: 0;
}
.lst_ul_cols > li.etc::before {
  display: none;
}
@media screen and (min-width: 48em), print {
  .lst_ul_cols {
    gap: 0.3em 1.8em;
  }
}

.lst_ul_cols2 {
  margin-bottom: 1.2em;
}
.lst_ul_cols2 > li ~ li {
  margin-top: 0.3em;
}
.lst_ul_cols2 > li.etc {
  padding-left: 0;
}
.lst_ul_cols2 > li.etc::before {
  display: none;
}
@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;
    row-gap: 0.3em;
  }
  .lst_ul_cols2 > li {
    width: 47%;
  }
  .lst_ul_cols2 > li ~ li {
    margin-top: 0;
  }
}

.lst_ul_cols4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3em 1em;
  margin-bottom: 1.2em;
}
.lst_ul_cols4 > li {
  min-width: 45%;
}
.lst_ul_cols4 > li.etc {
  padding-left: 0;
}
.lst_ul_cols4 > li.etc::before {
  display: none;
}
@media screen and (min-width: 48em), print {
  .lst_ul_cols4 > li {
    min-width: 23%;
  }
}

.lst_ol {
  margin-bottom: 1.2em;
  line-height: 1.4;
}
.lst_ol li {
  margin-left: 1.4em;
  list-style-type: decimal;
}
.lst_ol li::marker {
  font-family: "Roboto", sans-serif;
}
.lst_ol li ~ li {
  margin-top: 0.6em;
}
.lst_ol li.etc {
  margin-left: 0;
  list-style-type: none;
}
.lst_ol li > ul, .lst_ol li > ol, .lst_ol li > p {
  margin-top: 0.5em;
}
@media screen and (min-width: 48em), print {
  .lst_ol {
    line-height: 1.5;
  }
}

.lst_bkt {
  counter-reset: liNum 0;
  margin-bottom: 1.2em;
}
.lst_bkt > li {
  padding-left: 1.8em;
  counter-increment: liNum 1;
}
.lst_bkt > li::before {
  display: inline-block;
  width: 1.6em;
  margin-left: -1.6em;
  font-family: "Roboto", sans-serif;
  content: "(" counter(liNum) ")";
  letter-spacing: 0;
}
.lst_bkt > li:nth-child(n+10)::before {
  width: 2em;
  margin-left: -2em;
  letter-spacing: -1px;
  text-align: center;
}
.lst_bkt > li ~ li {
  margin-top: 0.3em;
}
.lst_bkt > li > ul, .lst_bkt > li > ol, .lst_bkt > li > p {
  margin-top: 0.3em;
}

.lst_marker {
  margin-bottom: 1.2em;
  line-height: 1.4;
}
.lst_marker > li {
  padding-left: 1em;
  text-indent: -1em;
}
.lst_marker > li > * {
  text-indent: 0;
}
.lst_marker > li ~ li {
  margin-top: 0.4em;
}
@media screen and (min-width: 48em), print {
  .lst_marker {
    line-height: 1.5;
  }
  .lst_marker ~ li {
    margin-top: 0.3em;
  }
}

.lst_dl {
  margin-bottom: 1.2em;
}
.lst_dl dt {
  font-weight: 500;
}
.lst_dl dd:not(:last-of-type) {
  margin-bottom: 1em;
}

.dl_ul {
  margin-bottom: 1.2em;
}
.dl_ul dt {
  padding-left: 1.5rem;
  font-weight: bold;
}
.dl_ul dt::before {
  display: inline-block;
  margin-left: -1.5rem;
  margin-right: 0.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.3rem;
  content: "■";
  color: #24a351;
}
.dl_ul dt:not(:first-of-type) {
  margin-top: 0.8em;
}
.dl_ul dd {
  margin-left: 1.3rem;
}

.dl_faq {
  margin: 1.2em 0;
}
.dl_faq dt, .dl_faq dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}
.dl_faq dt::before, .dl_faq dd::before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  border: 1px solid currentColor;
  border-radius: 20%;
}
.dl_faq dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  color: #006f45;
}
.dl_faq dt:not(:first-of-type) {
  margin-top: 2rem;
}
.dl_faq dt::before {
  content: "Q";
  color: #006f45;
  background: #def0e6;
}
.dl_faq dd {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.2rem;
}
.dl_faq dd::before {
  margin-top: -0.5rem;
  content: "A";
  color: #6f002a;
}
.dl_faq dd p {
  margin-bottom: 0;
}
.dl_faq dd ul {
  margin-top: 0.3em;
}
@media screen and (max-width: 47.99em) {
  .dl_faq dd div .img_l, .dl_faq dd div .img_r, .dl_faq dd div .img_c {
    max-width: 90%;
    margin: 0 3% 1rem;
  }
}
@media screen and (min-width: 48em), print {
  .dl_faq dt, .dl_faq dd {
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
  }
  .dl_faq dt::before, .dl_faq dd::before {
    font-size: 2.4rem;
  }
  .dl_faq dt {
    margin-bottom: 0.8em;
    font-size: 2rem;
  }
  .dl_faq dt:not(:first-of-type) {
    margin-top: 36px;
  }
  .dl_faq dd {
    font-size: 1.6rem;
  }
  .dl_faq dd div {
    display: flow-root;
  }
  .dl_faq dd div .img_c {
    margin: 0 auto 12px;
  }
  .dl_faq dd div .img_l, .dl_faq dd div .img_r {
    max-width: 320px;
  }
  .dl_faq dd div .img_l.pos_up, .dl_faq dd div .img_r.pos_up {
    margin-top: -50px;
  }
}

body#page_checkup .checkup_price .priceList table, body#page_checkup .checkup_price .courseItem table, body#page_checkup .checkup_price .optionItem table, body#page_regulations .regulation_tbl, body#page_explanation_findingterms .glossary .WordItem table, .tbl_price_simple, .tbl_sched, body#page_timetable #hours_outpatient .timetable_outpatient, .tbl_itemset, .tbl_item {
  border-collapse: separate;
  border-spacing: 0;
  color: #333;
  background: #fff;
  border-top: 2px solid #006f45;
}
body#page_checkup .checkup_price .priceList table th, body#page_checkup .checkup_price .courseItem table th, body#page_checkup .checkup_price .optionItem table th, body#page_regulations .regulation_tbl th, body#page_explanation_findingterms .glossary .WordItem table th, .tbl_price_simple th, .tbl_sched th, body#page_timetable #hours_outpatient .timetable_outpatient th, .tbl_itemset th, .tbl_item th {
  padding: 0.5rem 0.8rem;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
body#page_checkup .checkup_price .priceList table td, body#page_checkup .checkup_price .courseItem table td, body#page_checkup .checkup_price .optionItem table td, body#page_regulations .regulation_tbl td, body#page_explanation_findingterms .glossary .WordItem table td, .tbl_price_simple td, .tbl_sched td, body#page_timetable #hours_outpatient .timetable_outpatient td, .tbl_itemset td, .tbl_item td {
  padding: 0.5rem;
  text-align: left;
  font-weight: normal;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
body#page_checkup .checkup_price .priceList table tr > :last-child, body#page_checkup .checkup_price .courseItem table tr > :last-child, body#page_checkup .checkup_price .optionItem table tr > :last-child, body#page_regulations .regulation_tbl tr > :last-child, body#page_explanation_findingterms .glossary .WordItem table tr > :last-child, .tbl_price_simple tr > :last-child, .tbl_sched tr > :last-child, body#page_timetable #hours_outpatient .timetable_outpatient tr > :last-child, .tbl_itemset tr > :last-child, .tbl_item tr > :last-child {
  border-right: none;
}
@media screen and (min-width: 48em), print {
  body#page_checkup .checkup_price .priceList table th, body#page_checkup .checkup_price .courseItem table th, body#page_checkup .checkup_price .optionItem table th, body#page_regulations .regulation_tbl th, body#page_explanation_findingterms .glossary .WordItem table th, .tbl_price_simple th, .tbl_sched th, body#page_timetable #hours_outpatient .timetable_outpatient th, .tbl_itemset th, .tbl_item th {
    padding: 20px 26px;
  }
  body#page_checkup .checkup_price .priceList table td, body#page_checkup .checkup_price .courseItem table td, body#page_checkup .checkup_price .optionItem table td, body#page_regulations .regulation_tbl td, body#page_explanation_findingterms .glossary .WordItem table td, .tbl_price_simple td, .tbl_sched td, body#page_timetable #hours_outpatient .timetable_outpatient td, .tbl_itemset td, .tbl_item td {
    padding: 20px 30px;
  }
}

.tbl_item {
  width: 100%;
}
.tbl_item th {
  background: #f2f5f7;
}

.tbl_itemset {
  width: 100%;
}
.tbl_itemset thead th {
  background: #f2f5f7;
}
.tbl_itemset tbody th {
  font-weight: normal;
  text-align: left;
  background: #f7f2ec;
}

.tbl_sched caption, body#page_timetable #hours_outpatient .timetable_outpatient caption {
  caption-side: bottom;
  margin-top: 0.6em;
  font-size: 90%;
  text-align: left;
}
.tbl_sched th, body#page_timetable #hours_outpatient .timetable_outpatient th {
  font-weight: bold;
  color: #fff;
  background: #006f45;
  border-right-style: dotted;
}
.tbl_sched td, body#page_timetable #hours_outpatient .timetable_outpatient td {
  text-align: center;
  color: #006f45;
  background: #fff;
  border-right-style: dotted;
}
.tbl_sched td.close, body#page_timetable #hours_outpatient .timetable_outpatient td.close {
  font-family: inherit;
  font-weight: normal;
  color: #606060;
}
.tbl_sched tbody th, body#page_timetable #hours_outpatient .timetable_outpatient tbody th {
  white-space: nowrap;
  color: #333;
  background: #f2f5f7;
  border-right-style: solid;
}
@media screen and (min-width: 48em), print {
  .tbl_sched caption, body#page_timetable #hours_outpatient .timetable_outpatient caption {
    margin-top: 0.8em;
    font-size: inherit;
  }
}

.tbl_price_simple {
  width: 100%;
}
.tbl_price_simple th {
  text-align: left;
  background: #f2f5f7;
}
.tbl_price_simple tbody th {
  background: #f2f5f7;
}
.tbl_price_simple tbody td:last-child {
  text-align: right;
  white-space: nowrap;
}
@media screen and (min-width: 48em), print {
  .tbl_price_simple {
    width: auto;
  }
}

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

.box_notes, .box_notice, .box_disease, .box_symptoms {
  display: flow-root;
  margin: 1em 0;
  padding: 1rem 1.2rem;
  color: #333;
}
.box_notes > :last-child, .box_notice > :last-child, .box_disease > :last-child, .box_symptoms > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .box_notes, .box_notice, .box_disease, .box_symptoms {
    padding: 26px 30px;
  }
}

.box_symptoms {
  background: #f7f2ec;
}

.box_disease {
  background: #f0f7d6;
}

.box_notice {
  color: #fff;
  background: #006f45;
}
.box_notice_inner {
  margin: 0;
  padding: 1em 1.4em;
  color: #333;
  background: #fff;
  border-radius: 0.3em;
}
.box_notice_inner.lst_ul > li, body#page_online_reservation .box_notice_inner.reserve_links > li, .box_notice_inner.lst_ul_cols > li {
  font-weight: bold;
}
.box_notice_inner.lst_ul > li::before, body#page_online_reservation .box_notice_inner.reserve_links > li::before, .box_notice_inner.lst_ul_cols > li::before {
  color: #cb0000;
}

.box_notes {
  padding: 1.2em 1.5em;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0.5rem 0.8rem #d6e9f7;
          box-shadow: inset 0 0 0.5rem 0.8rem #d6e9f7;
}
@media screen and (min-width: 48em), print {
  .box_notes {
    padding: 26px 30px;
    -webkit-box-shadow: inset 0 0 10px 10px #d6e9f7;
            box-shadow: inset 0 0 10px 10px #d6e9f7;
  }
}

.btn_detail, .btn_back {
  display: inline-block;
  padding: 0.8em 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.13;
  text-align: center;
  text-decoration: none !important;
  border-radius: 0.4rem;
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back {
    padding: 0.9em 2.5em;
    border-radius: 6px;
  }
}

.btn_detail, .btn_back {
  color: #fff;
  background: #006f45;
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back {
    font-size: 2rem;
  }
  .btn_detail:hover, .btn_back:hover {
    color: #fff;
    background: #1c4e80;
  }
}

body#page_symptom_disease .search_index dd ul li a:not([href=""]), body#page_timetable #notice_closure .news_body a, .news_body a, .lnk_external, body#page_online_reservation .reserve_links li a, .lnk_pdf, .lnk_ref, .lnk_to, .box_symptoms a, .box_disease a, .box_notice a, .box_notes a {
  text-decoration: underline;
}
body#page_symptom_disease .search_index dd ul li a:hover:not([href=""]), body#page_timetable #notice_closure .news_body a:hover, .news_body a:hover, .lnk_external:hover, body#page_online_reservation .reserve_links li a:hover, .lnk_pdf:hover, .lnk_ref:hover, .lnk_to:hover, .box_symptoms a:hover, .box_disease a:hover, .box_notice a:hover, .box_notes a:hover {
  text-decoration: none;
}

.lnk_to {
  color: #006f45;
}
.lnk_to:hover {
  color: #24a351;
}

.lnk_ref {
  padding: 0 0.1em;
  color: #006f45;
}
.lnk_ref::before {
  letter-spacing: 0.2em;
  content: "≫";
}
.lnk_ref:hover {
  color: #24a351;
}

.lnk_pdf {
  color: #006f45;
}
.lnk_pdf::before {
  letter-spacing: 0.2em;
  content: "≫";
}
.lnk_pdf::after {
  display: inline-block;
  margin-left: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80b';
}

.lnk_external, body#page_online_reservation .reserve_links li a {
  padding: 0 0.1em;
}
.lnk_external::after, body#page_online_reservation .reserve_links li a::after {
  display: inline-block;
  margin: 0 0.4rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
  font-size: 80%;
  line-height: 1;
}

.bnr_pagelnk a, .top_banner .banner_medical 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;
  margin: 0 auto;
  padding: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #006f45;
  background: #fff;
  border: 5px solid #def0e6;
}
.bnr_pagelnk a::after, .top_banner .banner_medical a::after {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 3em;
  height: 3em;
  font-family: "fontello";
  font-weight: bold;
  content: '\e804';
  font-size: 0.8rem;
  line-height: 2.8;
  text-align: center;
  text-shadow: 0 0 1px currentColor;
  color: #006f45;
  border: 1px solid currentColor;
  border-radius: 50%;
  vertical-align: 0.2em;
}
@media screen and (min-width: 48em), print {
  .bnr_pagelnk a, .top_banner .banner_medical a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    width: 1200px;
    padding: 35px;
    font-size: 3rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
  .bnr_pagelnk a::after, .top_banner .banner_medical a::after {
    width: 4em;
    height: 4em;
    font-size: 1rem;
    line-height: 4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .bnr_pagelnk a:hover, .top_banner .banner_medical a:hover {
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 111, 69, 0.2));
            filter: drop-shadow(0 0 5px rgba(0, 111, 69, 0.2));
  }
  .bnr_pagelnk a:hover::after, .top_banner .banner_medical a:hover::after {
    color: #fff;
    background: #006f45;
  }
}

.bnr_contactus, .top_banner .for_customer {
  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: 1rem;
}
.bnr_contactus .notes, .top_banner .for_customer .notes {
  padding-left: 1em;
  font-size: 88%;
}
.bnr_contactus .notes::before, .top_banner .for_customer .notes::before {
  margin-left: -1em;
  content: "◎";
}
@media screen and (min-width: 48em), print {
  .bnr_contactus, .top_banner .for_customer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px 60px;
  }
  .bnr_contactus a:hover, .top_banner .for_customer a:hover {
    opacity: 0.8;
  }
  .bnr_contactus li, .top_banner .for_customer li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .bnr_contactus li.notes, .top_banner .for_customer li.notes {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    position: relative;
    top: -1em;
    width: 100%;
    font-size: inherit;
  }
}

.bnr_medical_dl, .top_banner .for_medical {
  padding: 1rem 1.2rem 1.2rem;
  border: 1px solid #dcdcdc;
}
.bnr_medical_dl dt, .top_banner .for_medical dt {
  margin-bottom: 0.8rem;
}
.bnr_medical_dl dd ul, .top_banner .for_medical dd ul {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.5rem;
}
.bnr_medical_dl dd ul li a.lnk, .top_banner .for_medical dd ul li a.lnk {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.bnr_medical_dl dd ul li a.lnk::after, .top_banner .for_medical dd ul li a.lnk::after {
  display: inline-block;
  width: 3em;
  height: 3em;
  margin-left: 1rem;
  font-family: "fontello";
  font-weight: bold;
  content: '\e804';
  font-size: 0.8rem;
  line-height: 2.8;
  text-align: center;
  color: #006f45;
  border: 1px solid currentColor;
  border-radius: 50%;
  vertical-align: 0.2em;
}
@media screen and (min-width: 48em), print {
  .bnr_medical_dl, .top_banner .for_medical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
  }
  .bnr_medical_dl dt, .top_banner .for_medical dt {
    margin: 0 60px 0 0;
  }
  .bnr_medical_dl dd ul, .top_banner .for_medical dd ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 50px;
  }
  .bnr_medical_dl dd ul li a.lnk::after, .top_banner .for_medical dd ul li a.lnk::after {
    width: 4em;
    height: 4em;
    margin-left: 20px;
    font-size: 1rem;
    line-height: 4;
    text-shadow: 0 0 1px currentColor;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .bnr_medical_dl dd ul li a.lnk:hover, .top_banner .for_medical dd ul li a.lnk:hover {
    color: #006f45;
  }
  .bnr_medical_dl dd ul li a.lnk:hover::after, .top_banner .for_medical dd ul li a.lnk:hover::after {
    color: #fff;
    background: #006f45;
  }
}

.em {
  font-weight: bold;
}

.notice {
  color: #cb0000;
}
.lst_ul li.notice::before, body#page_online_reservation .reserve_links li.notice::before {
  color: #cb0000;
}
.lst_ul li.notice mark, body#page_online_reservation .reserve_links li.notice mark {
  color: #cb0000;
  background: transparent;
}

mark.notice {
  color: #cb0000;
  background: transparent;
}

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

.tel {
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
}

.fax {
  font-family: "Roboto", sans-serif;
}

.sns .twitter {
  display: inline-block;
}
.sns .twitter a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  background: #000;
}
.sns .twitter a::before {
  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;
  width: 100%;
  height: 100%;
  font-family: "fontello";
  font-weight: normal;
  content: '\e837';
}

#globalNav .gnav_webs .rsv a, .floatbtns .rsv a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#399dff), to(#1c4e80));
  background: linear-gradient(#399dff, #1c4e80);
}
#globalNav .gnav_webs .rsv a::before, .floatbtns .rsv a::before {
  display: inline-block;
  margin-right: 0.3em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e800';
  font-size: 120%;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 48em), print {
  #globalNav .gnav_webs .rsv a:hover, .floatbtns .rsv a:hover {
    -webkit-filter: saturate(150%) brightness(1.1);
            filter: saturate(150%) brightness(1.1);
  }
}

#globalNav .gnav_webs .mqf a, .floatbtns .mqf a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#acde72), to(#60981e));
  background: linear-gradient(#acde72, #60981e);
}
#globalNav .gnav_webs .mqf a::before, .floatbtns .mqf a::before {
  display: inline-block;
  margin-right: 0.4em;
  padding-right: 0.4em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e801';
  font-size: 130%;
  letter-spacing: 0.05em;
  /*vertical-align: text-top;
  border-right: 1px solid #fff;*/
}
@media screen and (min-width: 48em), print {
  #globalNav .gnav_webs .mqf a:hover, .floatbtns .mqf a:hover {
    -webkit-filter: saturate(150%) brightness(1.05);
            filter: saturate(150%) brightness(1.05);
  }
}

.timetable + .timetable {
  margin-top: 2.5rem;
}
.timetable_tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  line-height: 1;
}
.timetable_tbl caption {
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 120%;
  text-align: left;
}
.timetable_tbl thead th {
  width: 10%;
  padding: 0.4rem 0;
  font-weight: normal;
  white-space: nowrap;
  border-bottom: 1px solid currentColor;
}
.timetable_tbl thead th:first-child {
  width: 30%;
  padding: 0.4rem 0.6rem;
  text-align: left;
}
.timetable_tbl tbody th {
  padding: 0.8rem 0.6rem;
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
.timetable_tbl tbody th.times {
  padding: 0.4rem 0.6rem;
  line-height: 1.2;
  font-size: 86%;
}
.timetable_tbl tbody td {
  padding: 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.timetable_tbl tbody td.close {
  font-size: inherit;
}
.timetable_note {
  margin-top: 0.6rem;
  margin-bottom: 0;
  padding: 0.5em;
  font-size: 94%;
  line-height: 1.3;
  border: 1px dotted;
}

@media screen and (min-width: 48em), print {
  .timetable + .timetable {
    margin-top: 30px;
  }
  .timetable_tbl:not(:first-of-type) {
    margin-top: 30px;
  }
  .timetable_tbl thead th {
    padding: 7px 10px;
  }
  .timetable_tbl thead th:first-child {
    padding: 7px 20px;
  }
  .timetable_tbl thead th:last-child {
    padding: 7px 20px 7px 10px;
  }
  .timetable_tbl tbody th {
    padding: 7px 10px;
  }
  .timetable_tbl tbody td {
    padding: 7px;
  }
  .timetable_tbl tbody td:last-child {
    padding: 7px 20px 7px 7px;
  }
  .timetable_note {
    line-height: inherit;
  }
}
.movie {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.movie video {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 48em), print {
  .movie {
    max-width: 720px;
  }
}
.youtube, .top_movie {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.youtube iframe, .top_movie iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 48em), print {
  .youtube, .top_movie {
    max-width: 750px;
  }
}
.gmap, #globalFooter .footer_gmap {
  width: 100%;
}
.gmap iframe, #globalFooter .footer_gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.list_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 4rem;
}
.list_tab li {
  width: 18%;
}
.list_tab li:nth-child(1) {
  width: 20%;
}
.list_tab li:nth-child(2) {
  width: 20%;
}
.list_tab li:nth-child(5) {
  width: 12%;
}
.list_tab li:nth-child(6) {
  width: 10%;
}
@media screen and (min-width: 48em), print {
  .list_tab li {
    width: 16.6% !important;
  }
}
.list_tab li a {
  display: block;
  background: #f2f5f7;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  text-decoration: none !important;
  font-size: 86%;
  font-weight: bold;
  height: 5rem;
}
.list_tab li a:hover {
  background: rgba(34, 102, 187, 0.1);
}
@media screen and (min-width: 48em), print {
  .list_tab li a {
    font-size: 100%;
    height: auto;
  }
}
.list_tab li.active a {
  background: rgba(34, 102, 187, 0.1);
}

.list_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 3rem;
}
.list_anchor li {
  width: 33.333%;
  padding: 2rem;
}
.list_anchor li a {
  display: block;
  background: #def0e6;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  text-decoration: none !important;
  font-size: 100%;
  font-weight: bold;
}

/*エリアの表示非表示と形状*/
.area {
  display: none;
  opacity: 0;
  background: #fff;
  padding: 0 0.5rem;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  display: block;
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html {
  scroll-padding-top: 7rem;
  font-family: Meiryo, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic medium", "游ゴシック Medium", YuGothic, sans-serif;
  font-size: 3.125vw;
}

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

a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 0.2em;
}

.main {
  font-size: 1.3rem;
}
.main.wrap {
  padding: 2.5rem 1.2rem 4rem;
}

@media screen and (min-width: 48em), print {
  html {
    scroll-padding-top: 150px;
    font-size: 62.5%;
  }
  body {
    min-width: 1240px;
  }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.6rem;
  }
  .main.wrap {
    padding: 100px 0;
    letter-spacing: 0.05em;
    line-height: 1.625;
  }
}
#globalHeader .header_inner .logo {
  background: #fff;
  overflow: hidden;
}
#globalHeader .header_inner .logo a {
  display: block;
}

@media screen and (max-width: 47.99em) {
  #globalHeader .header_inner {
    min-height: 12rem;
  }
  #globalHeader .header_inner .logo {
    width: calc(100% - 5rem);
    height: 5rem;
  }
  #globalHeader .header_inner .logo a {
    height: 100%;
    padding: 1rem 2rem 0.5rem 1.3rem;
  }
  body.spnav_modal #globalHeader .header_inner .logo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
  }
  #globalHeader .header_inner .search_box .gsc-control-cse {
    padding: 1.5rem 1.3rem 1rem;
  }
  #globalHeader .header_inner .search_box .gsc-control-cse .gsc-search-button-v2 {
    padding: 14px 10px;
  }
  #globalHeader .header_inner .bnr_box {
    width: 90%;
    margin: 0 auto;
  }
  #globalHeader .header_inner .bnr_box img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 48em), print {
  #globalHeader .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1200px;
    min-height: 80px;
    margin: 0 auto;
    padding: 20px 0;
  }
  #globalHeader .header_inner .logo {
    width: 304px;
  }
  #globalHeader .header_inner .logo a {
    height: 36px;
  }
  #globalHeader .header_inner .flex_inner02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  #globalHeader .header_inner .search_box {
    width: 350px;
  }
  #globalHeader .header_inner .search_box .gsc-control-cse .gsc-search-button-v2 {
    padding: 6px 27px;
  }
}
.js-menu_box {
  display: none;
}

@media screen and (max-width: 47.99em) {
  .js-sp_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .js-sp_modal.is_overlay {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
  }
  .js-sp_box {
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .js-sp_box.is_open {
    opacity: 1;
    visibility: visible;
    height: auto;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@media screen and (min-width: 48em), print {
  .js-pc_sticky {
    position: static;
  }
  .js-pc_sticky.is_sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
  }
}
#globalNav .gnav {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  color: #006f45;
  background: #fff;
}
#globalNav .gnav_webs .rsv span {
  display: none;
}
#globalNav .gnav_webs .rsv.out {
  display: none;
}
#globalNav .gnav_webs .mqf {
  display: none;
}
#globalNav .gnav_primary a, #globalNav .gnav_primary button {
  display: block;
  width: 100%;
}
#globalNav .gnav_primary .subnav_pulldown {
  color: #006f45;
  background: #fff;
}
#globalNav .gnav_primary .subnav_pulldown > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#globalNav .gnav_secondary {
  color: #006f45;
  background: #def0e6;
}
#globalNav .gnav_secondary a, #globalNav .gnav_secondary button {
  display: block;
  width: 100%;
}
#globalNav .gnav_secondary .subnav_pulldown {
  color: #fff;
  background: #006f45;
}
#globalNav .gnav_secondary .subnav_pulldown > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#globalNav .gnav_secondary .subnav_pulldown > ul > li a i {
  display: inline-block;
}
#globalNav .gnav_secondary .subnav_pulldown > ul > li a span::after {
  display: inline-block;
  content: attr(data-title);
}

@media screen and (max-width: 47.99em) {
  #globalNav #sp_btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 5rem;
    height: 5rem;
    margin: 0;
    padding: 0.5rem;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.1rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: #006f45;
    border: none;
  }
  #globalNav #sp_btn::after {
    content: "MENU";
  }
  #globalNav #sp_btn span {
    display: inline-block;
    width: 2.8rem;
    height: 2.5rem;
    padding: 0.2rem 0 0;
  }
  #globalNav #sp_btn span::before, #globalNav #sp_btn span::after, #globalNav #sp_btn span i {
    content: "";
    display: block;
    height: 0.2rem;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #globalNav #sp_btn span i {
    margin: 0.6rem 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #globalNav #sp_btn.close::after {
    content: "CLOSE";
  }
  #globalNav #sp_btn.close span::before {
    -webkit-transform: translateY(10px) rotate(-225deg);
            transform: translateY(10px) rotate(-225deg);
  }
  #globalNav #sp_btn.close span::after {
    -webkit-transform: translateY(8px) rotate(225deg);
            transform: translateY(8px) rotate(225deg);
  }
  #globalNav #sp_btn.close span i {
    display: none;
  }
  #globalNav .gnav {
    position: fixed;
    top: 5rem;
    left: 0;
    bottom: 0;
    right: 0;
    height: calc(100dvh - 5rem);
    overflow-y: auto;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    font-size: 1.3rem;
  }
  #globalNav .gnav_webs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #globalNav .gnav_webs li {
    width: 100%;
    font-size: 1.4rem;
  }
  #globalNav .gnav_webs li a {
    display: block;
    padding: 0.7em;
  }
  #globalNav .gnav_primary li {
    border-top: 1px solid #dcdcdc;
  }
  #globalNav .gnav_primary li a {
    padding: 1em 2em;
  }
  #globalNav .gnav_primary li.noft {
    display: none;
  }
  #globalNav .gnav_secondary > li {
    border-top: 1px solid #fff;
  }
  #globalNav .gnav_secondary > li > a, #globalNav .gnav_secondary > li > button {
    padding: 1em 2em;
    text-align: left;
  }
  #globalNav .gnav_secondary > li .subnav_btn::before {
    display: inline-block;
    margin-right: 0.4em;
    font-family: "fontello";
    font-weight: normal;
    content: '\e802';
  }
  #globalNav .gnav_secondary > li .subnav_btn.close::before {
    content: "\e803";
  }
  #globalNav .gnav_secondary > li .subnav_pulldown > ul > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    border-top: 1px solid #fff;
  }
  #globalNav .gnav_secondary > li .subnav_pulldown > ul > li:nth-child(odd) {
    border-right: 1px solid #fff;
  }
  #globalNav .gnav_secondary > li .subnav_pulldown > ul > li a {
    padding: 1em;
    word-break: keep-all;
  }
  #globalNav .gnav_secondary > li .subnav_pulldown > ul > li a i {
    font-size: 1.2rem;
  }
  #globalNav .gnav_secondary > li .subnav_pulldown > ul > li a span::after {
    font-size: 1.2rem;
  }
  #globalNav .gnav_secondary > li.report br {
    display: none;
  }
  #globalNav .gnav_secondary > li.report.dup {
    display: none;
  }
  #globalNav .gnav_other {
    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: 1em;
    margin: 2em 2.5em;
    line-height: 1.5;
  }
  #globalNav .gnav_other li {
    min-width: 40%;
  }
  #globalNav .gnav_other li:nth-child(even) {
    text-align: center;
  }
  #globalNav .gnav_other li a {
    color: #333;
  }
  #globalNav .gnav .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2em 2.5em;
  }
  #globalNav .gnav .sns > li {
    width: 3.6em;
    height: 3.6em;
  }
  #globalNav .gnav .sns .twitter a:before {
    font-size: 2rem;
  }
}
@media screen and (min-width: 48em), print {
  #globalNav #sp_btn {
    display: none;
  }
  #globalNav .gnav {
    position: relative;
    z-index: 5;
    font-weight: 500;
    font-size: 1.8rem;
  }
  #globalNav .gnav_webs {
    display: none;
  }
  #globalNav .gnav_primary, #globalNav .gnav_secondary {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    padding: 0 calc(50% - 600px);
  }
  #globalNav .gnav_primary::before, #globalNav .gnav_secondary::before {
    width: 1px;
    height: 100%;
    content: "";
  }
  #globalNav .gnav_primary > li, #globalNav .gnav_secondary > li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #globalNav .gnav_primary > li::after, #globalNav .gnav_secondary > li::after {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 1px;
    height: 100%;
    content: "";
  }
  #globalNav .gnav_primary > li > a, #globalNav .gnav_primary > li > button, #globalNav .gnav_secondary > li > a, #globalNav .gnav_secondary > li > button {
    text-align: center;
  }
  #globalNav .gnav_primary > li .subnav_btn, #globalNav .gnav_secondary > li .subnav_btn {
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #globalNav .gnav_primary > li .subnav_btn::after, #globalNav .gnav_secondary > li .subnav_btn::after {
    display: inline-block;
    margin-left: 5px;
    font-family: "fontello";
    font-weight: normal;
    content: '\e802';
    font-size: 88%;
    line-height: 1;
  }
  #globalNav .gnav_primary > li .subnav_btn.close::after, #globalNav .gnav_secondary > li .subnav_btn.close::after {
    content: "\e803";
  }
  #globalNav .gnav_primary > li .subnav_pulldown, #globalNav .gnav_secondary > li .subnav_pulldown {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
  }
  #globalNav .gnav_primary > li .subnav_pulldown > ul, #globalNav .gnav_secondary > li .subnav_pulldown > ul {
    width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
  }
  #globalNav .gnav_primary > li .subnav_pulldown > ul > li a::before, #globalNav .gnav_secondary > li .subnav_pulldown > ul > li a::before {
    display: inline-block;
    font-family: "fontello";
    font-weight: normal;
    content: '\e804';
    color: #dcf2c2;
    -webkit-transform: translateX(-5px) scale(0.55);
            transform: translateX(-5px) scale(0.55);
  }
  #globalNav .gnav_primary::before {
    background: linear-gradient(#fff 15px, #dcdcdc 15px, #dcdcdc 45px, #fff 45px);
  }
  #globalNav .gnav_primary > li {
    background: #fff;
  }
  #globalNav .gnav_primary > li::after {
    background: linear-gradient(#fff 15px, #dcdcdc 15px, #dcdcdc 45px, #fff 45px);
  }
  #globalNav .gnav_primary > li.nohd {
    display: none;
  }
  #globalNav .gnav_primary > li > a, #globalNav .gnav_primary > li > button {
    height: 38px;
    margin: 0 8px;
    padding: 8px;
    font-weight: 500;
    text-align: center;
    border-radius: 6px;
  }
  #globalNav .gnav_primary > li > a:hover, #globalNav .gnav_primary > li > a:focus, #globalNav .gnav_primary > li > a.close, #globalNav .gnav_primary > li > button:hover, #globalNav .gnav_primary > li > button:focus, #globalNav .gnav_primary > li > button.close {
    background: #def0e6;
  }
  #globalNav .gnav_primary > li .subnav_pulldown {
    padding: 25px 0 40px;
  }
  #globalNav .gnav_primary > li .subnav_pulldown > ul {
    gap: 20px 80px;
  }
  #globalNav .gnav_primary > li .subnav_pulldown > ul > li a {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff));
    background: linear-gradient(transparent 70%, #fff 70%);
  }
  #globalNav .gnav_primary > li .subnav_pulldown > ul > li a:hover, #globalNav .gnav_primary > li .subnav_pulldown > ul > li a:focus {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #def0e6));
    background: linear-gradient(transparent 70%, #def0e6 70%);
  }
  #globalNav .gnav_secondary::before {
    background: linear-gradient(#def0e6 15px, #fff 15px, #fff 45px, #def0e6 45px);
  }
  #globalNav .gnav_secondary > li::after {
    background: linear-gradient(#def0e6 15px, #fff 15px, #fff 45px, #def0e6 45px);
  }
  #globalNav .gnav_secondary > li > a, #globalNav .gnav_secondary > li > button {
    /*min-width: 238px;*/
    height: 60px;
    line-height: 60px;
  }
  #globalNav .gnav_secondary > li > a:hover, #globalNav .gnav_secondary > li > a:focus, #globalNav .gnav_secondary > li > a.close, #globalNav .gnav_secondary > li > button:hover, #globalNav .gnav_secondary > li > button:focus, #globalNav .gnav_secondary > li > button.close {
    color: #fff;
    background: #006f45;
  }
  #globalNav .gnav_secondary > li .subnav_pulldown {
    padding: 60px 0 50px;
  }
  #globalNav .gnav_secondary > li .subnav_pulldown > ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px 40px;
  }
  #globalNav .gnav_secondary > li .subnav_pulldown > ul::before, #globalNav .gnav_secondary > li .subnav_pulldown > ul::after {
    content: "";
    display: block;
    width: 22.5%;
  }
  #globalNav .gnav_secondary > li .subnav_pulldown > ul::before {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  #globalNav .gnav_secondary > li .subnav_pulldown > ul.subnav_exam {
    padding: 0 30px 0 60px;
  }
  #globalNav .gnav_secondary > li .subnav_pulldown > ul.subnav_out {
    padding: 0 10px 0 90px;
  }
  #globalNav .gnav_secondary > li .subnav_pulldown > ul > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 22%;
            flex: 1 1 22%;
  }
  #globalNav .gnav_secondary > li .subnav_pulldown > ul > li.omit {
    display: none;
  }
  #globalNav .gnav_secondary > li .subnav_pulldown > ul > li a i {
    font-size: 1.5rem;
  }
  #globalNav .gnav_secondary > li .subnav_pulldown > ul > li a span::after {
    font-size: 1.5rem;
  }
  #globalNav .gnav_secondary > li .subnav_pulldown > ul > li a:hover, #globalNav .gnav_secondary > li .subnav_pulldown > ul > li a:focus {
    color: #dcf2c2;
  }
  #globalNav .gnav_secondary > li.report {
    display: none;
  }
  #globalNav .gnav_other, #globalNav .gnav .sns {
    display: none;
  }
}
.floatbtns {
  position: fixed;
  right: 0;
  z-index: 5;
}
.floatbtns .rsv span {
  display: none;
}
.floatbtns .rsv.out {
  display: none;
}
@media screen and (max-width: 47.99em) {
  .floatbtns {
    left: 0;
    bottom: 0;
  }
  .floatbtns .webs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 4rem;
  }
  .floatbtns .webs li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
  .floatbtns .webs li a {
    display: block;
    height: 4rem;
    padding: 1.2rem;
    font-size: 1rem;
    line-height: 2rem;
  }
  .floatbtns .webs li.call a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    text-align: center;
  }
  .floatbtns .webs li.call a::before {
    display: inline-block;
    margin-right: 0.2em;
    font-family: "fontello";
    font-weight: normal;
    content: '\e808';
    font-size: 115%;
    letter-spacing: 0.05em;
  }
  .floatbtns .webs li.call a.call_clinic {
    color: #fff;
    /*background: $colorGreenDark;*/
    background: -webkit-gradient(linear, left top, left bottom, from(#acde72), to(#60981e));
    background: linear-gradient(#acde72, #60981e);
    border-right: 1px solid #CCC;
  }
  .floatbtns .webs li.call a.call_checkup {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#399dff), to(#1c4e80));
    background: linear-gradient(#399dff, #1c4e80);
    border-right: 1px solid #CCC;
    /*background: linear-gradient($colorMainGrad, $colorMain);*/
  }
  .floatbtns .sns {
    display: none;
  }
}
@media screen and (min-width: 48em), print {
  .js-pc_sidesticky {
    top: 230px;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
  }
  .js-pc_sidesticky.is_sticky {
    top: 140px;
  }
  .floatbtns {
    width: 60px;
  }
  .floatbtns .webs {
    display: block;
    height: auto;
  }
  .floatbtns .webs li {
    margin-bottom: 10px;
  }
  .floatbtns .webs li.call {
    display: none;
  }
  .floatbtns .webs li.rsv a, .floatbtns .webs li.mqf a {
    width: 60px;
    height: 280px;
    padding: 15px 20px 5px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 20px;
    text-align: inherit;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .floatbtns .webs li.rsv a::before, .floatbtns .webs li.mqf a::before {
    margin: 0 0 8px;
    padding: 0 0 8px;
    border-right: none;
    border-bottom: 1px solid #fff;
    vertical-align: initial;
  }
  .floatbtns .sns {
    display: block;
  }
  .floatbtns .sns > li {
    width: 60px;
    height: 60px;
  }
  .floatbtns .sns > li a::before {
    margin: 0;
    padding: 0;
    font-size: 2.4rem;
    border: none;
  }
}
#globalFooter {
  margin: 0 0 8rem;
  font-size: 1.2rem;
}
#globalFooter .footer_gmap {
  height: 30rem;
}
#globalFooter .footer_banner {
  margin: 1.5rem;
}
#globalFooter .footer_banner ul li {
  margin-top: 1rem;
}
#globalFooter .footer_info {
  background: #dcf2c2;
}
#globalFooter .footer_info_overview {
  padding: 2rem 1.5rem;
}
#globalFooter .footer_info_overview .overview_logo {
  margin: 0 1.5rem 0.5rem;
}
#globalFooter .footer_info_overview .overview_tel {
  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;
  margin: 2rem 0 2.4rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #006f45;
  -webkit-box-shadow: 0 1px 0 -1px #629d75;
          box-shadow: 0 1px 0 -1px #629d75;
}
#globalFooter .footer_info_overview .overview_tel dt {
  width: 9.5em;
  font-weight: bold;
  white-space: nowrap;
  color: #006f45;
}
#globalFooter .footer_info_overview .overview_tel dd {
  min-width: calc(100% - 10em);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3rem;
}
#globalFooter .footer_info_overview .overview_tbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
#globalFooter .footer_info_overview .overview_tbl dt {
  width: 4.5em;
  font-weight: bold;
  white-space: nowrap;
  color: #006f45;
}
#globalFooter .footer_info_overview .overview_tbl dd {
  width: calc(100% - 5.5em);
}
#globalFooter .footer_info_overview .overview_tbl dd ul li {
  margin-left: 0.5em;
}
#globalFooter .footer_info_overview .overview_tbl dd ul li::before {
  display: inline-block;
  margin-left: -1em;
  content: "・";
}
#globalFooter .footer_info_overview .overview_time {
  color: #006f45;
}
#globalFooter .footer_info_sitemap {
  display: none;
}
#globalFooter .footer_copyright {
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
  text-align: center;
  color: #006f45;
  background: #fff;
}

@media screen and (min-width: 48em), print {
  #globalFooter {
    margin: 0;
    font-size: 1.6rem;
  }
  #globalFooter .footer_gmap {
    height: 450px;
  }
  #globalFooter .footer_banner {
    width: 1200px;
    margin: 50px auto;
  }
  #globalFooter .footer_banner ul {
    text-align: center;
  }
  #globalFooter .footer_banner ul li {
    display: inline-block;
    margin: 10px 12px;
  }
  #globalFooter .footer_banner ul li a:hover {
    -webkit-filter: saturate(150%) drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
            filter: saturate(150%) drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
  }
  #globalFooter .footer_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #dcf2c2), color-stop(50%, #edf0c2));
    background: linear-gradient(90deg, #dcf2c2 50%, #edf0c2 50%);
  }
  #globalFooter .footer_info_overview {
    width: 460px;
    padding: 86px 60px 60px 0;
  }
  #globalFooter .footer_info_overview .overview_logo {
    width: 398px;
    margin: 0 0 30px;
  }
  #globalFooter .footer_info_overview .overview_tel {
    margin: 32px 0 40px;
    padding-bottom: 24px;
  }
  #globalFooter .footer_info_overview .overview_tel dd {
    font-size: 4rem;
    letter-spacing: 0.05em;
  }
  #globalFooter .footer_info_overview .overview_tbl {
    margin-bottom: 38px;
  }
  #globalFooter .footer_info_overview .overview_tbl dt {
    width: 75px;
  }
  #globalFooter .footer_info_overview .overview_tbl dd {
    width: 315px;
  }
  #globalFooter .footer_info_overview .overview_time {
    font-size: 1.4rem;
  }
  #globalFooter .footer_info_sitemap {
    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;
    width: 740px;
    padding: 60px 0 60px 60px;
    font-size: 1.4rem;
    line-height: 1.2;
    background: #edf0c2;
  }
  #globalFooter .footer_info_sitemap a:hover {
    text-decoration: underline;
  }
  #globalFooter .footer_info_sitemap .sitemap_primary {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%;
  }
  #globalFooter .footer_info_sitemap .sitemap_primary li {
    margin-bottom: 10px;
    font-weight: bold;
  }
  #globalFooter .footer_info_sitemap .sitemap_primary li.noft {
    display: none;
  }
  #globalFooter .footer_info_sitemap .sitemap_secondary {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 66%;
            flex: 1 1 66%;
    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;
  }
  #globalFooter .footer_info_sitemap .sitemap_secondary dl {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
  #globalFooter .footer_info_sitemap .sitemap_secondary dl dt {
    font-weight: bold;
  }
  #globalFooter .footer_info_sitemap .sitemap_secondary dl dt:not(:first-of-type) {
    margin-top: 30px;
  }
  #globalFooter .footer_info_sitemap .sitemap_secondary dl ul {
    padding: 0 13px;
  }
  #globalFooter .footer_info_sitemap .sitemap_secondary dl ul li {
    margin-top: 10px;
  }
  #globalFooter .footer_info_sitemap .sitemap_secondary dl ul li::before {
    display: inline-block;
    margin-left: -13px;
    margin-right: 3px;
    font-family: "fontello";
    font-weight: normal;
    content: '\e804';
    font-size: 1rem;
    color: #006f45;
    vertical-align: 0.2em;
  }
  #globalFooter .footer_info_sitemap .sitemap_secondary dl ul li a span::after {
    content: attr(data-title);
  }
  #globalFooter .footer_info_sitemap .sitemap_secondary dl:nth-of-type(1) dd {
    word-break: keep-all;
  }
  #globalFooter .footer_copyright {
    padding: 20px 0;
    font-size: 1.6rem;
  }
}
.pagetop {
  position: fixed;
  right: 0.5rem;
  bottom: 9rem;
  z-index: 5;
  width: 4rem;
  height: 4rem;
  margin: 0.3rem;
  padding: 0;
  font-size: 1rem;
  color: #006f45;
  background: #fff;
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.pagetop::before {
  display: block;
  height: 3.8rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e802';
  font-size: 2rem;
  text-align: center;
  line-height: 3.8rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (min-width: 48em), print {
  .pagetop {
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    margin: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
  }
  .pagetop::before {
    height: 58px;
    font-size: 1.7rem;
    line-height: 60px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .pagetop:hover:before {
    font-weight: bold;
    -webkit-transform: rotate(180deg) scale(2);
            transform: rotate(180deg) scale(2);
  }
}
.top_heading {
  position: relative;
}
.top_heading_hero {
  position: relative;
  max-width: 100%;
  height: 25rem;
  background-image: url(../img/index/keyvsl01.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.top_heading_hero .kv_wrap {
  height: 100%;
  position: relative;
}
.top_heading_hero .catch {
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.top_heading_hero .kv_course {
  position: absolute;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: "Noto Sans JP", sans-serif;
}
.top_heading_hero .kv_course > li.healthcheck {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(57, 157, 255, 0.8)), to(rgba(28, 78, 128, 0.8))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(57, 157, 255, 0.8) 0%, rgba(28, 78, 128, 0.8) 100%) 0% 0% no-repeat padding-box;
}
.top_heading_hero .kv_course > li.healthcheck ul > li::after {
  background: #1C4E80;
}
.top_heading_hero .kv_course > li.gairai {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(172, 222, 114, 0.8)), to(rgba(96, 152, 30, 0.8))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(172, 222, 114, 0.8) 0%, rgba(96, 152, 30, 0.8) 100%) 0% 0% no-repeat padding-box;
}
.top_heading_hero .kv_course > li.gairai ul > li::after {
  background: #006F45;
}
.top_heading_hero .kv_course > li span {
  color: #fff;
  display: block;
  text-align: center;
}
.top_heading_hero .kv_course > li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_heading_hero .kv_course > li ul > li {
  background: #fff;
  text-align: center;
  position: relative;
}
.top_heading_hero .kv_course > li ul > li::after {
  position: absolute;
  content: "";
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.top_heading_hero .kv_course > li ul > li a {
  display: block;
  width: 100%;
}
.top_heading_info {
  padding: 2rem 2rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#dcf2c2), to(#f0f7d6));
  background: linear-gradient(90deg, #dcf2c2, #f0f7d6);
}
.top_heading_info .loc {
  margin: 0 2rem 1rem;
  font-size: 1.2rem;
}
.top_heading_info .ann {
  padding: 0.4rem 0.2rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #006f45;
  background: #fff;
}

@media screen and (max-width: 47.99em) {
  .top_heading_hero .kv_wrap {
    padding: 0 1rem;
  }
  .top_heading_hero .catch {
    position: absolute;
    left: 5%;
    right: 5%;
    top: 0;
    width: 90%;
    padding: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: #707070 1px 1px 6px, #707070 -1px 1px 6px, #707070 1px -1px 6px, #707070 -1px -1px 6px;
    font-size: 1.2rem;
  }
  .top_heading_hero .kv_course {
    inset: auto 0 1rem;
    padding: 0 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
  }
  .top_heading_hero .kv_course > li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0.5rem 1rem 1rem;
    border-radius: 0.4rem;
  }
  .top_heading_hero .kv_course > li span {
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
  }
  .top_heading_hero .kv_course > li ul {
    gap: 0.5rem;
  }
  .top_heading_hero .kv_course > li ul > li {
    font-size: 1rem;
    width: 10rem;
  }
  .top_heading_hero .kv_course > li ul > li::after {
    right: 0.2rem;
    bottom: 0.2rem;
    width: 10px;
    height: 10px;
  }
  .top_heading_hero .kv_course > li ul > li a {
    padding: 0.3rem 0;
  }
}
@media screen and (min-width: 48em), print {
  .top_heading_hero {
    height: 600px;
    background-size: auto;
  }
  .top_heading_hero .catch {
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 9px;
    width: 1200px;
    height: calc(38% + 5rem);
    margin: 0 auto;
    padding-bottom: 82px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: #fff;
    text-shadow: #707070 1px 1px 6px, #707070 -1px 1px 6px, #707070 1px -1px 6px, #707070 -1px -1px 6px, #707070 2px 2px 6px, #707070 -2px 2px 6px, #707070 2px -2px 6px, #707070 -2px -2px 6px;
  }
  .top_heading_hero .kv_course {
    inset: auto 0 6rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_heading_hero .kv_course > li {
    padding: 2rem 3.6rem 3.6rem;
    border-radius: 1rem;
  }
  .top_heading_hero .kv_course > li.healthcheck {
    width: 672px;
  }
  .top_heading_hero .kv_course > li.gairai {
    width: 470px;
  }
  .top_heading_hero .kv_course > li span {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
  .top_heading_hero .kv_course > li ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem;
  }
  .top_heading_hero .kv_course > li ul > li {
    width: 19rem;
    font-size: 2rem;
  }
  .top_heading_hero .kv_course > li ul > li::after {
    right: 0.4rem;
    bottom: 0.4rem;
    width: 15px;
    height: 15px;
  }
  .top_heading_hero .kv_course > li ul > li a {
    padding: 0.8rem;
  }
  .top_heading_hero .kv_course > li ul > li a:hover {
    opacity: 0.6;
  }
  .top_heading_hero .kv_course > li ul > li.last {
    width: 100%;
  }
  .top_heading_info {
    padding: 18px 0 26px;
    text-align: center;
  }
  .top_heading_info .loc {
    margin: 0 0 10px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  .top_heading_info .loc br {
    display: none;
  }
  .top_heading_info .ann {
    display: inline-block;
    padding: 8px 24px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.1;
  }
}
@media screen and (min-width: 2001px) {
  .top_heading_hero {
    background-size: cover;
  }
}
.feature_head, .outpatient_head, .treatment_head, .news_head {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-size: 3.6rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
}
.feature_head::after, .outpatient_head::after, .treatment_head::after, .news_head::after {
  padding: 0.2em 0.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #006f45;
  background: #def0e6;
  content: attr(title);
}
@media screen and (min-width: 48em), print {
  .feature_head, .outpatient_head, .treatment_head, .news_head {
    margin-bottom: 60px;
    font-size: 7.2rem;
    letter-spacing: 0.15em;
    line-height: 1.3;
  }
  .feature_head::after, .outpatient_head::after, .treatment_head::after, .news_head::after {
    margin-top: 3px;
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}

.top_banner {
  margin: 3rem 1.5rem 4rem;
}
.top_banner .for_customer {
  margin-bottom: 2.5rem;
}
.top_banner .for_medical {
  margin-top: 1.5rem;
}
.top_banner .banner_medical {
  margin-top: 1.5rem;
}
.top_banner .banner_discussion {
  margin-top: 1.5rem;
}
.top_banner .banner_discussion a {
  display: block;
  padding: 1em 0 5.5em;
  text-align: center;
  color: #606060;
  background-color: #fff;
  background-image: url(../img/bnr_discussion_bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  border: 1px solid #dcdcdc;
}
.top_banner .banner_discussion a p {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  background-image: url(../img/bnr_parts_tail.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: calc(100% - 2em) auto;
}
.top_banner .banner_discussion a p::after {
  display: inline-block;
  width: 3em;
  height: 3em;
  margin-left: 0.5rem;
  font-family: "fontello";
  font-weight: bold;
  content: '\e804';
  font-size: 0.8rem;
  letter-spacing: 0;
  line-height: 2.8;
  text-align: center;
  text-shadow: 0 0 1px currentColor;
  color: #006f45;
  border: 1px solid currentColor;
  border-radius: 50%;
  vertical-align: text-top;
}
.top_banner .banner_discussion a p span {
  color: #006f45;
}

@media screen and (min-width: 48em), print {
  .top_banner {
    width: 1200px;
    margin: 60px auto 80px;
  }
  .top_banner .for_customer {
    margin-bottom: 60px;
  }
  .top_banner .for_customer .wrsv {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    text-align: center;
  }
  .top_banner .for_customer .wrsv a {
    display: inline-block;
  }
  .top_banner .for_customer .notes {
    font-size: 1.8rem;
    text-align: center;
  }
  .top_banner .for_customer li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 46%;
  }
  .top_banner .for_medical {
    margin-top: 25px;
  }
  .top_banner .banner_medical {
    margin-top: 25px;
  }
  .top_banner .banner_discussion {
    margin-top: 25px;
  }
  .top_banner .banner_discussion a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    width: 1200px;
    height: 158px;
    padding: 35px 35px 35px 625px;
    background-position: left bottom;
    background-size: auto;
  }
  .top_banner .banner_discussion a p {
    width: 100%;
    padding-bottom: 25px;
    font-size: 3.2rem;
    letter-spacing: 0.2em;
    background-size: auto;
  }
  .top_banner .banner_discussion a p::after {
    width: 4em;
    height: 4em;
    margin-left: 10px;
    font-size: 1rem;
    line-height: 4;
    vertical-align: middle;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top_banner .banner_discussion a:hover {
    -webkit-box-shadow: 0 0 5px #dcdcdc;
            box-shadow: 0 0 5px #dcdcdc;
  }
  .top_banner .banner_discussion a:hover p::after {
    color: #fff;
    background: #006f45;
  }
}
.notification_vax {
  margin: 4rem 1.5rem 0;
  padding: 1rem;
  border: 1px solid #dcdcdc;
}
.notification_vax ~ .notification_vax {
  margin-top: 2rem;
}
.notification_vax .tit_02 {
  font-size: 1.6rem;
}
.notification_vax .box .bring {
  margin-bottom: 1.6rem;
}
.notification_vax .box .bring dt {
  margin-bottom: 0.4em;
  font-weight: bold;
}
.notification_vax .box .bring dt::before {
  margin-left: -0.5em;
  content: "【";
}
.notification_vax .box .bring dt::after {
  content: "】";
}
.notification_vax .box .bring dd {
  margin-top: 0.4em;
  line-height: 1.4;
}
.notification_vax .box .note {
  margin-bottom: 1.6rem;
}
.notification_vax .box .note li {
  margin-top: 0.4em;
  line-height: 1.4;
}
.notification_vax .bnr, .notification_vax .bnrs {
  line-height: 1;
}
.notification_vax .bnrs > li ~ li {
  margin-top: 1rem;
}

@media screen and (min-width: 48em), print {
  .notification_vax {
    width: 1200px;
    margin: 80px auto 0;
    padding: 10px;
  }
  .notification_vax ~ .notification_vax {
    margin-top: 50px;
  }
  .notification_vax .tit_02 {
    font-size: 3rem;
    text-align: center;
  }
  .notification_vax .box {
    padding: 0 28px 10px;
  }
  .notification_vax .box .bring, .notification_vax .box .note {
    margin: 0 0 28px;
  }
  .notification_vax .bnr, .notification_vax .bnrs {
    margin: 0 28px;
    text-align: center;
  }
  .notification_vax .bnr a, .notification_vax .bnrs a {
    display: inline-block;
  }
  .notification_vax .bnr a:hover, .notification_vax .bnrs a:hover {
    -webkit-filter: saturate(1.5) drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
            filter: saturate(1.5) drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
  }
  .notification_vax .bnrs {
    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: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .notification_vax .bnrs > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .notification_vax .bnrs > li ~ li {
    margin-top: 0;
  }
}
.top_movie {
  width: 90vw;
  margin: 4.5rem auto;
}

@media screen and (min-width: 48em), print {
  .top_movie {
    width: 560px;
    margin: 90px auto;
  }
}
.information {
  margin: 4rem 0;
  padding: 0 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
.information_cols > section {
  margin: 3rem 0 0;
  border: 1px solid #dcdcdc;
}
.information_cols > section .tit {
  position: relative;
  height: 10rem;
  padding: 1rem;
  outline: 1px solid #fff;
  outline-offset: -1rem;
}
.information_cols > section .tit::before {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 40vw;
  height: 35vw;
  content: "";
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}
.information_cols > section .tit_inner {
  position: relative;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
.information_cols > section .tit_inner small {
  font-size: 1.1rem;
  letter-spacing: -0.05em;
}
.information_cols > section .tit_inner i {
  display: block;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-size: 1.1rem;
}
.information_cols > section .txt {
  margin: 1rem 0;
  padding: 0 1rem;
  font-size: 1.2rem;
  color: #606060;
  background: #fff;
}
.information_cols > section .timetable {
  margin: 1rem 0;
  padding: 0 1rem;
}
.information_cols > section .timetable_tbl {
  margin: 0 auto 0.2rem;
  width: 98%;
  color: #606060;
}
.information_cols > section .timetable_tbl caption {
  display: none;
}
.information_cols > section .timetable_tbl thead, .information_cols > section .timetable_tbl tbody {
  font-size: 90%;
}
.information_cols > section .timetable_tbl thead th:first-of-type, .information_cols > section .timetable_tbl tbody th:first-of-type {
  padding-left: 0.4rem;
}
.information_cols > section .timetable_note {
  margin-top: 0;
  border-color: #bcbcbc;
}
.information_lnk {
  margin-top: 1.5rem;
  text-align: center;
}
.information_lnk li {
  margin-top: 0.5rem;
}
.information_lnk li a::after {
  display: inline-block;
  width: 3em;
  height: 3em;
  margin-left: 1rem;
  font-family: "fontello";
  font-weight: bold;
  content: '\e804';
  font-size: 0.8rem;
  line-height: 2.8;
  text-align: center;
  color: #006f45;
  border: 1px solid currentColor;
  border-radius: 50%;
  vertical-align: 0.2em;
}
.information .bnr_checkup .tit {
  color: #006f45;
  background: #dcf2c2;
}
.information .bnr_checkup .tit::before {
  background-image: url(../img/index/info_checkup.webp);
}
.information .bnr_checkup .tit_inner {
  padding-right: 36vw;
}
.information .bnr_clinic .tit {
  color: #1c4e80;
  background: #c7e4ff;
}
.information .bnr_clinic .tit::before {
  background-image: url(../img/index/info_clinic.webp);
}
.information .bnr_clinic .tit_inner {
  padding-right: 36vw;
}

@media screen and (min-width: 48em), print {
  .information {
    width: 1200px;
    margin: 80px auto;
    padding: 0;
  }
  .information_cols {
    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;
  }
  .information_cols > section {
    width: 584px;
    margin: 46px 0 0;
  }
  .information_cols > section .tit {
    height: 193px;
    padding: 20px;
    outline-width: 2px;
    outline-offset: -20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .information_cols > section .tit::before {
    width: 275px;
    height: 240px;
  }
  .information_cols > section .tit:hover {
    -webkit-filter: saturate(1.6);
            filter: saturate(1.6);
  }
  .information_cols > section .tit_inner {
    padding-left: 0;
    font-size: 3rem;
  }
  .information_cols > section .tit_inner small {
    margin-top: 10px;
    font-size: 1.8rem;
  }
  .information_cols > section .tit_inner i {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  .information_cols > section .txt {
    min-height: 6em;
    margin: 0 0 15px;
    padding: 24px 26px 0;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .information_cols > section .timetable {
    margin: 0;
    padding: 0 20px 20px;
  }
  .information_cols > section .timetable_tbl thead, .information_cols > section .timetable_tbl tbody {
    font-size: inherit;
  }
  .information_cols > section .timetable_tbl thead th:first-of-type, .information_cols > section .timetable_tbl tbody th:first-of-type {
    width: 20%;
  }
  .information_cols > section .timetable_note {
    margin-top: 10px;
    padding: 5px 12px;
  }
  .information_lnk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    width: 100%;
    margin-top: 25px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .information_lnk li {
    margin-top: 0;
  }
  .information_lnk li a::after {
    width: 4em;
    height: 4em;
    margin-left: 20px;
    font-size: 1rem;
    line-height: 4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .information_lnk li a:hover {
    color: #006f45;
  }
  .information_lnk li a:hover::after {
    color: #fff;
    background: #006f45;
  }
  .information .bnr_checkup .tit_inner {
    padding-right: 224px;
  }
  .information .bnr_clinic .tit_inner {
    padding-right: 254px;
  }
}
.news_title {
  cursor: pointer;
}

.news_body {
  word-wrap: break-word;
}
.news_body:not(:nth-of-type(-n+3)) {
  display: none;
}
.news_body a {
  color: #006f45;
}
.news_body img {
  max-width: 80%;
  margin: 0.3rem auto;
}
@media screen and (min-width: 48em), print {
  .news_body img {
    display: inline-block;
    max-width: 48%;
    margin: 3px 8px;
  }
  .news_body img.w100 {
    max-width: 100%;
    margin: 3px 0;
  }
}

.news {
  margin: 4rem 1rem;
}
.news_box dt {
  margin-top: 0.8em;
  padding-left: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #006f45;
}
.news_box dt::before {
  display: inline-block;
  margin: 0 0.2rem 0 -2rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e805';
}
.news_box dt.close::before {
  content: "\e806";
}
.news_box dd {
  margin: 0.5rem 0 0;
  padding: 0 1rem 1rem 2rem;
  border-bottom: 1px solid #dcdcdc;
}
.news_box dd p {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .news {
    margin: 0 0 120px;
  }
  .news > section {
    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;
    width: 1200px;
    margin: 0 auto;
  }
  .news_head {
    margin: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news_box {
    width: 928px;
  }
  .news_box dt {
    margin-top: 20px;
    padding-left: 0;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .news_box dt::before {
    margin: 0 10px 0 0;
  }
  .news_box dd {
    margin: 10px 0 0;
    padding: 0 0 20px 37px;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
}
.js-tbox_panel {
  display: none;
}
.js-tbox_panel.is_active {
  display: block;
}

.treatment {
  padding: 4rem 1rem 0;
  background-image: url(../img/index/treatment_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 240% auto;
}
.treatment > section {
  padding-top: 2rem;
  background: #fff;
}
.treatment_box {
  padding-top: 0.5rem;
}
.treatment_box_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  margin: 0 0.8rem;
}
.treatment_box_tab li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.treatment_box_tab li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.7em;
  padding: 1.2rem 0.5rem 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.1;
  background: #dcdcdc;
  border-radius: 0.8rem 0.8rem 0 0;
}
.treatment_box_tab li a::before, .treatment_box_tab li a::after {
  width: 1.2em;
  height: 1.2em;
  content: "";
  border-bottom: 3px double currentColor;
}
.treatment_box_tab li.is_selected a {
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(#dcf2c2), to(#9dc76b));
  background: linear-gradient(90deg, #dcf2c2, #9dc76b);
}
.treatment_box_cont {
  padding: 2.5rem 0;
}
.treatment_box_cont > section ~ section {
  margin-top: 2.5rem;
}
.treatment_box_cont .tit {
  margin: 0 0.5rem 0.5em;
  padding: 1em 0.5em 1em 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  text-indent: 2.8em;
  line-height: 1.2;
  background-image: url(../img/icon_logomark_gray.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 3.4em auto;
}
.treatment_box_cont .tit::after {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 0.3rem;
  content: "";
  background: #dcdcdc;
}
.treatment_box_cont .lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1.5rem;
  margin: 0 0.5rem;
}
.treatment_box_cont .lst li {
  width: 50%;
}
.treatment_box_cont .lst li.omit {
  display: none;
}
.treatment_box_cont .lst li a {
  position: relative;
  display: block;
  width: 42vw;
  height: 46vw;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s 0.5s;
  transition: -webkit-box-shadow 0.3s 0.5s;
  transition: box-shadow 0.3s 0.5s;
  transition: box-shadow 0.3s 0.5s, -webkit-box-shadow 0.3s 0.5s;
}
.treatment_box_cont .lst li a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  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;
  width: 100%;
  padding: 0.8rem 0.2rem 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-shadow: 0 0 0.4rem #006f45;
  color: #fff;
  background: rgba(157, 199, 107, 0.8);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  content: attr(title);
}
.treatment_box_cont .lst li a:hover {
  -webkit-box-shadow: inset 0 0 0 3px #9dc76b;
          box-shadow: inset 0 0 0 3px #9dc76b;
}
.treatment_box_cont .course_basic .tit::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(8em, #60981e), color-stop(8em, #dcdcdc));
  background: linear-gradient(90deg, #60981e 8em, #dcdcdc 8em);
}
.treatment_box_cont .course_sole .tit::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(8em, #328430), color-stop(8em, #dcdcdc));
  background: linear-gradient(90deg, #328430 8em, #dcdcdc 8em);
}
.treatment_box_cont .course_sole .lst li a::before {
  background: rgba(109, 177, 108, 0.8);
  text-shadow: 0 0 1rem #1c4e80;
}
.treatment_box_cont .course_sole .lst li a:hover {
  -webkit-box-shadow: inset 0 0 0 3px #6db16c;
          box-shadow: inset 0 0 0 3px #6db16c;
}
.treatment_box_cont .course_option .tit::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(8em, #006f45), color-stop(8em, #dcdcdc));
  background: linear-gradient(90deg, #006f45 8em, #dcdcdc 8em);
}
.treatment_box_cont .course_option .lst li a::before {
  background: rgba(28, 142, 99, 0.8);
  text-shadow: 0 0 1rem #1c4e80;
}
.treatment_box_cont .course_option .lst li a:hover {
  -webkit-box-shadow: inset 0 0 0 3px #1c8e63;
          box-shadow: inset 0 0 0 3px #1c8e63;
}
.treatment_box_cont .a_standard_dock {
  background-image: url(../img/index/treatment_standard_dock.webp);
}
.treatment_box_cont .a_overnight_dock {
  background-image: url(../img/index/treatment_overnight_dock.webp);
}
.treatment_box_cont .a_ladies_dock {
  background-image: url(../img/index/treatment_ladies_dock.webp);
}
.treatment_box_cont .a_executive_dock {
  background-image: url(../img/index/treatment_executive_dock.webp);
}
.treatment_box_cont .a_brain_dock {
  background-image: url(../img/index/treatment_brain_dock.webp);
}
.treatment_box_cont .a_colorectal_dock {
  background-image: url(../img/index/treatment_colorectal_dock.webp);
}
.treatment_box_cont .a_cardiovascular_dock {
  background-image: url(../img/index/treatment_cardiovascular_dock.webp);
}
.treatment_box_cont .a_gastric_cancer {
  background-image: url(../img/index/treatment_gastric_cancer.webp);
}
.treatment_box_cont .a_brain_disease {
  background-image: url(../img/index/treatment_brain_disease.webp);
}
.treatment_box_cont .a_colorectal_cancer {
  background-image: url(../img/index/treatment_colorectal_cancer.webp);
}
.treatment_box_cont .a_cardiovascular_disease {
  background-image: url(../img/index/treatment_cardiovascular_disease.webp);
}
.treatment_box_cont .a_thyroid_disease {
  background-image: url(../img/index/treatment_thyroid_disease.webp);
}
.treatment_box_cont .a_lung_cancer {
  background-image: url(../img/index/treatment_lung_cancer.webp);
}
.treatment_box_cont .a_digestive_disorders {
  background-image: url(../img/index/treatment_digestive_disorders.webp);
}
.treatment_box_cont .a_breast_cancer {
  background-image: url(../img/index/treatment_breast_cancer.webp);
}
.treatment_box_cont .a_uterine_cancer {
  background-image: url(../img/index/treatment_uterine_cancer.webp);
}
.treatment_box_cont .a_other_diseases {
  background-image: url(../img/index/treatment_other_diseases.webp);
}
.treatment_box_cont .a_tumor_marker {
  background-image: url(../img/index/treatment_tumor_marker.webp);
}
.treatment_box_cont .a_blood_test {
  background-image: url(../img/index/treatment_blood_test.webp);
}
.treatment_box_cont .a_pet_ct {
  background-image: url(../img/index/treatment_pet_ct.webp);
}
.treatment_box_cont .a_mri {
  background-image: url(../img/index/treatment_mri.webp);
}
.treatment_box_cont .a_ct {
  background-image: url(../img/index/treatment_ct.webp);
}
.treatment_box_cont .a_endoscopy {
  background-image: url(../img/index/treatment_endoscopy.webp);
}
.treatment_box_cont .a_colonoscopy {
  background-image: url(../img/index/treatment_colonoscopy.webp);
}
.treatment_box_cont .a_executive_dock {
  background-image: url(../img/index/treatment_executive_dock.webp);
}
.treatment_box_cont .a_echo {
  background-image: url(../img/index/treatment_echo.webp);
}
.treatment_box_cont .a_mammography {
  background-image: url(../img/index/treatment_mammography.webp);
}
.treatment_box_cont .a_etc {
  background-image: url(../img/index/treatment_etc.webp);
}
.treatment_box_cont .a_pet {
  background-image: url(../img/index/treatment_pet.webp);
}
.treatment_box_cont .a_executive_dock::before,
.treatment_box_cont .a_echo::before,
.treatment_box_cont .a_etc::before {
  font-size: 1.2rem;
}

@media screen and (min-width: 48em), print {
  .treatment {
    padding: 224px 0 30px;
    background-size: auto;
  }
  .treatment > section {
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
  }
  .treatment_head {
    margin-bottom: 52px;
  }
  .treatment_box_tab {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1140px;
    margin: 0 auto;
  }
  .treatment_box_tab li {
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
    margin: 0;
  }
  .treatment_box_tab li a {
    gap: 0 1em;
    width: 555px;
    padding: 28px 40px;
    font-size: 2.4rem;
    border-radius: 6px;
  }
  .treatment_box_tab li a::before, .treatment_box_tab li a::after {
    width: 3em;
    height: 15px;
    border-bottom-width: 4px;
  }
  .treatment_box_tab li a:hover {
    background: rgba(220, 242, 194, 0.8);
  }
  .treatment_box_tab li.is_selected a {
    cursor: auto;
    -webkit-transition: initial;
    transition: initial;
  }
  .treatment_box_cont {
    padding: 40px 0;
  }
  .treatment_box_cont > section ~ section {
    margin-top: 60px;
  }
  .treatment_box_cont .tit {
    margin: 0 0 24px;
    padding: 30px 16px 16px 30px;
    font-size: 2rem;
    text-indent: 60px;
    background-size: 82px auto;
  }
  .treatment_box_cont .tit::after {
    margin-top: 10px;
  }
  .treatment_box_cont .lst {
    gap: 20px;
    width: 1060px;
    margin: 0 auto;
  }
  .treatment_box_cont .lst li {
    width: 250px;
  }
  .treatment_box_cont .lst li a {
    width: 250px;
    height: 280px;
    margin: 0;
  }
  .treatment_box_cont .lst li a::before {
    position: static;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 0;
    height: 40px;
    padding: 0.4em 0.6em;
    font-size: 1.8rem;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .treatment_box_cont .lst li a:hover {
    -webkit-filter: contrast(1.2);
            filter: contrast(1.2);
  }
  .treatment_box_cont .lst li a:hover::before {
    min-width: 100%;
    font-size: 2.2rem;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
    -webkit-transition: min-width 0.2s, font-size 0.5s, -webkit-transform 0.4s 0.3s;
    transition: min-width 0.2s, font-size 0.5s, -webkit-transform 0.4s 0.3s;
    transition: min-width 0.2s, transform 0.4s 0.3s, font-size 0.5s;
    transition: min-width 0.2s, transform 0.4s 0.3s, font-size 0.5s, -webkit-transform 0.4s 0.3s;
  }
  .treatment_box_cont .lst li a.a_executive_dock::before, .treatment_box_cont .lst li a.a_echo::before, .treatment_box_cont .lst li a.a_etc::before {
    font-size: 1.8rem;
  }
  .treatment_box_cont .lst li a.a_executive_dock:hover::before, .treatment_box_cont .lst li a.a_echo:hover::before, .treatment_box_cont .lst li a.a_etc:hover::before {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 2001px) {
  .treatment {
    background-size: cover;
  }
}
.outpatient {
  margin: 2rem 0;
  padding: 4rem 0 0;
  background-image: url(../img/index/outpatient_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.outpatient_head {
  margin: 0 1rem;
  padding: 1.5rem 0 0.3rem;
  background: #fff;
}
.outpatient_lst {
  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: 1.5rem 1rem;
  padding: 1.5rem;
  background: #fff;
}
.outpatient_lst li {
  width: 30%;
}
.outpatient_lst li.omit {
  display: none;
}
.outpatient_lst li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  word-break: keep-all;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
}
.outpatient_lst li a::before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 24vw;
  height: 24vw;
  margin: 0 auto 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  font-size: 24vw;
  line-height: 24vw;
  color: #006f45;
  background: -webkit-gradient(linear, left top, left bottom, from(#dcf2c2), to(#f0f7d6));
  background: linear-gradient(#dcf2c2, #f0f7d6);
}
.outpatient_lst li a::after {
  display: none;
}
.outpatient_lst li a.a_internal::before {
  content: "\e901";
}
.outpatient_lst li a.a_respiratory::before {
  content: "\e902";
}
.outpatient_lst li a.a_cardiovascular::before {
  content: "\e903";
}
.outpatient_lst li a.a_gastroenterology::before {
  content: "\e904";
}
.outpatient_lst li a.a_endoscopy::before {
  content: "\e905";
}
.outpatient_lst li a.a_colonoscopy::before {
  content: "\e906";
}
.outpatient_lst li a.a_lifestyle::before {
  content: "\e907";
}
.outpatient_lst li a.a_hypertension::before {
  content: "\e908";
}
.outpatient_lst li a.a_diabetes::before {
  content: "\e909";
}
.outpatient_lst li a.a_hyperlipidemia::before {
  content: "\e910";
}
.outpatient_lst li a.a_gout::before {
  content: "\e911";
}
.outpatient_lst li a.a_vaccination::before {
  content: "\e912";
}
.outpatient_lst li a.a_covid19::before {
  content: "\e913";
}
.outpatient_lst li a.a_before_after::before {
  content: "\e915";
}
.outpatient_lst li a.a_breast_surgery::before {
  content: "\e846";
}
.outpatient_lst li a.a_diabetes_internal::before {
  content: "\e842";
}
.outpatient_lst li a.a_nephrology::before {
  content: "\e844";
}
.outpatient_lst li a.a_gynecology::before {
  content: "\e843";
}
.outpatient_lst li a.a_neurology::before {
  content: "\e847";
}
.outpatient_lst li a.a_liver::before {
  content: "\e845";
}
.outpatient_lst li a.a_neurosurgery::before {
  content: "\e848";
}
.outpatient_lst li a.a_dermatology::before {
  content: "\e841";
}

@media screen and (min-width: 48em), print {
  .outpatient {
    margin: 70px 0 140px;
    padding: 0;
    background-position: right calc(50% - 425px) top;
    background-size: auto;
  }
  .outpatient > section {
    width: 1200px;
    margin: 0 auto;
  }
  .outpatient_head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 226px;
    margin: 0;
    padding: 68px 0 0;
    background: transparent;
  }
  .outpatient_lst {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    gap: 23px 20px;
    width: 1120px;
    padding: 63px 60px 0 0;
  }
  .outpatient_lst li {
    width: 340px;
  }
  .outpatient_lst li a {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
    padding-right: 60px;
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.45;
    text-align: left;
    background: #fff;
    border: 1px solid #dcdcdc;
  }
  .outpatient_lst li a::before {
    width: 98px;
    height: 98px;
    margin: 0 20px 0 0;
    font-size: 98px;
    line-height: 98px;
  }
  .outpatient_lst li a::after {
    position: absolute;
    top: auto;
    right: 20px;
    display: block;
    width: 40px;
    height: 40px;
    font-family: "fontello";
    font-weight: bold;
    content: '\e804';
    font-size: 0.8rem;
    line-height: 40px;
    text-align: center;
    color: #006f45;
    border: 1px solid currentColor;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .outpatient_lst li a:hover {
    color: #006f45;
    background: rgb(249.75, 252.2, 240.65);
    -webkit-filter: drop-shadow(0 0 3px #dcdcdc);
            filter: drop-shadow(0 0 3px #dcdcdc);
  }
  .outpatient_lst li a:hover::after {
    font-size: 115%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    color: #fff;
    background: #006f45;
  }
  .outpatient_lst li a span::after {
    display: inline-block;
    content: attr(data-title);
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.3;
    text-indent: -0.5em;
  }
}
.feature {
  padding: 4rem 1.5rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#dcf2c2), to(#f0f7d6));
  background-image: linear-gradient(90deg, #dcf2c2, #f0f7d6);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.feature_lst {
  counter-reset: fNum 0;
}
.feature_lst > div {
  counter-increment: fNum 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 0 0;
}
.feature_lst > div .img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.feature_lst > div .box {
  position: relative;
  padding: 1.5rem 1.5rem 2.5rem;
  background: #fff;
}
.feature_lst > div .box::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  content: "Feature" counter(fNum, decimal-leading-zero);
  color: #006f45;
}
.feature_lst > div .box_tit {
  margin-bottom: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #006f45;
}
.feature_lst > div .box_txt {
  margin: 0;
}
.feature_lst_eqp .img img:nth-child(1) {
  display: none;
}
.feature_lst_corp .img img {
  margin: 0 auto 1rem;
}
.feature_lst_ajha .img img {
  max-width: 70%;
  margin: 0 auto 1rem;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 120px 0;
    background-size: auto;
  }
  .feature > section {
    width: 1200px;
    margin: 0 auto;
  }
  .feature_lst > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .feature_lst > div .box {
    padding: 54px 60px;
  }
  .feature_lst > div .box::before {
    font-size: 3rem;
    top: -0.5em;
    bottom: auto;
  }
  .feature_lst > div .box_tit {
    font-size: 2.4rem;
  }
  .feature_lst > div .box_txt {
    font-size: 2rem;
    line-height: 1.8;
  }
  .feature_lst .feature_lst_pc {
    margin: 56px 0 0;
  }
  .feature_lst .feature_lst_pc .box {
    z-index: 1;
    width: 755px;
  }
  .feature_lst .feature_lst_pc .img {
    width: 445px;
  }
  .feature_lst .feature_lst_pc .img img {
    position: relative;
    min-width: 540px;
    top: 44px;
    left: 60px;
  }
  .feature_lst .feature_lst_eqp {
    margin: 120px 0 0;
  }
  .feature_lst .feature_lst_eqp .box {
    width: 100%;
  }
  .feature_lst .feature_lst_eqp .box::before {
    left: 0;
    right: auto;
  }
  .feature_lst .feature_lst_eqp .img {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .feature_lst .feature_lst_eqp .img img:nth-child(1), .feature_lst .feature_lst_eqp .img img:nth-child(2) {
    display: inline-block;
  }
  .feature_lst .feature_lst_corp {
    margin: 60px 0 0;
  }
  .feature_lst .feature_lst_corp .box {
    width: 560px;
    margin-top: 40px;
  }
  .feature_lst .feature_lst_corp .img {
    width: 640px;
  }
  .feature_lst .feature_lst_ajha {
    margin: 77px 0 0;
  }
  .feature_lst .feature_lst_ajha .box {
    width: 900px;
  }
  .feature_lst .feature_lst_ajha .box::before {
    left: 0;
    right: auto;
  }
  .feature_lst .feature_lst_ajha .img {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    width: 300px;
  }
  .feature_lst .feature_lst_ajha .img img {
    max-width: 100%;
    margin: auto;
  }
}
@media screen and (min-width: 2001px) {
  .feature {
    background-size: cover;
  }
}
.related_lnk {
  margin: 3rem 1.5rem;
}
.related_lnk ul {
  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: 1rem;
}
.related_lnk ul li {
  width: 48%;
}

@media screen and (min-width: 48em), print {
  .related_lnk {
    margin: 85px 0;
  }
  .related_lnk ul {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    gap: 20px;
    width: 1200px;
    margin: 0 auto;
  }
  .related_lnk ul li {
    width: 386px;
  }
  .related_lnk ul li a:hover {
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  }
}
.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 1.2rem;
  background-image: url(../img/header_heading.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.heading .tit_01 {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  color: #fff;
  background: rgba(0, 111, 69, 0.9);
}
@media screen and (min-width: 48em), print {
  .heading {
    min-height: 300px;
    padding: 0;
    background-size: auto;
  }
  .heading .tit_01 {
    max-width: 1200px;
    padding: 12px 20px;
  }
}
@media screen and (min-width: 2001px) {
  .heading {
    background-size: cover;
  }
}

.breadcrumbs {
  padding: 0.8rem 1.2rem 0;
  font-family: "Noto Sans JP", sans-serif;
  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:first-child a {
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0 0;
    font-size: 1.6rem;
  }
  .breadcrumbs a:hover {
    text-decoration: underline;
  }
}

.anchor_index {
  margin: 0 0 4rem;
}
.anchor_index li:not(:first-child) {
  margin-top: 0.5rem;
}
.anchor_index li a {
  display: block;
  padding: 0.8em 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #006f45;
  border: 2px solid #def0e6;
  border-radius: 0.4rem;
}
.anchor_index li a::before {
  margin-right: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e805';
}
@media screen and (min-width: 48em), print {
  .anchor_index {
    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: 30px;
    width: 1080px;
    margin: -20px auto 80px;
    font-size: 2rem;
  }
  .anchor_index li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .anchor_index li:not(:first-child) {
    margin-top: 0;
  }
  .anchor_index li a {
    padding: 0.9em 2.5em;
    border-width: 3px;
    border-radius: 6px;
  }
  .anchor_index li a::before {
    margin-right: 12px;
  }
  .anchor_index li a:hover {
    background: #def0e6;
  }
  .anchor_index.even2 li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 525px;
            flex: 0 0 525px;
  }
  .anchor_index.odd3 li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
  }
}

body#page_about #greeting p {
  text-indent: 1em;
}
body#page_about #greeting .signature {
  margin-top: 1.5em;
  margin-bottom: 0;
  text-align: right;
}

body#page_doctor .doctor_information .doctor_card + .doctor_card {
  margin-top: 3rem;
}
body#page_doctor .doctor_information .doctor_card dl dt {
  margin-bottom: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
}
body#page_doctor .doctor_information .doctor_card .lst_ul {
  margin-bottom: 0;
}
body#page_doctor .doctor_information .doctor_card .lst_ul li {
  padding-left: 1em;
}
body#page_doctor .doctor_information .doctor_card .lst_ul li:not(:first-child) {
  margin-top: 0.2em;
}
body#page_doctor .slider-pro#clinic_slide, body#page_doctor .slider-pro#equipment_slide {
  visibility: hidden;
}
body#page_doctor .slider-pro#clinic_slide .sp-black, body#page_doctor .slider-pro#equipment_slide .sp-black {
  background: rgba(0, 111, 69, 0.8);
}
body#page_doctor .slider-pro#clinic_slide .sp-layer, body#page_doctor .slider-pro#equipment_slide .sp-layer {
  font-size: 200%;
  line-height: 1.3;
  text-align: center;
}
body#page_doctor .slider-pro#clinic_slide .sp-selected-thumbnail, body#page_doctor .slider-pro#equipment_slide .sp-selected-thumbnail {
  border: 4px solid #006f45;
}
@media screen and (max-width: 47.99em) and (orientation: landscape) {
  body#page_doctor .slider-pro#clinic_slide .sp-layer, body#page_doctor .slider-pro#equipment_slide .sp-layer {
    font-size: 100%;
  }
}
@media screen and (min-width: 48em), print {
  body#page_doctor .doctor_information {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  body#page_doctor .doctor_information .doctor_card + .doctor_card {
    margin-top: 60px;
  }
  body#page_doctor .doctor_information .doctor_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  body#page_doctor .doctor_information .doctor_card section {
    margin-top: 0;
    padding-top: 3px;
  }
  body#page_doctor .doctor_information .doctor_card section .tit_04, body#page_doctor .doctor_information .doctor_card section body#page_timetable #hours_checkup .timetable_tbl caption, body#page_timetable #hours_checkup .timetable_tbl body#page_doctor .doctor_information .doctor_card section caption {
    margin-bottom: 24px;
    font-size: 2.4rem;
  }
  body#page_doctor .doctor_information .doctor_card section dl dt {
    margin-bottom: 12px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  body#page_doctor .slider-pro#clinic_slide .sp-layer, body#page_doctor .slider-pro#equipment_slide .sp-layer {
    font-size: 2.2rem;
  }
  body#page_doctor .slider-pro#clinic_slide .sp-slides-container .sp-arrows, body#page_doctor .slider-pro#equipment_slide .sp-slides-container .sp-arrows {
    -webkit-filter: none;
            filter: none;
  }
  body#page_doctor .slider-pro#clinic_slide .sp-slides-container .sp-arrows .sp-arrow, body#page_doctor .slider-pro#equipment_slide .sp-slides-container .sp-arrows .sp-arrow {
    width: 30px;
    height: 40px;
  }
  body#page_doctor .slider-pro#clinic_slide .sp-slides-container .sp-arrows .sp-previous-arrow, body#page_doctor .slider-pro#equipment_slide .sp-slides-container .sp-arrows .sp-previous-arrow {
    left: -50px;
  }
  body#page_doctor .slider-pro#clinic_slide .sp-slides-container .sp-arrows .sp-previous-arrow::before, body#page_doctor .slider-pro#clinic_slide .sp-slides-container .sp-arrows .sp-previous-arrow::after, body#page_doctor .slider-pro#equipment_slide .sp-slides-container .sp-arrows .sp-previous-arrow::before, body#page_doctor .slider-pro#equipment_slide .sp-slides-container .sp-arrows .sp-previous-arrow::after {
    background-color: #006f45;
  }
  body#page_doctor .slider-pro#clinic_slide .sp-slides-container .sp-arrows .sp-next-arrow, body#page_doctor .slider-pro#equipment_slide .sp-slides-container .sp-arrows .sp-next-arrow {
    right: -50px;
  }
  body#page_doctor .slider-pro#clinic_slide .sp-slides-container .sp-arrows .sp-next-arrow::before, body#page_doctor .slider-pro#clinic_slide .sp-slides-container .sp-arrows .sp-next-arrow::after, body#page_doctor .slider-pro#equipment_slide .sp-slides-container .sp-arrows .sp-next-arrow::before, body#page_doctor .slider-pro#equipment_slide .sp-slides-container .sp-arrows .sp-next-arrow::after {
    background-color: #006f45;
  }
}

body#page_timetable #notice_closure .none {
  padding-left: 1.2rem;
}
body#page_timetable #notice_closure .news_title {
  margin-top: 0.8em;
  padding-left: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #006f45;
}
body#page_timetable #notice_closure .news_title::before {
  display: inline-block;
  margin: 0 0.1rem 0 -1.5rem;
  font-size: 1.3rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e805';
}
body#page_timetable #notice_closure .news_title.close::before {
  content: "\e806";
}
body#page_timetable #notice_closure .news_title {
  cursor: pointer;
}
body#page_timetable #notice_closure .news_body {
  word-wrap: break-word;
}
body#page_timetable #notice_closure .news_body:not(:nth-of-type(-n+3)) {
  display: none;
}
body#page_timetable #notice_closure .news_body {
  margin: 0.5rem 0 0;
  padding: 0 0 1rem 2rem;
  border-bottom: 1px solid #dcdcdc;
}
body#page_timetable #notice_closure .news_body p {
  margin-bottom: 0;
}
body#page_timetable #notice_closure .news_body a {
  color: #006f45;
}
body#page_timetable #hours_checkup .timetable_tbl {
  padding: 1rem 1rem 0.5rem;
  -webkit-box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.3);
          box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.3);
}
body#page_timetable #hours_checkup .timetable_tbl:not(:first-of-type) {
  margin-top: 2.5rem;
}
body#page_timetable #hours_checkup .timetable_tbl thead th {
  font-size: 88%;
}
body#page_timetable #hours_checkup .timetable_tbl tbody tr:not(:last-of-type) th, body#page_timetable #hours_checkup .timetable_tbl tbody tr:not(:last-of-type) td {
  border-bottom: 1px solid #dcdcdc;
}
body#page_timetable #hours_checkup .timetable_tbl tbody th {
  padding: 0.8rem 0.2rem 0.6rem;
}
body#page_timetable #hours_checkup .timetable_tbl tbody td {
  padding: 1rem 0;
  color: #006f45;
}
body#page_timetable #hours_checkup .timetable_tbl tbody td.close {
  font-size: 60%;
}
body#page_timetable #hours_checkup .timetable_note {
  padding: 0;
  border: none;
}
body#page_timetable #hours_outpatient .timetable_outpatient {
  width: 250%;
  font-size: 1.1rem;
  line-height: 1.3;
}
body#page_timetable #hours_outpatient .timetable_outpatient .fm {
  color: #cb0000;
}
body#page_timetable #hours_outpatient .timetable_outpatient caption .lst_marker {
  margin-bottom: 0;
}
body#page_timetable #hours_outpatient .timetable_outpatient caption .lst_marker li:not(:first-child) {
  margin-top: 0;
}
body#page_timetable #hours_outpatient .timetable_outpatient tbody td {
  padding: 0.5rem 0.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body#page_timetable #hours_outpatient .timetable_outpatient tbody td.time {
  font-family: inherit;
  font-weight: normal;
  white-space: nowrap;
  color: #333;
}
body#page_timetable #hours_outpatient .timetable_outpatient tbody td.time span {
  font-size: 1rem;
}
body#page_timetable #hours_outpatient .timetable_outpatient tbody td:first-of-type {
  border-right-style: solid;
}
@media screen and (min-width: 48em), print {
  body#page_timetable #notice_closure .none {
    padding-left: 28px;
  }
  body#page_timetable #notice_closure .news_title {
    margin-top: 20px;
    padding: 0 28px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  body#page_timetable #notice_closure .news_title::before {
    margin: 0 3px 0 0;
    font-size: inherit;
  }
  body#page_timetable #notice_closure .news_body {
    margin: 10px 0 0;
    padding: 0 28px 20px 54px;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  body#page_timetable #hours_checkup .timetable + .timetable {
    margin-top: 60px;
  }
  body#page_timetable #hours_checkup .timetable_tbl {
    width: 1080px;
    margin: 0 auto;
    padding: 30px 30px 10px;
    font-size: 2rem;
    -webkit-box-shadow: 0 0 4px rgba(51, 51, 51, 0.2);
            box-shadow: 0 0 4px rgba(51, 51, 51, 0.2);
  }
  body#page_timetable #hours_checkup .timetable_tbl:not(:first-of-type) {
    margin-top: 60px;
  }
  body#page_timetable #hours_checkup .timetable_tbl thead th {
    padding-top: 5px;
    padding-bottom: 15px;
  }
  body#page_timetable #hours_checkup .timetable_tbl thead th:first-child {
    width: 22%;
    text-align: center;
  }
  body#page_timetable #hours_checkup .timetable_tbl tbody th {
    padding: 1em;
    text-align: center;
  }
  body#page_timetable #hours_checkup .timetable_tbl tbody td {
    padding: 0;
  }
  body#page_timetable #hours_checkup .timetable_note {
    width: 1080px;
    margin: 12px auto 0;
    padding: 0 5px;
    font-size: 1.6rem;
  }
  body#page_timetable #hours_outpatient .timetable_outpatient {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  body#page_timetable #hours_outpatient .timetable_outpatient thead th {
    width: 13.5%;
  }
  body#page_timetable #hours_outpatient .timetable_outpatient thead th:first-of-type {
    width: 19%;
  }
  body#page_timetable #hours_outpatient .timetable_outpatient tbody th {
    padding: 20px 15px;
  }
  body#page_timetable #hours_outpatient .timetable_outpatient tbody td {
    padding: 15px 5px;
    white-space: nowrap;
  }
  body#page_timetable #hours_outpatient .timetable_outpatient tbody td.time span {
    font-size: 1.5rem;
  }
}

body#page_access .access_info {
  padding: 0 0.5rem;
}
body#page_access .access_info > dt {
  margin-bottom: 1rem;
  padding: 0 0.5rem 0.8rem 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  border-bottom: 1px solid #dcdcdc;
}
body#page_access .access_info > dt::before {
  display: inline-block;
  width: 2px;
  height: 1em;
  margin-right: 1.3rem;
  background: #006f45;
  vertical-align: top;
  content: "";
}
body#page_access .access_info > dd {
  padding: 0 0.8rem;
}
body#page_access .access_info > dd:not(:last-of-type) {
  margin-bottom: 1.6em;
}
body#page_access .access_info > dd.telnumber dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
body#page_access .access_info > dd.telnumber dl dt::after {
  content: "：";
  opacity: 0;
}
body#page_access .access_info > dd.telnumber dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 10em);
          flex: 1 1 calc(100% - 10em);
}
body#page_access .access_info > dd.telnumber dl dd.tel {
  font-size: 125%;
}
body#page_access .access_info > dd.route ul {
  margin-left: 1.2em;
  list-style-type: disc;
}
body#page_access .access_route_maps {
  padding: 0 1.3rem;
}
.blocker.current .modal {
  padding: 0;
  border-radius: 0;
}
.blocker.current .modal p {
  margin: 0.8em 0.8em 1em;
  font-size: 1.2rem;
}

body#page_access .access_route_maps .clickableMap {
  position: relative;
  margin-top: 1.8rem;
}
body#page_access .access_route_maps .clickableMap .caption {
  margin-bottom: 1px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #006f45;
  border-bottom: 2px solid #006f45;
}
body#page_access .access_route_maps .clickableMap .caption::before {
  margin-right: 0.3rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e807';
}
body#page_access .access_route_maps .clickableMap .caption span {
  display: inline-block;
  font-size: 1.2rem;
}
body#page_access .access_route_maps .clickableMap_map {
  position: relative;
}
body#page_access .access_route_maps .clickableMap_map img {
  border: 1px solid #dcdcdc;
}
body#page_access .access_route_maps .clickableMap_map .arrows {
  margin: 0;
  list-style-type: none;
}
body#page_access .access_route_maps .clickableMap_map .arrows a {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
}
body#page_access .access_route_maps .clickableMap_map .arrows a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: #e67401;
  clip-path: polygon(0% 25%, 50% 25%, 50% 0%, 100% 50%, 50% 100%, 50% 75%, 0% 75%);
  content: "";
}
body#page_access .access_route_maps .clickableMap_map .arrows .arrow01 a {
  left: 35%;
  top: 50%;
}
body#page_access .access_route_maps .clickableMap_map .arrows .arrow01 a::before {
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
}
body#page_access .access_route_maps .clickableMap_map .arrows .arrow02 a {
  left: 56%;
  top: 40%;
}
body#page_access .access_route_maps .clickableMap_map .arrows .arrow02 a::before {
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
}
body#page_access .access_route_maps .clickableMap_map .arrows .arrow03 a {
  left: 30%;
  top: 42%;
}
body#page_access .access_route_maps .clickableMap_map .arrows .arrow03 a::before {
  -webkit-transform: rotate(44deg);
          transform: rotate(44deg);
}
body#page_access .access_route_maps .clickableMap_map .arrows .arrow04 a {
  left: 41%;
  top: 57%;
}
body#page_access .access_route_maps .clickableMap_map .arrows .arrow04 a::before {
  -webkit-transform: rotate(-80deg);
          transform: rotate(-80deg);
}
body#page_access .access_route_maps .clickableMap_map .arrows .arrow05 a {
  left: 60%;
  top: 37%;
}
body#page_access .access_route_maps .clickableMap_map .arrows .arrow05 a::before {
  -webkit-transform: rotate(100deg);
          transform: rotate(100deg);
}
body#page_access .access_route_maps .clickableMap_map .arrows .arrow06 a {
  left: 4%;
  top: 47%;
}
body#page_access .access_route_maps .clickableMap_map .arrows .arrow06 a::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
body#page_access .access_route_maps .clickableMap_map .arrows .arrow07 a {
  left: 88%;
  top: 61%;
}
body#page_access .access_route_maps .clickableMap_map .arrows .arrow07 a::before {
  -webkit-transform: rotate(-125deg);
          transform: rotate(-125deg);
}
body#page_access .access_route_maps .clickableMap_map .arrows .arrow08 a {
  left: 33%;
  top: 15%;
}
body#page_access .access_route_maps .clickableMap_map .arrows .arrow09 a {
  left: 71%;
  top: 18%;
}
body#page_access .access_route_maps .clickableMap_map .arrows .arrow09 a::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body#page_access .access_route_maps .clickableMap_map .arrows .arrow10 a {
  left: 77%;
  top: 40%;
}
body#page_access .access_route_maps .clickableMap_map .arrows .arrow10 a::before {
  -webkit-transform: rotate(64deg);
          transform: rotate(64deg);
}
body#page_access .access_route_maps .clickableMap_map .arrows .arrow11 a {
  left: 63.5%;
  top: 34%;
}
body#page_access .access_route_maps .clickableMap_map .arrows .arrow11 a::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
body#page_access .access_route_maps .clickableMap_map .arrows .arrow12 a {
  left: 82.5%;
  top: 0;
}
body#page_access .access_route_maps .clickableMap_map .arrows .arrow12 a::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
body#page_access .access_route_maps_topic {
  margin-top: 2rem;
}
body#page_access .access_route_movies {
  margin-top: 3.4rem;
}
body#page_access .access_route_movies > section {
  margin-top: 2rem;
}
body#page_access .access_route_slides {
  margin-top: 3.4rem;
}
body#page_access .access_route_slides .slides_index {
  padding: 1.5rem 1rem;
  background: rgba(222, 240, 230, 0.5);
  border-radius: 0.3rem;
}
body#page_access .access_route_slides .slides_index > li {
  margin: 0.5rem 0;
}
body#page_access .access_route_slides .slides_index > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  padding: 0.6em 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  background: #fff;
  border: 1px solid #006f45;
  border-radius: 0.4rem;
}
body#page_access .access_route_slides .slides_index > li a::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e805';
  color: #006f45;
}
body#page_access .access_route_slides .slides_col {
  overflow-x: hidden;
  margin-top: 3rem;
}
body#page_access .access_route_slides .slides_col .slider-pro {
  visibility: hidden;
}
body#page_access .access_route_slides .slides_col .slider-pro .sp-slides-container .sp-slides .sp-slideMap .sp-image-container {
  padding: 1px;
  border: 1px solid rgba(0, 111, 69, 0.8);
}
body#page_access .access_route_slides .slides_col .slider-pro .sp-slides-container .sp-slides .sp-black {
  background: rgba(0, 111, 69, 0.8);
}
body#page_access .access_route_slides .slides_col .slider-pro .sp-slides-container .sp-slides .sp-layer {
  font-size: 200%;
  line-height: 1.3;
  text-align: center;
}
body#page_access .access_route_slides .slides_col .slider-pro .sp-slides-container .sp-arrows {
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}
body#page_access .access_route_slides .slides_col .slider-pro .sp-slides-container .sp-arrows .sp-previous-arrow {
  left: 5px;
}
body#page_access .access_route_slides .slides_col .slider-pro .sp-slides-container .sp-arrows .sp-next-arrow {
  right: 5px;
}
body#page_access .access_route_slides .slides_col .slider-pro .sp-thumbnails-container .sp-selected-thumbnail {
  border: 4px solid #006f45;
}
@media screen and (max-width: 47.99em) and (orientation: landscape) {
  body#page_access .access_route_slides .slides_col .slider-pro .sp-slides-container .sp-slides .sp-layer {
    font-size: 100%;
  }
}
@media screen and (min-width: 48em), print {
  body#page_access .access_info {
    width: 1080px;
    margin: 0 auto;
  }
  body#page_access .access_info > dt {
    margin-bottom: 18px;
    padding-bottom: 10px;
    font-size: 2.2rem;
  }
  body#page_access .access_info > dt::before {
    margin-right: 18px;
  }
  body#page_access .access_info > dd {
    padding: 0 20px;
  }
  body#page_access .access_info > dd:not(:last-of-type) {
    margin-bottom: 2em;
  }
  body#page_access .access_info > dd.telnumber dl dd.tel {
    font-family: inherit;
  }
  body#page_access .access_route_maps {
    margin-top: 30px;
    padding: 0;
  }
  .blocker.current .modal p {
    font-size: 1.6rem;
  }
  body#page_access .access_route_maps .clickableMap {
    width: 840px;
    margin: 40px auto 0;
  }
  body#page_access .access_route_maps .clickableMap .caption {
    font-size: 1.8rem;
  }
  body#page_access .access_route_maps .clickableMap .caption span {
    margin-left: 0.5em;
    font-size: 1.6rem;
  }
  body#page_access .access_route_maps .clickableMap .caption span .icon_arrow::before {
    font-family: "fontello";
    font-weight: normal;
    content: '\e832';
  }
  body#page_access .access_route_maps .clickableMap_map .arrows a {
    width: 50px;
    height: 45px;
    font-size: 1.6rem;
  }
  body#page_access .access_route_maps .clickableMap_map .arrows .arrow01 a {
    left: 37%;
    top: 51%;
  }
  body#page_access .access_route_maps .clickableMap_map .arrows .arrow02 a {
    left: 58%;
    top: 41%;
  }
  body#page_access .access_route_maps .clickableMap_map .arrows .arrow03 a {
    left: 30%;
    top: 43.5%;
  }
  body#page_access .access_route_maps .clickableMap_map .arrows .arrow04 a {
    left: 41.5%;
    top: 58%;
  }
  body#page_access .access_route_maps .clickableMap_map .arrows .arrow05 a {
    left: 59%;
    top: 38%;
  }
  body#page_access .access_route_maps .clickableMap_map .arrows .arrow06 a {
    left: 5%;
    top: 52%;
  }
  body#page_access .access_route_maps .clickableMap_map .arrows .arrow07 a {
    left: 88.5%;
    top: 55%;
  }
  body#page_access .access_route_maps .clickableMap_map .arrows .arrow08 a {
    left: 33%;
    top: 15%;
  }
  body#page_access .access_route_maps .clickableMap_map .arrows .arrow09 a {
    left: 71%;
    top: 18.5%;
  }
  body#page_access .access_route_maps .clickableMap_map .arrows .arrow10 a {
    left: 78%;
    top: 44%;
  }
  body#page_access .access_route_maps .clickableMap_map .arrows .arrow11 a {
    left: 64%;
    top: 35%;
  }
  body#page_access .access_route_maps .clickableMap_map .arrows .arrow12 a {
    left: 83.5%;
    top: 1%;
  }
  body#page_access .access_route_maps_topic {
    width: 1080px;
    margin: 40px auto 0;
  }
  body#page_access .access_route_movies {
    width: 1080px;
    margin: 70px auto 30px;
  }
  body#page_access .access_route_movies > section {
    margin-top: 50px;
  }
  body#page_access .access_route_slides {
    width: 1080px;
    margin: 70px auto 30px;
  }
  body#page_access .access_route_slides .slides_index {
    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: 10px;
    padding: 30px 22px;
    border-radius: 5px;
  }
  body#page_access .access_route_slides .slides_index > li {
    width: 49%;
    margin: 0;
  }
  body#page_access .access_route_slides .slides_index > li a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 15px;
    border-radius: 6px;
  }
  body#page_access .access_route_slides .slides_index > li a::before, body#page_access .access_route_slides .slides_index > li a::after {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 1.2em;
  }
  body#page_access .access_route_slides .slides_index > li a::after {
    content: "";
  }
  body#page_access .access_route_slides .slides_index > li a:hover {
    color: #006f45;
  }
  body#page_access .access_route_slides .slides_col {
    margin-top: 60px;
  }
  body#page_access .access_route_slides .slides_col .slider-pro .sp-slides-container .sp-slides .sp-layer {
    font-size: 2.2rem;
  }
  body#page_access .access_route_slides .slides_col .slider-pro .sp-slides-container .sp-arrows {
    -webkit-filter: none;
            filter: none;
  }
  body#page_access .access_route_slides .slides_col .slider-pro .sp-slides-container .sp-arrows .sp-arrow {
    width: 30px;
    height: 40px;
  }
  body#page_access .access_route_slides .slides_col .slider-pro .sp-slides-container .sp-arrows .sp-previous-arrow {
    left: -50px;
  }
  body#page_access .access_route_slides .slides_col .slider-pro .sp-slides-container .sp-arrows .sp-previous-arrow::before, body#page_access .access_route_slides .slides_col .slider-pro .sp-slides-container .sp-arrows .sp-previous-arrow::after {
    background-color: #006f45;
  }
  body#page_access .access_route_slides .slides_col .slider-pro .sp-slides-container .sp-arrows .sp-next-arrow {
    right: -50px;
  }
  body#page_access .access_route_slides .slides_col .slider-pro .sp-slides-container .sp-arrows .sp-next-arrow::before, body#page_access .access_route_slides .slides_col .slider-pro .sp-slides-container .sp-arrows .sp-next-arrow::after {
    background-color: #006f45;
  }
}

body#page_results .results_archive .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.8rem;
}
body#page_results .results_archive .number > dt {
  width: 5em;
  padding-bottom: 0.5rem;
  border-bottom: 1px dotted #dcdcdc;
}
body#page_results .results_archive .number > dt::after {
  display: inline-block;
  margin-left: 0.2rem;
  font-size: 90%;
  content: "件";
}
body#page_results .results_archive .number > dd {
  width: calc(100% - 5em);
  padding-left: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dotted #dcdcdc;
}
body#page_results .results_archive .number .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body#page_results .results_archive .number .items dt {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
body#page_results .results_archive .number .items dt::before {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e807';
  line-height: 1;
  color: #006f45;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
body#page_results .results_archive .number .items dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
body#page_results .results_archive .number .items dd::after {
  display: inline-block;
  margin-left: 0.2rem;
  font-size: 90%;
  content: "件";
}
body#page_results .results_archive .graph {
  margin-top: 2rem;
}
body#page_results .results_archive .graph ~ .graph {
  margin-top: 2.5rem;
}
body#page_results .results_archive .graph img {
  max-width: 100%;
  margin-bottom: 1.5rem;
}
body#page_results .results_archive .graph figcaption {
  padding: 0.5rem 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 48em), print {
  body#page_results .results_archive > section {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  body#page_results .results_archive .number {
    row-gap: 10px;
    font-size: 1.8rem;
  }
  body#page_results .results_archive .number > dt {
    width: 120px;
    padding: 0 20px 8px;
  }
  body#page_results .results_archive .number > dd {
    width: 960px;
    padding: 0 20px 8px 20px;
  }
  body#page_results .results_archive .number .items {
    margin-top: 3px;
    font-size: 1.6rem;
  }
  body#page_results .results_archive .graph {
    margin-top: 40px;
  }
  body#page_results .results_archive .graph ~ .graph {
    margin-top: 60px;
  }
  body#page_results .results_archive .graph img {
    max-width: 750px;
    margin: 0 auto 25px;
  }
  body#page_results .results_archive .graph figcaption {
    font-size: 1.6rem;
  }
  body#page_results .results_archive .graph.cols2 {
    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-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  body#page_results .results_archive .graph.cols2 img {
    max-width: 500px;
    margin: 0;
  }
  body#page_results .results_archive .graph.cols2 figcaption {
    width: 100%;
    padding: 25px 0 0;
  }
}

body#page_404 .notfound {
  padding: 3rem 1rem;
  text-align: center;
}
body#page_404 .notfound .btn_back {
  margin-top: 2em;
}
body#page_404 .notfound .search_box {
  width: 90%;
  margin: 0 auto 2em;
}
@media screen and (min-width: 48em), print {
  body#page_404 .notfound {
    padding: 60px 0 80px;
  }
  body#page_404 .notfound .btn_back {
    margin-top: 80px;
  }
  body#page_404 .notfound .search_box {
    width: 500px;
    margin: 0 auto 60px;
  }
}

@media screen and (max-width: 47.99em) {
  .l-imgbox, .l-imgbox_bottom, .l-imgbox_left, .l-imgbox_right {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.2rem 0;
    margin: 2rem 0;
  }
  .l-imgbox > :last-child, .l-imgbox_bottom > :last-child, .l-imgbox_left > :last-child, .l-imgbox_right > :last-child {
    margin-bottom: 0;
  }
  .l-imgbox.nosp, .l-imgbox_bottom.nosp, .l-imgbox_left.nosp, .l-imgbox_right.nosp {
    gap: 0.6rem 0;
  }
  .l-imgbox img, .l-imgbox_bottom img, .l-imgbox_left img, .l-imgbox_right img {
    max-width: 80%;
    margin: 0 auto;
  }
  .l-imgbox img.w100, .l-imgbox img.sp_w100, .l-imgbox_bottom img.w100, .l-imgbox_bottom img.sp_w100, .l-imgbox_left img.w100, .l-imgbox_left img.sp_w100, .l-imgbox_right img.w100, .l-imgbox_right img.sp_w100 {
    max-width: 100%;
  }
  .l-imgbox img.w75, .l-imgbox img.sp_w75, .l-imgbox_bottom img.w75, .l-imgbox_bottom img.sp_w75, .l-imgbox_left img.w75, .l-imgbox_left img.sp_w75, .l-imgbox_right img.w75, .l-imgbox_right img.sp_w75 {
    max-width: 60%;
  }
  .l-imgbox figure img, .l-imgbox_bottom figure img, .l-imgbox_left figure img, .l-imgbox_right figure img {
    max-width: 80%;
  }
  .l-imgbox figure figcaption, .l-imgbox_bottom figure figcaption, .l-imgbox_left figure figcaption, .l-imgbox_right figure figcaption {
    margin-top: 0.3rem;
    font-size: 1.15rem;
    line-height: 1.3;
    text-align: center;
    color: #606060;
  }
  .l-imgbox figure.w100 img, .l-imgbox figure.sp_w100 img, .l-imgbox_bottom figure.w100 img, .l-imgbox_bottom figure.sp_w100 img, .l-imgbox_left figure.w100 img, .l-imgbox_left figure.sp_w100 img, .l-imgbox_right figure.w100 img, .l-imgbox_right figure.sp_w100 img {
    max-width: 100%;
  }
  .l-imgbox figure.w75 img, .l-imgbox figure.sp_w75 img, .l-imgbox_bottom figure.w75 img, .l-imgbox_bottom figure.sp_w75 img, .l-imgbox_left figure.w75 img, .l-imgbox_left figure.sp_w75 img, .l-imgbox_right figure.w75 img, .l-imgbox_right figure.sp_w75 img {
    max-width: 60%;
  }
  p + .l-imgbox, p + .l-imgbox_bottom, p + .l-imgbox_left, p + .l-imgbox_right {
    margin-top: 1.5rem;
  }
  .l-imgbox_bottom > img, .l-imgbox_bottom > figure {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  figure .l-imgbox {
    margin: 0;
  }
}
@media screen and (min-width: 48em), print {
  .l-imgbox, .l-imgbox_left, .l-imgbox_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-imgbox > :last-child, .l-imgbox_left > :last-child, .l-imgbox_right > :last-child {
    margin-bottom: 0;
  }
  .l-imgbox figure img, .l-imgbox_left figure img, .l-imgbox_right figure img {
    max-width: 100%;
    margin: 0 auto;
  }
  .l-imgbox figure figcaption, .l-imgbox_left figure figcaption, .l-imgbox_right figure figcaption {
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: 1.3;
    color: #606060;
    text-align: center;
  }
  .l-imgbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px 40px;
    margin: 40px 0;
  }
  .l-imgbox.nosp {
    gap: 20px;
  }
  .l-imgbox img, .l-imgbox figure {
    max-width: 100%;
  }
  .l-imgbox img.w75, .l-imgbox figure.w75 {
    max-width: 75%;
  }
  .l-imgbox img.w50, .l-imgbox figure.w50 {
    max-width: 50%;
  }
  .l-imgbox_left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    margin: 40px 0;
  }
  .l-imgbox_left img, .l-imgbox_left figure {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    max-width: 400px;
  }
  .l-imgbox_left img.w75, .l-imgbox_left figure.w75 {
    max-width: 300px;
  }
  .l-imgbox_left img.w50, .l-imgbox_left figure.w50 {
    max-width: 200px;
  }
  .l-imgbox_left img + *, .l-imgbox_left figure + * {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .l-imgbox_right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    margin: 40px 0;
  }
  .l-imgbox_right img, .l-imgbox_right figure {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    max-width: 400px;
  }
  .l-imgbox_right img.w75, .l-imgbox_right figure.w75 {
    max-width: 300px;
  }
  .l-imgbox_right img.w50, .l-imgbox_right figure.w50 {
    max-width: 200px;
  }
  .l-imgbox_right img + *, .l-imgbox_right figure + * {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .l-imgbox_bottom {
    display: flow-root;
  }
  figure .l-imgbox {
    margin: 0;
  }
}

@media screen and (min-width: 48em), print {
  .l-imgbox[data-style=mammography] {
    gap: 20px 140px;
  }
  .l-imgbox[data-style=mammography] img {
    max-height: 320px;
  }
}

.l-roundtable .lead {
  margin-bottom: 2rem;
}
.l-roundtable .interviewee {
  margin-bottom: 3rem;
}
.l-roundtable .interviewee .col {
  margin: 1.5rem 0;
  padding: 1.5rem 2rem;
  background: rgb(242.65, 245.5, 247.4);
}
.l-roundtable .interviewee .col dt {
  margin-bottom: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #006f45;
}
.l-roundtable .interviewee .col dt i {
  font-size: 1.3rem;
}
.l-roundtable .interviewee .col dt::before {
  display: inline-block;
  margin-right: 0.2em;
  content: "■";
}
.l-roundtable .interviewee .col dd img {
  border-top: 2px solid rgb(0, 130.95, 81.4013513514);
}
.l-roundtable .interviewee .col dd p {
  margin: 0.8rem 0 0;
  font-size: 1.2rem;
}
.l-roundtable .archive {
  padding: 0 1rem;
}
.l-roundtable .archive p {
  margin-bottom: 1.5em;
}
.l-roundtable .archive p:not([class]) {
  line-height: 1.8;
}
.l-roundtable .archive p:not([class]) span {
  display: inline-block;
  margin-right: 0.3em;
  font-weight: 700;
}
.l-roundtable .archive p.interviewer {
  margin: 2em 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #006f45;
}
.l-roundtable .archive p.interviewer::before {
  display: inline-block;
  letter-spacing: 0;
  content: "―――";
}
.l-roundtable .archive hr {
  clear: both;
  display: block;
  margin: 0;
  visibility: hidden;
}
.l-roundtable .archive img.img_l, .l-roundtable .archive img.img_r {
  max-width: 90%;
}
.l-roundtable .archive img.img_group {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 47.99em) {
  .l-roundtable .l-pictbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-roundtable .l-pictbox img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 48em), print {
  .l-roundtable .lead {
    margin-bottom: 50px;
  }
  .l-roundtable .interviewee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    padding: 18px 28px;
    background: rgb(242.65, 245.5, 247.4);
  }
  .l-roundtable .interviewee .col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    padding: 15px 25px 8px;
    background: transparent;
  }
  .l-roundtable .interviewee .col dt {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  .l-roundtable .interviewee .col dt i {
    font-size: 1.6rem;
  }
  .l-roundtable .interviewee .col dd p {
    margin: 10px 0 0;
    font-size: 1.4rem;
  }
  .l-roundtable .archive {
    padding: 60px;
    border: 1px dotted #dcdcdc;
  }
  .l-roundtable .archive p {
    text-align: justify;
  }
  .l-roundtable .archive p:not([class]) {
    line-height: 2;
  }
  .l-roundtable .archive p.interviewer {
    clear: both;
    margin: 50px 0;
    font-weight: 500;
    font-size: 1.7rem;
  }
  .l-roundtable .archive p.interviewer:first-of-type {
    margin-top: 0;
  }
  .l-roundtable .archive hr {
    margin: 30px 0;
  }
  .l-roundtable .archive img.img_l {
    max-width: 350px;
    margin: 0 50px 30px 0;
  }
  .l-roundtable .archive img.img_r {
    max-width: 350px;
    margin: 0 0 30px 50px;
  }
  .l-roundtable .archive img.img_group {
    max-width: 750px;
  }
  .l-roundtable .archive .l-pictbox {
    clear: both;
    margin-bottom: 1.5em;
  }
}

body#page_inspection_item .tbl_item,
body#page_inspection_item .tbl_itemset {
  font-size: 1.2rem;
}
body#page_inspection_item .tbl_item caption,
body#page_inspection_item .tbl_itemset caption {
  margin-top: 0.5em;
  caption-side: bottom;
  text-align: left;
}
body#page_inspection_item .tbl_item tbody th,
body#page_inspection_item .tbl_itemset tbody th {
  width: 25%;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  word-break: keep-all;
}
body#page_inspection_item .tbl_item tbody td,
body#page_inspection_item .tbl_itemset tbody td {
  line-height: 1.6;
}
body#page_inspection_item .tbl_item + *,
body#page_inspection_item .tbl_itemset + * {
  margin-top: 2rem;
}
body#page_inspection_item .tbl_item#hbp_guideline tbody th,
body#page_inspection_item .tbl_itemset#hbp_guideline tbody th {
  white-space: nowrap;
  font-size: 100%;
}
body#page_inspection_item .tbl_item#hbp_guideline tbody td,
body#page_inspection_item .tbl_itemset#hbp_guideline tbody td {
  text-align: center;
}
@media screen and (min-width: 48em), print {
  body#page_inspection_item .tbl_item,
  body#page_inspection_item .tbl_itemset {
    font-size: inherit;
  }
  body#page_inspection_item .tbl_item tbody th,
  body#page_inspection_item .tbl_itemset tbody th {
    width: 250px;
    -webkit-font-feature-settings: inherit;
            font-feature-settings: inherit;
    word-break: normal;
    text-align: center;
  }
  body#page_inspection_item .tbl_item + *,
  body#page_inspection_item .tbl_itemset + * {
    margin-top: 30px;
  }
}

body#page_checkup .mark-tm {
  display: inline-block;
  margin-right: 0.2rem;
  color: rgb(0, 190.8, 118.6054054054);
}
body#page_checkup .lst_marker.marker-tm li::first-letter {
  margin-right: 0.2rem;
  color: rgb(0, 190.8, 118.6054054054);
}
body#page_checkup .lst_marker.marker-tm li:not(:first-child) {
  margin-top: 0.4em;
}
body#page_checkup .checkup_price .priceList table:not(:first-of-type), body#page_checkup .checkup_price .courseItem table:not(:first-of-type), body#page_checkup .checkup_price .optionItem table:not(:first-of-type) {
  margin-top: 1.5rem;
}
body#page_checkup .checkup_price .priceList table caption, body#page_checkup .checkup_price .courseItem table caption, body#page_checkup .checkup_price .optionItem table caption {
  margin-bottom: 0.7rem;
  padding-left: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: left;
  border-left-width: 2px;
  border-left-style: solid;
}
body#page_checkup .checkup_price .priceList table thead th, body#page_checkup .checkup_price .courseItem table thead th, body#page_checkup .checkup_price .optionItem table thead th {
  font-weight: normal;
  font-size: 1.2rem;
  text-align: center;
  background: #f2f5f7;
}
body#page_checkup .checkup_price .priceList table thead td, body#page_checkup .checkup_price .courseItem table thead td, body#page_checkup .checkup_price .optionItem table thead td {
  font-size: 1.1rem;
  text-align: center;
}
body#page_checkup .checkup_price .priceList table tbody th, body#page_checkup .checkup_price .courseItem table tbody th, body#page_checkup .checkup_price .optionItem table tbody th {
  white-space: nowrap;
  text-align: left;
}
body#page_checkup .checkup_price .priceList table tbody th span, body#page_checkup .checkup_price .courseItem table tbody th span, body#page_checkup .checkup_price .optionItem table tbody th span {
  display: inline-block;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.3;
}
body#page_checkup .checkup_price .priceList table tbody td, body#page_checkup .checkup_price .courseItem table tbody td, body#page_checkup .checkup_price .optionItem table tbody td {
  text-align: center;
}
body#page_checkup .checkup_price .priceList table tbody td.thsub, body#page_checkup .checkup_price .courseItem table tbody td.thsub, body#page_checkup .checkup_price .optionItem table tbody td.thsub {
  text-align: left;
  border-left: none;
}
body#page_checkup .checkup_price .priceList table tbody td span, body#page_checkup .checkup_price .courseItem table tbody td span, body#page_checkup .checkup_price .optionItem table tbody td span {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.3;
}
body#page_checkup .checkup_price .priceList table tbody td span.sml, body#page_checkup .checkup_price .courseItem table tbody td span.sml, body#page_checkup .checkup_price .optionItem table tbody td span.sml {
  font-size: 1rem;
}
body#page_checkup .checkup_price .priceList {
  margin-bottom: 3.5rem;
}
body#page_checkup .checkup_price .priceList_tbl col.coltd {
  width: 28%;
}
body#page_checkup .checkup_price .priceList_tbl col.colpr {
  width: 28%;
}
body#page_checkup .checkup_price .priceList_tbl_note {
  margin: 0.5rem 0;
  font-size: 1.1rem;
}
body#page_checkup .checkup_price .priceList_tbl#priceBasic {
  border-top-color: #26b;
}
body#page_checkup .checkup_price .priceList_tbl#priceBasic caption {
  border-left-color: #26b;
}
body#page_checkup .checkup_price .priceList_tbl#priceBasic tbody th {
  background: rgba(34, 102, 187, 0.1);
}
body#page_checkup .checkup_price .priceList_tbl#priceSole {
  border-top-color: #c00;
}
body#page_checkup .checkup_price .priceList_tbl#priceSole caption {
  border-left-color: #c00;
}
body#page_checkup .checkup_price .priceList_tbl#priceSole tbody th {
  background: rgba(204, 0, 0, 0.1);
}
body#page_checkup .checkup_price .courseItem {
  margin-bottom: 3.5rem;
}
body#page_checkup .checkup_price .courseItem_tbl col.colth {
  width: 15%;
}
body#page_checkup .checkup_price .courseItem_tbl col.colbasic {
  width: 14%;
  background: rgba(34, 102, 187, 0.05);
}
body#page_checkup .checkup_price .courseItem_tbl col.colsole {
  width: 14%;
  background: rgba(204, 0, 0, 0.05);
}
body#page_checkup .checkup_price .courseItem_tbl thead td:first-child {
  border-left: 1px solid #dcdcdc;
}
body#page_checkup .checkup_price .courseItem_tbl thead td.basic {
  border-top: 1px solid #26b;
  background: rgba(34, 102, 187, 0.05);
}
body#page_checkup .checkup_price .courseItem_tbl thead td.sole {
  border-top: 1px solid #c00;
  background: rgba(204, 0, 0, 0.05);
}
body#page_checkup .checkup_price .courseItem_tbl tbody th {
  border-right: 1px dotted #dcdcdc;
}
body#page_checkup .checkup_price .courseItem_tbl tbody td {
  font-size: 1.5rem;
}
body#page_checkup .checkup_price .courseItem_tbl tbody td.thsub {
  font-size: 1.1rem;
  background: none !important;
}
body#page_checkup .checkup_price .optionItem_tbl {
  border-top-color: #0c0 !important;
}
body#page_checkup .checkup_price .optionItem_tbl caption {
  border-left-color: #0c0;
}
body#page_checkup .checkup_price .optionItem_tbl col.colth {
  width: 10%;
  background: rgba(0, 204, 0, 0.1);
}
body#page_checkup .checkup_price .optionItem_tbl col.colthsub {
  background: rgba(0, 204, 0, 0.1);
}
body#page_checkup .checkup_price .optionItem_tbl col.coltd {
  width: 28%;
}
body#page_checkup .checkup_price .optionItem_tbl col.colpr {
  width: 28%;
}
body#page_checkup .checkup_price .optionItem_tbl tbody th {
  border-right: 1px dotted #dcdcdc;
}
body#page_checkup .checkup_price .optionItem_tbl tbody td.thsub {
  font-size: 1.2rem;
}
body#page_checkup .checkup_guidance {
  margin-top: 4rem;
}
body#page_checkup .checkup_guidance_cols > section {
  margin-top: 2.5rem;
}
body#page_checkup .checkup_guidance_cols .tit_03 span {
  display: inline-block;
  margin-top: 0.3rem;
  font-weight: normal;
  font-size: 1.6rem;
}
body#page_checkup .checkup_guidance_cols .tit_04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.3rem;
}
body#page_checkup .checkup_guidance_cols .tit_04 .fee {
  font-size: 1.4rem;
  line-height: 1.4;
}
body#page_checkup .checkup_guidance_cols .date dt, body#page_checkup .checkup_guidance_cols .date dd {
  display: inline-block;
}
body#page_checkup .checkup_guidance_cols p + dl.date {
  margin-top: -1em;
}
@media screen and (min-width: 48em), print {
  body#page_checkup .checkup_price .priceList, body#page_checkup .checkup_price .courseItem, body#page_checkup .checkup_price .optionItem {
    width: 1080px;
    margin: 0 auto;
  }
  body#page_checkup .checkup_price .priceList table, body#page_checkup .checkup_price .courseItem table, body#page_checkup .checkup_price .optionItem table {
    font-size: 1.8rem;
  }
  body#page_checkup .checkup_price .priceList table:not(:first-of-type), body#page_checkup .checkup_price .courseItem table:not(:first-of-type), body#page_checkup .checkup_price .optionItem table:not(:first-of-type) {
    margin-top: 30px;
  }
  body#page_checkup .checkup_price .priceList table caption, body#page_checkup .checkup_price .courseItem table caption, body#page_checkup .checkup_price .optionItem table caption {
    margin-bottom: 14px;
    padding-left: 20px;
    font-size: 2.2rem;
    border-left-width: 3px;
  }
  body#page_checkup .checkup_price .priceList table thead th, body#page_checkup .checkup_price .courseItem table thead th, body#page_checkup .checkup_price .optionItem table thead th {
    padding: 1em 0;
    font-size: 1.6rem;
  }
  body#page_checkup .checkup_price .priceList table thead td, body#page_checkup .checkup_price .courseItem table thead td, body#page_checkup .checkup_price .optionItem table thead td {
    padding: 18px 0;
    font-size: 1.5rem;
  }
  body#page_checkup .checkup_price .priceList table thead td.basic, body#page_checkup .checkup_price .courseItem table thead td.basic, body#page_checkup .checkup_price .optionItem table thead td.basic {
    border-left: none;
  }
  body#page_checkup .checkup_price .priceList table tbody th, body#page_checkup .checkup_price .courseItem table tbody th, body#page_checkup .checkup_price .optionItem table tbody th {
    padding: 20px;
    font-size: 2rem;
  }
  body#page_checkup .checkup_price .priceList table tbody th span, body#page_checkup .checkup_price .courseItem table tbody th span, body#page_checkup .checkup_price .optionItem table tbody th span {
    font-size: 1.5rem;
  }
  body#page_checkup .checkup_price .priceList table tbody td, body#page_checkup .checkup_price .courseItem table tbody td, body#page_checkup .checkup_price .optionItem table tbody td {
    padding: 20px 15px;
  }
  body#page_checkup .checkup_price .priceList table tbody td span, body#page_checkup .checkup_price .courseItem table tbody td span, body#page_checkup .checkup_price .optionItem table tbody td span {
    font-size: 1.5rem;
  }
  body#page_checkup .checkup_price .priceList table tbody td span.sml, body#page_checkup .checkup_price .courseItem table tbody td span.sml, body#page_checkup .checkup_price .optionItem table tbody td span.sml {
    font-size: 1.3rem;
  }
  body#page_checkup .checkup_price .priceList {
    margin-bottom: 80px;
  }
  body#page_checkup .checkup_price .priceList_tbl col.colpr {
    width: 25%;
  }
  body#page_checkup .checkup_price .priceList_tbl_note {
    margin: 10px 0;
    font-size: 1.6rem;
  }
  body#page_checkup .checkup_price .courseItem {
    margin-bottom: 70px;
  }
  body#page_checkup .checkup_price .courseItem_tbl col.colbasic, body#page_checkup .checkup_price .courseItem_tbl col.colsole {
    width: 13.25%;
  }
  body#page_checkup .checkup_price .courseItem_tbl tbody td {
    font-size: 2rem;
  }
  body#page_checkup .checkup_price .courseItem_tbl tbody td.thsub {
    font-size: 1.4rem;
  }
  body#page_checkup .checkup_price .optionItem_tbl col.colpr {
    width: 25%;
  }
  body#page_checkup .checkup_price .optionItem_tbl tbody td.thsub {
    font-size: 1.6rem;
  }
  body#page_checkup .checkup_guidance {
    margin-top: 80px;
  }
  body#page_checkup .checkup_guidance_cols > section {
    margin-top: 50px;
  }
  body#page_checkup .checkup_guidance_cols .tit_03 span {
    font-size: 1.8rem;
  }
  body#page_checkup .checkup_guidance_cols .tit_04 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    row-gap: 0;
  }
  body#page_checkup .checkup_guidance_cols .tit_04 .fee {
    font-size: 1.8rem;
    line-height: inherit;
  }
}

body#page_executive_dock .heading {
  background-image: url(../img/executive_dock/header_heading.webp);
}
body#page_executive_dock .heading .tit_01 {
  background: rgba(87, 61, 12, 0.9);
}
body#page_executive_dock .tit_02 {
  color: #573d0c;
  background: #e6d8b3;
}
body#page_executive_dock .tit_03::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(1.5em, #c09932), color-stop(1.5em, #dcdcdc));
  background: linear-gradient(90deg, #c09932 1.5em, #dcdcdc 1.5em);
}
body#page_executive_dock .tit_04 {
  border-left: 2px solid #C09932;
}
body#page_executive_dock .lst_ul > li::before, body#page_executive_dock body#page_online_reservation .reserve_links > li::before, body#page_online_reservation body#page_executive_dock .reserve_links > li::before {
  color: #c09932;
}
body#page_executive_dock .lnk_external, body#page_executive_dock body#page_online_reservation .reserve_links li a, body#page_online_reservation .reserve_links li body#page_executive_dock a {
  color: #c09932;
}
body#page_executive_dock .tbl_item {
  border-top-color: #c09932;
}
body#page_executive_dock .tbl_item th {
  background: #f7f4ec;
}
body#page_executive_dock .exe_feature_list > li::before {
  color: #c09932;
  content: "■";
  -webkit-filter: drop-shadow(1px 1px 0 #e6d8b3);
          filter: drop-shadow(1px 1px 0 #e6d8b3);
}
body#page_executive_dock .exe_feature_list > li:not(:first-child) {
  margin-top: 0.4em;
}
body#page_executive_dock .basicexam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 1rem;
  margin-top: 2rem;
}
body#page_executive_dock .basicexam figure {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 48%;
          flex: 1 1 48%;
}
body#page_executive_dock .basicexam figure img {
  height: 29vw;
  margin: 0 auto;
}
body#page_executive_dock .basicexam figure figcaption {
  font-size: 1.1rem;
  text-align: center;
}
body#page_executive_dock .schedule_2days > table {
  margin-bottom: 2rem;
}
body#page_executive_dock .schedule_2days > table caption {
  text-align: left;
}
body#page_executive_dock .schedule_2days > table th {
  width: 25%;
  vertical-align: top;
}
body#page_executive_dock .schedule_2days > table td {
  vertical-align: top;
}
@media screen and (min-width: 48em), print {
  body#page_executive_dock .basicexam {
    margin-top: 40px;
  }
  body#page_executive_dock .basicexam figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 content;
            flex: 0 0 content;
  }
  body#page_executive_dock .basicexam figure img {
    height: auto;
    margin: 0 0 8px;
  }
  body#page_executive_dock .basicexam figure figcaption {
    font-size: 1.6rem;
  }
  body#page_executive_dock .schedule_2days {
    width: 1080px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body#page_executive_dock .schedule_2days > table {
    width: 47%;
    margin-bottom: 25px;
  }
  body#page_executive_dock .schedule_2days > table th {
    width: 20%;
    padding: 20px 0;
  }
  body#page_executive_dock .schedule_2days > table td {
    padding: 20px 14px 20px 26px;
  }
}

body#page_symptom_disease .search_index {
  margin: 0 0 5rem;
}
body#page_symptom_disease .search_index dt {
  padding: 0.5rem 1.2rem 0.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 112.5%;
  background: #f2f5f7;
  border-bottom: 2px solid #006f45;
}
body#page_symptom_disease .search_index dt::before {
  display: inline-block;
  margin-right: 0.3rem;
  content: "▲";
  color: #006f45;
  -webkit-transform: scale(0.6) rotate(90deg);
          transform: scale(0.6) rotate(90deg);
}
body#page_symptom_disease .search_index dt:not(:first-of-type) {
  margin-top: 1.5rem;
}
body#page_symptom_disease .search_index dd {
  padding: 1rem 1.2rem;
  background: #fff;
  border: 3px solid #f2f5f7;
}
body#page_symptom_disease .search_index dd ul {
  line-height: 1.6;
}
body#page_symptom_disease .search_index dd ul ~ ul {
  margin-top: 1rem;
}
body#page_symptom_disease .article_columns + .article_columns {
  margin-top: 5rem;
}
body#page_symptom_disease .article_columns > section > section {
  margin-top: 2rem;
}
body#page_symptom_disease .article_columns .img_symptom {
  max-width: 50%;
  margin: 0 auto 1.4rem;
}
body#page_symptom_disease .article_columns .img_disease {
  max-width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 48em), print {
  body#page_symptom_disease .search_index {
    margin: 0 0 100px;
  }
  body#page_symptom_disease .search_index dt {
    padding: 12px 14px 6px;
  }
  body#page_symptom_disease .search_index dt:not(:first-of-type) {
    margin-top: 30px;
  }
  body#page_symptom_disease .search_index dd {
    padding: 22px 30px 17px;
    border-width: 5px;
  }
  body#page_symptom_disease .search_index dd ul {
    line-height: 1.8;
  }
  body#page_symptom_disease .search_index dd ul ~ ul {
    margin-top: 1.6rem;
  }
  body#page_symptom_disease .article_columns + .article_columns {
    margin-top: 90px;
  }
  body#page_symptom_disease .article_columns > section > section {
    margin-top: 40px;
  }
  body#page_symptom_disease .article_columns .img_symptom {
    float: right;
    max-width: 280px;
    margin: 0 0 0 40px;
  }
  body#page_symptom_disease .article_columns .img_disease {
    float: right;
    max-width: 300px;
    margin: 0 0 0 50px;
  }
  body#page_symptom_disease .article_columns .img_disease + section {
    margin-top: 0;
  }
}

body#page_regulations .regulation_note {
  font-size: 1.2rem;
  line-height: 1;
  text-align: right;
}
body#page_regulations .regulation_tbl {
  margin-top: 0.5rem;
}
body#page_regulations .regulation_tbl th {
  font-weight: normal;
  font-size: 1.2rem;
  text-align: left;
  background: #f3f6f6;
}
body#page_regulations .regulation_tbl th.grandhead {
  background: rgb(215.0571428571, 225.0428571429, 225.0428571429);
}
body#page_regulations .regulation_tbl td {
  padding: 0.5rem 1.5rem;
}
body#page_regulations .regulation_tbl thead th {
  color: #fff;
  background: rgb(83.8285714286, 111.7714285714, 111.7714285714);
}
body#page_regulations .regulation_tbl .colth {
  width: 12em;
}
body#page_regulations .regulation_tbl .colth_grd {
  width: 7.5em;
}
body#page_regulations .regulation_tbl .colth_sub {
  width: 16.5em;
}
body#page_regulations .regulation_tbl .colth_sub1 {
  width: 10em;
}
body#page_regulations .regulation_tbl .colth_sub2 {
  width: 6.5em;
}
@media screen and (min-width: 48em), print {
  body#page_regulations .regulation_note {
    font-size: 1.4rem;
    text-align: right;
  }
  body#page_regulations .regulation_tbl {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  body#page_regulations .regulation_tbl th {
    font-size: 1.6rem;
  }
  body#page_regulations .regulation_tbl td {
    padding: 20px 30px;
  }
  body#page_regulations .regulation_tbl thead th {
    padding: 12px 26px;
  }
  body#page_regulations .regulation_tbl .colth {
    width: 300px;
  }
  body#page_regulations .regulation_tbl .colth_grd {
    width: 220px;
  }
  body#page_regulations .regulation_tbl .colth_sub {
    width: 360px;
  }
  body#page_regulations .regulation_tbl .colth_sub1 {
    width: 210px;
  }
  body#page_regulations .regulation_tbl .colth_sub2 {
    width: 150px;
  }
}

body#page_online_reservation .reserve_links li:not(:first-child) {
  margin-top: 1em;
}
body#page_explanation_findingterms .glossary .WordItem table:not(:first-of-type) {
  margin-top: 1.5rem;
}
body#page_explanation_findingterms .glossary .WordItem table caption {
  margin-bottom: 0.7rem;
  padding-left: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: left;
  border-left-width: 2px;
  border-left-style: solid;
}
body#page_explanation_findingterms .glossary .WordItem table thead th {
  font-weight: normal;
  font-size: 1.2rem;
  text-align: center;
  background: #f2f5f7;
}
body#page_explanation_findingterms .glossary .WordItem table thead td {
  font-size: 1.1rem;
  text-align: center;
}
body#page_explanation_findingterms .glossary .WordItem table tbody th {
  white-space: nowrap;
  text-align: left;
}
body#page_explanation_findingterms .glossary .WordItem table tbody th span {
  display: inline-block;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.3;
}
body#page_explanation_findingterms .glossary .WordItem table tbody td {
  text-align: left;
}
body#page_explanation_findingterms .glossary .WordItem table tbody td.thsub {
  text-align: center;
  border-left: none;
}
body#page_explanation_findingterms .glossary .WordItem table tbody td span {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.3;
}
body#page_explanation_findingterms .glossary .WordItem table tbody td span.sml {
  font-size: 1rem;
}
body#page_explanation_findingterms .glossary .WordItem_tbl {
  border-top-color: #0c0 !important;
}
body#page_explanation_findingterms .glossary .WordItem_tbl caption {
  border-left-color: #0c0;
}
body#page_explanation_findingterms .glossary .WordItem_tbl col.colth {
  width: 10%;
  background: rgba(0, 204, 0, 0.1);
}
body#page_explanation_findingterms .glossary .WordItem_tbl col.colthsub {
  background: rgba(0, 204, 0, 0.1);
}
body#page_explanation_findingterms .glossary .WordItem_tbl col.coltd {
  width: 28%;
}
body#page_explanation_findingterms .glossary .WordItem_tbl col.colpr {
  width: 28%;
}
body#page_explanation_findingterms .glossary .WordItem_tbl tbody th {
  border-right: 1px dotted #dcdcdc;
}
body#page_explanation_findingterms .glossary .WordItem_tbl tbody td.thsub {
  font-size: 1.2rem;
}
body#page_explanation_findingterms .glossary .WordItem_tbl tbody td:first-child {
  width: 35%;
  background: #def0e6;
  text-align: center;
}
body#page_explanation_findingterms .checkup_guidance {
  margin-top: 4rem;
}
body#page_explanation_findingterms .checkup_guidance_cols > section {
  margin-top: 2.5rem;
}
body#page_explanation_findingterms .checkup_guidance_cols .tit_03 span {
  display: inline-block;
  margin-top: 0.3rem;
  font-weight: normal;
  font-size: 1.6rem;
}
body#page_explanation_findingterms .checkup_guidance_cols .tit_04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.3rem;
}
body#page_explanation_findingterms .checkup_guidance_cols .tit_04 .fee {
  font-size: 1.4rem;
  line-height: 1.4;
}
body#page_explanation_findingterms .checkup_guidance_cols .date dt, body#page_explanation_findingterms .checkup_guidance_cols .date dd {
  display: inline-block;
}
body#page_explanation_findingterms .checkup_guidance_cols p + dl.date {
  margin-top: -1em;
}
@media screen and (min-width: 48em), print {
  body#page_explanation_findingterms .glossary .WordItem {
    width: 1080px;
    margin: 0 auto;
  }
  body#page_explanation_findingterms .glossary .WordItem table {
    font-size: 1.8rem;
  }
  body#page_explanation_findingterms .glossary .WordItem table:not(:first-of-type) {
    margin-top: 30px;
  }
  body#page_explanation_findingterms .glossary .WordItem table caption {
    margin-bottom: 14px;
    padding-left: 20px;
    font-size: 2.2rem;
    border-left-width: 3px;
  }
  body#page_explanation_findingterms .glossary .WordItem table thead th {
    padding: 1em 0;
    font-size: 1.6rem;
  }
  body#page_explanation_findingterms .glossary .WordItem table thead td {
    padding: 18px 0;
    font-size: 1.5rem;
  }
  body#page_explanation_findingterms .glossary .WordItem table thead td.basic {
    border-left: none;
  }
  body#page_explanation_findingterms .glossary .WordItem table tbody th {
    padding: 20px;
    font-size: 2rem;
  }
  body#page_explanation_findingterms .glossary .WordItem table tbody th span {
    font-size: 1.5rem;
  }
  body#page_explanation_findingterms .glossary .WordItem table tbody td {
    padding: 20px 15px;
  }
  body#page_explanation_findingterms .glossary .WordItem table tbody td span {
    font-size: 1.5rem;
  }
  body#page_explanation_findingterms .glossary .WordItem table tbody td span.sml {
    font-size: 1.3rem;
  }
  body#page_explanation_findingterms .glossary .WordItem_tbl col.colpr {
    width: 25%;
  }
  body#page_explanation_findingterms .glossary .WordItem_tbl tbody td.thsub {
    font-size: 1.6rem;
  }
  body#page_explanation_findingterms .checkup_guidance {
    margin-top: 80px;
  }
  body#page_explanation_findingterms .checkup_guidance_cols > section {
    margin-top: 50px;
  }
  body#page_explanation_findingterms .checkup_guidance_cols .tit_03 span {
    font-size: 1.8rem;
  }
  body#page_explanation_findingterms .checkup_guidance_cols .tit_04 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    row-gap: 0;
  }
  body#page_explanation_findingterms .checkup_guidance_cols .tit_04 .fee {
    font-size: 1.8rem;
    line-height: inherit;
  }
}