@charset "UTF-8";
#app {
  color: #444;
  font-size: 1rem;
}

/*****************************　　　
  Survey
******************************/
.ui-slider {
  width: 250px !important;
}

.ui-slider-handle {
  border-radius: 50% !important;
}

/*****************************　　　
  Modals
******************************/
.modal-content {
  background-color: #44b8f2;
}

.modal-title {
  color: white;
  font-weight: bold;
}

.modal-header {
  border-bottom: none;
}

.participation-modal-close-button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  right: -5px;
  color: grey;
  background-color: white;
  opacity: 1;
  margin: 2px;
  padding: 2px;
  border-radius: 50%;
  cursor: pointer;
}

.participation-modal-close-button:hover {
  opacity: 1 !important;
}

.participation-modal-header {
  height: 50px;
  text-align: center !important;
}

#participationModal .modal-footer button {
  width: 250px;
}

.modal-footer {
  border-top: none;
}

.btn-modal {
  background-color: #eeeeee;
  color: #44b8f2;
  font-weight: bold;
}

/*****************************　　　
  Content
******************************/
body {
  background-color: #eff1f8;
}

.rating-image {
  width: 100%;
  background-color: #44b8f2;
}

#userReport {
  margin-top: 15px;
  margin-bottom: 100px;
}

.list-group-item {
  max-width: 600px;
  padding: 0;
}

.mindfulness-li {
  background-color: white;
}

.mindfulness-detail-li {
  background-color: #eff1f8;
  border: none;
}

.mindfulness-li-text {
  padding: 0.5em;
}

.btn-main {
  color: #fff;
  background-color: #44b8f2;
  border: none;
  width: 100%;
}
.btn-main:hover {
  color: #fff;
  opacity: 0.7;
}

.btn-red {
  color: #fff;
  background-color: #e00;
  border: none;
  width: 100%;
}
.btn-red:hover {
  color: #fff;
  opacity: 0.7;
}

.mindfulness-li {
  border: none;
}

.mindfulness-img {
  width: 100%;
}

.btn-bottom {
  border-radius: 1.6rem !important;
  padding: 0.8rem !important;
  position: fixed !important;
  bottom: 1%;
  right: 0%;
  z-index: 800;
  width: 98%;
  margin: 1%;
}
.btn-bottom.btn-high {
  border-radius: 2.2rem !important;
  padding: 1.6rem 0.8rem;
}

.btn-bottom:hover {
  opacity: 1 !important;
}

.mindfulness-list {
  margin-bottom: 4em;
  border: none;
}

.fas-blue {
  color: #44b8f2;
}

.image-lock {
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.6;
}

.week-number {
  top: 0;
  right: 5px;
  font-size: 2rem;
  text-shadow: 2px 2px #6e6e6e;
}

.play-bar {
  height: 3.5em;
}

.minfulness-detail-text {
  border-radius: 0 25px 25px 25px;
}

.minfulness-detail-text-connection-triangle {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 18px solid transparent;
  border-top: 11px solid white;
  transform: translateX(12px) translateY(5px) rotate(30deg);
  position: absolute;
}

.news-list {
  margin: 0.5rem 0 2rem;
  padding-left: 0 !important;
}
.news-list li {
  list-style: none;
}
.news-list li .notification {
  position: relative;
  display: block;
  padding: 0.25rem 0.5rem;
  border-bottom: 1px solid #a9a9a9;
  color: black;
}
.news-list li .notification span {
  display: block;
}
.news-list li .notification .date {
  font-size: 0.9rem;
  padding-bottom: 0.2rem;
  color: #999;
}

.progress {
  background-color: lightgrey;
}

.dark-layer {
  width: 760px;
  height: 480px;
  position: absolute;
  opacity: 0.8;
  background-color: black;
}

.result-rating {
  width: 100%;
  font-size: 75px !important;
}

.top-user-list {
  display: table;
  width: 100%;
  margin-top: -1rem;
  margin-bottom: 1rem;
}
.top-user-list > div {
  display: table-row;
}
.top-user-list > div > div {
  display: table-cell;
  font-size: 1rem;
  padding: 0.5rem 0;
  border-bottom: solid 1px #ccc;
}
.top-user-list > div > div:first-child {
  width: calc(6em + 0.25rem);
}
.top-user-list > div > div:last-child input {
  padding-left: 0;
  padding-right: 0;
  border: none;
  width: 6em;
  outline: none !important;
}
.top-user-list > div > div:last-child input:last-child {
  text-align: right;
}
.top-user-list > div > div .user-name {
  display: inline-block;
  padding-left: 0.5px;
}

.consent-form-title {
  color: #f3f41a;
  text-decoration-line: underline;
}

@media only screen and (max-width: 360px) {
  .top-user-list > div > div {
    font-size: 0.9rem;
  }
  .top-user-list > div > div:first-child {
    width: calc(6em + 0.25rem);
  }
}
/*****************************　　　
  Form
******************************/
.form-group {
  margin-bottom: 0.25rem;
}

/*****************************　　　
  Utilities
******************************/
.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-radius */
.bdr0 {
  border-radius: 0 !important;
}

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

.w160px {
  width: 160px;
}

.w240px {
  width: 240px;
}

.w75per {
  width: 75%;
}

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

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

.tac {
  text-align: center !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;
}

/* 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;
}/*# sourceMappingURL=style.css.map */