/* custom properties */
@font-face {
  font-family: 'FLOWER';
  src: url('../../fonts/rii.otf');
}

.font-flower {
  font-family: 'FLOWER' !important;
}

:root {
  --primary-grad: linear-gradient(
    225deg,
    #cce60b 0%,
    #93d157 23.44%,
    #59bca3 75%
  );
  --primary-grad--horizontal: linear-gradient(270deg, #93d157 0%, #59bca3 75%);
  --primary-grad--pink: linear-gradient(225deg, #fec578 20%, #fd6f82 75%);
  --global-green: #59bca3;
  --global-green-lite: #68ced6;
  --global-yellow: #ffa048;
}

/* iOSでのデフォルトスタイルをリセット */
* {
  outline: none;
}

@font-face {
  font-family: 'RiiTN_R';
  src: url(/fonts/RiiTN_R.woff) format('woff');
}

input[type='submit'],
input[type='button'] {
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

input[type='submit']::-webkit-search-decoration,
input[type='button']::-webkit-search-decoration {
  display: none;
}

input[type='submit']:focus,
input[type='button']:focus {
  outline-offset: -2px;
}

input {
  -webkit-appearance: none;
}

.cast-link {
  position: absolute;
  width: 175px;
}

.cast-link img {
  width: 100%;
}

html {
  height: 100%;
  background-color: #f5f3f1;
}

body {
  position: relative;
  max-width: 480px !important;
  height: 100%;
  margin: auto;
  font-weight: 400;
  font-family: 'KozGoPr6N', sans-serif;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
}

.background-none {
  background-image: none;
}

.background-gray {
  background-color: #343537;
  background-image: none;
}

button,
input,
select,
textarea {
  font-size: 100%;
  font-family: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  max-width: 480px !important;
  height: 45px;
  text-align: center;
  background-color: #ffffff;
}

.header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #000000;
  font-weight: 500;
  font-size: 15px;
  line-height: 40px;
  border-bottom: 1px solid #59bca3;
}

.header-close-button img {
  width: 32px;
}

.back-button {
  width: 30px;
  height: 30px;
}

.header-left {
  position: absolute;
  top: calc(50% - 2px);
  left: 25px;
  color: #d3cbc3;
  transform: translateY(-50%);
}

.block-button {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 30px;
  height: 30px;
  color: #d3cbc3;
  transform: translateY(-50%);
}

.unblock {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-button-icon {
  width: 100%;
}

.header-right {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #d3cbc3;
}

.header-text-right {
  position: absolute;
  top: 30px;
  right: 29px;
}

.header-text-left {
  position: absolute;
  top: 30px;
  left: 31px;
}

footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 9998;
  width: 100%;
  max-width: 480px !important;
  background-color: #343537;
  transform: translateX(-50%);
}

footer .footer-wrapper {
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 480px !important;
  height: 50px;
  background-color: #ffffff;
  border-top: 1px solid #59bca3;
}

.footer-button-set,
.footer-button-set-on {
  position: relative;
  float: left;
  width: 25%;
}

.footer-wrapper.therapist .footer-button-set,
.footer-wrapper.therapist .footer-button-set-on {
  width: 20%;
}

.footer-button-set a {
  margin: 0;
  color: #808080 !important;
}

.footer-button-set-on a {
  margin: 0;
  color: #59bca3 !important;
}

.footer-button-icon {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

.footer-button-call {
  width: 50px;
  height: 36px;
  margin-bottom: 15.7px;
}

.footer-button {
  display: block;
  width: 30px;
  height: 30px;
  margin: 2px auto 0;
}

.footer-button-talk {
  width: 30px;
  height: 30px;
}

.footer-button-timeline {
  width: 30px;
  height: 30px;
}

.footer-button-asiato {
  width: 30px;
  height: 30px;
}

.footer-button-icon p {
  margin: 0 auto;
  padding-bottom: 2px;
  font-size: 10px;
}

.main-wrapper {
  margin: 45px 0 0 0;
  background-color: white;
}

.gray-circle {
  background-color: #343537;
}

.border-top-2px {
  border-top: 2px solid #707070;
}

.border-bottom-2px {
  border-bottom: 2px solid #707070;
}

.icon-circle-size {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  border-radius: 50%;
}

.icon-circle-size-30 {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  border-radius: 50%;
}

.icon-circle-size-44 {
  width: 44px;
  height: 44px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  border-radius: 50%;
}

.icon-circle-size-60 {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  border-radius: 50%;
}

.icon-circle-size-84 {
  width: 84px;
  height: 84px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  border-radius: 50%;
}

.icon-circle-size-100 {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  border-radius: 50%;
}

.icon-circle-size-150 {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  border-radius: 50%;
}

.icon-circle-size-timeline {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  border-radius: 50%;
}

#overlay {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 9999;
  width: 100%;
  max-width: 480px;
  height: 100%;
  color: black;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateX(-50%);
}

#cover-overlay {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 9999;
  width: 100%;
  max-width: 480px;
  height: 100%;
  color: black;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateX(-50%);
}

.setting-icon {
  position: absolute;
  top: 27px;
  right: 30px;
  cursor: pointer;
}

.setting-icon img {
  width: 32px;
  height: 32px;
}

.ranking-icon {
  position: absolute;
  top: 28px;
  right: 112px;
  cursor: pointer;
}

.ranking-icon img {
  width: 37px;
  height: 31px;
}

.qr-icon {
  position: absolute;
  top: 25px;
  right: 30px;
  cursor: pointer;
}

.qr-icon img {
  width: 38px;
  height: 38px;
}

.other-icon {
  position: absolute;
  top: 40px;
  right: 30px;
  cursor: pointer;
}

.other-icon img {
  width: 34px;
  height: 7px;
}

.filter-icon {
  position: absolute;
  top: 29px;
  left: 30px;
  cursor: pointer;
}

.filter-icon img {
  width: 28px;
  height: 30px;
}

.footer-apply-wrapper {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: calc(100% - 40px);
  height: 50px;
  font-size: 15px;
  text-align: center;
  background: linear-gradient(
    194.5deg,
    #cce60b 0%,
    #93d157 23.44%,
    #59bca3 75%
  );
  border-radius: 26px;
  box-shadow: 0 8px 18px rgba(135, 98, 116, 0.2);
  transform: translateX(-50%);
}

.footer-apply-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.footer-apply-text {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  transform: translate(-50%, -50%);
}

.alert-success,
.alert-error,
.alert-danger,
.alert-warning {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 30000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 480px;
  padding: 10px 20px;
  font-size: 13px;
  transform: translateX(-50%);
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-warning {
  color: #343a40;
  background-color: #ffc107;
  border-color: #ffc107;
}

.id-overlay {
  position: fixed;
  top: 0;
  z-index: 10000;
  box-sizing: border-box;
  width: 100%;
  max-width: 480px;
  height: 100%;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 18px rgba(135, 98, 116, 0.2);
}

.id-overlay__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.id-overlay__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 10px 30px;
  background: #ffffff;
  border-radius: 15px;
}

.id-overlay__content {
  padding: 0 20px;
}

.id-overlay__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 18px;
  width: 100%;
  height: 70px;
  padding: 0 10px;
  box-sizing: border-box;
}

.id-overlay__title-image {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.id-overlay__title-text {
  color: #59bca3;
  font-size: 16px;
  font-weight: 500;
  padding-left: 5px;
}

.id-overlay__note {
  margin-top: 10px;
  font-size: 14px;
}

.id-overlay__button-link {
  width: 100%;
}

.id-overlay__button-link-button {
  box-sizing: border-box;
  margin-top: 20px;
  width: 100%;
  height: 50px;
  color: #ffffff;
  background: linear-gradient(225deg, #cce60b 0%, #93d157 23.44%, #59bca3 75%);
  border: none;
  border-radius: 26px;
  box-shadow: 0 8px 18px rgba(135, 98, 116, 0.2);
}

.id-overlay__button-close {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  color: #59bca3;
  background: #ffffff;
  border: none;
  border-radius: 26px;
  box-shadow: 0 8px 18px rgba(135, 98, 116, 0.2);
}

.therapist-notice-overlay {
  position: fixed;
  top: 0;
  z-index: 10000;
  box-sizing: border-box;
  width: 100%;
  max-width: 480px;
  height: 100%;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 18px rgba(135, 98, 116, 0.2);
}

.therapist-notice-overlay__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.therapist-notice-overlay__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 10px 30px;
  background: #ffffff;
  border-radius: 15px;
}

.therapist-notice-overlay__content {
  padding: 0 20px;
}

.therapist-notice-overlay__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 18px;
  width: 100%;
  height: 70px;
  padding: 0 10px;
  box-sizing: border-box;
}

.therapist-notice-overlay__note {
  margin-top: 10px;
  font-size: 14px;
}

.review-overlay {
  position: fixed;
  top: 0;
  z-index: 10000;
  box-sizing: border-box;
  width: 100%;
  max-width: 480px;
  height: 100%;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 18px rgba(135, 98, 116, 0.2);
}

.review-overlay__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.review-overlay__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  padding: 30px 20px;
  color: #444444;
  background: #ffffff;
  border-radius: 15px;
}

.review-overlay__content p {
  margin: 0;
}

.review-overlay__close-button {
  position: absolute;
  top: 28px;
  right: 20px;
  width: 30px;
  height: 30px;
}

.review-overlay__close-button img {
  width: 100%;
}

.review-overlay__title {
  margin: 0;
  font-size: 15px;
}

.review-overlay__image {
  width: 60px;
  height: 60px;
  padding-top: 15px;
}

.review-overlay__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  border-radius: 50%;
}

.review-overlay__name {
  padding-top: 15px;
}

.review-overlay__datetime {
  padding-top: 5px;
  color: #9b9b9b;
  font-size: 13px;
}

.review-overlay__star {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 18px 0 0;
}

.review-overlay__star-img-wrapper {
  width: 25px;
  height: 25px;
  padding: 0 13px;
}

.review-overlay__star-img-wrapper img {
  width: 100%;
}

.review-overlay__comment {
  width: 100%;
  padding-top: 20px;
}

.review-overlay__comment-title {
  padding-bottom: 5px;
  color: #9b9b9b;
  font-size: 13px;
}

.review-overlay__comment-text {
  box-sizing: border-box;
  width: 100%;
  height: 120px;
  padding: 15px 30px;
  font-size: 15px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 25px;
  resize: none;
}

.review-overlay__button {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  color: #ffffff;
  background: linear-gradient(225deg, #cce60b 0%, #93d157 23.44%, #59bca3 75%);
  border: none;
  border-radius: 26px;
  box-shadow: 0 8px 18px rgba(135, 98, 116, 0.2);
}

.campaign-overlay {
  position: fixed;
  top: 0;
  z-index: 10000;
  box-sizing: border-box;
  width: 100%;
  max-width: 480px;
  height: 100%;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 18px rgba(135, 98, 116, 0.2);
}

.campaign-overlay__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.campaign-overlay__close {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 480px;
  height: 100%;
  transform: translateX(-50%);
}

.campaign-overlay__content {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 30px 20px;
  background: #ffffff;
  border-radius: 15px;
}

.campaign-overlay__title {
  margin: 0;
  color: #444444;
  font-weight: bold;
  font-size: 18px;
}

.campaign-overlay__event-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  padding-top: 25px;
}

.campaign-overlay__event {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.campaign-overlay__event-step {
  margin: 0;
  color: #9b9b9b;
  font-size: 13px;
}

.campaign-overlay__event-name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  padding-top: 5px;
  color: #444444;
  line-height: 16px;
  font-size: 15px;
}

.campaign-overlay__event-name span {
  color: #ffa048;
  font-size: 11px;
  display: block;
}

.campaign-overlay__event-img-wrapper {
  width: 72px;
  height: 72px;
  padding-top: 18px;
}

.campaign-overlay__event-img-wrapper.last {
  padding-top: 3px;
}

.campaign-overlay__event-img {
  width: 100%;
}

.questionnaire-overlay {
  position: fixed;
  top: 0;
  z-index: 20000;
  width: 100%;
  max-width: 480px;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0 8px 18px rgba(135, 98, 116, 0.2);
}

.questionnaire-overlay__close {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 480px;
  height: 100%;
  transform: translateX(-50%);
}

.questionnaire-overlay__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.questionnaire-overlay__content {
  position: relative;
  width: 100%;
  max-height: 80%;
  padding: 20px 20px;
  overflow-y: scroll;
  color: #444444;
  background: #ffffff;
  border-radius: 15px;
}

.questionnaire-overlay__question-point {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px;
}

.questionnaire-overlay__question-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 5px;
  font-size: 12px;
}

.questionnaire-overlay__question-point-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.questionnaire-overlay__title {
  margin: 0;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 15px;
}

.questionnaire-overlay__comment {
  padding-top: 20px;
  font-size: 13px;
}

.questionnaire-overlay__comment-title {
  padding-bottom: 10px;
}

.questionnaire-overlay__comment-text {
  box-sizing: border-box;
  width: 100%;
  padding: 3px 5px;
  background: transparent;
  border: 1px solid #dbdbdb;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}

.questionnaire-overlay__question {
  padding-top: 10px;
  font-size: 13px;
}

.questionnaire-overlay__button {
  width: 100%;
  height: 50px;
  margin-top: 5px;
  color: #ffffff;
  font-weight: normal;
  font-size: 13px;
  background: linear-gradient(225deg, #cce60b 0%, #93d157 23.44%, #59bca3 75%);
  border: none;
  border-radius: 26px;
  outline: none;
  box-shadow: 0 8px 18px rgba(135, 98, 116, 0.2);
}

.questionnaire-overlay__button.inactive {
  background: rgba(0, 0, 0, 0.25);
}

.questionnaire-overlay__button-close {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  font-weight: normal;
  font-size: 13px;
  color: #59bca3;
  background: #ffffff;
  border: none;
  border-radius: 26px;
  outline: none;
  box-shadow: 0 8px 18px rgba(135, 98, 116, 0.2);
}

.questionnaire-overlay__alert {
  color: #ffa048;
  font-size: 11px;
}

.resend-sms {
  margin: 0;
  padding-top: 5px;
  color: #59bca3;
  font-size: 12px;
}

.resend-sms.inactive {
  color: rgba(0, 0, 0, 0.25);
}

.resend-sms-notify {
  margin: 0;
  color: #ffa048;
  font-size: 13px;
}

@media screen and (max-width: 320px) {
  .questionnaire-overlay__title {
    margin: 0;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 13px;
  }

  .questionnaire-overlay {
    padding: 0;
  }

  .questionnaire-overlay__content {
    border-radius: 0;
  }
}

.therapist-questionnaire-overlay {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  max-width: 480px;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0 8px 18px rgba(135, 98, 116, 0.2);
}

.therapist-questionnaire-overlay__close {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 480px;
  height: 100%;
  transform: translateX(-50%);
}

.therapist-questionnaire-overlay__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.therapist-questionnaire-overlay__content {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-height: 80%;
  padding: 30px 20px;
  overflow-y: scroll;
  color: #444444;
  background: #ffffff;
  border-radius: 15px;
}

.therapist-questionnaire-overlay__content p {
  margin: 0;
}

.therapist-questionnaire-review-overlay__close-button {
  position: absolute;
  top: 28px;
  right: 20px;
  width: 30px;
  height: 30px;
}

.therapist-questionnaire-review-overlay__close-button img {
  width: 100%;
}

.therapist-questionnaire-review-overlay__title {
  margin: 0;
  font-size: 15px;
  text-align: center;
}

.therapist-questionnaire-review-overlay__note {
  margin: 5px;
  font-size: 13px;
}

.therapist-questionnaire-review-overlay__image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}

.therapist-questionnaire-review-overlay__image img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  border-radius: 50%;
}

.therapist-questionnaire-review-overlay__name {
  padding-top: 15px;
  text-align: center;
}

.therapist-questionnaire-review-overlay__datetime {
  padding: 5px 0 15px;
  color: #9b9b9b;
  font-size: 13px;
  text-align: center;
}

.therapist-questionnaire-review-overlay__star {
  display: flex;
  align-items: center;
  justify-content: center;
}

.therapist-questionnaire-review-overlay__star-img-wrapper {
  width: 20px;
  height: 20px;
  padding: 0 5px;
}

.therapist-questionnaire-review-overlay__star-img-wrapper img {
  width: 100%;
}

.therapist-questionnaire-review-overlay__comment {
  width: 100%;
  padding-top: 20px;
}

.therapist-questionnaire-review-overlay__comment-title {
  padding-bottom: 5px;
  color: #9b9b9b;
  font-size: 13px;
}

.therapist-questionnaire-review-overlay__comment-text {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  font-size: 13px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  resize: none;
}

.therapist-questionnaire-review-overlay__button {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  color: #ffffff;
  background: linear-gradient(225deg, #cce60b 0%, #93d157 23.44%, #59bca3 75%);
  border: none;
  border-radius: 26px;
  box-shadow: 0 8px 18px rgba(135, 98, 116, 0.2);
}

.therapist-questionnaire-overlay__question-point {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px;
}

.therapist-questionnaire-overlay__question-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 5px;
  font-size: 12px;
}

.therapist-questionnaire-overlay__question-point-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.therapist-questionnaire-overlay__title {
  margin: 0;
  padding: 15px 0 5px;
  font-weight: bold;
  font-size: 15px;
}

.therapist-questionnaire-overlay__comment {
  padding-top: 20px;
  font-size: 13px;
}

.therapist-questionnaire-overlay__comment-title {
  padding-bottom: 10px;
}

.therapist-questionnaire-overlay__comment-text {
  box-sizing: border-box;
  width: 100%;
  padding: 3px 5px;
  background: transparent;
  border: 1px solid #dbdbdb;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}

.therapist-questionnaire-overlay__question {
  padding-top: 10px;
  font-size: 13px;
}

.therapist-questionnaire-overlay__question-point-value,
.questionnaire-overlay__question-point-value {
  width: 15px;
  height: 15px;
  border: 1px solid #59bca3;
  border-radius: 50%;
}

.therapist-questionnaire-overlay__question-point-value:checked,
.questionnaire-overlay__question-point-value:checked {
  background-color: #59bca3;
}

.therapist-questionnaire-overlay__button {
  width: 100%;
  height: 50px;
  margin-top: 5px;
  color: #ffffff;
  font-weight: normal;
  font-size: 13px;
  background: linear-gradient(225deg, #cce60b 0%, #93d157 23.44%, #59bca3 75%);
  border: none;
  border-radius: 26px;
  outline: none;
  box-shadow: 0 8px 18px rgba(135, 98, 116, 0.2);
}

.therapist-questionnaire-overlay__button.inactive {
  background: rgba(0, 0, 0, 0.25);
}

.therapist-questionnaire-overlay__button-close {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  font-weight: normal;
  font-size: 13px;
  color: #59bca3;
  background: #ffffff;
  border: none;
  border-radius: 26px;
  outline: none;
  box-shadow: 0 8px 18px rgba(135, 98, 116, 0.2);
}

.therapist-questionnaire-overlay__alert {
  padding-bottom: 5px;
  color: #ffa048;
  font-size: 11px;
}

.therapist-questionnaire-overlay__alert.star {
  padding-bottom: 10px;
}

.unread-num {
  position: absolute;
  right: 30px;
  top: 1px;
  z-index: 1;
  background: #ffa048;
  color: #ffffff;
  padding: 2px 6px;
  border-radius: 15px;
  font-size: 9px;
  letter-spacing: 0.2px;
  text-align: center;
  transform: translateX(50%);
}

.point-back-campaign-overlay {
  position: fixed;
  top: 0;
  z-index: 9999;
  box-sizing: border-box;
  width: 100%;
  max-width: 480px;
  height: 100%;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 18px rgba(135, 98, 116, 0.2);
}

.point-back-campaign-overlay__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.point-back-campaign-overlay__close {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 480px;
  height: 100%;
  transform: translateX(-50%);
}

.point-back-campaign-overlay__content {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 30px 20px;
  background: #ffffff;
  border-radius: 15px;
}

.point-back-campaign-overlay__title {
  margin: 0;
  color: #444444;
  font-weight: bold;
  font-size: 18px;
}

.point-back-campaign-overlay__note {
  padding-top: 5px;
  margin: 0;
  color: #444444;
  font-size: 15px;
}

.point-back-campaign-overlay__event-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  padding-top: 15px;
}

.point-back-campaign-overlay__event {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.point-back-campaign-overlay__event-step {
  margin: 0;
  color: #9b9b9b;
  font-size: 13px;
}

.point-back-campaign-overlay__event-name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  padding-top: 5px;
  color: #444444;
  line-height: 16px;
  font-size: 15px;
}

.point-back-campaign-overlay__event-name span {
  color: #ffa048;
  font-size: 11px;
  display: block;
}

.point-back-campaign-overlay__event-img-wrapper {
  width: 72px;
  height: 72px;
  padding-top: 18px;
}

.point-back-campaign-overlay__event-img-wrapper.last {
  padding-top: 3px;
}

.point-back-campaign-overlay__event-img {
  width: 100%;
}

.schedule-reminder-overlay {
  position: fixed;
  top: 0;
  z-index: 9999;
  box-sizing: border-box;
  width: 100%;
  max-width: 480px;
  height: 100%;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 18px rgba(135, 98, 116, 0.2);
}

.schedule-reminder-overlay__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.schedule-reminder-overlay__close {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 480px;
  height: 100%;
  transform: translateX(-50%);
}

.schedule-reminder-overlay__content {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 30px 20px;
  background: #ffffff;
  border-radius: 15px;
}

.schedule-reminder-overlay__title {
  margin: 0;
  color: #444444;
  font-weight: bold;
  font-size: 18px;
}

.schedule-reminder-overlay__note {
  padding: 10px 0 15px;
  margin: 0;
  color: #444444;
  font-size: 15px;
}

.schedule-reminder-overlay__event-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  padding-top: 15px;
}

.schedule-reminder-overlay__event {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.schedule-reminder-overlay__event-step {
  margin: 0;
  color: #9b9b9b;
  font-size: 13px;
}

.schedule-reminder-overlay__event-name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  padding-top: 5px;
  color: #444444;
  line-height: 16px;
  font-size: 15px;
}

.schedule-reminder-overlay__event-name span {
  color: #ffa048;
  font-size: 11px;
  display: block;
}

.schedule-reminder-overlay__event-img-wrapper {
  width: 60px;
  height: 60px;
  padding-top: 18px;
}

.schedule-reminder-overlay__event-img-wrapper.last {
  padding-top: 3px;
}

.schedule-reminder-overlay__event-img {
  width: 100%;
}

.schedule-reminder-overlay__button-link {
  width: 100%;
}

.schedule-reminder-overlay__button-link-button {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  color: #ffffff;
  background: linear-gradient(225deg, #cce60b 0%, #93d157 23.44%, #59bca3 75%);
  border: none;
  border-radius: 26px;
  box-shadow: 0 8px 18px rgba(135, 98, 116, 0.2);
}

.get-point-overlay {
  position: fixed;
  top: 0;
  z-index: 10000;
  box-sizing: border-box;
  width: 100%;
  max-width: 480px;
  height: 100%;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 18px rgba(135, 98, 116, 0.2);
}

.get-point-overlay__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.get-point-overlay__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 15px;
  width: 100%;
}

.get-point-overlay__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 20px;
}

.get-point-overlay__image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 18px;
  width: 100%;
  height: 200px;
  box-sizing: border-box;
}

.get-point-overlay__image {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.get-point-overlay__title-text {
  color: #59bca3;
  font-size: 16px;
  font-weight: 500;
  padding-left: 5px;
}

.get-point-overlay__title {
  font-size: 18px;
  color: #444444;
  text-align: center;
}

.get-point-overlay__note {
  margin-top: 10px;
  font-size: 15px;
  color: #9b9b9b;
}

.get-point-overlay__button-close {
  box-sizing: border-box;
  padding: 0 20px;
  height: 40px;
  margin-top: 10px;
  color: #59bca3;
  background: #ffffff;
  border-radius: 26px;
  border: 1px solid #59bca3;
}

@media screen and (max-width: 320px) {
  .id-overlay__container {
    padding: 15px 5px 20px;
  }

  .id-overlay__title {
    font-size: 15px;
  }

  .id-overlay__note {
    font-size: 13px;
    line-height: 18px;
  }

  .id-overlay__button-link-button {
    margin-top: 15px;
  }

  .campaign-overlay {
    padding: 0;
  }

  .campaign-overlay__event-name span {
    font-size: 10px;
  }

  .therapist-questionnaire-overlay__title {
    margin: 0;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 13px;
  }

  .therapist-questionnaire-overlay {
    padding: 0;
  }

  .therapist-questionnaire-overlay__content {
    border-radius: 0;
  }

  .unread-num {
    right: 20px;
  }

  .point-back-campaign-overlay {
    padding: 0;
  }

  .point-back-campaign-overlay__content {
    padding: 30px 15px;
  }

  .point-back-campaign-overlay__note {
    font-size: 16px;
  }

  .point-back-campaign-overlay__event-step {
    font-size: 12px;
  }
}
