@charset "UTF-8";
/* CSS Document */


/*  =====================  フォーム  =====================  */

.form-check-input + .form-label{
	color: #222;
}


/*  =====================  グローバルナビ（Global Navi）  =====================  */

.kt-nav-left-bar-scroll-fixed-bg{
	background-color: var(--bs-primary);
	position:fixed;
	left: 0;
	top: 100px;
	bottom: 0;
	width: 3.75rem;/*60px;*/
}

.kt-nav-left-bar.kt-page{
	left: 0;
	position: sticky;
	top: -35px;
	float: left;
	margin-top: 0;
}

.kt-nav-left-bar.kt-page > ul{

	margin-top: 36px;
}

/*  =====================  ナビゲーションバー（NavBar）（ページ用）  =====================  */

.kt-navbar.kt-page{
	position: sticky;
	top: 0;
	height: 2.75rem;/*44px*/
	z-index: 100;
}

.kt-navbar.kt-page .kt-nav-title{
	font-size: 1.125rem;
	color: #fff;
	height: 1.125rem;/*18px*/
	margin: auto 16px;
	line-height: 1;
}

.kt-navbar.kt-page .kt-nav-title a{
	color: #fff!important;
	text-decoration: none;
}

/*  =====================  コンテナー（ページ用）  =====================  */

.kt-container-non,
.kt-container{
	margin-left: 3.75rem;/*60px;*/
	width: calc(100% - 3.75rem);
	padding-left: 16px;
	padding-right: 16px;
}

.kt-container-non{
	width: 100%;
	margin-left: 0;/*60px;*/
}

/*  =====================  パンクズナビ  =====================  */

.kt-breadcrumb {
	font-size: .875rem;
	line-height: 1.1;
}

.kt-breadcrumb .breadcrumb{
	margin-bottom: 14px;
}

.kt-breadcrumb{
	padding-top: 14px;
}

/*  =====================  ページタイトル  =====================  */

.kt-page-title{
	font-size: 1.5rem;
	line-height: 1.1;
	margin-bottom: 12px;
}

.kt-sub-title-h4{
	font-size: 1.3125rem;
	margin-bottom: 14px;
}

.kt-title-bottom-border{
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

/*  =====================  メッセージ  =====================  */

.kt-ichijitaizai-oshirase-msg{
	margin-left: 6.6rem;
}

/* ページボトムの余白カスタム設定  */

.kt-container-bottom-10{
	margin-bottom: -70px;
}

