html,
body {
  font-family:
    "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, Roboto, Verdana, sans-serif;
  font-size: 16px;
  color: #333;
  background: #ededef;
  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;
}

header {
  background: #fff;
  border-bottom: 1px solid #d6d6d6;
}

.navbar {
  width: 1170px;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 5px;
  padding-top: 30px;
}

#info .badge {
  margin-left: -15px;
}

#size span {
  padding: 1px 3px;
  border-radius: 2px;
}

#user-info {
  font-size: 0.75em;
}

#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: 1170px;
  margin: 0 auto;
  padding: 25px 15px 30px;
}

.content {
  width: 1140px;
  min-height: 400px;
  padding: 10px 30px 40px 30px;
  background: #fff;
  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.875em;
  font-weight: normal;
  padding: 13px 0 10px 15px;
  background: #f1f3f4;
  border-bottom: 3px solid #009;
  border-radius: 2px;
  margin-bottom: 0;
}

h2.h2-tit {
  font-size: 1.5em;
  font-weight: bold;
  color: #009;
  padding: 10px;
  border-left: 2px solid #009;
  margin: 0;
}

h3.h3-tit {
  font-size: 1.25em;
  border-left: 2px solid #ccc;
  padding: 10px;
}

h4.h4-tit {
  font-size: 1.125em;
}

.redpoint {
  color: #900;
}

.redback {
  color: #fff;
  background-color: #900;
}


.bluepoint {
  color: #06c;
}

.blueback {
  color: #fff;
  background-color: #06c;
}

.btn {
  text-decoration: none;
  line-height: 1.2em;
}

.tab-bar {
  justify-content: center;
  z-index: 2;
  position: relative;
}

.card {
  border-radius: 2px;
}

.tab-bar .nav-item {
  width: 160px;
  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-notification {
  position: absolute;
  top: 10px;
  right: 40px;
}

.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('../../../common/pc/images/icon_home.png');
}

.tab-bar .nav-item .nav-link.active .nav-home {
  background-image: url('../../../common/pc/images/icon_home_on.png');
}

.tab-bar .nav-item .nav-link .nav-report {
  background-image: url('../../../common/pc/images/icon_report.png');
}

.tab-bar .nav-item .nav-link.active .nav-report {
  background-image: url('../../../common/pc/images/icon_report_on.png');
}

.tab-bar .nav-item.drop-active .nav-link .nav-report {
  background-image: url('../../../common/pc/images/icon_report_drop.png');
}

.tab-bar .nav-item .nav-link .nav-sheet {
  background-image: url('../../../common/pc/images/icon_sheet.png');
}

.tab-bar .nav-item .nav-link.active .nav-sheet {
  background-image: url('../../../common/pc/images/icon_sheet_on.png');
}

.tab-bar .nav-item.drop-active .nav-link .nav-sheet {
  background-image: url('../../../common/pc/images/icon_sheet_drop.png');
}

.tab-bar .nav-item .nav-link .nav-point {
  background-image: url('../../../common/pc/images/icon_point.png');
}

.tab-bar .nav-item .nav-link.active .nav-point {
  background-image: url('../../../common/pc/images/icon_point_on.png');
}

.tab-bar .nav-item.drop-active .nav-link .nav-point {
  background-image: url('../../../common/pc/images/icon_point_drop.png');
}

.tab-bar .nav-item .nav-link .nav-construction {
  background-image: url('../../../common/pc/images/icon_construction.png');
}

.tab-bar .nav-item .nav-link.active .nav-construction {
  background-image: url('../../../common/pc/images/icon_construction_on.png');
}

.tab-bar .nav-item.drop-active .nav-link .nav-construction {
  background-image: url('../../../common/pc/images/icon_construction_drop.png');
}

.tab-bar .nav-item .nav-link .nav-office {
  background-image: url('../../../common/pc/images/icon_office.png');
}

.tab-bar .nav-item .nav-link.active .nav-office {
  background-image: url('../../../common/pc/images/icon_office_on.png');
}

.tab-bar .nav-item.drop-active .nav-link .nav-office {
  background-image: url('../../../common/pc/images/icon_office_drop.png');
}

.tab-bar .nav-item .nav-link .nav-user {
  background-image: url('../../../common/pc/images/icon_user.png');
}

.tab-bar .nav-item .nav-link.active .nav-user {
  background-image: url('../../../common/pc/images/icon_user_on.png');
}

.tab-bar .nav-item.drop-active .nav-link .nav-user {
  background-image: url('../../../common/pc/images/icon_user_drop.png');
}

.tab-bar .nav-item .nav-link .nav-other {
  background-image: url('../../../common/pc/images/icon_other.png');
}

.tab-bar .nav-item .nav-link.active .nav-other {
  background-image: url('../../../common/pc/images/icon_other_on.png');
}

.tab-bar .nav-item.drop-active .nav-link .nav-other {
  background-image: url('../../../common/pc/images/icon_other_drop.png');
}

.tab-bar .nav-item .nav-link .badge.badge-new {
  position: absolute;
  left: 20px;
  top: 10px;
}

.drop-overlay {
  position: fixed;
  z-index: 2;
  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: 2;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  padding: 20px 0;
  transition: height .25s ease-in;
}

.nav-drop.active {
  visibility: visible;
  opacity: 1;
  height: 350px;
}

.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: 20%;
  float: left;
}

.nav-drop .nav-img p {
  color: #fff;
  font-size: 1.2em;
  margin-top: 10px;
}

.nav-drop .nav-lists {
  width: 80%;
  float: right;
}

.nav-drop .nav-lists .nav-list {
  background: #f1f3f4 url(../../common/pc/images/icon_arrow_right.png) no-repeat 10px 17px;
  padding: 15px 15px 15px 20px;
  width: 48%;
  height: 140px;
  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-notification {
  position: absolute;
  right: 0;
}

.nav-drop .nav-lists .nav-list p .badge-new {
  position: absolute;
  right: 30px;
  top: 0;
  left: auto;
}

.nav-drop .nav-lists .nav-list 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(../../pc/images/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(../../pc/images/icon_arrow_right.png);
  width: 7px;
  height: 12px;
  margin-left: 5px;
}

.icon-dl {
  display: inline-block;
  padding-left: 15px;
  margin-left: 10px;
  background: url(../../pc/images/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(../../pc/images/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(../../pc/images/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: 50%;
  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 {
  color: #535353;
  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;
}

#uploadFile {
  display: none;
}

.upload-area .btn {
  cursor: pointer;
}

.upload-area {
  margin: 0 0 15px;
  background: #f1f3f4;
  padding: 20px;
}

.upload-file-label {
  width: 100%;
}

.upload-file-label .btn {
  width: 100%;
}

.btn {
  white-space: normal;
}

.drop-area {
  color: #535353;
  background-color: #fff;
  height: 106px;
  margin-right: 15px;
  padding: 0 10px;
  line-height: 106px;
  border: 1px solid #d6d6d6;
  text-align: right;
}

.upload-file-label .btn:before {
  content: "";
  display: inline-block;
  background-image: url(../../pc/images/icon_plus.png);
  width: 19px;
  height: 19px;
  margin-left: 5px;
  position: absolute;
  left: 35px;
  top: 15px;
}

.stepbar {
  list-style: none;
  height: 50px;
  padding: 0;
}

.stepbar .stepbar-item {
  padding: 0;
  text-align: center;
  line-height: 50px;
  background: #ccc;
}

.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 #ccc;
  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 {
  display: none;
  background: #fcc;
  border: 1px solid #900;
  border-radius: 2px;
  color: #900;
  font-weight: bold;
  padding: 20px;
}

.error-box p {
  margin: 0;
}

.btn-wrapper {
  margin: 40px auto 0;
}

.btn-main {
  background: #009;
  font-size: 1em;
  color: #fff;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 15px;
}

.btn-main:hover {
  color: #fff;
}

.btn:hover {
  opacity: 0.75;
}

.btn-conv {
  background-color: #f90;
  font-size: 1em;
  color: #000;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 15px;
}

.btn-clear {
  background-color: #ccc;
  font-size: 1em;
  color: #000;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 15px;
}

.btn-accent {
  background-color: #06f;
  font-size: 1em;
  color: #fff;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 15px;
}

.btn-moto {
  background: #0070c0;
  font-size: 1.1em;
  color: #fff;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 22px;
}

.btn-moto:hover {
  color: #fff;
}

.btn-shita {
  background: #00b050;
  font-size: 1.1em;
  color: #fff;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 22px;
}

.btn-shita:hover {
  color: #fff;
}

.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;
}

.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(../../pc/images/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(../../pc/images/icon_error2.png);
}

.success .form-control {
  color: #333;
  background: #9cf;
  border-color: #9cf;
  box-shadow: none;
}

.notice {
  color: #900;
  float: left;
}

/* working_report-register-approval */
.table-blueright-blue,
.table-right-blue > td,
.table-right-blue > th {
  background-color: #99ccff;
}

.table-background-gray,
.table-background-gray > td,
.table-background-gray > th {
  background-color: #f1f3f4;
}

.table-blueright,
.table-blueright > td,
.table-blueright > th {
  background-color: #cce5ff;
}

.table {
  color: #333 !important;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #d6d6d6 !important;
}

.btn-normal {
  background-color: #009;
  font-size: 1em;
  color: #fff;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.btn-main:hover {
  color: #fff;
}

/* 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;
}

.mt-moto {
  margin-top: 80px !important;
}

.mt-shita {
  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-15p {
  margin-bottom: 15px !important;
}

.mb-20p {
  margin-bottom: 20px !important;
}

.mb-25p {
  margin-bottom: 25px !important;
}

.mb-30p {
  margin-bottom: 30px !important;
}

.mb-moto {
  margin-bottom: 50px !important;
}

.mb-shita {
  margin-bottom: 80px !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;
}

.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;
}



input:disabled {
  opacity: 0.4 !important;
  pointer-events: none;
}

/* payeasy */
label {
  margin-bottom: 0;
}

.form-control {
  height: 44px;
}

.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"] {
  display: none;
}

label input[type="radio"] + span {
  padding-left: 20px;
  position: relative;
}

label input[type="radio"] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #999;
  border-radius: 50%;
}

label input[type="radio"]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  width: 6px;
  height: 6px;
  background: #06f;
  border-radius: 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #06f;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.form-check-input {
  background-color: #06f !important;
  border: 1px solid #999;
}

.form-control[readonly] {
  background-color: #f1f3f4;
}

.form-control:disabled {
  color: #535353;
  cursor: default;
  background-color: #e5e5e5;
}

.ml-2rem-pc {
  margin-left: 4rem !important;
}



.top-branch .form-inline .form-control {
  width: 100% !important;
}

.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;
}


/* ラジオボタン切り替え */

.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;
}



.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;
}
.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;
}

.index {
  text-align: center;
  display: block;
}
.index .text {
  text-align: left;
  display: inline-block;
}
