@charset "utf-8";
/*------------------ based on 19/08/21 */
/* > 1%, last 4 versions, Firefox ESR */
/* --------------------------------------
   編集モード補正
-------------------------------------- */
div.mgnlEditorBar {
	width: 100% !important;
}

.mgnlEditorBar.mgnlEditor.area > div.mgnlEditorBarButtons {
	height: 21px !important;
}

body div#mgnlEditorMoveDiv {
	position: fixed !important;
}


/* 別エリア・別パーツ表示内の編集バーを非表示（編集自体は可能） */
.reuse-main-area > * .mgnlEditor ,
.reuse-component > * .mgnlEditor {
	display: none !important;
}

/* 別エリア・別パーツ内のリダイレクトを非表示(リダイレクトされない)  */
.reuse-main-area .redirect ,
.reuse-component .redirect {
	display: none !important;
}

/* 別エリア・別パーツ内のリンクリストのサブパーツ追加を非表示 */
.reuse-main-area .link-list li:not([class]):not([id]) ,
.reuse-component .link-list li:not([class]):not([id]) {
	display: none !important;
}

/* --------------------------------------
   変更パーツハイライト
-------------------------------------- */
@media handheld, only screen {

/* body直下 */
body > .edited {
	border: groove 1px #ff00ff;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background-color: rgba(0, 0, 255, .03);
}

/* promos */
/*#promos3 > * > .edited ,*/
#promos2 > * > .edited ,
#promos1 > * > .edited {
	border: groove 1px #ff00ff;
	-webkit-box-sizing:border-box;
	        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;
	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;
}

/* 全体色変え */
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 [role=main] div.mgnlEditorBar {
	color: #83B63F !important;
}

body [role=main] div.mgnlEditorBar.area.init {
	color: #83B63F !important;
}

body [role=main] div.mgnlEditorBar.area.childFocus {
	color: #83B63F !important;
}

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 {
	border-color: #83B63F !important;
}

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 [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 [role=main] div.mgnlEditorBar.area.focus ~ div.mgnlEditorBar.component,
body [role=main] div.mgnlEditorBar.area.focus ~ * div.mgnlEditorBar.component {
	background-color: #83B63F !important;
}

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 [role=main] div.mgnlEditorBar.component.focus ~ * div.mgnlEditorBar.area,
body [role=main] div.mgnlEditorBar.component.focus ~ div.mgnlEditorBar.area {
	color: #83B63F !important;
}

body [role=main] div.mgnlEditorBar.area {
	border-left-color: #83B63F;
	border-right-color: #83B63F;
	border-top-color: #83B63F;
}

body [role=main] div.mgnlEditorBar.area.end {
	border-bottom-color: #83B63F;
}

body [role=main] div.mgnlEditorBar.component {
	background-color: #83B63F !important;
	color: white !important;
}

body [role=main] .mgnlEditorBar.component.moveOver {
	background-color: #83B63F !important;
}

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.area.focus, div.mgnlEditorBar.component.focus {
    background-color: #E3853F !important;
}

body [role=main] .mgnlEditorBar.mgnlEditor.area.focus {
    background-color: #fff !important;
}

/* 移動中バー色替え */
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;
}

}


/* ------------------------------------*/
/*== editor shortcut menu 用 ==*/
#esc {
	overflow: visible !important;
	visibility: visible !important;

	z-index:65535;
	position: fixed;
	left: -100%;
}

#esc.disable {
	display: none !important;
}

#esc > input {
	display: none;
}

#esc * {
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	outline: none;

	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

/* ダイアログ */
#esc .esc_dialog {
	position: fixed;
	bottom: 25%;
	left: -100%;
	padding: 10px 20px;
	width: 340px;
	height: 0;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: normal;
	overflow: hidden;
	margin-left: -182px;

	background: #fff;
	border: 2px solid #83B63F;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 2px #fff;
	        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 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;
	-webkit-box-shadow: 1px 1px 0px #aaa;
	        box-shadow: 1px 1px 0px #aaa;
}

#esc .esc_dialog label.esc-cansel::before ,
#esc .esc_dialog label.esc-cansel::after {
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	position: absolute;
	top: 7px;
	left: 3px;
	background: #666;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform: rotate(45deg);
}

#esc .esc_dialog label.esc-cansel::after {
	-webkit-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	        transform: rotate(135deg);
}

#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 {
	-webkit-box-sizing: border-box;
	        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_dialog:not(.advance) .esc_cfg3 {
	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;

	-webkit-transition: 0.5s 0.1s;
	-o-transition: 0.5s 0.1s;
	transition: 0.5s 0.1s;
}

#esc .esc_pop:hover ,
#esc .esc_pop:active {
	left: 0;
}

/* エクステンドモード */
#esc .esc_pop.extend {
	left: -161px;
	width: 160px;
}

#esc .esc_pop.extend:hover ,
#esc .esc_pop.extend:active {
	left: 0;
}



#esc .esc_pop.extend > span {
	display: inline !important;
}

#esc .esc_pop > .esc_logo {
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 80px;
	height: 22px;

	padding: 3px 5px 0;
	font-size: 10px;
	text-align: center;
	background: #83B63F;
	color: #fff;

	position: absolute;
	right: 5px;
	bottom: -17px;

	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
	-webkit-transform-origin: right top;
	    -ms-transform-origin: right top;
	        transform-origin: right top;
	border-radius: 10px 10px 0 0;
}

#esc .esc_pop a {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	display: block;
	width: 80px;
	height: 80px;

	padding: 10px 3px 5px;
	background: rgba(131, 182, 63, 0.6);
	position: relative;

	vertical-align: middle;
	font-size: 12px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

#esc .esc_pop a:hover ,
#esc .esc_pop a:active {
	background: rgba(131, 182, 63, 0.9);
}


/* ペンアイコン */
.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;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform: rotate(-45deg);
}

.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_link03 i::before ,
.esc_link03 i::after {
	content: "";
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.esc_link03 i {
	display: inline-block;
	vertical-align:middle;
	position: relative;
	color: #fff;
	width:6px;
	height:6px;
	-webkit-box-shadow:inset 0 0 0 32px,0 -9px 0 0,0 9px 0 0;
	        box-shadow:inset 0 0 0 32px,0 -9px 0 0,0 9px 0 0;
	margin:14px 26px 14px 10px;
}

.esc_link03 i::before {
	width:20px;
	height:6px;
	left:8px;
	-webkit-box-shadow:inset 0 0 0 32px,0 -9px 0 0,0 9px 0 0;
	        box-shadow:inset 0 0 0 32px,0 -9px 0 0,0 9px 0 0;
}

.esc_link03 i::after {
	width:6px;
	height:6px;
	left: -8px;
	-webkit-box-shadow:inset 0 0 0 32px,0 -9px 0 0,0 9px 0 0;
	        box-shadow:inset 0 0 0 32px,0 -9px 0 0,0 9px 0 0;
}



/* ディスプレイアイコン */
.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_link01 i::after ,
.esc_link01 i::before {
	content: "";
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	pointer-events:none;
	position:absolute;
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}

.esc_link01 i::before {
	width:4px;
	height:3px;
	bottom:-6px;
	-webkit-box-shadow:inset 0 0 0 32px;
	        box-shadow:inset 0 0 0 32px;
}
.esc_link01 i::after {
	width:16px;
	height:3px;
	bottom:-8px;
	-webkit-box-shadow:inset 0 0 0 32px;
	        box-shadow:inset 0 0 0 32px;
}



@media print, handheld, only screen and (max-width: 633px) {
	#esc {
	    display: none !important;
	}
}