@charset "utf-8";

/*外来担当医表*/
.schedule-list-flex{
  display:flex;
  align-items: center;
}
.schedule-list-flex select{
  margin:0 10px;
  margin-top:5px;
}
.schedule-list-flex .submit{
margin-left:30px;
}
.schedule-list-admin .field-header{
margin-top:50px!important;
padding:15px;
background:var(--cl-main);
color:var(--white);
font-size:20px;
position:relative;
}
.schedule-list-admin h2 a{
position:absolute;
color:var(--white);
top: 50%;
right:20px;
transition: 0.3s ease-in-out;
transform: translateY(-50%);
display:block;
width:30px;
height:30px;
border-radius:50%;
background: var(--white);
}
.schedule-list-admin h2 a:hover{
opacity:.7;
}
.schedule-list-admin h2 a:before{
position:absolute;
display:block;
content:'';
top: 50%;
left: 13%;
width:10px;
height:10px;
border-top:3px solid var(--cl-main);
border-left:3px solid var(--cl-main);
transform: rotate(45deg) translateY(-50%);
}
.schedule-list-table{
width:100%;
text-align:center;
background:var(--white);
border-spacing:0;
border-collapse: collapse;
}
.schedule-list-table th, .schedule-list-table td{
  padding:10px;
  width:calc(100% - 10%) / 5;
  width:150px;
  border:1px solid var(--cl-main);
}
.schedule-list-table.admin th, .schedule-list-table.admin td{
  border:2px solid var(--cl-main);
  vertical-align: middle;
}
.schedule-list-table tr:first-child th:first-child{
  width:10%;
}
.schedule-list-table a{
  display:block;
}
.schedule-list-table select, .schedule-list-table textarea{
  width:100%;
}
.schedule-list-table textarea{
  height:60px;
  margin-top:1rem;
}
.schedule-list-table tr td:first-of-type textarea{
  margin-top :0;
}
.schedule-list-admin textarea{
  margin-top:10px;
  resize: none;
  max-height:60px;
}
.schedule-list-table input[type="text"]{
  font-size:14px;
}
.schedule-list-table .bg-li-main{
  background:var(--cl-base);
}
/*.schedule-list-table .bg-dr-main{
  background:#D4E8F5;
}*/
.schedule-list-admin dl{
  display:flex;
  align-items: center;
  padding:0 10px 10px;
}
.schedule-list-admin dl dt{
  font-weight:bold;
  width:7%;
}
.schedule-list-admin dl dd{
  margin-bottom:0;
  width:93%;
}
.schedule-list-admin dl input{
  margin-right:10px;
  width:30%;
  background:var(--white);
}

/*印刷用のタイトル*/
.sc-print-ttl{
  display: none;
  font-weight:bold;
  font-size:var(--fs-default);
}

@media only screen and (max-width:800px){
  .js-scrollable{
    overflow-y: hidden!important;
    padding-bottom: 5px;
    padding-right:5px;
  }
  .schedule-list-table{
    width:800px;
  }
  .sc-single *{
    font-size: var(--fs-notes);
  }
  .scroll-hint-text{
    font-size: 1rem;
  }
}

@media only screen and (max-width:768px){
  .print-btn{
    display: none;
  }
}
@media only screen and (max-width:599px){
  .schedule-list-table th, .schedule-list-table td{
    padding:5px;
  }
}