/* モーダル共通 */
.modal-common {
  background: #fff;
  border: none;
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  color: #333;
  font-size: 14px;
  font-weight: normal;
  width: 85%;
  height: auto;
  padding: 0;
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  line-height: 1.6;
  z-index: 6;
}

.modal_content_inner {
  padding: 20px 15px;
  max-height: 75vh;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.modal_content_header {
  background: #0cbaa0;
  border-radius: 12px 12px 0 0;
  color: #fff;
  font-size: 16px !important;
  padding: 14px 15px !important;
}

.close-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: #fff;
  border: none;
  box-shadow: none;
  border-radius: 999em;
  position: absolute;
  top: -5px;
  right: -5px;
}

.close-btn img {
  max-width: 11px;
  width: 11px;
  height: 11px;
}

.modal_content_inner .ttl-card {
  font-size: 16px;
}

/* モーダル内コンテンツ */
.img-cooperation-done img {
  max-width: 100%;
  width: 250px;
  height: auto;
}

/* 未ログイン向け表示 */
.regist-area a {
  margin-bottom: 20px;
}
