/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
@charset "utf-8";
/* breadcrumb */
.breadcrumb{
	border: none;
}
.breadcrumb-list {
	text-align: left;
	font-size: .875rem;
	padding: 2.5em 0;
}
.breadcrumb-list li:after {
  content: "\003E";
}
.breadcrumb-list li a {
  text-decoration: none;
}
.breadcrumb-list li a .fas {
  display: none;
}
.breadcrumbs ul {
  padding-left: 0;
}


/* content */
.site-body{
	text-align: left;
	padding-bottom: 0;
}
.container {
	max-width: 1100px;
	--main-color: #00987a;
}
:where(:not(.wp-block-table))>table :is(thead, tbody, tfoot, th, td) {
  border-color: transparent;
}
.entry-body h2,
.section-wrap h2,
.archive-header-title {
  position: relative;
  z-index: 0;
  text-align: left;
  font-size: 1.875rem;
  font-weight: bold;
  padding-left: 1.35em;
  margin-bottom: 1em;
}
.archive-header-title::before,
.entry-body h2::before {
	position: absolute;
	z-index: 0;
	display: inline-block;
	margin: auto;
	content: "";
	width: 0.91em;
	height: 0.25em;
	background: var(--main-color);
	inset: 0.65em auto auto 0;
}
.entry-body h3 {
	font-size: 1.75rem;
	font-weight: bold;
	color: var(--main-color);
	margin-bottom: 1em;
}
.entry-body h4 {
	font-size: 1.5rem;
	color: var(--main-color);
	border-bottom: 1px solid var(--main-color);
	font-weight: bold;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}
.entry-body h5 {
	font-size: 1.25rem;
	font-weight: 600;
}
.entry-body h6 {
	font-size: 1.125rem;
	font-weight: bold;
	color: var(--main-color);
}
#vk-mobile-nav-menu-btn {
  display: none;
}
.entry-body ul li {
  list-style-type: disc;
}
.entry-body a {
  color: #00987a;
  text-decoration: underline;
  text-underline-offset: 0.35em;
}
.entry-body a:hover {
  text-decoration: none;
}
.entry-body a:focus {
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  outline: none;
}
.has-fixed-layout th,
.has-fixed-layout td {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 1rem;
}
.has-fixed-layout th {
  font-weight: bold;
}
.wp-block-vk-blocks-button .vk_button_link:not(.vk_button_link-type-text) {
	display: inline-flex;
	
	min-width: 300px;
	width: fit-content;
	text-decoration: none !important;
	border: solid 1px #00987a;
	border-radius: 0;
	color: #00987a;
	background: #00987a !important;
	font-size: 1.125rem;
	padding: 0.5em 4em 0.5em 2em;
	min-height: 70px;
	position: relative;
	z-index: 0;
	text-decoration: none;
	margin: 1em 0;
	transition: background .4s, color .4s, transform .4s;
}
.wp-block-vk-blocks-button .vk_button_link:not(.vk_button_link-type-text)::after {
	content: "→";
	font-size: 1.125rem;
	display: block;
	color: #fff;
	width: 1em;
	height: 10px;
	position: absolute;
	z-index: 10;
	margin: auto;
	line-height: 1;
	transform: translateY(-5px);
	transition: color .4s;
	inset: 0 1em 0 auto;
}
@media (any-hover: hover) {
  .wp-block-vk-blocks-button .vk_button_link:not(.vk_button_link-type-text):hover {
    background: #ffffff !important;
    color: #00987a !important;
    opacity: 1;
  }
  .wp-block-vk-blocks-button .vk_button_link:not(.vk_button_link-type-text):hover:after {
    color: #00987a !important;
  }
}
.wp-block-vk-blocks-button.vk_button-align-block .vk_button_link,
.wp-block-vk-blocks-button.vk_button-align-wide .vk_button_link {
  max-width: 100%;
}
@media screen and (max-width: 1150px) {
  .page-header {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
	.page-header {
		min-height: 12em;
		margin-top: 0;
	}
	.page-header .page-header-title {
		font-size: 1.7rem;
	}
	.entry-body h2,
	.section-wrap h2,
	.archive-header-title {
	  font-size: 1.6rem;
	}
	.entry-body h3 {
		font-size: 1.5rem;
	}
	.entry-body h4 {
		font-size: 1.35rem;
	}
	.entry-body h5 {
		font-size: 1.25rem;
	}
	.entry-body h6 {
		font-size: 1.125rem;
	}
	table.has-fixed-layout,
	.has-fixed-layout tbody {
		border: none;
	}
	.has-fixed-layout th,
	.has-fixed-layout td {
		font-size: 1rem;
	}
	.has-fixed-layout.is-stacked-on-mobile tr:not(:first-of-type) th,
	.has-fixed-layout.is-stacked-on-mobile td {
		border-top-color: #fff;
	}
	.has-fixed-layout.is-stacked-on-mobile th,
	.has-fixed-layout.is-stacked-on-mobile td {
		padding: 0.75em 1em !important;
	}
	.has-fixed-layout th {
		font-weight: bold;
	}
	.wp-block-button {
		width: 100%;
	}
	 .wp-block-vk-blocks-button{
		 text-align: center;
	 }
  .wp-block-vk-blocks-button .vk_button_link:not(.vk_button_link-type-text) {
	max-width: 100%;
	width: auto;
	min-height: 3.5em;
	min-width: 280px;
	margin-inline: auto;
	}
  .wp-block-vk-blocks-button.vk_button-align-wide .vk_button_link {
    width: 100%;
  }
  .wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
    max-width: 100%;
  }
  .wp-block-button .wp-block-button__link:hover {
    transform: none;
  }
  .wp-block-vk-blocks-button .vk_button_link::after {
    width: 6px;
    height: 6px;
    border-width: 2px;
    right: 14px;
  }
}
.entry-body a img {
  transition: opacity .4s;
}
@media (any-hover: hover) {
  .entry-body a:hover img {
    opacity: 0.6;
  }
}
/* contact
-------------------------------------------------------------------*/
.smf-form--letter .smf-text-control__control,
.smf-form .smf-textarea-control__control:active,.smf-form .smf-textarea-control__control:focus,.smf-form .smf-textarea-control__control:focus-within,.smf-form .smf-textarea-control__control[aria-selected=true] {
	font-weight: 500;
}
    
.post-name-contact .form-agree-area{
	font-size: 1.125rem;
	font-weight: 600;
	padding: 2em 0 0;
	text-align: center;
}
.post-name-contact .form-agree-area a{
	font-size: 1rem;
}
.post-name-contact .form-promotion-area{
	font-size: 1rem;
	font-weight: 600;
	padding: 2em 1em;
	background: #f8f8fa;
	text-align: center;
}
.smf-action .smf-button-control__control{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 300px;
	width: fit-content;
	text-decoration: none !important;
	border: solid 1px #00987a;
	border-radius: 0;
	color: #ffffff;
	background: #00987a !important;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 0.5em 2em 0.5em 2em;
	min-height: 70px;
	position: relative;
	z-index: 0;
	text-decoration: none;
	margin: 1em 0;
	transition: background .4s, color .4s, transform .4s;
}
.smf-action .smf-button-control__control:after {
	content: "→";
	font-size: 1.125rem;
	display: block;
	color: #fff;
	width: 1em;
	height: 10px;
	position: absolute;
	z-index: 10;
	margin: auto;
	line-height: 1;
	transform: translateY(-5px);
	transition: color .4s;
	inset: 0 1em 0 auto;
}
.smf-action .smf-button-control__control[data-action="back"] {
	color: #00987a;
	background: #ffffff !important;
}
.smf-action .smf-button-control__control[data-action="back"]:after {
	color: #00987a;
}
@media (any-hover: hover) {
	.smf-action .smf-button-control__control:hover {
	    background: #ffffff !important;
	    color: #00987a !important;
	    opacity: 1;
	}
	.smf-action .smf-button-control__control:hover:after {    
		color: #00987a !important;
	}
	.smf-action .smf-button-control__control[data-action="back"]:hover {
		color: #ffffff!important;
		background: #00987a !important;
	}
	.smf-action .smf-button-control__control[data-action="back"]:hover:after {
		color: #ffffff !important;
	}
}
.smf-form .smf-radio-button-control__control:checked,
.smf-form .smf-checkbox-control__control:checked{
	background-color: #00987a;
	border-color: #00987a
}
@media screen and (max-width:767px) {
	.post-name-contact .form-agree-area .text_lead,
	.post-name-contact .form-promotion-area .text_lead{
		text-align: left;
	}
	.smf-action .smf-button-control+.smf-button-control{
		margin-left: 0;
	}
}


