/* セラピスト詳細ページ Xアイコン */
.therapist-page__twitter {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #0F1419;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 10;
}

.therapist-page__twitter-icon {
  font-size: 1.8rem;
  color: #fff;
}

/* 出勤エリアタグ（青系） */
.therapist-area-list a {
  background-color: #4A90D9;
}

.therapist-area-list a:hover {
  background-color: #2E6EB3;
}
