/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

.home .site-body {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

body:not(.header_scrolled) .site-header--trans--true .header-top {
	background-color: #efefef !important;
}
.header-top .header-top-description {
	color:#1e73be;
	padding:0px !important;
}
.site-header {
	background-color: #1e73be;
}
.header-top .header-top-description {
	padding: 5px 20px calc(7px + 7px) 0 !important;
	line-height: 200%;
}
.header-top {
  font-size: 13px;
}
.header-top ul > li > span {
	font-size: 18px;
}
@media (min-width: 992px) {
  .device-pc .global-nav-list > li > a {
    padding: 14px 1.2em;
  }
}
@media (max-width: 991.98px) {
  .site-header-logo img {
    max-height: 50px;
    padding-left: 60px;
  }
}

@media (max-width: 991.98px) {
  body, html {
    font-size: 15px;
  }
}

/***モバイルナビ***/
.vk-mobile-nav-menu-btn {
	top: 0px;
	left: 0px;
	width: 60px;
	height: 60px;
}
.vk-mobile-nav {
	padding: 80px 10px 50px;
}
.vk-mobile-nav nav ul li {
	font-size: 16px;
}

/***/
.page-id-77 table tr td:first-child {
  width: 150px;
}

.home .site-body {
    padding: 0 0 4rem;
  }
}

/***table**/
table.is-style-vk-table-border-top-bottom tr td {
	border: 1px solid #e3e3e3 !important;
}

table td {
	padding: 15px !important;
	font-size: 15px;
}

/***サイドバー***/
.widget_media_image {
	margin-bottom: 15px !important;
}

/***/
.table02 tr td:first-child {
	width: 120px !important;
	text-align: center;
}
.table02 tr td:nth-child(2) {
	width: 180px !important;
	text-align: center;
}
.table02 tr td:nth-child(3) {
	width: 180px !important;
	text-align: center;
}
.table02 tr td {
	padding: 10px !important;
}

/***スライドショー***/
.slide-container {
  width: 100%;
  display: flex;
  align-items: center;
  /*height: 340px;*/
  overflow: hidden;
  flex-direction: row;
}
.slide-wrapper {
  display: flex;
  flex-direction: row;
  animation: slide-flow 15s infinite linear 1s both;
}
.slide{
  width: 260px;
  object-fit: cover;
  border: 1px solid #ddd;
}
@keyframes slide-flow {
     0% {transform: translateY(0);}
 100% {transform: translateX(-100%);}
}


/****/
.site-footer {
	background-color: #1e73be;
}
.site-footer-copyright p {
	color: #fff;
}

/***/
.entry-footer {
	margin-top: 120px;
}

/***会報***/
.page-id-38 .btn-sm {
	width: 80%;
	text-align: left;
}
.page-id-38 .vk_button_link_txt {
  font-size: 15px;
}

/***/
.page-header-title, h1.page-header-title {
	font-size: 1.5rem;
}