.elementor-12676 .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: 10px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333333;
  line-height: 1.6;
}

/* スケジュールカードエリア（以前のスタイルを継承、少し余白を調整） */
.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;
}

/* 提案セクション（8月放送分、スタイルを追加） */
.proposal-section {
  margin-top: 25px; /* 7月のスケジュールからの間隔 */
  margin-bottom: 30px; /* 下のリード文までの間隔 */
}
.proposal-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #222222;
}
.proposal-item {
  margin-bottom: 15px;
}
.proposal-heading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #333333;
}
.proposal-detail {
  margin: 0;
  padding-left: 1.5em; /* インデント調整 */
  font-size: 15px;
  color: #555555;
}

/* リード文 */
.notice-lead {
  margin-bottom: 25px;
  font-size: 15px;
}
.notice-lead strong {
  color: #006699;
  font-weight: bold;
}

/* 視聴方法エリア */
.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;
}
.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 */