body {
  font-size: 14px!important;  
  background: #f6f6f6!important;
  font-family: 'Noto Sans CJK JP', '游ゴシック体', 'Yu Gothic', 'YuGothic',  sans-serif, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif!important;
}
.fa-angle-double-right:before {
    content: "\f100";
    color:  #555;
    padding-left:19px;  
}
.fa-angle-double-left:before {
    content: "\f101";
    color:  #555;
    padding: 0.5rem;  
    
}


.form-signin input{
  background-color: #fbfbfb;
    border: 1px solid #b1b1b1;
}
.form-signin .input-group-addon{
    background-color: #5b5c5e!important;
    border-color: #525252!important;
}
.flex{
  display: flex;  
  -webkit-flex-wrap:  wrap;
      -ms-flex-wrap:  wrap;
          flex-wrap:  wrap;
}
.col-md-8{
  text-align: left;
}
.small{
  font-size: 24px;  
}
.item .tit{
  font-weight: bold;
  color: #8d8d8d!important;
  font-size: 15px!important;  
  text-align: center; 
}
.item1 .item-box{
  font-size: 16px;  
  margin-top: 1.5rem; 
}
.item2 .item-box{
  font-size: 38px; 
  margin-top: 1rem; 
  font-weight: bold;  
  text-align: center; 
}
.col-md-5{
  width: 73%; 
}
.content-row{
  padding-bottom: 1rem; 
  margin-left: 3rem;  
  border-bottom: 5px solid #fafafa;
}
.itemname{
  font-size: 18px!important;  
  margin: 30px 0!important;
  padding: 3px 0 3px 10px!important; 
  border-left:3px solid #555!important; 
}
.row-offcanvas.active .content{
  width: 90%; 
}
.row{
  margin-bottom: 4rem;  
}

.content-row:last-child{
  border: none; 
}

.content-wrap{
  padding:1rem 2rem;  
}

.panel-title{
      font-size: 20px;
    color: #2156a3;
    font-weight: bold;
    padding: 0 2rem;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td {
    padding: 1rem;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
.table>thead>tr{
  padding-left: 2rem; 
  background: #ddd;
}
.table>thead>tr>th{
  text-align: left; 
  font-weight: bold;  
  width: 10%;
  font-size: 13px;  
}
.table>tbody>tr>td{
  text-align: left; 
  padding: 1rem 0.5rem 0.5rem 1rem;  
}
.get input{
      border-radius: 7px;
  background: #da4453;
  border: 2px solid #c12434;
}
.get{
  color: #fff;
}
.get input:hover{
  color: #fff;
    opacity: 0.8;
}
  .sp{
    display: none;
  }
  .pc{
    display: block;
  }

.site-footer{
  background-color: #01355b;
  border-top: 1px solid#AAB2BD;
}
.site-footer .copyright p:last-child{
  color: #fff;
}
.item .item1{
  width: 35%; 
    padding: 1rem;  
  border-right: 1px solid #ccc;
}
.item .item2{
  width: 32%; 
  padding: 1rem;  
  border-right: 1px solid #ccc;
}
.item .last{
  border-right: none!important; 
}

.row-offcanvas-left {
  background:#fafafa;
  left: 20%;
}
.row-offcanvas-left .sidebar-offcanvas
 {
  left: -20%;
  padding: 1rem 3rem;
 }
.list-group{
  font-size:16px;
}
.row.active {
  /*margin-left: -5px;*/
}
img{
  width: 100%;  
}
table{
  border-collapse: collapse;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .row-offcanvas .content {
    width: calc(80% - 80px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }
}
@media screen and (max-width: 767px) {
  .row-offcanvas-left .sidebar-offcanvas {
    left: -43%;
    background: #f4f4f4;
    padding-left: 0;
  }
  .tb01 .head{
    display:none;
  }
  .tb01 {
    width: 100%;
  }
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .table>tbody>tr>td{
    padding: 2rem;
    text-align: center;
  }
  .col-md-12{
    padding: 0;
  }
  .fa-angle-double-left:before{
    padding: 1.5rem;
  }
  .get{
    display: block;
    text-align: center;
  }
  .get input{
    margin: auto;
    width: 60%;
  }

  table.tb01 td:first-child{
    background: #e1e1e1;
    color:#555;
    padding: 1rem 2.5rem!important;
    font-weight:bold;
  }
  table.tb01 .last{
    margin-bottom: 2rem;
  }


  table.tb01 .dat:before{
    content: attr(data-label);
    font-size: 1.3rem;
    font-weight: bold;
    color: #999;
    margin-bottom: 1rem;
    display: block;
    background: #fafafa;
    padding: 0.5rem 1rem;
    border-radius: 30px;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
  .item .tit{
    text-align: center; 
  }
  .content-row{
    margin-right: 0;
    margin-left: 0px;
    border-bottom: 8px solid #fafafa;  
  }
  .content-wrap{
    padding:1rem 2rem;
  }
  .col-md-5{
    width: 100%;  
  }
  .content-row{
    padding: 0 2rem;
  }
  .content-wrap2{
    padding: 1rem 0;
  }

  .row-offcanvas-left {
      left: 0;
  }
  .item .item1, .item .item2{
    width: 100%;  
    border-bottom: 1px solid #ccc; 
    border-right: none;
    padding: 3rem 0;
  }

  .item .item2:last-child{
    border-bottom: none;
  }
  .flex{
    display: block; 
  }
  .content-row .row{
    text-align: center;
  }
}
.content {
  background:#fafafa;
    padding: 15px 30px;
    padding-left: 0;
    min-height: 1200px;
    margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .content {
    margin-left: 61px;  
    width: calc(100% - 52px);
  }
  .toggle-wrap{
    width: 35px!important;  
  }
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
}
.stepper .down {
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    bottom: 6px;
}
.stepper .up {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #269ecb;
    top: 40px;
}
.stepper .stepper-arrow {
    background-color: #3BAFDA;
    cursor: pointer;
    display: block;
    height: 20%;
    position: absolute;
    right: 15px;
    text-indent: -99999px;
    width: 20px;
}


/* toggle */
.toggle-wrap {
    position: absolute;
    left:0;
    top: 0;
    height: 100%;
    background: #f4f4f4;
    vertical-align: middle;
    width: 45px;
    z-index: 999;
}
@media screen and (max-width: 767px) {
  .toggle-wrap {
    left: 5px;
  }
  .active .toggle-wrap {
    left: 0;
  }
}
a.toggle-sidebar {
    background: #f4f4f4;
    display: block;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
a.toggle-sidebar span {
  display: block;
  margin-right: 10px;
  padding-top: 50vh;
  height: 100vh;
}
.fa-angle-double-left,
.fa-angle-double-right { color: #fff;}

/* main contents */
.bl-pankuzu-list {
  font-size: 11px;
  display: flex;
  list-style-type: none;
  padding-left: 0;
}
.bl-pankuzu-list li {
  position:relative;
  padding-right: 15px;
  margin-right: 5px;
}
.bl-pankuzu-list li:after {
  content: ">";
  position: absolute;
  right: 0;
  top:0;
}
.bl-pankuzu-list li:last-child:after {
  content: "";
}
.bl-pankuzu-list li a {
  color: #2D2D2E;
}
.bl-pankuzu-list li span {
  color: #9A9A9A;
}
/*side bar*/
.sidebar-offcanvas {
  height: 100%;
  background-color: #f4f4f4;
  width: 20%;
  padding-right: 0;        
}


@media screen and (max-width: 767px) {
  .sidebar-offcanvas {
      position: absolute;
      top: 0;
      width: 56%;
  }
}
.list-group-item {
    border: 0px;

    font-size: 16px;
}
.list-group-item:first-child {
  border-radius: 0;
}

.list-group-item.list-sub-item {
  background: #3A3D48;
  font-size: 15px;
}
.list-group-item.list-sub-item a {
  padding-left: 1.5em;
}
.panel{
  background: transparent!important; 
  -webkit-box-shadow:  none!important;
          box-shadow:  none!important;
}

button, input, select, textarea{
      font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: 1px solid #ccc;
    padding: 5px 10px;
    background: #fafafa;
}
.panel.__dark .panel-body {
    background: #fff;
    margin-bottom: 3rem;  
    box-shadow: 0px 4px 5px -1px rgba(10,10,10,0.1), 0px 0px 0px 0px rgba(10,10,10,0.02) inset;
    padding: 0 0 30px;
}
.panel.__dark .page-header {
  border: none;
  font-size: 16px;
  color: #555;
  font-weight: bold;
  letter-spacing: .1em;
  margin: 0;
  padding: 25px 0 10px;
}
.panel.__dark .page-header2, .panel.__dark .panel-heading {
  border: none;
  font-size: 18px;
  color: #0161a3;
  font-weight: bold;
  letter-spacing: .1em;
  margin: 0;
  padding: 25px 0 20px;
}
.page-inner {
  background: #fff;
  box-shadow: 2px 0 8px 4px rgb(0 0 0 / 20%);
  border-radius: 6px;
  padding:30px 20px;
  margin: 0 auto 20px;
}
.ly_inner.__w460 {
  max-width: 460px;
  margin-left: 0;
}
.ly_inner.__w680 {
  max-width: 680px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .page-inner {
    padding: 15px;
  }
}

/*form*/
.bl_form_item {
  padding-bottom: 20px;
}
.bl_form_item input[type="text"] {
    box-shadow: 3px 3px 4px -2px rgb(0 0 0 / 25%) inset;
    border-color: #e4e4e4;
    border-radius: 2px;
    min-height: 30px;
}
.bl_form_item:last-child {
  padding-bottom: 0;
}
.bl_form_label {
  font-weight: bold;
  margin: 0;
  padding: 0 0 10px;
}
.bl_form_label span {
  font-weight: normal;
  font-size: 11px;
}
.bl_form_label2 {
  font-weight: bold;
  margin: 0;
  padding: 0 0 10px;
  text-align: left;
}
.bl_form_btn {
  text-align: right;
}
.bl_form_btn .btn-info {
  background: #0695FB;
  border: 1px solid #0385E2;
}
@media screen and (max-width: 767px) {
  .bl_form_btn {
    text-align: center;
  }
}
.form-control.form-mini {
  max-width: 100px;
  display: inline-block;　/* 追加 20211222*/
}
.panel.__dark .form-horizontal .form-group {
  margin: 0 auto;
}
/* form */
.panel.__dark .form-horizontal .form-group {
  margin-bottom: 20px;
}
.panel.__dark .form-horizontal .form-group .bl_form_label {
  font-weight: bold;
}
.panel.__dark .form-horizontal .form-group .bl_form_label span {
  font-size: 11px;
  font-weight: normal;
  padding-left: 10px;
}
.panel.__dark .form-horizontal .form-btn-r {
    text-align: right;
    padding-top: 20px;
    clear: both;
    content: "";
}
.bl_form_pushBtn {
  padding-bottom: 10px;
}
.bl_form_pushBtn .btn-success {
    margin-bottom: 5px;
    margin-right: 5px;
}
#scenario_main {
  min-width: 100%!important;
}
#scenario_main .list-group-item {
  box-shadow: 5px 6px 10px -6px rgba(0,0,0,0.5);
  border-radius: 4px;
  border: none!important;
  /*background: #F4F5F6;
  color: #A9ABAC;*/
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  padding: 10px 40px 10px 10px;
}
#scenario_main .list-group-item:after {
  font-family: "Font Awesome 5 Free";
  content: "\f039";
  position: absolute;
  right: 40px;
  top: 30%;
  /*color: #A9ABAC;*/
  font-size: 14px;
  font-weight: bold;
}
#scenario_main .list-group-item input {
    box-shadow: 3px 3px 4px -2px rgb(0 0 0 / 25%) inset;
    border: none;
    border-radius: 2px;
    min-height: 30px;
}
#scenario_main .list-group-item input.form-texts {
    margin-left: 10px;
    width: 80%;
    color: #000;
}
#scenario_main .list-group-item .bl_delete {
  /*background: #E8EBED;*/
  border-radius: 0 2px 2px 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
#scenario_main .list-group-item .delete {
  position: relative;
  width: 20px;
  display: block;
  height: 100%;
  z-index: 1000;
}
#scenario_main .list-group-item .delete:after {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  position: absolute;
  right: 5px;
  top: 25%;
  /*color: #A9ABAC;*/
  font-size: 14px;
  font-weight: bold;
}
.panel.__dark .form-horizontal .form-control.form-s {
    width: 35%;
}
.panel.__dark .form-horizontal .btn.btn-register {
    background: #0695FB;
    border: 1px solid #0385E2;
    box-shadow: 1px 2px 6px -2px rgb(0 0 0 / 30%);
}

/**/
.ly_w_tight {
  max-width: 460px;
  margin: 0;
}
/*カラーピッカーがなぜか2つ表示されてしまうので応急処置*/
.palette-color-picker-button:last-child {
  /*display: none; ←消してみる*/
}

/*シナリオ設定画面*/
.data-set-item {
  background: #b3b3b3;
  max-width: 80%;
  border-bottom-right-radius: 4px!important;
  /* margin-bottom: 10px!important; */
  border-radius: 4px;
  border-bottom-left-radius: 4px!important;
  box-shadow: 1px 2px 6px -2px rgb(0 0 0 / 30%);
}
.palette-color-picker-bubble { z-index: 10;}


/* space */
.pdT10 { padding-top: 10px;}

/*シナリオカラー*/
.orange{
	background-color: #95949a;
    border-color: #95949a !important;
    color: #FFF;
}
.pink-b{
	background-color: #ffa3d1;
    border-color: #ff99cc !important;
    color: #FFF;
}
.pink{
	background-color: #1e50a2;
    border-color: #1e50a2 !important;
    color: #FFF;
}
.purple{
	background-color: #d1a3ff;
    border-color: #cc99ff !important;
    color: #FFF;
}
.blue{
	background-color: #a3a3ff;
    border-color: #9999ff !important;
    color: #FFF;
}
.light-blue{
	background-color: #a3d1ff;
    border-color: #99ccff !important;
    color: #FFF;
}
.green{
	background-color: #028760;
    border-color: #028760 !important;
    color: #FFF;
}
.brown{
	background-color: #965042;
    border-color: #965042 !important;
    color: #FFF;
}

.post-g{
	background-color: #37BC9B;
    border-color: #37BC9B !important;
    color: #FFF;
}














