/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/*
.page-header {
    margin-top: 90px;
}
*/

.page-header-inner {
    margin-top: 85px;
}



/*会社概要テーブル*/
.tablepress-id-1 .column-1{
	text-align:center;
	width:25%;
	line-height:38px;
	font-size:16px;
	font-weight:bold;
	border-top: 1px solid #e4e4e4;
	background-color:#F5F5F5;
	vertical-align:middle;
	border-bottom: 1px solid #e4e4e4;
}

.tablepress-id-1 .column-2{
	line-height:38px;
	font-size:16px;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}


/*問い合わせ*/
.required {
    background-color: #FF5D00;
    color: #ffffff;
    font-size: 13px;
    padding: 3px;
    margin: 5px;
    border-radius: 2px;
}

.required {
    background-color: #FF5D00;
    color: white;
	padding: 2px 5px;
	border-radius: 3px;
	margin-left: 10px;
	font-size: 13px;
}

/*----- reCAPTCHAマークがトップへ戻るボタンとかぶるのでをずらして表示　---*/
.grecaptcha-badge{
	margin-bottom: 60px;
	z-index:999;
}
@media screen and (max-width: 600px){
.grecaptcha-badge{
	margin-bottom: 70px;
	z-index:999;
}
}
/*--------------------ここまで------------------------*/
