@charset "utf-8";
/* -----------------------------------------------------------
    reset
-------------------------------------------------------------- */
html {
	overflow-x: auto;
	overflow-y: scroll;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,div,dl,dt,dd,form,img,hr,table,tr,td,br,em,figure {
	margin: 0px;
	padding: 0px;
	border: none;
	font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 500;
}

ul,ol,dl {
	list-style: none;
}

a {
	transition: 1.0s;
}

.btn,
.badge {
	font-weight: 600;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    background-color: #DE6F42;
    border-color: #DE6F42;
}


/* -----------------------------------------------------------
    エラーページ
-------------------------------------------------------------- */

@media screen and (max-width: 992px) {
	.error-pagexxxx #login_box {
		width: 100%!important;
		padding: 0 20px!important;
	}
}
/* -----------------------------------------------------------
    重要なお知らせ　アラート
-------------------------------------------------------------- */

.modal-header,
.modal-footer {
	border: none;
}
.modal-content {
	width: 600px;
	margin: auto;
}
.modal-title {
	font-size: 1.3rem;
	font-weight: 600;
	margin: 0 0 20px;
	text-align: center;
	color: #BC0D22;
	padding: 10px;
	border-radius: 30px;
}
.modal-title img {
	width: 50px;
	margin: 0 0 10px;
}
.modal-btn a {
	border: 1px solid #ccc;
	padding: 15px;
	display: block;
	margin:20px auto 0 ;
	border-radius: 30px;
	color: #333;
	text-align: center;
	position: relative;
	max-width: 300px;
}
.modal-btn a:hover {
	background: #BC0D22;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.modal-content {
		width: 350px;
	}
}

/* -----------------------------------------------------------
    ログインページ
-------------------------------------------------------------- */

.login-page {
	background-color: #f4f6f9;
	justify-content: flex-start;
	margin-top: 15vh;
}

.login-page .login-box {
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
	word-break: break-all;
}

.login-page .login-logo-img {
	text-align: center;;
	width: 100px;
	margin: 0 auto;
}

.login-page .login-logo-img img {
	width: 100%;
}

.login-page .login-logo {
	font-size: 1.3rem;
	font-weight: 400;
	margin: 1rem 0 .7rem 0;
}

.login-page .login-box .card {
	margin: 0 auto;
	width: 500px;
}

.login-page .login-box .card-body {
	padding: 50px;
}

.login-page .login-box .card-body form {
	width: 100%;
	margin: 0 auto;
}

.login-page .forgot-pass {
	text-align: right;
	margin: 25px 20px 0 0;
}

.login-btn-wrap button {
	height: 45px;
}
.login-btn-wrap .btn-primary:focus {
	opacity: 0.95;
	background:#3F85C5;
}
.login-page .login-box .form-control {
	padding:25px;
}

@media screen and (max-width: 992px) {
	.login-page .login-box .card-body {
		padding:30px;
	}
	
	.login-page {
		margin-top: 10vh;
	}

	.login-page .login-box {
		max-width: 100%;
		padding: 0 20px;
	}

	.login-page .login-logo {
		font-size: 1rem;
		margin: 1rem 0 .2rem 0;
	}

	.login-page .login-box .card {
		width: 100%;
	}

	.login-page .login-logo-img {
		width: 80px;
	}

	.login-page .login-box .card-body {
		padding: 2rem 20px 1.5rem 20px;
	}

	.login-page .login-box .card-body form {
		width: 100%;
	}

}

/* -----------------------------------------------------------
    共通全体
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url("/adminneo/control/font/font-awesome/css/font-awesome.css");

body {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
	min-width: 1300px;
}

.content-wrapper {
	padding: 20px 40px;
}

.content-header h1 i {
	font-size: 1.7rem;
	margin: 0 10px 0 0;
}

.main-footer {
	margin-left: 0;
	text-align: center;
	font-size: .7rem;
	font-weight: 300;
}
.fill-content {
	min-width: -webkit-fill-available;
}
#modal-action-id {
	box-shadow: none;
	border: none;
}

#modal-del-id {
	box-shadow: none;
	border: none;
}

#pushmenu-wrap .nav-link i {
	font-size:1.5rem;
	font-weight:600;
	position: relative;
	top: -10px;
	margin: 0 0 -10px;
}

[class*="sidebar-dark-"] {
  background-color: #131720;
}

.form-control {
	height: 50px;
}

@media screen and (max-width: 1526px) {
	body{
			min-width:inherit;
	}
	.content-header h1 {
		font-size: 1.5rem;
	}

	.content-header h1 i {
		font-size: 1.5rem;
		margin: 0 7px 0 0;
	}
	.content-wrapper {
		padding: 20px!important;
	}
	.work #nitable1 td, #nitable1 th {
		padding:.65em .30em;
	}

}

@media screen and (max-width: 902px) {
	#pushmenu-wrap .nav-link i {
		top: -13px;
		margin: 0 0 -13px;
	}
}

/* -----------------------------------------------------------
    共通全体 Responsive
-------------------------------------------------------------- */

.pc-display {
}

.pc-display-b {
}

.sp-display {
	display: none;
}
.sp-display-b {
	display: none;
}

br.pc-br {
	display: inline;
}

br.sp-br {
	display: none;
}

@media screen and (max-width: 768px) {
	
	.pc-display {
		display:none;
	}
	
	.pc-display-b {
		display:none;
	}
	
	.sp-display {
		display:inline;
	}
	
	.sp-display-b {
		display:block;
	}

	br.pc-br {
		display: none;
	}

	br.sp-br {
		display: inline;
	}

}

/* -----------------------------------------------------------
    全頁共通 ラジオボタン・チェックボックススタイル
-------------------------------------------------------------- */
input.custom-control-input[type="radio"]+label,
input.custom-control-input[type="checkbox"]+label {
	border: 1px solid #3F85C5;
	background: #fff;
	color: #3F85C5;
	margin-right: 20px;
	border-radius: 30px;
	padding: 6px 15px;
	margin: 0 10px 10px 0;
}
input.custom-control-input[type="radio"]:checked+label,
input.custom-control-input[type="checkbox"]:checked+label {
	border: 1px solid #3F85C5;
	background: #3F85C5;
	color: #fff;
}
input[type=radio] + label:before,
input[type=checkbox] + label:before {
	 display: none;
}

/* -----------------------------------------------------------
    アラート
-------------------------------------------------------------- */

#toast-container {
	top: 200px;
	left: 50%;
	margin: 0 0 0 -175px;
}
#toast-container > div {
	pointer-events: auto;
	overflow: hidden;
	width: 800px!important;
	padding: 30px 50px 30px 70px!important;
	box-shadow:none!important;
	background-color:#fff!important;
	border: 3px solid #1C6DBE;
	color: #1C6DBE!important;
	font-size: 1.3rem;
	font-weight: 600!important;
	text-align: center;
}
.toast-message {
	position: relative;
	display: inline-block;
}
.toast-message::before {
	position: absolute;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	top: 0;
	left: -30px;
}

@media screen and (max-width: 910px) {
	#toast-container {
		margin: 0 0 0 -175px;
	}
	#toast-container > div {
		width: 350px!important;
		padding: 30px 40px 30px 60px!important;
		font-size: 1.4rem;
	}
}

/* -----------------------------------------------------------
    全頁共通 サイドナビゲーション #commonNav
-------------------------------------------------------------- */
.sidebar {
	max-height: 970px;
}

.sidebar .cmn-accordion-iconWrap {
	position: absolute;
	top: 10px;
	right: 10px;
}

.sidebar .cmn-accordion-icon {
	display: block;
	height: 15px;
	margin: 0 0 0 20px;
	padding: 12px 0 0 0;
	position: relative;
	width: 15px;
}

.sidebar .cmn-accordion-icon::before,
.sidebar .cmn-accordion-icon::after {
	background-color: #c2c7d0;
	border-radius:10px;
	content: "";
	height: 3px;
	position: absolute;
	width: 100%;
	transition: all .3s;
}

.sidebar .cmn-accordion-icon::before {
	transform: rotate(0deg);
}

.sidebar .cmn-accordion-icon::after {
	transform: rotate(90deg);
}

.sidebar .menu-is-opening .cmn-accordion-icon::after {
	transform: rotate(180deg);
}

.sidebar .nav-item-name {
	display: inline;
}

.sidebar .nav-item > .nav-link {
	padding: .6rem 1rem;
}

.sidebar .nav-treeview > .nav-item .nav-link {
	padding-left: 2em;
}

.sidebar .nav-treeview > .nav-item .nav-link i {
	margin-right: 5px;
}

/*support_area*/
.sidebar .support_area .logo {
	width: 100px;
	margin: 20px auto 0 auto;
	text-align: center;
}

.sidebar .support_area .logo img {
	width: 100%;
}

.sidebar .support_area .title {
	color: #c2c7d0;
	margin: 20px auto 10px auto;
	text-align: center;
}

.sidebar .support_area .txt {
	color: #c2c7d0;
	margin: 3px 0 0 0;
}

/*縮小した時*/
.sidebar-collapse.sidebar-mini .main-sidebar .nav-item-name {
	margin-left: -10px;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility: hidden;
}

.sidebar-collapse.sidebar-mini .support_area {
	display: none;
}

/*ホバー時*/
.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .nav-item-name ,
.sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-item-name {
	margin-left: 0;
	animation-fill-mode: none;
	visibility: unset;
}

.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .support_area ,
.sidebar-mini.sidebar-collapse .main-sidebar:hover .support_area {
	display: block;
}


@media screen and (max-width: 992px) {

	#sidebar-overlay::before {
		opacity: 0;
		transition: opacity .5s;
	}

	.sidebar-mini.sidebar-open #sidebar-overlay::before {
	content: "\f00d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: fixed;
	top: 0;
	left: 270px;
	font-size: 2rem;
	z-index: 0;
	transition: opacity .5s;
	opacity: 1;
	}

}

/* -----------------------------------------------------------
    全頁共通 ナビゲーション #commonNav
-------------------------------------------------------------- */
#commonNav {
	padding: 1.5rem .5rem .3rem .5rem !important;
	position: relative;
}

#commonNav p {
	margin-bottom: 0;
	padding: 1rem .5rem;
}

#commonNav #navbar-nav-profile-wrap {
	width: 100%;
}

#commonNav #navbar-nav-profile {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: calc( 100% - 135px );
}

#commonNav #nav-profile-human {
	font-size: 1.2rem;
	flex-shrink: 0;
	padding: 0 0 0 20px!important;
	position: relative;
	min-height: 40px;
	line-height: 40px;
}

#commonNav #nav-profile-human i {
	color: #94B8CB!important;
	margin: 0 3px 0 0;
}

#commonNav .navbar-expand .navbar-nav {
	margin: 10px 0 0;
}

#commonNav .navbar-expand .navbar-nav .nav-link {
	padding: 5px 15px 0 20px;
}

#commonNav #nav-profile-logo {
	padding: 0;
	position: relative;
	top: -10px;
}

#commonNav #nav-profile-logo img {
	display: inline-block;
	margin: 0 10px 0 0;
	width: 40px;
}

#commonNav #nav-profile-logo {
	font-size: 1.2rem;
	min-height: 40px;
	display: flex;
	align-items: center;
}

#commonNav .nav-item-date {
	font-size: 1rem;
	letter-spacing: .05em;
	position: absolute;
	top: 0;
	right: 1.5rem;
	margin: 5px 0;
}

#commonNav .nav-item-date span {
	font-size: .8rem;
	letter-spacing: 0.07em;
	margin-right: 5px;
}

#commonNav #navbar-nav-logout {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	width: 135px;
}
#commonNav #navbar-nav-logout a {
	padding: 9px 0 0 20px;
}

#navbar-nav-profile .nav-item-name {
	font-weight: 600;
}

@media screen and (max-width: 992px) {

	#commonNav {
		padding: .2rem 1rem .1rem .5rem !important;
	}

	#commonNav .navbar-expand .navbar-nav {
		margin: 0;
	}

	#commonNav #pushmenu-wrap .nav-link {
		padding:.9rem 1rem 0 .5rem!important;
	}

	#commonNav .navbar-nav .nav-item {
		font-size: 1.5rem;
		margin: 0;
	}

	#commonNav #navbar-nav-logout .nav-link {
		font-size: 0.8rem;
		padding: .2rem .1rem 0 1rem;
		height: auto;
	}

	#commonNav .navbar-nav:last-of-type {
		width: calc( 100% - 40px );
		flex-direction: column-reverse;
		margin: 0!important;
	}

	#commonNav #navbar-nav-profile {
		display: block;
		text-align: center;
		width: 100%;
	}

	#commonNav .nav-item-date {
		display: none;
	}

	#commonNav .nav-item-date span {
		font-size: .6rem;
	}

	#commonNav #navbar-nav-logout {
		display: none;
	}

	#commonNav #nav-profile-logo {
		font-size: 1rem;
		justify-content: center;
		position: static;
	}

	#commonNav #nav-profile-logo .nav-profile-name {
		display: none;
	}

	#commonNav #nav-profile-logo img {
		width: 50px;
		margin: 0 25px 0 0;
	}

	#commonNav #nav-profile-human {
		display:none;
	}

}

/* -----------------------------------------------------------
    ダッシュボード 共通
-------------------------------------------------------------- */

.dashboard-content .card-title {
	color: #343a40;
	font-size: 1.2rem;
	font-weight: bold;
}

.dashboard-content .card-ttl-icon::before {
	color: #8FC2E6;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.3rem;
	margin: 0 7px 0 0;
}

.dashboard-content .cmn-sbox-footer {
	border: 1px solid #495057;
	border-radius: .25rem;
	color: #495057!important;
	padding: 2px 10px 3px 10px;
}

.dashboard-content .small-box-footer i {
	color: #3F85C5;
	margin: 0 0 0 5px;
}

.dashboard-content .cmn-itemWrap {
	flex: 0 0 49.25%;
	max-width: 49.25%;
}

.dashboard-content .card {
	margin-bottom: 1.5rem;
	border-radius: 0.50rem;
}

.dashboard-content .card-header {
	padding: 1rem 1.5rem 1rem 1.5rem;
	border-top-left-radius: 0.50rem;
	border-top-right-radius: 0.50rem;
}

.dashboard-content .card-body {
	padding: 0.3rem 1.3rem 1rem 0.7rem;
}

.dashboard-content .card-body-inner {
	height: 280px;
	padding: 0 15px 15px 15px;
	overflow-y: scroll;
}

.dashboard-content .product-description {
	color: #495057;
	font-weight: 500;
}

.dashboard-content .product-description .cmn-discript-date {
	color: #a2a8ad;
	display: block;
	font-size: 1rem;
	font-weight: 400;
}

.dashboard-content .products-list > .item {
	padding: 15px 0;
}

.dashboard-content .cmn-sbox-footer {
	border: 1px solid #eee;
	padding: 10px;
	border-radius: 20px;
}

.dashboard-content .cmn-cms-manual {
	border: 1px solid #eee;
	border-radius: .25rem;
	color: #343a40!important;
	padding: 10px 20px;
	border-radius: 20px;
}

.dashboard-content .cmn-cms-manual i {
	margin-right: 5px;
	color: #4FA4A1;
}


@media screen and (max-width: 1400px) {
	.dashboard-content .card-body {
		padding-bottom: 3.3rem;
	}

	.dashboard-content .cmn-cms-manual {
		position: absolute;
		bottom: -325px;
		right: 15px;
	}
}



@media screen and (max-width: 992px) {

	.dash-company-name {
		font-size: 1.3rem;
		margin: 20px 0 0;
		font-weight: 600;
	}

	.dashboard-content .cmn-itemWrap {
		flex: unset;
		max-width: 100%;
	}

	.dashboard-content .cmn-sbox-footer {
		font-size: .9rem;
	}

	.dashboard-content .card-title {
		font-size: 1.2rem;
	}

	.dashboard-content .card-header {
		padding: 1rem 1.5rem .8rem 1rem;
	}

	.dashboard-content .card-body {
		padding: .2rem .5rem 1rem .5rem;
	}

	.dashboard-content .card-body-inner {
		height: 200px;
		padding: 0 5px 15px 5px;
	}

	.dashboard-content .product-description .cmn-discript-date {
		font-size: .8rem;
	}

	.dashboard-content .cmn-cms-manual {
		bottom: -255px;
		font-size: .9rem;
	}

}

/* -----------------------------------------------------------
    ダッシュボード インフォメーション #dashInfo
-------------------------------------------------------------- */
#dashInfo {
	margin-bottom: 1.5rem;
}

#dashInfo .dashInfo-img {
	max-width: 15%;
	max-height: 300px;
	max-height: unset;
}

#dashInfo .dashInfo-img img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: auto;
	position: relative;
	top: -5px;
	margin: 0 0 -5px;
}

#dashInfo .dashInfo-wrap {
	align-items: center;
	display: flex;
	background: #fff;
	border-radius: .50rem;
	padding: 30px;
}

#dashInfo .dashInfo-inner {
	margin: 0 0 0 2%;
	width: 68%;
}

#dashInfo .dashInfo-head a {
	font-size: 1.5rem;
}

#dashInfo .dashInfo-head a i {
	margin: 0 0 0 10px;
	font-size: 1.3rem;
}

#dashInfo .dashInfo-body ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
}

#dashInfo .dashInfo-body ul li {
	/*border-right: 1px solid #c2c7d0;*/
	/*padding: 0 20px 0 0;*/
	margin: 0 20px 0 0;
	max-width: calc( 100% / 3 );
}

#dashInfo .dashInfo-body ul li:last-child {
	border-right: none;
}

#dashInfo .dashInfo-body ul dl {
	align-items: flex-start;
	display: flex;
	margin: 0;
	padding: 0;
}

#dashInfo .dashInfo-body ul dt {
	background: #E1E7EC;
	flex-shrink: 0;
	font-size: 1rem;
	font-weight:500;
	margin: 0 10px 0 0;
	padding: 2px 7px 4px 7px;
}

#dashInfo .dashInfo-body ul dd {
	margin: 0;
}

#dashInfo .dashInfo-body .cmn-btn a {
	border: 1px solid #eee;
	border-radius: 20px;
	color: #333!important;
	padding: 10px 50px 10px 20px;
	position: relative;
	display: inline-block;
	margin: 20px 0 0;
}
#dashInfo .dashInfo-body .cmn-btn i {
	color: #3F85C5!important;
	margin: 0 10px 0 0;
	position: absolute;
	top: 15px;
	right: 10px;
}

@media screen and (min-width:993px) and ( max-width:1400px) {

	#dashInfo .dashInfo-body ul {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#dashInfo .dashInfo-body ul li {
		border-bottom: 1px solid #c2c7d0;
		margin: 0 0 15px 0;
		max-width: unset;
		padding: 0 0 15px 0;
		width: 48%;
	}
	
}


@media screen and (max-width: 992px) {

	#dashInfo .dashInfo-wrap {
		display: block;
		padding: 15px 15px 5px 15px;
	}

	#dashInfo .dashInfo-head {
		display: block;
	}

	#dashInfo .dashInfo-head a {
		font-size: 1rem;
	}

	#dashInfo .dashInfo-head a i {
		font-size: 1rem;
	}

	#dashInfo .dashInfo-img {
		max-width: 100%;
	}

	#dashInfo .dashInfo-inner {
		margin: 15px 0 0 0;
		width: 100%;
	}

	#dashInfo .dashInfo-body ul {
		display: block;
	}

	#dashInfo .dashInfo-body ul li {
		margin: 0 0 10px 0;
		max-width: unset;
		padding: 0 0 10px 0;
	}

	#dashInfo .dashInfo-body ul dl {
		display: block;
	}
	
	#dashInfo .dashInfo-body ul dt {
		margin: 0 0 8px 0;
	}
	
	#dashInfo .dashInfo-body .cmn-btn a {
		padding: 10px 30px 10px 10px;
		margin: 0 0 20px;
		font-size: .9rem;
		width: 100%;
	}
	#dashInfo .dashInfo-body .cmn-btn i {
		margin: 0 10px 0 0;
		position: absolute;
		top: 15px;
		right: 0;
		font-size: .9rem;
	}

}

/* -----------------------------------------------------------
    ダッシュボード 重要なお知らせ #dash-important
-------------------------------------------------------------- */
#dash-important-wrap {
	margin-right: 1.5%;
}

#dash-important .card-header {
	background-color: #fff;
	border-radius: 0.50rem 0.50rem 0 0;
}

#dash-important .card-ttl-icon::before {
	content: '\f0f3';
}

#dash-important-wrap .card-body-inner {
	height: auto;
	overflow: auto;
}

#dash-important .products-list .product-title {
	font-weight: 400;
}

#dash-important-wrap .product-description {
	display: flex;
	line-height: 1.8;
}

#dash-important .p-descript-date {
	display: inline;
	margin: 0 0 0 20px;
}

#dash-important .p-descript-text {
	margin: 0 0 0 1em;
	font-weight: 600;
	font-size: 1.0rem;
	color: #343a40;
	white-space: normal;
}

@media screen and (max-width: 992px) {

	#dash-important-wrap {
		margin-right: 0;
	}

	#dash-important .p-descript-text {
		display: block;
		margin: .5em 0 0 0;
		white-space: normal!important;
	}

	#dash-important-wrap .product-description {
		display: block;
	}

	#dash-important .products-list .product-title .badge-danger {
		margin: 0.1em 0 0 0;
	}

}

/* -----------------------------------------------------------
    ダッシュボード メモ #dash-memo
-------------------------------------------------------------- */
#dash-memo {
	background: #fff;
	border-radius: 0.50rem;
	margin-bottom: 0;
	height: 100%;
}

#dash-memo .card-header {
	background-color: #fff;
	border-radius: 0.50rem 0.50rem 0 0;
}

#dash-memo .card-body-inner {
	padding-top: 10px;
	height: auto;
	max-height: 410px;
}

#dash-memo .card-ttl-icon::before {
	content: '\f15c';
}

#dash-memo .todo-list > li {
	background: #f7fafd;
	border-left: 6px solid #D7E5EC;
	border-bottom: 4px solid #D7E5EC;
	margin-bottom: 7px;
}

#dash-memo .todo-list > li .tools {
	display: block;
	color: #3F85C5;
	width: 100%;
	text-align: right;
	float: none;
}

#dash-memo .comment-text p {
	margin-bottom: .3rem;
}

#dash-memo .card-footer {
	background: none;
	border-top: none;
	position: absolute;
	bottom: 1rem;
	left: 50%;
	-webkit-transform : translateX(-50%);
	transform : translateX(-50%);
}

#dash-memo .card-footer .btn-danger {
	float: none!important;
	width: 150px;
	appearance: none;
	border: none;
	outline: none;
	border-radius: 30px;
}

#dash-memo .card-footer .btn-danger:focus,
#dash-memo .card-footer .btn-danger:active {
	background-color: #3F85C5;
}

@media screen and (max-width: 992px) {

	#dash-memo {
		height: auto;
	}

	#dash-memo .card-body-inner {
		max-height: 200px;
	}

	#dash-memo .todo-list > li .tools i {
		font-size: 1.2rem;
	}

	#dash-memo .todo-list > li .tools i:first-of-type {
		margin-right: 15px;
	}

}

/* -----------------------------------------------------------
    ダッシュボード お知らせ #dash-news
-------------------------------------------------------------- */
#dash-news-wrap {
	margin-right: 1.5%;
}

#dash-news .card-header {
	background-color: #fff;
}

#dash-news .card-ttl-icon::before {
	content: '\f05a';
}


@media screen and (max-width: 992px) {

	#dash-news-wrap {
		margin-right: 0;
	}

	#dash-news-wrap .card-body {
		padding-bottom: 4rem;
	}

}

/* -----------------------------------------------------------
    ダッシュボード 実績CMS #dash-work
-------------------------------------------------------------- */
#dash-blog .card-header {
	background-color: #fff;
}

#dash-blog .card-ttl-icon::before {
	content: '\f044';
}

@media screen and (max-width: 992px) {
	#dash-blog .card-body {
		padding-bottom: 4rem;
	}
}

/* -----------------------------------------------------------
    ダッシュボード 実績CMS #dash-work
-------------------------------------------------------------- */
#dash-work .card-header {
	background-color: #fff;
}

#dash-work .card-ttl-icon::before {
	content: '\f4c4';
}

@media screen and (max-width: 992px) {
	#dash-work .card-body {
		padding-bottom: 4rem;
	}
}

/* -----------------------------------------------------------
    ダッシュボード アナリティクス #dash-analytics
-------------------------------------------------------------- */
#dash-analytics-wrap {
	background: #fff;
	border-radius: 0.50rem;
	margin-right: 1.5%;
	height: 100%;
}

#dash-analytics {
	position: relative;
}

#dash-analytics .card-title{
	float: none;
	margin-bottom: 20px;
}

#dash-analytics .card-title i {
	color:#8FC2E6;
}

#dash-analytics .card-header {
	background-color: #fff;
}

#dash-analytics .card-tools {
	position: absolute;
	right: 5px;
	top: 15px;
	z-index: 1;
}

#dash-analytics .card-tools > .small-box-footer {
	border: 1px solid #eee;
	padding: 10px 15px;
	border-radius: 20px;
	color: #495057 !important;
}

#dash-analytics .nav-item a {
	border: none;
	color: #1f2d3d;
}

#dash-analytics .card-tools .sbox-ftr-icon {
	margin: 0 0 0 5px;
}

#dash-analytics .small-box-footer .sbox-ftr-icon::before {
	color: #3F85C5;
	content: '\f35d';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1rem;
	margin: 0 7px 0 0;
}

#dash-analytics .nav-tabs {
	border-bottom: 3px solid #d4dbe0;
}

#dash-analytics .nav-tabs .nav-link {
	border-bottom: none;
	border-radius: unset;
	margin-bottom: -3px;
}

#dash-analytics .nav-tabs .nav-link:hover {
	border: none;
}

/*active*/
#dash-analytics .nav-tabs .nav-link.active {
	border-bottom: 3px solid #3F85C5;
	border-top: none;
	border-left: none;
	border-right: none;
	color: #3F85C5;
	font-weight: 600;
}

@media screen and (max-width: 1400px) {

	#dash-analytics .card-header {
		padding: 1rem 1.3rem 0 0.7rem;
	}

	#dash-analytics .nav-tabs {
		border-bottom: none;
		font-size: .8rem;
		margin: 0 auto;
		padding: 0.3rem 0;
		width: 100%;
	}

	#dash-analytics .nav-tabs .nav-link {
		padding: .5rem .5rem .7rem .5rem;
	}

	#dash-analytics .nav-tabs .nav-link.active {
		background: #e7eff8;
		border-bottom: none;
		padding: .5rem .6rem .7rem .6rem;
	}

	#dash-analytics #custom-tabs-two-tabContent {
		box-shadow: 0 .1rem .5rem rgba(0,0,0,.2);
		padding: 10px 5px;
		border-radius: 0.25rem;
	}

	#dash-analytics .card-tools {
		bottom: 0;
		top: auto;
		right: 12px;
	}

}

@media screen and (max-width: 992px) {

	#dash-analytics-wrap {
		height: auto;
	}

	#dash-analytics {
		padding-bottom: 60px;
	}

	#dash-analytics .card-header {
		padding: 0!important;
	}

	#dash-analytics .card-body {
		padding: 0.3rem 1rem;
	}

	#dash-analytics .nav-tabs {
		width: 92%!important;
	}

	#dash-analytics .card-title {
		border-bottom: 1px solid rgba(0,0,0,.125);
		padding: .7rem 1rem;
	}

	#dash-analytics .card-tools {
		bottom: 15px!important;
		right: 7px!important;
	}

	#dash-analytics .card-tools > .small-box-footer {
		font-size: .9rem;
	}

}

/* -----------------------------------------------------------
    ダッシュボード 一番下のコンテンツ囲い #dash-btmCard-wrap
-------------------------------------------------------------- */
#dash-btmCard-wrap {
	display: flex;
	align-items: flex-start;
	width: 100%;
}

@media screen and (max-width: 992px) {
	#dash-btmCard-wrap {
		display: block;
	}
}
