/*
Theme Name: 新宿経理お助け隊
Theme URI:
Template: lightning
Description:
Author: QLAB
Author URI: 
Tags:
Version: 0.0.1
*/


/* Link */
#main p a, #main p a:link, #main p a:visited {
	color: #0099ff;
}

/* 目次 */
.vk_tableOfContents_list_item_link {
	color: #333 !important;
}
.vk_tableOfContents_list_item_link_preNumber {
	display: none;
}

/* Top */
#main ul.home--checklist {
	list-style: none;
	margin: 0;
	padding-left: 1em;
}
#main ul.home--checklist li {
	font-size: 24px;
	line-height: 1.5;
    background: url(/wp-content/themes/lightning-child/assets/images/ico_list01.gif) no-repeat 0px 3px;
    padding: 0 0 0px 40px;
}

#main ul.home--no_liststyle {
	list-style: none;
}

#post-212 h2.home--toph2 {
	color: #f88000;
	border: none;
}

#post-212 .vk_step {
	margin: 0 auto !important;
}
#post-212 .vk_step_item_dot_caption {
	font-size: calc(1rem * 0.8);
}

/* コラムタイトル */
.post-type-post h1.page-header-title {
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.4);
  border-radius: 5px;
}
