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

.lighter {
  color: #888888;
}

.purple {
  color: #9EB1D2;
}

.pink {
  color: #F5949C;
}

.brown {
  color: #735147;
}

.lightbrown {
  color: #B0937E;
}

.lighterbrown {
  color: #A1846F;
}

.red {
  color: #EC5870;
}

.blue {
  color: #126d9d !important;
}

.yellow {
  color: #FFDA00;
}

.green {
  color: #53b7af;
}

.orange {
  color: #EC9035;
}

.lightgreen {
  color: #A5E8E8;
}

.lightblue {
  color: #4397be;
}

.lighterblue {
  color: #5864DB;
}

.lightestblue {
  color: #edf5fa;
}

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

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

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

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

.bg-green {
  background-color: #53b7af;
}

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

.bg-blue {
  background-color: #126d9d;
}

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

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

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

.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(83, 183, 175, 0.9);
}

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

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

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

ul, ol {
  margin-left: 0;
}

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

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

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

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

.gmap {
  min-height: 25rem;
}

.shadow_box {
  text-shadow: 0px 0px 1px #333;
}

.border_top_blue {
  border-top: 3px solid #126d9d !important;
}

.border_top_lightblue {
  border-top: 5px solid #4397be;
}

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: #126d9d;
}

@media (hover: hover) {
  a:hover {
    color: #126d9d;
    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 center/auto 75% no-repeat;
  padding-left: 0.9em;
  line-height: 1;
}

.mybtn, .mybtn_outline, .btn_pageup {
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #126d9d;
  border-radius: 50rem;
  text-decoration: none;
  line-height: 1;
  padding: 0.75rem 2.5rem 0.75rem 1.25rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  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.75rem;
  background: url("../images/arrow_white.svg") center center/contain no-repeat;
}

.mybtn_outline, .btn_pageup {
  border: 1px solid #126d9d;
  background: #fff;
  color: #126d9d;
}
.mybtn_outline::after, .btn_pageup::after {
  background: url("../images/arrow_blue.svg") center center/contain no-repeat;
}

.btn_pageup {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  padding: 0;
  position: relative;
}
.btn_pageup::after {
  background-image: 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: #fff;
    background-color: #4397be;
  }
  .mybtn_outline:hover, .btn_pageup:hover {
    background-color: #126d9d;
  }
  .mybtn_outline:hover::after, .btn_pageup:hover::after {
    background-image: url("../images/arrow_white.svg");
  }
  .btn_pageup:hover::after {
    background-image: none;
  }
}
a.mainmenu {
  text-decoration: none;
}

.gnav a.mainmenu {
  display: block;
  padding: 0.5rem 0.75rem;
}

@media (hover: hover) {
  .gnav a.mainmenu:hover {
    color: #126d9d;
    background: #fff;
    text-decoration: none;
  }
  .gnav .dropdown-menu a:hover {
    color: #126d9d;
  }
  .footer_nav li a:hover {
    color: #126d9d;
  }
}
.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 {
  color: #444444;
  white-space: nowrap;
  text-decoration: none;
  display: block;
  padding: 0.25rem 0rem;
  font-size: 0.9rem;
}

.offcanvas {
  border-radius: 1.5rem 0 0 1.5rem;
}
.offcanvas ul.offcanvas_nav {
  border-bottom: 1px solid #ddd;
}
.offcanvas a.mainmenu {
  border-top: 1px solid #ddd;
  color: #444444;
  display: block;
  padding: 1rem 0rem;
}
.offcanvas a.mainmenu.dropdown-toggle::after {
  display: none;
}
.offcanvas a.mainmenu.dropdown-toggle {
  background: url("../images/chevron-down.svg") right center/1rem no-repeat !important;
}
.offcanvas a.mainmenu.dropdown-toggle.show {
  background: url("../images/chevron-up.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: #444444;
  text-decoration: none;
  display: block;
  padding: 0.5rem 0rem;
  font-size: 0.9rem;
}

.footer_nav li a {
  white-space: normal;
  color: #444444;
  font-size: 0.9rem;
  padding: 0.25rem 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: #126d9d;
}

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

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

.table_layout {
  table-layout: fixed;
}

.table_last_right tr:nth-child(n+2) 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 center/1rem no-repeat;
}

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

main ol:not(.list-unstyled),
main ul:not(.nav-mytabs):not(.list-unstyled) {
  padding-left: 1rem;
}
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: #4397be;
}

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: 1rem;
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 1rem;
  background: #fff;
}
ol.flowchart li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  z-index: -1;
  background: #126d9d;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

@media (max-width: 767.98px) {
  html {
    font-size: clamp(0.75rem, 0.023rem + 3.64vw, 1rem);
  }
  h1, h2, h3, h4, h5, h6, .fw-bold, .bold, .bold li, strong, b, th, .table th, dt {
    font-weight: bold;
  }
  .js_sticky .header_upper_item2 {
    -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);
  }
  header .logo {
    width: 18rem;
  }
  .hamburger svg {
    width: 1.75rem;
    height: auto;
  }
  .sp_fixed_btns svg {
    width: 1rem;
    height: auto;
  }
  .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;
    border-bottom: none;
  }
  table.table_break td {
    display: block;
    padding-top: 0;
    border-top: none;
  }
  footer .footer_upper {
    padding-bottom: 9rem;
  }
  .table-responsive-md table.table {
    min-width: 767px;
  }
  .table-responsive-md {
    margin-bottom: 1rem;
  }
  .table-responsive-md::-webkit-scrollbar {
    height: 4px;
  }
  .table-responsive-md::-webkit-scrollbar-track {
    background-color: #ccc;
  }
  .table-responsive-md::-webkit-scrollbar-thumb {
    background-color: #555;
  }
}
@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);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  }
  .js_sticky .gnav a.mainmenu {
    padding: 1rem 0.75rem;
  }
  ol.list_md_50,
  ul.list_md_50 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ol.list_md_50 li:nth-child(odd),
  ul.list_md_50 li:nth-child(odd) {
    width: 47%;
    margin-right: 6%;
  }
  ol.list_md_50 li:nth-child(even),
  ul.list_md_50 li:nth-child(even) {
    width: 47%;
  }
  .m_large {
    font-size: 1.25rem;
  }
  .m_larger {
    font-size: 1.5rem;
  }
  .m_largest {
    font-size: 1.75rem;
  }
  .m_dark {
    color: #454545;
  }
}
@media print {
  @page {
    margin: 5mm;
    size: 364mm 515mm;
  }
  body .header {
    position: relative;
  }
  body {
    padding-top: 0;
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.delay-1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-4 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay-5 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-6 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay-7 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.delay-8 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.delay-9 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.delay-10 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.fadeIn {
  animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.fadeOut {
  animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -webkit-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  -ms-animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/*fadein*/
.fadeInDown {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*bounce in*/
.bounceIn {
  opacity: 0;
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: 450ms;
          animation-duration: 450ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translate3d(0, 0, 0);
            transform: scale(0.3) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0.9;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(0.89);
            transform: scale(0.89);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translate3d(0, 0, 0);
            transform: scale(0.3) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0.9;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(0.89);
            transform: scale(0.89);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
  }
}
/*fade in left*/
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  visibility: visible !important;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  visibility: visible !important;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes fadeInUp {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
  to {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
  to {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

.kv {
  min-height: 380px;
  height: 33vw;
}

.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) {
  .kv {
    min-height: auto;
    height: 80vw;
  }
}
.bg_carousel {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(66%, transparent), color-stop(0%, #edf5fa));
  background: linear-gradient(transparent 66%, #edf5fa 0%);
}

.index h1 {
  font-size: 2.5rem;
}

.index h2, aside h2 {
  font-size: 2.25rem;
  margin-bottom: 2rem;
  text-align: center;
}
.index h2 span, aside h2 span {
  color: #126d9d;
  display: block;
  font-size: 0.8rem;
}
.index h2.with_symbol::before, aside h2.with_symbol::before {
  content: "";
  display: block;
  width: 33px;
  height: 22px;
  background: url("../images/symbol.svg") center center/contain no-repeat;
  margin: 0 auto;
}

.index h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.index .carousel-indicators button {
  background-color: #555 !important;
}

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

.features_item {
  max-width: 366px;
  margin: 0 auto;
}

.index_mri {
  background: url("../images/index7.jpg") center center/cover no-repeat;
}
.index_mri ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  color: #444444;
  padding: 8.5rem 0.25rem 0;
  height: 12rem;
  border-radius: 0.5rem;
  background-size: 5rem, 1.75rem;
  background-position: top 2rem center, right bottom;
  background-repeat: no-repeat;
}
.index_mri ul li:first-child a {
  background-image: url("../images/menu1.svg"), url("../images/arrow.svg");
}
.index_mri ul li:nth-child(2) a {
  background-image: url("../images/menu2.svg"), url("../images/arrow.svg");
}
.index_mri ul li:nth-child(3) a {
  background-image: url("../images/menu3.svg"), url("../images/arrow.svg");
}
.index_mri ul li:nth-child(4) a {
  background-image: url("../images/menu4.svg"), url("../images/arrow.svg");
}

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

.index_group_list {
  list-style: none;
}
.index_group_list li {
  padding-left: 2.5rem;
  position: relative;
}
.index_group_list li::before {
  content: "";
  position: absolute;
  top: 0.15rem;
  left: 0;
  display: inline-block;
  width: 1.75rem;
  height: 1.9375rem;
}
.index_group_list li:first-child::before {
  background: url("../images/no1.svg") top left/contain no-repeat;
}
.index_group_list li:nth-child(2)::before {
  background: url("../images/no2.svg") top left/contain no-repeat;
}
.index_group_list li:nth-child(3)::before {
  background: url("../images/no3.svg") top left/contain no-repeat;
}

.index_news {
  max-height: 400px;
  overflow-y: auto;
}
.index_news .medico-info-list .article-title {
  line-height: 1.5;
}

@media (hover: hover) {
  .index_mri ul li a:hover {
    border-top: 0.4rem solid #126d9d;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (max-width: 767.98px) {
  .index h1 {
    font-size: 1.5rem;
  }
  .index h2, aside h2 {
    font-size: 1.5rem;
  }
  .index h3 {
    font-size: 1.25rem;
  }
  .about_item {
    max-width: 559px;
    margin: 0 auto;
  }
  .index_mri ul li a {
    padding: 6rem 0.25rem 0;
    height: 10rem;
    background-size: 4rem, 1.5rem;
    background-position: top 1rem center, right bottom;
  }
  .index_news .medico-info-list .article-date {
    font-size: 0.85rem;
    display: block;
    padding-bottom: 0.25rem;
  }
}
@media (min-width: 768px) {
  .index_news .medico-info-list .article-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index_news .medico-info-list .article-date {
    margin-right: 1rem;
  }
}
.subpages aside img {
  height: auto;
  max-width: 100%;
}
.subpages .title {
  padding: 4rem 0;
  background: url("../images/index8.jpg") top left #f8f9fa;
}
.subpages h1 {
  font-size: 2.25rem;
}
.subpages h1 span {
  color: #126d9d;
  font-size: 0.8rem;
}
.subpages .container-xxl h2:first-child {
  margin-top: 0;
}
.subpages main h2 {
  font-size: 1.75rem;
  margin: 3rem 0 2rem;
  border-bottom: solid 3px #4397be;
  padding: 0rem 0rem 0.5rem 0;
}
.subpages h3 {
  font-size: 1.25rem;
  margin: 2rem 0 1rem;
  background: #edf5fa;
  border-left: 4px solid #126d9d;
  border-radius: 0.25rem;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
.subpages h4 {
  font-size: 1.1rem;
  margin: 2rem 0 1rem;
  border-bottom: dotted 2px #4397be;
}
.subpages h3 + h4 {
  margin-top: 1rem;
}
.subpages h5 {
  font-size: 1.05rem;
  color: #126d9d;
}
.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;
}
.subpages main ol:not(.list-unstyled),
.subpages main ul:not(.nav-mytabs):not(.list-unstyled) {
  padding-left: 2rem;
}

.news .medico-info-list {
  /*	.fullview-title{
  		line-height: 1.5;
  		margin-bottom: 1rem;
  		padding-bottom: .5rem;
  		font-size: 1.25rem;
  		border-bottom: 3px solid $blue;
  	}*/
}
.news .medico-info-list .ck-content {
  line-height: 1.5;
}

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

@media (max-width: 767.98px) {
  .subpages .title {
    padding: 3rem 0;
  }
  .subpages h1 {
    font-size: 1.5rem;
  }
  .subpages main 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;
  }
  .news .medico-info-list .accordion-date {
    font-size: 0.85rem;
    display: block;
    padding-bottom: 0.25rem;
  }
}