@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:#707070;
  position:relative;
  /* background-color: #f9fbfd; */
  background-color:rgba(17,17,32,1);
  /* background-image: url(https://codervent.com/maxton/demo/vertical-menu/assets/images/bg-themes/body-background-1.webp); */
  background-attachment: fixed;
  /* background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%); */
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}
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: transparent;
  /* background-color: #f9fbfd; */
}
h1,h2,h3,h4,h5,h6,p,span,input,select,textarea,th,td,h2 a{
  color:#707070;
}
h2 {
  color: #000;
}
h4,h5{
  font-size: 1.4rem;
}
a{
  color:#fff;
  /* color:#00B900; */
}
a:hover,
a:focus{
  color:#ccc;
  /* color:#00B900; */
}
.form-control:focus {
    color: #495057;
    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:rgba(17,17,32,1); */
  /* 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;
  backdrop-filter: blur(2.625rem);
}
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; */
  background-color: #0f1535;
  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;
}
aside h2{
  color:#fff;
}
aside img{
  width:100%;
}
aside ul{
  margin:0;
  padding:6.4rem 0;
}
aside ul li{
  display:block;
  /* margin-bottom:2.0rem; */
}
aside ul li a{
  display:block;
  text-align:center;
  color:#fff;
  font-size:1.6rem;
  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.4rem;
}
.wrap-area-content a.btn,
.wrap-area-content button {
  padding: 0.6rem 1.2rem;
  /* border-radius: 2em; */
  border-radius:.8rem;
}
.btn-sales-result {
  padding: 10px 25px 12px;
  border-radius: 2em;
  /* font-size: 16px; */
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  border: 1px solid;
  display: inline-block;
}
.btn-sales-result:hover {
  text-decoration: none;
}
.btn-primary {
  color: #fff;
  border:0;
  border-radius:.8rem;
  /* background-color: #5f76e8; */
  /* border-color: #5f76e8;*/
  background: linear-gradient(310deg, #ee0979, #ff6a00);
  background-size: 200%; /* アニメーションの幅を大きくする */
  transition: background-position 0.5s ease; /* スムーズなアニメーション */
}
.btn-primary:hover {
  /* color: #3250e2; */
  /* background-color: #fff; */
  /* border-color: #3250e2; */
  background-position: 100% 0; /* 背景を右に移動 */
}
.btn:hover,
.btn:focus{
  transition:.5s;
}
.btn-primary.btn-reverse {
  color: #fff;
  border:0;
  border-radius:.8rem;
  /* color: #5f76e8; */
  /* background-color: #fff; */
  /* border-color: #5f76e8; */
  background: linear-gradient(310deg, #ee0979, #ff6a00);
  background-size: 200%; /* アニメーションの幅を大きくする */
  transition: background-position 0.5s ease; /* スムーズなアニメーション */
}
.btn-primary.btn-reverse:hover {
  /* color: #fff; */
  /* background-color: #5f76e8; */
  /* border-color: #5f76e8; */
  /* background: linear-gradient(310deg, #ee0979, #ff6a00); */
  background-position: 100% 0; /* 背景を右に移動 */
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: none;
}
.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 ;
}
.login-box{
  width:100%;
  background-color:rgba(255,255,255,.6);
  /* 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: 2rem;
  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:#888;
  /* 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;
  color:#000;
}
.login-box .login-text {
  display: block;
}
.login-box a{
  font-size: 1.2rem ;
  color:#000;
  /* 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:none;
} */
header .icon-hamburger{
  display:block;
  width:50px;
  height:50px;
  padding:12px 10px;
  position:absolute;
  left:0;
  top:calc(50% - 2.5rem);
  font-size:24px; /*これを追加 240620*/
  color:#fff;
}
/* header .icon-hamburger span{
  display:block;
  width:calc(100%);
  height:4px;
  margin:0 auto;
  background-color:#fff;
} */
/* 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.-menu li{
  margin:0;
  /* padding:0 10px; */
  list-style:none;
  position:relative;
  color: #818181;
  transition:.5s;
}
ul.aside-menu li.li-title {
  margin-bottom: .5rem;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1.2rem 3rem;
  color: #fff;
  /* color: #000; */
}
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: #fff;
  /* color: #818181; */
  padding:1.2rem 3rem ;
  display:flex;
  align-items: center;
  text-decoration:none;
  /* margin-right: 1.7rem; */
  transition: .3s;
  /* border-radius: 0 60px 60px 0; */
  opacity: .7;
  font-size:1.4rem;
}
/* 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; */
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
}
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;
  background:linear-gradient(310deg, #ee0979, #ff6a00);
}
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.4rem;
  background-color:rgba(255,255,255,.3);
  color:#fff;
  &:focus{
    background-color:rgba(255,255,255,.3);
    color:#fff;
  }
}
.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-link.dropdown-toggle{
  color:#fff;
}
.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 ;
}
.login-box.login-box-box-shadow-none {
  max-width:400px;
  margin:30vh auto;
  padding:32px;
  border-radius: 16px;
  h2{
    margin:0 auto;
  }
}
.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;
  background-color: transparent;
}
.list-group-item:hover , .list-group-item.active{
  border: solid .1rem #00B900;
  color: #00B900;
  text-decoration: none;
}
.card{
  .card-body{
    .list-group-dashboard .list-group-item{
      /* border:0!important; */
      border:solid 1px #fff!important;
      background-color: transparent;
      /* background-color: #fff; */
      color:#fff;
      /* color:#333; */
      margin-bottom:10px;
      padding: 16px 12px;
      h5{
        color:#fff;
          /* color:#333; */
          font-size:14px;
      }
      p{
        color:#fff;
          /* color:#333; */
          font-size:12px;
      }
      small{
        color:#fff;
          /* color:#333; */
      }
      &:hover,&.active{
        border:inherit;
        color:inherit;
        border: solid .1rem #707070;
      }
    }
  }
}
.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 {
  min-height: 56px;
  margin: 0 0 2.4rem;
}
.page-title {
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 0;
  color:#fff;
}
.breadcrumb li {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.8rem;
  font-weight: 400;
  /* color: #9eabc0!important; */
  color:#fff!important;
}
.breadcrumb-item a { 
  /* color: #9eabc0!important; */
} 
.breadcrumb {
  background-color: inherit;
}
table th,
table td{
  color: #7c8798;
  min-width: 6.5rem;
}
table a {
  color: #fff;
  /* color: #5f76e8; */
}
table a:hover {
  color: #7c8798;
  /* color: #1f3fdb; */
}
.table-bordered{
  border:0;
}
.table-bordered, .table-bordered td, .table-bordered th {
  /* border: 1px solid #e8eef3; */
}
table.dataTable thead th, table.dataTable thead td {
  /* border-bottom: 1px solid #e8eef3!important; */
}
table.dataTable th, table.dataTable td {
  border:0;
  color:#fff;
}
table.dataTable.table-striped tbody tr {
  background-color: transparent;
  border-bottom: 1px solid #fff!important;
  /* border-bottom: 1px solid #e8eef3!important; */
}
.table-striped tbody tr:nth-of-type(odd) {
  /* background-color: #f4f8fb; */
}
table.dataTable.table-striped.table-hover tbody tr:hover {
  /* background-color: #f4f8fb; */
  background-color: rgba(255,255,255,.2);
  cursor: pointer;
}
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: #000!important;
  background: #fff;
  /* background: #5f76e8; */
  border-color: #fff;
  /* border-color: #5f76e8; */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: #fff!important;
  opacity: .7;
  /* color: #6c757d; */
  pointer-events: none;
  cursor: auto;
  /* background: #fff; */
  border-color: #dee2e6;
}
.dataTables_wrapper .dataTables_paginate {
  padding-top: 1.6rem;
  margin-right: 8px;
}
.table.dataTable thead {
  position: sticky;
  top: 0;
  left: 0;
  background-color: rgba(15,21,53,.9);
  /* background-color: #fff; */
}
.table.dataTable thead th {
  position: relative;
  padding: 8px 18px 8px 10px!important;
}
.table.dataTable thead th,
.table.dataTable tbody td {
  /* font-size: 12px; */
  line-height: 1.2em;
  vertical-align: middle;
  position: 0 2px;
  padding:1.6rem 1.6rem;
}
.table.dataTable thead th a,
.table.dataTable tbody td a {
  color: #fff;
  text-align: center;
  display: block;
}
table.dataTable thead .sorting:before {
  right: 0.6rem;
  content: none;
  /* 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: none;
  /* 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;
}
.card{
  /* background-color: rgba(255, 255, 255, 0.15); */
  background-color:transparent;
  /* background-image:linear-gradient(127.09deg, rgba(6, 11, 40, 0.94) 19.41%, rgba(10, 14, 35, 0.49) 76.65%); */
  /* background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%); */
  /* background: linear-gradient(to bottom, #323232 0%, #3F3F3F 40%, #1C1C1C 150%), linear-gradient(to top, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.25) 200%); */
  /* background-blend-mode: multiply; */
  background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
  /* background-color: rgba(255, 255, 255, 0.1); */
  border-radius: 0.8rem;
  /* padding-top: 0.8rem; */
  padding-bottom: 0.8rem;
  border:0;
  .card-body{
    &:has(.table-user-list) {
      padding: 0;
    }
    p,span,h5,label{
      color:#fff;
    }
    .morris-hover {
      color: #fff !important; /* ツールチップの文字色 */
    }
    svg{
      text{
        color:#fff;
        fill: #fff;
      }
    }
  }
}
.btn:nth-child(n+2) {
  margin-left: .8rem;
}
.table-responsive {
  max-height: calc(100vh - (104px + 80px + 16px + 16px));
}

.table-responsive .table {
  width: 100%!important;
}
.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);
  border-radius:.8rem;
}
.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 {
  font-size: 1.4rem;
  color: #6c757d;
  background-color: #fff;
  border-color: rgba(0, 0, 0, .05);
  padding-top:1.6rem;
  padding-bottom:1.6rem;
}
.dataTables_wrapper .dataTables_info {
  color: #fff;
  margin-left: 8px;
}
.modal-footer {
  width: auto;
}
@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; */
  background-color: rgba(17, 17, 32, 1);
  background-image: url(https://codervent.com/maxton/demo/vertical-menu/assets/images/bg-themes/body-background-1.webp);
  background-attachment: fixed;
}
/* .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: 20rem;
  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;
  /* background-color: rgba(255,255,255,.5); */
  background-color: #0f1535;
  border:solid .1rem #fff; 
  padding:0;
  &:hover{
    /* background-color: rgba(255,255,255,.8); */
  }
  a{
    display: flex;
    align-items: center;
    &:hover{
      span{
        color:#000;
      }
    }
  }
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.8rem 1.6rem;
  clear: both;
  /* color: #fff; */
  color: #6c757d;
  text-align: inherit;
  background-color: transparent;
  border: 0;
  font-size: 1.4rem;
  line-height: 1em;
}
.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;
  li{
    a{
      font-size: 14px;
      span{
        color:#fff;
      }
    }
  }
}
.btn-potison-right {
  position: absolute;
  top: 8px;
  right: 0;
  padding: 0.6rem 1.2rem;
  /* font-size: 1.6rem; */
  /* border-radius: 2em; */
  form{
    margin-bottom:0;
  }
}
.item-btn-potison-right {
  position: absolute;
   top: -65px;
   right: 156px;
}
.wrap-btn-potison-right {
  position: absolute;
  top: 8px;
  right: 0;
  display: flex;
}
.wrap-btn-potison-right button {
  padding: 0.6rem 1.2rem;
  /* font-size: 1.6rem; */
  /* border-radius: 2em; */
}
.wrap-btn-group.btn-potison-right .btn-target {
  height: 38px;
}
.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;
  width: 128px;
  color: #fff;
  /* 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;
}
.wrap-btn-group {
  display: flex;
  align-items: center;
}
.wrap-btn-group .form-group {
  margin-bottom: 0;
}
#table tr td:first-child,
#table tr th:first-child {
  display: none;
}
#table tr:hover {
  cursor: pointer;
}
.btn-danger:hover {
  color: #bd2130;
  background-color: #fff;
  border-color: #bd2130;
}
.modal-content{
  background-color: rgba(0,0,0,.85);
}
.modal-body {
  padding: 1.6rem;
  label{
    color:#fff;
  }
  .form-control{
    color:#fff;
    &::placeholder{
      color:#fff;
    }
  }
  p{
    color:#fff;
  }
}
.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:#fff;
  /* color: #707070; */
  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 {
  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;
  color:#fff;
}
.modal-header {
  align-items: center;
}
.modal-header .close {
  padding: 0;
  margin: 6px 5px 6px 0px;
  /* color: #000; */
  color:#fff;
  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 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  color: #FFF;
  text-align: center;
  border-radius: 2px;
}
.modal-footer a.btn.btn-gray,
.modal-footer button.btn.btn-gray {
  border: 1px solid #6C757D;
  background: #6C757D;
  
}
.modal-footer a.btn.btn-gray:hover,
.modal-footer 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 {
  /* border: 1px solid #5F76E8; */
  /* background: #5F76E8; */
  background: linear-gradient(310deg, #ee0979, #ff6a00);
  background-size: 200%;
  transition: background-position 0.5s ease;
}
.modal-footer a.btn.btn-primary,
.modal-footer button.btn.btn-primary:hover {
  /* border: 1px solid #5F76E8; */
  /* background: #fff; */
  /* color: #5F76E8; */
  background-position: 100% 0;
  transition: .5s;
}
.modal-footer a.btn{
  color:#fff;
}
.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;
}
.table {
  margin-bottom: 0;
}
#search-modal .modal-dialog .modal-body table.table th {
  width: 25%;
  color:#fff;
}
label.wrap-radio-btn {
  margin-right: 4px;
}
label.wrap-radio-btn + label.wrap-radio-btn {
  margin-right: 0;
}
label.wrap-radio-btn.btn-select {
  display: inline;
}
label.wrap-radio-btn.btn-select + select {
  margin-top: 8px;
}
 /* グラフの上 */
 .card-numerical-value {
  padding: 25px;
}
 .wrap-deta-area-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap-date-items .text-date {
  font-size: 30px;
  margin-bottom: 0;
  font-weight: 600;
  color: #1C2D41;
  line-height: 1.2;
}
.wrap-date-items .text-date .deta-en {
  font-size: 17px;
  display: inline-block;
  transform: translateY(-8px);
  color: #fff;
  /* color: #1C2D41; */
}
.wrap-date-items .text-date .deta-ratio {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  border-radius: 160px;
  background: #5F76E8;
  margin-left: 6px;
  padding: 3px 8px 5px;
  display: inline-block;
  transform: translateY(-6px);
}
.wrap-date-items .text-date .deta-ratio.red {
  background-color: #FF4F70;
}
.wrap-date-items .text-title {
  font-size: 14px;
  color: #9EABC0;
  margin-top: 4px;
  margin-bottom: 0;
}
.wrap-deta-area-inner i {
  font-size: 24px;
}
/* グラフ */
.wrap-chart-row {
  list-style: none;
  padding-left: 0;
}
.wrap-chart-row li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom : none;
}
.wrap-graph-table-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.wrap-graph-table-top .dropdown-menu {
  width: 160px;
}
.wrap-graph-table-top .dropdown-menu a {
  padding: 10px 16px;
}
.graph-table table thead {
  margin-bottom: 40px;
  background-color: rgba(15,21,53,.9);
  position:sticky;
  top:0;
}
.graph-table table thead tr th {
  border: none;
  color: #fff;
  /* color: #9EABC0; */
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  padding: .8rem 1.6rem;
  /* padding: 16px; */
}
.graph-table table tbody tr td {
  border: none;
  /* background-color: rgba(255,255,255,.3); */
  border-bottom: 1px solid #9EABC0;
  /* padding: 24px 16px; */
  padding: .8rem 1.6rem;
  color: #fff;
  /* color: #1C2D41; */
  font-size: 1.4rem;
  /* font-size: 16px; */
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px; /* 120% */
  p{
    color:#fff;
  }
}
.graph-table table tbody tr:last-child td {
  border-bottom: none;
}
.graph-table .wrap-td-name-inner {
  display: flex;
  align-items: center;
}
.graph-table .wrap-td-name-inner .wrap-img-items img {
  height: 45px;
  width: 45px;
  margin-right: 16px;
}
.graph-table .wrap-td-name-inner .wrap-text-items p {
  margin-bottom: 0;
}
.graph-table .wrap-td-name-inner .wrap-text-items p.text-name {
  color: #fff;
  /* color: #1C2D41; */
  font-size: 14px;
  /* font-size: 16px; */
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px; /* 120% */
  margin-bottom: 4px;
}
.graph-table .wrap-td-name-inner .wrap-text-items p.text-mail {
  color: #fff;
  /* color: #9EABC0; */
  font-size: 12px;
  /* font-size: 14px; */
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
}
h4.card-title {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  /* font-weight: 400; */
  line-height: 21.6px;
  margin-bottom: 16px;
}
.wrap-sales-count-phase {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  transform: translateX(calc(25px / 2));
}
.sales-count-phase-item {
  /* width: calc(20% - 25px); */
  width:calc(100%/7 - 25px);
  text-align: center;
  padding: 8px;
  margin-right: 25px;
  margin-bottom: 16px;
}
.sales-count-phase-item:nth-child(n + 6) {
  margin-bottom: 0;
}
.sales-count-phase-item p {
  color: #fff;
  margin-bottom: 8px;
}
.sales-count-phase-item p.text-count {
  font-size: 36px;
  line-height: 1.2;
}
.sales-count-phase-item p.text-name {
  font-size: 14px;
}
.sales-count-phase-item:nth-child(1) { background-color: #5F76E8; } /* 青紫色 */
.sales-count-phase-item:nth-child(2) { background-color: #FF4F70; } /* ピンク色 */
.sales-count-phase-item:nth-child(3) { background-color: #01CAF1; } /* 水色 */
.sales-count-phase-item:nth-child(4) { background-color: #22CA80; } /* 緑色 */
.sales-count-phase-item:nth-child(5) { background-color: #F0A500; } /* オレンジ色 */
.sales-count-phase-item:nth-child(6) { background-color: #A569BD; } /* 紫色 */
.sales-count-phase-item:nth-child(7) { background-color: #FF5733; } /* 濃いオレンジ色 */
.sales-count-phase-item:nth-child(8) { background-color: #C70039; } /* 赤色 */
.sales-count-phase-item:nth-child(9) { background-color: #900C3F; } /* ワインレッド */
/* Google Maps API */
#map {
    height: 460px!important;
    margin-bottom: 30px;
}
/* ラベルの色 */
.text-dot-5F76E8 { color: #5F76E8; } /* 青紫色 */
.text-dot-FF4F70 { color: #FF4F70; } /* ピンク色 */
.text-dot-01CAF1 { color: #01CAF1; } /* 水色 */
.text-dot-22CA80 { color: #22CA80; } /* 緑色 */
.text-dot-F0A500 { color: #F0A500; } /* オレンジ色 */
.text-dot-A569BD { color: #A569BD; } /* 紫色 */
.text-dot-FF5733 { color: #FF5733; } /* 濃いオレンジ色 */
.text-dot-C70039 { color: #C70039; } /* 赤色 */
.text-dot-900C3F { color: #900C3F; } /* ワインレッド */
.text-dot-581845 { color: #581845; } /* 濃い紫色 */
.text-dot-FFC300 { color: #FFC300; } /* イエロー */
.text-dot-DAF7A6 { color: #DAF7A6; } /* 淡い緑色 */
.text-dot-FF6F61 { color: #FF6F61; } /* コーラル色 */
.text-dot-6B5B95 { color: #6B5B95; } /* インディゴ色 */
.text-dot-88B04B { color: #88B04B; } /* オリーブグリーン */
/* 背景色 */
.bg-bar-5F76E8 { background-color: #5F76E8; } /* 青紫色 */
.bg-bar-FF4F70 { background-color: #FF4F70; } /* ピンク色 */
.bg-bar-01CAF1 { background-color: #01CAF1; } /* 水色 */
.bg-bar-22CA80 { background-color: #22CA80; } /* 緑色 */
.bg-bar-F0A500 { background-color: #F0A500; } /* オレンジ色 */
.bg-bar-A569BD { background-color: #A569BD; } /* 紫色 */
.bg-bar-FF5733 { background-color: #FF5733; } /* 濃いオレンジ色 */
.bg-bar-C70039 { background-color: #C70039; } /* 赤色 */
.bg-bar-900C3F { background-color: #900C3F; } /* ワインレッド */
.bg-bar-581845 { background-color: #581845; } /* 濃い紫色 */
.bg-bar-FFC300 { background-color: #FFC300; } /* イエロー */
.bg-bar-DAF7A6 { background-color: #DAF7A6; } /* 淡い緑色 */
.bg-bar-FF6F61 { background-color: #FF6F61; } /* コーラル色 */
.bg-bar-6B5B95 { background-color: #6B5B95; } /* インディゴ色 */
.bg-bar-88B04B { background-color: #88B04B; } /* オリーブグリーン */

.wrap-status-bar {
  display: flex;
}
.wrap-items-status-bar {
  clip-path: polygon(89% 0%, 100% 50%, 89% 100%, 0% 100%, 11% 50%, 0% 0%);
  /* background-color: #edf2f9; */
  background-color: rgba(255,255,255,0.3);
  width: calc(100% / 7);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-items-status-bar:first-child {
  clip-path: polygon(0 0, 89% 0, 100% 50%, 89% 100%, 0% 100%);
}
.wrap-items-status-bar.active-bar {
  background-color: rgb(255, 79, 112);
}
.wrap-items-status-bar.active-bar p {
  color: #fff;
}
.wrap-items-status-bar p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  color: #212529;
}
.wrap-card-all {
  position: relative;
  padding: 23px 16px;
}
.wrap-card-all hr{
  display: block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, .4);
}
.article-subinfo .wrap-card-all{
  .table tbody td,
  .table thead th{
    font-size:12px;
    min-width:0;
  }
  &>.row{
    flex-direction: column;
    .col-lg-4{
      flex:0 0 calc(100% - 15px);
      max-width:calc(100% - 15px);
      .wrap-card-all-detail{
        .wrap-card-title-area{
          width:120px;
        }
      }
    }
  }
} 
.article-info .wrap-card-all > .row{
  .col-lg-4:nth-child(3n+1),
  .col-lg-4:nth-child(3n+2){
    border-right: solid 1px rgba(255, 255, 255, .5);
  }
}
.wrap-card-all-table {
  position: relative;
}
.wrap-card-all .wrap-card-all-detail {
  display: flex;
  margin-bottom: 14px;
}
.wrap-card-all .wrap-card-all-detail + .hr-card {
  border-top: 1px solid #ccc;
}
.wrap-card-all .wrap-card-all-detail .wrap-card-title-area {
  min-width: 80px;
  /* width: 80px; */
  /* margin-right: 50px; */
  width: 180px;
  margin-right: 20px;
}
.wrap-card-all .wrap-card-all-detail .wrap-card-content-area {
}
.wrap-card-all  .icon-card-edit {
  position: absolute;
  /* top: 8px; */
  top: 18px;
  /* right: 8px; */
  right: 16px;
  color: #fff;
  /* font-size: 20px; */
  font-size: 16px;
  transform:scale(1.0);
  transition: all 0.3s;
  &:hover{
    transform:scale(1.3);
    transition: all 0.3s;
  }
}
.wrap-card-all  .icon-card-plus {
  position: absolute;
  top: 18px;
  right: 18px;
  color: #fff;
  font-size: 24px;
  /* font-size: 16px; */
  line-height: 24px;
  /* line-height: 16px; */
  width: 24px;
  /* width: 30px; */
  height: 24px;
  /* height: 30px; */
  border-radius: 32px;
  border: 1px solid #fff;
  /* background: #5F76E8; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transform:scale(1.0);
  transition: all 0.3s;
  &:hover{
    transform:scale(1.3);
    transition: all 0.3s;
  }
}
.wrap-card-all-table .icon-card-plus-table {
  top: 0;
  right: 0;
}
.wrap-card-all-table .icon-card-edit-table {
  color: #fff;
  font-size: 16px;
}
.wrap-card-all h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 23px;
  color: #fff;
}
.wrap-card-all .wrap-card-all-detail h4 {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 114.286% */
  margin-bottom: 0;
  color: #fff;
}
.wrap-card-all .wrap-card-all-detail p {
  margin-bottom: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  color: #fff;
}
.wrap-card-action {
  text-align: center;
  margin-top: 24.1px;
  margin-bottom: 33px;
}
.wrap-card-action p.title {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 114.286% */
  margin-bottom: 11px;
  color: #fff;
}
.wrap-card-action .text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 70% */
  color: #fff;
}
.wrap-card-all-table table th,
.wrap-card-all-table table td {
  color: #fff;
}
.wrap-card-all-table table th:nth-last-child(1),
.wrap-card-all-table table td:nth-last-child(1),
.wrap-card-all-table table th:nth-last-child(2),
.wrap-card-all-table table td:nth-last-child(2) {
  width: 16px;
  text-align: center;
}