@charset "utf-8";
/*---------------- based on 2023/09/06+ */
/* > 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: 21px !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;
}


/* --------------------------------------
   ワーニング表示
-------------------------------------- */
div[align="left"] pre {
	display: none !important;
}

/* ニュース非公開時 */
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%;
}

/*-- マルチ３のリストがない場合 --*/
.basic-list2 > ul:not(.tabItems) > p:empty::before {
	content: "表示する項目がありません";
}
[lang="en"] .basic-list2 > ul:not(.tabItems) > p:empty::before {
	content: "There are no items to display.";
}

/* 内部リンクのリンク先が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指定してください。";
}


/* --------------------------------------
   変更パーツハイライト
-------------------------------------- */
/* 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: bottom;
	text-transform: none;
	font-size: 11px;
	color: #fff;
	background: rgba(255,255,0, 0.5);
	border-radius: 6px;
	padding: 0 5px;
	margin-left: 0.5em;
}

/* スタイルコードアイコン on バー */
.mgnlEditorBar.component > .mgnlEditorBarLabel .icon-stylecode {
	display: inline-block;
	vertical-align: bottom;
	text-transform: none;
	font-size: 11px;
	color: #fff;
	background: #AF91D8 !important;
	border-radius: 6px;
	padding: 0 5px !important;
	margin-left: 0.5em !important;
}

.mgnlEditorBar.component > .mgnlEditorBarLabel .icon-stylecode::before {
	content: "スタイルコード";
	display: inline;
}

.mgnlEditorBar.component > .mgnlEditorBarLabel .icon-stylecode[data-count]::after {
	display: inline;
	margin-left: 0.5em;
}
.mgnlEditorBar.component > .mgnlEditorBarLabel .icon-stylecode[data-count="1"]::after {
}
.mgnlEditorBar.component > .mgnlEditorBarLabel .icon-stylecode[data-count="2"]::after {
	content: "②";
}
.mgnlEditorBar.component > .mgnlEditorBarLabel .icon-stylecode[data-count="3"]::after {
	content: "③";
}
.mgnlEditorBar.component > .mgnlEditorBarLabel .icon-stylecode[data-count="4"]::after {
	content: "④";
}
.mgnlEditorBar.component > .mgnlEditorBarLabel .icon-stylecode[data-count="5"]::after {
	content: "⑤";
}
.mgnlEditorBar.component > .mgnlEditorBarLabel .icon-stylecode[data-count="6"]::after {
	content: "⑥";
}
.mgnlEditorBar.component > .mgnlEditorBarLabel .icon-stylecode[data-count="7"]::after {
	content: "⑦";
}
.mgnlEditorBar.component > .mgnlEditorBarLabel .icon-stylecode[data-count="8"]::after {
	content: "⑧";
}
.mgnlEditorBar.component > .mgnlEditorBarLabel .icon-stylecode[data-count="9"]::after {
	content: "⑨";
}
.mgnlEditorBar.component > .mgnlEditorBarLabel .icon-stylecode[data-count="10"]::after {
	content: "⑨+";
}


/* パーツオプション（マージン）アイコン on バー */
.mgnlEditorBar.component > .mgnlEditorBarLabel .icon-parts-option {
	display: inline-block;
	vertical-align: bottom;
	text-transform: none;
	font-size: 11px;
	color: #fff;
	background: #AF91D8 !important;
	border-radius: 6px;
	padding: 0 5px !important;
	margin-left: 0.5em !important;
}

.mgnlEditorBar.component > .mgnlEditorBarLabel .icon-parts-option::before {
	content: "オプション";
	display: inline;
}


/* 全体色変え */
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;
}



/* ------------------------------------*/
/*== editor shortcut menu 用 ==*/
#esc {
	overflow: visible !important;
	visibility: visible !important;

	font-family: YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif;
	line-height: 1.5;
	font-weight: normal;
	letter-spacing: normal;

	z-index:65535;
	position: fixed;
	left: -100%;
}

@media print, screen and (max-width: 633px) {
	#esc {
	    display: none !important;
	}
}

#esc .disable ,
#esc.disable {
	display: none !important;
}

#esc > input {
	display: none;
}

#esc * {
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	outline: none;
	box-sizing: content-box;
	font-size: 13px;
}

#esc a ,
#esc p ,
#esc i {
	margin: 0;
	padding: 0;
	opacity: 1;
}


/* ダイアログ */
#esc .esc_dialog {
	position: fixed;
	top: 50%;
	left: -100%;
	padding: 10px 20px;
	width: 340px;
	height: 0;
	overflow: hidden;
	transform: translate(-50%, -50%);

	background: #fff;
	border: 2px solid #83B63F;
	border-radius: 10px;
	box-shadow: 0 2px 2px #fff;
}


#esc #esc-config-sw:checked + .esc_dialog {
	left: 50%;
	height: auto;
}

#esc .esc_dialog > * {
	display: block;
	text-align: center;
}

#esc .esc_dialog > *:first-child {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #83B63F;
	font-weight: bold;
}

#esc .esc_dialog > span ,
#esc .esc_dialog hr + span {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

#esc .esc_dialog label {
	display: block;
}

#esc .esc_dialog label.esc-submit {
	display: block;
	color: #fff;
	background: #83B63F;
	border-bottom: 2px solid #7d7d7d;
	border-radius: 5px;
	font-weight: bold;
	padding: 5px 20px;
	margin: 10px 0;
}

#esc .esc_dialog label:hover {
	opacity: 0.8;
}

#esc .esc_dialog label.esc-cansel {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 15px;
	height: 15px;
	background: #ddd;
	border: 1px solid #666;
	border-radius: 2px;
	box-shadow: 1px 1px 0px #aaa;
}

#esc .esc_dialog label.esc-cansel::before ,
#esc .esc_dialog label.esc-cansel::after {
	content: "";
	display: block;
	width: 11px;
	height: 1px;
	position: absolute;
	top: 7px;
	left: 3px;
	background: #666;
	transform: rotate(45deg);
}

#esc .esc_dialog label.esc-cansel::after {
	transform: rotate(135deg);
}

#esc .esc_dialog label.esc-cansel:hover {
box-shadow: -1px -1px 0px #aaa;
}

#esc .esc_dialog .esc_link_menu {
	text-align: center;
}


#esc .esc_dialog .esc_link_menu p {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

#esc .esc_dialog .esc_link_menu a {
	box-sizing: border-box;
	display: inline-block;

	margin: 5px 10px;
	padding: 10px 10px;
	background: rgba(131, 182, 63, 0.9);
	position: relative;

	vertical-align: middle;
	font-size: 11px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
}

#esc .esc_dialog .esc_link_menu a:hover ,
#esc .esc_dialog .esc_link_menu a:active {
	background: rgba(131, 182, 63, 0.6);
}


/* アドバンスモード */
#esc .esc_dialog:not(.advance) .esc_link_menu {
	display: none;
}





/* ポップアップボタン(モード切替リンク) */
#esc .esc_pop {
	position: fixed;
	bottom: 5px;
	left: -81px;
	padding: 5px 25px 5px 0px;
	width: 80px;
	height: 80px;
	line-height: 1.5;
	letter-spacing: normal;
	transition: 0.5s;
}

#esc .esc_pop:hover ,
#esc .esc_pop:active {
	left: 0;
}

#esc .esc_pop:not(.extend):not(.compact) > span:first-child {
	display: none;
}

/* エクステンドモード */
#esc .esc_pop.extend {
	left: -161px;
	width: 160px;
}

#esc .esc_pop.extend:hover ,
#esc .esc_pop.extend:active {
	left: 0;
}

/* コンパクトモード */
#esc .esc_pop.compact {
	left: -161px;
	width: 160px;
}

#esc .esc_pop.compact:hover ,
#esc .esc_pop.compact:active {
	left: 0;
}

#esc .esc_pop:not(.extend):not(.compact) > span {
	display: none;
}


#esc .esc_pop > .esc_logo {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 22px;
	height: 80px;
	border-radius: 0 10px 10px 0;

	padding: 3px 1px 5px;
	font-size: 12px;
	text-align: center;
	background: #83B63F;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.05em;
	writing-mode: vertical-rl;

	position: absolute;
	right: 3px;
	top: 5px;
}

#esc .esc_pop a {
	box-sizing: border-box;
	float: left;
	display: block;
	width: 80px;
	height: 80px;

	padding: 6px 3px 5px;
	background: rgba(131, 182, 63, 0.7);
	position: relative;

	vertical-align: middle;
	font-size: 12px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	line-height: 1.25;
}

#esc .esc_pop a:hover ,
#esc .esc_pop a:active {
	background: rgba(131, 182, 63, 0.9);
}

#esc .esc_pop.compact a {
	width: 160px;
	height: 40px;
	padding: 2px 5px;
	text-align: left;
}



/* ペンアイコン */
#esc .esc_link02 p {
	margin-top: 10px;
	vertical-align: middle;
}

#esc .esc_link02 i {
	position: relative;
	display: inline-block;
	vertical-align:middle;
	color: #fff;
	margin: 12px -4px 14px 4px;
	width: 30px;
	height: 6px;
	border-radius: 3px;
	border: solid 1px #fff;
	background-color: #fff;
	transform: rotate(-45deg);
}

#esc .esc_link02 i::before {
	content: '';
	position: absolute;
	left: -26px;
	top: -1px;
	width: 0px;
	height: 0px;
	border-left: solid 12px transparent;
	border-right: solid 12px #fff;
	border-top: solid 4px transparent;
	border-bottom: solid 4px transparent;
}

#esc .esc_pop.compact .esc_link02 p {
	display: inline-block;
	margin-top: 0;
	margin-left: 15px;
}

#esc .esc_pop.compact .esc_link02 i {
	transform: rotate(-45deg) scale(0.75);
}




/* リストアイコン */
#esc .esc_link03 p {
	margin-top: 10px;
	vertical-align: middle;
}

#esc .esc_link03 i::before ,
#esc .esc_link03 i::after {
	content: "";
	position:absolute;
	top:50%;
	transform:translateY(-50%);
}

#esc .esc_link03 i {
	display: inline-block;
	vertical-align:middle;
	position: relative;
	color: #fff;
	width:6px;
	height:6px;
	box-shadow:inset 0 0 0 32px,0 -9px 0 0,0 9px 0 0;
	margin: 16px 26px 14px 10px;
}

#esc .esc_link03 i::before {
	width:20px;
	height:6px;
	left:8px;
	box-shadow:inset 0 0 0 32px,0 -9px 0 0,0 9px 0 0;
}

#esc .esc_link03 i::after {
	width:6px;
	height:6px;
	left: -8px;
	box-shadow:inset 0 0 0 32px,0 -9px 0 0,0 9px 0 0;
}


#esc .esc_pop.compact  .esc_link03 p {
	display: inline-block;
	margin-top: 0;
	margin-left: 5px;
}

#esc .esc_pop.compact .esc_link03 i {
	transform: scale(0.75);
}




/* ディスプレイアイコン */
#esc .esc_link01 p {
	margin-top: 5px;
	vertical-align: middle;
}

#esc .esc_link01 i {
	display:inline-block;
	vertical-align:middle;
	position:relative;
	color: #fff;
	border:3px solid #fff;
	width:32px;
	height:16px;
	margin:5px 6px 7px;
}

#esc .esc_link01 i::after ,
#esc .esc_link01 i::before {
	content: "";
	box-sizing:border-box;
	pointer-events:none;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
}

#esc .esc_link01 i::before {
	width:4px;
	height:3px;
	bottom:-6px;
	box-shadow:inset 0 0 0 32px;
}
#esc .esc_link01 i::after {
	width:16px;
	height:3px;
	bottom:-8px;
	box-shadow:inset 0 0 0 32px;
}

#esc .esc_pop.compact .esc_link01 p {
	display: inline-block;
	margin-top: 0;
	margin-left: -5px;
	line-height: 1.2;
}

#esc .esc_pop.compact .esc_link01 i {
	transform:translateX(-20%) scale(0.75);
}


/* モード切替リンクタブ */
#esc .esc_pop_tab {
	position: fixed;
	bottom: 5px;
	left: 0px;
	padding: 5px 25px 5px 0px;
	width: 120px;
	height: 80px;
	line-height: 1.5;
	letter-spacing: normal;
	transition: 0.5s;
}


/* 縮小化 */
#esc .esc_pop_tab.pop_down {
	left: -120px;
}

#esc .esc_pop_tab > .esc_logo {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 22px;
	height: 80px;
	border-radius: 0 10px 10px 0;

	padding: 3px 1px 5px;
	font-size: 12px;
	text-align: center;
	background: #83B63F;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.05em;
	writing-mode: vertical-rl;

	position: absolute;
	right: 3px;
	top: 5px;
}

#esc .esc_pop_tab.pop_down > .esc_logo b {
	transform: rotate(180deg);
}

#esc .esc_pop_tab >* > span {
	float: left;
	display: block;
	width: 40px;
	height: 40px;
}

#esc .esc_pop_tab a {
	box-sizing: border-box;
	display: block;
	width: 39px;
	height: 39px;

	padding: 4px 3px 5px;
	background: rgba(131, 182, 63, 0.7);
	position: relative;

	vertical-align: middle;
	font-size: 12px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	line-height: 1.25;
}

#esc .esc_pop_tab a[target="_blank"]::before ,
#esc .esc_pop_tab a[target="_blank"]::after {
	content: "";
	position: absolute;
	top: 3px;
	right: 1px;
	display: block;
	width: 7px;
	height: 5px;
	border: 1px solid rgba(255,255,255, 0.75);
}

#esc .esc_pop_tab a[target="_blank"]::after {
	top: 1px;
	right: 3px;
}

#esc .esc_pop_tab a:hover ,
#esc .esc_pop_tab a:active {
	background: rgba(131, 182, 63, 0.9);
}




#esc .esc_pop_tab .esc_link01a p ,
#esc .esc_pop_tab .esc_link02a p ,
#esc .esc_pop_tab .esc_link03a p {
	display: none;
}

/* ペンアイコン */
#esc .esc_pop_tab .esc_link02a i {
	position: relative;
	display: inline-block;
	vertical-align:middle;
	color: #fff;
	margin: 12px -2px 14px 3px;
	width: 30px;
	height: 6px;
	border-radius: 3px;
	border: solid 1px #fff;
	background-color: #fff;
	transform: rotate(-45deg) scale(0.6);
}

#esc .esc_pop_tab .esc_link02a i::before {
	content: '';
	position: absolute;
	left: -26px;
	top: -1px;
	width: 0px;
	height: 0px;
	border-left: solid 12px transparent;
	border-right: solid 12px #fff;
	border-top: solid 4px transparent;
	border-bottom: solid 4px transparent;
}


/* リストアイコン */
#esc .esc_pop_tab .esc_link03a i {
	display: inline-block;
	vertical-align:middle;
	position: relative;
	color: #fff;
	width:6px;
	height:6px;
	box-shadow:inset 0 0 0 32px,0 -9px 0 0,0 9px 0 0;
	margin: 14px 26px 14px 10px;
	transform: scale(0.6);
}

#esc .esc_pop_tab .esc_link03a i::before ,
#esc .esc_pop_tab .esc_link03a i::after {
	content: "";
	position:absolute;
	top:50%;
	transform:translateY(-50%);
}

#esc .esc_pop_tab .esc_link03a i::before {
	width:20px;
	height:6px;
	left:8px;
	box-shadow:inset 0 0 0 32px,0 -9px 0 0,0 9px 0 0;
}

#esc .esc_pop_tab .esc_link03a i::after {
	width:6px;
	height:6px;
	left: -8px;
	box-shadow:inset 0 0 0 32px,0 -9px 0 0,0 9px 0 0;
}



/* ディスプレイアイコン */
#esc .esc_pop_tab .esc_link01a i {
	display:inline-block;
	vertical-align:middle;
	position:relative;
	color: #fff;
	border:3px solid #fff;
	width:32px;
	height:16px;
	margin:5px 6px 7px;
	transform:translateX(-20%) scale(0.6);
}

#esc .esc_pop_tab .esc_link01a i::after ,
#esc .esc_pop_tab .esc_link01a i::before {
	content: "";
	box-sizing:border-box;
	pointer-events:none;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
}

#esc .esc_pop_tab .esc_link01a i::before {
	width:4px;
	height:3px;
	bottom:-6px;
	box-shadow:inset 0 0 0 32px;
}
#esc .esc_pop_tab .esc_link01a i::after {
	width:16px;
	height:3px;
	bottom:-8px;
	box-shadow:inset 0 0 0 32px;
}