@charset "UTF-8";
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

footer {
  margin-top: 50px;
}

.table-hover tr td:hover {
  cursor: pointer;
}

.pager + p {
  font-size: 75%;
  margin-top: -10px;
}

tr.bg-secondary,
tr.bg-secondary a {
  color: #fff;
}

.bg-dark {
  color: #fff;
}

.card-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-header .btn,
h1 .btn,
h4 .btn,
.nav-link .badge,
.card-header .btn-group {
  float: right;
}

.form-inline .input-group {
  margin-right: 1em;
  margin-top: 5px;
}

.input-daterange .input-group-addon {
  text-shadow: none !important;
}

.sort a {
  display: block;
}

.sort i {
  float: right;
  padding: 3px 3px 0;
}

.sort a:hover {
  text-decoration: none;
}

.icon {
  text-align: center;
}

.unRead {
  font-weight: bold;
}

.mail_message th {
  max-width: 50px;
}

button,
.sort,
.cursorPointer {
  cursor: pointer;
}

textarea {
  height: 16em;
}

.selectStyle {
  position: relative;
  display: inline-block;
  z-index: 0;
  border-radius: 5px;
  background-color: #fff;
}

.selectStyle select {
  padding: 2px 25px 2px 5px;
}

.selectStyle:hover {
  background: #D6E9E4;
}

.selectStyle:disabled {
  color: #000;
}

.selectStyle:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  right: .6em;
  margin-top: -0.32em;
  border-width: 0.643em 0.357em;
  border-style: solid;
  border-color: #fff transparent transparent;
  z-index: -1;
}

select {
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

#subAccountTable .bg-dark {
  color: #65697d;
}

header .navbar ul.navbar-nav.d-block.d-md-none {
  overflow: hidden;
}

header .navbar ul.navbar-nav.d-block.d-md-none li {
  width: 50%;
  float: left;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 0.5rem;
}

header .navbar ul.navbar-nav.d-block.d-md-none li:nth-child(-n+2) {
  border-top: 1px solid #fff;
}

header .navbar ul.navbar-nav.d-block.d-md-none li:nth-child(2n+1) {
  border-left: 1px solid #fff;
}

a.btn:hover {
  cursor: pointer;
}

.bulkCard .table-responsive table {
  min-width: 980px;
  /*max-width:2000px;*/
}

.bulkCard .table-responsive table input[type="text"] {
  width: 100%;
  min-width: 120px;
}

.bulkCard .noWrapping {
  white-space: nowrap;
}

/*折りかえさない*/
.bulkCard .bg-secondary {
  white-space: nowrap;
}

.bulkCard .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 1.8rem;
  }

  h2, .h2 {
    font-size: 1.6rem;
  }

  h3, .h3 {
    font-size: 1.4rem;
  }

  h4, .h4 {
    font-size: 1.2rem;
  }

  h5, .h5 {
    font-size: 1rem;
  }

  h6, .h6 {
    font-size: 1rem;
  }

  .display-1 {
    font-size: 3.5rem;
  }

  .display-2 {
    font-size: 3rem;
  }

  .display-3 {
    font-size: 2.5rem;
  }

  .display-4 {
    font-size: 2rem;
  }

  .breadcrumb {
    font-size: 0.8rem;
    padding: 0.5rem 0.8rem;
  }

  .staffDetailTable th, .staffDetailTable td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .mailListTable tr.bg-secondary {
    display: none;
  }
  .mailListTable tr {
    overflow: hidden;
    display: block;
    border-bottom: solid 2px #aaa;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#eaeaea',GradientType=0 );
  }
  .mailListTable th, .mailListTable td {
    padding: 0.6rem;
  }
  .mailListTable td.title {
    display: block;
    width: 100%;
    font-size: 1.1rem;
    padding-bottom: 0.1rem;
    text-decoration: underline;
  }
  .mailListTable td.affiliation {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 0;
    padding-top: 0;
  }
  .mailListTable td.from {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 0;
    padding-top: 0;
    font-size: 0.8rem;
    line-height: 1;
  }
  .mailListTable td.type {
    display: none;
  }
  .mailListTable td.date {
    display: block;
    float: left;
    width: 100%;
    text-align: right;
    padding-top: 0;
    line-height: 1;
  }
  .mailListTable td.icon {
    display: none;
  }
  .mailListTable td.read {
    display: none;
  }
  .mailListTable .table-primary, .mailListTable .table-primary > th, .mailListTable .table-primary > td {
    background: none;
  }
  .mailListTable .table-primary {
    background: #c7e1f3;
    background: -moz-linear-gradient(top, #c7e1f3 45%, #aec9e5 100%);
    background: -webkit-linear-gradient(top, #c7e1f3 45%, #aec9e5 100%);
    background: linear-gradient(to bottom, #c7e1f3 45%, #aec9e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7e1f3', endColorstr='#aec9e5',GradientType=0 );
  }

  .mailListTable.table-bordered th, .mailListTable.table-bordered td {
    border: none;
  }

  main ul.nav.nav-tabs li a.nav-link {
    padding: 0.5rem 0.5rem;
    font-size: 0.8rem;
  }
  main .typeSelect select, main .typeSelect option {
    width: 100%;
    white-space: nowrap;
  }

  .mailMessage th, .mailMessage td {
    display: block;
    width: 100%;
    max-width: none;
  }
  .mailMessage td {
    padding-top: 0;
    border-top: none;
  }

  .fileListTable tr.bg-secondary {
    display: none;
  }
  .fileListTable tr {
    border-bottom: solid 2px #aaa;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#eaeaea',GradientType=0 );
  }
  .fileListTable th, .fileListTable td {
    display: block;
    width: 100%;
    max-width: none;
  }
  .fileListTable td.icon {
    text-align: right;
  }
}


/*プログレスバー用*/
.progress_back{
    background: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    display:none;

}
#progress{ width: 400px; height: 20px; background:#d9d9d9; margin-bottom: 10px; overflow: hidden;}
#progress .bar{ width: 0%; height: 20px; background:#212529;}
#progress .bar span{ font-weight: bold; color: #fff;}
.progress_bar {
    position: fixed;
    z-index: 2000;
    top: 50%;
    left: 50%;
    background: #fff;
    border: 2px solid #dfdfdf;
    text-align: center;
    padding: 2em;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    display:none;
}

.progress_bar .close_button{
    border: 1px solid #fff;
    background: #eee;
    padding: 5px;
    margin: 10px 0 0;
    border-radius: 10px;
    display:none;
    cursor: pointer;
}


/*ローディング用*/
#loading{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 9999;
    display:none;

}

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 150px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}



.datepicker-dropdown{
	z-index: 9999 !important;
}


.passwordView a{
	display: inline-block;
	margin: 0px 0 0 1em;
	cursor: pointer;
	}
	
	

.requisite {
    color: #b72323;
    vertical-align: middle;
}


/* 必須アイコン */
.required{
	
}