@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Quicksand:wght@300..700&family=Zen+Maru+Gothic: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;
}

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

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

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

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

@media screen and (min-width: 48em), print {
  .fontsize100_pc {
    font-size: 100% !important;
  }
  .txt_c_pc {
    text-align: center !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;
}

.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;
  }
  .mt5_pc {
    margin-top: 1rem !important;
  }
  .ml5_pc {
    margin-left: 1rem !important;
  }
  .mr5_pc {
    margin-right: 1rem !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;
}

.width40per {
  width: 40% !important;
}

.width50per {
  width: 50% !important;
}

.width60per {
  width: 60% !important;
}

.width70per {
  width: 70% !important;
}

.width75per {
  width: 75% !important;
}

.width80per {
  width: 80% !important;
}

@media screen and (min-width: 48em), print {
  .max_width50per_pc {
    max-width: 50% !important;
  }
  .max_width350_pc {
    max-width: 35rem !important;
  }
  .max_width400_pc {
    max-width: 40rem !important;
  }
}
.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;
  font-size: 1.3rem;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.7em;
}
.tbl_time caption .tit_caption {
  display: inline-block;
  background: #fff;
  padding: 0.3em 1.1em 0.35em;
  line-height: 1;
  color: #CB0081;
  border: 1px solid #CB0081;
  margin-right: 0.7em;
  border-radius: 0.27em;
}
.tbl_time tr th,
.tbl_time tr td {
  border-bottom: 0.1rem solid #D4DCE0;
  padding: 1em 0;
}
.tbl_time tr th:first-child,
.tbl_time tr td:first-child {
  border-left: 0.1rem solid #D4DCE0;
}
.tbl_time tr th:last-child,
.tbl_time tr td:last-child {
  border-right: 0.1rem solid #D4DCE0;
}
.tbl_time tr:first-of-type th,
.tbl_time tr:first-of-type td {
  border-top: 0.1rem solid #D4DCE0;
}
.tbl_time tr:first-of-type th:first-child,
.tbl_time tr:first-of-type td:first-child {
  border-radius: 1rem 0 0 0;
  overflow: hidden;
}
.tbl_time tr:first-of-type th:last-child,
.tbl_time tr:first-of-type td:last-child {
  border-radius: 0 1rem 0 0;
  overflow: hidden;
}
.tbl_time tr:last-of-type th:first-child,
.tbl_time tr:last-of-type td:first-child {
  border-radius: 0 0 0 1rem;
  overflow: hidden;
}
.tbl_time tr:last-of-type th:last-child,
.tbl_time tr:last-of-type td:last-child {
  border-radius: 0 0 1rem 0;
  overflow: hidden;
}
.tbl_time tr th {
  font-weight: normal;
  background: #fff;
}
.tbl_time tr th[scope=col] {
  padding: 0.6em 0;
  background: #0080CB;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 33%;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  background: #fff;
  line-height: 1;
  color: #0080CB;
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 2rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 26%;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  font-size: 2.3rem;
  color: #111;
  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.1em;
  line-height: 1.3;
  font-weight: bold;
}

.tit_02 {
  color: #111;
  font-size: 2rem;
  line-height: 1.4;
  margin: 5rem 0 2rem;
  background: url(../img/tit_02_icon.svg) no-repeat top center/1.38em auto;
  padding-top: 1.61em;
  text-align: center;
  font-weight: bold;
}

.tit_03 {
  color: #0080CB;
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 4rem 0 1.5rem;
  padding-bottom: 0.53em;
  position: relative;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.tit_03::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background: -webkit-gradient(linear, left top, right top, from(#0080CB), color-stop(4.68em, #0080CB), color-stop(4.68em, #D4DCE0), to(#D4DCE0));
  background: linear-gradient(to right, #0080CB 0%, #0080CB 4.68em, #D4DCE0 4.68em, #D4DCE0 100%);
  position: absolute;
  bottom: -0.1rem;
  left: 0;
}

.tit_03_02 {
  color: #111;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 4rem 0 0.8rem;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.tit_04 {
  color: #111;
  font-size: 1.8rem;
  line-height: 1.4;
  padding-left: 0.96em;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 3.8rem 0 1.5rem;
}
.tit_04::before {
  content: "";
  display: block;
  background: #0080CB;
  border-radius: 0.077em;
  width: 0.577em;
  height: 0.577em;
  position: absolute;
  left: 0;
  top: 0.5em;
}

.tit_05 {
  color: #005BAB;
  font-size: 1.7rem;
  line-height: 1.4;
  margin: 3.5rem 0 1.5rem;
  padding-bottom: 0.318em;
  letter-spacing: 0.05em;
  position: relative;
  font-weight: bold;
}
.tit_05::before {
  content: "";
  display: block;
  height: 1px;
  width: 2.727em;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #005BAB;
}

.tit_06 {
  color: #111;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 3rem 0 1.4rem;
  letter-spacing: 0.05em;
  padding-left: 1.15em;
  position: relative;
  font-weight: bold;
}
.tit_06::before {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  border: 0.1em solid #0080CB;
  border-radius: 10em;
  position: absolute;
  top: 0.39em;
  left: 0;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 9.4rem 0;
    font-size: 4rem;
    width: auto;
  }
  .tit_01 > span {
    display: inline-block;
    width: 1200px;
  }
  .tit_02 {
    font-size: 3.6rem;
    margin: 10rem 0 4rem;
  }
  .tit_03 {
    font-size: 3.2rem;
    margin: 8.5rem 0 2rem;
    font-weight: bold;
  }
  .tit_03::after {
    height: 0.2rem;
    bottom: -0.2rem;
  }
  .tit_03_02 {
    font-size: 2.2rem;
    margin: 6rem 0 1rem;
  }
  .tit_04 {
    font-size: 2.6rem;
    margin: 7.5rem 0 2rem;
  }
  .tit_05 {
    font-size: 2.2rem;
    margin: 6.5rem 0 2rem;
  }
  .tit_06 {
    font-size: 2rem;
    margin: 5rem 0 1.5rem;
  }
}
.tit_02 + .tit_03 {
  margin-top: 0;
}

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

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

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

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

.text_general {
  margin-bottom: 1.5rem;
}

.text_link_general {
  color: #0080CB;
  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_image img,
.imgtxt_reverse .imgtxt_image img {
  border-radius: 1rem;
}
.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 3rem 4rem;
    max-width: 48rem;
  }
  .imgtxt .imgtxt_image img,
  .imgtxt_reverse .imgtxt_image img {
    border-radius: 2rem;
  }
  .imgtxt::after,
  .imgtxt_reverse::after {
    content: "";
    display: block;
    clear: both;
  }
  .imgtxt_reverse .imgtxt_image {
    float: left;
    margin: 0 4rem 3rem 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;
  line-height: 1.8;
}
.list_ul_01 > li::before {
  content: "";
  width: 0.55em;
  height: 0.55em;
  border: 0.11em solid #0080CB;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.68em;
}
.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: 2rem;
  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;
}

.list_ol_02 {
  margin: 0;
  padding: 0;
  margin-bottom: 2rem;
}
.list_ol_02 > li {
  margin-top: 1rem;
  position: relative;
  margin-left: 1.3em;
}
.list_ol_02 > li > .num {
  position: absolute;
  right: calc(100% + 0.3em);
  top: 0;
}
.list_ol_02 > li:first-child {
  margin-top: 0;
}

.flex2.list_ul_01 > li:nth-child(-n+2), .flex2.list_ol_01 > li:nth-child(-n+2), .flex2.list_ol_02 > 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_02 > li:nth-child(-n+3), .flex3.list_ol_counter_noreset_01 > li:nth-child(-n+3) {
  margin-top: 0;
}

.list_dl_01,
.list_dl_01_50percent {
  margin: 0 0 2rem;
  border: 1px solid #D4DCE0;
}
.list_dl_01 dt,
.list_dl_01_50percent dt {
  padding: 1rem;
  background: #E6F6FD;
}
.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 #D4DCE0;
}

.list_qa_flex dt,
.list_qa_flex dd {
  position: relative;
  padding: 0 0 0 2.4rem;
  margin: 0;
  font-weight: 500;
  line-height: 1.6;
}
.list_qa_flex dt .qa_english,
.list_qa_flex dd .qa_english {
  line-height: 1;
  position: absolute;
  top: -0.1em;
  left: 0;
  font-size: 1.8rem;
  color: #0080CB;
  font-weight: bold;
}
.list_qa_flex dt {
  margin-top: 1.7em;
  color: #0080CB;
}
.list_qa_flex dt .qa_english {
  left: -0.1em;
}
.list_qa_flex dt:first-child {
  margin-top: 0;
}
.list_qa_flex dd {
  margin-top: 0.3em;
}
.list_qa_flex dd .qa_english {
  top: 0.12em;
}

.list_anchor > li {
  margin-top: 1em;
  line-height: 1.2;
}
.list_anchor > li a {
  display: block;
  padding-bottom: 1em;
  padding-left: 1.88em;
  border-bottom: 1px solid #D4DCE0;
  position: relative;
}
.list_anchor > li a::before {
  font-family: "fontello";
  content: "\ec40";
  color: #0080CB;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-size: 133%;
}

@media screen and (min-width: 48em), print {
  .list_ul_01 > li::before {
    top: 0.74em;
  }
  .flex2_pc.list_ul_01 > li:nth-child(-n+2), .flex2_pc.list_ol_01 > li:nth-child(-n+2), .flex2_pc.list_ol_02 > 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_02 > li:nth-child(-n+3), .flex3_pc.list_ol_counter_noreset_01 > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .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 #D4DCE0;
  }
  .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;
  }
  .list_qa_flex dt,
  .list_qa_flex dd {
    padding-left: 3.8rem;
    line-height: 2;
  }
  .list_qa_flex dt .qa_english,
  .list_qa_flex dd .qa_english {
    font-size: 2.8rem;
    top: 0;
  }
  .list_qa_flex dt {
    font-size: 2rem;
  }
  .list_qa_flex dd .qa_english {
    top: 0.05em;
  }
  .list_anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .list_anchor > li {
    width: 28.5rem;
    margin-right: 2rem;
    font-size: 1.8rem;
  }
  .list_anchor > li:nth-child(4n) {
    margin-right: 0;
  }
}
.box_general_01,
.box_general_02 {
  padding: 1.1rem 1.4rem;
  margin-bottom: 2rem;
  position: relative;
  background: #E6F6FD;
  border: 0.1rem solid #B1E2FB;
  border-radius: 1rem;
}
.box_general_01 > :first-child,
.box_general_02 > :first-child {
  margin-top: 0;
}
.box_general_01 > :last-child,
.box_general_02 > :last-child {
  margin-bottom: 0;
}

.box_general_02 {
  background: #F3F5F6;
  border-color: #D4DCE0;
}

.box_general_wrap {
  margin-bottom: 2rem;
}
.box_general_wrap .box_general_01,
.box_general_wrap .box_general_02 {
  border-color: #0080CB;
  background: #fff;
}
.box_general_wrap .box_general_01:not(:last-child),
.box_general_wrap .box_general_02:not(:last-child) {
  margin-bottom: 3.7rem;
}
.box_general_wrap .box_general_01:not(:last-child)::after,
.box_general_wrap .box_general_02:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.2rem 2rem 0 2rem;
  border-color: #0080CB transparent transparent transparent;
  position: absolute;
  top: calc(100% + 1.3rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.box_general_wrap .box_general_01:last-child,
.box_general_wrap .box_general_02:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .box_general_01,
  .box_general_02 {
    padding: 2.5rem 3rem;
    border-radius: 2rem;
  }
  .box_general_wrap .box_general_01:not(:last-child),
  .box_general_wrap .box_general_02:not(:last-child) {
    margin-bottom: 6rem;
  }
  .box_general_wrap .box_general_01:not(:last-child)::after,
  .box_general_wrap .box_general_02:not(:last-child)::after {
    border-width: 2rem 3rem 0 3rem;
    top: calc(100% + 2rem);
  }
}
.btn_general_01 {
  display: block;
  color: #111;
  background: #fff;
  letter-spacing: 0.05em;
  padding: 0.85em 2.1em 1em;
  line-height: 1.4;
  text-align: center;
  border-radius: 10rem;
  position: relative;
  border: 0.1rem solid #0080CB;
  width: 90%;
  margin: 0 auto 0;
}
.btn_general_01::after {
  font-family: "fontello";
  content: "\ec41";
  color: #0080CB;
  position: absolute;
  top: 50%;
  right: 0.85em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .btn_general_01 {
    display: inline-block;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    min-width: 28.5rem;
    padding-right: 2.6em;
    padding-left: 2.6em;
  }
  .btn_general_01:hover, .btn_general_01:focus {
    color: #0080CB;
    background-color: #E6F6FD;
    opacity: 1;
  }
}
.table_01 {
  border-spacing: 0;
  border: 1px solid #D4DCE0;
  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: #E6F6FD;
  text-align: left;
  font-weight: bold;
}
.table_01 td {
  background: #fff;
  text-align: left;
  background: #fff;
}
.table_01 th, .table_01 td {
  font-weight: normal;
  border: 1px solid #D4DCE0;
  border-top: none;
  border-left: none;
  padding: 0.6rem;
  line-height: 1.6;
}
.table_01 th > *:last-child, .table_01 td > *:last-child {
  margin-bottom: 0;
}
.table_01 thead th {
  background: #0080CB;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.table_01 tbody th {
  background: #F3F5F6;
  font-weight: normal;
}

@media screen and (min-width: 48em), print {
  .table_01 {
    margin-bottom: 1.8rem;
  }
  .table_01 th, .table_01 td {
    padding: 1.7rem 2rem;
  }
}
html {
  font-size: 3.125vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 500;
}

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

.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: 5rem 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 {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
}
.header .wrap {
  margin: 0;
  padding: 1rem;
}
.header .wrap .logo {
  height: 5rem;
  margin-bottom: 0;
}
.header .wrap .logo a {
  display: block;
  width: 78%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .head_right {
  display: none;
}
.header .wrap .head_right .header_access {
  font-size: 1.4rem;
  position: relative;
  display: block;
  padding-left: 2.6rem;
}
.header .wrap .head_right .header_access .num {
  color: #0080CB;
  font-size: 145%;
  line-height: 0;
}
.header .wrap .head_right .header_access::before {
  font-family: "fontello";
  content: "\ec4d";
  color: #0080CB;
  font-size: 2rem;
  font-weight: normal;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  left: 0;
  line-height: 1;
}
.header .wrap .head_right .telephone {
  font-size: 1.4rem;
  margin-top: 0.6rem;
}
.header .wrap .head_right .telephone > span,
.header .wrap .head_right .telephone > a {
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.03em;
  font-weight: bold;
  font-size: 2.2rem;
  position: relative;
  display: inline-block;
  padding-left: 2.6rem;
}
.header .wrap .head_right .telephone > span::before,
.header .wrap .head_right .telephone > a::before {
  font-family: "fontello";
  content: "\ec4c";
  color: #0080CB;
  font-size: 2rem;
  font-weight: normal;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-47%);
          transform: translateY(-47%);
  left: 0;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .header {
    position: static;
    top: auto;
    left: auto;
  }
  .header .wrap {
    margin: 0 auto 0;
    padding: 2rem 0 1rem;
    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;
  }
  .header .wrap .logo {
    width: 37.6rem;
    height: 10rem;
  }
  .header .wrap .logo a {
    width: 100%;
  }
  .header .wrap .head_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 39.6rem);
  }
  .header .wrap .head_right .header_access {
    margin: 0 3.5rem 0 0;
    font-size: 2.2rem;
    padding-left: 5.6rem;
  }
  .header .wrap .head_right .header_access::before {
    font-size: 4rem;
  }
  .header .wrap .head_right .telephone {
    margin: 0;
  }
  .header .wrap .head_right .telephone > span,
  .header .wrap .head_right .telephone > a {
    font-size: 3.6rem;
    padding-left: 5.6rem;
  }
  .header .wrap .head_right .telephone > span::before,
  .header .wrap .head_right .telephone > a::before {
    font-size: 4rem;
  }
}
.slicknav_menu {
  position: fixed;
  top: 1rem;
  right: 0;
  font-size: 2.6rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 100;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: #005BAB;
  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: "\e971";
  line-height: 0.8;
  margin: 0.3em 0 0.25em;
}
.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: "\e970";
  line-height: 0.8;
  margin: 0.3em 0 0.25em;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1rem;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: rgba(230, 246, 253, 0.95);
  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 #D9D3D0;
  margin: 0;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li {
  border-bottom: 1px solid #D9D3D0;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.li_clinic_footer {
  display: none;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a {
  display: block;
  color: #111 !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: "\ec41";
  font-size: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #0080CB;
}
.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: "\ec42";
  font-size: 1.5rem;
  -webkit-transform: translateY(-50%) scale(1, -1);
          transform: translateY(-50%) scale(1, -1);
  color: #0080CB;
  display: inline-block;
  line-height: 1;
}
.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";
  -webkit-transform: translateY(calc(-50% + 0.01em)) scale(1, 1);
          transform: translateY(calc(-50% + 0.01em)) scale(1, 1);
}
.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: #111;
}
.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;
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: #fff;
  }
  #nav .gnav {
    width: 1200px;
    margin: 0 auto;
    padding: 2.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #nav .gnav > li {
    border-left: 1px solid #D4DCE0;
    text-align: center;
    font-size: 1.8rem;
    padding: 0 3rem;
  }
  #nav .gnav > li:last-child {
    border-right: 1px solid #D4DCE0;
  }
  #nav .gnav > li > a {
    display: inline-block;
    padding: 0;
    letter-spacing: 0.05em;
    font-weight: 500;
    position: relative;
  }
  #nav .gnav > li > a.home {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #nav .gnav > li > a.home::after {
    font-family: "fontello";
    content: "\ec49";
    color: #0080CB;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
    text-indent: 0;
  }
  #nav .gnav > li > a::before {
    content: "";
    display: block;
    width: 0%;
    height: 0.2rem;
    background: #0080CB;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    bottom: -0.8rem;
    left: 0;
  }
  #nav .gnav > li > a:hover, #nav .gnav > li > a:focus {
    opacity: 1;
    color: #0080CB;
  }
  #nav .gnav > li > a:hover::before, #nav .gnav > li > a:focus::before {
    width: 100%;
  }
  #nav .gnav > li > a.sub::after {
    font-family: "fontello";
    content: "\ec4b";
    display: inline-block;
    padding-left: 0.4em;
    font-size: 0.666em;
    position: relative;
    top: -0.2em;
  }
  #nav .gnav > li .subnav {
    width: 100%;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2.5rem calc(50% - 57rem) 5.5rem;
    background: rgba(230, 246, 253, 0.9);
  }
  #nav .gnav > li .subnav::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 2.5rem;
    height: calc(100% - 5rem);
    width: 1200px;
    background: #fff;
    border-radius: 2rem;
  }
  #nav .gnav > li .subnav li {
    position: relative;
    z-index: 1;
    margin-top: 3rem;
    margin-right: 3rem;
  }
  #nav .gnav > li .subnav li a {
    display: block;
    width: 100%;
    text-align: center;
    color: #111;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    padding-left: 1.666em;
  }
  #nav .gnav > li .subnav li a::before {
    font-family: "fontello";
    content: "\ec41";
    font-size: 111%;
    line-height: 1;
    color: #0080CB;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-43%);
            transform: translateY(-43%);
    left: 0;
    font-weight: normal;
  }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus {
    color: #0080CB;
    opacity: 1;
  }
}
.overview {
  font-size: 1.4rem;
  position: relative;
}
.overview .overview_bg {
  background: url(../img/overview_bg.jpg) no-repeat center center/cover;
  padding: 2rem 1rem 2rem;
}
.overview .overview_bg > .wrap {
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  padding: 2rem 1rem 2rem;
  border-radius: 1rem;
}
.overview .overview_bg > .wrap .clinic_name {
  text-align: center;
  margin: 0 0 3rem;
}
.overview .overview_bg > .wrap .clinic_name img {
  width: 95%;
  height: auto;
}
.overview .overview_bg > .wrap .list_overview {
  margin: 0;
  padding: 0;
}
.overview .overview_bg > .wrap .list_overview dt {
  margin-top: 2rem;
  text-align: left;
  font-size: 1.5rem;
  color: #0080CB;
  padding-left: 1.44em;
  position: relative;
}
.overview .overview_bg > .wrap .list_overview dt::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 0.83em;
  height: 0.83em;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-41%);
          transform: translateY(-41%);
  background: #00AEEB;
  border: #0080CB solid 0.2rem;
}
.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 .list_overview dd.telephone {
  color: #005BAB;
  font-weight: bold;
  line-height: 1.2;
  font-size: 2.5rem;
}
.overview .overview_bg > .wrap .timetable_overview {
  margin-top: 2.5rem;
}
.overview .overview_bg > .wrap .access_map {
  margin: 2.5rem 0 1.5rem;
}
.overview .overview_bg > .wrap .btn_access {
  margin: 1.5rem auto 0;
  width: 95%;
  border-radius: 10rem;
  border: #0080CB 0.1rem solid;
  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: relative;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  padding: 0.9em 1em 0.9em 0;
  text-align: center;
}
.overview .overview_bg > .wrap .btn_access::after {
  position: absolute;
  right: 0.7em;
  top: 50%;
  font-family: "fontello";
  content: "\ec41";
  font-size: 1.4rem;
  -webkit-transform: translateY(-44%);
          transform: translateY(-44%);
  color: #0080CB;
}
.overview .gmap {
  margin: 0;
  height: 25rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.8rem;
  }
  .overview .overview_bg {
    padding: 12rem 0 8rem;
  }
  .overview .overview_bg > .wrap {
    background: rgba(255, 255, 255, 0.9) url(../img/logo_illust_pale.svg) no-repeat left 16rem bottom 8rem/30rem auto;
    padding: 6rem 4rem 8.5rem;
    max-width: 100%;
    position: relative;
    border-radius: 2rem;
  }
  .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: 54rem;
  }
  .overview .overview_bg > .wrap .clinic_name {
    margin: 0 0 4rem;
  }
  .overview .overview_bg > .wrap .clinic_name img {
    width: 37.6rem;
    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: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
  .overview .overview_bg > .wrap .list_overview dt {
    font-size: 1.8rem;
    width: 24%;
    margin-top: 2rem;
    text-align: left;
    line-height: 1.6;
  }
  .overview .overview_bg > .wrap .list_overview dt:first-of-type {
    margin-top: 0;
  }
  .overview .overview_bg > .wrap .list_overview dd {
    font-size: 1.8rem;
    width: 74%;
    margin-top: 2rem;
    line-height: 1.6;
  }
  .overview .overview_bg > .wrap .list_overview dd:first-of-type {
    margin-top: 0;
  }
  .overview .overview_bg > .wrap .list_overview dd.telephone {
    font-size: 2.9rem;
  }
  .overview .overview_bg > .wrap .timetable_overview {
    margin: 0;
  }
  .overview .overview_bg > .wrap .access_map {
    margin: 3rem 0 2rem;
  }
  .overview .overview_bg > .wrap .btn_access {
    font-size: 1.8rem;
    margin-top: 2rem;
    width: 40rem;
    padding-right: 0;
  }
  .overview .overview_bg > .wrap .btn_access::after {
    font-size: 2rem;
    right: 2rem;
  }
  .overview .overview_bg > .wrap .btn_access:focus, .overview .overview_bg > .wrap .btn_access:hover {
    opacity: 1;
    color: #0080CB;
    background: #E6F6FD;
  }
  .overview .gmap {
    margin: 0;
    height: 45rem;
  }
}
.tel_up {
  width: 100%;
  background: transparent;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.tel_up .monshin_btns_wrap {
  width: 82%;
}
.tel_up .monshin_btns_wrap .monshin {
  width: 100%;
}
.tel_up .telephone {
  width: 18%;
}
.tel_up .monshin,
.tel_up .telephone > span,
.tel_up .telephone > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  background: #005BAB;
  letter-spacing: 0.05em;
}
.tel_up .monshin::before,
.tel_up .telephone > span::before,
.tel_up .telephone > a::before {
  font-family: "fontello";
  content: "\ec4f";
  display: inline-block;
  position: relative;
  font-weight: normal;
  font-size: 2rem;
}
.tel_up .monshin {
  position: relative;
  font-size: 1.2rem;
  min-height: 3.5rem;
}
.tel_up .monshin.m_saishin {
  background: #0080CB;
}
.tel_up .monshin::before {
  margin-right: 0.4em;
}
.tel_up .monshin .text_sub {
  font-size: 1rem;
}
.tel_up .monshin .text_en {
  font-size: 1rem;
  margin-top: 0.3em;
  text-align: center;
  font-weight: 500;
}
.tel_up .list_monshin_submenu {
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 82%;
}
.tel_up .list_monshin_submenu a {
  display: block;
  background: #fff;
  color: #005BAB;
  padding: 0.5rem;
  text-align: center;
  border: 1px solid #005BAB;
}
.tel_up .list_monshin_submenu a:first-child {
  border-bottom: 0;
}
.tel_up .telephone > span,
.tel_up .telephone > a {
  width: 100%;
  background: #fff;
  border: #0080CB solid 1px;
  color: #0080CB;
  font-family: "Quicksand", sans-serif;
  font-size: 1.2rem;
  min-height: 7rem;
  position: relative;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  padding-bottom: 0.8rem;
}
.tel_up .telephone > span::before,
.tel_up .telephone > a::before {
  content: "\ec4c";
  position: absolute;
  left: 50%;
  top: 1.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-indent: 0;
}
.tel_up .telephone > span::after,
.tel_up .telephone > a::after {
  content: "TEL";
  text-indent: 0;
}
.tel_up .pageup {
  cursor: pointer;
  position: absolute;
  right: 0.7rem;
  bottom: 7.4rem;
}
.tel_up .pageup a {
  display: block;
  width: 4.2rem;
  height: 5.76rem;
  text-align: center;
  margin: 0;
  background: url(../img/pagetop.png) no-repeat center center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (min-width: 48em), print {
  .tel_up {
    display: block;
    width: 113.6rem;
    bottom: 2rem;
    right: 2rem;
    left: auto;
    background: transparent;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .tel_up .monshin,
  .tel_up .telephone > span,
  .tel_up .telephone > a {
    border-radius: 10rem;
    padding: 0 0 0.1em;
  }
  .tel_up .monshin::before,
  .tel_up .telephone > span::before,
  .tel_up .telephone > a::before {
    font-size: 4rem;
    margin-right: 1rem;
    top: 0.04em;
  }
  .tel_up .monshin_btns_wrap {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 72.6rem;
  }
  .tel_up .monshin_btns_wrap .monshin {
    width: 35.3rem;
    height: 7rem;
    font-size: 1.8rem;
  }
  .tel_up .monshin_btns_wrap .monshin::after {
    content: "";
    display: block;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    position: absolute;
    left: 3px;
    top: 3px;
    border-radius: 10rem;
    border: 1px solid #fff;
  }
  .tel_up .monshin_btns_wrap .monshin .text_sub {
    font-size: 1.4rem;
  }
  .tel_up .monshin_btns_wrap .monshin .text_en {
    font-size: 1.6rem;
    line-height: 1;
    margin-top: 0.4em;
  }
  .tel_up .monshin_btns_wrap .monshin:focus, .tel_up .monshin_btns_wrap .monshin:hover {
    opacity: 0.8;
  }
  .tel_up .monshin_btns_wrap .list_monshin_submenu {
    bottom: 7.5rem;
    left: 0;
    width: 35.3rem;
    border: 1px solid #005BAB;
    border-radius: 2rem;
    overflow: hidden;
  }
  .tel_up .monshin_btns_wrap .list_monshin_submenu a {
    padding: 0.9rem 0.7rem;
    border: none;
    font-size: 1.8rem;
  }
  .tel_up .monshin_btns_wrap .list_monshin_submenu a:nth-child(n+2) {
    border-top: 1px solid #005BAB;
  }
  .tel_up .monshin_btns_wrap .list_monshin_submenu a:hover, .tel_up .monshin_btns_wrap .list_monshin_submenu a:focus {
    opacity: 1;
    background: #005BAB;
    color: #fff;
  }
  .tel_up .telephone {
    width: 30.5rem;
  }
  .tel_up .telephone > span,
  .tel_up .telephone > a {
    height: 7rem;
    font-size: 3rem;
    text-indent: 0;
  }
  .tel_up .telephone > span::before,
  .tel_up .telephone > a::before {
    left: auto;
    top: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
    position: sticky;
  }
  .tel_up .telephone > span::after,
  .tel_up .telephone > a::after {
    content: none;
    display: none;
  }
  .tel_up .pageup {
    position: static;
  }
  .tel_up .pageup a {
    width: 7rem;
    height: 9.6rem;
    margin: 0;
  }
}
.footer {
  text-align: center;
  padding: 0 0 7rem;
  background: #E6F6FD;
}
.footer .copy {
  display: block;
  color: #0080CB;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

.li_clinic_footer {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3rem 0 0;
    background: #fff;
  }
  .footer .copy {
    font-size: 1.6rem;
    padding: 2rem 0 13rem;
    letter-spacing: 0.05em;
    background: #fff;
  }
  .footer ul {
    color: #111;
    display: block;
    text-align: center;
    margin: 0 auto 0;
    max-width: 110rem;
  }
  .footer ul.subnav:last-of-type {
    margin: 0 auto 2rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.8rem;
    margin: 1.6rem 0 0;
  }
  .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, .footer ul li.recruit, .footer ul li.clinic {
    display: none;
  }
  .footer ul li.li_clinic_footer {
    display: inline-block;
  }
}
.index main .wrap {
  padding: 4rem 1rem;
}

@media screen and (min-width: 48em), print {
  .index main .wrap {
    padding: 10rem 0;
  }
}
.tit_02_index {
  background: url(../img/tit_02_icon.svg) no-repeat top center/1.25em auto;
  line-height: 1.4;
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
  text-align: center;
  font-weight: bold;
  padding-top: 1.375em;
  position: relative;
}
.tit_02_index .tit_en {
  font-family: "Quicksand", sans-serif;
  line-height: 1;
  font-size: 50%;
  color: #0080CB;
  display: block;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 0.35em;
}

.tit_02_index_02 {
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  margin-right: auto;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2.5rem;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 1.6em;
}
.tit_02_index_02::before {
  font-family: "fontello";
  content: "\ec45";
  font-weight: normal;
  display: block;
  line-height: 1;
  font-size: 120%;
  margin-bottom: 0.34em;
  color: #0080CB;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tit_02_index_02 > span {
  display: block;
  font-size: 61%;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 48em), print {
  .tit_02_index {
    font-size: 4rem;
    margin-bottom: 6rem;
  }
  .tit_02_index_02 {
    font-size: 3.6rem;
  }
  .tit_02_index_02::before {
    left: 4.5rem;
  }
}
.index .wrapper_keyvsl {
  margin-top: 0;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
.index .wrapper_keyvsl > *:first-child {
  z-index: 0 !important;
}
.index .wrapper_keyvsl #keyvsl_slick {
  pointer-events: none;
}
.index .wrapper_keyvsl #keyvsl_slick .slide_keyvsl_01,
.index .wrapper_keyvsl #keyvsl_slick .slide_keyvsl_02,
.index .wrapper_keyvsl #keyvsl_slick .slide_keyvsl_03 {
  background: url(../img/keyvsl_01.jpg) no-repeat center center/cover;
  height: 14rem;
  position: relative;
  padding: 0;
}
.index .wrapper_keyvsl #keyvsl_slick .slide_keyvsl_02 {
  background-image: url(../img/keyvsl_02.jpg);
}
.index .wrapper_keyvsl #keyvsl_slick .slide_keyvsl_03 {
  background-image: url(../img/keyvsl_03.jpg);
}
.index .wrapper_keyvsl .catch {
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0.5rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.4;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  padding: 0.3em 0.5em;
  font-size: 1.3rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
.index .wrapper_keyvsl .timetable_keyvsl {
  background: rgba(0, 128, 203, 0.9);
  margin: 1.2rem 0.8rem;
  padding: 0.8rem;
  border-radius: 1rem;
}
.index .wrapper_keyvsl .timetable_keyvsl .tbl_time caption {
  color: #fff;
}
.index .wrapper_keyvsl .timetable_keyvsl .tbl_time caption .tit_caption {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.index .wrapper_keyvsl .timetable_keyvsl .tbl_time tr th,
.index .wrapper_keyvsl .timetable_keyvsl .tbl_time tr td {
  color: #fff;
  background: transparent;
  font-weight: 500;
}
.index .wrapper_keyvsl .timetable_keyvsl .tbl_time tr th[scope=col] {
  background: transparent;
  color: #fff;
}
.index .wrapper_keyvsl .timetable_keyvsl .tbl_time tr:nth-child(n) th,
.index .wrapper_keyvsl .timetable_keyvsl .tbl_time tr:nth-child(n) td {
  border: none;
  border-radius: 0;
  border-bottom: 0.1rem solid #fff;
}
.index .wrapper_keyvsl .access_keyvsl {
  line-height: 1.75;
  color: #fff;
  background: rgba(0, 174, 235, 0.9);
  position: relative;
  border-radius: 1rem;
  text-align: center;
  font-size: 1.1rem;
  padding: 0.5em 1.5em 0.5em 4.25em;
  width: 70%;
  margin: 1.2rem auto;
}
.index .wrapper_keyvsl .access_keyvsl::before {
  font-family: "fontello";
  content: "\ec4e";
  line-height: 1;
  color: #74D2F3;
  position: absolute;
  top: 50%;
  left: 1em;
  font-size: 200%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.index .wrapper_keyvsl .access_keyvsl .minute {
  font-size: 110%;
}
.index .wrapper_keyvsl .access_keyvsl .minute .num {
  font-size: 145%;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .index .wrapper_keyvsl {
    padding: 0;
    position: relative;
    margin: 0 auto 0;
  }
  .index .wrapper_keyvsl #keyvsl_slick .slide_keyvsl_01,
  .index .wrapper_keyvsl #keyvsl_slick .slide_keyvsl_02,
  .index .wrapper_keyvsl #keyvsl_slick .slide_keyvsl_03 {
    background: url(../img/keyvsl_01.jpg) no-repeat center center/200rem auto;
    height: 75rem;
    padding: 0;
  }
  .index .wrapper_keyvsl #keyvsl_slick .slide_keyvsl_02 {
    background-image: url(../img/keyvsl_02.jpg);
  }
  .index .wrapper_keyvsl #keyvsl_slick .slide_keyvsl_03 {
    background-image: url(../img/keyvsl_03.jpg);
  }
  .index .wrapper_keyvsl .catch {
    position: absolute;
    bottom: 33rem;
    left: calc(50% - 60rem);
    font-size: 3.4rem;
    padding: 0.35em 0.5em;
    line-height: 1.5;
  }
  .index .wrapper_keyvsl .timetable_keyvsl {
    border-radius: 2rem;
    position: absolute;
    top: 44.7rem;
    left: calc(50% - 60rem);
    margin: 0;
    padding: 1rem 2rem 2rem;
    width: 54rem;
  }
  .index .wrapper_keyvsl .timetable_keyvsl .tbl_time {
    font-size: 1.8rem;
  }
  .index .wrapper_keyvsl .access_keyvsl {
    position: absolute;
    border-radius: 2rem;
    font-size: 2rem;
    top: 57rem;
    right: calc(50% - 60rem);
    width: auto;
    margin: 0;
  }
  .index .wrapper_keyvsl .access_keyvsl::before {
    left: 0.625em;
  }
  .ua-ipad .index .wrapper_keyvsl {
    padding-bottom: 28.6rem;
    background: #E6F6FD;
  }
  .ua-ipad .index .wrapper_keyvsl #keyvsl_slick .slide_keyvsl_01,
  .ua-ipad .index .wrapper_keyvsl #keyvsl_slick .slide_keyvsl_02,
  .ua-ipad .index .wrapper_keyvsl #keyvsl_slick .slide_keyvsl_03 {
    height: 47.3rem;
    background-size: cover;
  }
  .ua-ipad .index .wrapper_keyvsl .catch {
    bottom: 6.6rem;
  }
  .ua-ipad .index .wrapper_keyvsl .timetable_keyvsl {
    top: auto;
    bottom: 0;
    width: 100rem;
    left: calc(50% - 50rem);
  }
  .ua-ipad .index .wrapper_keyvsl .access_keyvsl {
    top: 28rem;
    bottom: auto;
  }
}
@media screen and (min-width: 2000px), print {
  .slide_keyvsl_01,
  .slide_keyvsl_02,
  .slide_keyvsl_03 {
    background-size: cover;
  }
}
main .wrapper_news,
main .wrapper_topics {
  position: relative;
  background: #E6F6FD;
}
main .wrapper_news .wrap,
main .wrapper_topics .wrap {
  position: relative;
}
main .wrapper_news .wrap .info_dl_wrap,
main .wrapper_topics .wrap .info_dl_wrap {
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem 0.8rem 1.5rem;
}
main .wrapper_news .wrap .info_dl_wrap dl,
main .wrapper_topics .wrap .info_dl_wrap dl {
  margin: 0 0 0;
  line-height: 1.4;
  padding: 0 1.4rem 0.5rem 0;
  max-height: 18rem;
}
main .wrapper_news .wrap .info_dl_wrap dl .simplebar-track,
main .wrapper_topics .wrap .info_dl_wrap dl .simplebar-track {
  background-color: #B1E2FB;
  border-radius: 10rem;
}
main .wrapper_news .wrap .info_dl_wrap dl .simplebar-scrollbar:before,
main .wrapper_topics .wrap .info_dl_wrap dl .simplebar-scrollbar:before {
  background-color: #0080CB;
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
main .wrapper_news .wrap .info_dl_wrap dl dt,
main .wrapper_topics .wrap .info_dl_wrap dl dt {
  padding-top: 1.5rem;
  padding-left: 1.8em;
  padding-right: 0.5em;
  margin: 1.5rem 0 0;
  font-size: 1.4rem;
  cursor: pointer;
  position: relative;
  width: 100%;
  border-top: #D9D3D0 solid 0.1rem;
  letter-spacing: 0.05em;
  color: #111;
  font-weight: bold;
}
main .wrapper_news .wrap .info_dl_wrap dl dt::before,
main .wrapper_topics .wrap .info_dl_wrap dl dt::before {
  font-family: "fontello";
  content: "\ec42";
  display: inline-block;
  position: absolute;
  top: 1.3em;
  left: 0.08em;
  line-height: 1;
  color: #0080CB;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
main .wrapper_news .wrap .info_dl_wrap dl dt.open::before,
main .wrapper_topics .wrap .info_dl_wrap dl dt.open::before {
  -webkit-transform: scale(1, 1) translateY(0.015em);
          transform: scale(1, 1) translateY(0.015em);
}
main .wrapper_news .wrap .info_dl_wrap dl dt:first-child,
main .wrapper_topics .wrap .info_dl_wrap dl dt:first-child {
  border: none;
  margin-top: -1.5rem;
}
main .wrapper_news .wrap .info_dl_wrap dl dd,
main .wrapper_topics .wrap .info_dl_wrap dl dd {
  margin: 0.55em 0 0;
  font-size: 1.4rem;
  word-wrap: break-word;
}
main .wrapper_news .wrap .info_dl_wrap dl dd a,
main .wrapper_topics .wrap .info_dl_wrap dl dd a {
  color: #0080CB;
  text-decoration: underline;
}
main .wrapper_news .wrap .info_dl_wrap dl dd .link_text,
main .wrapper_topics .wrap .info_dl_wrap dl dd .link_text {
  display: block;
}
@media screen and (min-width: 48em), print {
  main .wrapper_news .wrap,
  main .wrapper_topics .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main .wrapper_news .wrap .tit_02_index_02,
  main .wrapper_topics .wrap .tit_02_index_02 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 0;
    width: 34rem;
  }
  main .wrapper_news .wrap .info_dl_wrap,
  main .wrapper_topics .wrap .info_dl_wrap {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 3rem 2rem 3rem 3rem;
    border-radius: 2rem;
  }
  main .wrapper_news .wrap .info_dl_wrap dl,
  main .wrapper_topics .wrap .info_dl_wrap dl {
    padding: 0 2rem 0.5rem 0;
    max-height: 25rem;
  }
  main .wrapper_news .wrap .info_dl_wrap dl dt,
  main .wrapper_topics .wrap .info_dl_wrap dl dt {
    font-size: 2.2rem;
    margin-top: 2rem;
    padding-top: 2rem;
    padding-left: 4rem;
  }
  main .wrapper_news .wrap .info_dl_wrap dl dt::before,
  main .wrapper_topics .wrap .info_dl_wrap dl dt::before {
    top: 2.5rem;
  }
  main .wrapper_news .wrap .info_dl_wrap dl dt.open::before,
  main .wrapper_topics .wrap .info_dl_wrap dl dt.open::before {
    -webkit-transform: scale(1, 1) translateY(0.02em);
            transform: scale(1, 1) translateY(0.02em);
  }
  main .wrapper_news .wrap .info_dl_wrap dl dt:first-child,
  main .wrapper_topics .wrap .info_dl_wrap dl dt:first-child {
    margin-top: -2rem;
  }
  main .wrapper_news .wrap .info_dl_wrap dl dd,
  main .wrapper_topics .wrap .info_dl_wrap dl dd {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-top: 0.6em;
    padding-left: 4rem;
  }
}
@media screen and (min-width: 48em), print {
  main .wrapper_news .wrap {
    padding-bottom: 8rem;
  }
}
main .wrapper_topics {
  position: relative;
}
main .wrapper_topics .wrap {
  padding-top: 0;
}
main .wrapper_topics .wrap .tit_02_index_02::before {
  content: "\ec46";
}
@media screen and (min-width: 48em), print {
  main .wrapper_topics .wrap {
    padding-top: 0;
  }
  main .wrapper_topics .wrap .info_dl_wrap dl {
    max-height: 20rem;
  }
}
main .wrapper_medical {
  background: #fff;
}
main .wrapper_medical .wrap .list_medical {
  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;
}
main .wrapper_medical .wrap .list_medical > li {
  width: 48%;
  margin-top: 3rem;
}
main .wrapper_medical .wrap .list_medical > li:nth-child(-n+2) {
  margin-top: 0;
}
main .wrapper_medical .wrap .list_medical > li a {
  display: block;
  position: relative;
  text-align: center;
  letter-spacing: 0.025em;
  line-height: 1.4;
  font-size: 1.3rem;
}
main .wrapper_medical .wrap .list_medical > li a::before {
  content: "";
  display: block;
  background: url(../img/medical_ortho.jpg) no-repeat center center/contain;
  width: 12rem;
  height: 12rem;
  margin: 0 auto 0.91em;
  border-radius: 50%;
  overflow: hidden;
}
main .wrapper_medical .wrap .list_medical > li a::after {
  font-family: "fontello";
  content: "\ec41";
  color: #0080CB;
  display: block;
  margin-top: 0.58em;
  line-height: 1;
  font-size: 109%;
}
main .wrapper_medical .wrap .list_medical > li a.ortho::before {
  background-image: url(../img/medical_ortho.jpg);
}
main .wrapper_medical .wrap .list_medical > li a.pediatric_ortho::before {
  background-image: url(../img/medical_pediatric_ortho.jpg);
}
main .wrapper_medical .wrap .list_medical > li a.sports_ortho::before {
  background-image: url(../img/medical_sports_ortho.jpg);
}
main .wrapper_medical .wrap .list_medical > li a.rehabilitation::before {
  background-image: url(../img/medical_rehabilitation.jpg);
}
main .wrapper_medical .wrap .list_medical > li a.osteoporosis::before {
  background-image: url(../img/medical_osteoporosis.jpg);
}
main .wrapper_medical .wrap .list_medical > li a.accident::before {
  background-image: url(../img/medical_accident.jpg);
}
main .wrapper_medical .wrap .list_medical > li a.vaccination::before {
  background-image: url(../img/medical_vaccination.jpg);
}
main .wrapper_medical .wrap .list_medical > li a.chinese_medicine::before {
  background-image: url(../img/medical_chinese_medicine.jpg);
}
main .wrapper_medical .wrap .list_medical > li.li_worries {
  display: none;
}
@media screen and (min-width: 48em), print {
  main .wrapper_medical .wrap .list_medical {
    width: 114rem;
    margin: 0 auto;
  }
  main .wrapper_medical .wrap .list_medical > li {
    width: 24rem;
    margin-top: 4rem;
    margin-right: 6rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  main .wrapper_medical .wrap .list_medical > li:nth-child(-n+4) {
    margin-top: 0;
  }
  main .wrapper_medical .wrap .list_medical > li:nth-child(4n) {
    margin-right: 0;
  }
  main .wrapper_medical .wrap .list_medical > li a {
    letter-spacing: 0.05em;
    font-size: 2.2rem;
  }
  main .wrapper_medical .wrap .list_medical > li a::before {
    width: 22rem;
    height: 22rem;
  }
}
main .wrapper_worries {
  background: url(../img/worries_figure_sp.svg) no-repeat left 0.6rem top 14.5rem/15.5rem auto, url(../img/worries_bg.jpg) no-repeat center center/cover;
  position: relative;
}
main .wrapper_worries .wrap .list_worries {
  padding-left: 45%;
}
main .wrapper_worries .wrap .list_worries > li {
  margin-top: 1rem;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, transform 0.7s;
  transition: opacity 0.7s, transform 0.7s, -webkit-transform 0.7s;
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
}
main .wrapper_worries .wrap .list_worries > li a {
  display: block;
  color: #111;
  background: #fff;
  letter-spacing: 0.05em;
  padding: 0.82em 0.5em 0.97em;
  line-height: 1.4;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 10rem;
  position: relative;
}
main .wrapper_worries .wrap .list_worries > li a::before {
  content: "";
  display: block;
  border: 0.1rem solid #0080CB;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  border-radius: 10rem;
}
main .wrapper_worries .wrap .list_worries > li a > span::after {
  font-family: "fontello";
  content: "\ec41";
  color: #0080CB;
  position: absolute;
  top: 50%;
  right: 0.85em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}
main .wrapper_worries .wrap .list_worries > li:first-child {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
main .wrapper_worries .wrap .list_worries > li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
main .wrapper_worries .wrap .list_worries > li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
main .wrapper_worries .wrap .list_worries > li:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
main .wrapper_worries .wrap .list_worries > li:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
main .wrapper_worries .wrap .list_worries > li:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
main .wrapper_worries .wrap .list_worries > li:nth-child(7) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
main .wrapper_worries .wrap .list_worries > li:nth-child(8) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
main .wrapper_worries .wrap .list_worries.is_trigger_on > li {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
main .wrapper_worries .wrap .catch_worries {
  text-align: center;
  color: #005BAB;
  margin-top: 2rem;
  font-size: 1.5rem;
  font-weight: bold;
}
main .wrapper_worries .wrap .catch_worries .catch_worrier_line {
  display: inline-block;
  background: url(../img/line_wave.svg) repeat-x center bottom/1.1rem auto;
  padding-bottom: 0.125em;
}
@media screen and (min-width: 48em), print {
  main .wrapper_worries {
    background: url(../img/worries_bg.jpg) no-repeat center center/cover;
  }
  main .wrapper_worries .wrap {
    min-height: 102.5rem;
    background: url(../img/worries_figure.svg) no-repeat center top 30rem/20rem auto;
  }
  main .wrapper_worries .wrap .list_worries {
    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;
    padding: 0;
    width: 97rem;
    margin: 0 auto 0;
    padding-top: 6rem;
    padding-bottom: 0;
  }
  main .wrapper_worries .wrap .list_worries > li {
    margin-top: 4rem;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  main .wrapper_worries .wrap .list_worries > li:nth-child(-n+2) {
    margin-top: 0;
  }
  main .wrapper_worries .wrap .list_worries > li:nth-child(2), main .wrapper_worries .wrap .list_worries > li:nth-child(8) {
    margin-left: 35rem;
  }
  main .wrapper_worries .wrap .list_worries > li:nth-child(4), main .wrapper_worries .wrap .list_worries > li:nth-child(6) {
    margin-left: 43rem;
  }
  main .wrapper_worries .wrap .list_worries > li a {
    font-size: 2.2rem;
    width: 27rem;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main .wrapper_worries .wrap .list_worries > li a::after {
    content: "";
    display: block;
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    background: rgba(230, 246, 253, 0.4);
    border: 0.1rem solid rgba(0, 128, 203, 0.4);
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main .wrapper_worries .wrap .list_worries > li a > span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main .wrapper_worries .wrap .list_worries > li a > span::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main .wrapper_worries .wrap .list_worries > li a:hover, main .wrapper_worries .wrap .list_worries > li a:focus {
    opacity: 1;
    color: #0080CB;
    background: #E6F6FD;
  }
  main .wrapper_worries .wrap .list_worries > li a:hover::after, main .wrapper_worries .wrap .list_worries > li a:focus::after {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    background: rgba(230, 246, 253, 0.7);
    border: 0.1rem solid rgba(0, 128, 203, 0.7);
  }
  main .wrapper_worries .wrap .list_worries > li:nth-child(1) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  main .wrapper_worries .wrap .list_worries > li:nth-child(1) a::after {
    left: 42.2rem;
    top: -1.2rem;
  }
  main .wrapper_worries .wrap .list_worries > li:nth-child(2) {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  main .wrapper_worries .wrap .list_worries > li:nth-child(2) a::after {
    left: -14.5rem;
    top: 1.7rem;
  }
  main .wrapper_worries .wrap .list_worries > li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  main .wrapper_worries .wrap .list_worries > li:nth-child(3) a::after {
    left: 40rem;
    top: -0.3rem;
  }
  main .wrapper_worries .wrap .list_worries > li:nth-child(4) {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
  main .wrapper_worries .wrap .list_worries > li:nth-child(4) a::after {
    left: -20rem;
    top: 2.2rem;
  }
  main .wrapper_worries .wrap .list_worries > li:nth-child(5) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  main .wrapper_worries .wrap .list_worries > li:nth-child(5) a::after {
    width: 6rem;
    height: 6rem;
    left: 37.5rem;
    top: -3.8rem;
  }
  main .wrapper_worries .wrap .list_worries > li:nth-child(6) {
    -webkit-transition-delay: 0.75s;
            transition-delay: 0.75s;
  }
  main .wrapper_worries .wrap .list_worries > li:nth-child(6) a::after {
    left: -23.7rem;
    top: -4rem;
  }
  main .wrapper_worries .wrap .list_worries > li:nth-child(7) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  main .wrapper_worries .wrap .list_worries > li:nth-child(7) a::after {
    left: 39.5rem;
    top: -4.8rem;
  }
  main .wrapper_worries .wrap .list_worries > li:nth-child(8) {
    -webkit-transition-delay: 1.05s;
            transition-delay: 1.05s;
  }
  main .wrapper_worries .wrap .list_worries > li:nth-child(8) a::after {
    width: 7rem;
    height: 7rem;
    left: -17.5rem;
    top: 7.2rem;
  }
  main .wrapper_worries .wrap .catch_worries {
    text-align: center;
    color: #005BAB;
    margin-top: 12rem;
    font-size: 2.4rem;
  }
  main .wrapper_worries .wrap .catch_worries .catch_worrier_textwrap {
    display: inline-block;
    background: url(../img/line_wave.svg) repeat-x center bottom/2.2rem auto;
  }
  main .wrapper_worries .wrap .catch_worries .catch_worrier_line {
    display: inline-block;
    background: none;
  }
}
main .wrapper_features {
  background: #fff;
}
main .wrapper_features .wrap .list_features_01 {
  padding: 0 0.5rem;
}
main .wrapper_features .wrap .list_features_01 > li {
  margin-top: 4rem;
}
main .wrapper_features .wrap .list_features_01 > li:first-child {
  margin-top: 0;
}
main .wrapper_features .wrap .list_features_01 > li::before {
  content: "";
  display: block;
  width: 100%;
  height: 18.5rem;
  background: url(../img/feature_osteoporosis_examination.jpg) no-repeat center center/cover;
  margin: 0 auto;
  border-radius: 1rem;
  overflow: hidden;
}
main .wrapper_features .wrap .list_features_01 > li .catch {
  color: #005BAB;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 0.5em;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
  font-size: 1.9rem;
  margin-top: 1.15em;
  margin-bottom: 1.07em;
}
main .wrapper_features .wrap .list_features_01 > li .catch .catch_font_s {
  font-size: 69%;
}
main .wrapper_features .wrap .list_features_01 > li .catch .catch_font_s.catch_font_s_block {
  margin-top: 0.27em;
  line-height: 1.55;
  display: block;
}
main .wrapper_features .wrap .list_features_01 > li .catch::before {
  content: "";
  display: block;
  background: #0080CB;
  width: 2.3em;
  height: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
main .wrapper_features .wrap .list_features_01 > li .text {
  line-height: 1.8;
  margin: 0;
}
main .wrapper_features .wrap .list_features_01 > li .text:not(:first-of-type) {
  margin-top: 1em;
}
main .wrapper_features .wrap .list_features_01 > li .btn {
  display: block;
  color: #111;
  background: #fff;
  letter-spacing: 0.05em;
  padding: 0.82em 0.5em 0.97em;
  line-height: 1.4;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 10rem;
  position: relative;
  border: 0.1rem solid #0080CB;
  width: 85%;
  margin: 1.66em auto 0;
}
main .wrapper_features .wrap .list_features_01 > li .btn::after {
  font-family: "fontello";
  content: "\ec41";
  color: #0080CB;
  position: absolute;
  top: 50%;
  right: 0.85em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}
main .wrapper_features .wrap .list_features_01 > li.feature_osteoporosis_examination::before {
  background-image: url(../img/feature_osteoporosis_examination.jpg);
}
main .wrapper_features .wrap .list_features_01 > li.feature_power-plate::before {
  background-image: url(../img/feature_power-plate.jpg);
}
main .wrapper_features .wrap .list_features_01 > li.feature_triggerpoint::before {
  background-image: url(../img/feature_triggerpoint.jpg);
}
main .wrapper_features .wrap .list_features_01 > li.feature_taijouhoushin::before {
  background-image: url(../img/feature_taijouhoushin.jpg);
}
main .wrapper_features .wrap .list_features_01 > li.feature_mci::before {
  background-image: url(../img/feature_mci.jpg);
}
main .wrapper_features .wrap .list_features_01 > li.feature_placenta::before {
  background-image: url(../img/feature_placenta.jpg);
}
main .wrapper_features .wrap .list_features_02 {
  margin-top: 5rem;
  padding: 0 0.5rem;
}
main .wrapper_features .wrap .list_features_02 > li {
  margin-top: 5rem;
  position: relative;
}
main .wrapper_features .wrap .list_features_02 > li:nth-child(-n+1) {
  margin-top: 0;
}
main .wrapper_features .wrap .list_features_02 > li .tit {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.05em;
  padding-left: 1em;
  line-height: 1.4;
  margin-bottom: 20.5rem;
  position: relative;
}
main .wrapper_features .wrap .list_features_02 > li .tit::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 100%;
  border-left: 0.2rem solid #DA5203;
  border-right: 0.2rem solid #CCB100;
  position: absolute;
  top: 0;
  left: 0;
}
main .wrapper_features .wrap .list_features_02 > li .tit::after {
  background: url(../img/features_solard.jpg) no-repeat center center/cover;
  border-radius: 1rem;
  content: "";
  display: block;
  width: 60%;
  height: 16.5rem;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: calc(100% + 2rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
main .wrapper_features .wrap .list_features_02 > li .text {
  line-height: 1.8;
  margin: 0;
}
main .wrapper_features .wrap .list_features_02 > li .price {
  margin: 1.75em 0 0;
}
main .wrapper_features .wrap .list_features_02 > li .btn {
  display: block;
  color: #111;
  background: #fff;
  letter-spacing: 0.05em;
  padding: 0.82em 0.5em 0.97em;
  line-height: 1.4;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 10rem;
  position: relative;
  border: 0.1rem solid #DA5203;
  width: 85%;
  margin: 1.66em auto 0;
}
main .wrapper_features .wrap .list_features_02 > li .btn::after {
  font-family: "fontello";
  content: "\ec41";
  color: #DA5203;
  position: absolute;
  top: 50%;
  right: 0.85em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}
main .wrapper_features .wrap .list_features_02 > li.feature_solard .tit::after {
  background-image: url(../img/feature_solard.jpg);
}
main .wrapper_features .wrap .list_features_02 > li.feature_equellepetit .tit::after {
  background-image: url(../img/feature_equellepetit.jpg);
}
@media screen and (min-width: 48em), print {
  main .wrapper_features .wrap .list_features_01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  main .wrapper_features .wrap .list_features_01 > li {
    width: 37rem;
    margin-right: 4.5rem;
    margin-top: 9rem;
  }
  main .wrapper_features .wrap .list_features_01 > li:nth-child(3n) {
    margin-right: 0;
  }
  main .wrapper_features .wrap .list_features_01 > li:nth-child(-n+3) {
    margin-top: 0;
  }
  main .wrapper_features .wrap .list_features_01 > li::before {
    border-radius: 2rem;
    width: 100%;
    height: 25rem;
  }
  main .wrapper_features .wrap .list_features_01 > li .catch {
    font-size: 2.6rem;
  }
  main .wrapper_features .wrap .list_features_01 > li .text {
    font-size: 1.6rem;
  }
  main .wrapper_features .wrap .list_features_01 > li .btn {
    font-size: 1.8rem;
    width: 27rem;
  }
  main .wrapper_features .wrap .list_features_01 > li .btn:focus, main .wrapper_features .wrap .list_features_01 > li .btn:hover {
    opacity: 1;
    color: #0080CB;
    background: #E6F6FD;
  }
  main .wrapper_features .wrap .list_features_02 {
    margin-top: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
  main .wrapper_features .wrap .list_features_02 > li {
    width: 58rem;
    margin: 0;
    min-height: 35rem;
  }
  main .wrapper_features .wrap .list_features_02 > li .tit {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
  main .wrapper_features .wrap .list_features_02 > li .tit::after {
    border-radius: 2rem;
    width: 18rem;
    height: 18rem;
    top: calc(100% + 3rem);
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  main .wrapper_features .wrap .list_features_02 > li .text {
    font-size: 1.6rem;
    padding-left: 21rem;
    position: relative;
  }
  main .wrapper_features .wrap .list_features_02 > li .price {
    font-size: 1.6rem;
    padding-left: 21rem;
    position: relative;
  }
  main .wrapper_features .wrap .list_features_02 > li .btn {
    font-size: 1.8rem;
    position: absolute;
    top: 28rem;
    left: 0;
    width: 27rem;
    margin: 0;
  }
  main .wrapper_features .wrap .list_features_02 > li .btn:focus, main .wrapper_features .wrap .list_features_02 > li .btn:hover {
    opacity: 1;
    color: #DA5203;
    background: rgba(218, 82, 3, 0.08);
  }
  main .wrapper_features .wrap .list_features_02 > li.feature_equellepetit .tit::after {
    left: 1.2rem;
  }
}

.wrapper_schedule_calendar .wrap {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.wrapper_schedule_calendar .wrap .calendar {
  position: relative;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 500;
  margin-top: 3.3rem;
}
.wrapper_schedule_calendar .wrap .calendar .box_calendar {
  width: 100%;
}
.wrapper_schedule_calendar .wrap .calendar .box_calendar .calendar-item {
  width: 100%;
  margin-top: 2rem;
}
.wrapper_schedule_calendar .wrap .calendar .box_calendar .calendar-item:first-child {
  margin-top: 0;
}
.wrapper_schedule_calendar .wrap .calendar .box_calendar .calendar-item .caledit {
  width: 100%;
  border-spacing: 0;
  font-size: 1.3rem;
  margin: 0 auto;
}
.wrapper_schedule_calendar .wrap .calendar .box_calendar .calendar-item .caledit th,
.wrapper_schedule_calendar .wrap .calendar .box_calendar .calendar-item .caledit td {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
  padding: 0.6em 0.1em;
  font-weight: normal;
  border: none;
  color: #111;
  border-bottom: none;
  font-weight: 500;
}
.wrapper_schedule_calendar .wrap .calendar .box_calendar .calendar-item .caledit th:nth-child(n+2),
.wrapper_schedule_calendar .wrap .calendar .box_calendar .calendar-item .caledit td:nth-child(n+2) {
  border-left: none;
}
.wrapper_schedule_calendar .wrap .calendar .box_calendar .calendar-item .caledit td {
  background: #fff;
  padding: 0.33em 0.1em;
}
.wrapper_schedule_calendar .wrap .calendar .box_calendar .calendar-item .caledit td.open {
  color: #111;
}
.wrapper_schedule_calendar .wrap .calendar .box_calendar .calendar-item .caledit td.outPatient {
  background: #F5BDE0;
}
.wrapper_schedule_calendar .wrap .calendar .box_calendar .calendar-item .caledit td.amOnly {
  background: #CCECFC;
}
.wrapper_schedule_calendar .wrap .calendar .box_calendar .calendar-item .caledit td.event, .wrapper_schedule_calendar .wrap .calendar .box_calendar .calendar-item .caledit td.holiday, .wrapper_schedule_calendar .wrap .calendar .box_calendar .calendar-item .caledit td.Sunday {
  color: #DA5203;
  background: #F5BDE0;
}
.wrapper_schedule_calendar .wrap .calendar .box_calendar .calendar-item .caledit td.notTheMonth {
  background: #EEF1F2;
  color: #EEF1F2;
}
.wrapper_schedule_calendar .wrap .calendar .box_calendar .calendar-item .caledit .month th {
  background: #0080CB;
  color: #fff;
  border-radius: 0.75em 0.75em 0 0;
  border: 0.1rem solid #0080CB;
  padding: 0.48em 0;
}
.wrapper_schedule_calendar .wrap .calendar .box_calendar .calendar-item .caledit .week th {
  position: relative;
  padding: 0.4em 0.2em;
  line-height: 1;
  font-size: 1.3rem;
  background: #fff;
  color: #0080CB;
  border-bottom: 0.1rem solid #D4DCE0;
}
.wrapper_schedule_calendar .wrap .calendar .box_calendar .calendar-item .caledit .week th:first-child {
  border-left: 0.1rem solid #D4DCE0;
}
.wrapper_schedule_calendar .wrap .calendar .box_calendar .calendar-item .caledit .week th:last-child {
  border-right: 0.1rem solid #D4DCE0;
  color: #DA5203;
}
.wrapper_schedule_calendar .wrap .calendar .box_calendar .calendar-item .caledit .day td:first-child {
  border-left: 0.1rem solid #D4DCE0;
}
.wrapper_schedule_calendar .wrap .calendar .box_calendar .calendar-item .caledit .day td:last-child {
  border-right: 0.1rem solid #D4DCE0;
}
.wrapper_schedule_calendar .wrap .calendar .box_calendar .calendar-item .caledit .day:last-child td {
  border-bottom: 0.1rem solid #D4DCE0;
}
.wrapper_schedule_calendar .wrap .calendar .box_calendar .calendar-item .caledit .day:last-child td:first-child {
  border-radius: 0 0 0 1rem;
}
.wrapper_schedule_calendar .wrap .calendar .box_calendar .calendar-item .caledit .day:last-child td:last-child {
  border-radius: 0 0 1rem 0;
}
.wrapper_schedule_calendar .wrap .calendar .calendar-cellcolor {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrapper_schedule_calendar .wrap .calendar .calendar-cellcolor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.1em;
  margin-top: 0.2em;
  text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
}
.wrapper_schedule_calendar .wrap .calendar .calendar-cellcolor li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  position: relative;
  border: 1px solid #D4DCE0;
  -webkit-box-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff;
          box-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff;
  top: 0.04em;
}
.wrapper_schedule_calendar .wrap .calendar .calendar-cellcolor .calendar-cellcolor_clr_open::before {
  background: #fff;
}
.wrapper_schedule_calendar .wrap .calendar .calendar-cellcolor .calendar-cellcolor_clr_amonly::before {
  background: #CCECFC;
}
.wrapper_schedule_calendar .wrap .calendar .calendar-cellcolor .calendar-cellcolor_clr_close::before {
  background: #F5BDE0;
}
.wrapper_schedule_calendar .wrap .calendar .calendar-cellcolor .calendar-cellcolor_none::before {
  display: none;
  content: none;
}
.wrapper_schedule_calendar .wrap .box_list_calendar {
  margin-top: 2.5rem;
  border: 0.2rem solid #FBD6C7;
  padding: 1.4rem 0.8rem 1.4rem 1.4rem;
  border-radius: 1rem;
}
.wrapper_schedule_calendar .wrap .box_list_calendar .list_calendar {
  margin: 0;
  padding: 0;
}
.wrapper_schedule_calendar .wrap .box_list_calendar .list_calendar > li {
  line-height: 1.44;
  margin-top: 0.35em;
  padding-left: 1.6em;
  position: relative;
}
.wrapper_schedule_calendar .wrap .box_list_calendar .list_calendar > li:first-child {
  margin-top: 0;
}
.wrapper_schedule_calendar .wrap .box_list_calendar .list_calendar > li::before {
  font-family: "fontello";
  content: "\ec43";
  font-weight: normal;
  color: #DA5203;
  position: absolute;
  top: 0.06em;
  left: 0;
}

@media screen and (min-width: 48em), print {
  .wrapper_schedule_calendar .wrap {
    padding: 5rem 0 1rem;
  }
  .wrapper_schedule_calendar .wrap .calendar {
    position: relative;
    margin: 0;
  }
  .wrapper_schedule_calendar .wrap .calendar .box_calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  .wrapper_schedule_calendar .wrap .calendar .box_calendar .calendar-item {
    margin: 0;
    width: 57rem;
  }
  .wrapper_schedule_calendar .wrap .calendar .box_calendar .calendar-item .caledit {
    font-size: 2.2rem;
  }
  .wrapper_schedule_calendar .wrap .calendar .box_calendar .calendar-item .caledit .week th {
    font-size: 2.2rem;
  }
  .wrapper_schedule_calendar .wrap .calendar .box_calendar .calendar-item .caledit td {
    padding: 0.33em 0.2em;
  }
  .wrapper_schedule_calendar .wrap .calendar .calendar-cellcolor {
    margin-top: 3.6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wrapper_schedule_calendar .wrap .calendar .calendar-cellcolor li {
    margin-top: 0;
    font-size: 1.8rem;
    margin-right: 1.1em;
  }
  .wrapper_schedule_calendar .wrap .box_list_calendar {
    margin: 4rem auto 0;
    border-width: 0.3rem;
    padding: 1.8rem 1.5rem 1.8rem 2.6rem;
    border-radius: 2rem;
    width: 54rem;
  }
  .wrapper_schedule_calendar .wrap .box_list_calendar .list_calendar > li {
    font-size: 1.8rem;
  }
}
body:not(.index) .main > .wrap:first-child {
  padding-top: 3rem;
}

@media screen and (min-width: 48em), print {
  body:not(.index) .main > .wrap:first-child {
    padding-top: 6rem;
  }
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
.slick_01,
.slick_02 {
  position: relative;
}
.slick_01 .slick-list,
.slick_02 .slick-list {
  position: relative;
  width: 85%;
  margin: 0 auto;
  cursor: pointer;
}
.slick_01 .slick-list .slide_slick,
.slick_02 .slick-list .slide_slick {
  border: 1px solid #D4DCE0;
  position: relative;
}
.slick_01 .slick-list .slide_slick .text,
.slick_02 .slick-list .slide_slick .text {
  background: #0080CB;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0.3em 0.8em 0.4em;
  font-weight: 500;
}
.slick_01 .slick-prev,
.slick_01 .slick-next,
.slick_02 .slick-prev,
.slick_02 .slick-next {
  width: 1.1em;
  height: 1.1em;
  text-indent: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 0rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.8rem;
  border: none;
  background: transparent;
  line-height: 1;
  cursor: pointer;
}
.slick_01 .slick-prev::after,
.slick_01 .slick-next::after,
.slick_02 .slick-prev::after,
.slick_02 .slick-next::after {
  position: absolute;
  top: 0.05em;
  left: 0.05em;
  font-family: "fontello";
  content: "\ec41";
  color: #0080CB;
  text-indent: 0;
}
.slick_01 .slick-prev::after,
.slick_02 .slick-prev::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.slick_01 .slick-next,
.slick_02 .slick-next {
  left: auto;
  right: 0;
}

.thumbnail_01,
.thumbnail_02 {
  width: 85%;
  margin: 0.4rem auto 0;
}
.thumbnail_01 .thumbnail_img,
.thumbnail_02 .thumbnail_img {
  margin: 0 0.2rem;
  cursor: pointer;
  border: 1px solid #D4DCE0;
}
.thumbnail_01 .thumbnail_img.slick-center,
.thumbnail_02 .thumbnail_img.slick-center {
  position: relative;
}
.thumbnail_01 .thumbnail_img.slick-center::before,
.thumbnail_02 .thumbnail_img.slick-center::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.2rem #0080CB solid;
}

@media screen and (min-width: 48em), print {
  .slick_01 .slick-list,
  .slick_02 .slick-list {
    width: 72rem;
  }
  .slick_01 .slick-list .slide_slick .text,
  .slick_02 .slick-list .slide_slick .text {
    font-size: 2.2rem;
  }
  .slick_01 .slick-prev,
  .slick_01 .slick-next,
  .slick_02 .slick-prev,
  .slick_02 .slick-next {
    font-size: 4rem;
  }
  .slick_01 .slick-prev,
  .slick_02 .slick-prev {
    left: auto;
    right: calc(50% + 40rem);
  }
  .slick_01 .slick-next,
  .slick_02 .slick-next {
    right: auto;
    left: calc(50% + 40rem);
  }
  .thumbnail_01,
  .thumbnail_02 {
    width: 72rem;
    margin: 1rem auto 0;
  }
  .thumbnail_01 .thumbnail_img,
  .thumbnail_02 .thumbnail_img {
    margin: 0 0.5rem;
  }
  .thumbnail_01 .thumbnail_img.slick-center::before,
  .thumbnail_02 .thumbnail_img.slick-center::before {
    border-width: 0.4rem;
  }
}
.clinic_greeting {
  position: relative;
}
.clinic_greeting::before {
  content: "";
  display: block;
  margin: 0 auto 0.5rem;
  width: 9.3rem;
  height: 14rem;
  background: url(../img/dr_illust.jpg) no-repeat center center/contain;
}
.clinic_greeting .dr_text {
  color: #0080CB;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 1em 0.5em;
  width: 13.8em;
  margin: 0 auto 2rem;
  text-align: center;
  border: 0.1rem solid #0080CB;
  border-left: none;
  border-right: none;
}
.clinic_greeting .dr_text .dr_name {
  color: #111;
  font-size: 118%;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 48em), print {
  .clinic_greeting {
    padding-right: 23.4rem;
    padding-right: 29rem;
    padding-right: 22rem;
    position: relative;
  }
  .clinic_greeting::before {
    width: 50rem;
    width: 30.5rem;
    width: 19.4rem;
    width: 12.9rem;
    height: 75rem;
    height: 42.8rem;
    height: 29.2rem;
    height: 19.4rem;
    margin: 0;
    position: absolute;
    top: -3.5rem;
    right: 3.3rem;
  }
  .clinic_greeting .dr_text {
    position: absolute;
    right: 0;
    top: 42.8rem;
    top: 29.2rem;
    top: 17.4rem;
    margin: 0;
    font-size: 2rem;
    width: 30.5rem;
    width: 25rem;
    width: 20.5rem;
  }
}
#clinicslide img, #clinicslide p {
  display: none;
}

.sp-layer.sp-black.sp-padding {
  text-align: center;
  font-size: 36px;
}

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

.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 .wrapper_access_route {
  background: #F3F5F6;
  position: relative;
  margin-top: 1.5rem;
}
.access .wrapper_access_route::before {
  content: "";
  background: url(../img/bg_wave_top_gray.svg) no-repeat bottom center/100% auto;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 1.5rem;
}
.access .wrapper_access_route .wrap {
  padding-top: 1.5rem;
}
.access .access_route_list {
  padding-top: 1.5rem;
}
.access .access_route_list > li {
  background: #fff;
  padding: 0 1.5rem 1.5rem;
  margin-top: 4rem;
  border-radius: 1rem;
}
.access .access_route_list > li:first-child {
  margin-top: 0;
}
.access .access_route_list > li img {
  display: block;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-transform: translateY(-1.5rem);
          transform: translateY(-1.5rem);
  margin-bottom: -0.5rem;
}
.access .access_route_list > li .num_text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.4rem;
}
.access .access_route_list > li .num_text_wrap .num {
  font-size: 163%;
  width: 1.94em;
  height: 1.94em;
  padding-bottom: 0.1em;
  padding-left: 0.05em;
  font-family: "Quicksand", sans-serif;
  line-height: 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;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: bold;
  margin-right: 0.63em;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: #0080CB;
  border-radius: 50%;
}
.access .access_route_list > li .num_text_wrap .text {
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 3.2em;
}
.access .gmap {
  height: 25rem;
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .access .wrapper_access_route {
    margin-top: 15rem;
  }
  .access .wrapper_access_route::before {
    background: url(../img/bg_wave_top_gray.svg) no-repeat bottom center/200rem auto;
    width: 100%;
    height: 10rem;
  }
  .access .wrapper_access_route .wrap {
    padding-top: 0.1rem;
  }
  .access .access_route_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 4rem;
  }
  .access .access_route_list > li {
    border-radius: 2rem;
    padding: 0 4rem 4rem;
    margin-top: 10rem;
    width: 57rem;
  }
  .access .access_route_list > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .access .access_route_list > li:nth-child(2n+1) {
    margin-right: 6rem;
  }
  .access .access_route_list > li img {
    border-radius: 2rem;
    overflow: hidden;
    -webkit-transform: translateY(-4rem);
            transform: translateY(-4rem);
    margin-bottom: -1rem;
  }
  .access .access_route_list > li .num_text_wrap {
    font-size: 2.2rem;
  }
  .access .gmap {
    height: 45rem;
  }
}
.imgtxt_rehabilitation .imgtxt_image {
  max-width: 75%;
}
.imgtxt_rehabilitation_images_02 .imgtxt_image {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.imgtxt_rehabilitation_images_02 .imgtxt_image > * {
  width: 47%;
  margin-top: 2.5rem;
}
.imgtxt_rehabilitation_images_02 .imgtxt_image > *:nth-child(-n+2) {
  margin-top: 0;
}
.imgtxt_rehabilitation_images_02 .imgtxt_image > *:nth-child(2n) {
  margin-left: 6%;
}

@media screen and (min-width: 48em), print {
  .imgtxt_rehabilitation .imgtxt_image {
    max-width: 40rem;
  }
  .imgtxt_rehabilitation_images_02 .imgtxt_image {
    display: block;
  }
  .imgtxt_rehabilitation_images_02 .imgtxt_image > * {
    width: auto;
    margin-top: 1rem;
  }
  .imgtxt_rehabilitation_images_02 .imgtxt_image > *:nth-child(n) {
    margin-top: 0;
    margin-left: 0;
  }
  .imgtxt_rehabilitation_images_02 .imgtxt_image > *:first-child {
    margin-top: 0;
  }
}
.imgtxt_equellepetit .imgtxt_image {
  max-width: 45%;
}
@media screen and (min-width: 48em), print {
  .imgtxt_equellepetit .imgtxt_image {
    max-width: 22rem;
  }
}
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;
}
.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: #0080CB;
  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: "＞";
  }
}