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

.orange {
  color: #FBBA1E;
}

.lightgreen {
  color: #A5E8E8;
}

.lightblue {
  color: #51A6CE;
}

.lighterblue {
  color: #5864DB;
}

.lightestblue {
  color: #E7F1F9;
}

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

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

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

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

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

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

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

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

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

::-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, .font {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 700;
}

h3, h4, h5, h6, .fw-bold, .bold, strong, b, th, dt, a.nav-link {
  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;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  color: #444444;
  -webkit-font-feature-settings: "palt";
          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;
}

.btn:focus,
body button:focus,
body a {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input,
textarea,
select {
  outline: 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;
}

.max600 {
  max-width: 600px !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-radius: 0.5rem 0 0 0rem;
}

.rounded_leftbottom {
  border-radius: 0rem 0 0 0.5rem;
}

.border_blue {
  border-bottom: 3px solid #2C369A;
}

.text_shadow {
  text-shadow: 0px 1px 10px #555, 1px 0px 10px #555, -1px 0px 10px #555, 0px -1px 10px #555;
}

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

@media (hover: hover) {
  a:hover {
    color: #2C369A;
    text-decoration: none;
  }
}
.js-tel a {
  text-decoration: none !important;
  color: inherit !important;
}

.mybtn {
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #FBBA1E;
  -webkit-box-shadow: 0 0 1rem 0.25rem #FBBA1E;
  -ms-box-shadow: 0 0 1rem 0.25rem #FBBA1E;
  box-shadow: 0 0 1rem 0.25rem #FBBA1E;
  border-radius: 50rem;
  text-decoration: none;
  line-height: 1;
  padding: 0.75rem 1rem;
}

.mybtn_outline {
  text-align: center;
  display: inline-block;
  border: 1px solid #FBBA1E;
  color: #FBBA1E;
  border-radius: 50rem;
  text-decoration: none;
  line-height: 1;
  padding: 0.75rem 1rem;
}

.btn_pageup {
  display: inline-block;
  background: #51A6CE;
  text-decoration: none;
  line-height: 1;
  color: #fff;
  width: 3rem;
  height: 3rem;
  text-align: center;
  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: #FBBA1E;
    -webkit-box-shadow: 0 0 1rem 0.5rem #FBBA1E;
    -ms-box-shadow: 0 0 1rem 0.5rem #FBBA1E;
    box-shadow: 0 0 1rem 0.5rem #FBBA1E;
  }
  .mybtn_outline:hover {
    -webkit-box-shadow: 0 0 1rem 0.25rem #FBBA1E;
    -ms-box-shadow: 0 0 1rem 0.25rem #FBBA1E;
    box-shadow: 0 0 1rem 0.25rem #FBBA1E;
    background-color: #FBBA1E;
    color: #fff;
  }
  .btn_pageup:hover {
    background: #51A6CE;
    color: #fff;
    -webkit-box-shadow: 0 0 1rem 0.25rem #51A6CE;
    -ms-box-shadow: 0 0 1rem 0.25rem #51A6CE;
    box-shadow: 0 0 1rem 0.25rem #51A6CE;
  }
}
.gnav li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

a.nav-link {
  color: #454545;
  display: block;
  padding: 0.75rem 0.75rem;
  height: 100%;
}

@media (hover: hover) {
  .gnav a.nav-link:hover {
    color: #51A6CE;
    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: #2C369A;
}

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

.offcanvas {
  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: 1.5rem 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;
  -webkit-transform: none !important;
          transform: none !important;
  display: inline-block;
  -webkit-box-shadow: none !important;
          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: #2C369A;
}

table.table.timetable th, table.table.timetable td {
  padding: 0.5rem 0.25rem;
}
table.table.timetable th {
  background: #2C369A;
  color: #fff;
}
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: #2C369A;
}

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

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

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: #51A6CE;
}

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

footer {
  padding-bottom: 100px;
}

.bottom_phone {
  background: url("../images/phone.svg") left center/1.25rem no-repeat;
  padding-left: 1.35rem;
}

@media (max-width: 767.98px) {
  html {
    font-size: clamp(0.75rem, 0.023rem + 3.64vw, 1rem);
  }
  header .logo {
    width: 18.75rem;
  }
  table.table_text_small th, table.table_text_small td {
    font-size: 0.9rem !important;
  }
  table.table_break th {
    display: block;
  }
  table.table_break td {
    display: block;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  html {
    font-size: clamp(0.875rem, 0.625rem + 0.5vw, 1rem);
  }
  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_lead {
    font-size: 1.25rem;
  }
}
@media print {
  @page {
    margin: 5mm;
    size: 364mm 515mm;
  }
  body .header {
    position: relative;
  }
  body {
    padding-top: 0;
  }
}
.kv {
  min-height: 380px;
  height: 33vw;
}

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

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

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

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

@media (max-width: 767.98px) {
  .kv1 {
    background-position: right 40% center;
  }
}
.index h1 {
  font-size: 2rem;
  text-shadow: 0px 1px 10px #e5eaf0, 1px 0px 10px #e5eaf0, -1px 0px 10px #e5eaf0, 0px -1px 10px #e5eaf0;
}
.index h1 span {
  font-size: 4.75rem;
}
.index h1 + p {
  text-shadow: 0px 1px 10px #e5eaf0, 1px 0px 10px #e5eaf0, -1px 0px 10px #e5eaf0, 0px -1px 10px #e5eaf0;
}
.index h2 {
  font-size: 2.25rem;
  margin-bottom: 2rem;
}
.index h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.index .carousel-indicators button {
  height: 10px !important;
  width: 10px !important;
  background-color: #555 !important;
  border-radius: 50%;
}
.index .carousel-indicators {
  bottom: 0rem;
}
.index .collapsed.collapse_ttl {
  display: block;
  background: url("../images/q.svg") left 1rem center no-repeat, url("../images/chevron-down.svg") right 1rem center no-repeat;
  background-size: 1.25rem, 1rem;
}
.index .collapse_ttl {
  display: block;
  background: url("../images/q.svg") left 1rem center no-repeat, url("../images/chevron-up.svg") right 1rem center no-repeat;
  background-size: 1.25rem, 1rem;
}

.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_sports {
  background: url("../images/index1.jpg") center center/cover no-repeat;
}

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

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

@media (max-width: 767.98px) {
  .index h1 {
    font-size: 1.5rem;
  }
  .index h1 span {
    font-size: 3.5rem;
  }
  .index h2 {
    font-size: 1.5rem;
  }
  .index h3 {
    font-size: 1.1rem;
  }
  .date_tag {
    display: block;
  }
  ul.kv_lists li {
    font-size: 0.9rem;
  }
  .index_sports {
    background-position: left center;
  }
  .index_symptoms {
    background-position: right 15% center;
  }
}
@media (min-width: 768px) {
  .bg_md_white {
    background: #fff;
  }
}
.subpages .title {
  padding: 4rem 0;
  background: #f8f9fa;
}
.subpages h1 {
  font-size: 2.25rem;
}
.subpages h1 span {
  color: #2C369A;
  font-size: 0.8rem;
}
.subpages h2 {
  font-size: 2rem;
  margin: 0 0 2rem;
  border-bottom: solid 3px #2C369A;
  padding: 0rem 0rem 0.5rem;
}
.subpages h3 {
  font-size: 1.25rem;
  margin: 2rem 0 1rem;
  background: #2C369A;
  color: #fff;
  padding: 0.5rem 1rem;
}
.subpages h4 {
  font-size: 1.1rem;
  margin: 2rem 0 1rem;
  border-bottom: dotted 2px #2C369A;
}
.subpages h3 + h4 {
  margin-top: 1rem;
}
.subpages h5 {
  font-size: 1.1rem;
  color: #2C369A;
}
.subpages h6 {
  font-size: 1rem;
}
.subpages .carousel-indicators button {
  height: 10px !important;
  width: 10px !important;
  background-color: #555 !important;
  border-radius: 50%;
}
.subpages .carousel-indicators {
  bottom: -2rem;
}

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