/*
Theme Name: 株式会社ニューピーク
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

.site-footer-copyright p:nth-child(2) {
	display: none;
}

.site-body {
	top: -70px;
}

/*グローバルナビ問い合わせボタン化*/
ul li.menu-contact a {
	display: inline-flex;
	height: 40px;
	padding: 0 16px;
	line-height: 1;
	background-color: #266CF4;
	color: #fff;
	border-radius: 30px;
	transition: background-color 0.3s;
	margin-left: 10px;
}

ul li.menu-contact a:hover {
	background-color: #F52787;
}

.global-nav-list>li.menu-contact:before {
	border-bottom: none;
}
/*ここまで問い合わせボタン*/

@media (max-width: 768px) { /*空のカラムをモバイルでは非表示*/
	.empty-column {
		display: none;
	}
}

.stacking-box {
	height: 236.4px;
}