@media only screen and (min-width: 641px) {
  .remodalBox.progress-modal {
    max-width: 40%;
  }
}
@media only screen and (min-width: 992px) {
  .remodalBox.progress-modal {
    max-width: 30%;
  }
}
@media only screen and (min-width: 1281px) {
  .remodalBox.progress-modal {
    max-width: 25%;
  }
}

/* キャラクター */
.character {
  width: auto;
  height: 120px;
  margin-bottom: 10px;
}

/* プログレスバーラッパー */
.progress-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 10px;
}

/* プログレスバー */
#progressbar {
  width: 60%;
  height: 12px;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}

/* プログレスバー（進捗部分） */
#progressbar .ui-progressbar-value {
  height: 100% !important;
  border-radius: 12px 0 0 12px;
  background-color: #263c5d;
}

/* 進捗数値ラベル */
#progresslabel {
  min-width: 40px;
}
