@charset "UTF-8";
/**
 * 共通CSS
 */
/* --------Reset Stylesheet */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  background: transparent;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

input, select {
  vertical-align: middle;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  background: transparent;
}

img {
  border: none;
}

/* モダンブラウザ用上付き文字表示 */
* > sup {
  vertical-align: text-top;
  line-height: 12px;
  font-size: 90%;
}

* > sub {
  vertical-align: text-bottom;
  line-height: 14px;
}

/* text align */
.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

.alignL {
  text-align: left;
}

/* Aタグと同じ見た目 */
.linkStyle {
  color: #6a6d6d;
  text-decoration: underline;
  cursor: pointer;
}

/*=======================
 	Base layout
  =======================*/
::-ms-clear {
  display: none;
}

body {
  width: 100%;
  height: 100%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  color: #232323;
  background: #f2f2f2;
  -webkit-text-size-adjust: 100%;
  visibility: hidden;
}

input[type="text"], input[type="password"], textarea, input[type="email"] {
  border: 1px solid #a7a7a7;
  background: #ffffff;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  padding: 0.4rem 0.8rem;
  border-radius: 0.2rem;
  width: 100%;
  font-size: 1.4rem;
}

input[type="text"][readonly], input[type="text"][disabled], input[type="password"][readonly], input[type="password"][disabled], textarea[readonly], textarea[disabled], input[type="email"][readonly], input[type="email"][disabled] {
  background-color: #f2f2f2;
  color: #c0c0c0;
}

.input-clear-btn {
  position: absolute;
  cursor: default;
}

select {
  border: 1px solid #a7a7a7;
  background: #ffffff;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  padding: 0.4rem 0.8rem;
  border-radius: 0.2rem;
}

/*=======================
 	Header layout
  =======================*/
.header {
  position: sticky;
  top: 0;
  background: #232323;
  height: 5.6rem;
  border-bottom: 0.5rem solid #50c2c7;
  color: #ffffff;
  z-index: 1001;
  display: flex;
  align-items: center;
}

.header .system-title {
  margin-left: 1.6rem;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.4rem;
  cursor: pointer;
}

.header .system-title:hover {
  text-decoration: underline;
}

.header-sub {
  margin-right: 0;
  margin-left: auto;
  width: 20rem;
}

.header-sub ul {
  display: flex;
  align-items: center;
}

.header ul > li span {
  display: block;
  padding-right: 2rem;
  padding-left: 2rem;
}

.header ul > li:first-child span {
  border-left: none;
}

.header ul > li a {
  text-decoration: underline;
}

/* ユーザープルダウン */
.header ul > li.admin {
  height: 4rem;
}

.header ul > li.admin:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border: 0.8rem solid transparent;
  border-top-color: #c0c0c0;
  right: 1.6rem;
  top: 2.4rem;
}

.header ul > li.admin:hover {
  background-color: #676767;
}

.header ul > li.admin:hover:after {
  display: none;
}

.header ul > li.admin a {
  display: block;
  padding-top: 1.2rem;
  width: 100%;
  height: 100%;
  position: relative;
}

.header ul > li.admin ul {
  display: none;
  border-bottom: 1px solid #c0c0c0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  top: 0;
}

.header ul > li.admin:hover ul {
  position: relative;
  display: block;
  z-index: 1001;
}

/* hover */
.header ul > li.admin:hover ul li {
  background-color: #ffffff;
  border-top: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
}

.header ul > li.admin ul li a {
  display: block;
  padding: 1rem 2rem 1rem 2rem;
  width: 100%;
  text-align: center;
  color: #232323;
}

.header ul > li.admin:hover a {
  text-decoration: none;
}

.header ul > li.admin span {
  display: block;
}

.header ul > li.admin:hover ul li:hover {
  background-color: #c4eaec;
}

.screen-title {
  margin-bottom: 0.5rem;
  padding: 0.8rem;
  border-left: 0.8rem solid #50c2c7;
  height: 3.2rem;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 1px;
}

/*
オートコンプリートのリスト見た目
 */
.ui-autocomplete {
  max-height: 18rem;
  overflow-y: auto;
  overflow-x: hidden;
}

.ui-autocomplete .ui-menu-item div {
  display: inline-block;
  height: 100%;
}

.ui-autocomplete .ui-menu-item div.ui-state-active, .ui-autocomplete .ui-menu-item div.ui-state-focus {
  border: none;
  background-color: transparent !important;
  color: #3a3a3a !important;
  font-weight: bold !important;
}

/*
 ページ上部に戻るリンク
 */
.go-top {
  margin-top: 0.8rem;
  margin-right: 0;
  margin-left: auto;
  cursor: pointer;
  text-decoration: underline;
  text-align: right;
}

.p-panel_back {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 101;
}

.p-panel {
  background-color: #ffffff;
  border-radius: 0.5rem;
  height: auto;
  padding: 2% 4%;
}

.p-panel .description {
  line-height: 1.6;
  text-align: center;
}

.loader,
.loader:before,
.loader:after {
  width: 1.4em;
  height: 1.4em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #b8d1d2;
  font-size: 10px;
  top: -2.4rem;
  margin: 2.4rem auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before, .loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@media (min-width: 1070px) {
  input[type="text"].input-w10, input[type="password"].input-w10, textarea.input-w10, input[type="email"].input-w10 {
    width: 10%;
  }
  input[type="text"].input-w20, input[type="password"].input-w20, textarea.input-w20, input[type="email"].input-w20 {
    width: 20%;
  }
  input[type="text"].input-w30, input[type="password"].input-w30, textarea.input-w30, input[type="email"].input-w30 {
    width: 30%;
  }
  input[type="text"].input-w50, input[type="password"].input-w50, textarea.input-w50, input[type="email"].input-w50 {
    width: 50%;
  }
  input[type="text"].input-w5, input[type="password"].input-w5, textarea.input-w5, input[type="email"].input-w5 {
    width: 5%;
  }
  input[type="text"].input-w10, input[type="password"].input-w10, textarea.input-w10, input[type="email"].input-w10 {
    width: 10%;
  }
  input[type="text"].input-w15, input[type="password"].input-w15, textarea.input-w15, input[type="email"].input-w15 {
    width: 15%;
  }
  input[type="text"].input-w20, input[type="password"].input-w20, textarea.input-w20, input[type="email"].input-w20 {
    width: 20%;
  }
  input[type="text"].input-w25, input[type="password"].input-w25, textarea.input-w25, input[type="email"].input-w25 {
    width: 25%;
  }
  input[type="text"].input-w30, input[type="password"].input-w30, textarea.input-w30, input[type="email"].input-w30 {
    width: 30%;
  }
  input[type="text"].input-w35, input[type="password"].input-w35, textarea.input-w35, input[type="email"].input-w35 {
    width: 35%;
  }
  input[type="text"].input-w40, input[type="password"].input-w40, textarea.input-w40, input[type="email"].input-w40 {
    width: 40%;
  }
  input[type="text"].input-w45, input[type="password"].input-w45, textarea.input-w45, input[type="email"].input-w45 {
    width: 45%;
  }
  input[type="text"].input-w50, input[type="password"].input-w50, textarea.input-w50, input[type="email"].input-w50 {
    width: 50%;
  }
  input[type="text"].input-w55, input[type="password"].input-w55, textarea.input-w55, input[type="email"].input-w55 {
    width: 55%;
  }
  input[type="text"].input-w60, input[type="password"].input-w60, textarea.input-w60, input[type="email"].input-w60 {
    width: 60%;
  }
  input[type="text"].input-w65, input[type="password"].input-w65, textarea.input-w65, input[type="email"].input-w65 {
    width: 65%;
  }
  input[type="text"].input-w70, input[type="password"].input-w70, textarea.input-w70, input[type="email"].input-w70 {
    width: 70%;
  }
  input[type="text"].input-w75, input[type="password"].input-w75, textarea.input-w75, input[type="email"].input-w75 {
    width: 75%;
  }
  input[type="text"].input-w80, input[type="password"].input-w80, textarea.input-w80, input[type="email"].input-w80 {
    width: 80%;
  }
  input[type="text"].input-w85, input[type="password"].input-w85, textarea.input-w85, input[type="email"].input-w85 {
    width: 85%;
  }
  input[type="text"].input-w90, input[type="password"].input-w90, textarea.input-w90, input[type="email"].input-w90 {
    width: 90%;
  }
  input[type="text"].input-w95, input[type="password"].input-w95, textarea.input-w95, input[type="email"].input-w95 {
    width: 95%;
  }
  input[type="text"].input-w100, input[type="password"].input-w100, textarea.input-w100, input[type="email"].input-w100 {
    width: 100%;
  }
  input[type="text"].date, input[type="password"].date, textarea.date, input[type="email"].date {
    width: 12rem;
  }
  input[type="text"].date[data-calmode*='h'], input[type="password"].date[data-calmode*='h'], textarea.date[data-calmode*='h'], input[type="email"].date[data-calmode*='h'] {
    width: 16rem;
  }
  select.input-w10 {
    width: 10%;
  }
  select.input-w20 {
    width: 20%;
  }
  select.input-w30 {
    width: 30%;
  }
  select.input-w50 {
    width: 50%;
  }
}

[type='button'], [type='submit'] {
  min-width: 100px;
  min-height: 40px;
  padding: 0 8px;
  font-size: 1.4rem;
  display: inline;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
  -webkit-appearance: none;
  appearance: button;
  background: #ffffff;
  box-shadow: 0 1px 1px silver;
  border: 1px solid #a7a7a7;
  color: #3a3a3a;
}

[type='button']::-webkit-search-decoration, [type='submit']::-webkit-search-decoration {
  display: none;
}

[type='button']::focus, [type='submit']::focus {
  outline-offset: -2px;
}

[type='button'].is-disabled, [type='submit'].is-disabled {
  cursor: default;
}

[type='button']:hover, [type='submit']:hover {
  background: #f7f7f7;
  color: #4a4343;
  border-color: #c1c1c1;
}

[type='button'].is-disabled, [type='submit'].is-disabled {
  background: #c0c0c0 !important;
  color: #e6e6e6 !important;
  border: none;
}

[type='button'].is-disabled:hover, [type='submit'].is-disabled:hover {
  color: #e6e6e6;
}

[type='button'].important, [type='submit'].important {
  background: #50c2c7;
  color: #ffffff;
}

[type='button'].important:hover, [type='submit'].important:hover {
  background: rgba(80, 194, 199, 0.6);
  color: #ffffff;
  border-color: #cdcdcd;
}

.approved-list>table>tbody>tr>td>[type='button'] {
  margin: 5px;
}

/* 否認ボタン */
input.btn.deny-user {
  background: #9A49BD;
  color: #ffffff;
}

input.btn.deny-user:not(.is-disabled):hover {
  opacity: 0.7;
}

/* 編集ボタン */
input.btn.edit-user {
  background: #2D9843;
  color: #ffffff;
}

input.btn.edit-user:not(.is-disabled):hover {
  opacity: 0.7;
}

[type='button'].btn-red, [type='submit'].btn-red {
  background: #BB393B;
  color: #ffffff;
}

[type='button'].btn-red:hover, [type='submit'].btn-red:hover {
  background: rgba(187, 57, 59, 0.6);
  color: #ffffff;
}

[type='button'].btn-right, [type='submit'].btn-right {
  margin-right: 0;
  margin-left: auto;
}

[type='button'].btn-right + .btn-right, [type='submit'].btn-right + .btn-right {
  margin-left: 0.8rem;
}

[type='button'].btn-left + .btn-left, [type='submit'].btn-left + .btn-left {
  margin-left: 0.8rem;
}

[type='button'].btn-wide, [type='submit'].btn-wide {
  min-width: 24rem;
}

[type='button'].small, [type='submit'].small {
  width: auto;
  min-width: 0;
  min-height: 0;
  padding: 0.2rem 0.8rem;
}

/* 入力値にエラーがある場合の表示 */
.value-error {
  background-color: #f1cfd0 !important;
  color: #9d5859 !important;
}

.value-error:not(td) {
  border: 1px solid #9d5859 !important;
}

/* 入力値が注意状態の場合 */
.value-warn {
  background-color: #fff6cc !important;
  color: #998733;
}

.value-warn:not(td) {
  border: 1px solid #998733 !important;
}

.contents {
  padding: 0.8rem 1.6rem 1.6rem;
}

.inner-contents-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.contents-main-inner-object {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1069px) {
  .contents-summary {
    margin-bottom: 0.8rem;
  }
  [type="button"], [type="submit"] {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  [type="button"].btn-right, [type="submit"].btn-right {
    margin: 0;
    margin-top: 1.6rem;
  }
  [type="button"].btn-right + .btn-right, [type="submit"].btn-right + .btn-right {
    margin: 0;
    margin-top: 1.6rem;
  }
  [type="button"].btn-left, [type="submit"].btn-left {
    margin: 0;
    margin-top: 1.6rem;
  }
  [type="button"].btn-left + .btn-left, [type="submit"].btn-left + .btn-left {
    margin: 0;
    margin-top: 1.6rem;
  }
  .header .system-title {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .header-sub {
    width: 45%;
  }
}
