﻿@charset "UTF-8";
html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
}

button,
select,
textarea,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"]:focus {
  /*outline: none;*/
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  font-size: 0.8rem !important;
  -moz-appearance: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
}

button:focus {
  outline: none;
  border: none;
  box-shadow: none;
  border: none;
}

button:hover {
  opacity: 0.5;
}

h2 {
  font-size: 12px;
}

a {
  text-decoration: none;
  color: white;
  display: block;
}

a:hover {
  text-decoration: none !important;
  color: white !important;
}

a:valid {
  text-decoration: none !important;
  color: white !important;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"] {
  width: 100%;
}

select {
  display: block;
  width: 100%;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: none;
  border: none;
  background: url(../img/icon-select-arrow.svg) no-repeat;
  background-size: 8px 16px;
  background-position: right center;
  padding-right: 18px;
}

.select-wrap {
  position: relative;
}

.select-wrap::before {
  position: absolute;
  top: calc(50% - 3px);
  right: 5px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

textarea {
  border: 1px solid #cccccc;
}

[data-ex="collapse-contents"] a,
[data-toggle="collapse"]:hover {
  background-color: #16889a;
  transition: background-color 0.2s;
}

.e-position-absolute {
  position: absolute;
}

.e-position-relative {
  position: relative;
}

.e-flex-grow-1 {
  flex-grow: 1;
}

.e-bg-nav-current {
  background-color: #16889a;
}

.f-scroll {
  overflow: scroll;
  padding-right: 0.3rem;
}

.f-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0.4rem;
}

.f-scroll::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.u-hide {
  display: none;
}

.u-o-hidden {
  overflow: hidden !important;
}

.u-wrap-mb > div {
  margin-bottom: 0.5rem;
}

.u-wrap-mb > div:last-child {
  margin-bottom: 0;
}

.u-wrap-ml > div {
  margin-left: 0.5rem;
}

.u-wrap-ml > div:last-child {
  margin-left: 0;
}

.u-wrap-mr > div {
  margin-right: 0.5rem;
}

.u-wrap-mr > div:last-child {
  margin-right: 0;
}

.u-grow-1 > div {
  flex-grow: 1;
}

.u-space {
  height: 5px;
}

.u-w-auto {
  width: auto !important;
}

.u-180deg {
  transform: rotate(180Deg);
}

.p-user-name {
  background-color: #294E95;
  padding: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 15px;
}

.p-user-name p {
  margin-bottom: 0;
}

.page-home__massage .c-o-plate__message {
  margin-right: 10px;
}

.c-o-plate__message {
  background-color: #EAF6FF;
  border: 2px solid #D4EEFB;
  box-sizing: border-box;
  font-size: 12px;
  padding: 6px;
  color: #305A71;
}

.c-o-plate__error {
  background-color: #FFDDDD;
  border: 2px solid #FFCFCF;
  box-sizing: border-box;
  font-size: 12px;
  padding: 6px;
  color: #852C2D;
}

.c-o-plate__message {
  background-color: #EAF6FF;
  border: 2px solid #D4EEFB;
  box-sizing: border-box;
  font-size: 12px;
  padding: 6px;
  color: #305A71;
}

.page-home__massage {
  margin: 20px 0;
  display: flex;
}

.c-o-plate__base {
  background-color: #fff;
  border: 2px solid #E1E6EF;
  box-sizing: border-box;
  font-size: 12px;
}

.o-plate__title {
  background-color: #294E95;
  text-align: left;
  border-bottom: 2px solid #E1E6EF;
  font-size: 12px;
  color: #fff;
  padding: 10px;
}

.o-plate__title::before {
  content: "▶︎";
  padding-right: 10px;
}

.o-message__base {
  background-color: #E1E6EF;
  border: 1px solid #C0CADD;
  box-sizing: border-box;
  font-size: 12px;
  padding: 6px;
  color: #4C4E4E;
}

.o-message__state.new {
  box-sizing: border-box;
  font-size: 13px;
  padding: 6px;
  color: #000;
}

.o-message__error {
  background-color: #FFDDDD;
  border: 2px solid #FFCFCF;
  box-sizing: border-box;
  font-size: 12px;
  padding: 6px;
  color: #852C2D;
}

.o-message__comp {
  background-color: #c1f3d1;
  border: 2px solid #d9ffcf;
  box-sizing: border-box;
  font-size: 12px;
  padding: 6px;
  color: #2c8551;
}

.o-title__blank {
  text-align: left;
  font-size: 12px;
  padding: 5px 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.o-title__blank::before {
  content: "▶︎";
  padding-right: 3px;
}

.o-title__blank__sub {
  text-align: left;
  border-bottom: 1px solid #E1E6EF;
  font-size: 12px;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
}

.o-title__blank__sub::before {
  content: "▶︎";
  padding-right: 10px;
}

.o-button__arrow__left {
  background-image: url(../img/button-left.svg);
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.o-button__arrow__right {
  background-image: url(../img/button-left.svg);
  width: 35px;
  height: 35px;
  cursor: pointer;
  transform: rotate(180Deg);
  position: absolute;
  bottom: 35px;
  left: -610px;
}

.o-button__base {
  background-color: #294E95;
  text-align: center;
  padding: 8px 0;
  width: 72px;
  text-align: center;
  font-size: 12px;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.o-button__disable {
    background-color: #918F8F;
    text-align: center;
    padding: 8px 0;
    width: 72px;
    text-align: center;
    font-size: 12px;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.o-button__disable.row2 {
    font-size: 12px;
    padding: 0 5px;
}

.o-button__dl {
  background-color: #00c0c5;
  text-align: center;
  padding: 8px 0;
  width: 72px;
  text-align: center;
  font-size: 12px;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.o-button__dl::before {
  content: "";
  background-image: url(../img/icon-download.svg);
  height: 13px;
  width: 13px;
  margin-right: 0.2rem;
}

.o-button__dl.l {
  width: auto;
  padding: 8px 6px;
}

.o-button__dl__fm__new {
  background-color: #00c551;
  text-align: center;
  padding: 8px 6px;
  font-size: 12px;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.o-button__dl__fm__new::before {
  content: "";
  background-image: url(../img/icon-download.svg);
  height: 13px;
  width: 13px;
  margin-right: 0.2rem;
}

.o-button__dl__fm__new.l {
  width: auto;
  padding: 8px 6px;
}

.o-button__dl__fm__edit {
  background-color: #c5b800;
  text-align: center;
  padding: 8px 6px;
  font-size: 12px;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.o-button__dl__fm__edit::before {
  content: "";
  background-image: url(../img/icon-download.svg);
  height: 13px;
  width: 13px;
  margin-right: 0.2rem;
}

.o-button__dl__fm__edit.l {
  width: auto;
  padding: 8px 6px;
}

.o-button__dl__2row {
  background-color: #00c0c5;
  text-align: center;
  padding: 8px 6px;
  font-size: 12px;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.o-button__dl__2row::before {
  content: "";
  background-image: url(../img/icon-download.svg);
  height: 13px;
  width: 13px;
  margin-right: 0.2rem;
}

.o-button__modi {
  background-color: #D1BD22;
  text-align: center;
  padding: 8px 0;
  width: 72px;
  text-align: center;
  font-size: 12px;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.o-button__base__2row {
  background-color: #294E95;
  text-align: center;
  padding: 0 5px;
  font-size: 12px;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.o-button__done {
  background-color: #F99F36;
  text-align: center;
  padding: 8px 0;
  width: 72px;
  text-align: center;
  font-size: 12px;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.o-button__del {
  background-color: #f93636;
  text-align: center;
  padding: 8px 0;
  width: 72px;
  text-align: center;
  font-size: 12px;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.o-button__del.row2 {
  font-size: 12px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.o-button__del .c-o-button__done-2 {
  background-color: #F99F36;
  text-align: center;
  padding: 0 5px;
  font-size: 12px;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.o-button__done__2row {
  background-color: #F99F36;
  text-align: center;
  padding: 0 5px;
  font-size: 12px;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.o-button__close {
  background-color: #6c757d;
  text-align: center;
  padding: 8px 0;
  width: 72px;
  text-align: center;
  font-size: 12px;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.o-button__logout {
  border-radius: 0.2rem;
  padding: 0.2rem 0.4rem 0.2rem 0.4rem;
  background-color: #6c757d;
  font-size: 12px;
  display: inline-block;
  border: none;
  color: #fff;
}

.o-button__logout:hover {
  opacity: 0.7;
}

.o-button__new {
  background-color: #33860A;
  text-align: center;
  padding: 8px 0;
  width: 72px;
  text-align: center;
  font-size: 12px;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.o-button__clear {
  background-color: #918F8F;
  text-align: center;
  padding: 8px 0;
  width: 72px;
  text-align: center;
  font-size: 12px;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.o-button__plus {
  background-color: #48A1E5;
  font-size: 12px;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  padding: 15px;
  font-size: 18px;
  display: inline-block;
  position: relative;
}

.o-button__plus::before {
  content: "+";
  position: absolute;
  top: 0px;
  left: 0.6rem;
}

.o-button__plus.isActive {
  background-color: #F99F36;
}

.o-button__plus.isActive::before {
  content: "ー";
  position: absolute;
  top: 0.1rem;
  left: 0.35rem;
}

.o-button__close {
  background-image: url(../img/close.svg);
  width: 34px;
  height: 34px;
  display: block;
}

.o-border__bold {
  width: 100%;
  height: 2px;
  border-top: solid 2px #E1E6EF;
  padding-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.o-border__bold__sm {
  width: 100%;
  height: 1px;
  border-top: solid 1px #E1E6EF;
  padding-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.o-border__bold__sml {
  width: 100%;
  height: 1px;
  background-color: #E1E6EF;
  margin-top: 0.9rem;
  margin-bottom: 0.9rem !important;
}

.p-main-wrap {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.p-main-wrap > section {
  width: 100%;
  background-color: #fff;
  border: 2px solid #E1E6EF;
  box-sizing: border-box;
  font-size: 12px;
  display: inline-block;
  height: 100%;
}

.p-main-wrap section > h1 {
  background-color: #294E95;
  text-align: left;
  font-size: 12px;
  color: #fff;
  padding: 10px;
  margin: 0;
}

.p-main-wrap section > h1::before {
  content: "▶︎";
  padding-right: 10px;
}

.p-main-wrap section > article {
  padding: 1rem;
}

.p-main-wrap__2col {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: flex;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.p-main-wrap__2col.scroll section > article {
  padding: 1rem 0 1rem 1rem;
}

.p-main-wrap__2col section {
  background-color: #fff;
  border: 2px solid #E1E6EF;
  box-sizing: border-box;
  font-size: 12px;
  display: inline-block;
  height: 100%;
}

.p-main-wrap__2col section:first-child {
  width: 400px;
}

.p-main-wrap__2col section:nth-child(2) {
  width: calc(100% - 420px);
  margin-left: 20px;
}

.p-main-wrap__2col section > h1 {
  background-color: #294E95;
  text-align: left;
  font-size: 12px;
  color: #fff;
  padding: 10px;
  margin: 0;
}

.p-main-wrap__2col section > h1::before {
  content: "▶︎";
  padding-right: 10px;
}

.p-main-wrap__2col section > article {
  padding: 1rem;
}

.p-scroll__head {
  padding: 0 !important;
}

.p-scroll__head > h1 {
  background-color: #294E95;
  text-align: left;
  font-size: 12px;
  color: #fff;
  padding: 10px;
  margin: 0;
}

.p-scroll__head > h1::before {
  content: "▶︎";
  padding-right: 10px;
}

.p-scroll__head > article {
  padding: 1rem 1rem 0 1rem;
}

.p-scroll__body {
  padding: 0.5rem 0rem 1rem 1rem !important;
}

.p-scroll__body > article {
  padding-right: 1rem;
  height: 100%;
  overflow: scroll;
}

.p-update ul li {
  padding: 0.1rem;
  font-size: 12px;
}

.p-buttom-wrap {
  display: flex;
  justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}

.p-buttom-wrap a {
  margin-right: .5rem;
}

.p-buttom-wrap button {
  margin-right: .5rem;
}

.p-buttom-wrap button:last-child {
  margin-right: 0;
}

.p-buttom-wrap p {
  margin-right: .5rem;
  align-self: center;
  display: flex;
  box-sizing: border-box;
  margin-bottom: 0;
}

.p-tab-wrap .nav-tabs {
  justify-content: center;
}

.p-tab-wrap .nav-link {
  padding: 0.3rem 1rem !important;
}

.p-tab-wrap .nav-item:last-child {
  margin-left: 0.5rem;
}

.p-tab-wrap .nav-tabs .nav-link {
  border: 1px solid #e1e6ef;
}

.p-tab-wrap .nav-tabs .nav-item.show .nav-link,
.p-tab-wrap .nav-tabs .nav-link.active {
  color: #31a9e6 !important;
  border-color: #e1e6ef #e1e6ef #fff;
}

.p-tab-wrap a {
  color: #000 !important;
}

.p-tab-wrap a:hover {
  color: #000 !important;
}

.p-button__small {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #586164;
  width: 100%;
  height: 41px;
  text-align: right;
}

.p-button__small img {
  cursor: pointer;
}

.p-page-title {
  position: absolute;
  top: 0.2rem;
  left: 1.8rem;
  font-size: 0.75rem;
  color: #9eacb9;
}

.p-page-title span {
  color: #53a1e8;
}

.p-datachip {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background-color: #fff;
  font-size: 12px;
  position: relative;
}

.p-datachip.border-none {
  border: solid 1px #E1E6EF;
}

.p-datachip.border-none p {
  border: none;
}

.p-datachip.border-clear {
  border: none;
}

.p-datachip.border-clear p {
  border: none;
}

.p-datachip.grow-none p {
  flex-grow: 0;
}

.p-datachip button {
  margin-left: 0.5rem;
}

.p-datachip h1 {
  display: flex;
  align-items: center;
  padding: 5px;
  background-color: #ebeef5;
  border: solid 1px #E1E6EF;
  font-size: 12px;
  margin: 0;
}

.p-datachip p {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 5px;
  margin: 0;
  border: solid 1px #E1E6EF;
}

.p-datachip input[type="text"],
.p-datachip input[type="email"],
.p-datachip input[type="number"] {
  flex-grow: 1;
}

.p-datachip input[type="checkbox"] {
  margin-right: 0.3rem;
}

.p-datachip textarea {
  flex-grow: 1;
  border-color: #cccccc;
  width: 100%;
}

.p-datachip .textarea__count {
  position: absolute;
  right: 6px;
  bottom: 2px;
  font-size: 10px;
}

.p-datachip input[type="radio"] {
  margin-left: 0.3rem;
}

.p-datachip input[type="radio"] + span {
  display: block;
  margin-left: 0.2rem;
}

.p-datachip .off {
  background-color: #dfe1e8;
  pointer-events: none;
}

.p-datachip__blank {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background-color: #fff;
  font-size: 12px;
  position: relative;
}

.p-datachip__blank button {
  margin-left: 0.5rem;
  padding: 6px 0;
  font-size: 11px;
}

.p-datachip__blank h1 {
  display: flex;
  align-items: center;
  padding: 5px;
  font-size: 12px;
  margin: 0;
  width: 110px;
}

.p-datachip__blank .off {
  background-color: #ebeef5;
  pointer-events: none;
}

.p-datachip__blank p {
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin: 0;
  border: solid 1px #E1E6EF;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.p-datachip__blank input[type="text"],
.p-datachip__blank input[type="email"],
.p-datachip__blank input[type="number"] {
  flex-grow: 1;
}

.p-datachip__blank input[type="checkbox"] {
  margin-right: 0.3rem;
}

.p-datachip__blank textarea {
  flex-grow: 1;
  border-color: #cccccc;
  margin-bottom: 10px;
  width: 100%;
}

.p-datachip__blank .textarea__count {
  position: absolute;
  right: 6px;
  bottom: 2px;
  font-size: 10px;
}

.p-datachip__blank input[type="text"],
.p-datachip__blank input[type="email"],
.p-datachip__blank input[type="number"] {
  border: none;
}

.p-datachip__blank select {
  border: none;
}

.p-datachip__blank input[type="radio"] {
  margin-left: 0.3rem;
}

.p-datachip__blank input[type="radio"] + span {
  display: block;
  margin-left: 0.2rem;
}

.p-pager {
  display: flex;
  margin: 0;
  padding: 0;
}

.p-pager li {
  display: flex;
  align-items: center;
  list-style: none;
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #C0CADD;
  border-left: none;
}

/* 
ページネーションにおいて現在ページの選択欄を装飾する要素。
.p-pager liと重複して選択されるため、
!importantで強制指定する。
*/
.p-pager-active {
    color: white !important;
    background-color: #007bff !important;
}

/*
ページネーションにおいて現在ページの選択欄を装飾する要素。
文字色を白にする指定は子要素を直接指定する。
*/
.p-pager-active button {
        color: white !important;
}

.p-pager li:first-child {
  border-left: solid 1px #C0CADD;
  color: #C0CADD;
}

.p-pager-num {
  display: flex;
}

.p-pager-num p {
  display: flex;
  align-items: flex-end;
  margin-right: 0.5rem;
  margin-bottom: 0;
}

.p-pager-num p span:first-child {
  font-size: 0.9rem;
}

.p-table-sort > article:first-child {
  display: flex;
}

.p-table-sort > article:nth-child(2) {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: flex;
  margin-top: 0.5rem;
}

.p-table table,
.p-table td,
.p-table th {
  border-collapse: collapse;
  border: 1px solid #dee2e6;
}

.p-table {
  margin: 0 auto;
  /* overflow: scroll; */ /* 2018/08/08 M.Hoshino del 検索画面の一覧表示にてDataTablesでスクロールtrueにすることで、スクロールの中でスクロールして気持ち悪いため削除しました。 */
  height: 100%;
  padding-right: 1rem;

}

div.scrollbar_AccountUser {
    /*overflow-y: scroll;*/
    height: 58vh;
    /*width: 65vw;*/
    width: calc(100vw - 680px);
}

.textover {
    width: 100px !important;
    height: 100% !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

.p-table .button-2col > div {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  display: flex;
}

.p-table .button-2col a {
  background-color: #918F8F;
  border-radius: 5px;
  padding: 2px 5px;
  color: white;
  cursor: pointer;
  font-size: 10px;
}

.p-table table {
  font-size: 0.75rem;
  table-layout: fixed;
  width: 100%;
}

.p-table table th {
    font-size: 0.625rem;
    background-color: #c1c5d0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p-table table th.check {
  width: 2rem;
  text-align: center;
}

.p-table table th.button__base {
  width: 3rem;
  text-align: center;
}

.p-table table tr:nth-child(even) {
  background: #ebeef5;
}

.p-table table tr input[type="checkbox"] {
  width: 12px;
  height: 12px;
}

.p-table table tr:hover {
  background: #f2f2f2;
}

.p-table table td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p-table table td.check {
  text-align: center;
}

.p-table table td.button__base {
  text-align: center;
}

.p-table table td div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p-table table td button {
  background-color: #918F8F;
  border-radius: 5px;
  padding: 2px 5px;
  color: white;
  cursor: pointer;
  font-size: 10px;
}

.p-table table td a {
  background-color: #294E95;
  padding: 2px 5px;
  color: white;
  cursor: pointer;
  font-size: 10px;
  text-align: center;
}

.p-table table td a:hover {
  opacity: 0.5;
}

.p-table table td a.dl {
  background-color: #00c0c5;
}

.p-table table td a.dl img {
  margin-right: 0.2rem;
}

.p-table table td a.done {
  background-color: #F99F36;
}

.p-table table td a.base {
  background-color: #58a8fd;
}

.p-table table td a.modi {
  background-color: #ffc107;
}

.p-table table td a.del {
  background-color: #ec8888;
}

.p-table table .off-checked {
  background-color: #f6faff;
}

.p-table table .off {
  background-color: #ebeef5;
}

.p-table table .off input[type="text"],
.p-table table .off select {
  pointer-events: none;
}

.p-table table .off .off-checked {
  background-color: #ebeef5;
}

.p-search-add {
  display: none;
}

.p-button__arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: flex-end;
  -webkit-box-pack: end;
}

.p-calendar caption {
  caption-side: top;
  padding: 0;
  text-align: center;
}

.p-calendar th {
  text-align: center;
  background-color: #ebeef5;
}

.p-calendar td section {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: flex;
}

.p-calendar td section div {
  width: 100%;
  text-align: center;
}

.p-calendar .none {
  opacity: 0.5;
}

.p-calendar .isActive {
  background-color: #ffdfdf;
  color: red;
}

.modal-window {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  line-height: 1.3;
  display: none\9;
}

.modal-window:target {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.is-active.modal-window {
  display: block\9;
}

.modal-window:target {
  display: block\9;
}

.modal-window .modal-inner {
  position: relative;
  top: 50px;
  z-index: 20;
  margin: 0 auto;
  /*overflow-x: hidden;*/
  overflow: hidden;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  width: 80%;
  height: 80%;
}

.modal-window .modal-inner.alert {
  width: 20%;
  height: auto;
  padding: 0;
  border: 0;
}

.modal-window .modal-inner.alert .p-modal__contents {
  height: auto;
  text-align: center;
  font-size: 0.9rem;
  padding: 20px 20px;
}

.modal-window .modal-inner.alert .footer {
  border-top: solid 1px #dee2e6;
  padding: 1rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.modal-window .modal-inner.alert .footer.yes-no a:nth-child(2) {
  margin-left: 0.5rem;
}

.modal-window .modal-close {
  display: block;
  text-indent: -100px;
  overflow: hidden;
}

.modal-window .modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR4 2gEFAPr/AAAAAMwA0QDNTiUx4gAAAABJRU5ErkJggg==");
}

.modal-window {
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.p-modal__title {
  position: relative;
}

.p-modal__contents__flex {
  display: flex;
  margin-bottom: 10px;
}

.p-modal__contents__1line .p-card__box {
  margin-bottom: 10px;
}

.p-modal__title .o-plate__title {
  padding: 20px 20px;
  font-size: 12px;
  border-bottom: none;
}

.p-modal__grobal__nav {
  display: flex;
  justify-content: flex-end;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 5px 5px 30px;
  border-radius: 100px 0 0 0;
}

.p-modal__grobal__nav button {
  margin-left: 5px;
}

.p-modal__contents {
  padding: 30px 60px;
  height: 90%;
  /*overflow: scroll;*/
  overflow: auto;
}

.p-modal__contents .p-card__box {
  margin-right: 10px;
}

.p-modal .o-line__bold {
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-form-list {
  width: 100%;
  margin-bottom: 10px;
  display: table;
}

.p-form-list h1 {
  width: 150px;
  height: 20px;
  background-color: #fff;
  border: none;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  padding: 5px;
  margin: 0;
}

.p-form-list div {
  padding: 5px;
  border: 1px solid #E1E6EF;
  background-color: #fff;
  display: table-cell;
  vertical-align: middle;
}

.p-form-list p {
  padding: 5px;
  border: 1px solid #E1E6EF;
  background-color: #fff;
  display: table-cell;
  vertical-align: middle;
}

.p-form-list .off {
  background-color: #ebeef5;
  color: #535353;
  display: flex;
  align-items: center;
}

.p-form-list input[type="text"],
.p-form-list input[type="email"],
.p-form-list input[type="number"] {
  border: none;
  padding: 0;
}

.p-form-list.v-form-list {
   width: 45%;
}

#ui-datepicker-div {
  border-radius: 0 !important;
}

#ui-datepicker-div .ui-widget-header {
  border: none !important;
  background: none !important;
}

#ui-datepicker-div.ui-widget-content {
  border: 1px solid #e1e6ef !important;
}

#ui-datepicker-div.ui-widget {
  font-size: 0.9rem !important;
}

#ui-datepicker-div .ui-state-default {
  background: #ebeef5 !important;
  border: none !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: normal !important;
  color: #212121 !important;
  opacity: 0.5;
}

body {
  background-color: #F2F3F2;
}

#Header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 46px;
  background-color: #000023;
  padding: 0 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.75rem;
  position: relative;
  z-index: 2;
}

#Header [data-ex="collapse-contents"] a,
#Header [data-toggle="collapse"]:hover {
  background-color: #266483;
  transition: background-color 0.2s;
}

#Header .bg-info {
  background-color: #0b6d9f !important;
}

#Wrap {
  width: 100%;
  height: calc(100% - (46px + 18px));
  display: flex;
}

#Nav {
  background-color: #586164;
  font-size: 12px;
  width: 180px;
  height: calc(100% - 64px);
  box-sizing: unset;
  position: fixed;
  z-index: 2;
  top: 46px;
  left: 0;
}

#Nav .ui-icon,
#Nav .ui-widget-content .ui-icon {
  background-image: none !important;
}

#Nav .ui-resizable-e,
#Nav .ui-resizable-handle,
#Nav .ui-resizable-s {
  height: 0;
}

#Nav .ui-icon {
  width: 43px !important;
  height: 35px !important;
}

#Nav h1 {
  font-size: 12px;
  color: white;
  cursor: pointer;
  margin-bottom: 0;
  padding: 10px;
}

#Nav ul {
  height: calc(100% - 41px);
  overflow: scroll;
  padding-right: 0.5rem;
}

#Nav li .title {
  padding: 10px;
  display: flex;
  color: #fff;
}

#Nav li .title > div {
  display: flex;
  align-items: center;
  cursor: pointer;
}

#Nav li .title > div:nth-child(2) {
  margin-left: 5px;
}

#Nav li .title > div:last-child {
  margin-left: auto;
}

#Nav li .title:hover {
  background-color: #266483;
}

#Nav li .title.isActive {
  background-color: #3484ad !important;
}

#Nav li dl {
  margin-bottom: 0;
}

#Nav li dl dd {
  margin-bottom: 0;
}

#Nav li dl dd a {
  padding: 0.5rem 0 0.5rem 2rem;
  background-color: #474c4c;
}

#Nav li dl dd a:hover {
  background-color: #266483;
}

#Main {
    width: 100%;
    padding: 1.5rem;
    background-color: #F2F3F2;
    position: relative;
    /*z-index: 2;*/
  margin-left: 180px;
  overflow: hidden;
}

#Footer {
  text-align: center;
  background-color: #000023;
  color: #fff;
  font-size: 0.75rem;
  position: fixed;
  z-index: 2;
  height: 18px;
  width: 100%;
  bottom: 0px; /* 絶対位置指定(左0px,下0px) */
}

#Login {
  width: 100%;
  height: calc( 100% - 18px);
  min-width: 680px;
  min-height: 850px;
  background-color: #000023;
}

#Password {
  width: 100%;
  height: calc(100% - 18px);
  min-width: 680px;
  /*min-height: 600px;*/
  overflow: auto;
  background-color: #000023;
  display: flex;
  justify-content: center;
  align-items: center;
}

#Home {
  height: 100%;
}

#Home .p-scroll__body {
  height: calc(100% - 105px);
}

#Search {
  height: 100%;
}

#Search .p-scroll__body.right {
  height: calc(100% - 190px);
}

#Search .p-scroll__body__outer__height {
  height: calc(100% - 203px);
  padding: 0.5rem 0rem 1rem 1rem;
}

#Search .p-scroll__body__extend__height {
  height: 100%;
}

#Search .p-scroll__body__scroll__area {
  height: calc(100% - 30px);
  overflow: scroll;
  padding-right: 1rem;
}

#Request .p-scroll__body {
    height: calc(100% - 215px);
}

#Request__done {
  height: 100%;
}

#Request__done .p-scroll__body.right {
  height: calc(100% - 215px);
}

#Request__done .p-scroll__body.left {
  height: calc(100% - 101px);
}

#Request__done__confirm .p-scroll__body {
  height: calc(100% - 550px);
}

#Request__done__confirm form {
  overflow-y: auto;
}

#Request__history {
  height: 100%;
}

#Request__history .p-scroll__body.right {
  height: calc(100% - 215px);
}

#Request__history .p-scroll__body.left {
  height: calc(100% - 156px);
}

#Request__history__confirm .p-scroll__body {
  height: calc(100% - 550px);
}

#Request__history__confirm form {
  overflow-y: auto;
}

#RequestDirect .p-scroll__body {
  height: calc(100% - 170px);
}

#RequestImport .p-scroll__body {
  height: calc(100% - 150px);
}

#Watch .p-scroll__body {
  height: calc(100% - 215px);
}

#New .p-scroll__body.right {
  height: calc(100% - 220px);
}

#deliveryAdminEditForm {
  height: calc(100%);
  overflow: auto;
}

#Cargo .p-scroll__body {
  height: calc(100% - 215px);
}

#Cargo__edit .p-scroll__body {
  height: calc(100% - 102px);
  padding: 0 1rem 1rem 1rem !important;
}

#Calendar .p-scroll__body {
  height: calc(100% - 102px);
}

#Calendar__scroll {
  height: calc(100vh - 100px);
  overflow: auto;
}

#Message__scroll {
  height: calc(100vh - 100px);
  overflow: auto;
}

#Account-user .p-scroll__body {
  height: calc(100% - 215px);
}

#Account-user__edit .p-scroll__body {
  height: calc(100% - 102px);
}

#AccountUserEditForm {
  height: calc(100%);
  overflow: auto;
}

#Account-info__scroll {
  height: calc(100vh - 100px);
  overflow: auto;
}

#Material .p-scroll__body {
  height: calc(100% - 100px);
}

/*#modal-cargo__select .p-scroll__body {
    padding: 0 !important;
    height: calc(100% - 190px);
}*/

#modal-history .p-scroll__body {
  height: calc(100% - 201px);
}
