body {
  font-family: proxima-nova, sans-serif !important;
  color: #001e1d !important;
  font-size: 18px !important;
  line-height: 1.8 !important; 
  font-weight: 400 !important;
}
@media screen and (max-width: 701px) {
  /* 701pxよりも小さい画面幅の場合 */
  body {
    font-family: proxima-nova, sans-serif !important;
    color: #001e1d !important;
    font-size: 16px !important;
    line-height: 1.8 !important; 
    font-weight: 400 !important;
  }
}

/**
*
*共通部
*
**/

.display-none{
  display: none;
}
.text-align-center{
  text-align:center;
}



/** ヘッダ 問合せエリア**/
.mobile_header_margin{
  margin-top: -1px;
}
/** ヘッダ 問合せエリア**/
.mobile_header_height{
  line-height: 157%;
}
/** ヘッダ 問合せエリア**/
.header-other-element-index{
  margin-right: 1.2rem;
}

/** サイドバー */
.sidebar{
  font-weight:bold !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: #004643 !important;
  color:#fffffe !important
}
/** サイドバー　横線削除*/
.dropdown-divider{
  display: none;
}
.divider-line {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.sidebar{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (min-width: 992px) {
  .sidebar{
    height:100%!important;
  }
}

/** ヘッダ ナビバー　文字の太さ*/
.navbar{
  font-weight:400 !important;
  letter-spacing:.05rem !important;
  background-color:#004643 !important;
  /*background-color: #abd1c6 !important;
  color: #001e1d !important;*/
}

/** ナビバー 下線削除**/
.main-header{
  border-bottom: 0;
}

/** ヘッダ ホバー**/
.hover_under_line::after{
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #f9bc60 !important;
  bottom: -1px;               /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s; /*変形の時間*/
}
.hover_under_line:hover:after{
  transform: scale(1, 1);
}

/** 背景色 **/
.main-color{
  background-color: #abd1c6 !important;
}

/** サイドバー文字色*/
.light .main-sidebar > .sidebar a{
  color:#fffffe !important;
}

/** サイドバー アクティブ*/
.sidebar-active{
  background-color: #f9bc60 !important;
}

/**サイドバー フッダ 文字色*/
.footer-side-nav-item{
  color:#fffffe !important;
}

/** ヘッダ */

/** ヘッダ 文字色変更*/
.navbar li, .navbar span, .navbar a{
  color:#fffffe !important;
 }
 
/** ナビバー 背景色*/
.company-row{
  background-color: #004643 !important;
}
.company-row span , .company-row i , .company-row p{
  color:#fffffe !important
}


/** ヘッダ 画面名の文字色**/
.headeline{
  color: #001e1d !important;
}

.header-other-element{
  border: solid;
  border-radius:10px;
  border-color: #001e1d;
  color: #808080
}

.card{
  box-shadow: none!important;
}

.breadcrumb-item.active{
  color: #001e1d!important;
}


/**
*
*データ部
*
**/

/** 検索フィルタのカードのヘッダ**/
.card-header{
  background-color: #004643 !important;
}
/** 検索フィルタのカードの文字色**/
.light .search-card .card-header a, .light .news-card .card-header a{
  color:#fffffe !important;
}

/** ページリンク アクティブ*/
.light .page-item.active .page-link{
  color: #fffffe !important;
  background-color: #004643 !important;
  border-color: #004643!important;
}
/** ページリンク ノンアクティブ*/
.light .page-item .page-link{
  color : #001e1d !important;
  border-color: #004643!important;
}

/** 一覧 ヘッダ*/
.light .table-list th{
  background-color: #004643 !important;
  color:#fffffe !important;
}
/** 一覧 ヘッダ 文字色*/
.light .table-list th a{
  color:#fffffe !important;
}
/** 一覧 データ部*/
.table td .gray{
  background-color:#E9ECEF !important;
  color: #606060!important;
}
.light .btn-primary, .light .btn-info, .light .page-item.active .page-link, .light .nav-sidebar > .nav-item > .nav-link.active{
  color:#fffffe !important;
  border-color: #004643 !important;
  background-color: #004643 !important;
}


.title {
  font-weight: bold;
}

.btn_title {
  font-size: 1.3rem;
  font-weight: bold;
}

.fileBorder {
  /* width: 400px; */
  margin: 0 auto;
  /* padding: 10px; */
  padding: 0px;
  text-align: center;
  border-style: dashed;
  /* border: double #000; */
}
.titleBorder {
  /* width: 400px; */
  margin: 0 auto;
  /* padding: 10px; */
  padding: 0px;
  /* text-align: center; */
  /* border-style: dashed; */
  border: 1px solid  #eeeeee;
  /* border: double #000; */
}
.nomalHeight {
  height:2.5rem;
}
.inputHeight {
  height:3rem;
}

/* マウスオーバー */
.hover:hover {
  /* color: #0d47a1; */
  /* font-size: 1.3rem; */
  font-weight: bold;
  text-decoration: underline;
  /* background-color: red; */
}

/* 折り返しなし */
.nowrap {
/* white-space: nowrap; */
white-space: nowrap!important;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}

/* 縦中央揃え */
.alignCenter {
  display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
   align-items: center; /* 縦方向中央揃え */
   /* -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */ 
   /* justify-content: center; /* 横方向中央揃え */   

}
header{
    /* background: #fff;
    display: flex;
    padding: 60px 20px;
    position: fixed;
    justify-content: space-between;
    width: 100%; */

    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
/* td, th { */
    /* padding: .5rem!important; */
    /* border-bottom: 1px solid  #0f0f0f; */
/* } */
.d-none {
    display: none!important;
}
.text-right {
    text-align: right!important;
}
/* .table-bordered {
    border: 1px solid #dee2e6;
} */

/* ヘッダー部 */
/* メニューアイコン */
.menuIcon {
  color: white;
  font-size: 2.5rem;
}

/* システムタイトル */
.sysTitle {
  font-weight: bold;
  color: white;
  font-size: 1.4rem;
}

/* 文字色 */
.letterColor {
  color: white;
}

/* row下余白0 */
.rowbottom0 {
  margin-bottom: 0px!important;
}

/* selectInput */
.selectInput {
  height: 1rem;
  margin-bottom: 0px;
}

/* OKメッセージ */
.msgOk {
  border-radius: 10px;
  color: green;
  border: 2px solid green;
  background-color: white;
  padding-top:15px!important;
}

/* エラーメッセージ */
.msgErr {
  border-radius: 10px;
  color: red;
  border: 2px solid red;
  background-color: #ffebee;
  padding-top:15px!important;
}

.inputErr {
  /* color: red; */
  border: 2px solid  #cc2200;
  /* border-color: #dc3545; */
  /* border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #f44336; */
}
#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
  z-index:10000;
}

#loadingLogin {
  display: table;
  width: 100%;
  height: 500px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
  z-index:10000;
}

.loadingMsg {
  font-size: 1.5rem;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 120px;
  background: url("ajax-loader.gif") center center no-repeat;
  z-index:10001;
}

.content-wrapper {
  position: inherit;
  top:60px !important;
  min-height: calc(100vh - 60px) !important;
}

body:not(.sidebar-closed) .content-wrapper {
  padding-left: 15px !important;
}

/* ボタン設定 */
.btn {
  min-width: 100px;
}

/* 行設定 */
.row {
  margin: 0 0 10px 0;
  justify-content: space-between;
}  

/* フッター */
.footer {
  padding: 5px 0;
  text-align: center;
}
.footer-nav {
  margin-top: 15px;
  margin-bottom: 15px;
}
.footer-nav-item {
  font-size: .75rem;
  line-height: 1;
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0 10px;
  color: #74758b;
}
.footer-nav-item a {
  color: #74758b;
}

/* フッター(サイドメニュー) */
.footer-side {
  padding: 5px 0;
  text-align: left;
}
.footer-side-nav {
  position: fixed;
  bottom: 0px;
  padding-left: 0px;
  position: fixed;
  bottom: 0px;
  overflow-wrap: break-word;
}
.footer-side-nav-item {
  font-size: .75rem;
  line-height: 1;
  margin-bottom: 0.2rem;
  padding: 0px;
  color: #74758b;
}
.footer-side-nav-item a {
  color: rgba(0, 150, 135, 0.6901960784)!important;
}
/* アイコンのみサイドメニューの場合　フッター非表示 */
.sidebar-collapse .side-footer {
  display: none !important;
}

/* モバイル　フッターメニュー */
.mobile-footer {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #004643 !important;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1px;
	padding-right: 1px;
	margin-left: 20px;
	z-index: 4;
	/* max-width: 700px; */
	width: 100%;
}

.mobile-footer .notes-field {
	width: 985px;
	padding-left: 252px;
}

.footer-comment{
	padding-left: 75px !important;
}

.mobile-footer .notes-field input {
	width: 100%;
	padding: 5px;
}

  .mobile-footer .dispCount{
	border: none;
	color: black;
	font-size: 0.8rem;
  }
  .mobile-footer a:hover {
	background-color: #fafafa!important;
	font-weight: bold;
  }
  .mobile-footer a:active {
	background-color: #fafafa!important;
	font-weight: bold;
  }
  
  @media screen and (min-width: 1011px) {
	/* 1011pxよりも大きい画面幅の場合 */
	.mobile-footer .links-container {
		display: flex;
		width: 100%;
		padding: 0;
	}
	.mobile-footer .a-state {
		display: inline-block;
		text-align: center;
		text-decoration: none;
		border: 1px solid black;
		border-radius: 4px;
		cursor: pointer;
		/* width: 200px; */
		width: 135px;
		min-width: 50px;
		margin-left: 3px;
		margin-right: 3px;
	}
  .mobile-footera .notes-width #staShonin,
  .mobile-footera .notes-width #staModoshi{
	  max-width: 130px;
    min-width: 130px;
  }
  .mobile-footera .send-width #btnPrev,
  .mobile-footera .send-width #btnRegist{
	  max-width: 130px;
    min-width: 130px;
  }
  }
  @media screen and (max-width: 1010px){
	/* 1010pxよりも小さい画面幅の場合 */
	.mobile_none_1000 {display:none!important}
  .mobile_header_none {display:none}
  .mobile_header_margin{margin: 0}
  .mobile_header_height{line-height: unset}
	.mobile-footer .links-container {
		display: flex;
		justify-content: center;
		width: 100%;
		padding: 0;
	}
	.mobile-footer .a-state {
		display: inline-block;
		text-align: center;
		text-decoration: none;
    border: 1px solid black;
    border-radius: 4px;
		cursor: pointer;
		min-width: 50px;
		margin-left: 3px;
		margin-right: 3px;
	}
  }

  .logout{
    background-color: #e16162 !important;
    color: #fffffe !important;
    border-color: #e16162 !important;
  }

 
   
 @media (min-width: 768px) {
   .overflow-md-visible{
     overflow: visible !important;
   }
 }
 

/* アイコンイメージ */
.icon-img-60 {
  max-width: 60px;
  max-height: 60px;
}
.icon-img-80 {
  max-width: 80px;
  max-height: 80px;
}

/* ドメインラベル設定 */
.label-domain {
  padding-left:10px;
  line-height:250%;
  font-size:1rem;
}

/* バリデーションエラー部の設定 */
.invalid-feedback {
  text-align: left;
}
 /* エラーメッセージ表示 */
.invalid-feedback-disp {
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545!important;
}




/* 検索テキスト */
.search_container {
  position: relative;
  box-sizing: border-box;
}

.search_container input[type="text"] {
  border: none;
  height: 1.8em;
}

.search_container input[type="text"]:focus {
  outline: 0;
}

.search_container {
  border: 2px solid #808080;
  padding: 3px 5px;
  border-radius: 20px;
  height: 2.2em;
  min-width: 280px;
  max-width: 700px;
  overflow: hidden;
}
.search_container_width{
  min-width: 280px;
  max-width: 700px;
}

.search_container input[type="submit"] {
  cursor: pointer;
  font-family: FontAwesome;
  border: none;
  background: #808080;
  color: #fff;
  position: absolute;
  width: 3.5em;
  height: 3.0em;
  right: 0px;
  top: -5px;
  outline: none;
}

.search_container ::-webkit-input-placeholder {
  color: #808080;
}

.required:after {
  padding: 0px 6px 0px 6px;
  border-radius: 10px;
  font-size: 1em;
  font-weight: bold;
  color: white;
  background-color: #d32f2f ;
  /* content: "必須"; */
  content: "\5FC5\9808"; /* Unicode  */
}
.anyitem:after {
  padding: 0px 6px 0px 6px;
  border-radius: 10px;
  font-size: 1em;
  font-weight: bold;
  color: white;
  background-color: #070d6e ;
  /* content: "任意"; */
  content: "\4efb\610f"; /* Unicode  */
}
/* 任意非表示 */
.anyitem2:after {
  padding: 0px 6px 0px 6px;
  border-radius: 10px;
  font-size: 1em;
  font-weight: bold;
  color: white;
  background-color: #070d6e ;
  /* content: "任意"; */
  content: "\4efb\610f"; /* Unicode  */
  opacity: 0;
}

/* 一覧表示用バッジ */
.badge_status{
  padding: 3px 6px 1px 6px;
  border-radius: 10px;
  font-size: 1em;
  font-weight: normal;
  color: white;
  background-color: #A63F3B ;
}

.container{
  margin: 0;
  max-width: 100%;
}

/*Let's place the label over the input*/
.flp div {position: relative; margin-bottom: 30px;}
.serch-flp div {position: relative; margin-bottom: 0;}

.flp input, .flp label {
  display: block;
  font: inherit;
  /*fixed height for FF line height issue. 
  height = 24(lineheight) + 10*2(padding) + 2(border)*/
  
}
.flp input {border-radius: 3px;}
.flp label {
  position: absolute; left: 0; top: 0;
  margin-block: 0.7rem;
  padding-left: 0.5rem;
  font-size: 1rem;
  font-weight: 100;
  /*left/right padding will be 2px less, adjusted by padding on .ch*/
  
  cursor: text;
}

/*label styles*/
.ch {
  display: block; float: left;
  position: relative; /*for upward animation*/
  background: white; 
}
.ch:first-child {padding-left: 2px;}
.ch:last-child {padding-right: 2px;}

/*active input label*/
.focussed {
  /*when any input is already focussed clicking on it(label) again won't do anything*/
  pointer-events: none;
  font-size: 0.8rem!important;
}


/* ツールチップ */
.tooltip-inner {
  max-width: 400px;
  text-align: left;
  /* max-width: 200px; */
  /* padding: 3px 8px; */
  /* color: #fff; */
  /* text-align: center; */
  /* background-color: #000; */
  /* border-radius: .25rem; */
}
/* ポップオーバー */
.popover-body {
  max-width: 650px;
  width: max-content;
  text-align: left;
  color: #fff;
  background-color: #000;
  padding: 3px 8px;
  font-size: 1rem;
}
.popover-body a u {
  color: #fff;
}
/* ポップオーバー 上部表示 下矢印色*/
.bs-popover-auto[x-placement^=top]>.arrow::after, .bs-popover-top>.arrow::after {
  border-top-color: #000;
}
/* ポップオーバー 下部表示 上矢印色*/
.bs-popover-auto[x-placement^=bottom]>.arrow::after, .bs-popover-bottom>.arrow::after {
  border-bottom-color: #000;
}
/* ポップオーバー 右部表示 左矢印色*/
.bs-popover-auto[x-placement^=right]>.arrow::after, .bs-popover-right>.arrow::after {
  border-right-color: #000;
}
/* ポップオーバー 左部表示 右矢印色*/
.bs-popover-auto[x-placement^=left]>.arrow::after, .bs-popover-left>.arrow::after {
  border-left-color: #000;
}


/* ダイヤログ上部スペース削除 */
.dialog-top  {
  top: 0;
}

/* 契約確認PDF */
.contract-canvas{
  background: #333;
  text-align: center;
  border: solid 1px;
}

.contract-canvas.hed{
  height:30px;
  width:100%;
  color: white;
}

.contract-canvas.container{
  /* max-height: 450px;  */
  /* height: calc(100vh - 60px);max-height: 800px; */
  width:100%;
  overflow-y: scroll;
  overflow-x: auto;
  -ms-overflow-style: none;
}

.contract-canvas.footer{
  height:50px;
  width:100%;
}
.canvas_footer_btn{
  /*line-height:inherit;*/
  font-size:2rem;
  color:white !important;
  margin-left : 7px ;
  margin-right : 7px ;
}


@media screen and (max-width: 700px){
  /* 700pxよりも小さい画面幅の場合 */
  .mobile_none {display:none!important}
  .mobile_text_align_initial {text-align:initial !important}
  .mobile_col_initial {width:100%; flex:initial;}
  .mobile_col_initial_none {display:none}
  .mobile_col_max {
    flex-basis: unset;
    max-width: 100% !important;
  }
  .mobile_del_btn{
    min-width: 40px;
    margin: 0px;
  }

  /* ポップオーバー */
  .popover-body {
    max-width: 350px;
    width: max-content;
    text-align: left;
    color: #fff;
    background-color: #000;
    padding: 3px 8px;
    font-size: x-small;
  }
  }
  @media screen and (max-width: 1390px){
    /* 1390pxよりも小さい画面幅の場合 */
    .mobile_none_contract_conclusion {display:none}
    .mobile_col_max {
      flex-basis: unset;
      max-width: 650px!important;
      min-width: 250px!important;
    }
    .mobile_del_btn{
      min-width: 40px;
      margin: 0px;
    }
  }

@media screen and (min-width: 701px) {
  /* 700pxよりも大きい画面幅の場合 */
  .notmobile_none {display:none!important}
}

@media screen and (min-width: 1391px) {
  /* 1390pxよりも大きい画面幅の場合 */
  .notmobile_none_contract_conclusion {display:none}
}


/*非活性項目*/ 
.inactive{
  border: unset;
  background-color: unset !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* 項目名、入力欄横並びレイアウト */
.text_align_right {
  text-align: right;
  display: table;
}
.item_name {
  display: table-cell;
  vertical-align: middle;
  min-width: 110px;
}


/* 1行表示 */
.lins-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
/* 2行表示 */
.lins-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/* 3行表示 */
.lins-3 {
  overflow: hidden;
  display: -webkit-box;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
/* 4行表示 */
.lins-4 {
  overflow: hidden;
  display: -webkit-box;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

/* テーブル行の高さ指定 */
.mobile_none tbody tr,
.mobile_none_contract_conclusion tbody tr {
  height: 87px;
}

/* 高さ指定無効 */
.height-auto {
  height: auto!important;;
}

/* 一覧画面項目幅、折り返し設定 */
.tableColumnWidth0 {
  max-width: 100px;
}
.tableColumnWidth1 {
  max-width: 160px;
}
.tableColumnWidth2 {
  max-width: 250px;
}
.tableColumnWidth3 {
  max-width: 400px;
}
.tableColumnWidth0 div,
.tableColumnWidth1 div,
.tableColumnWidth2 div,
.tableColumnWidth3 div{
  overflow: hidden;
  display: -webkit-box;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}


/* 日付項目エラーメッセージ表示 */
.datetimepicker-date{
  min-width: 165px;
  max-width: 165px;
}

.is-invalid-date{
  border-color: #dc3545;
  border-width: thin;
}




.item_title {
  /* margin: 0 ; */
  margin-left:5px !important;
  height: 100%;
  /* display: table-cell; */
  /* vertical-align: middle; */
}


/* サイドメニューサンプル */
.sub-menu-nav {
  position: fixed;
  background: #004643;
  color: #808080;
  left: 250px;
  top: 192px;
  width: 0;
  height: auto;
  overflow: hidden;
  transition: width .2s ease-out;
  display: unset !important;

  box-shadow: 0 .5rem 1rem rgba(0,0,0,.175);
}

.sub-menu-contract {
  top: 254px;
}
.sub-menu-kintai {
  top: 299px;
}

.sub-menu:hover .sub-menu-nav {
  width: 190px;
}

.sub-menu-nav .nav-item .nav-link {
  padding-inline: unset;
}

@media screen and (max-width: 470px){
  .mobile_sidebar {width:180px}
  .nav-item .nav-link {width: unset !important;}
  .mobile_sub-menu-nav {
    top: 192px;
    left: 180px;
  }
  .mobile_sub-menu-contract {
    top: 254px;
  }
  .mobile_sub-menu-kintai {
    top: 299px;
  }
}

@media screen and (max-width: 490px){
  .mobile_margin_top {
    margin-top: 35px;
  }
}

@media screen and (min-width: 701px){
  .right_align_required {
    display: block;
    position: absolute;
    right: 0;
  }
  .mobile_disp {
    display: none !important;
  }
}

/* 権限ラジオボタン不活性 */
[id^="radioAuthority"][readonly],
[id^="radioAuthority"][readonly] + label{
  pointer-events:none;
}

/* ラジオボタン不活性 */
.readonly,
.readonly + label {
  pointer-events:none;
}

/* リンク不活性 */
.link_disabled {
  pointer-events:none;
}

/* ボタン不活性 */
.btn_disabled {
  opacity: 0.4 !important;
  pointer-events: none;
}

/* カーソル　指 */
.cursor_pointer {
  cursor: pointer;
}

/* 件数表示バッジ */
.cnt_badge {
  padding: .5em .5em;
  transform: translate(-2px,-10px);
  color: black;
  font-weight: bold;
  border-radius: 50%;
}
.cnt_badge_sidebar {
  transform: translate(-6px,-10px);
}
.warning_badge {
  position: relative; 
}
.warning_badge::after {
  content: "！";       
  position: absolute;   
  transform: translate(-2px,-10px);
  color: black;        
  line-height: 20px;    
  font-weight: bold;   
  text-align: center;  
  width: 20px;         
  background: #ffc107;     
  border-radius: 50%;  
}

/* 各機能のピクトグラム定義 */
.function_pic{
  width:34.55px;
  height:34.55px;
  font-size:32px;
}




/* エクスポートボタン右寄 */
.right_align {
  display: block;
  position: absolute;
  right: 0;
}



/* ダッシュボード */
.dash-count {
  font-size: 2.2rem;
  font-weight: 400; 
}
.dash-count2,
.dash-count3 {
  display     : inline-block;    /* 変形するためのブロック化 */
  font-size   : 5rem;            /* 文字サイズ */
  /*transform   : scale(1, 2);   /* 変形 横,縦 */
  line-height : 1.5em;
  /* font-family: "MS Pゴシック" ; */
  font-weight: 600;

}

.dash-count-title {
  font-size: 1.2rem;
}

.card-body2 .dash-count-title {
  margin-top: 20px;
}
.card-body3 .dash-count-title {
  margin-top: 20px;
}




/* タコメーター */
#tachometer{
  background:#FFF;
  margin:100px auto;
  width:600px;
  height:300px;
  /* border: 5px solid #FFF; */
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  display: block;
  position: relative;  
}


.ii {
  position: absolute;
  width: 600px;
  height: 300px;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  z-index: 2;
  
}
.ii div {
  position: absolute;
  width: 600px;
  height: 600px;
  padding:4px;
  box-sizing: border-box;
}
.ii div b {
  position: absolute;
  display: block;
  left: 50%;
  width: 5px;
  height: 15px;
  background: #C9C9C7;
  margin: 0 -2.5px 0;
  
}
.ii div:nth-child(2n+1) b {
  /* width: 10px; */
  height: 25px;
  margin: 0 -2.5px 0;
}

.ii div:nth-child(1) {
  transform: rotate(-90deg);
}
.ii div:nth-child(2) {
  transform: rotate(-81deg);
}
.ii div:nth-child(3) {
  transform: rotate(-72deg);
}
.ii div:nth-child(4) {
  transform: rotate(-63deg);
}
.ii div:nth-child(5) {
  transform: rotate(-54deg);
}
.ii div:nth-child(6) {
  transform: rotate(-45deg);
}
.ii div:nth-child(7) {
  transform: rotate(-36deg);
}
.ii div:nth-child(8) {
  transform: rotate(-27deg);
}
.ii div:nth-child(9) {
  transform: rotate(-18deg);/*---*/
}
.ii div:nth-child(10) {
  transform: rotate(-9deg);
}
.ii div:nth-child(11) {
  transform: rotate(0deg);
}
.ii div:nth-child(12) {
  transform: rotate(9deg);
}
.ii div:nth-child(13) {
  transform: rotate(18deg);
}
.ii div:nth-child(14) {
  transform: rotate(27deg);
}
.ii div:nth-child(15) {
  transform: rotate(36deg);
}
.ii div:nth-child(16) {
  transform: rotate(45deg);
}
.ii div:nth-child(17) {
  transform: rotate(54deg);
}
.ii div:nth-child(18) {
  transform: rotate(63deg);
}
.ii div:nth-child(19) {
  transform: rotate(72deg);
}
.ii div:nth-child(20) {
  transform: rotate(81deg);
}
.ii div:nth-child(21) {
  transform: rotate(90deg);
}


[class^="num_"] {
  color:#C9C9C7;
  display: block;
  position: absolute;
  width: 20px;
  font-size:20px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  text-decoration:none;
  top:30px;
  left:-10px;
    
}

.num_1 {transform: rotate(90deg);}
.num_2 {transform: rotate(72deg);}
.num_3 {transform: rotate(54deg);}
.num_4 {transform: rotate(36deg);}
.num_5 {transform: rotate(18deg);}
.num_6 {transform: rotate(0deg);}
.num_7 {transform: rotate(-18deg);}
.num_8 {transform: rotate(-36deg);}
.num_9 {transform: rotate(-54deg); top:35px;}
.num_10 {transform: rotate(-72deg);}
.num_11 {transform: rotate(-90deg); top:50px;}

#redline{     
  width:640px; height:320px;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  position:absolute;
  border-width: 20px;
  border-style: solid;
  border-color:#A73F3B;
  border-bottom: 0;
  top: -20px;
  left: -20px;
  z-index:1
  }

#yellowline{     
  width:320px; height:320px;
  border-radius: 100% 0 0 0;
  position:absolute;
  border-width: 20px;
  border-style: solid;
  border-color: #EABC69;
  border-bottom: 0;
  border-right: 0;
  top: -20px;
  left: -20px;
  z-index:2;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
  }

#greenline{     
  width:320px; height:320px;
  border-radius: 100% 0 0 0;
  position:absolute;
  border-width: 20px;
  border-style: solid;
  border-color: #40706A;
  border-bottom: 0;
  border-right: 0;
  top: -20px;
  left: -20px;
  z-index:3
  }


.line {

  
  background: #171717;
  /* background-image: linear-gradient(to bottom, #F14134, #343536); */
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  width: 0;
  transform-origin: 50% 100%;
  margin: -230px -8px 0;
  padding: 230px 8px 0;
  z-index:2;
  border-radius: 50% 50% 0 0;    
  transform:rotate(54deg);
  
  
  animation: show;
  animation-duration: 3s;

      
}

.pin {
  width: 50px;
  height: 50px;
  left:50%;
  top:100%;
  margin: -25px 0 0 -25px;
  background-color: #171717;
  border-radius: 50%;
  position: absolute;
  /* box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.5); */
  /* background-image: linear-gradient(to bottom, #F14134, #343536); */
  z-index: 4;
}


.inner {
  width: 30px;
  height: 30px;
  margin: 10px auto 0;
  background-color: #171717;
  border-radius: 100%;
  /* box-shadow: inset 0 8px 15px 0 rgba(167, 23, 10, 0.4); */
  position: relative;
}

@keyframes show {
  0% {
    transform:rotate(-90deg);
  }
  100% {
      transform:rotate(54deg);
  }
}

.item_font {
  font-size: 1rem;
}

/* 時間項目幅 */
.input_time_width {
	width: 120px;
  }

/* 時間項目 */
.input_time {
  width: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.input_time_HHMM {
  padding-inline: 0.2rem;
  width: auto;
}


/* 時間項目時計アイコン */
.clock-icon {
  position:absolute;
  right:0;
  width: 50px;
  height: calc(2.25rem + 2px);
  border-left: none;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ui-corner-all {
  color: black;
  border: unset;
}

/* 休憩時間 スマホ時縦並び */
@media (max-width:1320px){
  .breakTime_table table,.breakTime_table tr,.breakTime_table td{
    display: block;
  }
  .input_breakTime{
    width: 120px;
  }
  .breakTime_table input[type="text"],.breakTime_table textarea{
    width: calc(100% - 10px);
  }
}

@media (max-width:1485px){
  .breakTime_table2 table,.breakTime_table2 tr,.breakTime_table2 td{
    display: block;
  }
  .input_breakTime{
    width: 120px;
  }
  .breakTime_table2 input[type="text"],.breakTime_table2 textarea{
    width: calc(100% - 10px);
  }
}

/* inputオートコンプリート使用時に背景色が変わらないように */
input:-webkit-autofill {
  transition: background-color 50000s ease-in-out 50000s !important;
}



/* リンクマウスオーバー時に色を変更させない */
a.nothover {
  text-decoration: none!important;
  cursor: default!important;
}
a.nothover:hover {
  color: #6c757d!important;
}



/* サイドメニューアイコン */
side-menu-icon{
  width: 25px!important;
  height: 25px!important;
}

/* サイドメニュー　ダッシュボード*/
.nav-link.nav-sidemenu-dashboard {
  display: block;
  padding: 6px 1rem;
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* チェックボックススタイル */
input[type="checkbox"]{
  transform:scale(1.5);
}

/* カスタムチェックボックスのサイズを変更 */
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  width: 19.5px; /* 幅を変更 */
  height: 19.5px; /* 高さを変更 */
}

.custom-checkbox .custom-control-label::before {
  width: 19.5px; /* 幅を変更 */
  height: 19.5px; /* 高さを変更 */
}

.custom-checkbox .custom-control-label::after {
  width: 19.5px; /* 幅を変更 */
  height: 19.5px; /* 高さを変更 */
}


input[type="checkbox"].custom-control-input:not(:checked) ~ .custom-control-label::before {
  background-color: white;
  /* border-color: white; */
  box-shadow: none; /* 影を削除 */
}
input[type="checkbox"].form-check-input:not(:checked) ~ .form-check-label::before {
  background-color: white;
  /* border-color: white; */
  box-shadow: none; /* 影を削除 */
}
input[type="checkbox"].custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="checkbox"].form-check-input:disabled ~ .form-check-label::before {
  background-color: #e9ecef;
  opacity: 1;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ラジオボタンススタイル */
input[type="radio"]{
  transform:scale(1.5);
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
  width: 19.5px; /* 幅を変更 */
  height: 19.5px; /* 高さを変更 */
}
.custom-radio .custom-control-label::before {
  width: 19.5px; /* 幅を変更 */
  height: 19.5px; /* 高さを変更 */
}
.custom-radio .custom-control-label::after {
  width: 19.5px; /* 幅を変更 */
  height: 19.5px; /* 高さを変更 */
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


/* 求人依頼ボタン制御 */
@media screen and (max-width: 420px){
	/* 420pxよりも小さい画面幅の場合 */
	.assign_disp_none_small {display:none!important}
}
@media screen and (min-width: 421px) {
	/* 420pxよりも大きい画面幅の場合 */
	.assign_disp_none_big {display:none!important}
  }

@keyframes color-change {
  0%,100%{
    color: #A63F3B;
  }
  50%{
    color:#606060;
  }
}

/* パスワードテキストボックスデフォルトアイコン非表示(edge用) */
::-ms-reveal {
  display: none;
}

/* パスワード表示切り替えボタン */
.passwordVisilityButton {
  position: absolute;
  padding: inherit;
  right: 0.5rem;
  top: 0.5rem;
  cursor: pointer;
  z-index: 2;
  width: auto!important;
}

/* パスワード */
.inputPassword {
  margin-bottom: 10px;
  background-position: right calc(2.375em + 0.1875rem) center !important;
}

/* 検索ボタン */
.search_button_display {
  text-align: center !important;
  padding-top: 16px !important;
}

/* 利用申込　テキスト横線 */
.head-border {
  display: flex;
  align-items: center;
}

.head-border:before,
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #C8C8C8;
}

.head-border:before {
  margin-right: 1rem;
}

.head-border:after {
  margin-left: 1rem;
}

.login_border {
  border: 1px #C8C8C8 solid;
  padding: 24px;
  border-radius: 0.3rem;
}
.title-icon{
  font-size: 1.5rem;vertical-align:-6px;
}
/* バッジ用定義 */
.icon-badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: normal;
  line-height: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
  font-size: 1em;
  color: #fff;
}
.icon-badge .icon {
  vertical-align: -2px;
  font-size: 1rem;
}
.icon-badge .icon-Large {
  vertical-align: -4px;
  font-size: 1.4rem;
}
.icon-badge .nmFont {
  font-size: 1em;
}
.icon-badge .nmFont-Large {
  font-size: 1.2em;
}

/* 曜日カラー　土曜日 */
.week-color-sat {
	color:#00f!important;
}
/* 曜日カラー　日曜日 */
.week-color-sun {
	color:#f00!important;
}

/* セレクトボックス編集不可 */
.selectReadonly {
  pointer-events: none;
  background-color: #e9ecef;
}

/* 利用者登録　操作権限幅 */
.AuthorityOperationWidth {
  width: 210px;
  line-height: 200%;
}

@media screen and (max-width: 1870px) {
  .mobile_col_initial_AuthorityOperation {
    width:100%; flex:initial;
    max-width: none!important;
  }
}

/* 利用者メニュー */
.riyou-menu {
	color:blue!important;
}
.riyou-menu:hover {
	color:#198754!important;
}
/* .riyou-menu:hover .material-icons {
  transform: rotate(180deg);
  transform-origin:center;
  transition: transform 3s;
} */
.riyou-menu-icon {
  height: 24px; 
}
.riyou-menu-str {
  text-decoration:underline;
}


/* ***************************** */
/* サイドメニューアイコン定義 */
.nav-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: cover;
}
/* ***************************** */

/* *************************** */
/* パンくずリスト区切り文字の定義 */
/* *************************** */
.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
} 

/* *************************** */
/* PDFプレビュー */
/* *************************** */
.pdf-footer-btn{
  font-size:2rem;
  color:white !important;
  margin-left : 7px ;
  margin-right : 7px ;
}

.pdf-download-container {
  top: 0; 
  position: relative;
  display: inline-block;
  margin-left : 7px ;
  margin-right : 7px ;
  /* border: 1px solid white; */
}

.pdf-download-text {
  position: absolute;
  top:5px;
  left: 50%; /* アイコンの中央 */
  transform: translate(-50%, 100%); 
  font-size: 12px; 
  color: white; 
  white-space: nowrap; 
}

@media screen and (min-width: 1025px) {
  /* 1025pxよりも大きい画面幅の場合 */
  .pdf_tooltip { /* 補足説明するテキストのスタイル */
    position: relative;
    cursor: pointer;
  }
  .description_top { /* ツールチップのスタイル */
    max-width: 150px; /* 横幅 */
    position: absolute;
    left: 50%;
    bottom: 80%; /* Y軸の位置 */
    transform: translateX(-50%);
    color: #fff;
    background-color: #000;
    padding: 3px 8px 6px;
    font-size: 1rem;
    text-align: center;
    visibility: hidden; /* ツールチップを非表示に */
    opacity: 0; /* 不透明度を0％に */
    z-index: 1;
    transition: 0.5s all; /* マウスオーバー時のアニメーション速度 */
  }
  .pdf_tooltip:hover .description_top { /* マウスオーバー時のスタイル */
    bottom: 100%; /* Y軸の位置 */  
    visibility: visible; /* ツールチップを表示 */
    opacity: 1; /* 不透明度を100％に */
  }
}

@media screen and (max-width: 1024px) {
  /* 1024pxよりも小さい画面幅の場合 */
  .pdf_tooltip { /* 補足説明するテキストのスタイル */
    position: relative;
    cursor: pointer;
  }
  .description_top { /* ツールチップのスタイル */
    display: none;
  }
  .pdf_tooltip:hover .description_top { /* マウスオーバー時のスタイル */
    display: none;
  }
}

/* gapユーティリティ */
.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: .25rem !important;
}

.gap-2 {
  gap: .5rem !important
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: .25rem !important;
}

.column-gap-2 {
  column-gap: .5rem !important
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: .25rem !important;
}

.row-gap-2 {
  row-gap: .5rem !important
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

@media (min-width: 576px) {
  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: .25rem !important;
  }

  .gap-sm-2 {
    gap: .5rem !important
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .column-gap-sm-0 {
    column-gap: 0 !important;
  }

  .column-gap-sm-1 {
    column-gap: .25rem !important;
  }

  .column-gap-sm-2 {
    column-gap: .5rem !important
  }

  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }

  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }

  .row-gap-sm-0 {
    row-gap: 0 !important;
  }

  .row-gap-sm-1 {
    row-gap: .25rem !important;
  }

  .row-gap-sm-2 {
    row-gap: .5rem !important
  }

  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }

  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: .25rem !important;
  }

  .gap-md-2 {
    gap: .5rem !important
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .column-gap-md-0 {
    column-gap: 0 !important;
  }

  .column-gap-md-1 {
    column-gap: .25rem !important;
  }

  .column-gap-md-2 {
    column-gap: .5rem !important
  }

  .column-gap-md-3 {
    column-gap: 1rem !important;
  }

  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-md-5 {
    column-gap: 3rem !important;
  }

  .row-gap-md-0 {
    row-gap: 0 !important;
  }

  .row-gap-md-1 {
    row-gap: .25rem !important;
  }

  .row-gap-md-2 {
    row-gap: .5rem !important
  }

  .row-gap-md-3 {
    row-gap: 1rem !important;
  }

  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: .25rem !important;
  }

  .gap-lg-2 {
    gap: .5rem !important
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .column-gap-lg-0 {
    column-gap: 0 !important;
  }

  .column-gap-lg-1 {
    column-gap: .25rem !important;
  }

  .column-gap-lg-2 {
    column-gap: .5rem !important
  }

  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }

  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }

  .row-gap-lg-0 {
    row-gap: 0 !important;
  }

  .row-gap-lg-1 {
    row-gap: .25rem !important;
  }

  .row-gap-lg-2 {
    row-gap: .5rem !important
  }

  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }

  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: .25rem !important;
  }

  .gap-xl-2 {
    gap: .5rem !important
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .column-gap-xl-0 {
    column-gap: 0 !important;
  }

  .column-gap-xl-1 {
    column-gap: .25rem !important;
  }

  .column-gap-xl-2 {
    column-gap: .5rem !important
  }

  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }

  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }

  .row-gap-xl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xl-1 {
    row-gap: .25rem !important;
  }

  .row-gap-xl-2 {
    row-gap: .5rem !important
  }

  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }

  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
}

/* ********************** */
/* 使用区分不可の場合画面操作不可 */
/* ********************** */
.shiyoJokyo {
  .form-control, 
  .input-group-append,
  .p-0,
  .shiyoJokyo-display-none{
    pointer-events: none;
    background-color: #e9ecef;
    opacity: 1;
  }
  .custom-control-input{
    pointer-events: none;
  }
  .custom-control-label{
    pointer-events: none;
  }
  .custom-control-input:checked~.custom-control-label::before{
    pointer-events: none;
    background-color: rgba(0,123,255,.5)!important;
  }
  .custom-control-input:not(:checked) ~ .custom-control-label::before {
    pointer-events: none;
    background-color: #e9ecef!important;
    opacity: 1;
  }
  .pr-0,
  .btn-info,
  .right_align_required{
    display: none;
  }
}

.card-region{
  padding: 10px;
  /*background-color: #e9ecef!important;*/
  background-color: #fff!important;
  margin-bottom: 10px;
  border-radius: 0.25rem;
}

.sidebar-collapse .main-sidebar #dispmenu {
  margin-left: -250px;
}
.sidebar-collapse .sidebar_collapse_button span::before {
  content:"arrow_forward_ios";
}
body:not(.sidebar-collapse) .sidebar_collapse_button span::before {
  content:"arrow_back_ios_new";
}

.sidebar_collapse_button {
  position: fixed;
  top: 50%;
  left: 250px;
  z-index: -1;
  color: #fff;
  background-color: #004643;
  height: 40px;
  display: flex;
  align-items: center;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  transition: margin-left .3s ease-in-out,width .3s ease-in-out;
}

.sidebar-open .sidebar_collapse_button {
  display: none;
}
.sidebar-closed .sidebar_collapse_button {
  display: none;
}

.sidebar .nav-sidebar .nav-link p {
  white-space: nowrap;
}

#contractId_sidebar_disp {
  font-size:14px;
  font-weight:200;
  height: fit-content;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 承認/承認詳細　フッターメニュー */
.mobile-footera {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #004643 !important;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1px;
	padding-right: 1px;
	margin-left: 20px;
	z-index: 4;
	/* max-width: 700px; */
	width: 100%;
}

.sidebar-collapse .mobile-footera .notes-field {
	width: 720px;
	padding-left: 0;
}

.footer-comment {
	padding-left: 75px !important;
}

.mobile-footera .notes-field input {
	width: 100%;
	padding: 5px;
}

.mobile-footera .dispCount {
	border: none;
	color: black;
	font-size: 0.8rem;
}

.mobile-footera a:hover {
	background-color: #fafafa !important;
	font-weight: bold;
	color: #001e1d !important;
}

.mobile-footera a:active {
	background-color: #fafafa !important;
	font-weight: bold;
	color: #001e1d !important;
}

/* 送信ボタン */
.color_regist {
	background-color: #495057 !important;
	color: #fff !important;
}

/* 戻るボタン */
.color_prev {
	color: #004643!important;
  background-color: #fff!important;
}

#staShonin,
#staModoshi,
#aModalComment {
	white-space: nowrap;
}


@media screen and (min-width: 1011px) {

	/* 1011pxよりも大きい画面幅の場合 */
	.notmobile_none_1000 {
		display: none !important
	}

	.mobile-footera {
		z-index: unset;
	}

	.mobile-footera .links-container {
		display: flex;
		width: 100%;
		padding: 0;
	}

	.mobile-footera .a-state {
		display: inline-block;
		text-align: center;
		text-decoration: none;
		border: 1px solid black;
		border-radius: 4px;
		cursor: pointer;
		/* width: 200px; */
		width: 135px;
		min-width: 50px;
		margin-left: 3px;
		margin-right: 3px;
	}
}

@media screen and (max-width: 1010px) {

	/* 1000pxよりも小さい画面幅の場合 */
	.mobile_none_1000 {
		display: none !important;
	}

	.mobile-footera {
		z-index: 1038;
	}
	
	.color_regist,
  .color_prev,
	.color_modoshi,
	.color_sumi {
		background-color:#004643!important;
    color: #fff!important;
	}
	

	.mobile-border {
		border-right: 1px solid white !important;
		border-radius: 0 !important;
	}

	.mobile-footera {
		display: flex;
		justify-content: center;
		width: 100%;
		padding: 0;
	}

	.mobile-footera .a-state {
		display: inline-block;
		text-align: center;
		text-decoration: none;
		/*border: 1px solid black;*/
		/*border-radius: 4px;*/
		cursor: pointer;
		min-width: 50px;
		margin-left: 3px;
		margin-right: 3px;
	}
}

@media screen and (min-width: 1011px) {
	/* 1011pxよりも大きい画面幅の場合 */
  /* フッターサイズ  */
  .mobile-footera .send-width {
	  justify-content: center;
  }

}

/* 4K対応 */
@media screen and (min-width: 3500px) {
	/* フッター コメント欄位置・サイズ  */
  .mobile-footera .notes-field {
	  width: 93%!important;
  }
}



/* データ出力　右寄せモーダル */
.modal.right-modal .modal-dialog {
  position: fixed;
  right: 0;
  margin: 0;
  height: 100%;
  width: 25%;
  min-width: 270px;
}
.modal.right-modal .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal.right-modal .modal-search-header {
  padding: 0.5rem;
  background-color: var(--main-color) !important;
  color: var(--main-color-str-color);
  height: 60px;
  display: flex;
  align-items: center;
}
.modal.right-modal .modal-search-header > button {
  color: var(--main-color-str-color);
}
.modal.right-modal .modal-search-body {
  background-color: #abd1c6 !important;
}