.c-text-panel {
  width: 70%;
  margin: 0 auto;
  background: linear-gradient(to bottom, #ffffff, #ffffff99);
  border-radius: 24px;
  padding: 40px 0px 50px;
  color: #222;
  font-size: 16px;
  line-height: 1.8;
  word-break: break-word;
  overflow: scroll;
  margin-top: 20px;
  margin-bottom: 100px;
  border: 2px solid #fff;
}
.s .c-text-panel {
  padding: 18px 20px 20px;
  font-size: 14px;
  /* margin: 0 15px; */
  width: 90%;
}
.c-text-panel__body {
  width: 70%;
  margin: 0 auto;
}
.s .c-text-panel__body {
  width: 100%;
}
.c-text-panel__date {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 3px;
  font-size: 14px;
  color: #666;
}
.s .c-text-panel__date {
  font-size: 11px;
}
.news-new-badge {
  display: inline-block;
  background-color: #df060a;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 0px 6px;
  border-radius: 12px;
  line-height: 1.4;
}
.s .news-new-badge {
  font-size: 9px;
  padding: 1px 6px;
}
.c-text-panel__header {
  display: flex;
  gap: 14px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 4px dotted #40cbff;
}
.s .c-text-panel__header {
  gap: 8px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 3px dotted #40cbff;
}
.news-category-icon {
  width: 60px;
  height: 20px;
}
.s .news-category-icon {
  width: 50px;
  height: 16px;
}
/* セクション見出し h3  */
.c-text-panel h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.2rem;
  margin-top: -5px;
}
.s .c-text-panel h3 {
  font-size: 16px;
  letter-spacing: 0.04em;
}
/* .c-text-panel .c-text-panel__header:not(:first-child) {
  margin-top: 65px;
}
.s .c-text-panel .c-text-panel__header:not(:first-child) {
  margin-top: 42px;
} */
/* セクション見出し（h4） */
.c-text-panel h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}
.s .c-text-panel h4 {
  font-size: 16px;
  margin-top: 12px;
}
/* h4 の前に丸い装飾 */
.c-text-panel h4::before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #27c5ff 10%, #006ed6 50%);
}
.c-text-panel__link {
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}
/* 内部リンク（▶ を前に） */
.c-text-panel__link::before {
  content: '▶';
  font-size: 0.9em;
  display: inline-block;
  white-space: nowrap;
}
.c-text-panel__link--external::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 0.3em;
  position: relative;
  top: -0.2em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../../common/img/icon-outLink.png');
}

/* リストスタイル調整 */
.wp-block-list {
  padding-left: 1.2em;
  margin-top: 10px;
}
.wp-block-list li + li {
  margin-top: 8px;
}
.s .wp-block-list li + li {
  margin-top: 4px;
}
.c-text-panel p {
  margin-top: 4px;
}
.s .c-text-panel p {
  margin-top: 0px;
}
.c-text-panel h3 + p {
  margin-top: 24px;
}
.s .c-text-panel h3 + p {
  margin-top: 18px;
}

/* 画像 */
.wp-block-image {
  padding-top: 10px;
}

/* ファイルダウンロードリンク */
.wp-block-file {
  margin-top: 16px;
}

.wp-block-file > a:first-child {
  display: none;
}

/* ファイルダウンロードボタン */
.wp-block-file__button {
  position: relative;
  background: #003274;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  border: 0;
  padding: 10px 18px 10px 38px;
  border-radius: 8px;
  font-weight: 400;
  cursor: pointer;
  box-shadow: 4px 4px 10px 0 #00648042;
}
.s .wp-block-file__button {
  border-radius: 4px;
  font-size: 14px;
  padding: 8px 14px 8px 32px;
}
.wp-block-file * + .wp-block-file__button {
  margin-left: 0;
  color: #fff;
}
.wp-block-file .c-text-panel__link::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../../common/img/icon-download.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 10px;
}
.s .wp-block-file .c-text-panel__link::before {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

/* エディタ内のリンクボタン */
.wp-block-buttons .wp-block-button__link{
  color: #fff;
}

/* ボタン内のリンク */
.wp-block-button .c-text-panel__link {
  text-indent: 0;
}
.wp-block-buttons .wp-block-button__link::before {
 display: none;
}
.wp-block-buttons .wp-block-button__link.c-text-panel__link--external::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 0.3em;
    position: relative;
    top: -0.2em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../../common/img/icon-outLink_wt.png);
}

/* 縦済みカラムの空き調整 */
.s .is-layout-flex {
  gap: 5px;
}

/* お知らせ詳細　担当部署情報 */
.c-text-panel__box{
    padding: 20px 24px;
  border: 1px solid #ccc;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.8);
}
.c-text-panel a{
  color: #1A0DAB;
}
