/* General */
:root{
	    --wp--preset--font-size--large: 18px;
    --wp--preset--font-size--x-large: 20px;
    --wp--preset--font-size--tiny: 10px;
    --wp--preset--font-size--x-small: clamp(11px, calc(11px + (100vw - 360px) * ((12 - 11) / (1200 - 360))), 12px);
    --wp--preset--font-size--xx-large:  24px;
    --wp--preset--font-size--xxx-large: 27px;
	    --wp--preset--font-size--custom-1:17px;
	    --wp--custom--spacing--small: 0.5rem;
}
}

.vk_outer-paddingVertical-use {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* 共通 */
.is-style-base-btn{
	  min-width: 100% !important;
}
.is-style-base-btn a {
    min-width:  100% !important;
}
.is-style-sub-title_gs{
	font-size:20px !important;
}
.sp-flex{
	flex-wrap:wrap !important;
}

/* Head */
.wp-block-site-logo img {
    height: 110px;
    width: auto;
    margin-bottom: -20px;
}



/* Form */
.wp-block-group.form-innner-cols {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.4em;
}

/* フッター */

footer figure {
	text-align:center;
}
footer figure img{
	width:50% !important;
}
.footer-link a{
	font-size:11px !important;
}
.footer-link ul{
	padding-top:10px !important;
}
footer .footer-link h4 a{
	font-size:13px !important;

}
/* CTA */
.cta_box {
    padding: 30px;
}

.cta_box .sp-flex{
	justify-content:center !important;
}
.cta_tel{
	width:100%;
}
.cta_tel a{
	font-size:2rem;
	
}
.cta_tel a i{
	font-size:1.5rem;
}
.cta_btn{
	 min-width: 100%;
	width: 100%;
}
.cta_btn a {
    padding: 20px !important;
    min-width: 100%;
	width: 100%;
    font-size: 1.2rem !important;
}

.contact_box .cta_tel a strong{
	font-size:2rem
}

/* TOPページ >ヒーローエリア*/
.teaser h1{
	max-width:100%;
	padding:25px;
}
.teaser .wp-block-cover__inner-container {
width:100% !important;
}
/* TOPページ > 選ばれる理由 */
.reason_box{
padding:20px!important;
}
.reason_box h3{
font-size: 20px!important;
}
.reason_number{
width:55px!important;
height:55px!important;
	font-size: 10px;
	top:-27px!important;
}
.reason_number strong{
font-size: 16px!important;
}

/* TOPページ >3並び写真ありボタン */
.top_bunner{
	min-height:200px!important;
}

/* 事業内容 > 購入後のsupport */
.business-zjishin figure{
	text-align:center;
	width:100%;
	flex-basis:100%;
}
.business-zjishin img{
width:80px!important;
margin:auto;}


/* 設備の企画・ご提案 > 提案例 */
.case_list li{
	width:100%!important;
}

/* お取引の流れ */
.flow_box .vkp-number{
	font-size:2.2rem;
	line-height:1.0;
	margin-bottom:10px
}
.flow_box img{
margin-top:15px!important;}

.example_table th,.example_table td{
padding:5px!important;}
.example_table{
gap:0;}