@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Description: SWELLの子テーマ
*/

/* ===== 記事スライダーCSS ===== */
.c-fastSliderCard {
  width: calc(50% - 30px) !important; /* 左右15pxずつ見えるように */
  margin: 0 15px;
  box-sizing: border-box;
}
.c-fastSliderCard__link {
  display: block;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  overflow: hidden;
}
.c-fastSliderCard__inner {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 60px 40px 50px;
  position: relative;
}
.c-fastSliderCard__pickup {
  position: absolute;
  top: 0;
  left: 0;
  background: #4e7aa5;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 0 0 4px 0;
}
.c-fastSliderCard__left {
  flex: 0 0 55%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-fastSliderCard__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.c-fastSliderCard__tag {
  font-size: 11px;
  background: #e6f4ff;
  color: #264d6d;
  padding: 2px 6px;
  border-radius: 3px;
}
.c-fastSliderCard__title {
  font-size: 26px;
  font-weight: bold;
  color: #333;
}
.c-fastSliderCard__date {
  font-size: 12px;
  color: #888;
}
.c-fastSliderCard__right {
  flex: 1;
  display: flex;
  align-items: center;
}
.p-postSlider__inner a {
    color: #333;
}
/*_________________________*/
.p-postSlider {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
}
.tag-cloud-link {
    background: #e6f4ff;
    border: none;
    color: #264d6d !important;
    display: block;
    line-height: 1;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 8px 20px 10px !important;
    position: relative;
    text-decoration: none;
}
    .tag-cloud-link.tag-cloud-link.tag-cloud-link {
        font-size: 16px !important;
    }
/* ──────────────────────────────────────
   FastDoctor風 投稿一覧リスト（style_normal.php用）
────────────────────────────────────── */
.p-postList__item {
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 0;
  transition: background-color .2s;
}
.p-postList__item:last-child {
  border-bottom: none;
}

.p-postList__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.p-postList__link:hover {
  background-color: #f9f9f9;
}

/* タグリスト */
.p-postList__tags {
  margin-bottom: 0px;
}
.p-postList__tag {
  display: inline-block;
  background-color: #e6f4ff;
  line-height: 1.2;
  border-radius: 5px;
  margin-right: 6px;
  font-size: 11px;
  color: #264d6d;
  padding: 5px 10px;
}
/* タイトル */
.p-postList__title {
  margin: 0 0 6px;
  font-size: 1.5rem !important;
  font-weight: 500;
  color: #333;
}
.p-postList__title a {
  color: inherit;
}
.p-postList__link:hover .p-postList__title a {
  color: #0066cc;
}

/* メタ情報（日付） */
.p-postList__meta {
  font-size: 0.875rem;
  color: #777;
}
.p-postList__meta time {
  display: inline-block;
  margin-right: 12px;
}
.p-postList__item {
        padding: 30px 15px !important;
	margin-bottom: 0 !important;
    }
.p-postList__item:last-child {
    border-bottom: 1px solid #e5e5e5 !important;
}
.cat-post-count, .post_count, .tag-link-count {
    font-size: 16px !important;
	color:#264d6d !important;
    }
.p-single__tags a,
.p-relatedPosts__tag {
  display: inline-block;
  background-color: #e6f4ff;
  line-height: 1.2;
  border-radius: 5px;
  margin-right: 6px;
  font-size: 11px;
  color: #264d6d;
  padding: 5px 10px;	
}
.p-single__tags {
  margin-bottom:20px;
}
.p-single__title{
	font-size:26px;
  margin-bottom:5px;
}
.l-mainContent__inner>.post_content {
    margin: 1em 0 !important;
    padding: 0 !important;
}
/* single のアイキャッチ */
.p-single__thumb {
  margin-bottom: 24px;
  text-align: center;
}
.p-single__thumb img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.p-articleThumb img{
	border-radius:10px;
}
.p-pnLinks__item {
        border: 1px solid #c6dff7 !important;
    }
.p-pnLinks {
    margin: 3em 0 2em 0 !important;
}
    .l-articleBottom__section {
        margin-top: 3em !important;
    }
    .p-relatedPosts .p-postList__item {
        width: 50% !important;
    }
#after_article .c-secTitle {
    margin-bottom: 0;
}
#after_article  .p-postList__body {
    padding-top: 0;
}
#after_article .p-relatedPosts__tags{
	margin-bottom:8px;
}
/* ページタイトルのサブタイトルを非表示 */
.c-pageTitle__subTitle {
  display: none !important;
}
/* ──────────────────────────────────────
   全ページタイトルの前に「キーワード：」を追加
────────────────────────────────────── */
/* ① ページ系の大見出し */
.c-pageTitle__inner::before {
  content: "キーワード：";
  display: inline-block;
  margin-right: 15px;
	font-size:21px !important;
	font-weight:600;
}
/* ② シングルページのタイトル */
.p-single__title::before {
}
/* ③ 投稿リスト等のタイトル（必要なら） */
.p-postList__title::before {
  content: "キーワード：";
  display: inline-block;
  margin-right: 15px;
}
.l-mainContent__inner .c-pageTitle {
	font-size:32px !important;
	font-weight:600;
}
/* ──────────────────────────────────────
   アーカイブ下部のキーワード一覧カード
────────────────────────────────────── */
.l-archiveTags {
  padding: 60px 0;
}
.l-archiveTags .l-container {
  background-color: #e6f4ff;   /* カード背景色 */
  padding: 40px 24px;
  border-radius: 8px;
}

/* セクションタイトル */
.l-archiveTags .c-secTitle {
  margin: 0 0 24px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
}

/* タグクラウド全体 */
.l-archiveTags .tagcloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 16px;  /* 行間×列間の余白 */
}

/* 個別タグ */
.l-archiveTags .tagcloud a {
  display: inline-block;
  padding: 6px 16px;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #96beed;               /* テキスト色 */
  background-color: #ffffff;    /* タグ背景 */
  border: 1px solid #96beed;    /* 枠線 */
  border-radius: 5px;        /* 丸カプセル */
  text-decoration: none;
  transition: background-color .2s, color .2s;
}
/* ホバー時 */
.l-archiveTags .tagcloud a:hover {
  background-color: #96beed;
}
/* アーカイブ下部キーワード一覧のタグだけを左寄せ */
.l-archiveTags .tagcloud {
  display: flex;             /* flex コンテナにする */
  flex-wrap: wrap;           /* 折り返し有効 */
  justify-content: flex-start; /* 左寄せ */
  gap: 12px 16px;            /* タグ間の余白 */
}

/* 各タグも改めて余白を指定（必要な場合） */
.l-archiveTags .tagcloud a {
  margin: 0;                 /* 上下左右の余白はいま flex gap で制御 */
}
#content_bottom{
	padding-bottom: 2em;
}
#content_bottom h1{
	font-size:32px;
	font-weight:600;
}
#content_bottom h1 span{
	font-size:18px;
	font-weight:500;
	padding-left:20px !important;
}
.br-sp {
    display: none;
}

/* スマホ対応 */
@media (max-width: 768px) {
    .br-sp {
        display: block;
    }
  .c-fastSliderCard__inner {
    flex-direction: column;
  }

  .c-fastSliderCard__left,
  .c-fastSliderCard__right {
    flex: 1 1 100%;
  }

  .c-fastSliderCard__right {
    margin-top: 10px;
  }

.c-fastSliderCard {
  width: calc(100% - 30px) !important; /* 左右15pxずつ見えるように */
  margin: 0 15px;
  box-sizing: border-box;
}
.l-header__menuBtn {
    display: none;
}
#content_bottom h1{
	font-size:32px;
	font-weight:600;
	line-height:1.2;
}
#content_bottom h1 span{
	font-size:16px;
	padding-left:0 !important;
}




}
