#sU-32-1 .approve-textarea {
  position: relative;
}

#sU-32-1 .approve-window-table,
#sU-32-1 .approve-window-table-conform {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  display: none;
}

#sU-32-1 .approve-window-table > div {
  position: relative;
  top: 2vw;
  width: 60vw;
  height: 85vh;
  background: #fff;
  text-align: left;
  padding: 1vw;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #sU-32-1 .approve-window-table > div {
    top: 20vh;
    width: 80vw;
    height: 40vh;
    padding: 4vw;
  }
}

#sU-32-1 .approve-window-table-conform > div {
  width: 30vw;
  padding: 1vw;
  background: #fff;
  border-radius: 0.2vw;
  margin: 10vw auto auto auto;
  z-index: 1001;
}
@media screen and (max-width: 1024px) {
  #sU-32-1 .approve-window-table-conform > div {
    top: 20vh;
    width: 80vw;
    padding: 4vw;
  }
}

#sU-32-1 .approve-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2.5vw;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #sU-32-1 .approve-close {
    font-size: 9vw;
    right: 2vw;
  }
}

#sU-32-1 .approve-confirm {
  bottom: 0;
  line-height: 2.5vw;
  text-align: center;
  font-size: 1.5vw;
  width: 25%;
  height: 5%;
}
@media screen and (max-width: 1024px) {
  #sU-32-1 .approve-confirm {
    margin: auto;
    font-size: 3.6vw;
    right: 2vw;
    width: 40vw;
    height: 3vw;
    line-height: 2.5vw;
  }
}

#sU-32-1 .approve-window-table > div > h3 {
  line-height: 2em;
}

#sU-32-1 .approve-window-table > div > div {
  height: calc(100% - 10vw);
}
@media screen and (max-width: 1024px) {
  #sU-32-1 .approve-window-table > div > div {
    height: calc(100% - 20vw);
  }
}

#sU-32-1 .approve-window-table table {
  width: 100%;
  margin: 1vw auto;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}

#sU-32-1 .approve-window-table th,
#sU-32-1 .approve-window-table td {
  padding: 1em;
  border: 0.01vw solid #aaa;
  font-size: 0.9vw;
  line-height: 2em;
}
@media screen and (max-width: 1024px) {
  #sU-32-1 .approve-window-table th,
  #sU-32-1 .approve-window-table td {
    font-size: 1.7vw;
  }
}

#sU-32-1 .approve-window-table th {
  background: #eee;
  line-height: 1.5em;
  min-width: 6em;
}

#sU-32-1 .triangle {
  margin-left: 38%;
  width: 0;
  height: 0;
  border-left: 2vw solid transparent;
  border-right: 2vw solid transparent;
  border-bottom: 2vw solid #999;
}
@media screen and (max-width: 1024px) {
  #sU-32-1 .triangle {
    margin-bottom: 2vw;
  }
}

#sU-32-1 #approver > div:last-child > .triangle {
  display: none;
}

#sU-32-1 .approve-close-button {
  position: absolute;
  top: -0.3vw;
  right: -0.2vw;
  color: #777;
  width: 1.5vw;
  height: 1.5vw;
  font-size: 1.5vw;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  #sU-32-1 .approve-close-button {
    top: 2vw;
    right: -1vw;
    width: 5vw;
    height: 5vw;
    font-size: 5vw;
  }
}

#sU-32-1 .officer {
  position: relative;
  display: none;
  overflow: hidden;
  height: auto;
  transition: 0.5s;
  /* width: 30vw; */
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #sU-32-1 .officer {
    width: auto;
  }
}

#sU-32-1 .dataTables_filter {
  text-align: right;
  margin: 2vw 0;
}

#sU-32-1 .common-title {
  text-align: center;
}

#sU-32-1 .dataTables_filter input {
  font-size: 1.3vw;
  margin-left: 0.5em;
}
@media screen and (max-width: 1024px) {
  #sU-32-1 .dataTables_filter input {
    font-size: 2.6vw;
  }
}

#sU-32-1 .address-window table {
  width: 100%;
  margin: 1vw auto;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}

#sU-32-1 .address-window th,
#sU-32-1 .address-window td {
  padding: 1em;
  border: 0.01vw solid #aaa;
  font-size: 0.9vw;
  line-height: 2em;
}
@media screen and (max-width: 1024px) {
  #sU-32-1 .address-window th,
  #sU-32-1 .address-window td {
    font-size: 1.7vw;
  }
}

#sU-32-1 .address-window th {
  background-color: #eee;
  line-height: 1.5em;
  min-width: 3em;
}

#sU-32-1 table.dataTable thead .sorting {
  background-image: url('../img/sort_both.png');
}

#sU-32-1 table.dataTable thead .sorting_asc {
  background-image: url('../img/sort_asc.png');
}

#sU-32-1 table.dataTable thead .sorting_desc {
  background-image: url('../img/sort_desc.png');
}

#sU-32-1 table.dataTable thead .sorting_asc_disabled {
  background-image: url('../img/sort_asc_disabled.png');
}

#sU-32-1 table.dataTable thead .sorting_desc_disabled {
  background-image: url('../img/sort_desc_disabled.png');
}

#sU-32-1 table.dataTable thead .sorting,
#sU-32-1 table.dataTable thead .sorting_asc,
#sU-32-1 table.dataTable thead .sorting_desc,
#sU-32-1 table.dataTable thead .sorting_asc_disabled,
#sU-32-1 table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}

#sU-32-1 .selected {
  background: #71e5e9;
}

#sU-32-1 .notSelectable {
  background: #e2e2e2;
}

#sU-32-1 .user-conform {
  height: 50vh;
  width: 90%;
  margin: 0 auto;
  overflow: scroll;
}
@media screen and (max-width: 1024px) {
  #sU-32-1 .user-conform {
    height: 25vh;
  }
}

#sU-32-1 #user-area > li {
  text-align: left;
}

#sU-32-1 .detail-button {
  width: 10%;
  margin: 0.5vw;
}
@media screen and (max-width: 1024px) {
  #sU-32-1 .detail-button {
    width: 25%;
    margin: 0 3vw 2vw;
  }
}

#sU-32-1 .common-textbox,
#sU-32-1 .common-confirmation-text {
  width: 85%;
}

#sU-32-1 .disapprove {
  background-color: #ff9d9d;
}

#sU-32-1 .approved {
  background: #d3f7f9;
}

#sU-32-1 .disapprove:after {
  width: 5vw;
  text-align: center;
  background-color: #660000;
  content: '否認';
  font-size: 1vw;
  border-radius: 0.5vw;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: -1vw;
  left: -1vw;
  right: 0;
}
@media screen and (max-width: 1024px) {
  #sU-32-1 .disapprove:after {
    width: 15vw;
    border-radius: 2vw;
    top: -2vw;
    font-size: 3.5vw;
  }
}

#sU-32-1 .approved:after {
  width: 5vw;
  text-align: center;
  background-color: #009b81;
  content: '確認中';
  font-size: 1vw;
  border-radius: 0.5vw;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: -1vw;
  left: -1vw;
  right: 0;
}
@media screen and (max-width: 1024px) {
  #sU-32-1 .approved:after {
    width: 15vw;
    border-radius: 2vw;
    top: -2vw;
    font-size: 3.5vw;
  }
}

#sU-32-1 .common-confirmation-text:after {
  width: 5vw;
  text-align: center;
  background-color: #555555;
  content: '承認済';
  font-size: 1vw;
  border-radius: 0.5vw;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: -1vw;
  left: -1vw;
  right: 0;
}
@media screen and (max-width: 1024px) {
  #sU-32-1 .common-confirmation-text:after {
    width: 15vw;
    border-radius: 2vw;
    top: -2vw;
    font-size: 3.5vw;
  }
}

#sU-32-1 .common-confirmation-textarea {
  display: block;
  text-align: left;
  padding: 0.5vw;
  width: calc(100% - 1.5vw);
  margin: 0.5vw 0;
  font-size: 1vw;
  height: 3em;
}
@media screen and (max-width: 1024px) {
  #sU-32-1 .common-confirmation-textarea {
    padding: 2vw;
    width: calc(100% - 4vw);
    margin: 0 0 2vw 0;
    font-size: 2.8vw;
    height: 4em;
  }
}
#sU-32-1 .withdraw {
  background-color: #ff9d9d;
}

#sU-32-1 .pullback {
  background-color: #ff9d9d;
}

#sU-32-1 .pullback:after {
  width: 5vw;
  text-align: center;
  background-color: #660000;
  content: '引戻し';
  font-size: 1vw;
  border-radius: 0.5vw;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: -1vw;
  left: -1vw;
  right: 0;
}
@media screen and (max-width: 1024px) {
  #sU-32-1 .pullback:after {
    width: 15vw;
    border-radius: 2vw;
    top: -2vw;
    font-size: 3.5vw;
  }
}

#sU-32-1 .withdraw {
  background-color: #ff9d9d;
}

#sU-32-1 .withdraw:after {
  width: 5vw;
  text-align: center;
  background-color: #660000;
  content: '取下げ';
  font-size: 1vw;
  border-radius: 0.5vw;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: -1vw;
  left: -1vw;
  right: 0;
}
@media screen and (max-width: 1024px) {
  #sU-32-1 .withdraw:after {
    width: 15vw;
    border-radius: 2vw;
    top: -2vw;
    font-size: 3.5vw;
  }
}

#sU-32-1 .apply {
  background-color: #eeeeee;
}

#sU-32-1 .apply:after {
  width: 5vw;
  text-align: center;
  background-color: #555555;
  content: '申請';
  font-size: 1vw;
  border-radius: 0.5vw;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: -1vw;
  left: -1vw;
  right: 0;
}
@media screen and (max-width: 1024px) {
  #sU-32-1 .apply:after {
    width: 15vw;
    border-radius: 2vw;
    top: -2vw;
    font-size: 3.5vw;
  }
}

#sU-32-2 .commentary-open {
  font-size: 1.5vw;
  cursor: pointer;
  text-decoration: underline;
  color: inherit;
}
@media screen and (max-width: 1024px) {
  #sU-32-2 .commentary-open {
    font-size: 3.2vw;
    line-height: 2em;
  }
}
#sU-32-2 .commentary-window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  display: none;
}
#sU-32-2 .commentary-window > div {
  position: relative;
  top: 2vw;
  width: 60vw;
  height: 85vh;
  background: #fff;
  text-align: left;
  padding: 1vw;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #sU-32-2 .commentary-window > div {
    top: 20vh;
    width: 80vw;
    height: 60vh;
    padding: 4vw;
  }
}
#sU-32-2 .commentary-close {
  position: absolute;
  top: 0;
  right: 1vw;
  font-size: 4.5vw;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #sU-32-2 .commentary-close {
    font-size: 9vw;
    right: 2vw;
  }
}
#sU-32-2 .commentary-confirm {
  bottom: 0;
  line-height: 2.5vw;
  text-align: center;
  font-size: 1.5vw;
  width: 25%;
  height: 5%;
}
@media screen and (max-width: 1024px) {
  #sU-32-2 .commentary-confirm {
    margin: auto;
    font-size: 3.6vw;
    right: 2vw;
    width: 40vw;
    height: 3vw;
    line-height: 2.5vw;
  }
}
#sU-32-2 .commentary-window > div > h3 {
  line-height: 2em;
}
#sU-32-2 .commentary-window > div > div {
  overflow-y: scroll;
  height: calc(100% - 8vw);
}
@media screen and (max-width: 1024px) {
  #sU-32-2 .commentary-window > div > div {
    height: calc(100% - 20vw);
  }
}
#sU-32-2 .commentary-window table {
  width: 100%;
  margin: 1vw auto;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}
#sU-32-2 .commentary-window th,
#sU-32-2 .commentary-window td {
  padding: 1em;
  border: 0.01vw solid #aaa;
  font-size: 0.9vw;
  line-height: 2em;
}
@media screen and (max-width: 1024px) {
  #sU-32-2 .commentary-window th,
  #sU-32-2 .commentary-window td {
    font-size: 1.7vw;
  }
}
#sU-32-2 .commentary-window th {
  background: #eee;
  line-height: 1.5em;
  min-width: 6em;
}

#sU-32-2 .selected {
  background: #71e5e9;
}
#sU-32-2 .notSelectable {
  background: #e2e2e2;
}

#sU-32-2 #dataTable-user-name {
  width: 10%!important;
}
#sU-32-2 #dataTable-mail {
  width: 30%!important;
}
#sU-32-2 #dataTable-role {
  width: 5%!important;
}
