/* ==========================================================================
   医療DX・各店舗の届出状況等(medical-dx) — /medical-dx/index.php 専用
   ========================================================================== */

.page-medical-dx .general-content h2 {
  text-align: center;
}

.mdx-section-label {
  margin: 40px 0 16px;
  font-size: 1rem;
  font-weight: var(--font-weight-bold);
}

/* 市区町村見出し */
.mdx-city-title {
  margin: 24px 0 4px;
  font-size: 1rem;
  font-weight: var(--font-weight-bold);
}

.mdx-section-label + .mdx-city-title {
  margin-top: 0;
}

/* 店舗名リスト */
.general-content .mdx-store-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.mdx-store-list li {
  display: inline;
  font-size: 1rem;
  line-height: 1.8;
}

.mdx-store-list li::before {
  content: "・";
}

/* 各店の届出状況 */
.mdx-notification {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin: 24px 0 40px;
}

.general-content .mdx-notification__text {
  margin: 0;
  line-height: 1.2;
}

/* 選定療養制度 */
.mdx-poster-group {
  display: flex;
  gap: 24px;
  margin: 24px 0 40px;
}

.mdx-poster-group img {
  width: calc(50% - 12px);
  height: auto;
  margin: 0;
}

/* ==========================================================================
   SP(max-width: 768px)
   ========================================================================== */
@media (max-width: 768px) {

  .mdx-notification {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .mdx-notification__text {
    align-self: flex-start;
  }

  .mdx-poster-group {
    flex-direction: column;
  }

  .mdx-poster-group img {
    width: 100%;
  }
}
