@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..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%, #ffc));
  background: linear-gradient(transparent 70%, #ffc 0%);
  display: inline;
}

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

.clr_red_01 {
  color: #ED2F2F;
}

.clr_blue_01 {
  color: #0161AF;
}

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

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

.fontsize120 {
  font-size: 120% !important;
}

.fontsize140 {
  font-size: 140% !important;
}

.fontsize150 {
  font-size: 150% !important;
}

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

.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%;
  /* &::-webkit-scrollbar {
    width: 16px;
  }
  &::-webkit-scrollbar-track {
    background-color: #ccc;
    border-radius: 100px;
  }
  &::-webkit-scrollbar-thumb {
    background-color: var.$clr_green_02;
    border-radius: 100px;
  } */
}
.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;
}
.tbl_time caption .tit_close {
  display: inline-block;
  background: #023763;
  color: #fff;
  letter-spacing: 0.05em;
  margin-right: 0.4em;
  padding: 0.2em 1.22em;
}
.tbl_time caption .caption_textbox_01 {
  display: inline-block;
  margin: 0.7em 0;
  text-indent: -1.05em;
  padding-left: 1.05em;
}
.tbl_time tr th {
  font-weight: normal;
  background: #fff;
}
.tbl_time tr th[scope=col] {
  padding: 1.5em 0 0.9em;
  background: #fff;
  color: #023763;
  border-top: 1px solid #023763;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.3em 0.2em;
  background: #fff;
  line-height: 1;
}
.tbl_time tr:last-of-type th,
.tbl_time tr:last-of-type td {
  border-bottom: 1px solid #023763;
  padding-bottom: 1.5em;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 32%;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  font-size: 2.2rem;
  color: #023763;
  padding: 3rem 1rem;
  text-align: center;
  width: 100%;
  background: url(../img/tit_01_bg.jpg) no-repeat top center/cover;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.tit_02 {
  color: #023763;
  font-size: 2rem;
  line-height: 1.38;
  letter-spacing: 0.05em;
  margin: 5rem 0 2rem;
  padding-bottom: 0.55em;
  position: relative;
  text-align: center;
}
.tit_02::before {
  content: "";
  display: block;
  height: 2px;
  width: 1.38em;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #00AEEF;
}

.tit_03 {
  color: #023763;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 4rem 0 1.5rem;
  padding: 0.4em 0.59em;
  background: #F3F9FC;
}

.tit_04 {
  color: #023763;
  font-size: 1.8rem;
  line-height: 1.42;
  letter-spacing: 0.05em;
  margin: 3.8rem 0 1.5rem;
  padding-bottom: 0.36em;
  position: relative;
}
.tit_04::before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#00AEEF), color-stop(5em, #00AEEF), color-stop(5em, #DCDCDC), to(#DCDCDC));
  background: linear-gradient(to right, #00AEEF 0%, #00AEEF 5em, #DCDCDC 5em, #DCDCDC 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

.tit_05 {
  color: #023763;
  font-size: 1.7rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin: 3.5rem 0 1.5rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 9.8rem 1rem;
    font-size: 4.2rem;
    width: auto;
  }
  .tit_02 {
    font-size: 3.6rem;
    margin: 10rem 0 3rem;
  }
  .tit_03 {
    font-size: 3.2rem;
    margin: 8.5rem 0 2rem;
  }
  .tit_04 {
    font-size: 2.8rem;
    margin: 7.5rem 0 2rem;
  }
  .tit_05 {
    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;
}

.text_general {
  margin-bottom: 1.5rem;
}

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

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

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

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

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

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

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

.list_ol_01,
.list_ol_counter_noreset_01 {
  counter-reset: number 0;
  margin: 0;
  padding-left: 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;
  color: #0161AF;
}
.list_ol_01 > li:first-child,
.list_ol_counter_noreset_01 > li:first-child {
  margin-top: 0;
}

.list_ol_counter_noreset_01 {
  counter-reset: none;
}

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

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

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

@media screen and (min-width: 48em), print {
  .list_ul_01 > li::before {
    top: 0.68em;
  }
  .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 #023763;
  }
  .list_dl_01 dd,
  .list_dl_01_50percent dd {
    width: 72%;
    padding: 2rem 2.5rem;
  }
  .list_dl_01_50percent dt {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .list_dl_01_50percent dd {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.box_general_01 {
  padding: 1.2rem 1.2rem;
  background: #F3F9FC;
  margin-bottom: 2rem;
  position: relative;
}
.box_general_01 > :first-child {
  margin-top: 0;
}
.box_general_01 > :last-child {
  margin-bottom: 0;
}

.box_general_wrap {
  margin-bottom: 2rem;
}
.box_general_wrap .box_general_01 {
  background: #fff;
  border: 3px solid #CAD6DF;
}
.box_general_wrap .box_general_01:not(:last-child) {
  margin-bottom: 4rem;
}
.box_general_wrap .box_general_01:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.3rem 3rem 0 3rem;
  border-color: #00AEEF transparent transparent transparent;
  position: absolute;
  top: calc(100% + 1.6rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.box_general_wrap .box_general_01:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .box_general_01 {
    padding: 2rem 2rem;
  }
  .box_general_wrap .box_general_01:not(:last-child) {
    margin-bottom: 6.8rem;
  }
  .box_general_wrap .box_general_01:not(:last-child)::after {
    border-width: 2.6rem 7rem 0 7rem;
    top: calc(100% + 2.5rem);
  }
}
.btn_general_01 {
  display: block;
  padding: 0.8em 2em;
  background: #fff;
  border: 1px solid #0161AF;
  color: #0161AF;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
.btn_general_01::after {
  display: block;
  font-family: "fontello";
  content: "\e824";
  position: absolute;
  top: 50%;
  right: 0.7em;
  -webkit-transform: translateY(-53%);
          transform: translateY(-53%);
  font-size: 88%;
  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;
  }
  .btn_general_01::after {
    right: 1em;
  }
  .btn_general_01:hover, .btn_general_01:focus {
    color: #fff;
    background-color: #0161AF;
    opacity: 1;
  }
}
.table_01 {
  border-spacing: 0;
  border: 1px solid #CAD6DF;
  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: #F3F9FC;
  text-align: center;
}
.table_01 td {
  background: #fff;
}
.table_01 th, .table_01 td {
  font-weight: normal;
  border: 1px solid #CAD6DF;
  border-top: none;
  border-left: none;
  padding: 0.6rem;
}
.table_01 th > *:last-child, .table_01 td > *:last-child {
  margin-bottom: 0;
}
.table_01 thead th {
  background: #0161AF;
  color: #fff;
  text-align: center;
}
.table_01 thead + tbody th {
  background: #FCFBF3;
}

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

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

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

p {
  margin-top: 0;
}

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

.wrap {
  padding: 3rem 1rem;
}

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

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, a:focus, button:hover, button:focus {
    opacity: 0.6;
  }
  .wrap {
    width: 1200px;
    margin: auto;
    padding: 4rem 0;
  }
  .main {
    font-size: 1.8rem;
    line-height: 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 .wrap {
  margin: 1rem;
  padding: 0;
}
.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 .access {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
  letter-spacing: 0.05em;
}
.header .wrap .head_right .access::before {
  font-family: "fontello";
  content: "\e81d";
  display: inline-block;
  margin-right: 0.2em;
}
.header .wrap .head_right .telephone {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.header .wrap .head_right .telephone > span::before,
.header .wrap .head_right .telephone > a::before {
  font-family: "fontello";
  content: "\e81f";
  display: inline-block;
  margin-right: 0.25em;
  font-weight: normal;
  font-size: 90%;
  position: relative;
  top: -0.05em;
}

@media screen and (min-width: 48em), print {
  .header {
    border-top: #023763 solid 10px;
    position: relative;
  }
  .header::before {
    content: "";
    display: block;
    background: #023763;
    width: calc(50% - 21rem);
    position: absolute;
    right: 0;
    top: 0;
    height: 4.2rem;
  }
  .header::after {
    content: "";
    display: block;
    border-style: solid;
    border-width: 21px;
    border-color: #023763 #023763 transparent transparent;
    position: absolute;
    top: 0;
    right: calc(50% - 21rem);
  }
  .header .wrap {
    margin: 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-bottom: 1rem;
  }
  .header .wrap .logo {
    width: 50.1rem;
    height: 9.7rem;
    margin: 0.9rem 0 0;
  }
  .header .wrap .logo a {
    width: 100%;
  }
  .header .wrap .head_right {
    width: calc(100% - 52.1rem);
    text-align: right;
    padding-top: 4rem;
  }
  .header .wrap .head_right .access {
    color: #fff;
    font-size: 1.8rem;
    position: absolute;
    top: 1rem;
    right: calc(50% - 60rem);
    margin: 0;
  }
  .header .wrap .head_right .telephone {
    font-size: 3.4rem;
  }
}
.slicknav_menu {
  position: fixed;
  top: 1rem;
  right: 0;
  font-size: 3.5rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 100;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: #0161AF;
  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: "찁";
  line-height: 0.8;
  margin: 0.5rem 0 0.2rem;
}
.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: "찂";
  line-height: 0.8;
  margin: 0.5rem 0 0.2rem;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1rem;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: #F3F9FC;
  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 #CAD6DF;
  margin: 0;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li {
  border-bottom: 1px solid #CAD6DF;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a {
  display: block;
  color: #023763 !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: "\e827";
  font-size: 1.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #467296;
}
.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: "\e825";
  font-size: 1.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #467296;
}
.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: "\e822";
  color: #467296;
}
.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: #023763;
}
.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;
    width: 100%;
    position: sticky;
    top: -1px;
    left: 0;
    background: #fff;
    z-index: 1000;
  }
  #nav .gnav {
    width: 1200px;
    margin: 0 auto;
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #nav .gnav > li {
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 2rem;
  }
  #nav .gnav > li.li_policy {
    display: none;
  }
  #nav .gnav > li > a {
    display: inline-block;
    padding: 0;
    position: relative;
    letter-spacing: 0.05em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #nav .gnav > li > a:hover, #nav .gnav > li > a:focus {
    color: #00AEEF;
    opacity: 1;
  }
  #nav .gnav > li > a.sub::after {
    font-family: "fontello";
    content: "\e825";
    display: inline-block;
    margin-left: 0.2em;
  }
  #nav .gnav > li > a.sub.open::after {
    content: "\e822";
  }
  #nav .gnav > li .subnav {
    width: 25.4rem;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 3.5rem;
    z-index: 1;
    font-size: 2rem;
    background: #fff;
    border-radius: 1.2rem;
    padding: 2rem 1.7rem;
  }
  #nav .gnav > li .subnav li {
    width: 100%;
    margin-top: 1rem;
  }
  #nav .gnav > li .subnav li:first-child {
    margin-top: 0;
  }
  #nav .gnav > li .subnav li a {
    display: block;
    width: 100%;
    background: #fff;
    padding: 1.3rem 1.5rem;
    text-align: left;
    color: #023763;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0.6rem;
  }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus {
    background: #00AEEF;
    color: #fff;
    opacity: 1;
  }
}
.sidebar {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sidebar {
    display: block;
  }
  .sidebar .tit {
    background: #6b4f3c;
    color: #f1ffdb;
    font-size: 2.4rem;
    text-align: center;
    padding: 1.8rem;
    border-radius: 0.8rem;
  }
  .sidebar .subnav {
    margin: 0;
    padding: 1rem 0;
  }
  .sidebar .subnav li a {
    display: block;
    padding: 1.2rem 0.6rem;
    color: #48341d;
    position: relative;
    font-size: 1.8rem;
  }
  .sidebar .subnav li a::after {
    font-family: "fontello";
    content: "\e807";
    position: absolute;
    right: 0.6rem;
    color: #d8c8bd;
  }
  .sidebar .subnav li a:hover, .sidebar .subnav li a:focus {
    background: #ffedcd;
    color: #ec7218;
  }
  .sidebar .subnav li a:hover::after, .sidebar .subnav li a:focus::after {
    color: #ec7218;
  }
  .sidebar .subnav li:not(:last-child) {
    border-bottom: 1px solid #dedede;
  }
}
.overview {
  font-size: 1.4rem;
  line-height: 1.6;
  background: url(../img/overview_bg.jpg) no-repeat center center/cover;
  padding: 3rem 0.9rem;
}
.overview .overview_bg > .wrap {
  padding: 0;
}
.overview .overview_bg > .wrap .overview_flex {
  background: #fff;
  padding: 2rem 0.9rem;
}
.overview .overview_bg > .wrap .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview .overview_bg > .wrap .clinic_name img {
  max-width: 96%;
  height: auto;
}
.overview .overview_bg > .wrap .telephone {
  font-family: "Jost", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.overview .overview_bg > .wrap .telephone::before {
  font-family: "fontello";
  content: "\e81f";
  display: inline-block;
  margin-right: 0.25em;
  margin-left: 0.25em;
  font-weight: normal;
}
.overview .overview_bg > .wrap .list_overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem 0 3rem;
}
.overview .overview_bg > .wrap .list_overview dt,
.overview .overview_bg > .wrap .list_overview dd {
  margin: 0;
  padding: 0.94em 0;
  line-height: 1.6;
}
.overview .overview_bg > .wrap .list_overview dt:first-of-type,
.overview .overview_bg > .wrap .list_overview dd:first-of-type {
  border-top: 1px solid #023763;
}
.overview .overview_bg > .wrap .list_overview dt:last-of-type,
.overview .overview_bg > .wrap .list_overview dd:last-of-type {
  border-bottom: 1px solid #023763;
}
.overview .overview_bg > .wrap .list_overview dt {
  border-bottom: 1px solid #CAD6DF;
  width: 22%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #0161AF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.overview .overview_bg > .wrap .list_overview dd {
  border-bottom: 1px solid #CAD6DF;
  padding-left: 1em;
  width: 78%;
}
.overview .overview_bg > .wrap .gmap {
  height: 25rem;
  margin: 2rem 0;
}
.overview .overview_bg > .wrap .map_illust img {
  width: 100%;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.8rem;
    padding: 12rem 0 11rem;
  }
  .overview .overview_bg > .wrap .overview_flex {
    padding: 4rem 6rem 7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4rem;
  }
  .overview .overview_bg > .wrap .overview_flex > div {
    width: 52rem;
  }
  .overview .overview_bg > .wrap .overview_flex .overview_flex_r {
    padding-top: 6rem;
  }
  .overview .overview_bg > .wrap .clinic_name {
    margin-bottom: 2.8rem;
  }
  .overview .overview_bg > .wrap .address {
    font-size: 1.8rem;
    margin-bottom: 0.3rem;
  }
  .overview .overview_bg > .wrap .telephone {
    font-size: 3.4rem;
    margin-bottom: 2.7rem;
  }
  .overview .overview_bg > .wrap .list_overview dt,
  .overview .overview_bg > .wrap .list_overview dd {
    font-size: 1.8rem;
    padding: 1em 0;
  }
  .overview .overview_bg > .wrap .list_overview dt {
    width: 28%;
  }
  .overview .overview_bg > .wrap .list_overview dd {
    width: 72%;
  }
  .overview .overview_bg > .wrap .overview_flex_map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview .overview_bg > .wrap .overview_flex_map > div {
    width: 62rem;
  }
  .overview .overview_bg > .wrap .overview_flex_map > div:nth-child(2) {
    width: 54rem;
  }
  .overview .overview_bg > .wrap .overview_flex_map .gmap {
    height: 29.9rem;
    margin: 0;
  }
}
/*
.sidebar {
  display: none;
}
@include var.pc {
  .sidebar {
    display: block;
    background: #ccc;
    padding: 2.5rem 0;
    .tit {
      color: var.$clr_txt;
      font-size: 2.8rem;
      text-align: center;
      margin: 0 1.8rem 0;
      padding: 0 0 1.0rem;
      border-bottom: 1px solid var.$clr_txt;
      letter-spacing: .24em;
      &_txt_en {
        display: block;
        margin-top: .6rem;
        font-size: 1.2rem;
        color: #ccc;
        letter-spacing: .24em;
      }
    }
    .subnav {
      margin: 0;
      padding: 1.4rem 0 0 2.0rem;
      li {
        a {
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-wrap: wrap;
          padding: 1.0rem 0 1.0rem 7.0rem;
          color: var.$clr_txt;
          position: relative;
          font-size: 1.8rem;
          min-height: 6.0rem;
          .nav_txt_en {
            display: block;
            width: 100%;
            margin-top: .6rem;
            font-size: 1.2rem;
            color: #ccc;
            padding: 0 0 0 .2rem;
            transition: color .2s;
          }
          &::before {
            content: "";
            display: block;
            width: 6.0rem;
            height: 6.0rem;
            background: var.$clr_txt url(../img/a_subnav_orthopedics.svg) no-repeat center center / cover;
            position: absolute;
            left: 0;
            top: 0;
          }
          &:hover,
          &:focus {
            background: #fff;
            color: var.$clr_green_01;
            opacity: 1;
            .nav_txt_en {
              color: var.$clr_green_01;
            }
          }
          &.orthopedics {
            &::before {
              background-image: url(../img/a_subnav_orthopedics.svg);
            }
          }
          &.rehabilitation {
            &::before {
              background-image: url(../img/a_subnav_rehabilitation.svg);
            }
          }
          &.sports_orthopedics {
            &::before {
              background-image: url(../img/a_subnav_sports_orthopedics.svg);
            }
          }
          &.spinal_disease {
            &::before {
              background-image: url(../img/a_subnav_spinal_disease.svg);
            }
          }
          &.backache {
            &::before {
              background-image: url(../img/a_subnav_backache.svg);
            }
          }
          &.neuralgia {
            &::before {
              background-image: url(../img/a_subnav_neuralgia.svg);
            }
          }
          &.osteoporosis {
            &::before {
              background-image: url(../img/a_subnav_osteoporosis.svg);
            }
          }
          &.traffic_accident {
            &::before {
              background-image: url(../img/a_subnav_traffic_accident.svg);
            }
          }
        }
        &:not(:last-child) {
          margin: 0 0 1.0rem;
        }
      }
    }
  }
}
*/
/*
#pageup { // ページアップ単体
  display: none;
  position: fixed;
  bottom: 1.0rem;
  right: 1.0rem;
  z-index: 1;
  a {
    display: block;
    width: 5.0rem;
    height: 5.0rem;
    font-size: 1.6rem;
    text-align: center;
    padding: .4rem;
    background: #e5bc53;
    border-radius: 50%;
    &::before {
      text-align: center;
      font-size: 3.6rem;
      font-family: 'fontello';
      content: '\e812';
      color: #fff;
    }
    span {
      display: none;
    }
  }
}
@include var.pc {
  #pageup {
    a {
      width: 6.4rem;
      height: 6.4rem;
      &::before {
        font-size: 5.0rem;
      }
    }
  }
}
*/
.tel_up {
  width: 100%;
  background: #F3F9FC;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.3rem;
  min-height: 5rem;
  padding: 0;
  border-top: 1px solid #0161AF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5rem 0 1rem;
}
.tel_up .reserve,
.tel_up .telephone > a,
.tel_up .telephone > span {
  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.3em 0.3em;
  background: -webkit-gradient(linear, left top, right top, from(#00AEEF), to(#0161AF));
  background: linear-gradient(90deg, #00AEEF 0%, #0161AF 100%);
  color: #fff;
  font-weight: 500;
  min-height: 3.6rem;
  text-align: center;
  border: 1px solid #fff;
}
.tel_up .reserve::before,
.tel_up .telephone > a::before,
.tel_up .telephone > span::before {
  font-family: "fontello";
  content: "\e81e";
  display: inline-block;
  margin-right: 0.3em;
  font-weight: 400;
}
.tel_up .reserve,
.tel_up .telephone {
  width: 49%;
}
.tel_up .reserve {
  width: 49%;
  font-size: 1.1rem;
}
.tel_up .reserve::before {
  top: 0.08em;
  position: relative;
}
.tel_up .telephone > a,
.tel_up .telephone > span {
  width: 100%;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
.tel_up .telephone > a::before,
.tel_up .telephone > span::before {
  content: "\e81f";
}
.tel_up .pageup {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}
.tel_up .pageup a {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  text-align: center;
  margin: 0.7rem 0.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#00AEEF), to(#0161AF));
  background: linear-gradient(90deg, #00AEEF 0%, #0161AF 100%);
  border: 1px solid #fff;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.tel_up .pageup a::before {
  text-align: center;
  text-indent: 0;
  font-size: 1.5rem;
  color: #fff;
  font-family: "fontello";
  content: "\e820";
  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: 32.7rem;
    bottom: 3rem;
    right: 3rem;
    left: auto;
    background: transparent;
    padding: 0;
    border: none;
  }
  .tel_up .telephone {
    display: none;
  }
  .tel_up .reserve {
    font-size: 2rem;
    width: 26.3rem;
    height: 6rem;
  }
  .tel_up .pageup a {
    background: #0161AF;
    width: 6rem;
    height: 6rem;
    margin: 0;
  }
  .tel_up .pageup a::before {
    font-size: 2rem;
  }
}
.footer {
  text-align: center;
  padding: 0 0 5rem;
  background: #F3F9FC;
}
.footer .copy {
  display: block;
  color: #0161AF;
  padding: 0.6rem 1rem;
  font-size: 1.1rem;
  font-weight: 400;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 2.6rem 0 0;
    background: #F3F9FC;
  }
  .footer .copy {
    font-size: 1.8rem;
    padding: 4rem 0;
    background: #222222;
    color: #fff;
  }
  .footer ul {
    color: #023763;
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 110rem;
    font-weight: 600;
  }
  .footer ul.subnav:last-of-type {
    margin: 0 auto 4rem;
    max-width: 110rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.8rem;
    margin: 1.4rem 0 0;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover, .footer ul li a:focus {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
}
.index main .wrap {
  padding: 4rem 1rem;
}

@media screen and (min-width: 48em), print {
  .index main .wrap {
    padding: 12rem 0;
  }
}
.tit_02_index {
  margin-bottom: 3.5rem;
  font-size: 1.45rem;
  text-align: center;
}
.tit_02_index .tit_en {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, from(#00AEEF), to(#0161AF));
  background: linear-gradient(90deg, #00AEEF 0%, #0161AF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Jost", sans-serif;
  line-height: 0.83;
  font-size: 2.4em;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin: 0 auto;
}
.tit_02_index .tit_jp {
  display: block;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.45;
  margin-top: 0.3em;
}

@media screen and (min-width: 48em), print {
  .tit_02_index {
    font-size: 2rem;
    margin-bottom: 6rem;
  }
}
.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: 22rem 1rem 0;
  background: url(../img/keyvsl_01.jpg) no-repeat center center/cover;
}

@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: 80rem;
  }
}
main .wrapper_information {
  background: url(../img/information_bg.jpg) no-repeat bottom center/150% auto;
}
main .wrapper_information .wrap .box_information {
  background: #fff;
}
main .wrapper_information .wrap .box_information .gmap {
  margin-top: 2rem;
  height: 24rem;
}
@media screen and (min-width: 48em), print {
  main .wrapper_information {
    background: url(../img/information_bg.jpg) no-repeat bottom center/200rem auto;
  }
  main .wrapper_information .wrap {
    padding-top: 12.5rem;
    padding-bottom: 19rem;
  }
  main .wrapper_information .wrap .tit_02_index {
    width: 100%;
  }
  main .wrapper_information .wrap .box_information {
    width: 1200px;
    margin: 0 auto;
    padding: 0 6rem 6rem;
    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_information .wrap .box_information .timetable_information {
    width: calc(50% - 2rem);
  }
  main .wrapper_information .wrap .box_information .gmap {
    width: calc(50% - 2rem);
    height: 45.2rem;
    margin: 0;
  }
}
main .wrapper_news {
  position: relative;
  background: url(../img/news_bg.jpg) no-repeat bottom center/contain;
}
main .wrapper_news .wrap .box_news_01 {
  border: 1px solid #CAD6DF;
  padding: 1.2rem 0;
  margin-top: 2rem;
}
main .wrapper_news .wrap .box_news_01 h3 {
  color: #023763;
  font-weight: 400;
  line-height: 1.45;
  position: relative;
  font-size: 1.8rem;
  padding-top: 0.08em;
  padding-bottom: 0.66em;
  padding-left: calc(2em + 1rem);
  border-bottom: 2px solid #0161AF;
  margin-right: 2rem;
}
main .wrapper_news .wrap .box_news_01 h3::before {
  font-family: "fontello";
  content: "\e828";
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  position: absolute;
  width: 1.66em;
  height: 1.66em;
  background: #467296;
  border-radius: 0.6rem;
  top: 0;
  left: 1rem;
}
main .wrapper_news .wrap .box_news_01 .dl_wrap {
  position: relative;
  padding-right: 0.5rem;
  padding-left: 1rem;
}
main .wrapper_news .wrap .box_news_01 .dl_wrap .accordion-container {
  margin: 0 0 0;
  line-height: 1.4;
  padding: 0;
  width: 100%;
  position: relative;
  padding-bottom: 1.5rem;
  overflow-y: scroll;
  max-height: 30rem;
  padding-right: 1rem;
}
main .wrapper_news .wrap .box_news_01 .dl_wrap .accordion-container::-webkit-scrollbar {
  width: 10px;
}
main .wrapper_news .wrap .box_news_01 .dl_wrap .accordion-container::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 100px;
}
main .wrapper_news .wrap .box_news_01 .dl_wrap .accordion-container::-webkit-scrollbar-thumb {
  background-color: #DCDCDC;
  border-radius: 100px;
}
main .wrapper_news .wrap .box_news_01 .dl_wrap .accordion-container .accordion-item .accordion-header:first-child {
  margin-top: 0;
}
main .wrapper_news .wrap .box_news_01 .dl_wrap .accordion-container .accordion-item.open .accordion-header::before {
  content: "\e825";
}
main .wrapper_news .wrap .box_news_01 .dl_wrap .accordion-container .accordion-header {
  padding-top: 1.5rem;
  padding-left: 1.6em;
  margin: 1.5rem 0 0;
  font-size: 1.5rem;
  color: #023763;
  cursor: pointer;
  position: relative;
  width: 100%;
  border-top: #CAD6DF solid 1px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main .wrapper_news .wrap .box_news_01 .dl_wrap .accordion-container .accordion-header:first-child {
  margin-top: 0;
  border-top: none;
}
main .wrapper_news .wrap .box_news_01 .dl_wrap .accordion-container .accordion-header::marker {
  display: none;
  content: none;
  width: 0;
  height: 0;
}
main .wrapper_news .wrap .box_news_01 .dl_wrap .accordion-container .accordion-header::before {
  font-family: "fontello";
  content: "\e822";
  display: block;
  position: absolute;
  top: 1.07em;
  left: 0;
  font-weight: normal;
  line-height: 1;
  color: #467296;
  font-size: 110%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
main .wrapper_news .wrap .box_news_01 .dl_wrap .accordion-container .accordion-content {
  margin: 0.55em 0 0;
  font-size: 1.4rem;
  word-wrap: break-word;
  letter-spacing: 0;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main .wrapper_news .wrap .box_news_01 .dl_wrap .accordion-container .accordion-content a {
  text-decoration: underline;
  color: #0161AF;
}
main .wrapper_news .wrap .box_news_01.news_closed h3 {
  color: #ED2F2F;
  border-color: #ED2F2F;
}
main .wrapper_news .wrap .box_news_01.news_closed h3::before {
  content: "\e826";
  background: #D98383;
}
main .wrapper_news .wrap .box_news_01.news_closed .dl_wrap .accordion-container .accordion-header {
  color: #D98383;
}
main .wrapper_news .wrap .box_news_01.news_closed .dl_wrap .accordion-container .accordion-header::before {
  color: #D98383;
}
main .wrapper_news .wrap .box_news_02 {
  border: 1px solid #DCDCDC;
  margin-top: 2rem;
  padding: 1.2rem 1rem;
  border: 1px solid #0161AF;
  background: #F3F9FC url(../img/logo_white_bg.svg) no-repeat right 1.5rem bottom/15rem auto;
  overflow: hidden;
}
main .wrapper_news .wrap .box_news_02 > :last-child {
  margin-bottom: 0;
}
main .wrapper_news .wrap .box_news_02 h3 {
  font-weight: bold;
  color: #0161AF;
  border-bottom: 2px #0161AF;
  padding-bottom: 0.75em;
  line-height: 1.4;
  padding-bottom: 0.75em;
  margin-bottom: 1.2em;
  font-size: 1.7rem;
  position: relative;
}
main .wrapper_news .wrap .box_news_02 h3::before {
  content: "";
  display: block;
  background: #0161AF;
  height: 2px;
  width: calc(100% + 1rem);
  position: absolute;
  bottom: 0;
  left: -1rem;
}
main .wrapper_news .wrap .box_news_02 ol {
  counter-reset: number 0;
}
main .wrapper_news .wrap .box_news_02 ol > li {
  position: relative;
  line-height: 1.66;
  counter-increment: number 1;
  padding-left: 2em;
  margin-top: 0.2em;
}
main .wrapper_news .wrap .box_news_02 ol > li:first-child {
  margin-top: 0;
}
main .wrapper_news .wrap .box_news_02 ol > li::before {
  content: counter(number);
  font-family: "Jost", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -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;
  color: #fff;
  background: #467296;
  width: 1.44em;
  height: 1.44em;
  position: absolute;
  top: 0.12em;
  left: 0;
  border-radius: 0.33em;
  padding-top: 0.03em;
}
main .wrapper_news .wrap .box_news_02 .catch {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 0.2em;
  margin-bottom: 0.6em;
}
main .wrapper_news .wrap .box_news_02 .text {
  line-height: 1.66;
}
main .wrapper_news .wrap .news_reserve {
  background-color: #FFF2F2;
  border-color: #ED2F2F;
}
main .wrapper_news .wrap .news_reserve h3 {
  color: #ED2F2F;
}
main .wrapper_news .wrap .news_reserve h3::before {
  background: #ED2F2F;
}
main .wrapper_news .wrap .news_reserve ol > li {
  font-weight: bold;
  font-size: 1.5rem;
  padding-left: 1.81em;
}
main .wrapper_news .wrap .news_reserve ol > li::before {
  background: #D98383;
  font-size: 91%;
  top: 0.28em;
}
@media screen and (min-width: 48em), print {
  main .wrapper_news {
    position: relative;
    background: url(../img/news_bg.jpg) no-repeat bottom center/200rem auto;
  }
  main .wrapper_news .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 14rem;
  }
  main .wrapper_news .wrap .tit_02_index {
    width: 100%;
  }
  main .wrapper_news .wrap .box_news_01 {
    width: calc(50% - 1.5rem);
    padding: 2.6rem 0;
    margin: 0;
  }
  main .wrapper_news .wrap .box_news_01 h3 {
    font-size: 3rem;
    padding-left: calc(2em + 4rem);
    padding-bottom: 2.5rem;
    margin-right: 4.3rem;
  }
  main .wrapper_news .wrap .box_news_01 h3::before {
    left: 4rem;
  }
  main .wrapper_news .wrap .box_news_01 .dl_wrap {
    width: 100%;
    padding-left: 4rem;
    padding-right: 1rem;
  }
  main .wrapper_news .wrap .box_news_01 .dl_wrap::after {
    width: calc(100% - 2.1rem - 10px);
  }
  main .wrapper_news .wrap .box_news_01 .dl_wrap .accordion-container {
    padding: 0;
    margin: 0 0 0 0;
    padding-bottom: 2.4rem;
    padding-right: 2.5rem;
    max-height: 27rem;
  }
  main .wrapper_news .wrap .box_news_01 .dl_wrap .accordion-container .accordion-item .accordion-header:first-child {
    margin-top: 0;
  }
  main .wrapper_news .wrap .box_news_01 .dl_wrap .accordion-container .accordion-header {
    font-size: 2rem;
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    padding-left: 3rem;
  }
  main .wrapper_news .wrap .box_news_01 .dl_wrap .accordion-container .accordion-header::before {
    top: 1.2em;
  }
  main .wrapper_news .wrap .box_news_01 .dl_wrap .accordion-container .accordion-content {
    font-size: 1.8rem;
    padding-left: 3rem;
  }
  main .wrapper_news .wrap .box_news_01 .dl_wrap .accordion-container .accordion-content a:hover, main .wrapper_news .wrap .box_news_01 .dl_wrap .accordion-container .accordion-content a:focus {
    color: #00AEEF;
  }
  main .wrapper_news .wrap .box_news_02 {
    width: 100%;
    padding: 2rem 4rem 2.5rem;
    background: #F3F9FC url(../img/logo_white_bg.svg) no-repeat right 7.3rem bottom/37.7rem auto;
    margin-top: 3rem;
  }
  main .wrapper_news .wrap .box_news_02 h3 {
    font-size: 2.4rem;
  }
  main .wrapper_news .wrap .box_news_02 h3::before {
    width: calc(100% + 4rem);
    left: -4rem;
  }
  main .wrapper_news .wrap .box_news_02 .catch {
    font-size: 2.2rem;
  }
  main .wrapper_news .wrap .box_news_02 ol > li {
    font-size: 1.8rem;
  }
  main .wrapper_news .wrap .box_news_02 .text {
    font-size: 1.8rem;
  }
  main .wrapper_news .wrap .news_reserve {
    background-color: #FFF2F2;
  }
  main .wrapper_news .wrap .news_reserve ol > li {
    font-size: 2.2rem;
  }
}
main .wrapper_medical {
  background: url(../img/medical_bg.jpg) no-repeat center center/cover;
}
main .wrapper_medical .wrap .tit_02_index .tit_en {
  background: transparent;
  color: #fff;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: currentcolor;
}
main .wrapper_medical .wrap .tit_02_index .tit_jp {
  color: #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;
  padding: 0;
}
main .wrapper_medical .wrap .list_medical > li {
  width: calc(50% - 0.5rem);
  height: 14.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  margin-top: 1rem;
  text-align: center;
  font-weight: bold;
  position: relative;
}
main .wrapper_medical .wrap .list_medical > li:nth-child(-n+2) {
  margin-top: 0;
}
main .wrapper_medical .wrap .list_medical > li a {
  display: block;
  height: 100%;
  padding-top: 2.5rem;
  letter-spacing: 0.03em;
}
main .wrapper_medical .wrap .list_medical > li a::before {
  font-family: "fontello";
  content: "\e82a";
  text-align: center;
  display: block;
  margin-bottom: 1.5rem;
  font-weight: normal;
  font-size: 6rem;
  line-height: 1;
}
main .wrapper_medical .wrap .list_medical > li a.aaa::before {
  content: "\e82a";
}
main .wrapper_medical .wrap .list_medical > li a.bbb::before {
  content: "\e82b";
}
main .wrapper_medical .wrap .list_medical > li a.ccc::before {
  content: "\e82c";
}
main .wrapper_medical .wrap .list_medical > li a.ddd::before {
  content: "\e82d";
}
main .wrapper_medical .wrap .list_medical > li a.eee::before {
  content: "\e82e";
}
main .wrapper_medical .wrap .list_medical > li a.fff::before {
  content: "\e82f";
}
main .wrapper_medical .wrap .list_medical > li a.ggg::before {
  content: "\e830";
}
main .wrapper_medical .wrap .list_medical > li a.hhh::before {
  content: "\e831";
}
@media screen and (min-width: 48em), print {
  main .wrapper_medical .wrap {
    padding-top: 14.5rem;
  }
  main .wrapper_medical .wrap .list_medical {
    padding: 0;
    margin: 0 auto;
    width: 94rem;
  }
  main .wrapper_medical .wrap .list_medical > li {
    width: 22rem;
    height: 22rem;
    margin-top: 2rem;
    font-size: 2.2rem;
  }
  main .wrapper_medical .wrap .list_medical > li:nth-child(-n+4) {
    margin-top: 0;
  }
  main .wrapper_medical .wrap .list_medical > li a {
    padding-top: 3.2rem;
    letter-spacing: 0.05em;
  }
  main .wrapper_medical .wrap .list_medical > li a::before {
    font-size: 12rem;
    margin-bottom: 1.4rem;
  }
}
main .wrapper_features {
  background: url(../img/features_bg.jpg) no-repeat right -25rem center/cover;
}
main .wrapper_features .wrap .list_feature {
  counter-reset: number 0;
}
main .wrapper_features .wrap .list_feature > li {
  position: relative;
  counter-increment: number 1;
  margin-top: 4rem;
  border-bottom: 1px solid #CAD6DF;
  padding-bottom: 2rem;
}
main .wrapper_features .wrap .list_feature > li:first-child {
  margin-top: 0;
}
main .wrapper_features .wrap .list_feature > li::before, main .wrapper_features .wrap .list_feature > li::after {
  content: "";
  display: block;
  background: url(../img/features_01.jpg) no-repeat center center/cover;
  width: 15rem;
  height: 15rem;
  margin: 0 auto 1.5rem;
}
main .wrapper_features .wrap .list_feature > li::after {
  background: transparent;
  border: 1px solid #0161AF;
  position: absolute;
  top: 0;
  left: calc(50% - 7.5rem);
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  margin: 0;
}
main .wrapper_features .wrap .list_feature > li .catch {
  color: #0161AF;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.7em;
}
main .wrapper_features .wrap .list_feature > li .catch::before {
  content: "0" counter(number) "/";
  font-family: "Jost", sans-serif;
  font-weight: 500;
  display: block;
  color: #00AEEF;
  font-size: 1.5rem;
}
main .wrapper_features .wrap .list_feature > li .text {
  line-height: 1.66;
  margin: 0;
}
main .wrapper_features .wrap .list_feature > li:nth-child(2)::before {
  background-image: url(../img/features_02.jpg);
}
main .wrapper_features .wrap .list_feature > li:nth-child(3)::before {
  background-image: url(../img/features_03.jpg);
}
@media screen and (min-width: 48em), print {
  main .wrapper_features {
    background: url(../img/features_bg.jpg) no-repeat center center/cover;
  }
  main .wrapper_features .wrap {
    padding-top: 13.5rem;
  }
  main .wrapper_features .wrap .list_feature {
    padding-right: 12rem;
    padding-left: 12rem;
    margin: 0;
  }
  main .wrapper_features .wrap .list_feature > li {
    padding-left: 36rem;
    margin-top: 3rem;
    padding: 6rem 0 3rem 36rem;
    min-height: 33rem;
  }
  main .wrapper_features .wrap .list_feature > li:first-child {
    margin-top: 0;
  }
  main .wrapper_features .wrap .list_feature > li::before, main .wrapper_features .wrap .list_feature > li::after {
    width: 30rem;
    height: 30rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  main .wrapper_features .wrap .list_feature > li .catch {
    font-size: 2.8rem;
    margin-right: 0;
    margin-left: 0;
  }
  main .wrapper_features .wrap .list_feature > li .catch::before {
    font-size: 2rem;
    margin-bottom: 0.6em;
  }
  main .wrapper_features .wrap .list_feature > li .text {
    font-size: 1.8rem;
  }
}
main .wrapper_affiliated_clinic {
  background: -webkit-gradient(linear, left top, left bottom, from(#467296), color-stop(70%, #467296), color-stop(70%, #6B8EAB), to(#6B8EAB));
  background: linear-gradient(to bottom, #467296 0%, #467296 70%, #6B8EAB 70%, #6B8EAB 100%);
}
main .wrapper_affiliated_clinic .wrap {
  padding-right: 0;
  padding-left: 0;
}
main .wrapper_affiliated_clinic .wrap .tit_02_index .tit_en {
  background: transparent;
  color: #fff;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: currentcolor;
}
main .wrapper_affiliated_clinic .wrap .tit_02_index .tit_jp {
  color: #fff;
}
main .wrapper_affiliated_clinic .wrap .flex_affiliated_clinic > div {
  margin-top: 3.5rem;
  background: #467296;
}
main .wrapper_affiliated_clinic .wrap .flex_affiliated_clinic > div:first-child {
  margin-top: 0;
}
main .wrapper_affiliated_clinic .wrap .flex_affiliated_clinic > div:nth-child(2) {
  padding-top: 3.5rem;
}
main .wrapper_affiliated_clinic .wrap .flex_affiliated_clinic > div::before {
  content: "";
  width: 90%;
  height: 16rem;
  display: block;
  background: url(../img/affiliated_benten_eye.jpg) no-repeat center center/cover;
  margin: 0 auto;
}
main .wrapper_affiliated_clinic .wrap .flex_affiliated_clinic > div .text {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  margin: 0.7em 0;
}
main .wrapper_affiliated_clinic .wrap .flex_affiliated_clinic > div .btn {
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 5.2em;
  margin: 0 auto;
  border: 1px solid #fff;
  position: relative;
}
main .wrapper_affiliated_clinic .wrap .flex_affiliated_clinic > div .btn::after {
  font-family: "fontello";
  content: "\e824";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1em;
}
main .wrapper_affiliated_clinic .wrap .flex_affiliated_clinic .kogure {
  background: #6B8EAB;
}
main .wrapper_affiliated_clinic .wrap .flex_affiliated_clinic .kogure::before {
  background-image: url(../img/affiliated_kogure.jpg);
}
@media screen and (min-width: 48em), print {
  main .wrapper_affiliated_clinic {
    background: -webkit-gradient(linear, left top, right top, from(#467296), color-stop(50%, #467296), color-stop(50%, #6B8EAB), to(#6B8EAB));
    background: linear-gradient(to right, #467296 0%, #467296 50%, #6B8EAB 50%, #6B8EAB 100%);
  }
  main .wrapper_affiliated_clinic .wrap .flex_affiliated_clinic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .wrapper_affiliated_clinic .wrap .flex_affiliated_clinic > div:nth-child(n) {
    width: 50%;
    margin: 0;
    padding: 0 4rem 0;
  }
  main .wrapper_affiliated_clinic .wrap .flex_affiliated_clinic > div:nth-child(n)::before {
    width: 100%;
    height: 30rem;
  }
  main .wrapper_affiliated_clinic .wrap .flex_affiliated_clinic > div .text {
    font-size: 2.4rem;
  }
  main .wrapper_affiliated_clinic .wrap .flex_affiliated_clinic > div .btn {
    font-size: 1.8rem;
  }
}

body:not(.index) .main > .wrap:first-child {
  padding: 3rem 1rem 2rem;
}

@media screen and (min-width: 48em), print {
  body:not(.index) .main > .wrap:first-child {
    padding: 10rem 0rem 4rem;
  }
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
#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 .gmap {
  height: 30rem;
  margin: 2rem 0;
}

@media screen and (min-width: 48em), print {
  .access .gmap {
    height: 50rem;
  }
}
.kogure .gmap {
  height: 30rem;
  margin: 0 0 0;
}
.kogure .tel_up {
  width: 3.6rem;
  right: 0;
  left: auto;
  border: none;
  background: transparent;
}
.kogure .tel_up .reserve,
.kogure .tel_up .telephone {
  display: none;
}
.kogure .footer {
  padding-bottom: 0;
}

.tbl_time_kogure {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.2rem;
}
.tbl_time_kogure tr th {
  font-weight: normal;
  background: #fff;
}
.tbl_time_kogure tr th[scope=col] {
  padding: 0.9em 0 0.9em;
  background: #F3F9FC;
  color: #023763;
  border-top: 1px solid #023763;
  line-height: 1.2;
  border-bottom: 1px solid #023763;
}
.tbl_time_kogure tr th[scope=col]:first-child {
  width: 17%;
}
.tbl_time_kogure tr th.time {
  border-bottom: 1px solid #023763;
}
.tbl_time_kogure tr td {
  text-align: center;
  padding: 1em 0.2em;
  background: #fff;
  line-height: 1.4;
  border-bottom: 1px solid #023763;
}
.imgtxt_kogure_01 {
  margin-bottom: 1.5rem;
}
.imgtxt_kogure_01 .imgtxt_image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 auto 1.5rem;
  max-width: 60%;
  text-align: center;
}
.imgtxt_kogure_01 .imgtxt_txt :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .kogure .gmap {
    height: 50rem;
  }
  .kogure .tel_up {
    right: 3rem;
    left: auto;
  }
  .tbl_time_kogure {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time_kogure tr th[scope=col]:first-child {
    width: 24%;
  }
  .imgtxt_kogure_01 {
    margin-bottom: 2rem;
  }
  .imgtxt_kogure_01 .imgtxt_image {
    float: right;
    margin: 0 0 2.5rem 2.5rem;
    max-width: 40rem;
  }
  .imgtxt_kogure_01::after {
    content: "";
    display: block;
    clear: both;
  }
}
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;
}

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