@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&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 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FBF7D7));
  background: linear-gradient(transparent 70%, #FBF7D7 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;
  }
}
.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;
  }
  .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;
}

.width35per {
  width: 35% !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;
  }
}
.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;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.7em;
  line-height: 1.28;
  letter-spacing: 0.05em;
}
.tbl_time tr th {
  font-weight: bold;
  background: #fff;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #308E9B;
  padding: 0.6em 0;
}
.tbl_time tr th[scope=col] {
  padding: 0.5em 0;
  background: #308E9B;
  color: #fff;
  letter-spacing: 0.05em;
}
.tbl_time tr th[scope=col]:first-child {
  width: 37%;
  border-radius: 0.8rem 0 0 0;
}
.tbl_time tr th[scope=col]:last-child {
  border-radius: 0 0.8rem 0 0;
}
.tbl_time tr th.time {
  border-bottom: 0.1rem solid #308E9B;
}
.tbl_time tr th .timetable_font_small {
  font-size: 80%;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  background: #fff;
  border-bottom: 0.1rem solid #308E9B;
  line-height: 1;
  letter-spacing: 0;
  line-height: 1.2;
  font-size: 1.3rem;
}
.tbl_time tr:nth-child(2) th .timetable_font_small {
  font-size: 70%;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
  }
  .tbl_time tr th {
    font-size: 2rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 25%;
    border-radius: 1rem 0 0 0;
  }
  .tbl_time tr th[scope=col]:last-child {
    border-radius: 0 1rem 0 0;
  }
  .tbl_time tr td {
    font-size: 2rem;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  font-size: 2.2rem;
  color: #fff;
  padding: 3rem 1rem;
  text-align: center;
  width: 100%;
  background: url(../img/tit_01_bg.jpg) no-repeat center center/cover;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.tit_02 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  color: #74C8D6;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.3;
  margin: 5rem auto 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-bottom: 0.3em;
}
.tit_02::before {
  content: "";
  display: block;
  height: 1.94em;
  width: 100%;
  background: url(../img/tit_02_icon.svg) no-repeat center center/contain;
  margin-bottom: 0.166em;
}
.tit_02::after {
  content: "";
  height: 0.14em;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, transparent), color-stop(50%, #C0EDF5), to(#C0EDF5)) repeat-x center center/0.28em auto;
  background: linear-gradient(to right, transparent 0%, transparent 50%, #C0EDF5 50%, #C0EDF5 100%) repeat-x center center/0.28em auto;
}

.tit_03 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 4rem 0 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #74C8D6;
  padding: 0.3em 0.9em;
  border-radius: 10rem;
}

.tit_04 {
  color: #74C8D6;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 3.8rem 0 1.5rem;
  letter-spacing: 0.05em;
  padding-left: 1.1em;
  position: relative;
  font-weight: bold;
}
.tit_04::before {
  content: "";
  display: block;
  width: 0.83em;
  height: 0.83em;
  border-radius: 0.2em;
  position: absolute;
  top: 0.3em;
  left: 0;
  background: #74C8D6;
}

.tit_05 {
  color: #74C8D6;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 3.5rem 0 1.5rem;
  letter-spacing: 0.05em;
  position: relative;
  border-bottom: 1px dashed #308E9B;
  padding-bottom: 0.2em;
  font-weight: bold;
}

.tit_06 {
  color: #308E9B;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 3.5rem 0 1.5rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.3em;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #FBF7D7));
  background: linear-gradient(transparent calc(100% - 1em), #FBF7D7 0%);
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 13rem 2rem;
    font-size: 3.6rem;
    width: auto;
  }
  .tit_02 {
    font-size: 3.6rem;
    margin: 8rem auto 5rem;
  }
  .tit_03 {
    font-size: 2.8rem;
    margin: 7rem 0 2rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    margin: 7.5rem 0 2rem;
  }
  .tit_05 {
    font-size: 2.2rem;
    margin: 6.5rem 0 2rem;
  }
  .tit_06 {
    font-size: 2.4rem;
    margin: 6.5rem 0 2rem;
  }
}
.tit_02 + .tit_03 {
  margin-top: 0;
}

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

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

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

.text_link_general {
  color: #EB847D;
  text-decoration: underline;
}
.text_link_general::after {
  display: inline-block;
  content: "≫";
  margin-left: 0.2em;
}

.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 2.5rem 6.5rem;
    max-width: 50rem;
  }
  .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 6.5rem 2.5rem 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: 1.625em;
}
.list_ul_01 > li::before {
  content: "";
  width: 0.875em;
  height: 0.875em;
  background: #EB847D;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.4em;
}
.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 {
  padding: 0;
  margin: 0 0 2rem;
}
.list_ol_02 > li {
  margin-top: 1rem;
}
.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_counter_noreset_01 > li:nth-child(-n+2) {
  margin-top: 0;
}

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

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

@media screen and (min-width: 48em), print {
  .list_ul_01 > li::before {
    top: 0.45em;
  }
  .flex2_pc.list_ul_01 > li:nth-child(-n+2), .flex2_pc.list_ol_01 > li:nth-child(-n+2), .flex2_pc.list_ol_counter_noreset_01 > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .flex3_pc.list_ul_01 > li:nth-child(-n+3), .flex3_pc.list_ol_01 > li:nth-child(-n+3), .flex3_pc.list_ol_counter_noreset_01 > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .list_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 #CCCCCC;
  }
  .list_dl_01 dd,
  .list_dl_01_50percent dd {
    width: 72%;
    padding: 2rem 2.5rem;
  }
  .list_dl_01_50percent dt {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .list_dl_01_50percent dd {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.box_general_01 {
  padding: 1.5rem 1.5rem;
  border: 1px solid #EBEBEB;
  background: #F3FDFF;
  margin-bottom: 2rem;
  position: relative;
  border-radius: 1.5rem;
}
.box_general_01.type_02 {
  background: #FCFAEB;
}
.box_general_01 > :first-child {
  margin-top: 0;
}
.box_general_01 > :last-child {
  margin-bottom: 0;
}

.box_general_wrap {
  margin-bottom: 2rem;
}
.box_general_wrap .box_general_01:not(:last-child) {
  margin-bottom: 5rem;
}
.box_general_wrap .box_general_01:not(:last-child)::after {
  font-family: "fontello";
  content: "\e809";
  position: absolute;
  font-weight: normal;
  color: #74C8D6;
  position: absolute;
  font-size: 3rem;
  top: calc(100% + 1.1rem);
  width: 100%;
  text-align: center;
  left: 0;
  line-height: 1;
}
.box_general_wrap .box_general_01:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .box_general_01 {
    padding: 3rem 3rem;
    border-radius: 3rem;
  }
  .box_general_wrap .box_general_01:not(:last-child) {
    margin-bottom: 12rem;
  }
  .box_general_wrap .box_general_01:not(:last-child)::after {
    font-size: 8rem;
    top: calc(100% + 2rem);
  }
}
.btn_general_01 {
  display: block;
  padding: 0.8em 2em;
  border-radius: 0.625em;
  background: #74C8D6;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  letter-spacing: 0.1em;
}
.btn_general_01::after {
  display: block;
  font-family: "fontello";
  content: "\e80a";
  position: absolute;
  top: 50%;
  right: 0.9em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 100%;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .btn_general_01 {
    display: inline-block;
    padding: 0.8em 2.5em;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    min-width: 28rem;
  }
  .btn_general_01:hover, .btn_general_01:focus {
    color: #308E9B;
    background-color: #C0EDF5;
    opacity: 1;
  }
}
.table_01 {
  border-spacing: 0;
  border: 1px solid #CCCCCC;
  width: 100%;
  margin-bottom: 1.4rem;
  border-collapse: separate;
  overflow: hidden;
  border-radius: 1rem;
}
.table_01 thead tr th {
  background: #308E9B;
  color: #fff;
}
.table_01 caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.table_01 th {
  background: #C0EDF5;
  font-weight: bold;
  color: #308E9B;
}
.table_01 td {
  background: #fff;
  font-weight: 500;
}
.table_01 th, .table_01 td {
  border: 1px solid #CCCCCC;
  border-top: none;
  border-left: none;
  padding: 0.6rem;
}
.table_01 th:last-child, .table_01 td:last-child {
  border-right: none;
}
.table_01 th > *:last-child, .table_01 td > *:last-child {
  margin-bottom: 0;
}
.table_01 tr:last-child th,
.table_01 tr:last-child td {
  border-bottom: none;
}

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

body {
  background: #fff;
  color: #3A3A3A;
}

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

p {
  margin-top: 0;
}

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

.wrap {
  padding: 3rem 1rem;
}

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

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, a:focus, button:hover, button:focus {
    opacity: 0.6;
  }
  .wrap {
    width: 1200px;
    margin: auto;
    padding: 4rem 0;
  }
  .main {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
@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 {
  color: #535453;
}
.header .wrap {
  padding: 1rem;
}
.header .wrap .logo {
  height: 5rem;
  margin-bottom: 1rem;
}
.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 {
  letter-spacing: 0.05em;
}
.header .wrap .head_right .endoscope_header {
  display: block;
  background: #FDDD4B;
  color: #535453;
  font-weight: bold;
  position: relative;
  font-size: 1.3rem;
  margin: 0 auto 1rem;
  width: 85%;
  border-radius: 1.2rem;
  padding: 1.4em 2em 1.4em 3.88em;
  text-align: center;
  line-height: 1.22;
}
.header .wrap .head_right .endoscope_header::before {
  content: "";
  width: 2.666em;
  height: 2.888em;
  background: url(../img/illust_endoscope.png) no-repeat center center/contain;
  position: absolute;
  left: 0.666em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .wrap .head_right .endoscope_header::after {
  font-family: "fontello";
  content: "\e80a";
  display: block;
  color: #EB847D;
  font-weight: normal;
  position: absolute;
  right: 0.4em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 93%;
  letter-spacing: 0;
}
.header .wrap .head_right .telephone {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  font-weight: normal;
}
.header .wrap .head_right .telephone > span,
.header .wrap .head_right .telephone > a {
  display: inline-block;
  background: #74C8D6;
  color: #fff;
  padding: 0.6em 1em;
  border-radius: 10rem;
  width: 85%;
  position: relative;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.header .wrap .head_right .telephone > span::before,
.header .wrap .head_right .telephone > a::before {
  font-family: "fontello";
  content: "\e818";
  font-size: 0.9em;
  position: relative;
  top: -0.05em;
  margin-right: 0.2em;
  font-weight: normal;
}

@media screen and (min-width: 48em), print {
  .header {
    z-index: 100000;
    position: sticky;
    left: 0;
    top: -1px;
    width: 100%;
    background: #fff;
  }
  .header .wrap {
    margin: 0 auto;
    padding: 1.5rem 0 1.5rem;
    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: 55rem;
    height: 8.4rem;
    margin: 0;
  }
  .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% - 57rem);
  }
  .header .wrap .head_right .endoscope_header {
    display: block;
    border-radius: 2rem;
    font-size: 1.8rem;
    text-align: left;
    padding: 0.7em 1.8em 0.7em 3.88em;
    width: auto;
    margin: 0 2.8rem 0 0;
  }
  .header .wrap .head_right .telephone {
    margin: 0;
    padding: 0;
    font-size: 3rem;
    width: auto;
  }
  .header .wrap .head_right .telephone > span,
  .header .wrap .head_right .telephone > a {
    margin: 0;
    width: 28.8rem;
    padding: 0.4em 1em;
  }
}
.slicknav_menu {
  position: fixed;
  top: 1rem;
  right: 0;
  font-size: 4.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 100;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: #308E9B;
  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: "\e802";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::after {
  display: block;
  content: "MENU";
  font-size: 1rem;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-family: "fontello";
  content: "\e806";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1rem;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: rgba(243, 253, 255, 0.97);
  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 #308E9B;
  margin: 0;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li {
  border-bottom: 1px solid #308E9B;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a {
  display: block;
  color: #3A3A3A !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: "2";
  font-size: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a.sub {
  background: none;
  border: none;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a.sub::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  font-family: "fontello";
  content: "4";
  font-size: 1.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:hover, .slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:focus {
  color: inherit;
  background: none;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.slicknav_parent ul li:last-child {
  border: none;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.slicknav_open > a.slicknav_item .sub::after {
  font-family: "fontello";
  content: "3";
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li .subnav {
  background: #fff;
  margin-bottom: 1rem;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li .subnav li {
  border-color: #308E9B;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li .subnav li a {
  padding: 1rem 3rem 1rem 0.5rem;
  color: #3A3A3A;
}
.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;
    background: #F5ECA6;
  }
  #nav .gnav {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.2rem 5rem;
  }
  #nav .gnav > li {
    position: relative;
    border-right: 0.2rem dotted #535453;
    text-align: center;
    font-size: 2rem;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  #nav .gnav > li:last-child {
    border-right: none;
  }
  #nav .gnav > li > a {
    display: block;
    padding: 0.6rem 1.6rem;
    position: relative;
    color: #535453;
    letter-spacing: 0.05em;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  #nav .gnav > li > a:hover, #nav .gnav > li > a:focus {
    opacity: 1;
    color: #EB847D;
  }
  #nav .gnav > li > a.sub::after {
    font-family: "fontello";
    content: "\e809";
    color: #EB847D;
    font-size: 90%;
    display: inline-block;
    margin-left: 0.2em;
  }
  #nav .gnav > li > a.sub.open::after {
    content: "\e80b";
  }
  #nav .gnav > li .subnav {
    width: 25rem;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 1.2rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    font-size: 1.8rem;
  }
  #nav .gnav > li .subnav li {
    width: 100%;
  }
  #nav .gnav > li .subnav li a {
    display: block;
    width: 100%;
    background: #fff;
    padding: 1.6rem 1.5rem 1.6rem 2rem;
    text-align: left;
    color: #EB847D;
    border: 0.1rem solid #D5CB7A;
  }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus {
    background: #FBF7D7;
    opacity: 1;
  }
  #nav .gnav > li .subnav li:not(:last-child) a {
    border-bottom: none;
  }
}
.btn_policy {
  padding: 1rem 1rem;
}
.btn_policy a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: inline-block;
  line-height: 0.1em;
  font-weight: bold;
  border-radius: 10rem;
  border: 0.2rem solid #707070;
  line-height: 1;
  padding: 0.7em 1.6em;
  color: #535453;
  font-size: 1.2rem;
}
.btn_policy a::before {
  font-family: "fontello";
  content: "\e80e";
  font-weight: normal;
  display: inline-block;
  margin-right: 0.2em;
  position: relative;
  top: -0.1em;
}

.overview {
  font-size: 1.4rem;
  line-height: 1.6;
  background: #C0EDF5;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  margin-top: 4rem;
}
.overview::before {
  content: "";
  display: block;
  background: url(../img/wave_blue.svg) repeat-x center top/contain;
  width: 100%;
  height: 3.5rem;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
}
.overview > .wrap {
  padding-top: 0.5rem;
  padding-bottom: 3rem;
}
.overview > .wrap .clinic_name {
  text-align: center;
  margin: 0 0 1.8rem;
}
.overview > .wrap .clinic_name img {
  max-width: 95%;
  height: auto;
}
.overview > .wrap .telephone {
  text-align: center;
  margin-bottom: 1.6rem;
}
.overview > .wrap .telephone > span,
.overview > .wrap .telephone > a {
  display: inline-block;
  background: #74C8D6;
  color: #fff;
  border: 0.2rem solid #fff;
  line-height: 1;
  padding: 0.4em 1.1em;
  border-radius: 1.5rem;
  font-size: 1.6rem;
  width: 85%;
}
.overview > .wrap .telephone > span::before,
.overview > .wrap .telephone > a::before {
  font-family: "fontello";
  content: "\e818";
  display: inline-block;
  margin-right: 0.1em;
}
.overview > .wrap .address_overview {
  text-align: center;
  margin-bottom: 1.5rem;
}
.overview > .wrap .list_overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overview > .wrap .list_overview dt {
  width: 29%;
  border-bottom: 0.1rem solid #fff;
  padding: 0 5% 0.3em 0;
  line-height: 1.5;
  margin: 0;
  margin-top: 0.8em;
  color: #308E9B;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
.overview > .wrap .list_overview dd {
  width: 71%;
  border-bottom: 0.1rem solid #fff;
  padding: 0 0 0.3em;
  line-height: 1.5;
  margin: 0;
  margin-top: 0.8em;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.overview > .wrap .list_overview dd .tit_access_overview {
  display: block;
}
.overview > .wrap .list_overview dd .tit_access_overview::before {
  content: "";
  width: 1em;
  height: 1em;
}
.overview > .wrap .list_overview dt:first-of-type,
.overview > .wrap .list_overview dd:first-of-type {
  margin-top: 0;
}
.overview > .wrap .timetable_overview {
  padding: 0.8rem;
  background: #fff;
  border-radius: 1rem;
  margin-top: 1.8rem;
  margin-bottom: 2rem;
}
.overview > .wrap .map_illust img {
  width: 100%;
}
.overview > .wrap .link_gmap {
  color: #308E9B;
  text-align: right;
  margin-top: 0.8em;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  font-weight: bold;
}

@media screen and (min-width: 48em), print {
  .btn_policy {
    padding: 1rem 0 1rem;
    width: 1200px;
    margin: 0 auto;
  }
  .btn_policy a {
    font-size: 1.4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn_policy a:hover, .btn_policy a:focus {
    background: #707070;
    opacity: 1;
    color: #fff;
  }
  .overview {
    font-size: 1.6rem;
    margin-top: 9rem;
  }
  .overview::before {
    height: 7rem;
  }
  .overview > .wrap {
    padding-top: 7rem;
    padding-bottom: 12rem;
  }
  .overview > .wrap .clinic_name {
    margin: 0;
  }
  .overview > .wrap .clinic_name img {
    max-width: 70rem;
    height: auto;
  }
  .overview > .wrap .telephone {
    margin-bottom: 1.2rem;
  }
  .overview > .wrap .telephone > span,
  .overview > .wrap .telephone > a {
    font-size: 4.1rem;
    border-width: 0.3rem;
    width: 40.3rem;
    border-radius: 3rem;
  }
  .overview > .wrap .address_overview {
    margin-bottom: 2.4rem;
    font-size: 2rem;
  }
  .overview > .wrap .flex_overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview > .wrap .flex_overview > div {
    width: 66rem;
  }
  .overview > .wrap .flex_overview > div:nth-child(2) {
    width: 49rem;
  }
  .overview > .wrap .list_overview {
    margin: 0 0 4.5rem;
  }
  .overview > .wrap .list_overview dt {
    text-align: left;
    font-size: 1.6rem;
    width: 23%;
    padding-right: 0;
  }
  .overview > .wrap .list_overview dd {
    font-size: 1.6rem;
    width: 77%;
  }
  .overview > .wrap .list_overview dd .tit_access_overview {
    display: inline;
  }
  .overview > .wrap .list_overview dd .tit_access_overview::after {
    content: "：";
  }
  .overview > .wrap .timetable_overview {
    margin: 0;
    border-radius: 2rem;
    padding: 3rem;
  }
  .overview > .wrap .link_gmap {
    font-size: 1.6rem;
  }
}
.tel_up {
  width: 100%;
  background: #74C8D6;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  min-height: 4rem;
  padding: 0.6rem 4.3rem 0.6rem 0.8rem;
  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;
}
.tel_up .telephone {
  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;
  font-size: 1.8rem;
  line-height: 1;
  width: 80%;
}
.tel_up .telephone > span,
.tel_up .telephone > a {
  display: block;
  background: #fff;
  color: #308E9B;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.25em 0.9em 0.3em;
  border-radius: 10rem;
}
.tel_up .telephone > span::before,
.tel_up .telephone > a::before {
  font-family: "fontello";
  content: "\e818";
  font-weight: normal;
  font-size: 0.8em;
  position: relative;
  top: 0.03em;
  margin-right: 0.2em;
}
.tel_up .pageup {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}
.tel_up .pageup a {
  display: block;
  width: 3rem;
  height: 3rem;
  text-align: center;
  margin: 0.5rem 0.5rem;
  background: #ccc;
  border-radius: 0.7rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #fff;
  border: 0.15rem solid #308E9B;
}
.tel_up .pageup a::before {
  text-align: center;
  text-indent: 0;
  font-size: 1.7rem;
  color: #308E9B;
  font-family: "fontello";
  content: "\e80b";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -54%);
          transform: translate(-50%, -54%);
}

@media screen and (min-width: 48em), print {
  .tel_up {
    display: block;
    width: 6rem;
    bottom: 2rem;
    right: 2rem;
    left: auto;
    background: transparent;
    padding: 0;
  }
  .tel_up .telephone {
    display: none;
  }
  .tel_up .pageup {
    border-width: 0.3rem;
  }
  .tel_up .pageup a {
    width: 7rem;
    height: 7rem;
    margin: 0;
    border-radius: 1rem;
  }
  .tel_up .pageup a::before {
    font-size: 3.5rem;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  letter-spacing: 0.05em;
}
.footer .copy {
  display: block;
  color: #308E9B;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3.5rem 0 0;
    background: #74C8D6;
  }
  .footer .copy {
    font-size: 1.2rem;
    padding: 0 0 5rem;
    letter-spacing: 0.1em;
    color: #fff;
    background: #74C8D6;
  }
  .footer ul {
    color: #fff;
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 82rem;
  }
  .footer ul.subnav:last-of-type {
    margin: 0 auto 5rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 1.6rem 0 0;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 0.8rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover, .footer ul li a:focus {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
}
.index main .wrap {
  padding: 3rem 1rem;
}

@media screen and (min-width: 48em), print {
  .index main .wrap {
    padding: 8rem 0;
  }
}
.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 {
  width: 100%;
  background-size: cover;
  background-position: center center;
  padding: 26rem 1rem 0;
}
.index .wrapper_keyvsl .keyvsl_catch {
  color: #74C8D6;
  font-weight: bold;
  position: absolute;
  letter-spacing: 0.1em;
  bottom: 2rem;
  left: 0.8rem;
  font-size: 1.7rem;
  margin: 0;
  line-height: 1.27;
  padding: 0.7em 0.7em;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0.083em 0.083em 0.27em rgba(0, 0, 0, 0.26);
          box-shadow: 0.083em 0.083em 0.27em rgba(0, 0, 0, 0.26);
  border-radius: 1.2rem;
}
.index .wrapper_keyvsl .keyvsl_catch {
  opacity: 0;
  -webkit-transition: opacity 1.4s;
  transition: opacity 1.4s;
}
.index .wrapper_keyvsl.is_fadein .keyvsl_catch {
  opacity: 1;
}

@media screen and (min-width: 48em), print {
  .index .wrapper_keyvsl {
    padding: 0;
    position: relative;
    margin: 0 auto 0;
  }
  .index .wrapper_keyvsl #keyvsl {
    padding: 0;
    height: 60rem;
  }
  .index .wrapper_keyvsl .keyvsl_catch {
    bottom: 4rem;
    left: calc(50% - 60rem);
    font-size: 3.6rem;
    border-radius: 2rem;
  }
}
.tit_02_index {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  color: #74C8D6;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 2.5rem;
  line-height: 1.2;
}
.tit_02_index::before {
  content: "";
  display: block;
  height: 1.94em;
  width: 100%;
  background: url(../img/tit_02_icon.svg) no-repeat center center/contain;
  margin-bottom: 0.166em;
}
.tit_02_index > span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.3em;
}
.tit_02_index > span::before {
  content: "";
  height: 0.14em;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, transparent), color-stop(50%, #C0EDF5), to(#C0EDF5)) repeat-x center center/0.28em auto;
  background: linear-gradient(to right, transparent 0%, transparent 50%, #C0EDF5 50%, #C0EDF5 100%) repeat-x center center/0.28em auto;
}

@media screen and (min-width: 48em), print {
  .tit_02_index {
    font-size: 3.6rem;
    margin-bottom: 5rem;
  }
}
main .wrapper_timetable {
  background: #74C8D6 url(../img/bg_news.svg) no-repeat bottom left -0.9rem/20rem auto;
}
main .wrapper_timetable .wrap .tit_02_timetable {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 2.5rem;
}
main .wrapper_timetable .wrap .tit_02_timetable .tit_en {
  font-size: 60%;
  display: block;
  margin-top: 0.26em;
}
main .wrapper_timetable .wrap .timetable_index {
  background: #fff;
  padding: 0.8rem;
  border-radius: 1rem;
}
@media screen and (min-width: 48em), print {
  main .wrapper_timetable {
    background: #74C8D6 url(../img/bg_news.svg) no-repeat bottom left calc(50% - 34.5rem)/51.1rem auto;
  }
  main .wrapper_timetable .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main .wrapper_timetable .wrap .tit_02_timetable {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40rem;
    font-size: 5rem;
    margin: 11.5rem 0 0;
  }
  main .wrapper_timetable .wrap .timetable_index {
    border-radius: 2rem;
    padding: 5rem;
  }
}
main .wrapper_news .wrap dl {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
main .wrapper_news .wrap dl > div {
  margin-top: 1.2rem;
  border-radius: 1.2rem;
  background: #F8F8F8;
  padding: 1.2rem 1rem 1.4rem;
}
main .wrapper_news .wrap dl > div:first-child {
  margin-top: 0;
}
main .wrapper_news .wrap dl > div dt {
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  color: #308E9B;
  font-size: 1.6rem;
  position: relative;
  padding-right: 1.77em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
main .wrapper_news .wrap dl > div dt .news_date {
  display: block;
  font-size: 63%;
}
main .wrapper_news .wrap dl > div dt::before {
  font-family: "fontello";
  content: "\e800";
  position: absolute;
  right: 0;
  top: 0.3em;
  font-size: 100%;
  font-weight: normal;
}
main .wrapper_news .wrap dl > div dt.open::before {
  content: "\e803";
}
main .wrapper_news .wrap dl > div dd {
  margin: 0.8em 0 0;
  padding: 0;
  display: block;
  word-wrap: break-word;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 48em), print {
  main .wrapper_news .wrap {
    padding-top: 12rem;
    padding-bottom: 6rem;
  }
  main .wrapper_news .wrap dl {
    width: 90rem;
    margin: 0 auto;
  }
  main .wrapper_news .wrap dl > div {
    padding: 3.5rem 4.5rem 3.5rem 5rem;
    margin-top: 1.5rem;
  }
  main .wrapper_news .wrap dl > div:first-child {
    margin-top: 0;
  }
  main .wrapper_news .wrap dl > div dt {
    font-size: 2.2rem;
  }
  main .wrapper_news .wrap dl > div dt::before {
    top: 0.5rem;
    right: 0.5rem;
  }
  main .wrapper_news .wrap dl > div dt a .news_title_text {
    display: inline;
  }
  main .wrapper_news .wrap dl > div dt a:hover, main .wrapper_news .wrap dl > div dt a:focus {
    opacity: 1;
  }
  main .wrapper_news .wrap dl > div dt:hover a .news_title_text {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FBF7D7));
    background: linear-gradient(transparent 70%, #FBF7D7 0%);
  }
  main .wrapper_news .wrap dl > div dd {
    font-size: 1.6rem;
  }
}
main .wrapper_symptom .wrap .list_symptom > li {
  background: #74C8D6;
  padding: 2.4rem 1rem 1.5rem;
  border-radius: 1rem;
  margin-top: 1.6rem;
}
main .wrapper_symptom .wrap .list_symptom > li:first-child {
  margin-top: 0;
}
main .wrapper_symptom .wrap .list_symptom > li::before {
  font-family: "fontello";
  content: "\e80f";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  width: 2.25em;
  height: 2.25em;
  font-size: 5.3rem;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 0.8rem;
  color: #74C8D6;
}
main .wrapper_symptom .wrap .list_symptom > li .catch {
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #F5ECA6;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
}
main .wrapper_symptom .wrap .list_symptom > li .list_anchor_symptom > li {
  margin-top: 0.8rem;
}
main .wrapper_symptom .wrap .list_symptom > li .list_anchor_symptom > li:first-child {
  margin-top: 0;
}
main .wrapper_symptom .wrap .list_symptom > li .list_anchor_symptom > li a {
  display: block;
  background: #fff;
  font-weight: 500;
  padding: 0.8em 0.6em;
  line-height: 1.2;
  border-radius: 0.6rem;
  position: relative;
}
main .wrapper_symptom .wrap .list_symptom > li .list_anchor_symptom > li a::after {
  font-family: "fontello";
  content: "\e80a";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.4em;
  letter-spacing: 0;
  color: #74C8D6;
}
main .wrapper_symptom .wrap .list_symptom > li:nth-child(2n) {
  background: #F5ECA6;
}
main .wrapper_symptom .wrap .list_symptom > li:nth-child(2n)::before {
  color: #F5ECA6;
}
main .wrapper_symptom .wrap .list_symptom > li:nth-child(2n) .catch {
  color: #74C8D6;
}
main .wrapper_symptom .wrap .list_symptom > li:nth-child(2n) .list_anchor_symptom > li a::after {
  color: #F5ECA6;
}
main .wrapper_symptom .wrap .list_symptom > li.stomach_ache::before {
  content: "\e80f";
}
main .wrapper_symptom .wrap .list_symptom > li.upper_abdomen::before {
  content: "\e811";
}
main .wrapper_symptom .wrap .list_symptom > li.meal::before {
  content: "\e812";
}
main .wrapper_symptom .wrap .list_symptom > li.bowel_movements::before {
  content: "\e813";
}
main .wrapper_symptom .wrap .list_symptom > li.unwell::before {
  content: "\e814";
}
main .wrapper_symptom .wrap .list_symptom > li.lifestyle-related::before {
  content: "\e815";
}
main .wrapper_symptom .wrap .list_symptom > li.medical_examination::before {
  content: "\e816";
}
main .wrapper_symptom .wrap .list_symptom > li.checkup_vaccination::before {
  content: "\e817";
}
@media screen and (min-width: 48em), print {
  main .wrapper_symptom .wrap {
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
  main .wrapper_symptom .wrap .list_symptom {
    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_symptom .wrap .list_symptom > li {
    width: 59rem;
    min-height: 36.5rem;
    margin-top: 2rem;
    position: relative;
    padding: 5rem;
    border-radius: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .wrapper_symptom .wrap .list_symptom > li::before {
    font-size: 8rem;
    position: absolute;
    top: 5rem;
    left: 5rem;
    margin: 0;
  }
  main .wrapper_symptom .wrap .list_symptom > li .catch {
    width: 18rem;
    font-size: 2.6rem;
    margin: 19.5rem 0 0;
  }
  main .wrapper_symptom .wrap .list_symptom > li .list_anchor_symptom {
    width: 28rem;
  }
  main .wrapper_symptom .wrap .list_symptom > li .list_anchor_symptom > li {
    margin-top: 1rem;
  }
  main .wrapper_symptom .wrap .list_symptom > li .list_anchor_symptom > li:first-child {
    margin-top: 0;
  }
  main .wrapper_symptom .wrap .list_symptom > li .list_anchor_symptom > li a {
    font-size: 1.6rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  main .wrapper_symptom .wrap .list_symptom > li .list_anchor_symptom > li a::after {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  main .wrapper_symptom .wrap .list_symptom > li .list_anchor_symptom > li a:hover, main .wrapper_symptom .wrap .list_symptom > li .list_anchor_symptom > li a:focus {
    opacity: 1;
    color: #74C8D6;
  }
  main .wrapper_symptom .wrap .list_symptom > li .list_anchor_symptom > li a:hover::after, main .wrapper_symptom .wrap .list_symptom > li .list_anchor_symptom > li a:focus::after {
    right: 0.25em;
  }
  main .wrapper_symptom .wrap .list_symptom > li:nth-child(n) {
    margin-top: 2rem;
    background: #74C8D6;
  }
  main .wrapper_symptom .wrap .list_symptom > li:nth-child(n)::before {
    color: #74C8D6;
  }
  main .wrapper_symptom .wrap .list_symptom > li:nth-child(n) .catch {
    color: #F5ECA6;
  }
  main .wrapper_symptom .wrap .list_symptom > li:nth-child(n) .list_anchor_symptom > li a::after {
    color: #74C8D6;
  }
  main .wrapper_symptom .wrap .list_symptom > li:nth-child(4n+3), main .wrapper_symptom .wrap .list_symptom > li:nth-child(4n+4) {
    background: #F5ECA6;
  }
  main .wrapper_symptom .wrap .list_symptom > li:nth-child(4n+3)::before, main .wrapper_symptom .wrap .list_symptom > li:nth-child(4n+4)::before {
    color: #F5ECA6;
  }
  main .wrapper_symptom .wrap .list_symptom > li:nth-child(4n+3) .catch, main .wrapper_symptom .wrap .list_symptom > li:nth-child(4n+4) .catch {
    color: #74C8D6;
  }
  main .wrapper_symptom .wrap .list_symptom > li:nth-child(4n+3) .list_anchor_symptom > li a::after, main .wrapper_symptom .wrap .list_symptom > li:nth-child(4n+4) .list_anchor_symptom > li a::after {
    color: #F5ECA6;
  }
  main .wrapper_symptom .wrap .list_symptom > li:nth-child(4n+3) .list_anchor_symptom > li a:hover, main .wrapper_symptom .wrap .list_symptom > li:nth-child(4n+3) .list_anchor_symptom > li a:focus, main .wrapper_symptom .wrap .list_symptom > li:nth-child(4n+4) .list_anchor_symptom > li a:hover, main .wrapper_symptom .wrap .list_symptom > li:nth-child(4n+4) .list_anchor_symptom > li a:focus {
    color: #EB847D;
  }
  main .wrapper_symptom .wrap .list_symptom > li:nth-child(-n+2) {
    margin-top: 0;
  }
}

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

@media screen and (min-width: 48em), print {
  body:not(.index) .main > .wrap:first-child {
    padding-top: 12rem;
  }
  body:not(.index) .main p {
    margin-bottom: 1.8rem;
  }
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
#clinicslide img, #clinicslide p {
  display: none;
}

.sp-layer.sp-black {
  background: rgba(48, 142, 155, 0.85);
}

.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 .gmap {
  height: 30rem;
  margin: 2rem 0;
}

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

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

@media screen and (min-width: 48em), print {
  .bread_list {
    margin: 1rem auto 0;
    font-size: 1.4rem;
    width: 1200px;
  }
  .bread_list > li:not(:first-child)::before {
    content: "＞";
  }
}
/*# sourceMappingURL=style.css.map */