@charset "UTF-8";
/*------------------------
VARIABLES
-------------------------*/
/*------------------------
HEADER FOOTER
-------------------------*/
/* ==========================================================================
header
========================================================================== */
#login-header {
  padding: 28px 18px 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  background: #fff; }

#contents-header {
  padding: 28px 18px 16px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  background: #fff; }
  @media only screen and (max-width: 768px) {
    #contents-header {
      padding: 6px 0 0; } }
  @media only screen and (max-width: 575px) {
    #contents-header {
      padding: 6px 0 0; } }
  #contents-header .header-logo {
    width: 136px;
    height: 50px;
    margin-right: 12.5px; }
    @media only screen and (max-width: 768px) {
      #contents-header .header-logo {
        margin: 10px;
        width: 108px;
        height: 39px; } }
    @media only screen and (max-width: 575px) {
      #contents-header .header-logo {
        margin: 10px;
        display: block;
        width: 108px;
        height: 39px; } }
  #contents-header .header-title {
    font-size: 16px;
    font-weight: bold; }
    @media only screen and (max-width: 575px) {
      #contents-header .header-title {
        display: block;
        font-size: 12px;
        font-weight: normal; } }

.header-logo {
  width: 136px;
  height: 50px;
  margin-right: 18px; }
  @media only screen and (max-width: 575px) {
    .header-logo {
      margin-right: 8px;
      margin-bottom: 8px;
      display: block; } }

.header-title {
  font-size: 16px;
  font-weight: bold; }
  @media only screen and (max-width: 575px) {
    .header-title {
      display: block; } }

.news-icon {
  position: relative;
  font-size: 16px;
  color: #505050; }
  @media only screen and (max-width: 575px) {
    .news-icon {
      margin: 0;
      display: block; } }

.news-link {
  position: relative;
  color: #505050; }
  .news-link:hover {
    text-decoration: none;
    color: #505050; }

.badge-news {
  position: absolute;
  top: -15px;
  right: -15px;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  text-align: center;
  background-color: #ed1c24;
  color: #fff;
  border-radius: 100%;
  font-size: 10px; }
  @media only screen and (max-width: 575px) {
    .badge-news {
      top: -10px;
      right: -2px; } }

.btn-menu {
  background: #fff;
  color: #505050;
  font-size: 26px; }

/* ==========================================================================
footer
========================================================================== */
.footer {
  padding: 0 18px;
  text-align: right;
  font-size: 12px; }
  @media only screen and (max-width: 575px) {
    .footer {
      width: 100%;
      padding: 0 8px;
      text-align: center; } }

.content-footer {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 4px;
  font-size: 10px;
  text-align: right;
  padding-right: 18px;
  width: calc(100% - 260px);
  background: #f2f2f2; }
  @media only screen and (max-width: 768px) {
    .content-footer {
      width: 100%; } 
  }

.gFooter__infoNav {
	margin: 0;
	padding: 0;
}

.gFooter__infoNavItem {
	margin-top: 2px;
	display: inline-block;
 	padding: 0 0 0 5px;
	line-height: 1.25;
}

.gFooter__infoNavItem:before {
	content: "";
	display: inline-block;
	position: relative;
	top: 1px;
	width: 1.1px;
	height: 10px;
	margin: 0 10px 0 0;
	background-color: #0d0d0d;
}

.gFooter__infoNavItem:first-child {
	padding-left: 0;
	border-left: none;
}

.gFooter__infoNavItem:first-child:before {
	display: none;
}

.gFooter__infoNavLink, .gFooter__infoNavNoLink {
	font-size: 10px;
	color: #0d0d0d;
	vertical-align: middle;
}

.gFooter__copyright {
 	font-size: 10px;
	margin: 0;
	padding: 0;
	line-height: 1.25;
}

.gFooter__infoNavNoLink:hover {
	color: #0d0d0d;
}

/*------------------------
LAYOUT
-------------------------*/
html {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "メイリオ", "Meiryo", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0d0d0d; }

body {
  font-family: "メイリオ", "Meiryo", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 14px;
  color: #0d0d0d; }

a:hover {
  text-decoration: none; }

.login-content-title {
  padding: 18px 0;
  margin: 0 auto; }
  @media only screen and (max-width: 575px) {
    .login-content-title {
      width: 100%;
      padding: 18px; } }

.login-content-body {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), #000), url(../images/car_top.jpg);
  background-repeat: no-repeat,no-repeat;
  background-size: contain,cover;
  background-position: center,left center;
  height: 100%;
  min-height: 600px;
  position: relative; }

.login-content-body-item {
  padding: 40px 18px 26px;
  max-width: 980px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 575px) {
    .login-content-body-item {
      width: 100%;
      padding: 40px 8px 26px; } }

.login-content-body-item-inner {
  width: 440px;
  padding: 18px;
  position: absolute;
  top: center;
  right: 18px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff; }
  @media only screen and (max-width: 575px) {
    .login-content-body-item-inner {
      width: 100%;
      position: relative;
      right: 0; } }

.border-login {
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

@media only screen and (max-width: 575px) {
  #login-contents.container-fluid {
    padding: 0; } }

.sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  /* ヘッダーーの背面 */
  margin-left: 0;
  padding: 102px 0 0;
  /*ヘッダーの高さ */
  box-shadow: inset -3px 0px 5px rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 260px !important;
  max-width: 260px; }
  @media only screen and (max-width: 768px) {
    .sidebar {
      padding-top: 74px;
      margin-left: -400px; } }
  @media only screen and (max-width: 575px) {
    .sidebar {
      padding-top: 88px;
      margin-left: -400px; } }

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  height: 100%;
  padding-top: 0;
  overflow-x: hidden;
  overflow-y: auto; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky; } }
.main {
  padding-right: 18px;
  padding-left: 18px;
  padding-bottom: 40px;
  font-size: 16px;
  background: #f5f5f5; }

[role="main"] {
  padding-top: 102px;
  margin-left: 270px !important;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    [role="main"] {
      padding-top: 98px;
      margin-left: 0 !important;
      padding-right: 12px;
      padding-left: 12px; } }
  @media only screen and (max-width: 575px) {
    [role="main"] {
      padding-top: 98px;
      margin-left: 0 !important;
      padding-right: 12px;
      padding-left: 12px; } }

.scroll-content-body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  /* ナビゲーションバーの背面 */
  padding: 102px 0 0;
  padding-bottom: 24px;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 100% !important;
  padding-left: 260px; }
  @media only screen and (max-width: 768px) {
    .scroll-content-body {
      padding-top: 74px;
      padding-left: 0; } }
  @media only screen and (max-width: 575px) {
    .scroll-content-body {
      padding-top: 88px;
      padding-left: 0;
      padding-bottom: 24px; } }

.sidenav {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), #222), url(../images/car_sub.jpg);
  background-repeat: no-repeat,no-repeat;
  background-size: contain,cover;
  background-position: center,right bottom; }
  .sidenav .nav-menu-main {
    font-size: 16px;
    min-height: 180px;
    margin-top: 8px; }
  .sidenav .nav-menu-sub {
    font-size: 14px;
    min-height: 176px;
    border-top: 1px solid rgba(0, 0, 0, 0.3); }
    .sidenav .nav-menu-sub ul {
      padding-left: 26px;
      margin-top: 4px; }
  .sidenav .nav-item,
  .sidenav .nav-item a {
    color: #fff;
    width: 100%;
    display: block; }
    .sidenav .nav-item:hover,
    .sidenav .nav-item a:hover {
      text-decoration: none; }
  .sidenav .nav-item {
    padding: 8px 18px 8px 50px;
    position: relative; }
    .sidenav .nav-item:hover {
      background: rgba(0, 0, 0, 0.5); }
  .sidenav .nav-item.active {
    background: #000; }
  .sidenav .nav-item-title {
    margin-top: 6px; }
    .sidenav .nav-item-title:hover {
      background: none; }

.d-none.show,
.d-none.off {
  display: block !important; }

.nav-home:before,
.nav-download:before,
.nav-softweare:before,
.nav-setting:before,
.nav-logout:before,
.nav-user:before,
.nav-license:before,
.nav-langauge:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 18px;
  margin: auto; }

.nav-home:before {
  background-image: url(../images/icon-dashbord.svg); }

.nav-download:before {
  background-image: url(../images/icon-download.svg); }

.nav-softweare:before {
  background-image: url(../images/icon-cd.svg); }

.nav-setting:before {
  background-image: url(../images/icon-setting.svg); }

.nav-logout:before {
  background-image: url(../images/icon-off.svg); }

.nav-user:before {
  background-image: url(../images/icon-user.svg); }

.nav-license:before {
  background-image: url(../images/icon-license.svg); }

.nav-langauge:before {
  background-image: url(../images/icon-lang.svg);
  transform: rotate( -45deg ); }

.main-title {
  padding: 18px 0;
  font-size: 24px;
  border-bottom: 1px solid rgba(80, 80, 80, 0.1);
  position: relative; }

.main-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 56px;
  border-bottom: 1px solid #505050; }

.regist-label {
  min-width: 10em;
  justify-content: center;
  display: flex;
  padding: 2px 0; }

.regist-label-sub1 {
  min-width: 2em;
  justify-content: center;
  display: flex;
  padding: 2px 0;
  margin-bottom: 0px; }

  .regist-label-sub2 {
  min-width: 14em;
  justify-content: center;
  display: flex;
  padding: 2px 0;
  margin-bottom: 0px; }

.regist-item {
  justify-content: center;
  display: flex; }

.regist-label-sm {
  min-width: 3em;
  justify-content: center;
  display: flex;
  padding: 2px 0; }

.form-regist-group {
  border: 1px solid rgba(80, 80, 80, 0.05);
  background: #fff;
  padding: 12px 16px;
  margin-bottom: -1px; }

.btn-area {
  padding-top: 16px;
  padding-bottom: 18px;
  border-top: 1px solid rgba(80, 80, 80, 0.1);
  overflow: hidden; }

.info-panel {
  padding: 8px 8px 18px;
  background: #fff; }

.sub-title {
  padding: 8px 0 8px 10px;
  position: relative;
  border-bottom: 1px solid rgba(80, 80, 80, 0.1);
  font-size: 18px;
  background: #fff;
  margin: 0; }

.sub-title:before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 12px;
  border-left: 1px solid #505050; }

.sub-title:after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  position: absolute;
  left: 1px;
  top: 12px;
  border-left: 1px solid rgba(80, 80, 80, 0.3); }

.info-list {
  list-style: none; }

.info-list-item {
  border-bottom: 1px dashed rgba(80, 80, 80, 0.3);
  margin-bottom: 8px;
  padding-bottom: 8px; }

.info-list-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.text-date {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  vertical-align: center;
  display: inline-block;
  padding: 4px;
  padding-left: 0;
  color: #505050;
  margin-left: -5px; }

.text-info-title {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  padding-top: 4px;
  padding-left: 12px;
  border-left: 2px solid rgba(80, 80, 80, 0.3);
  color: #505050; }

.text-info-text {
  padding-top: 12px;
  margin-bottom: 0; }

.scroll-area {
  height: 300px;
  overflow-y: scroll;
  padding: 12px 18px; }

.system-menu-list {
  padding: 0;
  margin: 0 0 8px 0;
  border: 1px solid #000; }
  @media only screen and (max-width: 768px) {
    .system-menu-list {
      margin-left: 0; } }
  @media only screen and (max-width: 575px) {
    .system-menu-list {
      margin-left: 0; } }
  .system-menu-list .system-menu-item {
    display: block;
    padding: 12px 14px;
    height: 100%; }
    .system-menu-list .system-menu-item dl, .system-menu-list .system-menu-item dd, .system-menu-list .system-menu-item dt {
      margin-bottom: 0;
      position: relative; }
    .system-menu-list .system-menu-item dd {
      padding-top: 16px; }
    .system-menu-list .system-menu-item dt {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      padding-bottom: 8px; }

.nav-system-download,
.nav-system-cd,
.nav-system-license,
.nav-system-mailregist,
.nav-system-userregist,
.nav-system-makerregist {
  padding-left: 30px; }

.nav-system-download:before,
.nav-system-cd:before,
.nav-system-license:before,
.nav-system-mailregist:before,
.nav-system-userregist:before,
.nav-system-makerregist:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.nav-system-download:before {
  background-image: url(../images/icon-download.svg); }

.nav-system-cd:before {
  background-image: url(../images/icon-cd.svg); }

.nav-system-license:before {
  background-image: url(../images/icon-license.svg); }

.nav-system-mailregist:before {
  background-image: url(../images/icon-mail.svg); }

.nav-system-userregist:before {
  background-image: url(../images/icon-pen.svg); }

.nav-system-makerregist:before {
  background-image: url(../images/icon-manufacturer.svg); }

.id-table {
  border: 1px solid rgba(80, 80, 80, 0.3);
  border-bottom: none;
  padding: 0; }
  .id-table dt {
    font-weight: normal;
    background: #f5f5f5;
    background-color: #f5f5f5;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.05), #f5f5f5);
    padding: 8px;
    border-bottom: 1px solid rgba(80, 80, 80, 0.3); }
  .id-table dd {
    padding: 8px;
    border-bottom: 1px solid rgba(80, 80, 80, 0.3);
    margin-bottom: 0; }

.table-list thead, .table-list th {
  font-size: 14px !important;
  white-space: nowrap;
  font-weight: normal !important; }

.status-on {
  font-size: 12px;
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
  background: #2196F3;
  padding: 2px 4px; }

.status-off {
  font-size: 12px;
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
  background: #ccc;
  padding: 2px 4px; }

/*------------------------
TABLE PARTS
-------------------------*/
.datatables th {
  white-space: nowrap; }
.datatables thead {
  cursor: pointer; }

.col-no {
  min-width: 60px; }

.col-chk {
  min-width: 64px; }

.col-id {
  min-width: 130px; }

.col-name {
  min-width: 150px; }

.col-auth {
  min-width: 100px; }

.col-state {
  min-width: 90px; }

.col-oem {
  min-width: 80px; }

.col-simuke {
  min-width: 80px; }

.col-date {
  min-width: 120px; }

.col-log_no {
  min-width: 130px; }

.col-soft_ver {
  min-width: 230px; }

.col-hard_ver {
  min-width: 100px; }

.col-hard_text {
  min-width: 100px; }

.col-text {
  min-width: 100px; }

.scroll-table-area {
  width: 100%;
  overflow-x: auto; }
  .scroll-table-area thead, .scroll-table-area td {
    white-space: nowrap; }

/*------------------------
PANEL DIALOG PARTS
-------------------------*/
.login-panel {
  padding: 1em 1em 0.5em;
  display: block;
  border-radius: 5px; }

/*------------------------
LIBRARY CUSTMIZE
-------------------------*/
.far, .fas, .fa {
  margin-right: 8px; }

.form-control {
  border-radius: 0; }

.btn {
  border-radius: 0; }

.switch {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 34px; }

.switch-b {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input,
.switch-b input {
  display: none; }

/* The slider */
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

.switch input:checked + .slider {
  background-color: #2196F3; }

.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

.switch input:checked + .slider:before {
  -webkit-transform: translateX(86px);
  -ms-transform: translateX(86px);
  transform: translateX(86px); }

.switch input:checked + .slider:after {
  content: "利用する";
  color: #fff;
  line-height: 35px;
  padding-left: 4px;
  position: absolute;
  left: 4px;
  top: 1px; }

.switch input + .slider:after {
  content: "利用しない";
  color: #fff;
  line-height: 35px;
  padding-left: 4px;
  position: absolute;
  right: 6px;
  top: 1px; }

/* The slider */
.switch-b .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.switch-b .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

.switch-b input:checked + .slider {
  background-color: #2196F3; }

.switch-b input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

.switch-b input:checked + .slider:before {
  -webkit-transform: translateX(86px);
  -ms-transform: translateX(86px);
  transform: translateX(86px); }

.switch-b input:checked + .slider:after {
  content: "ON";
  color: #fff;
  line-height: 35px;
  padding-left: 4px;
  position: absolute;
  left: 4px;
  top: 1px; }

.switch-b input + .slider:after {
  content: "OFF";
  color: #fff;
  line-height: 35px;
  padding-left: 4px;
  position: absolute;
  right: 6px;
  top: 1px; }


/* The slider */
.switch-c .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.switch-c .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

.switch-c input:checked + .slider {
  background-color: #2196F3; }

.switch-c input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

.switch-c input:checked + .slider:before {
  -webkit-transform: translateX(86px);
  -ms-transform: translateX(86px);
  transform: translateX(86px); }

.switch-c input:checked + .slider:after {
  content: "有効";
  color: #fff;
  line-height: 35px;
  padding-left: 4px;
  position: absolute;
  left: 4px;
  top: 1px; }

.switch-c input + .slider:after {
  content: "終了";
  color: #fff;
  line-height: 35px;
  padding-left: 4px;
  position: absolute;
  right: 6px;
  top: 1px; }

.card {
  border-radius: 0; }

.card .card-header a[data-toggle="collapse"] {
  display: block;
  padding: .75rem 1.25rem;
  margin: -.75rem -1.25rem; }

.news-title {
  position: relative;
  color: #000000; }

.badge-list {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  text-align: center;
  background-color: #ed1c24;
  color: #fff;
  border-radius: 100%;
  font-size: 10px; }

/*------------------------
BTN
-------------------------*/
.btn {
  letter-spacing: 1px; }

.btn-login {
  width: 100%;
  color: #fff;
  padding: 8px;
  background-color: #086496;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), #086496);
  border: 1px solid #086496; }
  .btn-login:hover {
    color: #fff;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), #086496); }

.btn-regist-user {
  width: 100%;
  color: #fff;
  padding: 8px;
  background-color: #333333;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), #333333);
  border: 1px solid #333333; }
  .btn-regist-user:hover {
    color: #fff;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), #333333); }
  @media only screen and (max-width: 575px) {
    .btn-regist-user {
      font-size: 12px; } }

.btn-action {
  color: #fff;
  background-color: #086496;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), #086496);
  border: 1px solid #086496; }
  .btn-action:hover {
    color: #fff;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), #086496); }

.btn-system {
  color: #fff;
  background-color: #086496;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), #086496), url(../images/btn_bg.png);
  background-repeat: no-repeat;
  background-size: auto,contain;
  background-position: top,right bottom;
  border: 1px solid #086496; }
  .btn-system:hover {
    color: #fff;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), #086496); }
  .btn-system a {
    color: #fff; }

.btn-clear {
  color: #505050;
  background-color: #fff;
  background-image: linear-gradient(to top, rgba(80, 80, 80, 0.1), #ffffff);
  border: 1px solid #cccccc; }
  .btn-clear:hover {
    color: #000;
    background-image: linear-gradient(to top, rgba(80, 80, 80, 0.2), #ffffff); }

.dropdown-menu {
  max-height: 21rem;
  overflow-y: auto;
}

.dropdown-item {
	padding: 0.25rem;
	white-space: normal;
}
