html,
body {
  font-family: "Noto Sans JP";
  background-color: #f8f8f8;
  font-size: 16px;
  line-height: 1.2em;
}
body.small {
  font-size: 0.95em;
}

body.large {
  font-size: 1.1em;
}

a {
  text-decoration: underline;
  color: #06c
}

a:hover {
  text-decoration: none;
}

div#size a.fontsize-selecter {
    cursor: pointer;
}

span.selected-font {
    color: #fff;
    background-color: #50A5F1;
    border-color: #6c757d;
}
header {
  max-width: 1630px;
  width: 100%;
  margin: 0 auto;
}
.navbar {
  width: 1630px;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 5px;
  padding-top: 30px;
}

/* 移植(コントロールの幅調整対応)↓*/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  max-width: 8.333333%;
}

.col-2 {
  max-width: 16.666667%;
}

.col-3 {
  max-width: 25%;
}

.col-4 {
  max-width: 33.333333%;
}

.col-5 {
  max-width: 41.666667%;
}

.col-6 {
  max-width: 50%;
}

.col-7 {
  max-width: 58.333333%;
}

.col-8 {
  max-width: 66.666667%;
}

.col-9 {
  max-width: 75%;
}

.col-10 {
  max-width: 83.333333%;
}

.col-11 {
  max-width: 91.666667%;
}

.col-12 {
  max-width: 100%;
}
/* 移植(コントロールの幅調整)↑*/

/* 移植(文字の配置(横)調整)↓ */
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}
/* 移植(文字の配置(横)調整)↑ */

#info .badge {
  margin-left: -15px;
}

#size span {
  padding: 1px 3px;
  border-radius: 2px;
}

#user-info {
  font-size: 0.75em;
}

#user-info div {
  max-width: 200px;
}

#user-info-sp {
  display: none;
}

#logout {
  font-size: 1.0em;
  width: 120px;
  background: #cccccc;
  font-weight: bold;
  border-radius: 2px;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1)
}

#logout:hover {
  opacity: 0.75;
}

.wrapper {
    width: 1440px;
    margin: 0 auto;
    padding: 0px 0px 30px;
}

.content {
  width: 1440px;
  min-height: 400px;
  margin: 0 auto;
  padding: 10px 30px 40px 30px;
  background: #f8f8f8;
  position: relative;
}

#main {
  border-top: 2px solid #d6d6d6;
}

.section {
  margin: 20px auto 0;
}

.breadcrumb {
  background-color: #535353;
  padding: 10px 0 10px 25px;
  margin-bottom: 20px;
  border-radius: 2px;
}

.breadcrumb .btn-back {
  position: absolute;
  height: 28px;
  width: 28px;
  right: 35px;
  top: 5px;
  background: #fff;
  border-radius: 28px;
  border: 3px solid #fff;
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  content: ">";
}

h1.h1-tit {
    font-size: 1.5em;
    font-weight: normal;
    padding: 13px 0 10px 15px;
    background: #fff;
    border-bottom: none;
    border-radius: 2px;
    margin-bottom: 0;
    text-align: center;
}

h2.h2-tit {
    font-size: 1.25em;
    font-weight: bold;
    color: #009;
    padding: 9px;
    border-left: 2px solid #009;
    margin: 0;
}

h3.h3-tit {
    font-size: 1.125em;
    border-left: 2px solid #ccc;
    padding: 10px;
}

h4.h4-tit {
    font-size: 1em;
}

.redpoint {
  color: #900;
}

.redback {
  color: #fff;
  background-color: #900;
}


.bluepoint {
  color: #06c;
}

.blueback {
  color: #fff;
  background-color: #06c;
}

.btn {
  white-space: normal;
  text-decoration: none;
  line-height: 1.2em;
}

.tab-bar {
  justify-content: center;
  z-index: 3;
  position: relative;
}

.card {
  border-radius: 2px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.tab-bar .nav-item {
  width: 140px;
  text-align: center;
}

.tab-bar .nav-item .nav-link {
  border-color: #d6d6d6;
  background: #f1f3f4;
  text-decoration: none;
  color: #535353;
  border-radius: 2px;
  cursor: pointer;
  padding: .5rem;
  position: relative;
}

.text-decoration-none {
text-decoration: none;
}

.tab-bar .nav-item.drop-active:nth-child(n + 2) .nav-link {
  color: #fff;
  background: #009;
  border-color: #009;
}


.tab-bar .nav-item .nav-link.active {
  background: #fff;
  border-top: 3px solid #009;
  border-bottom: none;
  font-weight: bold;
  color: #009;
  padding-bottom: 7px;
  border-radius: 2px;
}

.tab-bar .nav-item .nav-link .badge.badge-new {
  position: absolute;
  left: 10%;
  top: 10px;
}

.tab-bar .nav-item .nav-link .badge-notification {
  position: absolute;
  top: 10px;
  right: 5%;
}

.tab-bar .nav-item .nav-link .nav-icon {
  display: block;
  margin: 0 auto 5px;
  width: 20px;
  height: 20px;
  background-size: 20px
}

.tab-bar .nav-item .nav-link .nav-home {
  background-image: url('/Content/images/pc/icon_home.png');
}

.tab-bar .nav-item .nav-link.active .nav-home {
  background-image: url('/Content/images/pc/icon_home_on.png');
}

.tab-bar .nav-item .nav-link .nav-report {
  background-image: url('/Content/images/pc/icon_report.png');
}

.tab-bar .nav-item .nav-link.active .nav-report {
  background-image: url('/Content/images/pc/icon_report_on.png');
}

.tab-bar .nav-item.drop-active .nav-link .nav-report {
  background-image: url('/Content/images/pc/icon_report_drop.png');
}

.tab-bar .nav-item .nav-link .nav-sheet {
  background-image: url('/Content/images/pc/icon_sheet.png');
}

.tab-bar .nav-item .nav-link.active .nav-sheet {
  background-image: url('/Content/images/pc/icon_sheet_on.png');
}

.tab-bar .nav-item.drop-active .nav-link .nav-sheet {
  background-image: url('/Content/images/pc/icon_sheet_drop.png');
}

.tab-bar .nav-item .nav-link .nav-point {
  background-image: url('/Content/images/pc/icon_point.png');
}

.tab-bar .nav-item .nav-link.active .nav-point {
  background-image: url('/Content/images/pc/icon_point_on.png');
}

.tab-bar .nav-item.drop-active .nav-link .nav-point {
  background-image: url('/Content/images/pc/icon_point_drop.png');
}

.tab-bar .nav-item .nav-link .nav-construction {
  background-image: url('/Content/images/pc/icon_construction.png');
}

.tab-bar .nav-item .nav-link.active .nav-construction {
  background-image: url('/Content/images/pc/icon_construction_on.png');
}

.tab-bar .nav-item.drop-active .nav-link .nav-construction {
  background-image: url('/Content/images/pc/icon_construction_drop.png');
}

.tab-bar .nav-item .nav-link .nav-office {
  background-image: url('/Content/images/pc/icon_office.png');
}

.tab-bar .nav-item .nav-link.active .nav-office {
  background-image: url('/Content/images/pc/icon_office_on.png');
}

.tab-bar .nav-item.drop-active .nav-link .nav-office {
  background-image: url('/Content/images/pc/icon_office_drop.png');
}

.tab-bar .nav-item .nav-link .nav-user {
  background-image: url('/Content/images/pc/icon_user.png');
}

.tab-bar .nav-item .nav-link.active .nav-user {
  background-image: url('/Content/images/pc/icon_user_on.png');
}

.tab-bar .nav-item.drop-active .nav-link .nav-user {
  background-image: url('/Content/images/pc/icon_user_drop.png');
}

.tab-bar .nav-item .nav-link .nav-other {
  background-image: url('/Content/images/pc/icon_other.png');
}

.tab-bar .nav-item .nav-link.active .nav-other {
  background-image: url('/Content/images/pc/icon_other_on.png');
}

.tab-bar .nav-item.drop-active .nav-link .nav-other {
  background-image: url('/Content/images/pc/icon_other_drop.png');
}

.drop-overlay {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .25s ease-in;
  transition: opacity .25s ease-in;
  opacity: 0;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background-color: #000;
}

.drop-overlay.active {
  opacity: .5;
  visibility: visible;
}

.nav-drop {
  background-color: #009;
  width: 1140px;
  height: 0;
  position: absolute;
  top: 62px;
  left: 0;
  z-index: 3;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  padding: 0;

  transition-property: height;
  -moz-transition-property: height, padding-top, padding-bottom;
  -webkit-transition-property: height, padding-top, padding-bottom;
  -o-transition-property: height, padding-top, padding-bottom;
  -ms-transition-property: height, padding-top, padding-bottom;

  transition-duration: .25s;
  -moz-transition-duration: .25s;
  -webkit-transition-duration: .25s;
  -o-transition-duration: .25s;
  -ms-transition-duration: .25s;

  transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
}

.nav-drop.active {
  visibility: visible;
  opacity: 1;
  height: 460px;
  padding: 20px 0;
}

.nav-drop .nav-drop-inner {
  opacity: 0;
  transition: opacity .5s ease-in;
}

.nav-drop.active .nav-drop-inner {
  opacity: 1;
}

.nav-drop .nav-img {
  margin-top: 20px;
  width: 15%;
  float: left;
}

.nav-drop .nav-img p {
  color: #fff;
  font-size: 1.2em;
  margin-top: 10px;
  text-decoration: underline;
}

.nav-drop .nav-lists {
  width: 85%;
  float: right;
}
/* 標準パネル */
.nav-drop .nav-lists .nav-list {
  background: #f1f3f4;
  padding: 15px 10px 15px 10px;
  width: 48%;
  height: 200px;
  float: left;
  margin-bottom: 20px;
  border-radius: 2px;
}

.nav-drop .nav-lists .nav-list:hover {
  opacity: .8;
}

.nav-drop .nav-lists .nav-list:nth-child(2n + 1) {
  margin-right: 2%;
}

.nav-drop .nav-lists .nav-list p {
  position: relative;
  text-decoration: none;
  text-align: left;
  color: #000;
  margin-bottom: 5px;
  font-size: 0.9em;
}

.nav-drop .nav-lists .nav-list p .badge-new {
  float: right;
}
.nav-drop .nav-lists .nav-list p .badge-notification {
  float: right;
}

.nav-drop .nav-lists .nav-list p strong {
  font-size: 1.180553em;
  text-decoration: underline;
  color: #009;
}

/* ハーフパネル */
.nav-drop .nav-lists .nav-listhalf {
  background: #f1f3f4;
  padding: 15px 10px 15px 10px;
  width: 48%;
  height: 100px;
  float: left;
  margin-bottom: 10px;
  border-radius: 2px;
}

.nav-drop .nav-lists .nav-listhalf:hover {
  opacity: .8;
}

.nav-drop .nav-lists .nav-listhalf:nth-child(2n + 1) {
  margin-right: 2%;
}

.nav-drop .nav-lists .nav-listhalf p {
  position: relative;
  text-decoration: none;
  text-align: left;
  color: #000;
  margin-bottom: 5px;
  font-size: 0.9em;
}

.nav-drop .nav-lists .nav-listhalf p .badge-new {
  float: right;
}
.nav-drop .nav-lists .nav-listhalf p .badge-notification {
  float: right;
}

.nav-drop .nav-lists .nav-listhalf p strong {
  font-size: 1.180553em;
  text-decoration: underline;
  color: #009;
}

.nav-close {
  display: none;
}

#l-nav .nav-top {
  margin: 0;
}

#l-nav .nav-top a {
  display: block;
  background: #009;
  padding: 10px;
  border-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  color: #FFF;
  text-decoration: none;
}

#l-nav .nav-top a:hover {
  opacity: 0.75;
}

#l-nav p {
  margin-bottom: 0;
  margin-top: 10px;
}

#l-nav .nav a.active {
  font-weight: bold;
  color: #009;
}

.icon-arrow-right {
    display: inline-block;
    padding-left: 15px;
    margin-left: 10px;
    background: url(/Content/images/pc/icon_arrow_right.png) no-repeat 0 3px;
    position: relative;
}

.icon-arrow-right:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
  line-height: 0;
}

.icon-arrow-right a {
  display: inline-block;
}

.icon-arrow-right-after:after {
    content: "";
    display: inline-block;
    background-image: url(/Content/images/pc/icon_arrow_right.png);
    width: 7px;
    height: 12px;
    margin-left: 5px;
}

.icon-dl {
    display: inline-block;
    padding-left: 15px;
    margin-left: 10px;
    background: url(/Content/images/pc/icon_dl.png) no-repeat 0 3px;
    position: relative;
}

.icon-dl:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
  line-height: 0;
}

.icon-dl a {
  display: inline-block;
}

.icon-dl-after:after {
    content: "";
    display: inline-block;
    background-image: url(/Content/images/pc/icon_dl.png);
    width: 12px;
    height: 12px;
    margin-left: 10px;
}

.error:after {
    position: absolute;
    top: 4px;
    left: 200px;
    content: "";
    display: inline-block;
    background-image: url(/Content/images/pc/icon_error.png);
    width: 30px;
    height: 30px;
}

.info-list {
  padding: 30px 15px 30px 15px;
}

#info-board .info-list .list-item {
  margin-top: 10px;
  line-height: initial;
}

.info-list .list-item {
  margin-top: 10px;
  line-height: initial;
}

#info-board .info-list .list-item a {
  text-decoration: none;
}

.list-item a {
  text-decoration: none;
}

#info-board .info-list .list-item:first-child {
  margin-top: 0px;
}

.info-list .list-item:first-child {
  margin-top: 0px;
}

#info-board .info-list .left {
  color: #535353;
  width: 100%;
}

.info-list .left {
  color: #535353;
}

#info-board .info-list .right {
  width: 45%;
  text-align: right;
}

#info-board .info-list .right.icon-arrow-right-after:after {
  margin-left: 15px;
}

.info-list .right.icon-arrow-right-after:after {
  margin-left: 15px;
}

.news dl {
  margin: 0;
  padding: 15px;
}

.news dl:nth-child(2n + 1) {
  background: #f1f3f4;
}

.news dl:nth-child(2n + 2) {
  background: #fff;
}

.news dl.unread {
  background-color: #ffe5e5;
}

.news dl dt {
  font-weight: normal;
  font-size: 0.875em;
}

.news dl dt .badge {
  padding: 3px 5px;
  font-weight: normal;
  border-radius: 2px;
}

.news dl dd {
  margin-top: 5px;
}

.news dl.unread dt,
.news dl.unread dd {
  font-weight: bold;
  margin-bottom: 0;
}

.badge.badge-new {
  background-color: #ffcc00;
  border-radius: 3px;
  color: #fff;
}

.badge.badge-notification {
  background-color: #900;
  color: #fff;
}

.badge.badge-unread {
  background-color: #0066cc;
  color: #fff;
  margin-left: 10px;
}

.badge.badge-important {
  background-color: #900;
  color: #fff;
  margin-left: 10px;
}

.badge.badge-conv {
    background-color: #900;
  font-weight: normal;
  font-size: 1em;
  color: #fff;
    margin-right: 5px;
}

#UploadControlManager {
  display: none;
}

.upload-area {
  margin: 0 0 15px;
  background: #f1f3f4;
  height: 146px;
  padding: 20px;
  padding-left: 20.83%;
  padding-right: 20.83%;
}

.upload-area .btn {
  cursor: pointer;
}

.upload-file-label {
  width: 100%;
}

.upload-file-label .btn {
  width: 100%;
}

.upload-file-label .btn:before {
  content: "";
  display: inline-block;
  background-image: url(/Content/images/pc/icon_plus.png);
  width: 19px;
  height: 19px;
  margin-left: 5px;
  position: absolute;
  left: 35px;
  top: 8px;
}

.drop-area {
  position: absolute;
  cursor: pointer;
  height: 106px;
  margin-right: 15px;
  padding: 0 10px;
  border: 1px solid #d6d6d6;
  z-index: 2;
}

.drop-message-area {
  position: absolute;
  color: #535353;
  background-color: #fff;
  height: 106px;
  margin-right: 15px;
  padding: 25px 10px;
  border: 1px solid #d6d6d6;
  text-align: right;
  z-index: 1;
}

.stepbar {
  list-style: none;
  height: 50px;
  padding: 0;
}

.stepbar .stepbar-item {
  padding: 0;
  text-align: center;
  line-height: 50px;
  background: #def;
}

.stepbar .stepbar-item.active {
  color: #fff;
  background: #009;
  font-weight: bold;
}

.stepbar-item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 0;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #fff;
  z-index: 0;
}

.stepbar-item:first-child::before {
  display: none;
}

.stepbar-item:after {
  position: absolute;
  content: "";
  top: 0;
  right: -24px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 0;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #def;
  z-index: 1;
}

.stepbar-item.active:after {
  position: absolute;
  content: "";
  top: 0;
  right: -24px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 0;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #009;
  z-index: 1;
}

.stepbar-item:last-child::after {
  display: none;
}

.stepbar-item .stepbar-item-inner {
  margin-left: 25px;
}

.stepbar-item:last-child .stepbar-item-inner,
.stepbar-item:first-child .stepbar-item-inner {
  margin-left: 0;
}

.error-box {
  background: #fcc;
  border: 1px solid #900;
  border-radius: 2px;
  color: #900;
  font-weight: bold;
  padding: 20px;
}

.error-box p {
  margin: 0;
}

.error-box ul {
  margin-bottom: 0;
}

.error-box li {
  white-space: pre-wrap;
}

.error-box.validation-summary-errors {
  display: block;
}

.error-box.validation-summary-valid {
  display: none;
}

.warn-box {
  background: #ffc;
  border: 1px solid #f90;
  border-radius: 2px;
  color: #f90;
  font-weight: bold;
  padding: 20px;
}

.warn-box p {
  margin: 0;
}

.warn-box ul {
  margin-bottom: 0;
}

.warn-box li {
  white-space: pre-wrap;
}

.warn-box.validation-summary-errors {
  display: block;
}

.warn-box.validation-summary-valid {
  display: none;
}

.btn-wrapper {
  margin: 40px auto 0;
}

.btn-main {
  background: #556ee6 !important;
  font-size: 0.875em;
  color: #fff !important;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px;
  width: 100%;
}
.btn:hover {
    opacity: 0.7;
    color: #fff;
}
.btn-conv {
  background-color: #fff !important;
  font-size: 0.875em;
  color: #f1b44c !important;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px;
  border-color: #f1b44c !important;
  width: 100%;
}

.btn-clear {
  background-color: #74788d !important;
  font-size: 0.875em;
  color: #fff !important;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px;
  width: 100%;
}

.btn-dl {
    background-color: #fff !important;
    font-size: 0.875em;
    color: #f1b44c !important;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: .2rem 1rem;
    margin-left: 5px
}

.btn-red {
  background-color: #fff !important;
  font-size: 0.875em;
  color: #f46a6a !important;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px;
  border-color: #f46a6a !important;
  width: 100%;
}

.btn-green {
  background: #34c38f !important;
  font-size: 0.875em;
  color: #fff !important;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px;
  width: 100%;
}

.tooltip-inner {
  max-width: 100%;
}

.custom_toolitip-btn {
  font-size: 0;
}

.form-control {
  border-color: #d6d6d6;
  color: #535353;
}

.form-control:focus {
  box-shadow: none;
  border-color: #06f;
}

.form-control:disabled,
.form-control[readonly] {
  background: #f1f3f4;
  border-color: #d6d6d6;
  color: #333;
}
/* 非活性 の青色背景色のコントロール */
/* S20110固有クラスから移動 */
.form-control[readonly].lightblueback {
  background-color: #99ccff;
}

.error {
  position: relative;
}

.error .form-control {
  color: #333;
  border-color: #900;
  background: #fcc;
  display: inline-block;
}


.success2 {
  color: #333;
  background: #9cf;
  border-color: #06f;
  display: inline-block;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url(/Content/images/pc/icon_success2.png);
}

.error2 {
  color: #333;
  border-color: #900;
  background: #fcc;
  display: inline-block;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url(/Content/images/pc/icon_error2.png);
}

.input-validation-error {
    color: #333;
    border-color: #900;
    background: #fcc;
    display: inline-block;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url(/Content/images/pc/icon_error2.png);
}

div.custom-checkbox > label.input-validation-error {
    padding-right: 2.25rem !important;
}

.success .form-control {
  color: #333;
  background: #9cf;
  border-color: #9cf;
  box-shadow: none;
}

.notice {
  color: #900;
  float: left;
  word-break: keep-all;
}

/* working_report-register-approval */
.table-blueright-blue,
.table-right-blue > td,
.table-right-blue > th {
  background-color: #99ccff !important;
}

.table-background-gray,
.table-background-gray > td,
.table-background-gray > th {
    background-color: #f1f3f4 !important;
}

.table-blueright,
.table-blueright > td,
.table-blueright > th {
    background-color: #cce5ff !important;
}

.table {
  color: #333 !important;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #d6d6d6 !important;
}

.table-shuro,
.table-shuro > td,
.table-shuro > th {
  word-break: break-all !important;
  overflow-wrap: break-word !important;
}

.table-btn {
  min-width: 65px;
  width: -webkit-fill-available;
  width: -moz-available;
  min-height: 50px;
  height: -webkit-fill-available;
  height: -moz-available;
}

/* 個別画面でタブあり画面を作成する↓ */
.nav-tabs2 {
  border-bottom: 1px solid #dee2e6;
}

.nav2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

.tab-bar2 .nav-item2 {
  width: 200px;
  text-align: center;
}

.nav-tabs2 .nav-item2 {
  margin-bottom: -1px;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.tab-bar2 .nav-item2 .nav-link2 {
  border-color: #d6d6d6;
  background: #f1f3f4;
  text-decoration: none;
  color: #535353;
  border-radius: 2px;
  padding: 15px 0;
  position: relative;

}

.tab-bar2 .nav-item2 .nav-link2.active {
  background: #fff;
  border-top: 3px solid #009;
  border-bottom: none;
  font-weight: bold;
  color: #009;
  border-radius: 2px;
  padding: 15px 0;
}

.nav-tabs2 .nav-link2 {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.nav-link2 {
  display: block;
  padding: .5rem 1rem;
}

.tab-bar2 .nav-item2 .nav-link2 img {
  margin-right: 5px;
}

.tab-bar2 .nav-item2 .nav-link2 .nav-icon2 {
  display: block;
  width: 20px;
  height: 20px;
  background-size: 10px;
  background-size: contain;
  float: left;
  margin-left: 30px;
}

.display-list {
  margin: 5px 0 0 auto;
}

#tab .badge {
  font-size: 11px;
  margin-left: .75rem;
}

.dustbox {
  margin-right: 50px;
}

@media screen and (max-width: 768px) {
  .tab-bar2 .nav-item2 {
    max-width: 20%;
    text-align: center;
  }

  .tab-bar2 .nav-item2 .nav-link2 {
    border-color: #d6d6d6;
    background: #f1f3f4;
    text-decoration: none;
    font-size: 10px;
    color: #535353;
    border-radius: 2px;
    padding: 20px 0 10px 0;
  }

  .tab-bar2 .nav-item2 .nav-link2.active {
    background: #fff;
    border-top: 3px solid #009;
    border-bottom: none;
    font-size: 10px;
    font-weight: bold;
    color: #009;
    padding: 20px 0 10px 0;
    border-radius: 2px;
    position: relative;
  }

  .tab-bar2 .nav-item2 .nav-link2 img {
    display: block;
    margin: 0 auto 5px auto;
  }

  .display-list {
    display: none;
  }

  #tab .badge {
    font-size: 11px;
    margin-left: -40px;
    margin-top: -37px;
  }

  #tab .nav-item2 .badge {
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0;
  }

  .tab-bar2 .nav-item2 .nav-link2 .nav-icon2 {
    display: block;
    width: 20px;
    height: 20px;
    background-size: 10px;
    background-size: contain;
    margin: 0px 20px;
  }

  .dustbox {
    margin-right: 0px;
  }

}
/* タブが2段になる場合を考慮して調整する。 */
@media screen and (769px <= width <= 1100px) {
  .tab-bar2 .nav-item2 {
    max-width: 20%;
    text-align: center;
  }
}
/* 個別画面でタブあり画面を作成する↑ */

/* general class */
.pc-none {
  display: none !important;
}

.sp-none {
  display: block !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-underline:hover {
  text-decoration: none !important;
}

.mt-0p {
  margin-top: 0px !important;
}

.mt-5p {
  margin-top: 5px !important;
}

.mt-10p {
  margin-top: 10px !important;
}

.mt-15p {
  margin-top: 15px !important;
}

.mt-20p {
  margin-top: 20px !important;
}

.mt-25p {
  margin-top: 25px !important;
}

.mt-30p {
  margin-top: 30px !important;
}

.mt-40p {
  margin-top: 40px !important;
}

.mt-50p {
  margin-top: 50px !important;
}

.ml-0p {
  margin-left: 0px !important;
}

.ml-5p {
  margin-left: 5px !important;
}

.ml-10p {
  margin-left: 10px !important;
}

.ml-15p {
  margin-left: 15px !important;
}

.ml-20p {
  margin-left: 20px !important;
}

.ml-25p {
  margin-left: 25px !important;
}

.ml-30p {
  margin-left: 30px !important;
}

.ml-40p {
  margin-left: 40px !important;
}

.mb-0p {
  margin-bottom: 0px !important;
}

.mb-5p {
  margin-bottom: 5px !important;
}

.mb-10p {
  margin-bottom: 10px !important;
}

.mb-10p-sp {
  margin-bottom: 0px !important;
}

.mb-15p {
  margin-bottom: 15px !important;
}

.mb-20p {
  margin-bottom: 20px !important;
}

.mb-25p {
  margin-bottom: 25px !important;
}

.mb-30p {
  margin-bottom: 30px !important;
}

.mr-0p {
  margin-right: 0px !important;
}

.mr-5p {
  margin-right: 5px !important;
}

.mr-10p {
  margin-right: 10px !important;
}

.mr-15p {
  margin-right: 15px !important;
}

.mr-20p {
  margin-right: 20px !important;
}

.mr-25p {
  margin-right: 25px !important;
}

.mr-30p {
  margin-right: 30px !important;
}

.mrn-15p {
  margin-right: -15px !important;
}

.pt-0p {
  padding-top: 0px !important;
}

.pt-5p {
  padding-top: 5px !important;
}

.pt-10p {
  padding-top: 10px !important;
}

.pt-15p {
  padding-top: 15px !important;
}

.pt-20p {
  padding-top: 20px !important;
}

.pt-25p {
  padding-top: 25px !important;
}

.pt-30p {
  padding-top: 30px !important;
}

.pl-0p {
  padding-left: 0px !important;
}

.pl-5p {
  padding-left: 5px !important;
}

.pl-10p {
  padding-left: 10px !important;
}

.pl-15p {
  padding-left: 15px !important;
}

.pl-20p {
  padding-left: 20px !important;
}

.pl-25p {
  padding-left: 25px !important;
}

.pl-30p {
  padding-left: 30px !important;
}

.pb-0p {
  padding-bottom: 0px !important;
}

.pb-5p {
  padding-bottom: 5px !important;
}

.pb-10p {
  padding-bottom: 10px !important;
}

.pb-15p {
  padding-bottom: 15px !important;
}

.pb-20p {
  padding-bottom: 20px !important;
}

.pb-25p {
  padding-bottom: 25px !important;
}

.pb-30p {
  padding-bottom: 30px !important;
}

.pr-0p {
  padding-right: 0px !important;
}

.pr-5p {
  padding-right: 5px !important;
}

.pr-10p {
  padding-right: 10px !important;
}

.pr-15p {
  padding-right: 15px !important;
}

.pr-20p {
  padding-right: 20px !important;
}

.pr-25p {
  padding-right: 25px !important;
}

.pr-30p {
  padding-right: 30px !important;
}

.pr-15p-pc {
  padding-right: 15px !important;
}



input:disabled {
  opacity: 0.4 !important;
  pointer-events: none;
}

/* payeasy */
label {
  margin-bottom: 0;
  font-size: 0.875em;
}
.label-input-assistance {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.75em;
}

.form-control {
  height: 34px;
}

.form-control[readonly] {
  background-color: #f1f3f4;
}

.form-control:disabled {
  color: #535353;
  cursor: default;
  background-color: #e5e5e5;
}

.success .form-control {
  background: #9cf !important;
  border-color: #9cf !important;
  box-shadow: none;
}

label input[type="radio"] + span {
  padding-left: 10px;
  position: relative;
}

label input[type="radio"] + span::before {
  content: "";
  display: none;
  position: absolute;
  top: 5px;
  left: 0px;
  width: 12px;
  height: 12px;
  border: 1px solid #999;
  border-radius: 50%;
}

label input[type="radio"]:checked + span::after {
  content: "";
  display: none;
  position: absolute;
  top: 8px;
  left: 3px;
  width: 6px;
  height: 6px;
  background: #06f;
  border-radius: 50%;
}

label input[type="radio"]:focus + span::before {
  box-shadow: 0 0 5px #06f;
  border-color: #06f;
}

label input[type="radio"]:disabled + span {
  color: #6c757d;
}

label input[type="radio"]:disabled + span::before {
  color: #535353;
  cursor: default;
  background-color: #e5e5e5;
}

label input[type="radio"]:checked:disabled + span::after {
  color: #535353;
  cursor: default;
  background-color: #91bdff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #06f;
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 5px #06f;
  border-color: #06f;
}

/* 移植(項目横並び調整)↓ */
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    max-width: 100%;
  }
  .col-sm-auto {
    max-width: 100%;
  }
  .col-sm-1 {
    max-width: 8.333333%;
  }
  .col-sm-2 {
    max-width: 16.666667%;
  }
  .col-sm-3 {
    max-width: 25%;
  }
  .col-sm-4 {
    max-width: 33.333333%;
  }
  .col-sm-5 {
    max-width: 41.666667%;
  }
  .col-sm-6 {
    max-width: 50%;
  }
  .col-sm-7 {
    max-width: 58.333333%;
  }
  .col-sm-8 {
    max-width: 66.666667%;
  }
  .col-sm-9 {
    max-width: 75%;
  }
  .col-sm-10 {
    max-width: 83.333333%;
  }
  .col-sm-11 {
    max-width: 91.666667%;
  }
  .col-sm-12 {
    max-width: 100%;
  }
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .col-md {
    max-width: 100%;
  }
  .col-md-auto {
    max-width: 100%;
  }
  .col-md-1 {
    max-width: 8.333333%;
  }
  .col-md-2 {
    max-width: 16.666667%;
  }
  .col-md-3 {
    max-width: 25%;
  }
  .col-md-4 {
    max-width: 33.333333%;
  }
  .col-md-5 {
    max-width: 41.666667%;
  }
  .col-md-6 {
    max-width: 50%;
  }
  .col-md-7 {
    max-width: 58.333333%;
  }
  .col-md-8 {
    max-width: 66.666667%;
  }
  .col-md-9 {
    max-width: 75%;
  }
  .col-md-10 {
    max-width: 83.333333%;
  }
  .col-md-11 {
    max-width: 91.666667%;
  }
  .col-md-12 {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    max-width: 100%;
  }
  .col-lg-auto {
    max-width: 100%;
  }
  .col-lg-1 {
    max-width: 8.333333%;
  }
  .col-lg-2 {
    max-width: 16.666667%;
  }
  .col-lg-3 {
    max-width: 25%;
  }
  .col-lg-4 {
    max-width: 33.333333%;
  }
  .col-lg-5 {
    max-width: 41.666667%;
  }
  .col-lg-6 {
    max-width: 50%;
  }
  .col-lg-7 {
    max-width: 58.333333%;
  }
  .col-lg-8 {
    max-width: 66.666667%;
  }
  .col-lg-9 {
    max-width: 75%;
  }
  .col-lg-10 {
    max-width: 83.333333%;
  }
  .col-lg-11 {
    max-width: 91.666667%;
  }
  .col-lg-12 {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
      max-width: 100%;
  }

  .col-xl-auto {
      max-width: 100%;
  }

  .col-xl-1 {
      max-width: 8.333333%;
  }

  .col-xl-2 {
      max-width: 16.666667%;
  }

  .col-xl-3 {
      max-width: 25%;
  }

  .col-xl-4 {
      max-width: 33.333333%;
  }

  .col-xl-5 {
      max-width: 41.666667%;
  }

  .col-xl-6 {
      max-width: 50%;
  }

  .col-xl-7 {
      max-width: 58.333333%;
  }

  .col-xl-8 {
      max-width: 66.666667%;
  }

  .col-xl-9 {
      max-width: 75%;
  }

  .col-xl-10 {
      max-width: 83.333333%;
  }

  .col-xl-11 {
      max-width: 91.666667%;
  }

  .col-xl-12 {
      max-width: 100%;
  }
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-group {
  margin-bottom: 1rem;
}
/* 移植(項目横並び調整)↑ */


.form-control[readonly] {
  background-color: #f1f3f4;
}

.form-control:disabled {
  color: #535353;
  cursor: default;
  background-color: #e5e5e5;
}

.ml-1rem-pc {
  margin-left: 2rem !important;
}

.ml-2rem-pc {
  margin-left: 3.5rem !important;
}


.top-branch .form-inline .form-control {
  width: 100%;
}

.pref .form-control {
  width: 16em !important;
}

.required .form-control {
  background: #ffe5e5;
}

.form-box .section.row {
  margin-left: -15px;
  margin-right: -15px;
}

.form-box .section.row input {
  margin-top: 10px;
}

.boxBgBrdr {
  background-color: #ededef;
  padding: 20px;
  margin: 10px;
}

.fontSL {
  font-size: 1.0588235294118em;
}

.border2 {
  border: 1px solid #dee2e6 !important;
  padding: 10px;
  margin: 10px;
}

.box {
  margin: 10px;
}

.alnCenter {
  text-align: center !important;
  vertical-align: middle !important;
}

.text-danger {
  word-break: break-all;
}

/* ラジオボタン切り替え */

.none {
  display: none;
}

.display {
  display: block;
}


/* footer */
#footer .bg-gray {
  background: #ededef;
}

.footer-txt {
  font-size: 0.75em;
  text-align: center;
}

/* working_report-register-approval */
/*.work-table .table > tbody > tr > td,*/
.work-table .table > tbody > tr > th,
.work-table .table > tfoot > tr > td,
.work-table .table > tfoot > tr > th,
.work-table .table > thead > tr > td,
.work-table .table > thead > tr > th {
  vertical-align: middle;
  text-align: center;
}
.work-table .table > tbody > tr > td {
  vertical-align: middle;
  text-align: left;
}
.work-table .table > tbody > tr > td.row-kyosai-mei {
  min-width: 280px;
  white-space: normal !important;
  word-break: break-all;
  overflow-wrap: break-word;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

.work-table .table > tbody > tr > td.row-shitenjigyo-mei {
  min-width: 280px;
  white-space: normal !important;
  word-break: break-all;
  overflow-wrap: break-word;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

.work-table .table > tbody > tr > td.row-shitenjigyo-mei-shuro {
    min-width: 140px;
    white-space: normal !important;
    word-break: break-all;
    overflow-wrap: break-word;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}

.work-table .table > tbody > tr > td.row-koji-mei {
  min-width: 440px;
  white-space: normal !important;
  word-break: break-all;
  overflow-wrap: break-word;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

.work-table .table > tbody > tr > td.row-field-id {
  min-width: 370px;
  white-space: normal !important;
  word-break: break-all;
  overflow-wrap: break-word;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

.work-table .table > thead > tr > th,
.work-table .table > tbody > tr > td {
  white-space: nowrap;
}

.border-dotted {
  font-size: 17px;
  display: flex;
  align-items: center;
    margin: 20px 10px 0px 10px;
}
 
.border-dotted::before,
.border-dotted::after {
  content: "";
  flex-grow: 1;
  border-top: dashed 3px #d6d6d6;
  display: block;
}
 
.border-dotted::before {
  margin-right: 15px;
}
 
.border-dotted::after {
  margin-left: 15px;
}

.count {
    color: #333 !important;
}

/*pagetop*/
.pagetop {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 30px;
  right: 40px;
  color: #fff;
  z-index: 10000
}
.pagetop span {
  display: block;
  border-radius: 25px;
  background: #009;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
}
.pagetop span i {
  color: #fff;
  margin-top: 8px;
}
.pagetop.show {
  visibility: visible;
  opacity: .8;
}


/*pager*/
.page-link-btn .btn-toolbar {
  justify-content: center;
  margin-bottom: 3rem;
}
.page-link-btn .btn-secondary {
  color: #74788d;
  background-color: #fff;
  border-color: #d6d6d6;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
}
.page-link-btn .btn-secondary .number {
  color: #74788d;
}
.page-link-btn .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #50A5F1;
  box-shadow: none;
}
.page-link-btn .btn-group-lg>.btn {
  padding: .5rem 1rem;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 2px;
  margin-right: 0px;
  margin-top: 10px;
}
.page-link-btn .btn-group>.btn.active {
  z-index: 0;
}
/* タブレットの場合見切れが発生するのでその場合のみ自動とする */
@media screen and (769px <= width <= 1440px) {
    .wrapper {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
}
/* スマホモードでのレイアウト崩れを防ぐため97%とする */
@media screen and (max-width: 768px) {
  .wrapper {
      max-width: 97%;
      margin-left:auto;
      margin-right:auto;
  }

.page-link-btn .btn-toolbar {
  justify-content: right;
}
.page-link-btn .btn-group-lg>.btn {
  padding: .5rem .6rem;
  font-size: 14px;
  margin-top: 10px;
  margin-right: 0px;
}
.tab-bar .nav-item .nav-link .badge.badge-new {
  left: 10% !important;
}
.tab-bar .nav-item .nav-link .badge-notification {
  right: 5% !important;
}
}

.ime-active {
  ime-mode: active;
}
.ime-inactive {
  ime-mode: inactive;
}
.ime-disable {
  ime-mode: disabled;
}
.ime-auto {
  ime-mode: auto;
}

.input-group-area-gray {
  background: #f1f3f4;
}

.row-bg-gray,
.row-bg-gray td {
  background-color: rgba(204, 204, 204, 0.4) !important;
}

.row-bg-lightblue,
.row-bg-lightblue td {
  background-color: rgba(153, 204, 255, 0.4) !important;
}

.row-bg-pink,
.row-bg-pink td {
  background: rgba(255, 204, 204, 0.75) !important;
}

.row-bg-orange,
.row-bg-orange td {
  background: rgba(255, 153, 0, 0.5) !important;
}

.row-bg-lightred,
.row-bg-lightred td {
    background: rgba(255, 229, 229, 0.5) !important;
    font-weight: bold;
}

.row-bg-deepred,
.row-bg-deepred td {
    background: rgba(218, 150, 148, 0.5) !important;
    font-weight: bold;
}

.justify-content-left {
  justify-content: flex-start !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-right {
  justify-content: flex-end !important;
}

/* ローディングアイコン */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgb(0, 0, 0);
  filter: alpha(opacity=30);
  -ms-filter: "alpha(opacity=30)";
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  background: rgba(0, 0, 0, 0.3);
  zoom: 1;
  z-index: 10001;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 250px;
  margin-top: -100px;
  margin-left: -200px;
  text-align: center;
  background: rgb(255, 255, 255);
  z-index: 10002;
}

.loader {
  display: none;
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #99ccff;
  background: -moz-linear-gradient(left, #99ccff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #99ccff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #99ccff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #99ccff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #99ccff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #99ccff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.loader:after {
  background: rgb(255, 255, 255);
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* テキストボックス内の×ボタンを非表示にする */
input[type=text]::-ms-clear {
    display: none;
}

/* テーブル内のチェックボックス（テキスト無し）を中央寄せにする */
table .custom-checkbox.none-label-text .custom-control-input {
    position: relative;
}
table .custom-control.custom-checkbox.none-label-text {
    padding-left: 0;
}
table .custom-checkbox.none-label-text .custom-control-label::before {
    left: -0.4rem;
}
table .custom-checkbox.none-label-text .custom-control-label::after {
    left: -0.4rem;
}
/* 自動折返しありで改行をブラウザに反映する */
.display-white-space {
    white-space: pre-wrap;
}