.text-body {
  color: #454545 !important;
}

.lighter {
  color: #888888;
}

.purple {
  color: #9EB1D2;
}

.pink {
  color: #F5949C;
}

.brown {
  color: #735147;
}

.lightbrown {
  color: #B0937E;
}

.lighterbrown {
  color: #A1846F;
}

.red {
  color: #EC5870;
}

.blue {
  color: #1268A9;
}

.yellow {
  color: #FFDA00;
}

.green {
  color: #A6D51F;
}

.orange {
  color: #EC9035;
}

.lightorange {
  color: #F4CE8A;
}

.lightgreen {
  color: #A5E8E8;
}

.lightblue {
  color: #4BAAD5;
}

.lighterblue {
  color: #5864DB;
}

.lightestblue {
  color: #E6F2F9;
}

.bg-orange {
  background-color: #EC9035;
}

.bg-lightorange {
  background-color: #FDE1B0;
}

.bg-lighterorange {
  background-color: #F9D5A6;
}

.bg-lightestorange {
  background-color: #FFFCF6;
}

.bg-green {
  background-color: #A6D51F;
}

.bg-red {
  background-color: #EC5870;
}

.bg-blue {
  background-color: #1268A9;
}

.bg-pink {
  background-color: #F5949C;
}

.bg-yellow {
  background-color: #FFDA00;
}

.bg-brown {
  background-color: #735147;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-lightblue {
  background-color: #4BAAD5;
}

.bg-lighterblue {
  background-color: #5864DB;
}

.bg-lightestblue {
  background-color: #E6F2F9 !important;
}

.bg-lightestyellow {
  background-color: #FFFFEE;
}

.bg-lightgreen {
  background-color: #A5E8E8;
}

.bg-lightergreen {
  background-color: #ddecd4;
}

.bg-lightestgreen {
  background-color: #E1EFE2;
}

.bg-lightestpink {
  background-color: #FFF7F7;
}

.bg-light2 {
  background-color: #FBFAF8;
}

.bg-lightbrown {
  background-color: #B0937E;
}

.bg-lighterbrown {
  background-color: #A1846F;
}

.bg-transgreen {
  background-color: rgba(166, 213, 31, 0.9);
}

.bg-transwhite {
  background-color: rgba(255, 255, 255, 0.9);
}

.disabled a, a.disabled {
  pointer-events: none;
}

body {
  color: #454545;
  overflow-wrap: anywhere;
  line-height: 1.75;
  letter-spacing: 0.075em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "HelveticaNeue", "Verdana", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo UI", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

ul, ol {
  margin-left: 0;
}

p, li, dd, .table td, .table-striped > tbody > tr:nth-of-type(2n+1) > *, captuion, figcaption, small {
  color: #454545;
}

h1, h2, h3, h4, h5, h6, .fw-bold, .bold, .bold li, strong, b, table th, table.table th, table.table.table-striped th, dt, .gnav a.mainmenu {
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "HelveticaNeue", "Verdana", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "YuGothic", "Yu Gothic", "Meiryo UI", sans-serif;
  font-weight: 500;
  color: #555;
}

*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

main img {
  height: auto;
  max-width: 100%;
}

.svh100 {
  height: 100svh;
}

.max1700 {
  max-width: 1700px !important;
}

.max1200 {
  max-width: 1200px !important;
}

.max1080 {
  max-width: 1080px !important;
}

.max980 {
  max-width: 980px !important;
}

.max880 {
  max-width: 880px !important;
}

.max780 {
  max-width: 780px !important;
}

.max650 {
  max-width: 650px !important;
}

.va0 {
  vertical-align: 0px;
}

.va-1 {
  vertical-align: -0.063rem;
}

.va-2 {
  vertical-align: -0.125rem;
}

.va-3 {
  vertical-align: -0.188rem;
}

.va-4 {
  vertical-align: -0.25rem;
}

.va-5 {
  vertical-align: -0.313rem;
}

.va1 {
  vertical-align: 0.063rem;
}

.va2 {
  vertical-align: 0.125rem;
}

.va3 {
  vertical-align: 0.188rem;
}

.va4 {
  vertical-align: 0.25rem;
}

.va5 {
  vertical-align: 0.313rem;
}

.zindex2 {
  z-index: 2;
}

.zindex3 {
  z-index: 3;
}

.zindex100 {
  z-index: 100;
}

.zindex1031 {
  z-index: 1031;
}

.zindex1100 {
  z-index: 1100;
}

.smallest {
  font-size: 10px;
  letter-spacing: normal;
}

.fs9 {
  font-size: 0.9rem;
}

.fs8 {
  font-size: 0.8rem;
}

.rounded_top {
  border-radius: 1rem 1rem 0 0;
}

.rounded_bottom {
  border-radius: 0 0 1rem 1rem;
}

.rounded_topleft {
  border-top-left-radius: 0.5rem;
}

.rounded_bottomleft {
  border-bottom-left-radius: 0.5rem;
}

.rounded_topright {
  border-top-right-radius: 0.5rem;
}

.rounded_bottomright {
  border-bottom-right-radius: 0.5rem;
}

.m15 {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 15px;
}

.m20 {
  margin-top: 20px;
}

.gmap {
  min-height: 25rem;
}

.border_top_light {
  border-top: 5px solid #FDE1B0;
}

.border_top_blue {
  border-top: 3px solid #1268A9;
}

.border_bottom_black {
  border-bottom: 2px solid #454545 !important;
}

.border_bottom_light {
  border-bottom: 1px solid #f8f9fa;
}

strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, #fcf8e3), color-stop(90%, #fcf8e3), color-stop(90%, transparent), to(transparent));
  background: linear-gradient(transparent 10%, #fcf8e3 10%, #fcf8e3 90%, transparent 90%, transparent 100%);
}

a {
  color: #1268A9;
}

@media (hover: hover) {
  a:hover {
    color: #1268A9;
    text-decoration: none;
  }
  a:hover img, a:hover svg, a:hover span {
    opacity: 0.75;
  }
}
.js-tel a {
  text-decoration: none !important;
  color: inherit !important;
}

.tel_icon {
  background: url("../images/phone.svg") left bottom/auto 90% no-repeat;
  padding-left: 1em;
  line-height: 1;
}

.mybtn, .mybtn_outline, .btn_pageup {
  display: inline-block;
  text-align: left;
  color: #454545;
  background: #FDE1B0;
  border: 1px solid #FDE1B0;
  border-radius: 0rem;
  text-decoration: none;
  padding: 0.75rem 3rem 0.75rem 1rem;
  min-width: 10rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
  position: relative;
}
.mybtn::after, .mybtn_outline::after, .btn_pageup::after {
  position: absolute;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  top: calc(50% - 0.5rem);
  right: 0.5rem;
  background: url("../images/chevron-right.svg") center center/contain no-repeat;
}

.mybtn_outline, .btn_pageup {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.btn_pageup {
  line-height: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 0;
  padding: 0;
  position: relative;
  min-width: 0;
}
.btn_pageup::after {
  content: none;
}
.btn_pageup svg {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (hover: hover) {
  .mybtn:hover, .mybtn_outline:hover, .btn_pageup:hover {
    color: inherit;
    background-color: #F4CE8A;
  }
  .btn_pageup:hover {
    background-color: #FDE1B0;
    color: #454545;
  }
}
.gnav ul:not(.dropdown-menu) > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

a.mainmenu {
  text-decoration: none;
}

.gnav a.mainmenu {
  display: block;
  padding: 1rem 0rem;
  color: #fff;
}

@media (hover: hover) {
  .gnav a.mainmenu:hover {
    color: #454545;
    background: #FDE1B0;
    text-decoration: none;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  }
  .gnav .dropdown-menu a:hover {
    color: inherit;
    background: #FDE1B0;
  }
  .footer_nav li a:hover {
    color: #FDE1B0;
  }
}
.dropdown .dropdown-toggle.show::after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  vertical-align: middle;
}

.dropdown .dropdown-toggle::after {
  width: 6px;
  height: 6px;
  border-left: none;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.gnav .dropdown-menu a {
  font-size: 0.9rem;
  color: #454545;
  white-space: nowrap;
  text-decoration: none;
  display: block;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #ececec;
}

.offcanvas ul.offcanvas_nav {
  border-bottom: 1px solid #ddd;
}
.offcanvas a.mainmenu {
  border-top: 1px solid #ddd;
  color: #fff;
  display: block;
  padding: 1rem 0rem;
}
.offcanvas a.mainmenu.dropdown-toggle::after {
  display: none;
}
.offcanvas a.mainmenu.dropdown-toggle {
  background: url("../images/chevron-down-white.svg") right center/1rem no-repeat !important;
}
.offcanvas a.mainmenu.dropdown-toggle.show {
  background: url("../images/chevron-up-white.svg") right center/1rem no-repeat !important;
}
.offcanvas ul.dropdown-menu.show {
  position: static !important;
  float: none !important;
  top: auto !important;
  left: auto !important;
  -webkit-transform: none !important;
          transform: none !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 1rem 1rem !important;
  display: block;
}
.offcanvas ul.dropdown-menu.show a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0.75rem 0rem;
}

.footer_nav li a {
  white-space: normal;
  color: #fff;
  font-size: 0.9rem;
  padding: 0;
  text-align: left;
  display: block;
  text-decoration: none;
}

table.table.timetable th {
  background: #fff;
}
table.table.timetable th, table.table.timetable td {
  padding: 0.5rem 0.25rem;
}
table.table.timetable tr:nth-child(n+2) td:nth-child(n+2) {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo UI", sans-serif;
  color: #1268A9;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  background: #FBFAF8;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.table_large th, .table_large td {
  padding: 1rem;
}

.table_layout {
  table-layout: fixed;
}

.table_last_right td:last-child {
  text-align: right;
}

.capshape {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo UI", sans-serif !important;
}

.collapsed.collapse_ttl {
  display: block;
  background: url("../images/chevron-down.svg") right 0.5rem center/1rem no-repeat;
  padding-right: 1.75rem;
}

.collapse_ttl {
  display: block;
  background: url("../images/chevron-up.svg") right 0.5rem center/1rem no-repeat;
  padding-right: 1.75rem;
}

main ol:not(.list-unstyled),
main ul:not(.nav-mytabs):not(.list-unstyled) {
  padding-left: 1.5rem;
}
main ol:not(.list-unstyled) li,
main ul:not(.nav-mytabs):not(.list-unstyled) li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
main ol:not(.list-unstyled) li::marker,
main ul:not(.nav-mytabs):not(.list-unstyled) li::marker {
  color: #1268A9;
}

ul.list50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.list50 li:nth-child(odd) {
  width: 47%;
  margin-right: 6%;
}
ul.list50 li:nth-child(even) {
  width: 47%;
}

ul.list_inline {
  padding-left: 0;
}
ul.list_inline li {
  display: inline;
}

ol.flowchart li {
  padding: 1.5rem;
  border: 1px solid #ccc;
  position: relative;
  background: #fff;
}
ol.flowchart li:not(:last-child) {
  margin-bottom: 1rem;
}
ol.flowchart li:not(:last-child):after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #A6D51F;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

@media (max-width: 767.98px) {
  html {
    font-size: clamp(0.75rem, 0.023rem + 3.64vw, 1rem);
  }
  :target {
    scroll-margin-top: var(--header-sp-height);
  }
  h1, h2, h3, h4, h5, h6, .fw-bold, .bold, .bold li, strong, b, table th, table.table th, table.table.table-striped th, dt, .gnav a.mainmenu {
    font-weight: bold;
  }
  header .logo {
    width: 20rem;
  }
  .hamburger svg {
    width: 1.75rem;
    height: auto;
  }
  .fixed_btns svg {
    width: 0.85rem;
    height: auto;
  }
  .js_sticky .header {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  }
  .s_small {
    font-size: 0.9rem !important;
  }
  .s_smaller {
    font-size: 0.8rem !important;
  }
  .s_smallest {
    font-size: 0.7rem !important;
  }
  table.table_break th {
    display: block;
  }
  table.table_break td {
    display: block;
    padding-top: 0;
  }
  footer {
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) {
  html {
    font-size: clamp(0.875rem, 0.625rem + 0.5vw, 1rem);
  }
  :target {
    scroll-margin-top: var(--header-pc-height);
  }
  .js_sticky .gnav {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  }
  ul.list_md_50 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_md_50 li:nth-child(odd) {
    width: 47%;
    margin-right: 6%;
  }
  ul.list_md_50 li:nth-child(even) {
    width: 47%;
  }
  .m_large {
    font-size: 1.1rem;
  }
  .m_larger {
    font-size: 1.25rem;
  }
  .m_largest {
    font-size: 1.75rem;
  }
}
@media print {
  @page {
    margin: 5mm;
    size: 364mm 515mm;
  }
  body .header {
    position: relative;
  }
  body {
    padding-top: 0;
  }
}
.kv {
  min-height: 380px;
  height: 35vw;
}

.kv1 {
  background: url("../images/kv1.jpg") center center/cover no-repeat;
}

.kv2 {
  background: url("../images/kv2.jpg") left center/cover no-repeat;
}

.kv3 {
  background: url("../images/kv3.jpg") center center/cover no-repeat;
}

.kv4 {
  background: url("../images/kv4.jpg") left center/cover no-repeat;
}

@media (max-width: 767.98px) {
  .kv {
    min-height: auto;
    height: 100vw;
  }
  .kv2 {
    background: url("../images/kv2.jpg") left 20% center/cover no-repeat;
  }
  .kv4 {
    background: url("../images/kv4.jpg") left 20% center/cover no-repeat;
  }
}
.index h1 {
  font-size: 2rem;
}
.index h1 span {
  font-size: 1.05rem;
}
.index h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.index h2 span {
  font-size: 0.8rem;
  display: block;
}
.index h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.index .index_symptoms_item1 h3 {
  background: url("../images/index6.jpg") center center/cover no-repeat;
  padding: 5rem 1.5rem;
}
.index .index_symptoms_item2 h3 {
  background: url("../images/index7.jpg") center center/cover no-repeat;
  padding: 5rem 1.5rem;
}
.index .index_symptoms_item3 h3 {
  background: url("../images/index8.jpg") center center/cover no-repeat;
  padding: 5rem 1.5rem;
}
.index .index_symptoms h3 span {
  font-size: 0.8rem;
}
.index .carousel-indicators button {
  height: 10px !important;
  width: 10px !important;
  background-color: #555 !important;
}

.number {
  font-weight: normal;
  color: #1268A9;
  font-size: 4rem;
  display: block;
  line-height: 1;
  letter-spacing: -0.1rem;
}

.medico-info-list .accordion-container {
  border-top: 3px solid #1268A9;
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
.medico-info-list .accordion-item {
  border-top: 1px solid #dee2e6;
  line-height: 1.5;
}
.medico-info-list .accordion-header {
  padding: 1rem 1.75rem 1rem 1rem;
  font-weight: 500;
  background: url("../images/chevron-down.svg") right 1rem center/1rem no-repeat;
}
.medico-info-list .accordion-header::marker {
  content: none;
}
.medico-info-list .open .accordion-header {
  background: url("../images/chevron-up.svg") right 1rem center/1rem no-repeat;
}
.medico-info-list .accordion-content {
  padding: 0 1rem;
}

.index_regenerative {
  background: url("../images/index5.jpg") center top/auto 100% no-repeat #FFFCF6;
}

.index_features {
  background: url("../images/bg1.jpg") left top/cover no-repeat #E6F2F9;
}

.index_treatments ul li a {
  display: block;
  text-decoration: none;
  background-color: #fff;
  color: #454545;
  padding: 1.75rem 1rem 0rem 5rem;
  height: 5rem;
  background-size: 3rem;
  background-position: top 1rem left 1rem;
  background-repeat: no-repeat;
  border-top: 1px solid #dee2e6;
}

.index_treatments_item1 li:first-child a {
  background-image: url("../images/menu6.svg");
}
.index_treatments_item1 li:nth-child(2) a {
  background-image: url("../images/menu12.svg");
}
.index_treatments_item1 li:nth-child(3) a {
  background-image: url("../images/menu8.svg");
}
.index_treatments_item1 li:nth-child(4) a {
  background-image: url("../images/menu9.svg");
}
.index_treatments_item1 li:nth-child(5) a {
  background-image: url("../images/menu7.svg");
}

.index_treatments_item2 li:first-child a {
  background-image: url("../images/menu1.svg");
}
.index_treatments_item2 li:nth-child(2) a {
  background-image: url("../images/menu2.svg");
}
.index_treatments_item2 li:nth-child(3) a {
  background-image: url("../images/menu3.svg");
}
.index_treatments_item2 li:nth-child(4) a {
  background-image: url("../images/menu4.svg");
}
.index_treatments_item2 li:nth-child(5) a {
  background-image: url("../images/menu5.svg");
}

.index_treatments_item3 li:first-child a {
  background-image: url("../images/menu10.svg");
}
.index_treatments_item3 li:nth-child(2) a {
  background-image: url("../images/menu11.svg");
}

ul.checklist li {
  background: url("../images/check-square-fill.svg") left top 0.25rem/1rem no-repeat;
  padding: 0rem 0 0rem 2rem;
}
ul.checklist li:not(:last-child) {
  padding-bottom: 1rem;
}

@media (hover: hover) {
  .index_treatments ul li a:hover {
    background-color: #FDE1B0;
  }
}
@media (max-width: 767.98px) {
  .index h1 {
    font-size: 1.5rem;
  }
  .index h1 span {
    font-size: 0.8rem;
  }
  .index h2 {
    font-size: 1.5rem;
  }
  .index h3 {
    font-size: 1.25rem;
  }
  .index .accordion-header {
    font-weight: bold;
  }
}
.subpages aside img {
  height: auto;
  max-width: 100%;
}
.subpages .title {
  padding: 4rem 0;
  background: #FFFCF6;
}
.subpages h1 {
  font-size: 2.25rem;
}
.subpages h1 span {
  color: #F4CE8A;
  font-size: 0.8rem;
}
.subpages .container-xxl h2:first-child {
  margin-top: 0;
}
.subpages h2 {
  font-size: 1.75rem;
  margin: 3rem 0 2rem;
  border-bottom: solid 4px #1268A9;
  padding: 0rem 0rem 0.5rem;
}
.subpages h3 {
  font-size: 1.25rem;
  margin: 2rem 0 1rem;
  background: #1268A9;
  color: #fff;
  border-left: 5px solid #FDE1B0;
  padding: 0.75rem 0.75em;
}
.subpages h4 {
  font-size: 1.1rem;
  margin: 2rem 0 1rem;
  border-bottom: dotted 2px #1268A9;
}
.subpages h3 + h4 {
  margin-top: 1rem;
}
.subpages h5 {
  font-size: 1.05rem;
  color: #1268A9;
}
.subpages h6 {
  font-size: 1rem;
}
.subpages .carousel-indicators button {
  height: 10px !important;
  width: 10px !important;
  background-color: #555 !important;
}
.subpages .bg2 {
  background: url("../images/bg2.jpg") center center/cover no-repeat;
}

@media (max-width: 767.98px) {
  .subpages .title {
    padding: 3rem 0;
  }
  .subpages h1 {
    font-size: 1.5rem;
  }
  .subpages h2 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .subpages h2 + h3 {
    margin-top: 1.5rem;
  }
  .subpages h3 {
    font-size: 1.15rem;
  }
  .subpages h4 {
    font-size: 1.1rem;
  }
  .subpages h5 {
    font-size: 1.05rem;
  }
  .subpages h6 {
    font-size: 1rem;
  }
}