@charset "UTF-8";
body {
  color: black;
  font-size: 14px;
}

hr {
  margin-top: 0;
  margin-bottom: 20px;
}

.container {
  max-width: calc(100vw - 20px);
}

.main-contents {
  width: calc(100vw - 20px);
  min-height: calc(100vh - 75px);
  position: relative;
}

@media (min-width: 768px) {
  .main-contents {
    width: calc(100vw - 10px);
  }
}

.footer {
  width: calc(100% - 25px);
  padding-top: 10px;
  border-top: 1px solid #ddd;
  position: absolute;
  bottom: 0;
  text-align: right;
  font-size: 14px;
  color: #555;
}

.font-r-gothic {
  font-family: 'M PLUS Rounded 1c', sans-serif !important;
  font-weight: 500;
}

.navbar {
  font-size: 16px;
  padding: 0;
}

.navbar .container-fluid {
  display: block;
}

.navbar .navbar-toggler {
  float: right;
  margin-top: 12px;
}

.navbar .nav-link {
  color: white !important;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.navbar .nav-link.active {
  background-color: #7ecef4;
}

.navbar .show .navbar-nav {
  margin-top: 0px !important;
  padding-left: 30px !important;
  width: 100%;
}

.font-bold {
  font-weight: 700;
}

.bg-light-blue,
.btn-info,
.btn-info2 {
  background-color: #7ecef4 !important;
  background-image: none;
  border: 1px solid #7ecef4;
}

.fw-light-blue {
  color: #7ecef4;
}

.bg-light-pink {
  background-color: #f4afbd !important;
}

.fw-light-pink {
  color: #f4afbd;
}

.bg-light-purple {
  background-color: #b39cc9 !important;
}

.fw-light-purple {
  color: #b39cc9;
}

.bg-blue {
  background-color: #036eb8;
}

.fw-blue {
  color: #036eb8;
}

.bg-light-green {
  background-color: #a7d5b4;
}

.fw-light-green {
  color: #a7d5b4;
}

.bg-green {
  background-color: #00a29a;
}

.fw-green {
  color: #00a29a;
}

.bg-pink {
  background-color: #e61673 !important;
}

.fw-pink {
  color: #e61673;
}

.bg-yellow {
  background-color: #d5e616 !important;
}

.page-header {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 20px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

@media (min-width: 768px) {
  .navbar-nav li a {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .pc-tenko {
    height: calc(100vh - 100px);
    overflow-y: auto;
    margin-top: -100px;
  }
}

h1 {
  font-size: 18px;
  font-weight: 700;
}

h2 {
  font-size: 18px;
  font-weight: 300;
  margin: 10px 0 30px 0;
}

h3 {
  font-size: 18px;
  font-weight: 300;
  margin: 10px 0 30px 0;
}

h4 {
  z-index: 2;
}

.hide {
  display: none;
}

.max_button {
  width: 400px;
}

.menu li {
  border: 1px solid;
  list-style: none;
  width: 100%;
  padding: 10px;
  cursor: pointer;
}

.table-striped th {
  text-align: center;
}

.right-button {
  font-size: 16px;
  position: absolute;
  right: 7px;
  margin-top: 11px;
}

.right-button button {
  width: 10em;
  margin-right: 8px;
  padding: 6px;
  margin-top: -3px;
}

@media screen and (max-width: 768px) {
  .dataTables_filter > label {
    width: 100%;
  }
}

.dataTables_filter input {
  width: 12em;
  margin-right: 13em;
}

@media screen and (max-width: 768px) {
  .dataTables_filter input {
    width: 100%;
    margin-right: 0;
  }
}

.paginate_button {
  height: 30px;
  padding: 3px !important;
}

#zip {
  width: 6em;
}

.lamp {
  font-size: 18px;
  margin-top: -5px;
  margin-left: 10px;
}

[type=text],
[type=email],
[type=password],
[type=number],
[type=date],
[type=datetime-local] {
  padding: 5px 10px;
  font-size: 16px;
}

.cmd-button {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 15em;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.under-line {
  border-bottom: 1px solid #ccc;
}

.tenko input {
  max-width: 10em;
  display: inline-block;
}

.tenko span {
  display: inline-block;
  margin-left: 5px;
}

.tenko .basho-input {
  width: 100%;
}

.tenko .basho-input td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}

.tenko .basho-input th {
  text-align: center;
}

.tenko .basho-input .no {
  width: 2em;
  text-align: right;
}

.tenko .basho-input .ref {
  width: 2.5em;
}

.tenko .basho-input .ref button {
  width: 100%;
}

.tenko .basho-input .name input {
  width: calc(100% - 20px);
  max-width: calc(100% - 20px);
  margin-left: 0;
  margin-right: 20px;
}

.tenko .basho-input .time {
  width: 160px;
}

.tenko .basho-input .control {
  text-align: right;
  width: 120px;
}

.tenko .basho-input .line:hover {
  background-color: #b39cc9;
}

.datetimepicker {
  max-width: 10em;
}

.datetimepicker-datetime {
  max-width: 10em;
}

.mitenko {
  margin-bottom: 20px;
}

.lineitem {
  position: relative;
}

.lineitem.open {
  margin-bottom: 0;
}

.lineitem.open::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.lineitem::after {
  content: "▼";
  font-weight: 300;
  font-size: 1.5rem;
  margin-left: auto;
  padding: 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  color: #478ea2;
  position: absolute;
  right: 4px;
  top: 7px;
  cursor: pointer;
}

.lineitem .hideline {
  display: none;
}

.step1 label,
.step5 label {
  text-align: right;
}

.step1,
.step2,
.step3,
.step4,
.stap5,
.stap6,
.stap7,
.stap8,
.stap9 {
  display: none;
}

.step1 label,
.step2 label,
.step3 label,
.step4 label,
.stap5 label,
.stap6 label,
.stap7 label,
.stap8 label,
.stap9 label {
  text-align: right;
}

#taiki_list {
  width: 100%;
}

#taiki_list tr, #taiki_list td {
  width: 100%;
}

#taiki_list .btn-outline-primary {
  width: 100%;
  text-overflow: ellipsis;
}

.tenko-joho dt,
.tenko-joho dd,
.tenko-detail dt,
.tenko-detail dd {
  display: inline-block;
}

.tenko-joho dt.alcohol-val,
.tenko-joho dd.alcohol-val,
.tenko-detail dt.alcohol-val,
.tenko-detail dd.alcohol-val {
  display: none;
}

.tenko-joho dt,
.tenko-detail dt {
  width: 8em;
}

.tenko-joho dd,
.tenko-detail dd {
  width: calc(100% - 8.5em);
}

#clock {
  float: right;
}

.arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 12px;
  top: 8px;
  z-index: 5;
}

canvas {
  width: 100%;
  height: auto;
}

.alcohole-val {
  display: none;
}

.furyo-txt {
  color: red;
}

.jikangai-badge {
  position: relative;
}

.jikangai-badge::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: red;
}

@media (max-width: 768px) {
  .navbar .dropdown-menu a {
    color: black !important;
  }
}

.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #fff;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}

#openModal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/*# sourceMappingURL=user.css.map */