
/**
 * Removes the default spacing and border for appropriate elements.
 */

 blockquote,
 dl,
 dd,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 hr,
 figure,
 p,
 pre {
     margin: 0;
 }

 .bd-placeholder-img {
     font-size: 1.125rem;
     text-anchor: middle;
     -webkit-user-select: none;
     -moz-user-select: none;
     user-select: none;
 }

 @media (min-width: 768px) {
     .bd-placeholder-img-lg {
         font-size: 3.5rem;
     }
 }

html {
    position: relative;
    min-height: 100%;
}

 body {
     font-size: .875rem;
     margin-bottom: 60px;
 }

 .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
    z-index: 100;
  }

 .feather {
     /*width: 16px;*/
     /*height: 16px;*/
     /*vertical-align: text-bottom;*/
 }

 .l--main_contents {

 }

 @media (min-width: 767.98px) {
     #sidebarMenu + .l--main_contents {
         margin-left: 200px;
     }
 }

 @media (max-width: 767.98px) {
     .ajax-toggle-sidebar {
         display: none;
     }
 }

 /*
  * Sidebar
  */

 .l--sidebar {
     position: fixed;
     width: 200px;
     top: 0;
     /* rtl:raw:
     right: 0;
     */
     bottom: 0;
     /* rtl:remove */
     left: 0;
     z-index: 100; /* Behind the navbar */
     padding: 48px 0 0; /* Height of navbar */
     box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
     /*height: calc(100vh);*/
     overflow-x: hidden;
     overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
 }

 @media (min-width: 768px) {

 }

 .l--sidebar--close {
     /*width: 50px;*/
 }

 .l--sidebar--close .l--sidebar--close--none {
     display: none;
 }

 @media (max-width: 767.98px) {
     .l--sidebar {
         top: 8px;
     }
 }

 .l--sidebar-sticky {
     position: relative;
     top: 0;
     min-height: calc(100vh - 48px);
     padding-top: .5rem;
     overflow-x: hidden;
     overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
 }

 .l--sidebar .nav-link {
     font-weight: 500;
     color: #333;
     padding: .2rem 1rem;
 }

 .l--sidebar .nav-link .feather {
     margin-right: 2px;
     color: #727272;
 }

 .l--sidebar .nav-link.active {
     color: #2470dc;
 }

 .l--sidebar .nav-link:hover .feather,
 .l--sidebar .nav-link.active .feather {
     color: inherit;
 }

 .l--sidebar-heading {
     padding: 12px 0;
 }

 /*
  * Navbar
  */

 .navbar-brand {
     padding-top: .75rem;
     padding-bottom: .75rem;
     font-size: 1rem;
     line-height: 30px;
     /*background-color: rgba(0, 0, 0, .25);*/
     /*box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);*/
 }

 .navbar-brand span {
     line-height: 30px;
     /*background-color: rgba(0, 0, 0, .25);*/
     /*box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);*/
 }

 .navbar .navbar-toggler {
     top: .25rem;
     right: 1rem;
 }

 .navbar .form-control {
     padding: .75rem 1rem;
     border-width: 0;
     border-radius: 0;
 }

 .form-control-dark {
     color: #fff;
     background-color: rgba(255, 255, 255, .1);
     border-color: rgba(255, 255, 255, .1);
 }

 .form-control-dark:focus {
     border-color: transparent;
     box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
 }


 /*
  * Form / Btn
  */
 .form-control {
     font-size: .875rem;
 }
 .form-group {
     margin-bottom: 1rem;
 }
 .form-control-xs {
     min-height: calc(1.2em + (.2rem + 2px));
     padding: .15rem .2rem;
     font-size: .575rem;
     border-radius: .2rem;
 }

 .btn-group-xs>.btn, .btn-xs {
     padding: .15rem .2rem;
     font-size: .575rem;
     border-radius: .2rem;
 }


 /*
  * Color
  */
 body {
     background-color: #f6f6f6;
 }

 .l--sidebar {
     background-color: #E5D8FF!important;
 }

 .l--sidebar .inner-color1 {
     color: #544d46;
     text-decoration: none;
 }

 .l--sidebar .menu-active {
     background-color: #f6f6f6;
 }

 .l--sidebar .menu-active:hover {
     background-color: #f6f6f6;
 }

 .l--sidebar-heading:hover {
     background-color: #b7b2aa;
 }

 .l--sidebar-toggle {
     background-color: #b4a9da;

 }

 .card-item {
     margin-top: -60px;
     padding-top: 60px;
 }

 .progress_status-0 {
     color: black;
     background-color: yellow;
 }
 .progress_status-1 {
     color: white;
     background-color: blue;
 }
 .progress_status-2 {
     color: white;
     background-color: blueviolet;
 }
 .progress_status-3 {
     color: white;
     background-color: steelblue;
 }
 .progress_status-4 {
     color: white;
     background-color: green;
 }
 .progress_status-5 {
     color: white;
     background-color: gray;
 }

 .badge.progress_status-0 {
     color: black;
     background-color: yellow;
     border: 1px solid black;
 }
 .badge.progress_status-1 {
     color: white;
     background-color: blue;
     border: 1px solid white;
 }
 .badge.progress_status-2 {
     color: white;
     background-color: blueviolet;
     border: 1px solid white;
 }
 .badge.progress_status-3 {
     color: white;
     background-color: steelblue;
     border: 1px solid white;
 }
 .badge.progress_status-4 {
     color: white;
     background-color: green;
     border: 1px solid white;
 }
 .badge.progress_status-5 {
     color: white;
     background-color: gray;
     border: 1px solid white;
 }
 .badge.progress_status-99 {
     color: white;
     background-color: black;
     border: 1px solid white;
 }

 /**
  * select2
  */
 .select2-dropdown {
     z-index: 9999;
 }

 .select2-container--default .select2-selection--multiple {
     border: 1px solid #ced4da;
 }

 .select2-container--default .select2-selection--single {
     border: 1px solid #ced4da;
     height: calc(1.5em + 0.75rem + 2px);
     padding: 0.375rem 0.75rem;
     color: #5c6873;
 }

 .select2-container--default .select2-selection--single .select2-selection__rendered {
     font-size: 0.875rem;
     font-weight: 400;
     line-height: 1.5;
     padding-left: 0;
     color: #5c6873;
 }

 .select2-container--default .select2-selection--single .select2-selection__arrow {
     height: 35px;
 }

 .search .select2-container--default .select2-selection--single {
     height: calc(1.2em + (.2rem + 10px));
     padding: .15rem .2rem;
     font-size: .575rem;
     border-radius: .2rem;
 }
 .search .select2-container--default .select2-selection--single .select2-selection__rendered {
     font-size: .575rem;
 }
 .search .select2-container--default .select2-selection--single .select2-selection__arrow {
     height: calc(1.2em + (.2rem + 10px));
     padding: .15rem .2rem;
     font-size: .575rem;
     border-radius: .2rem;
 }

 .search .select2-container--default .select2-selection--multiple {
     min-height: calc(1.2em + (.2rem + 10px));
     padding: 0;
     font-size: .575rem;
     border-radius: .2rem;
 }
 .search .select2-container--default .select2-selection--multiple .select2-selection__rendered {
     font-size: .575rem;
 }
 .search .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
     margin-top: 3px;
     vertical-align: top;
 }

 .new::after {
     display        : inline-block;       /* インラインボックス定義  */
     content        : "NEW";              /* 表示する文字            */
     background     : #ff0000;            /* 背景色                  */
     color          : #ffffff;            /* 文字色                  */
     font-weight    : bold;               /* 太字                    */
     font-size      : 10pt;               /* ベースの文字サイズ      */
     letter-spacing : -1px;               /* 文字間隔詰め            */
     line-height    : 1;                  /* 1行の高さ               */
     vertical-align : top;                /* 基準の高さ位置          */
     margin         : 0;                  /* 外余白なし              */
     padding        : 2px;                /* 反転時の内余白          */
     transform      : scale(0.6)          /* 文字サイズ変更          */
     translateX(-30%);    /* 横位置調整              */
     /* ブリンクのアニメ指定    */
     animation      : newAnime .7s infinite alternate;
 }
 @keyframes newAnime {
     0% { color      : #ff0000;          /* ブリンク時の文字色      */
         background : #ffffff;          /* ブリンク時の背景色      */
     }
     100% { color      : #ffffff;          /* ブリンク時の文字色      */
         background : #ff0000;          /* ブリンク時の背景色      */
     }
 }

 .thumbnail-container {
      width: 100px;
      height: 100px;
      position: relative;
      overflow: hidden;
      margin-bottom: 1em;
      float: left;
      border-radius: 6px;
      box-shadow: 0 0 4px 0 #888888;
      cursor: pointer;
  }
 .thumbnail-container img {
     height: 100px;
     left: 50%;
     position: absolute;
     top: 50%;
     transform: translate(-50%,-50%);
     width: auto;
 }
 .thumbnail-container .icon {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translateY(-50%) translateX(-50%);
     -webkit-transform: translateY(-50%) translateX(-50%);
     text-align: center;
 }
 .thumbnail-container .icon i {
     font-size: 40px;
     color: gray;
 }
 .thumbnail-container .icon span {
     font-size: 16px;
     color: gray;
 }
 .thumbnail-container .mask {
     width: 100%;
     height:	100%;
     position: absolute;	/* 絶対位置指定 */
     top: 0;
     left: 0;
     opacity: 0;	/* マスクを表示しない */
     background-color: rgba(0,0,0,0.4);	/* マスクは半透明 */
     -webkit-transition:	all 0.2s ease;
     transition:	all 0.2s ease;
 }
 .thumbnail-container .mask .caption {
     width: 100px;
     font-size: 80%;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translateY(-50%) translateX(-50%);
     -webkit-transform: translateY(-50%) translateX(-50%);
     text-align: center;
     color: #fff;
     word-break: break-word;
 }
 .thumbnail-container:hover .mask {
     opacity: 1;	/* マスクを表示する */
 }


  /* Custom page CSS
  -------------------------------------------------- */
  /* Not required for template or sticky footer method. */

  .container {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
  }
  .container .text-muted {
    margin: 20px 0;
  }

  .font-color-purple {
    color: #7D52D5;
  }

  .bg-purple {
    background-color: #7D52D5;
  }

  .btn-purple {
    background-color: #9262F1;
    color: #fff;
  }

    .btn-purple-hover-white:hover {
        color: #fff;
    }

  .bg-gray {
      background-color: #E6E6E6;
  }

  .border-purple {
      border-color: #7D52D5 !important;
      color: #7D52D5 !important;
  }

  .table-gray {
      background-color: rgba(0, 0, 0, 0.05) !important;
  }

  .btn-common-1 {
      width: 290px;
      height: 69px;
      /*box-shadow: 0px 3px 10px #00000029;*/
      border-radius: 50px;
      opacity: 1;
      border:none;
  }

  .contactformList dl,dt,dd {
      margin:0;
      padding:0;
  }

  .contactformList dt .badge-required {
      background-color: #CF4444;
      color: white;
      padding: 5px 10px;
      border-radius: 15%;
      font-weight: 400;
      font-size: 0.65rem;
  }

  .mt-wide {
      margin-top: 150px !important;
  }

  @media screen and (max-width: 820px) {
      .mt-wide {
          margin-top: 50px !important;
      }
  }

.campaign-graph .polygonal-line {
    width: 74%;
}

.campaign-graph .circle {
    width: 25%;
}

@media screen and (max-width: 820px) {
    .campaign-graph .polygonal-line {
        width: 100%;
    }

    .campaign-graph .circle {
        width: 100%;
    }
}

@media screen and (max-width: 820px) {
    .campaign-graph .polygonal-line {
        width: 100%;
    }

    .campaign-graph .circle {
        width: 100%;
    }
}

.campaign-card-wrap {
    display: flex;
    flex-wrap: wrap;
    background-color: #EEEEEE;
    padding: 30px 10px;
}

.campaign-card-wrap .campaign-card{
    box-sizing:border-box;
    width: 23%;
    margin-right: 1%;
    margin-left: 1%;
    text-align: center;
    /*background-color: #fff;*/
    background:linear-gradient(to bottom, #fff, #faf8ff 80%, #EFE8FF);
    border: 1px solid #7D52D5;
    border-top: 5px solid #7D52D5;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 20px 0px;
}

@media (max-width: 767.98px) {
    .campaign-card-wrap .campaign-card{
        width: 48%;
        margin-right: 1%;
        margin-left: 1%;
    }
}

.campaign-card-wrap .campaign-card .campaign-card-title {
    text-align: center;
    margin-bottom: 5px;
}

.campaign-card-wrap .campaign-card .campaign-card-value {
    color: #7D52D5;
    font-weight: bold;
}

.nav-purple {
    border-bottom: 3px solid #7D52D5;
}

.nav-purple .nav-link{
    color: #7D52D5;
    font-weight: bold;
}

.nav-purple .nav-link:hover{
    border-color: #7D52D5 #7D52D5;
}

.nav-purple .nav-link.active {
    border-color: #7D52D5 #7D52D5;
    background: #7D52D5;
    color: #fff;
}

.scroll-top {
    position: fixed;
    bottom: 15%;
    right: 30px;
    display: none;
    z-index: 99;
}

.bg-select-column {
    background: #FCFFD4 !important;
}

.campaign-show-thumbnail-wrap {
    display: flex;
    justify-content: space-between;
}
.campaign-show-thumbnail-wrap .campaign-show-thumbnail {
    margin-left: 0.5rem;
}

.thumbnail-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 3%;
}

.thumbnail-wrap  img{
    height: 100%;
}
@media (max-width: 767.98px) {
    .campaign-show-thumbnail-wrap {
        flex-flow: column;
        flex-direction:column-reverse
    }

    .campaign-show-thumbnail-wrap .campaign-show-thumbnail {
        margin-left: 0;
        margin-bottom: 0.5rem;
    }

    .thumbnail-wrap {
        position: initial;
    }
}

.btn-arrow {
    position: relative;
    padding-left: 20px;
    padding-right: 17px;
}

.btn-arrow::before { /* くの字の表示設定 */
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 7px;    /* くの字を山なりに見た時、左側の長さ */
    height: 7px;   /* くの字を山なりに見た時、右側の長さ */
    border-bottom: 1px solid #6c757d;     /* くの字を山なりに見た時、左側の太さと色 */
    border-left: 1px solid #6c757d;   /* くの字を山なりに見た時、右側の太さと色 */
    transform: rotate(45deg);    /* くの字の向き */
}

.btn-arrow:hover:before { /* くの字の表示設定 */ /* くの字を山なりに見た時、右側の長さ */
    border-bottom: 1px solid #fff;     /* くの字を山なりに見た時、左側の太さと色 */
    border-left: 1px solid #fff;   /* くの字を山なりに見た時、右側の太さと色 */ /* くの字の向き */
}

.accordion-item {
    border-left: 0px;
    border-right: 0px;
}


.accordion-button:not(.collapsed) {
    color: #212529;
    background-color: #fff;
    box-shadow: inset 0 0 0 0;
}

.accordion-button:focus {
    border-color: rgb(0 0 0 / 13%);
    box-shadow: inset 0 0 0 0;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.7) !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

/**
   ダッシュボードページ
 */
.chart-switch-decoration:hover{
    opacity: 0.6;
}

/**
   キャンペーン比較ページ
 */
.campaign-compare-detail {
    position: relative;
}
.campaign-compare-anchor {
    position: absolute;
    top: -50px;
}
@media (max-width: 767.98px) {
    .campaign-compare-anchor {
        top: -115px;
    }
}









