@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

html{
  font-size:62.5%;
}
body{
  font-family:'Noto Sans JP',"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  /* font-family:Avenir,"Helvetica Neue",Helvetica,Arial,Verdana,'Noto Sans JP',"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; */
  font-size:1.4rem;
  line-height:1.5em;
  color:#333;
  position:relative;
  background-color: #f9fbfd;
}
main{
  background-color:#fcfcfc;
  height: calc(100vh - 24rem) ;
}
main.content-area{
  width:100vw;
  height:100% ;
  min-height: calc(100vh - 3.2rem);
  padding: 10.4rem 1.6rem 1.6rem;
  background-color: #f9fbfd;
}
h1,h2,h3,h4,h5,h6,p,span,input,select,textarea,th,td,h2 a{
  color:#333;
}
h2 {
  color: #000;
}
a{
  color:#00B900;
}
a:hover,
a:focus{
  color:#00B900;
}
.form-control:focus {
    color: #333;
    background-color: #fff;
    border: 1px solid #ced4da;
    outline: 0;
    box-shadow: none ;
}
input:-internal-autofill-selected {
    background-color: #fff!important ;
}
.w-4rem{
  width:5.0rem!important;
}
.w-8rem{
  width:8.0rem!important;
}
header{
  position:fixed;
  top:0;
  width: 100% ;
  background-color:#fff;
  padding: 1rem 1.6rem 0 ;
  z-index:1000;
  min-height: 8rem;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  transition: .5s;
}
header h1{
  color:#707070;
  font-size:3.8rem;
  line-height:3.8rem;
  font-family:'Alegreya Sans SC',sans-serif;
  margin-bottom:0;
}
header h1 span{
  font-size:1.4rem;
  line-height:3.8rem;
  padding-left:1.6rem;
}
aside{
  background-color:#4d4d4d;
  color:#fff;
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  width:8.0rem;
  height:100vh;
  padding:3.2rem .4rem;
  padding-left: 0;
  z-index: 10;
  transition: .5s;
}
aside img{
  width:100%;
}
aside ul{
  margin:0;
  padding: 0.8rem 0;
}
aside ul li{
  display:block;
  margin-bottom:2.0rem;
}
aside ul li a{
  display:block;
  text-align:center;
  color:#fff;
  font-size:1.4rem;
  line-height: 2.0rem ;
}
aside ul li a:hover{
  color:#fff ;
}
aside ul li a span{
  /* background-color:#fff; */
  /* border-radius:4.0rem; */
  /* width:5.0rem; */
  /* height:5.0rem; */
  /* display:block;
  margin-left:auto;
  margin-right:auto; */
}
aside ul li a span i{
  color:#fff;
  font-size:3.5rem;
  /* color:#4d4d4d; */
  line-height:4.0rem;
}
aside ul li.menu-logout{
  /* position:absolute;
  bottom:1.0rem;
  width: 100%; */
}
.btn{
  display:block;
  border-radius:0;
  /* width:11.4rem; */
  padding: .8rem 1.6rem;
  transition:.5s;
  font-size:1.2rem;
  /* font-size:1.6rem; */
}
.wrap-area-content.no-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap-area-content a.btn,
.wrap-area-content button {
  padding: 0.6rem 1.2rem;
  font-size: 1.6rem;
  /* border-radius: 2em; */
}
.btn-primary {
  color: #fff;
  background-color: #5f76e8;
  border-color: #5f76e8;
}
.btn-primary:hover {
  color: #3250e2;
  background-color: #fff;
  border-color: #3250e2;
}
.btn-primary.btn-reverse {
  color: #5f76e8;
  background-color: #fff;
  border-color: #5f76e8;
}
.btn-primary.btn-reverse:hover {
  color: #fff;
  background-color: #5f76e8;
  border-color: #5f76e8;
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: none;
}
.btn:hover,
.btn:focus{
  transition:.5s;
}
.btn-normal{
  color: #fff;
  background-color: #1c2d41;
  border-color: #1c2d41;
}
.btn-normal:hover {
  color: #1c2d41;
  background-color: #fff;
  border-color: #0d141d;
}
.btn-normal:focus,
.btn-normal:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(62,77,94,.5);
}
.btn-normal:not(:disabled):not(.disabled):active:focus {
  color: #1c2d41;
  background-color: #fff;
  border-color: #0d141d;
}
.btn-orange{
  color:#fff;
  background-color:#ff9900;
  border:solid 0.1rem #ff9900;
}
.btn-orange:hover,
.btn-orange:focus{
  color:#ff9900;
  background-color:#fff;
}
.btn-gray{
  color:#fff;
  background-color:#4d4d4d;
  border:solid 0.1rem #4d4d4d;
}
.btn-gray:hover,
.btn-gray:focus{
  color:#4d4d4d;
  background-color:#fff;
}
.login-area{
  width:100%;
  height:100vh;
  display:flex;
  justify-content:center;
  align-items:center;
  position: relative ;
}
.error-box{
  width:100%;
  background-color:#fff;
  /* padding:1.6rem; */
  box-shadow: 0 3px 9px 0 rgba(162,176,190,.15);
  max-width: 600px;
  margin: 5% 0;
  position: relative;
  padding:32px;
  h2 {
    margin:1.6rem 0 0.8rem;
    font-size: 3rem;
    font-weight: 900;
    line-height: 3rem;
    text-align: center;
  }
  p {
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  a{
    font-size: 1.2rem ;
    color:#7C8798;
  }
}
.login-box{
  width:100%;
  background-color:#fff;
  /* padding:1.6rem; */
  box-shadow: 0 3px 9px 0 rgba(162,176,190,.15);
  max-width: 800px;
  margin: 5% 0;
  position: relative;
}
.login-box h2 {
  margin:1.6rem 0 0.8rem;
  font-size: 3rem;
  font-weight: 900;
  line-height: 3rem;
  text-align: center;
}
.login-box-second {
  max-width:375px ;
  max-height:calc(100vh - 30px) ;
  width:100%;
  background-color:#fff;
  padding:1.6rem;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, .2);
}
.login-box-logo{
  background-size: cover;
  background-position: center center;
  min-height: 300px;
  background-image: url(../img/mv-login.png);
}
.login-box-forms{
  font-size:1.4rem;
  margin-bottom: 4.8rem;
}
.login-box-forms .form-group{
  margin-bottom:1.6rem;
}
.login-box-forms input[type='text'],
.login-box-forms input[type='email'],
.login-box-forms input[type='textarea'],
.login-box-forms input[type='password']
{
  font-size:1.6rem;
}
.login-box-forms input:focus{
  color: #4F5467;
  background-color: #fff;
  border-color: rgba(0, 0, 0, .25);
  outline: 0;
}
.login-box-forms input::placeholder{
  color:#ccc;
}
.login-box-forms .btn{
  width:100%;
  font-size:1.4rem;
}
.login-box p ,
.login-box .login-text {
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.login-box .login-text {
  display: block;
}
.login-box a{
  font-size: 1.2rem ;
  color:#7C8798;
}
.box{
  margin-bottom:3.2rem;
}
.box h2{
  font-size:1.8rem;
  margin-bottom:1.6rem;
}
.list-card{
  margin:0;
  padding:0 1.6rem;
  overflow-y:scroll;
  overflow-x:hidden;
}
.list-card li{
  margin-bottom:.8rem;
  list-style:none;
}
.list-card li a{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background-color:#fff;
  color:#707070;
  padding:0.8rem;
  padding-left:1.6rem;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, .1);
}
.list-card li a:hover,
.list-card li a:focus{
  box-shadow: 1px 2px 10px rgba(0, 0, 0, .2);
  text-decoration:none;
}
.list-card li a div:first-child{
  width:calc(100% - 2.4rem);
}
.list-card li a div:last-child{
  width:2.4rem;
}
.list-card li a div span.datetime,
.list-card li a div span.name{
  display:block;
  margin:.8rem 0;
  font-size:1.6rem;
}
.list-card li a div span.message{
  /* display:block; */
  padding:.8rem 0;
  height:calc(1.6rem * 1.5 * 2 + 1.4rem);
  overflow:hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  font-size: 1.4rem ;
}
.list-card li a label{
  position:absolute;
  top:0;
  left:0;
  display:block;
  margin:0;
  width:3.2rem;
  height:3.2rem;
  /* border-top:solid 1.6rem #ff9900;
  border-left:solid 1.6rem #ff9900; */
  border-right:solid 1.6rem transparent;
  border-bottom:solid 1.6rem transparent;
}
/* 予約が入りました */
.label-added {
  border-top: solid 1.6rem #ff9900;
  border-left: solid 1.6rem #ff9900;
}
/* 予約が変更になりました */
.label-added-2 {
  border-top: solid 1.6rem #8e92ff;
  border-left: solid 1.6rem #8e92ff;
}
/* 予約がキャンセルになりました */
.label-added-3 {
  border-top: solid 1.6rem #ff8e95;
  border-left: solid 1.6rem #ff8e95;
}
.list-card li a .time-created{
  position:absolute;
  bottom: 0px ;
  right:.8rem;
  color:#ccc;
  font-size:1.2rem;
}
.box .card{
  padding:1.6rem;
  border:solid .1rem #efefef;
  /* box-shadow: 1px 2px 5px rgba(0, 0, 0, .1); */
}
.card-item{
  display:flex;
  justify-content:space-between;
  padding-bottom:1.6rem;
  flex-direction: column ;
}
.card-item input,
.card-item select,
.card-item textarea{
  font-size:1.4rem;
  border-radius:.4rem;
  /* -webkit-appearance:none; */
  /* appearance:none; */
}
.card-item input:focus,
.card-item select:focus,
.card-item textarea:focus{
  outline:0;
  box-shadow:none;
  border:solid 1px #00B900;
}
.card-item span:first-child{
  line-height:3.35rem;
  width:15.0rem;
  font-size: 1.4rem ;
}
.card-item span:last-child{
}
.box .table{
  font-size:1.4rem;
  border-left:solid .1rem #efefef;
  border-right:solid .1rem #efefef;
}
.box .table th,
.box .table td{
  text-align:center;
  font-weight:normal;
  border-bottom:solid .1rem #efefef;
  padding:1.2rem;
}
.box .table thead{
  background-color:#888;
}
.box .table thead th{
  border-bottom:0;
  font-weight:normal;
  color:#fff;
  min-width: 114px ;
}
.box .table thead th:last-child{
  min-width: 50px ;
}
.box .table tbody tr{
  cursor:pointer;
}
.box .table tbody tr:hover,
.box .table tbody tr:focus{
  background-color:#efefef;
}
.box .pagination{
  justify-content:center;
}
.box .page-link{
  color:#888;
  padding:.4rem .8rem;
}
.box .page-item.active .page-link{
  background-color:#888;
  border-color:#888;
}
.box a.link-cancel{
  color:#f00;
  font-size:1.4rem;
}
.box a.link-cancel:hover,
.box a.link-cancel:focus{
  text-decoration:underline;
}
.reservation-area .table th,
.reservation-area .table td{
  font-size:1.2rem;
  text-align:center;
  vertical-align:middle;
  padding:.4rem;
  border:0;
  border-left:solid .1rem #efefef;
  border-bottom:solid .1rem #efefef;
}
.reservation-area .table thead th{
  border-top:solid .1rem #efefef;
}
.reservation-area .table th:last-child,
.reservation-area .table td:last-child{
  border-right:solid .1rem #efefef;
}
.reservation-area .table tbody td{
  padding-bottom:0;
}
.reservation-area .table th{
  font-weight:normal;
  line-height:1.0em;
  border-bottom:solid .1rem #efefef;
}
.reservation-area .table td span{
  display:inline-block;
}
.reservation-area .table td.not_available span{
  line-height:1.2em;
}
.reservation-area .table td.open span,
.reservation-area .table td.occupied span{
  font-size:1.8rem;
  line-height:calc(1.2rem * 2.4);
}
.reservation-area .table td.not_available,
.reservation-area .table td.occupied{
  background-color:#ccc;
}
.reservation-area .table td.not_available span,
.reservation-area .table td.occupied span{
  color:#888;
}
.reservation-area .table td.open span{
  color:#ff9900;
}
.time-frame tr{
  height: 8.8vh ;
}
.time-frame tr.half{
  height: 4.4vh ;
}
.box.box-settings{
  font-size:1.4rem;
}
.box.box-settings p{
  font-size:1.2rem;
  margin-bottom:0;
  line-height:3.35rem;
}
.box.box-settings input[type='text'],
.box.box-settings select,
.box.box-settings textarea{
  font-size:1.4rem;
}
.line-title{
  background-color:#4d4d4d;
  color:#fff;
  text-align:center;
  padding:.8rem;
  margin-bottom:.8rem;
}
.line-paginate-weeks{
  display:flex;
  justify-content:space-between;
  padding:0 .8rem .8rem .8rem;
}
.line-paginate-weeks a{
  font-size:1.2rem;
  border:solid .1rem #707070;
  border-radius:.4rem;
  display:inline-block;
  padding:.4rem 1.6rem;
  color:#707070;
}
.line-paginate-weeks a:hover{
  border: solid .1rem #00B900 ;
  color: #00B900 ;
  text-decoration: none ;
}
.line-message-area{
  height:calc(100vh - 10.0rem);
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  padding:.8rem;
}
.line-message-area div{
  text-align:center;
  width:100%;
  display: inline-block ;
  max-width: 450px ;
}
.line-message-area div p{
  margin-bottom:4.0rem;
  font-size: 1.4rem ;
}
.line-message-area div span{
  /* font-weight:bold; */
  font-size:2.0rem;
}
.line-message-area .btn{
  margin-top:4.0rem;
  margin-bottom:1.0rem;
}
.line-message-area .link-change{
  color:#707070;
  text-decoration:underline;
}
.form-control-original-height{
  height: 35px ;
}
header .icon-hamburger{
  display:block;
  width:50px;
  height:50px;
  padding:12px 10px;
  position:absolute;
  left:0;
  top:calc(50% - 2.5rem);
  font-size:24px; /*これを追加 240613*/
}
header .icon-hamburger span{
  display:block;
  width:calc(100%);
  height:4px;
  margin:0 auto;
  background-color:#707070;
  /* transition:.5s; */
}
header .icon-hamburger span + span{
  margin-top:7px;
}
header .icon-hamburger:hover {
  cursor: pointer;
}
/* body.gnav-opened header .icon-hamburger span:nth-child(1){transform:rotate(45deg)translateX(7px)translateY(8px);}
body.gnav-opened header .icon-hamburger span:nth-child(2){width:0px;}
body.gnav-opened header .icon-hamburger span:nth-child(3){transform:rotate(-45deg)translateX(7px)translateY(-9px);} */
header .nav-global{
}
header .nav-global > ul{
  position:fixed;
  left:-100vw;
  /* left:0; */
  top:8rem;
  width:320px;
  /* width:100%; */
  height:calc(100% - 50px);
  display:block;
  background: #fff;
  align-items:center;
  margin:0;
  padding:30px 0;
  transition:.5s;
  color: #818181;
}
body.gnav-opened header .nav-global ul{
  left:0vw;
  transition:.5s;
  overflow:scroll;
  overflow-x:hidden;
  overflow-y:scroll;
  box-shadow: 0 6px 6px rgba(0,0,0,0.16), 0 6px 6px rgba(0,0,0,0.23);
}
ul.aside-menu li{
  margin:0;
  /* padding:0 10px; */
  list-style:none;
  position:relative;
  color: #818181;
  transition:.5s;
}
ul.aside-menu li.li-title {
  margin-bottom: .4rem;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 3rem;
  color: #000;
  height: 3rem;
  line-height: 3rem;
}
ul.aside-menu hr {
  margin: 10px 0 20px 30px;
  background: #818181;
  opacity: .1;
}
header .nav-global ul li:hover,
header .nav-global ul li:focus{
  background-color:rgba(242,242,242,.3);
  transition:.5s;
}
ul.aside-menu li a {
  color: #333;
  padding:1.2rem 3rem ;
  display:flex;
  align-items: center;
  text-decoration:none;
  margin-right: 1.7rem;
  margin-bottom: .8rem;
  transition: .3s;
  border-radius: 0 60px 60px 0;
  opacity: .7;
}
/* header .nav-global ul li a span{
  color:#fff;
  padding-right: 10px ;
} */
ul.aside-menu li a:hover,
ul.aside-menu li a:focus {
  opacity: 1;
  color: #818181;
}
ul.aside-menu li a:hover i, 
ul.aside-menu li a:hover span i {
  opacity: 1;
  color: #9eabc0;
}
ul.aside-menu li a.active, 
ul.aside-menu li a.active i,
ul.aside-menu li a.active span i {
  text-decoration:none;
  border-radius: 0 60px 60px 0;
  color: #fff !important;
  background: linear-gradient(to right, #8971ea, #7f72ea, #7574ea, #6a75e9, #5f76e8);
  box-shadow: 0 7px 12px 0 rgba(95,118,232,.21);
  opacity: 1;
  transition: .3s;
}
header .nav-global ul li > ul{
  display:block;
  margin:0;
  padding:0;
  width:100%;
}
header .nav-global ul li:hover > ul,
header .nav-global ul li:focus > ul{
  display:block;
}
header .nav-global ul li > ul > li{
  line-height:1.0em;
}
header .nav-global ul li > ul > li > a{
  font-size:1.4em;
}
.form-control {
  border: 1px solid #e9ecef;
  font-size: 1.2rem;
  color: #333;
  /* font-size: 1.6rem; */
}
.foget-mail-box-forms .text-explanation {
  font-size: 2rem
}
.foget-mail-box-forms .text-email {
  font-size: 3rem ;
  padding: 30px 0 ;
  text-align: center ;
}
.login-box p.text-link {
  text-align: right ;
}
.flex-direction-row {
  flex-direction: row ;
}
.login-box-logo-index {
  border: 1px solid #707070 ;
  width: 13rem ;
  margin-bottom: 8px ;
  object-fit: cover ;
}
.wrap-login-content a ,  .wrap-login-content p{
  display: block ;
  text-align: center ;
  margin: 0 auto ;
  max-width: 400px ;
  font-size: 14px ;
}
.wrap-login-content p{
  font-size: 10px ;
  opacity: .5 ;
}
.btn-color-gray {
  background-color: #626d8a ;
  border: 1px solid #626d8a ;
}
.btn-color-gray:hover {
  color: #626d8a ;
}
.btn-reservation {
  text-decoration: underline ;
  color: #707070 ;
}
.btn-reservation:hover {
  text-decoration: none ;
  color: #707070 ;
}
.copyright {
  font-size: 12px ;
}
.login-title {
  margin: 24px 0 80px ;
}
.login-box-logo-index-text {
  margin-bottom: 24px ;
}
.btn-text-note {
  margin-bottom: 16px!important ;
}
.btn-line-add {
  margin-bottom: 12px!important ;
}
.btn-text-note-second {
  line-height: 10px!important ;
  margin-bottom: 80px!important ;
}
.login-box-logo-index-second {
  width: 13.0rem!important ;
  margin-bottom: -30px!important ;
}
.user-create-logo {
  width: 6rem ;
  height: 6rem ;
  margin-top: 10px ;
  margin-bottom: 0 ;
}
.user-create-title {
  font-size: 14px ;
  margin-bottom: 136px ;
}
.user-create-form-area {
  width: 90% ;
  margin: 0 auto ;
  text-align: center ;
  max-width: 400px ;
}
.user-create-form {
  margin-bottom: 56px ;
}
.btn-user-create {
  background-color: rgb(247,124,0) ;
  color: #fff ;
}
.btn-user-create:hover, .btn-user-create:focus,  .btn-user-create:active{
  background-color: #fff!important ;
  color:  rgb(247,124,0)!important ;
  border: 1px solid  rgb(247,124,0)!important ;
  opacity: 1!important ;
  box-shadow: none!important ;
}
.reservation-confirmation-text {
  margin: 32px 0 ;
  font-weight: bold ;
}
.reservation-confirmation-text .name{
  display: block ;
  margin-bottom: 10px ;
}
.reservation-confirmation-text-bottom {
  font-size: 14px ;
  margin-bottom: 30px ;
}
.login-box-box-shadow-none {
  box-shadow: none ;
}
.user-create-title-inner {
  margin-bottom: 16px ;
}
.no-page-title {
  font-size: 5rem;
  line-height: 1em;
  margin: 0;
  margin-top: 64px ;
}
.no-page-text {
  font-size: 1.2rem;
  margin-bottom: 20px!important;
}
header .nav-global ul li a i ,
ul.aside-menu li a span i,
ul.aside-menu li a i {
  color: #818181;
  font-size: 2rem;
  margin-right: 0.8rem;
}
table tbody {
  font-size: 1.4rem ;
}
.table td, .table th {
  vertical-align: middle;
}
.aside-green {
  color: #fff;
  background-color: #00B900;
}
.user-create-form-area p {
  font-size: 1.4rem ;
}
.logo-user-footer {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center ;
  margin-bottom: 35px ;
}
.logo-user-footer-second {
  position: absolute ;
  bottom: 0px ;
  right: calc(50% - 54.5px);
}
.login-box-area p  , .login-box-area a{
  font-size: 1.4rem!important ;
}
.logo-top-content {
  margin-bottom: 80px ;
}
.table-scroll {
  min-width: 1024px ;
}
.xs-logo-user-footer-edit {
  bottom: -55px ;
}
.custom-file-label {
  font-size: 1.4rem ;
}
.custom-file-label::after {
  content: '選択' ;
}
.form-control-file:focus {
  border: none!important ;
}
.img-border-50 {
  border-radius: 50% ;
  margin-bottom: 8px ;
  object-fit: cover ;
}
.list-group-item {
  font-size: 1.2rem;
  border: solid .1rem #707070;
  border-radius: .4rem;
  display: inline-block;
  padding: .4rem 1.6rem;
  color: #707070;
}
.list-group-item:hover , .list-group-item.active{
  border: solid .1rem #00B900;
  color: #00B900;
  text-decoration: none;
}
.user-create-title + p , .user-create-title-inner + p{
  font-size: 12px ;
}
@media only screen and (width:1024px) {
  aside {
  padding: 1rem .4rem;
}
aside ul {
  padding: 1.4rem 0;
}
}

.wrap-contact-admin {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 1000001 ;
  width: 100% ;
  text-align: center ;
}

.wrap-contact-admin a {
  display: block ;
  background-color: #00B900;
  color: #fff;
  padding: 10px ;
}

.f-18 {
  font-size: 18px ;
}

/* タブのデザイン */
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
	margin: 1em auto;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	display: block;
}
.cp_tab > label {
	position: relative;
	display: inline-block;
	padding: 15px;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 0;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #0066cc;
}
.cp_tab > input:checked + label {
	margin-bottom: -1px;
	border-color: #cccccc;
	border-bottom: 1px solid #fcfcfc;/*背景色と同じ*/
	border-radius: 6px 6px 0 0;
}
.cp_tab .cp_tabpanel {
	padding: 0.5em 1em;
	border-top: 1px solid #cccccc;
}
.cp_tab label a {
  color: #707070 ;
}
.cp_tab label a:hover {
  text-decoration: none ;
}
#table_length,
#table_filter {
  display: none;
}
.wrap-area-content {
  position: relative;
}
.wrap-area-top-inner {
  /* margin: 0 0 2.4rem; */
  margin:1.4rem 0;
}
.page-title {
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 0;
}
.breadcrumb li {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.8rem;
  font-weight: 400;
  color: #9eabc0!important;
}
.breadcrumb-item a { 
  color: #9eabc0!important;
} 
.breadcrumb {
  background-color: inherit;
}
table th,
table td{
  color: #333;
  min-width: 6.5rem;
}
table a {
  color: #5f76e8;
}
table a:hover {
  color: #1f3fdb;
}
.table-bordered{
  border:0;
}
.table-bordered td, .table-bordered th {
  line-height: 1em;
  border: 1px solid #e8eef3;
}
table.dataTable thead th, table.dataTable thead td {
  border-bottom: 1px solid #e8eef3!important;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
  /* background-color: #f4f8fb; */
}
.table-hover tbody tr:hover {
  background-color: #f4f8fb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #e8eef3;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  display: inline-block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #5f76e8!important;
  background: #fff;
  border-color: #5f76e8;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper:hover .dataTables_paginate:hover .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  position: relative;
  z-index: 1;
  color: #fff!important;
  background: #5f76e8;
  border-color: #5f76e8;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background: #fff;
  border-color: #dee2e6;
}
.dataTables_wrapper .dataTables_paginate {
  padding-top: 1.6rem;
  margin-right: 8px;
  margin-bottom: 8px;
}
.table.dataTable thead th {
  position: relative;
}
.table.dataTable thead .sorting,
.table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc {
  background-image: none!important;
}
table.dataTable thead .sorting:before {
  right: 0.5rem;
  content: "\2191";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  opacity: 0.3;
  font-weight: 400;
}
table.dataTable thead .sorting:after {
  right: 0;
  content: "\2193";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  opacity: 0.3;
  font-weight: 400;
}
table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
  opacity: 1;
}
table.dataTable thead .sorting:nth-child(1)::before,
table.dataTable thead .sorting:nth-child(1)::after {
  display: none;
}
.card-body {
  padding: 1.6rem;
}
.card-body:has(.table-projects) {
  padding:0;
  border:0;
  background-color: transparent;
}
.btn:nth-child(n+2) {
  margin-left: .8rem;
}
.table-responsive {
  max-height: calc(100vh - (104px + 80px + 16px + 16px));
}
.table-responsive .table {
  width: 100%!important;
  transition: 0s;
}
.table-responsive .table th {
  font-size: 10px;
}
.table-responsive .table td {
  font-size: 11px;
}
.table-responsive .table:not(.table-users) th ,
.table-responsive .table:not(.table-users) td {
  padding: 0 6px!important;
  /* padding: 0 2px!important; */
  line-height: 1.5em;
  vertical-align: middle;
  min-width: 0px;
  /* min-width: 150px; */
  border:0;
  /* border-right:solid 1px #ddd; */
  border-bottom:solid 1px #ddd;
  /* border-bottom:solid 1px rgba(0,0,0,.8); */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* .table-responsive .table.table-projects-sales td {
  padding: 4px 6px!important;
} */
.table-responsive .table td .form-control{
  margin: 2px auto;
  height: 1.7em;
  padding: 0 4px;
}
.dataTables_scrollHead,
table thead {
	position: sticky!important;
  top: 0;
  left: 0;
  background-color: #fff;
  border-top: 1px solid #000;
  z-index: 150;
}
.dataTables_scrollBody table thead {
  display: none;
}
.dataTables_scrollBody table {
  border-top: none;
}
.flash_msg.alert {
  margin: 0;
  padding: 0;
  border: 0;
}
.toast {
  top: 1.52rem;
  opacity: 1;
  position: fixed;
  width: 25rem;
  /* position: absolute; */
  top: 9rem;
  right: 0.8rem;
  z-index: 1050;
  border-color: rgba(0, 0, 0, .05);
}
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  height: 2.3rem;
  background-color: #fff;
  border-color: rgba(0, 0, 0, .05);
}
.flash_msg button {
  /* position: absolute; */
  /* top: 0.2rem; */
  /* right: 0.5rem; */
}
.toast-header button span {
  color: #000;
  text-shadow: none;
}
.toast-body {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  /* color: #6c757d; */
  /* background-color: #fff; */
  /* border-color: rgba(0, 0, 0, .05); */
  button{
    opacity: 1;
    span{
      color:#fff;
    }
  }
}
.dataTables_wrapper .dataTables_info {
  color: #333;
  margin-left: 8px;
}
.modal-footer {
  width: auto;
  padding: 1.6rem;
}
@media (max-width: 480px) {
	.cp_tab {
		width: 100%;
		font-size: 0.8em;
	}
	.cp_tab label {
		padding: 0.5em;
	}
}

.bg-login-page {
  background: url(../img/bg-login.jpg) no-repeat center center;
}
/* .table-user-list th:nth-child(1),
.table-user-list td:nth-child(1) {
  display: none;
} */
.dropdown-toggle::after {
  display: none;
}
.navbar-nav .dropdown-menu {
  min-width: 280px;
  padding-top: 0;
  border: 0;
  box-shadow: 1px 1px 15px rgba(0,0,0,.1);
  -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,.1);
  -moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
  position: absolute;
  right: 0;
  left: auto;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 1.8rem 1.6rem;
  clear: both;
  color: #6c757d;
  text-align: inherit;
  background-color: transparent;
  border: 0;
  font-size: 1.6rem;
}
.dropdown-item i {
  font-size: 2rem;
  margin-right: 0.8rem;
}
.card-original {
  margin-bottom: 15px;
  min-height: 81.5px;
}
.wrap-header {
  display: flex;
  align-items: center;
  justify-content:center;
}
.navbar-nav {
  position: absolute;
  right: 1.6rem;
}
.wrap-btn-group {
  display: flex;
}
.wrap-btn-group .form-group {
  margin-bottom: 0;
}
.btn-potison-right {
  position: absolute;
  top: 0px;
  right: 0;
  padding: 0.6rem 1.2rem;
  font-size: 1.6rem;
  border-radius: 2em;
}
.no-absolute {
  position: relative;
}
.no-nav {
  top: -1.6rem;
}
.wrap-btn-potison-right {
  position: absolute;
  top: 0px;
  right: 0;
  display: flex;
}
.wrap-btn-potison-right button {
  padding: 0.6rem 1.2rem;
  font-size: 1.6rem;
  border-radius: 2em;
}
table.dataTable:not(.table-users) thead th, table.dataTable:not(.table-users) thead td,
table.dataTable:not(.table-users) tbody th, table.dataTable:not(.table-users) tbody td {
  padding: 0 10px!important;
  cursor: pointer;
}
.tr-bg > th {
  background-color:#E8EAEC;
}
.table.dataTable thead th:nth-child(1) ,
.table.dataTable tbody td:nth-child(1) {
  display: none;
}

.tr-bg-white {
  background-color: #fff;
}
.btn-danger:hover {
  color: #bd2130;
  background-color: #fff;
  border-color: #bd2130;
}
.modal-body {
  padding: 1.6rem;
}
.modal-body table.table th,
.modal-body table.table td {
  border-top: none;
}
.modal-body table.table td .form-control {
  border-radius: 2px;
  border: 1px solid #707070;
  color: #707070;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.modal-body table.table input::placeholder {
  color: #ccc;
}
.wrap-table-dete {
  display: flex;
  align-items: center;
}
.wrap-table-dete > span {
  margin: 0 16px;
  display: block;
}
.modal-title {
  font-size: 16px;
  line-height: 24px; /* 150% */
  margin: 6px 0 6px 6px;
  font-weight: 400;
}
.modal-header {
  align-items: center;
}
.modal-header .close {
  padding: 0;
  margin: 6px 5px 6px 0px;
  color: #000;
  text-align: center;
  text-shadow: 0px 1px 0px #FFF;
  font-size: 22px;
  font-style: normal;
  line-height: 24px; /* 100% */
}
button:focus {
  outline: 0;
}
.btn.focus, .btn:focus {
  box-shadow: none;
}
.modal-footer a.btn.btn-gray,
.modal-footer button.btn.btn-gray,
.wrap-narrow-down-body-btn a.btn.btn-gray,
.wrap-narrow-down-body-btn button.btn.btn-gray {
  /* font-size: 16px; */
  font-style: normal;
  font-weight: 400;
  /* line-height: 1em; */
  /* line-height: 24px; 150% */
  color: #FFF;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #6C757D;
  background: #6C757D;
}
.modal-footer a.btn.btn-gray:hover,
.modal-footer button.btn.btn-gray:hover,
.wrap-narrow-down-body-btn a.btn.btn-gray:hover,
.wrap-narrow-down-body-btn button.btn.btn-gray:hover {
  border: 1px solid #6C757D;
  background: #fff;
  color: #6C757D;
}
.modal-footer a.btn.btn-primary,
.modal-footer button.btn.btn-primary,
.wrap-narrow-down-body-btn a.btn.btn-primary,
.wrap-narrow-down-body-btn button.btn.btn-primary {
  border: 1px solid #5F76E8;
  background: #5F76E8;
}
.modal-footer a.btn.btn-primary,
.modal-footer button.btn.btn-primary:hover,
.wrap-narrow-down-body-btn a.btn.btn-primary:hover,
.wrap-narrow-down-body-btn button.btn.btn-primary:hover {
  border: 1px solid #5F76E8;
  background: #fff;
  color: #5F76E8;
}
.aside-icon {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #BBC4D3;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  margin-right: 8px;
  padding: 1px 0;
  text-align: center;
}
.table {
  margin-bottom: 0;
}
.wrap-narrow-down-header .btn-narrow-down {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap-narrow-down-header .btn-narrow-down:hover,
.wrap-narrow-down-header .btn-narrow-down:focus {
  text-decoration: none;
}
.wrap-narrow-down-header .btn-narrow-down .title {
  font-size: 18px;
  font-weight: bold;
}
.wrap-narrow-down-header .btn-narrow-down .icon-arrow i {
  font-size: 20px;
}
.wrap-narrow-down-body {
  margin-top: 8px;
  /* margin-top: 33.5px; */
}
.wrap-narrow-down-body-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -16px 0 0;
}
.wrap-narrow-down-item {
  margin: 0 33px 16px 0;
  input,
  select {
    width: 163px;
  }
  label{
    margin-right:1em;
    input {
      width: auto;
    }
  }
  p {
    /* line-height: 24px; */
    font-weight: bold;
    margin: 0px 0px 4px 0px;
  }
  input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
  .wrap-table-dete > span {
    margin: 0 8px;
  }
  &.checkbox:nth-child(1) {
    /* margin: 0 16.5px 16px 0; */
    margin: 0 34px 16px 0
  }
  &:has(#company){
    width:40%;
    .select2-container--default .select2-selection--multiple{
      border: 1px solid #e9ecef;
      .select2-selection__rendered li{
        font-size: 1.2rem;
      }
    }
  }
  #company{
    width:100%;
  }
}
.card-narrow-down {
  margin-bottom: 10px;
}
.wrap-narrow-down-body-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}
.wrap-narrow-down-body-btn .btn:nth-child(n+2) {
  margin-left: 1.6rem;
}
table.table-confirmations th:hover,
table.table-confirmations td:hover{
  cursor:default;
}
table.table-confirmations tr:hover{
  cursor:default;
  background-color: #dce5f0;
}
table.table-confirmations .group-footer.d-none{
  /* display: table-row!important; */
}
table.table-confirmations tbody td:nth-child(2),
table.table-confirmations tbody td:nth-child(3) {
  text-align: center;
}
table.table-confirmations tbody td input {
  border-radius: 4px;
  /* border: 1px solid #
  7C8798; */
  margin: 2px 0;
  padding: 0px 6px;
  height: 20px;
  font-size: 11px;
}
/* th,tdの幅 */
.table-responsive .table.table-confirmations thead th, 
.table-responsive .table.table-confirmations tbody td{
  width: calc(100% / 10)!important;
  /* border-right:solid 1px #ccc; */
}
/* チェックリストの幅 */
.table.table-confirmations thead th:nth-child(2),
.table.table-confirmations tbody td:nth-child(2),
.table.table-confirmations thead th:nth-child(3),
.table.table-confirmations tbody td:nth-child(3) {
  width: calc((100% / 10) * 0.5)!important;
}
/* メモの幅 */
.table.table-confirmations thead th:nth-child(4),
.table.table-confirmations tbody td:nth-child(4) {
  width: calc((100% / 10) * 2)!important;
  min-width: 150px;
}
#table-1.table.table-confirmations tbody td:nth-child(11),
#table-1.table.table-confirmations tbody td:nth-child(12),
#table-2.table.table-confirmations tbody td:nth-child(10),
#table-2.table.table-confirmations tbody td:nth-child(11),
#table-2.table.table-confirmations tbody td:nth-child(12),
#table-2.table.table-confirmations tbody td:nth-child(13),
#table-3.table.table-confirmations tbody td:nth-child(10),
#table-3.table.table-confirmations tbody td:nth-child(11),
#table-3.table.table-confirmations tbody td:nth-child(12),
#table-3.table.table-confirmations tbody td:nth-child(13),
#table-4.table.table-confirmations tbody td:nth-child(10),
#table-4.table.table-confirmations tbody td:nth-child(11) {
  text-align: right;
}
.modal-full-width {
  width: 95%;
  max-width: 95%;
}
.modal-full-width .wrap-modal-items {
  display: flex;
  margin-bottom: 8px;
}
.modal-display-items .wrap-modal-items {
  display: flex;
  align-items: center;
  height: 30px;
  /* height: 50px; */
  margin-bottom: 0;
  border: 1px solid transparent;
  /* border: 1px solid rgba(0, 0, 0, .16); */
  /* border: 1px solid #333; */
  border-right: none;
  border-bottom: none;
}
.modal-full-width .col-6.col-lg-3.col-xl-2.p-0:nth-child(6n) > .wrap-modal-items,
.modal-full-width .col-6.col-lg-3.col-xl-2.p-0:last-child > .wrap-modal-items {
  border-right: 1px solid transparent!important;
  width: calc(100% + 1px);
}
.modal-full-width .col-6.col-lg-3.col-xl-2.p-0:nth-last-child(-n+11) > .wrap-modal-items {
  border-bottom: 1px solid transparent!important;
}
.modal-full-width .col-6.col-lg-3.col-xl-2.p-0:nth-last-child(-n+5) > .wrap-modal-items {
  border-top:none ;
}
.modal-full-width .wrap-modal-items p {
  width: 30%;
  margin-right: 8px;
  font-size: 13px;
}
.modal-display-items .wrap-modal-items p {
  font-size: 13px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  padding: 0 4px;
}
.modal-full-width .wrap-modal-items input,
.modal-full-width .wrap-modal-items select {
  font-size: 13px;
  width: 65%;
}
.modal-full-width .wrap-modal-items .wrap-table-dete {
  align-items: flex-start;
  width: 65%;
}
.modal-full-width .wrap-modal-items input[type=date] {
  max-width: 47%;
}
.modal-full-width .wrap-modal-items .wrap-table-dete > span {
  margin: 0 4px;
}
.modal-full-width .wrap-modal-items .form-control {
  padding: 4px;
}
.modal-full-width .row {
  margin-right: -8px;
  margin-left: -8px;
}
.modal-full-width .row .col-6.col-lg-4.col-xl-3{
  padding-right: 8px;
  padding-left: 8px;
}
/* ラジオボタン */
.modal-full-width .wrap-modal-items.radio-btn .wrap-radio-btn  {
  font-size: 12px;
  margin-left: 8px;
}
.modal-display-items .wrap-modal-items.radio-btn .wrap-radio-btn {
  margin-left: 0;
  display: flex;
  align-items: center;
}
.modal-display-items .wrap-modal-items.radio-btn .wrap-radio-btn > label {
  margin:0;
  display: flex;
  align-items: center;
  gap: 2px;
}
.modal-display-items .wrap-modal-items.radio-btn .wrap-radio-btn > label:first-child {
  margin-right: 8px;
}
.modal-full-width .wrap-modal-items.radio-btn .wrap-radio-btn  input,
.modal-full-width .wrap-modal-items.radio-btn .wrap-radio-btn  select {
  width: auto;
}
.modal-full-width .wrap-modal-items.radio-btn p {
  width: 40%;
}
.modal-display-items .wrap-modal-items.radio-btn p {
  width: 45%;
  height: 100%;
  background-color: #6C757D;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  font-size: 12px;
  padding: 0 0 0s 8px;
}
.modal-full-width .wrap-modal-items.radio-btn input,
.modal-full-width .wrap-modal-items.radio-btn select {
  font-size: 14px;
  width: 60%;
}
#disp-modal .modal-full-width .row {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(15, auto);
}
.nav-tabs.nav-bordered {
  border-bottom: 2px solid rgba(108, 117, 125, .2);
}
.nav-tabs.nav-bordered .nav-item {
  margin-bottom: -2px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.nav-tabs.nav-bordered li a {
  border: 0;
  width: 88px;
  text-align: center;
  padding: 11px 0;
  line-height: 1;
}
.nav-tabs.nav-bordered li a span{
  color: #ccc;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: inherit;
  border-color: #edf2f9 #edf2f9 #fff;
}
.nav-tabs.nav-bordered li a.active {
  border-bottom: 2px solid #5f76e8;
}
.nav-tabs.nav-bordered li a.active span {
  color: #5f76e8;
}
.nav.nav-tabs button{
  font-size:1.2rem;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom : none;
}
.wrap-btn-group.btn-potison-right select.form-control {
  border-radius: 60px;
  box-shadow: 0px 2px 9px 0px rgba(169, 184, 200, 0.20);
  text-align: center;
  height: 44px;
  min-width: 128px;
  color: #333;
  /* color: #B8C3D5; */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/custom-select.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 90% center;
  padding: 7px 38.5px 10px 23.5px;
  margin-left: 1.6rem;
}
.wrap-btn-group.btn-potison-right select.form-control:focus {
  border: none;
}

/* ローディングアニメーションのCSS */
#loading{
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  background-color: rgba(255, 255, 255, 0.8); 
  z-index: 9999; 
  display: flex;
  justify-content: center; 
  align-items: center; 
  flex-direction: column;
  p{
    margin-top: 15px; 
    font-weight: 500; 
    color: #333;
  }
  .loading-spinner {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .spinner-ring {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 6px solid #333;
    border-radius: 50%;
    animation: spinner-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #333 transparent transparent transparent;
  }
}
@keyframes spinner-ring {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.logo span{
  font-size:12px;
  color:#000;
}

.table-responsive:has(.table-data-analysis){
  max-height:none;
}
.table-responsive .table.table-data-analysis{
  min-width:0;
}
.table-responsive .table.table-data-analysis th,
.table-responsive .table.table-data-analysis td{
  padding:4px 4px!important;
  cursor: default;
  span{
    color: #999;
    font-size: 1rem;
  }
}
.table-responsive .table.table-projects{
  .success {
    background-color: rgba(0, 0, 255, 0.1);
  }
  .failure {
    background-color: rgba(255, 0, 0, 0.1);
  }
}
.table-responsive .table.table-projects tr:last-child th,
.table-responsive .table.table-projects tr:last-child td,
.table-responsive .table.table-data-analysis tr:last-child th,
.table-responsive .table.table-data-analysis tr:last-child td{
  border-bottom:solid 1px #ddd;
}
.table-responsive .table.table-projects th,
.table-responsive .table.table-data-analysis th{
  background-color:#333;  
  color:#fff;
}
.table-data-analysis th,
.table-data-analysis+table th{
  /* width:25%; */
}
.table-data-analysis tr td:nth-child(n+3),
.table-data-analysis+table tr td:nth-child(n+3){
  text-align: right;
}
.table-responsive .table.table-projects th{
  padding:10px 4px!important;
}
.table-responsive .table.table-projects tr.dtrg-group th{
  padding:4px 4px!important;
  /* background-color:#888; */
  background-color: #fff;
  color:#5F76E8;
}  
.table-responsive .table.table-projects th,
.table-responsive .table.table-projects td{
  max-width: 140px;
  /* max-width: 200px; */
}
.modal-header-inner.top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-header-inner.bottom {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}
.modal-header-inner.bottom .button-row {
  padding: 10px 0; 
  display: flex; 
  justify-content: space-between;
}
.modal-header.favorite,
.modal-footer.favorite {
  flex-direction: column;
} 
.modal-footer-inner.top {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 16px;
}
.modal-footer-inner.top #save-setting-dropdown {
  width: 300px;
  height: 42px;
}
.modal-footer-inner.top #save-settings {
  width: 130px;
}
.modal-footer-inner.bottom {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.btn-reset-modal {
  color: #333;
  margin-left: 8px;
  display: flex;
  align-items: center;
}
.btn-reset-modal:hover,
.btn-reset-modal:focus {
  color: #333;
  text-decoration: underline;
}
.dataTables_total {
  text-align: right;
  margin-right: 8px;
  padding-top: 4px;
  font-size: 2rem;
  font-weight: bold;
  color: #c10000;
  position: absolute;
  top: -45px;
  right: 0;
}
.dataTables_total span{
  font-size: 1.4rem;
  color: #c10000;
}
/* 確定提出 */
select.form-control.form-ajax-select[name="time_accuracy_fixed_submission"] {
  width: 60px;
}
/* 成否継続 */
select.form-control.form-ajax-select[name="time_accuracy_success_failure"] {
  width: 70px;
}
/* 確度 */
input.form-control.form-ajax-text[name="time_accuracy_accuracy"] {
  width: 70px;
}
.dataTables_total span {
  display: inline-block;
}
.dataTables_total span.total-whitespace {
  display: block;
  margin-top: 8px;
}
.table-reorder-alert {
  /* position: absolute; */
  /* top: 30px; */
  /* left: 0; */
}
.table-sale-total td {
  width: 25%;
  padding: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #333;
  font-size: 12px;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #e9ecef;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url(../img/custom-select.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 90% center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.wrap-projects-create-content h3 {
  margin-bottom: 1.6rem;
}
.wrap-projects-create-content input,
.wrap-projects-create-content select {
  width:100%;
  max-width:250px;
  border: 1px solid #e9ecef;
  font-size: 13px;
  color: #333;
  border-radius: .25rem;
  padding: 4px;
}
.wrap-projects-create-content table input,
.wrap-projects-create-content table select {
  width: 100%;
}
.wrap-projects-create-content table th,
.wrap-projects-create-content table td {
  max-width: calc(100%/7);
}
.wrap-projects-create-content .table-02 th,
.wrap-projects-create-content .table-02 td {
  max-width: calc(100%/4);
}
.wrap-projects-create-content input[type=radio] {
  margin-right: 4px;
  width: auto;
}
.wrap-projects-create-content label {
  margin-right: 8px;
}
.wrap-projects-create-content .table.dataTable thead th:first-child, 
.wrap-projects-create-content .table.dataTable tbody td:first-child {
  display: table-cell;
  width: 100px;
}


.stats{
  .row{
    margin-left:-.5rem;
    margin-right:-.5rem;
  }
  .col{
    padding-left:.5rem;
    padding-right:.5rem;
  }
  .card-body{
    padding:.8rem 1.2rem;
    p{
      font-size:1.2rem;
      color:#707070;
      margin-bottom: 0;
    }
    .h1{
      font-size:1.6rem;
      line-height:1em;
      color:#333;
      span{
        color:#333;
        font-size:70%;
      }
    }
  }
}

.area-single{
  .area-table-left{
    max-width:calc(100vw - 21rem);
    transition: max-width 0.3s ease;
    &.active{
      max-width:calc(100vw - 21rem - 50vw);
      transition: max-width 0.3s ease;
    }
    .table-responsive {
      overflow-x: auto;
      overflow-y: scroll;
      height: calc(100vh - 28.5rem);
      .table-data-analysis{
        th,td{
          &:nth-child(1),
          &:nth-child(2){
            position: sticky;
            z-index: 1;
            left:0;
            max-width:20rem;
          }
        }
        td{
          background-color: #fff;
          border: 0.1rem solid transparent;
          &:not(:last-child){
            &:hover{
              border: 0.1rem solid #007bff;
              cursor: pointer;
            }
          }
        }
      }
    }
  }
  .area-table-right{
    &.drawer.drawer-side{
      padding:3.2rem 1.6rem;
      box-shadow: none;
      position: fixed;
      top: 0;
      right: -50vw;
      width: 50vw;
      height: 100%;
      background-color: #fff;
      z-index: 9999;
      transition: all 0.3s ease;
      &.active{
        box-shadow: 0 0 1.0rem rgba(0, 0, 0, 0.16);
        right: 0;
        transition: all 0.3s ease;
      }
      .table-responsive{
        overflow-y: scroll;
        height: calc(100vh - 9.8rem);
      }
    }
  }
  .area-graph-bottom{
    &.drawer.drawer-bottom{
      padding:3.2rem 1.6rem;
      box-shadow: none;
      position: fixed;
      bottom: -35rem;
      left: 0;
      width: 100%;
      height: 35rem;
      background-color: #fff;
      z-index: 9999;
      transition: all 0.3s ease;
      &.active{
        box-shadow: 0 0 1.0rem rgba(0, 0, 0, 0.16);
        bottom: 0;
        transition: all 0.3s ease;
      }
    }
  }
}
.area-compare{
  .area-table-left{
    .table-responsive {
      overflow-x: auto;
      overflow-y: scroll;
      height: calc(100vh - 28.5rem);
      .table-data-analysis{
        th,td{
          &:nth-child(1),
          &:nth-child(2){
            position: sticky;
            z-index: 1;
            left:0;
            max-width:20rem;
          }
          &:nth-child(2){
            border: 0.1rem solid transparent;
            &:hover{
              border: 0.1rem solid #007bff;
              cursor: pointer;
            }
          }
          &:nth-last-child(1),
          &:nth-last-child(2) {
            position: sticky;
            z-index: 1;
            font-weight: bold;
          }
          &:nth-last-child(1){
            right: 0;
          }
          &:nth-last-child(2) {
            right: 5.1rem;
          }
        }
        th{

        }
        td{
          background-color: #fff;
          border: 0.1rem solid transparent;
          &:nth-last-child(1),
          &:nth-last-child(2) {
            background-color: rgba(255, 229, 229, 1);
          }
        }
      }
    }
  }
  .area-table-right{
      .table-responsive{
        overflow-y: scroll;
        height: calc(100vh - 28.5rem);
        .table-data-analysis{
          th,td{
            &:nth-child(1),
            &:nth-child(2){
              position: sticky;
              z-index: 1;
              left:0;
              max-width:20rem;
            }
          }
          td{
            background-color: #fff;
            border: 0.1rem solid transparent;
          }
        }
      }
  }
  .area-graph-bottom{
    &.drawer.drawer-bottom{
      padding:3.2rem 1.6rem;
      box-shadow: none;
      position: fixed;
      bottom: -35rem;
      left: 0;
      width: 100%;
      height: 35rem;
      background-color: #fff;
      z-index: 9999;
      transition: all 0.3s ease;
      &.active{
        box-shadow: 0 0 1.0rem rgba(0, 0, 0, 0.16);
        bottom: 0;
        transition: all 0.3s ease;
      }
    }
  }
}

.btn-approval {
    padding: 0 0.4rem;
    margin: 0.2rem 0;
    border-radius: 0.4rem;
    font-size: 1.1rem;
    cursor: pointer;
    white-space: nowrap;
}

.btn-approval:disabled {
    cursor: default;
    opacity: 0.6;
}

.btn-approval i {
    font-size: 1rem;
}

.btn-approval:hover:not(:disabled) {
    opacity: 0.8;
}

.btn-approval.btn-secondary {
    cursor: default;
}

.btn-intra-billing {
  display: inline-block;
  width:80px;
  text-align: center;
    padding: 0.0rem 0.0rem;
    /* margin: 0.2rem 0; */
    border-radius: 0.4rem;
    font-size: 1.1rem;
    cursor: pointer;
    white-space: nowrap;
}

.checkbox-compact {
    font-size: 12px;
    margin-bottom: 8px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.checkbox-compact input[type="checkbox"] {
    margin-right: 6px;
    margin-bottom: 0;
}
