/* モーダル */
.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: 50%;
  height: auto;
  padding: 0;
  position: fixed;
  top: calc(50% + 20px) !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  line-height: 1.6;
  z-index: 6;
}

.modal-common img {
  max-width: 100%;
  height: auto;
}

.modal_content_inner {
  padding: 20px 15px;
  max-height: 60vh;
  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;
}

button.link-btn {
  display: flex;
  align-items: center;
  color: #0e82ed;
  font-size: 14px;
  text-decoration: underline;
  border: none;
  background: none;
  padding: 0;
}

button.link-btn img {
  margin: 0 0 0 3px;
  width: 15px;
}

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

/* モーダル内画像（コンビニ・銀行ATM・ネットバンキング・電子マネーでお支払い */
.about-pay-modal .img-convenience {
  width: 300px;
}

.about-pay-modal .img-electronic {
  width: 200px;
}

.about-pay-modal .img-payeasy {
  width: 50px;
}

.description-content-multi {
  background: #f2f6fc;
  border-radius: 5px;
  padding: 14px;
}
