/*
Theme Name: standard02
Template: lightning
Description: sysbスタンダード02 一般向け子テーマ
Author: sysb.
Author URI: 
Version:1.0.0
*/ 
@charset "UTF-8";



/*---------------------------------------------------------------*/
/*スマホサイズ以外でTELリンクを無効化*/
@media (min-width: 751px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/*コピーライトの下部を非表示*/
footer .site-footer-copyright p:nth-child(2) {
    display:none !important;
}
/*---------------------------------------------------------------*/