@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

dl dt,
dl dd {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: inherit;
}

img, iframe {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

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

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

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

.bold {
  font-weight: bold !important;
}

.d_inlineblock {
  display: inline-block !important;
}

.marker_text {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffc));
  background: linear-gradient(transparent 70%, #ffc 0%);
  display: inline;
}

.clr_red_02 {
  color: #FE0404 !important;
}

.fontsize90 {
  font-size: 90% !important;
}

.fontsize110 {
  font-size: 110% !important;
}

.indent_minus1em {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (min-width: 48em), print {
  .fontsize100_pc {
    font-size: 100% !important;
  }
}
.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

.img_l, .img_r {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 1rem auto;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
.sp_n {
  display: none !important;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block !important;
  }
  .pc_n {
    display: none !important;
  }
}
.mt40 {
  margin-top: 4rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mt5 {
  margin-top: 0.5rem !important;
}

.mt0 {
  margin-top: 0 !important;
}

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

.ml1em {
  margin-left: 1em !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  .mt5 {
    margin-top: 1rem !important;
  }
  .ml5_pc {
    margin-left: 1rem !important;
  }
  .mr5_pc {
    margin-right: 1rem !important;
  }
  .mt10_pc {
    margin-top: 2rem !important;
  }
  .mt0_pc {
    margin-top: 0 !important;
  }
  .mb0_pc {
    margin-bottom: 0 !important;
  }
}
.width20per {
  width: 20% !important;
}

.width25per {
  width: 25% !important;
}

.width30per {
  width: 30% !important;
}

.width35per {
  width: 35% !important;
}

.width37_5per {
  width: 37.5% !important;
}

.width40per {
  width: 40% !important;
}

.width50per {
  width: 50% !important;
}

.width60per {
  width: 60% !important;
}

.width70per {
  width: 70% !important;
}

.width75per {
  width: 75% !important;
}

.width80per {
  width: 80% !important;
}

.width90per {
  width: 90% !important;
}

@media screen and (min-width: 48em), print {
  .width_auto_pc {
    width: auto !important;
  }
  .max_width50per_pc {
    max-width: 50% !important;
  }
  .max_width350_pc {
    width: 35rem;
  }
}
.scrollx_sp_width180,
.scrollx_sp_width200 {
  overflow-x: scroll;
  width: 100%;
}
.scrollx_sp_width180 > *,
.scrollx_sp_width200 > * {
  width: 180% !important;
  margin-bottom: 0.5rem;
}

.scrollx_sp_width200 > * {
  width: 200% !important;
}

@media screen and (min-width: 48em), print {
  .scrollx_sp_width180,
  .scrollx_sp_width200 {
    overflow-x: visible;
  }
  .scrollx_sp_width180 > *,
  .scrollx_sp_width200 > * {
    width: 100% !important;
    margin-bottom: 0;
  }
}
.ov_h {
  overflow: hidden;
}

.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
  line-height: 1.5;
}
.tbl_time caption .box_caption {
  border: 0.2rem solid #9BD8A7;
  margin-top: 0.3em;
  padding: 0.4em 0.7em;
  border-radius: 1rem;
}
.tbl_time tr th {
  font-weight: normal;
  background: #fff;
  line-height: 1.1;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #00913A;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  border-bottom: 1px solid #DED7CF;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.8rem 0;
  background: #fff;
  border-bottom: 1px solid #DED7CF;
  line-height: 1.1;
  color: #00913A;
}
.tbl_time tr:first-child > *:first-child {
  border-radius: 1rem 0 0 0;
}
.tbl_time tr:first-child > *:last-child {
  border-radius: 0 1rem 0 0;
}
.tbl_time tr:last-child > *:first-child {
  border-radius: 0 0 0 1rem;
}
.tbl_time tr:last-child > *:last-child {
  border-radius: 0 0 1rem 0;
}
.tbl_time tr:last-child > *,
.tbl_time tr:last-child th.time {
  border-bottom: none;
}
.tbl_time.timetable_rheumati tr th[scope=col] {
  background: #006934;
}
.tbl_time.timetable_rheumati tr td {
  padding: 0.4rem 0;
  color: #006934;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 2rem;
  }
  .tbl_time caption {
    line-height: 1.8;
  }
  .tbl_time caption .box_caption {
    border-radius: 2rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 1.2rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 22%;
  }
  .tbl_time tr td {
    padding: 1.7rem 0;
    line-height: 1.2;
  }
  .tbl_time tr:first-child > *:first-child {
    border-radius: 2rem 0 0 0;
  }
  .tbl_time tr:first-child > *:last-child {
    border-radius: 0 2rem 0 0;
  }
  .tbl_time tr:last-child > *:first-child {
    border-radius: 0 0 0 2rem;
  }
  .tbl_time tr:last-child > *:last-child {
    border-radius: 0 0 2rem 0;
  }
  .tbl_time tr:last-child > *,
  .tbl_time tr:last-child th.time {
    border-bottom: none;
  }
  .tbl_time.timetable_rheumati tr td {
    padding: 2rem 0;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  font-size: 2.3rem;
  color: #00913A;
  padding: 3.5rem 0.5rem;
  text-align: center;
  width: 100%;
  background: url(../img/tit_01_bg.jpg) no-repeat center center/cover;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.tit_02 {
  letter-spacing: 0.05em;
  line-height: 1.38;
  margin: 5rem 0 2rem;
  font-size: 1.9rem;
  text-align: center;
  color: #5A3A13;
  font-weight: 500;
}
.tit_02::before {
  content: "";
  display: block;
  margin-bottom: 0.14em;
  height: 1.666em;
  background: url(../img/tit_02_icon.svg) no-repeat center center/contain;
}

.tit_03 {
  color: #00913A;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 4rem 0 1.5rem;
  letter-spacing: 0.05em;
  padding-bottom: 0.4em;
  position: relative;
  font-weight: 500;
}
.tit_03::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#00913A), color-stop(5.4em, #00913A), color-stop(5.4em, #8DC21F), to(#8DC21F));
  background: linear-gradient(to right, #00913A 0%, #00913A 5.4em, #8DC21F 5.4em, #8DC21F 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.tit_04 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 3.8rem 0 1.5rem;
  background: #00913A;
  position: relative;
  padding: 0.35em 0.5em 0.4em 1.4em;
  border-radius: 0.83em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.tit_04::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.87em;
  left: 0.5em;
  background: #8DC21F;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
}

.tit_05 {
  color: #333;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 3.5rem 0 1.5rem;
  letter-spacing: 0.05em;
  padding: 0.1em 0 0.1em 0.6em;
  font-weight: 500;
  position: relative;
}
.tit_05::before {
  content: "";
  display: block;
  width: 0.14em;
  height: 100%;
  border-radius: 10rem;
  background: #00913A;
  position: absolute;
  left: 0;
  top: 0;
}

.tit_06 {
  color: #00913A;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 3rem 0 1.4rem;
  letter-spacing: 0.05em;
  padding: 0 0 0.25em;
  font-weight: 500;
  position: relative;
  border-bottom: 0.1rem dashed #8DC21F;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 10.7rem 2rem;
    font-size: 4rem;
    width: auto;
  }
  .tit_02 {
    font-size: 3.6rem;
    margin: 10rem 0 3rem;
  }
  .tit_03 {
    font-size: 2.8rem;
    margin: 8.5rem 0 2rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    margin: 7.5rem 0 2rem;
  }
  .tit_05 {
    font-size: 2.2rem;
    line-height: 1.3;
    margin: 6.5rem 0 2rem;
  }
  .tit_06 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 4rem 0 1.8rem;
  }
}
.tit_02 + .tit_03 {
  margin-top: 0;
}

.tit_03 + .tit_04 {
  margin-top: 0;
}

.tit_04 + .tit_05 {
  margin-top: 0;
}

.tit_05 + .tit_06 {
  margin-top: 0;
}

.text_general {
  margin-bottom: 1.5rem;
}

.text_link_general {
  color: #00913A;
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  .text_general {
    margin-bottom: 1.8rem;
  }
  .text_link_general:hover, .text_link_general:focus {
    opacity: 1;
    text-decoration: none;
  }
}
.imgtxt,
.imgtxt_reverse {
  margin-bottom: 1.5rem;
}
.imgtxt .imgtxt_image,
.imgtxt_reverse .imgtxt_image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 auto 1.5rem;
  max-width: 90%;
  text-align: center;
}
.imgtxt .imgtxt_txt :last-child,
.imgtxt_reverse .imgtxt_txt :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .imgtxt,
  .imgtxt_reverse {
    margin-bottom: 2rem;
  }
  .imgtxt .imgtxt_image,
  .imgtxt_reverse .imgtxt_image {
    float: right;
    margin: 0 0 2.5rem 2.5rem;
    max-width: 48rem;
  }
  .imgtxt::after,
  .imgtxt_reverse::after {
    content: "";
    display: block;
    clear: both;
  }
  .imgtxt_reverse .imgtxt_image {
    float: left;
    margin: 0 2rem 2rem 0;
  }
}
.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex2 > * {
  width: 47%;
  margin-top: 2.5rem;
}
.flex2 > *:nth-child(-n+2) {
  margin-top: 0;
}
.flex2 > *:nth-child(2n) {
  margin-left: 6%;
}

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex3 > * {
  width: 31%;
  margin-top: 2.5rem;
  margin-left: 3.5%;
}
.flex3 > *:nth-child(-n+3) {
  margin-top: 0;
}
.flex3 > *:nth-child(3n+1) {
  margin-left: 0;
}

.flex2_pc > * {
  margin-top: 2rem;
}
.flex2_pc > *:first-child {
  margin-top: 0;
}

.flex3_pc > * {
  margin-top: 2rem;
}
.flex3_pc > *:first-child {
  margin-top: 0;
}

@media screen and (min-width: 48em), print {
  .flex2_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2_pc > * {
    width: 47%;
    margin-top: 3rem;
  }
  .flex2_pc > *:nth-child(n) {
    margin-left: 0;
  }
  .flex2_pc > *:nth-child(-n+2) {
    margin-top: 0;
  }
  .flex2_pc > *:nth-child(2n) {
    margin-left: 6%;
  }
  .column_count2_pc {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .flex3_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex3_pc > * {
    width: 31%;
    margin-top: 3rem;
  }
  .flex3_pc > *:nth-child(n) {
    margin-left: 3.5%;
  }
  .flex3_pc > *:nth-child(-n+3) {
    margin-top: 0;
  }
  .flex3_pc > *:nth-child(3n+1) {
    margin-left: 0;
  }
  .column_count3_pc {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
.list_ul_01 {
  margin-bottom: 2rem;
}
.list_ul_01 > li {
  margin-top: 1rem;
  position: relative;
  padding-left: 1em;
}
.list_ul_01 > li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #00913A;
  border-radius: 50%;
  position: absolute;
  left: 0.1em;
  top: 0.6em;
}
.list_ul_01 > li:first-child {
  margin-top: 0;
}

.list_ol_01,
.list_ol_counter_noreset_01 {
  counter-reset: number 0;
  margin: 0;
  padding-left: 1.6rem;
  margin-bottom: 2rem;
}
.list_ol_01 > li,
.list_ol_counter_noreset_01 > li {
  counter-increment: number 1;
  padding-left: 0.3rem;
  margin-top: 1rem;
  position: relative;
}
.list_ol_01 > li::before,
.list_ol_counter_noreset_01 > li::before {
  display: inline-block;
  content: counter(number) ".";
  position: absolute;
  right: 100%;
  top: 0;
}
.list_ol_01 > li:first-child,
.list_ol_counter_noreset_01 > li:first-child {
  margin-top: 0;
}

.list_ol_counter_noreset_01 {
  counter-reset: none;
}

.flex2.list_ul_01 > li:nth-child(-n+2), .flex2.list_ol_01 > li:nth-child(-n+2), .flex2.list_ol_counter_noreset_01 > li:nth-child(-n+2) {
  margin-top: 0;
}

.flex3.list_ul_01 > li:nth-child(-n+3), .flex3.list_ol_01 > li:nth-child(-n+3), .flex3.list_ol_counter_noreset_01 > li:nth-child(-n+3) {
  margin-top: 0;
}

.list_anchor_btn > li {
  margin-top: 1rem;
}
.list_anchor_btn > li:first-child {
  margin-top: 0;
}
.list_anchor_btn > li a {
  display: block;
  padding: 0.7em 2.5em 0.7em 2.5em;
  border-radius: 10rem;
  background: #fff;
  border: 0.1rem solid #8DC21F;
  color: #8DC21F;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
.list_anchor_btn > li a::after {
  display: block;
  font-family: "fontello";
  content: "\e921";
  position: absolute;
  top: 50%;
  left: 0.7em;
  -webkit-transform: translateY(-42%);
          transform: translateY(-42%);
  line-height: 1;
}

.list_dl_01,
.list_dl_01_50percent {
  margin: 0 0 2rem;
  border: 1px solid #DED7CF;
}
.list_dl_01 dt,
.list_dl_01_50percent dt {
  padding: 1rem;
  background: #00913A;
  color: #fff;
}
.list_dl_01 dt > *:last-child,
.list_dl_01_50percent dt > *:last-child {
  margin-bottom: 0;
}
.list_dl_01 dd,
.list_dl_01_50percent dd {
  margin: 0;
  padding: 1rem;
  background: #fff;
}
.list_dl_01 dd > *:last-child,
.list_dl_01_50percent dd > *:last-child {
  margin-bottom: 0;
}
.list_dl_01 dd:not(:last-child),
.list_dl_01_50percent dd:not(:last-child) {
  border-bottom: 1px solid #DED7CF;
}

@media screen and (min-width: 48em), print {
  .list_ul_01 > li::before {
    top: 0.85em;
  }
  .list_ol_01,
  .list_ol_counter_noreset_01 {
    padding-left: 2rem;
  }
  .flex2_pc.list_ul_01 > li:nth-child(-n+2), .flex2_pc.list_ol_01 > li:nth-child(-n+2), .flex2_pc.list_ol_counter_noreset_01 > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .flex3_pc.list_ul_01 > li:nth-child(-n+3), .flex3_pc.list_ol_01 > li:nth-child(-n+3), .flex3_pc.list_ol_counter_noreset_01 > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .list_anchor_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list_anchor_btn > li {
    width: 28.5rem;
    margin-right: 2rem;
    margin-top: 2rem;
  }
  .list_anchor_btn > li:nth-child(4n) {
    margin-right: 0;
  }
  .list_anchor_btn > li:nth-child(-n+4) {
    margin-top: 0;
  }
  .list_anchor_btn > li a {
    text-align: left;
    padding: 0.8em 1em 0.8em 2.5em;
    width: 100%;
    margin: 0;
  }
  .list_anchor_btn > li a::after {
    -webkit-transform: translateY(-38%);
            transform: translateY(-38%);
    font-size: 111%;
  }
  .list_anchor_btn > li a:hover, .list_anchor_btn > li a:focus {
    color: #fff;
    background-color: #8DC21F;
    opacity: 1;
  }
  .list_dl_01,
  .list_dl_01_50percent {
    width: 100%;
    border-right: none;
    border-left: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list_dl_01 dt,
  .list_dl_01_50percent dt {
    width: 28%;
    padding: 2rem 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .list_dl_01 dt:not(:last-of-type),
  .list_dl_01_50percent dt:not(:last-of-type) {
    border-bottom: 1px solid #DED7CF;
  }
  .list_dl_01 dd,
  .list_dl_01_50percent dd {
    width: 72%;
    padding: 2rem 2.5rem;
  }
  .list_dl_01_50percent dt {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .list_dl_01_50percent dd {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.box_general_01 {
  padding: 1.2rem 1.2rem;
  margin-bottom: 2rem;
  position: relative;
  background: #F3F8E8;
  border-radius: 1rem;
}
.box_general_01.type_02 {
  background: #FEF7E6;
}
.box_general_01 > :first-child {
  margin-top: 0;
}
.box_general_01 > :last-child {
  margin-bottom: 0;
}

.box_general_wrap {
  margin-bottom: 2rem;
}
.box_general_wrap .box_general_01 {
  background: #fff;
  border: 0.2rem solid #C7E097;
}
.box_general_wrap .box_general_01:not(:last-child) {
  margin-bottom: 5rem;
}
.box_general_wrap .box_general_01:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 2.5rem 0 2.5rem;
  border-color: #00913A transparent transparent transparent;
  position: absolute;
  top: calc(100% + 2.3rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 0.3rem;
}
.box_general_wrap .box_general_01:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .box_general_01 {
    padding: 2rem 2rem;
    border-radius: 2rem;
  }
  .box_general_wrap .box_general_01:not(:last-child) {
    margin-bottom: 6rem;
  }
  .box_general_wrap .box_general_01:not(:last-child)::after {
    border-width: 2rem 5rem 0 5rem;
    top: calc(100% + 2.3rem);
    border-radius: 0.6rem;
  }
}
.btn_general_01 {
  display: block;
  padding: 0.8em 2em;
  border-radius: 10rem;
  background: #fff;
  border: 0.1rem solid #00913A;
  color: #00913A;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
.btn_general_01::after {
  display: block;
  font-family: "fontello";
  content: "\e91b";
  position: absolute;
  top: 50%;
  right: 0.7em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .btn_general_01 {
    display: inline-block;
    padding: 0.8em 2.5em;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    min-width: 28.5rem;
  }
  .btn_general_01:hover, .btn_general_01:focus {
    color: #fff;
    background-color: #00913A;
    opacity: 1;
  }
}
.table_01 {
  border-spacing: 0;
  border: 1px solid #DED7CF;
  border-right: none;
  border-bottom: none;
  width: 100%;
  margin-bottom: 1.4rem;
}
.table_01 caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.table_01 th {
  background: #F3F8E8;
  color: #00913A;
}
.table_01 td {
  background: #fff;
}
.table_01 th, .table_01 td {
  font-weight: normal;
  border: 1px solid #DED7CF;
  border-top: none;
  border-left: none;
  padding: 0.6rem;
  font-weight: 500;
}
.table_01 th > *:last-child, .table_01 td > *:last-child {
  margin-bottom: 0;
}
.table_01 thead th {
  background: #00913A;
  color: #fff;
}

@media screen and (min-width: 48em), print {
  .table_01 {
    margin-bottom: 1.8rem;
  }
  .table_01 th, .table_01 td {
    padding: 1rem;
  }
}
.flex_timetable_lower > div {
  margin-top: 3.5rem;
}
.flex_timetable_lower > div .tit {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.7rem;
  line-height: 1.3;
  padding-top: 0.75em;
  margin-bottom: 1.2em;
  position: relative;
  font-weight: 500;
}
.flex_timetable_lower > div .tit::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2em;
  height: 0.1em;
  background: -webkit-gradient(linear, left top, right top, from(#8DC21F), color-stop(50%, #8DC21F), color-stop(50%, #00913A), to(#00913A));
  background: linear-gradient(to right, #8DC21F 0%, #8DC21F 50%, #00913A 50%, #00913A 100%);
}
.flex_timetable_lower > div:first-child {
  margin-top: 0;
}

@media screen and (min-width: 48em), print {
  .flex_timetable_lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex_timetable_lower > div {
    width: 57rem;
    margin: 0;
  }
  .flex_timetable_lower > div .tit {
    font-size: 3rem;
  }
}
.pay_credit_code_general {
  text-align: center;
  margin-bottom: 1.4rem;
}
.pay_credit_code_general .row_pay {
  margin-top: 2rem;
}
.pay_credit_code_general .row_pay:first-child {
  margin-top: 0;
}
.pay_credit_code_general .row_pay > div {
  margin-top: 1rem;
}
.pay_credit_code_general .row_pay > div:first-child {
  margin-top: 0;
}
.pay_credit_code_general .pay_credit_01 img {
  width: 15.1rem;
}
.pay_credit_code_general .pay_credit_02 img {
  width: 16rem;
}
.pay_credit_code_general .pay_code_01 img {
  width: 21.9rem;
}
.pay_credit_code_general .pay_code_02 img {
  width: 20.3rem;
}

@media screen and (min-width: 48em), print {
  .pay_credit_code_general {
    margin-bottom: 2rem;
  }
  .pay_credit_code_general .row_pay {
    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;
    margin-top: 2rem;
  }
  .pay_credit_code_general .row_pay:first-child {
    margin-top: 0;
  }
  .pay_credit_code_general .row_pay > div {
    margin-top: 0;
  }
  .pay_credit_code_general .pay_credit_01 {
    margin-right: 3rem;
  }
  .pay_credit_code_general .pay_credit_01 img {
    width: 30.3rem;
  }
  .pay_credit_code_general .pay_credit_02 img {
    width: 31.9rem;
  }
  .pay_credit_code_general .pay_code_01 {
    margin-right: 1.4rem;
  }
  .pay_credit_code_general .pay_code_01 img {
    width: 43.8rem;
  }
  .pay_credit_code_general .pay_code_02 img {
    width: 40.6rem;
  }
}
html {
  font-size: 3.125vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

body {
  background: #fff;
  color: #333;
}

.scroll-prevent {
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

p {
  margin-top: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.wrap {
  padding: 3rem 1rem;
}

.main {
  font-size: 1.4rem;
  line-height: 1.6;
}
.main section.wrap > :first-child,
.main > .wrap > :first-child {
  margin-top: 0;
}
.main section.wrap > :last-child,
.main > .wrap > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, a:focus, button:hover, button:focus {
    opacity: 0.6;
  }
  .wrap {
    width: 1200px;
    margin: auto;
    padding: 4rem 0;
  }
  .main {
    font-size: 1.8rem;
    line-height: 2;
  }
}
@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.eot");
  src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg");
}
.header .wrap {
  margin: 1rem;
  padding: 0;
}
.header .wrap .logo {
  height: 5rem;
  margin-bottom: 1.1rem;
}
.header .wrap .logo a {
  display: block;
  width: 78%;
  height: 100%;
  background: url(../img/logo_01.svg) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .head_right {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header .wrap .head_right .header_tel_wrap {
  width: 100%;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.header .wrap .head_right .header_tel_wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 0.7rem;
}
.header .wrap .head_right .header_tel_wrap > div .tit_tel {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  min-width: 6.666em;
  text-align: center;
  color: #fff;
  background: #00913A;
  border-radius: 10rem;
  padding: 0.3em 0.3em;
  margin-right: 0.7em;
}
.header .wrap .head_right .header_tel_wrap > div .telephone > a,
.header .wrap .head_right .header_tel_wrap > div .telephone > span {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 1.777em;
  color: #00913A;
  letter-spacing: 0.05em;
  line-height: 1;
}
.header .wrap .head_right .header_tel_wrap > div .telephone > a::before,
.header .wrap .head_right .header_tel_wrap > div .telephone > span::before {
  font-family: "fontello";
  content: "\e918";
  display: inline-block;
  margin-right: 0.2em;
  font-size: 85%;
}
.header .wrap .head_right .header_tel_wrap > div:first-child {
  margin-top: 0;
}
.header .wrap .head_right .header_tel_wrap > div:nth-child(2) .tit_tel {
  background: #00A199;
}
.header .wrap .head_right .header_tel_wrap > div:nth-child(2) .telephone > a,
.header .wrap .head_right .header_tel_wrap > div:nth-child(2) .telephone > span {
  color: #00A199;
}
.header .wrap .head_right .header_access {
  width: 64%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border: 0.1rem solid #5A3A13;
  font-size: 1.1rem;
  border-radius: 10rem;
}
.header .wrap .head_right .header_access .tit {
  background: #5A3A13;
  color: #fff;
  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;
  text-align: center;
  width: 57.7%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  line-height: 1.55;
  padding: 0.4em 0.2em;
  border-radius: 0 10rem 10rem 0;
}
.header .wrap .head_right .header_access .text {
  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;
  color: #5A3A13;
  font-size: 122%;
  width: 100%;
  letter-spacing: 0.05em;
  padding-bottom: 0.35em;
}
.header .wrap .head_right .header_access .text .num {
  color: #00913A;
  font-size: 145%;
  line-height: 1;
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(0.05em);
          transform: translateY(0.05em);
}
.header .wrap .head_right .header_instagram {
  padding: 1.3rem 1.3rem 1.3rem 2.6rem;
  margin-left: 2.6rem;
  position: relative;
}
.header .wrap .head_right .header_instagram::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 3rem;
  background: #DED7CF;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .wrap .head_right .header_instagram a img {
  min-width: 29px;
  width: 2.6rem;
}

@media screen and (min-width: 48em), print {
  .header .wrap {
    margin: 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem 0 1.8rem;
  }
  .header .wrap .logo {
    width: 29.6rem;
    height: 9rem;
    margin: 0;
  }
  .header .wrap .logo a {
    width: 100%;
  }
  .header .wrap .head_right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .header .wrap .head_right .header_tel_wrap {
    width: auto;
    font-size: 1.8rem;
    margin: 0 2.4rem 0 0;
  }
  .header .wrap .head_right .header_tel_wrap > div {
    margin-top: 1.1rem;
  }
  .header .wrap .head_right .header_access {
    width: 27rem;
    font-size: 1.8rem;
    border-radius: 50rem;
  }
  .header .wrap .head_right .header_instagram {
    padding: 1.6rem;
    padding-left: 3rem;
    margin-left: 3rem;
  }
  .header .wrap .head_right .header_instagram::after {
    height: 4rem;
  }
  .header .wrap .head_right .header_instagram a img {
    width: 3.2rem;
  }
}
.slicknav_menu {
  position: fixed;
  top: 1rem;
  right: 0;
  font-size: 4.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 100;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: #5A3A13;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0;
  border-radius: 0.5rem;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-family: "fontello";
  content: "\e806";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::after {
  display: block;
  content: "MENU";
  font-size: 1rem;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-family: "fontello";
  content: "\e807";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1rem;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: #F1F7E4;
  padding: 0.6rem;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
  height: 100vh;
  padding-bottom: 5rem;
}
.slicknav_menu .slicknav_nav .nav_wrapper {
  padding: 1.4rem 1.4rem 10rem 0.9rem;
  max-height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav {
  border-top: 1px solid #DED7CF;
  margin: 0;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li {
  border-bottom: 1px solid #DED7CF;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a {
  display: block;
  color: #333 !important;
  padding: 1rem 3rem 1rem 0.3rem;
  font-size: 1.4rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:not(.sub)::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "\f105";
  font-size: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a.sub {
  background: none;
  border: none;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a.sub::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  font-family: "fontello";
  content: "\f107";
  font-size: 1.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:hover, .slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:focus {
  color: inherit;
  background: none;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.slicknav_parent ul li:last-child {
  border: none;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.slicknav_open > a.slicknav_item .sub::after {
  font-family: "fontello";
  content: "\f106";
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li .subnav {
  background: #fff;
  margin-bottom: 1rem;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li .subnav li a {
  padding: 1rem 3rem 1rem 0.5rem;
  color: #333;
}
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after {
  display: none !important;
}

#nav {
  display: none;
}

@media screen and (min-width: 48em), print {
  .slicknav_menu {
    display: none;
  }
  #nav {
    display: block;
    position: sticky;
    width: 100%;
    background: #fff;
    top: -1px;
    z-index: 100000;
  }
  #nav .gnav {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2.4rem 0;
  }
  #nav .gnav > li {
    position: relative;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  #nav .gnav > li > a {
    display: block;
    padding: 0 0 0 2.4rem;
    position: relative;
  }
  #nav .gnav > li > a::before {
    content: "";
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    border: 0.1rem solid #00913A;
    position: absolute;
    top: 54%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
  }
  #nav .gnav > li > a::after {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    background: #00913A;
    position: absolute;
    top: 54%;
    left: 0.3rem;
    -webkit-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  #nav .gnav > li > a:hover, #nav .gnav > li > a:focus {
    opacity: 1;
    color: #00913A;
  }
  #nav .gnav > li > a:hover::after, #nav .gnav > li > a:focus::after {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
  #nav .gnav > li .subnav {
    width: 24rem;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 1.3rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    font-size: 1.8rem;
    border-radius: 2rem;
    letter-spacing: 0.05em;
    overflow: hidden;
  }
  #nav .gnav > li .subnav li {
    width: 100%;
    border-top: 0.1rem solid #DED7CF;
  }
  #nav .gnav > li .subnav li a {
    display: block;
    width: 100%;
    padding: 1.9rem 0.5rem;
    text-align: center;
    color: #333;
    background: #fff;
  }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus {
    background: #F1F7E4;
    color: #00913A;
    opacity: 1;
  }
  #nav .gnav > li .subnav li:first-child {
    border-top: none;
  }
  .index #nav .home,
  .doctor #nav .doctor,
  .clinic #nav .clinic,
  .inspection #nav .inspection,
  .visit #nav .visit,
  .access #nav .access {
    opacity: 1;
    color: #00913A;
  }
  .index #nav .home::after,
  .doctor #nav .doctor::after,
  .clinic #nav .clinic::after,
  .inspection #nav .inspection::after,
  .visit #nav .visit::after,
  .access #nav .access::after {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
}
.overview {
  font-size: 1.4rem;
  position: relative;
  letter-spacing: 0.01em;
  font-weight: 500;
  background: #EBF4D9;
}
.overview .overview_bg > .wrap {
  position: relative;
  padding: 3rem 1rem 3rem;
}
.overview .overview_bg > .wrap .clinic_name {
  text-align: center;
  margin: 0 0 2.5rem;
}
.overview .overview_bg > .wrap .clinic_name img {
  width: 42%;
  height: auto;
}
.overview .overview_bg > .wrap .list_overview dt {
  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;
  background: #8DC21F;
  padding: 0.4em 0.5em;
  margin-top: 1.8rem;
  width: 45%;
  text-align: center;
  color: #fff;
  border-radius: 0.3rem;
}
.overview .overview_bg > .wrap .list_overview dt:first-of-type {
  margin-top: 0;
}
.overview .overview_bg > .wrap .list_overview dd {
  margin: 0.8rem 0 0;
  padding: 0;
  line-height: 1.6;
}
.overview .overview_bg > .wrap .timetable_overview {
  margin-top: 3.5rem;
}
.overview .overview_bg > .wrap .timetable_overview .tit {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.7rem;
  line-height: 1.3;
  padding-top: 0.75em;
  margin-bottom: 1.2em;
  position: relative;
  font-weight: 500;
}
.overview .overview_bg > .wrap .timetable_overview .tit::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2em;
  height: 0.1em;
  background: -webkit-gradient(linear, left top, right top, from(#8DC21F), color-stop(50%, #8DC21F), color-stop(50%, #00913A), to(#00913A));
  background: linear-gradient(to right, #8DC21F 0%, #8DC21F 50%, #00913A 50%, #00913A 100%);
}
.overview .gmap {
  margin-top: 1.5rem;
  height: 25rem;
  border-radius: 1rem;
  overflow: hidden;
}
.overview .pay_overview {
  margin-top: 2.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.overview .pay_overview .tit_pay {
  background: #8DC21F;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  padding: 0.9em 0.8em;
  text-align: center;
  font-size: 1.5rem;
}
.overview .pay_overview .box_pay {
  background: #fff;
  padding: 1rem;
}
.overview .pay_overview .box_pay dl {
  border-bottom: 0.1rem solid #DED7CF;
  margin: 0;
  padding: 0;
}
.overview .pay_overview .box_pay dl dt {
  border-top: 0.1rem solid #DED7CF;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 1rem 0 1.4rem;
  margin: 0;
}
.overview .pay_overview .box_pay dl dd {
  font-size: 1.4rem;
  padding: 0 0 1.4rem;
  margin: 0;
  text-align: center;
}
.overview .pay_overview .box_pay dl dd > div {
  margin-top: 1rem;
}
.overview .pay_overview .box_pay dl dd > div:first-child {
  margin-top: 0;
}
.overview .pay_overview .box_pay dl dd .pay_credit_01 img {
  width: 15.1rem;
}
.overview .pay_overview .box_pay dl dd .pay_credit_02 img {
  width: 16rem;
}
.overview .pay_overview .box_pay dl dd .pay_code_01 img {
  width: 21.9rem;
}
.overview .pay_overview .box_pay dl dd .pay_code_02 img {
  width: 20.3rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.8rem;
  }
  .overview .overview_bg > .wrap {
    padding: 10rem 0 10rem;
    max-width: 100%;
    position: relative;
  }
  .overview .overview_bg > .wrap .overview_flex {
    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;
  }
  .overview .overview_bg > .wrap .overview_flex > div {
    width: 57rem;
  }
  .overview .overview_bg > .wrap .clinic_name {
    margin: 0 0 4rem;
  }
  .overview .overview_bg > .wrap .clinic_name img {
    width: 19.7rem;
    height: auto;
  }
  .overview .overview_bg > .wrap .list_overview {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
  }
  .overview .overview_bg > .wrap .list_overview dt {
    padding: 0.3em 0.5em;
    width: 24.5%;
    margin-top: 1.5rem;
    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;
    line-height: 1.4;
    border-radius: 0.4rem;
  }
  .overview .overview_bg > .wrap .list_overview dd {
    padding: 0.3em 0.5em;
    width: 73%;
    margin-top: 1.5rem;
    line-height: 1.4;
  }
  .overview .overview_bg > .wrap .list_overview dd:first-of-type {
    margin-top: 0;
  }
  .overview .overview_bg > .wrap .timetable_overview {
    margin-top: 10rem;
  }
  .overview .overview_bg > .wrap .timetable_overview .tit {
    font-size: 3rem;
  }
  .overview .gmap {
    margin: 0;
    height: 69rem;
    border-radius: 2rem;
  }
  .overview .pay_overview {
    margin-top: 5rem;
    border-radius: 1rem;
  }
  .overview .pay_overview .tit_pay {
    font-size: 2.2rem;
  }
  .overview .pay_overview .box_pay {
    padding: 3.5rem 3.2rem;
  }
  .overview .pay_overview .box_pay dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .overview .pay_overview .box_pay dl dt {
    border-top: 0.1rem solid #DED7CF;
    font-size: 1.8rem;
    width: 17.5%;
    min-height: 11rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
  }
  .overview .pay_overview .box_pay dl dd {
    border-top: 0.1rem solid #DED7CF;
    font-size: 1.6rem;
    width: 82.5%;
    min-height: 11rem;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .overview .pay_overview .box_pay dl dd > div {
    margin: 0;
  }
  .overview .pay_overview .box_pay dl dd .pay_credit_01 {
    margin-right: 3rem;
    padding-left: 1.5rem;
  }
  .overview .pay_overview .box_pay dl dd .pay_credit_01 img {
    width: 30.3rem;
  }
  .overview .pay_overview .box_pay dl dd .pay_credit_02 img {
    width: 31.9rem;
  }
  .overview .pay_overview .box_pay dl dd .pay_code_01 {
    margin-right: 1.4rem;
  }
  .overview .pay_overview .box_pay dl dd .pay_code_01 img {
    width: 43.8rem;
  }
  .overview .pay_overview .box_pay dl dd .pay_code_02 img {
    width: 40.6rem;
  }
}
.tel_up {
  width: 100%;
  background: #EBF4D9;
  border-top: 0.1rem solid #8DC21F;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.1rem;
  padding: 0 3.7rem 0 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
  min-height: 4rem;
}
.tel_up .telephone > span,
.tel_up .telephone > a,
.tel_up .reserve,
.tel_up .monshin {
  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;
  color: #fff;
  font-weight: 500;
  background: #5A3A13;
  padding: 1.2rem 0.2rem 1rem;
  border-radius: 1rem 1rem 0 0;
}
.tel_up .telephone > span::before,
.tel_up .telephone > a::before,
.tel_up .reserve::before,
.tel_up .monshin::before {
  font-family: "fontello";
  content: "\e918";
  font-size: 0.8em;
  position: relative;
  display: inline-block;
  margin-right: 0.3em;
  font-size: 105%;
  font-weight: normal;
}
.tel_up .telephone > span::before,
.tel_up .telephone > a::before {
  font-size: 100%;
}
.tel_up .telephone {
  width: 34%;
}
.tel_up .reserve {
  width: 36%;
  background: #006934;
}
.tel_up .reserve::before {
  content: "\e91e";
}
.tel_up .monshin {
  width: 28%;
  background: #00913A;
}
.tel_up .monshin::before {
  content: "\e91f";
}
.tel_up .pageup {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}
.tel_up .pageup a {
  display: block;
  width: 3rem;
  height: 3.5rem;
  text-align: center;
  margin: 0 0.3rem;
  background: #AB7D3C;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 10rem 10rem 0 0;
}
.tel_up .pageup a::before {
  text-align: center;
  text-indent: 0;
  font-size: 1.4rem;
  color: #fff;
  font-family: "fontello";
  content: "\e920";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
}

@media screen and (min-width: 48em), print {
  .tel_up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 1rem;
    right: 7rem;
    left: auto;
    background: transparent;
    padding: 0;
    width: auto;
    border: none;
    min-width: auto;
    z-index: 10000;
  }
  .tel_up .telephone,
  .tel_up .reserve,
  .tel_up .monshin {
    display: none;
  }
  .tel_up .pageup {
    position: relative;
  }
  .tel_up .pageup a {
    width: 7rem;
    height: 7rem;
    margin: 0;
    border-radius: 10rem;
  }
  .tel_up .pageup a::before {
    font-size: 3rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .tel_up .pageup a:hover, .tel_up .pageup a:focus {
    opacity: 1;
  }
  .tel_up .pageup a:hover::before, .tel_up .pageup a:focus::before {
    top: 43%;
  }
}
.fixed_right_btns {
  display: none;
}

@media screen and (min-width: 48em), print {
  .fixed_right_btns {
    display: block;
    top: 19rem;
    z-index: 100000;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .fixed_right_btns .reserve,
  .fixed_right_btns .monshin {
    display: block;
    margin-top: 1rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 1.8rem;
    color: #fff;
    background: #006934;
    padding: 2.4rem 2.25rem;
    text-align: center;
    border-radius: 3.5rem 0 0 3.5rem;
    letter-spacing: 0.05em;
  }
  .fixed_right_btns .reserve::before,
  .fixed_right_btns .monshin::before {
    font-family: "fontello";
    content: "\e91e";
    font-size: 120%;
    margin-bottom: 0.1em;
  }
  .fixed_right_btns .monshin {
    background: #00913A;
  }
  .fixed_right_btns .monshin::before {
    content: "\e91f";
  }
  .fixed_right_btns .telephone {
    margin-top: 1rem;
  }
  .fixed_right_btns .telephone > span,
  .fixed_right_btns .telephone > a {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    background: #05B54C;
    color: #fff;
    margin: 0 auto;
    vertical-align: middle;
    padding: 2.4rem 0.5rem;
    text-align: center;
    border-radius: 3.5rem 0 0 3.5rem;
    letter-spacing: 0.05em;
  }
  .fixed_right_btns .telephone > span::before,
  .fixed_right_btns .telephone > a::before {
    font-family: "fontello";
    content: "\e918";
    display: block;
    font-size: 130%;
    margin-bottom: 0.05em;
  }
  .fixed_right_btns .telephone > span .hyphen_tel,
  .fixed_right_btns .telephone > a .hyphen_tel {
    display: block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    width: 100%;
    padding-bottom: 0.25em;
    margin: -0.2em auto;
  }
  .fixed_right_btns > *:first-child {
    margin-top: 0;
  }
}
.footer {
  text-align: center;
  padding: 0 0 3.8rem;
  background: #6A4D2A;
}
.footer .copy {
  display: block;
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 5rem 0 0;
    background: #6A4D2A;
  }
  .footer .copy {
    font-size: 1.6rem;
    padding: 0 0 8.5rem;
    color: #fff;
  }
  .footer ul {
    color: #333;
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 103rem;
    color: #fff;
    letter-spacing: 0.05em;
  }
  .footer ul.subnav:last-of-type {
    margin: 0 auto 6rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 1rem 0 0;
  }
  .footer ul li.abortion {
    display: none;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover, .footer ul li a:focus {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
}
.index main {
  z-index: 1;
  position: relative;
}
.index main .wrap {
  padding: 4rem 1rem;
}
.index main .tit_02_index {
  letter-spacing: 0.05em;
  line-height: 1.38;
  margin-bottom: 2.5rem;
  font-size: 1.9rem;
  text-align: center;
  color: #5A3A13;
  font-weight: 500;
}
.index main .tit_02_index::before {
  content: "";
  display: block;
  margin-bottom: 0.14em;
  height: 1.666em;
  background: url(../img/tit_02_icon.svg) no-repeat center center/contain;
}
.index main .tit_02_index .tit_en {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  display: block;
  font-size: 50%;
  letter-spacing: 0.1em;
  margin-top: 0.15em;
  line-height: 1.66;
  color: #00913A;
}

@media screen and (min-width: 48em), print {
  .index main .wrap {
    padding: 10rem 0;
  }
  .index main .wrap .tit_02_index {
    font-size: 3.6rem;
    margin-bottom: 6rem;
  }
}
.index .wrapper_keyvsl {
  line-height: 1.4;
  position: relative;
  z-index: 2;
  padding: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EBF4D9), color-stop(37rem, #EBF4D9), color-stop(37rem, #fff), to(#fff));
  background: linear-gradient(to top, #EBF4D9 0, #EBF4D9 37rem, #fff 37rem, #fff 100%);
}
.index .wrapper_keyvsl::before {
  content: "";
  display: block;
  background: url(../img/bg_grass.svg) repeat-x center top/auto 100%;
  width: 100%;
  height: 2.5rem;
  position: absolute;
  bottom: 36.9rem;
  left: 0;
}
.index .wrapper_keyvsl .wrapper_keyvsl_inner {
  width: calc(100% - 1.6rem);
  margin: 0 auto;
}
.index .wrapper_keyvsl .wrapper_keyvsl_inner::after {
  content: "";
  display: block;
  background: url(../img/illust_animals_01.svg) no-repeat right 0 center/auto 100%;
  position: absolute;
  left: -1rem;
  top: 5.2rem;
  width: 20.2rem;
  height: 20.8rem;
}
.index .wrapper_keyvsl .wrapper_keyvsl_inner > *:first-child {
  z-index: 0 !important;
  border-radius: 1.2rem;
  overflow: hidden;
}
.index .wrapper_keyvsl .wrapper_keyvsl_inner #keyvsl {
  width: 100%;
  background-size: cover;
  background-position: center center;
  padding: 25rem 1rem 0;
}
.index .wrapper_keyvsl .wrapper_keyvsl_inner .keyvsl_catch {
  font-weight: 500;
  position: absolute;
  top: 6.5rem;
  left: 1.5rem;
  font-size: 1.7rem;
  margin: 0;
  line-height: 1.6;
  text-shadow: 0 0 0.18em #fff, 0 0 0.18em #fff, 0 0 0.18em #fff, 0 0 0.18em #fff, 0 0 0.18em #fff;
  z-index: 10;
  color: #5A3A13;
}
.index .wrapper_keyvsl .wrapper_keyvsl_inner .link_list_index_top {
  -webkit-transform: translateY(-1.8rem);
          transform: translateY(-1.8rem);
  margin: 0 auto;
  width: 74%;
  z-index: 10;
  position: relative;
}
.index .wrapper_keyvsl .wrapper_keyvsl_inner .link_list_index_top > li {
  margin-top: 1rem;
}
.index .wrapper_keyvsl .wrapper_keyvsl_inner .link_list_index_top > li:first-child {
  margin-top: 0;
}
.index .wrapper_keyvsl .wrapper_keyvsl_inner .link_list_index_top > li a {
  background: #fff;
  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;
  text-align: center;
  position: relative;
  border-radius: 20rem;
  min-height: 3.6rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.16);
  color: #00913A;
}
.index .wrapper_keyvsl .wrapper_keyvsl_inner .link_list_index_top > li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.38em;
  background: url(../img/icon_pediatrics.svg) no-repeat center center/contain;
  width: 1.92em;
  height: 1.92em;
}
.index .wrapper_keyvsl .wrapper_keyvsl_inner .link_list_index_top > li a::after {
  font-family: "fontello";
  content: "\e91b";
  display: inline-block;
  color: #00913A;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 77%;
}
.index .wrapper_keyvsl .wrapper_keyvsl_inner .link_list_index_top > li.internal a::before {
  background-image: url(../img/icon_internal.svg);
}
.index .wrapper_keyvsl .wrapper_keyvsl_inner .link_list_index_top > li.rheumati a::before {
  background-image: url(../img/icon_rheumati.svg);
}
.index .wrapper_keyvsl .gmap_keyvsl {
  margin: 0 0 0;
  width: 100%;
  height: 25rem;
  overflow: hidden;
  z-index: 100;
  border-radius: 0.8rem;
  position: relative;
}
.index .wrapper_keyvsl .gmap_keyvsl iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (min-width: 48em), print {
  .index .wrapper_keyvsl {
    padding: 0;
    position: relative;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EBF4D9), color-stop(18.5rem, #EBF4D9), color-stop(18.5rem, #fff), to(#fff));
    background: linear-gradient(to top, #EBF4D9 0, #EBF4D9 18.5rem, #fff 18.5rem, #fff 100%);
    margin-top: 0;
  }
  .index .wrapper_keyvsl::before {
    height: 5rem;
    bottom: 18.4rem;
  }
  .index .wrapper_keyvsl .wrapper_keyvsl_inner {
    margin: 0 auto 0;
    width: calc(100% - 2rem);
    max-width: 190rem;
  }
  .index .wrapper_keyvsl .wrapper_keyvsl_inner::after {
    content: "";
    display: block;
    background: url(../img/illust_animals_01.svg) no-repeat right 0 center/auto 100%;
    position: absolute;
    left: 0;
    top: auto;
    bottom: -5.2rem;
    width: calc(50% - 41.8rem);
    height: 41.5rem;
  }
  .index .wrapper_keyvsl .wrapper_keyvsl_inner > *:first-child {
    z-index: 0 !important;
    border-radius: 5rem;
    overflow: hidden;
  }
  .index .wrapper_keyvsl .wrapper_keyvsl_inner #keyvsl {
    padding: 0;
    height: 70rem;
  }
  .index .wrapper_keyvsl .wrapper_keyvsl_inner .keyvsl_catch {
    top: 44.3rem;
    bottom: auto;
    left: calc(50% - 59.5rem);
    font-size: 4rem;
  }
  .index .wrapper_keyvsl .wrapper_keyvsl_inner .link_list_index_top {
    -webkit-transform: translateY(-4.5rem);
            transform: translateY(-4.5rem);
    width: 84rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 20rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
    margin: 0 auto;
  }
  .index .wrapper_keyvsl .wrapper_keyvsl_inner .link_list_index_top > li {
    margin: 0;
    width: 35.1%;
    border-left: 0.1rem solid #DED7CF;
  }
  .index .wrapper_keyvsl .wrapper_keyvsl_inner .link_list_index_top > li:first-child {
    margin-top: 0;
  }
  .index .wrapper_keyvsl .wrapper_keyvsl_inner .link_list_index_top > li a {
    min-height: 9rem;
    border-radius: 0;
    font-size: 2.6rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
  }
  .index .wrapper_keyvsl .wrapper_keyvsl_inner .link_list_index_top > li a::before {
    position: relative;
    margin-right: 0.5em;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .index .wrapper_keyvsl .wrapper_keyvsl_inner .link_list_index_top > li a::after {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 0.5em;
    -webkit-transform: none;
            transform: none;
  }
  .index .wrapper_keyvsl .wrapper_keyvsl_inner .link_list_index_top > li a:hover, .index .wrapper_keyvsl .wrapper_keyvsl_inner .link_list_index_top > li a:focus {
    opacity: 1;
    background: #F1F7E4;
  }
  .index .wrapper_keyvsl .wrapper_keyvsl_inner .link_list_index_top > li:first-child {
    border-left: none;
  }
  .index .wrapper_keyvsl .wrapper_keyvsl_inner .link_list_index_top > li:first-child a {
    border-radius: 20rem 0 0 20rem;
    padding-left: 4.5rem;
  }
  .index .wrapper_keyvsl .wrapper_keyvsl_inner .link_list_index_top > li:nth-child(2) {
    width: 29.8%;
  }
  .index .wrapper_keyvsl .wrapper_keyvsl_inner .link_list_index_top > li:nth-child(3) a {
    border-radius: 0 20rem 20rem 0;
    padding-right: 4rem;
  }
  .index .wrapper_keyvsl .gmap_keyvsl {
    width: 37rem;
    height: 37rem;
    position: absolute;
    right: calc(50% - 60rem);
    top: 24.5rem;
    left: auto;
    border-radius: 2rem;
  }
}
main .wrapper_link_list_index_top {
  background: #EBF4D9;
  z-index: 10;
  position: relative;
}
main .wrapper_link_list_index_top .wrap {
  padding-top: 0;
  padding-bottom: 0;
}
main .wrapper_link_list_index_top .wrap .link_list_index_top {
  -webkit-transform: translateY(-1.8rem);
          transform: translateY(-1.8rem);
  margin: 0 auto;
  width: 80%;
  margin-bottom: -1.8rem;
}
main .wrapper_link_list_index_top .wrap .link_list_index_top > li {
  margin-top: 1rem;
}
main .wrapper_link_list_index_top .wrap .link_list_index_top > li:first-child {
  margin-top: 0;
}
main .wrapper_link_list_index_top .wrap .link_list_index_top > li a {
  background: #fff;
  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;
  text-align: center;
  position: relative;
  border-radius: 20rem;
  min-height: 3.6rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.16);
}
main .wrapper_link_list_index_top .wrap .link_list_index_top > li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.38em;
  background: url(../img/icon_pediatrics.svg) no-repeat center center/contain;
  width: 1.92em;
  height: 1.92em;
}
main .wrapper_link_list_index_top .wrap .link_list_index_top > li a::after {
  font-family: "fontello";
  content: "\e91b";
  color: #00913A;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 77%;
}
main .wrapper_link_list_index_top .wrap .link_list_index_top > li.internal a::before {
  background-image: url(../img/icon_internal.svg);
}
main .wrapper_link_list_index_top .wrap .link_list_index_top > li.rheumati a::before {
  background-image: url(../img/icon_rheumati.svg);
}
@media screen and (min-width: 48em), print {
  main .wrapper_link_list_index_top .wrap .link_list_index_top {
    -webkit-transform: translateY(-4.5rem);
            transform: translateY(-4.5rem);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 20rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
    margin-bottom: -4.5rem;
  }
  main .wrapper_link_list_index_top .wrap .link_list_index_top > li {
    margin: 0;
    width: 34%;
  }
  main .wrapper_link_list_index_top .wrap .link_list_index_top > li:first-child {
    margin-top: 0;
  }
  main .wrapper_link_list_index_top .wrap .link_list_index_top > li a {
    min-height: 9rem;
    border-radius: 0;
    font-size: 2.6rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  main .wrapper_link_list_index_top .wrap .link_list_index_top > li a::before {
    left: 2rem;
  }
  main .wrapper_link_list_index_top .wrap .link_list_index_top > li a::after {
    right: 2rem;
  }
  main .wrapper_link_list_index_top .wrap .link_list_index_top > li a:hover, main .wrapper_link_list_index_top .wrap .link_list_index_top > li a:focus {
    opacity: 1;
    background: #F1F7E4;
  }
  main .wrapper_link_list_index_top .wrap .link_list_index_top > li:first-child a {
    border-radius: 20rem 0 0 20rem;
  }
  main .wrapper_link_list_index_top .wrap .link_list_index_top > li:first-child a::before {
    left: 3.9rem;
  }
  main .wrapper_link_list_index_top .wrap .link_list_index_top > li:nth-child(2) {
    width: 32%;
  }
  main .wrapper_link_list_index_top .wrap .link_list_index_top > li:nth-child(3) a {
    border-radius: 0 20rem 20rem 0;
  }
  main .wrapper_link_list_index_top .wrap .link_list_index_top > li:nth-child(3) a::after {
    right: 3.9rem;
  }
}
main .wrapper_timetable {
  background: #EBF4D9 url(../img/illust_animals_02.svg) no-repeat right -0.8rem bottom 0.6rem/9rem auto;
}
main .wrapper_timetable .wrap {
  padding-top: 3rem;
}
main .wrapper_timetable .wrap .flex_timetable_index > div {
  margin-top: 3.5rem;
}
main .wrapper_timetable .wrap .flex_timetable_index > div .tit {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.7rem;
  line-height: 1.3;
  padding-top: 0.75em;
  margin-bottom: 1.2em;
  position: relative;
  font-weight: 500;
}
main .wrapper_timetable .wrap .flex_timetable_index > div .tit::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2em;
  height: 0.1em;
  background: -webkit-gradient(linear, left top, right top, from(#8DC21F), color-stop(50%, #8DC21F), color-stop(50%, #00913A), to(#00913A));
  background: linear-gradient(to right, #8DC21F 0%, #8DC21F 50%, #00913A 50%, #00913A 100%);
}
main .wrapper_timetable .wrap .flex_timetable_index > div:first-child {
  margin-top: 0;
}
@media screen and (min-width: 48em), print {
  main .wrapper_timetable {
    background: #EBF4D9 url(../img/illust_animals_02.svg) no-repeat right calc(50% - 76rem) bottom 5rem/28rem auto;
  }
  main .wrapper_timetable .wrap {
    padding-top: 4.5rem;
  }
  main .wrapper_timetable .wrap .flex_timetable_index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .wrapper_timetable .wrap .flex_timetable_index > div {
    width: 57rem;
    margin: 0;
  }
  main .wrapper_timetable .wrap .flex_timetable_index > div .tit {
    font-size: 3rem;
  }
}
main .wrapper_bnr_01 .wrap .flex_bnr_01_index a {
  display: block;
  border: 0.1rem solid #00913A;
  border-radius: 1rem;
  padding: 1.2rem 0.8rem;
  background: url(../img/bnr_instagram.jpg) no-repeat right -0.1rem center/auto 100%;
  margin-top: 1.5rem;
}
main .wrapper_bnr_01 .wrap .flex_bnr_01_index a .tit {
  color: #00913A;
  margin-bottom: 0.4em;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
main .wrapper_bnr_01 .wrap .flex_bnr_01_index a .text {
  font-size: 1.22rem;
}
main .wrapper_bnr_01 .wrap .flex_bnr_01_index a .text .line {
  color: #00913A;
  display: inline-block;
  background: #E6F6E9;
  padding: 0.2em 0.5em;
  margin-top: 0.15em;
  line-height: 1.3;
}
main .wrapper_bnr_01 .wrap .flex_bnr_01_index a:first-child {
  margin-top: 0;
}
main .wrapper_bnr_01 .wrap .flex_bnr_01_index a:nth-child(2) {
  background-image: url(../img/bnr_line.jpg);
}
@media screen and (min-width: 48em), print {
  main .wrapper_bnr_01 .wrap .flex_bnr_01_index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .wrapper_bnr_01 .wrap .flex_bnr_01_index a {
    margin: 0;
    border-radius: 2rem;
    width: 57rem;
    min-height: 23rem;
    padding: 3.2rem 18rem 1.5rem 4rem;
  }
  main .wrapper_bnr_01 .wrap .flex_bnr_01_index a .tit {
    font-size: 3rem;
  }
  main .wrapper_bnr_01 .wrap .flex_bnr_01_index a .text {
    font-size: 2rem;
  }
}
main .wrapper_treatment {
  background: url(../img/treatment_bg.jpg) no-repeat top center/cover;
}
main .wrapper_treatment .wrap .list_treatment {
  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;
  padding: 0 0.4rem;
}
main .wrapper_treatment .wrap .list_treatment > li {
  width: 13rem;
  height: 13rem;
  margin-top: 1.5rem;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(-n+2) {
  margin-top: 0;
}
main .wrapper_treatment .wrap .list_treatment > li a {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  background: #fff;
  color: #00913A;
  letter-spacing: 0.05em;
  position: relative;
  font-size: 1.35rem;
  line-height: 1.38;
  padding-top: 6.077em;
  -webkit-box-shadow: 0 0 0.38em rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.38em rgba(0, 0, 0, 0.16);
}
main .wrapper_treatment .wrap .list_treatment > li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #00913A;
  width: 96%;
  height: 96%;
  border-radius: 50%;
}
main .wrapper_treatment .wrap .list_treatment > li a > span::before {
  content: "";
  display: block;
  background: url(../img/icon_pediatrics.svg) no-repeat center center/contain;
  width: 3.07em;
  height: 3.07em;
  position: absolute;
  top: 1.92em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
main .wrapper_treatment .wrap .list_treatment > li a > span::after {
  font-family: "fontello";
  content: "\f105";
  line-height: 1;
  position: absolute;
  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;
  padding-left: 0.15em;
  bottom: 1em;
  right: 1em;
  width: 1.1em;
  height: 1.1em;
  border-radius: 50%;
  color: #fff;
  background: #00913A;
}
main .wrapper_treatment .wrap .list_treatment > li.pediatrics a > span::before {
  background-image: url(../img/icon_pediatrics.svg);
}
main .wrapper_treatment .wrap .list_treatment > li.dermatology a > span::before {
  background-image: url(../img/icon_dermatology.svg);
}
main .wrapper_treatment .wrap .list_treatment > li.internal a > span::before {
  background-image: url(../img/icon_internal.svg);
}
main .wrapper_treatment .wrap .list_treatment > li.rheumati a > span::before {
  background-image: url(../img/icon_rheumati.svg);
}
main .wrapper_treatment .wrap .list_treatment > li.vaccine a > span::before {
  background-image: url(../img/icon_vaccine.svg);
}
main .wrapper_treatment .wrap .list_treatment > li.checkup a > span::before {
  background-image: url(../img/icon_checkup.svg);
}
@media screen and (min-width: 48em), print {
  main .wrapper_treatment .wrap .list_treatment {
    width: 87rem;
    margin: 0 auto;
    padding: 0;
  }
  main .wrapper_treatment .wrap .list_treatment > li {
    width: 25rem;
    height: 25rem;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) {
    margin-top: 4rem;
    margin-right: 6rem;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(-n+3) {
    margin-top: 0;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(3n) {
    margin-right: 0;
  }
  main .wrapper_treatment .wrap .list_treatment > li a {
    font-size: 2.6rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main .wrapper_treatment .wrap .list_treatment > li a > span::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main .wrapper_treatment .wrap .list_treatment > li a:hover, main .wrapper_treatment .wrap .list_treatment > li a:focus {
    opacity: 1;
    background: #F1F7E4;
  }
  main .wrapper_treatment .wrap .list_treatment > li a:hover > span::after, main .wrapper_treatment .wrap .list_treatment > li a:focus > span::after {
    -webkit-transform: translateX(0.3em);
            transform: translateX(0.3em);
  }
}
main .wrapper_news {
  background: url(../img/news_bg.jpg) no-repeat center bottom/cover;
}
main .wrapper_news .wrap {
  padding-top: 3rem;
}
main .wrapper_news .wrap .box_news {
  background: #fff;
  border-radius: 1.5rem;
  padding: 2rem 1rem;
}
main .wrapper_news .wrap .dl_news_wrapper {
  position: relative;
}
main .wrapper_news .wrap .dl_news_wrapper::before {
  content: "";
  display: block;
  background: #DED7CF;
  height: 1px;
  width: calc(100% - 0.6rem - 12px);
  position: absolute;
  left: 0;
  bottom: 0;
}
main .wrapper_news .wrap .dl_news_wrapper dl {
  margin: 0 0 0;
  line-height: 1.4;
  padding: 0 0.6rem 1.5rem 0;
  overflow-y: scroll;
  width: 100%;
  max-height: 30rem;
  position: relative;
}
main .wrapper_news .wrap .dl_news_wrapper dl::-webkit-scrollbar {
  width: 12px;
}
main .wrapper_news .wrap .dl_news_wrapper dl::-webkit-scrollbar-track {
  background-color: #DED7CF;
  border-radius: 10rem;
}
main .wrapper_news .wrap .dl_news_wrapper dl::-webkit-scrollbar-thumb {
  background-color: #8DC21F;
  border-radius: 10rem;
}
main .wrapper_news .wrap .dl_news_wrapper dl dt {
  padding-top: 1.5rem;
  padding-left: 1.3em;
  padding-right: 0.5em;
  margin: 1.5rem 0 0;
  font-size: 1.4rem;
  color: #00913A;
  cursor: pointer;
  position: relative;
  width: 100%;
  border-top: #DED7CF solid 1px;
  font-weight: 500;
}
main .wrapper_news .wrap .dl_news_wrapper dl dt:first-child {
  border: none;
  margin-top: 0;
}
main .wrapper_news .wrap .dl_news_wrapper dl dt::before {
  font-family: "fontello";
  content: "\f107";
  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;
  position: absolute;
  top: 2.25em;
  left: 0;
  font-weight: normal;
  font-size: 60%;
  width: 1.6666em;
  height: 1.6666em;
  line-height: 1;
  color: #00913A;
  border: 1px solid #00913A;
  border-radius: 50%;
  padding: 0.1em 0 0 0;
}
main .wrapper_news .wrap .dl_news_wrapper dl dt.open::before {
  padding: 0 0 0.1em 0;
  content: "\f106";
}
main .wrapper_news .wrap .dl_news_wrapper dl dt:first-child {
  margin-top: 0;
}
main .wrapper_news .wrap .dl_news_wrapper dl dd {
  margin: 0.55em 0 0;
  font-size: 1.4rem;
  word-wrap: break-word;
}
main .wrapper_news .wrap .dl_news_wrapper dl dd a {
  color: #00913A;
  text-decoration: underline;
}
main .wrapper_news .wrap .dl_news_wrapper dl dd .link_text {
  display: block;
}
@media screen and (min-width: 48em), print {
  main .wrapper_news .wrap {
    padding-top: 12rem;
    padding-bottom: 21rem;
  }
  main .wrapper_news .wrap .box_news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 5rem;
    padding: 6rem 6rem 6rem 0;
  }
  main .wrapper_news .wrap .box_news .tit_02_index {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 28rem;
  }
  main .wrapper_news .wrap .box_news .dl_news_wrapper {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  main .wrapper_news .wrap .box_news .dl_news_wrapper::before {
    width: calc(100% - 1.2rem - 8px);
  }
  main .wrapper_news .wrap .box_news .dl_news_wrapper dl {
    padding: 0 1.2rem 2rem 0;
    max-height: 35.5rem;
    height: 35.5rem;
    margin: 0;
  }
  main .wrapper_news .wrap .box_news .dl_news_wrapper dl::-webkit-scrollbar {
    width: 8px;
  }
  main .wrapper_news .wrap .box_news .dl_news_wrapper dl dt {
    font-size: 2rem;
    margin-top: 2rem;
    padding-top: 2.2rem;
    padding-left: 2.8rem;
  }
  main .wrapper_news .wrap .box_news .dl_news_wrapper dl dt::before {
    padding: 0;
  }
  main .wrapper_news .wrap .box_news .dl_news_wrapper dl dt.open::before {
    padding: 0 0 0.2em;
  }
  main .wrapper_news .wrap .box_news .dl_news_wrapper dl dt:first-child {
    margin-top: 0;
  }
  main .wrapper_news .wrap .box_news .dl_news_wrapper dl dd {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-top: 0.6em;
    padding-left: 2.8rem;
  }
}
main .wrapper_greeting {
  background: url(../img/greeting_bg.jpg) no-repeat center center/cover;
}
main .wrapper_greeting .wrap .imgtxt_greeting_index::before {
  content: "";
  display: block;
  background: url(../img/greeting_image.jpg) no-repeat center right/cover;
  border-radius: 1rem;
  overflow: hidden;
  margin: 0 auto 1rem;
  width: 18rem;
  height: 18rem;
}
main .wrapper_greeting .wrap .imgtxt_greeting_index .text {
  line-height: 1.8;
  margin-bottom: 1em;
}
main .wrapper_greeting .wrap .imgtxt_greeting_index .dr_name {
  color: #00913A;
  margin-top: 1.4em;
  text-align: right;
  letter-spacing: 0.05em;
}
main .wrapper_greeting .wrap .imgtxt_greeting_index .dr_name > span {
  font-size: 136%;
}
main .wrapper_greeting .wrap .imgtxt_greeting_index .btn {
  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;
  margin: 2em auto 0;
  letter-spacing: 0.05em;
  border-radius: 1.2rem;
  text-align: center;
  border: 0.1rem solid #00913A;
  border-radius: 20rem;
  height: 3em;
  width: 14em;
  color: #00913A;
  background: #fff;
  position: relative;
}
main .wrapper_greeting .wrap .imgtxt_greeting_index .btn::before {
  font-family: "fontello";
  content: "\e91b";
  position: absolute;
  right: 0.7em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 48em), print {
  main .wrapper_greeting .wrap .imgtxt_greeting_index {
    padding-left: 48rem;
    position: relative;
    min-height: 42rem;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting_index::before {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2rem;
    width: 42rem;
    height: 42rem;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting_index .text {
    font-size: 2.2rem;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting_index .dr_name {
    font-size: 2.2rem;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting_index .btn {
    margin-top: 6rem;
    font-size: 2rem;
    border-radius: 3.5rem;
    width: 28.5rem;
    height: 6rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting_index .btn::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting_index .btn:hover, main .wrapper_greeting .wrap .imgtxt_greeting_index .btn:focus {
    color: #fff;
    background: #00913A;
    opacity: 1;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting_index .btn:hover::before, main .wrapper_greeting .wrap .imgtxt_greeting_index .btn:focus::before {
    color: #fff;
  }
}
main .wrapper_strengths {
  background: #FCF9EF;
}
main .wrapper_strengths .wrap .list_strengths .item_strengths:first-child {
  margin-top: 0;
}
main .wrapper_strengths .wrap .list_strengths .item_strengths .catch {
  padding-left: 3.75em;
  position: relative;
  color: #013E03;
  font-weight: bold;
  line-height: 1.16;
  min-height: 2.34em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
main .wrapper_strengths .wrap .list_strengths .item_strengths .catch::before {
  content: "";
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #5A3A13;
  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;
  font-size: 125%;
  width: 2.33em;
  height: 1.875em;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/strengths_num_bg.svg) no-repeat center center/contain;
  padding-top: 0.2em;
  padding-left: 0.3em;
}
main .wrapper_strengths .wrap .list_strengths .item_strengths .message_strengths_flex > li {
  background: #fff;
  border-radius: 1.5rem;
  margin-top: 1.4rem;
  padding: 1.8rem 1.3rem;
}
main .wrapper_strengths .wrap .list_strengths .item_strengths .message_strengths_flex > li .message_tit {
  color: #00913A;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.1;
  margin-bottom: 0.6em;
}
main .wrapper_strengths .wrap .list_strengths .item_strengths .message_strengths_flex > li .message_text {
  line-height: 1.5;
}
@media screen and (min-width: 48em), print {
  main .wrapper_strengths .wrap .list_strengths {
    position: relative;
  }
  main .wrapper_strengths .wrap .list_strengths .item_strengths:first-child {
    margin-top: 0;
  }
  main .wrapper_strengths .wrap .list_strengths .item_strengths .catch {
    font-size: 2.4rem;
  }
  main .wrapper_strengths .wrap .list_strengths .item_strengths .message_strengths_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2.6rem;
  }
  main .wrapper_strengths .wrap .list_strengths .item_strengths .message_strengths_flex > li {
    margin: 1.5rem 0 0;
    border-radius: 2rem;
    padding: 2.5rem 2.3rem 2.5rem;
    width: calc(50% - 1rem);
  }
  main .wrapper_strengths .wrap .list_strengths .item_strengths .message_strengths_flex > li:nth-child(-n+2) {
    margin-top: 0;
  }
  main .wrapper_strengths .wrap .list_strengths .item_strengths .message_strengths_flex > li .message_tit {
    font-size: 2.2rem;
    margin-bottom: 0.8em;
  }
  main .wrapper_strengths .wrap .list_strengths .item_strengths .message_strengths_flex > li .message_text {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
main .wrapper_benefit {
  background: url(../img/illust_animals_03.svg) no-repeat left -2rem bottom 1rem/10rem auto, url(../img/illust_animals_04.svg) no-repeat right 1rem top 5rem/6.5rem auto, url(../img/benefit_illust_tree.jpg) no-repeat center bottom -1rem/35rem auto;
  position: relative;
}
main .wrapper_benefit::before {
  content: "";
  display: block;
  background: url(../img/bg_grass.svg) repeat-x center top/auto 100%;
  width: 100%;
  height: 2.5rem;
  position: absolute;
  bottom: -1px;
  left: 0;
}
main .wrapper_benefit .wrap .list_benefit {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .wrapper_benefit .wrap .list_benefit > li {
  width: 13.6rem;
  height: 13.6rem;
  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;
  background: #00913A;
  color: #fff;
  border-radius: 50%;
  margin-top: 0.4rem;
  text-align: center;
  background: url(../img/benefit_li_bg_01.jpg) no-repeat center center/cover;
  border: 0.2rem solid #fff;
  line-height: 1.4;
  letter-spacing: 0.05em;
  position: relative;
  font-size: 1.4rem;
  text-shadow: 0 0 0.21em rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 0.35em rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.35em rgba(0, 0, 0, 0.16);
}
main .wrapper_benefit .wrap .list_benefit > li:nth-child(2n) {
  margin-left: 0.8rem;
}
main .wrapper_benefit .wrap .list_benefit > li:nth-child(-n+2) {
  margin-top: 0;
}
main .wrapper_benefit .wrap .list_benefit > li:nth-child(2) {
  background-image: url(../img/benefit_li_bg_02.jpg);
}
main .wrapper_benefit .wrap .list_benefit > li:nth-child(3) {
  background-image: url(../img/benefit_li_bg_03.jpg);
}
main .wrapper_benefit .wrap .list_benefit > li:nth-child(4) {
  background-image: url(../img/benefit_li_bg_04.jpg);
}
main .wrapper_benefit .wrap .list_benefit > li:nth-child(5) {
  background-image: url(../img/benefit_li_bg_05.jpg);
}
main .wrapper_benefit .wrap .list_benefit > li:nth-child(6) {
  background-image: url(../img/benefit_li_bg_06.jpg);
}
main .wrapper_benefit .wrap .list_benefit > li .num {
  position: absolute;
  top: 0.8em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1;
  letter-spacing: 0;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 1.333em;
  opacity: 0.6;
}
@media screen and (min-width: 48em), print {
  main .wrapper_benefit {
    background: url(../img/illust_animals_03.svg) no-repeat left calc(50% - 62rem) bottom 1rem/28rem auto, url(../img/illust_animals_04.svg) no-repeat right calc(50% - 67.5rem) top 16.5rem/17rem auto, url(../img/benefit_illust_tree.jpg) no-repeat center bottom 1rem/71rem auto;
  }
  main .wrapper_benefit::before {
    height: 5rem;
  }
  main .wrapper_benefit .wrap {
    padding-top: 7.5rem;
    padding-bottom: 10.5rem;
  }
  main .wrapper_benefit .wrap .tit_02_index {
    margin-bottom: 1rem;
  }
  main .wrapper_benefit .wrap .list_benefit {
    min-width: 78.2rem;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .wrapper_benefit .wrap .list_benefit > li {
    width: 28rem;
    height: 28rem;
    border-width: 0.5rem;
    font-size: 2.8rem;
    /*&:nth-child(n) {
      margin: 0 0 0 4rem;
      order: 2;
    }
    &:nth-child(2) {
      order: 1;
      margin-left: 0;
    }
    &:nth-child(2),
    &:nth-child(3) {
      margin-top: 6rem;
    }
    &:nth-child(4) {
      margin-left: 0;
    }
    &:nth-child(5) {
      margin-left: 6rem;
    }*/
  }
  main .wrapper_benefit .wrap .list_benefit > li:nth-child(n) {
    margin: 0;
  }
  main .wrapper_benefit .wrap .list_benefit > li:nth-child(n+3) {
    margin-top: -2.9rem;
  }
  main .wrapper_benefit .wrap .list_benefit > li:nth-child(2), main .wrapper_benefit .wrap .list_benefit > li:nth-child(6) {
    margin-left: 4rem;
  }
  main .wrapper_benefit .wrap .list_benefit > li:nth-child(3) {
    margin-right: 44rem;
  }
}

body:not(.index) .main > .wrap:first-child {
  padding-top: 3rem;
}
body:not(.index) .main > .wrap:last-child {
  padding-bottom: 3rem;
}

@media screen and (min-width: 48em), print {
  body:not(.index) .main > .wrap:first-child {
    padding-top: 6rem;
  }
  body:not(.index) .main > .wrap:last-child {
    padding-bottom: 7rem;
  }
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
@media screen and (min-width: 48em), print {
  .doctor .imgtxt .imgtxt_image,
  .doctor .imgtxt_reverse .imgtxt_image {
    max-width: 47rem;
  }
}

#clinicslide img, #clinicslide p {
  display: none;
}

.sp-layer.sp-black.sp-padding {
  text-align: center;
  font-size: 34px;
  background: rgba(255, 255, 255, 0.8) !important;
  color: #333 !important;
}

.sp-selected-thumbnail {
  border: 0.4rem solid #00913A;
}

.sp-thumbnail {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 !important;
}

@media screen and (min-width: 48em), print {
  .sp-layer.sp-black.sp-padding {
    font-size: 2.4rem;
  }
}
.access .tbl_time th.time {
  background: #F3F8E8;
}
.access .tbl_time td {
  background: #F3F8E8;
}
.access .gmap {
  height: 30rem;
  margin: 2rem 0;
}

@media screen and (min-width: 48em), print {
  .access .gmap {
    height: 50rem;
  }
}
body.index .bread_list {
  display: none !important;
}

.bread_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem;
  font-size: 1.2rem;
}
.bread_list > li {
  display: inline-block;
}
.bread_list > li:not(:first-child)::before {
  content: "＞";
  padding: 0 0.5em;
}
.bread_list > li br {
  display: none;
}
.bread_list > li a {
  color: #00913A;
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  .bread_list {
    margin: 2rem auto 0;
    font-size: 1.6rem;
    width: 1200px;
  }
  .bread_list > li:not(:first-child)::before {
    content: "＞";
  }
}