/* 本文(#wysiwyg_area)の読みやすさ調整 */
#wysiwyg_area {
	color: #444;
	font-weight: 400;
	font-family: "Noto Sans JP", "Roboto", sans-serif;
	font-size: 1em;
	line-height: 1.8;
}

.reading h1 {
	margin-bottom: 1em;
}

#article-heading {
	color: #444;
}

.fb_article_info,
.fb_article_info * {
	color: #444;
}

#wysiwyg_area h2 {
	font-size: 1.56em;
	margin-top: 2.4em;
	margin-bottom: 1.2em;
	border-left: none;
	padding: .8em 0;
	position: relative;
}

#wysiwyg_area h2::before,
#wysiwyg_area h2::after {
	content: "";
	display: block;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#wysiwyg_area h2::before {
	width: 100%;
	background: #eee;
}

#wysiwyg_area h2::after {
	width: 3.5em;
	background: #a5d2da;
}

#wysiwyg_area h3 {
	font-size: 1.1em;
	margin-bottom: 1.2em;
}

#wysiwyg_area h3::before,
#wysiwyg_area h3::after {
	display: none;
}

#wysiwyg_area p {
	font-size: 0.9em;
}

#wysiwyg_area p.reference {
	display: block;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

#wysiwyg_area h4 {
	font-size: 0.8em;
	font-weight: normal;
}

#wysiwyg_area strong {
	font-weight: 600;
}

#wysiwyg_area li {
	font-size: 0.9em;
}

#wysiwyg_area li::before {
	top: .65em;
}

#wysiwyg_area .mv-img {
	margin: 0 0 1.5em;
}

#wysiwyg_area .mv-img img {
	width: 100%;
	height: auto;
	display: block;
}

#wysiwyg_area table {
	margin-left: auto;
	margin-right: auto;
}

/* SNSシェアのアコーディオン用トグルはPCでは非表示(PCは5ボタンをそのまま表示) */
.sns-acc-toggle,
.sns-acc-btn {
	display: none;
}

/* 執筆・監修者プロフィールのアコーディオン用トグル/ラベルは既定で非表示(PCのみ有効化・SP無影響) */
.prof-acc-toggle,
.prof-acc-btn {
	display: none;
}

/* 移設した無料相談(cv_advice)の文字サイズ・下マージン・見た目(SP/PC共通) */
.cv_advice {
	margin-top: 3em;
	margin-bottom: 2.5em;
	color: #555;
}

.cv_advice.cont_wrap {
	background-image: none;
	background-color: #f3f9fa;
	border: none;
	border-radius: 8px;
}

/* cv_advice内を縦並び・中央揃え(txt1→txt2→画像→txt3→ボタン) */
.cv_advice .inner {
	display: block;
	text-align: center;
}

.cv_advice .cv_txt,
.cv_advice .cv_link {
	float: none;
	width: auto;
	margin: 0 auto;
}

.cv_advice .cv_txt p {
	display: block;
	width: auto;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.cv_advice .btn {
	margin-left: auto;
	margin-right: auto;
}

/* 電話+ボタンのカード(ヘッダー+2カラム) */
.cv_advice .cv_card {
	max-width: 600px;
	margin: 1.5em auto 0;
	text-align: center;
}

.cv_advice .cv_card_head {
	padding: 0;
}

.cv_advice .cv_card_ttl {
	margin: 0;
	font-size: 1em;
	font-weight: 600;
}

.cv_advice .cv_card_sub {
	margin: .3em 0 0;
	font-size: .85em;
}

.cv_advice .cv_card_body {
	display: flex;
}

.cv_advice .cv_col {
	flex: 1;
	padding: 0 1em;
	box-sizing: border-box;
}

.cv_advice .cv_col_ttl {
	margin: 0 0 .6em;
	font-weight: 600;
}

.cv_advice .cv_col_tel .tel-box {
	background: #fff;
	border: 1px solid rgba(0, 122, 142, 0.4);
	border-radius: 6px;
	padding: .45em 0.5em;
}

.cv_advice .cv_col_tel .call {
	display: block;
	font-size: 1.3em;
	font-weight: 700;
	color: #007a8e;
	line-height: 1.2;
}

.cv_advice .cv_col_tel .call .tel-icon {
	vertical-align: -.1em;
	margin-right: .2em;
}

.cv_advice .cv_col_note {
	margin: .2em 0 0;
	font-size: .7em;
	font-weight: 300;
}

.cv_advice .cv_col_form .btn {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 .5em;
	position: relative;
}

.cv_advice .cv_col_form .btn::after {
	content: "";
	position: absolute;
	right: 1.1em;
	top: calc(50% - .3em);
	width: .45em;
	height: .45em;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}

.cv_advice .txt1 {
	font-size: 1.2em;
}

.cv_advice .txt2 {
	font-size: 0.8em;
}

.cv_advice .txt3 .call {
	font-size: 1.2em;
}

#wysiwyg_area th,
#wysiwyg_area td {
	font-size: 0.8em;
	padding: .25em .8em;
}

#wysiwyg_area td {
	padding: .4em .8em;
}

#wysiwyg_area th {
	font-weight: normal;
	background: #f1f5f6;
}

.key-points {
	--kp-icon-w: 1.8em;
	--kp-gap: 0.8em;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 1.2em 1em 1.2em 1.5em;
	margin: -1em 0 3em;
	display: flex;
	gap: var(--kp-gap);
	align-items: stretch;
}

.key-points__img {
	flex-shrink: 0;
	width: var(--kp-icon-w);
	height: auto;
	border-radius: 4px;
	align-self: flex-start;
}

.key-points__body {
	flex: 1;
	min-width: 0;
}

.key-points .key-points__title {
	font-weight: 700;
	font-size: 1em;
	margin: 0 0 0.5em;
	color: #444;
}

.key-points ul {
	/* アイコン幅+gap分だけ左へ引き、リスト左端をアイコン左端に揃える */
	margin: 0 0 0 calc(-1 * (var(--kp-icon-w) + var(--kp-gap)));
	padding-left: 0;
}

.key-points li {
	font-size: 0.9em;
	color: #444;
	margin-bottom: .2em;
}

.article_body .key-points li {
	padding-left: 0;
	list-style: none;
}

.key-points li:last-child {
	margin-bottom: 0;
}

.article_body .key-points li::before {
	content: "\2713\00a0";
	display: inline;
	position: static;
	width: auto;
	height: auto;
	background: none;
	border-radius: 0;
	color: #0089a0;
	font-weight: bold;
}

#wysiwyg_area .toc-wrap {
	margin-top: 3em;
}

#wysiwyg_area ul.toc {
	padding: 0.8em 1em;
	height: 8.5em;
	color: #444;
}

#wysiwyg_area ul.toc a,
#wysiwyg_area ul.toc li {
	color: #444;
}

#wysiwyg_area input.is-open:checked~ul.toc {
	height: auto;
}

#wysiwyg_area ul.toc li.index_ttl {
	font-size: 0.8em;
	font-weight: 600;
}

#wysiwyg_area ul.toc li {
	font-size: .75em;
	font-weight: 600;
	list-style: none;
}

#wysiwyg_area ul.toc li::before,
#wysiwyg_area .toc li::before {
	display: none;
	width: 0;
	height: 0;
}

#wysiwyg_area ul.toc li ul {
	list-style: none;
}

#wysiwyg_area ul.toc li ul li {
	font-size: 1em;
	font-weight: 300;
	list-style: none;
	padding-left: 0;
}

#wysiwyg_area ul.toc>li:not(.index_ttl) {
	border-top: 1px solid #ddd;
	margin: 1em 0;
	padding-top: 0.8em;
}

#wysiwyg_area ul.toc>li:not(.index_ttl):not(.nolist) {
	padding-left: 0;
}

#wysiwyg_area ul.toc>li:nth-child(2) {
	margin-top: 0;
}

.writer {
	margin-top: 80px;
	border: 1px solid #ddd;
	border-radius: 20px;
	overflow: hidden;
	padding: 20px 25px;
	flex-wrap: wrap;
}

.writer .writer_txt {
	width: calc(100% - 14em);
}

/* 監修(author_img/author_txt)は.writer直下の2行目として執筆者行と同じ列幅で配置 */
.writer .author_img {
	width: 14em;
	background: #fff;
	padding-left: 0;
}

.writer .author_img p {
	line-height: 1.8;
	padding-left: 0;
}

.writer .author_img p span {
	margin-top: 0;
}

.writer .author_txt {
	width: calc(100% - 14em);
}

/* 執筆者行と監修行の間にグレー罫線(両者の上端を揃えて線を連続させる) */
.writer .author_img,
.writer .author_txt {
	border-top: 1px solid #ddd;
	margin-top: 1.5em;
	padding-top: 1.5em;
	align-self: flex-start;
}

.writer .blog-link-icon {
	vertical-align: -0.15em;
	margin-right: 0em;
	color: #007a8e;
	transform: rotate(45deg);
}

.writer .writer_img>p:last-child {
	font-size: 0.9em;
	margin-top: 0.2em;
}

.writer .author .writer_name {
	font-size: 1em;
}

/* 前のページへボタン(reading_pager外に出したため装飾・ホバー挙動を再構築) */
.article_body a.prev.arrow {
	display: block;
	position: relative;
	width: 46%;
	margin: 6em 0;
	padding: 1em 1.5em 1em 2.8em;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	color: #007a8e;
	line-height: 1.6;
	text-decoration: none;
	font-size: 0.8em;
	transition: background .2s, color .2s;
}

.article_body a.prev.arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - .34em);
	left: 1.3em;
	right: auto;
	width: 0.68em;
	height: 0.68em;
	border: 0;
	border-right: 2px solid #007a8e;
	border-bottom: 2px solid #007a8e;
	transform: rotate(135deg);
}

.article_body a.prev.arrow:hover {
	background: #0089a0;
	color: #fff;
}

.article_body a.prev.arrow:hover::after {
	border-color: #fff;
}

.writer .writer_img {
	background: #fff;
	width: 14em;
	flex-direction: column;
}

.writer .writer_img>p {
	padding-left: 0;
	text-align: center;
	margin-top: .6em;
}

.writer .writer_img .img {
	width: 6em;
	height: 6em;
}

.writer .writer_name {
	font-size: 1em;
}

.writer .writer_img p {
	white-space: nowrap;
}

.writer .writer_img p span {
	display: inline;
	margin-top: 0;
}

#wysiwyg_area .show-more-btn {
	margin-top: -40px;
	font-size: 0.8em;
}

#wysiwyg_area .show-more-btn:hover {
	text-decoration: underline;
	background: transparent;
}

#wysiwyg_area .show-more-btn.close {
	font-size: 0;
	padding: 12px 0;
}

#wysiwyg_area .show-more-btn.close::after {
	width: 16px;
	height: 16px;
	margin: 0;
}

#wysiwyg_area .show-more-btn.close:hover {
	opacity: 0.5;
}

/* SP専用改行用br。PCでは非表示(改行しない) */
.sp-br {
	display: none;
}

/* ===== SP(モバイル)専用。PC(769px以上)には一切影響しない ===== */
@media screen and (max-width: 768px) {
	.sp-br {
		display: inline;
	}

	/* cv_advice相談カード: SPは2カラムを縦積み */
	.cv_advice .cv_card_body {
		flex-direction: column;
	}

	/* 要点ボックスはSPでもPC同様の横並び(小画像＋見出し左)にする。SP専用の縦積み/拡大上書きは廃止 */
	#wysiwyg_area ul.toc li {
		font-size: .8em;
	}

	/* 目次の最上位li(理由・チェックポイント等)は改行しても2行目をインデントしない */
	#wysiwyg_area ul.toc>li.nolist {
		padding-left: 0;
	}

	#wysiwyg_area ul.toc>li.nolist>a {
		margin-left: 0;
	}

	/* 入れ子li(サブ項目)も「目次」の文字に左揃え(余分なインデントを除去) */
	#wysiwyg_area ul.toc li ul {
		margin-left: 0;
		padding-left: 0;
	}

	/* 本文h2(SPでは左borderを消し左右paddingを0に) */
	#wysiwyg_area h2 {
		font-size: 1.5em;
		line-height: 1.5;
		border-left: none;
		padding-left: 0;
		padding-right: 0;
	}

	/* 本文pの文字サイズ */
	#wysiwyg_area p {
		font-size: 1em;
	}

	/* 執筆者欄: PC用の列幅指定を解除し縦積み・全幅に(SPでの崩れ修正) */
	.writer .writer_img,
	.writer .writer_txt,
	.writer .author_img,
	.writer .author_txt {
		width: auto;
	}

	/* SPでは監修の区切り線は1本だけ(author_imgの上のみ) */
	.writer .author_txt {
		border-top: none;
		margin-top: 0;
		padding-top: 0;
	}

	/* 記事監修はSPでは改行しない(名前spanをインライン化) */
	.writer .author_img p span {
		display: inline;
	}

	/* CTA(cv_member)をSPで更に半分程度に縮小＋左右上下マージン(width:autoで margin分のはみ出し防止) */
	.cv_member {
		font-size: 0.55em;
		width: auto;
		margin: 16px 28px;
		box-sizing: border-box;
	}

	.cv_member .inner {
		padding: 1.6em 0.8em 1em;
	}

	/* CTAリード文(会員登録後すぐに〜)はSPでは丸ごと非表示 */
	.cv_member .inner p {
		display: none;
	}

	/* CTA内のbook13画像を小さく中央揃え */
	.cv_member .img {
		text-align: center;
	}

	.cv_member .img img {
		width: 90%;
		height: auto;
	}

	/* 会員登録してダウンロードボタンを横幅いっぱい＋文字大きく(SPのみ) */
	.cv_member .btn {
		display: block;
		width: 90%;
		max-width: none;
		margin: 8px auto;
		font-size: 2.2em;
	}

	/* テーブルがコンテンツ幅を超えないように(はみ出し防止) */
	#wysiwyg_area table {
		max-width: 100%;
		width: 100%;
	}

	#wysiwyg_area td,
	#wysiwyg_area th {
		word-break: break-word;
	}

	/* mikata等のフッターバナーに上下左右マージン＋余白(padding)を付与。
	   base の width:100% を auto に上書きし、margin分のはみ出しを防ぐ */
	.fix_cp.cp-in-footer {
		width: auto;
		margin: 16px 28px;
		padding: 1.5em 2em;
		box-sizing: border-box;
	}

	/* 記事下のサイドバー由来バナー(お役立ち資料DL含む)を縦1列・左右マージン付き全幅に */
	.fb_side_nav>.bnr,
	#side_nav_bnr .bnr {
		display: block;
		width: auto;
		margin: 0 28px 16px;
	}

	/* 会員登録バナー(right_member)はSPのみ非表示(PCは表示のまま) */
	.fb_side_nav>.bnr[href="/regist/"] {
		display: none;
	}

	.fb_side_nav>.bnr img,
	#side_nav_bnr .bnr img {
		width: 100%;
		height: auto;
	}

	/* SNSシェア: 枠線を持つ細めのトグル。タップで枠が下に伸び、中にボタンが現れる */
	.social-sharing {
		width: 13em;
		max-width: calc(100% - 56px);
		margin: 0 auto 1.6em;
		border: 1px solid #ccc;
		border-radius: 6px;
		overflow: hidden;
		background: #fff;
	}

	.sns-acc-btn {
		display: block;
		position: relative;
		margin: 0;
		padding: .6em;
		text-align: center;
		cursor: pointer;
	}

	/* 左側に下向きのくの字。展開時は上向きに */
	.sns-acc-btn::before {
		content: "";
		position: absolute;
		left: 1em;
		top: calc(50% - .4em);
		width: .5em;
		height: .5em;
		border-right: 2px solid #333;
		border-bottom: 2px solid #333;
		transform: rotate(45deg);
		transition: transform .3s ease;
	}

	#sns-acc:checked~.sns-acc-btn::before {
		top: calc(50% - .1em);
		transform: rotate(-135deg);
	}

	/* 枠が下に広がるアニメ: 中身(ボタン)のmax-heightを0→展開 */
	.social-sharing .sns_btn {
		display: flex;
		flex-wrap: wrap;
		gap: .3em;
		justify-content: center;
		max-height: 0;
		margin: 0;
		padding: 0 .8em;
		overflow: hidden;
		transition: max-height .35s ease, padding .35s ease;
	}

	#sns-acc:checked~.sns_btn {
		max-height: 12em;
		padding: 0 .8em .9em;
	}

	.social-sharing .sns_btn a {
		width: calc((100% - 1.2em) / 3);
		padding: .25em 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* ボタンの高さを小さく(アイコンサイズ縮小)・縦位置補正をリセットして中央に */
	.social-sharing .sns_btn a span::before {
		width: 29px;
		height: 29px;
		top: 0;
		margin: 0;
	}

	/* ボタン内テキストは非表示(アイコンのみ)・font-size:0でアイコン(::before)は維持 */
	.social-sharing .sns_btn a span {
		font-size: 0;
	}

	/* Xアイコンは字形が枠いっぱいで大きく見えるため、他アイコンに合わせて小さめ固定サイズに */
	.social-sharing .sns_btn .twitter span::before {
		background-size: 16px;
	}

	/* セクション見出し(おすすめ/関連/ピックアップ等)とお役立ち資料見出しの左border不要・左padding 0 */
	.reading .sec_ttl,
	.sec_ttl,
	#side_nav_bnr h2 {
		border-left: none;
		padding-left: 0;
	}

	/* お役立ち資料見出しの左端を本文(左右マージン28px)に揃える */
	#side_nav_bnr h2 {
		margin-left: 28px;
	}

	/* mikataバナーの画像を中央揃え */
	.fix_mikata_bnr,
	.fix_mikata_bnr a {
		text-align: center;
	}

	.fix_mikata_bnr a {
		display: block;
	}

	.fix_mikata_bnr img {
		display: inline-block;
		float: none;
	}

	/* --- SP: PCに合わせる追加調整(すべてSPメディア内=PC非影響) --- */
	/* 会員登録バナーの角丸をPC(8px)に合わせる */
	#anc_book {
		border-radius: 8px;
	}

	/* 「動画」バッジ背景をPC同様teal(#007a8e)に(SPで赤に戻る指定を高詳細度で上書き) */
	.recommend .img_wrap .watch_video {
		background-color: #007a8e;
		border-radius: 4px;
		padding-top: 0.2em;
		padding-bottom: 0.16em;
	}

	/* 執筆・監修者プロフィールをSPでもアコーディオン化(PCと同機構) */
	.prof-acc-btn {
		display: block;
		width: fit-content;
		position: relative;
		z-index: 1;
		margin: 3em auto 0;
		padding: .6em 2.4em .4em 1.2em;
		background: #fff;
		border: 2px solid #009cb5;
		border-radius: 999px;
		font-size: 0.9em;
		font-weight: 600;
		color: #555;
		cursor: pointer;
	}

	.prof-acc-btn::after {
		content: "";
		position: absolute;
		right: 1.2em;
		top: calc(50% - .35em);
		width: .5em;
		height: .5em;
		border-right: 2px solid #009cb5;
		border-bottom: 2px solid #009cb5;
		transform: rotate(45deg);
		transition: transform .3s ease;
	}

	.prof-acc-toggle:checked~.prof-acc-btn::after {
		top: calc(50% - .1em);
		transform: rotate(-135deg);
	}

	.writer {
		max-height: 0;
		overflow: hidden;
		margin-top: -1.4em;
		padding-top: 0;
		padding-bottom: 0;
		border-top-width: 0;
		transition: max-height .45s ease, padding .45s ease, border-top-width .3s ease;
	}

	.prof-acc-toggle:checked~.writer {
		max-height: 200em;
		padding-top: 1.5em;
		padding-bottom: 1.5em;
		border-top-width: 1px;
	}

	/* 無料相談するボタンの上マージンを少し空ける */
	#cv_advice {
		margin-top: 0.5em;
	}

	/* 記事監修(ストレイトライド編集部)の行を太字＋中央揃え(author_imgはflexなのでjustify-centerで中央へ) */
	.writer .author_img {
		justify-content: center;
	}

	.writer .author_img p {
		font-weight: bold;
		text-align: center;
	}

	/* コンサルタント文の該当句を改行させない */
	.np-sp {
		white-space: nowrap;
	}

	/* 要点リスト: 折り返し2行目をチェックアイコン実幅(≒1.27em)分インデントし1行目テキストと左端を揃える */
	.article_body .key-points li {
		padding-left: 1.27em;
		text-indent: -1.27em;
	}

	/* thは改行させない。テーブルがコンテンツ幅を超えないよう左右padding縮小＋th font微縮(実測で全表が収まる値) */
	#wysiwyg_area th,
	#wysiwyg_area td {
		padding-left: .3em;
		padding-right: .3em;
	}

	#wysiwyg_area th {
		white-space: nowrap;
		font-size: .72em;
	}
}

.tag_list {
	font-size: 0.7em;
}

/* タグの文字が枠内で上寄りに見える(line-height:1＋ラテン先頭フォントのストラット由来)ため、
   枠高は変えず上下パディング差(.45/.35em)で内容を約0.6px下げ、光学的に中央へ寄せる */
.tag_list a {
	padding: .45em .8em .35em;
}

.articles_list .ttl {
	font-size: 1em;
}

.wp_bnr .bnr {
	display: block;
}

.wp_bnr .bnr img {
	width: 100%;
	height: auto;
}

/* 下端固定だったキャンペーンバナーをフッター先頭に静的表示(全幅は維持) */
.fix_cp.cp-in-footer {
	position: relative;
	display: block;
}

/* バナーの幅指定はPC(769px以上)のみ。SPでは元の全幅・揃った配置に戻す */
@media screen and (min-width: 769px) {
	.wp_bnr .bnr {
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}

	.cv_member {
		max-width: 900px;
		margin: 2em auto;
		border-radius: 8px;
		overflow: hidden;
	}

	/* 画像列を縮め、テキスト列を広げてボタンを1行に(バナー幅は不変) */
	.cv_member .img {
		flex: 0 0 46%;
	}

	.cv_member .img img {
		width: 100%;
		height: auto;
	}

	.cv_member .txt {
		flex: 1;
		min-width: 0;
	}

	.cv_member .txt .btn {
		white-space: nowrap;
	}

	.fix_cp.cp-in-footer {
		max-width: 1080px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
	}

	/* ◎の見出し+表を1ブロックにし中央寄せ。h4は左寄せで表の左端と揃える。max-width:100%で狭い幅でもはみ出さない */
	#wysiwyg_area .table-block {
		width: 585px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	#wysiwyg_area .table-block h4.case-head {
		text-align: left;
	}

	#wysiwyg_area .table-block table.case-match {
		width: 100%;
	}

	/* 記事一覧を5列に(PCのみ) */
	.recommend .articles_list>li {
		width: 20%;
		box-sizing: border-box;
	}

	/* カードの画像高さ・タイトル/日付のサイズ(PCのみ) */
	.recommend .articles_list>li>a {
		border: none;
	}

	.recommend .img_wrap {
		height: 7em;
		border: 1px solid #e2e2e2;
	}

	.recommend .img_wrap img {
		height: 7em;
		width: 100%;
		object-fit: cover;
	}

	/* セクション見出し(h2)をPICKUPと同スタイルに(左罫線・padding除去、サイズ合わせ) */
	.recommend .sec_ttl {
		border-left: none;
		padding: 0;
		font-size: 1.58em;
	}

	.recommend .ttl {
		font-size: 0.87em;
		line-height: 1.4;
	}

	.recommend .date {
		font-size: 0.8em;
	}

	.recommend .tag {
		display: none;
	}

	.recommend .txt_wrap {
		padding-left: 2px;
		padding-right: 2px;
		padding-bottom: 0;
	}

	/* 日付を絶対配置→通常配置にしてタイトルと左を揃え、上の余白を解消 */
	.recommend .txt_info {
		position: static;
		margin-top: 0;
	}

	.recommend .ttl {
		min-height: 0;
	}

	/* カードの影(下の線)を消す・日付色 */
	.recommend .articles_list>li>a {
		box-shadow: none;
	}

	.recommend .date {
		color: #999;
	}

	/* 「動画」バッジ: 背景を文字色(#007a8e)に・角丸・文字サイズをタイトルと同じに */
	.recommend .watch_video {
		background-color: #007a8e;
		border-radius: 4px;
		font-size: 0.78em;
	}

	/* ホバー時の画像ズーム倍率を少し下げる(120%→108%) */
	.recommend .articles_list a:hover img {
		transform: scale(108%);
	}

	/* .btn.big の文字サイズ拡大・余白(PCのみ・SP無影響) */
	.btn.big {
		font-size: 1.2em;
		padding: .8em 0.5em;
	}

	/* 前のページへ矢印の上下マージン(PCのみ・SP無影響。罫線はグレー) */
	.article_body a.prev.arrow {
		margin: 6em 0 2em;
		border-color: #e2e2e2;
	}

	.article_body a.prev.arrow .pc {
		line-height: 1.3;
		color: #666;
	}

	.article_body a.prev.arrow .prev-label {
		font-weight: bold;
		font-size: 0.9em;
		color: #666;
	}

	.article_body a.prev.arrow:hover .prev-label,
	.article_body a.prev.arrow:hover .pc {
		color: #fff;
	}

	/* 右カラムのバナー: ホバーで動かさずハイライト(PCのみ) */
	.fb_side_nav a.bnr:hover,
	#side_nav_bnr a.bnr:hover {
		transform: none;
		box-shadow: none;
		opacity: 0.8;
	}

	/* 執筆・監修者プロフィールのアコーディオン(PCのみ・SP無影響) */
	.prof-acc-btn {
		display: block;
		width: fit-content;
		position: relative;
		z-index: 1;
		margin: 5em auto 0;
		padding: .6em 2.4em .4em 1.2em;
		background: #fff;
		border: 2px solid #009cb5;
		border-radius: 999px;
		font-size: 0.8em;
		font-weight: 600;
		color: #555;
		cursor: pointer;
	}

	.prof-acc-btn::after {
		content: "";
		position: absolute;
		right: 1.2em;
		top: calc(50% - .35em);
		width: .5em;
		height: .5em;
		border-right: 2px solid #009cb5;
		border-bottom: 2px solid #009cb5;
		transform: rotate(45deg);
		transition: transform .3s ease;
	}

	.prof-acc-toggle:checked~.prof-acc-btn::after {
		top: calc(50% - .1em);
		transform: rotate(-135deg);
	}

	.writer {
		max-height: 0;
		overflow: hidden;
		margin-top: -1.6em;
		padding-top: 0;
		padding-bottom: 0;
		border-top-width: 0;
		transition: max-height .45s ease, padding .45s ease, border-top-width .3s ease;
	}

	.prof-acc-toggle:checked~.writer {
		max-height: 24em;
		padding-top: 1.5em;
		padding-bottom: 1.5em;
		border-top-width: 1px;
	}

	/* SNSシェア5ボタンを縮小+テキスト非表示+高さ半分、右揃え(PCのみ・SP無影響) */
	.social-sharing {
		max-width: 50%;
		margin-left: auto;
		margin-right: 0;
	}

	.social-sharing .sns_btn a span::before {
		width: 18px;
		height: 18px;
	}

	.social-sharing .sns_btn a span {
		font-size: 0;
	}

	.social-sharing .sns_btn a {
		padding-top: .2em;
		padding-bottom: .2em;
	}

	.social-sharing .sns_btn .twitter span::before {
		background-size: 13px;
		background-position: center 90%;
	}

	.social-sharing .sns_btn a:not(.twitter) span::before {
		background-size: 24px;
		background-position: center;
		transform: translateY(0.13rem);
	}
}
