@charset "utf-8";
/*
ブレイクポイントは標準のLightningテーマおよびBootstrapの理念に基づき
$sm-min: 576px;
$md-min: 768px;
$lg-min: 992px;
$xl-min: 1200px;
となっているのでそれに準じてください。
*/


@media (max-width:1199px) {
	
#header-top .container, #site-header-container.container {
    max-width: 98%;
    min-width: 98%;
}







@media (max-width:991.5px) {




@media (max-width:767px) {

	
	
/* ↓最大576px スマホ限定*/
@media screen and (max-width: 576px) {
.is-style-rev-title .vk_heading_title {
    font-size: 35px;
}
	.is-style-rev-title .vk_heading_subtext::before {
    width: 43px;
    height: 2px;
}
	.is-style-rev-title .vk_heading_subtext{
		 font-size: 18px;
	}
	.sp-gap0{
		gap:0!important;
	}
	
	#site-header-container{
		padding:10px ;
	}
	.site-header-logo img {
    max-height: 28px;
}
	.vk-mobile-nav nav ul li a{
		padding:20px 15px;
	}
	.company-table th{
		border-bottom:none!important;
		text-align:left!important;
		background-color:#fafafa!important;
	}
	table.inquiry{
		border:none;
	}
	table.inquiry th{
		padding-left:10px!important;
	}
	/*-------------------------------------------*/
/*	Top
/*-------------------------------------------*/
.teaser{
	padding:0;
}
.teaser h2{
	font-size:30px;
}
.teaser p{
	font-size:14px;
}
.teaser_copy{
	padding:20px!important;
}
.section1_copy{
	font-size:24px;
}
.section1_copy .has-inline-color{
	font-size:42px;
}

.top_service_number {
    list-style: none;
    padding: 0 0px;
}
.top_service_number li {
    font-size: 21px;
}
	.cta_box{
		 text-align:center;
	}
.cta_ti {
    text-align:center;
    font-size: 37px;
}
	.sp-center{
		 text-align:center;
	}


}
}
}
}