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


input[type=submit] {
    border: 1px solid var(--vk-color-primary-dark);
    background-color: #f6f8f8;
	 color: black;
	max-width: 350px!important;
}
.faq .wp-block-group.has-white-background-color{
	border: 1px solid rgba(0,0,0,.12);
}

.listbox{
	width: fit-content;
   margin: 0 auto;
}
@media (min-width: 992px){
input.wpcf7-submit {
    width: 50% !important;
    margin: 0 auto;
}
}


.hoge.hoge_fixed{
  position: fixed !important;
	top: 0px;
	left: 0;
	width: 100%;
	display: inline-block;
	z-index: 100;
}




.site-footer .row .col-lg-4.col-md-6{padding-right: 25px; padding-left: 25px;}

/* qa */
.wp-block-vk-blocks-faq.vk_faq, .wp-block-vk-blocks-faq2.vk_faq {
	box-shadow: unset!important;
}

.page-id-2 .wp-block-column .vk_custom_css_1 img{
	height: 520px!important;
}

.linkbtn{
	max-width: 350px!important;
	margin: 0 auto;
}
