/*
Theme Name: Lightning
Text Domain: lightning
Theme URI: https://lightning.vektor-inc.co.jp/en/
Description: Lightning is a very simple & easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Version: 15.30.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Lightning WordPress theme, Copyright (C) 2015-2025 Vektor,Inc.
Lightning WordPress theme is licensed under the GPL.

Lightning WordPress Theme bundles the following third-party resources:

Font Awesome icon font, Copyright 2012 Fonticons, Inc.
its fonts are licensed under the terms of the SIL OFL License 1.1, and its code is licensed under the terms of the MIT license
Source: https://fontawesome.com/

Bootstrap framework, Copyright 2011 Bootstrap Authors and Twitter, Inc.
Bootstrap is licensed under the terms of the MIT license
Source: https://getbootstrap.com/

CSS Simple Tree Shaking
CSS Simple Tree Shaking is licensed under the terms of the GNU General Public License v2 license
Source: https://celtislab.net/
*/

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #222;
  position: relative;
}

a img {
  opacity: 1;
  transition: 0.5s;
}

a:hover img {
  opacity: 0.7;
  transition: 0.5s;
}

.wrapper {
  display: flex;
  justify-content: space-between;
}

.siteContent {
  position: relative;
  background-image: url(/wp/wp-content/themes/lightning/image/bg_technology.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

a:hover {
  text-decoration: none;

}

/* ヘッダー */
body.home header.siteHeader {
  max-width: 180px;
  box-shadow: none;
}

body.home .navbar-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
}

.siteHeader_logo {
  padding: 0;
  margin: 0;
}


/* スライド */
.meta_box {
  position: relative;
  width: calc(100% - 180px);
}

.meta_box::after {
  content: "";
  background-image: url(/wp/wp-content/themes/lightning/image/move_circle_black.png);
  width: 400px;
  height: 400px;
  position: absolute;
  bottom: -200px;
  left: -200px;
  z-index: 1000;
  animation: spin 20s linear infinite;
  pointer-events: none;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


.slider_menu_box {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 1rem;
  z-index: 1;
}

.slider_menu_box a:hover {
  transition: 0.5s all;
  text-decoration: underline;
}

.slider_menu_box a:hover img {
  opacity: 1;
}

.slider_menu {
  background-color: #FAF4E8;
  border-radius: 50px;
  padding: 1.4rem 4rem;
  display: flex;
  gap: 4rem;
}

.slider_menu>div {
  position: relative;
}

.slider_menu a {
  display: flex;
  gap: 1rem;
  align-items: center;
  color: #222;
}

.slider_menu_box>a {
  background-color: #000E23;
  color: #FFF;
  padding: 1.4rem 4rem;
  border-radius: 50px;
  display: flex;
  gap: 1rem;
  align-items: center;
  transition: 0.5s all;
}

.slider_menu_box>a:hover {
  text-decoration: none;
  opacity: 0.7;
}

body.home div#gMenu_outer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  width: 100% !important;
}

.gMenu_outer nav {
  width: auto !important;
}

body.home #mega-menu-wrap-Header {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

body.home #mega-menu-wrap-Header #mega-menu-Header {
  gap: 4rem;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  display: flex;
}

body.home #mega-menu-wrap-Header #mega-menu-Header li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#gMenu_outer nav .gMenu>li {
  position: relative;
  padding: 0;
}

body.home #mega-menu-wrap-Header #mega-menu-Header li.mega-menu-item-has-children:last-child>a.mega-menu-link>span.mega-indicator::before {
  content: "";
  background-image: url(/wp/wp-content/themes/lightning/image/rotefie2.png);
  width: 80px;
  height: 105px;
  position: absolute;
  top: 10px;
  right: 0;
  pointer-events: none;
  transition: 0.5s all;
  transform: scaleX(-1) translate(0, 0);
  z-index: -1;
  border: none;
  display: block;
}

body.home #mega-menu-wrap-Header #mega-menu-Header li.mega-menu-item-has-children:last-child:hover>a.mega-menu-link>span.mega-indicator::before {
  transform: scaleX(-1) translate(-30px, -60px);
}

body.home #mega-menu-wrap-Header #mega-menu-Header>li.mega-menu-item>a.mega-menu-link {
  background-color: #FAF4E8;
  font-size: 1.8rem;
  width: 160px;
  height: 160px;
  border-radius: 100px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.5s all;
  color: #333 !important;
  text-align: center;
  font-weight: 600 !important;
  line-height: 1.5;
  padding: 1.6rem;
  /*   z-index: -2; */
}

body.home #mega-menu-wrap-Header #mega-menu-Header>li.mega-menu-item>a.mega-menu-link:hover {
  box-shadow: 0 0 0 10px rgba(250, 244, 232, 1);
}

body.home #mega-menu-wrap-Header #mega-menu-Header>li.mega-menu-item>a.mega-menu-link::before {
  content: "";
  width: 152px;
  height: 152px;
  border-radius: 100px;
  border: 1px solid #000E23;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s all;
  margin-right: 0;
  pointer-events: none;
}

body.home #mega-menu-wrap-Header #mega-menu-Header>li.mega-menu-item>a.mega-menu-link::before {
  content: "";
  width: 152px;
  height: 152px;
  border-radius: 100px;
  border: 1px solid #000E23;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s all;
  margin-right: 0;
  pointer-events: none;
}

body.home #mega-menu-wrap-Header #mega-menu-Header>li.mega-menu-item>a.mega-menu-link:hover::before {
  width: 172px;
  height: 172px;
}

/* body.home #mega-menu-wrap-Header #mega-menu-Header>li.mega-menu-item>a.mega-menu-link:hover {
  transform: scale(1.1, 1.1);
} */

body.home #mega-menu-wrap-Header #mega-menu-Header>li.mega-menu-item>a.mega-menu-link::after {
  content: "";
  background-image: url(/wp/wp-content/themes/lightning/image/arrow_black.png);
  width: 41px;
  height: 14px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s all;
  display: block;
}

body.home #mega-menu-wrap-Header #mega-menu-Header>li.mega-menu-item>a.mega-menu-link:hover::after {
  background-image: none;
  width: 4px;
  height: 4px;
  background-color: #222222;
  border-radius: 20px;
  bottom: 27px;
  left: 50%;
}

body.home #mega-menu-wrap-Header {
  background-color: transparent !important;
}

#gMenu_outer nav .gMenu>li .gMenu_name {
  font-size: 1.8rem;
  font-weight: 500;
}

.gMenu>li:hover:before,
.gMenu>li[class*=current]:before {
  width: 0;
}

#metaslider-id-16640.metaslider .slides img {
  border-radius: 0 0 0 20px;
}

.meta_box .metaslider .flex-control-nav {
  bottom: auto;
  height: 2px;
  position: relative;
  display: flex;
  gap: 2rem;
  width: auto;
}

.meta_box .metaslider .flexslider .flex-control-paging li a {
  width: 60px;
  height: 2px;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4) !important;
  margin: 0;
}

.meta_box .metaslider .flexslider .flex-control-paging li a.flex-active {
  background-color: #000E23;
}

.metaslider .flexslider .flex-direction-nav li a {
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  position: relative !important;
  opacity: 1 !important;
}

.nav-wrapper {
  display: flex;
  gap: 2rem;
  align-items: center;
  position: absolute;
  bottom: 10px;
  right: 20px;
}

ul.flex-direction-nav {
  display: flex;
  gap: 1rem;
}

.metaslider .flexslider .flex-direction-nav li.flex-nav-prev a {
  width: 49px;
  height: 49px;
  border: 0;
  margin: 0;
  background-image: url(/wp/wp-content/themes/lightning/image/slide_arrow_left.png);
  background-repeat: no-repeat;
  position: relative;
  top: auto;
}

.metaslider .flexslider .flex-direction-nav li.flex-nav-next a {
  width: 49px;
  height: 49px;
  border: 0;
  margin: 0;
  background-image: url(/wp/wp-content/themes/lightning/image/slide_arrow_right.png);
  background-repeat: no-repeat;
  position: relative;
  top: auto;
}

.metaslider .flexslider {
  margin: 0 !important;
}



/* お知らせ */
.home .mainSection .osirase-box {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 6.5rem;
  padding-bottom: 20rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.osirase-wrap {
  position: relative;
}

.home .osirase-wrap:before {
  content: "";
  background-image: url(/wp/wp-content/themes/lightning/image/water_robot.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 380px;
  height: 341px;
  z-index: 1;
  position: absolute;
  top: 30px;
  left: -70px;
}

.home .osirase-wrap::after {
  content: "";
  background-image: url(/wp/wp-content/themes/lightning/image/robot_arm.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 381px;
  height: 385px;
  position: absolute;
  bottom: 60px;
  right: -70px;
}

.top-midasi {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  margin-bottom: 6rem;
}

.top-midasi::after {
  content: "";
  width: 280px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: calc(50% + 10px);
  transform: translate(-50%, -50%) rotate(-10deg);
  background-color: #FFD63A;
  z-index: 0;
}

.top-midasi .mozi {
  margin: 0;
  font-size: 1.8rem;
}

h2.top_h2 {
  border: none;
  font-size: 4.2rem;
  padding: 0;
  margin: 0;
  font-weight: 500;
  z-index: 1;
}

.top-button {
  margin-left: auto;
  margin-right: 10px;
}

.osirase-box .top-button {
  text-align: right;
  display: flex;
  margin: 0;
  justify-content: flex-end;
  padding-right: 2rem;
}

.top-button a {
  color: #FFFFFF;
  background-color: #000E23;
  text-align: center;
  border-radius: 50px;
  font-size: 1.4rem;
  padding: 1.4rem 8rem;
  position: relative;
}

.getPost_wrap .top-button a,
.getPost_wrap .top-button a:hover {
  color: #FFFFFF;
}

.top-button a::after {
  content: "";
  background: url(/wp/wp-content/themes/lightning/image/arrow_white.png) no-repeat center center;
  background-size: contain;
  width: 41px;
  height: 14px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: 0.5s all;
}

.top-button a:hover::after {
  background-image: none;
  width: 4px;
  height: 4px;
  background-color: #FFF;
  border-radius: 20px;
  right: 31px;
  content: "";
}

.top-button a:hover {
  opacity: 0.9;
}

/* 新着情報タブ内 */
.update_ul {
  margin: 0;
  padding: 0 2rem;
}

.update_ul li {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 2rem 0;
  border-bottom: 1px solid #222222;
  font-weight: 500;
  position: relative;
}

.update_ul div {
  display: flex;
  flex-wrap: wrap;
}

.event-title a {
  color: #434343;
  /*   border-bottom: 1px solid #434343; */
  transition: 0.5s all;
}

.event-title a:hover {
  border-bottom: 1px solid #434343;
}


.event-date {
  width: 125px;
  color: #262626;
}

.update_category {
  text-align: center;
  margin-right: 7rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.col-md-8 .update_ul .event-date {
  display: inline-block;
  min-width: 9em;
}

span.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.arrow {
  position: relative;
  display: inline-block;
}

.arrow a {
  display: inline-block;
  position: relative;
  line-height: 0;
}

.arrow a:hover img {
  opacity: 0 !important;
}

.arrow a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background-color: transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  pointer-events: none;
}

.arrow a:hover::after {
  width: 4px;
  height: 4px;
  background-color: #222222;
}

.event-title a:hover~.arrow a::after {
  width: 4px;
  height: 4px;
  background-color: #222222;
}

.arrow a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  transition: all 0.3s ease;
}

.arrow a.hovered::after {
  width: 4px;
  height: 4px;
  background-color: #222222;
}

/*タブ実装*/
.tab_box {
  background: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: none;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}

.tab_box .btn_area {
  margin: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 2rem;
}

.tab_box .tab_btn {
  width: 14%;
  padding: 1rem 0;
  color: #222222;
  text-align: center;
  cursor: pointer;
  border: none;
  border-bottom: 2px solid #222222;
}

.tab_box .tab_btn.active {
  color: #222222;
  position: relative;
  border: none;
  border-bottom: 2px solid #FFD63A;
}

.tab_box .tab_panel {
  display: none;
}

.tab_box .tab_panel.active {
  display: block;
}

.col-md-8 a.list_link span {
  padding: 0.8rem 4.1rem 0.8rem 4.4rem;
}


.update_ul.news-wrap a.news,
.update_ul.news-wrap a.case-en,
.update_ul.news-wrap a.case-log {
  display: none;
}

.update_ul.user-wrap a.news,
.update_ul.user-wrap a.tour,
.update_ul.user-wrap a.lab,
.update_ul.user-wrap a.public-offering,
.update_ul.user-wrap a.topics,
.update_ul.user-wrap a.case-en,
.update_ul.user-wrap a.case-log {
  display: none;
}

.update_ul.tour-wrap a.news,
.update_ul.tour-wrap a.user,
.update_ul.tour-wrap a.lab,
.update_ul.tour-wrap a.public-offering,
.update_ul.tour-wrap a.topics,
.update_ul.tour-wrap a.case-en,
.update_ul.tour-wrap a.case-log {
  display: none;
}

.update_ul.lab-wrap a.news,
.update_ul.lab-wrap a.user,
.update_ul.lab-wrap a.tour,
.update_ul.lab-wrap a.public-offering,
.update_ul.lab-wrap a.topics,
.update_ul.lab-wrap a.case-en,
.update_ul.lab-wrap a.case-log {
  display: none;
}

.update_ul.public-offering-wrap a.news,
.update_ul.public-offering-wrap a.user,
.update_ul.public-offering-wrap a.tour,
.update_ul.public-offering-wrap a.lab,
.update_ul.public-offering-wrap a.topics,
.update_ul.public-offering-wrap a.case-en,
.update_ul.public-offering-wrap a.case-log {
  display: none;
}

.update_ul.topics-wrap a.news,
.update_ul.topics-wrap a.user,
.update_ul.topics-wrap a.tour,
.update_ul.topics-wrap a.lab,
.update_ul.topics-wrap a.public-offering,
.update_ul.topics-wrap a.case-en,
.update_ul.topics-wrap a.case-log {
  display: none;
}

.update_category a {
  color: #1350AD;
  background-color: transparent;
  border: 1px solid #1350AD;
  border-radius: 50px;
  width: auto;
  display: block;
  font-size: 1.4rem;
  padding: 0 1.5rem;
}


.update_category a.user {
  color: #227750;
  border: 1px solid #227750;
}

.update_category a.tour {
  color: #475A72;
  border: 1px solid #475A72;
}

.update_category a.lab {
  color: #8E51A1;
  border: 1px solid #8E51A1;
}

.update_category a.public-offering {
  color: #2E7C8A;
  border: 1px solid #2E7C8A;
}

.update_category a.topics {
  color: #1350AD;
  border: 1px solid #1350AD;
}

span.event-title {
  width: 100%;
  margin-top: 1.5rem;
  padding-right: 7rem;
}

.panel_area {
  width: 100%;
}

/* サブスライド */
#metaslider-id-16644 {
  width: 100vw !important;
  max-width: none;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 20rem;
}

#metaslider-id-16644 .flexslider .slides {
  display: flex !important;
  flex-wrap: nowrap;
  width: 100% !important;
  transition: none !important;
  animation: none !important;
  transform: translateX(0);
  padding: 0;
  margin: 0;
}

#metaslider-id-16644 .flexslider .slides li {
  flex: 0 0 20% !important;
  /* 5枚表示なら20% */
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  display: block !important;
  max-width: 300px;
  transition: transform 0.5s ease-in-out !important;
  backface-visibility: hidden;
  perspective: 1000px;
}

/* バナーエリア */
#metaslider-id-16657 {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 15rem;
}

#metaslider-id-16657 .flexslider .slides {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  transform: none !important;
  justify-content: center;
  gap: 1rem;
}

#metaslider-id-16657 .flexslider .slides li img {
  width: 100%;
  height: auto;
  display: block;
}

.flexslider .slides:after {
  content: none !important;
}

/* フッター */
.siteFooter {
  padding: 2rem;
  border: none;
  background: none;
}

.footer_wrap {
  background-color: #000E23;
  border-radius: 40px;
  position: relative;
  padding: 9rem 2rem;
}

.footer_wrap::after {
  content: "";
  background-image: url(/wp/wp-content/themes/lightning/image/move_circle_white.png);
  width: 400px;
  height: 400px;
  position: absolute;
  bottom: -180px;
  left: -180px;
  z-index: 1000;
  animation: spin 20s linear infinite;
  pointer-events: none;
}

.footer_inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer_wrap div,
.footer_wrap a,
.footer_wrap strong,
.footer_wrap p {
  color: #FFFFFF;
}

.footer_wrap p {
  margin: 0;
}

.footer_inner {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  align-items: center;
}

.footer_box {
  display: flex;
  justify-content: space-between;
  gap: 6rem;
}

.footer_left {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  max-width: 350px;
  width: 100%;
}

.footer_left_top {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.footer_left_top a {
  text-decoration: none;
  border-bottom: 1px solid #FFFFFF;
  padding: 0 3.5rem 0.5rem 0;
  position: relative;
  width: max-content;
}

.footer_left_top a::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-image: url(/wp/wp-content/themes/lightning/image/external.png);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.footer_left_mid {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.footer_left_bot {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.footer_right {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 3rem;
}

.footer_right_item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 240px;
  width: 100%;
}

.footer_right_item a {
  text-decoration: none;
}

.footer_right_item a:hover {
  text-decoration: underline;
}

.footer_right_item a:first-child:hover {
  text-decoration: none;
}

.footer_right_item a:first-child {
  font-weight: 600;
  font-size: 1.8rem;
  padding: 0 3rem 1rem 0;
  position: relative;
  border-bottom: 1px solid #FFF;
}

.footer_right_item a:first-child::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 9px;
  background-image: url(/wp/wp-content/themes/lightning/image/footer_arrow.png);
  top: calc(50% - 5px);
  transform: translateY(-50%);
  right: 0;
}

.sectionBox {
  padding: 0;
  position: absolute;
  bottom: 20px;
  font-size: 1.2rem;
}

.admin-bar .vk-mobile-nav.vk-mobile-nav-drop-in,
.vk-mobile-nav.vk-mobile-nav-drop-in {
  top: -100%;
}

.siteHeader .container {
  padding-top: 0;
  padding-bottom: 0;
}

.admin-bar .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-drop-in,
.admin-bar .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-left-in,
.admin-bar .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
  top: calc(32px);
}

.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-drop-in,
.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-left-in,
.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
  top: 80px;
}

div#vk-mobile-nav {
  padding: 0;
}

.vk-mobile-nav nav ul li a {
  color: #333;
  border-bottom: 1px solid #ccc;
  padding: 2rem 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
}

.vk-mobile-nav nav ul li a:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 12px;
  background-image: url(/wp/wp-content/themes/lightning/image/arrow_black.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  pointer-events: none
}

.vk-mobile-nav nav ul li ul li a:after {
  right: 40px;
}

.vk-mobile-nav nav>ul>li.menu-item-has-children>a:after,
.vk-mobile-nav nav>ul>li.menu-item-has-children li.menu-item-has-children>a:after {
  content: none;
}

.vk-mobile-nav nav ul li a br {
  display: none;
}

.no-scroll {
  width: 100%;
  overflow: hidden;
}

#wpfront-scroll-top-container {
  z-index: 1999;
}

#mega-menu-wrap-Header #mega-menu-Header>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-Header #mega-menu-Header>li.mega-menu-item>a.mega-menu-link:focus {
  color: #333;
  font-weight: 500;
}

#mega-menu-wrap-Header #mega-menu-Header>li.mega-menu-megamenu>ul.mega-sub-menu {
  transform: translate(-50%, 40px) !important;
  border-radius: 9999px;
  padding: 4rem 8rem;
  max-width: 1200px;
  left: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #FFF;
  width: 80vw;
}

#mega-menu-wrap-Header #mega-menu-Header>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column-standard h4.mega-block-title,
#mega-menu-wrap-Header #mega-menu-Header>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title {
  font-size: 2rem;
  color: #000E23;
  padding: 0;
}

#mega-menu-wrap-Header #mega-menu-Header li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
  padding: 1rem;
  width: 100%;
}

#mega-menu-wrap-Header #mega-menu-Header .mega-menu-row>ul {
  display: flex !important;
}

#mega-menu-wrap-Header #mega-menu-Header>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
  color: #333;
  font-weight: 500;
  padding: 1rem 3rem 1rem 1rem;
  border-bottom: 1px solid #333 !important;
}

#mega-menu-wrap-Header #mega-menu-Header>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a:hover {
  font-weight: 600 !important;
}

#mega-menu-wrap-Header #mega-menu-Header>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 10px;
  background-image: url(/wp/wp-content/themes/lightning/image/arrow_black.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
  display: inline-block;
  transition: 0.5s all;
}

#mega-menu-wrap-Header #mega-menu-Header>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover:after {
  right: 0px;
}

#mega-menu-wrap-Header #mega-menu-Header>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column-standard>a.mega-menu-link:hover,
#mega-menu-wrap-Header #mega-menu-Header>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column-standard>a.mega-menu-link:focus,
#mega-menu-wrap-Header #mega-menu-Header>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-Header #mega-menu-Header>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus {
  color: #333;
  font-weight: 500;
  background: transparent;
}

#mega-menu-wrap-Header #mega-menu-Header li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #FFF;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  transition: 0.2s all;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
}

li.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link>span.mega-indicator::after {
  opacity: 1 !important;
  border-bottom: 20px solid #FFF !important;
}

#mega-menu-wrap-Header #mega-menu-Header li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
  margin: 0;
}

/*========= 検索窓を開くためのボタン設定 ===========*/

.open-btn {
  cursor: pointer;
  /*カーソルを指マークに*/
}

/*クリック後、JSでボタンに btnactive クラスが付与された後の見た目*/
.open-btn.btnactive {}

/*========= 検索窓の設定 ===============*/

/*==検索窓背景のエリア*/

#search-wrap {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0;
  transition: all 0.4s;
  border-radius: 5px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後の見た目*/
#search-wrap.panelactive {
  opacity: 1;
  z-index: 3;
  width: 280px;
  padding: 20px;
  bottom: -100px;
  background: #FAF4E8;
}

/*==検索窓*/
#search-wrap #searchform {
  display: none;
  /*検索窓は、はじめ非表示*/
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後*/
#search-wrap.panelactive #searchform {
  display: block;
  /*検索窓を表示*/
}

/*==検索フォームの設定*/

/*==テキスト入力とボタンinput共通設定*/
#search-wrap input {
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  color: #666;
  width: 100% !important;
  border-radius: 0;
  padding-right: 45px;
  padding-left: 10px;
  margin: 0;
  height: 40px;
  font-size: 1.6rem;
}

/*テキスト入力input設定*/
#search-wrap input[type="text"] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #ccc;
  transition: all 0.5s;
  letter-spacing: 0.05em;
  height: 46px;
  padding: 10px;
}

/*テキスト入力inputにフォーカスされたら*/
#search-wrap input[type="text"]:focus {
  background: #eee;
  /*背景色を付ける*/
}

/*ボタンinput設定*/
#search-wrap input[type="submit"] {
  position: absolute;
  top: 19px;
  right: 21px;
  background: url(/wp/wp-content/themes/lightning/image/header_icon_04.png) no-repeat right;
  width: 40px !important;
  height: 40px;
  border: none;
  padding: 0;
  background-position: center;
}

#mega-menu-wrap-Header #mega-menu-Header li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li:first-child {
  align-self: center;
}

.vk-menu-acc ul.sub-menu li a {
  display: block;
  overflow: hidden;
  padding: 1.5rem 8rem 1.5rem 4rem;
  font-weight: 500;
  background-color: #eee;
}

.vk-menu-acc .acc-btn {
  border: none;
  right: 15px;
  top: 10px;
  width: 45px;
  height: 45px;
}

/* 下層ページ */
body:not(.home) .gMenu_outer {
  width: 100%;
}

body:not(.home) .siteHeader {
  padding: 2rem;
}

body:not(.home) #mega-menu-wrap-Header #mega-menu-Header {
  justify-content: space-between;
  max-width: 1004px;
  margin: 0 auto;
  display: flex;
}

body:not(.home) .slider_menu {
  border: 1px solid #222222;
  background: no-repeat;
}

body:not(.home) #mega-menu-Header>li>a>br {
  display: none;
}

body:not(.home) #mega-menu-wrap-Header #mega-menu-Header>li.mega-menu-item>a.mega-menu-link {
  font-size: 1.6rem;
  color: #222222;
  padding: 0;
  background: transparent;
}

.page-header_pageTitle br {
  display: none;
}

body:not(.home) #mega-menu-wrap-Header #mega-menu-Header li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  transition: all 0.3s ease 0s;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}

body:not(.home) #mega-menu-wrap-Header #mega-menu-Header>li.mega-menu-item>a.mega-menu-link:hover,
body:not(.home) #mega-menu-wrap-Header #mega-menu-Header>li.mega-menu-item>a.mega-menu-link:focus,
body:not(.home) #mega-menu-wrap-Header #mega-menu-Header>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
  color: #333;
  font-weight: 500;
  background-color: transparent !important;
  transition: all 0.3s ease 0.3s;
}

body:not(.home) #mega-menu-wrap-Header #mega-menu-Header li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

body:not(.home) .gMenu_outer {
  min-height: auto;
}

.page-header {
  background-color: #000E23;
  color: #fff;
}

.page-header_pageTitle,
h1.page-header_pageTitle:first-child {
  margin: 4rem 0;
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: 500;
}

.siteHeader_logo {
  width: auto !important;
  text-align: left;
}

.siteHeader_logo a {
  display: inline-block;
}

.container,
.container-lg,
.container-md,
.container-sm {
  max-width: none !important;
  padding: 0;
}

body:not(.home) #mega-menu-wrap-Header #mega-menu-Header>li.mega-menu-megamenu>ul.mega-sub-menu {
  width: 95vw;
}

.breadSection .container,
body:not(.home) .siteContent .container {
  max-width: 1240px !important;
  margin: 0 auto;
  padding: 2rem;
}

/* パンくず */
.breadSection {
  border: none;
}

.breadSection .breadcrumb {
  align-items: center;
}

.breadSection .breadcrumb li {
  display: flex;
  align-items: center;
}

.breadSection .breadcrumb span {
  font-size: 1.6rem;
}

.breadSection .breadcrumb a {
  color: #3366A1;
  text-decoration: underline;
}

.breadSection .breadcrumb>li+li:before {
  content: ">";
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 2rem;
}

.breadSection .breadcrumb a:hover {
  border: none;
}

/* カテゴリーページ */

.fa_v6_css .entry-meta_items.published::before {
  content: none;
}

.entry-meta_items {
  font-size: 1.6rem;
  display: flex;
}

.media-body {
  display: flex;
  gap: 5rem;
  align-items: center;
}

.entry-meta {
  margin-bottom: 0;
  padding-left: 0px;
  display: flex;
  gap: 2rem;
  align-items: center;
}

.entry-meta_items_term_button {
  color: #1350AD;
  background-color: transparent !important;
  border: 1px solid #1350AD !important;
  border-radius: 50px;
  width: 100%;
  display: block;
  font-size: 1.4rem;
  padding: 0 1.5rem;
  line-height: 1.65em;
}

.entry-meta_items_term.category-user a {
  color: #227750;
  border: 1px solid #227750 !important;
}

.entry-meta_items_term.category-tour a {
  color: #475A72;
  border: 1px solid #475A72 !important;
}

.entry-meta_items_term.category-lab a {
  color: #8E51A1;
  border: 1px solid #8E51A1 !important;
}

.entry-meta_items_term.category-public-offering a {
  color: #2E7C8A;
  border: 1px solid #2E7C8A !important;
}

.entry-meta_items_term.category-topics a {
  color: #1350AD;
  border: 1px solid #1350AD !important;
}

span.published.entry-meta_items {
  min-width: 12rem;
}

span.entry-meta_items.entry-meta_items_term {
  min-width: 11rem;
  justify-content: center;
  margin: 0;
}

.media .media-body .media-heading a {
  color: #3366A1;
  text-decoration: underline;
  font-size: 1.6rem;
}

.media {
  border-bottom: 1px solid #909090;
  padding: 1.75rem;
  margin-top: 0;
}

.media .media-body .media-heading {
  margin: 0;
  max-width: 835px;
}

.postList>article:first-child {
  border-top: 1px solid #909090;
}

.media .postList_thumbnail {
  display: none;
}

.pagination {
  margin-top: 4rem;
}

ul.page-numbers li {
  overflow: visible;
}

ul.page-numbers li a,
ul.page-numbers li span.page-numbers {
  color: #464646;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px !important;
  border: none;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
  overflow: visible;
  font-size: 1.6rem;
  background-color: #fff;
}

ul.page-numbers {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

ul.page-numbers li span.page-numbers.current {
  color: #fff;
  background-color: #000E23;
}

body.single .entry-meta_items_term,
.media-body_excerpt,
.entry-meta_updated,
.entry-meta_items_author {
  display: none;
}

body.single .entry-meta {
  margin-bottom: 2rem;
}

body.single h1.entry-title {
  font-size: 2.4rem;
  margin: 0;
  padding-bottom: 2rem;
  border-bottom: 1px solid #222222;
  margin-bottom: 5rem;
  font-weight: 500;
}

/* 見出し2 */
.mainSection-title,
.entry-body h2 {
  margin: 3.2rem 0 2.8rem;
  border: 1px solid #222;
  border-radius: 5px;
  padding: 2.5rem 3rem;
  font-size: 2rem;
  width: calc(100% - 5px);
  position: relative;
  /*   background-color: #FFF; */
}

.mainSection-title::before,
.entry-body h2::before {
  content: "";
  background-color: #E8EDF6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 5px;
  z-index: -1;
}

/* 見出し3 */
.subSection-title,
.entry-body h3 {
  margin: 3.2rem 0 2.8rem;
  font-size: 1.8rem;
  padding: 1.3rem 1.5rem 1.5rem 2rem;
  border-left: 10px solid #1350AD;
  border-bottom: 1px solid #1350AD;
  margin: 3.2rem 0 2.8rem;
}

/* 見出し4 */
.entry-body h4 {
  font-size: 1.6rem;
  border-bottom: 1px dotted #222;
  padding: 1rem 2rem;
  position: relative;
  margin: 3.2rem 0 2.8rem;
}

.entry-body h4:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #222;
  bottom: -4px;
  left: 0;
}

/* 見出し5 */
.entry-body h5 {
  font-size: 1.6rem;
  margin: 3.2rem 0 2.8rem;
  padding: 0.5rem 2rem;
  position: relative;
}

.entry-body h5::before {
  width: 10px;
  height: 24px;
  background-color: #FFD63A;
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  border-radius: 5px;
}

.entry-body li {
  margin-bottom: 0;
}

.entry-body .table tbody tr td,
.entry-body .table tbody tr th,
.entry-body .table td,
.entry-body .table th,
.entry-body .table thead tr td,
.entry-body .table thead tr th,
.entry-body table tbody tr td,
.entry-body table tbody tr th,
.entry-body table td,
.entry-body table th,
.entry-body table thead tr td,
.entry-body table thead tr th {
  border: 1px solid #707070;
  font-size: 1.6rem;
  padding: 1.2rem 2rem;
}

.entry-body table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #707070;
}

.entry-body th {
  text-align: center;
  font-weight: 500;
  background-color: #FAF4E8;
}


/* .js-scrollable {
  white-space: nowrap;
} */

#mega-menu-wrap-Header #mega-menu-Header>li.mega-menu-item>a.mega-menu-link {
  height: 30px;
}

body.search span.entry-meta_items.entry-meta_items_term {
  min-width: 14rem;
}

body.search .entry-meta {
  flex-wrap: wrap;
}

ul.ul_page_child {
  display: flex;
  justify-content: space-between;
  margin: 0 0 4rem;
  gap: 4rem;
  padding: 0;
  flex-wrap: wrap;
}

ul.ul_page_child li {
  width: 50%;
  list-style: none;
  width: calc(50% - 2rem);
}

.ul_page_child li a {
  position: relative;
  display: block;
  padding: 2.5rem;
  font-size: 2.2rem;
  color: #222222;
  border-left: 12px solid #FFD63A;
  border-radius: 0 20px 20px 0;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  background-color: #FFF;
  /* 通常の文字背景 */
  z-index: 1;
  /* 文字を前面に */
}

.ul_page_child li a::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #FFD63A;
  /* ホバー時の背景色 */
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease;
  z-index: -1;
  /* 文字より下に配置 */
  border-radius: 0 20px 20px 0;
  height: 101%;
}

.ul_page_child li a:hover::before {
  transform: scaleX(1);
  /* 左から右に伸びる */
}

.entry-full {
  margin-bottom: 0rem;
}

body.page-id-16720 .entry-body h2:first-of-type,
body.page-id-16728 .entry-body h2:first-of-type,
body.page-id-5589 .entry-body h2:first-of-type,
body.page-id-5591 .entry-body h2:first-of-type,
body.page-id-19959 .entry-body h2:first-of-type {
  text-align: center;
  background: transparent;
  border: none;
  margin-bottom: 4rem;
  z-index: 0;
}

body.page-id-16720 .entry-body h2:first-of-type::before,
body.page-id-16728 .entry-body h2:first-of-type::before,
body.page-id-5589 .entry-body h2:first-of-type::before,
body.page-id-5591 .entry-body h2:first-of-type::before,
body.page-id-19959 .entry-body h2:first-of-type::before {
  content: none;
}

body.page-id-16720 .entry-body h2:first-of-type::after,
body.page-id-16728 .entry-body h2:first-of-type::after,
body.page-id-5589 .entry-body h2:first-of-type::after,
body.page-id-5591 .entry-body h2:first-of-type::after,
body.page-id-19959 .entry-body h2:first-of-type::after {
  content: "";
  width: 280px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: calc(50%);
  transform: translate(-50%, -50%) rotate(-10deg);
  background-color: #FFD63A;
  z-index: -1;
}

ul.getPostDispArea {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.getPostDispArea li.getPost:first-child {
  border-top: 1px solid #222;
}

li.getPost {
  list-style: none;
  display: flex;
  gap: 4rem;
  border-bottom: 1px solid #222;
  padding: 2rem;
}

span.getPostDate {
  min-width: 12rem;
}

.getPostTitle a {
  text-decoration: underline;
}

body:not(.home) .top-button {
  margin: 2rem 0 0;
  display: flex;
  justify-content: flex-end;
}

body:not(.home) .top-button a {
  margin: 0 !important;
}

.getPost_wrap {
  margin-bottom: 10rem;
}

/*********** 20220617 利用案内 ***********/

/**** フローチャート ***/

.entry-body .arrowlist {
  list-style: none;
  padding: 0 10px 15px 10px;
  margin: 15px 0;
  border: 2px solid #e8e8e8;
  background-color: #e8fcf3;
}

.entry-body .arrowlist:before {
  content: attr(data-title)"";
  display: block;
  padding: 10px;
  margin: 0 -10px 15px -10px;
  background-color: #e8e8e8;
  text-align: center;
  font-weight: bold;
}

.entry-body .arrowlist li {
  display: table;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  border: 2px solid #e8e8e8;
  background-color: #FFF;
  border-radius: 10px;
  padding: 0px;
  font-size: 120%;
  font-weight: bold;
  width: 600px;
  text-align: left;
  color: #FFF;
}

.entry-body .arrowlist li:hover {
  opacity: 0.8;
}

.entry-body .arrowlist li:not(:last-child) {
  margin-bottom: 30px;
}

.entry-body .arrowlist li:not(:last-child)::after {
  content: "\f078";
  font-family: FontAwesome;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: block;
  text-align: center;
  color: #37AB9D;
}

.entry-body .arrowlist li:before {
  display: none !important;
}


.entry-body .arrowlist li:nth-child(1) {
  background-color: #8E47A8;
}

.entry-body .arrowlist li:nth-child(2) {
  background-color: #B74F40;
}

.entry-body .arrowlist li:nth-child(3) {
  background-color: #D0713B;
}

.entry-body .arrowlist li:nth-child(4) {
  background-color: #5C9E0E;
}

.entry-body .arrowlist li:nth-child(5) {
  background-color: #3BAAC4;
}

.entry-body .arrowlist li:nth-child(6) {
  background-color: #0F3982;
}

.entry-body .arrowlist a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 10px;
  color: #FFF;
}

.entry-body .arrowlist span {
  font-size: 80%;
  margin-left: 20px;
  font-weight: normal;
}


@media (max-width: 991px) {

  .entry-body .arrowlist li {
    width: 100%;
  }

}

@media (max-width: 540px) {

  .entry-body .arrowlist span {
    display: block;
    margin-left: 0;
  }

}

/**** 見出し4 ***/

#procedure1,
#procedure2,
#procedure3,
#procedure4,
#procedure5,
#procedure6,
#procedure7,
#procedure8,
#procedure9,
#procedure10 {
  color: #FFF;
  font-size: 120%;
  box-sizing: border-box;
  border: 2px solid #e8e8e8;
  border-radius: 10px;
  padding: 10px;
  font-weight: bold;
}

#procedure1 {
  background-color: #8E47A8;
}

#procedure2 {
  background-color: #B74F40;
}

#procedure3 {
  background-color: #D0713B;
}

#procedure4 {
  background-color: #5C9E0E;
}

#procedure5 {
  background-color: #3BAAC4;
}

#procedure6 {
  background-color: #0F3982;
}

#procedure7,
#procedure8,
#procedure9,
#procedure10 {
  background-color: #696969;
}


#procedure1:before,
#procedure2:before,
#procedure3:before,
#procedure4:before,
#procedure5:before,
#procedure6:before,
#procedure7:before,
#procedure8:before,
#procedure9:before,
#procedure10:before {
  display: none !important;
}

/**** 問合せ ***/
.procedure_info_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.procedure_info {
  background-color: #F2F2F2;
  padding: 15px;
  margin: 10px;
}

@media (max-width: 540px) {
  .procedure_info {
    width: 100%;
  }
}

/**** 矢印フローチャート ***/
.procedure_flow {
  margin: 0 auto;
}

.procedure_box {
  margin: 10px 0 30px;
  display: table;
  padding: 10px;
  position: relative;
  background-color: #ECF3FA;
}

.procedure_box:last-child:after {
  border: none;
  /* 最後のボックスだけ三角形を表示しない */
}

.procedure_box p {
  margin-bottom: 0;
}

.procedure_box ul {
  padding: 0;
  margin: 0;
}

.su-spoiler-title,
.su-spoiler-content {
  font-size: 1.6rem !important;
}

.su-accordion .su-spoiler {
  background: #ddd;
  padding: 10px;
}

/* 周辺情報 */
.ai_list_link ul {
  text-align: center;
  padding: 0;
}

.ai_list_link ul li {
  display: inline-block;
  padding: 0 20px;
  font-size: 1.6rem;
  margin: 0 15px;
}

ul.ai_list_part {
  border-top: 1px dotted #888;
}

ul.ai_list_part li {
  border-bottom: 1px dotted #888;
  padding: 1.6rem 1rem 1.6rem 0em !important;
  line-height: 1.7em;
  list-style: none;
}

.ai_list_name {
  font-size: 1.06em;
}

.ai_list_part p {
  margin-bottom: 0;
}

.ai_list_address,
.ai_list_tel,
.ai_list_url,
.ai_list_etc {
  font-size: 0.92em;
}

.ai_list_address {
  margin: 4px 0 0 0;
}

.ai_list_map a {
  font-size: 0.84em;
  padding: 2px 6px;
  background-color: #0071bb;
  color: #fff;
  text-decoration: none;
}

.ai_list_map a:hover {
  background-color: #1c86cc;
}

.ai_list_map {
  padding-left: 1.6rem;
}

.ai_list_part {
  padding-left: 0 !important;
}

ul.ai_list_part li::before {
  display: none;
}

/* 施設・設備と使用料 */
.fa_index_title {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.fa_index {
  margin: 0 !important;
  padding: 0 !important;
}

.fa_index li {
  display: inline-block;
  width: 420px;
  padding: 0 !important;
  margin: 0 30px 60px 30px !important;
  vertical-align: top;
  text-align: left;
}

.fa_index li::before {
  display: none;
}

.c_main p.fa_index_text {
  min-height: 7.5em;
}

.fa_index_link {
  margin: 0px 0 0 0;
}

.fa_index_link a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.06em;
  margin: 0 auto;
  padding: 7px;
  width: 90%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.fa_index_link_c1 a {
  background-color: #6bc8f3;

}

.fa_index_link a span {
  position: relative;
}

.fa_index_link a span::before {
  position: absolute;
  top: 7px;
  left: -19px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fa_index_link_c2 a {
  background-color: #0fa77e;
}

.fa_index_link_c3 a {
  background-color: #d58a00;
}

.fa_index_link_c4 a {
  background-color: #725c9f;
}

.fa_index_link_c5 a {
  background-color: #953D3D;
}

.fa_index_link_c5_wrap {
  width: 900px !important;
  max-width: 100%;
}

@media all and (max-width:991px) {
  .fa_index_link_c5_wrap {
    width: 84% !important;
    max-width: none;

  }
}

.fa_index_link.fa_index_link_c5 {
  margin: 0px auto;
  max-width: 450px;
}


p.fa_index_text {
  min-height: 7.5em;
}

.fa_index_image {
  padding-bottom: 1.6rem;
}

p.fa_index_text,

/* 無人航空機エリア */
.font_go {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif !important;
  font-style: normal;
}

.font_go em {
  font-style: normal;
}

.fa_cir_title {
  font-size: 1.6rem;
  position: relative;
  padding: 0 !important;
  margin: 0 0 20px 0 !important;
  border-bottom: none !important;
  font-weight: 400 !important;
}

.fa_cir_title::after {
  display: none !important;
}

.fa_section {
  margin: 0 0 30px 0;
}

.fa_re {
  position: relative;
}

.fa_ai_cir_num {
  background-color: #6bc8f3;
}

.fa_cir {
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  line-height: 16px;
  padding: 3px 8px 5px 9px;
  position: absolute;
  top: 4px;
  left: 0;
}

.fa_ai_cir {
  background-color: #6bc8f3;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  line-height: 10px;
  padding: 2px 4px 3px 4px;
  position: absolute;
  top: 2px;
  left: 0;
}

.fa_cir_title em {
  font-weight: bold;
  padding: 0 0 0 30px;
}

.fa_re2 {
  position: relative;
  padding-left: 15px;
}

.fa_cir2 {
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  line-height: 16px;
  padding: 3px 8px 5px 9px;
  position: absolute;
  top: 4px;
  left: 15px;
}

.fa_ai_plan {
  background-color: #6bc8f3;
}

.fa_text {
  line-height: 1.9em !important;
  margin: 0 0 30px 0 !important;
}

.fa_part_image {
  float: left;
  width: 400px;
  padding-top: 10px;
}

.fa_part_spec {
  line-height: 1.2em;
  float: right;
  width: 340px;
  margin-bottom: 40px;
}

.fa_image {
  margin: 0 0 14px 0;
}

.entry-body p.fa_image img {
  vertical-align: baseline;
}


.fa_section .f_mb2 {
  margin-bottom: 40px !important;
}

.entry-body .fa_spec_tbl {
  width: 100% !important;
  border: 1px solid #bbb !important;
  margin: 0 auto 0 auto;
  white-space: normal;
}

.fa_spec_tbl th,
.fa_spec_tbl td {
  border: 1px solid #bbb !important;
  padding: 6px 10px !important;
  color: #000 !important;
  background-color: #fff !important;
  font-weight: 400 !important;
  text-align: left !important;
  vertical-align: top;
}

.fa_tbl50 th {
  width: 50%;
}

.fa_tbl50 td {
  width: 50%;
}

.fa_tbl30 th {
  width: 30%;
}

.fa_tbl30 td {
  width: 70%;
}

.fa_spec_tbl td {
  word-wrap: break-word;
}

.fa_spec_title {
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  margin: 0 0 3px 0 !important;
  position: relative !important;
  border-bottom: none !important;
  padding: 0 0 0 0px !important;
}

.fa_ai_cir22 {
  background-color: #6bc8f3 !important;
  color: #fff !important;
  border-radius: 50% !important;
  font-size: 11px !important;
  line-height: 11px !important;
  padding: 2px 4px 3px 4px !important;
  position: absolute !important;
  top: 3px !important;
  left: 0 !important;

}

.fa_cir_title.font_go {
  border: none;
}

.fa_cir_title.font_go::after {
  display: none;
}

.fa_plan {
  color: #fff;
  padding: 1px 8px;
  font-size: 1.06em;
  margin: 0 0 20px 0 !important;
}

.c_main p {
  min-height: 1.9em;
}

.fa_part_fee_title {
  font-size: 1.2em !important;
  font-weight: 700 !important;
  margin: 0 0 20px 0 !important;
  padding: 0 0 1px 8px !important;
  border-bottom: 1px dotted #888 !important;
}

.entry-body table.fa_ai_fee th,
.entry-body table.fa_ai_fee td,
.mce-content-body table.fa_ai_fee td {
  border: none;
}

.fa_ai_fee th {
  background: #338dcc !important;
  color: #fff !important;
}

.fa_part_fee th {
  border-bottom: 1px solid #bbb !important;
  border-right: 1px solid #bbb !important;
  color: #fff;
  padding: 6px 10px !important;
  text-align: center !important;
  vertical-align: middle;
  font-weight: 400 !important;
}

.fa_ai_fee tr:nth-child(2n+1) td {
  background: #d0effe;
}



.fa_part_fee td.fr {
  text-align: right;
}

.entry-body .fa_part_fee table {
  line-height: 1.2em !important;
  width: 100% !important;
  border-top: 1px solid #bbb !important;
  border-left: 1px solid #bbb !important;
  white-space: normal;
}

.entry-body .fa_part_fee td {
  border-bottom: 1px solid #bbb !important;
  border-right: 1px solid #bbb !important;
  border-top: none;
  border-left: none;
  padding: 6px 10px !important;
  vertical-align: middle;
}

.fa_cir_aj2 {
  padding-left: 22px !important;
}

.fa_part_spec_p {
  line-height: 1.2em;
  float: left;
  width: 345px;
  margin: 0 20px 40px 20px;
}

.fa_spec_title {
  line-height: 1.2em;
}

.fa_part_image_c {
  width: 400px;
  margin: 0 auto 30px auto;
}

.fa_part_spec_c {
  line-height: 1.2em;
  width: 600px;
  margin: 0 auto 40px auto;
}



.fa_biko_area {
  border: 1px solid #888;
  padding: 10px 16px;
  line-height: 1.6em !important;
  font-size: 0.9em;
  margin-top: 100px;
}

.fa_biko_area p {
  line-height: 1.6em !important;
}

.f_biko_text {
  text-indent: -2em;
  padding-left: 2em;
  margin: 5px 0 8px 0;
}

.c_main p {
  min-height: 1.9em;
}

.fa_cir_aj3 {
  padding-left: 20px;
  position: relative;
}

.fa_spec_title2 {
  font-size: 1.0em !important;
  margin: 0 0 3px 0;
  padding: 0 !important;
  position: relative;
  border-bottom: none !important;
  font-weight: 400 !important;
}

.fa_spec_title2::before {
  display: none;
}

.fa_aj {
  margin-top: 100px;
}

.fa_part_image_cw {
  width: 600px;
  margin: 0 auto 30px auto;
}

.fa_tbl40 th {
  width: 40%;
}

.fa_biko_area p {
  margin-bottom: 0;
}

.fa_section .f_mb {
  margin-bottom: 5px;
}


/* インフラ点検・災害対応エリア */
.fa_in_cir_num {
  background-color: #d58a00 !important;
}

.fa_in_plan {
  background-color: #d58a00 !important;
}

.fa_in_cir22 {
  background-color: #d58a00 !important;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  line-height: 11px;
  padding: 2px 4px 3px 4px;
  position: absolute;
  top: 1px;
  left: 0;
}

.fa_in_fee th {
  background: #d2a369 !important;
}

.fa_in_cir_part {
  position: relative;
  padding-left: 20px;
  margin: 2px 0;
  min-height: auto !important;
}

.fa_in_cir {
  background-color: #d58a00 !important;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  line-height: 10px;
  padding: 2px 4px 3px 4px;
  position: absolute;
  top: 1px;
  left: 0;
}

.fa_part_fee th {
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
  color: #fff !important;
  padding: 6px 10px;
  text-align: center;
  vertical-align: middle;
}

.fa_in_fee tr:nth-child(2n+1) td {
  background: #d0effe;
}

.fa_part_fee th {
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
  color: #fff;
  padding: 6px 10px;
  text-align: center;
  vertical-align: middle;
}

.fa_part_fee td {
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
  padding: 6px 10px;
  vertical-align: middle;
}

.fa_section .f_mb3 {
  margin-bottom: 20px;
}

.entry-body .fa_in_image {
  margin: 0;
  padding: 0;
}

.entry-body .fa_in_image li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  margin: 0;
  padding: 2px;
  line-height: 0;
}

.entry-body .fa_in_image li::before {
  display: none;
}

.fa_part_spec_c2 {
  line-height: 1.2em !important;
  width: 500px;
  margin: 0 auto 40px auto;
}

.fa_part_spec_c2 p {
  line-height: 1.2em !important;
  margin-bottom: 0;
}

.fa_spec_title3 {
  font-size: 1.06em !important;
  font-weight: 700 !important;
  margin: 0 0 3px 0 !important;
  padding: 0 !important;
  position: relative;
  border: none !important;
}

.fa_spec_title3::before {
  display: none !important;
}

.f_fix {
  table-layout: fixed;
}

/* 水中・水上ロボットエリア */
.fa_wa_cir_num {
  background-color: #0fa77e;
}

.entry-body .fa_wa_fee th {
  background: #75b99f;
}

.fa_wa_plan {
  background-color: #0fa77e;
}

.fa_wa_cir22 {
  background-color: #0fa77e;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  line-height: 11px;
  padding: 2px 4px 3px 4px;
  position: absolute;
  top: 3px;
  left: 0;
}

.fa_wa_fee tr:nth-child(2n+1) td {
  background: #d0effe;
}

.fa_wa_cir {
  background-color: #0fa77e;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  line-height: 10px;
  padding: 2px 4px 3px 4px;
  position: absolute;
  top: 4px;
  left: 0;
}

.fa_spec_title3.fa_wa_cir_aj {
  padding-left: 20px !important;
  font-size: 1.06em !important;
}

/* 開発基盤エリア */
.fa_de_cir_num {
  background-color: #725c9f;
}

.fa_de_plan {
  background-color: #725c9f;
}

.fa_de_cir3 {
  background-color: #725c9f;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  line-height: 11px;
  padding: 2px 4px 3px 4px;
  position: absolute;
  top: 5px;
  left: 0;
}

.entry-body .fa_de_fee th {
  background: #9289b5;
}

.fa_spec_de_title {
  font-size: 1.6rem !important;
  font-weight: 700;
  margin: 0 0 3px 20px !important;
  position: relative;
}

.fa_de_cir_aj4 {
  padding: 0 0 0 22px !important;
  border-bottom: none !important;
}

.fa_spec_title3 {
  font-size: 1.06em;
  font-weight: 700;
  margin: 0 0 3px 0;
  position: relative;
}

.fa_de_cir_aj2 {
  padding-left: 20px;
  margin-bottom: 10px;
}

.fa_dev_part {
  border: 1px solid #bbb;
  padding: 8px 11px;
  width: 700px;
  margin: 0 auto 20px auto;
  box-sizing: content-box;
}

.fa_part_spec_p5 {
  line-height: 1.2em;
  float: left;
  width: 350px;
  margin: 0 15px 40px 20px;
}

.fa_part_spec_p6 {
  line-height: 1.2em;
  float: left;
  width: 350px;
  margin: 0 20px 40px 15px;
}

.fa_de_cir_aj4 .fa_de_cir3 {
  top: 2px;
}

.fa_part_spec_p5 .fa_de_cir_aj,
.fa_part_spec_p6 .fa_de_cir_aj {
  padding-left: 20px !important;
}

.fa_de_cir {
  background-color: #725c9f;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  line-height: 10px;
  padding: 2px 4px 3px 4px;
  position: absolute;
  top: 3px;
  left: 0;
}

.fa_part_spec_p5 .fa_spec_title3.fa_de_cir_aj2,
.fa_part_spec_p6 .fa_spec_title3.fa_de_cir_aj2 {
  display: block !important;
  padding-left: 20px !important;
  margin-bottom: 10px !important;
  line-height: 1.2em !important;
}

.fa_part_spec_p5 {
  line-height: 1.2em;
}

.fa_de_fee tr:nth-child(2n+1) td {
  background: #d0effe;
}

.fa_de_cir_aj3 {
  padding-left: 20px;
  position: relative;
}

.fa_de_cir {
  background-color: #725c9f;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  line-height: 10px;
  padding: 2px 4px 3px 4px;
  position: absolute;
  top: 2px;
  left: 0;
}

.fa_part_spec_p1 {
  line-height: 1.2em;
  float: left;
  width: 365px;
  margin: 0 0 40px 0;
}

.fa_part_spec_p2 {
  line-height: 1.2em;
  float: right;
  width: 365px;
  margin: 0 0 40px 0;
}

.fa_cir_title_sub {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  padding-left: 0px;
  margin-top: 5px;
  display: block;
}

.fa_part_spec_p3 {
  line-height: 1.2em;
  float: left;
  width: 240px;
  margin: 0 0 40px 0;
}

.fa_part_spec_p4 {
  line-height: 1.2em;
  float: right;
  width: 490px;
  margin: 0 0 40px 0;
}

.entry-body .fa_de_list th {
  background-color: #725c9f;
}

.fa_section .f_ws {
  white-space: nowrap;
}

.fa_de_list .fa_fee_title {
  background-color: #a69cba !important;
  color: #fff;
}

.fa_de_list tr:nth-child(2n+1) td {
  background: #fff;
}

.fa_de_cir2 {
  background-color: #fff;
  color: #a69cba;
  border-radius: 50%;
  font-size: 10px;
  line-height: 10px;
  padding: 2px 4px 3px 4px;
  position: absolute;
  top: 1px;
  left: 0;
}

.c_spon {
  display: none;
}

.fa_de_tw1 {
  width: 22%;
}

.fa_de_tw2 {
  width: 20%;
}

.fa_de_tw3 {
  width: 45%;
}

.fa_de_tw4 {
  width: 13%;
}


.fa_de_tw1.fa_de_tw_fix {
  width: 15%;
}

.fa_de_tw2.fa_de_tw_fix {
  width: 10%;
}

.fa_de_tw3.fa_de_tw_fix {
  width: 30%;
}

.fa_de_tw4.fa_de_tw_fix {
  width: 30%;
}




.fa_de_list tr td:nth-child(3) {
  font-size: 0.9em;
}

.fa_part_fee td.fr {
  text-align: right;
}

.fa_de_list {
  font-size: 0.9em;
}

.c_brpc::before {
  content: "\A";
  white-space: pre;
}

.fa_aj3 {
  margin-top: 70px;
}

.fa_section.fa_aj p {
  margin-bottom: 0;
  line-height: 1.9em;
  min-height: 1.9em;
}

.fa_section .f_small {
  font-size: 0.9em;
}

.font_go.fa_dev_part p {
  margin-bottom: 0;
}

.fa_de_com {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/*********** 施設・附属設備関係css ***********/
.fa_index li {
  margin: 1.6rem auto !important;
  display: block;
  width: auto;
  max-width: 550px;
  padding: 1.6rem !important;
}

.fa_index {
  display: flex;
  flex-wrap: wrap;
}


.fa_index h2 {
  text-align: center;
}

.fa_index_link_c5_wrap {
  width: 100% !important;
}

.entry-body .fa_index li::before {
  display: none !important;
}

.page .siteContent h3.fa_cir_title {
  background: none;
  color: #000;
}

.page .siteContent h3.fa_cir_title:before,
.page .siteContent h4.fa_spec_title:before,
.page .siteContent h4.fa_spec_title3:before,
.page .siteContent h4.fa_part_fee_title:before,
.page .siteContent h4.fa_spec_de_title:before {
  display: none !important;
}

.page .siteContent h4.fa_spec_title,
.page .siteContent h4.fa_spec_title3,
.page .siteContent h4.fa_part_fee_title,
.page .siteContent h4.fa_spec_de_title {
  background: none;
}

.page .siteContent h5.fa_spec_title2 {
  border: none;
}

.fa_part_image {
  width: 48%;
  padding: 0;
}

.fa_part_spec {
  width: 45%;
}

.fa_part_spec_p {
  width: 45%;
}

.fa_part_image_c {
  width: 48%;
  float: left;
}

.fa_part_spec_c,
.fa_part_spec_c2 {
  margin: 0;
  width: 45%;
  float: right;
}


.fa_section.fa_aj p {
  clear: both;
}


.fa_wa_cir {
  top: 5px;
}

.fa_in_cir22,
.fa_in_cir {
  top: 3px;
}

.fa_part_spec_c.fa_part_spec_c_2 {
  width: 100%;
  margin-bottom: 2em;
}

.fa_part_spec_p1,
.fa_part_spec_p2,
.fa_part_spec_p3,
.fa_part_spec_p4,
.fa_part_spec_p5 {
  width: 45%;
}

.fa_part_spec_p6 {
  width: 45%;
  float: right;
}

.fa_dev_part {
  margin: 0 auto 20px 20px;
  width: auto;
  max-width: 700px;
}


.f_fix {
  table-layout: auto;
}


.pano-wrap {
  margin-bottom: 20px !important;
}

.wp-video {
  margin-bottom: 2em;
}

.case-link {
  margin-top: 20px;
  margin-bottom: 40px;
  background: #01479D;
  width: 160px;
  text-align: center;
  float: right;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}

.case-link a {
  color: #FFF;
}

/**** 20230605　施設・附属設備修正 ***/


.facility_class {
  font-size: 1em !important;
  display: flex;
  flex-wrap: wrap;
}

.facility_class .fa_re {
  padding-right: 15px;
}

.clearfix {
  min-height: 1px;
  overflow: hidden;
}

/*********** 使用事例カテゴリー ***********/
.toggle_btn.is-active+.child {
  display: block;
}

div.toggle_contents {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1em;
  background: #ECECEC;
  border-radius: 15px;
  margin-bottom: 2em;
}

.toggle_contents>ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

li.toggle_contents {
  padding: 0;
}

.toggle_btn::before {
  top: 7px;
  margin-left: 15px;
}

.btn-primary:hover {
  color: #1350AD;
}

.header_scrolled .gMenu_outer {
  all: unset;
}

.toggle_btn {
  padding: 0.8em 0.6em 0.8em 2em;
  position: relative;
  margin-bottom: 0;
  margin-top: 1em;
  display: inline-block;
  width: 25px;
  text-indent: -9999px;
}

.toggle_btn a {
  *padding: 0.8em 0.6em 0.8em 3em;
}

.side_archive_menu>ul {
  margin: 0;
  padding: 0;
}

.side_archive_menu li {
  list-style-type: none;
}

.side_archive_menu .toggle_btn:nth-child(1) {
  margin-top: 0;
}

.toggle_btn::before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(image/template/btn_archive_passive.png);
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  left: 0;
  top: 12px;
}

.toggle_btn.is-active::before {
  background-image: url(image/template/btn_archive_active.png);
}

.toggle_btn+.child {
  display: none;
}

.toggle_btn.arrow::before {
  width: 8px;
  height: 8px;
  border-top: 1px solid #005B97;
  border-right: 1px solid #005B97;
}

.toggle_btn.arrow {
  margin-bottom: 0;
  margin-top: 1em;
}

.toggle_btn.arrow:nth-child(1) {
  margin-top: 0em;
}

.toggle_btn.arrow+.child {
  margin-top: 0;
}

body.page-id-19959 .siteContent,
body.page-id-19959 .breadSection {
  background-color: #FFFCEF;
}

.introduce {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  flex-wrap: wrap;
}

.introduce>div:first-child {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}

.introduce>div:nth-child(2) {
  position: relative;
  z-index: 0;
}

.introduce>div:nth-child(2):after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(45deg, #e6f6fd, #e6f6fd 2px, #ffffff 2px, #ffffff 6px);
  z-index: -1;
  border-radius: 20px;
}

.introduce div img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
}

body.page-id-19959 .entry-body table {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}



body.page-id-19959 .entry-body th {
  background-color: #1350AD;
  color: #FFF;
  position: relative;
}

body.page-id-19959 .entry-body th:after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 18px solid #1350AD;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
}

body.page-id-19959 tbody tr:nth-child(odd) {
  background-color: #FFF;
  /* 奇数行 */
}

body.page-id-19959 tbody tr:nth-child(even) {
  background-color: #D8EAFF;
  /* 偶数行 */
}

body.page-id-19959 .entry-body .table tbody tr td,
body.page-id-19959 .entry-body .table tbody tr th,
body.page-id-19959 .entry-body .table td,
body.page-id-19959 .entry-body .table th,
body.page-id-19959 .entry-body .table thead tr td,
body.page-id-19959 .entry-body .table thead tr th,
body.page-id-19959 .entry-body table tbody tr td,
body.page-id-19959 .entry-body table tbody tr th,
body.page-id-19959 .entry-body table td,
body.page-id-19959 .entry-body table th,
body.page-id-19959 .entry-body table thead tr td,
body.page-id-19959 .entry-body table thead tr th {
  border: 1px solid #FFF;
  padding: 2rem;
}

body.page-id-19959 .entry-body table tbody tr td {
  padding-left: 4rem;
}

.rotefie_1 {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0rem 2rem 14rem;
  z-index: 0;
}

.rotefie_1::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 37px;
  background-image: url(image/template/bg_appearance2.png);
  background-repeat: repeat-x;
  background-position: center;
  pointer-events: none;
}

.rotefie_2 {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 4rem 2rem 14rem;
  background-color: #D8EAFF;
  z-index: 0;
}

.rotefie_2:before {
  content: "";
  position: absolute;
  top: 40px;
  left: -110px;
  width: 522px;
  height: 300px;
  background-image: url(image/template/bg_appearance-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}

.rotefie_2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -400px;
  width: 776px;
  height: 753px;
  background-image: url(image/template/bg_appearance-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}

body.page-id-19959 .getPost_wrap {
  margin-bottom: 0;
}

body.page-id-19959 .getPost_wrap>p {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #FFF;
  padding: 2rem;
  border-radius: 20px;
}

body.page-id-19959 ul.getPostDispArea {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 20px;
  padding: 4rem 4rem;
  position: relative;
}

body.page-id-19959 ul.getPostDispArea::before,
body.page-id-19959 ul.getPostDispArea::after {
  content: "";
  position: absolute;
  bottom: -120px;
  width: 229px;
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
}

body.page-id-19959 ul.getPostDispArea::before {
  left: -250px;
  background-image: url(image/template/rotefi-2.png);
}

body.page-id-19959 ul.getPostDispArea::after {
  right: -240px;
  background-image: url(image/template/rotefi-3.png);
}

body.page-id-19959 .getPostDispArea li.getPost:first-child {
  border-top: none;
}

body.page-id-19959 li.getPost {
  border-bottom: 1px dashed #707070;
  flex-direction: column;
  gap: 1rem;
}

body.page-id-19959 .getPostTitle a {
  color: #222;
}

body.page-id-19959 .top-button {
  justify-content: center;
}

body.page-id-19959 h2 {
  font-size: 3.8rem
}

.rotefie_3 {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 6rem 2rem 16rem;
  background-color: #EBF9FF;
  z-index: 0;
}

.rotefie_3::after {
  content: "";
  position: absolute;
  top: -36px;
  left: 0;
  width: 100%;
  height: 37px;
  background-image: url(image/template/bg_gallery2.png);
  background-repeat: repeat-x;
  background-position: center;
  pointer-events: none;
}

#metaslider-id-19992 {
  max-width: 1020px;
  margin: 0 auto;
}

#metaslider-id-19992:before {
  content: "";
  position: absolute;
  top: -96px;
  left: -240px;
  width: 195px;
  height: 123px;
  background-image: url(image/template/bg_gallery-2.png);
  background-repeat: no-repeat;
  pointer-events: none;
}

#metaslider-id-19992::after {
  content: "";
  position: absolute;
  bottom: -140px;
  right: -240px;
  width: 229px;
  height: 300px;
  background-image: url(image/template/rotefi-4.png);
  background-repeat: no-repeat;
  pointer-events: none;
}

#metaslider-id-19992 .nav-wrapper {
  right: 0px;
  bottom: -60px;
  align-items: center;
  left: auto;
  transform: none;
}

#metaslider-id-19992 .flex-control-nav {
  position: relative;
  margin: 0;
  bottom: auto;
  display: flex;
}

#metaslider-id-19992 .flexslider .flex-direction-nav li.flex-nav-prev a {
  width: 45px;
  height: 45px;
  margin: 0;
  position: relative;
  top: auto;
  background-color: #1350AD;
  border-radius: 30px;
}

#metaslider-id-19992 .flexslider .flex-direction-nav li.flex-nav-next a {
  width: 45px;
  height: 45px;
  margin: 0;
  position: relative;
  top: auto;
  background-color: #1350AD;
  border-radius: 30px;
  background-position: left top;
}

#metaslider-id-19992 .slides img {
  border-radius: 20px;
}


.rotefie_4 {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 6rem 2rem 10rem;
  background-color: #F9FFFA;
  z-index: 0;
  background-image: url(/wp/wp-content/themes/lightning/image/bg_technology.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

.rotefie_4::after {
  content: "";
  position: absolute;
  bottom: 90px;
  width: 258px;
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 70px;
  background-image: url(image/template/rotefi-5.png);
  z-index: -1;
}

.rotefie_4_box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #FFF;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

body.page-id-19959 .siteContent .container {
  padding: 0 2rem;
}

#metaslider-id-16644 .slides img {
  border-radius: 20px;
}

a.saisyu {
  font-size: 1.4rem;
  padding-left: 2rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  /* margin-right: -15px; */
  /* margin-left: -15px; */
}

@media (max-width: 540px) {
  .procedure_box {
    width: 100%;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .entry-body h2 .container-sm,
  .container-xl {
    max-width: none !important;
  }

  body:not(.home) .siteContent {
    padding: 8rem 0 16rem;
  }

  body.page-id-19959 .siteContent {
    padding: 2rem 0 0rem;
  }

}

@media (max-width: 1370px) {

  #mega-menu-wrap-Header #mega-menu-Header {
    max-width: 750px;
    margin: 0 auto;
  }
}

@media (max-width: 1340px) {

  #mega-menu-wrap-Header #mega-menu-Header {
    max-width: 560px;
    float: none;
    margin: 0 auto;
    gap: 2rem;
  }
}

@media (max-width: 1140px) {

  #gMenu_outer nav .gMenu>li>a {
    width: 130px;
    height: 130px;
  }

  #gMenu_outer nav .gMenu>li>a::before {
    width: 122px;
    height: 122px;
  }

  #gMenu_outer nav .gMenu>li .gMenu_name {
    font-size: 1.4rem;
  }

  body.home #mega-menu-wrap-Header #mega-menu-Header {
    padding-top: 6rem;
  }

  .slider_menu {
    gap: 2rem;
  }
}

@media (min-width: 992px) {
  .siteHeader_logo img {
    max-height: none !important;
  }

  .siteHeader .container {
    padding: 0;
  }

  .header_scrolled.admin-bar .gMenu_outer {
    position: relative;
    top: auto;
  }

  .header_scrolled .gMenu>li {
    width: auto;
    border: none !important;
  }

  .entry-header {
    margin-bottom: 0;
    border-bottom: none !important;
  }
}

@media (max-width: 991px) {
  .wrapper {
    flex-direction: column;
  }

  header.siteHeader {
    width: 100%;
    max-width: none;
  }

  .container,
  .container-md,
  .container-sm {
    max-width: none !important;
  }

  body.home .navbar-header {
    margin: 1rem 0 1rem 1rem;
  }

  body.home .navbar-header>a {
    display: none;
  }

  .siteHeader_logo img {
    max-height: 60px;
    margin: 0;
  }

  div#vk-mobile-nav-menu-btn {
    width: 50px;
    height: 50px;
    background-color: #000E23;
    background-image: none;
    border-radius: 5px;
    top: 17px;
    left: auto;
    right: 15px;
    border: 1px solid #FFF;
  }

  .admin-bar div#vk-mobile-nav-menu-btn {
    top: calc(32px + 15px);
  }

  /* 擬似要素で線を描く */
  #vk-mobile-nav-menu-btn::before,
  #vk-mobile-nav-menu-btn::after,
  #vk-mobile-nav-menu-btn span {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    transition: 0.5s all;
  }

  /* 上の線 */
  #vk-mobile-nav-menu-btn::before {
    top: 14px;
  }

  /* 真ん中の線 */
  #vk-mobile-nav-menu-btn span {
    top: 23px;
  }

  /* 下の線 */
  #vk-mobile-nav-menu-btn::after {
    top: 32px;
  }

  /* 押したら「×」に変形 */
  #vk-mobile-nav-menu-btn.menu-open {
    border: none;
    background-image: none;
  }

  #vk-mobile-nav-menu-btn.menu-open::before {
    transform: translateY(9px) rotate(45deg);
  }

  #vk-mobile-nav-menu-btn.menu-open span {
    opacity: 0;
  }

  #vk-mobile-nav-menu-btn.menu-open::after {
    transform: translateY(-9px) rotate(-45deg);
  }

  .alert-info {
    display: none;
  }

  .meta_box {
    width: 100%;
  }

  .slider_menu_box {
    position: relative;
    flex-direction: column;
    top: auto;
    right: auto;
  }

  .slider_menu {
    width: 100%;
    gap: 2rem 1rem;
    border-radius: 0;
    flex-wrap: wrap;
    padding: 1rem;
    justify-content: space-evenly;
  }

  .vk-mobile-nav nav>ul {
    padding-top: 8rem;
  }

  .vk-mobile-nav nav>ul>li:first-child>a {
    border-top: 1px solid #ccc;
  }

  .vk-mobile-nav .vk-mobile-nav-menu-outer {
    margin-bottom: 2rem;
  }

  .slider_menu_box {
    gap: 2rem;
  }

  .slider_menu_box>a {
    margin: 0 1rem;
    justify-content: center;
  }

  .meta_box::after {
    width: 200px;
    height: 200px;
    bottom: -100px;
    left: -100px;
    background-size: contain;
  }

  .footer_wrap::after {
    width: 200px;
    height: 200px;
    bottom: -90px;
    left: -90px;
    background-size: contain;
  }

  .home .osirase-wrap:before {
    width: 190px;
    height: 170px;
    background-size: contain;
  }

  .home .osirase-wrap::after {
    width: 190px;
    height: 192px;
    background-size: contain;
  }

  .tab_box .btn_area {
    flex-wrap: wrap;
    gap: 0 1rem;
  }

  .tab_box .tab_btn {
    width: 30%;
  }

  h2.top_h2 {
    font-size: 3rem;
  }

  .top-midasi .mozi {
    font-size: 1.6rem;
  }

  .top-midasi::after {
    width: 200px;
    height: 10px;
  }

  .home .mainSection .osirase-box {
    padding-top: 3rem;
    padding-bottom: 10rem;
  }

  .top-midasi {
    margin-bottom: 3rem;
  }

  #metaslider_container_16644 #metaslider_16644.flexslider .slides li {
    margin-right: 2rem !important;
    flex: 0 0 30% !important;
  }

  #metaslider-id-16644 {
    margin-bottom: 10rem;
  }

  #metaslider-id-16657 {
    margin-bottom: 4.5rem;
  }

  .footer_box {
    flex-direction: column;
    align-items: center;
  }

  .footer_left {
    max-width: none;
  }

  .footer_left_top {
    align-items: center;
  }

  .footer_left_mid,
  .footer_left_bot,
  .footer_right {
    justify-content: center;
  }

  .footer_right {
    gap: 3rem 2rem;
  }

  .footer_wrap {
    padding: 4rem 1rem 9rem;
  }

  .siteFooter {
    padding: 1rem;
  }

  .footer_right_item {
    max-width: 260px;
  }

  .nav-wrapper {
    bottom: 0;
    gap: 1rem;
    right: 0px;
  }

  .meta_box .metaslider .flex-control-nav {
    gap: 1rem;
  }

  .meta_box .metaslider .flexslider .flex-control-paging li a {
    width: 30px;
  }

  .metaslider .flexslider .flex-direction-nav li.flex-nav-prev a,
  .metaslider .flexslider .flex-direction-nav li.flex-nav-next a {
    width: 38px;
    height: 38px;
    background-size: contain;
  }

  ul.flex-direction-nav {
    gap: 0;
  }

  #metaslider-id-16640.metaslider .slides img {
    border-radius: 0;
  }

  #search-wrap {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 0;
    transition: all 0.4s;
    border-radius: 5px;
    left: auto;
    transform: translateX(0);
    bottom: 0px;
    right: 0;
  }

  /*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後の見た目*/
  #search-wrap.panelactive {
    opacity: 1;
    z-index: 3;
    width: 250px;
    padding: 20px;
    right: 0;
    background: #FAF4E8;
  }

  body.home .navbar-header {
    align-items: flex-start;
  }

  body:not(.home) .siteHeader {
    padding: 1rem;
  }

  body:not(.home) .slider_menu {
    border: none;
    background-color: #FAF4E8;
  }

  .media-body {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  /* テーブル */
  .js-scrollable {
    overflow: auto;
    white-space: nowrap;
  }

  body.page-id-19959 .js-scrollable {
    white-space: normal;
  }

  .table_scroll table {
    white-space: nowrap;
  }

  .table_scroll::-webkit-scrollbar {
    /*tableにスクロールバーを追加*/
    height: 5px;
  }

  .table_scroll::-webkit-scrollbar-track {
    /*tableにスクロールバーを追加*/
    background: #F1F1F1;
  }

  .table_scroll::-webkit-scrollbar-thumb {
    /*tableにスクロールバーを追加*/
    background: #BCBCBC;
  }

  h2,
  h3,
  h4,
  h5,
  body.single h1.entry-title {
    margin: 2rem 0 1.8rem;
  }

  body {
    font-size: 1.6rem;
  }

  ul.ul_page_child {
    gap: 2rem;
  }

  ul.ul_page_child li {
    width: calc(50% - 1rem);
  }

  ul.ul_page_child a {
    padding: 1.5rem;
    font-size: 1.8rem;
  }

  li.getPost {
    gap: 0;
    flex-direction: column;
  }

  .fa_part_image,
  .fa_part_spec,
  .fa_part_spec_p,
  .fa_part_image_c,
  .fa_part_spec_c,
  .fa_part_spec_c2,
  .fa_part_spec_p1,
  .fa_part_spec_p2,
  .fa_part_spec_p3,
  .fa_part_spec_p4,
  .fa_part_spec_p5,
  .fa_part_spec_p6 {
    width: 100%;
    margin: 0 0 2rem;
  }

  .entry-body .fa_spec_tbl {
    white-space: nowrap;
    margin: 0 !important;
  }

  .fa_part_image_c,
  .fa_part_image_cw {
    width: 100%;
  }

  body.page-id-19959 h2 {
    font-size: 2rem;
  }

  body.page-id-19959 .entry-body h2:first-of-type::after {
    width: 200px;
    height: 10px;
  }

  body.page-id-19959 ul.getPostDispArea {
    padding: 1rem;
  }

  body.page-id-19959 .metaslider .flexslider .flex-direction-nav li.flex-nav-prev a,
  body.page-id-19959 .metaslider .flexslider .flex-direction-nav li.flex-nav-next a {
    background-size: auto;
  }

  body.page-id-19959 ul.flex-direction-nav {
    gap: 1rem;
  }

  .rotefie_1 {
    padding: 0rem 1rem 7rem;
  }

  .rotefie_2 {
    padding: 2rem 1rem 7rem;
  }

  .rotefie_3 {
    padding: 3rem 1rem 8rem;
  }

  .rotefie_4 {
    padding: 3rem 1rem 5rem;
  }
}


@media (max-width: 782px) {
  .admin-bar div#vk-mobile-nav-menu-btn {
    top: calc(46px + 15px);
  }

  .admin-bar .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-drop-in,
  .admin-bar .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-left-in,
  .admin-bar .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
    top: calc(46px);
  }

  .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-drop-in,
  .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-left-in,
  .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
    top: 0px;
  }

  #wpfront-scroll-top-container img {
    width: 80px !important;
  }

  .vk-menu-acc .acc-btn {
    border: none;
    width: 50px;
    height: 50px;
    right: 12px;
    top: 10px;
  }

  .vk-menu-acc ul .acc-btn {
    top: 8px;
  }

  .vk-menu-acc ul ul .acc-btn {
    top: 3px;
  }

  ul.sub-menu.acc-child-open {
    background-color: #000E2310
  }

  ul.sub-menu.acc-child-open ul.sub-menu.acc-child-open {
    background-color: #000E2315;
  }

  .vk-mobile-nav nav ul li li a {
    padding-left: 4rem;
    font-weight: 400;
  }

  .vk-mobile-nav nav ul li li li a {
    padding-left: 6rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 580px) {
  .footer_right_item {
    max-width: none;
  }
}

@media (max-width: 500px) {

  .meta_box::after {
    width: 100px;
    height: 100px;
    bottom: -50px;
    left: -50px;
  }


  .footer_wrap::after {
    width: 100px;
    height: 100px;
    bottom: -45px;
    left: -45px;
  }


  .tab_box .btn_area,
  .update_ul {
    padding: 0 1rem;
  }

  /*
  .mainSection {
    padding: 0 1rem;
  }
*/
  .osirase-box .top-button {
    padding-right: 1rem;
  }

  .slider_menu>div a.open-btn {
    width: 100%;
  }

  .slider_menu a,
  .slider_menu>div {
    width: 48%;
    justify-content: center;
    display: flex;
  }

  .meta_box .metaslider .flexslider .flex-control-paging li a {
    width: 20px;
  }

  ul.ul_page_child li {
    width: 100%;
  }


}
