body {
  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";
}
.fa-angle-double-left:before {
    content: "\f101";
}
.row-offcanvas-left {
  left: 20%;
}
.row-offcanvas-left .sidebar-offcanvas
 {
  left: -20%;
 }
.list-group{
  font-size:16px;
}
.row.active {
  margin-left: -5px;
}
@media screen and (min-width: 768px) {
  .row-offcanvas .content {
    width: calc(80% - 65px);
    -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: -50%;
    padding-left: 0;
  }
  .row-offcanvas-left {
      left: 0;
  }
}
.content {
    padding: 15px;
    padding-left: 0;
    min-height: 1200px;
    margin-left: 65px;
}
@media screen and (max-width: 767px) {
  .content {
    width: calc(100% - 65px);
  }
}
.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 {
    box-shadow: 6px 0 12px -4px rgb(0 0 0 / 50%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #333;
    vertical-align: middle;
    width: 30px;
    z-index: 999;
}
@media screen and (max-width: 767px) {
  .toggle-wrap {
    left: 10px;
  }
  .active .toggle-wrap {
    left: 0;
  }
}
a.toggle-sidebar {
    background: #333;
    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: 0;
  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: #525765;
  width: 20%;
  padding-right: 0;        
}
@media screen and (max-width: 767px) {
  .sidebar-offcanvas {
      position: absolute;
      top: 0;
      width: 50%;
  }
}
.list-group-item {
    border: 0px;
    border-bottom: 2px solid #2D3039;
    border-top: 2px solid #525765!important;
    font-size: 16px;
}
.list-group-item:first-child {
  border-radius: 0;
}
.list-group-item:last-child {
  border-bottom: 1px solid #2D3039;
  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.__dark .panel-heading {
  background: #525765;
  border-radius: 6px 6px 0 0;
  padding: 20px;
}
.panel.__dark .panel-title {
  color: #fff;
  font-size: 18px;
  letter-spacing: .1em;
}
.panel.__dark .panel-body {
    background: #D7D9DE;
    padding: 0 0 30px;
}
.panel.__dark .page-header {
  border: none;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .1em;
  margin: 0;
  padding: 25px 0 20px;
}
.page-inner {
  background: #fff;
  box-shadow: 6px 0 12px -4px rgb(0 0 0 / 50%);
  border-radius: 6px;
  padding: 30px;
  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;
}
.list-group-item a{
	display: block;
}













