.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: #2C369A;
}

.yellow {
  color: #FFDA00;
}

.green {
  color: #6DBF3D;
}

.orange {
  color: #F58F1A;
}

.lightgreen {
  color: #A5E8E8;
}

.lightblue {
  color: #1E8ACE;
}

.lighterblue {
  color: #5864DB;
}

.lightestblue {
  color: #E7F1F9;
}

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

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

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

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

.bg-green {
  background-color: #6DBF3D;
}

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

.bg-blue {
  background-color: #2C369A;
}

.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: #3DA3E1;
}

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

.bg-lightestblue {
  background-color: #E7F1F9;
}

.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: #FEF8F4;
}

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

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

.bg-transgreen {
  background-color: rgba(109, 191, 61, 0.9);
}

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

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

::-moz-selection,
::selection {
  background: #444444;
  color: #fff;
}

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

h1, h2, h3, h4, h5, h6, .fw-bold, .bold, strong, b, th, dt, a.nav-link, .mybtn_outline, .mybtn {
  font-family: -apple-system, BlinkMacSystemFont, "Century Gothic", "Roboto", "Segoe UI", "Helvetica Neue", "HelveticaNeue", "Verdana", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", "Yu Gothic", "Meiryo UI", sans-serif;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  color: #444444;
  font-feature-settings: "palt";
}

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

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

.gmap {
  min-height: 25rem;
}

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

.max1600 {
  max-width: 1600px !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;
}

.max424 {
  max-width: 424px !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;
}

.zindex100 {
  z-index: 100;
}

.zindex101 {
  z-index: 101;
}

.zindex2 {
  z-index: 2;
}

.zindex3 {
  z-index: 3;
}

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

.fs9 {
  font-size: 0.9rem;
}

.fs8 {
  font-size: 0.8rem;
}

.rounded_lefttop {
  border-top-left-radius: 1rem;
}

.rounded_leftbottom {
  border-bottom-left-radius: 1rem;
}

.rounded_righttop {
  border-top-right-radius: 1rem;
}

.rounded_rightbottom {
  border-bottom-right-radius: 1rem;
}

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

strong {
  background: linear-gradient(transparent 10%, #fcf8e3 10%, #fcf8e3 90%, transparent 90%, transparent 100%);
}

a {
  color: #1E8ACE;
}

@media (hover: hover) {
  a:hover {
    color: #1E8ACE;
    text-decoration: none;
  }
  a:hover img, a:hover svg, a:hover span {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }
}
.js-tel a {
  text-decoration: none !important;
  color: inherit !important;
}

.tel_icon {
  background: url("../images/phone.svg") left center/1.75rem no-repeat;
  padding-left: 2.25rem;
}

.train_icon {
  background: url("../images/train.svg") left center/1.75rem no-repeat;
  padding-left: 2.25rem;
}

.border2 {
  position: relative;
}

.border2::before {
  content: "";
  display: block;
  background: linear-gradient(90deg, #FF9800 0%, #FF9800 50%, #3DA3E1 50%, #3DA3E1 100%);
  -webkit-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -ms-border-radius: 50rem;
  border-radius: 50rem;
  width: 6rem;
  height: 0.3rem;
  position: absolute;
  top: 0;
  left: -webkit-calc(50% - 3rem);
  left: calc(50% - 3rem);
}

.mybtn {
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #3DA3E1;
  -webkit-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -ms-border-radius: 50rem;
  border-radius: 50rem;
  text-decoration: none;
  line-height: 1;
  padding: 0.75rem 1rem;
  font-feature-settings: "palt";
}
.mybtn.-orenge {
  background: #FF9800;
  margin: 0.5rem 0;
}
.mybtn.-hed_btn {
  line-height: 0.65;
}
.mybtn.-ov {
  width: 60%;
  max-width: 15rem;
  margin: 0 auto;
  margin-top: 1.5rem;
}
@media (max-width: 767.98px) {
  .mybtn.-ov {
    width: 100%;
    max-width: 100%;
  }
}

.mybtn_outline {
  text-align: center;
  display: inline-block;
  border: 2px solid #3DA3E1;
  color: #1E8ACE;
  -webkit-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -ms-border-radius: 50rem;
  border-radius: 50rem;
  text-decoration: none;
  line-height: 1;
  padding: 0.75rem 1rem;
  font-feature-settings: "palt";
}

.btn_pageup {
  display: inline-block;
  background: #FEF8F4;
  text-decoration: none;
  line-height: 1;
  color: #1E8ACE;
  border: 1px solid #1E8ACE;
  width: 3rem;
  height: 3rem;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.btn_pageup svg {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (hover: hover) {
  .mybtn:hover {
    color: #fff;
    background-color: #3DA3E1;
    -webkit-box-shadow: 0 0 1rem 0.25rem #3DA3E1;
    -moz-box-shadow: 0 0 1rem 0.25rem #3DA3E1;
    -ms-box-shadow: 0 0 1rem 0.25rem #3DA3E1;
    box-shadow: 0 0 1rem 0.25rem #3DA3E1;
  }
  .mybtn:hover.-orenge {
    background: #FF9800;
    -webkit-box-shadow: 0 0 1rem 0.25rem #FF9800;
    -moz-box-shadow: 0 0 1rem 0.25rem #FF9800;
    -ms-box-shadow: 0 0 1rem 0.25rem #FF9800;
    box-shadow: 0 0 1rem 0.25rem #FF9800;
  }
  .mybtn_outline:hover {
    background-color: #3DA3E1;
    -webkit-box-shadow: 0 0 1rem 0.25rem #3DA3E1;
    -moz-box-shadow: 0 0 1rem 0.25rem #3DA3E1;
    -ms-box-shadow: 0 0 1rem 0.25rem #3DA3E1;
    box-shadow: 0 0 1rem 0.25rem #3DA3E1;
    color: #fff;
  }
  .btn_pageup:hover {
    background: #3DA3E1;
    color: #fff;
  }
}
a.nav-link {
  color: #454545;
  display: block;
  padding: 1rem 0.5rem;
  height: 100%;
}

@media (hover: hover) {
  .gnav a.nav-link:hover {
    color: #1E8ACE;
    background: #fff;
    text-decoration: none;
  }
}
.dropdown .dropdown-toggle.show::after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  vertical-align: middle;
}

.gnav .dropdown-menu a {
  color: #454545;
  white-space: nowrap;
  text-decoration: none;
  display: block;
  padding: 0.25rem 0.5rem;
}
.gnav .dropdown-menu a:hover, .gnav .dropdown-menu a:focus, .gnav .dropdown-menu a:active {
  color: #3DA3E1;
}

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

.offcanvas {
  -webkit-border-radius: 1.5rem 0 0 1.5rem;
  -moz-border-radius: 1.5rem 0 0 1.5rem;
  -ms-border-radius: 1.5rem 0 0 1.5rem;
  border-radius: 1.5rem 0 0 1.5rem;
}
.offcanvas a.nav-link, .offcanvas a.nav-link:hover, .offcanvas a.nav-link:focus {
  color: #454545;
  padding: 1rem 0rem;
  border-top: 1px solid #ddd;
}
.offcanvas a.nav-link.dropdown-toggle::after, .offcanvas a.nav-link:hover.dropdown-toggle::after, .offcanvas a.nav-link:focus.dropdown-toggle::after {
  display: none;
}
.offcanvas a.nav-link.dropdown-toggle, .offcanvas a.nav-link:hover.dropdown-toggle, .offcanvas a.nav-link:focus.dropdown-toggle {
  background: url("../images/chevron-down.svg") right 1rem center no-repeat !important;
  background-size: 1rem !important;
}
.offcanvas a.nav-link.dropdown-toggle.show, .offcanvas a.nav-link:hover.dropdown-toggle.show, .offcanvas a.nav-link:focus.dropdown-toggle.show {
  background: url("../images/chevron-up.svg") right 1rem center no-repeat !important;
  background-size: 1rem !important;
}
.offcanvas .dropdown-menu.show {
  position: static !important;
  float: none !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  display: inline-block;
  box-shadow: none !important;
  padding: 0 1rem 1rem !important;
}
.offcanvas .dropdown-menu.show a, .offcanvas .dropdown-menu.show a:hover, .offcanvas .dropdown-menu.show a:focus, .offcanvas .dropdown-menu.show a:active {
  color: #454545;
  white-space: nowrap;
  text-decoration: none;
  display: block;
  padding: 0.75rem 0rem;
}

footer .footer_nav li a {
  white-space: normal;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Century Gothic", "Segoe UI", "Helvetica Neue", "HelveticaNeue", "Verdana", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo UI", sans-serif;
  color: #454545;
  font-size: 0.9rem;
  padding: 0;
  text-align: left;
  display: block;
  text-decoration: none;
}
footer .footer_nav li a:hover {
  color: #1E8ACE;
}

table.table.timetable th {
  background: #FFEDE5;
}
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;
}
table.table.timetable tr:nth-child(4) td:nth-child(n+2),
table.table.timetable tr:nth-child(2) td:nth-child(n+2) {
  color: #F58F1A;
}
table.table.timetable tr:nth-child(3) td:nth-child(n+2) {
  color: #1E8ACE;
}

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

.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 1rem center no-repeat;
  background-size: 1rem;
}

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

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: #3DA3E1;
}

ul.list50 {
  display: flex;
  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;
}

@media (max-width: 767.98px) {
  html {
    font-size: clamp(0.75rem, 0.023rem + 3.64vw, 1rem);
  }
  header .logo {
    width: 15rem;
  }
  .s_small {
    font-size: 0.9rem !important;
  }
  table.table_break th {
    display: block;
  }
  table.table_break td {
    display: block;
    padding-top: 0;
  }
  footer {
    padding-bottom: 150px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: clamp(0.75rem, 0.25rem + 1vw, 1rem);
  }
  .js_sticky .gnav {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  ul.list_md_50 {
    display: flex;
    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_lead {
    font-size: 1.25rem;
  }
  .m_larger {
    font-size: 1.1rem;
  }
}
@media print {
  @page {
    margin: 5mm;
    size: 364mm 515mm;
  }
  body .header {
    position: relative;
  }
  body {
    padding-top: 0;
  }
}
.kv {
  min-height: 380px;
  height: 34vw;
}

@media (max-width: 767.98px) {
  .kv {
    min-height: auto;
    height: 115vw;
  }
}
.kv1 {
  background: url("../images/kv1.jpg") center top 35%/cover no-repeat;
}

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

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

.index h1 {
  font-size: 2rem;
}
.index h2 {
  font-size: 2.25rem;
  margin-bottom: 2rem;
  text-align: center;
}
.index h2.with_shadow {
  text-shadow: 0px 1px 10px #ffffff, 1px 0px 10px #ffffff, -1px 0px 10px #ffffff, 0px -1px 10px #ffffff;
}
.index h2.with_symbol::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: url("../images/symbol.svg") left top/contain no-repeat;
  margin-left: auto;
  margin-right: auto;
}
.index h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.index .carousel-indicators button {
  height: 10px !important;
  width: 10px !important;
  background-color: #555 !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.index .carousel-indicators {
  bottom: -2rem;
}

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

.date_tag {
  color: #2C369A;
  padding-right: 1rem;
}

.new {
  display: none;
}

.news_title {
  padding-bottom: 0.5rem;
}

.news_body {
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}

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

.index_treatments ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  color: #454545;
  padding: 8rem 1rem 2rem;
  height: 100% !important;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  background-size: 5rem;
  background-position: top 2rem center;
  background-repeat: no-repeat;
}
.index_treatments ul li:first-child a {
  background-image: url("../images/menu1.svg");
}
.index_treatments ul li:nth-child(2) a {
  background-image: url("../images/menu2.svg");
}
.index_treatments ul li:nth-child(3) a {
  background-image: url("../images/menu3.svg");
}
.index_treatments ul li:nth-child(4) a {
  background-image: url("../images/menu4.svg");
}
.index_treatments ul li:nth-child(5) a {
  background-image: url("../images/menu5.svg");
}
.index_treatments ul li:nth-child(6) a {
  background-image: url("../images/menu6.svg");
}
.index_treatments ul li:nth-child(7) a {
  background-image: url("../images/menu7.svg");
}
.index_treatments ul li:nth-child(8) a {
  background-image: url("../images/menu8.svg");
}
.index_treatments ul li:nth-child(9) a {
  background-image: url("../images/menu9.svg");
}
.index_treatments ul li:nth-child(10) a {
  background-image: url("../images/menu10.svg");
}

@media (hover: hover) {
  .index_treatments ul li a:hover {
    background-color: #FFEDE5 !important;
  }
}
.border_orange {
  border-bottom: 3px solid #FF9800;
}

.border_lightblue {
  border-bottom: 3px solid #3DA3E1;
}

ul.checklist_orange li {
  background: url("../images/check-circle-orange.svg") left top 0.15rem/1.25rem no-repeat;
  padding-left: 2.25rem;
}
ul.checklist_orange li:not(:last-child) {
  padding-bottom: 0.75rem;
}

ul.checklist_blue li {
  background: url("../images/check-circle-blue.svg") left top 0.15rem/1.25rem no-repeat;
  padding-left: 2.25rem;
}
ul.checklist_blue li:not(:last-child) {
  padding-bottom: 0.75rem;
}

@media (max-width: 767.98px) {
  .index h1 {
    font-size: 1.25rem;
  }
  .index h2 {
    font-size: 1.5rem;
  }
  .index h3 {
    font-size: 1.1rem;
  }
  .date_tag {
    display: block;
  }
  .index_treatments ul li a {
    background-size: 3.5rem;
    background-position: top 1rem center;
    padding: 5.5rem 0.25rem 1rem;
  }
}
.subpages .title {
  padding: 4rem 0;
  background: #FEF8F4;
}
.subpages h1 {
  font-size: 2rem;
}
.subpages h1 span {
  color: #1E8ACE;
  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 3px #FF9800;
  padding: 0rem 0rem 0.5rem;
}
.subpages h3 {
  font-size: 1.25rem;
  margin: 2rem 0 1rem;
  background: #FFEDE5;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
}
.subpages h4 {
  font-size: 1.1rem;
  margin: 2rem 0 1rem;
  border-bottom: dotted 2px #FF9800;
}
.subpages h3 + h4 {
  margin-top: 1rem;
}
.subpages h5 {
  font-size: 1.1rem;
  color: #F58F1A;
}
.subpages h6 {
  font-size: 1rem;
}
.subpages .carousel-indicators button {
  height: 10px !important;
  width: 10px !important;
  background-color: #555 !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.subpages .carousel-indicators {
  bottom: -2rem;
}

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