/*
Theme Name: lightning-child2
Template: lightning
*/


/*--　Hタグ
*------------------------------------*/


h2 {
	padding: 8px 10px !important;
}

h3 {
	padding: 6px 10px !important;
	line-height: 1.5 !important;
}


/*--　コンテナ　全幅指定
*------------------------------------*/

.full-width {
    margin: 0 calc(50% - 50vw);
    padding: 5em calc(50vw - 50%);
}



/*--　表示・非表示 設定
*------------------------------------*/
.sm { display: none !important; }
.pc { display: block !important; }

@media screen and (max-width: 680px){
.sm { display: block !important;}
.pc { display: none !important; }
}

.no2 { display: none !important; }

.no-genzei2 { display: none !important; }



/*--　reCaptcha 非表示 設定
------------------------------------*/
.grecaptcha-badge { visibility: hidden; }
