@charset "UTF-8";
/* 変数 */ /* 基礎のスタイル */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700;900&display=swap&subset=japanese");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  min-height: 100%;
  max-height: 100%;
  height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #ffffff;
}

a {
  text-decoration: none !important;
}

* a {
  text-decoration: none !important;
  color: unset;
  transition: 0.3s ease all;
}
* a:hover {
  opacity: 0.7;
}

h1, h2, h3, h4, h5, h6, p, span, ul, li, a {
  line-height: 1;
  color: #333333;
}

ul {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
  transition: 0.3s ease all;
}
button:hover {
  opacity: 0.7;
}

input {
  width: 100%;
  height: 60px;
  padding: 0 10px;
  font-size: 24px;
}

select {
  width: 100%;
  height: 60px;
  padding: 0 10px;
  font-size: 24px;
}

label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: 24px;
}

/* 共通のスタイル */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.5;
  color: #ffffff;
  background-color: #007bff;
}

/* 共通のスタイル */
body {
  background-color: #b8b8b8;
  padding: 20px;
}

#content {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: #ffffff;
  overflow-y: auto;
}
@media only screen and (max-width: 480px) {
  #content {
    width: 100%;
  }
}

/* トップページのスタイル */
body.front.home {
  background-color: #ffffff;
}
body.front.home .home-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
body.front.home .home-wrapper .menu-list {
  width: 400px;
  margin: 0 auto;
}
body.front.home .home-wrapper .menu-list .menu-item {
  margin: 10px 0;
}
body.front.home .overview-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
body.front.home .overview-wrapper .overview-infos .title {
  margin: 0 0 40px;
  font-size: 64px;
  font-weight: 700;
  color: #007bff;
}
@media only screen and (max-width: 480px) {
  body.front.home .overview-wrapper .overview-infos .title {
    margin: 0 0 20px;
    font-size: 20px;
  }
}
body.front.home .overview-wrapper .overview-infos .main-info {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 480px) {
  body.front.home .overview-wrapper .overview-infos .main-info {
    font-size: 20px;
  }
}
body.front.home .overview-wrapper .overview-infos .timeover {
  margin: 40px 0 0;
  font-size: 36px;
  font-weight: 700;
  color: red;
}
@media only screen and (max-width: 480px) {
  body.front.home .overview-wrapper .overview-infos .timeover {
    font-size: 16px;
  }
}

/* トップページのスタイル */
body.front.list {
  background-color: #ffffff;
}
body.front.list #content {
  width: 100%;
}
body.front.list .list-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 60px 0 0;
  overflow: hidden;
}
body.front.list .list-wrapper .receipt-list-head {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
body.front.list .list-wrapper .receipt-list-head p {
  display: flex;
  align-items: center;
  height: 60px;
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  body.front.list .list-wrapper .receipt-list-head p {
    font-size: 20px;
  }
}
body.front.list .list-wrapper .receipt-list-head .receipt-head-ttl-no {
  justify-content: center;
  text-align: center;
}
body.front.list .list-wrapper .receipt-list-head .receipt-head-ttl-name {
  justify-content: center;
  text-align: center;
}
body.front.list .list-wrapper .receipt-list-head .receipt-head-ttl-time {
  justify-content: flex-end;
  padding: 0 10px;
  text-align: right;
}
body.front.list .list-wrapper .receipt-list-body {
  display: block;
  overflow-y: auto;
  height: 100%;
  border: 2px solid #000000;
}
body.front.list .list-wrapper .receipt-list-body::-webkit-scrollbar {
  display: none;
}
body.front.list .list-wrapper .receipt-list-body .receipt-list .receipt-item {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #25a9e1;
  outline: 1px solid #000000;
}
body.front.list .list-wrapper .receipt-list-body .receipt-list .receipt-item p {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  line-height: 60px;
  color: #ffffff;
}
body.front.list .list-wrapper .receipt-list-body .receipt-list .receipt-item .no {
  width: 100px;
  text-align: center;
  color: #000000;
  background-color: #ffffff;
  border-right: 2px solid #000000;
}
body.front.list .list-wrapper .receipt-list-body .receipt-list .receipt-item .no:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
body.front.list .list-wrapper .receipt-list-body .receipt-list .receipt-item .no:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
body.front.list .list-wrapper .receipt-list-body .receipt-list .receipt-item .name {
  width: calc(100% - 250px);
  text-align: center;
}
body.front.list .list-wrapper .receipt-list-body .receipt-list .receipt-item .time {
  width: 150px;
  padding: 0 10px;
  text-align: right;
}
body.front.list .list-wrapper .receipt-list-body .receipt-list .receipt-item .tag {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 75%;
  color: #ffffff;
}

/* トップページのスタイル */
body.front.show .show-title {
  margin: 0 0 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
body.front.show .show-time {
  margin: 0 0 20px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #000000;
}
body.front.show .show-time span {
  color: #007bff;
}
body.front.show .show-time.over {
  color: #dc3545 !important;
}
body.front.show .show-time.over span {
  color: #dc3545 !important;
}
body.front.show .show-befores {
  margin: 0 0 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
body.front.show .show-name {
  margin: 0 0 20px;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #007bff;
}
body.front.show .show-no {
  margin: 0 0 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
}
body.front.show .notice {
  height: 110px;
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  overflow-y: auto;
}
body.front.show .over {
  color: #dc3545;
}
body.front.show #content {
  width: 480px;
}
@media only screen and (max-width: 480px) {
  body.front.show #content {
    width: 100%;
  }
}

/* 患者受付ページのスタイル */
body.front.self .receipt-wrapper {
  width: 100%;
  height: 100%;
}
body.front.self .camera {
  margin: 0 0 20px;
}
body.front.self.first .camera {
  display: block;
  height: calc(100% - 80px);
}
body.front.self.first #capture {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  top: calc(50% - 40px);
}
body.front.self.first #image-preview {
  height: calc(100% - 60px);
}
body.front.self.first #image-preview img {
  height: unset;
  max-height: 100%;
}
body.front.self.first form {
  width: 100%;
  height: 100%;
}
body.front.self.second .camera {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100% - 160px);
  margin: 0 0 20px;
}
body.front.self.second .receipt-code {
  margin: 0 0 20px;
}
body.front.self.confirm .receipt-info .qrcode {
  width: 300px;
  margin: 0 auto 20px;
}
body.front.self.confirm .receipt-info .qrcode a {
  display: block;
  margin: 0 0 20px;
}
body.front.self.confirm .receipt-info .qrcode .receipt-no {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}
body.front.self.confirm .receipt-info .infos {
  display: flex;
  flex-wrap: wrap;
}
body.front.self.confirm .receipt-info .infos p {
  width: 50%;
  height: 60px;
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #000000;
}
body.front.self.confirm .receipt-info .infos p.full {
  width: 100%;
}
body.front.self #back-home {
  position: fixed;
  right: 40px;
  top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 10px;
  background-color: #007bff;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.125), 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1001;
}
body.front.self #switch-camera {
  position: fixed;
  right: 40px;
  top: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 10px;
  background-color: #007bff;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.125), 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1001;
}