.size-thumbnail {
	border-radius: 50%;
}

.t-img,
.t-img .l-wrapper-lp,
.t-img .l-main,
.t-img .dividerBottom {
	padding: 0;
	margin: 0;
}

.img-lp div {
	margin: 0;
}

.img-lp .aligncenter {
	margin: auto;
}

.btn__link-primary {
    color: #ffffff;
    background-color: #d76794  !important;
}

@media screen and (max-width: 480px) {
	.content table.calendar tr:not(:first-of-type) td {
		padding: 0;
	}
	.content table.calendar td p {
		margin-top: 0;
	}
}

.content .outline {
	font-weight:bold;
}
.content .page-anchor::before {
    transform: rotate(135deg)!important;
}

.content .page-anchor::after {
    background: none!important;
}

.cat-fcol-flex{display: flex;flex-wrap: wrap;justify-content: center;}
.cat-fcol-flex-item {
    margin: 0 0.5em 0.5em!important;
    padding: 1rem 1.7rem 1rem 1rem!important;
    border-radius: 8px!important;
    width: 45%!important;
    min-height: 4.5em!important;
    line-height: normal!important;
    display: inline-flex!important;
    justify-content: center;
    align-items: center;
    overflow-wrap: anywhere!important;
}


.l-headerBottom .wider.dividerBottom .pickup3 .pickup3__bg {
	display: none!important; /*背景見出し削除*/
}

.l-headerBottom .wider.dividerBottom .pickup3 {
	margin-top: -90px; /*上マージン調整*/
	margin-bottom: 0; /*下マージン調整*/
}


.rankingBox {
    position: relative;
    padding-top: 40px;
    box-shadow: none;
}

.heading-secondary {
    font-size: .9em;
    color: #aa9504;
    font-weight: bold;
}


.archiveHead.mask .archiveHead__subtitle {
    color: rgba(255, 255, 255, .5);
    padding-top: 10px;
    padding-bottom: 10px;
}

.searchBtn__contentInner .btn__link-search {
    color: #ffffff;
    background-color: #b60105!important;
    padding: 15px 40px;
    border-radius: 5px;
    border: none;
	border-bottom: none;
    font-size: 1.4rem;
}

.wp-block-search__button {
    border: 1px solid #ccc;
    padding: 6px 10px;
    background: #f0f0f0;
	color: #191919;
}

:where(.wp-block-search__input) {
	appearance: none;
    border: 1px solid #949494!important;
    flex-grow: 1;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin-left: 0;
    margin-right: 0;
    min-width: 3rem;
    padding: 8px;
    text-decoration: unset!important;
    text-transform: inherit
}

.content .sitecard__contents .phrase{
display: none;
}

.content .blogcard__contents .phrase{
display: none;
}
.eyecatch .eyecatch__link img {
object-fit: contain;
}
.eyecatch-11::before {
padding-top: 55%;
}

/* ====================================
   サムネイル・アイキャッチ全般の設定
   ==================================== */

/* 記事内の小さなサムネイル画像を丸くする */
.size-thumbnail {
    border-radius: 50%;
}

/* アイキャッチ画像の表示設定：枠に合わせて画像を切り取らず、全体を表示する */
.eyecatch .eyecatch__link img {
    object-fit: contain;
}

/* マウスホバー時の画像拡大アニメーションを無効化 */
.eyecatch__link:hover img {
    transform: none;
}

/* 特定のアイキャッチ比率（1:1など）の調整 */
.eyecatch-11::before {
    padding-top: 55%;
}

/* 記事トップのメインアイキャッチのマージン設定 */
.eyecatch-main {
    margin: 0 0px 20px;
    width: auto;
}
/* ※flex orderによる順序指定も含まれていました */
.eyecatch.eyecatch-main {
    order: 2;
    margin-bottom: 0px;
}


/* ====================================
   サイトカード・ブログカード共通設定
   ==================================== */

/* カード内の抜粋文（説明文）を非表示にする */
.content .sitecard__contents .phrase {
    display: none;
}
.content .blogcard__contents .phrase {
    display: none;
}

/* サイトカードとブログカードの内側余白 */
.l-main .content .blogcard,
.l-main .content .sitecard {
    padding: 18px 12px;
}

/* テキストエリアを右側に配置 */
.l-main .content .blogcard__contents,
.l-main .content .sitecard__contents {
    float: right; /* 右寄せ */
    width: 100%;
    max-width: calc(100% - 105px); /* 画像幅分を引く */
    margin-top: auto;
}


/* ====================================
   サイトカード（.sitecard）専用設定
   ==================================== */

/* 1. 外枠と全体デザイン（青い枠線） */
.content .sitecard {
    position: relative;
    overflow: initial; /* ラベルを枠外にはみ出させるため */
    border: 1px solid #3b7a7c; /* 青い枠線 */
    margin-top: 1.0rem;
    margin-bottom: 1.0rem;
    /* 最後に記述されていたパディングの上書き設定 */
    padding-top: 22px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 18px;
}

/* 2. 左上のラベル（サブタイトル）デザイン */
.content .sitecard__subtitle {
    position: absolute;
    font-size: 0.8em;
    padding: 0 0.5em;
    background-color: white;
    transform: translateY(-50%) translateX(1em); /* 枠線の上に重なる位置調整 */
    color: #3b7a7c; /* 枠線と同じ青色 */
}

/* 3. コンテンツ部分のマージン調整 */
.content .sitecard__contents {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

/* 4. 画像エリアのマージン調整 */
.content .sitecard .eyecatch {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

/* 5. 画像エリアを左側に配置（サイズ固定） */
.l-main .content .sitecard .eyecatch {
    float: left; /* 左寄せ */
    width: 100px;
    max-width: 153px;
    max-height: 86px;
    margin-left: -0.5rem;
    margin-top: auto;
    margin-bottom: auto;
}

.content .es-BsubTradi-lp::before {
    color: #ffffff;
    background-color: #ba5584!important;
    border-color: #ba5584!important;
}

/*記事順序入れ替え*/
.l-main > .dividerBottom{
	display:flex;
	flex-direction: column;
}
.widget{
	width:100%;
}

/* 1. 記事タイトル */
.heading.heading-primary { order: 1; }

/* 2. アイキャッチ画像 */
.eyecatch.eyecatch-main { order: 2; }

/* 3. 記事日付 */
.dateList.dateList-main{
	order:3;
	margin:10px;
	font-weight: bold;
}

/* 4. 投稿ページ上部ウィジェット */
.dividerBottom { order: 4; }

/* 5. 記事本文 */
.pageContents, .postContents { order: 5; }

/* 6. 投稿ページ下部ウィジェット */
.dividerTop { order: 6; }

/* 7. プロフィール */
.profile { order: 7; }

/* 8. SNSフォロー */
.snsFollow { order: 8; }

/* 9. レクタングル広告 */
.rectangle.rectangle-no { order: 9; }

/* 10. 関連記事 */
.related { order: 10; }

/* 11. 前後の記事リンク */
.prevNext { order: 11; }

/* 12. 記事下CTA */
.content.postCta { order: 12; }

/* 本文（段落・リスト・ボックス）の行間と余白 */
.content > p, .content > ol, .content > ul, .content > .ep-box {
    line-height: 2em;             /* 行の高さ（行間） */
    margin: 20px 0px 25px 0px;    /* 段落の外側の余白（上 右 下 左） */
    letter-spacing: 0.02em;       /* 文字の間隔 */
    text-align: justify;          /* 均等割り付け（行末を揃える） */
}

/* 見出しマージン */
.content > h2, .content > h3, .content > h4, .content > h5 {
margin: 30px 0px 25px 0px;
}

/* 見出し色 */
.content h2 {
    color: #3b7a7c!important;
}

.content h3 {
    color: #3b7a7c!important;
}

.content h4 {
    color: #3b7a7c!important;
}

.heading-sub {
    color: #3b7a7c!important;
}

/*記事タイトル*/
.heading.heading-primary{
	margin-top: -10px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
	font-family: Yu Mincho;
	color: #cca11f;
　font-weight: bold;
}

.widget {
    position: relative;
    margin: 0 auto 30px;
}


.content > p, .content > ol, .content > ul, .content > .ep-box {
line-height: 2em;
margin: 20px 0px 25px 0px;
	letter-spacing: 0.02em;
	text-align:justify;
}


.still{height: calc( 100vw * 0.41 )!important;max-height: 600px;max-width: 1500px;margin: 0 auto;}


.eyecatch__link:hover img{
	transform: none;
}

/*記事紹介文削除*/
.phrase{
display: none;
}

.breadcrumb {
border-bottom: none;
background:#fff;
}

.u-white {
    color: #fff!important;
    font-weight: bold;
}

.heading-main {
    color: #aa9504;
    font-weight: bold;
}

.heading-archive {
    color: #aa9504;
    font-weight: bold;
}

/*ピックアップ3記事全体表示縮小*/
.pickup3__container {
	transform: scale(0.95, 0.95); 
}	
	
/* --- 目次の外枠・ベースデザイン --- */
.content .outline {
  border: 2px solid #cca11f;
  padding: 10px 10px 15px;
  background: #ffffff;
}

/* --- 目次のタイトル装飾 --- */
.outline__title {
  color: #cca11f;
	font-family:Yu mincho;
  font-weight: 700;
  width: 100%;
  padding-left: 4%;
}

.outline__title:before {
  font-family: "icomoon";
  content: "\e9d8"; /* アイコンフォントのコード */
  margin-right: 3px;
}

/* --- 目次の番号（数字）のデザイン --- */
.content .outline__number {
  width: 2em;
  height: 2em;
  padding: 0;
  padding-right: 0.5em;
  line-height: 2em;
  text-align: center;
  background: none;
  border-right: solid 1.5px #cca11f;
  font-weight: bold;
  font-size: 1.15rem;
	color:#cca11f;
}

/* 小見出し（入れ子）の番号調整 */
.content li ul li .outline__number {
  color: #cca11f;
  width: auto;
}

/* --- リンクの文字色・ホバー効果 --- */
.content .outline__link {
  display: block;
  color: #4e4e4e;
}

.content .outline__link:hover {
  color: #cfcfcf;
}

/* 太字にするリンク */
.outline__list-2 > li > a {
  font-weight: 700;
}

/* --- 開閉ボタン（スイッチ）のデザイン --- */
.content .outline__switch {
  right: 1.5rem;
  top: 10px;
}

/* 通常時：「▼ 開く」を表示 */
.content .outline__switch::before {
  content: " ［ ▼ 開く ］";
  border: 0;
  color: #26395a;
}

/* 開いている時：「▲ 閉じる」を表示 */
.content .outline__toggle:checked + .outline__switch::before {
  content: " ［ ▲ 閉じる ］";
  color: #26395a;
}

/* --- 開閉時のリスト表示制御 --- */
.content .outline__switch + .outline__list {
  background: transparent;
}

.content .outline__switch + ul.outline__list {
  margin-left: 0;
  margin-right: 0;
  border-top: 2px dotted #cfcfcf;
}

/* 開いた状態のマージン調整 */
.content .outline__toggle:checked + .outline__switch + .outline__list {
  margin-top: 1rem;
}

/* リスト内の余白調整 */
.content .outline__switch + .outline__list-2 li:first-child {
  margin-top: 2rem;
}

.content .outline__switch + .outline__list-2 li ul li:first-child {
  margin-top: 1rem;
}

/* --- レスポンシブ設定（PC/スマホの幅調整） --- */
@media only screen and (min-width: 992px) {
  .outline__list-2 > li > a {
    font-weight: 700;
  }
  .content .outline {
    width: 95%;
    margin: 3rem 2.5%;
  }
}

@media only screen and (max-width: 991px) {
  .content .outline {
    width: 100%;
    margin: 3rem 0;
  }
}	

/* カテゴリボックス */
ul.categoryBox__list li:nth-child(1){order:5;}
ul.categoryBox__list li:nth-child(2){order:4;}
ul.categoryBox__list li:nth-child(3){order:3;}
ul.categoryBox__list li:nth-child(4){order:2;}
ul.categoryBox__list li:nth-child(5){order:1;}