@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 12px;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
}

.header {
	display: flex;
}

.header-right {
	margin-left: auto;
}

.system-logo {
	width: 300px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 10px;
	color: #4d7c00;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: initial;
}

.global-navi {
	width: 100%;
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 10px;
	display: flex;
	align-items: center;
	border: 1px solid #DDDDDD;
}

.global-navi-item {
	margin: 0 10px 0 0;
	font-size: 12px;
	font-weight: bold;

}

.global-navi-item2 {
	margin: 0 10px 0 0;
	font-size: 12px;
	font-weight: bold;

}

.global-navi-item a {
	display: block;
	width: 130px;
	padding: 6px 2px;
	color: #333333;
	text-decoration: none;
	border-bottom: 1px;
	box-sizing: border-box;
	background-color: #DDDDDD;
	text-align: center;

}

.global-navi-item2 a {
	display: block;
	width: 130px;
	padding: 6px 2px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px;
	box-sizing: border-box;
	background-color: #4d7c00;
	text-align: center;

}

.global-navi-item a:hover {
	display: block;
	width: 130px;
	padding: 6px 2px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px;
	background-color: #4d7c00;
	box-sizing: border-box;
	text-align: center;
}


.main {
	display: flex;

}

.side-navi {
	width: 300px;
	background-color: #4d7c00;
	box-sizing: border-box;
	padding: 10px;
}

.side-navi-border {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
	margin-top: 10px;
}

.side-title {
	width: 100%;
	color: #FFFFFF;
}

.side-title a {
	display: block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;
}

.side-title2 {
	width: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4d7c00;
}

.side-title2 a:hover {
	color: #4d7c00;
	background-color: #fff;
}

.side-title2 a {
	display: block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;
}

.sidenavi-parent {
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sidenavi-parent::after {
	font-family: "Material Icons";
	content: "\e5cf";
}

.sidenavi-parent.active::after {
	font-family: "Material Icons";
	content: "\e5ce";
}

.sidenavi-child {
	display: none;
}

.container {
	width: 100%;
	background-color: #F5F5F5;
	box-sizing: border-box;
	padding: 10px;

}

.title {
	display: flex;
	margin: 0 0 10px 0;
}

.title-type-a {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0px;
	width: 100%;

}

.container-box {
	width: 100%;

	padding: 10px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);

}

.container-box-title {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #DDDDDD;
	margin: 0 0 10px 0;

}

.container-box table {
	width: 100%;
	border-collapse: collapse;

}

.table-line-a {
	background-color: #F2F2F2;
}

.table-line-b {
	background-color: #FFFFFF;
}

.table-line-caution {
	background-color: yellow;
}

.table-line-alert {
	background-color: #FF3366;
        color: #FFFFFF;
}

.table-line-c {
	background-color: #bee0ce;
}

.container-box th {
	border: 1px solid #CCCCCC;
	padding: 8px;

}

.container-box td {
	border: 1px solid #CCCCCC;
	padding: 8px;

}

.container-select {
	display: flex;
}

.container-select-left {

	width: 250px;
}

.container-select-right {
	margin-left: auto;

}

.container-box input {
	padding: 4px;
	margin: 0 8px 0 0;

}

.container-box select {
	padding: 4px;
	margin: 0 8px 0 0;

}

.material-icons {
	padding: 8px;
	display: inline-flex;
	vertical-align: middle;
}

.material-icons.white {
	color: #FFFFFF;
}

/*
--------------------------------------
検索
--------------------------------------
*/

.search-box {
	display: flex;
	flex-wrap: wrap;

}

.search-box-btn {
	display: flex;
	justify-content: flex-end;

}

.search-btn {
	color: #FFFFFF;
	background-color: #919191;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	display: block;
	padding: 6px;
	width: 100px;
	text-decoration: none;
	border-radius: 3px;

}

.search-btn:hover {
	color: #FFFFFF;
	background-color: #AAAAAA;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	display: block;
	padding: 6px;
	width: 100px;
	text-decoration: none;
	border-radius: 3px;

}

.search-box-label {
	font-size: 10px;
	padding: 0 0 5px 0;
}

.search-box-form input {
	padding: 4px;
	font-size: 12px;
}

.search-box-form select {
	padding: 4px;
	font-size: 12px;
}

/*
--------------------------------------
レイアウト
--------------------------------------
*/

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}


/*
--------------------------------------
ボタン
--------------------------------------
*/

.btn-box {
	display: flex;
}

.btn-item {
	margin-left: 10px;

}

.container a {
	display: block;
	box-sizing: border-box;
	padding: 6px 2px;
	text-decoration: none;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.btn-blue a {
	color: #FFFFFF;
	background-color: #0043C8;
}

.btn-blue a:hover {
	color: #FFFFFF;
	background-color: #417BEF;

}

.btn-green a {
	color: #FFFFFF;
	background-color: #00C884;

}

.btn-green a:hover {
	color: #FFFFFF;
	background-color: #00C884;

}

.btn-beige a {
	color: #FFFFFF;
	background-color: #C8A000;
}

.btn-beige a:hover {
	color: #FFFFFF;
	background-color: #EFCB3D;
}

.btn-gray a {
	color: #FFFFFF;
	background-color: #919191;

}

.btn-gray a:hover {
	color: #FFFFFF;
	background-color: #A1A1A1;

}

.btn-red a {
	color: #FFFFFF;
	background-color: #B22222;

}

.btn-red a:hover {
	color: #FFFFFF;
	background-color: #DC143C;

}

.btn-edit a {
	color: #4d7c00;
	background-color: #FFFFFF;
	border: 1px solid #4d7c00;
}

.btn-edit a:hover {
	color: #4d7c00;
	background-color: #CBFFD3;
	border: 1px solid #4d7c00;

}


.font-8 {
        font-size: 8px;
}


/*
--------------------------------------
width
--------------------------------------
*/

.w20 {
	width: 20px;
}

.w40 {
	width: 40px;
}

.w60 {
	width: 60px;
}

.w80 {
	width: 80px;
}

.w100 {
	width: 100px;
}

.w150 {
	width: 150px;
}

.w200 {
	width: 200px;
}

.w100-flex {
	width: 100%;
	box-sizing: border-box;
}

.w100-img {
	width: 100%;
}

/*
--------------------------------------
width
--------------------------------------
*/
.margin-left-auto {
	margin-left: auto;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-right-10 {
	margin-right: 10px;
}

.margin-left-10 {
	margin-left: 10px;
}

/*
--------------------------------------
ログイン
--------------------------------------
*/

.login-page {
	align-items: center;
	background-color: #F5F5F5;
	display: flex;
	flex-direction: column;
	height: 100vh;
	-ms-flex-pack: center;
	justify-content: center;
}

.login-box {
	width: 360px;
}

.login-logo {
	font-size: 24px;
	text-align: center;
}

.login-card-body {
	background-color: #FFFFFF;
	color: #333;
	padding: 20px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.input-group input {
	padding: 6px 12px;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -3px;
	margin-left: -3px;
}

.login-btn a {
	color: #FFFFFF;
	background-color: #4d7c00;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	display: block;
	padding: 8px 12px;
	max-width: 300px;
	text-decoration: none;
	border-radius: 3px;
	font-size: 12px;

}

/*
--------------------------------------
ログアウト
--------------------------------------
*/

.user-lists {
	display: flex;
}

.user-name a {
	color: #333333;
	font-size: 14px;
	padding: 6px;
	cursor: pointer;
}

.dropdown-lists {
	display: none;
	width: 10%;
	position: absolute;
	top: 45px;
	right: 20px;
}

.user-lists:hover .dropdown-lists {
	display: block;
}

.logout-list {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	height: 40px;
	position: relative;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	position: relative;
	cursor: pointer;

}

.logout-list:hover {
	color: #FFFFFF;
	background-color: #B22222;
}

li.user-name {
	list-style: none;
}

li.dropdown-list {
	list-style: none;

}

/*
--------------------------------------
給与明細
--------------------------------------
*/

.container-input {
	display: grid;
	grid-template-columns: 648px 568px;
	gap: 10px;
}

.container-input-1 {
	display: grid;
	grid-template-columns: 648px 553px;
	gap: 10px;
}

.container-input-left {}

.container-input-right {}

.container-input-right-top {
	margin: 0 0 20px 0;
}

.container-input-right-bottom {}

.container-input-1 th {
	background-color: #bee0ce;
	font-weight: normal;
}

.container-input-1 td {
	text-align: right;
}

.container-input th {
	background-color: #DDDDDD;
	font-weight: normal;
}

/*
--------------------------------------
労働条件通知書
--------------------------------------
*/

.employment {}

.employment input {
	padding: 4px;
}

.employment select {
	padding: 4px;
}

.bg-gray {
	background-color: #EEEEEE;
}

/*
--------------------------------------
マスター
--------------------------------------
*/
.master-left {}

.master-right {}

.master-grid {
	display: grid;
	grid-template-columns: 80px 250px;

}

.master-grid2 {
	display: grid;
	grid-template-columns: 120px 250px 250px;

}

.master-grid3 {
	display: grid;
	grid-template-columns: 120px 250px;

}

.member-grlid-item {}

/*
--------------------------------------
カレンダー
--------------------------------------
*/

.container-box-calendar {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;

}

.container-box-calendar td {
	border: 1px solid #CCCCCC;
	padding: 6px 10px;

}


.container-box-calendar-item {}

/*
--------------------------------------
従業員
--------------------------------------
*/

.container-box-staff {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;

}

.container-box-staff-conditions {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;

}

.container-box-staff-item {}

/*
--------------------------------------
属性数分析
--------------------------------------
*/

.container-box-attribute {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;

}


/*
--------------------------------------
調整
--------------------------------------
*/

.mb-10 {
	margin-bottom: 10px;
}

/*
-------------------------------------- 
ページネーション
--------------------------------------
*/

.pagination-001 {
	display: flex;
	align-items: center;
	border: solid 2px #111;
}

/*--------------------------------------
  モーダル表示上から_002
--------------------------------------*/
.modal-btn-box {
	display: flex;
	justify-content: flex-end;
}

.modal_wrap input {
	display: none;
}

.modal_overlay {
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
}

.modal_trigger {
	position: absolute;
	width: 100%;
	height: 100%;
}

.modal_content {
	align-self: center;
	width: 30%;
	padding: 30px 30px 15px;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.6em;
	transition: 0.5s;
}

.modal_content p {
	padding-top: 0;
}

.modal_wrap input:checked~.modal_overlay {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}

.modal_wrap input:checked~.modal_overlay .modal_content {
	transform: translateY(20px);
}

.open_button {
	color: #FFFFFF;
	background-color: #B22222;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	display: block;
	padding: 6px 2px;
	max-width: 300px;
	text-decoration: none;
	border-radius: 3px;
	font-size: 12px;

}

.save_button {
	color: #FFFFFF;
	background-color: #0043C8;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	display: block;
	padding: 6px 2px;
	max-width: 300px;
	text-decoration: none;
	border-radius: 3px;
	font-size: 12px;

}

.save_draft_button {
	color: #FFFFFF;
	background-color: #00C884;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	display: block;
	padding: 6px 2px;
	max-width: 300px;
	text-decoration: none;
	border-radius: 3px;
	font-size: 12px;

}

.cancel_button a {
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
	display: block;
	padding: 6px 2px;
	width: 100px;
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #DDDDDD;

}

.close_button a {
	color: #FFFFFF;
	background-color: #0043C8;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
	display: block;
	padding: 6px 2px;
	width: 100px;
	text-decoration: none;
	border-radius: 3px;

}

.open-button:active {
	/*ボタンを押したとき*/
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	/*下に動く*/

}

/*アイコンを表示*/
.open-button:after {
	font-family: "Font Awesome 5 Free";
	content: "\f2d0";
	padding-left: 8px;
}

/*ラベルホバー時*/
.open-button:hover {
	color: #FFFFFF;
	background-color: #4f96f6;
	transition: .6s;
}

.modal_title2 {
	font-size: 1.5em;
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

.modal_title2::before {
	content: "";
	position: absolute;
	bottom: 0;
}

/* h2 プライマリカラー*/
.modal_title2:before {
	border-bottom: 1px solid #DDDDDD;
	width: 100%;
}