div.amplify-tabs {
  display: none;
}
* {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  /* font-size: 0.9em; */
  font-family: "Lato", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo,
    メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  background: #fff;
}

#containerlogin {
  background: #eee;
  position: relative;
  -moz-transition: margin-left 0.25s linear;
  -webkit-transition: margin-left 0.25s linear;
  transition: margin-left 0.25s linear;
}

#container {
  background: #eee;
  margin-left: 50px;
  position: relative;
  -moz-transition: margin-left 0.25s linear;
  -webkit-transition: margin-left 0.25s linear;
  transition: margin-left 0.25s linear;
  width: 100%;
}

#main {
  padding-top: 100px;
  height: 100%;
  overflow: auto;
  padding-left: 50px;
}

#main p {
  margin-bottom: 1rem;
  line-height: 1.9;
}

#main .inner {
  padding: 60px;
}

/* main-visual */

#main-visual {
  /*background: #fff;
	background: -webkit-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: -moz-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: -ms-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: -o-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: linear-gradient(-45deg, #64CE80, #C68BC4);*/
  height: 700px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#main-visual h2 {
  font-size: 1.5rem;
  color: #fff;
}

h3 {
  font-size: 131%;
  margin-bottom: 0.7em;
}

#copyright a {
  color: #666;
  text-decoration: none;
}

#copyright a:hover {
  text-decoration: underline;
}

#global-head {
  position: fixed;
  color: #fff;
  width: 100%;
  padding: 10px 30px;
  background: #376dbd;
  display: -webkit-flex;
  display: flex;
  font-size: 0.9em;
}

#sidebar {
  padding-top: 60px;
  width: 300px;
  height: 100%;
  position: fixed;
  color: #fff;
  background: #376dbd;
}

#sideContent {
  width: 300px;
  height: 700px;
  float: left;
}

#mainContent {
  width: 500px;
  height: 700px;
  float: right;
}

#brand-logo {
  margin-left: 50px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

#global-nav ul {
  list-style: none;
  margin-left: 0;
}

#global-nav > ul > li {
  position: relative;
}

#global-nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 15px 15px 15px 50px;
  -moz-transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
  color: #fff;
  /*background: #fff;*/
}

/* sub-menu icon */

#global-nav .sub-menu-head {
  position: relative;
}

#global-nav .sub-menu-head:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #aeb4cb;
  border-right: 1px solid #aeb4cb;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu-head:hover:after {
  border-color: #fff;
}

#global-nav .is-active .sub-menu-head:after {
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* sub-menu */

#global-nav .sub-menu-nav {
  background: #032f55;
  display: none;
  padding: 10px 0;
  /*-moz-transition: all .4s ease;*/
  /*-webkit-transition: all .4s ease;*/
  /*transition: all .4s ease;*/
}

#global-nav .sub-menu-nav a {
  color: #aeb4cb;
  padding: 15px 15px 15px 50px;
}

#global-nav .sub-menu-nav a:hover {
  color: #fff;
}

/* nav-toggle */

#nav-toggle {
  position: fixed;
  top: 15px;
  left: 15px;
  height: 32px;
}

#nav-toggle > div {
  position: relative;
  width: 32px;
}

#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

/* nav-toggle */

#nav-toggle {
  position: fixed;
  top: 15px;
  left: 15px;
  height: 32px;
}

/* nav-toggle */

.nav-box-right {
  margin: 0 50px 0 auto;
}

#nav-help {
  margin: 0 0 0 15px;
  padding: 4px 0 0 0;
  height: 32px;
  width: 32px;
  float: left;
  background: image("../img/help_icon.png");
}

#nav-manual {
  margin: 0 0 0 15px;
  padding: 4px 0 0 0;
  height: 32px;
  width: 32px;
  float: left;
  background: image("../img/manual_icon.png");
}

#nav-user {
  margin: 0 0 0 15px;
  padding: 4px 0 0 0;
  height: 32px;
  width: 350px;
  float: left;
  text-align: right;
  color: fff;
  font-size: 1.571428571rem;
}

/* #nav-toggle close */

#nav-toggle span:nth-child(1) {
  top: 0;
  /*
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	*/
}

#nav-toggle span:nth-child(2) {
  top: 11px;
  /*
	width: 0;
	left: 50%;
	*/
}

#nav-toggle span:nth-child(3) {
  top: 22px;
  /*
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	*/
}

/*
.close #nav-toggle span:nth-child(1) {
	top: 0;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
}
.close #nav-toggle span:nth-child(2) {
	width: 100%;
	left: 0;
}
.close #nav-toggle span:nth-child(3) {
	top: 22px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
}
*/

/* z-index */

#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

/* close */

.close #container {
  margin-left: 300px;
}

.close #brand-logo {
}

.close #nav-toggle span {
  background: #033560;
}

.close .nav-box-right {
  margin: 0 300px 0 auto;
}

@media screen and (max-width: 900px) {
  #container {
    margin-left: 300px;
  }
  #brand-logo {
  }
  #nav-toggle span {
    background: #033560;
  }
  .close #nav-toggle span {
    background: #fff;
  }
  #sidebar {
    left: -300;
    z-index: 910;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .close #sidebar {
    left: 0;
  }
}

@media screen and (max-width: 400px) {
}

/* メニュー装飾CSS　*/

.portal_icon {
  display: block;
  background-image: url("../img/portal_icon.png");
  background-position: top left;
  background-repeat: no-repeat;
}

.favorite_icon {
  display: block;
  background-image: url("../img/favorite_icon.png");
  background-position: top left;
  background-repeat: no-repeat;
}

.catch_icon {
  display: block;
  background-image: url("../img/catch_icon.png");
  background-position: top left;
  background-repeat: no-repeat;
}

.bell_icon {
  display: block;
  background-image: url("../img/bell_icon.png");
  background-position: top left;
  background-repeat: no-repeat;
}

.calendar_icon {
  display: block;
  background-image: url("../img/calendar_icon.png");
  background-position: top left;
  background-repeat: no-repeat;
}

/* input装飾CSS　*/
input[type="number"] {
  text-align: right;
}

input.time_input {
  text-align: right;
}

.login-header {
  display: inline-block;
  width: 300px;
  text-align: left;
  border: 2px solid #22859e;
  font-size: 0.875rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px 4px 0 0;
  background-color: #31b5d5;
}

.login-border {
  width: 300px;
  text-align: left;
  padding: 4px 8px;
  border-bottom: 2px solid #22859e;
  border-left: 2px solid #22859e;
  border-right: 2px solid #22859e;
  border-radius: 0 0 4px 4px;
}

.input-text {
  text-align: left;
  border: 1px solid #ccc;
  /* font-size: 0.875rem; */
  font-size: 1rem;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  background-color: #fff;
  padding: 5px;
}

.btn-border {
  margin: 0 0 0 15px;
  display: inline-block;
  max-width: 180px;
  text-align: left;
  border: 2px solid #0a408a;
  /* font-size: 0.875rem; */
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
  transition: 0.4s;
  background-color: #306aba;
}

.btn-border:hover {
  background-color: #fff;
  border-color: #306aba;
  color: #306aba;
  cursor: pointer;
}

.btn-border:disabled {
  background-color: gray;
  color: #fff;
  cursor: auto;
}

.btn-border0 {
  margin: 0 0 0 15px;
  display: inline-block;
  max-width: 180px;
  text-align: left;
  border: 2px solid #0a408a;
  font-size: 1.3rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
  transition: 0.4s;
  background-color: #306aba;
}

.btn-border0:hover {
  background-color: #fff;
  border-color: #306aba;
  color: #306aba;
  cursor: pointer;
}

.btn-border1 {
  margin: 0 0 0 15px;
  display: inline-block;
  max-width: 180px;
  text-align: left;
  border: 2px solid #c97700;
  font-size: 0.875rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
  transition: 0.4s;
  background-color: #ffa000;
}

.btn-border1:hover {
  background-color: #fff;
  border-color: #c97700;
  color: #c97700;
  cursor: pointer;
}

.btn-border2 {
  margin: 0 0 0 15px;
  display: inline-block;
  max-width: 180px;
  text-align: left;
  border: 2px solid #c97700;
  font-size: 0.875rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
  transition: 0.4s;
  background-color: #ffa000;
}

.btn-border2:hover {
  background-color: #fff;
  border-color: #c97700;
  color: #c97700;
  cursor: pointer;
}

.btn-border3 {
  margin: 0 0 0 15px;
  display: inline-block;
  max-width: 180px;
  text-align: left;
  border: 2px solid #48761c;
  font-size: 0.875rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
  transition: 0.4s;
  background-color: #6eb02e;
}

.btn-border3:hover {
  background-color: #fff;
  border-color: #48761c;
  color: #48761c;
  cursor: pointer;
}

.btn-border4 {
  margin: 0 0 0 15px;
  display: inline-block;
  max-width: 180px;
  text-align: left;
  border: 2px solid #333333;
  font-size: 0.875rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
  transition: 0.4s;
  background-color: #666666;
}

.btn-border4:hover {
  background-color: #fff;
  border-color: #333333;
  color: #333333;
  cursor: pointer;
}

.btn-border5 {
  margin-left: auto;
  display: inline-block;
  max-width: 180px;
  text-align: left;
  border: 2px solid #0a408a;
  font-size: 1.3rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
  transition: 0.4s;
  background-color: #306aba;
}

.btn-border5:hover {
  background-color: #fff;
  border-color: #306aba;
  color: #306aba;
  cursor: pointer;
}

.btn-check_alert {
  border: 0.125rem solid #bb0000;
  color: #fff;
  font-weight: bold;
  font-size: 0.8rem;
  padding: 0.1rem 0.1rem;
  border-radius: 0.25rem;
  background-color: #ff705d;
  min-width: 8rem;
  transition: 0.4s;
}

.btn-check_alert:hover {
  background-color: #fff;
  border-color: #bb0000;
  color: #bb0000;
  cursor: pointer;
}

/* サイドコンテンツ装飾CSS　*/

.sideContent-header {
  display: inline-block;
  width: 200px;
  text-align: left;
  border: 2px solid #22859e;
  font-size: 0.875rem;
  background-color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px 4px 0 0;
}

.sideContent-border {
  width: 200px;
  text-align: left;
  padding: 4px 8px;
  border-bottom: 2px solid #22859e;
  border-left: 2px solid #22859e;
  border-right: 2px solid #22859e;
  border-radius: 0 0 4px 4px;
  color: #fff;
  background-color: #31b5d5;
}

.sideNEWS-header {
  display: inline-block;
  width: 200px;
  text-align: left;
  border: 2px solid #22859e;
  font-size: 0.875rem;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px 4px 0 0;
  color: #fff;
  background-color: #31b5d5;
}

.sideNEWS-border {
  width: 200px;
  height: 150px;
  text-align: left;
  padding: 4px 8px;
  border-bottom: 2px solid #22859e;
  border-left: 2px solid #22859e;
  border-right: 2px solid #22859e;
  border-radius: 0 0 4px 4px;
  background-color: #fff;
  overflow: auto;
}

.sidemessage-header {
  display: inline-block;
  width: 200px;
  text-align: left;
  border: 2px solid #22859e;
  font-size: 0.875rem;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px 4px 0 0;
  color: #fff;
  background-color: #31b5d5;
}

.sidemessage-border {
  width: 200px;
  height: 250px;
  text-align: left;
  padding: 4px 8px;
  border-bottom: 2px solid #22859e;
  border-left: 2px solid #22859e;
  border-right: 2px solid #22859e;
  border-radius: 0 0 4px 4px;
  background-color: #fff;
  overflow: auto;
}

.balloon1-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 80px;
  color: #555;
  font-size: 0.75rem;
  background: #bef18c;
}

.balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #bef18c;
}

.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 80px;
  color: #555;
  font-size: 0.75rem;
  background: #e4e8eb;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e4e8eb;
}

.tab-header {
  width: 230px;
  text-align: left;
  border-top: 4px solid #22859e;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  font-size: 0.875rem;
  background-color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 8px;
}

.tab-Content {
  width: 230px;
  height: 150px;
  text-align: left;
  border: 1px solid #dddddd;
  font-size: 0.75rem;
  background-color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 8px;
}

.mainmessage-header {
  display: inline-block;
  width: 920px;
  text-align: left;
  border: 2px solid #22859e;
  font-size: 0.875rem;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
  background-color: #31b5d5;
}

/* テーブル装飾CSS　*/

.tablearea {
  margin: 5px;
  height: 87vh;
  overflow-x: auto;
  overflow-y: auto;
  padding: 0 0 50px 0;
  min-width: 96%;
  max-width: 97%;
}

.tablearea table {
  table-layout: auto;
  margin: 0;
  width: auto;
  background-color: #d5fef6;
}

.tablearea tbody {
  margin: 0;
}

.tablearea tbody tr {
  border: 1px solid #008769;
  background-color: #23b896;
  background-clip: padding-box;
  padding: 4px 1px;
  opacity: 1;
}

.tablearea tbody th {
  border: 1px solid #008769;
  color: #fff;
  background-color: #23b896;
  padding: 4px 1px;
  opacity: 1;
  /*word-break: break-all;*/
  overflow-wrap: break-word;
  max-width: 7rem;
}

.tablearea tbody td {
  border: 1px solid #008769;
  background-color: #fefefe;
  padding: 4px 1px;
  /*word-break: break-all;*/
  overflow-wrap: break-word;
  max-width: 22rem;
}

.tablearea tbody td.saturday {
  background-color: #92b5e5;
  color: #fff;
}

.tablearea tbody td.sunday {
  background-color: #d18f8f;
  color: #fff;
}

.tablearea tbody td.total {
  background-color: #3de000;
  color: #fff;
}

.table-border {
  margin: 0 0 0 15px;
  text-align: left;
  /* font-size: 0.875rem; */
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.table-border th {
  color: #fff;
  text-decoration: none;
  border: 2px solid #268d00;
  padding: 4px 8px;
  border-radius: 4px;
  transition: 0.4s;
  width: 80px;
  background-color: #3de000;
}

.table-border td {
  /* font-size: 0.875rem; */
  color: #333;
  text-decoration: none;
  border: 2px solid #268d00;
  width: 80px;
  padding: 4px 8px;
  border-radius: 4px;
  transition: 0.4s;
  background-color: #fff;
  min-width: 6.5rem;
}

input.table_input {
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
  border-radius: 0.25em;
  font-size: 1rem; /* hayashida */
}

.work_status input {
  display: none;
}

#loading {
  z-index: 9999;
  background-image: url(../img/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #aaaaaa;
  opacity: 0.3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.operate_area_root {
  display: flex;
  justify-content: space-between;
}

.operate_area2 {
  margin-right: 60px;
}

[data-amplify-authenticator] {
  display: grid;
  height: 100%;
  align-content: center;
}
