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

@import url("https://fonts.googleapis.com/css?family=Julius+Sans+One");
@import url("https://fonts.google.com/specimen/Sacramento");

body {
  margin: 0;
  height: 100vh;
}

.container-top {
  display: flex;
  /* align-items: stretch; */
  /* justify-content: space-between; */
  height: 50px;
}

.menuButton {
  width: 600px;
  min-width: 200px;
  margin-left: 0px;
  margin-right: 20px;
  padding-left: 0px;
  letter-spacing: 0.2em;
  /*文字間隔を少し広げる*/
}

.backButtonArea {
  position: fixed;
  top: 400px;
  left: 0px;
  letter-spacing: 0.2em;
}

.buttonBack-panel span {
  font-size: 0.6em;
}

.buttonBack-panel .button {
  display: block;
  background: #2e4026;
  border: none;
  border-radius: 0px 5px 5px 0px;
  box-shadow: 1px 1px 2px silver;
  color: #fff;
  cursor: pointer;
  height: 500px;
  font-family: inherit;
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: background 0.3s ease-in-out;
  transition: 0.5s;
  width: 30px;
  animation: animToLeft 1s;
}

@keyframes animToLeft {
  0% {
    transform: translateX(50px);
  }

  100% {
    transform: translateX(0px);
  }
}

.buttonBack-panel a {
  text-decoration: none;
}

.buttonBack-panel .button:hover {
  background: #608650;
  letter-spacing: 0.2em;
  font-size: 1.1em;
}

.nextButtonArea {
  position: fixed;
  top: 400px;
  right: 0px;
  letter-spacing: 0.2em;
}

.buttonNext-panel span {
  font-size: 0.6em;
}

.buttonNext-panel .button {
  display: block;
  background: #2e4026;
  border: none;
  border-radius: 5px 0px 0px 5px;
  box-shadow: 1px 1px 2px silver;
  color: #fff;
  cursor: pointer;
  height: 500px;
  font-family: inherit;
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: background 0.3s ease-in-out;
  transition: 0.5s;
  width: 30px;
  animation: animToRight 1s;
}

@keyframes animToRight {
  0% {
    transform: translateX(-50px);
  }

  100% {
    transform: translateX(0px);
  }
}

.buttonNext-panel a {
  text-decoration: none;
}

.buttonNext-panel .button:hover {
  background: #608650;
  letter-spacing: 0.2em;
  font-size: 1.1em;
}



/* .reasonForDispatchButtonArea {
  position: fixed;
  top: 400px;
  right: 0px;
  letter-spacing: 0.2em;
} */

.buttonReasonForDispatch-panel span {
  font-size: 0.8em;
}

.buttonReasonForDispatch-panel .button {
  display: block;
  background: #666600;
  border: none;
  border-radius: 10px 0px 0px 10px;
  box-shadow: 1px 1px 2px silver;
  color: #fff;
  cursor: pointer;
  height: 500px;
  /* margin: 10px; */
  /* margin-bottom: 25px; */
  font-family: inherit;
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  text-align: center;
  -webkit-transition: 0.5s;
  /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
  transition: background 0.3s ease-in-out;
  transition: 0.5s;
  width: 30px;
  animation: animToRight 1s;
}

@keyframes animToRight {
  0% {
    transform: translateX(-50px);
  }

  100% {
    transform: translateX(0px);
  }
}

.buttonReasonForDispatch-panel a {
  text-decoration: none;
}

.buttonReasonForDispatch-panel .button:hover {
  background: #999900;
  letter-spacing: 0.2em;
  /*文字間隔を少し広げる*/
  font-size: 1.1em;
}


.searchResultCount {
  flex: 1;
  display: flex;
  align-items: flex-end;
  min-width: 400px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 24px;
  /* align-items: center; */
  letter-spacing: 0.05em;
  /*文字間隔を少し広げる*/
}

.container {
  display: flex;
  height: 100%;
}

.left {
  width: 25%;
  min-width: 500px;
  background: rgb(240, 240, 240);
  overflow-y: auto;
  margin: 10px;
  padding: 20px 30px;
  letter-spacing: 0.1em;
  /*文字間隔を少し広げる*/
}

.right {
  background: rgb(248, 248, 248);
  min-width: 600px;
  flex: 1;
  overflow-y: auto;
  margin: 10px;
  padding: 20px 20px;
  letter-spacing: 0.05em;
}

.buttonMenu-panel {
  margin-right: auto;
  justify-content: space-between;
  margin-left: 10px;
  /* width: 100%; */
}

.buttonMenu-panel span {
  font-size: 0.8em;
}

.buttonMenu-panel .button {
  display: block;
  background: #f59e1c;
  border: none;
  border-radius: 2px;
  box-shadow: 1px 1px 2px silver;
  color: #fff;
  cursor: pointer;
  height: 50px;
  /* margin: 10px; */
  /* margin-bottom: 25px; */
  font-family: inherit;
  font-size: 1em;
  /* font-weight: bold; */
  letter-spacing: 0.1em;
  line-height: 0.8em;
  text-align: center;
  -webkit-transition: 0.5s;
  /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
  transition: background 0.3s ease-in-out;
  transition: 0.5s;
  width: 200px;
}

.buttonMenu-panel .button-small {
  height: 30px;
  width: 150px;
  font-size: 0.8em;
}

.buttonMenu-panel a {
  text-decoration: none;
}

.buttonMenu-panel .button:hover {
  background: #ffc868;
  letter-spacing: 0.2em;
  /*文字間隔を少し広げる*/
}

.buttonMenu-panel .button-green {
  background: #358A2E;
}

.buttonMenu-panel .button-green:hover {
  background: #5cb137;
}

.buttonSelectAll-panel {
  display: flex;
  margin-left: 0px;
  margin-bottom: 0px;
  justify-content: start;
  width: 100%;
}

.buttonSelectAll-panel span {
  font-size: 0.8em;
}

.buttonSelectAll-panel .button {
  display: block;
  background: steelblue;
  border: none;
  border-radius: 2px;
  box-shadow: 1px 1px 2px silver;
  color: #fff;
  cursor: pointer;
  height: 20px;
  /* margin: 10px; */
  /* margin-bottom: 25px; */
  font-family: inherit;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  line-height: 0.8em;
  text-align: center;
  -webkit-transition: 0.5s;
  /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
  transition: background 0.3s ease-in-out;
  transition: 0.5s;
  width: 150px;
  margin-right: 10px;
}

.buttonSelectAll-panel a {
  text-decoration: none;
}

.buttonSelectAll-panel .button:hover {
  background: skyblue;
  letter-spacing: 0.2em;
  /*文字間隔を少し広げる*/
}

.buttonSelectAll-panel .buttonDoubleWidth {
  display: block;
  background: steelblue;
  border: none;
  border-radius: 2px;
  box-shadow: 1px 1px 2px silver;
  color: #fff;
  cursor: pointer;
  height: 30px;
  font-family: inherit;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  line-height: 0.8em;
  text-align: center;
  -webkit-transition: 0.5s;
  /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
  transition: background 0.3s ease-in-out;
  transition: 0.5s;
  width: 310px;
  margin-bottom: 20px;
}

.buttonSelectAll-panel .buttonDoubleWidth:hover {
  background: skyblue;
  letter-spacing: 0.2em;
  /*文字間隔を少し広げる*/
}

.buttonSelectAll-panel .buttonDoubleWidth_Green {
  display: block;
  background: #256907;
  border: none;
  border-radius: 2px;
  box-shadow: 1px 1px 2px silver;
  color: #fff;
  cursor: pointer;
  height: 30px;
  font-family: inherit;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  line-height: 0.8em;
  text-align: center;
  -webkit-transition: 0.5s;
  /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
  transition: background 0.3s ease-in-out;
  transition: 0.5s;
  width: 310px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.buttonSelectAll-panel .buttonDoubleWidth_Green:hover {
  background: #5cb137;
  letter-spacing: 0.2em
}

.buttonSelectAll-panel .buttonDoubleWidth_GreenDisabled {
  display: block;
  background: #184605;
  border: none;
  border-radius: 2px;
  /* box-shadow: 1px 1px 2px silver; */
  color: #b4b4b4;
  height: 30px;
  font-family: inherit;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  line-height: 0.8em;
  text-align: center;
  width: 310px;
  margin-right: 10px;
  margin-bottom: 20px;
}