.site-body-bottom .section-02-04, .site-body-bottom .section-01 .container, .home-main .section-05, .home-main .section-02, .vk-mobile-nav .header-language {
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0;
}

.site-body-bottom .section-02 h2, .site-body-bottom .section-01 h2, .home-main .section-04 .p-cancellation h2, .home-main .section-01 h2, .site-header--layout--nav-float .site-header-container .header-text h2, body:not(.home) .entry-body h3.wp-block-heading, body:not(.home) .entry-body h2.wp-block-heading, .page-header .page-header-title, .sub-section h2, .home-main .section-05 h3, .home-main .section-02 h2 {
  margin-bottom: 0;
  padding: 0;
  border-top: none;
  border-bottom: none;
}

.home-main .section-05 h3, body:not(.home) .entry-body h3.wp-block-heading {
  margin-bottom: 0;
  padding: 0;
  border-top: none;
  border-bottom: none;
}
.home-main .section-05 h3::after, body:not(.home) .entry-body h3.wp-block-heading::after {
  border-bottom: none;
}

.page-header .page-header-title, .sub-section h2, .home-main .section-05 h3, .home-main .section-02 h2 {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  min-height: 43px;
  padding: 0 15px 0 20px;
  border: 1px solid #ccc;
  background-image: linear-gradient(to bottom, #fff, #f0f0f0);
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
}
.page-header .page-header-title::before, .sub-section h2::before, .home-main .section-05 h3::before, .home-main .section-02 h2::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #0077b3;
  content: "";
}

body:not(.home) .entry-body h2.wp-block-heading {
  position: relative;
  margin: 40px 0 25px 0;
  padding: 0.5em;
  border-left: 8px solid #444;
  font-size: 1.2em;
  line-height: 1.2;
}
body:not(.home) .entry-body h2.wp-block-heading::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px dotted #ddd;
  content: "";
}

body:not(.home) .entry-body h3.wp-block-heading {
  margin: 35px 0 25px 0;
  font-weight: bold;
  font-size: 20px;
}

.site-header--layout--nav-float .site-header-logo img {
  max-height: 85px;
}
.site-header--layout--nav-float .site-header-container {
  flex-direction: column;
}
.site-header--layout--nav-float .site-header-container > .container {
  display: grid;
  grid-template-rows: min-content min-content;
  grid-template-columns: 1fr 200px;
  gap: 20px;
}
.site-header--layout--nav-float .site-header-container .header-title {
  display: flex;
  grid-row: 1/3;
  grid-column: 1/2;
  align-items: center;
}
.site-header--layout--nav-float .site-header-container .header-title .site-header-logo {
  width: auto;
}
.site-header--layout--nav-float .site-header-container .header-text h2 {
  margin: 5px 0;
  color: #0077b3;
  font-size: 30px;
}
.site-header--layout--nav-float .site-header-container .header-text p {
  margin-bottom: 0;
  color: #999;
  font-size: 12px;
}
.site-header--layout--nav-float .site-header-container .header-language {
  grid-row: 1/2;
  grid-column: 2/3;
  align-self: flex-end;
}
.site-header--layout--nav-float .site-header-container .header-sitemap {
  grid-row: 2/3;
  grid-column: 2/3;
  align-self: flex-start;
}
.site-header--layout--nav-float .site-header-container .header-sitemap li {
  display: block;
  margin: 0 0 0 10px;
  margin-left: 0;
  padding: 0;
  float: left;
  font-size: 12px;
}
.site-header--layout--nav-float .site-header-container .header-sitemap li a {
  display: block;
  height: 20px;
  padding: 0 0 0 20px;
  background: url(/wp-content/themes/lightning-child/assets/image/arrow_01.png) no-repeat left 1px;
  text-decoration: none;
}
.site-header--layout--nav-float .site-header-container .global-nav {
  width: 100%;
  margin-left: 0;
  background-image: linear-gradient(to bottom, #0077b3, #005f94);
}
.site-header--layout--nav-float .site-header-container .global-nav a {
  color: #fff;
}
.site-header--layout--nav-float .site-header-container .global-nav .container > ul {
  display: flex;
  width: 100%;
}
.site-header--layout--nav-float .site-header-container .global-nav .container > ul > li {
  width: 100%;
}
.site-header--layout--nav-float .site-header-container .global-nav .container > ul > li::after {
  display: none;
}
.site-header--layout--nav-float .site-header-container .global-nav .container > ul > li:first-of-type {
  width: 55px;
  height: 46px;
  padding: 0;
}
.site-header--layout--nav-float .site-header-container .global-nav .container > ul > li:first-of-type a {
  width: 100%;
  height: 100%;
}
.site-header--layout--nav-float .site-header-container .global-nav .container > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.site-header--layout--nav-float .site-header-container .global-nav .container > ul > li > a strong {
  font-weight: normal;
}
.site-header--layout--nav-float .site-header-container .global-nav .container > ul > li > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-header--layout--nav-float .site-header-container .global-nav .container > ul > li + li, .site-header--layout--nav-float .site-header-container .global-nav .container > ul > li:first-of-type, .site-header--layout--nav-float .site-header-container .global-nav .container > ul > li:last-of-type {
  position: relative;
  border-left: 2px solid #0672a8;
}
.site-header--layout--nav-float .site-header-container .global-nav .container > ul > li + li::before, .site-header--layout--nav-float .site-header-container .global-nav .container > ul > li:first-of-type::before, .site-header--layout--nav-float .site-header-container .global-nav .container > ul > li:last-of-type::before {
  display: block;
  position: absolute;
  top: 0;
  left: -2px;
  width: 1px;
  height: 100%;
  background-color: #00598a;
  content: "";
}
.site-header--layout--nav-float .site-header-container .global-nav .container > ul > li:last-of-type {
  border-right: 2px solid #0672a8;
}
.site-header--layout--nav-float .site-header-container .global-nav .container > ul > li:last-of-type::before {
  right: -2px;
  left: auto;
}
.site-header--layout--nav-float .site-header-container .global-nav .sub-menu {
  left: 0;
  width: 100%;
  margin-left: 0;
}
.site-header--layout--nav-float .site-header-container .global-nav .sub-menu a {
  padding: 1em 1.2em;
}
.site-header--layout--nav-float .header-language ul {
  display: flex;
  gap: 10px;
}
.site-header--layout--nav-float .header-language li {
  display: block;
  width: 90px;
  padding: 0;
  font-size: 12px;
}
.site-header--layout--nav-float .header-language li a {
  display: block;
  background-color: #ceebf1;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
}
.header_scrolled .site-header--layout--nav-float {
  position: static !important;
  animation: none;
}
.header_scrolled .site-header--layout--nav-float .site-header-logo {
  display: block;
}

.vk-mobile-nav {
  height: auto;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  overflow: auto;
  border-bottom: none;
}
.vk-mobile-nav nav.vk-mobile-nav-menu-outer,
.vk-mobile-nav .widget_nav_menu.vk-mobile-nav-menu-outer {
  margin-bottom: 0;
}
.vk-mobile-nav nav ul li,
.vk-mobile-nav .widget_nav_menu ul li {
  background-image: linear-gradient(to bottom, #0077b3, #005f94);
}
.vk-mobile-nav nav ul li a,
.vk-mobile-nav .widget_nav_menu ul li a {
  display: block;
  position: relative;
  padding: 0.7em 0.5em;
  overflow: hidden;
  color: #fff;
  font-size: calc(var(--vk-size-text) * 0.875);
  text-decoration: none;
}
.vk-mobile-nav aside {
  margin-top: -1px;
}
.vk-mobile-nav .widget {
  margin-bottom: 0;
}
.vk-mobile-nav .header-language {
  width: 100%;
}
.vk-mobile-nav .header-language .widget_nav_menu {
  width: 100%;
}
.vk-mobile-nav .header-language ul {
  display: flex;
}
.vk-mobile-nav .header-language ul li {
  width: 100%;
  text-align: center;
}
.vk-mobile-nav .header-language ul li + li {
  border-left: 1px solid #fff;
}
.vk-mobile-nav .header-language ul li a {
  height: 100%;
}

.breadcrumb {
  margin-top: 0 !important;
  background-color: #72b8dc;
  color: #fff;
}
.breadcrumb a {
  color: currentColor;
  text-decoration: none;
}

.home .lightning_swiper {
  margin-top: 0 !important;
}
.home .lightning_swiper .swiper-pagination,
.home .lightning_swiper .swiper-button-prev,
.home .lightning_swiper .swiper-button-next {
  display: none;
}

.home-main .section-01 {
  margin-bottom: 30px;
}
.home-main .section-01 h2 {
  margin: 0;
  color: #0077b3;
  font-size: 16px;
}
.home-main .section-01 p {
  margin-bottom: 20px;
  line-height: 1.4;
}
.home-main .section-02 {
  flex-direction: column;
}
.home-main .section-02 .simple-post-list {
  margin-top: 10px;
}
.home-main .section-03 {
  margin: 60px 0;
}
.home-main .section-04 {
  margin: 4em 0;
}
.home-main .section-04 .p-cancellation {
  width: 100%;
}
.home-main .section-04 .p-cancellation h2 {
  margin-bottom: 0.83em;
}
.home-main .section-05 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.home-main .section-05 .item {
  border: 1px solid #ccc;
}
.home-main .section-05 h3 {
  position: relative;
  width: auto !important;
  height: 56px;
  margin: 0;
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
  padding: 0 20px;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  font-size: 14px;
  line-height: 56px;
}
.home-main .section-05 h3::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #0077b3;
  content: "";
}
.home-main .section-05 .nav ul {
  display: flex;
  flex-direction: column;
}
.home-main .section-05 .nav li {
  min-height: 41px;
  overflow: hidden;
  /* line-height: 41px; */
  background-image: url(/wp-content/themes/lightning-child/assets/image/dot_02.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  font-size: 13px;
}
.home-main .section-05 .nav a {
  display: block;
  height: 40px;
  margin-top: 5px;
  padding: 0 15px 0 35px;
  background-image: url(/wp-content/themes/lightning-child/assets/image/arrow_01.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  background-color: #fff;
  line-height: 40px;
  text-decoration: none;
  transition: all 0.7s;
}

.simple-post-list {
  width: 100%;
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
}
.simple-post-list li {
  display: flex;
  align-items: center;
  min-height: 40px;
  margin: 0;
  padding: 0.4em 0;
  background-image: url(/wp-content/themes/lightning-child/assets/image/dot_02.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  font-size: 14px;
}
.simple-post-list li span {
  display: inline-block;
  flex-shrink: 0;
  width: 80px;
  font-weight: bold;
  font-size: 12px;
}
.simple-post-list li a {
  text-decoration: none;
}

.site-body-bottom .widget {
  margin-bottom: 0;
}
.site-body-bottom .container {
  margin-right: auto;
  margin-left: auto;
}
.site-body-bottom .section-01 {
  min-height: 45px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-image: linear-gradient(to bottom, #fff, #f0f0f0);
}
.site-body-bottom .section-01 .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.site-body-bottom .section-01 p {
  display: inline;
  margin: 0 20px 0 0;
  font-weight: bold;
  font-size: 11px;
  line-height: 45px;
}
.site-body-bottom .section-01 h2 {
  display: inline;
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 45px;
}
.site-body-bottom .section-02 {
  min-height: 250px;
  padding-top: 25px;
  padding-bottom: 20px;
  background: #ebebeb;
}
.site-body-bottom .section-02 .container {
  display: grid;
  grid-template-columns: repeat(3, 21.41%) 1fr;
  width: 100%;
  max-width: 1100px;
}
.site-body-bottom .section-02 .container > * {
  height: 100%;
  padding: 0 32px 0 28px;
  font-size: 11px;
}
.site-body-bottom .section-02 .container > * + * {
  position: relative;
  border-left: 1px solid #d7d7d7;
}
.site-body-bottom .section-02 .container > * + *::before {
  display: block;
  position: absolute;
  top: 0;
  left: 1px;
  width: 1px;
  height: 100%;
  background-color: #f4f3f3;
  content: "";
}
.site-body-bottom .section-02 h2 {
  margin: 1em 0;
  color: #0077b3;
  font-weight: bold;
  font-size: 14px;
}
.site-body-bottom .section-02 ul a {
  height: auto;
  margin: 0 0 10px;
  padding: 0;
  border: none;
  background: none;
  font-size: 11px;
  line-height: 170%;
}
.site-body-bottom .section-02-04 {
  flex-direction: column;
}
.site-body-bottom .section-02-04 p {
  margin-top: 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}
.site-body-bottom .section-02-04 p span {
  color: #0077b3;
}
.site-body-bottom .widget_nav_menu > div > ul li.current_page_item > a {
  background-color: transparent;
}

.site-footer {
  border-top: solid 1px #dadada;
  background-image: linear-gradient(to bottom, #fdfdfd, #ececec);
}
.site-footer .container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.site-footer .site-footer-copyright {
  width: 100%;
  max-width: 1100px;
  height: 48px;
  padding: 0;
  color: #333;
  font-size: 12px;
  line-height: 48px;
  text-align: center;
}
.site-footer .site-footer-copyright p {
  margin: 0;
}

.sub-section {
  top: 0;
}
.page-header {
  min-height: 0;
  background: none;
}
.page-header .page-header-inner {
  margin: 0;
  padding: 0;
}
.page-header .page-header-title {
  height: 56px;
  color: var(--vk-color-text-body);
  font-size: 18px;
}
.page-header .page-header-title::before {
  width: 100%;
  height: 5px;
}

.entry-body {
  margin: 14px 0 35px;
  padding: 0 0 24px;
}

.wpcf7 {
  width: 100%;
  margin: 0 0 2.5em !important;
  padding: 0;
  border: 1px solid #ddd;
  background: #fafafa;
  font-size: 14px;
}
.wpcf7 form {
  margin: 1.5em;
}
.wpcf7 p {
  color: #0077b3;
  font-size: 16px;
}
.wpcf7 select,
.wpcf7 .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 1.2;
}
.wpcf7 .wpcf7-list-item-label {
  color: var(--vk-color-text-body);
}
.wpcf7 input,
.wpcf7 textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  line-height: 1.2;
}
.wpcf7 select,
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
  width: auto;
  max-width: 97%;
  padding: 8px;
  border: 1px solid #ccc;
}

.page-id-26 .wp-block-table tbody {
  margin: 0 0 40px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.page-id-26 .wp-block-table th {
  width: 150px;
  padding: 12px 10px 10px 0;
  border-top: 1px solid #ddd;
  background-color: #fff;
  font-weight: bold;
  line-height: 200%;
  text-align: left;
}
.page-id-26 .wp-block-table td {
  margin: 0 0 0px 150px;
  padding: 12px 10px 10px 10px;
  border-top: 1px solid #ddd;
  background: #f9f9f9;
  line-height: 200%;
}

.wp-block-table thead {
  border-width: 1px;
  border-color: #b1b1b1;
}
.wp-block-table tbody {
  margin: 0 0 40px 0;
  border-top: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
}
.wp-block-table th {
  padding: 15px;
  border: 1px solid #b1b1b1;
  background-color: #ebf6fc;
}
.wp-block-table td {
  padding: 15px;
  border: 1px solid #b1b1b1;
}
@media (min-width: 992px) {
  .header_scrolled.admin-bar .site-header--layout--nav-float {
    animation: none;
  }
}
@media screen and (max-width: 989px) {
  .site-header--layout--nav-float .site-header-container {
    flex-direction: column;
  }
  .site-header--layout--nav-float .site-header-container .site-header-logo img {
    max-height: 36px;
  }
  .site-header--layout--nav-float .site-header-container .header-text {
    display: none;
  }
  .site-header--layout--nav-float .site-header-container .header-language {
    display: none;
  }
  .site-header--layout--nav-float .site-header-container .header-sitemap {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .site-header--layout--nav-float .site-header-logo img {
    max-height: 36px;
  }
  .breadcrumb {
    background-color: #0077b3;
  }
  .site-body-bottom .section-01 {
    display: none;
  }
  .site-body-bottom .section-02 {
    background-color: #f2f2f2;
  }
  .site-body-bottom .section-02 .container {
    display: flex;
    flex-direction: column;
    padding: 20px 15px 15px;
    gap: 30px;
    background: #f2f2f2;
    font-size: 11px;
  }
  .site-body-bottom .section-02 .container > * {
    width: 100%;
    padding: 0;
  }
  .site-body-bottom .section-02 .container > * + * {
    border-left: none;
  }
  .site-body-bottom .section-02 .container > * + *::before {
    display: none;
  }
  .site-body-bottom .section-02 h2 {
    margin: 0 0 12px 0;
    padding: 0 0 7px 0;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
  }
  .site-body-bottom .section-02 ul li {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    background: url(/wp-content/themes/lightning-child/assets/image/common/bullet1.gif) no-repeat left 8px;
    line-height: 170%;
    list-style-type: none;
  }
  .site-body-bottom .section-02 ul li a {
    display: block;
    padding: 0 15px;
    background: #ddd;
    color: var(--vk-color-text-body);
    font-size: 13px;
    line-height: 40px;
    list-style-type: none;
    text-decoration: none;
  }
  .site-body-bottom .widget_nav_menu > div > ul li.current_page_item > a {
    background-color: #ddd;
  }
  .site-footer {
    border-top: none;
    background-color: #000;
    color: #fff;
    text-align: left;
  }
  .site-footer .site-footer-copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    line-height: 1.4;
  }
  .site-footer .site-footer-copyright p {
    margin: 0;
    padding: 25px 3%;
    background: #000;
    color: #ccc;
    font-size: 11px;
    line-height: 100%;
  }
}