@charset "UTF-8";
/*****************************　　　
  Report
******************************/
.card.card-report {
  border-radius: 0;
  height: calc(100% - 20px);
}
.card.card-report .card-header {
  background: #44B8F2;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.3em;
  border-radius: 0;
  text-align: center;
}
.card.card-report .card-body {
  padding: 1em;
}
.card.card-report .gender {
  font-size: 0.9rem;
  text-align: center;
  padding-bottom: 4px;
  border-bottom: 1px solid #ccc;
}

.report-bar {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: 1px solid #44B8F2;
  list-style: none;
}
.report-bar li {
  display: inline-block;
  height: 36px;
}
.report-bar li:last-child {
  background-color: #44B8F2;
}
.report-bar.report-bar-gray {
  border-color: #666;
}
.report-bar.report-bar-gray li:last-child {
  background-color: #666;
}

.synchro {
  display: table;
  width: calc(100% - 30px);
  height: 72px;
  margin: 0 15px 30px 15px;
  padding: 0;
}
.synchro > li {
  display: table-cell;
  position: relative;
  margin: 0;
  padding: 0;
  border-right: 1px solid #fff;
  width: auto;
  background: #ccc;
}
.synchro > li.high {
  background: #44B8F2;
}
.synchro > li.middle {
  background: #999;
}
.synchro > li span {
  position: absolute;
  bottom: -20px;
  right: -1em;
}

.stress-diagram {
  position: relative;
  padding: 20px 20px 40px 40px;
}
.stress-diagram .x-label {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 20px);
  text-align: center;
}
.stress-diagram .y-label {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(-50% + 1.5em);
  width: calc(100% - 20px);
  text-align: center;
  transform: rotate(-90deg);
}
.stress-diagram .x-step {
  position: absolute;
  bottom: 40px;
  left: 40px;
  margin: 0;
  padding: 0;
  width: calc(100% - 60px);
  list-style: none;
}
.stress-diagram .x-step > li {
  display: inline;
  position: absolute;
  top: 0.15em;
  left: -0.25em;
}
.stress-diagram .x-step > li:nth-child(2) {
  left: calc(14.2857142857% - 0.25em);
}
.stress-diagram .x-step > li:nth-child(3) {
  left: calc(28.5714285714% - 0.25em);
}
.stress-diagram .x-step > li:nth-child(4) {
  left: calc(42.8571428571% - 0.25em);
}
.stress-diagram .x-step > li:nth-child(5) {
  left: calc(57.1428571429% - 0.25em);
}
.stress-diagram .x-step > li:nth-child(6) {
  left: calc(71.4285714286% - 0.25em);
}
.stress-diagram .x-step > li:nth-child(7) {
  left: calc(85.7142857143% - 0.5em);
}
.stress-diagram .x-step > li:nth-child(8) {
  left: calc(100% - 0.5em);
}
.stress-diagram .y-step {
  position: absolute;
  top: 20px;
  left: 40px;
  margin: 0;
  padding: 0;
  width: 2em;
  height: calc(100% - 60px);
  list-style: none;
}
.stress-diagram .y-step > li {
  display: inline;
  position: absolute;
  width: 1.5em;
  top: -0.8em;
  left: -1.8em;
  text-align: right;
}
.stress-diagram .y-step > li:nth-child(2) {
  top: calc(14.2857142857% - 0.8em);
}
.stress-diagram .y-step > li:nth-child(3) {
  top: calc(28.5714285714% - 0.8em);
}
.stress-diagram .y-step > li:nth-child(4) {
  top: calc(42.8571428571% - 0.8em);
}
.stress-diagram .y-step > li:nth-child(5) {
  top: calc(57.1428571429% - 0.8em);
}
.stress-diagram .y-step > li:nth-child(6) {
  top: calc(71.4285714286% - 0.8em);
}
.stress-diagram .y-step > li:nth-child(7) {
  top: calc(85.7142857143% - 0.8em);
}
.stress-diagram .y-step > li:nth-child(8) {
  top: calc(100% - 0.8em);
}
.stress-diagram .ticks {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  overflow: hidden;
}
.stress-diagram .ticks:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.stress-diagram .ticks > .line {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.stress-diagram .ticks > .line > div {
  display: table-row;
}
.stress-diagram .ticks > .line > div > div {
  display: table-cell;
  width: 6.6666666667%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.stress-diagram .ticks > .line > div > div:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.stress-diagram .ticks .circle {
  position: absolute;
  bottom: -12px;
  left: -12px;
  width: 12px;
  height: 12px;
  transform: translate(-50%, 50%);
  border-radius: 6px;
  background-color: #000;
}
.stress-diagram.stress-diagram2 .x-step > li:nth-child(2) {
  left: calc(16.6666666667% - 0.25em);
}
.stress-diagram.stress-diagram2 .x-step > li:nth-child(3) {
  left: calc(33.3333333333% - 0.25em);
}
.stress-diagram.stress-diagram2 .x-step > li:nth-child(4) {
  left: calc(50% - 0.25em);
}
.stress-diagram.stress-diagram2 .x-step > li:nth-child(5) {
  left: calc(66.6666666667% - 0.25em);
}
.stress-diagram.stress-diagram2 .x-step > li:nth-child(6) {
  left: calc(83.3333333333% - 0.25em);
}
.stress-diagram.stress-diagram2 .x-step > li:nth-child(7) {
  left: calc(100% - 0.5em);
}
.stress-diagram.stress-diagram2 .y-step > li:nth-child(2) {
  top: calc(16.6666666667% - 0.8em);
}
.stress-diagram.stress-diagram2 .y-step > li:nth-child(3) {
  top: calc(33.3333333333% - 0.8em);
}
.stress-diagram.stress-diagram2 .y-step > li:nth-child(4) {
  top: calc(50% - 0.8em);
}
.stress-diagram.stress-diagram2 .y-step > li:nth-child(5) {
  top: calc(66.6666666667% - 0.8em);
}
.stress-diagram.stress-diagram2 .y-step > li:nth-child(6) {
  top: calc(83.3333333333% - 0.8em);
}
.stress-diagram.stress-diagram2 .y-step > li:nth-child(7) {
  top: calc(100% - 0.8em);
}

.stress-table {
  margin-top: 20px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.stress-table th, .stress-table td {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 4px;
}
.stress-table th {
  background-color: #f4f4f4;
}
.stress-table td {
  color: #44B8F2;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

/*****************************　　　
  Table
******************************/
.table-info_detail th {
  width: 14%;
  background-color: #f4f4f4;
}

.table-info_detail td {
  width: 36%;
}

.table-standard {
  border-right: 1px solid #dee2e6;
}

.table-standard th {
  background-color: #f4f4f4;
}

.table-standard tr.inactive td {
  background-color: #eeeeee !important;
}

/*****************************　　　
  Tab
******************************/
.tab-area {
  overflow: hidden;
  padding: 1rem;
  background-color: #fff;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 30px;
  min-height: 400px;
}

.tab-header {
  font-size: 1.4rem;
}
.tab-header span {
  font-size: 1.2rem;
  display: inline-block;
  font-weight: normal;
  padding-left: 0.8rem;
}

/*****************************　　　
  Form
******************************/
.inline-checkboxes.list-header-checkboxes {
  display: inline-block;
  padding-left: 20px;
}

.input-group-text {
  border-left: none;
}

/*****************************　　　
  Account
******************************/
.table-user-notification th {
  background-color: #f4f4f4;
  width: 6em;
  padding: 0.75em;
}
.table-user-notification td {
  padding: 0.75em;
}
.table-user-notification td.date {
  width: 5em;
}

/*****************************　　　
  Report
******************************/
.report .card {
  height: calc(100% - 1rem);
  color: #666;
}
.report .card.card-height-auto {
  height: auto;
}
.report .card.card-half {
  height: calc(50% - 1rem);
}
.report .card.card-half > .row {
  height: 100%;
}
.report .card.card-half.h100 {
  height: calc(100% - 1rem);
}
.report .card.card-half.card-half-auto {
  height: auto;
}
.report .card.card-half .card-header {
  height: 100%;
}
.report .card.card-half .card-header h4 {
  display: block;
  line-height: 100%;
  height: 100%;
  background-color: #a9a9a9;
}
.report .card.card-half .card-body {
  height: 100%;
}
.report .card.card-half .card-body .column {
  height: calc(100% - 3px);
  font-size: 1.2rem;
}
.report .card.card-half .card-body .column em {
  font-size: 1.5rem;
  line-height: 1;
}
.report .card.card-half .card-body .column .reportDateRange {
  color: #444;
  font-size: 1rem;
  outline: none;
  border: none;
  width: 100%;
  text-align: center;
}
.report .card .card-header {
  padding: 0;
  background-color: rgb(217, 217, 217);
  border-bottom: none;
}
.report .card .card-header h4 {
  padding: 0.5rem;
  margin: 0;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  background-color: #44B8F2;
}
.report .card .card-body {
  position: relative;
  padding: 0;
  text-align: center;
}
.report .card .card-body .column {
  position: relative;
  padding: 0.25rem;
}
.report .card .card-body .column em {
  font-size: 2.4rem;
  font-weight: bold;
  font-style: normal;
}
.report .card .card-body .column em.sky {
  color: #44B8F2;
}
.report .card .card-body .column .unit {
  font-size: 1rem;
  font-weight: bold;
  color: #44B8F2;
}
.report .card .card-body .column.column-table {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0rem;
}
.report .card .card-body .column.column-table .column-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 0.25rem;
}
.report .card .card-body .column.column-table .column-cell.column-descritoon {
  text-align: left;
  background-color: rgb(243, 243, 243);
}
.report .card .card-body .graph {
  position: relative;
  padding: 0.75rem;
  height: 100%;
}
.report .card .card-body .graph.addticks {
  padding-bottom: 36px;
}
.report .card .card-body .graph canvas {
  z-index: 2;
}
.report .card .card-body .graph .dateTicks {
  position: absolute;
  top: calc(0.75rem + 8px);
  left: calc(0.75rem + 35px);
  /*background: rgba(255,0,0,0.2);*/
  width: calc(100% - 1.5rem - 36px);
  height: calc(100% - 0.75rem - 51px);
  z-index: 1;
}
.report .card .card-body .graph .dateTicks span {
  position: absolute;
  display: inline-block;
}
.report .card .card-body .graph .dateTicks span.line {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.report .card .card-body .graph .dateTicks span.label {
  bottom: -1.2rem;
  left: 0;
  font-size: 0.7rem;
  text-indent: -1.5em;
}
.report .card .card-body .graph.addarrow {
  padding-left: 4em;
}
.report .card .card-body .graph.addarrow .arrow {
  display: none;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  height: calc(100% - 2.5em);
  text-align: center;
  color: #44B8F2;
  font-weight: bold;
}
.report .card .card-body .graph.addarrow .arrow > div {
  width: 3em;
}
.report .card .card-body .graph.addarrow .arrow > div:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 2em;
  background-image: url("/kbadminbase/admin/img/arrow-up.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 50% 50%;
}
.report .card .card-body .graph.addarrow .arrow > div:nth-child(2) {
  position: absolute;
  top: 3em;
  height: calc(100% - 6em);
  background-image: url("/kbadminbase/admin/img/arrow-middle.png");
  background-position: center center;
  background-repeat: repeat-y;
  background-size: 50% 50%;
}
.report .card .card-body .graph.addarrow .arrow > div:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 2em;
  background-image: url("/kbadminbase/admin/img/arrow-down.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 50% 50%;
}
.report .card .card-body .graph.addarrow .dateTicks {
  left: calc(0.75rem + 35px + 3em);
  width: calc(100% - 1.5rem - 36px - 3em);
}
.report .card .card-body .graph-img {
  padding: 1rem 0.5rem;
}
.report .card .card-body .graph-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.report .card .card-body .report-timeline {
  width: 100%;
  height: 100%;
}
.report .card .card-body .report-timeline th {
  font-size: 1rem;
  color: #fff;
  background: #a9a9a9;
  vertical-align: middle;
  width: calc(5em + 1rem);
  height: 20%;
}
.report .card .card-body .report-timeline td em {
  font-size: 1.4rem;
  font-weight: bold;
  font-style: normal;
}
.report .card .card-body .report-timeline td em.sky {
  color: #44B8F2;
}
.report .card .card-body .report-timeline td .unit {
  font-size: 1rem;
  font-weight: bold;
  color: #44B8F2;
}
.report .card .card-body .report-timeline.report-timeline-webview th {
  font-size: 0.9rem;
  font-weight: normal;
}
.report .card .card-body .report-timeline.report-timeline-webview td em {
  font-size: 1.2rem;
  font-weight: bold;
  font-style: normal;
}
.report .card .card-body .report-timeline.report-timeline-webview td .unit {
  font-size: 1rem;
  font-weight: bold;
}
.report .card .card-body.note {
  padding: 1rem;
}
.report .card .card-body h5 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #44B8F2;
  text-align: left;
}
.report .card .card-body pre {
  text-align: left;
  overflow: visible;
}
.report .card .card-body p {
  text-align: left;
}
.report .card .card-body .list-table {
  display: table;
  width: 100%;
  height: 100%;
}
.report .card .card-body .list-table > div {
  display: table-row;
}
.report .card .card-body .list-table > div > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #fff;
}
.report .card .card-body .list-table > div > div em {
  color: #444;
  font-size: 1.4rem;
  font-weight: bold;
  font-style: normal;
}
.report .card .card-body .list-table > div > div span.unit {
  display: inline-block;
  padding-left: 5px;
}
.report .card .card-body .list-table > div > div:first-child {
  background-color: rgb(204, 204, 204);
  color: #fff;
  width: 60%;
}
.report .card .card-body .list-table > div > div:first-child em {
  color: #fff;
}
.report .card .card-body .list-table > div:nth-child(1) > div:first-child {
  background-color: #666666;
}
.report .card .card-body .list-table > div:nth-child(2) > div:first-child {
  background-color: #b7b7b7;
}
.report .card .card-body .list-table > div:nth-child(3) > div:first-child {
  background-color: #cccccc;
}
.report .card .card-body .list-table > div:nth-child(4) > div:first-child {
  background-color: #efefef;
}
.report .card .card-body .list-table > div:nth-child(5) > div:first-child {
  background-color: #44b8f2;
}
.report .card .card-body .nodata {
  display: block;
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  text-align: center;
}
.report .card.card-add-desc .card-body .column-cell:first-child {
  width: 6rem;
}
.report .mental-health-graph {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
}
.report .mental-health-bgborder {
  display: table;
  width: calc(100% - 40px);
  height: calc(100% - 50px);
  margin: 20px;
}
.report .mental-health-bgborder > div {
  display: table-row;
}
.report .mental-health-bgborder > div > div {
  display: table-cell;
  position: relative;
}
.report .mental-health-bgborder > div > div:nth-child(1) {
  width: 18.1818181818%;
  border-right: 1px solid #999;
}
.report .mental-health-bgborder > div > div:nth-child(1):before {
  position: absolute;
  content: "";
  font-size: 12px;
  line-height: 1;
  bottom: -6px;
  left: -20px;
}
.report .mental-health-bgborder > div > div:nth-child(2) {
  width: 54.5454545455%;
  border-right: 1px solid #999;
}
.report .mental-health-bgborder > div > div:nth-child(3) {
  width: 18.1818181818%;
  border-right: 1px solid #999;
}
.report .mental-health-bgborder > div > div:nth-child(4) {
  width: 9.0909090909%;
  background-color: rgb(183, 183, 183);
}
.report .mental-health-bgborder > div:nth-child(1) > div {
  height: 20%;
  border-bottom: 1px solid #999;
}
.report .mental-health-bgborder > div:nth-child(1) > div:nth-child(1) {
  background-color: rgb(243, 243, 243);
}
.report .mental-health-bgborder > div:nth-child(1) > div:nth-child(1):before {
  content: "56";
}
.report .mental-health-bgborder > div:nth-child(1) > div:nth-child(2) {
  background-color: rgb(243, 243, 243);
}
.report .mental-health-bgborder > div:nth-child(1) > div:nth-child(3) {
  background-color: rgb(217, 217, 217);
}
.report .mental-health-bgborder > div:nth-child(2) > div {
  height: 53.3333333333%;
  border-bottom: 1px solid #999;
}
.report .mental-health-bgborder > div:nth-child(2) > div:nth-child(1) {
  background-color: rgb(243, 243, 243);
}
.report .mental-health-bgborder > div:nth-child(2) > div:nth-child(1):before {
  content: "42";
}
.report .mental-health-bgborder > div:nth-child(2) > div:nth-child(2) {
  background-color: rgb(243, 243, 243);
}
.report .mental-health-bgborder > div:nth-child(2) > div:nth-child(3) {
  background-color: rgb(217, 217, 217);
}
.report .mental-health-bgborder > div:nth-child(3) > div {
  height: 20%;
  border-bottom: 1px solid #999;
}
.report .mental-health-bgborder > div:nth-child(3) > div:nth-child(1) {
  background-color: rgb(217, 217, 217);
}
.report .mental-health-bgborder > div:nth-child(3) > div:nth-child(1):before {
  content: "37";
}
.report .mental-health-bgborder > div:nth-child(3) > div:nth-child(2) {
  background-color: rgb(217, 217, 217);
}
.report .mental-health-bgborder > div:nth-child(3) > div:nth-child(3) {
  background-color: rgb(217, 217, 217);
}
.report .mental-health-bgborder > div:nth-child(4) > div {
  height: 6.6666666667%;
  background-color: rgb(183, 183, 183);
}
.report .mental-health-bgborder > div:nth-child(4) > div:before {
  position: absolute;
  content: "";
  font-size: 12px;
  line-height: 1;
  bottom: -16px;
  left: -9px;
}
.report .mental-health-bgborder > div:nth-child(4) > div:nth-child(2):before {
  content: "0.8";
}
.report .mental-health-bgborder > div:nth-child(4) > div:nth-child(3):before {
  content: "2.0";
}
.report .mental-health-bgborder > div:nth-child(4) > div:nth-child(4):before {
  content: "5.0";
}
.report .mental-health-bgborder.mental-health-bgborder-maneger > div > div:nth-child(1) {
  width: 18.1818181818%;
  border-right: 1px solid #999;
}
.report .mental-health-bgborder.mental-health-bgborder-maneger > div > div:nth-child(2) {
  width: 54.5454545455%;
  border-right: 1px solid #999;
}
.report .mental-health-bgborder.mental-health-bgborder-maneger > div > div:nth-child(3) {
  width: 18.1818181818%;
  border-right: 1px solid #999;
}
.report .mental-health-bgborder.mental-health-bgborder-maneger > div > div:nth-child(4) {
  width: 9.0909090909%;
  /*background-color: rgb(244, 203, 204);*/
  background-color: rgb(183, 183, 183);
}
.report .mental-health-bgborder.mental-health-bgborder-maneger > div:nth-child(1) > div {
  height: 20%;
  border-bottom: 1px solid #999;
}
.report .mental-health-bgborder.mental-health-bgborder-maneger > div:nth-child(1) > div:nth-child(1) {
  /*background-color: rgb(183, 215, 169);*/
  background-color: rgb(243, 243, 243);
}
.report .mental-health-bgborder.mental-health-bgborder-maneger > div:nth-child(1) > div:nth-child(2) {
  /*background-color: rgb(183, 215, 169);*/
  background-color: rgb(243, 243, 243);
}
.report .mental-health-bgborder.mental-health-bgborder-maneger > div:nth-child(1) > div:nth-child(3) {
  /*background-color: rgb(255, 229, 153);*/
  background-color: rgb(217, 217, 217);
}
.report .mental-health-bgborder.mental-health-bgborder-maneger > div:nth-child(2) > div {
  height: 53.3333333333%;
  border-bottom: 1px solid #999;
}
.report .mental-health-bgborder.mental-health-bgborder-maneger > div:nth-child(2) > div:nth-child(1) {
  /*background-color: rgb(183, 215, 169);*/
  background-color: rgb(243, 243, 243);
}
.report .mental-health-bgborder.mental-health-bgborder-maneger > div:nth-child(2) > div:nth-child(2) {
  /*background-color: rgb(183, 215, 169);*/
  background-color: rgb(243, 243, 243);
}
.report .mental-health-bgborder.mental-health-bgborder-maneger > div:nth-child(2) > div:nth-child(3) {
  /*background-color: rgb(255, 229, 153);*/
  background-color: rgb(217, 217, 217);
}
.report .mental-health-bgborder.mental-health-bgborder-maneger > div:nth-child(3) > div {
  height: 20%;
  border-bottom: 1px solid #999;
}
.report .mental-health-bgborder.mental-health-bgborder-maneger > div:nth-child(3) > div:nth-child(1) {
  /*background-color: rgb(255, 229, 153);*/
  background-color: rgb(217, 217, 217);
}
.report .mental-health-bgborder.mental-health-bgborder-maneger > div:nth-child(3) > div:nth-child(2) {
  /*background-color: rgb(255, 229, 153);*/
  background-color: rgb(217, 217, 217);
}
.report .mental-health-bgborder.mental-health-bgborder-maneger > div:nth-child(3) > div:nth-child(3) {
  /*background-color: rgb(255, 229, 153);*/
  background-color: rgb(217, 217, 217);
}
.report .mental-health-bgborder.mental-health-bgborder-maneger > div:nth-child(4) > div {
  height: 6.6666666667%;
  /*background-color: rgb(244, 203, 204);*/
  background-color: rgb(183, 183, 183);
}
.report hr {
  margin: 0 0 1rem !important;
  border-bottom: solid 1px #ccc;
}
.report .btn-group + hr {
  margin-top: 1rem !important;
}
.report .user-list {
  display: table;
  width: 100%;
  margin-top: -1rem;
  margin-bottom: 1rem;
}
.report .user-list > div {
  display: table-row;
}
.report .user-list > div > div {
  display: table-cell;
  font-size: 1rem;
  padding: 0.5rem 0;
  border-bottom: solid 1px #ccc;
}
.report .user-list > div > div:first-child {
  width: 6em;
}
.report .user-list > div > div:last-child input {
  border: none;
  width: 6em;
  outline: none !important;
}
.report .user-list > div > div:last-child input:last-child {
  text-align: right;
}

/*****************************　　　
  Mindfulness
******************************/
/*.mindfulness-nav{
  & ul{
    display: table;
    width: 100%;
    list-style: none;
    marign: 0;
    padding: 0;
    border-right: 1px solid $color-border;
    & li{
      width: 4.167%;
      display: table-cell;
      font-size: .75rem;
      marign: 0;
      padding: .3rem 0;
      white-space: nowrap;
      text-align: center;
      border-left: 1px solid $color-border;
      border-top: 1px solid $color-border;
      border-bottom: 1px solid $color-border;
      &:first-child,
      &:last-child{
        width:12.5%;
      }
      &.active{
        background-color: $color-main;
        color: #fff;
      }
    }
  }
}*/
.mindfulness-list {
  display: table;
  width: 100%;
  border-bottom: 1px dotted #dee2e6;
}
.mindfulness-list:last-child {
  border-bottom: none;
}
.mindfulness-list .member-name {
  display: table-cell;
  vertical-align: middle;
  width: 8em;
}
.mindfulness-list .progress-list {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 8em);
  padding: 8px 0;
}
.mindfulness-list .progress-list ul {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
.mindfulness-list .progress-list ul li {
  width: 5%;
  display: table-cell;
  font-size: 0.75rem;
  marign: 0;
  padding: 0.3rem 0;
  white-space: nowrap;
  text-align: center;
  border-left: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.mindfulness-list .progress-list ul li.active {
  background-color: #44B8F2;
  color: #fff;
}
.mindfulness-list .progress-list ul li:last-child {
  border-right: 1px solid #dee2e6;
}

.mindfulness-panel .panel {
  display: none;
}
.mindfulness-panel .panel.active {
  display: block;
}

/*.mindfulness-member-list{
  display: table;
  width: 100%;
  border-top: 1px solid $color-border;
  .member-row{
    display: table-row;
    width: 100%;
    & > div{
      display: table-cell;
      font-size: .9rem;
      line-height: 1.5;
      padding: .75rem;
      border-bottom: 1px solid $color-border;
      &:nth-child(1){
        width: 8em;
        border-right: 1px solid $color-border;
      }
      &:nth-child(2){
        width: 7em;
      }
      &:nth-child(3){
        width: calc(100% - 17em);
        position: relative;
        &:before{
          content: "";
          position: absolute;
          top: .75rem;
          left: 0;
          width: 100%;
          height: 1.35rem;
          border: 1px solid $color-border-dark;
        }
        & span{
          position: absolute;
          top: .75rem;
          left: 0;
          background-color: $color-main;
          height: 1.35rem;
          border-top: 1px solid $color-border-dark;
          border-left: 1px solid $color-border-dark;
          border-bottom: 1px solid $color-border-dark;
        }
      }
      &:nth-child(4){
        width: 4em;
        text-align: right;
      }
      &:nth-child(5){
        width: 6em;
        text-align: right;
      }
    }
  }
}*/
/*****************************　　　
  Post
******************************/
h4.box-title {
  font-size: 1.2rem;
}

ul.content-tree {
  margin: 0;
  padding: 0 0 0 2.5em;
  list-style: desc;
}

/*****************************　　　
  Button
******************************/
.btn-row {
  margin: 10px auto;
  max-width: 240px;
}

/*****************************　　　
  Utilities
******************************/
.div-table {
  display: table;
}
.div-table > div {
  display: table-cell;
  vertical-align: middle;
}
.div-table.div-table-row > div {
  display: table-row;
}
.div-table.div-table-row > div > div {
  display: table-cell;
  vertical-align: middle;
}

.pcbr {
  display: inline-block;
}

.spbr {
  display: none;
}

.pcem {
  display: block;
}

.spem {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: inline-block;
  }
  .pcem {
    display: none;
  }
  .spem {
    display: block;
  }
}
/* border */
.bdt {
  border-top: 1px solid #ccc;
}

/* width */
.w140px {
  width: 140px;
}

.w160px {
  width: 160px;
}

.w240px {
  width: 240px;
}

.w75per {
  width: 75%;
}

.w100per {
  width: 100%;
}

/* color */
.red {
  color: #d00 !important;
}

.gray {
  color: #666 !important;
}

.lightgray {
  color: #999 !important;
}

.blue {
  color: #44B8F2 !important;
}

.green {
  color: rgb(70, 184, 0) !important;
}

.orange {
  color: rgb(244, 203, 204) !important;
}

.yellow {
  color: rgb(255, 195, 4) !important;
}

/* text-align */
.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.tac {
  text-align: center !important;
}

/* line-height */
.lh12 {
  line-height: 1.2 !important;
}

/* font-weight */
.fwn {
  font-weight: normal !important;
}

.fwb {
  font-weight: bold !important;
}

/* font-size */
.fsr8 {
  font-size: 0.8rem !important;
}

.fsr9 {
  font-size: 0.9rem !important;
}

.fsr10 {
  font-size: 1rem !important;
}

.fsr11 {
  font-size: 1.1rem !important;
}

.fsr12 {
  font-size: 1.2rem !important;
}

.fsr13 {
  font-size: 1.3rem !important;
}

.fsr14 {
  font-size: 1.4rem !important;
}

.fsr15 {
  font-size: 1.5rem !important;
}

.fsr16 {
  font-size: 1.6rem !important;
}

.fsr17 {
  font-size: 1.7rem !important;
}

.fsr18 {
  font-size: 1.8rem !important;
}

.fsr19 {
  font-size: 1.9rem !important;
}

.fsr20 {
  font-size: 2rem !important;
}

.fsr21 {
  font-size: 2.1rem !important;
}

.fsr22 {
  font-size: 2.2rem !important;
}

.fsr23 {
  font-size: 2.3rem !important;
}

.fsr24 {
  font-size: 2.4rem !important;
}

.fsp66 {
  font-size: 66% !important;
}

/* space class
------------------------------------------------------------ */
.mg0 {
  margin: 0 !important;
}

.mga {
  margin: auto !important;
}

.mra {
  margin-right: auto !important;
}

.mla {
  margin-left: auto !important;
}

.pd0 {
  padding: 0 !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/* max-height */
.mxh-240p {
  max-height: 240px !important;
}

.mxh-320p {
  max-height: 320px !important;
}

/*****************************　　　
  Print
******************************/
/* A4サイズ縦 */
@page {
  size: 210mm 297mm;
  margin: 10mm 12mm;
}
@media print {
  nav.main-header,
  footer.main-footer,
  .content-wrapper .content-header,
  ul.nav.nav-tabs,
  .tab-area .col-md-3.col-lg-2 .csv-btn-area,
  .tab-area .col-md-3.col-lg-2 .form-group,
  .tab-area .col-md-3.col-lg-2 .nav.nav-tabs .nav-link,
  .tab-area .col-md-3.col-lg-2 .nav.nav-tabs .nav-link,
  .tab-area .col-3 .csv-btn-area,
  .tab-area .col-3 .form-group,
  .tab-area .col-3 .nav.nav-tabs .nav-link,
  .tab-area .col-3 .nav.nav-tabs .nav-link {
    display: none;
  }
  .chartjs-size-monitor {
    display: none;
  }
  .tab-area > .row > .col-3,
  .tab-area > .col-9,
  .tab-area .col-md-3.col-lg-2,
  .tab-area .col-md-9.col-lg-10 {
    flex: none !important;
    max-width: 100% !important;
    margin-bottom: 20px;
    display: block !important;
  }
  .tab-area .nav-tabs.flex-column {
    border: none !important;
  }
  .content > .container-fluid > .row,
  .col-lg-12,
  .tab-area > .row,
  .tab-area > .row,
  .row.report,
  .row.report > .col-12 {
    flex: none !important;
    max-width: 100% !important;
    display: block !important;
  }
  .tab-area .col-3 .nav.nav-tabs .nav-link.active,
  .tab-area .col-md-3.col-lg-2 .nav.nav-tabs .nav-link.active {
    display: none;
  }
  .content-wrapper {
    background-color: #fff;
  }
  .content-wrapper > .content,
  .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #webPageBtn {
    display: none !important;
  }
  .daterangepicker {
    display: none !important;
  }
  body {
    width: 186mm;
    min-width: auto;
  }
  body > .wrapper {
    min-width: auto;
  }
  body > .wrapper .content {
    min-width: auto;
  }
}
body.print {
  width: 186mm;
  min-width: auto;
}
body.print nav.main-header, body.print footer.main-footer, body.print .content-wrapper .content-header, body.print ul.nav.nav-tabs, body.print .tab-area .col-md-3.col-lg-2 .csv-btn-area, body.print .tab-area .col-md-3.col-lg-2 .form-group, body.print .tab-area .col-md-3.col-lg-2 .nav.nav-tabs .nav-link, body.print .tab-area .col-md-3.col-lg-2 .nav.nav-tabs .nav-link, body.print .tab-area .col-3 .csv-btn-area, body.print .tab-area .col-3 .form-group, body.print .tab-area .col-3 .nav.nav-tabs .nav-link, body.print .tab-area .col-3 .nav.nav-tabs .nav-link {
  display: none;
}
body.print .daterangepicker {
  display: none !important;
}
body.print .tab-area > .row > .col-3, body.print .tab-area .col-9, body.print .tab-area .col-md-3.col-lg-2, body.print .tab-area .col-md-9.col-lg-10 {
  flex: none !important;
  max-width: 100% !important;
  margin-bottom: 20px;
  display: block !important;
}
body.print .tab-area .nav-tabs.flex-column {
  border: none !important;
}
body.print .content > .container-fluid > .row, body.print .col-lg-12, body.print .tab-area > .row, body.print .tab-area > .row, body.print .row.report, body.print .row.report > .col-12 {
  flex: none !important;
  max-width: 100% !important;
  display: block !important;
}
body.print .tab-area .col-3 .nav.nav-tabs .nav-link.active, body.print .tab-area .col-md-3.col-lg-2 .nav.nav-tabs .nav-link.active {
  display: none;
}
body.print .content-wrapper {
  background-color: #fff;
}
body.print .content-wrapper > .content, body.print .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.print > .wrapper {
  min-width: auto;
}
body.print > .wrapper .content {
  min-width: auto;
}/*# sourceMappingURL=common.css.map */