@charset "UTF-8";

a:link { text-decoration: none; color: #40b0e0;}
a:visited {text-decoration: none; color: #40b0e0;}
a:hover {text-decoration: none;}
a:active {text-decoration: none; color: #40b0e0;}
a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color:#111;
}
a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #40b0e0;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
a:hover::after {
  transform: scale(1, 1);
}
.btn-entry {
	background-color: #20d080;
	color: white;
	border: 1px solid #202020;
	border-radius: 0px;
	font-size: 1.1rem;
	font-weight: 600;
	width: 320px;
	height: 40px;
	margin: 15px 5px 5px 5px;
}
.btn-entry:hover, .btn-entry:focus {
   opacity: 0.8;
}
.btn-backhome {
	background-color: white;
	border: #20d080 thin solid;
	padding: 7px 15px;
	color: #20d080;
	border-radius: 30px;
	font-size: 80%;
	margin: 15px 5px 5px 5px;
}
.btn-backhome:hover, .btn-backhome:focus {
   opacity: 0.8;
}
.btn {
	background-color:#f0f0f0;
	color:#202020;
	border:1px solid #202020;
	border-radius:5px;
	margin: 2px;
}
.btn:hover, .btn:focus {
  color: #000;
  background-color: #9fe0d0;
}
.btn-orange {
	background-color:#f0f0f0;
	color:#202020;
	border:1px solid #202020;
	border-radius:5px;
	margin: 5px;
}
.btn-orange:hover, .btn-orange:focus {
  color: #fff;
  background-color: #ff9040;
}
.btn-red {
	background-color:#f0f0f0;
	color:#202020;
	border:1px solid #202020;
	border-radius:5px;
	margin: 5px;
}
.btn-red:hover, .btn-red:focus {
  color: #fff;
  background-color: #e42020;
}
.login-btn {
		font-size:1.2rem;
		font-weight:700;
		width: 160px;
		height: 30px;
}
.login-btn:hover, .login-btn:focus {
  background-color: #9fe0d0;
}
.btn-menu {
	font-size:1.2rem;
	font-weight:700;
	width: 260px;
	height: 40px;
}

.btn-back {
	font-size:1.0rem;
	font-weight:500;
	width: 120px;
	height: 30px;
}

.btn-edit {
	font-size:1.2rem;
	font-weight:700;
	width: 120px;
	height: 30px;
}
.btn-add {
	font-size:1.2rem;
	font-weight:700;
	width: 160px;
	height: 30px;
}
.btn-disp {
	font-size:1.2rem;
	font-weight:700;
	width: 120px;
	height: 30px;
}
.btn-csv {
	font-size:1.2rem;
	font-weight:700;
	width: 160px;
	height: 30px;
}
.btn-trans {
	font-size:1.2rem;
	font-weight:700;
	width: 220px;
	height: 30px;
}
.btn-qrcode {
	font-size:1.2rem;
	font-weight:700;
	width: 220px;
	height: 30px;
}
.btn-delete {
	font-size:1.2rem;
	font-weight:700;
	width: 120px;
	height: 30px;
}
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
main {
	margin: 8px;
}
footer {
  position: sticky;
	text-align: center;
  top: 100vh;
  width: 100%;
}

.container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.title {
	background-color: #000;
	background-image: url(../../images/title.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 108px;
}
.content-scrollable {
  flex-grow: 1;
  overflow-y: auto;
  background: #fff;
}
.content-scrollable::-webkit-scrollbar {
  width: 8px;
}
.content-scrollable::-webkit-scrollbar-thumb {
  background-color: #202020;
  border-radius: 0px;
}
.content-scrollable {
  -webkit-overflow-scrolling: touch;
}
#id {
	flex-grow: 1;
	border: thin solid #202020;
}
#id:focus {
	outline: none;
}
#pass {
	border: none;
}
#pass:focus {
	outline: none;
}
.pass-group {
	border: thin solid #202020;
}
#code {
	flex-grow: 1;
	border: thin solid #202020;
}
#code:focus {
	outline: none;
}
.fa {
	margin: 2px;
}
.login {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.login-form {
	display: flex;
	flex-direction: column;
}
.login-group {
	display: flex;
	justify-content: space-between;
	font-size: 1.0rem;
	align-items: center;
	margin-bottom: 8px;
}
.login-group input {
	padding: 4px;
	font-size: 1.2rem;
}
.login-id {
	border-radius: 0;
}
.login-submit {
	display: flex;
	justify-content: center;
}
.login-user {
	display: block;
	position: relative;
	text-align: right;
	font-size: 0.8rem;
	margin: 4px 2px;
}
.menu {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
.manual {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.85rem;
	margin-top: 30px;
}
.manual img{
	vertical-align: middle;
}
.manual p{
	display: inline-flex;
	margin-left: 5px;
}
.inquiry-link {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.85rem;
	margin-top: 30px;
}
.inquiry-link img{
	vertical-align: middle;
	width: 48px;
	height: 44px;
}
.inquiry-link p{
	display: inline-flex;
	margin-left: 5px;
}
.new-entry {
	display: flex;
	justify-content: center;
	font-size: 0.85rem;
	margin-top: 40px;
}
.new-entry a{
	margin: 0 5px;
}
.forget-pass {
	display: flex;
	justify-content: center;
	font-size: 0.85rem;
	margin-top: 40px;
}
.forget-pass a{
	margin: 0 5px;
}
.header {
	width: 100%;
}
.header-title {
  text-align: center;
  padding: 20px 0;
	background-color: #000;
}
.header-title h1 {
	margin: 0;
	font-size: 1.25rem;
	color: #fff;
}
.header-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 8px;
}
.ai-title {
	display: flex;
	align-items: center;
	justify-content: center;
}
.ai-title img{
	width: 340px;
	height: 64px;
	margin-right: 10px;
}
.entry-new-title {
	font-family: serif;
	color: #202020;
	margin-left: 80px;
}
.entry {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}
.entry-form {
	display: flex;
	flex-direction: column;
	border: 1px solid #202020;
	border-radius: 5px;
	padding: 20px;
	width: 90%;
	max-width: 500px;
}
.entry-title {
	font-size: 1.0rem;
	text-align: center;
	line-height: 0.1;
}
.entry-group {
	display: flex;
	justify-content: space-between;
	font-size: 1.0rem;
	align-items: center;
	margin-bottom: 8px;
}
.entry-group input {
	padding: 4px;
	font-size: 1.0rem;
	text-align: right;
}
.entry-group select {
	padding: 4px;
	font-size: 1.0rem;
	border: 1px solid #202020;
	color: #202020;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.entry-group p {
	margin: 4px;
}
.entry-employees {
	width: 80px;
	margin-right: 2px;
}
.input-employees {
}
.entry-mail {
	width: 320px;
}
.entry-addr {
	width: 320px;
}
.entry-submit {
	display: flex;
	justify-content: center;
}
.entry-success {
	display: flex;
	justify-content: center;
	color: #20d080;
	font-size: 1.2rem;
	font-weight: 700;
}
.edit {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}
.edit-form {
	display: flex;
	flex-direction: column;
	border: 1px solid #202020;
	border-radius: 5px;
	padding: 10px;
	width: 90%;
	max-width: 400px;
}
.edit-title {
	font-size: 1.0rem;
	text-align: center;
	line-height: 0.1;
}
.edit-group {
	display: flex;
	justify-content: space-between;
	font-size: 1.0rem;
	align-items: center;
	margin-bottom: 8px;
}
.edit-group input {
	padding: 4px;
	font-size: 1.0rem;
}
.edit-group select {
	padding: 4px;
	font-size: 1.0rem;
	border: 1px solid #202020;
	color: #202020;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.edit-group p {
	margin: 4px;
}
.control-group {
	display: flex;
	justify-content: flex-start;
	font-size: 1.0rem;
	align-items: center;
	margin-bottom: 8px;
}
.control-form {
	display: flex;
	flex-direction: column;
	border: 1px solid #202020;
	border-radius: 5px;
	padding: 10px;
	width: 90%;
	max-width: 440px;
}
.control-title {
	font-size: 1.0rem;
	font-weight: 700;
	width: 120px;
}
.control-date {
	margin: 4px 0;
}
.control-date input {
	padding: 4px;
	font-size: 1.0rem;
}
.control-while {
	margin: 4px 0;
}
.control-select {
	margin: 4px 0;
}
.control-select select {
	padding: 4px;
	font-size: 1.0rem;
	border: 1px solid #202020;
	color: #202020;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.control-message {
	display: flex;
	justify-content: center;
	font-size: 0.9rem;
	align-items: center;
	margin-bottom: 8px;
	color: #cc0020;
}
.toggle {
  position: relative;
  width: 78px;
  height: 36px;
  border-radius: 36px;
  overflow: hidden;
  cursor: pointer;
}
.toggle input[type=checkbox] {
  display: none;
}
.toggle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #e9e9eb;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.toggle:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.toggle.checked:before {
  background: #35c759;
}
.toggle.checked:after {
  left: 43px;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.5);
}
.edit-submit {
	display: flex;
	justify-content: center;
}
.qrcode {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.qrcode-form {
	display: flex;
	flex-direction: column;
	padding: 10px;
}
.qrcode-group {
	display: flex;
	justify-content: space-between;
	font-size: 1.0rem;
	align-items: center;
	margin-bottom: 8px;
}
.qrcode-group p {
	font-size: 1.0rem;
	color: #cc0020;
	margin: 0;
}
.qrcode-submit {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.footer {
	font-family: serif;
	width: 100%;
	background-color: #000;
	color: #fff;
}
.mail-notice {
	display: flex;
	width: 90%;
	max-width: 540px;
	font-size: 0.8rem;
	margin-top: 10px;
}
.notice {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.notice p{
	display: inline-block;
	text-align: left;
	font-size: 0.85rem;
	color: #cc0020;
	margin: 0;
}
.error {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.error p{
	font-size: 0.85rem;
	color: #cc0020;
	margin: 0;
}
.message {
	color: #cc0020;
	text-align: center;
}
.hr-line {
	width: 100%;
	border-top: 1px solid #202020;
	margin-top: 20px;
}
.qrcode-disp-class {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.controll {
	display: flex;
	justify-content: center;
	text-align: center;
}
.controll .employees {
	text-align: left;
}
header table{
	width: 100%;
}
header th {
	text-align: center;
}
header td {
	padding-left: 20px;
}
.ms-drop ul>li label {
	text-align: left;
}
.calender {
	text-align: center;
	font-size: 1.3rem;
}
.calender table {
	display: flex;
	justify-content: center;
	border-spacing: 0;
}
.calender .table-bordered {
}
.calender tbody {
	margin: 20px;
	padding: 10px;
	border-style: solid;
	border-color: #202020;
	border-width: 1px;
	border-radius: 8px;
}
.calender th {
	height: 30px;
	text-align: center;
	border-bottom: solid 1px #202020;
}
.calender td {
	vertical-align: top;
	font-weight: 600;
}
.today {
	background: #ffccaa !important;
}
.calender th:nth-of-type(1), .calender td:nth-of-type(1) {
	color: red;
}
.calender th:nth-of-type(7), .calender td:nth-of-type(7) {
	color: blue;
}
.calender-header {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.calender-ymd {
	font-size: 1.5rem;
	font-weight: 600;
	margin: 0 10px;
}
.day-work0 {
	margin: 2px;
	padding: 0 2px;
	font-size: 0.85rem;
	font-weight: 500;
	text-decoration: none;
	background: #f8f8f8;
	border-left: solid 6px #58ad5a;
	color: #58ad5a;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.22);
}
.day-work1 {
	margin: 2px;
	padding: 0 2px;
	font-size: 0.85rem;
	font-weight: 500;
	text-decoration: none;
	background: #f8f8f8;
	border-left: solid 6px #d88d5a;
	color: #d88d5a;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.22);
}
.spacer {
	display: block;
	height: 40px;
	width: 50px;
}
.inst {
	display: flex;
	justify-content: center;
}
.success {
	color: #2080d0;
	text-align: center;
}
.error {
	color: #d02040;
	text-align: center;
}
#date1, #date2 {
	width: 100px;
}
#bizst, #bizet {
	width: 80px;
}
.legal-documents {
  background-color: #f8f8f8;
  padding: 5px;
  text-align: center;
  font-size: 14px;
}

.legal-documents a {
  color: #333;
  text-decoration: none;
  margin: 0 15px;
  display: inline-block;
}

.legal-documents a:hover {
  text-decoration: underline;
  color: #007BFF;
}
.legal-documents a:hover::after {
  transform: scale(0, 0) !important;
}

@media screen and (max-width:1024px)
{
	.header {
		width: 100%;
	}
	.edit-form {
		width: 90%;
		max-width: 380px;
	}
	.control-form {
		width: 90%;
		max-width: 420px;
	}
}

@media screen and (max-width:767px)
{
	.header {
		width: 100%;
	}
	.header-title {
	  padding: 10px 0;
	}
	.header-title h1 {
		font-size: 1.2rem;
	}
	.header-form {
		display: block;
	  padding: 10px 5px;
	}
	.notice p{
		font-size: 0.8rem;
	}
	.entry-new-title {
		font-size: 0.8rem;
		margin-left: 5px;
	}
	.entry-group {
		font-size: 0.85rem;
	}
	.entry-group input {
		font-size: 1.0rem;
		width: 160px;
	}
	.entry-group select {
		font-size: 1.0rem;
	}
	.entry-mail {
		width: 200px !important;
	}
	.entry-addr {
		width: 200px !important;
	}
	.entry-employees {
		width: 80px !important;
	}
	.btn-entry {
		font-size: 1.0rem;
	}
	.edit-group {
		font-size: 0.85rem;
	}
	.edit-group input {
		font-size: 1.0rem;
	}
	.edit-group select {
		font-size: 1.0rem;
	}
	.edit-title {
		font-size: 0.85rem;
	}
	.control-form {
		display: flex;
		flex-direction: column;
	}
	.control-group {
		display: block;
	}
	.control-title {
		font-size: 0.85rem;
		font-weight: 600;
	}
	.control-date {
		text-align: center;
	}
	.control-date input {
		font-size: 1.0rem;
	}
	.control-while {
		transform: rotate(90deg);
		text-align: center;
	}
	.control-select {
		text-align: center;
	}
	.control-select select {
		font-size: 1.0rem;
	}
	.qrcode-group p {
		font-size: 0.85rem;
	}
	.btn-edit {
		font-size: 1.0rem;
	}
	.btn-trans {
		font-size: 1.0rem;
		width: 160px;
	}
	.btn-delete {
		font-size: 1.0rem;
	}
	.toggle {
	  width: 64px;
	  height: 32px;
	  border-radius: 32px;
	}
	.toggle:after {
	  top: 2px;
	  width: 28px;
	  height: 28px;
	  border-radius: 28px;
	}
	.toggle.checked:after {
	  left: 33px;
	}
	.calender-ymd {
		font-size: 1.25rem;
	}
	.spacer {
		display: block;
		height: 30px;
		width: 40px;
	}
	.mail-notice {
		width: 100%;
		font-size: 0.6rem;
	}
	.legal-documents {
	  font-size: 0.8rem;
	}

	.legal-documents a {
	  display: block;
	  margin: 3px 0;
	}
	.ai-title {
		display: block;
	}
}
