@charset "utf-8";
/*---------------- based on 2025/03/04 */
/* > 1%, last 4 versions, Firefox ESR, not dead */
/* --------------------------------------
   編集モード補正
-------------------------------------- */
div.mgnlEditorBar {
	width: 100% !important;
	letter-spacing: 0 !important;
}

[role="main"] .mgnlEditorBar.area ~ :nth-last-child(2) {
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

div.mgnlEditorBarLabel {
	text-align: left !important;
}

.mgnlEditorBar.mgnlEditor.area > div.mgnlEditorBarButtons {
	height: 20px !important;
}

body div#mgnlEditorMoveDiv {
	position: fixed !important;
}

/* リンクリストサブパーツ追加バースタイル */
.mgnlEditor ~* .link-list li:not([class]):not([id]) ,
.mgnlEditor ~* .link-list-url li:not([class]):not([id]) ,
.mgnlEditor ~* .h-link-list li:not([class]):not([id]) ,
.mgnlEditor ~* .h-link-list-url li:not([class]):not([id]) 
.mgnlEditor ~* .f-link-list li:not([class]):not([id]) ,
.mgnlEditor ~* .f-link-list-url li:not([class]):not([id]) ,
.mgnlEditor ~* .o-link-list li:not([class]):not([id]) ,
.mgnlEditor ~* .o-link-list-url li:not([class]):not([id]) {
	display: block !important;
	padding: 0 !important;
	margin: 0 !important;
	text-indent: 0 !important;
}

.mgnlEditor ~* .link-list li:not([class]):not([id])::before ,
.mgnlEditor ~* .link-list-url li:not([class]):not([id])::before ,
.mgnlEditor ~* .link-list li:not([class]):not([id])::after ,
.mgnlEditor ~* .link-list-url li:not([class]):not([id])::after ,
.mgnlEditor ~* .h-link-list li:not([class]):not([id])::before ,
.mgnlEditor ~* .h-link-list-url li:not([class]):not([id])::before ,
.mgnlEditor ~* .h-link-list li:not([class]):not([id])::after ,
.mgnlEditor ~* .h-link-list-url li:not([class]):not([id])::after ,
.mgnlEditor ~* .f-link-list li:not([class]):not([id])::before ,
.mgnlEditor ~* .f-link-list-url li:not([class]):not([id])::before ,
.mgnlEditor ~* .f-link-list li:not([class]):not([id])::after ,
.mgnlEditor ~* .f-link-list-url li:not([class]):not([id])::after ,
.mgnlEditor ~* .o-link-list li:not([class]):not([id])::before ,
.mgnlEditor ~* .o-link-list-url li:not([class]):not([id])::before ,
.mgnlEditor ~* .o-link-list li:not([class]):not([id])::after ,
.mgnlEditor ~* .o-link-list-url li:not([class]):not([id])::after {
	content: none !important;
}

/* 別エリア・別パーツ表示内の編集バーを非表示（編集自体は可能） */
.reuse-main-area > * .mgnlEditor ,
.reuse-component > * .mgnlEditor {
	display: none !important;
}

#html1 .reuse-main-area div[id="teaserItems edit"] ,
#html1 .reuse-component div[id="teaserItems edit"] ,
#wrapper-2 .reuse-main-area div[id="teaserItems edit"] ,
#wrapper-2 .reuse-component div[id="teaserItems edit"] ,
#site-info .reuse-main-area div[id="teaserItems edit"] ,
#site-info .reuse-component div[id="teaserItems edit"] {
	display: none !important;
}

/* 別エリア・別パーツ内のリダイレクトを非表示(リダイレクトされない)  */
.reuse-main-area .redirect ,
.reuse-component .redirect {
	display: none !important;
}

/* 別エリア・別パーツ内のリンクリストのサブパーツ追加を非表示 */
.mgnlEditor ~* .reuse-main-area .link-list li:not([class]):not([id]) ,
.mgnlEditor ~* .reuse-component .link-list li:not([class]):not([id]) ,
.mgnlEditor ~* .reuse-main-area .h-link-list li:not([class]):not([id]) ,
.mgnlEditor ~* .reuse-component .h-link-list li:not([class]):not([id]) ,
.mgnlEditor ~* .reuse-main-area .f-link-list li:not([class]):not([id]) ,
.mgnlEditor ~* .reuse-component .f-link-list li:not([class]):not([id]) ,
.mgnlEditor ~* .reuse-main-area .o-link-list li:not([class]):not([id]) ,
.mgnlEditor ~* .reuse-component .o-link-list li:not([class]):not([id]) {
	display: none !important;
}

/* リンクリストの非フォーカス時にサブパーツ追加を非表示 */
.link-list [aria-hidden="true"] ~ li:not([class]):not([id]) {
	display: none !important;
}


/* --------------------------------------
   別エリア・別パーツ内は直接編集禁止
-------------------------------------- */
body.in-editor .reuse-component:not(.esc-show-editor) .multiColumn ,
body.in-editor .reuse-main-area:not(.esc-show-editor) .multiColumn ,
body.in-editor .reuse-component:not(.esc-show-editor) .multiColumn * ,
body.in-editor .reuse-main-area:not(.esc-show-editor) .multiColumn * ,
body.in-editor .reuse-component:not(.esc-show-editor) .column ,
body.in-editor .reuse-main-area:not(.esc-show-editor) .column ,
body.in-editor .reuse-component:not(.esc-show-editor) .column * ,
body.in-editor .reuse-main-area:not(.esc-show-editor) .column * {
	pointer-events: none;
}


/* --------------------------------------
   ワーニング表示
-------------------------------------- */
div[align="left"] pre {
	display: none !important;
}

/* バナー・リスト 内部リンク先非公開時 */
.panel .note_tx ,
.h-panel .note_tx ,
.f-panel .note_tx ,
.teaser .note_tx ,
.h-teaser .note_tx ,
.f-teaser .note_tx ,
.internal-link-area .note_tx ,
.internal-link-text .note_tx {
	background-color: rgba(255, 204, 204, 0.8);
	font-size: 85.7%;
}

.h-panel .note_tx ,
.f-panel .note_tx ,
.h-teaser .note_tx ,
.f-teaser .note_tx {
	position: absolute;
}

/* ニュース非公開時 */
div.news-list ul li > p:first-child ,
div.news-list-tabbed ul li > p:first-child ,
div.news-english li > p:first-child ,
div.news-english-tabbed li > p:first-child ,
div.news-list-2nd ul li .note_tx ,
div.news-list-tabbed-2nd ul li .note_tx ,
div.news-english-2nd .note_tx ,
div.news-english-tabbed-2nd .note_tx {
	background-color: rgba(255, 204, 204, 0.8);
	font-size: 85.7%;
}

/* マルチ２・３非公開時 */
.basic-list .note_tx ,
.basic-list-english .note_tx ,
.basic-list2 .note_tx {
	display: block;
	background-color: rgba(255, 204, 204, 0.8);
	font-size: 75%;
}

/* 内部リンクのリンク先がinquiry */
.redirect .warning ,
.teaser .warning ,
.internal-link-area .warning ,
.link-list .warning {
	background: rgb(255,204,204,0.8);
	font-size: 75%;
}

.redirect .warning:empty::before ,
.teaser .warning:empty::before ,
.internal-link-area .warning:empty::before ,
.link-list .warning:empty::before {
	content: "この内部リンク指定は正常に動作しません。外部リンクでPublic指定してください。";
}

.redirect p:empty::before {
	content: "このページへのアクセスは以下のリンク先にリダイレクトされます。";
}


/* --------------------------------------
   変更パーツハイライト
-------------------------------------- */
/* body直下 */
body > .edited {
	border: groove 1px #ff00ff;
	box-sizing:border-box;
	background-color: rgba(0, 0, 255, .03);
}

/* promos */
/*#promos3 > * > .edited ,*/
#promos2 > * > .edited ,
#promos1 > * > .edited {
	border: groove 1px #ff00ff;
	box-sizing:border-box;
	background-color: rgba(0, 0, 255, .03);
}

/* 親カラム */
#sharewithmain .multiColumn1.edited ,
#sharewithmain .multiColumn2.edited ,
#sharewithmain .multiColumn3.edited ,
#sharewithmain .multiColumn4.edited ,
#sharewithmain .multiColumn5.edited ,
#sharewithmain .redirect.edited {
	background-color: rgba(0, 0, 255, .03);
}

/* 子カラム */
/*
#sharewithmain .multiColumn1 > .edited ,
#sharewithmain .multiColumn2 > .edited ,
#sharewithmain .multiColumn3 > .edited ,
#sharewithmain .multiColumn4 > .edited ,
#sharewithmain .multiColumn5 > .edited {
	background-color: rgba(0, 0, 255, .03);
}
*/

/* カラム内パーツ */
#sharewithmain .column1 .edited ,
#sharewithmain .column2 .edited ,
#sharewithmain .column3 .edited ,
#sharewithmain .column4 .edited ,
#sharewithmain .column5 .edited {
	background-color: rgba(0, 0, 255, .03);
	border-top: inset 3px #aaaaff;
	border-bottom: inset 3px #aaaaff;
	border-top: inset 3px rgba(0, 0, 255, 0.1);
	border-bottom: inset 3px rgba(0, 0, 255, 0.1);
	border-radius: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
}


/* 変更アイコン on バー */
.edited > .mgnlEditorBar.component > .mgnlEditorBarLabel::after {
	content: "変更";
	display: inline-block;
	vertical-align: top;
	text-transform: none;
	font-size: 11px;
	color: #fff;
	background: rgba(255,255,0, 0.5);
	border-radius: 0;
	padding: 2px 5px 0 !important;
	margin-top: -1px !important;
	margin-left: 0.5em !important;
	line-height: 16px !important;
}


/* 全体色変え */
body div.mgnlEditorBar {
	color: #ddd !important;
}

body div.mgnlEditorBar.area.init {
	color: #ddd !important;
}

body div.mgnlEditorBar.area.childFocus {
	color: #ddd !important;
}

body div.mgnlEditorBar.area.childFocus ~ div.mgnlEditorBar.component,
body div.mgnlEditorBar.area.childFocus ~ * div.mgnlEditorBar.component,
body div.mgnlEditorBar.area.init ~ * div.mgnlPlaceholder div.mgnlEditorBar.component,
body div.mgnlEditorBar.area.init ~ div.mgnlPlaceholder div.mgnlEditorBar.component {
	background-color: #ddd !important;
}

body div.mgnlEditorBar.area.childFocus ~ div.mgnlEditorBar.component.moveTarget,
body div.mgnlEditorBar.area.childFocus ~ * div.mgnlEditorBar.component.moveTarget {
	border-color: #ddd !important;
}

body div.mgnlEditorBar.area.childFocus ~ div.mgnlEditorBar.component.moveOver,
body div.mgnlEditorBar.area.childFocus ~ * div.mgnlEditorBar.component.moveOver {
	background-color: #ddd !important;
}

body div.mgnlEditorBar.area.childFocus ~ div.mgnlPlaceholder div.mgnlPlaceholderBox,
body div.mgnlEditorBar.area.childFocus ~ * div.mgnlPlaceholder div.mgnlPlaceholderBox,
body div.mgnlEditorBar.area.init ~ * div.mgnlPlaceholder div.mgnlPlaceholderBox,
body div.mgnlEditorBar.area.init ~ div.mgnlPlaceholder div.mgnlPlaceholderBox {
	border-color: #ddd !important;
}

body div.mgnlEditorBar.area.focus ~ div.mgnlEditorBar.component,
body div.mgnlEditorBar.area.focus ~ * div.mgnlEditorBar.component {
	background-color: #ddd !important;
}

body div.mgnlEditorBar.area.focus ~ * div.mgnlPlaceholder div.mgnlPlaceholderBox,
body div.mgnlEditorBar.area.focus ~ div.mgnlPlaceholder div.mgnlPlaceholderBox {
	border-color: #ddd !important;
}

body div.mgnlEditorBar.component.focus ~ * div.mgnlEditorBar.area,
body div.mgnlEditorBar.component.focus ~ div.mgnlEditorBar.area {
	color: #ddd !important;
}

body div.mgnlEditorBar.area {
	border-left-color: #ddd;
	border-right-color: #ddd;
	border-top-color: #ddd;
}

body div.mgnlEditorBar.area.end {
	border-bottom-color: #ddd;
}

body div.mgnlEditorBar.component {
	background-color: #ddd !important;
}

body .mgnlEditorBar.component.moveOver {
	background-color: #ddd !important;
}

/* 移動中バー色替え */
body div.mgnlEditorBar.area.childFocus ~ * div.mgnlEditorBar.component.focus.moveSource ,
body div.mgnlEditorBar.area.childFocus ~ div.mgnlEditorBar.component.focus.moveSource ,
body div.mgnlEditorBar.area.focus.moveSource ,
body div.mgnlEditorBar.component.focus.moveSource {
    background-color: #b7d88d !important;
}



/* ページ概要・メイン配下だけ色変え */
body [id="page-intro"] div.mgnlEditorBar ,
body [role="main"] div.mgnlEditorBar {
	color: #83B63F !important;
}

body [id="page-intro"] div.mgnlEditorBar.area.init ,
body [role="main"] div.mgnlEditorBar.area.init {
	color: #83B63F !important;
}

body [id="page-intro"] div.mgnlEditorBar.area.childFocus ,
body [role="main"] div.mgnlEditorBar.area.childFocus {
	color: #83B63F !important;
}

body [id="page-intro"] div.mgnlEditorBar.area.childFocus ~ div.mgnlEditorBar.component,
body [id="page-intro"] div.mgnlEditorBar.area.childFocus ~ * div.mgnlEditorBar.component,
body [id="page-intro"] div.mgnlEditorBar.area.init ~ * div.mgnlPlaceholder div.mgnlEditorBar.component,
body [id="page-intro"] div.mgnlEditorBar.area.init ~ div.mgnlPlaceholder div.mgnlEditorBar.component ,
body [role="main"] div.mgnlEditorBar.area.childFocus ~ div.mgnlEditorBar.component,
body [role="main"] div.mgnlEditorBar.area.childFocus ~ * div.mgnlEditorBar.component,
body [role="main"] div.mgnlEditorBar.area.init ~ * div.mgnlPlaceholder div.mgnlEditorBar.component,
body [role="main"] div.mgnlEditorBar.area.init ~ div.mgnlPlaceholder div.mgnlEditorBar.component {
	background-color: #83B63F !important;
}

body [role="main"] div.mgnlEditorBar.area.childFocus ~ div.mgnlEditorBar.component.moveTarget,
body [role="main"] div.mgnlEditorBar.area.childFocus ~ * div.mgnlEditorBar.component.moveTarget ,
body [role="main"] div.mgnlEditorBar.area.childFocus ~ div.mgnlEditorBar.component.moveTarget,
body [role="main"] div.mgnlEditorBar.area.childFocus ~ * div.mgnlEditorBar.component.moveTarget {
	border-color: #83B63F !important;
}

body [id="page-intro"] div.mgnlEditorBar.area.childFocus ~ div.mgnlEditorBar.component.moveOver,
body [id="page-intro"] div.mgnlEditorBar.area.childFocus ~ * div.mgnlEditorBar.component.moveOver ,
body [role="main"] div.mgnlEditorBar.area.childFocus ~ div.mgnlEditorBar.component.moveOver,
body [role="main"] div.mgnlEditorBar.area.childFocus ~ * div.mgnlEditorBar.component.moveOver {
	background-color: #83B63F !important;
}

body [id="page-intro"] div.mgnlEditorBar.area.childFocus ~ div.mgnlPlaceholder div.mgnlPlaceholderBox,
body [id="page-intro"] div.mgnlEditorBar.area.childFocus ~ * div.mgnlPlaceholder div.mgnlPlaceholderBox,
body [id="page-intro"] div.mgnlEditorBar.area.init ~ * div.mgnlPlaceholder div.mgnlPlaceholderBox,
body [id="page-intro"] div.mgnlEditorBar.area.init ~ div.mgnlPlaceholder div.mgnlPlaceholderBox ,
body [role="main"] div.mgnlEditorBar.area.childFocus ~ div.mgnlPlaceholder div.mgnlPlaceholderBox,
body [role="main"] div.mgnlEditorBar.area.childFocus ~ * div.mgnlPlaceholder div.mgnlPlaceholderBox,
body [role="main"] div.mgnlEditorBar.area.init ~ * div.mgnlPlaceholder div.mgnlPlaceholderBox,
body [role="main"] div.mgnlEditorBar.area.init ~ div.mgnlPlaceholder div.mgnlPlaceholderBox {
	border-color: #83B63F !important;
}

body [id="page-intro"] div.mgnlEditorBar.area.focus ~ div.mgnlEditorBar.component,
body [id="page-intro"] div.mgnlEditorBar.area.focus ~ * div.mgnlEditorBar.component ,
body [role="main"] div.mgnlEditorBar.area.focus ~ div.mgnlEditorBar.component,
body [role="main"] div.mgnlEditorBar.area.focus ~ * div.mgnlEditorBar.component {
	background-color: #83B63F !important;
}

body [id="page-intro"] div.mgnlEditorBar.area.focus ~ * div.mgnlPlaceholder div.mgnlPlaceholderBox,
body [id="page-intro"] div.mgnlEditorBar.area.focus ~ div.mgnlPlaceholder div.mgnlPlaceholderBox ,
body [role="main"] div.mgnlEditorBar.area.focus ~ * div.mgnlPlaceholder div.mgnlPlaceholderBox,
body [role="main"] div.mgnlEditorBar.area.focus ~ div.mgnlPlaceholder div.mgnlPlaceholderBox {
	border-color: #83B63F !important;
}

body [id="page-intro"] div.mgnlEditorBar.component.focus ~ * div.mgnlEditorBar.area,
body [id="page-intro"] div.mgnlEditorBar.component.focus ~ div.mgnlEditorBar.area ,
body [role="main"] div.mgnlEditorBar.component.focus ~ * div.mgnlEditorBar.area,
body [role="main"] div.mgnlEditorBar.component.focus ~ div.mgnlEditorBar.area {
	color: #83B63F !important;
}

body [id="page-intro"] div.mgnlEditorBar.area ,
body [role="main"] div.mgnlEditorBar.area {
	border-left-color: #83B63F;
	border-right-color: #83B63F;
	border-top-color: #83B63F;
}

body [id="page-intro"] div.mgnlEditorBar.area.end ,
body [role="main"] div.mgnlEditorBar.area.end {
	border-bottom-color: #83B63F;
}

body [id="page-intro"] div.mgnlEditorBar.component ,
body [role="main"] div.mgnlEditorBar.component {
	background-color: #83B63F !important;
	color: white !important;
}

body [id="page-intro"] .mgnlEditorBar.component.moveOver ,
body [role="main"] .mgnlEditorBar.component.moveOver {
	background-color: #83B63F !important;
}

body [id="page-intro"] div.mgnlEditorBar.area.childFocus ~ * div.mgnlEditorBar.component.focus,
body [id="page-intro"] div.mgnlEditorBar.area.childFocus ~ div.mgnlEditorBar.component.focus,
body [id="page-intro"] div.mgnlEditorBar.component.focus ,
body [role="main"] div.mgnlEditorBar.area.childFocus ~ * div.mgnlEditorBar.component.focus,
body [role="main"] div.mgnlEditorBar.area.childFocus ~ div.mgnlEditorBar.component.focus,
body [role="main"] div.mgnlEditorBar.component.focus {
    background-color: #E3853F !important;
}

body [role="main"] .mgnlEditorBar.mgnlEditor.area.focus ,
body [role="main"] .mgnlEditorBar.mgnlEditor.area.focus {
    background-color: #fff !important;
}

/* 移動中バー色替え */
body [id="page-intro"] div.mgnlEditorBar.area.childFocus ~ * div.mgnlEditorBar.component.focus.moveSource ,
body [id="page-intro"] div.mgnlEditorBar.area.childFocus ~ div.mgnlEditorBar.component.focus.moveSource ,
body [id="page-intro"] div.mgnlEditorBar.area.focus.moveSource ,
body [id="page-intro"] div.mgnlEditorBar.component.focus.moveSource ,
body [role="main"] div.mgnlEditorBar.area.childFocus ~ * div.mgnlEditorBar.component.focus.moveSource ,
body [role="main"] div.mgnlEditorBar.area.childFocus ~ div.mgnlEditorBar.component.focus.moveSource ,
body [role="main"] div.mgnlEditorBar.area.focus.moveSource ,
body [role="main"] div.mgnlEditorBar.component.focus.moveSource {
    background-color: #b7d88d !important;
}




/* 別エリア表示・別パーツ表示のバーを色替え */
body .reuse-main-area > div.mgnlEditorBar.component ,
body .reuse-component > div.mgnlEditorBar.component {
	background-color: #ddd !important;
	color: white !important;
}

body .reuse-main-area > .mgnlEditorBar.component.moveOver ,
body .reuse-component > .mgnlEditorBar.component.moveOver {
	background-color: #ddd !important;
}

body .reuse-main-area div.mgnlEditorBar.area.focus ~ div.mgnlEditorBar.component,
body div.mgnlEditorBar.area.focus ~ .reuse-main-area > div.mgnlEditorBar.component ,
body div.mgnlEditorBar.area.focus ~ * .reuse-main-area > div.mgnlEditorBar.component ,
body .reuse-component div.mgnlEditorBar.area.focus ~ div.mgnlEditorBar.component,
body div.mgnlEditorBar.area.focus ~ .reuse-component > div.mgnlEditorBar.component ,
body div.mgnlEditorBar.area.focus ~ * .reuse-component > div.mgnlEditorBar.component {
	background-color: #ddd !important;
}

/*
body div.mgnlEditorBar.area.childFocus ~ * .reuse-main-area > div.mgnlEditorBar.component.focus,
body .reuse-main-area div.mgnlEditorBar.area.childFocus ~ div.mgnlEditorBar.component.focus,
body .reuse-main-area > div.mgnlEditorBar.component.focus ,
body div.mgnlEditorBar.area.childFocus ~ * .reuse-component > div.mgnlEditorBar.component.focus,
body .reuse-component div.mgnlEditorBar.area.childFocus ~ div.mgnlEditorBar.component.focus,
body .reuse-component > div.mgnlEditorBar.component.focus {
    background-color: #E3853F !important;
}
*/

/* 移動中バー色替え */
body div.mgnlEditorBar.area.childFocus ~ * .reuse-main-area > div.mgnlEditorBar.component.focus.moveSource ,
body .reuse-main-area div.mgnlEditorBar.area.childFocus ~ div.mgnlEditorBar.component.focus.moveSource ,
body .reuse-main-area > div.mgnlEditorBar.component.focus.moveSource ,
body div.mgnlEditorBar.area.childFocus ~ * .reuse-component > div.mgnlEditorBar.component.focus.moveSource ,
body .reuse-component div.mgnlEditorBar.area.childFocus ~ div.mgnlEditorBar.component.focus.moveSource ,
body .reuse-component > div.mgnlEditorBar.component.focus.moveSource {
    background-color: #b7d88d !important;
}




/* focus時以外 新パーツ追加を非表示 */
.mgnlEditorBar.area:not(.focus) + .mgnlPlaceholder ,
[role="main"] .mgnlEditorBar.area:not(.focus) + .mgnlPlaceholder {
	display: none;
}

/* 編集バー focus以外非表示 */
/*
[role="main"] > div > .mgnlEditorBar.component:not(.focus):not(.childFocus) ~ .column1 > .mgnlEditorBar:not(.focus):not(.childFocus) ,
[role="main"] > div > .mgnlEditorBar.component:not(.focus):not(.childFocus) ~ .column2 > .mgnlEditorBar:not(.focus):not(.childFocus) ,
[role="main"] > div > .mgnlEditorBar.component:not(.focus):not(.childFocus) ~ .column3 > .mgnlEditorBar:not(.focus):not(.childFocus) ,
[role="main"] > div > .mgnlEditorBar.component:not(.focus):not(.childFocus) ~ .column4 > .mgnlEditorBar:not(.focus):not(.childFocus) ,
[role="main"] > div > .mgnlEditorBar.component:not(.focus):not(.childFocus) ~ .column5 > .mgnlEditorBar:not(.focus):not(.childFocus) {
	display: none;
}
*/

/* フッター・セクションフッター  */
/*#site-info .mgnlEditorBar.component:not(.focus):not(.childFocus) ~ .mgnlEditorBar.area:not(.focus):not(.childFocus) , */
.mgnlEditorBar.area:not(.focus):not(.childFocus) + #site-info-box >*> .mgnlPlaceholder ,
.mgnlEditorBar.area:not(.focus):not(.childFocus) + #section-site-info-box >*> .mgnlPlaceholder {
	display: none;
}


/* メインエリア直下のマルチカラムは強制的に表示 */
#sharewithmain > .multiColumn1 > .mgnlEditorBar:first-child ,
#sharewithmain > .multiColumn2 > .mgnlEditorBar:first-child ,
#sharewithmain > .multiColumn3 > .mgnlEditorBar:first-child ,
#sharewithmain > .multiColumn4 > .mgnlEditorBar:first-child ,
#sharewithmain > .multiColumn5 > .mgnlEditorBar:first-child ,
#sharewithmain > .redirect > .mgnlEditorBar:first-child {
	display: block !important;
}

/* メインエリアの新しいメインエリアは強制的に表示 */
[role="main"] > .mgnlPlaceholder ,
[role="main"] > .mgnlPlaceholder > .mgnlEditorBar.component {
	display: block !important;
}