/* ============================================
   SWELL
   投稿詳細ページ 上部位置調整
============================================ */

/* PC */
@media (min-width: 768px) {

	html body #content.l-content,
	html body #content.l-content.l-container,
	html body .l-content {
		margin-top: 0 !important;
		padding-top: 75px !important;
	}

}

/* SP */
@media (max-width: 767px) {

	/* ========================================
	   SP
	   TOPの左マージンは付けない
	======================================== */

	.fs-single-news__breadcrumb-inner > a:first-child {
		margin-left: 0;
	}


	html body #content.l-content,
	html body #content.l-content.l-container,
	html body .l-content {
		margin-top: 0 !important;
		padding-top: 58px !important;
	}

}


/* ============================================
   #content直下
============================================ */

html body #content.l-content > *:first-child {
	margin-top: 0 !important;
	padding-top: 0 !important;
}


/* ============================================
   基本設定
============================================ */

.fs-single-news,
.fs-single-news *,
.fs-single-news *::before,
.fs-single-news *::after {
	box-sizing: border-box;
}

.fs-single-news {
	display: block;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}


/* ============================================
   SWELL標準パンくずを完全に非表示
   ヘッダー下の余白対策
============================================ */

#breadcrumb,
.p-breadcrumb,
#breadcrumb.p-breadcrumb,
.p-breadcrumb.-bg-on {
	display: none !important;

	width: 0 !important;
	max-width: 0 !important;

	height: 0 !important;
	min-height: 0 !important;
	max-height: 0 !important;

	margin: 0 !important;
	padding: 0 !important;

	border: 0 !important;

	overflow: hidden !important;
	visibility: hidden !important;
}


/* ============================================
   SWELL
   content上部余白を完全に削除
============================================ */

body .l-container,
body .l-mainContent,
body .l-mainContent__inner {
	margin-top: 0 !important;
	padding-top: 0 !important;
}


/* ============================================
   content直下
============================================ */

body #content > main,
body #content > .l-mainContent,
body #content > *:first-child {
	margin-top: 0 !important;
	padding-top: 0 !important;
}


/* ============================================
   カスタムmain
============================================ */

body main#main_content,
body #main_content.fs-single-news {
	margin-top: 0 !important;
	padding-top: 0 !important;
}


/* ============================================
   SWELL標準投稿ヘッダー非表示
============================================ */

body .p-articleHead {
	display: none !important;
}


/* ============================================
   SWELL標準記事上部余白対策
============================================ */

body .p-article,
body .p-article__body,
body .l-mainContent__inner {
	margin-top: 0 !important;
	padding-top: 0 !important;
}


/* ============================================
   カスタムパンくず全体

   ・ヘッダー直下
   ・背景は薄いグレー
   ・画面フルワイド
============================================ */

.fs-single-news__breadcrumb {
	position: relative;
	z-index: 20;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	width: 100vw;
	height: 70px;
	min-height: 70px;
	margin: 0 0 0 calc(50% - 50vw) !important;
	padding: 0 !important;
	background-color: #f5f5f5;
}


/* ============================================
   カスタムパンくず赤帯
   文字量に合わせて横幅が変わる
============================================ */

.fs-single-news__breadcrumb-inner {
	display: flex !important;
	visibility: visible !important;
	opacity: 1 !important;
	align-items: center;
	justify-content: flex-start;
	width: fit-content;
	max-width: 100%;
	height: 70px;
	min-height: 70px;
	margin: 0;
	padding: 0 30px;
	background-color: #ff1200;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em;
	white-space: nowrap;
	overflow: hidden;
}


/* ============================================
   パンくずリンク
============================================ */

.fs-single-news__breadcrumb-inner a {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #ffffff;
	text-decoration: none;
}

.fs-single-news__breadcrumb-inner a:hover,
.fs-single-news__breadcrumb-inner a:focus-visible {
	color: #ffffff;
	opacity: 0.8;
	text-decoration: none;
}


/* ============================================
   PC
   パンくず先頭「TOP」の左位置
   ヘッダーロゴと左頭を揃える
============================================ */

@media (min-width: 768px) {

	.fs-single-news__breadcrumb-inner > a:first-child {
		margin-left: 45px;
	}

}


/* ============================================
   パンくずテキスト
============================================ */

.fs-single-news__breadcrumb-inner span {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #ffffff;
}


/* ============================================
   パンくず区切り「>」の余白
============================================ */

.fs-single-news__breadcrumb-inner span[aria-hidden="true"] {
	margin: 0 18px;

	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}


/* ============================================
   その他の要素間余白はなし
============================================ */

.fs-single-news__breadcrumb-inner > * + * {
	margin-left: 0;
}


/* ============================================
   ARTICLE AREA
============================================ */

.fs-single-news__outer {
	width: 100vw;

	margin: 0 0 0 calc(50% - 50vw);

	padding:
		72px
		0
		100px;

	background-color: #ffffff;
}


/* ============================================
   ARTICLE INNER
============================================ */

.fs-single-news__inner {
	width: 100%;
	max-width: 920px;

	margin: 0 auto;
	padding: 0 20px;
}


/* ============================================
   CATEGORY TABS
============================================ */

.fs-single-news__tabs {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 14px;
	width: 100%;
	margin: 0 0 34px;
	padding: 0;
}

.fs-single-news__tab {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 92px;
	height: 30px;
	margin: 0;
	padding: 0 18px;
	border: 1px solid #ff1200;
	border-radius: 999px;
	background-color: #ffffff;
	color: #ff1200;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;

	text-align: center;
	text-decoration: none;

	white-space: nowrap;
}

.fs-single-news__tab:hover,
.fs-single-news__tab:focus-visible {
	color: #ff1200;
	opacity: 0.8;
	text-decoration: none;
}

.fs-single-news__tab.is-active {
	background-color: #ff1200;
	color: #ffffff;
}


/* ============================================
   ARTICLE
============================================ */

.fs-single-news__article {
	width: 100%;

	margin: 0;
	padding: 0;
}


/* ============================================
   META
============================================ */

.fs-single-news__meta {
	display: flex;
	align-items: center;

	gap: 12px;

	margin: 0 0 12px;
	padding: 0;
}

.fs-single-news__category {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	min-width: 62px;
	height: 24px;

	margin: 0;
	padding: 0 10px;

	border: 1px solid #ff1200;
	border-radius: 999px;

	color: #ff1200;

	font-size: 10px;
	font-weight: 700;
	line-height: 1;

	white-space: nowrap;
}

.fs-single-news__date {
	margin: 0;
	padding: 0;

	color: #777777;

	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.05em;
}


/* ============================================
   ARTICLE TITLE
============================================ */

.fs-single-news__title {
	margin: 0;

	padding:
		0
		0
		26px;

	border-bottom: 1px solid #dddddd;

	color: #222222;

	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.04em;
}


/* ============================================
   EYECATCH
============================================ */

.fs-single-news__eyecatch {
	width: 100%;

	margin: 36px 0 0;
	padding: 0;
}

.fs-single-news__eyecatch-image {
	display: block;

	width: 100%;
	max-width: none;
	height: auto;

	margin: 0;
	padding: 0;
}


/* ============================================
   ARTICLE CONTENT
============================================ */

.fs-single-news__content {
	margin: 38px 0 0;
	padding: 0;

	color: #333333;

	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.025em;
}

.fs-single-news__content p {
	margin: 0 0 24px;
	padding: 0;
}

.fs-single-news__content a {
	color: #ff1200;

	text-decoration: underline;
}


/* ============================================
   H2
============================================ */

.fs-single-news__content h2 {
	position: relative;

	margin:
		46px
		0
		22px;

	padding:
		0
		0
		0
		18px;

	color: #222222;

	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.04em;
}

.fs-single-news__content h2::before {
	position: absolute;

	top: 0.18em;
	bottom: 0.18em;
	left: 0;

	width: 3px;

	content: "";

	background-color: #ff1200;
}


/* ============================================
   H3
   コラム用部品見出し
============================================ */

.fs-single-news__content h3 {
	position: relative;

	margin:
		42px
		0
		22px;

	padding:
		0
		0
		0
		20px;

	color: #595959;

	font-size: 20px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.03em;
}

.fs-single-news__content h3::before {
	position: absolute;

	top: 0.12em;
	bottom: 0.12em;
	left: 0;

	width: 3px;

	content: "";

	background-color: #ff1200;
}


/* ============================================
   LIST
============================================ */

/* 箇条書き */
.fs-single-news__content ul {
	margin:
		22px
		0
		30px;

	padding-left: 1.6em;

	list-style: disc !important;
	list-style-position: outside;
}

/* 番号付きリスト */
.fs-single-news__content ol {
	margin:
		22px
		0
		30px;

	padding-left: 1.8em;

	list-style: decimal !important;
	list-style-position: outside;
}

/* リスト項目 */
.fs-single-news__content li {
	display: list-item !important;

	margin:
		10px
		0;

	padding: 0;

	color: #222222;

	font-weight: 700;
	line-height: 1.8;
}

/* 箇条書きのマーカー */
.fs-single-news__content ul li::marker {
	color: #ff1200;

	font-size: 0.8em;
}

/* 番号付きリスト */
.fs-single-news__content ol li::marker {
	color: #222222;

	font-weight: 700;
}


/* ============================================
   BLOCKQUOTE
============================================ */

.fs-single-news__content blockquote {
	margin: 32px 0;

	padding:
		24px
		28px;

	border: 0;

	background-color: #f7f7f7;

	color: #444444;
}


/* ============================================
   TABLE
============================================ */

.fs-single-news__content table {
	width: 100%;

	margin: 32px 0;

	border-collapse: collapse;

	font-size: 15px;
}

.fs-single-news__content th,
.fs-single-news__content td {
	padding:
		18px
		20px;

	border: 1px solid #d9d9d9;

	text-align: left;
	vertical-align: middle;
}

.fs-single-news__content th {
	width: 30%;

	background-color: #f7f7f7;

	font-weight: 700;
}


/* ============================================
   WP画像
============================================ */

.fs-single-news__content img {
	max-width: 100%;
	height: auto;
}


/* ============================================
   TAGS
============================================ */

.fs-single-news__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;

	margin: 56px 0 0;
	padding: 28px 0 0;

	border-top: 1px solid #dddddd;
}

.fs-single-news__tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	min-height: 38px;

	margin: 0;
	padding: 0 18px;

	border-radius: 999px;

	background-color: #f7f7f7;

	color: #222222;

	font-size: 13px;
	font-weight: 700;
	line-height: 1;

	text-decoration: none;
}

.fs-single-news__tag:hover,
.fs-single-news__tag:focus-visible {
	color: #222222;
	opacity: 0.75;
	text-decoration: none;
}


/* ============================================
   SHARE
============================================ */

.fs-single-news__share {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;

	margin: 38px 0 0;
	padding: 0;
}

.fs-single-news__share-button {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 100%;
	height: 42px;

	margin: 0;
	padding: 0 12px;

	border: 0;
	border-radius: 3px;

	color: #ffffff;

	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;

	text-decoration: none;

	cursor: pointer;
}

.fs-single-news__share-button--x {
	background-color: #222222;
}

.fs-single-news__share-button--facebook {
	background-color: #35589b;
}

.fs-single-news__share-button--line {
	background-color: #00c83c;
}

.fs-single-news__share-button--copy {
	background-color: #bdbdbd;
}


/* ============================================
   AUTHOR
============================================ */

.fs-single-news__author {
	display: flex;
	align-items: center;
	gap: 28px;

	margin: 40px 0 0;
	padding: 28px 36px;

	border: 1px solid #d9d9d9;

	background-color: #ffffff;
}

.fs-single-news__author-avatar {
	flex: 0 0 76px;
}

.fs-single-news__author-avatar img {
	display: block;

	width: 76px;
	height: 76px;

	border-radius: 50%;
	object-fit: cover;
}

.fs-single-news__author-body {
	flex: 1 1 auto;
	min-width: 0;
}

.fs-single-news__author-name {
	margin: 0 0 12px;

	color: #222222;

	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}

.fs-single-news__author-text {
	margin: 0;

	color: #444444;

	font-size: 15px;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.02em;
}


/* ============================================
   RELATED
============================================ */

.fs-single-news__related {
	margin: 54px 0 0;
	padding: 0;
}

.fs-single-news__related-title {
	position: relative;

	margin: 0 0 26px;

	padding-left: 16px;

	color: #222222;

	font-size: 21px;
	font-weight: 700;
	line-height: 1.4;
}

.fs-single-news__related-title::before {
	position: absolute;

	top: 0;
	bottom: 0;
	left: 0;

	width: 3px;

	content: "";

	background-color: #ff1200;
}


/* ============================================
   RELATED GRID
============================================ */

.fs-single-news__related-grid {
	display: grid;

	grid-template-columns:
		repeat(3, minmax(0, 1fr));

	gap: 22px;

	width: 100%;
}


/* ============================================
   RELATED CARD
============================================ */

.fs-single-news-related-card__link {
	display: block;

	color: inherit;

	text-decoration: none;
}

.fs-single-news-related-card__image-wrap {
	width: 100%;

	aspect-ratio: 16 / 9;

	margin: 0;
	padding: 0;

	overflow: hidden;

	background-color: #f7efef;
}

.fs-single-news-related-card__image {
	display: block;

	width: 100%;
	height: 100%;

	object-fit: cover;
}

.fs-single-news-related-card__no-image {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 100%;
	height: 100%;

	color: #ff1200;

	font-family: "Bebas Neue", sans-serif;
	font-size: 18px;
}

.fs-single-news-related-card__category {
	display: inline-flex;

	margin: 12px 0 0;

	padding:
		4px
		9px;

	border: 1px solid #ff1200;
	border-radius: 999px;

	color: #ff1200;

	font-size: 9px;
	font-weight: 700;
}

.fs-single-news-related-card__meta {
	margin-top: 7px;

	color: #777777;

	font-size: 9px;
}

.fs-single-news-related-card__title {
	margin: 8px 0 0;

	color: #222222;

	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
}


/* ============================================
   スマートフォン
============================================ */

@media (max-width: 767px) {

	/* ========================================
	   SWELL標準パンくずを完全非表示
	======================================== */

	#breadcrumb,
	.p-breadcrumb,
	#breadcrumb.p-breadcrumb,
	.p-breadcrumb.-bg-on {
		display: none !important;

		width: 0 !important;
		height: 0 !important;
		min-height: 0 !important;

		margin: 0 !important;
		padding: 0 !important;

		overflow: hidden !important;
	}


	/* ========================================
	   SWELL上部余白
	======================================== */

	body #content,
	body #content.l-content,
	body #content.l-container,
	body .l-content {
		margin-top: 0 !important;
		padding-top: 58px !important;
	}

	body .l-container,
	body .l-mainContent,
	body .l-mainContent__inner,
	body main#main_content {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}


	/* ========================================
	   パンくず
	======================================== */

	.fs-single-news__breadcrumb {
		width: 100vw;

		height: 50px;
		min-height: 50px;

		margin:
			0
			0
			0
			calc(50% - 50vw) !important;

		padding: 0 !important;

		background-color: #f5f5f5;
	}


/* ========================================
   SP パンくず赤帯
======================================== */

.fs-single-news__breadcrumb-inner {
	display: flex !important;
	align-items: center;
	justify-content: flex-start;

	width: fit-content;
	max-width: 100%;

	height: 50px;
	min-height: 50px;

	margin: 0;
	padding: 0 20px;

	background-color: #ff1200;

	color: #ffffff;

	font-size: 9px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.02em;

	white-space: nowrap;
	overflow: hidden;
}


/* ========================================
   SP 区切り「>」
   PCより左右余白を狭く
======================================== */

.fs-single-news__breadcrumb-inner span[aria-hidden="true"] {
	margin: 0 10px;

	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}


/* ========================================
   通常要素間の余白
======================================== */

.fs-single-news__breadcrumb-inner > * + * {
	margin-left: 0;
}

	/* ========================================
	   ARTICLE AREA
	======================================== */

	.fs-single-news__outer {
		padding:
			32px
			0
			68px;
	}

	.fs-single-news__inner {
		max-width: none;

		padding:
			0
			10px;
	}


	/* ========================================
	   TABS
	======================================== */

	.fs-single-news__tabs {
		justify-content: center;

		gap: 10px;

		margin-bottom: 32px;
	}

	.fs-single-news__tab {
		min-width: 84px;
		height: 30px;

		padding:
			0
			10px;

		font-size: 10px;
	}


	/* ========================================
	   META
	======================================== */

	.fs-single-news__meta {
		margin-bottom: 10px;
	}

	.fs-single-news__category {
		min-width: 58px;
		height: 23px;

		font-size: 9px;
	}

	.fs-single-news__date {
		font-size: 9px;
	}


	/* ========================================
	   TITLE
	======================================== */

	.fs-single-news__title {
		padding-bottom: 18px;

		font-size: 21px;
		line-height: 1.55;
	}


	/* ========================================
	   EYECATCH
	======================================== */

	.fs-single-news__eyecatch {
		margin-top: 22px;
	}


	/* ========================================
	   CONTENT
	======================================== */

	.fs-single-news__content {
		margin-top: 26px;

		font-size: 16px;
		font-weight: 500;
		line-height: 1.95;
	}

	.fs-single-news__content p {
		margin-bottom: 20px;
	}


	/* ========================================
	   H2
	======================================== */

	.fs-single-news__content h2 {
		margin:
			34px
			0
			18px;

		padding-left: 13px;

		font-size: 18px;
	}

	.fs-single-news__content h2::before {
		width: 2px;
	}


	/* ========================================
	   H3
	======================================== */

	.fs-single-news__content h3 {
		margin:
			34px
			0
			18px;

		padding-left: 16px;

		font-size: 16px;
		line-height: 1.45;
	}

	.fs-single-news__content h3::before {
		width: 3px;
	}


	/* ========================================
	   TABLE
	======================================== */

	.fs-single-news__content table {
		font-size: 11px;
	}

	.fs-single-news__content th,
	.fs-single-news__content td {
		padding:
			12px
			10px;
	}


	/* ========================================
	   TAGS
	======================================== */

	.fs-single-news__tags {
		gap: 8px;
		margin-top: 42px;
		padding-top: 22px;
	}

	.fs-single-news__tag {
		min-height: 32px;
		padding: 0 13px;
		font-size: 11px;
	}


	/* ========================================
	   SHARE
	======================================== */

	.fs-single-news__share {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		margin-top: 28px;
	}

	.fs-single-news__share-button {
		height: 38px;
		font-size: 11px;
	}


	/* ========================================
	   AUTHOR
	======================================== */

	.fs-single-news__author {
		align-items: flex-start;
		gap: 14px;

		margin-top: 30px;
		padding: 18px 16px;
	}

	.fs-single-news__author-avatar {
		flex-basis: 56px;
	}

	.fs-single-news__author-avatar img {
		width: 56px;
		height: 56px;
	}

	.fs-single-news__author-name {
		margin-bottom: 8px;
		font-size: 13px;
	}

	.fs-single-news__author-text {
		font-size: 11px;
		line-height: 1.75;
	}


	/* ========================================
	   RELATED
	======================================== */

	.fs-single-news__related {
		margin-top: 42px;
	}

	.fs-single-news__related-title {
		margin-bottom: 20px;

		font-size: 17px;
	}


	/* ========================================
	   RELATED GRID
	======================================== */

	.fs-single-news__related-grid {
		grid-template-columns: 1fr;

		gap: 18px;
	}


	/* ========================================
	   RELATED CARD
	======================================== */

	.fs-single-news-related-card__link {
		display: grid;

		grid-template-columns:
			105px
			1fr;

		column-gap: 12px;

		align-items: start;
	}

	.fs-single-news-related-card__image-wrap {
		grid-row:
			1
			/ span 3;

		width: 105px;
	}

	.fs-single-news-related-card__category {
		margin-top: 0;

		width: fit-content;
	}

	.fs-single-news-related-card__meta {
		margin-top: 6px;
	}

	.fs-single-news-related-card__title {
		margin-top: 5px;

		font-size: 12px;
	}

}

/* ============================================
   FLAGSHIP 記事パーツ
   注釈ボックス
============================================ */

.fs-single-news__content div.wp-block-group.fs-article-box {
	display: block !important;

	width: 100% !important;

	margin:
		30px
		0 !important;

	padding-top: 24px !important;
	padding-right: 28px !important;
	padding-bottom: 24px !important;
	padding-left: 28px !important;

	box-sizing: border-box !important;

	border: 0 !important;
}

.fs-single-news__content div.fs-article-box--pink {
	background-color: #fff3f3 !important;
}

.fs-single-news__content div.fs-article-box--yellow {
	background-color: #fff9df !important;
}

.fs-single-news__content div.fs-article-box--blue {
	background-color: #eef7ff !important;
}

.fs-single-news__content .fs-article-box > * {
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.fs-single-news__content .fs-article-box p {
	padding: 0 !important;
}

.fs-single-news__content .fs-article-box__label {
	margin:
		0
		0
		8px !important;

	padding: 0 !important;

	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
}

.fs-single-news__content
.fs-article-box--pink
.fs-article-box__label {
	color: #ff1200 !important;
}

.fs-single-news__content
.fs-article-box--yellow
.fs-article-box__label {
	color: #e48b00 !important;
}

.fs-single-news__content
.fs-article-box--blue
.fs-article-box__label {
	color: #1479bd !important;
}

.fs-single-news__content .fs-article-box__title {
	margin:
		0
		0
		10px !important;

	padding: 0 !important;

	color: #222222;

	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
}

.fs-single-news__content
.fs-article-box
p:not(.fs-article-box__label):not(.fs-article-box__title) {
	margin: 0 !important;
	padding: 0 !important;
}

@media (max-width: 767px) {

	.fs-single-news__content div.wp-block-group.fs-article-box {
		margin:
			24px
			0 !important;

		padding-top: 18px !important;
		padding-right: 16px !important;
		padding-bottom: 18px !important;
		padding-left: 16px !important;
	}

	.fs-single-news__content .fs-article-box__label {
		font-size: 12px;
	}

	.fs-single-news__content .fs-article-box__title {
		font-size: 15px;
	}

}


/* ============================================
   FLAGSHIP 記事パーツ
   テーブル・ボタン 最終上書き
============================================ */


/* ============================================
   通常テーブル
============================================ */

.fs-single-news__content figure.wp-block-table.fs-article-table {
	display: block !important;

	width: 100% !important;

	margin:
		32px
		0 !important;

	padding: 0 !important;

	overflow-x: auto;
}

.fs-single-news__content
figure.wp-block-table.fs-article-table
table {
	width: 100% !important;

	margin: 0 !important;

	border-collapse: collapse !important;
	table-layout: fixed;

	background-color: #ffffff;
}

.fs-single-news__content
figure.wp-block-table.fs-article-table
th,
.fs-single-news__content
figure.wp-block-table.fs-article-table
td {
	height: 64px;

	padding:
		16px
		20px !important;

	border:
		1px
		solid
		#d9d9d9 !important;

	font-size: 15px;
	line-height: 1.6;

	text-align: left;
	vertical-align: middle;
}

.fs-single-news__content
figure.wp-block-table.fs-article-table
th {
	width: 30%;

	background-color: #f7f7f7 !important;

	color: #222222 !important;

	font-weight: 700;
}


/* ============================================
   赤見出しテーブル
============================================ */

.fs-single-news__content
figure.wp-block-table.fs-article-table--red
th,
.fs-single-news__content
figure.wp-block-table.fs-article-table.fs-article-table--red
th {
	background-color: #ff1200 !important;

	color: #ffffff !important;

	font-weight: 700 !important;
}


/* ============================================
   ボタンエリア
============================================ */

.fs-single-news__content
.wp-block-buttons.fs-article-buttons {
	display: flex !important;

	width: 100% !important;

	margin:
		18px
		0
		10px !important;

	padding: 0 !important;
}


/* ============================================
   ボタン外側
============================================ */

.fs-single-news__content
.wp-block-buttons.fs-article-buttons
.wp-block-button.fs-article-button {
	display: block !important;

	width: 100% !important;
	max-width: 430px !important;

	margin: 0 !important;
	padding: 0 !important;
}


/* ============================================
   ボタン本体
============================================ */

.fs-single-news__content
.wp-block-buttons.fs-article-buttons
.wp-block-button.fs-article-button
.wp-block-button__link {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;

	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;

	min-height: 46px !important;

	margin: 0 !important;

	padding:
		10px
		20px !important;

	border-radius: 999px !important;

	box-shadow: none !important;

	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;

	text-align: center !important;
	text-decoration: none !important;
}


/* ============================================
   赤塗りボタン
============================================ */

.fs-single-news__content
.wp-block-button.fs-article-button--primary
.wp-block-button__link {
	border:
		1px
		solid
		#ff1200 !important;

	background:
		#ff1200 !important;

	color:
		#ffffff !important;
}


/* ============================================
   赤枠ボタン
============================================ */

.fs-single-news__content
.wp-block-button.fs-article-button--outline
.wp-block-button__link {
	border:
		1px
		solid
		#ff1200 !important;

	background:
		#ffffff !important;

	color:
		#ff1200 !important;
}


/* ============================================
   薄赤ボタン
============================================ */

.fs-single-news__content
.wp-block-button.fs-article-button--light
.wp-block-button__link {
	border:
		1px
		solid
		#ff8585 !important;

	background:
		#ff8585 !important;

	color:
		#ffffff !important;
}


/* ============================================
   ボタン hover
============================================ */

.fs-single-news__content
.wp-block-button.fs-article-button
.wp-block-button__link:hover {
	opacity: 0.8;

	text-decoration: none !important;
}


/* ============================================
   スマートフォン
============================================ */

@media (max-width: 767px) {

	/* ========================================
	   TABLE
	======================================== */

	.fs-single-news__content
	figure.wp-block-table.fs-article-table
	th,
	.fs-single-news__content
	figure.wp-block-table.fs-article-table
	td {
		height: auto;

		padding:
			12px
			10px !important;

		font-size: 11px;
		line-height: 1.65;
	}

	.fs-single-news__content
	figure.wp-block-table.fs-article-table
	th {
		width: 36%;
	}


	/* ========================================
	   BUTTON
	======================================== */

	.fs-single-news__content
	.wp-block-buttons.fs-article-buttons
	.wp-block-button.fs-article-button {
		max-width: none !important;
	}

	.fs-single-news__content
	.wp-block-buttons.fs-article-buttons
	.wp-block-button.fs-article-button
	.wp-block-button__link {
		min-height: 42px !important;

		padding:
			9px
			14px !important;

		font-size: 12px !important;
	}

}

/* ============================================
   FLAGSHIP
   記事目次
============================================ */

.fs-single-news__content .fs-article-toc {
	width: 100%;

	margin:
		32px
		0
		42px;

	padding:
		24px
		30px;

	box-sizing: border-box;

	background-color: #f7f7f7;
}


/* ============================================
   目次タイトル
============================================ */

.fs-single-news__content .fs-article-toc__title {
	margin:
		0
		0
		14px !important;

	padding: 0 !important;

	color: #222222;

	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
}


/* ============================================
   目次リスト
============================================ */

.fs-single-news__content .fs-article-toc__list {
	margin: 0 !important;

	padding:
		0
		0
		0
		24px !important;

	list-style: decimal !important;
}


/* ============================================
   目次項目
============================================ */

.fs-single-news__content .fs-article-toc__item {
	display: list-item !important;

	margin:
		6px
		0 !important;

	padding: 0 !important;

	color: #777777;

	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
}


/* ============================================
   H3項目
============================================ */

.fs-single-news__content
.fs-article-toc__item--h3 {
	margin-left: 20px !important;

	font-size: 15px;
}


/* ============================================
   目次リンク
============================================ */

.fs-single-news__content
.fs-article-toc__item
a {
	color: #555555 !important;

	text-decoration: none !important;
}

.fs-single-news__content
.fs-article-toc__item
a:hover {
	color: #ff1200 !important;
}


/* ============================================
   目次番号
============================================ */

.fs-single-news__content
.fs-article-toc__item::marker {
	color: #999999;

	font-weight: 400;
}


/* ============================================
   アンカー移動時
   固定ヘッダーに見出しが隠れない対策
============================================ */

.fs-single-news__content h2[id],
.fs-single-news__content h3[id] {
	scroll-margin-top: 110px;
}


/* ============================================
   スマートフォン
============================================ */

@media (max-width: 767px) {

	.fs-single-news__content .fs-article-toc {
		margin:
			26px
			0
			34px;

		padding:
			20px
			18px;
	}

	.fs-single-news__content .fs-article-toc__title {
		margin-bottom: 12px !important;

		font-size: 14px;
	}

	.fs-single-news__content .fs-article-toc__item {
		margin:
			5px
			0 !important;

		font-size: 15px;
		line-height: 1.7;
	}

	.fs-single-news__content
	.fs-article-toc__item--h3 {
		margin-left: 14px !important;

		font-size: 15px;
	}

	.fs-single-news__content h2[id],
	.fs-single-news__content h3[id] {
		scroll-margin-top: 90px;
	}

}

/* ============================================
   目次クリック時
   固定ヘッダー位置補正
============================================ */

@media (min-width: 768px) {

	.fs-single-news__content h2[id],
	.fs-single-news__content h3[id] {
		scroll-margin-top: 160px !important;
	}

}

@media (max-width: 767px) {

	.fs-single-news__content h2[id],
	.fs-single-news__content h3[id] {
		scroll-margin-top: 105px !important;
	}

}