@charset "utf-8";
/*---------------- based on 2025/03/04 */
/* > 1%, last 4 versions, Firefox ESR, not dead */
/*------------------------------------ */

/*.note_tx { display: none; }*/

/* --------------------------------------
 基本設定
-------------------------------------- */
:root {
	--key-color: #CC0000;
	--text-color: #333;
	--text-letter-spacing: 0;
}

/* ベースフォント */
body {
	font-family: 'Arial', "メイリオ", Meiryo, YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif;
}

.mincho {
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Georgia, "メイリオ", Meiryo, serif;
}


/*
[lang="zh"] body {
	font-family: 'SimSun', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif;
}
*/


@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "myfont";
  src: url("../../../../../../resources/sw_css/fonts/myfont.eot");
  src: url("../../../../../../resources/sw_css/fonts/myfont.eot?#iefix") format("embedded-opentype"), url("../../../../../../resources/sw_css/fonts/myfont.woff") format("woff2"), url("../../../../../../resources/sw_css/fonts/myfont.woff") format("woff"), url("../../../../../../resources/sw_css/fonts/myfont.ttf") format("truetype"), url("../../../../../../resources/sw_css/fonts/myfont.svg#myfont") format("svg"); 
}


/* ベースフォントサイズ */
body {
	color: var(--text-color);
	line-height: 1.75;
	font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
	body {
		font-size: 1.6rem;
	}
}


/* リンク */
select:focus-visible ,
[tabindex]:focus-visible ,
a:focus-visible {
	outline: 2px ridge #000;
}

a:hover {
	color: var(--key-color);
	text-decoration: none;
}

/*------------------------------------- 
 カラム設定パラメーター
-------------------------------------*/
html {
	/* PCコンテンツエリア幅 */
	--mainarea-width-pc: 960px;
	/* SPコンテンツエリア幅 */
	--mainarea-width-sp: 500px;

	/* PCヘッダーエリア幅 */
	--headerarea-width-pc: 1170px;
}

html[data-page-marker~="wide-mainarea"] ,
[data-page-marker~="sitetop"] body#wide {
	--mainarea-width-pc: 1440px;
}

@media print, screen and (min-width: 769px) {
	#promos3 {
		--mainarea-width-pc: 960px;
		--mainarea-width: 960px;
	}
}

@media print, screen and (min-width: 769px) {
	body {
		/* カラム間マージン */
		--column-side-margin: 30px;
	}
}
@media screen and (max-width: 768px) {
	body {
		/* カラム間マージン */
		--column-side-margin: 20px;
	}
}


/*------------------------------------- 
 グリットレイアウト
-------------------------------------*/

@media print, screen and (min-width: 769px) {
	#wrapper-2 {
		margin-bottom: 120px;
	}

	#wrapper-3 {
		padding-top: 30px;
	}

	#page-intro {
		max-width: calc(var(--mainarea-width) + 40px);
		padding: 0 20px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 768px) {
	#wrapper-2 {
		margin-bottom: 90px;
	}

	/* コンテンツエリア */
	#wrapper-3 {
		padding-top: 30px;
		margin: 0 auto;
	}
}


body:not(.in-editor) #promos3 > * {
	display: flex;
	flex-flow: column-reverse nowrap;
}

:where(#promos3) > * > * {
	flex: 0 0 auto;
	width: 100%;
}


[data-page-marker~="sitetop"] body#wide #wrapper-2 {
	margin-bottom: 0;
}

/* -----------------------------
 コンテンツエリア
--------------------------------- */
/* 本文 */
.rich-text {
	letter-spacing: var(--text-letter-spacing);
	line-height: 1.8;
}


/* 文中リンクテキスト */
.rich-text a {
	color: var(--text-color);
	text-decoration: underline;
}

.rich-text a:hover {
	color: var(--key-color);
	text-decoration: none;
}


/* 文中リンクの別窓アイコン */
.rich-text a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout.svg") center center no-repeat;
	background-size: contain;
	margin: 0 0.5em
}

/* 文中リンクのPDFアイコン */
.rich-text a[href*=".pdf"]::after ,
.rich-text a.icon_pdf::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 17px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	margin: 0 0.5em;
}

/* 文中リンクのXLS・CSVアイコン */
.rich-text a[href*=".xls"]::after ,
.rich-text a[href*=".csv"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 17px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/excel.png") center center no-repeat;
	background-size: contain;
	margin: 0 0.5em;
}

/* 文中リンクの地図アイコン */
.rich-text a[href*="//goo.gl/maps/"]::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 25px;
	background: url("../../../../../../resources/sw_img/icon/icon_map.png") center center no-repeat;
	background-size: contain;
	margin-right: .5em;
}



/* ニュースフォルダ配下ページ、文中リンクカラー */
[data-page-marker~="news-folder"] .rich-text a {
	color: var(--key-color);
}

/* ニュースフォルダ配下ページは、文中リンクにアイコン付き */
[data-page-marker~="news-folder"] .rich-text a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
	margin-left: 2px;
	margin-right: 7px;
}


/*------------------------------------- 
 ぱんくず
-------------------------------------*/
/* 4箇所ある枠の内1か所に入力 */
.bread-crumb {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	padding: 8px 0px;
	font-size: 1.4rem;
	letter-spacing: var(--text-letter-spacing);
}

.bread-crumb h5 {
	display: none;
}

.bread-crumb ol {
	display: flex;
	flex-flow: row wrap;
}

/* 各階層 */
.bread-crumb ol li {
}

.bread-crumb ol li::after {
	content: ">";
	padding: 0 0.5em;
}

.bread-crumb li :is(a, span) {
/*	color: inherit; */
}



/* 現在ページ */
.bread-crumb ol li:last-child::after {
	content: none;
}

.bread-crumb span {
}


@media print, screen and (min-width: 769px) {
	.bread-crumb {
		margin-top: 30px;
	}

	.bread-crumb ol {
		max-width: calc(var(--mainarea-width) + 40px);
		padding-left: 20px;
		padding-right: 20px;
		margin: auto;
	}

	.page-intro-wrapper + .bread-crumb {
		max-width: 1440px;
		margin: 0 auto;
		font-size: 1.2rem;
		background: #F5F5F5;
		border-bottom: 1px solid #ddd;
	}

	.page-intro-wrapper + .bread-crumb ol li::after {
		padding: 0 1.5em;
	}

	.page-intro-wrapper + .bread-crumb a {
		text-decoration: underline;
	}
}

@media screen and (max-width: 768px) {
	.bread-crumb {
		margin-top: 10px;
		font-size: 1.2rem;
		padding: 5px 10px;
	}

	.page-intro-wrapper + .bread-crumb {
		margin-top: 0;
		background: #F5F5F5;
		border-bottom: 1px solid #ddd;
	}
}


[data-page-marker~="news-folder"]:not([data-page-marker~="js-hide-sns-btn"])[data-page-marker~="js-show-sns-btn"] .bread-crumb ol {
	display: none;
}


/* -----------------------------
 グローバルナビ
 ページプロパティに設定あり
--------------------------------- */
#nav-global {
	display: none;
}

/*------------------------------------- 
 サイドナビ（ローカルナビ）
 ページプロパティに設定あり
-------------------------------------*/
#nav-box {
}

#nav-box h6 {
/*	display: none; */
}

/* ページマーカーで非表示指定 */
[data-page-marker~="no-snav"] #nav-box ,
[data-page-marker~="no-snav"] #promos2 {
	display: none !important;
}

	/* 第１・２階層トップでは非表示 */
	[data-current-level="1"] #nav-box ,
	[data-current-level="2"] #nav-box {
		display: none !important;
	}

	/* ナビ上に無い独立したページでは非表示 */
	#nav-box.stray {
		display: none !important;
	
	}

	/* メインエリア上に設置するパターン */
	#nav-box {
		position: relative;
		font-size: 0;
		margin: 0 auto;
		width: 100%;
/*		max-width: 1440px; */
		padding: 15px 0px;
		background: #f5f5f5;
		border-bottom: 1px solid #ddd;
	}

	/* TOP 階層 */
	#nav-box > ul {
		position: relative;
		max-width: calc(var(--mainarea-width) + 40px);
		margin-left: auto;
		margin-right: auto;
		padding: 0 20px;
	}


	/* 1階分層 */
	#nav-box ul {
	}

	#nav-box li {
	}

	#nav-box br {
		display: none;
	}

	#nav-box a {
		display: none;

		position: relative;
		text-align: center;
		color: #000; 
		line-height: 1.25;
		font-size: 1.4rem;
		font-weight: normal;
		letter-spacing: var(--text-letter-spacing);
		text-decoration: none;
		border-bottom: 1px solid transparent;
	}

	#nav-box a[target="_blank"]::after {
		content: "";
		display: inline-block;
		vertical-align: baseline;
		width: 14px;
		height: 14px;
		background: url("../../../../../../resources/sw_img/icon/linkout.svg") center center no-repeat;
		background-size: contain;
		margin: 0 5px;
	}

	#nav-box li.on > a ,
	#nav-box a.here {
		color: var(--key-color);
	}

	#nav-box a:hover {
		color: var(--key-color);
	}


	/* 現在地を含むフォルダーを表示 */
	#nav-box.within ,
	#nav-box .within {
		padding-left: 10px;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: center;
	}

	#nav-box.within > ul ,
	#nav-box .within > ul {
		padding-right: 20px;
		display: inline-block;
		text-align: center;
	}

	#nav-box.within > ul:not(.navLevel_1) ,
	#nav-box .within > ul:not(.navLevel_1) {
		position: relative;
	}

	/* 親階層・現階層を区切る仕切り線、＋現階層の左端の線の目隠し */
/*
	#nav-box.within > ul:not(.navLevel_1)::before ,
	#nav-box .within > ul:not(.navLevel_1)::before {
		content: "";
		position: absolute;
		top: 5px;
		left: 0;
		display: block;
		width: 40px;
		height: calc(100% - 10px);
		background: #f5f5f5;
		border-left: 1px solid var(--key-color);
		z-index: 1;
	}
*/

	/* 現階層＝兄弟ページ */
	#nav-box.within > ul > li ,
	#nav-box .within > ul > li {
		position: relative;
		display: inline-block;
		margin: 4px 0;
	}

	#nav-box.within > ul > li > a ,
	#nav-box .within > ul > li > a {
		display: inline-block;
	}

	/* パターンA: 前後に枠線で区切り線 */
/*
	#nav-box.within > ul ,
	#nav-box .within > ul {
		padding-left: 20px;
	}

	#nav-box.within > ul > li:not(:first-child) ,
	#nav-box .within > ul > li:not(:first-child) {
		border-left: 1px solid #676767;
		margin-left: -1px;
	}

	#nav-box.within > ul > li > a ,
	#nav-box .within > ul > li > a {
		margin: 0 20px;
	}
*/
	/* パターンB: 前側に区切り文字 */
	#nav-box.within > ul > li:not(:first-child) ,
	#nav-box .within > ul > li:not(:first-child) {
		margin-left: 20px;
	}

	#nav-box.within > ul > li:not(:first-child)::before ,
	#nav-box .within > ul > li:not(:first-child)::before {
		content: "|";
		position: absolute;
		top: 0;
		right: 100%;
		display: block;
		width: 20px;
		text-align: center;
/*		color: #676767; */
		font-size: 1.4rem;
		line-height: 1.25;
	}


	/* 現在地の親ページ */
/*
	#nav-box.within > a ,
	#nav-box .within > a {
		flex-shrink: 0;
		max-width: 25%;
		white-space: pre-line;
		display: inline-block;
		margin: 0;
		color: var(--key-color);
		font-size: 1.8rem;
		font-weight: bold;
		letter-spacing: var(--text-letter-spacing);
		margin-right: 60px;
	}

	#nav-box.within > a br,
	#nav-box .within > a br {
		display: inline;
	}
*/

	/* 孫ページは非表示 */
	#nav-box.within > ul ul ,
	#nav-box .within > ul ul {
		display: none;
	}


/*------------------------------------- 
 見出し
-------------------------------------*/
/* ページ概要エリア */

/* ページタイトルをテキストで表示 */
.page-intro-wrapper {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.page-intro {
	max-width: calc(var(--mainarea-width) + 40px);
	padding: 0 20px;
	margin: auto;
}

.page-intro > h1 {
	position: relative;
	z-index: 5;
	display: flex;
	align-items: center;
	min-height: 100%;
	color: #000;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: 0;
	padding: 50px 0 40px;
}

[data-current-level="2"] .page-intro {
/*	min-height: 160px; */
}

@media screen and (max-width: 768px) {
	.page-intro ,
	#page-intro {
		max-width: calc(var(--mainarea-width) + 30px);
		padding: 0 15px;
	}

	.page-intro > h1 {
		min-height: 120px;
		font-size: 2.6rem;
		padding: 30px 0;
	}

	[data-current-level="2"] .page-intro {
	}
}


/* ページタイトルを画像で表示 */
.page-intro .titleImage ,
#page-intro:not(.cloned) .titleImage {
	padding-top: 20px;
	margin-bottom: 20px;
}

/* 見出し背景(デフォルトはテキスト非表示) */
.page-intro-wrapper .intro-bg {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: -1;
}

.page-intro-wrapper .intro-bg > div {
	display: none;
}

.page-intro-wrapper .intro-bg video ,
.page-intro-wrapper .intro-bg img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;

	-o-object-fit: cover;
	   object-fit: cover;
}

@media print, screen and (min-width: 769px) {
	.page-intro-wrapper .intro-bg ~ .intro-bg {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.page-intro-wrapper .intro-bg  {
		display: none;
	}

	.page-intro-wrapper .intro-bg ~ .intro-bg {
		display: block;
	}
}


/* 背景画像設定時は、h1を非表示にして、画像内のテキストを表示 */
[data-page-intro~="has-bg-video"] .page-intro-wrapper ,
[data-page-intro~="has-bg-image"] .page-intro-wrapper {
	background: none;
}

[data-page-intro~="has-bg-video"] .page-intro > h1 ,
[data-page-intro~="has-bg-image"] .page-intro > h1 {
	opacity: 0;
	z-index: -10;
}

[data-page-intro~="has-bg-video"] .page-intro ,
[data-page-intro~="has-bg-image"] .page-intro {
	min-height: 450px;
}

@media print, screen and (min-width: 769px) {
	[data-page-intro~="has-bg-video"] .page-intro-wrapper ,
	[data-page-intro~="has-bg-image"] .page-intro-wrapper {
		max-width: 1440px;
		margin: calc(-1 * var(--header-height)) auto 0;
	}
}

@media screen and (max-width: 768px) {
	[data-page-intro~="has-bg-video"] .page-intro ,
	[data-page-intro~="has-bg-image"] .page-intro {
		min-height: 210px;
	}
}


/* MV上のテキスト */
[data-page-intro~="has-bg-video"] .page-intro-wrapper .intro-bg > div ,
[data-page-intro~="has-bg-image"] .page-intro-wrapper .intro-bg > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: calc(var(--mainarea-width) + 40px);
	display: block;
	width: 100%;
	height: auto;
	padding: 0 20px;
	padding-top: calc(var(--header-height) - 30px);

	color: #fff;
	font-size: 4rem;
	letter-spacing: 2px;
	line-height: 1.25;
	text-shadow: 0 0 4px rgba(0,0,0,.8), 0 0 1em rgba(0,0,0,.9);
}

[data-page-intro~="has-bg-video"] .page-intro-wrapper .intro-bg > div em ,
[data-page-intro~="has-bg-image"] .page-intro-wrapper .intro-bg > div em {
	font-style: normal;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 200%;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
	[data-page-intro~="has-bg-video"] .page-intro-wrapper .intro-bg > div ,
	[data-page-intro~="has-bg-image"] .page-intro-wrapper .intro-bg > div {
		font-size: 1.8rem;
		text-shadow: #737373 1px 1px 0px, #737373 -1px 1px 0px, #737373 1px -1px 0px, #737373 -1px -1px 0px;
	}

	[data-page-intro~="has-bg-video"] .page-intro-wrapper .intro-bg > div em ,
	[data-page-intro~="has-bg-image"] .page-intro-wrapper .intro-bg > div em {
		font-size: 180%;
	}
}

/* カテゴリアイコン */
[data-page-marker~="js-intro-c-icon"] #page-intro .c_icon {
	display: flex;
	flex-flow: row wrap;
	gap: 10px 10px;
}

[data-page-marker~="js-intro-c-icon"] #page-intro .c_icon span {
	position: relative;
	display: inline-flex;
	vertical-align: top;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	margin-bottom: 5px;

	min-width: 100px;
	line-height: 1.5;
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: 0;
	text-align: center;
	padding: 4px 5px;

	color: #fff;
	background: var(--key-color);
}

[data-page-marker~="js-intro-c-icon"] #page-intro .c_icon span[data-category-level="1"] {
	display: none;
}


/* ページ概要・サムネイル画像 */
.page-intro .abstractImage ,
#page-intro .abstractImage {
	display: none;
}

/* 説明文 */
.page-intro .explanation ,
#page-intro .explanation {
}

/* リンク */
.page-intro .link-info ,
#page-intro .link-info {
}

/* 日付(日付順フォルダ配下ページのみ) */
/* hideとshowを両方設定した場合、showが優先される */
#page-intro .text-meta {
	margin-top: 20px;
}
#page-intro .text-meta ul.text-data {
	text-align: right;
}

[data-page-marker~="hide-date"] #page-intro .text-meta {
	display: none;
}

[data-page-marker~="show-date"] #page-intro .text-meta {
	display: block;
}


/* SNSリンク */
.page-intro .sns-btn {
	position: absolute;
	top: 0;
	right: 20px;
	display: block;
	z-index: 20;
}

@media screen and (max-width: 768px) {
	.page-intro .sns-btn {
		right: 15px;
	}
}

.page-intro .sns-btn ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	gap: 0 10px;
}

.page-intro .sns-btn ul li {
	display: block;
}

:where(.page-intro) .sns-btn * {
	display: initial;
}

.page-intro .sns-btn .fb-share-button > span {
	vertical-align: baseline !important;
}



/* HOME 見出しh1非表示 */
[data-page-marker~="sitetop"] .page-intro-wrapper ,
[data-page-marker~="sitetop"] #page-intro > .h1 ,
[data-page-marker~="sitetop"] #page-intro .titleImage {
	display: none;
}

/*==== 中見出し ====*/
.text-section h2 ,
.link-list h2 ,
.link-list-url h2 ,
.news-result h2 ,
.news-yuho h2 ,
.news-presentation h2 ,
.news-material h2 ,
.title2 {
	position: relative;
	margin-top: 2em;
	font-size: 2rem;
	line-height: 1.27777;
	font-weight: bold;
}

.news-result dl dt ,
.news-yuho dl dt ,
.news-presentation dl dt ,
.news-material dl dt ,
.title3 {
	position: relative;
	margin-top: 1.5em;
	font-size: 1.8rem;
	line-height: 1.444;
	font-weight: bold;
}

.title4 {
	position: relative;
	margin-top: 1em;
	font-size: 1.6rem;
	line-height: 1.3333;
	font-weight: bold;
}

.title5 {
	position: relative;
	margin-top: 1em;
	font-size: 1.6rem;
	line-height: 1.33;
	font-weight: bold;
}

.title6 {
	position: relative;
	margin-top: 1em;
	font-size: 1.6rem;
	line-height: 1.33;
	font-weight: bold;
}

.title2 p ,
.title3 p ,
.title4 p ,
.title5 p ,
.title6 p {
	font-size: 1.4rem;
}

.title2 p + h2 ,
.title3 p + h3 ,
.title4 p + h4 ,
.title5 p + h5 ,
.title6 p + h6 ,
.title2 h2 + p ,
.title3 h3 + p ,
.title4 h4 + p ,
.title5 h5 + p ,
.title6 h6 + p {
	margin-top: 5px;
}

.title2:not(.no-icon) ,
.title3:not(.no-icon) ,
.title4:not(.no-icon) ,
.title5:not(.no-icon) ,
.title6:not(.no-icon) {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 0 15px;
}

body.in-editor .title2:not(.no-icon) ,
body.in-editor .title3:not(.no-icon) ,
body.in-editor .title4:not(.no-icon) ,
body.in-editor .title5:not(.no-icon) ,
body.in-editor .title6:not(.no-icon) {
	flex-wrap: wrap;
}


.title2 dl ,
.title3 dl ,
.title4 dl ,
.title5 dl ,
.title6 dl {
	flex: 0 0 auto;
}

.title2 dl img ,
.title3 dl img ,
.title4 dl img ,
.title5 dl img ,
.title6 dl img {
	display: block;
}

/*
.title2 dl + h2 ,
.title3 dl + h3 ,
.title4 dl + h4 ,
.title5 dl + h5 ,
.title6 dl + h6 ,
.title2 dl + div ,
.title3 dl + div ,
.title4 dl + div ,
.title5 dl + div ,
.title6 dl + div {
}
*/


/* 見出しh2レベル(共通) */
.text-section h2 ,
.link-list h2 ,
.link-list-url h2 ,
.news-result h2 ,
.news-yuho h2 ,
.news-presentation h2 ,
.news-material h2 ,
.title2.style1 {
	margin-top: 2em;
	font-size: 2rem;
	line-height: 1.27777;
	letter-spacing: 0.02em;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
}


/* 見出しh3レベル */
.news-result dl dt ,
.news-yuho dl dt ,
.news-presentation dl dt ,
.news-material dl dt ,
.title3.style1 {
	margin-top: 50px;
	padding-left: 14px;
	font-size: 1.8rem;
	line-height: 1.444;
	border-left: 4px solid var(--key-color);
}

/* 見出しh4レベル */
.title4.style1 {
	margin-top: 1.56em;
	font-size: 1.6rem;
	line-height: 1.333;
	margin-bottom: -10px;
}

/* 見出しh5レベル */
.title5.style1 {
	margin-top: 1.5em;
	font-size: 1.6rem;
	line-height: 1.33;
	margin-bottom: -10px;
}

/* 見出しh6レベル */
.title6.style1 {
	margin-top: 1.5em;
	font-size: 1.8rem;
	line-height: 1.33;
	margin-bottom: -10px;
}



@media screen and (max-width: 768px) {
	.text-section h2 ,
	.link-list h2 ,
	.link-list-url h2 ,
	.news-result h2 ,
	.news-yuho h2 ,
	.news-presentation h2 ,
	.news-material h2 ,
	.title2.style1 {
	}

	.news-result dl dt ,
	.news-yuho dl dt ,
	.news-presentation dl dt ,
	.news-material dl dt ,
	.title3.style1 {
	}

	.title4.style1 {
	}

	.title5.style1 {
	}

	.title6.style1 {
	}
}


/* 見出しh2・h3・h4・h5・h6 スタイルＢ */
.title2.style2 {
	text-align: center;
	font-size: 2.4rem;
}

.title3.style2 {
	margin-top: 100px;
	text-align: center;
	font-size: 3rem;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.title3.style2::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 28px);
	display: block;
	width: 56px;
	height: 3px;
	background: var(--key-color);
}


.title4.style2 {
	color: var(--key-color);
}

.title5.style2 {
}

.title6.style2 {
}

@media screen and (max-width: 768px) {
	.title3.style2 {
		margin-top: 30px;
		font-size: 1.8rem;
	}
}


/* 見出しh2・h3・h4 スタイルＣ */
.title2.style3 {
}

.title3.style3 {
}

.title4.style3 {
}

.title5.style3 {
}

.title6.style3 {
}


body.in-editor .title2 ,
body.in-editor .title3 ,
body.in-editor .title4 ,
body.in-editor .title5 ,
body.in-editor .title6 {
	margin-bottom: 0;
}


/*==== アコーディオン用、開閉ボタン ====*/
.lx_title2_acc_icon.open > .column1 .title2 h2  ,
.lx_title2_acc_icon.close > .column1 .title2 h2  ,
.lx_title3_acc_icon.open > .column1 .title3 h3  ,
.lx_title3_acc_icon.close > .column1 .title3 h3  ,
.lx_title4_acc_icon.open > .column1 .title4 h4  ,
.lx_title4_acc_icon.close > .column1 .title4 h4  {
	padding-right: 50px;
}

.lx_title2_acc_icon.open > .column1 .title2 h2::after  ,
.lx_title2_acc_icon.close > .column1 .title2 h2::after  ,
.lx_title3_acc_icon.open > .column1 .title3 h3::after  ,
.lx_title3_acc_icon.close > .column1 .title3 h3::after  ,
.lx_title4_acc_icon.open > .column1 .title4 h4::after  ,
.lx_title4_acc_icon.close > .column1 .title4 h4::after  {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	left: auto;

	content: "";
	position: absolute;
	top: calc(50% - 9px);
	right: 15px;
	display: block;
	width: 18px;
	height: 18px;
	background: url("../../../../../../resources/sw_img/icon/icon_close.svg") center center no-repeat;
	background-size: contain;
}

.lx_title2_acc_icon.open > .column1 .title2 h2::after ,
.lx_title3_acc_icon.open > .column1 .title3 h3::after ,
.lx_title4_acc_icon.open > .column1 .title4 h4::after {
	background-image: url("../../../../../../resources/sw_img/icon/icon_open.svg");
}



/*------------------------------------- 
 テキスト・画像
-------------------------------------*/
/*-------------- 緊急お知らせエリア --------------*/
/* 総合トップ・サイトトップのみ、コンテンツエリア外に１つのみ */
.quoted-text {
	padding: 20px 0;
	background: #fafbfb;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.quoted-text blockquote {
	background: none;
	padding: 20px 20px;
	border: #ff0000 4px solid;
	color: #ff0000;
}

@media print, screen and (min-width: 769px) {
	.quoted-text blockquote {
		width: var(--mainarea-width);
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 768px) {
	.quoted-text {
		padding: 15px 15px;
	}
}


/*-------------- 囲み線ありテキスト --------------*/
.highlight-quoted-text {
	background: #EFEFEF;
	padding: 40px 40px;
	font-size: 1.4rem;
}

.highlight-quoted-text cite {
	background: transparent url("../../../../../../resources/templating-kit/themes/pop/img/bgs/dash.png") no-repeat scroll 0px 8px;
	padding-left: 10px;
	font-size: 1.2rem;
	font-style: italic;
}


@media screen and (max-width: 768px) {
	.highlight-quoted-text {
		padding: 20px;
	}
}

/*-------------- キャプション・リード・注釈 --------------*/
.lead-section.catch .rich-text {
	font-size: 4.6rem;
	font-weight: bold;
}

.lead-section.lead .rich-text {
	font-size: 2.2rem;
}

.lead-section.note .rich-text {
	font-size: 1.2rem;
}

.lead-section.style1 .rich-text {
}

@media screen and (max-width: 768px) {
	.lead-section.catch .rich-text {
		font-size: 2.6rem;
	}

	.lead-section.lead .rich-text {
		font-size: 1.8rem;
	}
}


/*-------------- テキストと画像 --------------*/
.text-section {
}

/*-------------- FAQ --------------*/
.faq-list {
}

.faq-list > ul {
}

.faq-list > ul > li {
	clear: both;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: -1px;
}

.faq-list h3 {
	position: relative;
}

.faq-list h3::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 0px;
	display: block;
	width: 70px;
	height: 39px;
	background: url("../../../../../../resources/sw_img/icon/icon_q.png") center center no-repeat;
	background-size: 32px 53px;
}

.faq-list h3 a {
	display: block;
	color: inherit;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 25px 55px 25px 70px;
}


/* 開閉アイコン */
.faq-list h3 a::before ,
.faq-list h3 a::after {
	content: "";
	position: absolute;
	display: block;
	background: #d6000f;
	transition: 0.3s;
}

.faq-list h3 a::before {
	top: 50%;
	right: 40px;
	width: 18px;
	height: 2px;
	transform: translate(50%, -50%);
}
.faq-list h3 a::after {
	top: 50%;
	right: 40px;
	width: 2px;
	height: 18px;
	transform: translate(50%, -50%);
}

.faq-list h3 a.js-selected::after {
	background-color: transparent;
}

.faq-item {
	position: relative;
	color: inherit;
	font-size: 1.8rem;
	font-weight: normal;
/*	min-height: 35px; */
	padding: 0px 0px 0px 80px;
	border-left: 1px solid #D60011;
	margin-left: 35px;
	margin-bottom: 30px;
}

.faq-item::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 35px;
	display: block;
	width: 20px;
	height: 40px;
	background: url("../../../../../../resources/sw_img/icon/icon_a.png") center center no-repeat;
	background-size: 20px 40px;
}


/*------------------------------------- 
 ページ内リンク・パネルリンク・バナーリンク・エリアリンク
 原則、内部リンクと外部リンクは同スタイルを設定する
-------------------------------------*/

/*-------------- ページ内リンク --------------*/
/* ページ内リンクは１カラム内にまとめて入力し、マルチカラムクラスでアライメントを設定する */
.anchor-link {
}

.anchor-link a {
	position: relative;
	display: block;
	color: inherit;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.5;
	padding-left: 20px;
}

.anchor-link a::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0px;
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 6px;
	background: url("../../../../../../resources/sw_img/icon/icon_anchor.svg") center center no-repeat;
	background-size: contain;
}


/* PC:幅をなりゆきにして、横に並べる */
/* SP:縦に並べる */
/* 基本的には lx_anchor_inline_pc を設定しておく */


/*-------------- パネル（共通設定） --------------*/
.panel {
}

.panel figcaption {
	display: none;
}

/* テキストパネルは、コンテンツエリア幅/3まで */
@media print, screen and (min-width: 769px) {
	.panel.no-img {
		max-width: calc((var(--mainarea-width) - var(--column-side-margin) * 2) / 3);
	}
}


/* ----- 内部・外部パネル（テキストのみ）　スタイルＡ ----- */
/* ----- ダウンロードパネル（テキストのみ）　スタイルＡ ----- */
/* ----- 内部・外部パネル（テキストのみ）　スタイルB ----- */
/* ----- ダウンロードパネル（テキストのみ）　スタイルB ----- */
.panel.no-img.style1 ,
.panel.no-img.style2 {
}

.panel.no-img.style1 a ,
.panel.no-img.style2 a {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	min-height: 70px;
	padding: 5px 15px;
	text-align: center;
	font-size: 1.4rem;
	color: var(--text-color);;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: var(--text-letter-spacing);
	background: #E5E5E5;
	text-decoration: none;
}

.panel.no-img.style2 a {
	color: #fff;
	font-weight: normal;
	background: #434343;
}

.panel.no-img.style1 a .text ,
.panel.no-img.style2 a .text {
	display: flex;
	width: 100%;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	gap: 0 5px;
}

.panel.no-img.style1 a .icon_front ,
.panel.no-img.style2 a .icon_front {
	content: "";
	flex-shrink: 0;
	display: block;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
}

.panel.no-img.style2 a .icon_front {
	background-image: url("../../../../../../resources/sw_img/icon/icon_arr01_white.svg");
}

.internal-panel.no-img.style1 a[target="_blank"] .icon_rear ,
.external-panel.no-img.style1 a[target="_blank"] .icon_rear ,
.internal-panel.no-img.style2 a[target="_blank"] .icon_rear ,
.external-panel.no-img.style2 a[target="_blank"] .icon_rear {
	flex-shrink: 0;
	margin-top: -2px;
	display: block;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout.svg") center center no-repeat;
	background-size: contain;
}

.internal-panel.no-img.style2 a[target="_blank"] .icon_rear ,
.external-panel.no-img.style2 a[target="_blank"] .icon_rear {
	background-image: url("../../../../../../resources/sw_img/icon/linkout_white.svg");
}

.download-panel.no-img.style1 a[href*=".pdf"] .icon_rear ,
.download-panel.no-img.style1 a[href*=".xls"] .icon_rear ,
.download-panel.no-img.style1 a[href*=".zip"] .icon_rear ,
.download-panel.no-img.style2 a[href*=".pdf"] .icon_rear ,
.download-panel.no-img.style2 a[href*=".xls"] .icon_rear ,
.download-panel.no-img.style2 a[href*=".zip"] .icon_rear {
	flex-shrink: 0;
	display: block;
	width: 13px;
	height: 17px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
}

.download-panel.no-img.style1 a[href*=".xls"] .icon_rear ,
.download-panel.no-img.style2 a[href*=".xls"] .icon_rear {
	width: 13px;
	height: 17px;
	background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/excel.png");
}

.download-panel.no-img.style1 a[href*=".zip"] .icon_rear ,
.download-panel.no-img.style2 a[href*=".zip"] .icon_rear {
	width: 13px;
	height: 17px;
	background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/zip.png");
}

.panel.no-img.style1 a + p ,
.panel.no-img.style2 a + p {
	margin-top: 10px;
	font-size: 1.4rem;
}

.panel.no-img.style1 a:hover {
	color: #C00000;
}

.panel.no-img.style2 a:hover {
	background: #696969;
}




/*-- 画像ギャラリー テキストパネル --*/
.panel.no-img  a[data-modaal-scope] .modal-icon {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/default/icon_zoom.svg") center center no-repeat;
	background-size: contain;
	margin: 0 10px;
}

/*-- チェックボックスつきテキストパネル --*/
.panel.no-img.with-checkbox ,
.panel.has-img.with-checkbox {
	display: flex;
	flex-direction: column;
}

.panel.no-img.with-checkbox > * ,
.panel.has-img.with-checkbox > * {
	flex: 0 0 auto;
}

.panel.no-img.with-checkbox a + p ,
.panel.has-img.with-checkbox a + p {
	order: -1;
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.4rem;
}

.panel.no-img.with-checkbox input[type=checkbox] ,
.panel.has-img.with-checkbox input[type=checkbox] {
	vertical-align: middle;
}

/* リンク無効時 */
.panel.no-img.with-checkbox.disabled a ,
.panel.has-img.with-checkbox.disabled a {
	background: #ccc;
	color: #999;
}

.panel.no-img.with-checkbox.disabled a::before ,
.panel.has-img.with-checkbox.disabled a::before {
	content: none;
}


/*-- ニュース詳細ページ用 一覧に戻るボタン --*/
#promos3 >*> .panel.no-img.style1 {
	margin-top: 60px;
/*	max-width: 400px; */
}


@media screen and (max-width: 768px) {
	#promos3 >*> .panel.no-img.style1 {
		width: calc(100% - 30px);
	}
}

#promos3 >*> .panel.no-img.style1 a {
}

#promos3 >*> .panel.no-img.style1 a::before {
	right: auto;
	left: 25px;
	transform: scaleX(-1);
}

/* ニュース一覧では非表示 */
.multi3Overview[data-page-marker~="news-folder"]:not(.in-editor) #promos3 >*> .panel.no-img.style1 ,
[data-page-marker~="news-folder"] > .multi3Overview:not(.in-editor) #promos3 >*> .panel.no-img.style1 {
	display: none;
}



/* ----- 内部・外部パネル（テキストと画像）　スタイルＡ ----- */
/* ----- ダウンロードパネル（テキストと画像）　スタイルＡ ----- */
.panel.has-img.style1 {
}

.panel.has-img.style1 a {
	display: flex;
	flex-flow: column nowrap;
}

.panel.has-img.style1 a > * {
	flex: 0 0 auto;
}

.panel.has-img.style1 .text {
	order: 2;
	margin-top: 15px;

	position: relative;
	padding: 0px 0px;
	text-align: left;
	font-size: 1.6rem;
	color: var(--text-color);
	font-weight: bold;
	letter-spacing: var(--text-letter-spacing);
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.panel.has-img.style1 .text {
		margin-top: 10px;
		font-size: 1.4rem;
	}
}

/*
.panel.has-img.style1 .icon_front {
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	left: 0px;
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
}
*/

.internal-panel.has-img.style1 a[target="_blank"] .icon_rear ,
.external-panel.has-img.style1 a[target="_blank"] .icon_rear {
	flex-shrink: 0;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout.svg") center center no-repeat;
	background-size: contain;
	margin-left: 0.5em;
}

.download-panel.has-img.style1 a[href*=".pdf"] .icon_rear ,
.download-panel.has-img.style1 a[href*=".xls"] .icon_rear ,
.download-panel.has-img.style1 a[href*=".zip"] .icon_rear {
	flex-shrink: 0;
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 17px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
}

.download-panel.has-img.style1 a[href*=".xls"] .icon_rear {
	width: 13px;
	height: 17px;
	background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/excel.png");
}

.download-panel.has-img.style1 a[href*=".zip"] .icon_rear {
	width: 13px;
	height: 17px;
	background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/zip.png");
}

.panel.has-img.style1 a figure {
	position: relative;
	overflow: hidden;
}

.panel.has-img.style1 a img {
	display: block;
	transition: 0.3s;
}

.panel.has-img.style1 .text + figure {
	order: 1;
	display: block;
}

.panel.has-img.style1 .text + figure img {
	width: 100%;
}

.panel.has-img.style1 figcaption {
	display: none;
}

.panel.has-img.style1 a + p {
	margin: 20px 0 0;
	font-size: 1.4rem;
	color: inherit;
	font-weight: normal;
}

.panel.has-img.style1 a:hover .text {
/*	text-decoration: underline; */
	color: var(--key-color);
}

.panel.has-img.style1 a:hover {
	opacity: 0.7;
}


/* ----- 内部・外部パネル（テキストと画像）　スタイルB ----- */
/* ----- ダウンロードパネル（テキストと画像）　スタイルB ----- */
.panel.has-img.style2 a {
	position: relative;
}

.panel.has-img.style2 .text {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
/*	min-height: 70px; */
	padding: 15px 15px;
	padding-right: 25px;
	text-align: left;
	font-size: 1.4rem;
	color: #fff;
	font-weight: bold;
	letter-spacing: var(--text-letter-spacing);
	text-decoration: none;
	background: rgba(0,0,0,.7);
}

.panel.has-img.style2 .icon_front {
	position: absolute;
	top: calc(50% - 6px);
	right: 15px;
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
}

.internal-panel.has-img.style2 a[target="_blank"] .icon_rear ,
.external-panel.has-img.style2 a[target="_blank"] .icon_rear {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.svg") center center no-repeat;
	background-size: contain;
	margin-left: 0.5em;
}

.panel.has-img.style2 figure {
	position: relative;
	overflow: hidden;
}

.panel.has-img.style2 .text + figure {
	display: block;
}

.panel.has-img.style2 .text + figure img {
	width: 100%;
}

.panel.has-img.style2 a img {
	display: block;
	opacity: 1;
}

.panel.has-img.style2 a + p {
	margin: 15px 0 0;
	font-size: 1.4rem;
	color: inherit;
	font-weight: normal;
}

.panel.has-img.style2 a:hover {
	opacity: 0.8;
}


/* ----- 内部・外部パネル（テキストと画像）　スタイルC ----- */
/* ----- ダウンロードパネル（テキストと画像）　スタイルC ----- */
.panel.has-img.style3 a {
	position: relative;
}

.panel.has-img.style3 .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 64%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
/*	min-height: 70px; */
	padding: 40px 20px;
	text-align: center;
	font-size: 1.8rem;
	color: var(--text-color);
	font-weight: bold;
	letter-spacing: var(--text-letter-spacing);
	text-decoration: none;
	background: rgba(255,255,255,0.8);
}

@media screen and (max-width: 768px) {
	.panel.has-img.style3 .text {
		width: 70%;
	}
}

.internal-panel.has-img.style3 a[target="_blank"] .icon_rear ,
.external-panel.has-img.style3 a[target="_blank"] .icon_rear {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.svg") center center no-repeat;
	background-size: contain;
	margin-left: 0.5em;
}

.panel.has-img.style3 figure {
	position: relative;
	overflow: hidden;
}

.panel.has-img.style3 .text + figure {
	display: block;
}

.panel.has-img.style3 .text + figure img {
	width: 100%;
}

.panel.has-img.style3 a img {
	display: block;
	opacity: 1;
}

.panel.has-img.style3 a + p {
	margin: 15px 0 0;
	font-size: 1.4rem;
	color: inherit;
	font-weight: normal;
}

.panel.has-img.style3 a:hover {
	opacity: 0.8;
}



/* モーダルダイアログ・画像ギャラリー パネル */
.panel.has-img > a[data-modaal-scope] .modal-icon {
	content: "";
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: block;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/default/icon_zoom.svg") center center no-repeat;
	background-size: contain;
}

.panel.has-img > a[data-modaal-scope] .text ~ .modal-icon {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/default/icon_zoom.svg") center center no-repeat;
	background-size: contain;
}


.panel.has-img.style2 > a[data-modaal-scope] .text ~ .modal-icon {
	bottom: 15px;
	right: 15px;
	background-image: url("../../../../../../resources/sw_img/default/icon_zoom_white.svg");
	z-index: 1;
}

/*------ 内部・外部・ダウンロード エリアリンク ------*/
.link-area:not(.highlight) ,
.link-area.highlight {
}

.link-area:not(.highlight) > a ,
.link-area.highlight > a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.link-area:not(.highlight) > a:hover ,
.link-area.highlight > a:hover {
	opacity: 0.7;
}


/* 画像マージン */
.link-area:not(.highlight) > a img.large {
	margin-bottom: 20px;
}

.link-area:not(.highlight) > a p ~ img.large {
	margin-bottom: 0;
	margin-top: 20px;
}


/*------ ダウンロード エリアリンク ------*/
/* -- テキスト先頭にpdfアイコンを付ける -- */
.download-link-area:not(.highlight) > a[href$=".pdf"] > p:first-child::before ,
.download-link-area:not(.highlight) > a[href$=".pdf"] > img + p::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 17px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
}

/* モーダルダイアログ・画像ギャラリー */
/* テキスト先頭に虫眼鏡アイコンを付ける */
.download-link-area:not(.highlight) > a[data-modaal-scope] > p:first-child::before ,
.download-link-area:not(.highlight) > a[data-modaal-scope] > img + p::before {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/default/icon_zoom.svg") center center no-repeat;
	background-size: contain;
	margin: 0 10px;
}


/*------------------------------------- 
 インデックス・サイトマップ
-------------------------------------*/
.index-map {
	font-size: 0;
}


/* フォルダトップを表示する場合：フォルダトップ(第０階層) */
/* フォルダトップを表示しない場合：直下(第１階層)ページ */
/* パネルスタイルで表示 */
.index-map > ul:first-of-type > li > .item {
	position: relative;
	margin-top: 30px;
}

.index-map > ul:first-of-type > li > .item > span ,
.index-map > ul:first-of-type > li > .item > a {
	position: relative;
	display: block;
	color: inherit;
	text-decoration: none;
}

/* 画像なし */
.index-map > ul:first-of-type > li > .item .news_tx {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	min-height: 70px;
	padding: 5px 10px;
	text-align: center;
	font-size: 1.4rem;
	color: var(--text-color);
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: var(--text-letter-spacing);
	background: #E5E5E5;
	text-decoration: none;
}

.index-map > ul:first-of-type > li > .item .news_tx::before {
	content: "";
/*
	position: absolute;
	top: calc(50% - 5px);
	right: 25px;
*/
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") center center no-repeat;
	background-size: contain;
	margin-right: 5px;
}

.index-map > ul:first-of-type > li > .item > a[target="_blank"] .news_tx::after {
	content: "";
	flex-shrink: 0;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout.svg") center center no-repeat;
	background-size: contain;
	margin-left: 0.5em;
}


.index-map > ul:first-of-type > li > .item .det_tx ,
.index-map > ul:first-of-type > li > .item .explanation ,
.index-map > ul:first-of-type > li > .item .link-info {
	display: block;
	margin-top: 10px;
	font-size: 1.4rem;
}

.index-map > ul:first-of-type > li > .item > a:hover .news_tx {
	color: var(--key-color);
}

.index-map > ul:first-of-type > li > .item > a:hover .news_tx::before {
	background-image: url("../../../../../../resources/sw_img/icon/icon_arr01.svg");
}



/* 画像あり */
.index-map > ul:first-of-type > li > .item .n_img {
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}

.index-map > ul:first-of-type > li > .item .n_img img {
	display: block;
	margin: auto;
}

.index-map > ul:first-of-type > li > .item .n_img ~ .news_tx {
	border: none;
	border-radius: 0;
	background: none;
	min-height: auto;
	height: auto;

	position: relative;
	display: block;
	padding: 5px 0px;
	text-align: left;
	font-size: 1.6rem;
	color: inherit;
	font-weight: bold;
	letter-spacing: var(--text-letter-spacing);
	text-decoration: none;
}

.index-map > ul:first-of-type > li > .item .n_img ~ .news_tx::before {
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	right: 5px;
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") center center no-repeat;
	background-size: contain;
}

.index-map > ul:first-of-type > li > .item > a:hover .n_img ~ .news_tx {
	text-decoration: underline;
	color: var(--key-color);
	background: none;
}

.index-map > ul:first-of-type > li > .item > a:hover .n_img ~ .news_tx::before {
	background-image: url("../../../../../../resources/sw_img/icon/icon_arr01.svg");
}


/* フォルダトップを表示する場合：直下(第１階層)ページ */
/* フォルダトップを表示しない場合：直下のさらに下層(第２階層)ページ */
/* リンクリストスタイルで表示 */
.index-map > ul:only-of-type > li > ul ,
.index-map > ul + ul.indexLevel_1 {
	display: block;
	margin-top: 25px;
}

.index-map > ul:only-of-type > li > ul > li ,
.index-map > ul + ul.indexLevel_1 > li {
}

.index-map > ul:only-of-type > li > ul > li > .item ,
.index-map > ul + ul.indexLevel_1 > li > .item {
	position: relative;
	display: block;
	padding-left: 20px;
	color: inherit;
	font-size: 1.6rem;
	margin-top: 5px;
}

.index-map > ul:only-of-type > li > ul > li > .item > a ,
.index-map > ul + ul.indexLevel_1 > li > .item > a {
	display: inline;
	color: inherit;
}

.index-map > ul:only-of-type > li > ul > li > .item > a::before ,
.index-map > ul + ul.indexLevel_1 > li > .item > a::before {
	content: "";
	position: absolute;
	top: calc(0px + 1.75em / 2 - 11px / 2);
	left: 7px;
	display: inline-block;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
}

.index-map > ul:only-of-type > li > ul > li > .item > a[target="_blank"]::after ,
.index-map > ul + ul.indexLevel_1 > li > .item > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout.svg") center center no-repeat;
	background-size: contain;
	margin-left: 0.5em;
}

.index-map > ul:only-of-type > li > ul > li > .item .news_tx ,
.index-map > ul + ul.indexLevel_1 > li > .item .news_tx {
	display: inline;
}

.index-map > ul:only-of-type > li > ul > li > .item .det_tx ,
.index-map > ul + ul.indexLevel_1 > li > .item .det_tx ,
.index-map > ul:only-of-type > li > ul > li > .item .explanation ,
.index-map > ul + ul.indexLevel_1 > li > .item .explanation ,
.index-map > ul:only-of-type > li > ul > li > .item .link-info ,
.index-map > ul + ul.indexLevel_1 > li > .item .link-info {
	display: block;
	margin-top: 0px;
	font-size: 1.4rem;
	letter-spacing: var(--text-letter-spacing);
}


/* フォルダトップを表示する場合：第２階層 */
/* フォルダトップを表示しない場合：第３階層 */
/* 非表示 */
.index-map ul.indexLevel_3 ,
.index-map > ul + ul > li > ul.indexLevel_2 {
	display: none;
}


/*------------------------------------- 
 リスト
-------------------------------------*/
/* 年度区切りの上マージンは、リンクリストと同じく、パーツ共通の上マージン */
.news-result .group_year dl ,
.news-yuho .group_year dl ,
.news-presentation .group_year dl ,
.news-material .group_year dl ,
.link-list:not(.highlight) ul ,
.link-list.highlight ul ,
.link-list-url ul {
}

/* 決算短信・有報・説明会資料（自動連携） */
.news-result h2 ,
.news-yuho h2 ,
.news-presentation h2 {
}

/* h2と同内容の為非表示 */
.news-result h2 ~*> dl dt ,
.news-yuho h2 ~*> dl dt ,
.news-presentation h2 ~*> dl dt {
	display: none;
}

/* 最新決算資料（自動連携） */
.news-material h2 {
}

/* 最新決算資料（自動連携）は、四半期見出しに下マージン */
.news-material dl dt {
	margin-bottom: 20px;
}

.news-material .title-quater {
	display: none;
}
.news-material .title-q4 {
}

.news-material .prefix-quarter ,
.news-material .postfix-quarter {
	display: none;
}

.news-material .addition-quarter {
	display: none;
}

.ux_result_show_title_quarter .news-material .title-quater ,
.ux_result_show_prefix_quarter .news-material .prefix-quarter ,
.ux_result_show_postfix_quarter .news-material .postfix-quarter ,
.ux_result_show_addition_quarter .news-material .addition-quarter {
	display: inline;
}


/* リスト共通設定 決算短信・有報・最新決算資料・説明会資料（自動連携）、リンクリスト（手動） */
.link-list ul li ,
.link-list-url ul li ,
.news-result dl dd ,
.news-yuho dl dd ,
.news-presentation dl dd ,
.news-material dl dd {
	position: relative;
	margin-bottom: 5px;
}

/* リンクテキスト */
.link-list:not(.highlight) ul li > a:not(.d_icon) ,
.link-list:not(.highlight) ul li > span ,
.link-list-url ul li > a:not(.d_icon) ,
.news-result dl dd > a:not(.d_icon) ,
.news-yuho dl dd > a:not(.d_icon) ,
.news-presentation dl dd > a:not(.d_icon) ,
.news-material dl dd > a:not(.d_icon) {
/*	position: relative; */
/*	color: inherit; */
}

/* 外窓アイコン（ダウンロードにはつけない） */
.link-list .internal-link-text > a[target="_blank"]::after ,
.link-list .external-link-text > a[target="_blank"]::after ,
.link-list-url .internal-link-text > a[target="_blank"]::after ,
.link-list-url .external-link-text > a[target="_blank"]::after ,
.news-result dl dd.no-download > a[target="_blank"]::after ,
.news-yuho dl dd.no-download > a[target="_blank"]::after ,
.news-presentation dl dd.no-download > a[target="_blank"]::after ,
.news-material dl dd.no-download > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout.svg") center center no-repeat;
	background-size: contain;
	margin: 0 0.5em;
}

/* 虫眼鏡アイコン（モーダルダイアログ） */
/*.link-list:not(.highlight) .download-link-text > a[data-modaal-scope]::after , */
/*.link-list-url .download-link-text > a[data-modaal-scope]::after , */
.link-list:not(.highlight) .internal-link-text > a[data-modaal-scope]::after ,
.link-list-url .internal-link-text > a[data-modaal-scope]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/default/icon_zoom.svg") center center no-repeat;
	background-size: contain;
	margin: 0 0.5em;
}


/* アイコン パターンA：ダウンロードもアイコンをつける場合 */
.link-list ul li a:not(.d_icon) ,
.link-list-url ul li a:not(.d_icon) ,
.news-result dl dd a:not(.d_icon) ,
.news-yuho dl dd a:not(.d_icon) ,
.news-presentation dl dd a:not(.d_icon) ,
.news-material dl dd a:not(.d_icon) {
	padding-left: 15px;
}

.link-list ul li a:not(.d_icon)::before ,
.link-list-url ul li a:not(.d_icon)::before ,
.news-result dl dd a:not(.d_icon)::before ,
.news-yuho dl dd a:not(.d_icon)::before ,
.news-presentation dl dd a:not(.d_icon)::before ,
.news-material dl dd a:not(.d_icon)::before {
	content: "";
	position: absolute;
	top: calc(0px + 1.75em / 2 - 11px / 2);
	left: 2px;
	display: inline-block;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
}

/* アイコン パターンB：ダウンロードにリンクアイコンをつけない場合 */
/*
.link-list li.internal-link-text:not(.highlight) a ,
.link-list li.external-link-text:not(.highlight) a ,
.link-list-url .internal-link-text:not(.highlight) a ,
.link-list-url .external-link-text:not(.highlight) a ,
.news-result dl dd.no-download:not(.highlight) a:not(.d_icon) ,
.news-yuho dl dd.no-download:not(.highlight) a:not(.d_icon) ,
.news-presentation dl dd.no-download:not(.highlight) a:not(.d_icon) ,
.news-material dl dd.no-download:not(.highlight) a:not(.d_icon) {
	padding-left: 25px;
}

.link-list li.internal-link-text:not(.highlight) a::before ,
.link-list li.external-link-text:not(.highlight) a::before ,
.link-list-url .internal-link-text:not(.highlight) a::before ,
.link-list-url .external-link-text:not(.highlight) a::before ,
.news-result dl dd.no-download:not(.highlight) a:not(.d_icon)::before ,
.news-yuho dl dd.no-download:not(.highlight) a:not(.d_icon)::before ,
.news-presentation dl dd.no-download:not(.highlight) a:not(.d_icon)::before ,
.news-material dl dd.no-download:not(.highlight) a:not(.d_icon)::before {
	content: "";
	position: absolute;
	top: calc(5px + 1.75em / 2 - 19px / 2);
	left: 2px;
	display: inline-block;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
}
*/


/* ハイライト表示のリンクは、直前のリンクに属する様に見えるスタイルにする。 */
/* (ハイライト表示されていないリンクは、他の決算短信・有報と同列に表示）  */
.link-list:not(.highlight) li.highlight a:not(.d_icon) ,
.link-list-url li.highlight a:not(.d_icon) ,
.news-result dl dd.highlight a:not(.d_icon) ,
.news-yuho dl dd.highlight a:not(.d_icon) ,
.news-presentation dl dd.highlight a:not(.d_icon) ,
.news-material dl dd.highlight a:not(.d_icon) {
	padding-top: 0px;
	padding-left: 30px;
}

/* ハイライト表示のリンクのＬ字アイコン */
.link-list:not(.highlight) li.highlight a:not(.d_icon)::before ,
.link-list-url li.highlight a:not(.d_icon)::before ,
.news-result dl dd.highlight a:not(.d_icon)::before ,
.news-yuho dl dd.highlight a:not(.d_icon)::before ,
.news-presentation dl dd.highlight a:not(.d_icon)::before ,
.news-material dl dd.highlight a:not(.d_icon)::before {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	transform: none;

	content: "";
	position: absolute;
	top: 7px;
	left: 15px;
	display: block;
	width: 8px;
	height: 8px;
	border-left: 1px solid #707070;
	border-bottom: 1px solid #707070;
}

/* 非ハイライト表示のリンクなしテキストは、リンクアイコン無し */
/*
.link-list:not(.highlight) li.text-without-link:not(.highlight)::before ,
.link-list-url li.text-without-link:not(.highlight)::before ,
.news-result dl dd.no-link:not(.highlight)::before ,
.news-yuho dl dd.no-link:not(.highlight)::before ,
.news-presentation dl dd.no-link:not(.highlight)::before ,
.news-material dl dd.no-link:not(.highlight)::before {
	content: none;
}
*/



/* 自動連携 アイコン */
body.in-editor .news-result dl dd:not(.merged)::after ,
body.in-editor .news-yuho dl dd:not(.merged)::after ,
body.in-editor .news-presentation dl dd:not(.merged)::after ,
body.in-editor .news-material dl dd:not(.merged)::after {
	content: "自動連携";
	display: inline-block;
	vertical-align: middle;
	padding: 5px 10px;
	text-transform: none;
	font-size: 1.2rem;
	color: #fff;
	background: #83B63F;
	border-radius: 6px;
	padding: 0 5px;
	margin-left: 0.5em;
}

body.in-editor .news-material .link-list > .mgnlEditor ,
body.in-editor .news-material .link-list > ul > .mgnlEditor:last-child {
	display: block !important;
}


/*-- リンクリスト（ハイライト表示） --*/
.link-list.highlight {
}

.link-list.highlight h2 {
}

.link-list.highlight ul {
}

.link-list.highlight ul li {
}

.link-list.highlight ul li > a ,
.link-list.highlight ul li > span {
}



/*------------------------------------- 
 表組・テーブル・財務ハイライト(表組)・配当金(表組)
-------------------------------------*/
/* table共通 */
.highlights-table table ,
.highlights-alltable-2nd table ,
.haitou-table-2nd table ,
.vtable-item ,
.ircalendar-title ,
.ircalendar-item ,
.tbCore ,
.htCore ,
table.icell {
/*	font-size: calc(100% - 0.2rem); */
/*	font-size: 1.8rem; */
}

/* セル */
/* 枠線とセル内余白を指定 */
/* ※枠線が必要ない場合、1px solid transparentで設定する */
.shwTable table.htCore tr td ,
th, td {
	color: inherit;
	padding: 15px 15px;
	border: 1px solid transparent;
	vertical-align: middle;
}
/* 背景色を指定 */
.htCore tr td ,
th, td {
	background: #fff;
}


/* 背景色を交互に */
.vtable-item:nth-child(2n) > table > tbody > tr > td ,
.ircalendar-item:nth-child(2n+1) > table > tbody >tr > td ,
.highlights-table tr:nth-child(2n+1) td[class^="c"] ,
.highlights-alltable-2nd tr:nth-child(2n+1) td[class^="c"] ,
.haitou-table-2nd tr:nth-child(2n+1) td[class^="c"] ,
.haitou-table-2nd tr:nth-child(2n+1) td[class^="y"] ,
.htCore tr:nth-child(2n+1) td:not(.tableRowHead):not(.tableColumnHead) ,
.uni-table.style1 tr:nth-child(2n) td:not(.tbRowHead):not(.tbColumnHead) ,
.uni-table.style2 tr:nth-child(2n+1) td:not(.tbRowHead):not(.tbColumnHead) ,
.icell tr:nth-child(2n+1) td {
	background-color: #F5F5F5;
}

/* 見出し列 */
/* 背景色と文字色を指定 */
.form-summary table td:first-child ,
.highlights-table tr td:first-child ,
.highlights-alltable-2nd tr td:first-child ,
.haitou-table-2nd td.t1 ,
.haitou-table-2nd td.t2 ,
.haitou-table-2nd td.t12 ,
.shwTable table tr td.tableColumnHead ,
.shwTable .tbColumnHead ,
.uni-table.style1 .tbColumnHead ,
.uni-table.style2 .tbColumnHead ,
.vtable-item > table > tbody > tr > th ,
th {
	text-align: left;
	vertical-align: middle;
	background-color: #D2D1D1;
	border-top-color: #ddd;
	border-bottom-color: #ddd;
	color: inherit;
	font-weight: bold;
}

/* 見出し行 */
/* 背景色と文字色を指定 */
.highlights-table tr.r0 th ,
.highlights-alltable-2nd tr.r0 th ,
.haitou-table-2nd th ,
.shwTable table tr td.tableRowHead ,
.shwTable .tbRowHead ,
.uni-table.style1 .tbRowHead ,
.uni-table.style2 .tbRowHead ,
.ircalendar-title > table > tbody > tr > th ,
thead th {
	text-align: left;
	vertical-align: middle;
	background-color: #707070;
	color: #fff;
	font-weight: bold;
}


/* マルチセル スタイルC */
/* 見出し列 */
.uni-table.style3 .tbColumnHead {
	text-align: left;
	vertical-align: middle;
	background-color: #eee;
	color: inherit;
	font-weight: bold;
}

/* 見出しセル中の太字 */
/* thはboldが基本設定なので、thをnormalに設定する場合は、要変更 */
.vtable-item > table > tbody > tr > th .strong ,
.ircalendar-title > table > tbody > tr > th .strong {
/*	font-weight: normal; */
}

/* テーブル縦・横の枠線を重ねる */
.vtable-item > table ,
.ircalendar-title > table ,
.ircalendar-item > table {
	margin-top: -1px;
}

/*-------------- テーブル縦 --------------*/
/* デフォルト比率 */
.vtable-item > table > tbody > tr > th ,
.vtable-item > table > tbody > tr > td {
	width: 20%;
}

/*-------------- テーブル横 --------------*/
/* デフォルト比率 */
.ircalendar-title > table > tbody > tr > th ,
.ircalendar-item > table > tbody >tr > td {
	width: 20%;
}


/*-------------- 表組 --------------*/
/* 表タイトル */
.shwTableTitle {
}

.shwTableTitle h2 {
	font-weight: bold;
	margin-top: 5px;
}

/* 表組 */
.shwTable {
}

/* 単位（表組の外）*/
.shwTable td.shw-table-row {
	color: inherit;
}

/*-------------- マルチセル --------------*/
.uni-table {
}


/*-------------- 財務ハイライト表組 --------------*/
.highlights-table ,
.highlights-alltable-2nd {
}

/* 単位 */
.highlights-table .unit {
}

/* 年度 */
.highlights-table tr.r0 th ,
.highlights-alltable-2nd tr.r0 th {
	white-space: nowrap;
}

/*-------------- 配当 表組 --------------*/
.haitou-table-2nd {
}

/* 配当予想セル */
.haitou-table-2nd table th.y0 ,
.haitou-table-2nd table td.y0 {
}



/*------------------------------------- 
 グラフ・財務ハイライト(グラフ)・配当金(グラフ)
-------------------------------------*/
/* important付きは、html上のスタイルを上書きする必要があるもの */

/*-------------- グラフ --------------*/
.graph {
}

@media screen and (max-width: 768px) {
	/* グラフをタップしてもツールチップが出ない様にする代わりに */
	/* グラフ部分をドラッグしてのスクロールを可能にする */
	.graph > div {
		position: relative;
		width: auto !important;
		margin: auto;
	}

	.highlights-2nd .highlights-graph .highcharts-container ,
	.graph .highcharts-container {
		position: static !important;
	}

	.highlights-2nd .highlights-graph::before ,
	.graph::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	.highcharts-tooltip {
		display: none !important;
	}

	.highcharts-container .highcharts-legend ,
	.highcharts-container input[type=checkbox] {
		z-index: 2;
	}

	.highcharts-title {
		white-space: normal !important;
	}

	/* 横スワイプを可能にする */
	/* 横幅はUIで設定する必要がある */
	.lx_graph_sp_swipe .graph {
		overflow-x: scroll;
	}

	.lx_graph_sp_swipe .graph > div {
		display: inline-block;
	}

	.ux_graph_sp_swipe .icon-swip::before {
		content: '';
		position: absolute;
		top: calc(5% + 30px);
		left: calc(50% - 30px);
		display: block;
		width: 60px;
		height: 60px;
		background: #fff url("../../../../../../resources/sw_img/default/icon_swip.png") no-repeat center center;
		background-size: contain;
		border: 3px solid #fff;
		border-radius: 5px;
		z-index: 50;
		opacity: 0.85;
	}
}


/* 財務ハイライトver2 グラフ (凡例を含むエリア) */
.highlights-2nd > div:not(.highlights-table) {
/*	height: auto !important; */
}

/* 財務ハイライトver2 グラフ (凡例を含まないエリア) */
.highlights-2nd .highlights-graph {
/*	width: 100% !important; */
/*	min-width: auto !important; */
/*	max-width: none !important; */
/*	height: 400px !important; */
}

/* 財務ハイライトver2 グラフ 凡例 */
.highlights-2nd .legend {
/*	margin: auto !important; */
/*	width: auto !important; */
/*	min-width: auto !important; */
/*	max-width: none !important; */
/*	text-align: center; */
}

.highlights-2nd .legend-item-box {
/*	float: none !important; */
/*	display: inline-block !important; */
/*	margin-left: -5px; */
}


@media print, screen and (min-width: 769px) {
}
.multiColumn1 .graph .highlights-graph ,
.multiColumn1 .highlights-2nd .highlights-graph ,
.multiColumn1 .haitou-graph-2nd .graph {
	height: 500px !important;
}

/*-------------- 配当グラフ --------------*/
.haitou-graph-2nd {
}

.haitou-graph-2nd .graph {
/*	min-width: auto !important; */
/*	max-width: none !important; */
/*	height: 400px !important; */
}



/*------------------------------------- 
 RSS
-------------------------------------*/
/*-------------- rss --------------*/
.rss-content {
}
.rss-content::after {
	content: "";
	display: block;
	clear: both;
}

.rss-content em {
	position: relative;
	font-style: normal;
	float: right;
	margin-bottom: 10px;
	z-index: 1;
}

.rss-content a {
	text-decoration: none;
}

/*
.rss-content em {
	padding: 0 !important;
	background: none !important;
	margin-top: -16px;
}

.rss-content a {
	display: block;
	width: 16px;
	height: 16px;
	background: url("../../../../../../.resources/feed.gif") no-repeat left top;
}

.rss-content a:hover {
	opacity: 0.7;
}
*/


/*------------------------------------- 
 マルチ３
-------------------------------------*/
/* リストがない場合 */
.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.";
}


/* 年(セレクトボックス) */
.basic-list2 .yearTabs select {
	display: block;
	font-size: 1.8rem;
}
.basic-list2 .yearTabs select option {
	display: block;
}

.basic-list2 .yearTabs > div {
	position: relative;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.basic-list2 .yearTabs select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-transform: none;
	background: none;
	border: none;
	width: 100%;
	height: 100%;
	outline: 0;
	cursor: pointer;

	min-width: 180px;
    min-height: 44px;
	padding: 5px 40px 5px 20px;
	color: var(--text-color);
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: var(--text-letter-spacing);
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
    transition: .2s ease all;
}

.basic-list2 .yearTabs select:active ,
.basic-list2 .yearTabs select:focus ,
.basic-list2 .yearTabs select:hover {
	box-shadow: 0 0 3px rgba(0,0,0, 0.5);
}

.basic-list2 .yearTabs > div::after {
	content: "";
	top: 45%;
	right: 24px;
	position: absolute;
	width: 10px;
	height: 10px;
	transform: translateY(-50%) rotate(45deg);
	border-bottom: 2px solid var(--key-color);
	border-right: 2px solid var(--key-color);
}

.basic-list2 .yearTabs > div:hover::after {
}

/* 年・カテゴリタブ(絞込み) */
.basic-list2 .yearTabs {
	margin-bottom: 20px;
	padding: 0px 0px 1px;
	text-align: center;
}

.basic-list2 .tabs {
	text-align: center;
	margin-bottom: 40px;
}

.basic-list2 .tabs > ul > li {
	display: block;
	margin-bottom: 10px;
	padding: 0px 0px 1px;
}

.basic-list2 .yearTabs span {
	position: relative;
	display: inline-flex;
	vertical-align: top;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;

	padding: 3px 15px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.25;
	letter-spacing: 0;
	background: #fff;
}

.basic-list2 .yearTabs li:not(:last-child) span {
	border-right: 1px solid #676767;
}

.basic-list2 .yearTabs span[active] ,
.basic-list2 .yearTabs span:hover {
	color: var(--key-color);
	z-index: 1;
}

.basic-list2 .yearTabs span:focus ,
.basic-list2 .yearTabs span:active {
	color: var(--key-color);
	z-index: 2;
}

.basic-list2 .tabs span {
	position: relative;
	display: inline-flex;
	vertical-align: top;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	margin-right: 8px;

	min-width: 100px;
	padding: 10px 10px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0;
	background: #fff;
	border-bottom: 6px solid #ddd;
}

.basic-list2 .tabs span[active] ,
.basic-list2 .tabs span:hover {
	color: var(--key-color);
	border-bottom-color: var(--key-color);
	z-index: 1;
}

.basic-list2 .tabs span:focus ,
.basic-list2 .tabs span:active {
	color: var(--key-color);
	border-bottom-color: var(--key-color);
	z-index: 2;
}

.basic-list2:not(.thumnail) .tabs li.news_ja_a {
	display: none;
}


/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list2 .tabs > ul > li > span {
	display: none;
}

/* 全ての全てタブは、デフォルト非表示 */
.basic-list2 .tabs li.allall {
	display: none;
}



/* 年・カテゴリ見出しを表示する場合 */
.lx_style_multi3_tab_title .basic-list2 .yearTabs::before {
	content: "掲載年";
}

.lx_style_multi3_tab_title .basic-list2 .tabs > ul > li {
	position: relative;
}

.lx_style_multi3_tab_title .basic-list2 .tabs > ul > li.allall ,
.lx_style_multi3_tab_title .basic-list2 .tabs > ul > li.pickup {
	display: none;
}

.lx_style_multi3_tab_title .basic-list2 .tabs > ul  > li > span:not(.allall) {
	padding: 0;
	margin: 0;
	min-width: auto;
	height: auto;
	line-height: inherit;
	font-size: 1.8rem;
	color: inherit;
	background: none;
	border: none;
}

.lx_style_multi3_tab_title .basic-list2 .yearTabs::before ,
.lx_style_multi3_tab_title .basic-list2 .tabs > ul  > li > span:not(.allall) {
	display: inline-flex;
	justify-content: center;
	text-align: left;
	width: 105px;
	padding: 10px 0;
	font-size: 1.4rem;
	font-weight: bold;
	pointer-events: none;
}

@media print, screen and (min-width: 769px) {
	.lx_style_multi3_tab_title .basic-list2 .yearTabs ,
	.lx_style_multi3_tab_title .basic-list2 .tabs {
		padding-left: 105px;
	}

	.lx_style_multi3_tab_title .basic-list2 .yearTabs::before ,
	.lx_style_multi3_tab_title .basic-list2 .tabs > ul > li > span:not(.allall) {
		margin-left: -105px;
	}
}

@media screen and (max-width: 768px) {
	.lx_style_multi3_tab_title .basic-list2 .yearTabs::before ,
	.lx_style_multi3_tab_title .basic-list2 .tabs > ul > li > span:not(.allall) {
		display: block;
		margin-top: -10px;
	}
}

/*----------- 情報パネル -----------*/
.basic-list2 .infoPanel {
	position: relative;
	margin-top: 40px;
	padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.basic-list2 .infoPanel {
		margin-top: 20px;
		padding-bottom: 40px;
	}
}

.basic-list2 .infoPanel .clearTab {
	display: block;
	position: absolute;
	bottom: 15px;
	right: 0;
}

.basic-list2 .infoPanel .clearTab span {
	display: inline-block;
	padding: 1px 0px;
	text-align: center;
	color: inherit;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: var(--text-letter-spacing);
	border-bottom: 1px solid #666;
}

.basic-list2 .infoPanel .countTab {
	display: block;
	text-align: center;
	color: inherit;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: var(--text-letter-spacing);
}

.basic-list2 .infoPanel .countTab .total ,
.basic-list2 .infoPanel .countTab .view {
	vertical-align: baseline;
	font-size: 2.4rem;
	letter-spacing: 0;
}


/*----------- ページャー-----------*/
.basic-list2 .pager {
	margin: 0 auto;
}

/* moreボタン */
.basic-list2 .pager .moreBtn {
	margin-top: 40px;
	text-align: center;
	font-size: 0;
}

.basic-list2 .pager .moreBtn > span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 5px;

	padding: 5px 20px;
	font-size: 1.4rem;
	letter-spacing: var(--text-letter-spacing);
	background: #eee;
}

.basic-list2 .pager .moreBtn > span:hover {
	background: #ccc;
}

/* pageボタン */
.basic-list2 .pager .pageBtn {
	margin: 40px auto 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	flex-flow: row nowrap;
	gap: 10px;
}

.basic-list2 .pager .pageBtn > span {
	position: relative;
	display: inline-flex;
	vertical-align: top;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	text-align: center;

	padding: 5px 5px;
	font-size: 1.6rem;
	font-weight: bold;
	color: var(--text-color);
	background: #fff;
	border: 1px solid transparent;
}

.basic-list2 .pager .pageBtn > span[active] ,
.basic-list2 .pager .pageBtn > span:hover {
	color: var(--key-color);
}

.basic-list2 .pager .pageBtn > span[data-page="prev"] ,
.basic-list2 .pager .pageBtn > span[data-page="next"] {
}


.basic-list2 .pager .pageBtn > span[data-page="prev"]::before ,
.basic-list2 .pager .pageBtn > span[data-page="next"]::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
}

.basic-list2 .pager .pageBtn > span[data-page="prev"]::before {
	transform: translate(-50%, -50%) scaleX(-1);
}

.basic-list2 .pager .pageBtn > span[data-page="prev"]:hover ,
.basic-list2 .pager .pageBtn > span[data-page="next"]:hover {
	border-color: var(--key-color);
}

.basic-list2 .pager .pageBtn > span[data-page="prev"]:hover::before ,
.basic-list2 .pager .pageBtn > span[data-page="next"]:hover::before {
	background-image: url("../../../../../../resources/sw_img/icon/icon_arr01.svg");
}


/*----------- サムネイルなし -----------*/
.basic-list2:not(.thumnail) {
}

.basic-list2:not(.thumnail) .tabItems {
	border-top: 1px solid #ddd;
}

/* リリース1件分 */
.basic-list2:not(.thumnail) .tabItems > li {
	position: relative;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}

@media print, screen and (min-width: 769px) {
	.basic-list2:not(.thumnail) .tabItems > li {
		padding: 20px 40px;
	}
}

/* 偶数・奇数件目の背景色(10件分) */
/*
.basic-list2:not(.thumnail) .tabItems > li:not(.hidden) ,
.basic-list2:not(.thumnail) .tabItems > li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ,
.basic-list2:not(.thumnail) .tabItems > li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ,
.basic-list2:not(.thumnail) .tabItems > li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ,
.basic-list2:not(.thumnail) .tabItems > li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) {
	background: #f7f7f7;
}

.basic-list2:not(.thumnail) .tabItems > li:not(.hidden) ~ li:not(.hidden) ,
.basic-list2:not(.thumnail) .tabItems > li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ,
.basic-list2:not(.thumnail) .tabItems > li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ,
.basic-list2:not(.thumnail) .tabItems > li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ,
.basic-list2:not(.thumnail) .tabItems > li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) {
}
*/

.basic-list2:not(.thumnail) .item {
	position: relative;
	display: block; 
	padding-top: 2em;
	padding-left: 0;
	font-size: 1.4rem;
}

.basic-list2:not(.thumnail) .item::after {
	content: "";
	display: block;
	clear: both;
}

.basic-list2:not(.thumnail) .item > a ,
.basic-list2:not(.thumnail) .item > span {
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
}

.basic-list2:not(.thumnail) .item > a .news_tx::before {
	content: "";
	position: static;
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
	margin-right: 5px;
}


/* リリースのテキスト */
.basic-list2:not(.thumnail) .item .news_tx {
}

.basic-list2:not(.thumnail) .item > a .news_tx {
	color: inherit;
}

.basic-list2:not(.thumnail) .item > a:hover .news_tx {
	color: var(--key-color);
	text-decoration: underline;
}

/* 日付 */
.basic-list2:not(.thumnail) .item .date {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
}

/*
[lang="ja"] .basic-list2:not(.thumnail) .item .date {
	font-family: "メイリオ", Meiryo, YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif;
}
*/


/* カテゴリアイコン */
.basic-list2:not(.thumnail) .item .c_icon {
	text-decoration: none;

	display: flex;
	flex-flow: row wrap;

	margin-top: -27px;
	min-height: 27px;
	padding-left: 120px;
}

/* ファイルアイコン */
.basic-list2:not(.thumnail) .item .d_icon {
	vertical-align: baseline;
	margin-left: 0.5em;
}

/* NEWアイコン */
/* js制御される為、displayの設定は不可 */
.basic-list2:not(.thumnail) .item .n_icon {
	margin: 0 0.5em;
}
.basic-list2:not(.thumnail) .item .n_icon::before {
	content: "NEW";
	display: inline-block;
	vertical-align: middle;
	color: var(--key-color);
	font-size: 1rem;
	font-weight: bold;
}

/* もっと読む・詳細（ニュース概要） */
.basic-list2:not(.thumnail) .item .det_tx {
	display: none;
}

/* 説明文 */
.basic-list2:not(.thumnail) .item .explanation > li {
}

/* ファイル */
.basic-list2:not(.thumnail) .item .link-info {
}

/*----------- カテゴリアイコン -----------*/
/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list2:not(.thumnail) .item .c_icon span[data-category-level="1"] {
	display: none;
}

.basic-list2:not(.thumnail) .item .c_icon span {
	position: relative;
	display: inline-flex;
	vertical-align: top;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	margin-bottom: 5px;

	line-height: 1.5;
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: 0;
	text-align: center;
	padding: 1px 4px;

	color: var(--text-color);
	border: 1px solid transparent;
	background: #F4F4F4;
}

.basic-list2:not(.thumnail) .item .c_icon span[data-category-group="renkei"] ,
.basic-list2:not(.thumnail) .item .c_icon span[data-category-group="news_ja_b"] ,
.basic-list2:not(.thumnail) .item .c_icon span[data-category-group="attention_en"] {
	background: none;
	border: 1px solid #d5d5d5;
}


.basic-list2:not(.thumnail) .item .c_icon span[data-category-group="news_area_en"] ,
[data-page-path^="/en/news"] .basic-list2:not(.thumnail) .item .c_icon span.topics_attention_en {
	display: none;
}


/* カテゴリアイコン個別に背景色等を設定する */
/*
.basic-list2:not(.thumnail) .item .c_icon span[data-category-group="renkei"] {
	background: #996464;
}

.basic-list2:not(.thumnail) .item .c_icon span.result {
	background: #FF5358;
}
.basic-list2:not(.thumnail) .item .c_icon span.gyouseki {
	background: #0082C8;
}
.basic-list2:not(.thumnail) .item .c_icon span.tekiji {
	background: #7C1A7C;
}
.basic-list2:not(.thumnail) .item .c_icon span.pr {
	background: #BE7846;
}
.basic-list2:not(.thumnail) .item .c_icon span.ir {
	background: #000;
}
.basic-list2:not(.thumnail) .item .c_icon span.governance {
	background: #50BE50;
}
.basic-list2:not(.thumnail) .item .c_icon span.meeting {
	background: #F064A0;
}
.basic-list2:not(.thumnail) .item .c_icon span.yuho {
	background: #FF7800;
}
*/


@media print, screen and (min-width: 769px) {
	/*== 日付～本文を横並びにする ==*/
	/* １カラム時。２カラム以上はSPと同じ表示 */
/*	[role="main"] > .multiColumn1 >*> .basic-list2:not(.thumnail) .item , */
	.lx_multi3_news_col1pc .basic-list2:not(.thumnail) .item {
		padding-top: 0px;
		padding-left: 380px;
	}

/*	[lang="en"] [role="main"] > .multiColumn1 >*> .basic-list2:not(.thumnail) .item , */
	[lang="en"] .lx_multi3_news_col1pc .basic-list2:not(.thumnail) .item {
	}

/*	[role="main"] > .multiColumn1 >*> .basic-list2:not(.thumnail) .item .c_icon , */
	.lx_multi3_news_col1pc .basic-list2:not(.thumnail) .item .c_icon {
		width: auto;
		float: none;
		margin: 0;
		padding: 0;

		display: inline-flex;
		vertical-align: top;
		margin-top: 0px;
		margin-bottom: -5px;

	/* 縦並び */
		width: 220px;
		float: left;
		margin-left: -240px;

	/* 横並び */
	/*
		min-width: 120px;
		margin-left: -120px;
	*/
	}
}

/*== カテゴリアイコン無し ==*/
.lx_multi3_no_c_icon .basic-list2.thumnail .item {
	padding-bottom: 0;
}

@media print, screen and (min-width: 769px) {
	[role="main"] > .multiColumn1.lx_multi3_no_c_icon >*> .basic-list2:not(.thumnail) .item ,
	.lx_multi3_news_col1pc.lx_multi3_no_c_icon .basic-list2:not(.thumnail) .item {
		padding-left: 130px;
	}

	[lang="en"] [role="main"] > .multiColumn1.lx_multi3_no_c_icon >*> .basic-list2:not(.thumnail) .item ,
	[lang="en"] .lx_multi3_news_col1pc.lx_multi3_no_c_icon .basic-list2:not(.thumnail) .item {
	}

}


/*----------- サムネイルあり -----------*/
.basic-list2.thumnail {
}

.basic-list2.thumnail .tabItems {
	margin: 0;
	padding: 0;

	display: flex;
	flex-flow: row wrap;
	gap: 30px 30px;
}

/* リリース1件分 */
/* PCでは１行に３つづつで、画像が上側、テキストは下側に配置 */
.basic-list2.thumnail .tabItems > li {
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;

	position: relative;
	display: block;
	width: calc((100% - 30px * 2) / 3);
}

.basic-list2.thumnail .item {
	overflow: hidden;
	padding-bottom: 40px;
	font-size: 1.4rem;
	letter-spacing: var(--text-letter-spacing);
}

@media screen and (max-width: 768px) {
	.basic-list2.thumnail .tabItems {
		gap: 20px 20px;
	}

	.basic-list2.thumnail .tabItems > li {
		width: calc(100% / 2 - 10px);
	}

	.basic-list2.thumnail .item {
		padding-bottom: 70px;
	}
}

.basic-list2.thumnail li.lazy .item > span::before ,
.basic-list2.thumnail li.lazy .item > a::before ,
.basic-list2.thumnail li.no-img .item > span::before ,
.basic-list2.thumnail li.no-img .item > a::before ,
.basic-list2.thumnail .item .n_img {
	position: relative;
	display: block;
	width: auto;
	aspect-ratio: 320 / 240;
	border: 1px solid #eee;
	margin-bottom: 10px;
}

.basic-list2.thumnail li.no-img .item > span::before ,
.basic-list2.thumnail li.no-img .item > a::before {
	content: "";
	background: url(../../../../../../resources/sw_img/image/img_news_default.png) no-repeat center center;
	background-size: cover;
}

.basic-list2.thumnail .item .n_img {
}

.basic-list2.thumnail .item .n_img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: none;
	max-height: none;
	width: 100%;
	height: 100%;
	margin: auto;
	-o-object-fit: cover;
	   object-fit: cover;
}

.basic-list2.thumnail .item > a ,
.basic-list2.thumnail .item > span {
	color: inherit;
	text-decoration: none;
}

.basic-list2.thumnail .item > a:hover {
	opacity: 0.7;
}

/* リリースのテキスト */
.basic-list2.thumnail .item .news_tx {
}

/* NEWアイコン */
/* js制御される為、displayの設定は不可 */
.basic-list2.thumnail .item .n_icon {
}
.basic-list2.thumnail .item .n_icon::before {
	content: "NEW";
	display: inline-block;
/*	padding: 1px 7px; */
	font-size: 1rem;
	line-height: 1.5;
	color: var(--key-color);
	font-weight: bold;
/*	border: 1px solid var(--key-color); */
	margin-left: 5px;
}

/*
.basic-list2.thumnail .item .n_icon {
	position: absolute;
	top: 0;
	right: 0;
}
.basic-list2.thumnail .item .n_icon::before {
	content: "NEW";
	display: block;
	padding: 3px 10px;
	font-size: 1.2rem;
	color: #fff;
	background: #ff3333;
}
*/

/* 概要テキスト */
.basic-list2.thumnail .item .det_tx {
	display: none;
}

/* 説明文 */
.basic-list2.thumnail .item .explanation > li {
	display: none;
}

/* ファイル */
.basic-list2.thumnail .item .link-info {
}


/* 日付 */
.basic-list2.thumnail .item .date {
	position: absolute;
	bottom: 0;
	left: 0;
}

/* カテゴリアイコン */
.basic-list2.thumnail .item .c_icon {
	position: absolute;
	bottom: -5px;
	right: 0;
}

@media screen and (max-width: 768px) {
	.basic-list2.thumnail .item .date {
		bottom: 32px;
	}

	.basic-list2.thumnail .item .c_icon {
		right: auto;
		left: 0;
	}
}


/*----------- カテゴリアイコン -----------*/
/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list2.thumnail .item .c_icon span[data-category-level="1"] {
	display: none;
}

.basic-list2.thumnail .item .c_icon span {
	position: relative;
	display: inline-flex;
	vertical-align: top;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	margin-bottom: 5px;

	line-height: 1.5;
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: 0;
	text-align: center;
	padding: 1px 4px;

	color: var(--text-color);
	border: 1px solid transparent;
	background: #F4F4F4;
}

/* カテゴリアイコン個別に背景色等を設定する */
/*
.basic-list2.thumnail .item .c_icon span[data-category-group="renkei"] {
	background: #996464;
}

.basic-list2.thumnail .item .c_icon span.result {
	background: #FF5358;
}
.basic-list2.thumnail .item .c_icon span.gyouseki {
	background: #0082C8;
}
.basic-list2.thumnail .item .c_icon span.tekiji {
	background: #7C1A7C;
}
.basic-list2.thumnail .item .c_icon span.pr {
	background: #BE7846;
}
.basic-list2.thumnail .item .c_icon span.ir {
	background: #000;
}
.basic-list2.thumnail .item .c_icon span.governance {
	background: #50BE50;
}
.basic-list2.thumnail .item .c_icon span.meeting {
	background: #F064A0;
}
.basic-list2.thumnail .item .c_icon span.yuho {
	background: #FF7800;
}
*/



/*== マルチ３一覧 カテゴリをフラット選択に ==*/
.ux_multi3_flat_category .basic-list2 .tabs li.allall {
	display: inline;
}

.ux_multi3_flat_category .basic-list2 .tabs span.allall {
	display: inline-flex;
}

.ux_multi3_flat_category .basic-list2 .tabs li.all {
	display: none;
}

.ux_multi3_flat_category .basic-list2 .tabs > ul > li {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}

.ux_multi3_flat_category .basic-list2 .tabs {
	padding: 0 0 5px;
}


/*== IR統合アイコン ==*/
#sharewithmain .lx_multi3_combine_ir {
}

.lx_multi3_combine_tab_ir .basic-list2 .tabs li.renkei > span ,
.lx_multi3_combine_ir .basic-list2 .tabs li.renkei > span {
	display: inline-flex;
}

.lx_multi3_combine_tab_ir .basic-list2 .tabs li.renkei ul ,
.lx_multi3_combine_ir .basic-list2 .tabs li.renkei ul {
	display: none;
}


.lx_multi3_combine_ir .basic-list2 .item .c_icon span[data-category-group="renkei"] {
	display: none;
}
.lx_multi3_combine_ir .basic-list2 .item .c_icon span.renkei {
	display: inline-flex;
}


/*==== マルチ３一覧をリスト風に ====*/
#sharewithmain .lx_multi3_list_style {
}

.lx_multi3_list_style .basic-list2:not(.thumnail) .note_tx ,
.lx_multi3_list_style .basic-list2:not(.thumnail) .item .date ,
.lx_multi3_list_style .basic-list2:not(.thumnail) .item .c_icon {
	display: none !important;
}

.lx_multi3_list_style .basic-list2:not(.thumnail) {
}

.lx_multi3_list_style .basic-list2:not(.thumnail) .tabItems {
	border: none;
}

.lx_multi3_list_style .basic-list2:not(.thumnail) .tabItems li {
	margin: 0;
	padding: 0;
	border: none;
}

.lx_multi3_list_style .basic-list2:not(.thumnail) .tabItems .item {
	margin: 0;
	padding: 0;

	padding-top: 5px;
	margin-bottom: 5px;
	padding-left: 30px;
}

.lx_multi3_list_style .basic-list2:not(.thumnail) .tabItems .item::before {
	content: "";
	position: absolute;
	top: calc(5px + 1.75em / 2 - 19px / 2);
	left: 2px;
	display: inline-block;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
}

.lx_multi3_list_style .basic-list2:not(.thumnail) .tabItems .item > a {
	color: var(--key-color);
}

.lx_multi3_list_style .basic-list2:not(.thumnail) .tabItems .titleOnly .item::before {
	content: "";
	position: absolute;
	top: calc(5px + 1.75em / 2 - 8px / 2);
	left: 6px;
	display: inline-block;
	width: 8px;
	height: 8px;
	background: currentColor;
	border-radius: 100%;
}


/*==== マルチ３一覧 テーブル風に (アイコン後ろ) ====*/
#sharewithmain .lx_multi3_tablestyle01 {
}

.lx_multi3_tablestyle01 .basic-list2:not(.thumnail) .tabItems {
	border: none;
}

.lx_multi3_tablestyle01 .basic-list2:not(.thumnail) .tabItems > li {
	padding: 0;
	margin: 0;
	border: none;

	border: 1px solid #ccc;
	margin-bottom: -1px;
}

.lx_multi3_tablestyle01 .basic-list2:not(.thumnail) .item {
	position: relative;
	padding: 0;
	padding: 20px;
}

.lx_multi3_tablestyle01 .basic-list2:not(.thumnail) .item > a ,
.lx_multi3_tablestyle01 .basic-list2:not(.thumnail) .item > span {
	display: inline;
}

.lx_multi3_tablestyle01 .basic-list2:not(.thumnail) .item > a .news_tx {
	color: var(--key-color);
}

.lx_multi3_tablestyle01 .basic-list2:not(.thumnail) .item::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
	margin-top: -10px;
	margin-right: 3px;
}


.lx_multi3_tablestyle01 .basic-list2:not(.thumnail) .item .date {
	display: none;
}

.lx_multi3_tablestyle01 .basic-list2:not(.thumnail) .item .c_icon {
	padding: 0;
	margin: 0;

	float: right;
	width: 150px;
	margin: -20px -20px -20px 20px;
	padding: 10px 10px 10px 20px;
	text-align: center;
}

.lx_multi3_tablestyle01 .basic-list2:not(.thumnail) .item .c_icon::before {
	content: "";
	position: absolute;
	top: 0;
	left: auto;
	margin-left: -20px;
	display: block;
	width: 1px;
	height: 100%;
	background: #ccc;
}


/*==== マルチ３一覧 パネルスタイル ====*/
.lx_multi3_teaser_style .basic-list2.thumnail .item {
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 0;
}

.lx_multi3_teaser_style .basic-list2.thumnail .item .n_img {
    padding: 0;
    border: none;
    aspect-ratio: auto;
}

.lx_multi3_teaser_style .basic-list2.thumnail .item .n_img img {
    position: static;
}

.lx_multi3_teaser_style .basic-list2.thumnail .item .date ,
.lx_multi3_teaser_style .basic-list2.thumnail .item .c_icon {
    display: none;
}

.lx_multi3_teaser_style .basic-list2.thumnail .item .news_tx {
    position: relative;
    display: block;
    padding-left: 30px;
}

.lx_multi3_teaser_style .basic-list2.thumnail .tabItems .item .news_tx::before {
	content: "";
	position: absolute;
	top: calc(0px + 1.75em / 2 - 11px / 2);
	left: 2px;
	display: inline-block;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
}

.lx_multi3_teaser_style .basic-list2.thumnail .tabItems .titleOnly .item .news_tx::before {
	content: "";
	position: absolute;
	top: calc(0px + 1.75em / 2 - 8px / 2);
	left: 6px;
	display: inline-block;
	width: 8px;
	height: 8px;
	background: currentColor;
	border-radius: 100%;
}

.lx_multi3_teaser_style .basic-list2.thumnail .tabItems .item > a {
	color: var(--key-color);
}



/*------------------------------------- 
 メディア
-------------------------------------*/
/*-------------- 動画 --------------*/
/* .videoとしてはいけない */
div.video {
}


/*-------------- 音声 --------------*/
/* .audioとしてはいけない */
div.audio {
}



/*-------------- GoogleMap（地図埋め込み） --------------*/
div.map {
	position: relative;
}

div.map::after {
	content: "";
	display: block;
/*	padding-top: 56.25%; */	/* 高さと幅の比を16:9に固定。9/16*100=56.25 */
	padding-top: 75%;	/* 高さと幅の比を4:3に固定。3/4*100=75 */
}

div.map > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


@media print, screen and (min-width: 769px) {
	/* １カラムの場合、地図が画面端まであるとスクロールさせずらいので余白を設ける */
	.multiColumn1 div.map {
		margin-left: 30px;
		margin-right: 30px;
	}
}


@media screen and (max-width: 768px) {
	/* 地図が画面端まであるとスクロールさせずらいので余白を設ける */
	div.map {
		padding: 0 10px;
	}
}


/*------------------------------------- 
 サイトマップ
-------------------------------------*/
#sharewithmain .lx_style_sitemap {
}

/* 共通 */
#sharewithmain .lx_style_sitemap .index-map .item > a {
	color: var(--key-color);
}

#sharewithmain .lx_style_sitemap .index-map .item > span {
}

#sharewithmain .lx_style_sitemap .index-map .item > a[target="_blank"] .news_tx::after {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout.svg") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
}

#sharewithmain .lx_style_sitemap .index-map .item > a:hover .news_tx  {
	text-decoration: underline;
}

#sharewithmain .lx_style_sitemap .index-map .item a:active ,
#sharewithmain .lx_style_sitemap .index-map .item a:focus {
	outline: 2px ridge #000;
}



/* 第１階層(ja・en)・第２階層 */
#sharewithmain .lx_style_sitemap .index-map > ul {
	display: flex;
	flex-flow: row wrap;
	gap: 30px 30px;
}

#sharewithmain .lx_style_sitemap .index-map > ul > li {
	width: 100%;
}

@media print, screen and (min-width: 769px) {
	#sharewithmain .lx_style_sitemap .index-map > ul > li {
		width: calc((100% - 30px) / 2);
	}
}

#sharewithmain .lx_style_sitemap .index-map > ul:first-of-type > li > .item .news_tx {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	min-height: 76px;
	padding: 5px 10px;
	padding-right: 40px;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: var(--text-letter-spacing);
	background: var(--key-color);
	border: 1px solid var(--key-color);
	text-decoration: none;
	border-radius: 4px;
}

#sharewithmain .lx_style_sitemap .index-map > ul:first-of-type > li > .item .news_tx::before {
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	right: 25px;
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01_white.svg") center center no-repeat;
	background-size: contain;
}

#sharewithmain .lx_style_sitemap .index-map > ul:first-of-type > li > .item > a[target="_blank"] .news_tx::after {
	background-image: url("../../../../../../resources/sw_img/icon/linkout_white.svg");
}

#sharewithmain .lx_style_sitemap .index-map > ul:first-of-type > li > .item > a:hover .news_tx {
	color: var(--key-color);
	background: #fff;
}

#sharewithmain .lx_style_sitemap .index-map > ul:first-of-type > li > .item > a:hover .news_tx::before {
	background-image: url("../../../../../../resources/sw_img/icon/icon_arr01.svg");
}


/* 第３階層 */
#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_2 {
	margin-top: 20px;
/*
	display: flex;
	flex-flow: row wrap;
	gap: 5px 30px;
*/
}

#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_2 > li {
	width: 100%;
}

/*
@media print, screen and (min-width: 769px) {
	#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_2 > li {
		width: calc((100% - 30px) / 2);
	}
}
*/

#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_2 > li > .item {
	position: relative;
	display: block;
	padding-left: 25px;
	font-size: 1.6rem;
}

#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_2 > li > .item > a::before {
	content: "";
	position: absolute;
	top: calc(1.75em / 2 - 10px);
	left: 5px;
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") center center no-repeat;
	background-size: contain;
}

/* 第４階層 */
#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_3 {
	margin-top: 0;
	display: flex;
	flex-flow: row wrap;
	gap: 5px 30px;
}

#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_3 > li {
	width: 100%;
}

@media print, screen and (min-width: 769px) {
	#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_3 > li {
/*		width: calc((100% - 30px) / 2); */
	}
}

#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_3 > li > .item {
	position: relative;
	display: block;
	padding-left: 25px;
	font-size: 1.6rem;
	margin-left: 20px;
}

#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_3 > li > .item > a::before {
	content: "";
	position: absolute;
	top: calc(1.75em / 2 - 10px);
	left: 5px;
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") center center no-repeat;
	background-size: contain;
}

/* 第５階層以降は非表示 */
#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_4 {
	display: none;
}


/* --------------------------------------
 フォーム
-------------------------------------- */
/* 枠線と背景色 */
@media print, screen and (min-width: 769px) {
	.form-wrapper .form-edit ,
	.form-wrapper .form-selection ,
	.form-wrapper .form-edit::before ,
	.form-wrapper .form-selection::before ,
	.form-wrapper .form-edit > label ,
	.form-wrapper .form-selection > label {
		color: inherit;
		padding: 15px 30px;
		border-top: 1px solid #dedede;
		border-bottom: 1px solid #dedede;

		text-align: left;
		vertical-align: middle;
		font-weight: normal;
	}

	.form-wrapper .form-edit::before ,
	.form-wrapper .form-selection::before ,
	.form-wrapper .form-edit > label ,
	.form-wrapper .form-selection > label {
		text-align: left;
		vertical-align: middle;
/*		background-color: #fafafa; */
		color: inherit;
		font-weight: bold;
	}
}


@media screen and (max-width: 768px) {
	.form-wrapper .form-edit {
/*		margin-top: 20px; */
	}

	.form-wrapper .form-edit ,
	.form-wrapper .form-selection ,
	.form-wrapper .form-edit > label ,
	.form-wrapper .form-selection > label {
		color: inherit;
		padding: 10px 10px;
		border-top: 1px solid #dedede;
		border-bottom: 1px solid #dedede;
	}

	/* 見出し部分、カウンターマージンを設定する */
	.form-wrapper .form-edit > label ,
	.form-wrapper .form-selection > label {
		border: none;
		margin: -5px -10px 0px;

		text-align: left;
		vertical-align: middle;
/*		background-color: #fafafa; */
		color: inherit;
		font-weight: bold;
	}
}


.form-box {
	margin: 40px auto 0;
}

@media print, screen and (min-width: 769px) {

	/* FORMS
	-------------------- */

	button::-moz-focus-inner ,
	input::-moz-focus-inner {
	    border: 0;
	    padding: 0;
	}


	.form-wrapper {
		clear: both;
		margin: auto;
	}

	.form-wrapper div::after {
		content: "";
		display: block;
		clear: both;
	}

	.form-wrapper fieldset {
		border: none;
		margin: 5px 0 30px 0;
	}
	.form-wrapper fieldset > h2 {
		margin-bottom: 10px;
		padding: 5px 10px;
		color: #222;
		background-color: #CCCCCC;
	}

	.form-wrapper div.form-edit span ,
	.form-wrapper div.form-selection span {
	}
	.form-row {
		clear: both;
		zoom: 1;
		border-bottom: 1px dotted #b3b3b3;
		padding: 10px 0 15px 0;
	}
	.form-row div {
		width: auto;
		border-bottom: none;
		margin: 0 0 10px 0;
		padding: 0;
	}
	.form-row .form-item {
		margin: 0;
		clear: none;
	}
	.form-wrapper label {
		position: relative;
		display: block;
		cursor: inherit;
	}
	.form-wrapper label[for="text"] {
	}
	.form-wrapper label span {
	}
	.form-wrapper fieldset .multiple-labels fieldset input ,
	.form-wrapper input ,
	.form-wrapper textarea ,
	.form-wrapper div.mod input.mod {
		display: block;
		box-sizing: border-box;
		width: 100%;
		margin: 3px 0 0 0;
		border: 1px solid #c2c2c2;
		padding: 10px 3px 10px 3px;
		background: #ffffff;
	}
	.form-wrapper input[type="submit"] {
		display: inline;
		border: 1px solid #c2c2c2;
	}
	.step-controls {
		position: relative;
		top: 2px;
	}
	.input-datetime-local .step-controls {
		top: auto;
	}
	.form-item-hidden ,
	.form-wrapper input[type=hidden] {
	   display: none;
	}
	.form-wrapper .multiple-labels fieldset input.a11y-focus ,
	.form-wrapper .multiple-labels fieldset input:focus ,
	.form-wrapper input:focus ,
	.form-wrapper textarea:focus ,
	.form-wrapper input.a11y-focus ,
	.form-wrapper textarea.a11y-focus {
		border: 1px solid #000;
		background: #FFFFFF;
	}
	.form-wrapper input[type=radio].a11y-focus ,
	.form-wrapper input[type=checkbox].a11y-focus {
		background: transparent;
		border: none;
	}
	.form-wrapper textarea {
		width: 100%;
	}
	.form-wrapper select {
		display: block;
		width: 310px;
		margin: 5px 0 0 0;
	}
	.form-wrapper div span.input-datetime-local {
		font-size: 100%;
	}
	.form-wrapper h4 {
		padding: 0 0 10px 0;
		color: #000;
		font-size: 130%;
		font-weight: bold;
	}
	.form-wrapper div.multiple-labels label span {
		color: #555;
		font-size: 110%;
		font-weight: normal;
	}
	.form-row label span {
		display: inline;
	}
	.form-row label.m span {
		clear: both;
		padding: 0 0 5px 0;
	}
	.form-row span.help a {
		background: url("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") 0 -651px no-repeat;
		padding-left: 15px;
	}

	/* multiple inputs in one row */
	.form-row .form-item-s ,
	.form-row .form-item-m ,
	.form-row .form-item-l {
		float: left;
		margin: 0;
		clear: none;
		width: 92px;
	}
	.form-row .form-item-m {
		width: 161px;
		padding: 0;
	}
	.form-row .form-item-l {
		width: 363px;
	}
	.form-row .form-item-s input {
		width: 70px;
	}
	.form-wrapper .form-row .form-item-m input {
		width: 139px;
	}
	.form-row .form-item-l input {
		width: 209px;
	}

	/* checkboxes & radiobuttons */
	.form-wrapper fieldset fieldset {
		margin: 0;
		padding: 0;
	}
	.form-wrapper fieldset fieldset .form-item {
		float: none;
		display: block;
		clear: both;
	}
	.form-wrapper fieldset fieldset input {
		width: auto;
		display: inline;
		background: transparent;
		border: none;
	}
	#main .form-wrapper fieldset fieldset legend {
		text-indent: -9999px;
		font-size: 0;
	}
	.form-wrapper  fieldset fieldset div.form-item label {
		display: inline;
	}

	.form-wrapper fieldset fieldset:not(.mod) .form-item {
		margin-top: 3px;
		margin-bottom: 3px;
	}

	/* mod for short elements */
	.form-wrapper fieldset fieldset.mod .form-item {
		float: left;
		clear: none;
		margin-top: 3px;
		margin-bottom: 3px;
		margin-right: 30px;
	}
	.form-wrapper fieldset fieldset.mod .form-item label {
		display: inline;
	}

	/* table date-picker */
	.input-date-datepicker-control td:hover {
	    background-color: #BBEEFF;
	    border: none;
	    box-shadow: 0 3px 9px rgba(255, 255, 255, 0.9) inset;
	}
	.input-date-datepicker-control td.ui-datepicker-today {
		border: none;
		background: #EC1549;
	}
	.input-date-datepicker-control td.ui-datepicker-today a {
		color: #fff;
	}
	.input-date-datepicker-control td.ui-datepicker-current-day {
		border: none;
		background: #999;
	}


	/* 確認ページ */
	.form-summary {
		margin: 0 auto 50px;
	}

	.form-summary table {
	}

	.form-summary table caption {
	}

	.form-summary table td {
		width: 70%;
		border-left: none;
		border-right: none;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.form-summary table td:first-child {
		width: 30%;
		padding-left: 30px;
	}

	/* link-Button */
/*
	a.button {
		background: #b90834 url("../../../../../../resources/templating-kit/themes/pop/img/bgs/submit.png") 0 0 repeat-x;
		min-width: 60px;
		width: auto;
		border: 1px solid #f19eb2;
		border-right: 1px solid #920728;
		border-bottom: 1px solid #920728;
		padding: 3px 20px 2px 20px;
		text-align: center;
		text-decoration: none;
		font-size: 110%;
		font-weight: bold;
		color: #fff;
		text-transform: uppercase;
	}
	a.button span {
		position: absolute;
	}
	a.button:hover ,
	a.button:active ,
	a.button:focus {
		color: #fac4d1;
	}
*/



	/* お問い合わせページ　設定例 */
	.form-wrapper div.form-edit ,
	.form-wrapper div.form-selection {
		background: none;

		position: relative;
		padding: 0;
		margin: 0;
		margin-bottom: -1px;
	}

	/* 左セル */
	.form-wrapper div.form-edit::before ,
	.form-wrapper div.form-selection::before {
		border-top: none;
		border-bottom: none;
		border-left: none;

		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 30%;
		height: 100%;
	}

	.form-wrapper div.form-edit > label ,
	.form-wrapper div.form-selection > label {
		border: none;
		background: none;

		float: left;
		width: 30%;
		padding: 24px 30px;
	}

	/* 右セル */
	.form-wrapper div.form-edit > input[type="text"] ,
	.form-wrapper div.form-edit > textarea ,
	.form-wrapper div.form-edit > span ,
	.form-wrapper div.form-selection > fieldset {
		margin: 0;

		float: right;
		width: 65%;
		width: calc(70% - 20px) !important;
		margin-right: 10px;
	}

	/* 入力フィールド */
	.form-wrapper div.form-edit {
	}

	.form-wrapper div.form-edit > input[type="text"] ,
	.form-wrapper div.form-edit > textarea {
		margin-top: 24px;
		margin-bottom: 24px;
		padding: 10px 10px;
		background: #f5f5f5;
		border: none;
		line-height: 1.5;
	}

	.form-wrapper div.form-edit > input[type="text"][disabled] ,
	.form-wrapper div.form-edit > textarea[disabled] {
		background: #fff;
		border: 1px solid #ddd;
	}

	.form-wrapper div.form-edit > span {
		padding: 0;
		font-size: 87.5%;
		margin-top: -12px;
		margin-bottom: 12px;
	}


	/* セレクトボタン(チェックボックス・ラジオボタン・セレクトボックス) */
	.form-wrapper div.form-selection {
	}

	.form-wrapper div.form-selection > fieldset {
		margin-top: 24px;
		margin-bottom: 24px;
	}

	.form-wrapper div.form-selection > fieldset > legend {
		font-size: 87.5%;
	}

	.form-wrapper div.form-selection > fieldset > select {
		margin: 0;
		width: auto;
		display: block;

		padding: 0.25em 0.25em;
		border: 1px solid #c2c2c2;
	}

	.form-wrapper div.form-selection > fieldset > select[disabled] {
		background: #fff;
		border: 1px solid #ddd;
	}

	.form-wrapper .form-selection > fieldset > select option:first-child {
		display: none;
	}
}






@media screen and (max-width: 768px) {

	/* Forms */
	.form-wrapper div.form-edit > input[type="text"] ,
	.form-wrapper div.form-edit > textarea {
		border-radius: 0;
		border: none;

		width: 100%;
		padding: 10px 10px;
		margin-bottom: 10px;
		background: #f5f5f5;
		border: none;
		line-height: 1.5;
		font-size: 1.6rem;		/* iOSで、フォーカス時にズームしない */
	}
	.form-wrapper div.form-edit > input[type="text"][disabled] ,
	.form-wrapper div.form-edit > textarea[disabled] {
		background: #fff;
		border: 1px solid #ddd;
	}

	.form-wrapper textarea {
		border: 1px solid #aaa;
	}
	.form-wrapper input[type="checkbox"] ,
	.form-wrapper input[type="radio"] {
		width: auto;
	}
	.form-wrapper input[type="submit"] {
		width: auto;
		font-size: 1.8rem;
	}
	.form-wrapper fieldset fieldset {
		border: none;
		padding: 0;
	}
	.form-wrapper label {
		display: block;
	}
	.form-wrapper .form-item {
		display: block;
		float: none;
		margin: 0 0.5em;
	}
	.form-wrapper fieldset fieldset:not(.mod) .form-item {
		margin: 0;
		margin-bottom: 3px;
	}

	.form-wrapper fieldset fieldset.mod .form-item {
		float: left;
		margin-top: 3px;
		margin-bottom: 3px;
		margin-right: 1em;
	}
	.form-wrapper .form-item label {
		display: inline;
	}
	.form-wrapper .form-item input {
		padding: 0 3px 0 0;
	}
	.form-wrapper div span {
	/*	display: block; */
	}

	/* お問い合わせページ */
	.form-wrapper .form-edit ,
	.form-wrapper .form-selection {
		margin-bottom: -1px;
	}


	.form-wrapper .form-edit > span {
		padding: 0;
		font-size: 87.5%;
	}

	.form-wrapper .form-selection > fieldset > legend {
		font-size: 87.5%;
	}

	.form-wrapper .form-selection > fieldset > select {
		margin: 0;
		width: 100%;
		display: block;

		padding: 0.25em 0.25em;
	}
	.form-wrapper div.form-selection > fieldset > select[disabled] {
		background: #fff;
		border: 1px solid #ddd;
	}

	.form-wrapper .form-selection > fieldset > select option:first-child {
		display: none;
	}


	.form-wrapper .button-wrapper {
		margin: 5px auto 20px;
		text-align: center;
	}



	.form-summary {
		margin-bottom: 50px;
	}

	.form-summary table tr {
		display: block;
		margin-top: -1px;
		border: 1px solid #CCC;
	}

	.form-summary table td {
		border: none;
		display: block;
/*		padding: 5px 0; */
		max-width: calc(100vw - 20px);
	}
	.form-summary table td:first-child {
/*		border-bottom: 1px solid #CCC; */
/*		font-size: 87.5%; */
		background: none;
		padding-bottom: 5px;
	}
}


.form-summary table caption {
	display: none;
}

/* 必須項目 */
.form-wrapper p.required {
	margin: 10px 5px;
	text-align: right;
}

.form-wrapper p.required span {
	display: inline;
}

.form-wrapper p.required span ,
.form-wrapper dfn {
	color: #ec1549;
	font-weight: normal;
	font-style: normal;
}

/* 必須項目(枠線付き・凡例なし) */
.form-wrapper p.required {
	display: none;
}
.form-wrapper form[id="Inquiry"] p.required {
	display: block;
}

.form-wrapper p.required span ,
.form-wrapper dfn {
	white-space: nowrap;
	display: inline-block;
	font-size: 1.1rem;
	padding: 2px 9px;
	border: 1px solid #c03b37;
}

.form-wrapper dfn {
	margin-left: 20px;
}


/* Submit */
.form-wrapper div.button-wrapper {
	position: relative;
	padding: 10px 0 20px;
	text-align: center;
}
.form-wrapper fieldset div.button-wrapper em {
	float: right;
	margin-top: -24px;
	font-size: 140%;
}

/* 基本、矢印アイコンは付けない */
.form-wrapper div.button-wrapper input {
	position: relative;
	width: auto;
	border: none;
	padding: 16px 70px;
	margin: 20px 10px 0;

	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	font-weight: normal;
	line-height: 1.25;
	letter-spacing: var(--text-letter-spacing);
	background: #222;
	text-decoration: none;
	border-radius: 4px;
}

.form-wrapper div.button-wrapper input:hover ,
.form-wrapper div.button-wrapper input:active ,
.form-wrapper div.button-wrapper input:focus {
	background: #999;
}


/* error messages */
.error {
	color: #ec1549;
	font-weight: bold;
}

.error a ,
.error a:hover {
	color: #222;
	text-decoration: none;
	cursor: default;
}

.form-box div.error {
	margin: 20px 0;
	font-weight: bold;
}
.form-box .error h1 {
	background: url("../../../../../../resources/templating-kit/themes/pop/img/icons/../../img/bgs/error.png") 0 8px no-repeat;
	margin-bottom: 10px;
	padding: 5px 0 0 30px;
	color: #ec1549;
}
.form-box div.error ul {
	margin: 0 0 0 45px;
}
.form-box div.error li {
	color: #ec1549;
}
.form-box div.error li a ,
.form-box div.error label span {
	color: #ec1549;
}

.form-wrapper div.error {
	margin: 0;
}
.form-ui-invalid {
	border-color: #ec1549;
}
.form-wrapper div.error input ,
.form-wrapper div.error select ,
.form-wrapper div.error textarea ,
.form-wrapper div input.form-ui-invalid ,
.form-wrapper div textarea.form-ui-invalid ,
.form-wrapper div select.form-ui-invalid {
	border: 1px solid #ec1549;
}


/* success messages */
.form-box .success {
	margin: 10px 0;
}
.form-box .success h1 {
	background: url("../../../../../../resources/templating-kit/themes/pop/img/bgs/confirmed.png") 0 8px no-repeat;
	margin-bottom: 10px;
	padding: 5px 0 0 30px;
	color: #afaf00;
}



.form-wrapper .form-item label {
	cursor: pointer;
}



/* チェックボックス・ラジオボタンスタイル */
.form-wrapper input[type="checkbox"] ,
.form-wrapper input[type="radio"] {
	margin: 0;
	padding: 0;
	float: left;
	width: 0;
	height: 0;
	opacity: 0;
}

.form-wrapper input[type="checkbox"] + label {
}

.form-wrapper input[type="checkbox"] + label::before {
	content: "";
	flex: 0 0 auto;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background: url("../../../../../../resources/sw_img/default/icon_check_off.png") no-repeat center center;
	background-size: contain;
	margin-right: 12px;
}

.form-wrapper input[type="checkbox"]:checked + label::before {
	background-image: url("../../../../../../resources/sw_img/default/icon_check_on.png");
}

.form-wrapper input[type="radio"] + label {
}

.form-wrapper input[type="radio"] + label::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	background: url("../../../../../../resources/sw_img/default/icon_radio_off.png") no-repeat center center;
	background-size: contain;
	margin-right: 12px;
}

.form-wrapper input[type="radio"]:checked + label::before {
	background-image: url("../../../../../../resources/sw_img/default/icon_radio_on.png");
}

@media screen and (max-width: 768px) {
	.form-wrapper input[type="radio"] + label::before {
		width: 18px;
		height: 18px;
	}
}


/*==== お問い合わせフォーム ====*/
/* 同意確認チェック、規約ボックス */
.form-box .text-section h2 {
	margin: 0;
	padding: 0;
	border: none;
	background: none;

	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: var(--text-letter-spacing);
	margin-bottom: 10px;
}

.form-box .text-section h2::before {
	content: none;
}


.form-box .text-section.highlight > div {
	padding: 30px;
	background: #f7f7f7;
}

.form-box .text-section.highlight {
	margin-bottom: 30px;
}

.form-box .text-section.highlight h2 {
	margin-top: 60px;
	margin-bottom: 20px;
}

.form-box .text-section.highlight + .text-section {
	height: 240px;
	overflow: hidden;
	overflow-y: scroll;
	padding: 30px;
	border: 1px solid #dedede;
	margin-bottom: 30px;
}


.form-box .text-section.highlight + .form-selection ,
.form-box .text-section.highlight +*+ .form-selection {
	border: none;
	background: none;
	margin-bottom: 50px;
	text-align: center;

	display: flex;
	flex-flow: row-reverse nowrap;
	justify-content: center;
}

.form-box .text-section.highlight + .form-selection::before ,
.form-box .text-section.highlight +*+ .form-selection::before {
	content: none;
}

.form-box .text-section.highlight + .form-selection > * ,
.form-box .text-section.highlight +*+ .form-selection > * {
	margin: 0;
	padding: 0;
	border: none;
	float: none;
	display: inline-block;
	width: auto !important;
}

.form-box .text-section.highlight + .form-selection > label ,
.form-box .text-section.highlight +*+ .form-selection > label {
}

.form-box .text-section.highlight + .form-selection > label span ,
.form-box .text-section.highlight +*+ .form-selection > label span {
	font-size: 0;
}

.form-box .text-section.highlight + .form-selection > fieldset ,
.form-box .text-section.highlight +*+ .form-selection > fieldset {
/*	text-align: center; */
}

.form-box .text-section.highlight + .form-selection > fieldset input + label ,
.form-box .text-section.highlight +*+ .form-selection > fieldset input + label {
	font-weight: bold;
	margin-left: 0.5em;

	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	text-align: left;
}

.form-box .text-section.highlight + .form-selection dfn ,
.form-box .text-section.highlight +*+ .form-selection dfn {
/*	margin-left: 0; */
}

@media screen and (max-width: 768px) {
	.form-box .text-section h2 {
		font-size: 1.6rem;
		font-weight: normal;
	}

	.form-box .text-section.highlight {
		margin-bottom: 35px;
	}

	.form-box .text-section.highlight h2 {
		margin-top: 45px;
	}

	.form-box .text-section.highlight > div {
		padding: 20px;
		font-size: 1.3rem;
	}

	.form-box .text-section.highlight + .text-section {
		position: static;
		padding: 20px;
		height: 180px;
	}

	.form-box .text-section.highlight + .text-section div {
		min-height: 200px;
		outline: none;
	}

	.form-box .text-section.highlight + .text-section {
		margin-bottom: 15px;
	}

	.form-box .text-section.highlight + .form-selection ,
	.form-box .text-section.highlight +*+ .form-selection {
		margin-bottom: 10px;
	}
}


/*------------------------------------- 
 ヘッダー・フッター・メニュー
-------------------------------------*/
/* メニュー用 */
#panel2-sw ,
.panel2-sw ,
#panel2-btn ,
.panel2-btn {
	display: none;
}

:root {
	--header-height-pc: 100px;
	--header-gnavi-height-pc: 48px;
	--header-height-sp: 50px;
}

@media print, screen and (min-width: 769px) {
	:root {
		--header-height: var(--header-height-pc);
	}

	.on-sp > .column1:nth-child(1) ,
	.on-sp > .column2:nth-child(2) ,
	.on-sp > .column3:nth-child(3) ,
	.on-sp > .column4:nth-child(4) ,
	.on-sp > .column5:nth-child(5) ,
	#site-info .on-sp > .column >*> *:not(.mgnlEditor) ,
	#header-wrapper .on-sp > .column ,
	.on-sp > .h-column1:nth-child(1) ,
	.on-sp > .h-column2:nth-child(2) ,
	.on-sp > .h-column3:nth-child(3) ,
	.on-sp > .h-column4:nth-child(4) ,
	.on-sp > .h-column5:nth-child(5) ,
	#site-info .on-sp > .h-column >*> *:not(.mgnlEditor) ,
	#header-wrapper .on-sp > .h-column ,
	body:not(.in-editor) .on-sp {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	:root {
		--header-height: var(--header-height-sp);
	}

	.on-pc > .column1:nth-child(1) ,
	.on-pc > .column2:nth-child(2) ,
	.on-pc > .column3:nth-child(3) ,
	.on-pc > .column4:nth-child(4) ,
	.on-pc > .column5:nth-child(5) ,
	#site-info .on-pc > .column >*> *:not(.mgnlEditor) ,
	#header-wrapper .on-pc > .column ,
	.on-pc > .h-column1:nth-child(1) ,
	.on-pc > .h-column2:nth-child(2) ,
	.on-pc > .h-column3:nth-child(3) ,
	.on-pc > .h-column4:nth-child(4) ,
	.on-pc > .h-column5:nth-child(5) ,
	#site-info .on-pc > .h-column >*> *:not(.mgnlEditor) ,
	#header-wrapper .on-pc > .h-column ,
	body:not(.in-editor) .on-pc {
		display: none !important;
	}
}

#pagetop {
	transition: 0.3s;
}


#header ,
#footer {
	display: block;
}

#header  figure ,
#footer  figure {
	margin: 0;
}

#pagetop {
	position: relative;
	height: var(--header-height);
}

/* スキップボタン */
.bg-skip {
	position: absolute;
	top: -60px;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background: #ccc;
	text-align: center;
	transition: 0.3s;
}

.skip-button {
	display: inline-flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 33%;
	height: 40px;
	margin: 0px auto;
	background-color: var(--key-color);
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 5px 30px;
	border-radius: 5px;
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

.skip-button::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 9px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	margin-left: 10px;
	margin-top: -5px;
}

.bg-skip:focus-within ~ #pagetop {
	margin-top: 60px;
}

.bg-skip:focus-within ~* #header .on-pc .hx_panel ,
.bg-skip:focus-within ~* #header .on-sp .hx_panel {
	top: 60px;
}

.bg-skip:focus-within ~* #header .panel2-btn,
.bg-skip:focus-within ~* #panel2-btn {
	top: 60px;
}

/*------------- デスクトップ用ヘッダー -------------*/
/* ヘッダーパネル */
#header .on-pc .hx_panel {
	position: absolute;
	top: 0;
	left: 10px;
	width: calc(100% - 20px);
	height: var(--header-height-pc);
	padding-left: 41px;
	padding-right: 184px;
	z-index: 1001;
}

/* ヘッダーパネルをページ上部に固定(編集時・印刷時を除く） */
@media screen {
	body:not(.in-editor) #pagetop.pad ~* #header .on-pc .hx_panel {
		position: fixed;
	}
}

#header .on-pc .hx_panel::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 41px;
	height: 100%;

	background: url("../../../../../../resources/sw_img/bg/header_left.png") right center no-repeat;
	background-size: auto 100%;
}

#header .on-pc .hx_panel::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 184px;
	height: 100%;
	background: url("../../../../../../resources/sw_img/bg/header_right.png") left center no-repeat;
	background-size: auto 100%;
}

#header .on-pc .hx_panel >* >* {
	position: relative;
}

#header .on-pc .hx_panel >* >*::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: var(--header-height-pc);
	background: #cc0000;
}

/* グロナビをページ上部に固定 */
#header .on-pc .hx_gnavi_box {
	position: absolute;
	top: var(--header-height-pc);
	left: 0;
	right: 0;
	transform: translateY(-100%);
	z-index: 1;
}



/* ロゴ */
#header .on-pc .hx_logo {
	position: relative;

/*	ロゴをコンテンツエリア端に */
/*
	max-width: calc(var(--headerarea-width-pc) + 40px);
	padding: 0 20px;
	margin: auto;
*/
}

#header .on-pc .hx_logo >* {
	position: absolute;
	top: 0;
	left: 20px;
	height: 100px;
	z-index: 1;
}

#header .on-pc .hx_logo >* >* >* >*  {
	position: absolute;
	top: 18px;
	left: 20px;

/*
	top: calc(var(--header-height-pc) / 2);
	left: 0;
	transform: translate(0, -50%);
*/
}

#header .on-pc .hx_logo >* >* >* > .h-column2 {
	display: none;
}


#header .on-pc .hx_logo .h-panel a {
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items: flex-end;
}

#header .on-pc .hx_logo .h-panel a {
	display: block;
	width: 140px;
}

[lang="en"] #header .on-pc .hx_logo .h-panel a {
}

#header .on-pc .hx_logo .h-panel a img {
	display: block;
	width: 100%;
	margin: 0;
	opacity: 1;
}

#header .on-pc .hx_logo .h-panel a .text {
	white-space: nowrap;
	display: block;
	vertical-align: baseline;
	margin-left: 20px;
	padding-left: 16px;
	border-left: 1px solid rgba(10,62,135, 0.2);
	color: inherit;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: var(--text-letter-spacing);
	text-decoration: none;
}

#header .on-pc .hx_logo .h-panel a:hover {
/*	opacity: 0.7; */
}


/* サブパネル */
#header .on-pc .hx_sub_panel {
	position: relative;

/*	サブパネルをコンテンツエリア端に */
/*
	max-width: calc(var(--headerarea-width-pc) + 40px);
	padding: 0 20px;
	margin: auto;
*/
}

#header .on-pc .hx_sub_panel >* {
	position: absolute;
	top: 15px;
	right: 20px;
	transition: 0.3s;
}

#header .on-pc .hx_sub_panel >* >* {
	display: flex;
	align-items: center;
	gap: 0 20px;
}

#header .on-pc .hx_lang_navi ,
#header .on-pc .hx_utility_link ,
#header .on-pc .hx_search_box ,
#header .on-pc .hx_search_btn {
}



/* 検索窓 */
#header .on-pc .hx_search_box {
	font-size: 1.6rem;
}

/* 検索ダイアログ */
#header .on-pc .hx_search_btn {
}

#header .on-pc .hx_search_btn .search_btn {
	cursor: pointer;
}

#header .on-pc .hx_search_btn .search_btn:hover {
	opacity: 0.7;
}

#header .on-pc .hx_search_btn .search_btn span {
	display: block;
	width: 18px;
	height: 18px;
	background: url("../../../../../../resources/sw_img/icon/icon_search_white.svg") no-repeat center center;
}

/* 言語ナビ */
#header .on-pc .hx_lang_navi {
}

#header .on-pc .hx_lang_navi .h-link-list ul {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 0 15px;
}

#header .on-pc .hx_lang_navi .h-link-list ul::before {
	content: "|";
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal;
}

#header .on-pc .hx_lang_navi .h-link-list li {
	position: relative;
}

#header .on-pc .hx_lang_navi .h-link-list li:not([data-state]) ,
#header .on-pc .hx_lang_navi .h-link-list li[data-state="noexist"] ,
#header .on-pc .hx_lang_navi .h-link-list li.highlight {
	display: none;
}

#header .on-pc .hx_lang_navi .h-link-list li > a ,
#header .on-pc .hx_lang_navi .h-link-list li > span {
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: var(--text-letter-spacing);
	text-decoration: none;
	border-bottom: 2px solid transparent;
}

#header .on-pc .hx_lang_navi .h-link-list li.highlight > a ,
#header .on-pc .hx_lang_navi .h-link-list li.highlight > span ,
#header .on-pc .hx_lang_navi .h-link-list li > a:hover {
	text-decoration: underline;
}


/* ヘッダーユーティリティリンク */
#header .on-pc .hx_utility_link .h-link-list li {
	position: relative;
	display: inline-block;
	margin-left: 15px;
}

#header .on-pc .hx_utility_link .h-link-list li > a ,
#header .on-pc .hx_utility_link .h-link-list li > span {
	color: inherit;
	font-size: 1.4rem;
	letter-spacing: var(--text-letter-spacing);
}

#header .on-pc .hx_utility_link .h-panel {
	position: relative;
	display: inline-block;
	margin-left: 15px;
}

#header .on-pc .hx_utility_link .h-panel a {
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
}

#header .on-pc .hx_utility_link .h-panel a >* {
	order: 0;
	flex: 0 0 auto;
}

#header .on-pc .hx_utility_link .h-panel .text {
	margin-left: 5px;
	font-size: 1.4rem;
	font-weight: bold;
}

/* お問い合わせリンク・エントリーボタン */
#header .on-pc .hx_contact_link {
}

#header .on-pc .hx_contact_link .h-link-list ul ,
#header .on-pc .hx_contact_link .h-index-map > ul {
}

#header .on-pc .hx_contact_link .h-link-list ul li ,
#header .on-pc .hx_contact_link .h-index-map > ul > li {
	display: inline-block;
	margin-left: 20px;
}

#header .on-pc .hx_contact_link .h-link-list ul li > span ,
#header .on-pc .hx_contact_link .h-link-list ul li > a ,
#header .on-pc .hx_contact_link .h-index-map > ul > li > .item > span ,
#header .on-pc .hx_contact_link .h-index-map > ul > li > .item > a {
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: var(--text-letter-spacing);
	text-decoration: none;
	border-bottom: 2px solid transparent;
}

#header .on-pc .hx_contact_link .h-link-list ul li > a[target="_blank"]::after ,
#header .on-pc .hx_contact_link .h-index-map > ul > li > .item > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.svg") center center no-repeat;
	background-size: contain;
	margin-left: 10px;
}

#header .on-pc .hx_contact_link .h-link-list ul li > a:hover ,
#header .on-pc .hx_contact_link .h-index-map > ul > li > .item > a:hover {
	text-decoration: underline;
}


/* グロナビ */
#header .on-pc .hx_gnavi_box {
	/* 左側のロゴ領域 */
	padding-left: 45px;

	margin-left: -20px;
	margin-right: -156px;
}

#header .on-pc .hx_gnavi_box > * {
	/* グロナビをコンテンツエリア端に */
/*
	max-width: calc(var(--headerarea-width-pc) + 40px);
	padding: 0 20px;
*/
	margin: auto;
}

#header .on-pc .hx_gnavi_box > * > * {
	display: flex;
	flex-flow: row nowrap;

	/* 中央揃え */
/*
	justify-content: space-between;
*/
	justify-content: flex-start;
	height: var(--header-gnavi-height-pc);
	gap: 0 5px;
}

/* グロナビで非公開等の理由で空の項目は非表示 */
#header .on-pc .hx_gnavi_box > * > * > *.empty {
	display: none;
}


/* グロナビ要素同士の間隔 */
#header .on-pc .hx_gnavi_box > * > * > * {
	display: inline-block;
}
#header .on-pc .hx_gnavi_box > * > * > *:first-child {
}

/* グロナビの区切り文字 */
/*
#header .on-pc .hx_gnavi:not(:first-child) >*> .h-panel.no-img {
	position: relative;
	padding-left: 50px;
}

#header .on-pc .hx_gnavi:not(:first-child) >*> .h-panel.no-img::before {
	content: "|";
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: var(--header-gnavi-height-pc);
	text-align: center;
	color: #b6b6b6;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.25;
}
*/


/* グロナビ要素 */
#header .on-pc .hx_gnavi >*> .h-panel.no-img a {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 15px;
	text-align: center;
	font-size: 1.3rem;
	color: #fff;
	line-height: 1.25;
	letter-spacing: var(--text-letter-spacing);
	text-decoration: none;
}

#header .on-pc .hx_gnavi >*> .h-panel.no-img a {
	height: var(--header-gnavi-height-pc);
}

@media screen and (max-width: 1240px) {
	#header .on-pc .hx_gnavi_box {
		padding-left: 55px;
	}

	#header .on-pc .hx_gnavi >*> .h-panel.no-img a {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 1.2rem;
	}
}

#header .on-pc .hx_gnavi >*> .h-panel.no-img a::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 10px;
	display: block;
	width: calc(100% - 20px);
	height: 4px;
}

#header .on-pc .hx_gnavi.ux_gnavi_megamenu >*> .h-panel.no-img a::after {
	content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 5px);
    display: block;
    opacity: 0;
	border: 5px solid transparent;
	border-bottom: 11px solid #000;
}

#header .on-pc .hx_gnavi >*> .h-panel.no-img a[target="_blank"] .icon_rear {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.svg") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

#header .on-pc .hx_gnavi >*> .h-panel.no-img a .text span {
	display: none;
}

/* マウスオーバー */
#header .on-pc .hx_gnavi:focus-within >*> .h-panel.no-img a ,
#header .on-pc .hx_gnavi:hover >*> .h-panel.no-img a {
}

#header .on-pc .hx_gnavi:focus-within >*> .h-panel.no-img a::before ,
#header .on-pc .hx_gnavi:hover >*> .h-panel.no-img a::before {
}

#header .on-pc .hx_gnavi.ux_gnavi_megamenu:focus-within >*> .h-panel.no-img a::after ,
#header .on-pc .hx_gnavi.ux_gnavi_megamenu:hover >*> .h-panel.no-img a::after {
	opacity: 0.8;
}

/* 現在地 */
#header .on-pc .hx_gnavi >*> .h-panel.no-img a.act ,
#header .on-pc .hx_gnavi >*> .h-panel.no-img a.within {
}

#header .on-pc .hx_gnavi >*> .h-panel.no-img a.act::before ,
#header .on-pc .hx_gnavi >*> .h-panel.no-img a.within::before {
	background: #940101;
}



/* メガドロップメニュー 開閉機構・アニメーション */
#header .on-pc .ux_gnavi_megamenu >* > .reuse-main-area {
	opacity: 0;
	visibility: hidden;

	z-index: 100;
	transition: 0.3s;
}

#header .on-pc .ux_gnavi_megamenu.state-open >* > .reuse-main-area {
	opacity: 1;
	visibility: visible;
}

#header .on-pc .ux_gnavi_megamenu >* > .reuse-main-area .gnavi-close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	padding-right: 24px;
	z-index: 1;

	vertical-align: baseline;
	font-size: 12px;
	line-height: 16px;
}

#header .on-pc .ux_gnavi_megamenu >* > .reuse-main-area .gnavi-close-btn::before {
	content: "閉じる";
}
[lang="en"] #header .on-pc .ux_gnavi_megamenu >* > .reuse-main-area .gnavi-close-btn::before {
	content: "Close";
}

#header .on-pc .ux_gnavi_megamenu >* > .reuse-main-area .gnavi-close-btn span {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 16px;
	height: 16px;
}

#header .on-pc .ux_gnavi_megamenu >* > .reuse-main-area .gnavi-close-btn span::before ,
#header .on-pc .ux_gnavi_megamenu >* > .reuse-main-area .gnavi-close-btn span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 16px;
	height: 3px;
	background-color: currentColor;
	transform: translate(-50%,-50%) rotate(45deg);
}
#header .on-pc .ux_gnavi_megamenu >* > .reuse-main-area .gnavi-close-btn span::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}


/* メガドロップメニュー スタイル */
#header .on-pc .hx_gnavi >* > .reuse-main-area {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	padding: 0;
	color: #fff;
	z-index: 100;
}

#header .on-pc .hx_gnavi >* > .reuse-main-area::after {
	content: "";
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 10px);
/* height:100% だと ドロップシャドーが付けられない */
	padding: 0;
/*	background: var(--key-color); */
	background: rgba(0,0,0,.8);
/*	box-shadow: 0 10px 25px rgba(0,0,0, 0.1); */
	z-index: -1;
}


/* メガドロップ カラム割 */
#header .on-pc .hx_gnavi * * .h-multiColumn {
	display: flex;
	flex-flow: row nowrap;
	align-items: normal;
	justify-content: flex-start;
	width: 100%;
	gap: 0 20px;
	--column-side-margin: 20px;
}

#header .on-pc .hx_gnavi * * .h-multiColumn > .h-column {
	flex: 0 1 auto;
}

#header .on-pc .hx_gnavi * * .h-multiColumn1 > .h-column {
	width: calc(100% * var(--mainarea-base));
	max-width: var(--headerarea-width-pc);
}
#header .on-pc .hx_gnavi * * .h-multiColumn2 > .h-column {
	width: calc((100% * var(--mainarea-base) - var(--column-side-margin)) / 2);
	max-width: calc((var(--headerarea-width-pc) - var(--column-side-margin)) / 2);
}
#header .on-pc .hx_gnavi * * .h-multiColumn3 > .h-column {
	width: calc((100% * var(--mainarea-base) - 2 * var(--column-side-margin)) / 3);
	max-width: calc((var(--headerarea-width-pc) - 2 * var(--column-side-margin)) / 3);
}
#header .on-pc .hx_gnavi * * .reuse-main-area > .h-multiColumn4 > .h-column {
	width: calc((100% * var(--mainarea-base) - 3 * var(--column-side-margin)) / 4);
	max-width: calc((var(--headerarea-width-pc) - 3 * var(--column-side-margin)) / 4);
}
#header .on-pc .hx_gnavi * * .reuse-main-area > .h-multiColumn5 > .h-column {
	width: calc((100% * var(--mainarea-base) - 4 * var(--column-side-margin)) / 5);
	max-width: calc((var(--headerarea-width-pc) - 4 * var(--column-side-margin)) / 5);
}

#header .on-pc .hx_gnavi * * .h-multiColumn3.lx_ex_mcol3_menu01 > .h-column1 {
	width: calc(100% * ((1170 - 50 - 20 *3 - 240 *2) / (1170 - 50 - 20 *3)));
	max-width: calc(1170px - 50px - 20px *3 - 240px *2);
	margin-right: 50px;
}
#header .on-pc .hx_gnavi * * .h-multiColumn3.lx_ex_mcol3_menu01 > .h-column2 ,
#header .on-pc .hx_gnavi * * .h-multiColumn3.lx_ex_mcol3_menu01 > .h-column3 {
	width: calc(100% * (240 / (1170 - 50 - 20 *3)));
	max-width: calc(240px);
}

#header .on-pc .hx_gnavi * * .h-multiColumn2.lx_ex_mcol2_menu01 > .h-column1 {
	width: calc(100% * ((1170 - 50 - 20 *2 - 240) / (1170 - 50 - 20 *2)));
	max-width: calc(1170px - 50px - 20px *2 - 240px);
	margin-right: 50px;
}
#header .on-pc .hx_gnavi * * .h-multiColumn2.lx_ex_mcol2_menu01 > .h-column2 {
	width: calc(100% * (240 / (1170 - 50 - 20 *2)));
	max-width: calc(240px);
}

#header .on-pc .hx_gnavi * * .lx_ex_mcol_menu_left > .h-column {
	width: auto;
	max-width: none;
}

#header .on-pc .hx_gnavi * * .lx_ex_mcol_menu_between {
	justify-content: space-between;
}
#header .on-pc .hx_gnavi * * .lx_ex_mcol_menu_between > .h-column {
	width: auto;
	max-width: none;
}


/* メガドロップ マージン設定 */
#header .on-pc .hx_gnavi >* > .reuse-main-area > .h-multiColumn.empty {
	display: none;
}

#header .on-pc .hx_gnavi >* > .reuse-main-area > .h-multiColumn {
	position: relative;
	width: calc(100% - 40px);
	max-width: var(--headerarea-width-pc);
	margin: 0 auto;
}
#header .on-pc .hx_gnavi >* > .reuse-main-area > a:first-child + .h-multiColumn ,
#header .on-pc .hx_gnavi >* > .reuse-main-area > .h-multiColumn:first-child {
	margin-top: 10px;
}
#header .on-pc .hx_gnavi >* > .reuse-main-area > .h-multiColumn:last-child {
	margin-bottom: 60px;
}



/*== メガドロップの中身 ==*/

/* 区切り線 */
#header .on-pc .hx_gnavi * * .lx_menu_hairline {
	padding-top: 35px;
}
#header .on-pc .hx_gnavi * * .lx_menu_hairline::before {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	width: calc(100% - 40px);
	height: 1px;
	background: #747474;
}


/* テキストバナー(スタイルB) on メガドロップ */
#header .on-pc .hx_gnavi * * .h-panel.no-img.style2 {
	margin-bottom: 20px;
}

#header .on-pc .hx_gnavi * * .h-panel.no-img.style2 a {
	position: relative;
	display: inline-block;
	color: inherit;
	font-size: 3.0rem;
	line-height: 1.25;
}


/* 画像バナー on メガドロップ */
#header .on-pc .hx_gnavi * * .h-panel.has-img.style1 {
	margin-top: 30px;
}

#header .on-pc .hx_gnavi * * .h-panel.has-img.style1 a {
	position: relative;
	display: flex;
	flex-direction: column;
}

#header .on-pc .hx_gnavi * * .h-panel.has-img.style1 a > * {
	flex: 0 0 auto;
	margin: 0;
}

#header .on-pc .hx_gnavi * * .h-panel.has-img.style1 a .text {
	order: 2;
	position: relative;
	font-size: 1.4rem;
	color: inherit;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	padding-left: 20px;
}

#header .on-pc .hx_gnavi * * .h-panel.has-img.style1 .icon_front {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	left: 5px;
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}

#header .on-pc .hx_gnavi * * .h-internal-panel.has-img.style1 a[target="_blank"] .icon_rear ,
#header .on-pc .hx_gnavi * * .h-external-panel.has-img.style1 a[target="_blank"] .icon_rear {
	border: none;

	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout.svg") center center no-repeat;
	background-size: contain;
}

#header .on-pc .hx_gnavi * * .h-download-panel.has-img.style1 a[href*=".pdf"] .icon_rear {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 17px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

#header .on-pc .hx_gnavi * * .h-panel.has-img.style1 .text + figure {
	order: 1;
	display: block;
	margin-bottom: 5px;
}

#header .on-pc .hx_gnavi * * .h-panel.has-img.style1 .text + figure img {
	display: block;
	width: 100%;
}


#header .on-pc .hx_gnavi * * .h-panel.has-img.style1 a:hover {
	color: inherit;
}

#header .on-pc .hx_gnavi * * .h-panel.has-img.style1 a:hover .text {
	text-decoration: underline;
}

#header .on-pc .hx_gnavi * * .h-panel.has-img.style1 a:hover img {
	opacity: 0.7;
}

/* インデックス・サイトマップ・リンクリスト on メガドロップ */
#header .on-pc .hx_gnavi * * .h-text-section {
	margin-top: 20px;
}

#header .on-pc .hx_gnavi * * .h-link-list ,
#header .on-pc .hx_gnavi * * .h-index-map {
	font-size: 0;
}

/* 折り返し(逆N型) */
#header .on-pc .hx_gnavi * * .h-link-list ul ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_0 ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 5px;
}

/* 折り返し(逆N型2列) */
/*#header .on-pc .hx_gnavi * * .ux_fold_imap_col2 .h-link-list ul ,*/
#header .on-pc .hx_gnavi * * .ux_fold_imap_col2 .h-index-map > ul.indexLevel_1 {
	width: calc(50% - 10px);
	margin-right: 10px;
}

/* 折り返し(逆N型3列) */
/*#header .on-pc .hx_gnavi * * .ux_fold_imap_col3 .h-link-list ul ,*/
#header .on-pc .hx_gnavi * * .ux_fold_imap_col3 .h-index-map > ul.indexLevel_1 {
	width: calc(33.33% - 10px);
	margin-right: 10px;
}

/* 折り返し(逆N型4列) */
/*#header .on-pc .hx_gnavi * * .ux_fold_imap_col4 .h-link-list ul ,*/
#header .on-pc .hx_gnavi * * .ux_fold_imap_col4 .h-index-map > ul.indexLevel_1 {
	width: calc(25% - 10px);
	margin-right: 10px;
}

/* インデックス・サイトマップ・リンクリスト on メガドロップ */
/* 第２階層 */
#header .on-pc .hx_gnavi * * .h-title3 ,
#header .on-pc .hx_gnavi * * .h-link-list:not(.highlight) li.highlight ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_0 {
	margin-top: 30px;
	border-bottom: 1px solid currentColor;
	padding-bottom: 5px;
}

#header .on-pc .hx_gnavi * * .h-title3 h3 ,
#header .on-pc .hx_gnavi * * .h-link-list:not(.highlight) li.highlight > a ,
#header .on-pc .hx_gnavi * * .h-link-list:not(.highlight) li.highlight > span ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_0 > li > .item > a ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_0 > li > .item > span {
	display: inline-block;
	color: inherit;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: var(--text-letter-spacing);
}

#header .on-pc .hx_gnavi * * .h-link-list:not(.highlight) li.highlight > a::before ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_0 > li > .item > a::before {
}

#header .on-pc .hx_gnavi * * .h-link-list:not(.highlight) li.highlight > a:hover ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_0 > li > .item > a:hover {
	text-decoration: underline;
}

/* 第３階層 */
#header .on-pc .hx_gnavi * * .h-link-list li:not(.highlight) ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 > li {
	position: relative;
	margin-top: 10px;
	display: inline-block;
	vertical-align: top;
	padding-right: 30px;
}

#header .on-pc .hx_gnavi * * .h-link-list li:not(.highlight)::before ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 > li::before {
/*
	content: "|";
	position: absolute;
	top: auto;
	right: 0;
	width: 30px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
*/
}

#header .on-pc .hx_gnavi * * .h-link-list li:not(.highlight):last-child ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 > li:last-child {
	padding-right: 0;
}
#header .on-pc .hx_gnavi * * .h-link-list li:not(.highlight):last-child::before ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 > li:last-child::before {
	content: none;
}

#header .on-pc .hx_gnavi * * .h-link-list li:not(.highlight) > a ,
#header .on-pc .hx_gnavi * * .h-link-list li:not(.highlight) > span ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 > li > .item > a ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 > li > .item > span {
	display: inline-block;
/*	text-align: center; */
	color: inherit;
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: var(--text-letter-spacing);
}

#header .on-pc .hx_gnavi * * .h-link-list li:not(.highlight) > a::before ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 > li > .item > a::before {
}

#header .on-pc .hx_gnavi * * .h-link-list li:not(.highlight) > a[target="_blank"]::after ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 > li > .item > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout.svg") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

#header .on-pc .hx_gnavi * * .h-link-list li:not(.highlight) > a:hover ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 > li > .item > a:hover {
	text-decoration: underline;
}

/* 第４階層 */
#header .on-pc .hx_gnavi * * .h-index-map ul.indexLevel_2 {
	display: none;
}

#header .on-pc .hx_gnavi * * .h-link-list.highlight li.highlight {
	margin-top: 5px;
	padding-left: 13px;
}

#header .on-pc .hx_gnavi * * .h-link-list.highlight li.highlight > a ,
#header .on-pc .hx_gnavi * * .h-link-list.highlight li.highlight > span {
	display: block;
	color: inherit;
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: var(--text-letter-spacing);
}

#header .on-pc .hx_gnavi * * .h-link-list.highlight li.highlight > a::before {
	content: " - ";
}

#header .on-pc .hx_gnavi * * .h-link-list.highlight li.highlight > a:hover {
	text-decoration: underline;
}


/* コンパクトヘッダー */
/*
#header .on-pc .hx_panel ,
#header .on-pc .hx_gnavi_box ,
#header .on-pc .hx_sub_panel ,
#header .on-pc .hx_logo >* >* >* >* {
	transition: 0.3s;
}

#pagetop.float ~* #header {
	--header-height-pc: 75px;
}

#pagetop.float ~* #header .on-pc .hx_sub_panel {
	opacity: 0;
	z-index: -1;
}
*/

/*------------- スマホ用ヘッダー -------------*/
@media screen and (max-width: 768px) {

	/* ハンバーガーアイコン */
	#header .panel2-btn ,
	#panel2-btn {
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		width: 40px;
		height: 44px;
		margin: 0;
		background: var(--key-color);
		z-index: 1111;
	}

	#header .panel2-btn:hover ,
	#panel2-btn:hover {
	}

	.panel2-btn-icon1 ,
	.panel2-btn-icon2 ,
	.panel2-btn-icon3 {
		display: block;
		position: absolute;
		top: 17px;
		left: 9px;
		width: 22px;
		height: 2px;
		margin: 0;
		background: #fff;
		transition: .2s .2s;
	}

	.panel2-btn-icon1 {
		margin-top: -7px;
	}
	.panel2-btn-icon2 {
		margin-top: 0px;
	}
	.panel2-btn-icon3 {
		margin-top: 7px;
	}

	.panel2-btn-icon1::before ,
	.panel2-btn-icon3::before {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 22px;
		height: 2px;
		background: #fff;
		transition: .2s;
	}

	.panel2-btn-title {
		overflow: hidden;
		display: block;
		position: absolute;
		top: 31px;
		left: 0;
		width: 40px;
		height: 12px;
	}

	.panel2-btn-title li {
		display: block;
		width: 40px;
		height: 15px;

		line-height: 1;
		font-size: 1rem;
		color: #fff;
		text-align: center;
		transform: scale(0.8);
	}
	.panel2-btn-title li:first-child {
		margin-top: -15px;
		transition: .4s .2s;
	}


	/* open時 */
	#panel2-sw.open ~* .panel2-btn-icon1 ,
	#panel2-sw.open ~* .panel2-btn-icon2 ,
	#panel2-sw.open ~* .panel2-btn-icon3 ,
	#panel2-sw:checked ~* .panel2-btn-icon1 ,
	#panel2-sw:checked ~* .panel2-btn-icon2 ,
	#panel2-sw:checked ~* .panel2-btn-icon3 {
		background: transparent;
		margin-top: 0;
		transition: .2s;
	}

	#panel2-sw.open ~* .panel2-btn-icon1::before ,
	#panel2-sw.open ~* .panel2-btn-icon3::before ,
	#panel2-sw:checked ~* .panel2-btn-icon1::before ,
	#panel2-sw:checked ~* .panel2-btn-icon3::before {
		width: 30px;
		left: -4px;
		transition: .2s .2s;
	}

	#panel2-sw.open ~* .panel2-btn-icon1::before ,
	#panel2-sw:checked ~* .panel2-btn-icon1::before {
		transform: rotate(-225deg);
	}

	#panel2-sw.open ~* .panel2-btn-icon3::before ,
	#panel2-sw:checked ~* .panel2-btn-icon3::before {
		transform: rotate(-135deg);
	}

	#panel2-sw.open ~* .panel2-btn-title li:first-child ,
	#panel2-sw:checked ~* .panel2-btn-title li:first-child {
		margin-top: 0px;
		transition: .4s .2s;
	}

}

/*------------------ ヘッダー ------------------*/
/* ヘッダーパネル */
#header .on-sp .hx_panel {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: var(--header-height-sp);
	background: #fff;
	z-index: 1010;
}

#header .on-sp .hx_panel > * {
	position: relative;
	width: 100%;
	height: var(--header-height-sp);
}

#header .on-sp .hx_panel > *::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: calc(100% - 92px);
	height: 100%;
	background: var(--key-color);
}

#header .on-sp .hx_panel > *::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 92px;
	height: 100%;
	background: url("../../../../../../resources/sw_img/bg/header_right.png") left center no-repeat;
	background-size: auto 100%;
}



/* ロゴ */
#header .on-sp .hx_logo {
}

#header .on-sp .hx_logo >* >* >* >*  {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#header .on-sp .hx_logo >* >* >* > .h-column2 {
	display: none;
}

#header .on-sp .hx_logo a {
	display: block;
	width: 116px;
}

[lang="en"] #header .on-sp .hx_logo a {
}

#header .on-sp .hx_logo a img {
	display: block;
	max-width: 100%;
	margin: 0;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: left center;
	   object-position: left center;
}

/* 検索窓 */
#header .on-sp .hx_search_box {
	font-size: 1.6rem;
}

/* 検索ダイアログ */
#header .on-sp .hx_search_btn {
	position: absolute;
	top: 10px;
	right: 50px;
}

#header .on-sp .hx_search_btn .search_btn {
	cursor: pointer;
}

#header .on-sp .hx_search_btn .search_btn span {
	display: block;
	width: 32px;
	height: 32px;
	background: rgba(0,128,1,0.05) url("../../../../../../resources/sw_img/icon/icon_search.svg") no-repeat center center;
	background-size: 18px 18px;
	border-radius: 100%;
}

/* メニュー */
/* ヘッダーの下に表示 */
#header .on-sp .hx_menu {
	font-size: 0;
	position: fixed;
	top: var(--header-height-sp);
	left: 0;
	width: 100vw;
	height: calc(100% - var(--header-height-sp));
	max-height: 100%;
	overflow: hidden;
	z-index: 1000;
	transition: .6s;

	max-height: 0;
/*	left: 100%; */
}

#panel2-sw.open ~* #header .on-sp .hx_menu ,
#panel2-sw:checked ~* #header .on-sp .hx_menu {
	max-height: 100%;
/*	left: 0; */
}

#header .on-sp .hx_menu > * {
	position: absolute;
	width: 100vw;
	height: 100%;
	overflow: hidden;
	overflow-y: scroll;
	background: rgba(0,0,0,.5);
	transition: 0.3s;
}

#header .on-sp .hx_menu >* > * {
	background: #464646;
	transition: 0.5s;
}


/* クリックオープンメニュー */
#header .on-sp .ux_click_open .hx_gnavi_box {
	padding: 0;
}

/* 共通 */
#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map .item {
	color: #fff;
	background: #585757;
	border-bottom: 1px solid #494949;
}

#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li > a ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li > span ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map .item > a ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map .item > span {
	position: relative;
	display: block;
	color: inherit;
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: var(--text-letter-spacing);
	padding: 15px 20px;
	text-align: left;
}

#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li > a[target="_blank"]::after ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map .item > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.svg") no-repeat center center;
	background-size: contain;
	margin: 0 8px;
}

#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li > a:hover ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map .item > a:hover {
}

/* 親階層 */
#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li.highlight ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_0 > li > .item {
}

#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li.highlight > a ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li.highlight > span ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_0 > li > .item > a ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_0 > li > .item > span {
	padding-right: 50px;
}

#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li.highlight > a::before ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li.highlight > span::before ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_0 > li > .item > a::before ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_0 > li > .item > span::before {
	content: "";
	position: absolute;
	right: 35px;
	top: calc(50% - 3px);
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(135deg);
}


/* 子階層 */
#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li:not(.highlight) ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_1 > li > .item {
}

#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li:not(.highlight) > a ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li:not(.highlight) > span ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_1 > li > .item > a ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_1 > li > .item > span {
	padding: 10px 30px;
	padding-right: 60px;
}

#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li:not(.highlight) > a::before ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li:not(.highlight) > span::before ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_1 > li > .item > a::before ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_1 > li > .item > span::before {
	content: "";
	position: absolute;
	right: 45px;
	top: calc(50% - 3px);
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(135deg);
}

#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li:not(.highlight) > a br ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li:not(.highlight) > span br ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_1 > li > .item > a br ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_1 > li > .item > span br {
	display: none;
}

/* 孫階層(非表示) */
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_2 {
	display: none;
}


/* 開閉ボタン */
#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 {
	position: relative;
}

#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-title4 {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 70px;
	height: 100%;
	z-index: 1;
	color: transparent;
	font-size: 0;
}

#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-title4 h4 {
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	width: 10px;
	height: 10px;
	transform: translateY(-50%);
}

#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-title4 h4::before ,
#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-title4 h4::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
}

#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-title4 h4::after {
	transform: rotate(90deg);
}

#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion.open > .h-column1 .h-title4 h4::after {
	opacity: 0;
}

#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-link-list li > a ,
#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-link-list li > span ,
#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-index-map .item > a ,
#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-index-map .item > span {
	margin-right: 70px;
	border-right: 1px solid #494949;
}
#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-link-list li > a::before ,
#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-link-list li > span::before ,
#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-index-map .item > a::before ,
#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-index-map .item > span::before {
	content: none;
}


/* 3way-navi */
#header .on-sp .ux_navi_3way .hx_gnavi_box {
}

/* フォルダ開閉 */
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
	background: #464646;
	overflow: hidden;
	z-index: 1;
	transition: 0.5s;
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map ul.open {
	left: 0;
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map ul.active {
	overflow-y: scroll;
}

/* 開いている階層以外は透過 */
/*
#header .on-sp .ux_navi_3way >*:not(.active) ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map ul:not(.active) {
	background: transparent;
}

#header .on-sp .ux_navi_3way > *:not(.active) .hx_sub_menu ,
#header .on-sp .ux_navi_3way > *:not(.active) .hx_gnavi_box .h-index-map > .item > a ,
#header .on-sp .ux_navi_3way > *:not(.active) .hx_gnavi_box .h-index-map > .item > span ,
#header .on-sp .ux_navi_3way > *:not(.active) .hx_gnavi_box .h-link-list li > a ,
#header .on-sp .ux_navi_3way > *:not(.active) .hx_gnavi_box .h-link-list li > span {
	opacity: 0;
}
*/

/* 各要素共通 */
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item > a ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item > span ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-link-list li > a ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-link-list li > span {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 50px;
	text-align: left;
	margin: 0 10px;
	padding: 10px 10px;
	padding-left: 30px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: var(--text-letter-spacing);
	text-decoration: none;
	border-bottom: 1px solid #5c5c5c;
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item > a[target="_blank"]::after ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-link-list li > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout.svg") no-repeat center center;
	background-size: contain;
	margin: 0 5px;
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item > a[href*=".pdf"]::after ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-link-list li > a[href*=".pdf"]::after {
	content: none;
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item > a .filesize ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-link-list li > a em {
	font-style: normal;
	font-size: 75%;
}

/* 通常リンク */
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item:not(.gn-to-folder):not(.gn-folder-top):not(.gn-back) > a ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-link-list li > a {
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item:not(.gn-to-folder):not(.gn-folder-top):not(.gn-back) > a::before ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-link-list li > a::before {
	content: "";
	position: absolute;
	left: 10px;
	top: calc(50% - 5px);
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(135deg);
}

/* 現在地表示 */
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item:not(.gn-to-folder) > a.act ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-link-list li > a.act {
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item:not(.gn-to-folder) > a.act::before ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-link-list li > a.act::before {
}

/* ↓階層フォルダへ */
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-to-folder > a ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-to-folder > span {
	padding-right: 30px;
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-to-folder > a::before ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-to-folder > span::before {
	content: "";
	position: absolute;
	right: 10px;
	top: calc(50% - 5px);
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(135deg);
}

/* ↑階層へ(BACK) */
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-back > a {
	padding-left: 30px;
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-back > a::before {
	content: "";
	position: absolute;
	left: 10px;
	top: calc(50% - 5px);
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(-45deg);
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-back > a span {
	display: inline;
}

/*
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-back > a span {
	display: none;
}
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-back > a::after {
	content: "戻る"
}
[lang="en"] #header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-back > a::after {
	content: "BACK";
}
*/

/* フォルダトップ */
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-folder-top > a ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-folder-top > span {
/*	padding-left: 30px; */
	font-size: 1.6rem;
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-folder-top > a::after ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-folder-top > span::after {
	content: "TOP";
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-folder-top > a::before ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-folder-top > span::before {
/*
	content: "";
	position: absolute;
	left: 10px;
	top: calc(50% - 5px);
	display: block;
	width: 9px;
	height: 9px;
	border-top: 2px solid var(--key-color);
	border-left: 2px solid var(--key-color);
	transform: rotate(-45deg);
*/
}


/* 第２階層 */
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map > .item > a ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map > .item > span ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-link-list li > a ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-link-list li > span {
	font-size: 1.6rem;
}

/* 第３階層以下 */
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map ul .item:not(.gn-to-folder):not(.gn-folder-top) > a ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map ul .item:not(.gn-back) > span {
}




/* メニュー内サブエリア */
#header .on-sp .hx_sub_menu {
	padding: 15px 10px;
	color: #fff;
	background: var(--key-color);
}

#header .on-sp .hx_sub_menu >* >* {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	gap: 0 12px;
}


/* お問い合わせリンク・エントリーボタン */
#header .on-sp .hx_contact_link {
}

#header .on-sp .hx_contact_link .h-link-list ul ,
#header .on-sp .hx_contact_link .h-index-map > ul {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	gap: 0 12px;
}

#header .on-sp .hx_contact_link .h-link-list ul li ,
#header .on-sp .hx_contact_link .h-index-map > ul > li {
	position: relative;
}

#header .on-sp .hx_contact_link .h-link-list ul li > a ,
#header .on-sp .hx_contact_link .h-link-list ul li > span ,
#header .on-sp .hx_contact_link .h-index-map > ul > li > .item > a ,
#header .on-sp .hx_contact_link .h-index-map > ul > li > .item > span {
/*
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 45px;
	padding: 3px 30px;
	background: var(--key-color);
*/
	color: #fff;
	font-size: 1.3rem;
	letter-spacing: var(--text-letter-spacing);
	line-height: 1.5;
}

/*
#header .on-sp .hx_contact_link .h-link-list ul li > span::before ,
#header .on-sp .hx_contact_link .h-link-list ul li > a::before {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: 10px;
	display: block;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
*/

#header .on-sp .hx_contact_link .h-link-list ul li > a[target="_blank"]::before {
	content: none;
}

#header .on-sp .hx_contact_link .h-link-list ul li > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.svg") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}


/* ヘッダーユーティリティリンク集 */
#header .on-sp .hx_utility_link {
}

#header .on-sp .hx_utility_link .h-link-list ul {
}

#header .on-sp .hx_utility_link .h-link-list ul li {
	position: relative;
}

#header .on-sp .hx_utility_link .h-link-list ul li > a ,
#header .on-sp .hx_utility_link .h-link-list ul li > span {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 45px;
	padding: 3px 30px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: var(--text-letter-spacing);
	background: #444;
}

#header .on-sp .hx_utility_link .h-link-list ul li > span::before ,
#header .on-sp .hx_utility_link .h-link-list ul li > a::before {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: 10px;
	display: block;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

#header .on-sp .hx_utility_link .h-link-list ul li > a[target="_blank"]::before {
	content: none;
}

#header .on-sp .hx_utility_link .h-link-list ul li > a[target="_blank"]::after {
	content: "";
	position: absolute;
	top: calc(50% - 7px);
	right: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout.svg") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

#header .on-sp .hx_utility_link .h-panel {
	position: relative;
	display: inline-block;
}

#header .on-sp .hx_utility_link .h-panel a {
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
	justify-content: flex-end;
	padding: 10px 20px;
}

#header .on-sp .hx_utility_link .h-panel a >* {
	order: 0;
	flex: 0 0 auto;
}

#header .on-sp .hx_utility_link .h-panel .text {
	margin-left: 5px;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: var(--text-letter-spacing);
}


/* 言語リンク */
#header .on-sp .hx_lang_navi {
}

#header .on-sp .hx_lang_navi .h-link-list ul {
	display: flex;
	flex-flow: row nowrap;
}

#header .on-sp .hx_lang_navi .h-link-list ul li {
	padding: 0 12px;
	margin-left: -1px;
	border-left: 1px solid #de7c77;
	border-right: 1px solid #de7c77;
}

#header .on-sp .hx_lang_navi .h-link-list ul li.highlight {
	display: none;
}

#header .on-sp .hx_lang_navi .h-link-list ul li > a ,
#header .on-sp .hx_lang_navi .h-link-list ul li > span {
/*
	display: block;
	padding: 15px 10px;
	text-align: center;
*/
	font-size: 1.3rem;
	font-weight: normal;
	letter-spacing: var(--text-letter-spacing);
	color: inherit;
}

/*#header .on-sp .hx_lang_navi .h-link-list ul li > a.act , */
/*#header .on-sp .hx_lang_navi .h-link-list ul li > a.within , */
#header .on-sp .hx_lang_navi .h-link-list ul li.highlight > span ,
#header .on-sp .hx_lang_navi .h-link-list ul li.highlight > a {
/*
	color: var(--key-color);
	background: #F2F9F3;
	border-bottom-color: var(--key-color);
*/
}

/* メニュー内検索box */
#header .on-sp .hx_search_box {
	padding: 0 10px 15px;
	color: #fff;
	background: var(--key-color);
}



/*== 画面内固定 上に戻るリンク ==*/
#site-info .ux_to_page_top {
	position: relative;
}

#site-info .topcontrol {
	position: fixed;
	left: 0;
	bottom: -80px;
	width: 100%;
	height: 0;
	font-size: 0;
	opacity: 0;
	z-index: 200;
	transition: 0.3s;
}

#site-info .topcontrol.visible {
	bottom: 15px;
	opacity: 1;
}

#site-info .topcontrol > div {
	position: relative;
	width: 100%;
	margin: auto;
}

#site-info .topcontrol a {
	position: absolute;
	bottom: 0;
	right: 15px;
}

/* 画像を使用する場合 */
/*
#site-info .topcontrol a {
	display: block;
	width: 60px;
	height: 60px;
	background: url("../../../../../../resources/sw_img/default/pagetop.svg") no-repeat center center;
	background-size: contain;
}

#site-info .topcontrol a:hover {
	background-image: url("../../../../../../resources/sw_img/default/pagetop_hover.png");
	opacity: 0.7;
}
*/

/* 画像を使用しない場合 */
#site-info .topcontrol a {
	display: block;
	width: 60px;
	height: 60px;
	background: rgba(0,0,0,.2);
	border-radius: 5px;
}

#site-info .topcontrol a::before {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	left: calc(50% - 9px);
	display: block;
	width: 17px;
	height: 17px;
	border-top: 3px solid #FFF;
	border-left: 3px solid #FFF;
	transform: rotate(45deg);
}


/* ページ内設置 上に戻るリンク */
#site-info .toTop {
	text-align: right;
	margin: 3em 20px 80px;
}

#site-info .toTop a {
	padding-left: 1.44em;
	display: inline-block;
	position: relative;
	overflow: visible;
}

#site-info .toTop a::before {
	content: "";
	position: absolute;
	top: 0.85em;
	left: 0;
	margin-top: -0.3em;
	display: block;
	width: 0.7em;
	height: 0.7em;
	border-top: 0.1em solid #e50000;
	border-right: 0.1em solid #e50000;
	transform: rotate(315deg);
}

#site-info .toTop {
	display: none;
}



/* PC:コンテンツエリアから一定距離以上離れない */
/* SP:常に画面内右下 */
/* 印刷時:非表示 */

@media print, screen and (min-width: 769px) {
	#site-info .topcontrol > div {
		max-width: calc(var(--mainarea-width) + (51px + 50px) *2);
	}

	/* フッターより下に行かない設定 */
	#site-info .topcontrol.fix-bottom {
		position: absolute;
	}
}

@media screen and (max-width: 768px) {
	#site-info .topcontrol {
		bottom: -50px;
	}

	#site-info .toTop {
		margin: 2em 20px 40px;
	}
}

@media print {
	#site-info .topcontrol {
		display: none !important;
	}
}


/*------------- レスポンシブフッター -------------*/
#footer {
}

/* 各背景色 */
#footer .fx_frame5 {
}

#footer .fx_frame4 {
	background: #737373;
	color: #fff;
}

#footer .fx_frame3 {
	background: #737373;
	color: #fff;
}

#footer .fx_frame2 {
	background: var(--key-color);
	color: #fff;
}

#footer .fx_frame1 {
	background: var(--key-color);
	color: #fff;
}


@media print, screen and (min-width: 769px) {
	#footer .fx_frame5 > * ,
	#footer .fx_frame4 > * ,
	#footer .fx_frame3 > * ,
	#footer .fx_frame2 > * ,
	#footer .fx_frame1 > * {
		max-width: calc(var(--headerarea-width-pc) + 40px);
		padding: 0 20px;
		margin: auto;
	}

/*
	#footer .fx_frame3 > * > * {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: space-between;
	}
*/
	#footer .fx_frame1 {
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 768px) {
	#footer .fx_frame5 > * ,
	#footer .fx_frame4 > * ,
	#footer .fx_frame3 > * ,
	#footer .fx_frame2 > * ,
	#footer .fx_frame1 > * {
		max-width: calc(var(--mainarea-width-sp) + 30px);
		padding: 0 15px;
		margin: auto;
	}
}


/* フッターバナー*/
#footer .fx_banner {
}

#footer .fx_banner .f-text-section {
	font-size: 1.8rem;
}

@media print, screen and (min-width: 769px) {
	#footer .fx_banner {
		padding: 25px 0 5px;
	}

	/* カラム割 */
	#footer .fx_banner >*>*> * {
		position: relative;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: center;
		gap: 0 var(--column-side-margin);
		width: calc(100% - 40px);
		max-width: var(--mainarea-width);
		margin: 0 auto;
	}

	#footer .fx_banner >*>*> * > * {
		display: block;
	}

	#footer .fx_banner >*>*> .f-multiColumn1 > * {
		width: 100%;
	}
	#footer .fx_banner >*>*> .f-multiColumn2 > * {
		width: calc((100% - var(--column-side-margin)) / 2);
	}
	#footer .fx_banner >*>*> .f-multiColumn3 > * {
		width: calc((100% - var(--column-side-margin) * 2) / 3);
	}
	#footer .fx_banner >*>*> .f-multiColumn4 > * {
		width: calc((100% - var(--column-side-margin) * 3) / 4);
	}
	#footer .fx_banner >*>*> .f-multiColumn5 > * {
		width: calc((100% - var(--column-side-margin) * 4) / 5);
	}
}

@media screen and (max-width: 768px) {
	#footer .fx_banner {
		padding: 35px 10px 40px;
	}

	#footer .fx_banner >*>*> * {
		position: relative;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: center;
		gap: 0 var(--column-side-margin);
		width: calc(100% - 30px);
		max-width: var(--mainarea-width);
		margin: 0 auto;
	}

	#footer .fx_banner >*>*> * > * {
		display: block;
	}

	#footer .fx_banner >*>*> .f-multiColumn1 > * ,
	#footer .fx_banner >*>*> .f-multiColumn2 > * ,
	#footer .fx_banner >*>*> .f-multiColumn3 > * {
		width: 100%;
	}

	#footer .fx_banner >*>*> .f-multiColumn4 > * ,
	#footer .fx_banner >*>*> .f-multiColumn5 > * {
		width: calc((100% - var(--column-side-margin)) / 2);
	}
}


/* フッターサイトマップ */
@media print, screen and (min-width: 769px) {
	#footer .fx_sitemap {
		padding: 70px 0 0;
	}

	/* 枠 */
	/* なりゆき、または、折り返すケース */
	#footer .fx_sitemap >* >* {
		display: flex;
		width: 100%;
		flex-flow: row wrap;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 0 30px;
	}

	#footer .fx_sitemap >* >* >* {
		width: calc((100% - 30px * 3) / 4);
		margin: 0;
	}

	#footer .fx_sitemap >* >* >*:last-child {
/*		margin-right: auto; */
	}

	#footer .fx_sitemap >* >* > .fx_sitemap_w100 {
		width: 100%;
	}


	/* 等分で、折り返さないケース */
/*
	#footer .fx_sitemap >* {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	#footer .fx_sitemap >* >* {
		display: table-row;
	}
	#footer .fx_sitemap >* >* >* {
		display: table-cell;
		vertical-align: top;
		width: 25%;
	}

	#footer .fx_sitemap >* >* >* >* {
		margin-right: 20px;
	}
*/

	/* 共通 */
	#footer .fx_sitemap .f-link-list > ul,
	#footer .fx_sitemap .f-index-map > ul {
		display: inline-block;
		vertical-align: top;
	}

	#footer .fx_sitemap .f-link-list li ,
	#footer .fx_sitemap .f-index-map li > .item {
		position: relative;
		line-height: 1.2;
	}

	#footer .fx_sitemap .f-link-list li > a ,
	#footer .fx_sitemap .f-link-list li > span ,
	#footer .fx_sitemap .f-index-map .item > a ,
	#footer .fx_sitemap .f-index-map .item > span {
		display: inline-block;
		color: inherit;
		line-height: 1.5;
		letter-spacing: var(--text-letter-spacing);
		text-decoration: none;
/*		border-bottom: 1px solid transparent; */
	}

	#footer .fx_sitemap .f-link-list li > a:hover ,
	#footer .fx_sitemap .f-index-map .item > a:hover {
		text-decoration: underline;
/*		border-bottom-color: currentColor; */
	}

	#footer .fx_sitemap .f-link-list li > a[target="_blank"]::after ,
	#footer .fx_sitemap .f-index-map .item > a[target="_blank"]::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 14px;
		height: 14px;
		background: url("../../../../../../resources/sw_img/icon/linkout_white.svg") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}

	/* 第２階層(カテゴリトップ) */
	#footer .fx_sitemap .f-link-list li.highlight ,
	#footer .fx_sitemap .f-index-map ul.indexLevel_0 > li > .item {
		margin-top: 10px;
	}

	#footer .fx_sitemap .f-link-list li.highlight > a ,
	#footer .fx_sitemap .f-link-list li.highlight > span ,
	#footer .fx_sitemap .f-index-map ul.indexLevel_0 > li > .item > a ,
	#footer .fx_sitemap .f-index-map ul.indexLevel_0 > li > .item > span {
		font-size: 1.8rem;
		font-weight: bold;
	}

	/* 第３階層 */
	#footer .fx_sitemap .f-link-list li:not(.highlight) ,
	#footer .fx_sitemap .f-index-map ul.indexLevel_1 > li > .item {
		margin-top: 1px;
		padding-left: 20px;
	}

	#footer .fx_sitemap .f-link-list li:not(.highlight) > a ,
	#footer .fx_sitemap .f-link-list li:not(.highlight) > span ,
	#footer .fx_sitemap .f-index-map ul.indexLevel_1 > li > .item > a ,
	#footer .fx_sitemap .f-index-map ul.indexLevel_1 > li > .item > span {
		font-size: 1.2rem;
	}

	/* 第４階層 */
	#footer .fx_sitemap .f-index-map ul.indexLevel_2 {
		display: none;
	}

	#footer .fx_sitemap .f-title4 {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	#footer .fx_sitemap {
		padding: 0;
	}

	/* 共通 */
	#footer .fx_sitemap .f-link-list li ,
	#footer .fx_sitemap .f-index-map .item {
	}

	#footer .fx_sitemap .f-link-list li > a ,
	#footer .fx_sitemap .f-link-list li > span ,
	#footer .fx_sitemap .f-index-map .item > a ,
	#footer .fx_sitemap .f-index-map .item > span {
		display: inline-block;
		color: inherit;
		font-size: 1.2rem;
		letter-spacing: var(--text-letter-spacing);
		text-decoration: none;
	}

	#footer .fx_sitemap .f-link-list li > a[target="_blank"]::after ,
	#footer .fx_sitemap .f-index-map .item > a[target="_blank"]::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 14px;
		height: 14px;
		background: url("../../../../../../resources/sw_img/icon/linkout.svg") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}

	#footer .fx_sitemap .f-link-list li > a:hover ,
	#footer .fx_sitemap .f-index-map .item > a:hover {
		text-decoration: underline;
	}


	/* 第２階層(カテゴリトップ) */
	#footer .fx_sitemap .f-link-list li.highlight ,
	#footer .fx_sitemap .f-index-map ul.indexLevel_0 > li > .item {
		border-bottom: 1px solid #7e7e7e;
	}

	#footer .fx_sitemap .f-link-list li.highlight > a::before ,
	#footer .fx_sitemap .f-index-map ul.indexLevel_0 > li > .item > a::before {
		content: "";
		position: absolute;
		top: calc(50% - 6px);
		right: 0;
		display: inline-block;
		vertical-align: middle;
		width: 9px;
		height: 11px;
		background: url("../../../../../../resources/sw_img/icon/icon_arr01_white.svg") center center no-repeat;
		background-size: contain;
	}

	#footer .fx_sitemap .f-link-list li.highlight > a ,
	#footer .fx_sitemap .f-link-list li.highlight > span ,
	#footer .fx_sitemap .f-index-map ul.indexLevel_0 > li > .item > a ,
	#footer .fx_sitemap .f-index-map ul.indexLevel_0 > li > .item > span {
		border: none;

		position: relative;
		display: block;
		padding: 12px 0;
		font-size: 1.4rem;
	}

	/* 第３階層 */
	#footer .fx_sitemap .f-index-map ul.indexLevel_1 {
		padding: 15px 0;
	}

	#footer .fx_sitemap .f-link-list li:not(.highlight) ,
	#footer .fx_sitemap .f-index-map ul.indexLevel_1 > li {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 0 15px;
		margin-bottom: 10px;
	}

	#footer .fx_sitemap .f-link-list li:not(.highlight) > a ,
	#footer .fx_sitemap .f-link-list li:not(.highlight) > span ,
	#footer .fx_sitemap .f-index-map ul.indexLevel_1 > li > .item > a ,
	#footer .fx_sitemap .f-index-map ul.indexLevel_1 > li > .item > span {
	}

	/* 第４階層 */
	#footer .fx_sitemap .f-index-map ul.indexLevel_2 {
		display: none;
	}

	/* アコーディオンでない場合 */
	#footer .fx_sitemap .f-index-map ul.indexLevel_1 ,
	#footer .fx_sitemap .lx_mcol3_ratio1on1 > .f-column3 {
		display: none;
	}

	/* アコーディオン */
	#footer .fx_sitemap .ux_accordion > .f-column1 {
		position: relative;
	}

	#footer .fx_sitemap .ux_accordion > .f-column1 .f-title4 {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	#footer .fx_sitemap .ux_accordion > .f-column1 .f-title4 h4 {
		position: absolute;
		top: 50%;
		right: 15px;
		display: block;
		width: 20px;
		height: 20px;
		transform: translateY(-50%);
		font-size: 0;
	}

	#footer .fx_sitemap .ux_accordion > .f-column1 .f-title4 h4::before ,
	#footer .fx_sitemap .ux_accordion > .f-column1 .f-title4 h4::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 100%;
		height: 1px;
		background-color: currentColor;
	}

	#footer .fx_sitemap .ux_accordion > .f-column1 .f-title4 h4::after {
		transform: rotate(90deg);
	}

	#footer .fx_sitemap .ux_accordion.open > .f-column1 .f-title4 h4::after {
		opacity: 0;
	}

	#footer .fx_sitemap .ux_accordion .f-link-list li.highlight > a ,
	#footer .fx_sitemap .ux_accordion .f-link-list li.highlight > span ,
	#footer .fx_sitemap .ux_accordion .f-index-map ul.indexLevel_0 > li > .item > a ,
	#footer .fx_sitemap .ux_accordion .f-index-map ul.indexLevel_0 > li > .item > span {
		margin-right: 50px;
	}

	#footer .fx_sitemap .ux_accordion .f-link-list li.highlight > a::before ,
	#footer .fx_sitemap .ux_accordion .f-index-map ul.indexLevel_0 > li > .item > a::before {
		content: none;
	}
}


/* SNSリンク */
#footer .fx_sns_link {
	padding: 50px 0 80px;
}

#footer .fx_sns_link .f-link-list ul {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	gap: 18px 18px;
	text-align: center;
}

#footer .fx_sns_link .f-link-list ul li {
	display: inline-block;
	background: #fff;
}

#footer .fx_sns_link .f-link-list ul li > span ,
#footer .fx_sns_link .f-link-list ul li > a {
	display: block;
}

#footer .fx_sns_link .f-link-list ul li > a:hover {
	opacity: 0.7;
}

#footer .fx_sns_link .f-link-list ul li > a[href*="facebook"] {
	font-size: 0;
	width: 25px;
	height: 25px;
/*	background: url("../../../../../../resources/sw_img/icon/icon_sns_fb_white.png") center center no-repeat; */
	background: url("../../../../../../resources/sw_img/icon/icon_fb.png") center center no-repeat;
	background-size: contain;
}

#footer .fx_sns_link .f-link-list ul li > a[href*="youtube"] {
	font-size: 0;
	width: 25px;
	height: 25px;
	background: url("../../../../../../resources/sw_img/icon/icon_sns_yt_white.png") center center no-repeat;
	background: url("../../../../../../resources/sw_img/icon/icon_yt.png") center center no-repeat;
	background-size: contain;
}

#footer .fx_sns_link .f-link-list ul li > a[href*="x.com"] ,
#footer .fx_sns_link .f-link-list ul li > a[href*="twitter"] {
	font-size: 0;
	width: 25px;
	height: 25px;
	background: url("../../../../../../resources/sw_img/icon/icon_x.png") center center no-repeat;
	background-size: contain;
}

#footer .fx_sns_link .f-link-list ul li > a[href*="linkedin"] {
	font-size: 0;
	width: 25px;
	height: 25px;
	background: url("../../../../../../resources/sw_img/icon/icon_in.png") center center no-repeat;
	background-size: contain;
}

#footer .fx_sns_link .f-link-list ul li > a[data-modal-button] {
	font-size: 0;
	width: 25px;
	height: 25px;
	background: url("../../../../../../resources/sw_img/icon/icon_wechat.jpg") center center no-repeat;
	background-size: contain;
}

@media screen and (max-width: 768px) {
	#footer .fx_sns_link {
		padding: 15px 0;
	}
}


/* Wechat QR code */
.lx_footer_sns_modal .f-title2 {
	text-align: center;
	margin-top: 30px;
}

.lx_footer_sns_modal .f-text-section img {
	display: block;
	margin: 30px auto 0;
}




/* お問い合わせリンク・エントリーボタン */
#footer .fx_contact_link {
	padding: 25px 0;
}

#footer .fx_contact_link .f-link-list ul ,
#footer .fx_contact_link .f-index-map > ul {
	text-align: center;
}

#footer .fx_contact_link .f-link-list ul li ,
#footer .fx_contact_link .f-index-map > ul > li {
	display: inline-block;
}

#footer .fx_contact_link .f-link-list ul li > span ,
#footer .fx_contact_link .f-link-list ul li > a ,
#footer .fx_contact_link .f-index-map > ul > li > .item > span ,
#footer .fx_contact_link .f-index-map > ul > li > .item > a {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	min-width: 240px;
	min-height: 60px;
	padding: 5px 35px;
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
	letter-spacing: var(--text-letter-spacing);
	background: var(--key-color);
	border: 1px solid var(--key-color);
	text-decoration: none;
	border-radius: 4px;
}


#footer .fx_contact_link .f-link-list ul li > a::before ,
#footer .fx_contact_link .f-index-map > ul > li > .item > a::before {
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	right: 20px;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

#footer .fx_contact_link .f-link-list ul li > a:hover ,
#footer .fx_contact_link .f-index-map > ul > li > .item > a:hover {
	color: var(--key-color);
	background: #fff;
}

@media screen and (max-width: 768px) {
	#footer .fx_contact_link {
		padding-top: 0;
	}
}


/* フッターリンク集2 */
#footer .fx_link2 {
	padding: 10px 0;
}

#footer .fx_link2 .f-link-list ul {
	padding: 10px 0;
	text-align: center;
}

#footer .fx_link2 .f-link-list li {
	display: inline-block;
}

#footer .fx_link2 .f-link-list li + li {
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid currentColor;
}

#footer .fx_link2 .f-link-list li > a ,
#footer .fx_link2 .f-link-list li > span {
	color: inherit;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: var(--text-letter-spacing);
}

#footer .fx_link2 .f-link-list li > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.svg") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

#footer .fx_link2 .f-link-list li > a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	#footer .fx_link2 .f-link-list li > a ,
	#footer .fx_link2 .f-link-list li > span {
		font-size: 1.2rem;
	}
}


/* フッターリンク集1 */
#footer .fx_link1 {
	padding: 20px 0 0;
}

#footer .fx_link1 .f-link-list ul {
	padding: 10px 0;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;

	font-size: 1.4rem;
	line-height: 1.5;
}

#footer .fx_link1 .f-link-list li {
	padding: 0 20px;
	margin-left: -1px;
	border-left: 1px solid #de7c77;
	border-right: 1px solid #de7c77;
}

#footer .fx_link1 .f-link-list li > a ,
#footer .fx_link1 .f-link-list li > span {
	color: inherit;
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: var(--text-letter-spacing);
}

#footer .fx_link1 .f-link-list li > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.svg") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

#footer .fx_link1 .f-link-list li > a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	#footer .fx_link1 {
		padding: 0;
	}

	#footer .fx_link1 .f-link-list li {
		margin-top: 15px;
		line-height: 1;
	}

	#footer .fx_link1 .f-link-list li > a ,
	#footer .fx_link1 .f-link-list li > span {
		font-size: 1.2rem;
	}
}


/* コピーライト */
#footer .fx_copyright {
	padding: 15px 0 0;
}

#footer .fx_copyright .f-text-section {
	font-size: 1.2rem;
	letter-spacing: var(--text-letter-spacing);
	text-align: center;
}

@media screen and (max-width: 768px) {
	#footer .fx_copyright .f-text-section {
		font-size: 1.2rem;
	}
}

/* フッターサイトロゴ */
#footer .fx_logo {
	padding: 0;
}

#footer .fx_logo a {
	display: block;
	width: 116px;
	margin-left: auto;
}

#footer .fx_logo a img {
	display: block;
	width: 100%;
}

@media print, screen and (min-width: 769px) {
	#footer .fx_logo {
		transform: translateY(-100%);
	}
}
@media screen and (max-width: 768px) {
	#footer .fx_logo {
		padding: 30px 0 20px;
	}
}



/*------------- お問い合わせ ページ -------------*/
[data-page-path^="/form"]body ,
[data-page-path^="/form"] body {
	color: #222;
	background: #fff;
}

[data-page-path^="/form"] .page-intro-wrapper ,
[data-page-path^="/form"] .page-intro ,
[data-page-path^="/form"] .page-intro > h1 {
	min-height: auto;
	height: auto;
	padding: 0;
	margin: 0;
	width: auto;
	border: none;
	background: none;
	display: block;
}

[data-page-path^="/form"] .page-intro-wrapper {
	background: #f7f7f7;
}

[data-page-path^="/form"] .page-intro > h1 {
	display: block;
	padding: 40px 0;
	text-align: left;
	color: inherit;
	font-size: 4rem;
	line-height: 1.5;
	letter-spacing: 0;
}

[data-page-path^="/form"] .page-intro > h1::before
[data-page-path^="/form"] .page-intro > h1::after {
	content: none;
}

@media print, screen and (min-width: 768px) {
	[data-page-path^="/form"] .page-intro {
		max-width: calc(var(--mainarea-width) + 40px);
		padding: 0 20px;
		margin: auto;
	}

	[data-page-path^="/form"] .page-intro > h1 {
	}
}

@media screen and (max-width: 768px) {
	[data-page-path^="/form"] .page-intro {
		padding: 0 15px;
	}

	[data-page-path^="/form"] .page-intro > h1 {
		padding: 25px 0;
		font-size: 2.5rem;
	}
}

/* お問い合わせ用バナー */
/* 基本、矢印アイコンは付けない */
[data-page-path^="/form"] .panel.no-img.style1 a {
	position: relative;
	width: auto;
	height: auto;
	min-height: auto;
	border: none;
	padding: 16px 25px;
	margin: 20px 10px 0;

	display: block;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	font-weight: normal;
	line-height: 1.25;
	letter-spacing: 0.05em;
	background: #222;
	text-decoration: none;
	border-radius: 4px;
}

[data-page-path^="/form"] .panel.no-img.style1 a .text {
	justify-content: center;
}

[data-page-path^="/form"] .panel.no-img.style1 a .icon_front ,
[data-page-path^="/form"] .panel.no-img.style1 a .icon_rear {
	display: none;
}

[data-page-path^="/form"] .panel.no-img.style1 a:hover {
	border: none;
	color: #fff;
	background: #999;
}



/*------------- お問い合わせヘッダー -------------*/
@media screen {
	body:not(.in-editor) #pagetop.pad.contact ~* #header .on-contact .hx_panel {
/*		position: fixed; */
	}
}
@media print, screen and (min-width: 768px) {
	#pagetop.contact {
		height: 100px;
	}


	#header .on-contact .hx_panel {
		position: absolute;
		top: 0;
		left: 60px;
		width: calc(100% - 120px);
		height: var(--header-height-pc);
		padding-left: 41px;
		padding-right: 184px;
		z-index: 1001;
	}


	#header .on-contact .hx_panel::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: 41px;
		height: 100%;

		background: url("../../../../../../resources/sw_img/bg/header_left.png") right center no-repeat;
		background-size: auto 100%;
	}

	#header .on-contact .hx_panel::after {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		width: 184px;
		height: 100%;
		background: url("../../../../../../resources/sw_img/bg/header_right.png") left center no-repeat;
		background-size: auto 100%;
	}

	#header .on-contact .hx_panel >* >* {
		position: relative;
	}

	#header .on-contact .hx_panel >* >*::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: 100%;
		height: var(--header-height-pc);
		background: #cc0000;
	}

	/* グロナビをページ上部に固定 */
	#header .on-contact .hx_gnavi_box {
		position: absolute;
		top: var(--header-height-pc);
		left: 0;
		right: 0;
		transform: translateY(-100%);
		z-index: 1;
	}



	/* ロゴ */
	#header .on-contact .hx_logo {
		position: relative;

	/*	ロゴをコンテンツエリア端に */
	/*
		max-width: calc(var(--headerarea-width-pc) + 40px);
		padding: 0 20px;
		margin: auto;
	*/
	}

	#header .on-contact .hx_logo >* {
		position: absolute;
		top: 0;
		left: 20px;
		height: 100px;
		z-index: 1;
	}

	#header .on-contact .hx_logo >* >* >* >*  {
		position: absolute;
		top: 18px;
		left: 20px;

	/*
		top: calc(var(--header-height-pc) / 2);
		left: 0;
		transform: translate(0, -50%);
	*/
	}

	#header .on-contact .hx_logo >* >* >* > .h-column2 {
		display: none;
	}


	#header .on-contact .hx_logo .h-panel a {
		display: flex;
		flex-flow: row-reverse nowrap;
		align-items: flex-end;
	}

	#header .on-contact .hx_logo .h-panel a {
		display: flex;
		flex-flow: column-reverse nowrap;
		width: 140px;
	}

	[data-page-path^="/form/nbb_ja"] #header .on-contact .hx_logo .h-panel a {
		width: 301px;
	}

	[data-page-path^="/form/nbb_en"] #header .on-contact .hx_logo .h-panel a {
		width: 404px;
	}

	[lang="en"] #header .on-contact .hx_logo .h-panel a {
	}

	#header .on-contact .hx_logo .h-panel a img {
		display: block;
		width: 100%;
		margin: 0;
		opacity: 1;
	}

	#header .on-contact .hx_logo .h-panel a .text {
		/* white-space: nowrap; */
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 10px;
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1;
		letter-spacing: var(--text-letter-spacing);
		text-decoration: none;
	}

	#header .on-contact .hx_logo .h-panel a:hover {
	/*	opacity: 0.7; */
	}


}

@media screen and (max-width: 768px) {
	#pagetop.contact {
		height: 50px;
	}

	/* ヘッダーパネル */
	#header .on-contact .hx_panel {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: var(--header-height-sp);
		background: #fff;
		z-index: 1010;
	}

	#header .on-contact .hx_panel > * {
		position: relative;
		width: 100%;
		height: var(--header-height-sp);
	}

	#header .on-contact .hx_panel > *::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: calc(100% - 92px);
		height: 100%;
		background: var(--key-color);
	}

	#header .on-contact .hx_panel > *::after {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		width: 92px;
		height: 100%;
		background: url("../../../../../../resources/sw_img/bg/header_right.png") left center no-repeat;
		background-size: auto 100%;
	}



	/* ロゴ */
	#header .on-contact .hx_logo {
	}

	#header .on-contact .hx_logo >* >* >* >*  {
		position: absolute;
		top: 50%;
		left: 15px;
		transform: translate(0,-50%);
		width: calc(100% - 110px)
	}

	#header .on-contact .hx_logo >* >* >* > .h-column2 {
		display: none;
	}

	#header .on-contact .hx_logo a {
		display: flex;
		flex-flow: column-reverse nowrap;
		width: 116px;
		max-width: 100%;
	}

	[data-page-path^="/form/nbb_ja"] #header .on-contact .hx_logo .h-panel a {
		width: 301px;
	}

	[data-page-path^="/form/nbb_en"] #header .on-contact .hx_logo .h-panel a {
		width: 404px;
	}

	[lang="en"] #header .on-contact .hx_logo a {
	}

	#header .on-contact .hx_logo a img {
		display: block;
		max-width: 100%;
		margin: 0;
		-o-object-fit: contain;
		   object-fit: contain;
		-o-object-position: left center;
		   object-position: left center;
	}

	#header .on-contact .hx_logo .h-panel a .text {
		/* white-space: nowrap; */
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 4px;
		color: #fff;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1;
		letter-spacing: var(--text-letter-spacing);
		text-decoration: none;
	}
}


/*------------- お問い合わせフッター -------------*/
#pagetop.contact ~* #footer {
	border: 1px solid #eee;
	color: inherit;
	background: #fff;
}

@media print, screen and (min-width: 769px) {
	#footer .fx_frame_contact > * {
		max-width: calc(var(--mainarea-width) + 40px);
		padding: 0 20px;
		margin: auto;
	}
}

@media screen and (max-width: 768px) {
	#footer .fx_frame_contact > * {
		max-width: calc(var(--mainarea-width) + 30px);
		margin: auto;
	}
}

#footer .fx_copyright_contact {
	padding: 15px 0;
}

#footer .fx_copyright_contact .f-text-section {
	font-size: 1.2rem;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#footer .fx_copyright_contact .f-text-section {
		font-size: 1.2rem;
	}
}




/*==== 印刷設定 ====*/
@media print {
	#footer {
/*		margin: 0; */
	}

	#footer .ax_footer {
/*		display: none; */
	}

	[data-page-marker~="for-print-pdf"] #pagetop {
		height: 0 !important;
	}

	[data-page-marker~="for-print-pdf"] #header .on-pc > * ,
	[data-page-marker~="for-print-pdf"] .page-intro-wrapper ,
	[data-page-marker~="for-print-pdf"] #nav-box ,
	[data-page-marker~="for-print-pdf"] #footer {
		display: none !important;
	}

	[data-page-marker~="for-print-pdf"] #wrapper-2 {
		margin-bottom: 0 !important;
	}

	[data-page-marker~="for-print-pdf"] #wrapper-3 {
		padding-top: 0 !important;
		margin-top: 0 !important;
	}
}


/*==== スクロールエフェクト ====*/
/* 出現アニメーション(新) */
/* クラス名はfadeObjX1～9まで */
.fadeObjX {
	opacity: 0;
	transition: none;
	transform: translate3d(0, -30px, 0);
}

.fadeObjX.visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: 1s 1.5s;
}

.fadeObjX.visible.fadeObjX1 {
	transition-delay: 0s;
}
.fadeObjX.visible.fadeObjX2 {
	transition-delay: 0.3s;
}
.fadeObjX.visible.fadeObjX3 {
	transition-delay: 0.6s;
}
.fadeObjX.visible.fadeObjX4 {
	transition-delay: 0.9s;
}
.fadeObjX.visible.fadeObjX5 {
	transition-delay: 1.2s;
}


/* 印刷時はスクロールエフェクトoff */
@media print {
	.fadeObjX {
		opacity: 1 !important;
		transform: translate(0, 0) !important;
		transition: 0s 0s !important;
	}
}


/*==== プラグインエリア ====*/
#site-info .ax_other {
}
/* マルチ３カテゴリ設定用 */
#site-info .ox_multi3_listing > *:not(.mgnlEditor) {
	display: none;
}




/*===== 検索ダイアログ =====*/
.close_btn {
	position: absolute;
	top: 40px;
	right: 30px;
	display: block;
	width: 38px;
	height: 38px;
	margin: 8px;
	border-radius: 100%;
	background: #FFF;
	z-index: 10000;
	cursor: pointer;
}

.close_btn:hover{
	opacity: 0.7;
}

.close2-btn-icon1 ,
.close2-btn-icon2 ,
.close2-btn-icon3 {
	display: block;
	position: absolute;
	top: 17px;
	left: 9px;
	width: 22px;
	height: 2px;
	margin: 0;
	background: #004831;
/*	transition: .2s .4s; */
}

.close2-btn-icon1 {
	margin-top: -7px;
}
.close2-btn-icon2 {
	margin-top: 0px;
}
.close2-btn-icon3 {
	margin-top: 7px;
}

.close2-btn-icon1::before ,
.close2-btn-icon3::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	width: 22px;
	height: 2px;
	background: var(--text-color);
/*	transition: .3s .1s; */
}

.close2-btn-title {
	overflow: hidden;
	display: block;
	position: absolute;
	top: 31px;
	left: 0;
	width: 40px;
	height: 12px;

	display: none !important;
}

.close2-btn-title li {
	display: block;
	width: 40px;
	height: 15px;

	line-height: 1;
	font-size: 10px;
	color: var(--text-color);
	text-align: center;
	transform: scale(0.8);
}
.close2-btn-title li:first-child {
	margin-top: -15px;
/*	transition: .5s .1s; */
}


/* -- open時 -- */
.close_btn .close2-btn-icon1 ,
.close_btn .close2-btn-icon2 ,
.close_btn .close2-btn-icon3 {
	background: transparent;
	margin-top: 0;
/*	transition: .2s .1s; */
}

.close_btn .close2-btn-icon1::before ,
.close_btn .close2-btn-icon3::before {
	height: 3px;
/*	transition: .3s .3s; */
}

.close_btn .close2-btn-icon1::before {
	transform: rotate(-225deg);
}

.close_btn .close2-btn-icon3::before {
	transform: rotate(-135deg);
}

.close_btn .close2-btn-title li:first-child {
	margin-top: 0px;
/*	transition: .5s .25s; */
}


#dialog_search {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(0,0,0, 0);
	border-top: var(--header-height-pc) solid rgba(255,255,255, 0.9);
	transition: 0.2s;
	z-index: 5000;
	opacity: 0;
	visibility: hidden;
}

#dialog_search.open {
	opacity: 1;
	visibility: visible;
}

#dialog_search .close_box {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

#dialog_search .search_inputbox {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	background: rgba(0,0,0, 0.75);
}

#dialog_search .search_inputbox > h2 {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: var(--text-letter-spacing);
	margin-top: 40px;
}

#dialog_search .search_inputbox .sitesearch {
	max-width: calc(960px + 40px);
	padding: 40px 80px 100px;
	margin: auto;
}

@media screen and (max-width: 768px) {
	.close_btn {
		top: 30px;
		right: 30px;
	}

	#dialog_search {
		border-top: var(--header-height-sp) solid #fff;
	}

	#dialog_search .search_inputbox {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
	}

	#dialog_search .search_inputbox h2 {
		text-align: center;
		font-size: 18px;
		letter-spacing: var(--text-letter-spacing);
	}

	#dialog_search .search_inputbox .sitesearch {
		padding-left: 20px;
		padding-right: 20px;
	}
}


[id=dialog_search] th ,
[id=dialog_search] td {
	padding: 0;
	border: none;
	background: none;
}

/*** 検索ダミー ***/
/* 検索窓 */
/*
#dialog_search .search_inputbox.sw-dummy form {
	font-size: 0;
}

#dialog_search .search_inputbox.sw-dummy input[type="text"] {
	width: calc(100% - 45px);
	font-size: 1.8rem;
	padding: 10px 20px;

}

#dialog_search .search_inputbox.sw-dummy input[type="submit"] {
	padding: 0;
	box-sizing: content-box;
	vertical-align: top;
	width: 20px;
	height: calc(1.15rem + 0px);
	border: 12px solid #000;
	background: #000 url("../../../../../../resources/sw_img/default/icon_glass_white.svg") center center no-repeat;
}
*/

#dialog_search .search_inputbox.sw-dummy form {
	font-size: 0;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	display: flex;
	align-items: center;
}

#dialog_search .search_inputbox.sw-dummy input[type="text"] {
	width: calc(100% - 45px);
	font-size: 16px;
	padding: 0;
	border: none;
	outline: none;

	line-height: 1em;
}

#dialog_search .search_inputbox.sw-dummy input[type="submit"] {
	padding: 0;
	vertical-align: middle;
	border: none;
	outline: none;
	width: 19px;
	height: 19px;
	background: url(../../../../../../resources/sw_img/default/icon_glass.svg) no-repeat center center;
	background-size: contain;
}




/*** google custom search ***/
/* ベース */
.gsc-control-cse ,
.gsc-control-cse * {
	box-sizing: content-box;
}

.gsc-control-cse {
	line-height: 1;
}

.gsc-search-box td ,
.gsc-search-box th ,
.gsc-control-cse td ,
.gsc-control-cse th {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
}

.gsc-control-cse {
	padding: 0 !important;
	border: none !important;
	background: none !important;
}

/* 検索窓 */
#dialog_search .search_inputbox.sw-gcs form {
	font-size: 0;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
}

#dialog_search .search_inputbox.sw-gcs input[type="text"] {
	width: calc(100% - 45px);
	font-size: 16px;
	padding: 10px 20px;
	border: none;

	line-height: 1em;
}

#dialog_search .search_inputbox.sw-gcs input[type="submit"] {
	padding: 0;
	box-sizing: content-box;
	vertical-align: top;
	width: 20px;
	height: calc(1.15rem + 0px);
	border: 12px solid #000;
	background: #000 url("../../../../../../resources/sw_img/default/icon_glass_white.svg") center center no-repeat;
}

[id=dialog_search] .gsst_b {
	font-size: 0;
}

[id=dialog_search] input.gsc-input {
	min-height: 27px;
}

[id=dialog_search] .gsc-search-button-v2 {
	margin: 0;
}

#dialog_search .gsc-input-box {
	border: none;
}

#dialog_search .gsc-search-button-v2 {
	margin: 0;
	padding: 0;
	border: none;

	width: 19px;
	height: 19px;
	background: url(../../../../../../resources/sw_img/default/icon_glass.svg) no-repeat center center;
	background-size: contain;
}

#dialog_search .gsc-search-button-v2 * {
	display: none;
}

@media screen and (max-width: 768px) {
	.gsc-results-wrapper-overlay {
		left: 5% !important;
		width: 90% !important;
		box-sizing: border-box;
	}

	#dialog_search .search_inputbox.sw-gcs .sitesearch {
		padding: 40px 20px 0;
	}

	#dialog_search .search_inputbox.sw-gcs form {
		padding: 0 10px;
		border-radius: 10px;
	}
}


/* 検索(MARS FINDER) */
.mf_finder_searchBox_items .mf_finder_searchBox_submit span {
	margin: 0;
}

.mf_finder_searchBox_submit {
	color: #fff !important;
	font-size: 2.4rem !important;
}

.mf_finder_searchBox_doctype ,
.mf_finder_searchBox_selects {
	display: none !important;
}

.mf_finder_searchBox_query_input {
	border: none !important;
}

div.mf_finder_organic_doc_body {
	height: auto;
}

#sharewithmain .mf_finder_searchBox {
	margin-bottom: 18px;
}


/*** popfind(GENIEE SEARCH for コーポレート) ***/
/* 検索窓 */
#dialog_search .search_inputbox.sw-popfind .sitesearch > form {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	height: 35px;
	border: 1px solid #000;
	padding: 0 0 0 15px;
	background: #fff;
}

#dialog_search .search_inputbox.sw-popfind .sitesearch > form input[type="text"] {
	padding: 0;
	border: none;
	outline: none;
	width: 100%;
	font-size: 16px;
	color: #000;
}

#dialog_search .search_inputbox.sw-popfind .sitesearch > form input[type="submit"] {
	padding: 0;
	border: none;
	font-size: 0;
	width: 35px;
	height: 35px;
	background: #000 url("../../../../../../resources/sw_img/icon/icon_search.svg") no-repeat center center;
	cursor: pointer;
}

#dialog_search .search_inputbox.sw-popfind .sitesearch > form > div.poplink.pcia {
	top:35px;
}

@media screen and (max-width: 768px) {
	#dialog_search .search_inputbox.sw-popfind .sitesearch form input[type="text"] {
		width: 70%;
	}
	#dialog_search .search_inputbox.sw-popfind .sitesearch form input[type="submit"] {
		width: 23%;
		padding: 10px 0;
	}
}


/* 検索結果 */
.sitesearch_result.sw-popfind .sitesearch > form > div.poplink.pcia {
    top: 100%;
}

.sitesearch_result.sw-popfind {
	background: #E3F3F5;
	border-radius: 20px;
	padding: 40px 20px 10px;
}

.sitesearch_result.sw-popfind form {
    position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0.5em 1.5em;
	margin: 0.5em 0 1em 0;
}

.sitesearch_result.sw-popfind form ._label {
	padding-right: 5px;
	font-weight: bold;
	font-size: 1em;
	width: 220px;
}

.sitesearch_result.sw-popfind form input[type="text"] {
	margin-right: 15px;
	border: 1px solid #DDDDDD;
	padding: 10px;
	border-radius: 4px;
	width: 100%;
	max-width: 400px;
}

.sitesearch_result.sw-popfind form input[type="submit"] {
	background: #008FA0;
	border: none;
	color: #fff;
	border-radius: 10em;
	padding: 10px 20px;
	cursor: pointer;
}

._sitesearch_component ._countselector {
	justify-content: flex-start !important;
}

._sitesearch_component ._countselector ._label {
	font-size: 16px;
}

._sitesearch_component ._countselector ._label {
	width: 220px;
	flex:none !important;
}
._sitesearch_component ._countselector select {
	max-width: 300px;
	border: 1px solid #DDDDDD;
	padding: 6px 10px !important;
	border-radius: 4px;
}

._sitesearch_component ._attributegroup {
	display: flex;
	align-items: center;
}

._sitesearch_component ._attributegroup ._group {
	width: 220px;
	font-size: 1em !important;
}

._sitesearch_component ._attributegroup ._attributes {
	display: flex;
}
._sitesearch_component ._attributegroup ._attributes ._attribute {
	margin-right: 10px !important;
}
._sitesearch_component ._attributegroup ._attributes ._attribute input {
	margin-right: 5px !important;
	border: 1px solid #DDDDDD !important;
}

._sitesearch_component ._searchstatus {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

._sitesearch_component ._searchstatus ._hits {
	font-size: 24px;
}

._sitesearch_component ._pagenator {
	flex-wrap: wrap;
}

._sitesearch_component ._pagenator ._nav {
	flex: none !important;
}
._sitesearch_component ._pagenator ._nav ._disable {
	font-size: 0;
}

._sitesearch_component ._pagenator>._nav._page {
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin: 0 4px !important
}

._sitesearch_component ._pagenator>._nav._page a,
._sitesearch_component ._pagenator ._nav._page._current{
	font-size: 14px;
	border-radius: 4px;
	border: 1px solid #008FA0;
	display: flex;
	width: 40px;
	height: 40px;
	color: #008FA0;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

._sitesearch_component ._pagenator ._nav._page._current {
	background: #E4F3F4;
}

._sitesearch_component ._pagenator ._nav._first a,
._sitesearch_component ._pagenator ._nav._prev a,
._sitesearch_component ._pagenator ._nav._next a {
	font-size: 0;
	border-radius: 4px !important;
	border: 1px solid #008FA0;
	background: #008FA0 !important;
	display: flex;
	width: 40px;
	height: 40px;
	color: #008FA0 !important;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	margin: 0 4px !important
}
._sitesearch_component ._pagenator ._nav._first a:before,
._sitesearch_component ._pagenator ._nav._first a:after,
._sitesearch_component ._pagenator ._nav._prev a:before,
._sitesearch_component ._pagenator ._nav._next a:before {
	content: '';
	border: 1px solid #fff;
	border-right: none;
	border-bottom: none;
	display: block;
	width: 6px;
	height: 6px;
	transform: rotate(-45deg);
}
._sitesearch_component ._pagenator ._nav._next a:before {
	transform: rotate(-225deg);
}
._sitesearch_component ._pagenator ._nav._first a:after {
	margin-left: 3px;
}

._sitesearch_component ._pagenator ._nav._first, ._sitesearch_component ._pagenator ._nav._prev, ._sitesearch_component ._pagenator ._nav._next {
	margin: 0 !important;
}

._sitesearch_component ._items>._item {
	border-top: 1px solid #DDDDDD;
	padding-top: 40px !important;
	margin-bottom: 40px !important;
}

._sitesearch_component ._items>._item ._wrap ._sitesearch_group1 {
	margin-bottom: 30px !important;
}

._sitesearch_component ._items>._item ._wrap ._sitesearch_group1 ._seq {
	color: #008FA0 !important;
	line-height: 1.3;
}

._sitesearch_component ._items ._item ._wrap ._title a,
._sitesearch_component ._items ._item ._wrap ._link_title a {
	text-decoration: underline;
}

._sitesearch_component ._items>._item ._wrap ._sitesearch_group1 ._title a em,
._sitesearch_component ._items ._item ._wrap ._snippet em{
	background: #8ADCE5 !important;
}

._sitesearch_component ._items ._item ._wrap ._snippet {
	font-size: 16px;
}

._sitesearch_component ._items>._item ._wrap ._sitesearch_group2 ._thumbnail {
	margin-right: 30px;
}

._sitesearch_component ._items ._item ._wrap ._thumbnail a {
	height: auto !important;
}

._sitesearch_component ._items>._item ._wrap ._sitesearch_group4 a {
	color: #008FA0;
}


@media screen and (max-width: 768px) {
	.sitesearch_wrap {
		padding: 10px !important;
	}
	.sitesearch form {
		display: block;
	}
	.sitesearch form input[type="text"] {
		width: 70%;
	}
	.sitesearch form input[type="submit"] {
		width: 23%;
		padding: 10px 0;
	}
	._sitesearch_component ._countselector {
	}
	._sitesearch_component ._countselector {
		display: block !important;
	}
	._sitesearch_component ._countselector ._label {
		margin-bottom: 5px;
	}
	._sitesearch_component ._items>._item ._wrap ._sitesearch_group1 {
		margin-bottom: 20px !important;
	}
	._sitesearch_component ._items>._item ._wrap ._sitesearch_group1 ._seq {
		white-space: nowrap;
	}
	._sitesearch_component ._items>._item ._wrap ._sitesearch_group2 {
		display: block !important;
	}
	._sitesearch_component ._items>._item ._wrap ._sitesearch_group2 ._thumbnail {
		margin-right: 0;
		margin-bottom: 20px;
		min-height: auto !important;
	}
	._sitesearch_component ._items ._item ._wrap ._thumbnail a {
		height: auto !important;
		position: relative !important;
	}
	._sitesearch_component ._items ._item ._wrap ._thumbnail:before {
		content: none !important;
	}
	._sitesearch_component ._attributegroup {
		display: block !important;
	}
}


/*==== カルーセル：スライドMV html1・メイン用 （縦横比固定型・動画対応版） ====*/
/* スライドエリアと画像サイズに合わせて、各設定値を変更する事 */
/* 下の例: */
/* スライドエリアwidth: 100%(画面いっぱい) */
/* 画像height: 440px */
/* 画像width: 1280px */


/* アロー・ドットを含む枠 */
#html1 .ux_slick_mcol_mv {
	position: relative;
	margin: 0 auto 60px;
}

@media print, screen and (min-width: 769px) {
	#html1 .ux_slick_mcol_mv {
		width: calc(100% - 20px);
/*		max-width: 1155px; */
		max-width: var(--mainarea-width);
		margin-bottom: 40px;
	}
}

#html1 .ux_slick_mcol_mv > .column1 {
	width: 100%;
	max-width: none;
	margin: 0;
}

/* オープニング オーバーレイ */
#html1 .ux_slick_mcol_mv:not(.ready) > .column1 {
	opacity: 0;
}

#html1 .ux_slick_mcol_mv > .column2 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: none;
	margin: 0;
	transform: translate(-50%, -50%);
	transition: 0.5s;
}

#html1 .ux_slick_mcol_mv.animate > .column2 {
	transition-delay: 1s;
	opacity: 0;
	visibility: hidden;
}

#html1 .ux_slick_mcol_mv > .column2 > * ,
#html1 .ux_slick_mcol_mv > .column2 img {
	margin: 0;
}

#html1 .ux_slick_mcol_mv > .column3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
	transform: none;
	transition: 0.3s 0.3s opacity;
}
#html1 .ux_slick_mcol_mv.ready > .column3 {
	opacity: 0;
	visibility: hidden;
}

#html1 .ux_slick_mcol_mv > .column3 > * {
	position: static;
}

#html1 .ux_slick_mcol_mv > .column3 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
	-o-object-fit: cover;
	   object-fit: cover;
}

#html1 .ux_slick_mcol_mv.ready > .column3 {
	opacity: 0;
	visibility: hidden;
}


/* 各スライドの枠 */
#html1 .ux_slick_mcol_mv .slick-slider {
	overflow: hidden;
}

/* 縦横比の設定 */
/* 各スライド要素の枠 */
#html1 .ux_slick_mcol_mv .slick-slide {
	overflow: hidden;
	aspect-ratio: 1440 / 570;
	max-height: 850px;

	cursor: initial;
}

@media screen and (max-width: 768px) {
	#html1 .ux_slick_mcol_mv .slick-slide {
		height: auto;
		aspect-ratio: 375 / 500;
	}
}

#html1 .ux_slick_mcol_mv .slick-slide > div {
	position: absolute;
/*
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: none;
	margin: 0;
	transform: translate(-50%, -50%);
*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
}

/* PCを第１カラム、SPを第２カラム、用とする場合 */
@media print, screen and (min-width: 769px) {
	#html1 .ux_slick_mcol_mv .slick-slide.multiColumn2 > .column2 {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	#html1 .ux_slick_mcol_mv .slick-slide.multiColumn2 > .column1 {
		display: none;
	}
}

#html1 .ux_slick_mcol_mv .slick-slide > * >*:only-child {
	height: 100%;
}

#html1 .ux_slick_mcol_mv .slick-slide > * > .text-section:only-child img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

#html1 .ux_slick_mcol_mv .slick-slide >* >*:first-child ,
#html1 .ux_slick_mcol_mv .slick-slide img {
	margin-top: 0;
}
#html1 .ux_slick_mcol_mv .slick-slide >* >*:last-child ,
#html1 .ux_slick_mcol_mv .slick-slide img {
	margin-bottom: 0;
}

#html1 .ux_slick_mcol_mv .slick-slide img {
	width: 100%;
}


/* テキスト */
/*
#html1 .ux_slick_mcol_mv .slick-slide .text-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0,0,0, 0.102) 0% , rgba(0,0,0, 0.302) 66% , rgba(0,0,0, 0.302) 100%);
	z-index: 1;
}

#html1 .ux_slick_mcol_mv .slick-slide .text-section::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0,0,0, 0) 0% , rgba(0,0,0, 0) 95% , rgba(0,0,0, 0.6) 97.5% , rgba(0,0,0, 0.8) 100%);
	z-index: 1;
}
*/

#html1 .ux_slick_mcol_mv .slick-slide .text-section::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: linear-gradient(180deg, rgba(0,0,0, 0) 0%, rgba(0,0,0, 0.6) 25% , rgba(0,0,0, 0.8) 100%);
	z-index: 1;
}

@media screen and (max-width: 768px) {
	#html1 .ux_slick_mcol_mv .slick-slide .text-section::after {
		height: 70px;
	}
}


#html1 .ux_slick_mcol_mv .slick-slide .text-section > div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: calc(var(--mainarea-width) + 40px);
	padding: 0 20px;
	margin: 0;
	transform: translate(-50%, -50%);
	z-index: 2;

	color: #fff;
	font-size: 2rem;
	line-height: 1.8;
}

#html1 .ux_slick_mcol_mv .slick-slide .text-section > div em {
	display: none;
}

#html1 .ux_slick_mcol_mv .slick-slide .text-section > div .strong {
/*
	display: inline-block;
	font-size: 250%;
	line-height: 1.5;
	margin-bottom: 10px;
*/
}

#html1 .ux_slick_mcol_mv .slick-slide .text-section > div a {
	margin-top: 30px;
	display: inline-block;
	padding: 13px 20px;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
	background: #fff;
/*	border: 1px solid #fff; */
}
#html1 .ux_slick_mcol_mv .slick-slide .text-section > div a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
	margin-right: 8px;
	margin-top: -3px;
}

#html1 .ux_slick_mcol_mv .slick-slide .text-section > div a:hover {
	color: #fff;
	background: #666;
}


@media screen and (min-width: 769px) and (max-width: 1200px) {
	#html1 .ux_slick_mcol_mv .slick-slide .text-section > div {
		font-size: calc(100vw / 1200 * 20);
	}

	#html1 .ux_slick_mcol_mv .slick-slide .text-section > div em {
/*		display: none; */
	}

	#html1 .ux_slick_mcol_mv .slick-slide .text-section > div .strong {
/*
		font-size: 250%;
		margin-bottom: 10px;
*/
	}

	#html1 .ux_slick_mcol_mv .slick-slide .text-section > div a {
		margin-top: 30px;
		padding: calc(100vw / 1200 * 13) calc(100vw / 1200 * 20);
	}
	#html1 .ux_slick_mcol_mv .slick-slide .text-section > div a::before {
		margin-right: 8px;
		margin-top: -3px;
	}
}

@media print, screen and (min-width: 769px) {
	#html1 .ux_slick_mcol_mv .slick-slide .text-section > div .strong {
/*		display: none; */
	}
}
@media screen and (max-width: 768px) {
	#html1 .ux_slick_mcol_mv .slick-slide .text-section > div {
/*
		top: auto;
		bottom: 60px;
		transform: translate(-50%, 0);
*/
		margin-top: -30px;
		font-size: 1.4rem;
	}

	#html1 .ux_slick_mcol_mv .slick-slide .text-section > div .strong {
/*		font-size: 171.428%; */
	}

	#html1 .ux_slick_mcol_mv .slick-slide .text-section > div a {
		margin-top: 15px;
		padding: 10px 20px;
		font-size: 1.2rem;
	}
}


/* youtube動画 */
@media print, screen and (min-width: 769px) {
	/* MVエリアの方が横に長い場合 */
	#html1 .ux_slick_mcol_mv .slick-slide .youtube {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: auto;
		max-width: none;
		margin: 0;
		aspect-ratio: 560 / 315;
		-o-object-fit: cover;
		   object-fit: cover;
		transform: translate(0,-50%);
	}
}
@media screen and (max-width: 768px) {
	/* MVエリアの方が縦に長い場合 */
	#html1 .ux_slick_mcol_mv .slick-slide .youtube {
		position: absolute;
		top: 0;
		left: 50%;
		width: auto;
		height: 100%;
		max-width: none;
		margin: 0;
		aspect-ratio: 560 / 315;
		-o-object-fit: cover;
		   object-fit: cover;
		transform: translate(-50%,0);
	}
}


/* ビデオパーツ動画 */
#html1 .ux_slick_mcol_mv .slick-slide div.video ,
#html1 .ux_slick_mcol_mv .slick-slide video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: none;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

/* chrome対策：下端5pxに目隠し */
/*
#html1 .ux_slick_mcol_mv .slick-slide video {
	bottom: -5px;
	height: calc(100% + 5px);
}
*/


/* アローをドットの左右に配置する */
#html1 .ux_slick_mcol_mv .arrow-dots {
	position: static;
/*
	position: absolute;
	left: 50%;
	bottom: -50px;
	display: inline-block;
	padding: 5px 25px;
	transform: translate(-50%, 0);

	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 0 10px;
*/
}

/* ドット */
#html1 .ux_slick_mcol_mv .slick-dots {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 0 20px;

	display: none;

    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
}
#html1 .ux_slick_mcol_mv .slick-dots[style*="display: block"] {
	display: flex !important;
}
#html1 .ux_slick_mcol_mv .slick-dots:not([style*="display: block;"]) ~ * {
	display: none !important;
}


#html1 .ux_slick_mcol_mv .slick-dots li {
	flex: 1 0 auto;
}

#html1 .ux_slick_mcol_mv .slick-dots li button {
	display: block;
	width: 100%;
	height: 20px;
	border: none;
	border-radius: 0;
}

#html1 .ux_slick_mcol_mv .slick-dots li button::before ,
#html1 .ux_slick_mcol_mv .slick-dots li button::after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	display: block;
	width: 100%;
	height: 4px;
	background: #ccc;
}

#html1 .ux_slick_mcol_mv .slick-dots li button::after {
	background: var(--key-color);
	transform: scaleX(0);
	transform-origin: left top;
	transition: 0s;
}

#html1 .ux_slick_mcol_mv .slick-dots li.slick-active button {
}

#html1 .ux_slick_mcol_mv .slick-dots li.slick-active button::after {
	-webkit-animation: animDots 5.3s linear forwards;
	        animation: animDots 5.3s linear forwards;
}

#html1 .ux_slick_mcol_mv > .slickPause .slick-dots li button::after {
	-webkit-animation-play-state: paused;
	        animation-play-state: paused;
}

@media screen and (max-width: 768px) {
	#html1 .ux_slick_mcol_mv .slick-dots {
		gap: 0 16px;

	    bottom: 20px;
	    left: 20px;
	    width: calc(100% - 20px - 63px);
	}

	#html1 .ux_slick_mcol_mv .slick-dots li button::before ,
	#html1 .ux_slick_mcol_mv .slick-dots li button::after {
		height: 3px;
	}
}



/* アロー */
#html1 .ux_slick_mcol_mv .slick-prev ,
#html1 .ux_slick_mcol_mv .slick-next ,
#html1 .ux_slick_mcol_mv .slick-pause {
	top: auto;
	flex: 0 0 auto;

	position: relative;
	width: 30px;
	height: 30px;
	z-index: 1;
	opacity: 1;
	margin: 0;
}

#html1 .ux_slick_mcol_mv .slick-prev {
	order: -1;
	background: url("../../../../../../resources/sw_img/slide/slide-prev.svg") no-repeat center center;
	background-size: contain;

	display: none !important;
}
#html1 .ux_slick_mcol_mv .slick-next {
	order: 2;
	background: url("../../../../../../resources/sw_img/slide/slide-prev.svg") no-repeat center center;
	background-size: contain;
	transform: scaleX(-1);

	display: none !important;
}
#html1 .ux_slick_mcol_mv .slick-pause {
	position: absolute;
	top: auto;
	bottom: 50px;
	left: auto;
	right: 10px;
	width: 50px;
	height: 50px;
	z-index: 1;
	opacity: 1;
	margin: 0;

	order: 3;
	background: #707070 url("../../../../../../resources/sw_img/slide/slide-pause2.svg") no-repeat center center;
	background-size: contain;
	transform: scaleX(-1);
	transition: 0.3s;
}
#html1 .ux_slick_mcol_mv .slick-pause[data-state~="pause"] {
	background: #707070 url("../../../../../../resources/sw_img/slide/slide-play2.svg") no-repeat center center;
	background-size: contain;
	transform: scaleX(1);
}
#html1 .ux_slick_mcol_mv .slick-pause::after {
	content: url("../../../../../../resources/sw_img/slide/slide-play2.svg");
	position: absolute;
	opacity: 0;
}



#html1 .ux_slick_mcol_mv .slick-prev:hover ,
#html1 .ux_slick_mcol_mv .slick-prev:focus ,
#html1 .ux_slick_mcol_mv .slick-next:hover ,
#html1 .ux_slick_mcol_mv .slick-next:focus ,
#html1 .ux_slick_mcol_mv .slick-pause:hover ,
#html1 .ux_slick_mcol_mv .slick-pause:focus {
	opacity: 0.7;
	transition: 0.3s;
}

/* スライドしない場合は、ポーズボタン非表示 */
#html1 .ux_slick_mcol_mv .slick-slider:not(.slick-dotted) +* .slick-pause {
	display: none !important;
}

@media print, screen and (min-width: 769px) {
	#html1 .ux_slick_mcol_mv {
		/* ヘッダーの背景にも見える様にする */
/*		margin-top: calc(-1 * var(--header-height-pc)); */
		margin-top: 10px;
	}
}

@media screen and (max-width: 768px) {
	#html1 .ux_slick_mcol_mv .slick-pause {
		bottom: 16px;
/*		right: -44px; */
		width: 32px;
		height: 32px;
	}
}


@-webkit-keyframes animDots {
	0% { transform: scaleX(0); }
	99.9%,to { transform: scaleX(1); }
}


@keyframes animDots {
	0% { transform: scaleX(0); }
	99.9%,to { transform: scaleX(1); }
}



/* 印刷時は、スライド機能をオフって、アクティブ画像をそのまま配置 */
@media print {
	#html1 .ux_slick_mcol_mv .slick-slide {
		left: 0 !important;
		min-height: auto !important;
		width: 100% !important;
		display: none !important;
	}
	#html1 .ux_slick_mcol_mv .slick-slide.slick-active {
		display: block !important;
	}

	#html1 .ux_slick_mcol_mv .slick-slide > div {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		width: auto !important;	
		min-width: auto !important;
		transform: none !important;
		margin: 0 !important;
	}
	#html1 .ux_slick_mcol_mv .slick-slide::before {
		content: none !important;
	}

	#html1 .ux_slick_mcol_mv .slick-list {
		height: auto !important;
	}
	#html1 .ux_slick_mcol_mv .slick-track {
		width: auto !important;
		height: auto !important;
		transform: none !important;
	}
}



/* アロー・ドットを含む枠 */
#sharewithmain * * .ux_slick_mcol_mv {
	position: relative;
}

#sharewithmain * * .ux_slick_mcol_mv > .column1 {
	width: 100%;
	max-width: none;
	margin: 0;
}

/* オープニング オーバーレイ */
#sharewithmain * * .ux_slick_mcol_mv:not(.ready) > .column1 {
	opacity: 0;
}

#sharewithmain * * .ux_slick_mcol_mv > .column2 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: none;
	margin: 0;
	transform: translate(-50%, -50%);
	transition: 0.5s;
}

#sharewithmain * * .ux_slick_mcol_mv.animate > .column2 {
	transition-delay: 1s;
	opacity: 0;
	visibility: hidden;
}

#sharewithmain * * .ux_slick_mcol_mv > .column2 > * ,
#sharewithmain * * .ux_slick_mcol_mv > .column2 img {
	margin: 0;
}

#sharewithmain * * .ux_slick_mcol_mv > .column3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
	transform: none;
	transition: 0.3s 0.3s opacity;
}
#sharewithmain * * .ux_slick_mcol_mv.ready > .column3 {
	opacity: 0;
	visibility: hidden;
}

#sharewithmain * * .ux_slick_mcol_mv > .column3 > * {
	position: static;
}

#sharewithmain * * .ux_slick_mcol_mv > .column3 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
	-o-object-fit: cover;
	   object-fit: cover;
}

#sharewithmain * * .ux_slick_mcol_mv.ready > .column3 {
	opacity: 0;
	visibility: hidden;
}


/* 各スライドの枠 */
#sharewithmain * * .ux_slick_mcol_mv .slick-slider {
	overflow: hidden;
}

/* 縦横比の設定 */
/* 各スライド要素の枠 */
#sharewithmain * * .ux_slick_mcol_mv .slick-slide {
	overflow: hidden;
/*	aspect-ratio: 1197 / 588; */
}

@media screen and (max-width: 768px) {
	#sharewithmain * * .ux_slick_mcol_mv .slick-slide {
		aspect-ratio: 2 / 1;
	}
}

#sharewithmain * * .ux_slick_mcol_mv .slick-slide > div {
	position: relative;
/*
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: none;
	margin: 0;
	transform: translate(-50%, -50%);
*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
}

/* PCを第１カラム、SPを第２カラム、用とする場合 */
@media print, screen and (min-width: 769px) {
	#sharewithmain * * .ux_slick_mcol_mv .slick-slide.multiColumn2 > .column2 {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	#sharewithmain * * .ux_slick_mcol_mv .slick-slide.multiColumn2 > .column1 {
		display: none;
	}

	#sharewithmain * * .ux_slick_mcol_mv .slick-slide > div {
		position: absolute;
	}
}

#sharewithmain * * .ux_slick_mcol_mv .slick-slide >* >*:first-child ,
#sharewithmain * * .ux_slick_mcol_mv .slick-slide img {
	margin-top: 0;
}
#sharewithmain * * .ux_slick_mcol_mv .slick-slide >* >*:last-child ,
#sharewithmain * * .ux_slick_mcol_mv .slick-slide img {
	margin-bottom: 0;
}

#sharewithmain * * .ux_slick_mcol_mv .slick-slide img {
	width: 100%;
}


/* youtube動画 */
@media print, screen and (min-width: 769px) {
	/* MVエリアの方が横に長い場合 */
	#sharewithmain * * .ux_slick_mcol_mv .slick-slide .youtube {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: auto;
		max-width: none;
		margin: 0;
		aspect-ratio: 560 / 315;
		-o-object-fit: cover;
		   object-fit: cover;
		transform: translate(0,-50%);
	}
}
@media screen and (max-width: 768px) {
	/* MVエリアの方が縦に長い場合 */
	#sharewithmain * * .ux_slick_mcol_mv .slick-slide .youtube {
		position: absolute;
		top: 0;
		left: 50%;
		width: auto;
		height: 100%;
		max-width: none;
		margin: 0;
		aspect-ratio: 560 / 315;
		-o-object-fit: cover;
		   object-fit: cover;
		transform: translate(-50%,0);
	}
}


/* ビデオパーツ動画 */
#sharewithmain * * .ux_slick_mcol_mv .slick-slide div.video ,
#sharewithmain * * .ux_slick_mcol_mv .slick-slide video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: none;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

/* chrome対策：下端5pxに目隠し */
/*
#sharewithmain * * .ux_slick_mcol_mv .slick-slide video {
	bottom: -5px;
	height: calc(100% + 5px);
}
*/


/* アローをドットの左右に配置する */
#sharewithmain * * .ux_slick_mcol_mv .arrow-dots {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 20px 40px;
	background: rgba(0, 0, 0, 0.5);

	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 0 10px;
}

/* SPでは下に配置 */
@media screen and (max-width: 768px) {
	#sharewithmain * * .ux_slick_mcol_mv {
		margin-bottom: 50px;
	}

	#sharewithmain * * .ux_slick_mcol_mv .arrow-dots {
		position: absolute;
		bottom: auto;
		top: 100%;
		padding: 12px 10px;
		width: 100%;
		background: #4d4d4d;
	}
}

/* ドット */
#sharewithmain * * .ux_slick_mcol_mv .slick-dots {
	position: static;

	display: flex;
	flex-flow: row wrap;
	align-items: center;
	gap: 0 4px;

	display: none;
}
#sharewithmain * * .ux_slick_mcol_mv .slick-dots[style*="display: block"] {
	display: flex !important;
}
#sharewithmain * * .ux_slick_mcol_mv .slick-dots:not([style*="display: block;"]) ~ * {
	display: none !important;
}


#sharewithmain * * .ux_slick_mcol_mv .slick-dots li {
	flex: 0 0 auto;
}

#sharewithmain * * .ux_slick_mcol_mv .slick-dots li button {
	display: block;
	width: 56px;
	height: 8px;
	padding: 0;
	background: #fff;
	border-radius: 0;
}

#sharewithmain * * .ux_slick_mcol_mv .slick-dots li button::before {
	content: none;
}

#sharewithmain * * .ux_slick_mcol_mv .slick-dots li.slick-active button {
	background: var(--key-color);
}

@media screen and (max-width: 768px) {
	#sharewithmain * * .ux_slick_mcol_mv .slick-dots {
		justify-content: center;
		gap: 2px 2px;
	}

	#sharewithmain * * .ux_slick_mcol_mv .slick-dots li button {
		width: 30px;
		height: 4px;
	}
}


/* アロー */
#sharewithmain * * .ux_slick_mcol_mv .slick-prev ,
#sharewithmain * * .ux_slick_mcol_mv .slick-next ,
#sharewithmain * * .ux_slick_mcol_mv .slick-pause {
	top: auto;
	flex: 0 0 auto;

	position: relative;
	width: 30px;
	height: 30px;
	z-index: 1;
	opacity: 1;
	margin: 0;

	display: none !important;
}

#sharewithmain * * .ux_slick_mcol_mv .slick-prev {
	order: -1;
	background: url("../../../../../../resources/sw_img/slide/slide-prev.svg") no-repeat center center;
	background-size: contain;
}
#sharewithmain * * .ux_slick_mcol_mv .slick-next {
	order: 2;
	background: url("../../../../../../resources/sw_img/slide/slide-prev.svg") no-repeat center center;
	background-size: contain;
	transform: scaleX(-1);
}
#sharewithmain * * .ux_slick_mcol_mv .slick-pause {
	order: 3;
	background: url("../../../../../../resources/sw_img/slide/slide-pause.svg") no-repeat center center;
	background-size: contain;
	transform: scaleX(-1);
}
#sharewithmain * * .ux_slick_mcol_mv .slick-pause[data-state~="pause"] {
	background: url("../../../../../../resources/sw_img/slide/slide-play.svg") no-repeat center center;
	background-size: contain;
	transform: scaleX(1);
}

#sharewithmain * * .ux_slick_mcol_mv .slick-prev:hover ,
#sharewithmain * * .ux_slick_mcol_mv .slick-prev:focus ,
#sharewithmain * * .ux_slick_mcol_mv .slick-next:hover ,
#sharewithmain * * .ux_slick_mcol_mv .slick-next:focus ,
#sharewithmain * * .ux_slick_mcol_mv .slick-pause:hover ,
#sharewithmain * * .ux_slick_mcol_mv .slick-pause:focus {
	opacity: 0.7;
	transition: 0.3s;
}

/* スライドしない場合は、ポーズボタン非表示 */
#sharewithmain * * .ux_slick_mcol_mv .slick-slider:not(.slick-dotted) +* .slick-pause {
	display: none !important;
}

@media print, screen and (min-width: 769px) {
	#sharewithmain * * .ux_slick_mcol_mv {
		/* ヘッダーの背景にも見える様にする */
/*		margin-top: calc(-1 * var(--header-height-pc)); */
		margin-top: 10px;
	}
}


@media screen and (max-width: 768px) {
}

/* 印刷時は、スライド機能をオフって、アクティブ画像をそのまま配置 */
@media print {
	#sharewithmain * * .ux_slick_mcol_mv .slick-slide {
		left: 0 !important;
		min-height: auto !important;
		width: 100% !important;
		display: none !important;
	}
	#sharewithmain * * .ux_slick_mcol_mv .slick-slide.slick-active {
		display: block !important;
	}

	#sharewithmain * * .ux_slick_mcol_mv .slick-slide > div {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		width: auto !important;	
		min-width: auto !important;
		transform: none !important;
		margin: 0 !important;
	}
	#sharewithmain * * .ux_slick_mcol_mv .slick-slide::before {
		content: none !important;
	}

	#sharewithmain * * .ux_slick_mcol_mv .slick-list {
		height: auto !important;
	}
	#sharewithmain * * .ux_slick_mcol_mv .slick-track {
		width: auto !important;
		height: auto !important;
		transform: none !important;
	}
}


/*==== マルチ３一覧(サムネイルなし) ニュースティッカー ====*/
#sharewithmain .ux_slick_multi3_ticker .slick-slide {
	display: flex;
	align-items: center;
	margin-top: 15px;
	padding-bottom: 15px;
}



/*==== マルチ３一覧(サムネイル付き) タイル型ニューススライド ====*/
/* 設定resetしない、はみ出し対策必須 */
#sharewithmain .ux_slick_multi3_tile {
	overflow: hidden;
}

#sharewithmain .ux_slick_multi3_tile .basic-list2.thumnail {
	overflow: visible;
	position: relative;
	padding-bottom: 60px;
}

#sharewithmain .ux_slick_multi3_tile .basic-list2.thumnail .slick-slide {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0 15px;
}


/* アローをドット配置する */
#sharewithmain .ux_slick_multi3_tile .arrow-dots {
	position: absolute;
	left: 50%;
	bottom: 0;
	padding: 5px 25px;
	transform: translate(-50%, 0);

	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 0 10px;
}

#sharewithmain .ux_slick_multi3_tile .slick-dots {
	position: static;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 0 10px;

	display: none;
}


/* ドット */
#sharewithmain .ux_slick_multi3_tile .slick-dots[style*="display: block"] {
	display: flex !important;
}

#sharewithmain .ux_slick_multi3_tile .slick-dots li {
	flex: 0 0 auto;
}

#sharewithmain .ux_slick_multi3_tile .slick-dots li button {
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid var(--key-color);
	background: #fff;
	border-radius: 100%;
}

#sharewithmain .ux_slick_multi3_tile .slick-dots li button::before {
	content: none;
}

#sharewithmain .ux_slick_multi3_tile .slick-dots li.slick-active button {
	background: var(--key-color);
}

/* ポーズ */
#sharewithmain .ux_slick_multi3_tile .slick-pause {
	top: auto;
	flex: 0 0 auto;
	order: 1;

	position: relative;
	width: 30px;
	height: 30px;
	z-index: 1;
	opacity: 1;
	margin: 0;
	background: url("../../../../../../resources/sw_img/slide/slide-pause.svg") no-repeat center center;
	background-size: contain;
	transform: scaleX(-1);
}
#sharewithmain .ux_slick_multi3_tile .slick-pause[data-state~="pause"] {
	background: url("../../../../../../resources/sw_img/slide/slide-play.svg") no-repeat center center;
	background-size: contain;
	transform: scaleX(1);
}

#sharewithmain .ux_slick_multi3_tile .slick-slider:not(.slick-dotted) ~* .slick-pause {
	display: none;
}

/* アロー */
#sharewithmain .ux_slick_multi3_tile .slick-prev ,
#sharewithmain .ux_slick_multi3_tile .slick-next {
	position: absolute;
	top: 110px;
	width: 50px;
	height: 50px;
	z-index: 1;
	opacity: 1;
	margin: 0;
	background: url("../../../../../../resources/sw_img/slide/slide-prev2.svg") no-repeat center center;
	background-size: contain;
}

#sharewithmain .ux_slick_multi3_tile .slick-prev {
	left: -20px;
}
#sharewithmain .ux_slick_multi3_tile .slick-next {
	right: -20px;
	transform: scaleX(-1);
}

#sharewithmain .ux_slick_multi3_tile .slick-prev:hover ,
#sharewithmain .ux_slick_multi3_tile .slick-prev:focus ,
#sharewithmain .ux_slick_multi3_tile .slick-next:hover ,
#sharewithmain .ux_slick_multi3_tile .slick-next:focus ,
#sharewithmain .ux_slick_multi3_tile .slick-pause:hover ,
#sharewithmain .ux_slick_multi3_tile .slick-pause:focus {
	opacity: 0.7;
	transition: 0.3s;
}

@media screen and (max-width: 768px) {
	#sharewithmain .ux_slick_multi3_tile .slick-prev ,
	#sharewithmain .ux_slick_multi3_tile .slick-next {
		width: 35px;
		height: 35px;
	}

}


/*==== 別エリア表示パーツ内 マルチカラム タイル型スライド ====*/
/* 設定resetしない、はみ出し対策必須 */
.ux_slick_mcol_tile {
	overflow: hidden;
}
.ux_slick_mcol_tile >*> .reuse-main-area {
	position: relative;
}

#sharewithmain .ux_slick_mcol_tile .slide-frame {
	position: relative;
	margin-top: 30px;
	padding-bottom: 50px;
}

#sharewithmain .ux_slick_mcol_tile .slide-frame .slick-slide {
	position: relative;
	width: 100%;
	margin: 0 10px;
}

#sharewithmain .ux_slick_mcol_tile .slide-frame .slick-slide.slick-active {
}

@media screen and (max-width: 768px) {
	#sharewithmain .ux_slick_mcol_tile .slide-frame .slick-slide {
		margin: 0 5px;
	}
}


/* アローをドット配置する */
#sharewithmain .ux_slick_mcol_tile .arrow-dots {
	position: absolute;
	left: 50%;
	bottom: 0;
	padding: 5px 25px;
	transform: translate(-50%, 0);

	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 0 10px;
}

#sharewithmain .ux_slick_mcol_tile .slick-dots {
	position: static;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 0 20px;

	display: none;
}


/* ドット */
#sharewithmain .ux_slick_mcol_tile .slick-dots[style*="display: block"] {
	display: flex !important;
}

#sharewithmain .ux_slick_mcol_tile .slick-dots li {
	flex: 0 0 auto;
}

#sharewithmain .ux_slick_mcol_tile .slick-dots li button {
	display: block;
	width: 80px;
	height: 4px;
	border: none;
	background: #aaa;
}

#sharewithmain .ux_slick_mcol_tile .slick-dots li button::before {
	content: none;
}

#sharewithmain .ux_slick_mcol_tile .slick-dots li.slick-active button {
	background: var(--key-color);
}


@media screen and (max-width: 768px) {
	#sharewithmain .ux_slick_mcol_tile .slide-frame {
		padding-bottom: 30px;
	}

	#sharewithmain .ux_slick_mcol_tile .slick-dots {
		gap: 0 10px;
	}

	#sharewithmain .ux_slick_mcol_tile .slick-dots li button {
		width: 40px;
		height: 3px;
	}
}

/* ポーズ */
#sharewithmain .ux_slick_mcol_tile .slick-pause {
	top: auto;
	flex: 0 0 auto;
	order: 1;

	position: relative;
	width: 30px;
	height: 30px;
	z-index: 1;
	opacity: 1;
	margin: 0;
	background: url("../../../../../../resources/sw_img/slide/slide-pause.svg") no-repeat center center;
	background-size: contain;
	transform: scaleX(-1);
}
#sharewithmain .ux_slick_mcol_tile .slick-pause[data-state~="pause"] {
	background: url("../../../../../../resources/sw_img/slide/slide-play.svg") no-repeat center center;
	background-size: contain;
	transform: scaleX(1);
}

#sharewithmain .ux_slick_mcol_tile .slick-slider:not(.slick-dotted) ~* .slick-pause {
	display: none;
}

/* アロー */
#sharewithmain .ux_slick_mcol_tile .slick-prev ,
#sharewithmain .ux_slick_mcol_tile .slick-next {
	position: absolute;
	top: 92px;
	width: 30px;
	height: 60px;
	z-index: 1;
	opacity: 1;
	margin: 0;
	background: url("../../../../../../resources/sw_img/slide/slide-prev2.svg") no-repeat center center;
	background-size: contain;
}

#sharewithmain .ux_slick_mcol_tile .slick-prev {
	left: -40px;
}
#sharewithmain .ux_slick_mcol_tile .slick-next {
	right: -40px;
	transform: scaleX(-1);
}

#sharewithmain .ux_slick_mcol_tile .slick-prev:hover ,
#sharewithmain .ux_slick_mcol_tile .slick-prev:focus ,
#sharewithmain .ux_slick_mcol_tile .slick-next:hover ,
#sharewithmain .ux_slick_mcol_tile .slick-next:focus ,
#sharewithmain .ux_slick_mcol_tile .slick-pause:hover ,
#sharewithmain .ux_slick_mcol_tile .slick-pause:focus {
	opacity: 0.7;
	transition: 0.3s;
}

@media screen and (max-width: 768px) {
	#sharewithmain .ux_slick_mcol_tile .slick-prev ,
	#sharewithmain .ux_slick_mcol_tile .slick-next {
		top: 112px;
		width: 15px;
		height: 30px;

/*		display: none !important; */
	}

	#sharewithmain .ux_slick_mcol_tile .slick-prev {
		left: -30px;
	}
	#sharewithmain .ux_slick_mcol_tile .slick-next {
		right: -30px;
	}
}




/*==== クッキー警告ダイアログ ====*/
#page404 #site-info .ux_popup_cookie_warning {
	display: none !important;
}

#site-info .ux_popup_cookie_warning {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,.75);
	z-index: 3100;
	transition: 0.3s;
}

#site-info .ux_popup_cookie_warning.agree {
	max-height: 0;
	visibility: hidden;
}

#site-info .ux_popup_cookie_warning > * {
	display: block;
	width: 100%;
	padding: 20px 20px;
	margin: auto;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.6;
}

#site-info .ux_popup_cookie_warning .text-section {
	margin: 0;
	flex-grow: 1;
}

#site-info .ux_popup_cookie_warning .text-section .strong {
	display: inline-block;
	margin-bottom: 10px;
}

#site-info .ux_popup_cookie_warning .text-section a {
	color: inherit;
	text-decoration: underline;
}

#site-info .ux_popup_cookie_warning .text-section a::before {
	content: "→";
	display: inline-block;
	margin-right: 0.4em;
}

#site-info .ux_popup_cookie_warning .text-section  a[target="_blank"]::after {
	background-image: url("../../../../../../resources/sw_img/icon/linkout_white.svg");
}

#site-info .ux_popup_cookie_warning .text-section a:hover {
	text-decoration: none;
}

#site-info .ux_popup_cookie_warning .title4 {
	white-space: nowrap;
	flex-shrink: 0;
	display: block;
	width: auto;
	margin: auto;

	min-width: 100px;
	padding: 8px;
	color: #000;
	background-color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.375;

	cursor: pointer;
}

@media print, screen and (min-width: 769px) {
	#site-info .ux_popup_cookie_warning {
/*		min-width: calc(var(--mainarea-width) + 40px); */
	}

	#site-info .ux_popup_cookie_warning > div {
		max-width: calc(var(--mainarea-width) + 40px);
		margin: auto;
	}

	#site-info .ux_popup_cookie_warning >* >* >* >* {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 0 20px;
	}

}

@media screen and (max-width: 768px) {
	#site-info .ux_popup_cookie_warning {
	}

	#site-info .ux_popup_cookie_warning > div {
		padding: 20px 20px;
	}

	#site-info .ux_popup_cookie_warning .text-section {
		font-size: 1.1rem;
		color: #fff;
		margin-top: 0;
	}

	#site-info .ux_popup_cookie_warning .title4 {
		margin: 10px auto 0;
		text-align: center;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}

	#site-info .ux_popup_cookie_warning .title4 {
		padding: 6px 40px;
		font-size: 1.1rem;
	}
}




/*==== 言語切り替えリンク ====*/
.ax_lang_link.hidden ,
.ax_lang_link .hidden {
	display: none !important;
}

.ax_lang_link {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	z-index: 6;

	display: none !important;
}

.ax_lang_link > div {
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: block;
}

@media print, screen and (min-width: 769px) {
	.ax_lang_link {
		display: block;
		left: 50%;
		max-width: calc(var(--mainarea-width) + 40px);
		width: calc(100% - 20px);
		transform: translateX(-50%);
		margin: 0 auto;
	}

	[data-page-intro~="has-bg-video"] .ax_lang_link > div ,
	[data-page-intro~="has-bg-image"] .ax_lang_link > div {
		bottom: 40px;
	}
}
@media screen and (max-width: 768px) {
	.ax_lang_link > div {
		right: 10px;
	}

	[data-page-intro~="has-bg-video"] .ax_lang_link > div ,
	[data-page-intro~="has-bg-image"] .ax_lang_link > div {
		bottom: 10px;
	}
}

/* 言語切り替えボタンスタイル */
.ax_lang_link ul {
	display: flex;
	flex-flow: row nowrap;
	line-height: 1.5;
	overflow: hidden;
}

.ax_lang_link li {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
}

.ax_lang_link li:not(:first-child)::before {
	content: "|";
	display: block;
	width: 40px;
	text-align: center;
	color: #B6B6B6;
	font-size: 1.8rem;
	font-weight: inherit;
}

.ax_lang_link li > span ,
.ax_lang_link li > a {
	display: block;
	padding: 0px 5px;
	font-size: 1.8rem;
	font-weight: inherit;
	line-height: inherit;
	white-space: nowrap;
	color: inherit;
	text-decoration: none;
	outline: none;
	border-bottom: 2px solid transparent;
}

.ax_lang_link li.active > span ,
.ax_lang_link li.active > a {
	color: var(--key-color);
	border-bottom-color: var(--key-color);
}
.ax_lang_link .inactive {
}

.ax_lang_link a:hover {
	color: var(--key-color);
	border-bottom-color: var(--key-color);
}

@media screen and (max-width: 768px) {
	.ax_lang_link li > span ,
	.ax_lang_link li > a {
		font-size: 1.2rem;
	}
}

/* 旧スタイル */
/*
.ax_lang_link li {
	display: inline-block;
	vertical-align: top;
}

.ax_lang_link li > span ,
.ax_lang_link li > a {
	display: block;
	padding: 5px 10px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: inherit;
	white-space: nowrap;
	color: inherit;
	text-decoration: none;
	background: #fff;
}

.ax_lang_link li:not(:last-child) {
	border-right: 1px solid #eee;
}

.ax_lang_link li:first-child > span ,
.ax_lang_link li:first-child > a{
	padding-left: 15px;
}

.ax_lang_link li:last-child > span ,
.ax_lang_link li:last-child > a {
	padding-right: 15px;
}

.ax_lang_link li.active > span ,
.ax_lang_link li.active > a {
	background: rgba(255,255,255, 0.9);
}
.ax_lang_link .inactive {
}

.ax_lang_link a:hover {
	background: rgba(255,255,255, 0.7);
}

@media screen and (max-width: 768px) {
	.ax_lang_link li > span ,
	.ax_lang_link li > a {
		font-size: 1.2rem;
	}
}
*/


/*==== 決算資料 アコーディオン ====*/
/* #sharewithmain .ux_accordion_result , */
#sharewithmain .lx_accordion_02 {
	align-items: normal;
}

.ux_accordion_result .news-result h2 ,
.ux_accordion_result .news-yuho h2 ,
.ux_accordion_result .news-presentation h2 ,
.ux_accordion_result .news-material h2 {
	cursor: pointer;
	padding-right: 50px;
}

.ux_accordion_result .news-result h2.open::after ,
.ux_accordion_result .news-result h2.close::after ,
.ux_accordion_result .news-yuho h2.open::after ,
.ux_accordion_result .news-yuho h2.close::after ,
.ux_accordion_result .news-presentation h2.open::after ,
.ux_accordion_result .news-presentation h2.close::after ,
.ux_accordion_result .news-material h2.open::after ,
.ux_accordion_result .news-material h2.close::after {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	left: auto;

	content: "";
	position: absolute;
	top: calc(50% - 9px);
	right: 20px;
	display: block;
	width: 18px;
	height: 18px;
	background: url("../../../../../../resources/sw_img/icon/icon_close.svg") center center no-repeat;
	background-size: contain;
}

.ux_accordion_result .news-result h2.open::after ,
.ux_accordion_result .news-yuho h2.open::after ,
.ux_accordion_result .news-presentation h2.open::after ,
.ux_accordion_result .news-material h2.open::after {
	background-image: url("../../../../../../resources/sw_img/icon/icon_open.svg");
}

.lx_accordion_02 > .column2 ,
.lx_accordion_02 > .column3 ,
.lx_accordion_02 > .column4 ,
.lx_accordion_02 > .column5 ,
.ux_accordion_result .news-result h2.open + .group_year ,
.ux_accordion_result .news-result h2.close + .group_year ,
.ux_accordion_result .news-yuho h2.open + .group_year ,
.ux_accordion_result .news-yuho h2.close + .group_year ,
.ux_accordion_result .news-presentation h2.open + .group_year ,
.ux_accordion_result .news-presentation h2.close + .group_year ,
.ux_accordion_result .news-material h2.open + .group_year ,
.ux_accordion_result .news-material h2.close + .group_year {
	margin-top: 20px;
	position: relative;
	color: inherit;
	padding: 1px 25px 20px;
	background: #EFEFEF;
}

.ux_accordion_result .news-material dl:first-child dt {
	margin-top: 20px;
}


/*==== タブ風スタイル ====*/
/* 高さ合わせが必要ならux_justify_list_itemも共に設定する */
/* リンクリスト(非ハイライト)：現在ページがアクティブ */
/* リンクリスト(ハイライト)：サブアイテム(ハイライト)がアクティブ */
#sharewithmain .lx_list_tabstyle01 {
}

.lx_list_tabstyle01 .link-list:not(.highlight) ,
.lx_list_tabstyle01 .link-list.highlight {
	width: 100%;
	margin-top: 30px;
	padding-bottom: 20px;
}

.lx_list_tabstyle01 .link-list:not(.highlight) ul ,
.lx_list_tabstyle01 .link-list.highlight ul {
	margin: 0;
	display: flex;
	flex-flow: row nowrap;
}

@media screen and (max-width: 768px) {
	.lx_list_tabstyle01 .link-list:not(.highlight) ul ,
	.lx_list_tabstyle01 .link-list.highlight ul {
		flex-flow: row wrap;
	}
}

.lx_list_tabstyle01 .link-list:not(.highlight) ul li ,
.lx_list_tabstyle01 .link-list.highlight ul li {
	margin: 0;
	padding: 0;
	background: none;

	flex: 1 0 0;
	height: 76px;
}

.lx_list_tabstyle01 .link-list ul li:not(.highlight)::before ,
.lx_list_tabstyle01 .link-list ul li:not(.highlight)::after ,
.lx_list_tabstyle01 .link-list ul li.highlight::before ,
.lx_list_tabstyle01 .link-list ul li.highlight::after {
	content: none;
}

.lx_list_tabstyle01 .link-list ul li:not(.highlight) > span ,
.lx_list_tabstyle01 .link-list ul li:not(.highlight) > a ,
.lx_list_tabstyle01 .link-list ul li.highlight > span ,
.lx_list_tabstyle01 .link-list ul li.highlight > a {
/*
	position: relative;
	overflow: visible;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100%;
	margin: 0;
	margin-right: 1px;
	padding: 5px 5px;
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0;
	text-decoration: none;
	background: var(--key-color);
	border-bottom: 1px solid #e4e4e4;
*/

	position: relative;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	min-height: 100%;
	margin: 0 4px;

	min-width: 100px;
	padding: 10px 0px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0;
	text-decoration: none;
	background: #fff;
	border-bottom: 6px solid #ddd;
}

.lx_list_tabstyle01 .link-list ul li:not(.highlight) > span::before ,
.lx_list_tabstyle01 .link-list ul li:not(.highlight) > a::before ,
.lx_list_tabstyle01 .link-list ul li.highlight > span::before ,
.lx_list_tabstyle01 .link-list ul li.highlight > a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: none;
}

.lx_list_tabstyle01 .link-list:not(.highlight) ul li.act > span ,
.lx_list_tabstyle01 .link-list:not(.highlight) ul li.act > a ,
.lx_list_tabstyle01 .link-list:not(.highlight) ul li > span:hover ,
.lx_list_tabstyle01 .link-list:not(.highlight) ul li > a:hover ,
.lx_list_tabstyle01 .link-list.highlight ul li.highlight > span ,
.lx_list_tabstyle01 .link-list.highlight ul li.highlight > a ,
.lx_list_tabstyle01 .link-list.highlight ul li > span:hover ,
.lx_list_tabstyle01 .link-list.highlight ul li > a:hover {
	color: var(--key-color);
	border-bottom-color: var(--key-color);
}

.lx_list_tabstyle01 .link-list:not(.highlight) ul li.act > span::before ,
.lx_list_tabstyle01 .link-list:not(.highlight) ul li.act > a::before ,
.lx_list_tabstyle01 .link-list:not(.highlight) ul li > span:hover::before ,
.lx_list_tabstyle01 .link-list:not(.highlight) ul li > a:hover::before ,
.lx_list_tabstyle01 .link-list.highlight ul li.highlight > span::before ,
.lx_list_tabstyle01 .link-list.highlight ul li.highlight > a::before ,
.lx_list_tabstyle01 .link-list.highlight ul li > span:hover::before ,
.lx_list_tabstyle01 .link-list.highlight ul li > a:hover::before {
}

.lx_list_tabstyle01 .link-list:not(.highlight) ul li.act > span:hover::before ,
.lx_list_tabstyle01 .link-list:not(.highlight) ul li.act > a:hover::before ,
.lx_list_tabstyle01 .link-list.highlight ul li.highlight > span:hover::before ,
.lx_list_tabstyle01 .link-list.highlight ul li.highlight > a:hover::before {
}

.lx_list_tabstyle01 .link-list ul li:not(.highlight).empty-tab > span ,
.lx_list_tabstyle01 .link-list ul li:not(.highlight).empty-tab > a ,
.lx_list_tabstyle01 .link-list ul li.highlight.empty-tab > span ,
.lx_list_tabstyle01 .link-list ul li.highlight.empty-tab > a {
	color: #ccc;
}


/* 2つ目（ページ下部に配置） */
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list ul li:not(.highlight) > span ,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list ul li:not(.highlight) > a ,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list ul li.highlight > span ,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list ul li.highlight > a {
/*	border-bottom: none; */
/*	border-top: 1px solid #e4e4e4; */
}

.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list ul li:not(.highlight) > span::before ,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list ul li:not(.highlight) > a::before ,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list ul li.highlight > span::before ,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list ul li.highlight > a::before {
/*	top: auto; */
/*	bottom: 0; */
}

.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list:not(.highlight) ul li.act > span ,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list:not(.highlight) ul li.act > a ,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list:not(.highlight) ul li > span:hover ,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list:not(.highlight) ul li > a:hover ,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list.highlight ul li.highlight > span ,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list.highlight ul li.highlight > a ,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list.highlight ul li > span:hover ,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list.highlight ul li > a:hover {
/*	border-color: transparent; */
}

.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list:not(.highlight) ul li.act > span::before ,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list:not(.highlight) ul li.act > a::before ,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list:not(.highlight) ul li > span:hover::before ,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list:not(.highlight) ul li > a:hover::before ,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list.highlight ul li.highlight > span::before ,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list.highlight ul li.highlight > a::before ,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list.highlight ul li > span:hover::before ,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list.highlight ul li > a:hover::before {
}

/* 編集画面  */
.lx_list_tabstyle01 .link-list .mgnlEditorBar[aria-hidden="false"] + ul ,
.lx_list_tabstyle01 .link-list .mgnlEditorBar[aria-hidden="false"] + ul li {
	display: block;
	margin-bottom: 10px;
}

/*==== タブ風スタイル ====*/
/* 高さ合わせが必要ならux_justify_list_itemも共に設定する */
/* リンクリスト(非ハイライト)：現在ページがアクティブ */
/* リンクリスト(ハイライト)：サブアイテム(ハイライト)がアクティブ */
#sharewithmain .lx_list_tabstyle02 {
}

.lx_list_tabstyle02 .link-list:not(.highlight) ,
.lx_list_tabstyle02 .link-list.highlight {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-top: 30px;
	padding-bottom: 20px;
}

.lx_list_tabstyle02 .link-list:not(.highlight) ul ,
.lx_list_tabstyle02 .link-list.highlight ul {
	display: table-row;
	margin: 0;
}

.lx_list_tabstyle02 .link-list:not(.highlight) ul li ,
.lx_list_tabstyle02 .link-list.highlight ul li {
	margin: 0;
	padding: 0;
	background: none;

	display: table-cell;
	height: 60px;
}

.lx_list_tabstyle02 .link-list ul li:not(.highlight)::before ,
.lx_list_tabstyle02 .link-list ul li:not(.highlight)::after ,
.lx_list_tabstyle02 .link-list ul li.highlight::before ,
.lx_list_tabstyle02 .link-list ul li.highlight::after {
	content: none;
}

.lx_list_tabstyle02 .link-list ul li:not(.highlight) > span ,
.lx_list_tabstyle02 .link-list ul li:not(.highlight) > a ,
.lx_list_tabstyle02 .link-list ul li.highlight > span ,
.lx_list_tabstyle02 .link-list ul li.highlight > a {
	position: relative;
	overflow: visible;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100%;
	margin: 0;
	padding: 5px 5px;
	text-align: center;
	font-size: 1.4rem;
	color: var(--text-color);
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0;
	text-decoration: none;
	background: #E5E5E5
}

.lx_list_tabstyle02 .link-list ul li:not(.highlight):nth-child(2n) > span ,
.lx_list_tabstyle02 .link-list ul li:not(.highlight):nth-child(2n) > a ,
.lx_list_tabstyle02 .link-list ul li.highlight:nth-child(2n) > span ,
.lx_list_tabstyle02 .link-list ul li.highlight:nth-child(2n) > a {
	background: #D5D5D5;
}

.lx_list_tabstyle02 .link-list ul li:not(.highlight) > span::before ,
.lx_list_tabstyle02 .link-list ul li:not(.highlight) > a::before ,
.lx_list_tabstyle02 .link-list ul li.highlight > span::before ,
.lx_list_tabstyle02 .link-list ul li.highlight > a::before {
	content: "";
	position: static;
	top: auto;
	left: auto;
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
	margin-right: 5px;
}

.lx_list_tabstyle02 .link-list:not(.highlight) ul li.act > span ,
.lx_list_tabstyle02 .link-list:not(.highlight) ul li.act > a ,
.lx_list_tabstyle02 .link-list:not(.highlight) ul li > span:hover ,
.lx_list_tabstyle02 .link-list:not(.highlight) ul li > a:hover ,
.lx_list_tabstyle02 .link-list.highlight ul li.highlight > span ,
.lx_list_tabstyle02 .link-list.highlight ul li.highlight > a ,
.lx_list_tabstyle02 .link-list.highlight ul li > span:hover ,
.lx_list_tabstyle02 .link-list.highlight ul li > a:hover {
	color: var(--key-color);

}

.lx_list_tabstyle02 .link-list:not(.highlight) ul li.act > span::before ,
.lx_list_tabstyle02 .link-list:not(.highlight) ul li.act > a::before ,
.lx_list_tabstyle02 .link-list:not(.highlight) ul li > span:hover::before ,
.lx_list_tabstyle02 .link-list:not(.highlight) ul li > a:hover::before ,
.lx_list_tabstyle02 .link-list.highlight ul li.highlight > span::before ,
.lx_list_tabstyle02 .link-list.highlight ul li.highlight > a::before ,
.lx_list_tabstyle02 .link-list.highlight ul li > span:hover::before ,
.lx_list_tabstyle02 .link-list.highlight ul li > a:hover::before {
}

.lx_list_tabstyle02 .link-list:not(.highlight) ul li.act > span:hover::before ,
.lx_list_tabstyle02 .link-list:not(.highlight) ul li.act > a:hover::before ,
.lx_list_tabstyle02 .link-list.highlight ul li.highlight > span:hover::before ,
.lx_list_tabstyle02 .link-list.highlight ul li.highlight > a:hover::before {
}

.lx_list_tabstyle02 .link-list ul li:not(.highlight).empty-tab > span ,
.lx_list_tabstyle02 .link-list ul li:not(.highlight).empty-tab > a ,
.lx_list_tabstyle02 .link-list ul li.highlight.empty-tab > span ,
.lx_list_tabstyle02 .link-list ul li.highlight.empty-tab > a {
	color: #ccc;
}


/* 2つ目（ページ下部に配置） */
.lx_list_tabstyle02 ~ .lx_list_tabstyle02 .link-list ul li:not(.highlight) > span ,
.lx_list_tabstyle02 ~ .lx_list_tabstyle02 .link-list ul li:not(.highlight) > a ,
.lx_list_tabstyle02 ~ .lx_list_tabstyle02 .link-list ul li.highlight > span ,
.lx_list_tabstyle02 ~ .lx_list_tabstyle02 .link-list ul li.highlight > a {
/*	border-bottom: none; */
/*	border-top: 1px solid #e4e4e4; */
}

.lx_list_tabstyle02 ~ .lx_list_tabstyle02 .link-list ul li:not(.highlight) > span::before ,
.lx_list_tabstyle02 ~ .lx_list_tabstyle02 .link-list ul li:not(.highlight) > a::before ,
.lx_list_tabstyle02 ~ .lx_list_tabstyle02 .link-list ul li.highlight > span::before ,
.lx_list_tabstyle02 ~ .lx_list_tabstyle02 .link-list ul li.highlight > a::before {
/*	top: auto; */
/*	bottom: 0; */
}

.lx_list_tabstyle02 ~ .lx_list_tabstyle02 .link-list:not(.highlight) ul li.act > span ,
.lx_list_tabstyle02 ~ .lx_list_tabstyle02 .link-list:not(.highlight) ul li.act > a ,
.lx_list_tabstyle02 ~ .lx_list_tabstyle02 .link-list:not(.highlight) ul li > span:hover ,
.lx_list_tabstyle02 ~ .lx_list_tabstyle02 .link-list:not(.highlight) ul li > a:hover ,
.lx_list_tabstyle02 ~ .lx_list_tabstyle02 .link-list.highlight ul li.highlight > span ,
.lx_list_tabstyle02 ~ .lx_list_tabstyle02 .link-list.highlight ul li.highlight > a ,
.lx_list_tabstyle02 ~ .lx_list_tabstyle02 .link-list.highlight ul li > span:hover ,
.lx_list_tabstyle02 ~ .lx_list_tabstyle02 .link-list.highlight ul li > a:hover {
/*	border-color: transparent; */
}

.lx_list_tabstyle02 ~ .lx_list_tabstyle02 .link-list:not(.highlight) ul li.act > span::before ,
.lx_list_tabstyle02 ~ .lx_list_tabstyle02 .link-list:not(.highlight) ul li.act > a::before ,
.lx_list_tabstyle02 ~ .lx_list_tabstyle02 .link-list:not(.highlight) ul li > span:hover::before ,
.lx_list_tabstyle02 ~ .lx_list_tabstyle02 .link-list:not(.highlight) ul li > a:hover::before ,
.lx_list_tabstyle02 ~ .lx_list_tabstyle02 .link-list.highlight ul li.highlight > span::before ,
.lx_list_tabstyle02 ~ .lx_list_tabstyle02 .link-list.highlight ul li.highlight > a::before ,
.lx_list_tabstyle02 ~ .lx_list_tabstyle02 .link-list.highlight ul li > span:hover::before ,
.lx_list_tabstyle02 ~ .lx_list_tabstyle02 .link-list.highlight ul li > a:hover::before {
}

/* 編集画面  */
.lx_list_tabstyle02 .link-list .mgnlEditorBar[aria-hidden="false"] + ul ,
.lx_list_tabstyle02 .link-list .mgnlEditorBar[aria-hidden="false"] + ul li {
	display: block;
	margin-bottom: 10px;
}

/*==== タブ風スタイル ====*/
/* 高さ合わせが必要ならux_justify_list_itemも共に設定する */
/* リンクリスト(非ハイライト)：現在ページがアクティブ */
/* リンクリスト(ハイライト)：サブアイテム(ハイライト)がアクティブ */
#sharewithmain .lx_list_tabstyle03 {
}

.lx_list_tabstyle03 .link-list:not(.highlight) ,
.lx_list_tabstyle03 .link-list.highlight {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-top: 30px;
	padding-bottom: 0;
}

.lx_list_tabstyle03 .link-list:not(.highlight) ul ,
.lx_list_tabstyle03 .link-list.highlight ul {
	display: table-row;
	margin: 0;
}

.lx_list_tabstyle03 .link-list:not(.highlight) ul li ,
.lx_list_tabstyle03 .link-list.highlight ul li {
	margin: 0;
	padding: 0;
	background: none;

	display: table-cell;
	height: 78px;
}

.lx_list_tabstyle03 .link-list:not(.highlight) ul li:not(:first-child) ,
.lx_list_tabstyle03 .link-list.highlight ul li:not(:first-child) {
	border-right: 1px solid #D8D8D8;
}

.lx_list_tabstyle03 .link-list ul li:not(.highlight)::before ,
.lx_list_tabstyle03 .link-list ul li:not(.highlight)::after ,
.lx_list_tabstyle03 .link-list ul li.highlight::before ,
.lx_list_tabstyle03 .link-list ul li.highlight::after {
	content: none;
}

.lx_list_tabstyle03 .link-list ul li:not(.highlight) > span ,
.lx_list_tabstyle03 .link-list ul li:not(.highlight) > a ,
.lx_list_tabstyle03 .link-list ul li.highlight > span ,
.lx_list_tabstyle03 .link-list ul li.highlight > a {
	position: relative;
	overflow: visible;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	min-height: 100%;
	margin: 0;
	padding: 25px 5px 15px;;
	text-align: center;
	font-size: 1.2rem;
	color: var(--text-color);
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0;
	text-decoration: none;
	background: #E7E7E7;
}


.lx_list_tabstyle03 .link-list ul li:not(.highlight) > span::before ,
.lx_list_tabstyle03 .link-list ul li:not(.highlight) > a::before ,
.lx_list_tabstyle03 .link-list ul li.highlight > span::before ,
.lx_list_tabstyle03 .link-list ul li.highlight > a::before {
	content: "";
	position: absolute;
	top: 100%;
	left: calc(50% - 21px);
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	background: none;
	margin: 0;
	border: 21px solid transparent;
	border-top: 15px solid transparent;
	border-bottom: none;
}

.lx_list_tabstyle03 .link-list:not(.highlight) ul li.act > span ,
.lx_list_tabstyle03 .link-list:not(.highlight) ul li.act > a ,
.lx_list_tabstyle03 .link-list:not(.highlight) ul li > span:hover ,
.lx_list_tabstyle03 .link-list:not(.highlight) ul li > a:hover ,
.lx_list_tabstyle03 .link-list.highlight ul li.highlight > span ,
.lx_list_tabstyle03 .link-list.highlight ul li.highlight > a ,
.lx_list_tabstyle03 .link-list.highlight ul li > span:hover ,
.lx_list_tabstyle03 .link-list.highlight ul li > a:hover {
	color: #fff;
	background: var(--key-color);

}

.lx_list_tabstyle03 .link-list:not(.highlight) ul li.act > span::before ,
.lx_list_tabstyle03 .link-list:not(.highlight) ul li.act > a::before ,
.lx_list_tabstyle03 .link-list:not(.highlight) ul li > span:hover::before ,
.lx_list_tabstyle03 .link-list:not(.highlight) ul li > a:hover::before ,
.lx_list_tabstyle03 .link-list.highlight ul li.highlight > span::before ,
.lx_list_tabstyle03 .link-list.highlight ul li.highlight > a::before ,
.lx_list_tabstyle03 .link-list.highlight ul li > span:hover::before ,
.lx_list_tabstyle03 .link-list.highlight ul li > a:hover::before {
	border-top-color: var(--key-color);
}

.lx_list_tabstyle03 .link-list:not(.highlight) ul li.act > span:hover::before ,
.lx_list_tabstyle03 .link-list:not(.highlight) ul li.act > a:hover::before ,
.lx_list_tabstyle03 .link-list.highlight ul li.highlight > span:hover::before ,
.lx_list_tabstyle03 .link-list.highlight ul li.highlight > a:hover::before {
}

.lx_list_tabstyle03 .link-list ul li:not(.highlight).empty-tab > span ,
.lx_list_tabstyle03 .link-list ul li:not(.highlight).empty-tab > a ,
.lx_list_tabstyle03 .link-list ul li.highlight.empty-tab > span ,
.lx_list_tabstyle03 .link-list ul li.highlight.empty-tab > a {
	color: #ccc;
}


/* 編集画面  */
.lx_list_tabstyle03 .link-list .mgnlEditorBar[aria-hidden="false"] + ul ,
.lx_list_tabstyle03 .link-list .mgnlEditorBar[aria-hidden="false"] + ul li {
	display: block;
	margin-bottom: 10px;
}



/*==== お問い合わせフォーム進捗表示スタイル ====*/
#sharewithmain .lx_list_inquiry_step {
}

.lx_list_inquiry_step .link-list:not(.highlight) {
}

.lx_list_inquiry_step .link-list:not(.highlight) ul {
	padding: 20px 20px 25px;
	background: #777;
}

.lx_list_inquiry_step .link-list:not(.highlight) li {
	display: block;
	padding: 5px 0;
	margin: 0;
}

.lx_list_inquiry_step .link-list:not(.highlight) li.text-without-link::before {
	content: none;
}

.lx_list_inquiry_step .link-list:not(.highlight) li > span ,
.lx_list_inquiry_step .link-list:not(.highlight) li > a {
	color: #ccc;
	border-bottom: 1px solid transparent;
}


.lx_list_inquiry_step .link-list:not(.highlight) li.highlight > span ,
.lx_list_inquiry_step .link-list:not(.highlight) li.highlight > a ,
.lx_list_inquiry_step .link-list:not(.highlight) li > a:hover {
	color: #fff;
}

.lx_list_inquiry_step .link-list:not(.highlight) li.highlight > span ,
.lx_list_inquiry_step .link-list:not(.highlight) li.highlight > a {
	border-bottom-color: #fff;
}


.lx_list_inquiry_step .link-list:not(.highlight) li.text-without-link:first-child ~ li:nth-child(even) > span {
	position: static;
	padding: 0;
	margin:0;
	border: none;
	background: none;
	color: inherit;
	font-size: inherit;
	font-weight: normal;
	transform: none;

	display: inline-block;
	width: 5px;
	height: 20px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	transform: skewY(-45deg);
	margin-left: 30px;
}


.lx_list_inquiry_step div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul ,
.lx_list_inquiry_step div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul li {
	display: block;
}

@media print, screen and (min-width: 769px) {
	.lx_list_inquiry_step .link-list:not(.highlight) ul {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-between;
		padding: 30px 20px 35px;
	}

	.lx_list_inquiry_step .link-list:not(.highlight) li {
		display: inline-block;
		padding: 0 10px;
	}

	.lx_list_inquiry_step .link-list:not(.highlight) li.text-without-link:first-child ~ li:nth-child(even) > span {
		margin: 0;

		display: inline-block;
		width: 40px;
		height: 5px;
		border-left: none;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		transform: skewX(45deg);
		margin-bottom: 3px;
	}

}

/*==== お問い合わせフォーム進捗表示スタイル type02 ====*/
#sharewithmain .lx_list_inquiry_step02 {
}

.lx_list_inquiry_step02 .link-list:not(.highlight) {
}

#sharewithmain .lx_list_inquiry_step02 .link-list ul {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 20px;
}

#sharewithmain .lx_list_inquiry_step02 .link-list .mgnlEditorBar[aria-hidden="false"] + ul {
	display: block;
}

#sharewithmain .lx_list_inquiry_step02 .link-list ul li {
	padding: 0;
	margin: 0;

	overflow: hidden;
	position: relative;
	flex-grow: 1;
	background: #777;
	padding-right: 45px;
	margin-right: 20px;
}
#sharewithmain .lx_list_inquiry_step02 .link-list ul li:first-child {
}
#sharewithmain .lx_list_inquiry_step02 .link-list ul li:last-child {
	margin-right: 0;
}

#sharewithmain .lx_list_inquiry_step02 .link-list ul li::before {
	border: none;

	content: "";
	position: absolute;
	top: 50%;
	left: auto;
	right: -40px;
	display: block;
	width: 200px;
	height: 200px;
	background: #777;
	border-top: 100px solid #fff;
	border-right: 100px solid #fff;
	transform-origin: right top;
	transform: translateX(50%) rotate(45deg);
}
#sharewithmain .lx_list_inquiry_step02 .link-list ul li:last-child::before {
}

#sharewithmain .lx_list_inquiry_step02 .link-list ul li.highlight ,
#sharewithmain .lx_list_inquiry_step02 .link-list ul li.highlight::before {
	background: #333;
}

#sharewithmain .lx_list_inquiry_step02 .link-list ul li > span {
	position: relative;
	display: flex;
	height: 100%;
	min-height: 80px;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px 10px;
	color: #fff;
	z-index: 2;
}

@media screen and (max-width: 768px) {
	#sharewithmain .lx_list_inquiry_step02 .link-list ul li {
		padding-right: 15px;
		margin-right: 5px;
	}

	#sharewithmain .lx_list_inquiry_step02 .link-list ul li::before {
		right: -20px;
		width: 200px;
		height: 200px;
		border-top: 100px solid #fff;
		border-right: 100px solid #fff;
		transform: scaleX(0.5) translateX(50%) rotate(45deg);
	}

	#sharewithmain .lx_list_inquiry_step02 .link-list ul li > span {
		padding: 5px 5px;
		font-size: 1.2rem;
	}
}


/*==== お問い合わせフォーム進捗表示スタイル type03 ====*/
#sharewithmain .lx_list_inquiry_step03 .link-list ul{
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 20px;
}

#sharewithmain .lx_list_inquiry_step03 .link-list ul li{
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	flex-grow: 1;
	background: #D8D8D8;
}

#sharewithmain .lx_list_inquiry_step03 .link-list ul li:not(:first-child) {
	margin-left: -80px;
	padding-left: 30px;
}
#sharewithmain .lx_list_inquiry_step03 .link-list ul li:not(:last-child) {
	padding-right: 30px;
}

#sharewithmain .lx_list_inquiry_step03 .link-list ul li > span {
	position: relative;
	display: flex;
	height: 100%;
	height: 70px;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px 10px;
	color: #333;
	z-index: 10;
}


#sharewithmain .lx_list_inquiry_step03 .link-list ul li::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	left: -40px;
	display: block;
	width: 100px;
	height: 100px;
	background: #D8D8D8;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	transform: scaleX(0.75) rotate(45deg);
	transform-origin: right top;
}

#sharewithmain .lx_list_inquiry_step03 .link-list ul li.highlight{
	background: #595959;
}

#sharewithmain .lx_list_inquiry_step03 .link-list ul li.highlight span{
	color: #fff;
}

#sharewithmain .lx_list_inquiry_step03 .link-list ul li.highlight + .mgnlEditorBar + li:before,
#sharewithmain .lx_list_inquiry_step03 .link-list ul li.highlight + li:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	left: -40px;
	display: block;
	width: 100px;
	height: 100px;
	background: #595959;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	transform: scaleX(0.75) rotate(45deg);
	transform-origin: right top;
}



#sharewithmain .lx_list_inquiry_step03 .link-list ul .mgnlEditor:first-child + li::before,
#sharewithmain .lx_list_inquiry_step03 .link-list ul li:first-child::before{
	content: none;
}

#sharewithmain .lx_list_inquiry_step03 .link-list  .mgnlEditorBar[aria-hidden="false"] + ul ,
#sharewithmain .lx_list_inquiry_step03 .link-list  .mgnlEditorBar[aria-hidden="false"] + ul li {
	display: block;
	margin: 0 !important;
}



/*==== IR TOP > 最新イベント ====*/
#sharewithmain .lx_style_ir_latest_event {
}

/*
.lx_style_ir_latest_event {
}

.lx_style_ir_latest_event >*> .link-list {
	margin-top: 30px;
	padding: 20px;
	background: #f5f5f5;
	margin-bottom: 20px;
}

.lx_style_ir_latest_event >*> .link-list h2 {
	margin-top: 0;
	padding-left: 0;
}

.lx_style_ir_latest_event >*> .link-list h2::before ,
.lx_style_ir_latest_event >*> .link-list h2::after {
	content: none;
}

.lx_style_ir_latest_event >*> .link-list ul li {
	font-size: 1.8rem;
}
*/

/* 最新決算資料 */
#sharewithmain .lx_style_ir_latest_earnings {
}

#sharewithmain .lx_style_ir_latest_earnings > div {
	margin-top: 30px;
	padding: 10px 30px 30px;
	background: #f5f5f5;
}

.lx_style_ir_latest_earnings .title2 {
	margin-top: 0;
}

.lx_style_ir_latest_earnings .title2 h2 {
}

.lx_style_ir_latest_earnings .title2::before ,
.lx_style_ir_latest_earnings .title2::after {
	content: none;
}

.lx_style_ir_latest_earnings .news-result ,
.lx_style_ir_latest_earnings .news-material {
}

.lx_style_ir_latest_earnings .news-material .group_year ~ h2 ,
.lx_style_ir_latest_earnings .news-material .group_year ~ .group_year ,
.lx_style_ir_latest_earnings .news-material dl ~ h2 ,
.lx_style_ir_latest_earnings .news-material dl ~ dl ,
.lx_style_ir_latest_earnings .news-result .group_year ~ h2 ,
.lx_style_ir_latest_earnings .news-result .group_year ~ .group_year ,
.lx_style_ir_latest_earnings .news-result dl ~ h2 ,
.lx_style_ir_latest_earnings .news-result dl ~ dl ,
.lx_style_ir_latest_earnings .merged_list ~ .multiColumn {
	display: none;
}

.lx_style_ir_latest_earnings .news-result dl dt ,
.lx_style_ir_latest_earnings .news-material h2 {
	display: none;
}

.lx_style_ir_latest_earnings .news-result dl ,
.lx_style_ir_latest_earnings .news-material dl {
	margin-top: 0;
}

.lx_style_ir_latest_earnings .news-material dl dt .result-quarter {
}
.lx_style_ir_latest_earnings .news-material dl dt .result-word {
	display: none;
}

.lx_style_ir_latest_earnings .news-result dl dd .filesize ,
.lx_style_ir_latest_earnings .news-material dl dd .filesize {
	display: none;
}

/* h4と同等のスタイル */
.lx_style_ir_latest_earnings .news-result h2 ,
.lx_style_ir_latest_earnings .news-material dl dt {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: inherit;
	font-weight: inherit;
	letter-spacing: inherit;

	padding-bottom: 5px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.25;

	margin-bottom: 5px;
}

.lx_style_ir_latest_earnings .news-result h2::before ,
.lx_style_ir_latest_earnings .news-result h2::after ,
.lx_style_ir_latest_earnings .news-material dl dt::before ,
.lx_style_ir_latest_earnings .news-material dl dt::after {
	content: none;
}

.lx_style_ir_latest_earnings .news-result dl dt .title-quater ,
.lx_style_ir_latest_earnings .news-material dl dt .title-quater {
	display: inline;
}




/*------------------ HOMEページ 設定サンプル ------------------*/
/*==== HOME共通 ====*/

/*----- マルチカラムの上下に線を引く、連続した時は線を重ねる ----*/
#sharewithmain .lx_sample_mcol_topline_01 {
	padding-top: 40px;
	border-top: 1px solid #eee;
}

#sharewithmain .lx_sample_mcol_bottomline_01 {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

#sharewithmain .lx_sample_mcol_bottomline_01 + .lx_sample_mcol_topline_01 {
	margin-top: -1px;
}

/*---- マルチカラムに背景色をつける -----*/
#sharewithmain .lx_sample_mcol_bg_gray01 {
	background: #fafbfb;
}


/*----- 複数マルチカラム灰色背景 ----*/
#sharewithmain .lx_sample_mcol_bg_gray02 {
}

#sharewithmain .lx_sample_mcol_bg_gray02 {
	padding: 25px 25px 0;
	background: #ccc;
	margin-bottom: 50px;
}

#sharewithmain .lx_sample_mcol_bg_gray02 + .lx_sample_mcol_bg_gray02 {
	margin-top: -50px;
}

/* 囲み線テキストを置いた場合は、そこが白色背景 */
.lx_sample_mcol_bg_gray02 .highlight-quoted-text {
	background: #fff;
}


/*== 重要なお知らせ ==*/
.ux_multi3_notice.no-news {
	display: none !important;
}

#sharewithmain .lx_top_mcol_notice {
	padding: 30px 30px;
	background: #fff;
	flex-wrap: nowrap;
}

body.in-editor #sharewithmain .lx_top_mcol_notice {
	flex-wrap: wrap;
}

#sharewithmain .lx_top_mcol_notice > .column1 {
	width: 120px;
	max-width: none
}

#sharewithmain .lx_top_mcol_notice > .column2 {
	width: auto;
	max-width: calc(100% - 120px - var(--column-side-margin));
	flex-grow: 1;
}

@media screen and (max-width: 768px) {
	#sharewithmain .lx_top_mcol_notice {
		padding: 15px 15px;
	}

	#sharewithmain .lx_top_mcol_notice > .column1 {
		width: 100px;
	}

	#sharewithmain .lx_top_mcol_notice > .column2 {
		max-width: calc(100% - 100px - var(--column-side-margin));
	}
}


.lx_top_mcol_notice .basic-list2:not(.thumnail) {
	margin-top: 0;
}

.lx_top_mcol_notice .basic-list2:not(.thumnail) .tabItems {
	border: none;
}

.lx_top_mcol_notice .basic-list2:not(.thumnail) .tabItems > li {
	border: none;
	padding: 5px 20px;
	padding-right: 0;
}

.lx_top_mcol_notice .basic-list2:not(.thumnail) .item {
	padding: 0 !important;
}

.lx_top_mcol_notice .basic-list2:not(.thumnail) .item .date ,
.lx_top_mcol_notice .basic-list2:not(.thumnail) .item .c_icon {
	display: none;
}

.lx_top_mcol_notice .basic-list2:not(.thumnail) .item > a::before {
	left: -15px;
}

.lx_top_mcol_notice .basic-list2:not(.thumnail) .item > a.act::before {
	transform: rotate(90deg);
}

.lx_top_mcol_notice .title2.style1 {
	padding: 0;
	border: none;
	color: var(--key-color);
}

.lx_top_mcol_notice .title2.style1 img {
	max-width: 30px;
}

@media screen and (max-width: 768px) {
	.lx_top_mcol_notice .basic-list2:not(.thumnail) .tabItems > li {
		padding: 0;
	}

	.lx_top_mcol_notice .title2.style1:not(.no-icon) {
		gap: 0 8px;
	}
}



/*== ニュースティッカー ==*/
#sharewithmain .lx_style_news_ticker {
	padding-top: 0;
	padding-bottom: 0;
}

.lx_style_news_ticker .basic-list2:not(.thumnail) {
	margin-top: 0;
}

.lx_style_news_ticker .basic-list2:not(.thumnail) .tabItems {
	border: none;
	padding-top: 0;
}



/*== comboニュース ==*/
#sharewithmain .lx_sample_combo_twin_news {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}

@media print, screen and (min-width: 769px) {
	#sharewithmain .lx_sample_combo_twin_news::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		display: block;
		width: 50%;
		height: 100%;
		background: #fafbfb;
		z-index: -1;
	}

	#sharewithmain .lx_sample_combo_twin_news > .column1 {
		padding: 40px 40px 100px 20px;
		margin-right: -1px;
		border-right: 1px solid #eee;
		margin-bottom: 0;
	}

	#sharewithmain .lx_sample_combo_twin_news > .column2 {
		padding: 40px 20px 100px 40px;
		margin-left: 0;
		border-left: 1px solid #eee;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 768px) {
	#sharewithmain .lx_sample_combo_twin_news > .column1 ,
	#sharewithmain .lx_sample_combo_twin_news > .column2 {
		padding: 40px 0px 20px 0px;
	}

	#sharewithmain .lx_sample_combo_twin_news > .column2 {
		position: relative;
	}

	#sharewithmain .lx_sample_combo_twin_news > .column2::before {
		content: "";
		position: absolute;
		top: 0;
		left: -10px;
		display: block;
		width: calc(100% + 20px);
		height: 100%;
		background: #fafbfb;
		z-index: -1;
	}
}



/*==== ブロークングリッド03 ====*/
/* PC:第１カラムが左端中段に配置、SP:第１カラムが上で左端に配置。PC/SP:第２カラムは第１カラムにオーバーラップ */
#sharewithmain .lx_sample_col_grid_03 {
	position: relative;
	padding: 40px 0 20px;
	background: #bbb;
}

/* PC:第１カラムが右端中段に配置、SP:第１カラムが上で右端に配置。PC/SP:第２カラムは第１カラムにオーバーラップ */
#sharewithmain .lx_sample_col_grid_03.lx_mcol_rtl {
}

.lx_sample_col_grid_03 > .column1 .text-section:not(.highlight) img {
	width: 100%;
}

@media print, screen and (min-width: 769px) {
	#sharewithmain .lx_sample_col_grid_03{
		align-items: center;
		justify-content: flex-start;
	}

	#sharewithmain .lx_sample_col_grid_03.lx_mcol_rtl {
		justify-content: flex-end;
	}

	#sharewithmain .lx_sample_col_grid_03 > .column1 {
		vertical-align: middle;
		max-width: none;
		width: 50%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}

	#sharewithmain .lx_sample_col_grid_03 > .column2 {
		position: relative;
		z-index: 1;
		vertical-align: middle;
		max-width: 650px;
		width: 65%;
		margin-left: -150px;
		margin-bottom: 0;
	}

	#sharewithmain .lx_sample_col_grid_03.lx_mcol_rtl > .column1 {
		margin-left: 0;
		margin-right: 0;
	}

	#sharewithmain .lx_sample_col_grid_03.lx_mcol_rtl > .column2 {
		margin-left: auto;
		margin-right: -150px;
	}
}

@media screen and (max-width: 768px) {
	#sharewithmain .lx_sample_col_grid_03 {
		padding-left: 0;
		padding-right: 0;
	}

	#sharewithmain .lx_sample_col_grid_03 > .column1 {
		margin-left: 0;
		margin-right: 10%;
		max-width: none;
		width: 90%;
		margin-bottom: 0;
	}

	#sharewithmain .lx_sample_col_grid_03 > .column2 {
		position: relative;
		margin-top: -60px;
		margin-left: 20px;
		margin-right: 20px;
		width: calc(100% - 40px);
		margin-bottom: 0;
	}

	#sharewithmain .lx_sample_col_grid_03.lx_mcol_rtl > .column1 {
		margin-left: 10%;
		margin-right: 0;
	}

	#sharewithmain .lx_sample_col_grid_03.lx_mcol_rtl > .column2 {
	}
}



/*==== ブロークングリッド04 ====*/
/* PC:第１カラムが左中段に配置、SP:第１カラムが上で左端に配置。PC/SP:第２カラムは第１カラムにオーバーラップ */
#sharewithmain .lx_sample_col_grid_04 {
	position: relative;
	padding: 40px 0 20px;
}

/* PC:第１カラムが右中段に配置、SP:第１カラムが上で右端に配置。PC/SP:第２カラムは第１カラムにオーバーラップ */
#sharewithmain .lx_sample_col_grid_04.lx_mcol_rtl {
}

.lx_sample_col_grid_04 > .column1 .text-section:not(.highlight) img {
	width: 100%;
}

@media print, screen and (min-width: 769px) {
	#sharewithmain .lx_sample_col_grid_04 {
		align-items: center;
	}

	#sharewithmain .lx_sample_col_grid_04 > .column1 {
		vertical-align: middle;
		max-width: 500px;
		width: 50%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}

	#sharewithmain .lx_sample_col_grid_04 > .column2 {
		position: relative;
		z-index: 1;
		vertical-align: middle;
		max-width: 650px;
		width: 65%;
		margin-left: -150px;
		margin-right: 0;
		margin-bottom: 0;
	}

	#sharewithmain .lx_sample_col_grid_04.lx_mcol_rtl > .column1 {
	}
	#sharewithmain .lx_sample_col_grid_04.lx_mcol_rtl > .column2 {
		margin-left: 0;
		margin-right: -150px;
	}
}

@media screen and (max-width: 768px) {
	#sharewithmain .lx_sample_col_grid_04 {
		padding-left: 0;
		padding-right: 0;
	}

	#sharewithmain .lx_sample_col_grid_04 > .column1 {
		margin-left: 0;
		margin-right: 10%;
		max-width: none;
		width: 90%;
		margin-bottom: 0;
	}

	#sharewithmain .lx_sample_col_grid_04 > .column2 {
		position: relative;
		margin-top: -60px;
		margin-left: 20px;
		margin-right: 20px;
		width: calc(100% - 40px);
		margin-bottom: 0;
	}

	#sharewithmain .lx_sample_col_grid_04.lx_mcol_rtl > .column1 {
		margin-left: 10%;
		margin-right: 0;
	}
	#sharewithmain .lx_sample_col_grid_04.lx_mcol_rtl > .column2 {
	}
}


/*==== グリッドレイアウト05 ====*/
/* SP: そのまま */
/* PC: 第1・3カラムを左に、第2カラムを右に配置 */
@media print, screen and (min-width: 769px) {
	#sharewithmain .lx_sample_col_grid_05 {
		display: grid;
		grid-template-columns: 
			20px
			1fr
			minmax(auto, calc((var(--mainarea-width) - 30px) / 2))
			30px
			minmax(auto, calc((var(--mainarea-width) - 30px) / 2))
			1fr
			20px;
		grid-template-rows: auto auto auto;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		padding-left: 0;
		padding-right: 0;
	}

	.lx_sample_col_grid_05:not(.lx_mcol_rtl) > .column1 {
		grid-column: 3 / 4;
		grid-row: 2 / 3;
		padding-left: 20px;
	}
	.lx_sample_col_grid_05:not(.lx_mcol_rtl) > .column3 {
		grid-column: 3 / 4;
		grid-row: 3 / 4;
		padding-left: 20px;
	}

	.lx_sample_col_grid_05:not(.lx_mcol_rtl) > .column2 {
		grid-column: 5 / 6;
		grid-row: 2 / 4;
	}

	.lx_sample_col_grid_05.lx_mcol_rtl > .column1 {
		grid-column: -4 / -3;
		grid-row: 2 / 3;
		padding-right: 20px;
	}
	.lx_sample_col_grid_05.lx_mcol_rtl > .column3 {
		grid-column: -4 / -3;
		grid-row: 3 / 4;
		padding-right: 20px;
	}

	.lx_sample_col_grid_05.lx_mcol_rtl > .column2 {
		grid-column: -6 / -5;
		grid-row: 2 / 4;
	}

	.lx_sample_col_grid_05 > .mgnlEditor.component {
		grid-column: 1 / -1;
		grid-row: 1;
	}

	.lx_sample_col_grid_05 > .column1 ,
	.lx_sample_col_grid_05 > .column2 ,
	.lx_sample_col_grid_05 > .column3 {
		width: auto;
		max-width: none;
		margin: 0;
		display: flex;
		flex-flow: column nowrap;
		align-items: normal;
		height: 100%;
	}

	.lx_sample_col_grid_05 > .column1 {
		justify-content: flex-end;
	}

	.lx_sample_col_grid_05 > .column2 {
		justify-content: center;
	}

	.lx_sample_col_grid_05 > .column1 > * ,
	.lx_sample_col_grid_05 > .column2 > * ,
	.lx_sample_col_grid_05 > .column3 > * {
		flex: 0 0 auto;
	}
}



/*==== グリッドレイアウト06 ====*/
/* SP: そのまま */
/* PC: 第1・3カラムを左に、第2カラムを右に配置 */
/*     第2カラムの画像を若干拡大・高さ制限 */
@media print, screen and (min-width: 769px) {
	#sharewithmain .lx_sample_col_grid_06 {
		display: grid;
		grid-template-columns: 
			20px
			1fr
			minmax(auto, calc((var(--mainarea-width) - 30px) / 2))
			70px
			50px
			30px
			50px
			70px
			minmax(auto, calc((var(--mainarea-width) - 30px) / 2))
			1fr
			20px;
		grid-template-rows: auto auto 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		padding-left: 0;
		padding-right: 0;
	}

	.lx_sample_col_grid_06 > .column1 ,
	.lx_sample_col_grid_06 > .column2 ,
	.lx_sample_col_grid_06 > .column3 {
		width: auto;
		max-width: none;
		margin: 0;
	}

	.lx_sample_col_grid_06:not(.lx_mcol_rtl) > .column1 {
		grid-column: 3 / 4;
		grid-row: 2 / 3;
		padding-left: 20px;
	}
	.lx_sample_col_grid_06:not(.lx_mcol_rtl) > .column3 {
		grid-column: 3 / 4;
		grid-row: 3 / 4;
		padding-left: 20px;
	}

	.lx_sample_col_grid_06:not(.lx_mcol_rtl) > .column2 {
		grid-column: 5 / -1;
		grid-row: 2 / 4;
	}

	.lx_sample_col_grid_06.lx_mcol_rtl > .column1 {
		grid-column: -4 / -3;
		grid-row: 2 / 3;
		padding-right: 20px;
	}
	.lx_sample_col_grid_06.lx_mcol_rtl > .column3 {
		grid-column: -4 / -3;
		grid-row: 3 / 4;
		padding-right: 20px;
	}

	.lx_sample_col_grid_06.lx_mcol_rtl > .column2 {
		grid-column: 1 / -5;
		grid-row: 2 / 4;
	}

	.lx_sample_col_grid_06 > .column2 {
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: flex-start;
		height: 100%;
		overflow: hidden;
	}

	.lx_sample_col_grid_06 > .column2 > * {
		min-width: calc((var(--mainarea-width) - 30px) / 2 + 30px + 50px);
		max-width: calc((1920px - 30px) / 2 + 30px + 50px);
	}
	.lx_sample_col_grid_06:not(.lx_mcol_rtl) > .column2 > * {
		margin-left: 0;
	}
	.lx_sample_col_grid_06.lx_mcol_rtl > .column2 > * {
		margin-right: 0;
	}

	.lx_sample_col_grid_06 > .mgnlEditor.component {
		grid-column: 1 / -1;
		grid-row: 1;
	}
}



/*==== IR calendar type01 ====*/
.lx_sample_table_calendar01 div.shwTable::before {
    content: none;
}

.lx_sample_table_calendar01 div.shwTable .tbCore {
	margin: 0 33px;
	width: auto;
}

.lx_sample_table_calendar01 div.shwTable .tbCore ,
.lx_sample_table_calendar01 div.shwTable .tbCore tbody ,
.lx_sample_table_calendar01 div.shwTable .tbCore tr ,
.lx_sample_table_calendar01 div.shwTable .tbCore td {
	display: block;
	border: none;
	background: none;
}

.lx_sample_table_calendar01 div.shwTable .tbCore::after {
	content:"";
	display:block;
	clear:both;
}

.lx_sample_table_calendar01 div.shwTable .tbCore tr {
	position: relative;
	float: left;
	width: calc(100% / 12.5);
	padding: 0;
	margin: 80px 0 120px;
	border: none;
}

.lx_sample_table_calendar01 div.shwTable .tbCore tr td {
    padding: 0;
    height: auto;
}

/* 月表示 */
.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(1) {
	display: block;
	margin: 0;
	margin-right: 1px;
	padding: 10px 0;
    text-align: center;
	font-size: 3.8rem;
	font-weight: normal;
	line-height: 1.5;
	font-family: 'Saira Extra Condensed', sans-serif;
}

.lx_sample_table_calendar01 div.shwTable .tbCore tr:nth-child(odd) td:nth-child(1) {
	background: #aa0000;
	color: #FFF;
}
.lx_sample_table_calendar01 div.shwTable .tbCore tr:nth-child(even) td:nth-child(1) {
	background: #e4524e;
	color: #FFF;
}

/* 上下キャプション */
.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(2) ,
.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(3) ,
.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(4) {
	position: absolute;
	width: 166%;
	left: 50%;
	margin-left: 3px;

	color: #222;
	padding: 2px;
	font-size: 1.4rem;
	line-height: 1.3;
}

.lx_sample_table_calendar01 div.shwTable .tbCore tr:last-child td:nth-child(2) ,
.lx_sample_table_calendar01 div.shwTable .tbCore tr:last-child td:nth-child(3) ,
.lx_sample_table_calendar01 div.shwTable .tbCore tr:last-child td:nth-child(4) {
	width: 120%;
}

.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(2) {
	bottom: 100%;
/*	margin-bottom: 1px; */
	padding-bottom: 10px;
}

.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(3) {
	top: 100%;
/*	margin-top: 1px; */
	padding-top: 10px;
}

.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(4) {
	top: 100%;
/*	margin-top: 1px; */
	padding-top: 55px;
}

/* キャプション左の縦棒 */
.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(2)::before ,
.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(3)::before ,
.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(4)::before {
	content: "";
	position: absolute;
	left: -5px;
	width: 1px;
	height: 100%;
	border-right: 1px solid #000;
	z-index: -1;
}

.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(2)::before {
	top: 0;
}

.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(3)::before ,
.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(4)::before {
	bottom: 0;
}

.lx_sample_table_calendar01 div.shwTable .tbCore tr td:empty {
    display: none;
}

/* 上旬 */
.lx_sample_table_calendar01 div.shwTable .tbCore tr td.tbTop:nth-child(2) ,
.lx_sample_table_calendar01 div.shwTable .tbCore tr td.tbTop:nth-child(3) ,
.lx_sample_table_calendar01 div.shwTable .tbCore tr td.tbTop:nth-child(4) {
    left: 16%;
}

/* 下旬 */
.lx_sample_table_calendar01 div.shwTable .tbCore tr td.tbBottom:nth-child(2) ,
.lx_sample_table_calendar01 div.shwTable .tbCore tr td.tbBottom:nth-child(3) ,
.lx_sample_table_calendar01 div.shwTable .tbCore tr td.tbBottom:nth-child(4) {
    left: 84%;
}


@media screen and (max-width: 768px) {
	.lx_sample_table_calendar01 div.shwTable {
	    overflow: visible;
	}

	.lx_sample_table_calendar01 div.shwTable .tbCore {
		margin: 0 5%;
	}

	.lx_sample_table_calendar01 div.shwTable .tbCore tr {
		width: 16.5%;
		width: calc(100% / 6 - 0.5px);
		margin: 50px 0 75px;
	}

	.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(1) {
	    font-size: 2.8rem;
	}

	.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(2) ,
	.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(3) ,
	.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(4) {
	    font-size: 1rem;
	}
	    
	.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(2) {
		padding-bottom: 8px;
	}

	.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(3) {
		padding-top: 8px;
	}

	.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(4) {
		padding-top: 48px;
	}
}


/*==== IR calendar type02 ====*/
/* 02は欠番 */


/*==== IR calendar type03 ====*/
.lx_sample_table_calendar03 {
}

.lx_sample_table_calendar03 div.shwTable {
	padding-left: 20px;
	padding-right: 40px;
}

.lx_sample_table_calendar03 div.shwTable .tbCore ,
.lx_sample_table_calendar03 div.shwTable .tbCore * {
	display: block;
	border: none;
	background: none;
	padding-left: 0;
	padding-right: 0;
}


.lx_sample_table_calendar03 div.shwTable .tbCore {
	border-top: 1px solid #7e7e7e;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr {
	border-bottom: 1px solid #7e7e7e;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr::after {
	content: "";
	display: block;
	clear: both;
}

.lx_sample_table_calendar03 div.shwTable .tbCore td {
	position: relative;
	float: left;
	width: 8.333%;
	height: calc(1.75rem + 15px * 2);
	background: none;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr {
/*	border-left: 1px solid #7e7e7e; */
/*	border-right: 1px solid #7e7e7e; */
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:not(:last-child) td.tbDimmed:first-child {
	border-left: 1px solid #7e7e7e;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:not(:last-child) td.tbDimmed {
	border-right: 1px dotted #7e7e7e;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:not(:last-child) td.tbDimmed:last-child {
	border-right: 1px solid #7e7e7e;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:not(:last-child) td.tbDimmed p {
	position: absolute;
	left: 50%;
	margin-left: -0.5em;
	top: 50%;
/*	top: calc( (10px + 1.8em + 10px) /2); */
	transform: translate(0, -50%);
	padding-left: 1.2em;
	text-align: left;
	line-height: 1.2;
	white-space: nowrap;
	background: rgba(255,255,255,0.5);
	z-index: 1;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:not(:last-child) td.tbDimmed:last-child p {
	max-width: 100%;
	overflow: hidden;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:not(:last-child) td.tbDimmed p::before {
	content: "●";
	position: absolute;
	top: 50%;
	left: 0;
	color: var(--key-color);
	margin-top: -0.6em;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:not(:last-child) td.tbDimmed.tbLeft:not(.tbCenter) p {
	left: 10%;
	margin-left: 0;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:not(:last-child) td.tbDimmed.tbRight:not(.tbCenter) p {
	left: 90%;
	margin-left: -1em;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:first-child td {
	white-space: nowrap;
	color: #fff;
	background: var(--key-color);
	font-weight: bold;
	padding: 12px 0;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:last-child td {
	white-space: nowrap;
	background: #ddd;
	font-weight: bold;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:first-child td ,
.lx_sample_table_calendar03 div.shwTable .tbCore tr:last-child td {
	border-right: 1px solid #7e7e7e;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:first-child td:first-child ,
.lx_sample_table_calendar03 div.shwTable .tbCore tr:last-child td:first-child {
	border-left: 1px solid #7e7e7e;
}


.lx_sample_table_calendar03 div.shwTable .tbCore tr:last-child td[colspan="3"] ,
.lx_sample_table_calendar03 div.shwTable .tbCore tr:last-child td[colspan="3"] + td {
	border-right: none;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:last-child td[colspan="3"] + td ,
.lx_sample_table_calendar03 div.shwTable .tbCore tr:last-child td[colspan="3"] + td + td {
	display: block !important;
	border-left: none;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:last-child td[colspan="3"] p {
	position: absolute;
	left: 150%;
	top: 50%;
/*	top: calc( (10px + 1.8em + 10px) /2); */
	transform: translate(-50%, -50%);
	line-height: 1.2;
	white-space: nowrap;
	z-index: 1;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:first-child th {
	position: relative;
	float: left;
	width: 8.333%;
	height: calc(1.75rem + 15px * 2);
	white-space: nowrap;
	color: #fff;
	background: var(--key-color);
	font-weight: bold;
	padding: 12px 0;
	text-align: center;
	border-right: 1px solid #7e7e7e;
}
.lx_sample_table_calendar03 div.shwTable .tbCore tr:first-child th:first-child {
	border-left: 1px solid #7e7e7e;
}

@media screen and (max-width: 768px) {
	.lx_sample_table_calendar03 div.shwTable {
		overflow-x: scroll;
	}

	.lx_sample_table_calendar03 div.shwTable .tbCore {
		width: 750px;
	}

}


/*==== IR calendar type04 ====*/
.lx_sample_table_calendar04 .uni-table {
	padding-left: 20px;
	padding-right: 40px;
}

.lx_sample_table_calendar04 .uni-table .tbCore ,
.lx_sample_table_calendar04 .uni-table .tbCore * {
	display: block;
	border: none;
	background: none;
	padding-left: 0;
	padding-right: 0;
	font-size: 1.6rem;
	font-family: inherit;
}

.lx_sample_table_calendar04 .uni-table .tbCore {
	border-top: 1px solid #7e7e7e;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr {
	border-bottom: 1px solid #7e7e7e;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr::after {
	content: "";
	display: block;
	clear: both;
}

.lx_sample_table_calendar04 .uni-table .tbCore td {
	position: relative;
	float: left;
	width: calc(100% / 12);

	/* height: calc(1.75rem + 12px * 2); */
	height: auto;
}

.lx_sample_table_calendar04 .uni-table .tbCore td[colspan="2"] {
	width: calc(100% / 12 * 2);
}
.lx_sample_table_calendar04 .uni-table .tbCore td[colspan="3"] {
	width: calc(100% / 12 * 3);
}
.lx_sample_table_calendar04 .uni-table .tbCore td[colspan="4"] {
	width: calc(100% / 12 * 4);
}

#sharewithmain .lx_sample_table_calendar04 .uni-table .tbCore td {
	background: none;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr {
/*	border-left: 1px solid #7e7e7e; */
/*	border-right: 1px solid #7e7e7e; */
}

.lx_sample_table_calendar04 .uni-table .tbCore tr:not(:last-child) td.tbDimmed:first-child {
	border-left: 1px solid #7e7e7e;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr:not(:last-child) td.tbDimmed {
	border-right: 1px dotted #7e7e7e;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr:not(:last-child) td.tbDimmed:last-child {
	border-right: 1px solid #7e7e7e;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr:not(:last-child) td.tbDimmed p {
	position: relative;
	left: 50%;
	margin-left: -0.5em;
	padding-left: 1.2em;
	text-align: left;
	line-height: 1.2;
	white-space: nowrap;
	background: rgba(255,255,255,0.5);
	z-index: 1;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr:not(:last-child) td.tbDimmed:last-child p {
	max-width: 100%;
/*	overflow: hidden; */
}

.lx_sample_table_calendar04 .uni-table .tbCore tr:not(:last-child) td.tbDimmed p::before {
	content: "●";
	position: absolute;
	top: 50%;
	left: 0;
	color: var(--key-color);
	margin-top: -0.6em;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr:not(:last-child) td.tbDimmed p + p::before {
	display: none;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr:not(:last-child) td.tbDimmed.tbLeft:not(.tbCenter) p {
	left: 10%;
	margin-left: 0;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr:not(:last-child) td.tbDimmed.tbRight:not(.tbCenter) p {
	left: 90%;
	margin-left: -1em;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr:first-child td {
	white-space: nowrap;
	color: #fff;
	background: var(--key-color);
	font-weight: bold;
	padding: 12px 0;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr:last-child td {
	white-space: nowrap;
	font-weight: bold;
}

#sharewithmain .lx_sample_table_calendar04 .uni-table .tbCore tr:last-child td {
	background: #ddd;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr:first-child td ,
.lx_sample_table_calendar04 .uni-table .tbCore tr:last-child td {
	border-right: 1px solid #7e7e7e;
}


.lx_sample_table_calendar04 .uni-table .tbCore tr:first-child td:first-child ,
.lx_sample_table_calendar04 .uni-table .tbCore tr:last-child td:first-child {
	border-left: 1px solid #7e7e7e;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr:first-child th {
	position: relative;
	float: left;
	width: calc(100% / 12);
	white-space: nowrap;
	color: #fff;
	font-weight: bold;
	padding: 12px 0;
	text-align: center;
/*	border-right: 1px solid #7e7e7e; */
}
.lx_sample_table_calendar04 .uni-table .tbCore tr:first-child th:first-child {
/*	border-left: 1px solid #7e7e7e; */
}
#sharewithmain .lx_sample_table_calendar04 .uni-table .tbCore tr:first-child th {
	background: var(--key-color);
}


/*
.lx_sample_table_calendar04 .uni-table .tbCore tr:last-child td[colspan="3"] ,
.lx_sample_table_calendar04 .uni-table .tbCore tr:last-child td[colspan="3"] + td {
	border-right: none;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr:last-child td[colspan="3"] + td ,
.lx_sample_table_calendar04 .uni-table .tbCore tr:last-child td[colspan="3"] + td + td {
	display: block !important;
	border-left: none;
}

*/

.lx_sample_table_calendar04 .uni-table .tbCore tr:last-child td[colspan="3"] p {
/*	position: relative; */
/*	left: 150%; */
/*	top: 50%; */
/*	transform: translate(-50%, -50%); */
	text-align: center;
	line-height: 1.2;
	white-space: nowrap;
/*	z-index: 1; */
}

@media screen and (max-width: 768px) {
	.lx_sample_table_calendar04 .uni-table {
/*		overflow-x: scroll; */
	}

	.lx_sample_table_calendar04 .uni-table .tbCore {
		width: 750px;
	}
}

/*==== IR calendar type05 ====*/
.lx_sample_table_calendar05 {
	overflow: hidden;
}

.lx_sample_table_calendar05 .uni-table::before {
    content: none;
}

.lx_sample_table_calendar05 .uni-table .tbCore {
	margin: 0 33px;
	width: auto;
}

.lx_sample_table_calendar05 .uni-table .tbCore ,
.lx_sample_table_calendar05 .uni-table .tbCore tbody ,
.lx_sample_table_calendar05 .uni-table .tbCore tr ,
.lx_sample_table_calendar05 .uni-table .tbCore td {
	display: block;
	border: none;
	background: none;
}

.lx_sample_table_calendar05 .uni-table .tbCore::after {
	content:"";
	display:block;
	clear:both;
}

.lx_sample_table_calendar05 .uni-table .tbCore tr {
	position: relative;
	float: left;
	width: calc(100% / 12.5);
	padding: 0;
	margin: 80px 0 80px;
	border: none;
}

.lx_sample_table_calendar05 .uni-table .tbCore tr td {
    padding: 0;
    height: auto;
}

/* 月表示 */
.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(1) {
	display: block;
	margin: 0;
	margin-right: 1px;
	padding: 10px 0;
    text-align: center;
	font-size: 3.8rem;
	font-weight: normal;
	line-height: 1.5;
	font-family: 'Saira Extra Condensed', sans-serif;
}

.lx_sample_table_calendar05 .uni-table .tbCore tr:nth-child(odd) td:nth-child(1) {
	background: #aa0000;
	color: #FFF;
}
.lx_sample_table_calendar05 .uni-table .tbCore tr:nth-child(even) td:nth-child(1) {
	background: #e4524e;
	color: #FFF;
}

/* 上下キャプション */
.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(2) p:empty ,
.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(3) p:empty ,
.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(4) p:empty {
	display: none;
}

.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(2) ,
.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(3) ,
.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(4) {
	position: absolute;
	width: 166%;
	left: 50%;
	margin-left: 3px;

	color: #222;
	padding: 2px;
	font-size: 1.4rem;
	line-height: 1.3;
}

.lx_sample_table_calendar05 .uni-table .tbCore tr:last-child td:nth-child(2) ,
.lx_sample_table_calendar05 .uni-table .tbCore tr:last-child td:nth-child(3) ,
.lx_sample_table_calendar05 .uni-table .tbCore tr:last-child td:nth-child(4) {
	width: 120%;
}

.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(2) {
	bottom: 100%;
/*	margin-bottom: 1px; */
	padding-bottom: 10px;
}

.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(3) {
	top: 100%;
/*	margin-top: 1px; */
	padding-top: 10px;
}

.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(4) {
	top: 100%;
/*	margin-top: 1px; */
	padding-top: 55px;
}

/* キャプション左の縦棒 */
.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(2) p:first-child::before ,
.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(3) p:first-child::before ,
.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(4) p:first-child::before {
	content: "";
	position: absolute;
	left: -5px;
	width: 1px;
	height: 100%;
	border-right: 1px solid #000;
	z-index: -1;
}

.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(2) p:first-child::before {
	top: 0;
}

.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(3) p:first-child::before ,
.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(4) p:first-child::before {
	bottom: 0;
}

.lx_sample_table_calendar05 .uni-table .tbCore tr td:empty {
    display: none;
}

/* 上旬 */
.lx_sample_table_calendar05 .uni-table .tbCore tr td.tbTop:nth-child(2) ,
.lx_sample_table_calendar05 .uni-table .tbCore tr td.tbTop:nth-child(3) ,
.lx_sample_table_calendar05 .uni-table .tbCore tr td.tbTop:nth-child(4) {
    left: 16%;
}

/* 下旬 */
.lx_sample_table_calendar05 .uni-table .tbCore tr td.tbBottom:nth-child(2) ,
.lx_sample_table_calendar05 .uni-table .tbCore tr td.tbBottom:nth-child(3) ,
.lx_sample_table_calendar05 .uni-table .tbCore tr td.tbBottom:nth-child(4) {
    left: 84%;
}


@media screen and (max-width: 768px) {
	.lx_sample_table_calendar05 .uni-table {
	    overflow: visible;
	}

	.lx_sample_table_calendar05 .uni-table .tbCore {
		margin: 0 5%;
	}

	.lx_sample_table_calendar05 .uni-table .tbCore tr {
		width: 16.5%;
		width: calc(100% / 6 - 0.5px);
		margin: 50px 0 50px;
	}

	.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(1) {
	    font-size: 2.8rem;
	}

	.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(2) ,
	.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(3) ,
	.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(4) {
	    font-size: 1rem;
	}
	    
	.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(2) {
		padding-bottom: 8px;
	}

	.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(3) {
		padding-top: 8px;
	}

	.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(4) {
		padding-top: 48px;
	}
}


/*==== 会社情報 > 沿革 ====*/

/* 沿革03 */
.lx_sample_table_history03 .ircalendar {
	margin-top: 40px;
	margin-bottom: 20px;
}

.lx_sample_table_history03 tr td ,
.lx_sample_table_history03 tr th {
	border: none;
	background: none;
}

.lx_sample_table_history03 .ircalendar-title,
.lx_sample_table_history03 .ircalendar-item {
	position: relative;
	margin-bottom: -10px;
}

.lx_sample_table_history03 .ircalendar-title1,
.lx_sample_table_history03 .ircalendar-item1 {
	position: relative;
}

.lx_sample_table_history03 .ircalendar-item1:not(:empty)::before {
	content: "●";
	position: absolute;
	top: -14px;
	right: -8px;
	color: #ade0ee;
	font-size: 1.4rem;
}

.lx_sample_table_history03 .ircalendar-item:last-child .ircalendar-item1::after {
	content: "▼";
	position: absolute;
	bottom: -15px;
	right: -9px;
	color: #ade0ee;
	font-size: 1.5rem;
}

.lx_sample_table_history03 .ircalendar-title1 th,
.lx_sample_table_history03 .ircalendar-item1 td {
	position: absolute;
	left: 0;
	top: -30px;
}

.lx_sample_table_history03 .ircalendar-title1 > p,
.lx_sample_table_history03 .ircalendar-item1 > p {
	top: -25px;
    right: 20px;
	position: absolute;
	font-size: 3rem;
	font-style: italic;
	font-family: inherit;
	transform: scale( 1.2 , 1 );
	color: #c0c0c0;
}

.lx_sample_table_history03 .ircalendar-title2,
.lx_sample_table_history03 .ircalendar-title3,
.lx_sample_table_history03 .ircalendar-item2,
.lx_sample_table_history03 .ircalendar-item3 {
	padding-bottom: 40px;
	top: -20px;
}

.lx_sample_table_history03 .ircalendar-title2,
.lx_sample_table_history03 .ircalendar-item2 {
	border-left: 2px solid #ade0ee;
	position: relative;
}

.lx_sample_table_history03 .ircalendar-title3.has-img > p,
.lx_sample_table_history03 .ircalendar-item3.has-img > p {
	padding-left: 40px;
}

/*==== 沿革04 ====*/
.lx_sample_table_history04 {
	margin-top: 20px;
}

.lx_sample_table_history04 + .lx_sample_table_history04 {
	margin-top: 0px;
}

@media print, screen and (min-width: 769px) {
	.lx_sample_table_history04 > * {
		position: relative;
		display: flex;
		flex-flow: row wrap;
/*		align-items: flex-start; */
		justify-content: flex-start;
	}

	.lx_sample_table_history04 .ircalendar {
		display: flex;
		flex-flow: row wrap;
		width: calc(10% + 1px);
		margin: 0;
		margin-right: -1px;
	}

	.lx_sample_table_history04 .ircalendar > * {
		display: flex;
		flex-flow: row wrap;
	}

	.lx_sample_table_history04 .ircalendar-title > table ,
	.lx_sample_table_history04 .ircalendar-item > table {
		height: 100%;
	}

	.lx_sample_table_history04 .ircalendar-title > table > tbody > tr > th ,
	.lx_sample_table_history04 .ircalendar-item > table > tbody >tr > td {
		vertical-align: middle;
		text-align: left;
	}


	.lx_sample_table_history04 .vertical-table {
		width: 90%;
		margin: 0;
	}

	.lx_sample_table_history04 .vtable-item > table > tbody > tr > th {
		width: 11.25% !important;
	}
	.lx_sample_table_history04 .vtable-item > table > tbody > tr > td {
		width: 88.75% !important;
	}

	/* 左列がデフォルト２行の場合の高さ保証 */
	.lx_sample_table_history04 .vtable-item:only-child > table > tbody > tr > th ,
	.lx_sample_table_history04 .vtable-item:only-child > table > tbody > tr > td {
		height: 93px;
		vertical-align: middle;
	}

}

@media screen and (max-width: 768px) {
	.lx_sample_table_history04 .ircalendar {
		margin-top: 0;
	}
}


/*==== 会社情報 > 役員紹介 ====*/
/* 役員紹介2 (アコーディオン) */
#sharewithmain .lx_sample_combo_officer02 {
	margin-top: 40px;
}

#sharewithmain .lx_sample_combo_officer02 > .column1 {
	margin-bottom: 2px;
}

#sharewithmain .lx_sample_combo_officer02 > .column3 {
	background: #f7f7f7;
	padding: 40px 40px 20px;
	margin-bottom: 0;
}

.lx_sample_combo_officer02 > .column1 .title2.highlight {
	position: relative;
	background: #f7f7f7;
	margin-bottom: 0;
	cursor: pointer;
}

.lx_sample_combo_officer02 > .column1 .title2.highlight h2 {
	padding: 40px 40px;
	color: #222;
	font-size: 1.6rem;
	font-weight: bold;
	margin-right: 80px;
}

.lx_sample_combo_officer02 > .column1 .title2.highlight::before ,
.lx_sample_combo_officer02 > .column1 .title2.highlight::after {
	content: "";
	position: absolute;
	display: block;
	background: #999;
	transition: 0.3s;
}

.lx_sample_combo_officer02 > .column1 .title2.highlight::before {
	top: 50%;
	right: 50px;
	width: 24px;
	height: 2px;
	transform: translate(50%, -50%);
}
.lx_sample_combo_officer02 > .column1 .title2.highlight::after {
	top: 50%;
	right: 50px;
	width: 2px;
	height: 24px;
	transform: translate(50%, -50%);
}

.lx_sample_combo_officer02.open > .column1 .title2.highlight::after {
	background-color: transparent;
}



/*==== 会社情報 > 拠点案内 ====*/
#sharewithmain .lx_sample_table_basemap01 {
}

.lx_sample_table_basemap01 a[href*="//www.google.co.jp/maps/"] ,
.lx_sample_table_basemap01 a[href*="//goo.gl/maps/"] {
	display: inline-block;
	vertical-align: middle;
	padding: 8px 20px;
	color: #fff;
	background: #00359f;
	border-radius: 4px;
	text-decoration: none;
	white-space: nowrap;
}

.lx_sample_table_basemap01 a[href*="//www.google.co.jp/maps/"]::before ,
.lx_sample_table_basemap01 a[href*="//goo.gl/maps/"]::before {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 10px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/default/icon_map.png") center center no-repeat;
	background-size: contain;
	margin-right: 1em;
}

.lx_sample_table_basemap01 a[href*="//www.google.co.jp/maps/"]::after ,
.lx_sample_table_basemap01 a[href*="//goo.gl/maps/"]::after {
	content: none;
}

@media screen and (max-width: 768px) {
	.lx_sample_table_basemap01 a[href*="//www.google.co.jp/maps/"] ,
	.lx_sample_table_basemap01 a[href*="//goo.gl/maps/"] {
		padding: 8px 12px;
		font-size: 0;
	}
}



/*==== promo3 > ページ一覧 ====*/
[data-current-level="3"] #promos3 .lx_sample_multi3_promos3_pagelist01 {
	display: none;
}

#promos3 .lx_sample_multi3_promos3_pagelist01 {
	border: 1px #ccc solid;
	padding: 20px;
}

#promos3 .lx_sample_multi3_promos3_pagelist01 >.column1 {
	margin-bottom: 0;
}

#promos3 .lx_sample_multi3_promos3_pagelist01 .title2.style1 h2 {
	padding: 0;
	font-size: 2.4rem;
	min-height: 0;
}

#promos3 .lx_sample_multi3_promos3_pagelist01 .title2.style1 h2::before {
	content: none;
}

#promos3 .lx_sample_multi3_promos3_pagelist01 .index-map ,
#promos3 .lx_sample_multi3_promos3_pagelist01 .index-map ul {
	margin-bottom: 0;
}

#promos3 .lx_sample_multi3_promos3_pagelist01 .index-map .indexLevel_0 {
	display: none;
}

.lx_sample_multi3_promos3_pagelist01 .index-map > ul:only-of-type > li > ul > li ,
.lx_sample_multi3_promos3_pagelist01 .index-map > ul + ul.indexLevel_1 > li {
	display: inline-block;
	width: 25%;
}

@media screen and (max-width: 768px) {
	#promos3 .lx_sample_multi3_promos3_pagelist01 {
		width: calc(100% - 20px);
		padding: 10px 0 10px 10px;
		margin-right: 10px;
		margin-bottom: 30px;
		margin-left: 10px;
	}

	#promos3 .lx_sample_multi3_promos3_pagelist01 .title2.style1 h2 {
		font-size: 2rem;
	}

	.lx_sample_multi3_promos3_pagelist01 .index-map > ul:only-of-type > li > ul > li ,
	.lx_sample_multi3_promos3_pagelist01 .index-map > ul + ul.indexLevel_1 > li {
		display: inline-block;
		width: 50%;
		padding-right: 10px;
	}

}

/*==== テーブル風カラム ====*/
/* lx_col_mr0必須、4・5カラムはlx_col_sp100推奨 */
.lx_mcol_table_style02 ,
.lx_mcol_table_style01 {
	align-items: normal;
	--column-side-margin: 0px;
}

:where(:not(.lx_mcol_table_style02)) + .lx_mcol_table_style02 ,
:where(:not(.lx_mcol_table_style01)) + .lx_mcol_table_style01 {
	margin-top: var(--parts-common-margin-top);
}

.lx_mcol_table_style02 > .column ,
.lx_mcol_table_style01 > .column {
	margin-top: -1px;
	margin-right: -1px;
}

.lx_mcol_table_style02:not(.lx_table_no_pad) > .column ,
.lx_mcol_table_style01:not(.lx_table_no_pad) > .column {
	padding: 15px 15px;
}

.lx_mcol_table_style02:not(.lx_table_no_border) > .column ,
.lx_mcol_table_style01:not(.lx_table_no_border) > .column {
	border: 1px solid transparent;
}

.lx_mcol_table_style02:not(.lx_table_no_bg) > .column ,
.lx_mcol_table_style01:not(.lx_table_no_bg) > .column {
	background-color: #fff;
}

.lx_mcol_table_style02.lx_mcol_table_style02_border > .column ,
.lx_mcol_table_style01.lx_mcol_table_style01_border > .column {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/* 見出し列 */
.lx_mcol_table_style01.thead {
	margin-top: var(--parts-common-margin-top);
}

.lx_mcol_table_style01:not(.thead):not(.lx_table_no_bg) > .column1 {
	background-color: #D2D1D1;
	border-top-color: #ddd;
	border-bottom-color: #ddd;
	font-weight: bold;
}

.lx_mcol_table_style01:not(.lx_table_no_bg) > .column1 {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}

/* 見出し行 */
.lx_mcol_table_style02.thead:not(.lx_table_no_bg) > .column ,
.lx_mcol_table_style01.thead:not(.lx_table_no_bg) > .column {
	color: #fff;
	background-color: #707070;
	font-weight: bold;
}

.lx_mcol_table_style02 .link-list ,
.lx_mcol_table_style02 .text-section ,
.lx_mcol_table_style02 .panel.no-img ,
.lx_mcol_table_style02 .panel.has-img ,
.lx_mcol_table_style01 .link-list ,
.lx_mcol_table_style01 .text-section ,
.lx_mcol_table_style01 .panel.no-img ,
.lx_mcol_table_style01 .panel.has-img {
	width: 100%;
}

.lx_mcol_table_style02 .link-list ,
.lx_mcol_table_style02 .text-section:first-child ,
.lx_mcol_table_style02 .panel.no-img:first-child ,
.lx_mcol_table_style02 .panel.has-img:first-child ,
.lx_mcol_table_style01 .link-list ,
.lx_mcol_table_style01 .text-section:first-child ,
.lx_mcol_table_style01 .panel.no-img:first-child ,
.lx_mcol_table_style01 .panel.has-img:first-child {
	margin-top: 0;
}

.lx_mcol_table_style02 .link-list ul li ,
.lx_mcol_table_style01 .link-list ul li {
	padding-top: 0;
}

.lx_mcol_table_style02 .text-section.highlight img ,
.lx_mcol_table_style01 .text-section.highlight img {
	margin: 0;
}

/* 背景色(交互) */
:where(.lx_mcol_table_style02):not(.lx_table_no_bg).lx_mcol_table_style02_tr_bg > .column ,
:where(.lx_mcol_table_style01):not(.lx_table_no_bg).lx_mcol_table_style01_tr_bg > .column {
	background: #F5F5F5;
}



@media print, screen and (min-width: 769px) {
	#sharewithmain .lx_mcol_table_style02 ,
	#sharewithmain .lx_mcol_table_style01 {
		align-items: normal;
	}

	.lx_mcol_table_style02 > .column2 ,
	.lx_mcol_table_style02 > .column3 ,
	.lx_mcol_table_style02 > .column4 ,
	.lx_mcol_table_style02 > .column5 ,
	.lx_mcol_table_style01 > .column2 ,
	.lx_mcol_table_style01 > .column3 ,
	.lx_mcol_table_style01 > .column4 ,
	.lx_mcol_table_style01 > .column5 {
		border-left: none;
	}
}

/* テーブル風カラム SPスワイプ設定 */
.lx_mcol_table_swipable {
}

@media screen and (max-width: 768px) {
	.lx_mcol_table_swipable > .column1 {
		overflow-x: scroll;
	}

	.lx_mcol_table_swipable >*> .reuse-main-area {
		width: var(--mainarea-width-pc);
		padding-top: 1px;
	}

	.lx_mcol_table_swipable >*> .reuse-main-area > .lx_mcol_table_style01 {
		display: flex;
		align-items: normal;
	}

	.lx_mcol_table_swipable >*> .reuse-main-area > .lx_mcol_table_style01 > .column2 ,
	.lx_mcol_table_swipable >*> .reuse-main-area > .lx_mcol_table_style01 > .column3 ,
	.lx_mcol_table_swipable >*> .reuse-main-area > .lx_mcol_table_style01 > .column4 ,
	.lx_mcol_table_swipable >*> .reuse-main-area > .lx_mcol_table_style01 > .column5 {
		border-left: none;
	}

	.lx_mcol_table_swipable >*> .reuse-main-area .multiColumn2 > .column {
		width: calc(100% / 2);
		max-width: none;
	}

	.lx_mcol_table_swipable >*> .reuse-main-area .multiColumn3 > .column {
		width: calc(99.9999% / 3);
		max-width: none;
	}

	.lx_mcol_table_swipable >*> .reuse-main-area .multiColumn4 > .column {
		width: calc(100% / 4);
		max-width: none;
	}

	.lx_mcol_table_swipable >*> .reuse-main-area .multiColumn5 > .column {
		width: calc(100% / 5);
		max-width: none;
	}


	/* カラム分割比率 1:1:2・1:2:1・2:1:1 */
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio112.multiColumn3 > .column1 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio112.multiColumn3 > .column2 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio121.multiColumn3 > .column1 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio121.multiColumn3 > .column3 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio211.multiColumn3 > .column2 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio211.multiColumn3 > .column3 {
		width: calc(100% / 4);
	}
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio112.multiColumn3 > .column3 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio121.multiColumn3 > .column2 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio211.multiColumn3 > .column1 {
		width: calc(100% / 2);
	}


	/* カラム分割比率 1:2:2・2:1:2・2:2:1 */
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio122.multiColumn3 > .column1 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio212.multiColumn3 > .column2 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio221.multiColumn3 > .column3 {
		width: calc(100% / 5);
	}
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio122.multiColumn3 > .column2 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio122.multiColumn3 > .column3 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio212.multiColumn3 > .column1 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio212.multiColumn3 > .column3 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio221.multiColumn3 > .column1 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio221.multiColumn3 > .column2 {
		width: calc(100% / 5 * 2);
	}
}


/*==== スクロールボックス ====*/
.lx_col1_scrollbox > .column1 ,
.lx_col2_scrollbox > .column2 ,
.lx_col3_scrollbox > .column3 ,
.lx_col4_scrollbox > .column4 ,
.lx_col5_scrollbox > .column5 {
	max-height: 200px;
	overflow-y: scroll;
}


/*==== サステナベース ====*/
/* ボックス（枠線・背景色） */
[role="main"] .lx_esg_box_topics ,
[role="main"] .lx_esg_box_topics_top ,
[role="main"] .lx_esg_box_topics_bottom {
	border-right: 2px solid #999;
	border-left: 2px solid #999;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FDFDFD;
}

[role="main"] .lx_esg_box_topics_top {
	border-top: 2px solid #999;
	border-radius: 15px 15px 0 0;
}

[role="main"] .lx_esg_box_topics_bottom {
	border-bottom: 2px solid #999;
	border-radius: 0 0 15px 15px;
	margin-bottom: 20px;
}

.lx_esg_box_topics.lx_esg_box_topics_e ,
.lx_esg_box_topics_top.lx_esg_box_topics_e ,
.lx_esg_box_topics_bottom.lx_esg_box_topics_e {
    border-color: #629222;
	background-color: #FBFDF9;
}
.lx_esg_box_topics.lx_esg_box_topics_s ,
.lx_esg_box_topics_top.lx_esg_box_topics_s ,
.lx_esg_box_topics_bottom.lx_esg_box_topics_s {
    border-color: #076793;
	background-color: #F8FCFE;
}
.lx_esg_box_topics.lx_esg_box_topics_g ,
.lx_esg_box_topics_top.lx_esg_box_topics_g ,
.lx_esg_box_topics_bottom.lx_esg_box_topics_g {
    border-color: #C28724;
	background-color: #FEFDFC;
}

@media screen and (max-width: 768px) {
	[role="main"] .lx_esg_box_topics ,
	[role="main"] .lx_esg_box_topics_top ,
	[role="main"] .lx_esg_box_topics_bottom {
		padding-right: 10px;
		padding-left: 10px;
	}

	[role="main"] .lx_esg_box_topics_top {
		border-radius: 10px 10px 0 0;
	}

	[role="main"] .lx_esg_box_topics_bottom {
		border-radius: 0 0 10px 10px;
	}
}


/* 見出し */
.lx_esg_box_topics_top .title2.style1  {
	margin: auto;
	padding: 0;
	border: none;
	background: none;

	display: block;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 50%;
	text-align: center;
	padding: 10px 40px;
	color: #fff;
	font-size: 3.2rem;
	background: #999;
	border-radius: 0 0 10px 10px;
}
.lx_esg_box_topics_top.lx_esg_box_topics_e .title2.style1 {
	background: #629222;
}
.lx_esg_box_topics_top.lx_esg_box_topics_s .title2.style1 {
	background: #076793;
}
.lx_esg_box_topics_top.lx_esg_box_topics_g .title2.style1 {
	background: #C28724;
}

.lx_esg_box_topics_top .title2.style1 p {
    font-size: 1.8rem;
}

.lx_esg_box_topics_top .title2.style1:before {
	content: none;
}

@media screen and (max-width: 768px) {
	.lx_esg_box_topics_top .title2.style1 h2 {
		padding: 6px 20px;
		font-size: 1.8rem;
	}
}


/*==== ESG タブ風スタイル ====*/
#sharewithmain .lx_esg_list_tabstyle02 {
}

.lx_esg_list_tabstyle02 div.link-list:not(.highlight) {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-top: 20px;
	padding-bottom: 20px;
}

.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul {
	margin: 0;

	display: table-row
}

.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li {
	margin: 0;
	padding: 0;
	background: none;

	display: table-cell;
}

.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li::before ,
.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li::after {
	content: none;
}

.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li > span ,
.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li > a {
	position: relative;
	overflow: visible;
    display: block;
	margin: 0 10px;
	padding: 15px 5px 30px;
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: var(--text-letter-spacing);
	text-decoration: none;
	background: #629222;
}

.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li + li > span ,
.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li + li > a {
	background: #076793;
}

.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li + li + li > span ,
.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li + li + li > a {
	background: #C28724;
}

.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li > span::before ,
.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li > a::before {
	background: none;
	top: auto;

	content: "";
	position: absolute;
	bottom: 15px;
	left: calc(50% - 8px);
	display: block;
	width: 12px;
	height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}


.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li > span:hover ,
.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li.highlight > span ,
.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li > a:hover ,
.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li.act > a {
}

.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li > span:hover ,
.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li > a:hover {
    opacity: 0.7;
}

.lx_esg_list_tabstyle02 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul ,
.lx_esg_list_tabstyle02 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul li {
	display: block;
	margin-bottom: 10px;
}

/*
.lx_esg_list_tabstyle02 ~ .lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li > span ,
.lx_esg_list_tabstyle02 ~ .lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li > a {
	border-bottom: none;
	border-top: 1px solid #e4e4e4;
}
.lx_esg_list_tabstyle02 ~ .lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li > span::before ,
.lx_esg_list_tabstyle02 ~ .lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li > a::before {
	top: auto;
	bottom: 0;
}

.lx_esg_list_tabstyle02 ~ .lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li > span:hover ,
.lx_esg_list_tabstyle02 ~ .lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li.highlight > span ,
.lx_esg_list_tabstyle02 ~ .lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li > a:hover ,
.lx_esg_list_tabstyle02 ~ .lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li.act > a {
	border-color: transparent;
}
*/


*==== ストックウェザー 株価表示 ====*/
.stock-frame {
	margin-top: 30px;
}

.stock-price {
	padding: 30px 20px;
	background: #fafafa;
	border-radius: 4px;
}

.stock-price img {
	width: 100%;
	max-width: none;
}

.stock-price p {
	display: none;
}

.stock-price p a {
	display: inline-block;
}



/*== 検索bos ==*/
/* c-Form-seach */
.c-Form-seach__input {display:inline-block; box-sizing:border-box; width:180px; height:30px; border:none; border-radius:3px 0 0 3px; vertical-align:top;-webkit-appearance:none;  }
.c-Form-seach__button {display:inline-block; width:60px;height:30px; border:none; border-radius:0 3px 3px 0; background:#737373; color:#ffffff; vertical-align:top; font-size:12px; -webkit-appearance:none;  }
.c-Form-seach__button:hover {background:#909090; }

.c-Header__search__form .c-Form-seach__input {width:80%; height: 30px;}
.c-Form-seach__button {width:20%; }



/*==== 共通 ====*/
/* マルチカラム幅 */
.lx_extra_mcol_width {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

.lx_extra_mcol_w80pc {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}


/* テーブル風カラム SPスワイプ */
.ux_col1_sp_swipable .multiColumn {
	max-width: none;
}

@media screen and (max-width: 768px) {
	.ux_col1_sp_swipable .lx_mcol_table_style01.multiColumn > .column ,
	.ux_col1_sp_swipable .lx_mcol_table_style02.multiColumn > .column {
		max-width: none;
	}

	:where(.ux_col1_sp_swipable .lx_mcol_table_style01.multiColumn2) > .column ,
	:where(.ux_col1_sp_swipable .lx_mcol_table_style02.multiColumn2) > .column {
		width: calc(100% / 2);
	}

	:where(.ux_col1_sp_swipable .lx_mcol_table_style01.multiColumn3) > .column ,
	:where(.ux_col1_sp_swipable .lx_mcol_table_style02.multiColumn3) > .column {
		width: calc(100% / 3);
	}

	:where(.ux_col1_sp_swipable .lx_mcol_table_style01.multiColumn4) > .column ,
	:where(.ux_col1_sp_swipable .lx_mcol_table_style02.multiColumn4) > .column {
		width: calc(100% / 4);
	}

	:where(.ux_col1_sp_swipable .lx_mcol_table_style01.multiColumn5) > .column ,
	:where(.ux_col1_sp_swipable .lx_mcol_table_style02.multiColumn5) > .column {
		width: calc(100% / 5);
	}
}



/*==== インデックスモード ====*/
/* カラム間マージンはPC30px:SP20px固定 */
:where(.lx_ex_reuse_index >*> .reuse-main-area) > .multiColumn {
	clear: none;
/*	justify-content: normal; */
	padding-left: 0;
	padding-right: 0;
}

:where(.lx_ex_reuse_index >*> .reuse-main-area) > * > .column {
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

@media print, screen and (min-width: 769px) {
	.lx_ex_reuse_index >*> .reuse-main-area {
		width: 100%;
		margin: auto;
		display: flex;
		flex-flow: row wrap;
		gap: 0 var(--column-side-margin);
	}

	/* インデックスモード カラム幅 */
	:where(.lx_ex_reuse_index >*> .reuse-main-area) > .multiColumn1 {
		width: calc(100% * var(--mainarea-base));
		max-width: var(--mainarea-width);
	}

	:where(.lx_ex_reuse_index >*> .reuse-main-area) > .multiColumn2 {
		width: calc((100% * var(--mainarea-base) - 1 * var(--column-side-margin)) / 2);
		max-width: calc((var(--mainarea-width) - 1 * var(--column-side-margin)) / 2);
	}

	:where(.lx_ex_reuse_index >*> .reuse-main-area) > .multiColumn3 {
		width: calc((100% * var(--mainarea-base) - 2 * var(--column-side-margin)) / 3);
		max-width: calc((var(--mainarea-width) - 2 * var(--column-side-margin)) / 3);
	}

	:where(.lx_ex_reuse_index >*> .reuse-main-area) > .multiColumn4 {
		width: calc((100% * var(--mainarea-base) - 3 * var(--column-side-margin)) / 4);
		max-width: calc((var(--mainarea-width) - 3 * var(--column-side-margin)) / 4);
	}

	:where(.lx_ex_reuse_index >*> .reuse-main-area) > .multiColumn5 {
		width: calc((100% * var(--mainarea-base) - 4 * var(--column-side-margin)) / 5);
		max-width: calc((var(--mainarea-width) - 4 * var(--column-side-margin)) / 5);
	}

	:where(.lx_ex_reuse_index >*> .reuse-main-area) > .multiColumn {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		--column-side-margin: inherit;
	}
}


@media screen and (max-width: 768px) {
	.lx_ex_reuse_index >*> .reuse-main-area {
		width: calc(100%);
		display: flex;
		flex-flow: row wrap;
		gap: 0 var(--column-side-margin);
	}

	/* 1～3カラムは1カラムに */
	:where(.lx_ex_reuse_index >*> .reuse-main-area) > .multiColumn1 ,
	:where(.lx_ex_reuse_index >*> .reuse-main-area) > .multiColumn2 ,
	:where(.lx_ex_reuse_index >*> .reuse-main-area) > .multiColumn3 {
		width: calc(100%);
		margin-left: 0;
		margin-right: 0;
		--column-side-margin: inherit;
	}

	/* 4～5は2カラムに */
	:where(.lx_ex_reuse_index >*> .reuse-main-area) > .multiColumn4 ,
	:where(.lx_ex_reuse_index >*> .reuse-main-area) > .multiColumn5 {
		width: calc((100% - var(--column-side-margin)) / 2);
		margin-left: 0;
		margin-right: 0;
		--column-side-margin: inherit;
	}
}


/* 文字サイズ */
.lx_ex_col_font14 > .column ,
.lx_ex_col1_font14 > .column1 ,
.lx_ex_col2_font14 > .column2 ,
.lx_ex_col3_font14 > .column3 ,
.lx_ex_col4_font14 > .column4 ,
.lx_ex_col5_font14 > .column5 {
	font-size: 1.4rem;
}

.lx_ex_col_font12 > .column ,
.lx_ex_col1_font12 > .column1 ,
.lx_ex_col2_font12 > .column2 ,
.lx_ex_col3_font12 > .column3 ,
.lx_ex_col4_font12 > .column4 ,
.lx_ex_col5_font12 > .column5 {
	font-size: 1.2rem;
}


/* 番号なしリスト */
.lx_ex_cke_ul_none .rich-text ul {
	list-style: none;
}

/* 番号つきリスト */
.lx_ex_cke_ol_red_box .rich-text ol {
	padding-left: 35px;
}

.lx_ex_cke_ol_red_box .rich-text ol > li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
	position: relative;
	margin-bottom: 3px;
}

.lx_ex_cke_ol_red_box .rich-text ol > li::before {
	content: counter(cnt);
	position: absolute;
	top: auto;
	left: -35px;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	background: var(--key-color);
}

/* 番号なしリスト */
.lx_ex_cke_ul_red_box .rich-text ul > li {
	list-style-type: none;
	position: relative;
}

.lx_ex_cke_ul_red_box .rich-text ul > li::before {
	content: '■';
	position: absolute;
	top: -2px;
	left: -20px;
	display: inline-block;
	width: 3px;
	height: 3px;
	color: var(--key-color);
}


/* 見出し */
.lx_ex_title2_01 .title2.style1 {
	border: none;
	padding-bottom: 0;
}


/* アイコン付き見出し +マルチセル */
.lx_ex_title2_02 .title2.style1 {
	border: none;

	margin-top: 50px;
	padding: 10px 10px;
	color: #fff;
	background: #707070;
	border: 1px solid #ddd;
}

.lx_ex_title2_02 .title2.style1 + .uni-table {
	margin-top: -1px;
}

.lx_ex_title2_02 .title2.style1 + .uni-table .tbRowHead {
	color: inherit;
	background: #eee;
	border-color: transparent;
}

/* 見出し */
.lx_ex_title2_03 .title2.style1 {
	margin: 0;
	padding: 0;
	border: none;

	padding: 10px 10px;
	text-align: center;
	font-size: 1.6rem;
	fnot-weight: bold;
	line-height: 1.4;
	background: #C7C7C7;
}


/* 背景色 */
.lx_ex_mcol_bg01 {
	background: #d5d5d5;
}

@media print, screen and (min-width: 769px) {
	.lx_ex_mcol_bg01pc {
		background: #d5d5d5;
	}
}


/* 区切り線 */
.lx_ex_col_top_border_01 > .column ,
.lx_ex_mcol_top_border_01 {
	border-top: 1px solid #ddd;
}

.lx_ex_col_bottom_border_01 > .column ,
.lx_ex_mcol_bottom_border_01 {
	border-bottom: 1px solid #ddd;
}


/* カラムに下矢印を付ける */
.lx_ex_col_bottom_arrow > .column {
	position: relative;
}

.lx_ex_col_bottom_arrow > .column::before {
	content: "";
	position: absolute;
	top: 100%;
	left: calc(50% - 31px);
	border: 31px solid transparent;
	border-top: 21px solid #EFEFEF;
	border-bottom: none;
}


/* 囲み線カラム */
.lx_style_mcol_box01 {
	padding: var(--box-columns-padding);
	position: relative;
	border: 1px solid #c00000;
}

.lx_style_mcol_box01::before ,
.lx_style_mcol_box01::after ,
.lx_style_mcol_box01 > .column1::before ,
.lx_style_mcol_box01 > .column1::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
}
.lx_style_mcol_box01::before {
	top: -2px;
	left: -2px;
	border-top: 3px solid #c00000;
	border-left: 3px solid #c00000;
}
.lx_style_mcol_box01::after {
	bottom: -2px;
	left: -2px;
	border-bottom: 3px solid #c00000;
	border-left: 3px solid #c00000;
}
.lx_style_mcol_box01 > .column1::before {
	top: -2px;
	right: -2px;
	border-top: 3px solid #c00000;
	border-right: 3px solid #c00000;
}
.lx_style_mcol_box01 > .column1::after {
	bottom: -2px;
	right: -2px;
	border-bottom: 3px solid #c00000;
	border-right: 3px solid #c00000;
}


/* 囲み線テキスト01 */
.lx_ex_hitext_01 .highlight-quoted-text {
	background: none;
	padding: 10px 10px;
	border: 1px solid #666;
	border-radius: 10px;
}


/* リンクリスト（太字、下線つき） */
.lx_ex_list_01 .link-list:not(.highlight) li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.lx_ex_list_01 .link-list:not(.highlight) li > :is(a, span) {
	font-weight: bold;
	font-size: 2rem;
}


/* エリアリンク01 */
.lx_style_alink01 .link-area:not(.highlight) > a p:first-child {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.lx_style_alink01 .link-area:not(.highlight) > a p:first-child::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
	margin-left: 2px;
	margin-right: 7px;
}

.lx_style_alink01 .link-area:not(.highlight) > a:hover p:first-child {
	color: var(--key-color);
}

@media screen and (max-width: 768px) {
	.lx_style_alink01 .link-area:not(.highlight) {
		margin-top: 0;
	}

	.lx_style_alink01 .link-area:not(.highlight) > a {
		border: 1px solid #C8C8C8;
		padding: 20px 20px;
	}
}


/* エリアリンク02 */
.lx_style_alink02 .link-area:not(.highlight) {
	margin: 0 auto;
	max-width: 1440px;
}

.lx_style_alink02 .link-area:not(.highlight) > a {
	aspect-ratio: 1250 / 450;
	padding: 4% 10% 6.5%;
}

.lx_style_alink02 .link-area:not(.highlight) > a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: -1;
	margin: 0;
}

.lx_style_alink02 .link-area:not(.highlight) > a p {
/*	max-width: var(--mainarea-width); */
/*	margin-left: auto; */
/*	margin-right: auto; */

	margin: 16px 0;

	color: #fff;
	font-size: 1.4rem;
	line-height: 1.3;
	text-shadow: 0 0 4px rgba(0,0,0,0.8), 0 0 1em rgba(0,0,0,0.9);
}

.lx_style_alink02 .link-area:not(.highlight) > a p:first-child ,
.lx_style_alink02 .link-area:not(.highlight) > a img + p {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 3.4rem;
}

.lx_style_alink02 .link-area:not(.highlight) > a p:last-child::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01_white.svg") no-repeat center center;
	background-size: contain;
	margin-right: 8px;
}

.lx_style_alink02 .link-area:not(.highlight) > a[target="_blank"] p:last-child::after {
	content: "";
	margin-top: -2px;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.svg") center center no-repeat;
	background-size: contain;
	margin-left: 8px;
}

@media screen and (max-width: 768px) {
	.lx_style_alink02 .link-area:not(.highlight) > a {
		padding: 11% 3.125% 0.5%;
	}

	.lx_style_alink02 .link-area:not(.highlight) > a p {
		margin: 6px 0;
		font-size: 1rem;
	}

	.lx_style_alink02 .link-area:not(.highlight) > a p:first-child ,
	.lx_style_alink02 .link-area:not(.highlight) > a img + p {
		margin-top: 10px;
		margin-bottom: 5px;
		font-size: 1.7rem;
	}
}

/* エリアリンク03 */
.lx_style_alink03 .link-area:not(.highlight) {
	margin: 0 auto;
	max-width: 1440px;
}

.lx_style_alink03 .link-area:not(.highlight) > a {
	padding: 54px 10% 58px;
}

.lx_style_alink03 .link-area:not(.highlight) > a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: -1;
	margin: 0;
}

.lx_style_alink03 .link-area:not(.highlight) > a p {
/*	max-width: var(--mainarea-width); */
/*	margin-left: auto; */
/*	margin-right: auto; */

	width: 60.7%;
/*	margin: 16px 0; */

	color: #fff;
	font-size: 1.4rem;
	line-height: 1.3;
	text-shadow: 0 0 4px rgba(0,0,0,0.8), 0 0 1em rgba(0,0,0,0.9);
	margin-bottom: 25px;
}

.lx_style_alink03 .link-area:not(.highlight) > a p:first-child ,
.lx_style_alink03 .link-area:not(.highlight) > a img + p {
	margin-bottom: 10px;
	color: var(--key-color);
	font-size: 2.4rem;
	font-weight: bold;
	text-shadow: 0px 0px 10px #000;
	margin-bottom: 23px;
}

.lx_style_alink03 .link-area:not(.highlight) > a p:last-child {
	font-weight: bold;
	margin-bottom: 0;
}

.lx_style_alink03 .link-area:not(.highlight) > a p:last-child::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
	margin-right: 8px;
}

.lx_style_alink03 .link-area:not(.highlight) > a[target="_blank"] p:last-child::after {
	content: "";
	margin-top: -2px;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.svg") center center no-repeat;
	background-size: contain;
	margin-left: 8px;
}

@media screen and (max-width: 768px) {
	.lx_style_alink03 .link-area:not(.highlight) > a {
		padding: 3% 3% 6%;
	}

	.lx_style_alink03 .link-area:not(.highlight) > a p {
		margin-left: 0;
		margin-right: 0;
		font-size: 1.2rem;
		margin-bottom: 8px;
	}

	.lx_style_alink03 .link-area:not(.highlight) > a p:first-child ,
	.lx_style_alink03 .link-area:not(.highlight) > a img + p {
		font-size: 1.4rem;
		margin-bottom: 16px;
	}
}

/* エリアリンク04 */
.lx_style_alink04 .link-area:not(.highlight) {
	margin: 0 auto;
	max-width: 1440px;
}

.lx_style_alink04 .link-area:not(.highlight) > a {
	box-sizing: content-box;
	height: 300px;
	padding: 9% 10% 14.5%;
	line-height: 1.3;
	text-shadow: 0 0 4px rgba(0,0,0,0.8), 0 0 1em rgba(0,0,0,0.9);
}

.lx_style_alink04 .link-area:not(.highlight) > a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: -1;
	margin: 0;
}

.lx_style_alink04 .link-area:not(.highlight) > a p {
	margin-top: 16px;
	margin-bottom: 16px;
	font-size: 1.4rem;
	text-shadow: 0px 0px 10px #000;
	margin-bottom: 23px;

	color: #fff;
}

.lx_style_alink04 .link-area:not(.highlight) > a p:first-child ,
.lx_style_alink04 .link-area:not(.highlight) > a img + p {
	margin-top: 34px;
	margin-bottom: 10px;
	font-size: 3.4rem;
}

.lx_style_alink04 .link-area:not(.highlight) > a p:last-child {
	font-weight: bold;
	margin-bottom: 0;
}

.lx_style_alink04 .link-area:not(.highlight) > a p:last-child::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01_white.svg") no-repeat center center;
	background-size: contain;
	margin-right: 8px;
}

.lx_style_alink04 .link-area:not(.highlight) > a[target="_blank"] p:last-child::after {
	content: "";
	margin-top: -2px;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.svg") center center no-repeat;
	background-size: contain;
	margin-left: 8px;
}

@media screen and (max-width: 768px) {
	.lx_style_alink04 .link-area:not(.highlight) > a {
		padding: 3% 3% 6%;
	}

	.lx_style_alink04 .link-area:not(.highlight) > a p {
		margin-left: 0;
		margin-right: 0;
		font-size: 1.2rem;
		margin-bottom: 8px;
	}

	.lx_style_alink04 .link-area:not(.highlight) > a p:first-child ,
	.lx_style_alink04 .link-area:not(.highlight) > a img + p {
		font-size: 1.7rem;
		margin-bottom: 16px;
	}
}

/* エリアリンク05 */
.lx_style_alink05 .link-area:not(.highlight) {
	margin: 0 auto;
	max-width: 1440px;
}

.lx_style_alink05 .link-area:not(.highlight) > a {
	box-sizing: content-box;
	height: 300px;
	padding: 4% 10% 8.5%;
	line-height: 1.3;
}

.lx_style_alink05 .link-area:not(.highlight) > a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: -1;
	margin: 0;
}

.lx_style_alink05 .link-area:not(.highlight) > a p {
	margin-top: 10px;
	font-size: 1.8rem;
	line-height: 1.8;
	color: #fff;
}

.lx_style_alink05 .link-area:not(.highlight) > a p:first-child ,
.lx_style_alink05 .link-area:not(.highlight) > a img + p {
	margin-top: 20px;
	font-size: 3.4rem;
	line-height: 1.3;
}

.lx_style_alink05 .link-area:not(.highlight) > a p:last-child {
	margin-bottom: 0;
}

.lx_style_alink05 .link-area:not(.highlight) > a p:last-child::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01_white.svg") no-repeat center center;
	background-size: contain;
	margin-right: 8px;
}

.lx_style_alink05 .link-area:not(.highlight) > a[target="_blank"] p:last-child::after {
	content: "";
	margin-top: -2px;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.svg") center center no-repeat;
	background-size: contain;
	margin-left: 8px;
}

@media screen and (max-width: 768px) {
	.lx_style_alink05 .link-area:not(.highlight) > a {
		padding: 3% 3% 6%;
		height: 200px;
	}

	.lx_style_alink05 .link-area:not(.highlight) > a p {
		margin-left: 0;
		margin-right: 0;
		font-size: 1.2rem;
		margin-bottom: 8px;
	}

	.lx_style_alink05 .link-area:not(.highlight) > a p:first-child ,
	.lx_style_alink05 .link-area:not(.highlight) > a img + p {
		font-size: 1.7rem;
		margin-bottom: 16px;
	}
}

/* エリアリンク06 */
.lx_style_alink06 .link-area:not(.highlight) {
	margin: 0 auto;
	max-width: 1440px;
}

.lx_style_alink06 .link-area:not(.highlight) > a {
	padding: 75px 10% 207px;
}

[lang="en"] .lx_style_alink06 .link-area:not(.highlight) > a ,
[lang="zh"] .lx_style_alink06 .link-area:not(.highlight) > a {
	padding: 72px 10% 92px;
}

.lx_style_alink06 .link-area:not(.highlight) > a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center top;
	   object-position: center top;
	z-index: -1;
	margin: 0;
}

.lx_style_alink06 .link-area:not(.highlight) > a p {
	width: 60.7%;

	color: #fff;
	font-size: 1.4rem;
	line-height: 2;
	text-shadow: 0 0 4px rgba(0,0,0,0.8), 0 0 1em rgba(0,0,0,0.9);
	margin-bottom: 20px;
}

.lx_style_alink06 .link-area:not(.highlight) > a p:first-child ,
.lx_style_alink06 .link-area:not(.highlight) > a img + p {
	margin-bottom: 10px;
	color: var(--key-color);
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	text-shadow: 0px 0px 10px #000;
	margin-bottom: 23px;
}

.lx_style_alink06 .link-area:not(.highlight) > a p:last-child {
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0;
}

.lx_style_alink06 .link-area:not(.highlight) > a p:last-child::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
	margin-right: 8px;
}

.lx_style_alink06 .link-area:not(.highlight) > a[target="_blank"] p:last-child::after {
	content: "";
	margin-top: -2px;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.svg") center center no-repeat;
	background-size: contain;
	margin-left: 8px;
}

@media screen and (max-width: 768px) {
	.lx_style_alink06 .link-area:not(.highlight) > a ,
	[lang="en"] .lx_style_alink06 .link-area:not(.highlight) > a {
		padding: 3% 3% 6%;
	}

	.lx_style_alink06 .link-area:not(.highlight) > a p {
		margin-left: 0;
		margin-right: 0;
		font-size: 1.2rem;
		margin-bottom: 8px;
	}

	.lx_style_alink06 .link-area:not(.highlight) > a p:first-child ,
	.lx_style_alink06 .link-area:not(.highlight) > a img + p {
		font-size: 1.4rem;
		margin-bottom: 16px;
	}

	.lx_style_alink06 .link-area:not(.highlight) > a p br {
		display: none;
	}
}

/* エリアリンク07 */
.lx_style_alink07 .link-area:not(.highlight) {
	margin: 0 auto;
	max-width: 1440px;
}

.lx_style_alink07 .link-area:not(.highlight) > a {
	padding: 49px 10% 190px;
}

.lx_style_alink07 .link-area:not(.highlight) > a img.large {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center top;
	   object-position: center top;
	z-index: -1;
	margin: 0;
}

.lx_style_alink07 .link-area:not(.highlight) > a img:not(.large) {
	position: absolute;
	top: 0;
	right: 60%;
	width: 30%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center top;
	   object-position: center top;
	z-index: -1;
	float: none;
	margin: 0;
}

.lx_style_alink07 .link-area:not(.highlight) > a p {
	color: inherit;
	font-size: 1.4rem;
	line-height: 2;
/*	text-shadow: 0 0 4px rgba(0,0,0,0.8), 0 0 1em rgba(0,0,0,0.9); */
	margin-bottom: 20px;
}

.lx_style_alink07 .link-area:not(.highlight) > a p:first-child ,
.lx_style_alink07 .link-area:not(.highlight) > a img + p {
	margin-bottom: 10px;
	color: var(--key-color);
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
/*	text-shadow: 0px 0px 10px #000; */
	margin-bottom: 23px;
}

.lx_style_alink07 .link-area:not(.highlight) > a p:last-child {
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0;
}

.lx_style_alink07 .link-area:not(.highlight) > a p:last-child::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
	margin-right: 8px;
}

.lx_style_alink07 .link-area:not(.highlight) > a[target="_blank"] p:last-child::after {
	content: "";
	margin-top: -2px;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.svg") center center no-repeat;
	background-size: contain;
	margin-left: 8px;
}

@media print, screen and (min-width: 769px) {
	.lx_style_alink07 .link-area:not(.highlight) > a p {
		width: 48%;
		margin-left: auto;
	}

	.lx_style_alink07 .link-area:not(.highlight) > a p br {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.lx_style_alink07 .link-area:not(.highlight) > a {
		padding: 6% 3% 57%;
	}

	.lx_style_alink07 .link-area:not(.highlight) > a p {
		margin-left: 0;
		margin-right: 0;
		font-size: 1.2rem;
		margin-bottom: 8px;
	}

	.lx_style_alink07 .link-area:not(.highlight) > a p:first-child ,
	.lx_style_alink07 .link-area:not(.highlight) > a img + p {
		font-size: 1.4rem;
		margin-bottom: 16px;
	}

	.lx_style_alink07 .link-area:not(.highlight) > a img:not(.large) {
		position: static;
		width: auto;
		max-width: none;
	}
}

/* エリアリンク08 */
.lx_style_alink08 .link-area:not(.highlight) {
	margin: 0 auto;
	max-width: 1440px;
}

.lx_style_alink08 .link-area:not(.highlight) > a {
	min-height: 200px;
	padding: 60px 5% 10px;
}

.lx_style_alink08 .link-area:not(.highlight) > a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: right top;
	   object-position: right top;
	z-index: -1;
	margin: 0;
}

.lx_style_alink08 .link-area:not(.highlight) > a p {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 10px;
}

.lx_style_alink08 .link-area:not(.highlight) > a p:first-child ,
.lx_style_alink08 .link-area:not(.highlight) > a img + p {
	margin-bottom: 10px;
	color: var(--key-color);
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	text-shadow: 2px 0 4px #000000;
	margin-bottom: 10px;
}

.lx_style_alink08 .link-area:not(.highlight) > a p:last-child {
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0;
}

.lx_style_alink08 .link-area:not(.highlight) > a p:last-child::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
	margin-right: 8px;
}

.lx_style_alink08 .link-area:not(.highlight) > a[target="_blank"] p:last-child::after {
	content: "";
	margin-top: -2px;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.svg") center center no-repeat;
	background-size: contain;
	margin-left: 8px;
}

@media screen and (max-width: 768px) {
	.lx_style_alink08 .link-area:not(.highlight) > a {
	}

	.lx_style_alink08 .link-area:not(.highlight) > a p {
		margin-left: 0;
		margin-right: 0;
		font-size: 1.2rem;
		margin-bottom: 8px;
	}

	.lx_style_alink08 .link-area:not(.highlight) > a p:first-child ,
	.lx_style_alink08 .link-area:not(.highlight) > a img + p {
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
}

/* エリアリンク09 */
.lx_style_alink09 .link-area:not(.highlight) {
	margin: 0 auto;
}

.lx_style_alink09 .link-area:not(.highlight) > a {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	aspect-ratio: 480 / 320;
	padding: 0 20px;

	color: #fff;
	line-height: 1.5;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.8)
}

.lx_style_alink09 .link-area:not(.highlight) > a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: -2;
	margin: 0;
}

.lx_style_alink09 .link-area:not(.highlight) > a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: -1;
	background: rgba(0,0,0,.6);
}

.lx_style_alink09 .link-area:not(.highlight) > a[target="_blank"] p:last-child::after {
	content: "";
	margin-top: -2px;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.svg") center center no-repeat;
	background-size: contain;
	margin-left: 8px;
}

.lx_style_alink09 .link-area:not(.highlight) > a:hover::before {
	background: none;
}


/* エリアリンク10 */
.lx_style_alink10 > .column2 ,
.lx_style_alink10 > .column3 ,
.lx_style_alink10 > .column4 ,
.lx_style_alink10 > .column5 {
	border-left: 2px solid #B4B4B4;
}

.lx_style_alink10 .link-area:not(.highlight) {
	margin: 0 auto;
}

.lx_style_alink10 .link-area:not(.highlight) > a {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;

	line-height: 1.5;
}

.lx_style_alink10 .link-area:not(.highlight) > a img {
	margin: 0;
	margin-right: 20px;
}


.lx_style_alink10 .link-area:not(.highlight) > a[target="_blank"] p:last-child::after {
	content: "";
	margin-top: -2px;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout.svg") center center no-repeat;
	background-size: contain;
	margin-left: 8px;
}

.lx_style_alink10 .link-area:not(.highlight) > a:hover::before {
	background: none;
}

/* エリアリンク11 */
.lx_style_alink11 .link-area:not(.highlight) {
	margin: 0 auto;
	max-width: 1440px;
}

.lx_style_alink11 .link-area:not(.highlight) > a {
	padding: 3% 20% 4% 5%;
}

.lx_style_alink11 .link-area:not(.highlight) > a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: -1;
	margin: 0;
}

.lx_style_alink11 .link-area:not(.highlight) > a p {
	color: #B8B8B8;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.3;
}

.lx_style_alink11 .link-area:not(.highlight) > a p:first-child ,
.lx_style_alink11 .link-area:not(.highlight) > a img + p {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 3rem;
	font-weight: normal;
}

.lx_style_alink11 .link-area:not(.highlight) > a p:last-child::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01_white.svg") no-repeat center center;
	background-size: contain;
	margin-right: 8px;
}

.lx_style_alink11 .link-area:not(.highlight) > a[target="_blank"] p:last-child::after {
	content: "";
	margin-top: -2px;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.svg") center center no-repeat;
	background-size: contain;
	margin-left: 8px;
}

@media screen and (max-width: 768px) {
	.lx_style_alink11 .link-area:not(.highlight) > a {
		padding: 4% 24% 6.5% 3.125%;
	}

	.lx_style_alink11 .link-area:not(.highlight) > a p {
		font-size: 1rem;
	}

	.lx_style_alink11 .link-area:not(.highlight) > a p:first-child ,
	.lx_style_alink11 .link-area:not(.highlight) > a img + p {
		font-size: 1.7rem;
	}
}

/* エリアリンク12 */
.lx_style_alink12 .link-area:not(.highlight) {
	margin: 0 auto;
	max-width: 1440px;
}

.lx_style_alink12 .link-area:not(.highlight) > a {
	padding: 89px 0 86px 52.5%;
}

.lx_style_alink12 .link-area:not(.highlight) > a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: -1;
	margin: 0;
}

.lx_style_alink12 .link-area:not(.highlight) > a p {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
}

.lx_style_alink12 .link-area:not(.highlight) > a p:first-child ,
.lx_style_alink12 .link-area:not(.highlight) > a img + p {
	margin-bottom: 13px;
	color: #fff;
	font-size: 2rem;
	font-weight: normal;
}
.lx_style_alink12 .link-area:not(.highlight) > a p:last-child::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
	margin-right: 8px;
}

.lx_style_alink12 .link-area:not(.highlight) > a[target="_blank"] p:last-child::after {
	content: "";
	margin-top: -2px;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.svg") center center no-repeat;
	background-size: contain;
	margin-left: 8px;
}

@media screen and (max-width: 768px) {
	.lx_style_alink12 .link-area:not(.highlight) > a {
		overflow: hidden;
		padding: 49% 3% 7%;
	}

	.lx_style_alink12 .link-area:not(.highlight) > a img {
		width: 200%;
		max-width: none;
		-o-object-position: left top;
		   object-position: left top;
		-o-object-fit: contain;
		   object-fit: contain;
		background-color: #202422;
	}

	.lx_style_alink12 .link-area:not(.highlight) > a p {
		font-size: 1.2rem;
	}

	.lx_style_alink12 .link-area:not(.highlight) > a p:first-child ,
	.lx_style_alink12 .link-area:not(.highlight) > a img + p {
		font-size: 1.2rem;
		margin-bottom: 0;
	}
}




/* テキスト 01 */
/* SPで画像の右にテキスト */
@media screen and (max-width: 768px) {
	.lx_style_text01 .text-section {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 0 20px;
	}

	.lx_style_text01 .text-section img {
		max-width: 40%;
		margin-left: 0;
		margin-right: 0;
	}

	.lx_style_text01 .text-section .rich-text {
		max-width: calc(60% - 20px);
		margin-top: 0;
		flex: 1 0 auto;
	}
}

.lx_style_text01 .text-section {
	color: var(--key-color);
}


/* テキスト 01 */
/* 中央揃え、改行位置調整 */
/* SPで画像の右にテキスト */
.lx_style_text02 .text-section .rich-text {
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.35;
}

@media screen and (max-width: 768px) {
	.lx_style_text02 .text-section .rich-text {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		gap: 0 0.33em;
	}

	.lx_style_text02 .text-section {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 0 20px;
	}

	.lx_style_text02 .text-section img {
		max-width: 40%;
		margin-left: 0;
		margin-right: 0;
	}

	.lx_style_text02 .text-section .rich-text {
		max-width: calc(60% - 20px);
		margin-top: 0;
		flex: 1 0 auto;
	}
}





/* カウントアップ */
.lx_ex_lead_01 .lead-section em {
	font-style: normal;
	color: var(--key-color);
	font-size: 225%;
	font-weight: bold;
}

/* ページ内リンク（横並び、区切り縦線） */
.lx_ex_anchor_inline01 .anchor-link {
	margin-left: -1px;
	margin-right: 0;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}
.lx_ex_anchor_inline01 .anchor-link +  .anchor-link {
	border-left: none;
}


/* リスト01（横並び、区切り縦線） */
:is(#wrapper-2,#html1,#site-info,[role="document"],#sharewithmain) .lx_ex_list_inline01 .link-list ul ,
:is(#wrapper-2,#html1,#site-info,[role="document"],#sharewithmain) .lx_ex_list_inline01 .link-list-url ul {
	gap: 0;
}

.lx_ex_list_inline01 .link-list ,
.lx_ex_list_inline01 .link-list-url {
	margin-top: 20px;
	font-size: 1.4rem;
}

.lx_ex_list_inline01 .link-list ul li:not(:last-child)::after ,
.lx_ex_list_inline01 .link-list-url ul li:not(:last-child)::after {
    content: "｜";	
}

.lx_ex_list_inline01 .link-list ul li ,
.lx_ex_list_inline01 .link-list-url ul li ,
.lx_ex_list_inline01 .link-list ul li a:not(.d_icon) ,
.lx_ex_list_inline01 .link-list-url ul li a:not(.d_icon) {
	padding-left: 0;
}

.lx_ex_list_inline01 .link-list ul li::before ,
.lx_ex_list_inline01 .link-list-url ul li::before ,
.lx_ex_list_inline01 .link-list ul li a:not(.d_icon)::before ,
.lx_ex_list_inline01 .link-list-url ul li a:not(.d_icon)::before {
	content: none;
}


/* リスト02（横並び、区切り縦線） */
.lx_ex_list_inline02 {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #f5f5f5;
}
.lx_ex_list_inline02.multiColumn1 > .column {
	width: 100%;
	max-width: 1440px;
}

[data-page-marker~="hide-promos2"] body:not(.in-editor) #promos2 {
	display: none;
}
[data-page-marker~="hide-promos2"] body.in-editor #promos2 .reuse-component > .multiColumn {
	display: none;
}

#promos2 .lx_ex_list_inline02:first-child ,
.lx_ex_list_inline02 + .lx_ex_list_inline02 {
	margin-top: -1px;
}
.lx_ex_list_inline02 + .lx_ex_list_inline02 {
	background: #eee;
}

body:not(#wide) #sharewithmain > .multiColumn:first-child .lx_ex_list_inline02:first-child ,
body:not(#wide) #sharewithmain > .lx_ex_list_inline02:first-child {
	margin-top: -31px;
}
@media print, screen and (min-width: 769px) {
}
@media screen and (max-width: 768px) {
	body:not(#wide) #sharewithmain > .multiColumn:first-child .lx_ex_list_inline02:first-child ,
	body:not(#wide) #sharewithmain > .lx_ex_list_inline02:first-child {
		margin-top: -31px;
	}
}


:is(#wrapper-2,#html1,#site-info,[role="document"],#sharewithmain) .lx_ex_list_inline02 .link-list ul {
	gap: 0;
}

.lx_ex_list_inline02 .link-list {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 1.4rem;
}

.lx_ex_list_inline02 .link-list + .link-list {
	margin-top: -5px;
}

.lx_ex_list_inline02 .link-list ul li:not(:last-child)::after {
    content: "｜";	
	color: var(--text-color);
}

.lx_ex_list_inline02 .link-list ul li.highlight ,
.lx_ex_list_inline02 .link-list ul li.highlight a:not(.d_icon) ,
.lx_ex_list_inline02 .link-list ul li ,
.lx_ex_list_inline02 .link-list ul li a:not(.d_icon) {
	padding-left: 0;
}

.lx_ex_list_inline02 .link-list ul li.highlight ,
.lx_ex_list_inline02 .link-list ul li.highlight a:not(.d_icon) ,
.lx_ex_list_inline02 .link-list ul li.act ,
.lx_ex_list_inline02 .link-list ul li.act a:not(.d_icon) {
	color: var(--key-color);
}

.lx_ex_list_inline02 .link-list.highlight ul li.highlight ,
.lx_ex_list_inline02 .link-list.highlight ul li.highlight a:not(.d_icon) ,
.lx_ex_list_inline02 .link-list.highlight ul li.act ,
.lx_ex_list_inline02 .link-list.highlight ul li.act a:not(.d_icon) {
	color: var(--text-color);
}

.lx_ex_list_inline02 .link-list ul li.highlight::before ,
.lx_ex_list_inline02 .link-list ul li.highlight a:not(.d_icon)::before ,
.lx_ex_list_inline02 .link-list ul li::before ,
.lx_ex_list_inline02 .link-list ul li a:not(.d_icon)::before {
	content: none;
}


/* リスト（横並び、区切り縦線） */
.lx_ex_list_inline03 .link-list:not(.highlight) ul li a ,
.lx_ex_list_inline03 .link-list.highlight ul li a {
	font-weight: bold;
}

.lx_ex_list_inline03 .link-list.highlight ul li a:not(.d_icon) {
	text-decoration: underline;
}

.lx_ex_list_inline03 .link-list.highlight ul {
	display: flex;
	flex-flow: row wrap;
}

.lx_ex_list_inline03 .link-list.highlight ul li:not(:last-child)::after {
    content: "｜";	
}

.lx_ex_list_inline03 .link-list.highlight ul li ,
.lx_ex_list_inline03 .link-list.highlight ul li a:not(.d_icon) {
	padding-left: 0;
}

.lx_ex_list_inline03 .link-list.highlight ul li::before ,
.lx_ex_list_inline03 .link-list.highlight ul li a:not(.d_icon)::before {
	content: none;
}


/* リストを上に重ねる */
.lx_ex_list_overlay > .column {
	position: relative;
}

body:not(.in-editor) [role="main"] > .lx_ex_list_overlay .link-list ,
[role="main"] * * .lx_ex_list_overlay .link-list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 20px 0;
}

.lx_ex_list_overlay .link-list ul li {
	margin-bottom: 0;
	font-weight: bold;
}

.lx_ex_list_overlay .link-list li.highlight {
	font-size: 2.2rem;
}




/* マルチ３一覧（タイル型） 日付、カテゴリアイコン非表示 */
.lx_ex_multi3_style01 .basic-list2.thumnail .item {
	padding-bottom: 0;
}

.lx_ex_multi3_style01 .basic-list2.thumnail .item .date ,
.lx_ex_multi3_style01 .basic-list2.thumnail .item .c_icon {
	display: none;
}


/* マルチ３一覧（ニュース型） カテゴリアイコン非表示、概略を表示 */
@media print, screen and (min-width: 769px) {
	.lx_ex_multi3_style02.lx_multi3_news_col1pc  .basic-list2:not(.thumnail) .item {
		padding-left: 230px;
	}
}

.lx_ex_multi3_style2 .basic-list2:not(.thumnail) .item .c_icon {
	display: none;
}

.lx_ex_multi3_style02 .basic-list2:not(.thumnail) .item .det_tx {
	position: absolute;
	top: 0;
	left: 150px;
	display: block;
	max-width: 75px;
}

.lx_ex_multi3_style02 .basic-list2:not(.thumnail) .item > a::before {
	content: none;
}



/*== サステナビリティ レポート ==*/
/* type03 */
.lx_ex_multi3_style03 .basic-list2.thumnail .tabItems {
	gap: 20px 20px;
}

.lx_ex_multi3_style03 .basic-list2.thumnail .tabItems > li {
	width: 100%;
}

.lx_ex_multi3_style03 .basic-list2.thumnail .item {
	padding: 0;
/*	padding: 10px 20px; */
	background: #B4D1C1;
}

.lx_ex_multi3_style03 .basic-list2.thumnail li.lazy .item > span::before ,
.lx_ex_multi3_style03 .basic-list2.thumnail li.lazy .item > a::before ,
.lx_ex_multi3_style03 .basic-list2.thumnail li.no-img .item > span::before ,
.lx_ex_multi3_style03 .basic-list2.thumnail li.no-img .item > a::before ,
.lx_ex_multi3_style03 .basic-list2.thumnail .item .n_img {
	margin: 0;
	border: none;
	aspect-ratio: 480 / 120;
}

.lx_ex_multi3_style03 .basic-list2.thumnail .item .c_icon span {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

.lx_ex_multi3_style03 .basic-list2.thumnail .item .news_tx {
	display: block;
	font-weight: bold;
	line-height: 1.5;
}

.lx_ex_multi3_style03 .basic-list2.thumnail .item > a .c_icon::after {
	content: "続きを読む";
	position: relative;
	padding-left: 20px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat left center;
	background-size: 9px 11px;
}

[lang="en"] .lx_ex_multi3_style03 .basic-list2.thumnail .item > a .c_icon::after {
	contnet: "More";
}


@media print, screen and (min-width: 769px) {
	.lx_ex_multi3_style03 .basic-list2.thumnail .item > span ,
	.lx_ex_multi3_style03 .basic-list2.thumnail .item > a {
		display: block;
	}

	.lx_ex_multi3_style03 .basic-list2.thumnail .item > span::after ,
	.lx_ex_multi3_style03 .basic-list2.thumnail .item > a::after {
		content: "";
		display: block;
		clear: both;
	}

	.lx_ex_multi3_style03 .basic-list2.thumnail li.lazy .item > span::before ,
	.lx_ex_multi3_style03 .basic-list2.thumnail li.lazy .item > a::before ,
	.lx_ex_multi3_style03 .basic-list2.thumnail li.no-img .item > span::before ,
	.lx_ex_multi3_style03 .basic-list2.thumnail li.no-img .item > a::before ,
	.lx_ex_multi3_style03 .basic-list2.thumnail .item .n_img {
		float: left;
		width: 50%;
	}

	.lx_ex_multi3_style03 .basic-list2.thumnail .item .date {
		left: auto;
		bottom: auto;

		position: absolute;
		top: 10px;
		right: 20px;
	}

	.lx_ex_multi3_style03 .basic-list2.thumnail .item .c_icon {
		right: auto;

		position: absolute;
		bottom: 10px;
		left: calc(50% + 20px);
		width: calc(50% - 20px);
	}

	.lx_ex_multi3_style03 .basic-list2.thumnail .item .news_tx {
		position: absolute;
		top: 10px;
		left: calc(50% + 20px);
		display: block;
		width: calc(50% - 40px - 120px);
	}

	.lx_ex_multi3_style03 .basic-list2.thumnail .item > a  .c_icon::after {
		position: absolute;
		bottom: 0;
		right: 20px;
	}
}

@media screen and (max-width: 768px) {
	.lx_ex_multi3_style03 .basic-list2.thumnail .item > span ,
	.lx_ex_multi3_style03 .basic-list2.thumnail .item > a {
		display: flex;
		flex-flow: column nowrap;
		padding-bottom: 15px;
	}

	.lx_ex_multi3_style03 .basic-list2.thumnail .item > span > * ,
	.lx_ex_multi3_style03 .basic-list2.thumnail .item > a > * {
		flex: 0 0 auto;
	}

	.lx_ex_multi3_style03 .basic-list2.thumnail .item .date {
		order: 1;
		position: static;
		padding: 0 15px;
	}

	.lx_ex_multi3_style03 .basic-list2.thumnail .item .c_icon {
		order: 2;
		position: static;
		padding: 0 15px;
	}

	.lx_ex_multi3_style03 .basic-list2.thumnail .item .news_tx {
		order: 0;
		position: static;
		padding: 15px 15px 10px;
	}

	.lx_ex_multi3_style03 .basic-list2.thumnail .item > a  .c_icon::after {
	}
}


/* type04 */
.lx_ex_multi3_style04 .basic-list2.thumnail .tabItems {
	gap: 30px 40px;
}

.lx_ex_multi3_style04 .basic-list2.thumnail .item {
	padding: 0;
/*	padding: 10px 20px; */
	background: #B4D1C1;
}

.lx_ex_multi3_style04 .basic-list2.thumnail li.lazy .item > span::before ,
.lx_ex_multi3_style04 .basic-list2.thumnail li.lazy .item > a::before ,
.lx_ex_multi3_style04 .basic-list2.thumnail li.no-img .item > span::before ,
.lx_ex_multi3_style04 .basic-list2.thumnail li.no-img .item > a::before ,
.lx_ex_multi3_style04 .basic-list2.thumnail .item .n_img {
	margin: 0;
	border: none;
	aspect-ratio: 1 / 1;
}

.lx_ex_multi3_style04 .basic-list2.thumnail .item .c_icon span {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

.lx_ex_multi3_style04 .basic-list2.thumnail .item .news_tx {
	display: block;
	font-weight: bold;
	line-height: 1.5;
}


.lx_ex_multi3_style04 .basic-list2.thumnail .item > span ,
.lx_ex_multi3_style04 .basic-list2.thumnail .item > a {
	display: flex;
	flex-flow: column nowrap;
	padding-bottom: 15px;
}

.lx_ex_multi3_style04 .basic-list2.thumnail .item > span > * ,
.lx_ex_multi3_style04 .basic-list2.thumnail .item > a > * {
	flex: 0 0 auto;
}

.lx_ex_multi3_style04 .basic-list2.thumnail .item .date {
/*
	order: 1;
	position: static;
	padding: 0 15px;
*/
	display: none;
}

.lx_ex_multi3_style04 .basic-list2.thumnail .item .c_icon {
	order: 2;
	position: static;
	padding: 0 15px;
}

.lx_ex_multi3_style04 .basic-list2.thumnail .item .news_tx {
	order: 0;
	position: static;
	padding: 15px 15px 10px;
}

.lx_ex_multi3_style04 .basic-list2.thumnail .item .sub_news_tx {
	order: 0;
	display: block;
	padding: 0px 15px 10px;
	font-size: 1.2rem;
	font-weight: 100;
	white-space: pre;
	white-space: pre-line;
}

.lx_ex_multi3_style04 .basic-list2.thumnail .item > a .c_icon::after {
	content: "続きを読む";
	position: absolute;
	bottom: 10px;
	right: 15px;
	padding-left: 20px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat left center;
	background-size: 9px 11px;
}

[lang="en"] .lx_ex_multi3_style04 .basic-list2.thumnail .item > a .c_icon::after {
	contnet: "More";
}


@media print, screen and (min-width: 769px) {
	.lx_ex_multi3_style04 .basic-list2.thumnail .tabItems > li {
		width: calc(50% - 20px);
	}

	.lx_ex_multi3_style04 .basic-list2.thumnail .item > span ,
	.lx_ex_multi3_style04 .basic-list2.thumnail .item > a {
		aspect-ratio: 2 / 1;
		padding-left: 50%;
	}

	.lx_ex_multi3_style04 .basic-list2.thumnail .item > span::after ,
	.lx_ex_multi3_style04 .basic-list2.thumnail .item > a::after {
		content: "";
		display: block;
		clear: both;
	}

	.lx_ex_multi3_style04 .basic-list2.thumnail li.lazy .item > span::before ,
	.lx_ex_multi3_style04 .basic-list2.thumnail li.lazy .item > a::before ,
	.lx_ex_multi3_style04 .basic-list2.thumnail li.no-img .item > span::before ,
	.lx_ex_multi3_style04 .basic-list2.thumnail li.no-img .item > a::before ,
	.lx_ex_multi3_style04 .basic-list2.thumnail .item .n_img {
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
	}

/*
	.lx_ex_multi3_style04 .basic-list2.thumnail .item .date {
		left: auto;
		bottom: auto;

		position: absolute;
		top: 10px;
		right: 20px;
	}

	.lx_ex_multi3_style04 .basic-list2.thumnail .item .c_icon {
		right: auto;

		position: absolute;
		bottom: 10px;
		left: calc(50% + 20px);
		width: calc(50% - 20px);
	}

	.lx_ex_multi3_style04 .basic-list2.thumnail .item .news_tx {
		position: absolute;
		top: 10px;
		left: calc(50% + 20px);
		display: block;
		width: calc(50% - 40px - 120px);
	}
*/
}

@media screen and (max-width: 768px) {
	.lx_ex_multi3_style04 .basic-list2.thumnail .tabItems {
		gap: 15px 20px;
	}

	.lx_ex_multi3_style04 .basic-list2.thumnail .tabItems > li {
		width: 100%;
	}

	.lx_ex_multi3_style04 .basic-list2.thumnail li.lazy .item > span::before ,
	.lx_ex_multi3_style04 .basic-list2.thumnail li.lazy .item > a::before ,
	.lx_ex_multi3_style04 .basic-list2.thumnail li.no-img .item > span::before ,
	.lx_ex_multi3_style04 .basic-list2.thumnail li.no-img .item > a::before ,
	.lx_ex_multi3_style04 .basic-list2.thumnail .item .n_img {
		aspect-ratio: 768 / 250;
	}

	.lx_ex_multi3_style04 .basic-list2.thumnail .item > a  .c_icon::after {
	}
}


/* テキストパネル（第1カラム専用 矢印逆向き */
.lx_ex_panel1_back > .column1  .panel.no-img a .icon_front {
	transform: scaleX(-1);
}

/* テキストパネル（背景色交互） */
@media print, screen and (min-width: 769px) {
	.lx_style_panel_01 .panel.no-img.style1:nth-child(even) > a {
		background: #d5d5d5;
	}
}
@media screen and (max-width: 768px) {
	.lx_style_panel_01 .panel.no-img.style1:nth-child(2) > a ,
	.lx_style_panel_01 .panel.no-img.style1:nth-child(3) > a ,
	.lx_style_panel_01 .panel.no-img.style1:nth-child(6) > a ,
	.lx_style_panel_01 .panel.no-img.style1:nth-child(7) > a ,
	.lx_style_panel_01 .panel.no-img.style1:nth-child(10) > a {
		background: #d5d5d5;
	}
}


/*== パネル01 ==*/
.lx_ex_panel01 .panel.has-img.style2 {
}

.lx_ex_panel01 .panel.has-img.style2 .text {
	bottom: auto;
	min-height: auto;
	margin: 0;
	padding: 0;
	background: none;

	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	padding: 0 27px;
	font-size: 2.1rem;
	color: var(--key-color);
	line-height: 1.5;
    text-shadow: 0 0 10px #000;
}

.lx_ex_panel01 .panel.has-img.style2 .icon_front {
	display: none;
}

.lx_ex_panel01 .panel.has-img.style2 .text .icon_rear {
	margin-top: 10px;
	position: relative;
	display: block;
	padding-left: 15px;
	color: #fff;
	font-size: 1.4rem;
    font-weight: bold;
    text-shadow: 0 0 10px #000;
}

.lx_ex_panel01 .panel.has-img.style2 .text .icon_rear::before {
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	left: 0;
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
	z-index: 1;
}

.lx_ex_panel01 .panel.has-img.style2 .text .icon_rear::after {
	content: "詳細を読む";
}
[lang="en"] .lx_ex_panel01 .panel.has-img.style2 .text .icon_rear::after {
	content: "more";
}
[lang="zh"] .lx_ex_panel01 .panel.has-img.style2 .text .icon_rear::after {
	content: "了解更多";
}

@media screen and (max-width: 768px) {
	.lx_ex_panel01 .panel.has-img.style2 .text .icon_rear {
		font-size: 1.1rem;
	}
}


/*== パネル02 ==*/
.lx_ex_panel02 .panel.has-img.style1 {
	padding: 30px;
	padding-right: 140px;
	border: 1px solid #ddd;
}

.lx_ex_panel02 .panel.has-img.style1 > a figure {
	position: absolute;
	top: 30px;
	right: 30px;
}

.lx_ex_panel02 .panel.has-img.style1 > a .text {
	margin-top: 0;
	font-weight: normal;
}

.lx_ex_panel02 .panel.has-img.style1 > a .text::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
	margin-right: 4px;
}


/*== パネル03 ==*/
.lx_ex_panel03 .panel.has-img.style1 .text {
	text-align: center;
	font-weight: inherit;
}

/*== パネル04 ==*/
.lx_ex_panel04 .panel.has-img.style2 .text {
	background: none;
	bottom: auto;
	top: 0;
	padding-left: 36px;
	color: var(--text-color);
	font-size: 2.2rem;
}

.lx_ex_panel04 .panel.has-img.style2 .icon_front {
	right: auto;
	left: 20px;
}

.lx_ex_panel04 .internal-panel.has-img.style2 a[target="_blank"] .icon_rear ,
.lx_ex_panel04 .external-panel.has-img.style2 a[target="_blank"] .icon_rear {
	background: url("../../../../../../resources/sw_img/icon/linkout.svg") center center no-repeat;
}

/*== パネル05 ==*/
.lx_ex_panel05 .panel.has-img.style1 .text {
	color: var(--text-color);
}

.lx_ex_panel05 .panel.has-img.style1 a + p {
	font-size: 1.4rem;
	line-height: 1.5;
}

.lx_ex_panel05 .panel.has-img.style1 .icon_front {
	position: relative;
	top: -3px;
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url(../../../../../../resources/sw_img/icon/icon_arr01.svg) no-repeat center center;
	background-size: contain;
	transform: rotate(90deg);
}

@media print, screen and (min-width: 769px) {
	.lx_ex_panel05 .panel.has-img.style1 .text ,
	.lx_ex_panel05 .panel.has-img.style1 a + p {
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	.lx_ex_panel05 .panel.has-img.style1 {
		min-height: 100px;
	}

	.lx_ex_panel05 .panel.has-img.style1 a {
		position: relative;
		padding-left: 100px;
	}

	.lx_ex_panel05 .panel.has-img.style1 .text {
		margin-top: 0;
	}

	.lx_ex_panel05 .panel.has-img.style1 figure {
		position: absolute;
		top: 0;
		left: 0;
		width: 100px;
	}

	.lx_ex_panel05 .panel.has-img.style1 a + p {
		margin-left: 100px;
	}
}



/*== ウェルス・マネジメント部門 ==*/
/* お客様、商品・サービス */
.lx_style_listing_01 {
	position: relative;
	overflow: hidden;
}

.lx_style_listing_01 .title3.style1 {
	position: relative;
	border: none;
	padding: 10px 0;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	font-weight: normal;
}

.lx_style_listing_01 .title3.style1::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	display: block;
	width: 100vw;
	height: 100%;
	background: #A09EA1;
}
.lx_style_listing_01 > .column2 .title3.style1::before {
	background: #D13138;
}

@media print, screen and (min-width: 769px) {
	.lx_style_listing_01 .title3.style1 {
		min-height: 48px;
		font-size: 1.9rem;
	}

	.lx_style_listing_01 > .column1 .title3.style1::before {
		left: auto;
		right: 0;
		width: 50vw;
		background: #707070;
	}
	.lx_style_listing_01 > .column2 .title3.style1::before {
		left: 0;
		width: 50vw;
	}

	.lx_style_listing_01 > .column1 .title3.style1::after {
		content: "";
		position: absolute;
		top: 0;
		right: calc(-80px + 30px / 2);
		display: block;
		width: 80px;
		height: 100%;
		border-left: 40px solid #707070;
		border-right: 40px solid #D13138;
		transform: skewX(-27deg);
		transform-origin: center center;
		z-index: 1;
	}
}
@media screen and (max-width: 768px) {
}

.lx_style_listing_01 .uni-table {
	margin-top: 0;
	font-size: 1.4rem;
}

.lx_style_listing_01 .uni-table.style1 tr td:not(.tbRowHead):not(.tbColumnHead) {
	background: none;
	padding: 5px;
	border-top: 1px solid #CBCBCD;
	border-bottom: 1px solid #CBCBCD;
	text-align: center;
	color: #515255;
}
.lx_style_listing_01 > .column2 .uni-table.style1 tr td:not(.tbRowHead):not(.tbColumnHead) {
	color: #C31B2A;
}

@media print, screen and (min-width: 769px) {
	.lx_style_listing_01 .uni-table {
		margin-top: 55px;
	}
}


/* 業務情報 */
.lx_style_listing_02 {
	overflow: hidden;
}

#sharewithmain .lx_style_listing_02 .title3.style1 {
	width: 100%;
}

.lx_style_listing_02 .title3.style1 {
	position: relative;
	border: none;
	padding: 10px 0;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
.lx_style_listing_02 .title3.style1::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	display: block;
	width: 100vw;
	height: 100%;
	background: #DCDCDD;
}

.lx_style_listing_02 .link-list {
	margin-top: 50px;
}

.lx_style_listing_02 .link-list ul {
	border-top: 1px solid #CBCBCD;
}

.lx_style_listing_02 .link-list li {
	margin: 0;
	padding: 12px 0;
	border-bottom: 1px solid #CBCBCD;
}
.lx_style_listing_02 .link-list li.highlight{
	margin-top: -1px;
	padding-top: 0;
	border-top: 1px solid #fff;
	padding-left: 15px;
}

.lx_style_listing_02 .link-list li > span ,
.lx_style_listing_02 .link-list li > a {
	color: #C31B2A;
	font-size: 1.4rem;
	line-height: 1.3;
}

.lx_style_listing_02 .link-list li > span {
	color: inherit;
}

.lx_style_listing_02 .link-list ul li a:not(.d_icon)::before {
	top: 20px;
}

@media screen and (max-width: 768px) {
	.lx_style_listing_02 .link-list {
		margin-top: 0;
	}
}

/*== グローバル・リサーチ ==*/
.lx_style_listing_03 .link-list {
	margin-top: 50px;
}

.lx_style_listing_03 .link-list ul {
	border-top: 1px solid #D5D5D5;
}

.lx_style_listing_03 .link-list li {
	margin: 0;
	padding: 12px 0;
	border-bottom: 1px solid #D5D5D5;
	text-align: center;
}

.lx_style_listing_03 .link-list li > span ,
.lx_style_listing_03 .link-list li > a {
	display: inline-block;
	color: #515255;
	font-size: 1.4rem;
	line-height: 1.3;
}

.lx_style_listing_03 .link-list ul li a:not(.d_icon)::before {
	top: 20px;
}

@media screen and (max-width: 768px) {
	.lx_style_listing_03 .link-list {
		margin-top: 0;
	}
}




/* アコーディオン 03 */
.lx_accordion_03 > .column1 .anchor-link {
	max-width: 220px;
	margin-left: auto;
	margin-right: auto;
}

.lx_accordion_03 > .column1 .anchor-link a {
	padding: 16px 10px 12px;
	text-align: center;
	color: #fff;
	background: #434343;
}

.lx_accordion_03 > .column1 .anchor-link a::before {
	content: "";
	position: relative;
	display: inline-block;
	top: auto;
	left: auto;
	background: url("../../../../../../resources/sw_img/icon/icon_anchor_white.svg") center center no-repeat;
	margin-right: 10px;
}

.lx_accordion_03.open > .column1 .anchor-link:first-child {
	display: none;
}
.lx_accordion_03.close > .column1 .anchor-link:first-child + .anchor-link {
	display: none;
}

.lx_accordion_03.open > .column1 .anchor-link a::before {
	transform: scaleY(-1);
}

.lx_accordion_03.open > .column1 .link-list .to-open ,
.lx_accordion_03.close > .column1 .link-list .to-close {
	display: none;
}

.lx_accordion_03 > .column1 .link-list li > span {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 220px;
	min-height: 50px;
	padding: 16px 12px 12px;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	background: #434343;
}

.lx_accordion_03 > .column1 .link-list li > span::before {
	content: "";
	flex-shrink: 0;
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01_white.svg") no-repeat center center;
	background-size: contain;
	transform: rotate(90deg);
	margin-right: 10px;
}
.lx_accordion_03.open > .column1 .link-list li > span::before {
	transform: rotate(-90deg);
}


/* アコーディオン 04 */
.lx_accordion_04.open > .column1 .link-list .to-open ,
.lx_accordion_04.close > .column1 .link-list .to-close {
	display: none;
}

.lx_accordion_04 > .column1 .link-list li > span {
	position: relative;
	display: inline-block;
	min-width: 220px;
	min-height: 50px;
	padding: 16px 12px 12px;
	text-align: center;
	color: #fff;
	line-height: 1.5;
	background: #434343;
}

.lx_accordion_04 > .column1 .link-list li > span::before {
	content: "";
	flex-shrink: 0;
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01_white.svg") no-repeat center center;
	background-size: contain;
	transform: rotate(90deg);
	margin-right: 10px;
}
.lx_accordion_04.open > .column1 .link-list li > span::before {
	transform: rotate(-90deg);
}


/*== コンボリンク ==*/
/* リンクリスト＋画像 */
.lx_combo_list_01 {
	background: #e5e5e5;
}

.lx_combo_list_01 > .column1 {
	position: relative;
	height: 250px;
}

.lx_combo_list_01 > .column2 {
	padding: 20px;
}

.lx_combo_list_01 > .column > *:first-child {
	margin-top: 0;
}

.lx_combo_list_01 > .column2 .link-list {
	font-size: 20px;
	font-weight: bold;
}


/* エリアリンク＋画像パネル */
.lx_combo_text_01 > .column > *:first-child ,
.lx_combo_alink_01 > .column > *:first-child {
	margin-top: 0;
}

@media print, screen and (min-width: 769px) {
	body:not(.in-editor) .lx_combo_text_01 > .column ,
	body:not(.in-editor) .lx_combo_alink_01 > .column {
		position: relative;
		min-height: 300px;
	}

	body:not(.in-editor) .lx_combo_text_01 .text-section.highlight ,
	body:not(.in-editor) .lx_combo_text_01 .text-section.highlight img ,
	body:not(.in-editor) .lx_combo_alink_01 .panel.has-img ,
	body:not(.in-editor) .lx_combo_alink_01 .panel.has-img a ,
	body:not(.in-editor) .lx_combo_alink_01 .panel.has-img a figure ,
	body:not(.in-editor) .lx_combo_alink_01 .panel.has-img a img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
	}

	body:not(.in-editor) .lx_combo_text_01 .text-section.highlight img ,
	body:not(.in-editor) .lx_combo_alink_01 .panel.has-img a img {
		-o-object-fit: cover;
		   object-fit: cover;
		z-index: -1;
	}
}

.lx_combo_alink_01 .panel.has-img a:hover ,
.lx_combo_alink_01 .panel.has-img a:hover img {
	opacity: 1;
}

.lx_combo_text_01 .text-section:not(.highlight) ,
.lx_combo_alink_01 .link-area:not(.highlight) {
	display: flex;
	height: 100%;
}

.lx_combo_text_01 .text-section:not(.highlight) ,
.lx_combo_alink_01 .link-area:not(.highlight) > a {
/*
	display: flex;
	flex-flow: column nowrap;
*/
	width: 100%;
	height: 100%;
	padding: 6%;
	background: #d5d5d5;
	opacity: 1;
}

@media print, screen and (min-width: 769px) {
	.lx_combo_alink_01 .link-area:not(.highlight) > a::before {
		content: "";
		position: absolute;
		top: 12%;
		left: -6%;
		display: block;
		transition: opacity 0.2s;
		opacity: 0;
		border-width: 47.5px 44px 47.5px 0;
		border-style: solid;
		border-color: transparent #d5d5d5 transparent transparent;
	}

	.lx_combo_alink_01.lx_mcol_rtl .link-area:not(.highlight) > a::before {
		left: auto;
		right: -6%;
		border-width: 47.5px 0 47.5px 44px;
		border-style: solid;
		border-color: transparent transparent transparent #d5d5d5;
	}

	.lx_combo_alink_01:hover .link-area:not(.highlight) > a::before {
		opacity: 1;
	}
}

.lx_combo_text_01 .text-section:not(.highlight) img ,
.lx_combo_alink_01 .link-area:not(.highlight) > a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: -1;
	margin: 0;
}

.lx_combo_text_01 .text-section:not(.highlight) p {
	margin-top: 1.5em;
	font-size: 1.4rem;
	line-height: 1.5;
}

.lx_combo_alink_01 .link-area:not(.highlight) > a p {
	margin-top: 1em;
	font-size: 1.4rem;
	line-height: 1.5;
}

.lx_combo_text_01 .text-section:not(.highlight) p:first-child ,
.lx_combo_alink_01 .link-area:not(.highlight) > a p:first-child ,
.lx_combo_alink_01 .link-area:not(.highlight) > a img + p {
	display: inline;
	margin-top: 0;
	font-size: 2rem;
	font-weight: bold;
	padding-bottom: 0.1em;
	background: linear-gradient(#000000, #000000) no-repeat -1000px 100% / 100% 1px;
	transition: background-position 0.3s;
}

.lx_combo_alink_01:hover .link-area:not(.highlight) > a p:first-child ,
.lx_combo_alink_01:hover .link-area:not(.highlight) > a img + p {
	background-position: 0 100%;
}

.lx_combo_alink_01 .link-area:not(.highlight) > a p:last-child {
	font-weight: bold;
}

.lx_combo_alink_01 .link-area:not(.highlight) > a p:last-child::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
	margin-right: 8px;
}

.lx_combo_alink_01 .link-area:not(.highlight) > a[target="_blank"] p:last-child::after {
	content: "";
	margin-top: -2px;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout.svg") center center no-repeat;
	background-size: contain;
	margin-left: 8px;
}

@media screen and (max-width: 768px) {
	.lx_combo_alink_01 .link-area:not(.highlight) > a {
		padding: 30px 10px 30px;
	}

	.lx_combo_alink_01 .link-area:not(.highlight) > a p {
		margin-top: 30px;
		font-size: 1.4rem;
	}

	.lx_combo_alink_01 .link-area:not(.highlight) > a p:first-child ,
	.lx_combo_alink_01 .link-area:not(.highlight) > a img + p {
		font-size: 1.6rem;
	}
}


/*== ニュース ==*/
/* ニュースメール配信登録・RSS */
.lx_combo_news_list01 > .column {
	position: relative;
}

@media screen and (max-width: 768px) {
	.lx_combo_news_list01 > .column {
	}
}

.lx_combo_news_list01 .link-list:not(.highlight) {
	margin: 0;
	position: absolute;
	top: 30px;
	right: 30px;
}

.lx_combo_news_list01 .link-list.highlight ul {
	font-size: 1.4rem;
}

@media print, screen and (min-width: 769px) {
	.lx_combo_news_list01 .link-list.highlight ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-end;
	}

	.lx_combo_news_list01 .link-list.highlight ul li {
		padding-left: 40px;
	}
}


.lx_combo_news_list01 .link-list.highlight ul li > a[href*="mailmag"] {
	position: relative;
	padding-left: 27px;
}

.lx_combo_news_list01 .link-list.highlight ul li > a[href*="mailmag"]::before {
	width: auto;
	height: auto;
	background: none;

	content: "\F002";
	font-family: "myfont";
	speak: none;
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: -0.05em;
	left: 0;
	font-size: 20px;
	color: var(--key-color);
}

.lx_combo_news_list01 .link-list.highlight ul li > a[href*="contentFeeds"] {
	position: relative;
	padding-left: 27px;
}

.lx_combo_news_list01 .link-list.highlight ul li > a[href*="contentFeeds"]::before {
	width: auto;
	height: auto;
	background: none;

	content: "\F004";
	font-family: "myfont";
	speak: none;
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 1px;
	left: 2px;
	font-size: 15px;
	color: var(--key-color);
}

/* ニュースアーカイブ */
.lx_combo_news_panel01 .panel.no-img a {
	min-height: 35px;
}


/* タブ切り替え パネルtype01 */
.lx_ex_tab_panel01 .panel.has-img.style2 .text {
	justify-content: center;
	text-align: center;
	font-size: 1.8rem;
}

.lx_ex_tab_panel01 .panel.has-img.style2 .icon_front {
	transform: rotate(90deg);
}

.lx_ex_tab_panel01 .panel.has-img.style2 a::before {
	content: "";
	position: absolute;
	top: 100%;
	left: calc(50% - 6px);
	display: block;
	opacity: 0;
	speak: none;
	border: 6px solid transparent;
	border-top: 13px solid var(--key-color);
}

.lx_ex_tab_panel01 .panel.has-img.style2 a.act .text {
	background: rgba(204,0,0, .8);
}

.lx_ex_tab_panel01 .panel.has-img.style2 a.act::before {
	opacity: 0.8;
}

@media screen and (max-width: 768px) {
	.lx_ex_tab_panel01 .panel.has-img.style2 .text {
		height: 100%;
		font-size: 1.2rem;
	}
}

/* タブ切り替え パネルtype02 */
.lx_ex_tab_panel02 .panel.has-img.style1 .text {
	margin-top: 10px;
	margin-bottom: 10px;
	justify-content: center;
	text-align: center;
	color: var(--key-color);
	font-size: 1.6rem;
	line-height: 1.5;
}

.lx_ex_tab_panel02 .panel.has-img.style1 a::before {
	content: "";
	position: absolute;
	top: calc(100% - 5px);
	left: calc(50% - 21px);
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	background: none;
	margin: 0;
	border: 21px solid transparent;
	border-top: 15px solid var(--key-color);
	border-bottom: none;
	opacity: 0;
}

.lx_ex_tab_panel02 .panel.has-img.style1 a.act::before {
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.lx_ex_tab_panel02 .panel.has-img.style1 .text {
		height: 100%;
		font-size: 1.2rem;
	}
}




/*==== HOME ====*/
[data-page-marker~="sitetop"] #wrapper-3 {
	position: relative;
}

[data-page-marker~="sitetop"] #sharewithmain {
	padding-top: 1px !important;
}

[data-page-marker~="sitetop"] #wrapper-3::before {
	content: "";
	position: absolute;
	top: -90px;
/*
	left: 0;
	top: calc(100vw / 2000 * 900);
	top: min(calc(100vw / 2000 * 900 - 84px) , 816px);
*/
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 100%;
	max-width: 1920px;
	height: calc(100% + 90px);
	background: url("../../../../../../resources/sw_img/bg/top_bg.png") center center no-repeat;
	background-size: cover;
	z-index: -1;
}


@media screen and (max-width: 768px) {
	[data-page-marker~="sitetop"] #wrapper-3::before {
		background: url("../../../../../../resources/sw_img/bg/top_bg.png") center top repeat-y;
		background-size: 100% auto;
	}
}


/* トピックス */
.lx_top_mcol_topics.ux_slick_mcol_tile {
	padding-left: 40px;
	padding-right: 40px;
}

@media screen and (max-width: 768px) {
	.lx_top_mcol_topics.ux_slick_mcol_tile {
		padding-left: 30px;
		padding-right: 30px;
	}

	#sharewithmain .lx_top_mcol_topics.ux_slick_mcol_tile .slide-frame {
		margin-top: -15px;
	}
}


/* CEOメッセージ */
.lx_top_mcol_message .link-list {
	font-weight: bold;
}

@media print, screen and (min-width: 769px) {
	.lx_top_mcol_message {
		background: #fff;
	}

	.lx_top_mcol_message >*> *:first-child {
		margin-top: 0;
	}

	.lx_top_mcol_message > .column2 {
		padding: 0 70px;
	}

	.lx_top_mcol_message > .column2 .title3.style2 {
		text-align: left;
	}

	.lx_top_mcol_message > .column2 .title3.style2::before {
		left: 0;
	}
}
@media screen and (max-width: 768px) {
	.lx_top_mcol_message > .column2 {
		background: #fff;
		padding: 30px 20px;
	}

	.lx_top_mcol_message > .column2 .title3.style2 {
		margin-top: 0;
	}
}


/* IR・サステナビリティ */
#sharewithmain .lx_top_mcol_2nd .title3.style2 {
	margin-top: 60px;
	width: 100%;
	margin-bottom: 40px;
}

.lx_top_mcol_2nd .panel.has-img.style1 {
	background: #fff;
	border: 1px solid #ccc;
}

.lx_top_mcol_2nd .panel.has-img.style1 a {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	height: 208px;
	padding: 0 10px;
}

.lx_top_mcol_2nd .panel.has-img.style1 a > * {
	flex: 0 0 auto;
}

.lx_top_mcol_2nd .panel.has-img.style1 a .text {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.41667;
	font-weight: bold;
}

.lx_top_mcol_2nd .panel.has-img.style1 a:hover {
	opacity: 1;
}

.lx_top_mcol_2nd .panel.has-img.style1 a:hover .text {
	color: var(--key-color);
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	#sharewithmain .lx_top_mcol_2nd .title3.style2 {
		margin-top: 30px;
		margin-bottom: 15px;
	}

	.lx_top_mcol_2nd .panel.has-img.style1 a {
		height: 168px;
	}

	.lx_top_mcol_2nd .panel.has-img.style1 a .text {
		font-size: 1.3rem;
	}
}


/* ピックアップ */
/*
@media print, screen and (min-width: 769px) {
	#sharewithmain .lx_top_mcol_pickup {
		max-width: 2000px;
		margin-left: auto;
		margin-right: auto;
	}
}

.lx_top_mcol_pickup .panel.has-img.style2 .text {
	top: 0;
	bottom: auto;
	align-items: flex-start;
	justify-content: center;
	text-align: center;
	height: 48%;
	font-size: 2.2rem;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}

.lx_top_mcol_pickup .panel.has-img.style2 .icon_front {
	display: none;
}
*/

@media screen and (max-width: 768px) {
	.lx_top_mcol_pickup_title .title3.style2 {
		margin-top: 35px;
		margin-bottom: -15px;
	}
}

/* ニュース・更新情報・他 */
.lx_top_mcol_news01 > .column ,
.lx_top_mcol_news02 > .column {
	position: relative;
	padding: 30px;
	background: #fff;
}

@media screen and (max-width: 768px) {
	.lx_top_mcol_news01 > .column ,
	.lx_top_mcol_news02 > .column {
		padding: 30px 10px 10px;
	}
}

.lx_top_mcol_news02 .fb-page {
	margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
	.lx_top_mcol_news01 .basic-list2:not(.thumnail) ,
	.lx_top_mcol_news02 .basic-list2:not(.thumnail) {
		margin-top: 0;
	}
}

.lx_top_mcol_news01 .basic-list2:not(.thumnail) .tabItems ,
.lx_top_mcol_news02 .basic-list2:not(.thumnail) .tabItems {
	border: none;
}

.lx_top_mcol_news01 .basic-list2:not(.thumnail) .tabItems > li ,
.lx_top_mcol_news02 .basic-list2:not(.thumnail) .tabItems > li {
	padding: 20px 0 0;
	border: none;
}


.lx_top_mcol_news01 .basic-list2:not(.thumnail) .item ,
.lx_top_mcol_news02 .basic-list2:not(.thumnail) .item {
}

.lx_top_mcol_news01 .basic-list2:not(.thumnail) .item .date ,
.lx_top_mcol_news02 .basic-list2:not(.thumnail) .item .date {
/*	font-size: 1.2rem; */
	font-weight: normal;
}

[lang="en"] .lx_top_mcol_news01 .basic-list2:not(.thumnail) .item .c_icon ,
[lang="en"] .lx_top_mcol_news02 .basic-list2:not(.thumnail) .item .c_icon {
	padding-left: 140px;
}

.lx_top_mcol_news01 > .column2 .basic-list2:not(.thumnail) .item .c_icon span {
	background: none;
	border: 1px solid #d5d5d5;
}


.lx_top_mcol_news01 .link-list:not(.highlight) ,
.lx_top_mcol_news02 .link-list:not(.highlight) {
	margin: 0;
	position: absolute;
	top: 30px;
	right: 30px;
}

.lx_top_mcol_news01 .link-list.highlight ul {
	padding: 10px;
	background: #efefef;
	font-size: 1.4rem;
}

.lx_top_mcol_news01 .link-list.highlight ul li {
	margin-bottom: 0;
}

@media print, screen and (min-width: 769px) {
	.lx_top_mcol_news01 .link-list.highlight ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}

	.lx_top_mcol_news01 .link-list.highlight ul li {
		padding: 0 20px;
	}
}


.lx_top_mcol_news01 .link-list.highlight ul li > a[href*="mailmag"] {
	position: relative;
	padding-left: 27px;
}

.lx_top_mcol_news01 .link-list.highlight ul li > a[href*="mailmag"]::before {
    width: auto;
    height: auto;
    background: none;

	content: "\F002";
    font-family: "myfont";
    speak: none;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -0.05em;
    left: 0;
    font-size: 20px;
    color: var(--key-color);
}

.lx_top_mcol_news01 .link-list.highlight ul li > a[href*="contentFeeds"] {
	position: relative;
	padding-left: 27px;
}

.lx_top_mcol_news01 .link-list.highlight ul li > a[href*="contentFeeds"]::before {
    width: auto;
    height: auto;
    background: none;

	content: "\F004";
    font-family: "myfont";
    speak: none;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 1px;
    left: 2px;
    font-size: 15px;
    color: var(--key-color);
}


.lx_top_mcol_news02 .link-list.highlight ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 8px 10px;
}


.lx_top_mcol_news02 .link-list.highlight ul li > a[href*="facebook"] {
	display: inline-block;
	font-size: 0;
	width: 34px;
	height: 34px;
}

.lx_top_mcol_news02 .link-list.highlight ul li > a[href*="facebook"]::before {
/*
    width: auto;
    height: auto;
    background: none;

    content: "\F039";
    font-family: "myfont";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 34px;
    color: #CC0000;
*/
    position: absolute;
    top: 0;
    left: 0;
	display: inline-block;
	vertical-align: middle;
	width: 34px;
	height: 34px;
	background: url("../../../../../../resources/sw_img/icon/icon_fb.png") center center no-repeat;
	background-size: contain;
}

.lx_top_mcol_news02 .link-list.highlight ul li > a[href*="twiter"] ,
.lx_top_mcol_news02 .link-list.highlight ul li > a[href*="x.com"] {
	display: inline-block;
	font-size: 0;
	width: 34px;
	height: 34px;
}

.lx_top_mcol_news02 .link-list.highlight ul li > a[href*="twiter"]::before ,
.lx_top_mcol_news02 .link-list.highlight ul li > a[href*="x.com"]::before {
    width: auto;
    height: auto;
    background: none;

    position: absolute;
    top: 0;
    left: 0;
	display: inline-block;
	vertical-align: middle;
	width: 34px;
	height: 34px;
	background: url("../../../../../../resources/sw_img/icon/icon_x.png") center center no-repeat;
	background-size: contain;
}

.lx_top_mcol_news02 .link-list.highlight ul li > a[href*="youtube"] {
	display: inline-block;
	font-size: 0;
	width: 34px;
	height: 34px;
}

.lx_top_mcol_news02 .link-list.highlight ul li > a[href*="youtube"]::before {
/*
	width: auto;
	height: auto;
	background: none;

	content: "\F014";
	font-family: "myfont";
	speak: none;
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
	font-size: 34px;
	color: #CC0000;
*/
    position: absolute;
    top: 0;
    left: 0;
	display: inline-block;
	vertical-align: middle;
	width: 34px;
	height: 34px;
	background: url("../../../../../../resources/sw_img/icon/icon_yt.png") center center no-repeat;
	background-size: contain;
}

.lx_top_mcol_news02 .link-list.highlight ul li > a[href*="linkedin"] {
	display: inline-block;
	font-size: 0;
	width: 34px;
	height: 34px;
}

.lx_top_mcol_news02 .link-list.highlight ul li > a[href*="linkedin"]::before {
    position: absolute;
    top: 0;
    left: 0;
	display: inline-block;
	vertical-align: middle;
	width: 34px;
	height: 34px;
	background: url("../../../../../../resources/sw_img/icon/icon_in.png") center center no-repeat;
	background-size: contain;
}



/* グループ企業リンク */
.lx_top_mcol_company {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #fff;
}

@media screen and (max-width: 768px) {
	.lx_top_mcol_company {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.lx_top_mcol_company .link-area > a {
	padding: 23px 0;
	padding-left: 24px;
	text-align: center;
	font-weight: bold;
	background: #d9d9d9;
}

.lx_top_mcol_company .link-area > a::before {
	content: "";
	position: absolute;
	top: calc(50% - 11px / 2);
	left: 25px;
	display: inline-block;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
}

.lx_top_mcol_company .link-area > a[target="_blank"] p:last-child::after {
	content: "";
	margin-top: -2px;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout.svg") center center no-repeat;
	background-size: contain;
	margin-left: 10px;
}

.lx_top_mcol_company .link-area > a:hover {
	color: var(--key-color);
}


/* 電子公告・nomuraレポート */
.lx_top_mcol_report {
	padding-top: 60px;
}

@media screen and (max-width: 768px) {
	.lx_top_mcol_report {
		padding-top: 30px;
	}
}

.lx_top_mcol_report .panel.has-img.style1 a {
	padding: 16px;
	display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    opacity: 1;
}

.lx_top_mcol_report .panel.has-img.style1 a .text {
	flex-shrink: 1;
	margin: 0;
	margin-left: 30px;
}

.lx_top_mcol_report .panel.has-img.style1 a:hover .text {
	color: var(--key-color);
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.lx_top_mcol_report .panel.has-img.style1 a {
		justify-content: flex-start;
	}
}


/*== 野村グループについて > 文化・スポーツ支援 > 配下ページ ==*/
/* サイドナビに、最新記事を表示 */
html[data-page-marker~="layout-nav-ex01"] {
	--mainarea-width-pc: 1170px;
}

[data-page-marker~="layout-nav-ex01"] body:not(.col-subcol) #nav-box {
	display: none;
}

@media print, screen and (min-width: 769px) {
	[data-page-marker~="layout-nav-ex01"] body:not(.col-subcol) #nav {
		width: calc(30% - 30px);
		max-width: calc(var(--mainarea-width) * 0.3 - 30px);
		padding-top: 50px;
	}

	[data-page-marker~="layout-nav-ex01"] body:not(.col-subcol) #promos2 {
		position: sticky;
		top: 150px;
		padding: 20px 20px 25px;
		background: #fff;
		box-shadow: 0 0 10px 10px rgba(46,46,46,0.05);
	}

	[data-page-marker~="layout-nav-ex01"] body:not(.col-subcol) #wrapper-3 {
		width: 70%;
		--mainarea-width: calc(var(--mainarea-width-pc) * 0.7);
		max-width: var(--mainarea-width);

		margin-top: 50px;
		padding: 20px 40px 60px;
		background: #fff;
		box-shadow: 0 0 10px 10px rgba(46,46,46,0.05);
	}
}

@media screen and (max-width: 768px) {
	[data-page-marker~="layout-nav-ex01"] body:not(.col-subcol) #nav {
		width: auto;
		margin: 40px 20px 0;
		padding: 15px;
		background: #fff;
		box-shadow: 0 0 10px 10px rgba(46,46,46,0.05);
	}

	[data-page-marker~="layout-nav-ex01"] body:not(.col-subcol) #promos2 {
		display: block;
	}
}

[data-page-marker~="layout-nav-ex01"] body:not(.col-subcol) #promos2 .panel.has-img.style1 a {
	display: flex;
	flex-flow: row nowrap;
	gap: 0 15px;
}

[data-page-marker~="layout-nav-ex01"] body:not(.col-subcol) #promos2 .panel.has-img.style1 .text {
	margin-top: -4px;
	width: calc(72% - 15px);
}

[data-page-marker~="layout-nav-ex01"] body:not(.col-subcol) #promos2 .panel.has-img.style1 figure {
	width: 28%;
}



/*== 野村のあゆみ ==*/
.lx_history_mcol_01 {
	background: #ebd0af;
}

.lx_history_mcol_02 {
	background: #bdd7ce;
}

.lx_history_mcol_03 {
	background: #b5d3db;
}

.lx_history_mcol_04 {
	background: #e9cad0;
}

.lx_history_mcol_05 {
	background: #fdfdfd;
}

.lx_history_mcol_01.lx_text_img_lay_under .text-section.highlight > img ,
.lx_history_mcol_02.lx_text_img_lay_under .text-section.highlight > img ,
.lx_history_mcol_03.lx_text_img_lay_under .text-section.highlight > img ,
.lx_history_mcol_04.lx_text_img_lay_under .text-section.highlight > img ,
.lx_history_mcol_05.lx_text_img_lay_under .text-section.highlight > img {
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center top;
	   object-position: center top;
}


/* 沿革 */
#sharewithmain .lx_history_blk {
	gap: 0 24px;
	flex-wrap: wrap;
	flex-direction: row;
	position: relative;
}
#sharewithmain .lx_history_blk::before {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 1px;
	height: 100%;
	background: #aaa;
}
body.in-editor #sharewithmain .lx_history_blk:nth-of-type(3):before {
	inset: auto 0 0;
	height: calc(100% - 75px - 24px - 24px);
}
/* #sharewithmain .lx_history_blk:first-of-type::before, */
#sharewithmain .lx_history_blk.lx_history_first::before {
	inset: auto 0 0;
	height: calc(100% - 75px - 24px);
}
#sharewithmain .lx_history_blk > .column {
	width: calc((100% - 24px) / 2);
	max-width: calc((1400px - 24px) / 2);
}
#sharewithmain .lx_history_blk > .column > *:first-child {
	margin-top: 0;
}
body:not(.in-editor) #sharewithmain .lx_history_blk:nth-of-type(odd),
body.in-editor #sharewithmain .lx_history_blk:nth-of-type(even) {
	flex-direction: row-reverse;
}
#sharewithmain .lx_history_blk > .column1 > .panel.has-img ,
#sharewithmain .lx_history_blk > .column1 > .text-section {
	background: #fff;
	border: 1px solid rgba(0,0,0,.175);
	border-radius: 6px;
	margin-left: 48px;
	margin-right: 48px;
}
#sharewithmain .lx_history_blk > .column1 > .text-section {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	overflow: hidden;
}
#sharewithmain .lx_history_blk > .column1 > .panel.has-img a img ,
#sharewithmain .lx_history_blk > .column1 > .text-section > img {
	order: -1;
	margin-top: 0;
	width: 100%;
	max-width: unset;
}
#sharewithmain .lx_history_blk > .column1 > .panel.has-img a .text ,
#sharewithmain .lx_history_blk > .column1 > .text-section > h2 {
	margin: 16px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.375;
	color: var(--text-color);
}
@media screen and (max-width: 768px) {
	#sharewithmain .lx_history_blk > .column1 > .panel.has-img a .text ,
	#sharewithmain .lx_history_blk > .column1 > .text-section > h2 {
		font-size: calc(2.08rem + .6vw);
	}
}
#sharewithmain .lx_history_blk > .column1 > .text-section > .rich-text {
	margin: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	color: var(--text-color);
}
#sharewithmain .lx_history_blk > .column1 > .text-section > h2 ~ .rich-text {
	margin-top: 0;
}
#sharewithmain .lx_history_blk > .column2 {
	position: relative;
	padding-left: 80px;
	margin: 75px 0 70px;
}
#sharewithmain .lx_history_blk > .column2::before {
	content: "";
	position: absolute;
	top: 24px;
	left: -12px;
	width: 80px;
	height: 2px;
	background: #aaa;
}
body:not(.in-editor) #sharewithmain .lx_history_blk:nth-of-type(odd) > .column2 ,
body.in-editor #sharewithmain .lx_history_blk:nth-of-type(even) > .column2 {
	padding-left: 0;
	padding-right: 80px;
}
body:not(.in-editor) #sharewithmain .lx_history_blk:nth-of-type(odd) > .column2::before ,
body.in-editor #sharewithmain .lx_history_blk:nth-of-type(even) > .column2::before {
	left: auto;
	right: -12px;
}
#sharewithmain .lx_history_blk > .column2 > .text-section {
	color: var(--text-color);
	font-size: 1.6rem;
	font-weight: 400;
}
body:not(.in-editor) #sharewithmain .lx_history_blk:nth-of-type(odd) > .column2 > .text-section ,
body.in-editor #sharewithmain .lx_history_blk:nth-of-type(even) > .column2 > .text-section {
	text-align: right;
}
#sharewithmain .lx_history_blk > .column2 > .text-section .strong {
	font-size: 2.8rem;
	font-weight: 400;
}
#sharewithmain .lx_history_blk > .column2 > .text-section em {
	color: var(--key-color);
	font-family: "Playfair Display", serif;
	font-size: 2.8rem;
	font-style: normal;
}
#sharewithmain .lx_history_blk > .column2 > .text-section .strong em {
	font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
	#sharewithmain .lx_history_blk ,
	body:not(.in-editor) #sharewithmain .lx_history_blk:nth-of-type(odd),
	body.in-editor #sharewithmain .lx_history_blk:nth-of-type(even) {
		flex-direction: column-reverse;
	}
	#sharewithmain .lx_history_blk > .column {
		width: 100%;
		max-width: unset;
	}

	#sharewithmain .lx_history_blk > .column1 > .panel.has-img ,
	#sharewithmain .lx_history_blk > .column1 > .text-section {
		margin-left: 16px;
		margin-right: 16px;
	}

	#sharewithmain .lx_history_blk > .column2,
	body:not(.in-editor) #sharewithmain .lx_history_blk:nth-of-type(odd) > .column2 ,
	body.in-editor #sharewithmain .lx_history_blk:nth-of-type(even) > .column2 {
		padding-left: 16px;
		padding-right: 120px;
	}
	#sharewithmain .lx_history_blk > .column2 {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	#sharewithmain .lx_history_blk > .column2::before,
	body:not(.in-editor) #sharewithmain .lx_history_blk:nth-of-type(odd) > .column2::before, 
	body.in-editor #sharewithmain .lx_history_blk:nth-of-type(even) > .column2::before {
		left: auto;
		right: 45px;
		width: 70px;
	}

	
	#sharewithmain .lx_history_blk::before {
		inset: 0 60px 0 auto;
	}

	/* #sharewithmain .lx_history_blk:first-of-type::before , */
	#sharewithmain .lx_history_blk.lx_history_first::before,
	body.in-editor #sharewithmain .lx_history_blk:nth-of-type(3):before {
		inset: auto 60px 0 auto;
		height: calc(100% - 40px - 24px);
	}
	body:not(.in-editor) #sharewithmain .lx_history_blk:nth-of-type(odd) > .column2 > .text-section ,
	body.in-editor #sharewithmain .lx_history_blk:nth-of-type(even) > .column2 > .text-section {
		text-align: left;
	}
	#sharewithmain .lx_history_blk > .column2 > .text-section .strong {
		font-size: 2.5rem;
	}
	#sharewithmain .lx_history_blk > .column2 > .text-section em {
		font-size: 2.3rem;
	}
	#sharewithmain .lx_history_blk > .column2 > .text-section .strong em {
		font-size: 2.5rem;
	}

}
@media screen and (max-width: 500px) {
	#sharewithmain .lx_history_blk > .column2,
	body:not(.in-editor) #sharewithmain .lx_history_blk:nth-of-type(odd) > .column2 ,
	body.in-editor #sharewithmain .lx_history_blk:nth-of-type(even) > .column2 {
		padding-right: 40px;
	}
	#sharewithmain .lx_history_blk > .column2::before,
	body:not(.in-editor) #sharewithmain .lx_history_blk:nth-of-type(odd) > .column2::before, 
	body.in-editor #sharewithmain .lx_history_blk:nth-of-type(even) > .column2::before {
/*		right: 30px; */
		width: 35px;
	}
	#sharewithmain .lx_history_blk.lx_history_first::before,
	/* #sharewithmain .lx_history_blk:first-of-type:before , */
	body.in-editor #sharewithmain .lx_history_blk:nth-of-type(3):before {
		inset: auto 45px 0 auto;
	}
	#sharewithmain .lx_history_blk::before {
		inset: 0 45px 0 auto;
	}
	#sharewithmain .lx_history_blk > .column2 > .text-section .strong {
		font-size: 2.45rem;
	}
	#sharewithmain .lx_history_blk > .column2 > .text-section .strong em {
		font-size: 2.45rem;
	}
}

/*== ホールセールス ==*/
@media print, screen and (min-width: 769px) {
	#sharewithmain .lx_slick_wholesale > .column {
		max-width: 1240px;
	}
}

#sharewithmain .lx_slick_wholesale .slide-frame {
	margin-top: 0;
	padding-bottom: 30px;
}

#sharewithmain .lx_slick_wholesale .slide-frame .slick-slide {
	margin: 0 5px;
}

#sharewithmain .lx_slick_wholesale .slick-slide > .column1 {
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	height: 100%;
}
#sharewithmain .lx_slick_wholesale .slick-slide .text-section {
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	height: 100%;
	padding: 10px 13px 30px;
	color: #fff;
	background: var(--key-color);
}

#sharewithmain .lx_slick_wholesale .slick-slide .text-section .rich-text {
	display: flex;
	flex-flow: column nowrap;
	height: 100%;
}

#sharewithmain .lx_slick_wholesale .slick-slide .text-section p:nth-child(1) {
	margin: 0 0 10px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
}

#sharewithmain .lx_slick_wholesale .slick-slide .text-section p:nth-child(2) {
	margin: 0 0 auto;
	min-height: 96px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
}

#sharewithmain .lx_slick_wholesale .slick-slide .text-section p:nth-last-child(2) {
	min-height: 40px;
	margin: 10px 0;
	color: #D4D4D4;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.3;
}

#sharewithmain .lx_slick_wholesale .slick-slide .text-section p:nth-last-child(1) {
	height: 21px;
	color: #D4D4D4;
	font-size: 1.4rem;
	line-height: 1.5;
}

/* アロー */
#sharewithmain .lx_slick_wholesale .slick-prev ,
#sharewithmain .lx_slick_wholesale .slick-next {
	position: absolute;
	top: calc(50% - 40px);
	width: 80px;
	height: 80px;
	z-index: 1;
	opacity: 1;
	margin: 0;
	background: url("../../../../../../resources/sw_img/slide/slide-prev3.png") no-repeat center center;
	background-size: contain;
}

#sharewithmain .lx_slick_wholesale .slick-prev {
	left: 5px;
}
#sharewithmain .lx_slick_wholesale .slick-next {
	right: 5px;
	transform: scaleX(-1);
}

@media screen and (max-width: 768px) {
	#sharewithmain .lx_slick_wholesale .slick-prev ,
	#sharewithmain .lx_slick_wholesale .slick-next {
		display: block !important;
		top: calc(50% - 20px);
		width: 40px;
		height: 40px;
	}

	#sharewithmain .lx_slick_wholesale .slick-prev {
		left: 0px;
	}
	#sharewithmain .lx_slick_wholesale .slick-next {
		right: 0px;
	}
}


/*== サステナビリティ > 社会貢献 > 金融経済教育 ==*/
.lx_education_style_table > .column1 {
	position: relative;
}

.lx_education_style_table .uni-table {
	margin-top: 10px;
	position: static;
}

.lx_education_style_table .uni-table::after {
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #d5d5d5;
}

.lx_education_style_table .uni-table table.tbCore {
	width: 235px;
	margin-left: 0;
	margin-right: auto;
	font-size: 1.4rem;
}


@media screen and (max-width: 768px) {
	.lx_education_style_table .uni-table table.tbCore {
		margin-left: auto;
	}
}


/*== 採用情報 TOP ==*/
/* 人材 */
.lx_recruit_mcol_01 > .column {
	padding: 0 0 50px;
}

.lx_recruit_mcol_01 > .column1 ,
.lx_recruit_mcol_01 > .column3 {
	background: #efefef;
}
.lx_recruit_mcol_01 > .column2 {
	background: #e5e5e5;
}

.lx_recruit_mcol_01 .text-section {
	margin-top: 0;
}

.lx_recruit_mcol_01 .text-section .rich-text {
	padding: 0 20px;
}

.lx_recruit_mcol_01 .panel.no-img {
	max-width: 220px;
}

.lx_recruit_mcol_01 .panel.no-img a {
	min-height: 50px;
}



/* 関連情報 */
.lx_recruit_mcol_02 > .column1 .link-area:not(.highlight) > a {
	background: #efefef;
}
.lx_recruit_mcol_02 > .column2 .link-area:not(.highlight) > a {
	background: #d5d5d5;
}

.lx_recruit_mcol_02 .link-area:not(.highlight) > a {
	padding: 25px;
}

.lx_recruit_mcol_02 > .column1 .link-area:not(.highlight) > a::before {
	position: relative;
	display: block;
	text-align: center;
	color: #737373;
	content: "\F017";
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 50px;
	font-family: "myfont";
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	margin-bottom: 15px;
}
.lx_recruit_mcol_02 > .column2 .link-area:not(.highlight) > a::before {
	position: relative;
	top: 0;
	display: block;
	text-align: center;
	color: #737373;
	content: "\F021";
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 60px;
	font-family: "myfont";
	line-height: 50px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	margin-bottom: 15px;
}

.lx_recruit_mcol_02 .link-area:not(.highlight) > a p {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	font-weight: bold;
}

.lx_recruit_mcol_02 .link-area:not(.highlight) > a p:first-child::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
	margin-left: 2px;
	margin-right: 7px;
}

/* (中) */
.lx_recruit_mcol_03 .panel.has-img.style1 a {
	border: 1px solid #ccc;
}

.lx_recruit_mcol_03 .panel.has-img.style1 .text {
	margin: 0;
	padding: 15px;
	text-align: center;
	font-weight: normal;
	background: #E0E0E0;
}



/*== ニュース ==*/
/* リストを横並びに */
@media print, screen and (min-width: 769px) {
	body:not(.in-editor) .lx_news_top_list01 > .column {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		gap: 0 60px;
	}

	body:not(.in-editor) .lx_news_top_list01 > .column > * {
		flex: 0 0 auto;
	}

	.lx_news_top_list01 .link-list {
		margin-left: 0;
		margin-right: 0;
	}
}

.lx_news_top_list01 .link-list.highlight li {
	font-weight: bold;
}

.lx_news_top_list01 .link-list:not(.highlight) li {
	font-size: 1.4rem;
}

.lx_news_top_list01 .link-list li > span {
	font-weight: bold;
}

#sharewithmain .lx_news_top_list01 .link-list ul {
	gap: 0 15px;
}



/* 決算関連情報・受賞外部評価一覧 */
.lx_news_top_mcol_02 > .column1 .link-area:not(.highlight) > a {
	background: #efefef;
}
.lx_news_top_mcol_02 > .column2 .link-area:not(.highlight) > a {
	background: #d5d5d5;
}

.lx_news_top_mcol_02 .link-area:not(.highlight) > a {
	padding: 25px;
}

.lx_news_top_mcol_02 > .column1 .link-area:not(.highlight) > a::before {
	position: relative;
	display: block;
	text-align: center;
	color: #737373;
	content: "\F01B";
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 50px;
	font-family: "myfont";
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	margin-bottom: 15px;
}
.lx_news_top_mcol_02 > .column2 .link-area:not(.highlight) > a::before {
	position: relative;
	top: 0;
	display: block;
	text-align: center;
	color: #737373;
	content: "\F018";
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 50px;
	font-family: "myfont";
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	margin-bottom: 15px;
}

.lx_news_top_mcol_02 .link-area:not(.highlight) > a p {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	font-weight: bold;
}

.lx_news_top_mcol_02 .link-area:not(.highlight) > a p:first-child::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
	margin-left: 2px;
	margin-right: 7px;
}


/*== 第2階層 ==*/
/* サービス01 */
.lx_combo_style01 .text-section.highlight {
	margin-top: calc(-1 * max(1px, calc(var(--box-column-padding-vartical) - var(--parts-common-margin-top))) );
	margin-left: calc(-1 * var(--box-column-padding-horizontal) );
	margin-right: calc(-1 * var(--box-column-padding-horizontal) );
	margin-bottom: var(--box-column-padding-vartical);
}

.lx_combo_style01 .link-list ,
.lx_combo_style01 .text-section {
	margin-top: 0;
}

.lx_combo_style01 .link-list:not(.highlight) {
}

.lx_combo_style01 .link-list.highlight {
	margin-left: -15px;
}

.lx_combo_style01 .link-list.highlight li {
	font-size: 2rem;
	font-weight: bold;
}


/* サービス02・03 */
@media print, screen and (min-width: 769px) {
	.lx_combo_style02 {
		min-height: 320px;
	}

	.lx_combo_style03 {
		min-height: 560px;
	}

	.lx_combo_style02 > .column1 ,
	.lx_combo_style03 > .column1 {
		position: relative;
	}

	.lx_combo_style02 > .column1 .text-section.highlight ,
	.lx_combo_style03 > .column1 .text-section.highlight {
		position: static;
		margin: 0;
	}
	.lx_combo_style02 > .column1 .text-section.highlight img ,
	.lx_combo_style03 > .column1 .text-section.highlight img {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		margin: 0;
		-o-object-fit: cover;
		   object-fit: cover;
	}

	.lx_combo_style02 > .column2 ,
	.lx_combo_style03 > .column2 {
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
	}

	.lx_combo_style02 > .column2 > * ,
	.lx_combo_style03 > .column2 > * {
		flex: 0 0 auto;
		margin-left: 0;
		margin-right: 0;
	}
}

.lx_combo_style02 .link-list ,
.lx_combo_style02 .text-section ,
.lx_combo_style03 .link-list ,
.lx_combo_style03 .text-section {
	margin-top: 0;
}


.lx_combo_style02 .link-list:not(.highlight) ul ,
.lx_combo_style03 .link-list:not(.highlight) ul {
	margin-left: 10px;
}

.lx_combo_style02 .link-list.highlight ul ,
.lx_combo_style03 .link-list.highlight ul {
	margin-left: -10px;
}

.lx_combo_style02 .link-list.highlight li ,
.lx_combo_style03 .link-list.highlight li {
	font-size: 1.8rem;
	font-weight: bold;
}



/*== 野村グループについて ==*/
.lx_company_mcol_01 > .column1 .link-area:not(.highlight) > a ,
.lx_company_mcol_02 > .column2 .link-area:not(.highlight) > a ,
.lx_company_mcol_03 > .column1 .link-area:not(.highlight) > a {
	background: #d5d5d5;
}
.lx_company_mcol_01 > .column2 .link-area:not(.highlight) > a ,
.lx_company_mcol_02 > .column1 .link-area:not(.highlight) > a ,
.lx_company_mcol_03 > .column2 .link-area:not(.highlight) > a {
	background: #efefef;
}

.lx_company_mcol_01 .link-area:not(.highlight) > a ,
.lx_company_mcol_02 .link-area:not(.highlight) > a ,
.lx_company_mcol_03 .link-area:not(.highlight) > a {
	padding: 25px;
}

@media screen and (max-width: 768px) {
	.lx_company_mcol_01 .link-area:not(.highlight) > a ,
	.lx_company_mcol_02 .link-area:not(.highlight) > a ,
	.lx_company_mcol_03 .link-area:not(.highlight) > a {
		padding: 15px;
	}
}

.lx_company_mcol_01 .link-area:not(.highlight) > a img ,
.lx_company_mcol_02 .link-area:not(.highlight) > a img ,
.lx_company_mcol_03 .link-area:not(.highlight) > a img {
	margin-bottom: 10px;
}

.lx_company_mcol_01 .link-area:not(.highlight) > a p ,
.lx_company_mcol_02 .link-area:not(.highlight) > a p ,
.lx_company_mcol_03 .link-area:not(.highlight) > a p {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	font-weight: bold;
}

.lx_company_mcol_01 .link-area:not(.highlight) > a p:first-child::before ,
.lx_company_mcol_02 .link-area:not(.highlight) > a p:first-child::before ,
.lx_company_mcol_03 .link-area:not(.highlight) > a p:first-child::before ,
.lx_company_mcol_03 .link-area:not(.highlight) > a img + p::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
	margin-left: 2px;
	margin-right: 7px;
}

.lx_company_mcol_01 > .column1 .link-area:not(.highlight) > a::before {
	position: relative;
	display: block;
	text-align: center;
	color: #737373;
	content: "\F00E";
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 58px;
	font-family: "myfont";
	line-height: 50px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	margin-bottom: 15px;
}
.lx_company_mcol_01 > .column2 .link-area:not(.highlight) > a::before {
	position: relative;
	top: 0;
	display: block;
	text-align: center;
	color: #737373;
	content: "\F019";
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 75px;
	font-family: "myfont";
	line-height: 50px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	margin-bottom: 15px;
}

.lx_company_mcol_02 > .column1 .link-area:not(.highlight) > a::before {
	position: relative;
	display: block;
	text-align: center;
	color: #737373;
	content: "\F018";
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 58px;
	font-family: "myfont";
	line-height: 50px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	margin-bottom: 15px;
}
.lx_company_mcol_02 > .column2 .link-area:not(.highlight) > a::before {
	position: relative;
	top: 0;
	display: block;
	text-align: center;
	color: #737373;
	content: "\F041";
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 50px;
	font-family: "myfont";
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	margin-bottom: 15px;
}

.lx_company_mcol_04 > .column2 {
	position: relative;
}

.lx_company_mcol_04 .link-list li {
	margin: 0;
}

.lx_company_mcol_04 .link-list li > a:not(.d_icon) {
	display: block;
	padding: 20px;
	padding-left: 36px;
	margin: 0;
}

.lx_company_mcol_04 .link-list ul li a:not(.d_icon)::before {
	top: calc(0px + 1.75em / 2 - 11px / 2 + 20px);
	left: 20px;
}

.lx_company_mcol_04 .link-list li:nth-child(2n+1) > a {
	background: #efefef;
}
.lx_company_mcol_04 .link-list li:nth-child(2n) > a {
	background: #d5d5d5;
}



/*== サステナビリティ ==*/
/* トピックス */
@media screen and (max-width: 768px) {
	#sharewithmain .lx_s12y_mcol_topics.ux_slick_mcol_tile .slide-frame {
		margin-top: -15px;
	}
}

/* 野村グループのアプローチ */
.lx_s12y_mcol_01 .link-area > a {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 0 10px;
	padding: 15px 20px;
	background: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}

.lx_s12y_mcol_01 .link-area > a img.large {
	margin: 0;
}

.lx_s12y_mcol_01 .link-area > a p {
	flex: 1 1 auto;
}

.lx_s12y_mcol_01 .link-area > a:hover{
	opacity: 1;
	color: var(--key-color);
}

@media screen and (max-width: 768px) {
	.lx_s12y_mcol_01 .link-area > a {
		font-size: 1.2rem;
	}

	.lx_s12y_mcol_01 .link-area > a img.large {
		max-width: 51px;
	}
}

/* 持続的成長に向けた施策 */
.lx_s12y_mcol_02 .link-area > a {
	overflow: hidden;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	transition: 0.4s ease-in-out;
}

.lx_s12y_mcol_02 .link-area > a img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: -1;
	transition: 0.4s ease-in-out;
}

.lx_s12y_mcol_02 .link-area > a::before ,
.lx_s12y_mcol_02 .link-area > a::after {
	content: '';
	display: block;
	vertical-align: inherit;
	box-sizing: border-box;
	position: absolute;
	top: 14px;
	right: 14px;
	bottom: 14px;
	left: 14px;
	opacity: 0;
	transition: 0.4s ease-in-out;
	z-index: 1;
}

.lx_s12y_mcol_02 .link-area > a::before {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: scale(1, 0);
}
.lx_s12y_mcol_02 .link-area > a::after {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: scale(0, 1);
}

.lx_s12y_mcol_02 .link-area > a img + p {
	font-size: 2.6rem;
	margin: auto 0 0;
}

.lx_s12y_mcol_02 .link-area > a:hover {
	opacity: 1;
	text-shadow: 0px 0px 10px #000, 0px 0px 5px #000, 0px 0px 5px #000;
}

.lx_s12y_mcol_02 .link-area > a:hover img {
	filter: blur(5px);
	transform: scale(1.3);
}

.lx_s12y_mcol_02 .link-area > a:hover img + p {
	margin: 0;
}

.lx_s12y_mcol_02 .link-area > a:hover::before ,
.lx_s12y_mcol_02 .link-area > a:hover::after {
	opacity: 1;
	transform: scale(1);
}

@media print, screen and (min-width: 769px) {
	.lx_s12y_mcol_02 .link-area > a {
		aspect-ratio: 1440 / 360;
	}
}

@media screen and (max-width: 768px) {
	.lx_s12y_mcol_02 .link-area > a {
		aspect-ratio: 750 / 280;
	}
}

.lx_s12y_mcol_03 .link-area > a {
	padding: 35px 5px 40px;
	font-size: 1.8rem;
}

.lx_s12y_mcol_03 .link-area > a img {
	margin-bottom: 15px;
}

@media print, screen and (min-width: 769px) {
	.lx_s12y_mcol_03 .link-area > a {
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}

	.lx_s12y_mcol_03 .link-area:first-child > a {
		border-left: 1px solid #ccc;
	}
}

@media screen and (max-width: 768px) {
	.lx_s12y_mcol_03 .link-area > a {
		border-bottom: 1px solid #ccc;
	}

	.lx_s12y_mcol_03 .link-area:nth-child(2n) > a {
		border-left: 1px solid #ccc;
	}
}

@media print, screen and (min-width: 769px) {
	.lx_s12y_mcol_04 .panel.no-img a {
		min-height: 100px;
		font-size: 1.8rem;
	}
}

/* 持続的成長に向けた基盤 */
.lx_s12y_mcol_05 .text-section.highlight {
	margin-top: calc(-1 * max(1px, calc(var(--box-column-padding-vartical) - var(--parts-common-margin-top))) );
	margin-left: calc(-1 * var(--box-column-padding-horizontal) );
	margin-right: calc(-1 * var(--box-column-padding-horizontal) );
	margin-bottom: var(--box-column-padding-vartical);
}

.lx_s12y_mcol_05 .text-section.highlight img {
	width: 100%;
	height: 18vw;
	max-height: 332px;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media screen and (max-width: 768px) {
	.lx_s12y_mcol_05 .text-section.highlight img {
		height: 40vw;
		max-height: none;
	}
}

.lx_s12y_mcol_05 .link-list.highlight li {
	font-size: 1.8rem;
	font-weight: bold;
}

.lx_s12y_mcol_05 .link-list.highlight li a:not(.d_icon) {
	padding-left: 25px;
}

.lx_s12y_mcol_05 .link-list.highlight li a:not(.d_icon)::before {
	top: calc(0px + 1.75em / 2 - 22px / 2);
	width: 18px;
	height: 22px;
}

.lx_s12y_mcol_05 .link-list:not(.highlight) {
	margin-top: 20px;
	padding-left: 16px;
}

/* 統合報告書・各種資料 */
.lx_s12y_mcol_06 .panel.no-img.style1 a {
	min-height: 120px;
	font-size: 1.8rem;
	background: #fff;
	border: 1px solid #ccc;
}


/* サステナビリティニュース・他バナー */
#sharewithmain .lx_s12y_mcol_07 > .column1 {
	--box-column-border-width: 1px;
}

@media print, screen and (min-width: 769px) {
	#sharewithmain .lx_s12y_mcol_07 > .column2 {
		align-items: normal;
	}
}

.lx_s12y_mcol_07 .link-list.highlight {
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

.lx_s12y_mcol_07 .link-list.highlight li {
	font-weight: bold;
}

.lx_s12y_mcol_07 .link-area > a {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	height: 100%;
	padding: 20px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 1.8rem;
}

.lx_s12y_mcol_07 .basic-list2:not(.thumnail) {
	margin-top: 20px;
}

.lx_s12y_mcol_07 .basic-list2:not(.thumnail) .tabItems {
	border: none;
}

.lx_s12y_mcol_07 .basic-list2:not(.thumnail) .tabItems > li {
	padding: 12px 0;
	border: none;
}

/* 関連情報 */
.lx_s12y_mcol_08 .link-area > a {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 0 10px;
	padding: 15px 20px;
	background: #fff;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}

.lx_s12y_mcol_08 .link-area > a img.large {
	margin: 0;
}

.lx_s12y_mcol_08 .link-area > a p {
	flex: 1 0 auto;
}

.lx_s12y_mcol_08 .link-area > a:hover{
	opacity: 1;
	color: var(--key-color);
}

@media screen and (max-width: 768px) {
	.lx_s12y_mcol_08 .link-area > a {
		font-size: 1.2rem;
	}

	.lx_s12y_mcol_08 .link-area > a img.large {
		max-width: 51px;
	}
}


/*== IR TOP ==*/
/* IR ニュース */
.lx_irtop_news01 

@media print, screen and (min-width: 769px) {
	#sharewithmain .lx_irtop_news01 > .column2 {
		align-items: normal;
	}
}

.lx_irtop_news01 .link-area > a {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	height: 100%;
	padding: 20px;
	background: #d5d5d5;
	font-size: 1.4rem;
}

.lx_irtop_news01 .basic-list2:not(.thumnail) {
	margin-top: 20px;
}

.lx_irtop_news01 .basic-list2:not(.thumnail) .tabItems {
	border: none;
}

.lx_irtop_news01 .basic-list2:not(.thumnail) .tabItems > li {
	padding: 20px 0;
	border: none;
}

.lx_irtop_news01 .link-area:not(.highlight):nth-child(2) > a ,
.lx_irtop_news01 .link-area:not(.highlight):nth-child(3) > a {
	background: #d5d5d5;
}
.lx_irtop_news01 .link-area:not(.highlight):nth-child(1) > a ,
.lx_irtop_news01 .link-area:not(.highlight):nth-child(4) > a {
	background: #efefef;
}

.lx_irtop_news01 .link-area:not(.highlight) > a {
	padding: 25px;
}

@media screen and (max-width: 768px) {
	.lx_irtop_news01 .link-area:not(.highlight) > a {
		padding: 15px;
	}
}

.lx_irtop_news01 .link-area:not(.highlight) > a img {
	margin-bottom: 10px;
}

.lx_irtop_news01 .link-area:not(.highlight) > a p {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	font-weight: bold;
}

.lx_irtop_news01 .link-area:not(.highlight) > a p:first-child::before ,
.lx_irtop_news01 .link-area:not(.highlight) > a img + p::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
	margin-left: 2px;
	margin-right: 7px;
}

.lx_irtop_news01 .link-area:not(.highlight):nth-child(1) > a::before {
	position: relative;
	display: block;
	text-align: center;
	color: #737373;
	content: "\F015";
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 85px;
	font-family: "myfont";
	line-height: 50px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	margin-bottom: 15px;
}
.lx_irtop_news01 .link-area:not(.highlight):nth-child(2) > a::before {
	position: relative;
	top: 0;
	display: block;
	text-align: center;
	color: #737373;
	content: "\F00E";
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 58px;
	font-family: "myfont";
	line-height: 50px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	margin-bottom: 15px;
}
.lx_irtop_news01 .link-area:not(.highlight):nth-child(3) > a::before {
	position: relative;
	display: block;
	text-align: center;
	color: #737373;
	content: "\F016";
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 50px;
	font-family: "myfont";
	line-height: 50px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	margin-bottom: 15px;
}
.lx_irtop_news01 .link-area:not(.highlight):nth-child(4) > a::before {
	position: relative;
	top: 0;
	display: block;
	text-align: center;
	color: #737373;
	content: "\F010";
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 50px;
	font-family: "myfont";
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	margin-bottom: 15px;
}

[lang="en"] .lx_irtop_news01 .link-area:not(.highlight):nth-child(4) > a::before {
	content: "\F020";
}


/*== グループ概要 ==*/
/* ビジネス・モデル */
@media print, screen and (min-width: 769px) {
	.lx_company_outline_01 {
		background: url("../../../../../../resources/sw_img/bg/bg_services_box.png") no-repeat center top;
		background-size: 100% 100%;
		padding-bottom: 12%;
	}

	.lx_company_outline_01 > .column {
		padding: 0 20px;
	}

	.lx_company_outline_01 .title3.style1 {
		border: none;
		margin: 0;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: center;
		padding: 5px 0;
		min-height: 88px;
		text-align: center;
		color: #fff;
		font-size: 1.8rem;
	}

	.lx_company_outline_01 .text-section ,
	.lx_company_outline_01 .link-list li {
		font-size: 1.4rem;
	}

	.lx_company_outline_01 .text-section img {
		max-width: 70px;
	}

	.lx_company_outline_01 .link-list {
		margin-top: 10px;
	}
}

@media screen and (max-width: 768px) {
	.lx_company_outline_01 {
		position: relative;
		padding-top: 15px;
		padding-bottom: 60px;
		background: #eee;
	}

	.lx_company_outline_01::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		display: block;
		width: calc(100% - 30px);
		max-width: calc(var(--mainarea-width));
		height: 100%;
		background: url("../../../../../../resources/sw_img/bg/bg_services.png") no-repeat center top;
		background-size: 100% 100%;
		z-index: 1;
	}

	.lx_company_outline_01 > .column {
		position: relative;
		z-index: 2;
		padding: 0 16px 30px;
	}

	.lx_company_outline_01 > .column::before {
		content: "";
		position: absolute;
		top: calc(54px + 20px);
		left: 50%;
		transform: translateX(-50%);
		display: block;
		width: calc(100% - 32px);
		height: calc(100% - 54px - 20px);
		background: url("../../../../../../resources/sw_img/bg/bg_services_box_sp.png") no-repeat center top;
		background-size: 100% 100%;
		z-index: -1;
	}

	.lx_company_outline_01 > .columnLast::before {
		background: #eee;
	}

	.lx_company_outline_01 > .column + .column {
		margin-top: 30px;
	}

	.lx_company_outline_01 > .column + .column::after {
		content: "";
		position: absolute;
		bottom: calc(100% - 12px);
		left: 50%;
		transform: translateX(-50%);
		display: block;
		width: calc(100% - 32px);
		height: 70px;
		background: url("../../../../../../resources/sw_img/bg/bg_services_box02_sp.png") no-repeat center bottom;
		background-size: 100% auto;
		z-index: -1;
	}

	.lx_company_outline_01 .title3.style1 {
		border: none;
		margin: 10px 0;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: center;
		padding: 5px 0;
		min-height: 54px;
		text-align: center;
		color: #fff;
		font-size: 1.8rem;
		background: var(--key-color);
	}

	.lx_company_outline_01 .text-section ,
	.lx_company_outline_01 .link-list {
		padding: 0 10px;
		font-size: 1.2rem;
	}

	.lx_company_outline_01 .text-section img {
		max-width: 30%;
	}
}

/* グローバル・ネットワーク */
@media print, screen and (min-width: 769px) {
	.lx_company_outline_02 > .column {
		position: relative;
		min-height: 510px;
		padding-bottom: 30px;
	}

	.lx_company_outline_02 > .column::before {
		content: "";
		position: absolute;
		top: calc(54px + 6px);
		left: 0;
		display: block;
		width: 100%;
		height: calc(100% - 54px - 6px);
		background: #eee;
		background: linear-gradient(180deg, #e7e7e7 0% , #eee 50% , #f8f8f8 100%);
		z-index: -1;
	}

	.lx_company_outline_02 > .column1::before ,
	.lx_company_outline_02 > .column3::before {
		background: linear-gradient(180deg, #d7d7d7 0% , #e4e4e4 50% , #f3f3f3 100%);
	}

	.lx_company_outline_02 .title3.style1 {
		margin-top: 0;
		border-left: 10px solid var(--key-color);
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: flex-start;
		padding: 5px 15px;
		min-height: 54px;
		text-align: left;
		font-size: 1.8rem;
		background: #dedede;
	}

	.lx_company_outline_02 > .column1 .title3.style1 ,
	.lx_company_outline_02 > .column3 .title3.style1 {
		background: #cdcdcd;
	}

	.lx_company_outline_02 .lead-section ,
	.lx_company_outline_02 .text-section ,
	.lx_company_outline_02 .link-list {
		margin-top: 10px;
		padding: 0 20px;
	}

	.lx_company_outline_02 .link-list {
		font-size: 1.4rem;
	}

	.lx_company_outline_02 .text-section .rich-text {
		font-size: 1.2rem;
		line-height: 1.5;
	}

	.lx_company_outline_02 .lead-section .rich-text {
		color: var(--key-color);
		font-size: 1.2rem;
	}
	.lx_company_outline_02 .lead-section .rich-text em {
		font-style: normal;
		font-size: 3.2rem;
	}
}

@media screen and (max-width: 768px) {
	.lx_company_outline_02 > .column {
		position: relative;
		padding-bottom: 20px;
	}

	.lx_company_outline_02 > .column::before {
		content: "";
		position: absolute;
		top: calc(30px);
		left: 0;
		display: block;
		width: 100%;
		height: calc(100% - 30px);
		background: #eee;
		background: linear-gradient(180deg, #e7e7e7 0% , #eee 50% , #f8f8f8 100%);
		z-index: -1;
	}

	.lx_company_outline_02 .title3.style1 {
		margin-top: 0;
		border-left: 10px solid var(--key-color);
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: flex-start;
		padding: 1px 15px;
		min-height: 30px;
		text-align: left;
		font-size: 1.2rem;
		background: #dedede;
	}

	.lx_company_outline_02 .lead-section ,
	.lx_company_outline_02 .text-section ,
	.lx_company_outline_02 .link-list {
		margin-top: 10px;
		padding: 0 20px;
	}

	.lx_company_outline_02 .link-list {
		font-size: 1.4rem;
	}

	.lx_company_outline_02 .text-section .rich-text {
		font-size: 1.2rem;
		line-height: 1.5;
	}

	.lx_company_outline_02 .lead-section .rich-text {
		color: var(--key-color);
		font-size: 1.2rem;
	}
	.lx_company_outline_02 .lead-section .rich-text em {
		font-style: normal;
		font-size: 2.5rem;
		font-weight: bold;
	}
}

.lx_company_outline_02 > .column1 .title3.style1 {
	border-color: #00677a;
}
.lx_company_outline_02 > .column2 .title3.style1 {
	border-color: #7e9338;
}
.lx_company_outline_02 > .column3 .title3.style1 {
	border-color: #cc8d19;
}
.lx_company_outline_02 > .column4 .title3.style1 {
	border-color: #d75c5a;
}

/*==== 取締役 ====*/
#sharewithmain .lx_ex_table_bg_toggle .uni-table td {
	background: transparent;
}

#sharewithmain .lx_ex_table_bg_toggle .uni-table:nth-child(2n+1) td {
	background: #f5f5f5;
}


/* 区切り線 */
#sharewithmain .lx_ex_table_separate_line .uni-table + .uni-table {
	border-top: 3px solid #ccc;
}



/*==== International Wealth Management ====*/
/* スライド */
#sharewithmain .lx_slick_wealth_management.ux_slick_mcol_tile .slide-frame {
	margin-top: 0;
}

#sharewithmain .lx_slick_wealth_management.ux_slick_mcol_tile .slick-prev ,
#sharewithmain .lx_slick_wealth_management.ux_slick_mcol_tile .slick-next {
	position: absolute;
	top: calc(50% - 16px);
	left: 10px;
	width: 40px;
	height: 58px;

	display: block;
	cursor: pointer;
	background: url("../../../../../../resources/sw_img/slide/a22.png") center center no-repeat;
	background-position: -10px -31px;
}

#sharewithmain .lx_slick_wealth_management.ux_slick_mcol_tile .slick-next {
	left: auto;
	right: 15px;
}

@media screen and (max-width: 768px) {
	#sharewithmain .lx_slick_wealth_management.ux_slick_mcol_tile .slick-prev ,
	#sharewithmain .lx_slick_wealth_management.ux_slick_mcol_tile .slick-next {
		display: inline-block !important;
		top: calc(50% - 16px);
		width: 20px;
		height: 25px;
		background: url("../../../../../../resources/sw_img/slide/a22_l_sp.png") center center no-repeat;
		background-size: contain;
	}
}


/* Client Log-In */
.lx_wealth_management_mcol_01 > .column1 ,
.lx_wealth_management_mcol_02 > .column1 {
	position: relative;
}

.lx_wealth_management_mcol_01 > .column2 ,
.lx_wealth_management_mcol_02 > .column2 {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	padding: 30px 20px;
}

.lx_wealth_management_mcol_01 > .column2 {
	padding-left: 45px;
	background: #e5e5e5;
}

.lx_wealth_management_mcol_01 .text-section.highlight ,
.lx_wealth_management_mcol_02 .text-section.highlight {
	position: static;
	margin: 0;
	transform: none !important;
}

@media print, screen and (min-width: 769px) {
	.lx_wealth_management_mcol_02 > .column2 {
		padding: 30px 60px;
	}

	.lx_wealth_management_mcol_01 .text-section.highlight img ,
	.lx_wealth_management_mcol_02 .text-section.highlight img {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		margin: 0;

		-o-object-fit: cover;
		   object-fit: cover;
	}
}

/*== Diversity, Equity and Inclusion EMEA ==*/
.lx_dei_mcol_01 .text-section .rich-text {
	font-size: 1.4rem;
	line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
	.lx_dei_mcol_01 .text-section .rich-text {
		margin: 0;
		position: absolute;
		top: 0;
		left: 30px;
		padding: 20px;
		width: 35%;
		color: #fff;
		background: rgba(0, 0, 0, 0.7);
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 768px) {
	.lx_dei_mcol_01 .text-section .rich-text {
		margin: 0;
		padding: 10px;
		background-color: #EFEFEF;
	}
}


.lx_dei_mcol_02 .text-section .rich-text {
	font-size: 1.4rem;
	line-height: 1.5;
}

.lx_dei_mcol_02 .text-section .rich-text a {
	color: var(--key-color);
}

@media print, screen and (min-width: 769px) {
	.lx_dei_mcol_02 .text-section .rich-text {
		margin: 0;
		position: absolute;
		top: 15px;
		left: 30px;
		width: 400px;
	}
}
@media screen and (max-width: 768px) {
	.lx_dei_mcol_02 .text-section .rich-text {
		margin: 0;
		padding: 10px;
		background: #EFEFEF;
		margin-bottom: 40px;
	}
}


.lx_dei_mcol_03 > .column1 {
	position: relative;
}

.lx_dei_mcol_03 .title2 {
	margin: 0;
	padding: 0;
	border: none;

	position: absolute;
	bottom: 42%;
	left: 6%;
	color: #fff;
	font-size: 2.1rem;
	line-height: 1.3;
}

.lx_dei_mcol_03 .text-section {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	.lx_dei_mcol_03 .title2 {
		font-size: 1.4rem;
		bottom: 16%;
		left: 6%;
	}
}


.lx_dei_mcol_04 .text-section .rich-text {
	color: #fff;
	font-size: 1.2rem;
}


/*== Diversity and Inclusion Powai ==*/
@media print, screen and (min-width: 769px) {
	.lx_powai_mcol_01 {
		position: relative;
		min-height: 320px;
	}

	.lx_powai_mcol_01 > .column1 .text-section.highlight {
		position: static;
		margin: 0;
		transform: none !important;
	}

	.lx_powai_mcol_01 > .column1 .text-section.highlight img {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		margin: 0;

		-o-object-fit: cover;
		   object-fit: cover;
	}

	body:not(.in-editor) .lx_powai_mcol_01 > .column3 {
		position: absolute;
		top: 0;
		left: 0;
		padding-left: 80px;
	}

	.lx_powai_mcol_01 > .column3 .text-section .rich-text {
		color: #fff;
		font-size: 1.4rem;
		text-shadow: 2px 2px 4px #000;
	}
}


@media print, screen and (min-width: 769px) {
	.lx_powai_mcol_02 {
		position: relative;
		min-height: 320px;
	}

	.lx_powai_mcol_02 > .column1 .text-section.highlight {
		position: static;
		margin: 0;
		transform: none !important;
	}

	.lx_powai_mcol_02 > .column1 .text-section.highlight img {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		margin: 0;

		-o-object-fit: cover;
		   object-fit: cover;
	}

	body:not(.in-editor) .lx_powai_mcol_02 > .column3 {
		position: absolute;
		top: calc(50% - 30px);
		left: 0;
		padding-left: 80px;
		transform: translateY(-50%);
	}

	.lx_powai_mcol_02 > .column3 .text-section .rich-text {
		color: #fff;
		font-size: 1.4rem;
		text-shadow: 2px 2px 4px #000;
	}
}
@media screen and (max-width: 768px) {
	.lx_powai_mcol_02 > .column1 .text-section.highlight {
		margin: 0;
	}

	.lx_powai_mcol_02 > .column3 {
		padding: 1px 10px 10px;
		background: #EFEFEF;
	}
}


/*== 重要課題（マテリアリティ） ==*/
.lx_issues_table_01 .uni-table .tbCore >*> tr > td:not(.tbRowHead):not(.tbColumnHead):nth-child(1) ,
.lx_issues_table_01 .uni-table .tbCore >*> tr > td:not(.tbRowHead):not(.tbColumnHead):nth-last-child(1) {
	background-color:#e8e8e8;
}


/*== milestones ==*/
.lx_milestones_mcol_01start {
	position: relative;
}

.lx_milestones_mcol_01start::before {
	content: "";
	position: absolute;
	top: calc(50% + 15px);
	left: 50%;
	display: block;
	width: 25px;
	height: 25px;
	background: radial-gradient(circle, #909090 0%,  #909090 7.5px, #fff 8.5px,  #fff 10.5px, #909090 12px) no-repeat center center;
	border-radius: 100%;
	transform: translate(-50%, -50%);
}

.lx_milestones_mcol_01start > .column3 .text-section img {
	position: absolute;
	left: 15px;
	bottom: -10px;
}

.lx_milestones_mcol_01end {
	position: relative;
	padding-top: 80px;
}

.lx_milestones_mcol_01end::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 3px);
	display: block;
	width: 6px;
	height: 100%;
	background: #909090;
}


.lx_milestones_mcol_01 {
	position: relative;
	padding-top: 30px;
}

.lx_milestones_mcol_01::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 3px);
	display: block;
	width: 6px;
	height: 100%;
	background: #909090;
}

.lx_milestones_mcol_01 .lead-section.style1 .rich-text {
	line-height: 1.5;
}

.lx_milestones_mcol_01 .lead-section.style1::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(-15px - 3px);
	display: block;
	width: 50px;
	height: calc(100% + 35px);
	background: #b1b1b1;
	background: linear-gradient(107deg, #b1b1b1 0%, #b1b1b1 28%, #777 42%, #777 100%);
	z-index: -2;
	transform: skewX(17deg);
	transform-origin: left bottom;
}


.lx_milestones_mcol_01 .lead-section.style1 .rich-text::before {
	content: "";
	position: absolute;
	top: -20px;
	left: calc(-15px + 3px);
	display: block;
	width: calc(100% + 20px - 3px);
	height: calc(100% + 60px);
	background: #c8c8c8;
	border-bottom: 20px solid #fff;
	z-index: -1;
}

.lx_milestones_mcol_01 .lead-section.style1 .rich-text::after {
	content: "";
	position: absolute;
	top: -20px;
	right: -5px;
	display: block;
	width: 60px;
	height: calc(100% + 40px);
	background: #c8c8c8;
	z-index: -2;
	transform: skewX(17deg);
	transform-origin: right top;
}


.lx_milestones_mcol_01 .lead-section.lead .rich-text {
	display: flex;
	flex-flow: row wrap;
	gap: 0 3px;
	align-items: flex-end;
	justify-content: flex-end;
	vertical-align: bottom;
}

[lang="en"] .lx_milestones_mcol_01 .lead-section.lead p:nth-child(1) ,
[lang="zh"] .lx_milestones_mcol_01 .lead-section.lead p:nth-child(2) {
	font-size: 1.6rem;
	line-height: 4rem;
}

[lang="en"] .lx_milestones_mcol_01 .lead-section.lead p:nth-child(2) ,
[lang="zh"] .lx_milestones_mcol_01 .lead-section.lead p:nth-child(1) {
	color: var(--key-color);
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 5rem;
}


@media print, screen and (min-width: 769px) {
	.lx_milestones_mcol_01start ,
	.lx_milestones_mcol_01end ,
	.lx_milestones_mcol_01 {
		--mainarea-width: 1250px;
	}

	.lx_milestones_mcol_01 > .column1 ,
	.lx_milestones_mcol_01 > .column4 {
		position: relative;
	}

	.lx_milestones_mcol_01 > .column1 .text-section img ,
	.lx_milestones_mcol_01 > .column4 .text-section img {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.lx_mcol_rtl.lx_milestones_mcol_01 .lead-section.style1::before {
		left: auto;
		right: calc(-15px - 3px);
		background: #b1b1b1;
		transform-origin: right top;
	}

	.lx_mcol_rtl.lx_milestones_mcol_01 .lead-section.style1 .rich-text::before {
		left: auto;
		right: calc(-15px + 3px);
		background: linear-gradient(90deg, #c8c8c8 0%, #c8c8c8 96%, #777 100%);
	}

	.lx_mcol_rtl.lx_milestones_mcol_01 .lead-section.style1 .rich-text::after {
		right: auto;
		left: -5px;
		transform-origin: left bottom;
	}

	.lx_mcol_rtl.lx_milestones_mcol_01 .lead-section.style1 .rich-text {
		padding-left: 15px;
	}

	.lx_mcol_rtl.lx_milestones_mcol_01 > .column2 {
		align-self: flex-end;
	}

	body:not(.in-editor) .lx_milestones_mcol_01 .lead-section.lead .rich-text {
		position: absolute;
		top: -10px;
		right: 40px;
	}

	.lx_mcol_rtl.lx_milestones_mcol_01 .lead-section.lead .rich-text {
		justify-content: flex-start;
	}

	body:not(.in-editor) .lx_mcol_rtl.lx_milestones_mcol_01 .lead-section.lead .rich-text {
		right: auto;
		left: 40px;
		top: 0;
		bottom: auto;
	}
}

@media screen and (max-width: 768px) {
	.lx_milestones_mcol_01start::before {
		left: 21px;
		transform: translate(0, -50%);
	}

	.lx_milestones_mcol_01end::before ,
	.lx_milestones_mcol_01::before {
		left: 30px;
	}

	.lx_milestones_mcol_01start > .column3 .text-section img {
		left: 40px;
	}

	.lx_milestones_mcol_01 .lead-section.style1::before {
		left: -10px;
		height: calc(100% + 10px);
		transform-origin: left top;
		transform: skewX(8deg);
		background: #b1b1b1;
	}

	body:not(.in-editor) .lx_milestones_mcol_01 .lead-section.lead .rich-text {
		position: absolute;
		top: -30px;
		left: 30px;
	}

[lang="en"] .lx_milestones_mcol_01 .lead-section.lead p:nth-child(2) ,
[lang="zh"] .lx_milestones_mcol_01 .lead-section.lead p:nth-child(1) {
		font-size: 2.8rem;
	}

	.lx_milestones_mcol_01 .lead-section.style1 .rich-text {
		padding: 0 35px 10px 30px;
	}

	.lx_milestones_mcol_01 .lead-section.style1 .rich-text::before {
		top: -10px;
		left: calc(15px + 6px);
		display: block;
		width: calc(100% - 15px - 35px);
		height: calc(100% + 30px);
	}

	.lx_milestones_mcol_01 .lead-section.style1 .rich-text::after {
		top: -10px;
		right: 30px;
		height: calc(100% + 10px);
		transform: skewX(8deg);
	}

	.lx_milestones_mcol_01 > .column1 .text-section ,
	.lx_milestones_mcol_01 > .column4 .text-section {
		display: none;
	}
}



/*==== 個人投資家のみなさまへ ====*/
[data-page-path="/jp/investor/individual"] .bread-crumb {
	margin-top: 0;
}

/* 背景01 */
[data-page-path="/jp/investor/individual"] #sharewithmain {
	overflow: hidden;
	position: relative;
}

[data-page-path="/jp/investor/individual"] body:not(.in-editor) #sharewithmain { 
	margin-top: -140px;
	padding-top: 140px;
}

[data-page-path="/jp/investor/individual"] #sharewithmain::before {
	content: "";
	position: absolute;
	width: 1900px;
	height: 750px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../../../../../../dam/content/investor/individual/image/indi_bg_01.png);
	background-repeat: no-repeat;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	[data-page-path="/jp/investor/individual"] body:not(.in-editor) #sharewithmain { 
		margin-top: -31px;
		padding-top: 30px;
	}

	[data-page-path="/jp/investor/individual"] #sharewithmain::before {
		width: 100%;
		height: auto;
		aspect-ratio: 375 / 231;
		top: 0;
		background-image: url(../../../../../../dam/content/investor/individual/image/indi_bg_01_sp.png);
		background-size: cover;
	}
}


/* 背景02 */
.lx_iv_mcol_bg02 {
	position: relative;
}

.lx_iv_mcol_bg02::before {
	content: "";
	position: absolute;
	width: 1900px;
	height: 1519px;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../../../../../../dam/content/investor/individual/image/indi_bg_02.png);
	background-repeat: no-repeat;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	.lx_iv_mcol_bg02::before {
		width: 1000px;
		height: 791px;
		top: 37px;
		background-image: url(../../../../../../dam/content/investor/individual/image/indi_bg_02_sp.png);
	}
}

/* 背景03 */
.lx_iv_mcol_bg03 {
	position: relative;
}

.lx_iv_mcol_bg03::before {
	content: "";
	position: absolute;
	width: 1900px;
	height: 1609px;
	top: 110px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../../../../../../dam/content/investor/individual/image/indi_bg_03.png);
	background-repeat: no-repeat;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	.lx_iv_mcol_bg03::before {
		width: 1000px;
		height: 791px;
		top: 97px;
		background-image: url(../../../../../../dam/content/investor/individual/image/indi_bg_03_sp.png);
	}
}


/* 背景04 */
.lx_iv_mcol_bg04 {
	position: relative;
}

.lx_iv_mcol_bg04::before {
	content: "";
	position: absolute;
	width: 1900px;
	height: 1785px;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../../../../../../dam/content/investor/individual/image/indi_bg_04.png);
	background-repeat: no-repeat;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	.lx_iv_mcol_bg04::before {
		width: 1000px;
		height: 1149px;
		top: 91px;
		background-image: url(../../../../../../dam/content/investor/individual/image/indi_bg_04_sp.png);
	}
}


/* 背景05 */
.lx_iv_mcol_bg05 {
	position: relative;
}

.lx_iv_mcol_bg05::before {
	content: "";
	position: absolute;
	width: 1900px;
	height: 1370px;
	top: 90px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../../../../../../dam/content/investor/individual/image/indi_bg_05.png);
	background-repeat: no-repeat;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	.lx_iv_mcol_bg05::before {
		width: 1000px;
		height: 772px;
		top: 105px;
		background-image: url(../../../../../../dam/content/investor/individual/image/indi_bg_05_sp.png);
	}
}

/* 背景06 */
.lx_iv_mcol_bg06 {
	position: relative;
}

.lx_iv_mcol_bg06::before {
	content: "";
	position: absolute;
	width: 1900px;
	height: 1279px;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../../../../../../dam/content/investor/individual/image/indi_bg_06.png);
	background-repeat: no-repeat;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	.lx_iv_mcol_bg06::before {
		width: 1000px;
		height: 679px;
		top: 25px;
		background-image: url(../../../../../../dam/content/investor/individual/image/indi_bg_06_sp.png);
	}
}


/* 見出しh2 01 */
.lx_iv_title2_01 .title2 {
	display: block;
	margin-top: 100px;
	padding-bottom: 40px;
	font-size: 2.6rem;
	line-height: 1;
}

.lx_iv_title2_01 .title2 dl img {
	margin: 0 auto 16px;
}

@media screen and (max-width: 768px) {
	.lx_iv_title2_01 .title2 {
		margin-top: 80px;
		padding-bottom: 0;
		font-size: 1.8rem;
		line-height: 2.2rem;
	}

	.lx_iv_title2_01 .title2 dl {
		width: 60px;
		margin: 0 auto;
	}
}

/* 見出しh2 02 */
.lx_iv_title2_02 .title2 {
	padding: 0;
	margin: 0;
	border: none;
	letter-spacing: 0;

	display: block;
	margin-top: 80px;
	padding-left: 44px;
	padding-bottom: 11px;
	font-size: 2rem;
	line-height: 1.2777;
}

.lx_iv_title2_02 .title2 dl.icon{
	content: "";
	position: absolute;
	left: -10px;
	top: -40px;
	display: block;
	width: 88px;
	height: 94px;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	.lx_iv_title2_02 .title2 {
		padding-left: 30px;
		padding-bottom: 22px;
		font-size: 1.8rem;
	}

	.lx_iv_title2_02 .title2 dl.icon{
		content: "";
		position: absolute;
		left: -10px;
		top: -32px;
		display: block;
		width: 69px;
		height: 77px;
		-o-object-fit: contain;
		   object-fit: contain;
	}
}


/* 見出しh3 */
.lx_iv_title3_01 .title3 {
	border: none;

	margin-top: 60px;
	text-align: center;
	font-size: 2.0rem;
	line-height: 2.4rem;
}

.lx_iv_title3_01 .title3 p {
	font-size: 1.2rem;
	line-height: 2rem;
	font-weight: normal;
}

.lx_iv_title3_01 .title3 p + h3 ,
.lx_iv_title3_01 .title3 h3 + p {
	margin-top: 10px;
}

@media screen and (max-width: 768px) {
	.lx_iv_title3_01 .title3 {
		margin-top: 30px;
		font-size: 1.7rem;
		line-height: 2rem;
	}
}

/* パネル01 */
.lx_iv_panel01 .panel.no-img.style1 {
	max-width: 390px;
}

.lx_iv_panel01 .panel.no-img.style1 a {
	min-height: 52px;
	padding: 0;
	color: #fff;
	font-size: 1.6rem;
	line-height: 2rem;
	background: #555;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	transition: 0.3s;
}

.lx_iv_panel01 .panel.no-img.style1 a .icon_front {
	width: auto;
	height: auto;
	content: url("../../../../../../resources/sw_img/individual/icon_individual_arr_right_white.svg");
	margin-right: 8px;
}

.lx_iv_panel01 .internal-panel.no-img.style1 a[target="_blank"] .icon_rear ,
.lx_iv_panel01 .external-panel.no-img.style1 a[target="_blank"] .icon_rear {
	background: url("../../../../../../resources/sw_img/icon/linkout_white.svg") center center no-repeat;
}

.lx_iv_panel01 .panel.no-img.style1 a:hover {
	color: #fff;
	background: var(--key-color);
}

/* パネル02 */
.lx_iv_panel02 .panel.has-img.style2 > a {
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.lx_iv_panel02 .panel.has-img.style2 .text {
	background: none;
	justify-content: center;
	text-align: center;
	font-size: 1.6rem;
}

.lx_iv_panel02 .panel.has-img.style2 .icon_front ,
.lx_iv_panel02 .panel.has-img.style2 .icon_rear {
	display: none;
}


/* テキスト画像 角丸 */
.lx_iv_text_img_round_corner .text-section img {
	border-radius: 10px;
}



/* フロートアンカー */
.lx_iv_anchor01 .anchor-link {
	position: relative;
	aspect-ratio: 1/ 1;
	border: 4px solid #555;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
	background: #fff;
	border-radius: 100%;
}

.lx_iv_anchor01 .anchor-link::before {
	content: "";
	box-sizing: content-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	z-index: 1;
	border: 0px solid #CC0000;
}

.lx_iv_anchor01 .anchor-link a {
	padding: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 2;

	padding-top: 20px;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.8rem;
	font-weight: bold;
}

.lx_iv_anchor01 .anchor-link a::before {
	content: none;
}

.lx_iv_anchor01 .anchor-link a::after {
	content: url("../../../../../../resources/sw_img/individual/icon_individual_arr_down.svg");
	margin-bottom: 5px;
	transition: transform .3s;
}
.lx_iv_anchor01 .anchor-link a:hover::after {
	content: url("../../../../../../resources/sw_img/individual/icon_individual_arr_down_white.svg");
	transform: translateY(5px);
}


.lx_iv_anchor01 .anchor-link:hover a {
	color: #fff;
}

.lx_iv_anchor01 .anchor-link:hover::before {
	border: 4px solid #CC0000;
	transition: border .2s, background-color .2s;
	background-color: #CC0000;
}

.lx_iv_anchor01 .anchor-link .icon_indi_message {
	width: 36.8%;
	height: 36.8%;
	margin-bottom: 14px;
	content: url("../../../../../../resources/sw_img/individual/icon_indi_message.svg");
}
.lx_iv_anchor01 .anchor-link:hover .icon_indi_message {
	content: url("../../../../../../resources/sw_img/individual/icon_indi_message_white.svg");
}

.lx_iv_anchor01 .anchor-link .icon_indi_strength {
	width: 36.8%;
	height: 36.8%;
	margin-bottom: 14px;
	content: url("../../../../../../resources/sw_img/individual/icon_indi_strength.svg");
}
.lx_iv_anchor01 .anchor-link:hover .icon_indi_strength {
	content: url("../../../../../../resources/sw_img/individual/icon_indi_strength_white.svg");
}

.lx_iv_anchor01 .anchor-link .icon_indi_performance {
	width: 36.8%;
	height: 36.8%;
	margin-bottom: 14px;
	content: url("../../../../../../resources/sw_img/individual/icon_indi_performance.svg");
}
.lx_iv_anchor01 .anchor-link:hover .icon_indi_performance {
	content: url("../../../../../../resources/sw_img/individual/icon_indi_performance_white.svg");
}

.lx_iv_anchor01 .anchor-link .icon_indi_sustainability {
	width: 36.8%;
	height: 36.8%;
	margin-bottom: 14px;
	content: url("../../../../../../resources/sw_img/individual/icon_indi_s12y.svg");
}
.lx_iv_anchor01 .anchor-link:hover .icon_indi_sustainability {
	content: url("../../../../../../resources/sw_img/individual/icon_indi_s12y_white.svg");
}

.lx_iv_anchor01 .anchor-link .icon_indi_info {
	width: 36.8%;
	height: 36.8%;
	margin-bottom: 14px;
	content: url("../../../../../../resources/sw_img/individual/icon_indi_info.svg");
}
.lx_iv_anchor01 .anchor-link:hover .icon_indi_info {
	content: url("../../../../../../resources/sw_img/individual/icon_indi_info_white.svg");
}

@media screen and (max-width: 768px) {
	.lx_iv_anchor01 .anchor-link {
		border: 3px solid #555;
	}

	.lx_iv_anchor01 .anchor-link a {
		font-size: 1.3rem;
		line-height: 1.5rem;
	}
}


/* はじめての */
.lx_iv_message_mcol02 .panel.has-img.style1 {
	padding: 10px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}

.lx_iv_message_mcol02 .panel.has-img.style1 a {
}

.lx_iv_message_mcol02 .panel.has-img.style1 a .text {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0 20px;
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: bold;
}

.lx_iv_message_mcol02 .panel.has-img.style1 a .text .icon_front {
	content: url("../../../../../../resources/sw_img/individual/icon_individual_arr_right.svg");
	margin-right: 8px;
}

.lx_iv_message_mcol02 .panel.has-img.style1 a figure {
	overflow: hidden;
	border-radius: 6px;
}

.lx_iv_message_mcol02 .panel.has-img.style1 a figure img {
	width: 100%;
}

.lx_iv_message_mcol02 .panel.has-img.style1 a:hover .text .icon_front {
	content: url("../../../../../../resources/sw_img/individual/icon_individual_arr_right_red.svg");
	margin-right: 8px;
}

@media screen and (max-width: 768px) {
	.lx_iv_message_mcol02 .panel.has-img.style1 a .text {
		margin-top: 13px;
		margin-bottom: 3px;
	}
}


/* 企業理念・経営目標・経営戦略 */
.lx_iv_strategy_mcol02 > .column {
	background: #fff;
}

@media print, screen and (min-width: 1000px) {
	.lx_iv_strategy_mcol02 > .column {
		padding: 20px 36px 36px 0;
	}

	body:not(.in-editor) .lx_iv_strategy_mcol02_sub {
		flex-wrap: nowrap;
		align-items: center;
		justify-content: normal;
		gap: 0;
		padding-left: 122px;
	}

	.lx_iv_strategy_mcol02_sub > .column {
		width: auto;
		max-width: none;
	}

	.lx_iv_strategy_mcol02_sub > .column1 {
		position: relative;
		min-width: 150px;
		margin-right: 55px;
		z-index: 2;
	}
}

.lx_iv_strategy_mcol02_sub > .column1 {
	position: relative;
}

.lx_iv_strategy_mcol02_sub > .column1 .lead-section::before {
	content: '';
	position: absolute;
	top: -38px;
	left: -58px;
	width: 142px;
	height: 110px;
	background-image: url("../../../../../../dam/content/investor/individual/image/indi_strategy_icon_bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}

.lx_iv_strategy_mcol02_sub .lead-section.catch ,
.lx_iv_strategy_mcol02_sub .lead-section.lead {
	margin-top: 44px;
}

.lx_iv_strategy_mcol02_sub .lead-section.catch .rich-text {
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: bold;
}

.lx_iv_strategy_mcol02_sub .lead-section.catch .rich-text p:first-child {
	font-size: 3rem;
	line-height: 3.6rem;
}

.lx_iv_strategy_mcol02_sub .lead-section.lead .rich-text {
	font-size: 2rem;
	line-height: 1.4;
}

.lx_iv_strategy_mcol02_sub .uni-table table.tbCore {
	font-size: 1.4rem;
	line-height: 2.4rem;
}

.lx_iv_strategy_mcol02_sub .uni-table table.tbCore th ,
.lx_iv_strategy_mcol02_sub .uni-table table.tbCore td {
	padding: 7px 0;
}

.lx_iv_strategy_mcol02_sub .uni-table table.tbCore tr td:nth-child(1) {
	min-width: 86px;
	padding-right: 16px;
	font-size: 3rem;
	line-height: 3.6rem;
}

@media screen and (max-width: 768px) {
	.lx_iv_strategy_mcol02 > .column {
		padding: 22px 40px 0;
	}

	.lx_iv_strategy_mcol02_sub > .column1 {
/*		width: fit-content; */
		padding-left: 40px;
	}

	.lx_iv_strategy_mcol02_sub > .column2 {
		padding-left: 20px;
	}

	.lx_iv_strategy_mcol02_sub > .column1 .lead-section::before {
		top: -28px;
		left: -32px;
		width: 98px;
		height: 74px;
		background-image: url("../../../../../../dam/content/investor/individual/image/indi_strategy_icon_bg_sp.png");
	}

	.lx_iv_strategy_mcol02_sub .lead-section.catch .rich-text {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;

		font-size: 1.7rem;
		line-height: 2.2rem;
	}

	.lx_iv_strategy_mcol02_sub .lead-section.catch .rich-text p:first-child {
		font-size: 2.2rem;
		line-height: 2.6rem;
		margin-right: 27px;
	}

	.lx_iv_strategy_mcol02_sub .lead-section.lead ,
	.lx_iv_strategy_mcol02_sub .uni-table {
		margin-top: 10px;
	}

	.lx_iv_strategy_mcol02_sub .uni-table table.tbCore tr td:nth-child(1) {
		min-width: 60px;
		font-size: 2rem;
		line-height: 2.5rem;
	}
}



/* 野村グループの強み */
.lx_iv_strength_mcol02 > .column {
	padding: 10px 10px;
	color: #fff;
	background: var(--key-color);
	border-radius: 12px;
}

@media print, screen and (min-width: 1000px) {
	.lx_iv_strength_mcol02 > .column {
		padding-left: 120px;
		padding-right: 120px;
	}
}

.lx_iv_strength_mcol02 > .column > .reuse-main-area {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 7px 7px;
}

.lx_iv_strength_mcol02_sub {
	width: 230px;
	min-height: 260px;
	padding: 8px 5px 10px;
	color: var(--key-color);
	background: #fff;
	border-radius: 20px;
}

.lx_iv_strength_mcol02_sub > .column > * {
	margin-top: 16px;
}

.lx_iv_strength_mcol02_sub .title4.style1 {
	text-align: center;
	margin-bottom: 0;
	color: #DE7C77;
	font-size: 1.4rem;
}

.lx_iv_strength_mcol02_sub .text-section img {
	height: 60px;
}

.lx_iv_strength_mcol02_sub .lead-section.lead .rich-text {
	text-align: center;
	color: #474747;
	font-size: 1.6rem;
	font-weight: bold;
}

.lx_iv_strength_mcol02_sub .lead-section.lead .rich-text .strong {
	color: var(--key-color);
	font-size: 3.2rem;
	font-weight: normal;
	line-height: 3.6rem;
}

@media screen and (max-width: 768px) {
	.lx_iv_strength_mcol02_sub {
		width: 165px;
		min-height: 174px;
	}

	.lx_iv_strength_mcol02_sub > .column > * {
		margin-top: 8px;
	}

	.lx_iv_strength_mcol02_sub .title4.style1 {
		font-size: 1.2rem;
	}

	.lx_iv_strength_mcol02_sub .text-section img {
		height: 42px;
	}

	.lx_iv_strength_mcol02_sub .lead-section.lead .rich-text {
		font-size: 1.4rem;
	}

	.lx_iv_strength_mcol02_sub .lead-section.lead .rich-text .strong {
		font-size: 2rem;
		line-height: 2.4rem;
	}
}


/* 数字で見る野村グループ */
.lx_iv_data_mcol02 > .column {
	padding: 20px 20px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 8px;
}

.lx_iv_data_mcol02 > .column > .reuse-main-area {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 20px 20px;
}

.lx_iv_data_mcol02_sub {
	width: calc((100% - 20px * 3) / 4);
/*	width: calc(200 / 1000 * 100vw); */
/*	min-height: calc(200 / 1000 * 100vw); */
	padding: 8px 5px 3px;
	border: 2px solid #EEBFB8;
	border-radius: 8px;
}

.lx_iv_data_mcol02_sub > .column {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	gap: 10px 0;
	padding: 5px 0 0;
}

.lx_iv_data_mcol02_sub > .column > * {
	margin-top: 8px;
}

.lx_iv_data_mcol02_sub .title4.style1 {
	display: flex;
	min-height: 41px;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 0;
	color: #707070;
	font-size: 2rem;
	line-height: 2.2rem;
}

.lx_iv_data_mcol02_sub .text-section img {
}

.lx_iv_data_mcol02_sub .lead-section.style1 .rich-text {
	text-align: center;
	color: var(--key-color);
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.9rem;
}

.lx_iv_data_mcol02_sub .lead-section.style1 .rich-text .strong {
}

.lx_iv_data_mcol02_sub .lead-section.style1 .rich-text em {
	font-style: normal;
	font-size: calc(100% * 4.6 / 1.6);
	font-weight: bold;
	line-height: calc(5.5 / 4.6);
}

@media screen and (max-width: 768px) {
	.lx_iv_data_mcol02 > .column > .reuse-main-area {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		gap: 15px 15px;
	}

	.lx_iv_data_mcol02_sub {
		width: calc((100% - 15px) / 2);
		padding: 4px 5px 2px;
	}

	.lx_iv_data_mcol02_sub > .column {
		padding: 0;
		gap: 5px 0;
	}

	.lx_iv_data_mcol02_sub .title4.style1 {
		font-size: 1.6rem;
		line-height: 1.8rem;
	}

	.lx_iv_data_mcol02_sub .text-section img {
		height: calc(70 / 1000 * 100vw);
		min-height: 54px;
	}

	.lx_iv_data_mcol02_sub .lead-section.style1 .rich-text {
	}

	.lx_iv_data_mcol02_sub .lead-section.style1 .rich-text em {
		font-style: normal;
		font-size: calc(100% * 3.6 / 1.6);
		font-weight: bold;
		line-height: calc(4.2 / 3.6);
	}
}


/* 野村グループの業績と株主還元 */
.lx_iv_performance_mcol02 > .column {
/*	padding: 0 10px; */
}

.lx_iv_performance_mcol02 .graph {
	margin-top: 10px;
}


/* 野村グループのサステナビリティ */
.lx_iv_sustainability_mcol02 .link-area > a {
	overflow: hidden;
	position: relative;
	aspect-ratio: 960 / 180;
	border-radius: 10px;
	transition: 0.3s;

	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	padding: 10px 40px;
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000;
}

.lx_iv_sustainability_mcol02 .link-area > a img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	.lx_iv_sustainability_mcol02 .link-area > a {
		aspect-ratio: 600 / 200;
		padding: 5px 20px;
		font-size: 2rem;
	}
}


/* 株主様関連情報 */
.lx_iv_info_mcol02 {
	font-size: 1.4rem;
}

.lx_iv_info_mcol02 .title3 {
	margin-top: 30px;
}

.lx_iv_info_mcol03 .link-area > a {
	overflow: hidden;
	position: relative;
	background: #fff;
	border: 2px solid #e5e5e5;
	border-radius: 8px;
	transition: 0.3s;
	line-height: 1.5;
}

.lx_iv_info_mcol03 .link-area > a p:last-child {
	margin-top: 10px;
	font-size: 1.4rem;
}

.lx_iv_info_mcol03 .link-area > a p:last-child::before {
	content: "";
	flex-shrink: 0;
	display: inline-block;
	width: 9px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
	margin-right: 5px;
}

@media print, screen and (min-width: 769px) {
	.lx_iv_info_mcol03 .link-area > a {
		min-height: 132px;
		padding: 30px 20px 10px 330px;
		font-size: 1.8rem;
	}

	.lx_iv_info_mcol03 .link-area > a img {
		position: absolute;
		top: 0;
		left: 0; 
		display: block;
		width: 300px;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}

@media screen and (max-width: 768px) {
	.lx_iv_info_mcol03 .link-area > a {
		padding: 0 10px 10px;
		font-size: 1.6rem;
	}

	.lx_iv_info_mcol03 .link-area > a img {
		aspect-ratio: 100 / 31.2;
		margin: 0 -10px;
	}

	.lx_iv_info_mcol03 .link-area > a p:last-child {
		margin-top: 10px;
	}
}


/*==== 個人投資家のみなさまへ ====*/
[data-page-path^="/jp/investor/individual/"][data-page-intro~="has-bg-image"] .page-intro-wrapper .intro-bg > div {
	color: var(--text-color);
	font-weight: bold;
	text-shadow: none;
}


/* 各種数字 */
.lx_iv_style_data_01 > .column {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	gap: 0 20px;
}

.lx_iv_style_data_01 .title4 {
	margin-bottom: 0;
	width: 100%;
	padding: 13px;
	text-align: center;
	color: #fff;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 2.3rem;
	background: #707070;
	border-radius: 5px;
}

@media screen and (max-width: 768px) {
	.lx_iv_style_data_01 .title4 {
		padding: 12px;
		font-size: 1.5rem;
		line-height: 1.8rem;
	}
}

.lx_iv_style_data_01 .text-section ,
.lx_iv_style_data_01 .lead-section {
	margin-top: 20px;
	width: calc((100% - 30px) / 2);
	text-align: center;
}

.lx_iv_style_data_01 .text-section .rich-text {
	font-size: 1.4rem;
	line-height: 1.5;
}

.lx_iv_style_data_01 .text-section .rich-text .strong {
	font-size: calc(100% / 1.4 * 2);
}

.lx_iv_style_data_01 .text-section .rich-text em {
	font-style: normal;
	font-size: calc(100% / 1.4 * 4);
	font-weight: bold;
}

.lx_iv_style_data_01 .lead-section .rich-text {
	color: var(--key-color);
	font-size: 1.4rem;
}

.lx_iv_style_data_01 .lead-section .rich-text .strong {
	font-size: calc(100% / 1.4 * 2);
}

.lx_iv_style_data_01 .lead-section .rich-text em {
	font-style: normal;
	font-size: calc(100% / 1.4 * 5.5);
	font-weight: bold;
	line-height: calc(6.6 / 5.5);
}


.lx_iv_style_data_01 .lead-section::after ,
.lx_iv_style_data_01 .lead-section::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -15px;
	width: 16px;
	height: 4px;
	background-color: #707070;
}

.lx_iv_style_data_01 .lead-section::before {
    transform: translate(-50%, 4.5px) rotate(-45deg);
}
.lx_iv_style_data_01 .lead-section::after {
	transform: translate(-50%, -4.5px) rotate(45deg);
}



/*==== 数字で見る ====*/
.lx_number_mcol_01 .lead-section .rich-text {
	font-size: 1.4rem;
}

.lx_number_mcol_01 .lead-section .rich-text .strong {
	color: var(--key-color);
	font-size: calc(100% / 1.4 * 2);
}

.lx_number_mcol_01 .lead-section .rich-text em {
	font-style: normal;
	color: var(--key-color);
	font-size: calc(100% / 1.4 * 5.5);
	font-weight: bold;
	line-height: calc(6.6 / 5.5);
}


.lx_number_mcol_01 .highlight-quoted-text {
	padding: 10px;
}


/*==== cn TOP ====*/
@media print, screen and (min-width: 769px) {
	[data-page-path="/cn/index"] #html1 .text-section .pos-4 + .rich-text ,
	[data-page-path="/cn/top"] #html1 .text-section .pos-4 + .rich-text {
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: calc(var(--mainarea-width) + 40px);
		padding: 10px 20px;
		font-size: 2.4rem;
	}
}

@media screen and (max-width: 768px) {
	[data-page-path="/cn/index"] #html1 .text-section .pos-4 ,
	[data-page-path="/cn/top"] #html1 .text-section .pos-4 {
		aspect-ratio: 350 / 500;
		-o-object-fit: cover;
		   object-fit: cover;
	}


	[data-page-path="/cn/index"] #html1 .text-section .pos-4 + .rich-text ,
	[data-page-path="/cn/top"] #html1 .text-section .pos-4 + .rich-text {
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: calc(var(--mainarea-width) + 30px);
		padding: 10px 15px;
		font-size: 1.2rem;
	}
}

