.elementor-12232 .elementor-element.elementor-element-dada0e4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}/* Start custom CSS for text-editor, class: .elementor-element-3eec185 *//* 全体のコンテナ */
.medical-notice-container {
  max-width: 650px;
  margin: 20px auto;
  padding: 20px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #fcfcfc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

/* リード文 */
.notice-lead {
  margin-bottom: 25px;
  font-size: 15px;
}
.notice-lead strong {
  color: #006699; /* 医師名を少し強調するアクセントカラー */
  font-weight: bold;
}

/* スケジュール全体の枠組み */
.schedule-section {
  margin-bottom: 25px;
}

/* 各期間のカード */
.schedule-card {
  background-color: #ffffff;
  border-left: 5px solid #00a0e9; /* 左側のアクセント線 */
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 0 6px 6px 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

/* 放送日・期間 */
.schedule-date {
  font-weight: bold;
  color: #006699;
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #dddddd;
}

/* 放送テーマのリスト */
.schedule-themes {
  list-style: none;
  padding: 0;
  margin: 0;
}
.schedule-themes li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  font-size: 15px;
}
.schedule-themes li:last-child {
  margin-bottom: 0;
}
/* 文頭のドットを擬似要素で表現 */
.schedule-themes li::before {
  content: "•";
  color: #00a0e9;
  font-weight: bold;
  position: absolute;
  left: 3px;
  top: 0;
}

/* 視聴方法のエリア */
.media-info {
  background-color: #f0f7fa;
  padding: 15px;
  border-radius: 6px;
}
.media-title {
  margin: 0 0 10px 0;
  font-weight: bold;
  color: #444444;
  font-size: 14px;
}
.media-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.media-item {
  display: flex;
  align-items: center;
  font-size: 14px;
}
/* ラベル（地上波ラジオ・スマホPC） */
.media-label {
  background-color: #006699;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
  min-width: 90px;
  text-align: center;
  display: inline-block;
}
/* 詳細周り */
.media-detail {
  color: #333333;
}

/* 横幅が狭いスマホ向けの微調整 */
@media (max-width: 480px) {
  .media-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .media-label {
    margin-right: 0;
  }
}/* End custom CSS */