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

/*アドバイス・知識の投稿の目次の数字の表示を無くす*/
.vk_tableOfContents_list_item_link_preNumber {
	display: none;
}

/* テーブル1（実績情報）の設定 */
.tablepress-id-1 .column-1 {
	font-weight: bold;
}

.tablepress-id-1 .row-1 {
	font-weight: bold;
}

/*------------- Contact Form 7------------- */
/* 必須マーク */
.must{
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #1a7dc9; /* 背景色 */
	border-radius: 5px;
}
/* 任意マーク */
.any{
    color: #86c463 !important;
	margin-right: 10px;
	padding: 6px 10px;
	background: #fff; /* 背景色 */
	border-radius: 5px;
}

/* 項目名を太字にする */
form p {
	font-weight: 600;
}
/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#1a7dc9;
	border:0;
	color:#fff;
	font-size:0.9em;
	font-weight:bold;
	margin:0 auto;
	border-radius: 5px;
}

/*------------- Contact Form 7設定ここまで------------- */