/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
.header-top {
	background-color: #009245;
}
.site-header {
	box-shadow: none;
}
.site-header-logo img {
	max-height: 36px;
	margin-bottom: 20px;
	margin-top:10px;
}
@media (max-width: 991.98px) {
  .site-header-logo img {
    max-height: 50px !important;
  }
}
.site-header {
	background-color: #f5fff7;
}

.global-nav-list > li .global-nav-name {
	font-size: 16px;
}

/***テーブル***/
table td {
	font-size: 15px;
	line-height: 175%;
	padding: 15px !important;
}

.wp-block-table.is-style-vk-table-border-stripes tbody tr:nth-child(2n+1) {
  background-color: #fff;
}

/***サイドナビ***/
.widget_block {
  margin-bottom: 10px !important;
}


/***TOPページ***/
.home .site-body {
	padding: 0 0 4rem;
}
.wp-block-list li {
	line-height: 1em;
}