@charset "UTF-8";

@keyframes LeftToRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.call-list {
  animation-name: LeftToRight;
  animation-duration: 2s;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  max-height: 1080px;
  background-color: #d3eef4;
  position: relative;
}

.background{
  width: 100%;
  height: 218px;
  background-image: linear-gradient(to bottom, #ffffff, rgba(211, 238, 244, 0.7));
}
/*header*/
.head {
  display: flex;
  position:relative;
  height: 138px;
}
.head img{
  height: 70%;
  object-fit: contain;
  margin-left: 25px;
}
.time {
  width: 380px;
  height: 88px;
  font-family: Quicksand;
  font-size: 65px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #002832;
  margin-top:14.6px;
}

.time-text {
  width: 230px;
  height: 68px;
  font-family: sans-serif;
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: 2px;
  color: #002832;
  margin-top: 30px;
}

#real-time {
  width: 336px;
  height: 35px;
  font-family: sans-serif;
  font-size: 35px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #002832;
  margin-top:48px;
  margin-left: 38px;
}

.head object{
  width: 220px;
  height: 49.5px;
  object-fit: contain;
  margin-top: 5px;
  margin-right: 42px;
  position:absolute;
  right: 0;
}
/*main*/
.content-list {
  width: 100%;
  height: 87.2%;
  display: flex;
  padding: 0 42px 41px 41px;
  position: absolute;
  top: 12.8%;
}
/*データ未取得*/
#list-nodata {
  width: 100%;
  height:69.4%;
  margin-bottom: 38px;
  background-color: #fff;
  padding: 285px 0;
    text-align: center;
}

#list-nodata span{
  font-family: sans-serif;
    font-size: 37px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.91;
    letter-spacing: normal;
}

/*list*/

.list-main {
  width: 77.8%;
  max-width: 1380px;
  height:100%;
  margin: 0;
}

.call-main {
  width: 100%;
  height:69.4%;
  margin-bottom: 38px;
}

.call-content {
  font-family: sans-serif;
  font-size: 37px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  display: flex;
}

.call-content {
  margin: auto;
}

.doctor {
  width: 37%;
  height: 80px;
  border-radius: 6px 6px 0 0;
  background-color: #00b2bf;
}

.doctor-waiting-num-hidden {
  width: 55%;
}

.doctor p {
  margin: 4.8%;
}

.wait {
  width: 18%;
  height: 80px;
  margin: auto;
  border-radius: 6px 6px 0 0;
  background-color: #00b2bf;
  margin-left: 8px;
  margin-right: 7px;
}

.wait p {
  margin: 10% 0;
}

.call {
  width: 44%;
  height: 80px;
  margin: auto;
  margin-right: 0;
  border-radius: 6px 6px 0 0;
  background-color: #00b2bf;
}

.call p {
  margin: 4%;
}

.call-list-box {
  width: 100%;
  height: 87.1%;
}

.call-list {
  width: /*1380px;*/100%;
  height:100%;
  background-color: #ffffff;
  float: left;
  display:flex;
  padding: 0;
}

.call-name {
  width: 37%;
  font-family: sans-serif;
  font-size: 55px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #002832;
  padding-left: 20px;
  word-break: break-all;
  display: block;
  margin: auto;
}

.call-name-waiting-num-hidden {
  width: 55%;
}

.staffName {
  /*position: absolute;*/
  bottom: 80px;
}

.irregularTime {
  height: 30px;
  font-family: sans-serif;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #002832;
  bottom: 0;
  margin-top: 10px;
  margin-bottom: 30px;
}

.waiting {
  width: 18%;
  height: 75px;
  margin: auto;
}

.waiting-content {
  display: flex;
  width: 238px;
}

.waiting-number {
  width: 124px;
  font-family: Quicksand;
  font-size: 90px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  /*line-height: 0.36;*/
  line-height: 0.8;
  letter-spacing: normal;
  text-align: right;
  color: #002832;
  flex-flow: row;
}

.waiting-people {
  font-family: sans-serif;
  font-size: 44px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.76;
  letter-spacing: normal;
  text-align: center;
  color: #002832;
  flex-flow: row;
  align-self: flex-end;
  margin-bottom: 5px;
}

.call-number {
  width: 44%;
  display: flex;
  height: 80px;
  margin: auto 0;
  padding-left: 10px;
  padding-right: 10px;
}

.number {
  width: 33%;
  height: 80px;
  margin: auto;
  margin-right: 1.9%;
  margin-left: 0;
  display: flex;
  position:relative;
}

.number p {
  font-family: Quicksand;
  font-size: 55px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.53;
  letter-spacing: normal;
  color: #002832;
  margin: auto;
  z-index: 100;
}

.indicator {
  width: 100%;
  height: 108px;
  text-align: center;
  padding: 2%;
}
.indicator-img {
  width: 20px;
  height: 20px;
  margin: 10px;
}

.guid {
  width: 100%;
  height: 26.2%;
  background-color: #ffffff;
}

.guid p {
  height: 182.4px;
  font-family: HiraKakuPro-W3;
  font-size: 38px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #405e66;
  margin: 0 32px;
  display: inline-block;
}

.call-sub {
  width: 23%;
  max-width: 419px;
  height: 100%;
  margin: 0;
  margin-left: 39px;
  background-color: #ffffff;
  border-radius: 6px;
}
.call-absent {
  margin-top: 66px;/*7.6%;*/
  margin-bottom: 82px;/*9.1%;*/
}

.absent {
  width: 222px;
  height: 34px;
  font-family: sans-serif;
  font-size: 37px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.91;
  letter-spacing: normal;
  text-align: center;
  color: #00b2bf;
  margin: auto;
}

.reception {
  /*width: 330px;*/
  height: 34px;
  font-family: sans-serif;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.12;
  letter-spacing: normal;
  text-align: center;
  color: #00b2bf;
  margin: auto;
  margin-top: 13px;
}
.reception span {
  white-space: nowrap;
}

.absent-list-box {
  display: flex;
  padding-left: 7%;
}
.absent-list {
  width: /*419px;*/100%;
  height:/* 815px;*/100%;
  display:inline-block;
  margin-right: 15px;
}


.absent-number {
  width: 170px;
  height: 80px;
  border-radius: 40px;
  background-color: #d3eef4;
  margin-bottom: /*3.3%;*/30px;
  display: flex;
  position: relative;
}
.absent-number p {
  width: 122px;
  height: 34px;
  font-family: Quicksand;
  font-size: 63px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.53;
  letter-spacing: normal;
  color: #002832;
  margin: auto;
  z-index: 100;
}

.multiple-top {
  width: 100%;
  height: 80px;
  border-radius: 40px;
  background-color: #d3eef4;
  position: absolute;
  left: 0;
  z-index: 3;
}

.multiple-middle {
  width: 100%;
  height: 80px;
  border-radius: 40px;
  border: solid 6px #d3eef4;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 10.4px;
  z-index: 2;
}

.multiple-bottom {
  width: 100%;
  height: 80px;
  border-radius: 40px;
  border: solid 6px #d3eef4;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 20.4px;
  z-index: 1;
}
