@charset "utf-8";
/*
Theme Name: jcsf
Template: lightning
Description: 
Author: Y.TMN 
Version: 1.202508
*/

/*=== common ===*/
body {
	background-color: #eeeeee;
}

/* トップでバーガーメニュー出さない */
.home .vk-mobile-nav-menu-btn {
	display: none;
}

@media (min-width: 992px ){
	body, html {
		font-size: 16px;
		scroll-padding-top: 80px;
	}
}
.container {
	max-width: 1200px
}
.siteContent {
	padding-top: 0;
}

@media (max-width: 575.98px) {
	.mainSection {
		padding-left: 8px;
		padding-right: 8px;
	}
}
.wp-block-group {
	padding: 0 1rem;
}

a {
	text-decoration: none !important;
}

.text-small {
	font-size: 80%;
}
.vk_button {
	margin-bottom: 1rem;
}
.text-link-red {
	color:red !important;
	font-weight: bold;
	font-size: 1.2rem;
	margin: 1rem;
}
.text-link-red span {
	border-bottom: 1px solid black;
}
.text-box {
	background-color: white !important;
	padding: 2rem !important;
}
.link-none {
	pointer-events: none;
}
.inner-a {
	display:block;
	padding-top: 150px;
	margin-top: -150px;
}
/*=== ヘッダ ===*/
.siteHeader_logo img {
    max-height: 90px;
}
.logo-after {
	display: inline-block;
	font-size: 0.9rem;
	padding: 0.7rem 1rem;
	margin: 0.5rem;
	float: right;
}
@media (max-width: 992px){
	.logo-after {
		display: block;
		float: none;
		width: 210px;
		margin: 0.5rem auto;
	}
	
	.gMenu_outer {
		top: -54px;
		transition: top 1s;
	}
	.header_scrolled .gMenu_outer {
		clear: both;
		z-index: 1000;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		min-height: unset;
	}
}
@media (min-width: 1200px){
	.gMenu_outer {
		display: block;
		width: 80%;
		min-height: 1rem;
	}
	.gMenu_outer nav {
		display: block;
		vertical-align: bottom;
	}
}
.device-pc .gMenu>li>a {
	padding-bottom: 0;
	padding-top: 0;
}
@media (max-width: 1199.98px){
	.gMenu > li {
		float: left;
	}
}

/*=== トップ ===*/
.top_logo_subtitle {
	line-height: 1.2;
	font-weight: bold;
	font-size: 26px;
	margin: 0;
}
.top_logo_subtitle_after {
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
	margin-top: .5rem;
}
.top-text1 {
/*	margin-top: 1rem;*/
	margin: 2rem 3rem;
	font-size: 16px;
}
.top-text2 {
	font-size: 22px;
	text-decoration: underline;
	font-weight: bold;
}
.widget_pudge .btn_subsidy a {
	padding: 0 !important;
	border-radius: 10px;
	background-color: #215f9a;
}
.widget_pudge .btn_subsidy .vk_button_link_caption {
	font-size: 18px;
	font-weight: bold;
	padding: 1rem 0 .5rem;
	border-bottom: 1px solid white;
	width: 100%;
}
.widget_pudge .btn_subsidy .vk_button_link_subCaption {
	padding: .5rem 2rem 1rem;
	line-height: 1.5;
}
.top-subsidy-list {
	background-color: white !important;
}
.top-subsidy-list .vk_button {
/*	margin-bottom: 1rem;*/
}
.top-subsidy-list .vk_button .vk_button_link_caption {
	display: flex;
	justify-content: space-between;
}
.top-subsidy-list .vk_button span{
	font-weight: bold;
	color: #111111;
}
.top-subsidy-list .subsidy1 a{
	background-color: #FFC000 !important;
}
.top-subsidy-list .subsidy2 a{
	background-color: #FF6699 !important;
}
.top-subsidy-list .subsidy3 a{
/*	background-color: #FF0000 !important;*/
	background-color: #f24646 !important;
}
.top-subsidy-list .subsidy4 a{
	background-color: #D883FF !important;
}
.top-subsidy-list .subsidy5 a{
	background-color: #00CCFF !important;
}
.top-subsidy-list .subsidy6 a{
	background-color: #4284bf !important;
/*	background-color: #2F75B5 !important;*/
}
.kitei a{
	background-color: gray !important;
	font-weight: bold;
}
.kitei .vk_button_link_caption {
	display: flex;
	justify-content: space-between;
}


.top-headline {
    padding: 2.5rem;
    background-color: #92d050;
    color: white;
}
.top-headline-t1 {
    margin-bottom: 0.5rem;
}
.top-headline-t2 {
    line-height: 1.2;
}
.top-text {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}

.top-table th {
    background-color: lightgray;
    padding: 1rem;
}
.top-table td {
    background-color: #f8f8f8;
    padding: 1rem;
}

.mainSection-title, h2 {
	padding: 1rem 0;
	text-align: center;
	position: relative;
}
.mainSction-title::before, 
h2::before {
	background-color: #215f9a;
	border-radius: 5px;
	bottom: 4px;
	content: "";
	height: 6px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 60px;
}
.postList_title {
/*    display: inline !important;*/
}

/*-- トップ（SP）*/
@media (max-width: 575.98px) {
	.top_logo_subtitle {
		font-size: 20px;
	}
	.top-text2 {
		font-size: 20px;
		line-height: 1.4;
	}
	.top-subsidy-list .vk_button span {
		font-size: 18px;
	}
	.mainSection-title {
		font-size: 1.3rem;
	}
}

/*=== 固定ページ共通 ===*/
.page-title {
	margin-top: 5rem;
	padding: .25em 0 .25em .75em !important;
	border-left: 8px solid #2f5597 !important;
}

/* post pages PC */
.page-header {
	background-color: #eeeeee;
	color: black;
	padding-top: 3.5rem;
}
.page-header_pageTitle {
	font-size: 1.5rem !important;
	font-weight: bold;
	margin: 0 0 2rem !important;
	position: relative;
}
.page-header_pageTitle::before {
	background-color: #215f9a;
	border-radius: 5px;
	bottom: -12px;
	content: "";
	height: 6px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 60px;
}
.postList {
	margin-left: 3rem;
}
.postList p {
	display: none;
}
.entry-meta_items {
	font-size: 1rem;
	color: darkslategray;
	letter-spacing: 1px;
}
.entry-meta_items.published::before {
	content: none !important;
}
article.media .entry-title {
/*    font-size: 1rem !important;*/
}
.postNextPrev {
    display: none;
}
h1.entry-title {
    font-size: 24px;
}

/* post pages SP */
@media (max-width: 575.98px) {
	.postList .entry-meta {
		float: none;
	}
	.entry-meta .entry-meta_items_term {
		display: unset;
	}
}

/* news */
.media {
	border-bottom: 1px solid gray;
}
.news .entry-meta_items_term {
	float: unset;
}
.news .entry-meta_items_term a{
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 5px 12px 5px;
}
.news h1 {
	margin-left: .5rem;
}
.news .media-body .media-heading a {
	font-size: 18px;
	font-weight: bold;
}
.news .media-body .media-heading {
	margin: 1rem 0 .5rem .5rem;
}
.news .entry-footer {
	display: none;
}

/* フォーム */
.wpcf7-form {
	margin: 2rem 0;
	padding: 1rem 2rem;
	background-color: #fcfcfc;
}
.form-question-title {
	font-weight: bold;
	margin: 2rem 0 0.5rem;
}
.form-required {
	font-size: x-small;
	background-color: red;
	color: white;
	padding: 0 7px;
	border-radius: 3px;
}
.wpcf7-spinner {
	display: block;
}
.wpcf7-list-item {
	display: block;
}
/* フッタ */
.siteContent_after {
	background-color: #666666;
}
.siteContent_after p{
	color: white;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
}
@media (max-width: 575.98px) {
	.siteContent_after p{
		font-size: 12px;
	}
}
.siteFooter {
	border: none;
	background-color: #215f9a;
	color: white;
	font-size: 14px;
}
.siteFooter .widget {
	margin: 0;
}

.siteFooter h4 {
	margin-top: .7rem;
	margin-bottom: 0.5rem;
	font-size: 14px;
	padding-left: 0.5rem;
	line-height: 1;
}
.siteFooter ul {
	padding-left: 1rem;
	margin-left: 1rem;
	list-style: square;
}
.siteFooter li {
	line-height: 1.2;
	font-size: 12px;
}

.siteFooter p {
	margin: .5rem 0;
	line-height: 1.3;
}
.siteFooter a {
	color: white;
}
.siteFooter a:hover {
	color: #ddd;
}
footer .sectionBox {
	padding-top: 1rem;
	padding-bottom: 0;
}
footer .copySection {
	padding: 2rem 0 1rem;
	text-align: center;
}
footer .copySection img {
	height: 36px;
	margin: .5rem 0 2rem;
}



/* ここから JLOX 改変分 */
/* common PC */
h1 {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 1rem 0 2rem;
}
h2 {
	font-weight: bold;
}
.h5-download {
	width: 70%;
	margin: 0 auto;
}
.h5-download h5 {
	margin-bottom: 0.5rem;
	font-size: 15px;
}
.wp-block-group {
	padding: 2rem 4rem;
/*	margin-bottom: 2rem;*/
	border-radius: 1rem;
	background-color: #f1f1f1;
}
.wp-block-heading {
	border: none;
/*	border-bottom: 1px solid black;*/
	font-size: 1.6rem;
	padding-left: 1rem;
	line-height: 1.2;
}

/* common SP */
@media (max-width: 575.98px) {
	h1 {
		font-size: 1.5rem;
	}
	.has-medium-font-size {
		font-size: 1.3rem !important;
	}
	h2 {
		font-size: 1.3rem;
	}
	.h5-download {
		width: unset;
	}
	.wp-block-group {
		padding: 2rem 1rem;
	}
	.wp-block-heading {
		letter-spacing: -1px;
		font-size: 1.3rem;
	}
}

/* 各JLOX別指定 */
.box-common {
/*	background-color: #f7f7f7;*/
}
.box-jlox {
	background-color: #d7f2be;
}
.box-jlox ul.is-style-vk-arrow-mark li::before, ol.is-style-vk-arrow-mark li::before {
	color: darkgreen;
}
.box-jlox .vk_borderBox {
	border-color: darkgreen;
}
.box-jlox .vk_borderBox .vk_borderBox_title {
	color: darkgreen;
}
.box-jlox3 .wp-block-heading {
	letter-spacing: -1px;
}
.box-jlox1 p,
.box-jlox2 p,
.box-jlox3 p
{
	line-height: 1.8;
	margin: 1rem;
}
/*
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner>.vk_borderBox_title_container {
	padding: 0;
}
*/
/* タイトルのない補助金のみpadding:0にする */
.page-id-34777 .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner>.vk_borderBox_title_container,
.page-id-34776 .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner>.vk_borderBox_title_container,
.page-id-34784 .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner>.vk_borderBox_title_container,
.page-id-34783 .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner>.vk_borderBox_title_container {
	padding: 0;
}

.vk_borderBox .vk_borderBox_body {
	padding-bottom: .5em;
}
ul.is-style-vk-arrow-mark {
	padding-inline-start: 3em;
}
ul.list_setsumeikai,
ul.list_sodankai {
	list-style: none;
	padding-left: 1rem;
}
ul.list_setsumeikai a,
ul.list_sodankai a {
	background-color: dodgerblue;
	color: white;
	padding: 2px 1rem;
	border-radius: 4px;
	font-size: smaller;
}
ul.list_setsumeikai a:hover,
ul.list_sodankai a:hover {
	background-color: #0166c9;
}
/* nav-top PC */
.nav-top {
	background-color: white;
	padding: 8px 16px 8px 160px;
	line-height: 1.2;
	box-shadow: 0 2px 4px lightgray;
}
.nav-top:before {
	content: '';
	display: inline-block;
	background-image: url(/uploads/jcsf_logo.png);
	background-size: cover;
	width: 136px;
	height: 66px;
	position: absolute;
	top: 4px;
	left: 16px;
}
.nav-top a.sitetop {
	color: black;
	font-weight: bold;
	font-size: 14px;
}
.nav-top a.inquiry {
	display: inline-block;
	border-radius: 4px;
	padding: 4px 1rem 2px;
	margin-top: -15px;
	font-size: 16px;
	font-weight: bold;
	color: white;
	background-color: red;
}
.nav-top a:hover {
	opacity:0.8;
}
.nav-top .sp-logo {
	display: none;
}

/* nav-top SP */
@media (max-width: 991.95px) {
	.nav-top a {
		display: none;
	}
	.nav-top {
		letter-spacing: -1px;
		line-height: 1.2;
		padding: 8px 8px 8px 130px;
		height: 44px;
	}
	.nav-top:before {
		width: 100px;
		height: 28px;
		top: 6px;
		left: 40px;
		pointer-events: none;
	}
	.nav-top a.inquiry {
		margin-top: 2px;
	}
	.nav-top .sp-logo {
		display: inline-block;
		width: 100px;
		height: 28px;
		margin-left: -85px;
	}
}
@media (max-width: 575.98px) {
	.nav-top:before {
		left: 16px;
	}
}
/* header */
.siteHeader {
	box-shadow: none;
	background-color: #eeeeee;
}
.siteHeadContainer {
	margin: 0 !important;
	padding: 0 !important;
	max-width: unset;
}
.siteHeader_logo {
	width: 100%;
	margin: 80px auto 20px !important;
	padding: 0;
}
.siteHeader_logo img {
	margin: auto auto;
}

.gMenu_outer {
	width: 100%;
	background-color: #f7f7f7 !important;
	display: block;
}
.gMenu_outer>nav {
	margin: auto;
	width: 1200px !important;
}
@media (max-width: 1199.98px) {
	.gMenu_outer>nav {
		width: 100% !important;
	}
}
@media (max-width: 992px) {
	.gMenu_outer>nav {
		display: none;
	}
}
.gMenu {
	float: none;
	display: block;
	margin: 0 10px;
}
/*
.gMenu>li:nth-last-child(2) {
	float: right;
}
*/
.gMenu>li {
	margin: .5rem 0;
}
.gMenu>li:last-child {
	float: right;
}
.gMenu>li .gMenu_name {
	padding: 6px 10px;
	font-size: 13.5px;
/*	background-color: lightgoldenrodyellow;*/
	border: 1px solid gray;
}
.gMenu>li:before {
	border-bottom: none;
}
.gMenu>li a {
	padding: 0 .5rem 0 0 !important;
}
.gMenu>li strong:hover {
	transition:background-color 1s;
	background-color: lightgray;
}
.header_scrolled .gMenu>li:last-child {
	border-right: none;
}
@media (min-width: 992px) {
	.post-type-archive-news .navbar-header,
	.post-type-archive-case .navbar-header,
	.single-news .navbar-header,
	.single-case .navbar-header {
		margin-bottom: 0 !important;
	}
	
	.header_scrolled .gMenu {
		display: block;
		margin: 0;
	}
	.header_scrolled .gMenu>li {
		width: unset;
	}
}
.gMenu_menu {
	display: inline;
	position: relative;
	top: -10px;
	right: 9px;
}
.gMenu_menu a {
	padding: 0 .8rem;
	font-size: smaller;
	color: black;
	font-weight: bold;
	border-right: 1px solid gray;
}
.gMenu_menu a:first-child {
	border: none;
}
/* 補助金ページheader */
.subsidy_header {
	display: none;
}
.post-name-subsidy1 .subsidy_header,
.post-name-subsidy2 .subsidy_header,
.post-name-subsidy3 .subsidy_header,
.post-name-subsidy4 .subsidy_header,
.post-name-subsidy5 .subsidy_header,
.post-name-subsidy6 .subsidy_header,
.post-name-setsumeikai .subsidy_header,
.post-name-sodankai .subsidy_header,
.post-name-orientation .subsidy_header {
	display: block;
}
.subsidy_header h1{
	text-align: center;
	margin: 0;
	padding: 1rem 0;
	color: white;
}
.subsidy_header h1.subsidy1 {
	background-color: #215f9a;
}
.subsidy_header h1.subsidy2 {
	background-color: #215f9a;
}
/* button PC */
.btn_download a {
	border-radius: 24px;
}
.btn_download .notes {
	display: block;
	line-height: 1.2;
	border-top: 1px solid darkgray;
	padding-top: 8px;
	color: bisque;
}
/*
.box-jlox1 .btn_download a {
	background-color: darkred !important;
}
.box-jlox2 .btn_download a {
	background-color: darkblue !important;
}
.box-jlox3 .btn_download a {
	background-color: darkgoldenrod !important;
}
*/
.btn_link a {
	border-radius: 8px;
}

/* button SP */
@media (max-width: 575.98px) {
	.vk_button.vk_button-align-wide {
		max-width: 100%;
	}
}


/* home PC */
.alert-danger {
	color: black;
	background-color: antiquewhite;
	padding: 1rem 2rem;
	border: none;
	width: 75%;
}
.box-jlox1 .alert-danger {
	background-color: #fff8f8;
}
.box-jlox2 .alert-danger {
	background-color: #f8ffff;
}
.box-jlox3 .alert-danger {
	background-color: #fffff0;
}

/* トップ：お知らせ */
.home .widget_vkexunit_post_list {
	background-color: white;
	text-align: center;
	padding: 2rem 5rem;
	margin-bottom: 2.5rem;
	margin-bottom: 0;
	border-radius: 1rem 1rem 0 0;
}
.veu_postList ul.postList li {
	padding: 1rem 1rem;
	border-bottom: 1px solid gray;
}
.home .widget_vkexunit_post_list h2 {
	border: none;
}
.home .widget_vkexunit_post_list ul {
	text-align: left;
}
.home .veu_postList .postList_date {
/*	margin-right: 1rem;*/
	display: block;
}
.home .veu_postList .postList_title {
/*	margin-left: .5rem;*/
	margin: .5rem 0 0;
	font-weight: bold;
}
.home .widget_vkexunit_post_list .veu_postList .postList_meta_items {
	color: darkslategray;
	letter-spacing: 1px;
}
.home .widget_vkexunit_post_list .veu_postList .postList_meta_items a {
	font-weight: bold;
}
.home #block-3 {
	padding-top: 0;
	border-radius: 0 0 1rem 1rem;
	background-color: white;
	margin-top: -2rem;
	padding-bottom: 2rem;
}
.home #block-3 .vk_button_link {
	border-radius: 30px;
	padding: .8rem 8rem;
}
.home #block-41 {
	padding: 2rem 5rem;
}

/* home SP */
@media (max-width: 575.98px) {
	.alert-danger {
		width: unset;
	}
	.home .widget_vkexunit_post_list,
	.home #block-41 {
		padding: 1rem;
	}
	.veu_postList ul.postList li {
		padding: 1rem 0;
	}
}


/* faq */
.box-faq .wp-block-group__inner-container {
	margin-bottom: 1.5rem;
}
.box-faq .wp-block-group__inner-container p {
	margin-bottom: 0.5rem;
}

.format-file-download-box .vk_borderBox_title_container {
	border-top-left-radius: 0.5rem!important;
	border-top-right-radius: 0.5rem!important;
}
.format-file-download-box .vk_borderBox_body {
	border-bottom-left-radius: 0.5rem!important;
	border-bottom-right-radius: 0.5rem!important;
}


/*===== 補助金活用事例：トップ =====*/
.front-case-list {
	text-align: left;
}
.front-case-list .col{
	padding: 0 10px 15px 10px;
}
.front-case-list img {
	object-fit : cover;
}

/* 補助金活用事例：一覧・検索結果 */
.post-type-archive-case .archive-header {
	display: none;
}
.search-no-results .no_posts_text {
	margin-bottom: 100px;
}
.entry-list-case .thumbnail-container {
	margin-bottom: 1rem;
}
.entry-list-case .case-terms {
	margin: 0 0 1rem;
}
.entry-list-case .case-title {
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: bold;
}
.entry-list-case .case-provider {
	margin-top: .8rem;
}
a.case {
	color: black;
}
a.case:hover {
	opacity:0.9;
	text-decoration: none;
}
a.case:hover .card {
	background-color: #f8f8f8;
}
.case-terms .badge {
	margin: 0 2px 2px 0;
	font-size: .85rem;
	font-weight: bold;
	padding: 5px 8px 4px;
	border: 1px solid #ddd;
	background-color: #ddd;
}
.home .case-terms .term_category,
.post-type-archive-case .case-terms .term_category {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: -5px;
}
.case-terms .term_genre {
	background-color: dimgray;
	border-color: dimgray;
	color: white;
}
.case-terms .term_cat_jloxplus1a { 
	background-color: #FFC000;
	border-color: #FFC000;
}
.case-terms .term_cat_jloxplus1b {
	background-color: #FFC000;
	border-color: #FFC000;
}
.case-terms .term_cat_jloxplus2 {
	background-color: #FF6699;
	border-color: #FF6699;
}
/*.case-terms .term_cat_jloxplus3 { background-color: #F24646; }*/
.case-terms .term_cat_jloxplus3 {
	background-color: #ff7373;
	border-color: #ff7373;
}
.case-terms .term_cat_jloxplus4 {
	background-color: #D883FF;
	border-color: #D883FF;
}
.case-terms .term_cat_jloxplus5 {
	background-color: #00CCFF;
	border-color: #00CCFF;
}
/*.case-terms .term_cat_jloxplus6 { background-color: #4284BF; }*/
.case-terms .term_cat_jloxplus6 {
	background-color: #7ab0e0;
	border-color: #7ab0e0;
}

.entry-case-provider {
	margin-top: 1rem;
	font-weight: bold;
}
.entry-case-title {
	font-weight: bold;
	margin: 1.5rem 0;
}
.entry-case-content {
	margin: 2rem 0;
}
.entry-case-img-box {
	background-color: #000;
}
.entry-case-img img {
	width: 236px;
	height: 236px;
	object-fit: contain;
}
.entry-case hr{
	margin: 6rem 0 2rem 0;
}

/* 補助金活用事例：サイドバー */
.case-nav form {
	padding: 1rem;
	border: 6px solid #f3f3f3;
	border-radius: 8px;
	background-color: white;
}
.case-nav .form-free {
	border-bottom: none;
	padding-top: 1.5rem;
}
.case-nav .form-free .form-keyword {
	width: 79%;
	float: left;
}
.case-nav .form-select {
	position: relative;
	top: -4px;
	border-top: none;
	padding-bottom: 1.5rem;
}
.case-nav .form-select .btn-submit {
	width: 100%;
}
.case-nav p {
	margin: 0;
}
.case-nav h3 {
	margin: 1rem 0;
	padding: 0;
	font-size: 1rem;
	font-weight: bold;
	border-bottom: 2px solid gray;
}
.case-nav ul {
	list-style: none;
	margin: 1rem 0 1.5rem;
	padding-left: 8px;
}
.case-nav li {
	margin: 2px 0;
}
.case-nav label {
	margin: 5px 0;
	line-height: 1.3;
/*	text-indent: -1em;
	padding-left: 1em;*/
}
.case-nav ul li input {
	margin-right: 4px;
	position: relative;
	top: 1px;
}

.case_category input[type=checkbox],
.case_genre input[type=checkbox],
.case_area input[type=checkbox] {
	display: none;
}
/* チェックボックス checked=false */
.control__indicator {
  height: 16px;
  width: 16px;
  background: white;
  border-radius: 2px;
  border: 3px solid #ccc;
  margin-top: 2px;
}
.ci_jloxplus1a { border-color: #FFC000; }
.ci_jloxplus1b { border-color: #FFC000; }
.ci_jloxplus2 { border-color: #FF6699; }
.ci_jloxplus3 { border-color: #F24646; }
.ci_jloxplus4 { border-color: #D883FF; }
.ci_jloxplus5 { border-color: #00CCFF; }
.ci_jloxplus6 { border-color: #4284BF; }
.ci_genre { border-color: dimgray; }
.ci_area { border-color: #ccc; }

/* チェックボックス checked=true */
.case_category_label input:checked + .ci_jloxplus1a { background: #FFC000; }
.case_category_label input:checked + .ci_jloxplus1b { background: #FFC000; }
.case_category_label input:checked + .ci_jloxplus2 { background: #FF6699; }
.case_category_label input:checked + .ci_jloxplus3 { background: #F24646; }
.case_category_label input:checked + .ci_jloxplus4 { background: #D883FF; }
.case_category_label input:checked + .ci_jloxplus5 { background: #00CCFF; }
.case_category_label input:checked + .ci_jloxplus6 { background: #4284BF; }
.case_genre_label input:checked + .ci_genre { background: dimgray; }
.case_area_label input:checked + .ci_area { background: #ccc; }

/* チェックマーク checked=true */
.control__indicator::after {
  content: '';
  display: block;
  position: relative;
  left: 2px;
  top: -2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
/* チェックマークを表示させる */
.case_category_label input:checked + .control__indicator::after,
.case_genre_label input:checked + .control__indicator::after,
.case_area_label input:checked + .control__indicator::after {
  opacity: 1;
}
.case_category_label,
.case_genre_label,
.case_area_label {
  display: -webkit-inline-box;
/*  display: flex;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
  align-items: center;*/
}

/* textのスタイル */
.text-name {
  padding-left: 4px;
}

/* singleページ：pagination */
#meta-nav-bottom {
	text-align: center;
}
#meta-nav-bottom a.back {
	display: block;
	border: 1px solid gray;
	width: 75%;
	margin: 0 auto;
	padding: 4px 0;
}
#meta-nav-bottom a.back:hover {
	text-decoration: none;
	background-color: #f8f8f8;
	color: darkslategray;
}
.pagination-single {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
}


/* 補助金別設定 */
.btn_subsidy1_youkou1 .vk_button_link_subCaption {
	font-weight: bold;
}
.btn_subsidy1_youkou2 .vk_button_link_subCaption {
	font-weight: bold;
	color: yellow;
}

/* JCSF */
.post-name-subsidy1 .vk_alert,
.post-name-subsidy2 .vk_alert {
	max-width: 600px;
}
.post-name-subsidy1 .vk_alert .vk_alert_icon,
.post-name-subsidy2 .vk_alert .vk_alert_icon {
	width: 100px;
}
.post-name-subsidy1 .vk_alert .vk_alert_content p,
.post-name-subsidy2 .vk_alert .vk_alert_content p {
	font-weight: bold;
	font-size: 18px;
	margin: 0;
}

.vk_borderBox_title_container {
	padding: 0 !important;
}
.box-jcsf-sodankai {
	max-width: 1000px;
	margin: auto;
}