@charset "utf-8";
/*------------------ based on 20/06/26 */
/* > 1%, last 4 versions, Firefox ESR */
/*------------------------------------ */


/* --------------------------------------
 基本設定
-------------------------------------- */
/* ベースフォント */
body {
/*	font-family: 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
	font-family: 'Noto Sans JP', 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;
}

/* メイリオにはイタリック体が無い為 */
em {
	font-family: 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic", 'ＭＳ Ｐゴシック','MS PGothic', "メイリオ", Meiryo, sans-serif;
}

/* 游ゴシック/游明朝 を使わない */
/*
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif;
}
.mincho {
	font-family: "Hiragino Mincho ProN", "HGS明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Georgia, "メイリオ", Meiryo, serif;
}
*/

figure {
	margin: 0;
}


/* ベースフォントサイズ */
html {
	font-size: 100%;
}

@media print, screen and (min-width: 768px) {
	html {
		font-size: 112.5%;
	}
}

body {
	color: #222;
	line-height: 1.5;
}

a:link ,
a:visited {
	color: #222;
	text-decoration: none;
}

a:hover ,
a:active ,
a:focus {
	color: #1a8000;
	text-decoration: underline;
}

/* リンク */
select:active ,
select:focus ,
[tabindex]:active ,
[tabindex]:focus ,
a:active ,
a:focus {
	outline: 2px ridge #000;
}

a:active img ,
a:focus img {
	opacity: 0.7;
}


#html1 .reset a:active ,
#html1 .reset a:focus ,
#sharewithmain .reset a:active ,
#sharewithmain .reset a:focus ,
#promos3 .reset a:active ,
#promos3 .reset a:focus ,
#site-info .reset a:active ,
#site-info .reset a:focus ,
#header a:active ,
#header .reset a:focus {
	outline: 2px ridge #000;
}




/*------------------------------------- 
 ぱんくず
-------------------------------------*/
/* 4箇所ある枠の内1か所に入力 */
.bread-crumb {
	position: relative;
	z-index: 100;
	margin: auto;
	padding: 10px 0px;
	font-size: calc(1rem * 14 / 18);
	margin-bottom: 10px;
}

.bread-crumb ol {
}

.bread-crumb ol::after ,
.bread-crumb::after {
	content: "";
	display: block;
	clear: both;
}

/* 各階層 */
.bread-crumb h5 ,
.bread-crumb h5 p ,
.bread-crumb h5 span ,
.bread-crumb ol li {
	float: left;
}

.bread-crumb h5 p::after ,
.bread-crumb h5 span::after ,
.bread-crumb ol li::after {
	content: ">";
	color: #ccc;
	padding: 0 0.75em;
}

.bread-crumb li > a ,
.bread-crumb li > span ,
.bread-crumb li > strong {
/*	color: inherit; */
	font-weight: normal;
}

/* 現在ページ */
.bread-crumb ol li:last-child::after {
	content: none;
}


/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	.bread-crumb {
	}

	.bread-crumb ol {
/*		width: 1000px; */
		padding: 0 30px;
		margin: auto;
	}
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	.bread-crumb {
		font-size: calc(1rem * 12 / 16);
		padding: 5px 5px;
	}
}



/* -----------------------------
 グローバルナビ
 ページプロパティに設定あり
--------------------------------- */
#nav-global {
	display: none;
}

/*------------------------------------- 
 サイドナビ（ローカルナビ）
 ページプロパティに設定あり
-------------------------------------*/
[id=nav-box] {
}

[id=nav-box] h6 {
/*	display: none; */
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	/* 第１・２階層トップでは非表示 */
	[data-current-level="1"] [id=nav-box] ,
	[data-current-level="2"] [id=nav-box] {
		display: none !important;
	}

	/* ナビ上に無い独立したページでは非表示 */
	[id=nav-box].stray {
		display: none !important;
	
	}

	/* ページマーカーで非表示指定 */
	[data-page-marker~="no-snav"] [id=nav-box] {
		display: none !important;
	}


	/*-- メインエリア上に設置するパターン --*/
	[id=nav-box] {
		position: relative;
		font-size: 0;
		margin: auto;
		width: 100%;
		padding: 15px 0;
	}

	[id=nav-box] h6 {
		display: none;
	}

	[id=nav-box] h5 .btn {
		display: none;
	}

	/* TOP 階層 */
	[id=nav-box] ul.navLevel_1 {
		position: relative;
	}

	[id=nav-box] ul.navLevel_1::after {
		content: "";
		display: block;
		clear: both;
	}


	/* 1階分層 */
	[id=nav-box] ul {
	}

	[id=nav-box] li {
	}

	[id=nav-box] br {
		display: none;
	}

	[id=nav-box] span:where(.strong) ,
	[id=nav-box] strong ,
	[id=nav-box] a {
		display: none;

		position: relative;
		color: #222; 
		line-height: 1.25;
		font-size: calc(1rem * 14 / 18);
		font-weight: normal;
		text-decoration: none;
		text-align: center;
		border-bottom: 1px solid transparent;
	}

	[id=nav-box] a[target="_blank"]::after {
		content: "";
		display: inline-block;
		vertical-align: baseline;
		width: 19px;
		height: 19px;
		background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
		background-size: contain;
		margin: 0 5px;
		margin-top: -5px;
	}

	[id=nav-box] li.on > a ,
	[id=nav-box] span:where(.strong) ,
	[id=nav-box] strong {
		color: #1a8000;
	}

	[id=nav-box] a:hover {
		color: #1a8000;
	}


	/* 現在地を含むフォルダーを表示 */
	[id=nav-box].within ,
	[id=nav-box] .within {
		padding-left: 10px;
	}

	[id=nav-box].within > ul ,
	[id=nav-box] .within > ul {
		padding: 25px 10px 25px 25px;
		display: block;
		background: #f5f5f5;
		text-align: left;
	}

	[id=nav-box].within > ul > li ,
	[id=nav-box] .within > ul > li {
		position: relative;
		display: inline-block;
		margin-right: 15px;
	}

	[id=nav-box].within > ul > li + li ,
	[id=nav-box] .within > ul > li + li {
		padding-left: 15px;
	}

	[id=nav-box].within > ul > li + li::before ,
	[id=nav-box] .within > ul > li + li::before {
		content: "/";
		position: absolute;
		top: -3px;
		left: -3px;
		color: #ddd;
		font-size: calc(1rem * 14 / 18);
	}


	[id=nav-box].within > ul > li > a ,
	[id=nav-box].within > ul > li > span:where(.strong) ,
	[id=nav-box].within > ul > li > strong ,
	[id=nav-box] .within > ul > li > a ,
	[id=nav-box] .within > ul > li > span:where(.strong) ,
	[id=nav-box] .within > ul > li > strong {
		display: inline-block;
	}


	/* 孫ページは非表示 */
	[id=nav-box].within > ul ul ,
	[id=nav-box] .within > ul ul {
		display: none;
	}

}


/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	[id=nav-box] {
		display: none;
	}

	/*1階層*/
	[id=nav-box] ul.navLevel_1 {
	}

	[id=nav-box] ul.navLevel_1 > li {
	}

	[id=nav-box] ul.navLevel_1 > li:not(.open) {
		display: none;
	}

	[id=nav-box] ul.navLevel_1 > li.open {
	}

	[id=nav-box] ul.navLevel_1 > li > span:where(.strong) ,
	[id=nav-box] ul.navLevel_1 > li > strong ,
	[id=nav-box] ul.navLevel_1 > li > a {
		display: block;
		padding: 6px 12px;
		background: #646464;
		color: #fff; 
		font-size: calc(1rem * 14 / 16);
		font-weight: bold;
		text-decoration: none;
		border: 1px solid #c8c8c8;
/*		font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
	}

	[id=nav-box] ul.navLevel_1 > li > span:where(.strong) ,
	[id=nav-box] ul.navLevel_1 > li > strong ,
	[id=nav-box] ul.navLevel_1 > li.on > a {
	}

	[id=nav-box] ul.navLevel_1 > li > span:where(.strong) ,
	[id=nav-box] ul.navLevel_1 > li > strong ,
	[id=nav-box] ul.navLevel_1 > li > a:hover {
	}

	[id=nav-box] ul.navLevel_1 > li > a:hover {
		background: #fff;
		color: #646464; 
	}

	/*2階層*/
	[id=nav-box] ul.navLevel_2 {
	}

	[id=nav-box] ul.navLevel_2 > li {
	}

	[id=nav-box] ul.navLevel_2 > li.open {
	}

	[id=nav-box] ul.navLevel_2 > li > span:where(.strong) ,
	[id=nav-box] ul.navLevel_2 > li > strong ,
	[id=nav-box] ul.navLevel_2 > li > a {
		display: block;
		padding: 15px 12px;
		background: #fff;
		color: #323232; 
		font-size: calc(1rem * 14 / 16);
		font-weight: normal;
		text-decoration: none;
		border-bottom: 1px solid #c8c8c8;
	}

	[id=nav-box] ul.navLevel_2 > li > span:where(.strong) ,
	[id=nav-box] ul.navLevel_2 > li > strong ,
	[id=nav-box] ul.navLevel_2 > li.on > a {
	}

	[id=nav-box] ul.navLevel_2 > li > span:where(.strong) ,
	[id=nav-box] ul.navLevel_2 > li > strong ,
	[id=nav-box] ul.navLevel_2 > li > a:hover {
		background-color: #fef0e7;
	}


	/*3階層*/
	[id=nav-box] ul.navLevel_3 {
	}

	[id=nav-box] ul.navLevel_3 > li {
	}

	[id=nav-box] ul.navLevel_3 > li.open {
	}

	[id=nav-box] ul.navLevel_3 > li > span:where(.strong) ,
	[id=nav-box] ul.navLevel_3 > li > strong ,
	[id=nav-box] ul.navLevel_3 > li > a {
		position: relative;
		display: block;
		padding: 8px 12px;
		padding-left: 32px;
		background: #f0f0f0;
		color: #323232; 
		font-size: calc(1rem * 14 / 16);
		font-weight: normal;
		text-decoration: none;
		border-bottom: 1px solid #c8c8c8;
	}

	[id=nav-box] ul.navLevel_3 > li > span:where(.strong) ,
	[id=nav-box] ul.navLevel_3 > li > strong ,
	[id=nav-box] ul.navLevel_3 > li.on > a {
	}

	[id=nav-box] ul.navLevel_3 > li > span:where(.strong)::before ,
	[id=nav-box] ul.navLevel_3 > li > strong::before ,
	[id=nav-box] ul.navLevel_3 > li > a::before {
		content: ">";
		position: absolute;
		top: auto;
		left: 18px;
		display: inline-block;
	}

	[id=nav-box] ul.navLevel_3 > li > span:where(.strong) ,
	[id=nav-box] ul.navLevel_3 > li > strong ,
	[id=nav-box] ul.navLevel_3 > li > a:hover {
		background-color: #fef0e7;
	}


	/*4階層*/
	[id=nav-box] ul.navLevel_4 {
	}

	[id=nav-box] ul.navLevel_4 > li {
	}

	[id=nav-box] ul.navLevel_4 > li.open {
	}

	[id=nav-box] ul.navLevel_4 > li > span:where(.strong) ,
	[id=nav-box] ul.navLevel_4 > li > strong ,
	[id=nav-box] ul.navLevel_4 > li > a {
		display: block;
		padding: 5px 12px;
		background: #dcdcdc;
		color: #323232; 
		font-size: calc(1rem * 14 / 16);
		font-weight: normal;
		text-decoration: none;
		border-bottom: 1px solid #c8c8c8;
	}

	[id=nav-box] ul.navLevel_4 > li > span:where(.strong)::before ,
	[id=nav-box] ul.navLevel_4 > li > strong::before ,
	[id=nav-box] ul.navLevel_4 > li > a::before {
		content: "・";
		margin-left: 0.5em;
		display: inline-block;
	}

	[id=nav-box] ul.navLevel_4 > li > span:where(.strong) ,
	[id=nav-box] ul.navLevel_4 > li > strong ,
	[id=nav-box] ul.navLevel_4 > li.on > a {
	}

	[id=nav-box] ul.navLevel_4 > li > span:where(.strong) ,
	[id=nav-box] ul.navLevel_4 > li > strong ,
	[id=nav-box] ul.navLevel_4 > li > a:hover {
		background: #eb3132;
		color: #fff; 
	}


	[id=nav-box] ul.navLevel_5 {
		display: none;
	}
	/* -- ☆階層が増えるごとに、連番で追加 -- */


}


/* -----------------------------
 コンテンツエリア
--------------------------------- */
/* 本文 */
.quoted-text blockquote ,
.highlight-quoted-text ,
.text-section ,
.faq-item ,
.vtable-item ,
.ircalendar-title ,
.ircalendar-item {
	letter-spacing: 0.02em;
/*	line-height: 2; */
}

/*-- 文中リンクテキスト --*/
.quoted-text blockquote a ,
.highlight-quoted-text a ,
.text-section a ,
.faq-item a ,
.vtable-item a ,
.ircalendar-title a ,
.ircalendar-item a {
	line-height: inherit;
}

/*-- 文中リンクの別窓アイコン --*/
.quoted-text blockquote a[target="_blank"]::after ,
.highlight-quoted-text a[target="_blank"]::after ,
.text-section a[target="_blank"]::after ,
.faq-item a[target="_blank"]::after ,
.vtable-item a[target="_blank"]::after ,
.ircalendar-title a[target="_blank"]::after ,
.ircalendar-item a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
	margin-top: -5px;
}

/*-- 文中リンクのPDFアイコン --*/
.quoted-text blockquote a[href$=".pdf"]::after ,
.highlight-quoted-text a[href$=".pdf"]::after ,
.text-section a[href$=".pdf"]::after ,
.faq-item a[href$=".pdf"]::after ,
.vtable-item a[href$=".pdf"]::after ,
.ircalendar-title a[href$=".pdf"]::after ,
.ircalendar-item a[href$=".pdf"]::after ,
.quoted-text blockquote a[href*=".pdf#"]::after ,
.highlight-quoted-text a[href*=".pdf#"]::after ,
.text-section a[href*=".pdf#"]::after ,
.faq-item a[href*=".pdf#"]::after ,
.vtable-item a[href*=".pdf#"]::after ,
.ircalendar-title a[href*=".pdf#"]::after ,
.ircalendar-item a[href*=".pdf#"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 20px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
}


/*------------------------------------- 
 見出し
-------------------------------------*/

@media print, screen and (min-width: 768px) {
	[data-page-path^="/jp/case-study"] .page-intro > h1 {
		padding-bottom: 0;
	}

	[data-page-path^="/jp/case-study"] #wrapper-3 {
		padding-top: 10px;
	}
}


/*-- ページ概要エリア --*/

/* jsで見出しをクローンしないで、wrapper-3内で表示する場合 */
#page-intro:not(.cloned) > .h1 {
	position: relative;
	display: block;
	color: #fff;
	font-size: calc(1rem * 36 / 18);
	font-weight: bold;
	line-height: 1.25;
	padding: 100px 20px;
}

@media handheld, only screen and (max-width: 767px) {
	#page-intro:not(.cloned) {
		padding: 0 10px;
	}

	#page-intro:not(.cloned) > .h1 {
		font-size: calc(1rem * 26 / 16);
		padding: 50px 0;
	}
}


/* jsで見出しをクローンして、wrapper-2外で表示する場合 */
/* -- ページタイトルをテキストで表示 -- */
.page-intro-wrapper {
	width: 100%;
}

.page-intro {
	max-width: calc(1000px + 40px);
	padding: 0 20px;
	margin: auto;
	margin-bottom: 20px;
}

body.multi3[data-page-marker~="news-folder"] .page-intro > .h0 {
	display: block;
}

body.multi3[data-page-marker~="news-folder"] .page-intro > .h0 ,
.page-intro > h1 {
	position: relative;
	z-index: 20;
	text-align: center;
	color: inherit;
	font-size: calc(1rem * 46 / 18);
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: 0.02em;
	padding: 100px 20px;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

.page-intro > h1 span {
	display: block;
	margin: 20px 0;
	font-size: calc(1rem * 20 / 18);
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	.page-intro {
		padding: 0 10px;
	}

	body.multi3[data-page-marker~="news-folder"] .page-intro > .h0 ,
	.page-intro > h1 {
		font-size: calc(1rem * 26 / 16);
		padding: 50px 0;
	}

	.page-intro > h1 span {
		font-size: calc(1rem * 14 / 16);
	}
}


/* ページタイトルを画像で表示 */
.page-intro .titleImage ,
#page-intro:not(.cloned) .titleImage {
	padding-top: 20px;
	margin-bottom: 20px;
}

/* 日付 */
/* ニュース配下のみ表示 */
.multi3[data-page-marker~="show-date"] #page-intro .text-meta {
	display: block;
	margin-bottom: 20px;
}
.multi3[data-page-marker~="hide-date-ex"] #page-intro .text-meta {
	display: none;
}
#page-intro .text-meta ul.text-data {
	text-align: right;
}


/* ページ概要・サムネイル画像 */
.page-intro .abstractImage ,
#page-intro .abstractImage {
	display: none;
}

/* 説明文 */
.page-intro .explanation ,
#page-intro .explanation {
}

/* リンク */
.page-intro .link-info ,
#page-intro .link-info {
}

/* ニュースページ カテゴリアイコン表示用(要plugin) */
.page-intro .category-icon ,
#page-intro .category-icon {
}

.page-intro .c_icon ,
#page-intro .c_icon {
	display: none;
}


/* ニュースページ 共通見出し表示用(要plugin) */
body.multi3[data-page-marker~="news-folder"] .page-intro > .h0 + h1 {
	display: none;
}

body.multi3[data-page-marker~="news-folder"] #page-intro > .h0 + .h1 {
	height: auto;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	text-align: left;
	letter-spacing: 0;

	display: block;
}

/*-------------- 中見出し ------------*/
/*-- (共通) --*/
body.multi3[data-page-marker~="news-folder"] #page-intro > .h0 + .h1 ,
.text-section h2 ,
.link-list h2 ,
.link-list-url h2 ,
.news-result h2 ,
.news-yuho h2 ,
.news-presentation h2 ,
.news-material h2 ,
.title2.style1 h2 ,
.title2.style1 h1 {
	position: relative;
	padding-top: 20px;
	text-align: center;
	color: inherit;
	font-size: calc(1rem * 40 / 18);
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: 0.02em;
	padding-bottom: 25px;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */

	margin-bottom: 30px;
}

body.multi3[data-page-marker~="news-folder"] #page-intro > .h0 + .h1::before ,
.text-section h2::before ,
.link-list h2::before ,
.link-list-url h2::before ,
.news-result h2::before ,
.news-yuho h2::before ,
.news-presentation h2::before ,
.news-material h2::before ,
.title2.style1 h2::before ,
.title2.style1 h1::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	display: block;
	width: 40px;
	height: 2px;
	background: #2bccb6;
	background: linear-gradient(-90deg, #21bec9 0%, #55d87c 53%, #81c838 100%);
	z-index: 100;
}

/*-- 見出しh3レベル --*/
.news-result dl dt ,
.news-yuho dl dt ,
.news-presentation dl dt ,
.news-material dl dt ,
.title3.style1 h3 {
	position: relative;
	padding-top: 10px;
	padding-bottom: 5px;
	color: inherit;
	font-size: calc(1rem * 28 / 18);
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: 0.02em;
	margin-bottom: 25px;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

/*
.news-result dl dt:first-letter ,
.news-yuho dl dt:first-letter ,
.news-presentation dl dt:first-letter ,
.news-material dl dt:first-letter ,
.title3.style1 h3:first-letter {
	color: #1a8000;
}
*/

/*-- 見出しh4レベル --*/
.title4.style1 h4 {
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: calc(1rem * 22 / 18);
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: 0.02em;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */

	margin-bottom: 15px;
}

@media handheld, only screen and (max-width: 767px) {
	body.multi3[data-page-marker~="news-folder"] #page-intro > .h0 + .h1 ,
	.text-section h2 ,
	.link-list h2 ,
	.link-list-url h2 ,
	.news-result h2 ,
	.news-yuho h2 ,
	.news-presentation h2 ,
	.news-material h2 ,
	.title2.style1 h2 {
		padding-bottom: 20px;
		font-size: calc(1rem * 26 / 16);
	}

	.news-result dl dt ,
	.news-yuho dl dt ,
	.news-presentation dl dt ,
	.news-material dl dt ,
	.title3.style1 h3 {
		font-size: calc(1rem * 20 / 16);
	}

	.title4.style1 h4 {
		font-size: calc(1rem * 16 / 16);
	}
}


/*-- 見出しh2・h3・h4 スタイルＢ --*/
.title2.style2 h2 {
	position: relative;
	padding-top: 20px;
	text-align: left;
	color: inherit;
	font-size: calc(1rem * 40 / 18);
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: 0.02em;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

.title2.style2 h2 span ,
.title2.style2 p {
	padding-top: 10px;
	padding-bottom: 5px;
	color: #ddd;
	font-size: calc(1rem * 24 / 18);
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: 0.02em;
}

.title2.style2 h2 span {
    display: block;
}
.title2.style2 p + h2 {
	padding-top: 0;
}

.title2.style2 h2::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 2px;
	background: #2bccb6;
	background: linear-gradient(-90deg, #21bec9 0%, #55d87c 53%, #81c838 100%);
}

.title3.style2 h3 {
	position: relative;
	padding-top: 10px;
	padding-bottom: 5px;
	color: inherit;
	font-size: calc(1rem * 26 / 18);
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: 0.02em;
	margin-bottom: 25px;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

.title4.style2 h4 {
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	color: inherit;
	font-size: calc(1rem * 22 / 18);
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: 0.02em;

	margin-bottom: 15px;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}


@media handheld, only screen and (max-width: 767px) {
	.title2.style2 h2 {
		font-size: calc(1rem * 26 / 16);
	}

	.title3.style2 h3 {
		font-size: calc(1rem * 22 / 16);
	}

	.title4.style2 h4 {
		font-size: calc(1rem * 16 / 16);
	}
}


/*-- 見出しh2・h3・h4 スタイルＣ --*/
.title2.style3 h2 {
}

.title3.style3 h3 {
	position: relative;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #ddd;
	font-size: calc(1rem * 24 / 18);
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: 0.02em;
	margin-bottom: 25px;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

.title4.style3 h4 {
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ddd;
	font-size: calc(1rem * 18 / 18);
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: 0.02em;
	margin-bottom: 15px;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

@media handheld, only screen and (max-width: 767px) {
	.title3.style3 h3 {
		font-size: calc(1rem * 18 / 16);
	}

	.title4.style3 h4 {
		font-size: calc(1rem * 16 / 16);
	}
}


/* 見出しを連続に置いた場合 */
.title3 + .title2 h2 {
	margin-top: -20px;
	padding-top: 0;
}

.title4 + .title3 h3 {
	margin-top: -10px;
	padding-top: 0;
}



/* 見出しh2 の装飾 */
.title2.style1 h2 i ,
.title2.style2 h2 i {
	font-style: normal;
	color: #1a8000;
	font-size: 150%;
	font-weight: 600;
	font-family: 'Quicksand', sans-serif;
}

.title2.style1 h2 i.sub ,
.title2.style2 h2 i.sub {
	display: block;
	font-size: calc(1rem * 22 / 18);
	margin: 10px 0;
}


/*== 見出しが中央揃え、左右枠線なし、左右パディングなし ==*/
#sharewithmain .lx_title_center {
}

.lx_title_center .title2 h2 ,
.lx_title_center .title2 p ,
.lx_title_center .title3 h3 ,
.lx_title_center .title3 p ,
.lx_title_center .title4 h4 ,
.lx_title_center .title4 p {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

.lx_title_center .title2 h2::before ,
.lx_title_center .title2 h2::after ,
.lx_title_center .title3 h3::before ,
.lx_title_center .title3 h3::after ,
.lx_title_center .title4 h4::before ,
.lx_title_center .title4 h4::after {
	content: none;
}

/*== 見出しh2用アイコン ==*/
.title2 h2 .icon_important::before {
	content: "i";
	display: inline-block;
	color: #ff3333;
	font-size: calc(1rem * 22 / 18);
	font-weight: bold;
	margin: 0 0.5em;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}


/*------------------------------------- 
 テキスト・画像
-------------------------------------*/
/*-------------- 緊急お知らせエリア --------------*/
/* 総合トップ・サイトトップのみ、コンテンツエリア外に１つのみ */
.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: 768px) {
	.quoted-text blockquote {
		width: 1000px;
		margin: 0px auto;
	}
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	.quoted-text {
		padding: 15px 15px;
	}
}


/*-------------- 囲み線ありテキスト --------------*/
.highlight-quoted-text {
	background: #f5f5f5;
	padding: 50px 75px;
	margin: 0 auto 20px;
	border-radius: 30px;
}

.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: calc(1rem * 12 / 18);
	font-style: italic;
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	.highlight-quoted-text {
		padding: 20px;
		border-radius: 15px;
	}
}



/*-------------- キャプション・リード・注釈 --------------*/
.lead-section.catch {
	font-size: calc(1rem * 42 / 18);
	font-weight: bold;
	line-height: 1.33;
}

.lead-section.lead {
	font-size: calc(1rem * 24 / 18);
	font-weight: bold;
	line-height: 1.33;
}

.lead-section.note {
	font-size: calc(1rem * 13 / 18);
}

.lead-section.style1 {
}

@media screen and (max-width: 767px) {
	.lead-section.catch {
		font-size: calc(1rem * 26 / 16);
	}

	.lead-section.lead {
		font-size: calc(1rem * 18 / 16);
	}
}

/*-------------- テキストと画像 --------------*/
.text-section {
	margin-bottom: 20px;
}


/*==== 画像背景化 ====*/
#sharewithmain .lx_text_img_lay_under {
	position: relative;
}

.lx_text_img_lay_under .text-section.highlight {
	position: static;
	margin: 0;
}

.lx_text_img_lay_under .text-section.highlight img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: "object-fit: cover;";
	z-index: -1;
}


/*-------------- FAQ --------------*/
.faq-list {
}

.faq-list > ul {
}

.faq-list > ul > li {
	clear: both;
	border-bottom: 1px solid #ddd;

	/* 閉じる時にQが隠れない用に暫定対策 */
	min-height: 107px;
}

.faq-list h3 {
	position: relative;
}

.faq-list h3::before {
	content: "Q";
	position: absolute;
	top: 50%;
	left: 21px;
	margin-top: -26px;
	display: block;
	color: #1a8000;
	font-size: calc(1rem * 54 / 18);
	font-weight: 600;
	line-height: 1;
	font-family: 'Quicksand', sans-serif;
}

.faq-list h3 a {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	min-height: 107px;
	color: inherit;
	font-size: calc(1rem * 22 / 18);
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: 0.02em;
	padding: 40px 0px 40px 80px;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}


/* 開閉アイコン */
.faq-list h3 a::before ,
.faq-list h3 a::after {
	content: "";
	position: absolute;
	display: block;
	background: #999;

	-webkit-transition: 0.5s 0.1s;
	-o-transition: 0.5s 0.1s;
	transition: 0.5s 0.1s;

	content: none;
}

.faq-list h3 a::before {
	top: 50%;
	right: 50px;
	width: 24px;
	height: 2px;
	-webkit-transform: translate(50%, -50%);
	    -ms-transform: translate(50%, -50%);
	        transform: translate(50%, -50%);
}
.faq-list h3 a::after {
	top: 50%;
	right: 50px;
	width: 2px;
	height: 24px;
	-webkit-transform: translate(50%, -50%);
	    -ms-transform: translate(50%, -50%);
	        transform: translate(50%, -50%);
}

.faq-list h3 a.js-selected::after {
	background-color: transparent;
}

.faq-item {
	position: relative;
	color: inherit;
	font-size: calc(1rem * 18 / 18);
	font-weight: normal;
	min-height: 35px;
	padding: 5px 0px 5px 80px;
	margin-left: 40px;
	border-left: 2px solid #1a8000;
	margin-bottom: 30px;
}

.faq-item::before {
	content: "A";
	position: absolute;
	top: 0px;
	left: 32px;
	display: block;
	color: #000;
	font-size: calc(1rem * 40 / 18);
	font-weight: 600;
	line-height: 1;
	font-family: 'Quicksand', sans-serif;
}


/*== FAQを出しっぱなしにする ==*/
#sharewithmain .lx_faq_always_open {
}

.lx_faq_always_open .faq-list h3 a {
	cursor: inherit;
}

.lx_faq_always_open .faq-list > ul > li {
	height: auto !important;
}

.lx_faq_always_open .faq-item {
	display: block !important;
}



/*------------------------------------- 
 ページ内リンク・バナーリンク・エリアリンク
 原則、内部リンクと外部リンクは同スタイルを設定する
-------------------------------------*/

/*-------------- ページ内リンク --------------*/
/* ページ内リンクは１カラム内にまとめて入力し、マルチカラムクラスでアライメントを設定する */
.anchor-link {
	margin-bottom: 10px;
}

.anchor-link a {
	position: relative;
	display: block;
	font-size: calc(1rem * 18 / 18);
	font-weight: bold;
	letter-spacing: 0.02em;
	padding-left: 30px;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

.anchor-link a::before {
	content: "";
	position: absolute;
	top: 0.8em;
	left: 0;
	margin-top: -11px;
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	background: url("../../../../../../resources/sw_img/icon/icon_anchor.svg") center center no-repeat;
	background-size: contain;
}


/* デスクトップ用 */
/* 幅をなりゆきにして、横に並べる */
@media print, screen and (min-width: 768px) {
	.anchor-link {
		display: inline-block;
	}

	.anchor-link + .anchor-link {
		margin-left: 10px;
		padding-left: 10px;
	}

	.lx_anchor_vertical .anchor-link {
		display: block;
	}

	.lx_anchor_vertical .anchor-link + .anchor-link {
		margin-left: 0;
		padding-left: 0;
	}

}

/* スマホ用 */
/*
@media handheld, only screen and (max-width: 767px) {
}


/*-------------- パネル（共通設定） --------------*/
.panel {
	margin: 0 auto 20px;
}

.panel a {
	display: block;
}

.panel a .icon_front ,
.panel a .icon_rear {
	display: none;
}

/* サブタイトルが上の場合 */
/* 通常：そのまま、span１つ：spanが非表示、span２つ：上のspanのみ非表示 */
/*
.panel h2 a > span:only-of-type ,
.panel h2 a > span:first-child:not(:only-of-type) {
	display: none;
}
*/

/* サブタイトルが下の場合 */
/* 通常：そのまま、span１つ：spanが非表示、span２つ：下のspanのみ非表示 */
/*
.panel h2 a > span:only-of-type ,
.panel h2 a > span + span {
	display: none;
}
*/

.panel a:hover {
	text-decoration: none;
}

/* テキストパネルは、コンテンツエリア幅/3まで */
@media print, screen and (min-width: 769px) {
	.panel.no-img {
		max-width: calc((var(--mainarea-width) - var(--column-side-margin) * 2) / 3);
	}
}


/* ----- 内部・外部パネル（テキストのみ）　スタイルＡ ----- */
/* ----- ダウンロードパネル（テキストのみ）　スタイルＡ ----- */
/* ----- 内部・外部パネル（テキストのみ）　スタイルＢ ----- */
/* ----- ダウンロードパネル（テキストのみ）　スタイルＢ ----- */
.internal-panel.no-img.style1 ,
.external-panel.no-img.style1 ,
.download-panel.no-img.style1 ,
.internal-panel.no-img.style2 ,
.external-panel.no-img.style2 ,
.download-panel.no-img.style2 {
	max-width: 500px;
	position: relative;
	z-index: 1;
}

.internal-panel.no-img.style1 a ,
.external-panel.no-img.style1 a ,
.download-panel.no-img.style1 a ,
.internal-panel.no-img.style2 a ,
.external-panel.no-img.style2 a ,
.download-panel.no-img.style2 a {
	position: relative;
}

.internal-panel.no-img.style1 a .text ,
.external-panel.no-img.style1 a .text ,
.download-panel.no-img.style1 a .text ,
.internal-panel.no-img.style2 a .text ,
.external-panel.no-img.style2 a .text ,
.download-panel.no-img.style2 a .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 76px;
	padding: 5px 25px;
	padding-right: 45px;
	text-align: center;
	font-size: calc(1rem * 18 / 18);
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.02em;
	background: #2bccb6;
/*	background: linear-gradient(-90deg, #21bec9 0%, #55d87c 53%, #81c838 100%); */
	background: linear-gradient(-90deg, rgb(27, 131, 117) 0%, rgb(48, 97, 96) 100%);
	background: #000;
	box-shadow: 2px 1px 10px rgba(32, 35, 37, 0.2);
	text-decoration: none;
	border-radius: 4px;
}

.internal-panel.no-img.style2 a .text ,
.external-panel.no-img.style2 a .text ,
.download-panel.no-img.style2 a .text {
	background: #2bccb6;
/*	background: linear-gradient(-90deg, #28cfd7 0%, #98e8ee 100%); */
	background: linear-gradient(-90deg, rgb(27, 131, 117) 0%, rgb(48, 97, 96) 100%);
	background: #000;
	text-decoration: none;
}

.internal-panel.no-img.style1 a .text::before ,
.external-panel.no-img.style1 a .text::before ,
.internal-panel.no-img.style2 a .text::before ,
.external-panel.no-img.style2 a .text::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -3px;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 7px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr02_white.svg") center center no-repeat;
	background-size: contain;
}

.internal-panel.no-img.style1 a[target="_blank"] .text::after ,
.external-panel.no-img.style1 a[target="_blank"] .text::after ,
.internal-panel.no-img.style2 a[target="_blank"] .text::after ,
.external-panel.no-img.style2 a[target="_blank"] .text::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
	margin-top: -5px;
}

.download-panel.no-img.style1 a[href*=".pdf"] .text::after ,
.download-panel.no-img.style1 a[href*=".xls"] .text::after ,
.download-panel.no-img.style1 a[href*=".zip"] .text::after ,
.download-panel.no-img.style2 a[href*=".pdf"] .text::after ,
.download-panel.no-img.style2 a[href*=".xls"] .text::after ,
.download-panel.no-img.style2 a[href*=".zip"] .text::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -10px;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 20px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.download-panel.no-img.style1 a[href*=".xls"] .text::after ,
.download-panel.no-img.style2 a[href*=".xls"] .text::after {
	background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/excel.png");
}

.download-panel.no-img.style1 a[href*=".zip"] .text::after ,
.download-panel.no-img.style2 a[href*=".zip"] .text::after {
	background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/zip.png");
}

.internal-panel.no-img.style1 p ,
.external-panel.no-img.style1 p ,
.download-panel.no-img.style1 p ,
.internal-panel.no-img.style2 p ,
.external-panel.no-img.style2 p ,
.download-panel.no-img.style2 p {
	margin-top: 15px;
	font-size: calc(1rem * 14 / 18);
}

.internal-panel.no-img.style1 a:hover .text ,
.external-panel.no-img.style1 a:hover .text ,
.download-panel.no-img.style1 a:hover .text {
/*	background: #2bccb6; */
/*	background: linear-gradient(90deg, rgb(27, 131, 117) 0%, rgb(48, 97, 96) 100%); */
	opacity: 0.7;
}

.internal-panel.no-img.style2 a:hover .text ,
.external-panel.no-img.style2 a:hover .text ,
.download-panel.no-img.style2 a:hover .text {
/*	background: #2bccb6; */
/*	background: linear-gradient(-90deg, #28cfd7 0%, #98e8ee 100%); */
/*	background: linear-gradient(90deg, rgb(27, 131, 117) 0%, rgb(48, 97, 96) 100%); */
	opacity: 0.7;
}


/*-- お問い合わせ専用 チェックボックスつきテキスト --*/
.external-panel.no-img.with-checkbox p ,
.external-panel:not(.no-img).with-checkbox p {
	text-align: center;
	font-size: calc(1rem * 14 / 18);
}

.external-panel.no-img.with-checkbox input[type=checkbox] ,
.external-panel:not(.no-img).with-checkbox input[type=checkbox] {
	vertical-align: middle;
}

/* お問い合わせ専用 リンク無効時 */
.external-panel.no-img.with-checkbox.disabled a ,
.external-panel:not(.no-img).with-checkbox.disabled a {
	background: #ccc;
	background: linear-gradient(-90deg, #aaa 0%, #ccc 100%);
	color: #eee;
}

.external-panel.no-img.with-checkbox.disabled h2 a::before ,
.external-panel:not(.no-img).with-checkbox.disabled h2 a::before {
	content: none;
}

@media handheld, only screen and (max-width: 767px) {
	.internal-panel.no-img.style1 a ,
	.external-panel.no-img.style1 a ,
	.download-panel.no-img.style1 a ,
	.internal-panel.no-img.style2 a ,
	.external-panel.no-img.style2 a ,
	.download-panel.no-img.style2 a {
		min-height: 50px;
		font-size: calc(1rem * 16 / 16);
	}
}


/* ----- 内部・外部パネル（テキストと画像）　スタイルＡ ----- */
/* ----- ダウンロードパネル（テキストと画像）　スタイルＡ ----- */
.internal-panel:not(.no-img).style1 ,
.external-panel:not(.no-img).style1 ,
.download-panel:not(.no-img).style1 {
	position: relative;
	z-index: 1;
}

.internal-panel:not(.no-img).style1 a ,
.external-panel:not(.no-img).style1 a ,
.download-panel:not(.no-img).style1 a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.internal-panel:not(.no-img).style1 a > * ,
.external-panel:not(.no-img).style1 a > * ,
.download-panel:not(.no-img).style1 a > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.panel:not(.no-img).style1 a .icon_front ,
.panel:not(.no-img).style1 a .icon_rear ,
.panel:not(.no-img).style2 a .icon_front ,
.panel:not(.no-img).style2 a .icon_rear {
	display: none;
}

.internal-panel:not(.no-img).style1 .text ,
.external-panel:not(.no-img).style1 .text ,
.download-panel:not(.no-img).style1 .text {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	position: relative;
	margin: 0 7% 15px;
	text-decoration: none;
}

.internal-panel:not(.no-img).style1 .text ,
.external-panel:not(.no-img).style1 .text ,
.download-panel:not(.no-img).style1 .text {
	position: relative;
	display: block;
	padding: 10px 0px;
	padding-left: 20px;
	text-align: left;
	font-size: calc(1rem * 22 / 18);
	color: #222;
	font-weight: bold;
	letter-spacing: 0.02em;
	text-decoration: none;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

.internal-panel:not(.no-img).style1 .text::before ,
.external-panel:not(.no-img).style1 .text::before ,
.download-panel:not(.no-img).style1 .text::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 13px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") center center no-repeat;
	background-size: contain;
}

.internal-panel:not(.no-img).style1 a[target="_blank"] .text::after ,
.external-panel:not(.no-img).style1 a[target="_blank"] .text::after {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
	margin-top: -5px;
}

.internal-panel:not(.no-img).style1 .text + figure ,
.external-panel:not(.no-img).style1 .text + figure ,
.download-panel:not(.no-img).style1 .text + figure {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	display: block;
	margin-bottom: 10px;
}

.internal-panel:not(.no-img).style1 .text + figure img ,
.external-panel:not(.no-img).style1 .text + figure img ,
.download-panel:not(.no-img).style1 .text + figure img {
	display: block;
	width: 100%;
	opacity: 1;
}


.internal-panel:not(.no-img).style1 p ,
.external-panel:not(.no-img).style1 p ,
.download-panel:not(.no-img).style1 p {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
	margin: 5px 7% 20px;
	font-size: calc(1rem * 18 / 18);
	color: #222;
	font-weight: normal;
}

.internal-panel:not(.no-img).style1 a:hover figure img ,
.external-panel:not(.no-img).style1 a:hover figure img ,
.download-panel:not(.no-img).style1 a:hover figure img {
	opacity: 0.7;
}


/* ----- 内部・外部パネル（テキストと画像）　スタイルＢ ----- */
/* ----- ダウンロードパネル（テキストと画像）　スタイルＢ ----- */
.internal-panel:not(.no-img).style2 a ,
.external-panel:not(.no-img).style2 a ,
.download-panel:not(.no-img).style2 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.internal-panel:not(.no-img).style2 a > * ,
.external-panel:not(.no-img).style2 a > * ,
.download-panel:not(.no-img).style2 a > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.internal-panel:not(.no-img).style2 .text ,
.external-panel:not(.no-img).style2 .text ,
.download-panel:not(.no-img).style2 .text {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	position: relative;
	margin: 0 7% 15px;
}

.internal-panel:not(.no-img).style2 .text ,
.external-panel:not(.no-img).style2 .text ,
.download-panel:not(.no-img).style2 .text {
	position: relative;
	display: block;
	padding: 10px 0px;
	padding-left: 20px;
	text-align: left;
	font-size: calc(1rem * 22 / 18);
	color: #222;
	font-weight: bold;
	letter-spacing: 0.02em;
	text-decoration: none;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

.internal-panel:not(.no-img).style2 .text::before ,
.external-panel:not(.no-img).style2 .text::before ,
.download-panel:not(.no-img).style2 .text::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 13px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") center center no-repeat;
	background-size: contain;
}

.internal-panel:not(.no-img).style2 a[target="_blank"] .text::after ,
.external-panel:not(.no-img).style2 a[target="_blank"] .text::after {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
	margin-top: -5px;
}

.internal-panel:not(.no-img).style2 .text + figure ,
.external-panel:not(.no-img).style2 .text + figure ,
.download-panel:not(.no-img).style2 .text + figure {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	display: block;
	margin-bottom: 10px;
}

.internal-panel:not(.no-img).style2 figure img ,
.external-panel:not(.no-img).style2 figure img ,
.download-panel:not(.no-img).style2 figure img {
	display: block;
	width: 100%;
	opacity: 1;
}


.internal-panel:not(.no-img).style2 p ,
.external-panel:not(.no-img).style2 p ,
.download-panel:not(.no-img).style2 p {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
	margin: 5px 7% 20px;
	font-size: calc(1rem * 18 / 18);
	color: #222;
	font-weight: normal;
}

.internal-panel:not(.no-img).style2 a:hover ,
.external-panel:not(.no-img).style2 a:hover ,
.download-panel:not(.no-img).style2 a:hover {
	box-shadow: 0 0 15px rgba(32, 35, 37, 0.15);
}



/*== テキストパネル 左寄せ ==*/
.lx_teaser_halign_left .panel.no-img {
	float: left;
	margin-right: 20px;
}

/*== テキストパネル 右寄せ ==*/
.lx_teaser_halign_right .panel.no-img {
	float: right;
	margin-left: 20px;
}



/*-------------- バナー（共通設定） --------------*/
.teaser ,
.external-teaser ,
.download-teaser {
	margin: 0 auto 20px;
}



/* ----- 内部・外部バナー（テキストのみ）　スタイルＡ ----- */
/* ----- ダウンロードバナー（テキストのみ）　スタイルＡ ----- */
/* ----- 内部・外部バナー（テキストのみ）　スタイルＢ ----- */
/* ----- ダウンロードバナー（テキストのみ）　スタイルＢ ----- */
.teaser.no-img.style1 ,
.external-teaser.no-img.style1 ,
.download-teaser.no-img.style1 ,
.teaser.no-img.style2 ,
.external-teaser.no-img.style2 ,
.download-teaser.no-img.style2 {
	max-width: 500px;
	position: relative;
	z-index: 1;
}

.teaser.no-img.style1 h2 ,
.external-teaser.no-img.style1 h2 ,
.download-teaser.no-img.style1 h2 ,
.teaser.no-img.style2 h2 ,
.external-teaser.no-img.style2 h2 ,
.download-teaser.no-img.style2 h2 {
	position: relative;
}

.teaser.no-img.style1 h2 a ,
.external-teaser.no-img.style1 h2 a ,
.download-teaser.no-img.style1 h2 a ,
.teaser.no-img.style2 h2 a ,
.external-teaser.no-img.style2 h2 a ,
.download-teaser.no-img.style2 h2 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 76px;
	padding: 5px 25px;
	padding-right: 45px;
	text-align: center;
	font-size: calc(1rem * 18 / 18);
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.02em;
	background: #2bccb6;
	background: linear-gradient(-90deg, #21bec9 0%, #55d87c 53%, #81c838 100%);
	box-shadow: 2px 1px 10px rgba(32, 35, 37, 0.2);
	text-decoration: none;
	border-radius: 4px;
}

.teaser.no-img.style2 h2 a ,
.external-teaser.no-img.style2 h2 a ,
.download-teaser.no-img.style2 h2 a {
	background: #2bccb6;
	background: linear-gradient(-90deg, #28cfd7 0%, #98e8ee 100%);
}


@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .teaser.no-img.style1 h2 a { height: 76px; }
	*::-ms-backdrop, .external-teaser.no-img.style1 h2 a { height: 76px; }
	*::-ms-backdrop, .download-teaser.no-img.style1 h2 a { height: 76px; }
	*::-ms-backdrop, .teaser.no-img.style2 h2 a { height: 76px; }
	*::-ms-backdrop, .external-teaser.no-img.style2 h2 a { height: 76px; }
	*::-ms-backdrop, .download-teaser.no-img.style2 h2 a { height: 76px; }
}

.teaser.no-img.style1 h2 a::before ,
.external-teaser.no-img.style1 h2 a::before ,
.teaser.no-img.style2 h2 a::before ,
.external-teaser.no-img.style2 h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -3px;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 7px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr02_white.svg") center center no-repeat;
	background-size: contain;
}

.teaser.no-img.style1 h2 a[target="_blank"]::after ,
.external-teaser.no-img.style1 h2 a[target="_blank"]::after ,
.teaser.no-img.style2 h2 a[target="_blank"]::after ,
.external-teaser.no-img.style2 h2 a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
	margin-top: -5px;
}

.download-teaser.no-img.style1 h2 a[href*=".pdf"]::after ,
.download-teaser.no-img.style1 h2 a[href*=".xls"]::after ,
.download-teaser.no-img.style1 h2 a[href*=".zip"]::after ,
.download-teaser.no-img.style2 h2 a[href*=".pdf"]::after ,
.download-teaser.no-img.style2 h2 a[href*=".xls"]::after ,
.download-teaser.no-img.style2 h2 a[href*=".zip"]::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -10px;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 20px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.download-teaser.no-img.style1 h2 a[href*=".xls"]::after ,
.download-teaser.no-img.style2 h2 a[href*=".xls"]::after {
	background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/excel.png");
}

.download-teaser.no-img.style1 h2 a[href*=".zip"]::after ,
.download-teaser.no-img.style2 h2 a[href*=".zip"]::after {
	background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/zip.png");
}

.teaser.no-img.style1 p ,
.external-teaser.no-img.style1 p ,
.download-teaser.no-img.style1 p ,
.teaser.no-img.style2 p ,
.external-teaser.no-img.style2 p ,
.download-teaser.no-img.style2 p {
	margin-top: 15px;
	font-size: calc(1rem * 14 / 18);
}

.teaser.no-img.style1 h2 a:hover ,
.external-teaser.no-img.style1 h2 a:hover ,
.download-teaser.no-img.style1 h2 a:hover {
	background: #2bccb6;
	background: linear-gradient(-90deg, #28cfd7 0%, #98e8ee 100%);
}

.teaser.no-img.style2 h2 a:hover ,
.external-teaser.no-img.style2 h2 a:hover ,
.download-teaser.no-img.style2 h2 a:hover {
	background: #2bccb6;
	background: linear-gradient(-90deg, #28cfd7 0%, #98e8ee 100%);
}


/*-- お問い合わせ専用 チェックボックスつきテキスト --*/
.external-teaser.no-img.with-checkbox p ,
.external-teaser:not(.no-img).with-checkbox p {
	text-align: center;
	font-size: calc(1rem * 14 / 18);
}

.external-teaser.no-img.with-checkbox input[type=checkbox] ,
.external-teaser:not(.no-img).with-checkbox input[type=checkbox] {
	vertical-align: middle;
}

/* お問い合わせ専用 リンク無効時 */
.external-teaser.no-img.with-checkbox.disabled h2 a ,
.external-teaser:not(.no-img).with-checkbox.disabled h2 a {
	background: #ccc;
	background: linear-gradient(-90deg, #aaa 0%, #ccc 100%);
	color: #eee;
}

.external-teaser.no-img.with-checkbox.disabled h2 a::before ,
.external-teaser:not(.no-img).with-checkbox.disabled h2 a::before {
	content: none;
}

@media handheld, only screen and (max-width: 767px) {
	.teaser.no-img.style1 h2 a ,
	.external-teaser.no-img.style1 h2 a ,
	.download-teaser.no-img.style1 h2 a ,
	.teaser.no-img.style2 h2 a ,
	.external-teaser.no-img.style2 h2 a ,
	.download-teaser.no-img.style2 h2 a {
		min-height: 50px;
		font-size: calc(1rem * 16 / 16);
	}
}


/* ----- 内部・外部バナー（テキストと画像）　スタイルＡ ----- */
/* ----- ダウンロードバナー（テキストと画像）　スタイルＡ ----- */
.teaser:not(.no-img).style1 ,
.external-teaser:not(.no-img).style1 ,
.download-teaser:not(.no-img).style1 {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.teaser:not(.no-img).style1 > * ,
.external-teaser:not(.no-img).style1 > * ,
.download-teaser:not(.no-img).style1 > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.teaser:not(.no-img).style1 h2 ,
.external-teaser:not(.no-img).style1 h2 ,
.download-teaser:not(.no-img).style1 h2 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	position: relative;
	margin: 0 7% 15px;
}

.teaser:not(.no-img).style1 h2 a ,
.external-teaser:not(.no-img).style1 h2 a ,
.download-teaser:not(.no-img).style1 h2 a {
	position: relative;
	display: block;
	padding: 10px 0px;
	padding-left: 20px;
	text-align: left;
	font-size: calc(1rem * 22 / 18);
	color: #222;
	font-weight: bold;
	letter-spacing: 0.02em;
	text-decoration: none;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

.teaser:not(.no-img).style1 h2 a::before ,
.external-teaser:not(.no-img).style1 h2 a::before ,
.download-teaser:not(.no-img).style1 h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 13px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") center center no-repeat;
	background-size: contain;
}

.teaser:not(.no-img).style1 h2 a[target="_blank"]::after ,
.external-teaser:not(.no-img).style1 h2 a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
	margin-top: -5px;
}

.teaser:not(.no-img).style1 h2 + a ,
.external-teaser:not(.no-img).style1 h2 + a ,
.download-teaser:not(.no-img).style1 h2 + a {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	display: block;
	margin-bottom: 10px;
}

.teaser:not(.no-img).style1 h2 + a img ,
.external-teaser:not(.no-img).style1 h2 + a img ,
.download-teaser:not(.no-img).style1 h2 + a img {
	display: block;
	width: 100%;
	opacity: 1;
}


.teaser:not(.no-img).style1 p ,
.external-teaser:not(.no-img).style1 p ,
.download-teaser:not(.no-img).style1 p {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
	margin: 5px 7% 20px;
	font-size: calc(1rem * 18 / 18);
	color: #222;
	font-weight: normal;
}

.teaser:not(.no-img).style1:hover > a img ,
.external-teaser:not(.no-img).style1:hover > a img ,
.download-teaser:not(.no-img).style1:hover > a img {
	opacity: 0.7;
}


/* ----- 内部・外部バナー（テキストと画像）　スタイルＢ ----- */
/* ----- ダウンロードバナー（テキストと画像）　スタイルＢ ----- */
.teaser:not(.no-img).style2 ,
.external-teaser:not(.no-img).style2 ,
.download-teaser:not(.no-img).style2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.teaser:not(.no-img).style2 > * ,
.external-teaser:not(.no-img).style2 > * ,
.download-teaser:not(.no-img).style2 > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.teaser:not(.no-img).style2 h2 ,
.external-teaser:not(.no-img).style2 h2 ,
.download-teaser:not(.no-img).style2 h2 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	position: relative;
	margin: 0 7% 15px;
}

.teaser:not(.no-img).style2 h2 a ,
.external-teaser:not(.no-img).style2 h2 a ,
.download-teaser:not(.no-img).style2 h2 a {
	position: relative;
	display: block;
	padding: 10px 0px;
	padding-left: 20px;
	text-align: left;
	font-size: calc(1rem * 22 / 18);
	color: #222;
	font-weight: bold;
	letter-spacing: 0.02em;
	text-decoration: none;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

.teaser:not(.no-img).style2 h2 a::before ,
.external-teaser:not(.no-img).style2 h2 a::before ,
.download-teaser:not(.no-img).style2 h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 13px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") center center no-repeat;
	background-size: contain;
}

.teaser:not(.no-img).style2 h2 a[target="_blank"]::after ,
.external-teaser:not(.no-img).style2 h2 a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
	margin-top: -5px;
}

.teaser:not(.no-img).style2 h2 + a ,
.external-teaser:not(.no-img).style2 h2 + a ,
.download-teaser:not(.no-img).style2 h2 + a {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	display: block;
	margin-bottom: 10px;
}

.teaser:not(.no-img).style2 > a img ,
.external-teaser:not(.no-img).style2 > a img ,
.download-teaser:not(.no-img).style2 > a img {
	display: block;
	width: 100%;
	opacity: 1;
}


.teaser:not(.no-img).style2 p ,
.external-teaser:not(.no-img).style2 p ,
.download-teaser:not(.no-img).style2 p {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
	margin: 5px 7% 20px;
	font-size: calc(1rem * 18 / 18);
	color: #222;
	font-weight: normal;
}

.teaser:not(.no-img).style2:hover ,
.external-teaser:not(.no-img).style2:hover ,
.download-teaser:not(.no-img).style2:hover {
	box-shadow: 0 0 15px rgba(32, 35, 37, 0.15);
}



/*== テキストバナー 左寄せ ==*/
.lx_teaser_halign_left .teaser.no-img ,
.lx_teaser_halign_left .external-teaser.no-img ,
.lx_teaser_halign_left .download-teaser.no-img {
	float: left;
	margin-right: 20px;
}

/*== テキストバナー 右寄せ ==*/
.lx_teaser_halign_right .teaser.no-img ,
.lx_teaser_halign_right .external-teaser.no-img ,
.lx_teaser_halign_right .download-teaser.no-img {
	float: right;
	margin-left: 20px;
}






/*------ 内部・外部 エリアリンク ------*/
.internal-link-area:not(.highlight) ,
.external-link-area:not(.highlight) {
	margin-bottom: 20px;
}

.internal-link-area:not(.highlight) > a ,
.external-link-area:not(.highlight) > a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.internal-link-area:not(.highlight) > a:hover ,
.external-link-area:not(.highlight) > a:hover {
	opacity: 0.7;
}


/*------ 内部・外部 エリアリンク（ハイライト表示） ------*/
.internal-link-area.highlight ,
.external-link-area.highlight {
	margin-bottom: 20px;
}

.internal-link-area.highlight > a ,
.external-link-area.highlight > a {
	display: block;
	text-decoration: none;
}

.internal-link-area.highlight > a:hover ,
.external-link-area.highlight > a:hover {
	opacity: 0.7;
}


/*------ ダウンロード エリアリンク ------*/
.download-link-area:not(.highlight) {
	margin-bottom: 20px;
}

.download-link-area:not(.highlight) > a {
	display: block;
	text-decoration: none;
}

.download-link-area:not(.highlight) > a:hover {
	opacity: 0.7;
}

/* -- テキスト先頭に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: 16px;
	height: 20px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
}


/*------------------------------------- 
 インデックス・サイトマップ
-------------------------------------*/
.index-map {
	font-size: 0;
	margin-bottom: 40px;
}



/* フォルダトップを表示する場合：フォルダトップ(第０階層) */
/* フォルダトップを表示しない場合：直下(第１階層)ページ */
/* バナースタイルで表示 */
.index-map > ul:first-of-type > li > .item {
	position: relative;
	margin-bottom: 30px;
}

.index-map > ul:first-of-type > li > .item > a {
	position: relative;
	display: block;
	text-decoration: none;
}

/* 画像なし */
.index-map > ul:first-of-type > li > .item .news_tx {
	position: relative;
	display: block;
	padding: 10px 30px;
	text-align: center;
	font-size: calc(1rem * 14 / 18);
	color: #222;
	background: #fff;
	text-decoration: none;
	border: 1px solid #bbb;
	border-radius: 3px;
}

.index-map > ul:first-of-type > li > .item > a .news_tx::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -5px;
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 13px;
	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[target="_blank"] .news_tx::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
	margin-top: -5px;
}


.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: 5px;
	font-size: calc(1rem * 14 / 18);
}

.index-map > ul:first-of-type > li > .item > a:hover .news_tx {
	background-color: #000;
	color: #fff;
}

.index-map > ul:first-of-type > li > .item > a:hover .news_tx::before {
	background-image: url("../../../../../../resources/sw_img/icon/icon_arr01_white.svg");
}


/* 画像あり */
.index-map > ul:first-of-type > li > .item .n_img {
	display: block;
	margin-bottom: 10px;
}

.index-map > ul:first-of-type > li > .item .n_img ~ .news_tx {
	border: none;
	border-radius: 0;

	position: relative;
	display: block;
	padding: 5px 0px;
	text-align: left;
	font-size: calc(1rem * 20 / 18);
	color: #1a8000;
	font-weight: bold;
	text-decoration: none;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

.index-map > ul:first-of-type > li > .item > a:hover .n_img ~ .news_tx {
	text-decoration: underline;
}




/* フォルダトップを表示する場合：直下(第１階層)ページ */
/* フォルダトップを表示しない場合：直下のさらに下層(第２階層)ページ */
/* リンクリストスタイルで表示 */
.index-map > ul:only-of-type > li > ul ,
.index-map > ul + ul.indexLevel_1 {
	display: block;
	margin-top: -5px;
	margin-bottom: 30px;
}

.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: #000;
	font-size: calc(1rem * 14 / 18);
	margin-bottom: 10px;
}

.index-map > ul:only-of-type > li > ul > li > .item::before ,
.index-map > ul + ul.indexLevel_1 > li > .item::before {
	content: "";
	position: absolute;
	top: calc(0px + 1.5em / 2 - 12px / 2);
	left: 6px;
	display: inline-block;
	width: 9px;
	height: 13px;
	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 ,
.index-map > ul + ul.indexLevel_1 > li > .item > a {
	display: inline;
}

.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: calc(1rem * 14 / 18);
}


/* フォルダトップを表示する場合：第２階層 */
/* フォルダトップを表示しない場合：第３階層 */
/* 非表示 */
.index-map ul.indexLevel_3 ,
.index-map > ul + ul > li > ul.indexLevel_2 {
	display: none;
}


/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	/* パーツ直下を疑似インデックスモード化 */
	.index-map > ul:first-of-type {
		display: flex;
		flex-flow: row wrap;
		width: calc(100% + 20px);
	}

	/* フォルダトップを表示する場合：フォルダトップは１カラム */
	.index-map > ul.indexLevel_0 > li {
		display: block;
		width: calc(100% - 20px);
	}

	/* フォルダトップを表示しない場合：直下ページは３カラムに */
	.index-map > ul.indexLevel_1:only-of-type > li  {
		display: inline-block;
		vertical-align: top;
		width: calc((99.9999% - 20px * 3) / 3);
		margin-right: 20px;
	}
	.index-map > ul:only-of-type > li:nth-child(3n) {
		margin-right: 0; 
	}

}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	/* 常に１カラム表示 */
}



/*------------------------------------- 
 リスト
-------------------------------------*/

/* 決算短信・有報・説明会資料（自動連携） */
/* 年度区切りの資料の下マージンは、カラムの下マージンと同値に合わせる */
.news-result dl:not(:last-child) ,
.news-yuho dl:not(:last-child) ,
.news-presentation dl:not(:last-child) {
	margin-bottom: 50px;
}

/* 最新決算資料（自動連携）、リンクリスト（手動）*/
/* 四半期区切りの資料の下マージンは、パーツの下マージンと同値に合わせる */
.news-material dl:not(:last-child) ,
.link-list:not(.highlight) ul ,
.link-list-url ul {
	margin-bottom: 20px;
}

/* 決算短信・有報・説明会資料（自動連携） */
.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 .title-quater {
	display: none;
}
.news-material .title-q4 {
}

.news-material .prefix-quarter ,
.news-material .postfix-quarter {
	display: none;
}

.news-material .addition-quarter {
	display: none;
}


/* リスト共通設定 決算短信・有報・最新決算資料・説明会資料（自動連携）、リンクリスト（手動） */
.link-list:not(.highlight) 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;
	padding-top: 5px;
	margin-bottom: 5px;
}

/* パターンA：ダウンロードもアイコンをつける場合 */
.link-list:not(.highlight) ul li ,
.link-list-url ul li ,
.news-result dl dd:not(.highlight) ,
.news-yuho dl dd:not(.highlight) ,
.news-presentation dl dd:not(.highlight) ,
.news-material dl dd:not(.highlight) {
	padding-left: 20px;
}

.link-list:not(.highlight) li:not(.highlight)::before ,
.link-list-url li:not(.highlight)::before ,
.news-result dl dd:not(.highlight)::before ,
.news-yuho dl dd:not(.highlight)::before ,
.news-presentation dl dd:not(.highlight)::before ,
.news-material dl dd:not(.highlight)::before {
	content: "";
	position: absolute;
	top: calc(5px + 1.5em / 2 - 12px / 2);
	left: 2px;
	display: inline-block;
	width: 9px;
	height: 13px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
}

/* パターンB：ダウンロードにリンクアイコンをつけない場合 */
/*
.link-list:not(.highlight) .internal-link-text:not(.highlight) ,
.link-list:not(.highlight) .external-link-text:not(.highlight) ,
.link-list-url .internal-link-text:not(.highlight) ,
.link-list-url .external-link-text:not(.highlight) ,
.news-result dl dd.no-download:not(.highlight) ,
.news-yuho dl dd.no-download:not(.highlight) ,
.news-presentation dl dd.no-download:not(.highlight) ,
.news-material dl dd.no-download:not(.highlight) {
	padding-left: 20px;
}

.link-list:not(.highlight) .internal-link-text:not(.highlight)::before ,
.link-list:not(.highlight) .external-link-text:not(.highlight)::before ,
.link-list-url .internal-link-text:not(.highlight)::before ,
.link-list-url .external-link-text:not(.highlight)::before ,
.news-result dl dd.no-download:not(.highlight)::before ,
.news-yuho dl dd.no-download:not(.highlight)::before ,
.news-presentation dl dd.no-download:not(.highlight)::before ,
.news-material dl dd.no-download:not(.highlight)::before {
	content: "";
	position: absolute;
	top: calc(5px + 1.5em / 2 - 12px / 2);
	left: 2px;
	display: inline-block;
	width: 9px;
	height: 13px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
}
*/


/* ハイライト表示のリンクは、直前のリンクに属する様に見えるスタイルにする。 */
/* (ハイライト表示されていないリンクは、他の決算短信・有報と同列に表示）  */
.link-list:not(.highlight) li.highlight ,
.link-list-url li.highlight ,
.news-result dl dd.highlight ,
.news-yuho dl dd.highlight ,
.news-presentation dl dd.highlight ,
.news-material dl dd.highlight {
	padding-top: 0px;
	padding-left: 45px;
}

/* ハイライト表示のリンクのＬ字アイコン */
.link-list:not(.highlight) li.highlight::before ,
.link-list-url li.highlight::before ,
.news-result dl dd.highlight::before ,
.news-yuho dl dd.highlight::before ,
.news-presentation dl dd.highlight::before ,
.news-material dl dd.highlight::before {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	transform: none;

	content: "";
	position: absolute;
	top: 3px;
	left: 25px;
	display: block;
	width: 10px;
	height: 10px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* 非ハイライト表示のリンクなしテキストは、リンクアイコン無し */
.link-list:not(.highlight) 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;
}

/* リンクテキスト */
.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) {
}

/* 外窓アイコン（ダウンロードにはつけない） */
.link-list:not(.highlight) .internal-link-text > a[target="_blank"]::after ,
.link-list:not(.highlight) .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: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
	margin-top: -5px;
}


/*-- リンクリスト（ハイライト表示） --*/
.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(1rem - 2px); */
	font-size: 1rem;
}



/* セル */
/* 枠線とセル内余白を指定 */
/* ※枠線が必要ない場合、1px solid transparentで設定する */
.shwTable table.htCore tr td ,
th, td {
	color: inherit;
	padding: 15px 20px;
	border: 1px solid #ddd;
}
/* 背景色を指定 */
.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"] ,
.htCore tr:nth-child(2n+1) td:not(.tableRowHead):not(.tableColumnHead) ,
.tbCore tr:nth-child(2n+1) td:not(.tbRowHead):not(.tbColumnHead) ,
.icell tr:nth-child(2n) td {
/*	background-color: #ededed; */
}

/* 見出し */
/* 背景色と文字色を指定 */
.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 .tableRowHead ,
.shwTable table tr .tableColumnHead ,
.tbRowHead ,
.tbColumnHead ,
th {
	background-color: #f5f5f5;
	color: #222;
	font-weight: normal;
}

/* 見出し列 */
/* 背景色と文字色を指定 */
.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 .tableColumnHead ,
.tbColumnHead ,
.vtable-item > table > tbody > tr > th {
	text-align: left;
	vertical-align: middle;
}

/* 見出し行 */
/* 背景色と文字色を指定 */
.highlights-table tr.r0 th ,
.highlights-alltable-2nd tr.r0 th ,
.haitou-table-2nd th ,
.shwTable table tr .tableRowHead ,
.tbRowHead ,
.ircalendar-title > table > tbody > tr > th ,
thead th {
	text-align: center;
	vertical-align: top;
}

/* 見出しセル中の太字 */
/* thはboldが基本設定なので、thをnormalに設定する場合は、要変更 */
.vtable-item > table > tbody > tr > th span:where(.strong) ,
.ircalendar-title > table > tbody > tr > th span:where(.strong) ,
.vtable-item > table > tbody > tr > th strong ,
.ircalendar-title > table > tbody > tr > th strong {
/*	font-weight: normal; */
}




/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	/* お問い合わせを表組風に */
	/* 枠線とセル内余白（セル相当）、背景色と文字色(見出し列相当)を指定 */
	.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 20px;
		border: 1px solid #ddd;

		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: #f5f5f5;
		color: #fff;
		font-weight: normal;
	}
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	/* お問い合わせを表組風に */
	/* 枠線とセル内余白（セル相当）、背景色と文字色(見出し列相当)を指定 */
	.form-wrapper .form-edit ,
	.form-wrapper .form-selection ,
	.form-wrapper .form-edit > label ,
	.form-wrapper .form-selection > label {
		color: inherit;
		padding: 15px 15px;
		border: 1px solid #ddd;
	}

	/* 見出し部分、カウンターマージンを設定する */
	.form-wrapper .form-edit > label ,
	.form-wrapper .form-selection > label {
		border-top: none;
		border-left: none;
		border-right: none;
		margin: -15px -15px 15px;

		text-align: left;
		vertical-align: middle;
		background-color: #f5f5f5;
		color: #fff;
		font-weight: normal;
	}
}



/*-------------- テーブル縦 --------------*/
/* -- デフォルト比率  -- */
.vtable-item > table > tbody > tr > th ,
.vtable-item > table > tbody > tr > td {
	width: 20%;
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	/* テーブル縦を、縦に並べるスタイル */
	/*
	.vtable-item > table ,
	.vtable-item > table > tbody ,
	.vtable-item > table > tbody > tr ,
	.vtable-item > table > tbody > tr > th ,
	.vtable-item > table > tbody > tr > td {
		display: block;
	}

	.vtable-item > table > tbody > tr > th ,
	.vtable-item > table > tbody > tr > td {
		width: auto !important;
	}

	.vtable-item > table > tbody > tr > th::after ,
	.vtable-item > table > tbody > tr > td::after {
		content: "";
		display: block;
		clear: both;
	}
	*/
}

/*-------------- テーブル横 --------------*/
/* -- デフォルト比率  -- */
.ircalendar-title > table > tbody > tr > th ,
.ircalendar-item > table > tbody >tr > td {
	width: 20%;
}


/*-------------- 表組 --------------*/
/* -- 表タイトル -- */
.shwTableTitle {
}

.shwTableTitle h2 {
	font-weight: bold;
	margin-bottom: 5px;
}

/* -- 表組 -- */
.shwTable {
	margin-bottom: 20px;
}

/* -- 単位（表組の外） -- */
.shwTable td.shw-table-row {
	color: inherit;
}


/*-------------- 財務ハイライト表組 --------------*/
.highlights-table ,
.highlights-alltable-2nd {
	margin-bottom: 40px;
}

/* 単位 */
.highlights-table .unit {
}

/* 年度 */
.highlights-table tr.r0 th ,
.highlights-alltable-2nd tr.r0 th {
	white-space: nowrap;
}

/*-------------- 配当 表組 --------------*/
.haitou-table-2nd {
	margin-bottom: 20px;
}

/* 配当予想セル */
.haitou-table-2nd table th.y0 ,
.haitou-table-2nd table td.y0 {
}



/*------------------------------------- 
 グラフ・財務ハイライト(グラフ)・配当金(グラフ)
-------------------------------------*/
/* important付きは、html上のスタイルを上書きする必要があるもの */

/*-------------- グラフ --------------*/
.graph {
	margin-bottom: 20px;
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	/* グラフをタップしてもツールチップが出ない様にする代わりに */
	/* グラフ部分をドラッグしてのスクロールを可能にする */
	.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 > div::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;
	}


	/* 横スワイプを可能にする */
	/* 横幅はUIで設定する必要がある */
	.lx_graph_sp_swipe .graph {
		overflow-x: scroll;
	}

	.lx_graph_sp_swipe .graph > div {
		display: inline-block;
	}
}


/* -- 財務ハイライトver2 グラフ (凡例を含むエリア) -- */
.highlights-2nd > div:not(.highlights-table) {
/*	height: auto !important; */
	margin-bottom: 40px;
}

/* -- 財務ハイライト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: 768px) {
	.multiColumn1 .highlights-2nd .highlights-graph {
		height: 500px !important;
	}
}

/*-------------- 配当グラフ --------------*/
.haitou-graph-2nd {
	margin-bottom: 40px;
}

.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-list:not(.thumnail) ,
.basic-list-english:not(.thumnail) {
	margin-bottom: 40px;
}

.basic-list:not(.thumnail) .tabItems ,
.basic-list-english:not(.thumnail) .tabItems {
	padding-top: 1px;
}

/* -- 1つのリリース -- */
.basic-list:not(.thumnail) .tabItems li ,
.basic-list-english:not(.thumnail) .tabItems li {
	position: relative;

	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.basic-list:not(.thumnail) .tabItems li h3 ,
.basic-list-english:not(.thumnail) .tabItems li h3 {
	position: relative;
	display: block; 
	padding-top: 1.5em;
	padding-left: 0;
}

.basic-list:not(.thumnail) .tabItems li a ,
.basic-list-english:not(.thumnail) .tabItems li a {
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
}

/* -- リリースのテキスト -- */
.basic-list:not(.thumnail) .tabItems li .news_tx ,
.basic-list-english:not(.thumnail) .tabItems li .news_tx {
}

.basic-list:not(.thumnail) .tabItems li a .news_tx ,
.basic-list-english:not(.thumnail) .tabItems li a .news_tx {
	color: #1a8000;
}

.basic-list:not(.thumnail) .tabItems li a:hover .news_tx ,
.basic-list-english:not(.thumnail) .tabItems li a:hover .news_tx {
	text-decoration: underline;
}

/* -- 日付 -- */
.basic-list:not(.thumnail) .tabItems li .date ,
.basic-list-english:not(.thumnail) .tabItems li .date {
	position: absolute;
	top: 0;
	left: 0;
}

/* -- カテゴリアイコン -- */
.basic-list:not(.thumnail) .tabItems li .c_icon ,
.basic-list-english:not(.thumnail) .tabItems li .c_icon {
	text-decoration: none;
	display: block;

	margin-top: -1.5em;
	min-height: 1.5em;
	padding-left: 8.8em;
}

/* -- ファイルアイコン -- */
.basic-list:not(.thumnail) .tabItems li .d_icon ,
.basic-list-english:not(.thumnail) .tabItems li .d_icon {
}

/* NEWアイコン */
/* js制御される為、displayの設定は不可 */
.basic-list:not(.thumnail) .tabItems li .n_icon ,
.basic-list-english:not(.thumnail) .tabItems li .n_icon {
	margin: 0 0.5em;
}

.basic-list:not(.thumnail) .tabItems li .n_icon::before ,
.basic-list-english:not(.thumnail) .tabItems li .n_icon::before {
	content: "NEW";
	display: inline-block;
	vertical-align: middle;
	color: #e53064;
	font-size: calc(1rem * 15 / 18);
	font-weight: normal;
	letter-spacing: 0.04em;
}

/* -- もっと読む・詳細（ニュース概要） -- */
.basic-list:not(.thumnail) .tabItems li .det_tx ,
.basic-list-english:not(.thumnail) .tabItems li .det_tx {
	display: none;
}


/*----------- サムネイルあり -----------*/
.basic-list.thumnail ,
.basic-list-english.thumnail {
	margin-bottom: 20px;
}

.basic-list.thumnail .tabItems ,
.basic-list-english.thumnail .tabItems {
	font-size: 0;
	text-align: left;
	margin-right: -18px;
}

/* PCでは１行に３つづつで、画像が上側、テキストは下側に配置 */
.basic-list.thumnail .tabItems li ,
.basic-list-english.thumnail .tabItems li {
	cursor: inherit;
	font-size: calc(1rem * 14 / 18);
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;

	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(99.9999% / 3 - 18px);
	margin-right: 18px;
	margin-bottom: 30px;
}

.basic-list.thumnail .tabItems li .n_img ,
.basic-list-english.thumnail .tabItems li .n_img {
	width: 100%;
	margin-bottom: 10px;
}

/* 日付、カテゴリアイコンを非表示 */
.basic-list.thumnail .tabItems li .date ,
.basic-list-english.thumnail .tabItems li .date {
	position: absolute;
	bottom: 0;
	left: 0;
}

.basic-list.thumnail .tabItems li .c_icon ,
.basic-list-english.thumnail .tabItems li .c_icon {
	position: absolute;
	bottom: 0;
	right: 0;
}

.basic-list.thumnail .tabItems li a ,
.basic-list-english.thumnail .tabItems li a {
	color: inherit;
	text-decoration: none;
}

.basic-list.thumnail .tabItems li a:hover ,
.basic-list-english.thumnail .tabItems li a:hover {
	-ms-opacity: 0.7;
	opacity: 0.7;
}

/* NEWアイコン */
/* js制御される為、displayの設定は不可 */
.basic-list.thumnail .tabItems li .n_icon ,
.basic-list-english.thumnail .tabItems li .n_icon {
	position: absolute;
	top: 0;
	right: 0;
}

.basic-list.thumnail .tabItems li .n_icon::before ,
.basic-list-english.thumnail .tabItems li .n_icon::before {
	content: "NEW";
	display: block;
	padding: 3px 10px;
	font-size: calc(1rem * 12 / 18);
	color: #fff;
	background: #ff3333;
}

/* 非公開アイコンテキスト */
/* タイルの形が崩れない様に上に載せている */
.basic-list.thumnail .tabItems li .note_tx ,
.basic-list-english.thumnail .tabItems li .note_tx {
	position: absolute;
	z-index: 1;
}

.basic-list.thumnail .tabItems li h3 ,
.basic-list-english.thumnail .tabItems li h3 {
	overflow: hidden;
	padding-bottom: 40px;
}

/* ニューステキスト */
.basic-list.thumnail .tabItems li .news_tx ,
.basic-list-english.thumnail .tabItems li .news_tx {
	display: inline;
}

/* 概要テキスト */
.basic-list.thumnail .tabItems li .det_tx ,
.basic-list-english.thumnail .tabItems li .det_tx {
	display: none;
}



/*----------- 情報パネル -----------*/
.basic-list .infoPanel ,
.basic-list-english .infoPanel {
	position: relative;
}

.basic-list .countTab ,
.basic-list-english .countTab ,
.basic-list .clearTab ,
.basic-list-english .clearTab {
/*	display: none; */
}

.basic-list .clearTab ,
.basic-list-english .clearTab {
	position: relative;
	height: 0;
	text-align: right;
}

.basic-list .clearTab span ,
.basic-list-english .clearTab span {
	display: inline-block;
	cursor: pointer;

	padding: 1px 0px;
	text-align: center;
	font-size: calc(1rem * 13 / 18);
	color: #666;
	border-bottom: 1px solid #666;
}

.basic-list .countTab ,
.basic-list-english .countTab {
	margin-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	text-align: center;
	font-size: calc(1rem * 14 / 18);
	color: #000;
	border-bottom: 2px solid #dedede;
}

.basic-list .countTab .total ,
.basic-list-english .countTab .total ,
.basic-list .countTab .view ,
.basic-list-english .countTab .view {
	font-size: calc(1rem * 24 / 18);
	font-weight: bold;
	color: #1a8000;
	letter-spacing: 0.025em;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}


/*----------- タブ(絞込み) -----------*/
.basic-list .yearTabs ,
.basic-list-english .yearTabs {
	margin-bottom: 20px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #ddd;
}

.basic-list .tabs ,
.basic-list-english .tabs {
	margin-bottom: 40px;
}

.basic-list .tabs .tabItems > li ,
.basic-list-english .tabs .tabItems > li {
	display: block;
	margin-bottom: 10px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #ddd;
}

.basic-list .yearTabs span ,
.basic-list-english .yearTabs span ,
.basic-list .tabs span ,
.basic-list-english .tabs span {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 5px;

	padding: 5px 20px;
	font-size: calc(1rem * 14 / 18);
	background: #eee;
}

.basic-list .yearTabs span[active] ,
.basic-list-english .yearTabs span[active] ,
.basic-list .tabs span[active] ,
.basic-list-english .tabs span[active] {
	background: #ccc;
}

.basic-list .yearTabs span:hover ,
.basic-list-english .yearTabs span:hover ,
.basic-list .tabs span:hover ,
.basic-list-english .tabs span:hover {
	background: #ccc;
}

/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list .tabs ul[data-category-level="1"] > li > span ,
.basic-list-english .tabs ul[data-category-level="1"] > li > span {
	display: none;
}

/* 全ての全てタブは、デフォルト非表示 */
.basic-list .tabs li.allall ,
.basic-list-english .tabs li.allall {
	display: none;
}



/*----------- カテゴリアイコン -----------*/
/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list .tabItems li .c_icon span[category-level="1"] ,
.basic-list-english .tabItems li .c_icon span[category-level="1"] {
	display: none;
}

.basic-list .tabItems li .c_icon span ,
.basic-list-english .tabItems li .c_icon span {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 5px;

	min-width: 100px;
	height: 20px;
	line-height: 1.25;
	font-size: calc(1rem * 12 / 18);
	font-weight: normal;
	text-align: center;
	padding: 3px 5px 0;

	color: #000;
	background: #fff;
	border: 1px solid #999;
}

/* カテゴリ設定で個別に背景色等を設定する */
/* ↓サンプル */
.basic-list .tabItems li .c_icon span.tekiji ,
.basic-list-english .tabItems li .c_icon span.tekiji {
/*	background: #e9452a; */
}

.basic-list .tabItems li .c_icon span.result ,
.basic-list-english .tabItems li .c_icon span.result {
/*	background: #2a3d81; */
}

.basic-list .tabItems li .c_icon span.none ,
.basic-list-english .tabItems li .c_icon span.none {
/*	background: #777; */
}


/* アイコン上の文字をcssで書き換える事は出来なくなりました。 */


/* マルチ２一覧 カテゴリをフラット選択に */
.ux_multi2_flat_category .basic-list .tabs li.allall ,
.ux_multi2_flat_category .basic-list-english .tabs li.allall {
	display: inline;
}

.ux_multi2_flat_category .basic-list .tabs span.allall ,
.ux_multi2_flat_category .basic-list-english .tabs span.allall {
	display: inline-block;
}

.ux_multi2_flat_category .basic-list .tabs li.all ,
.ux_multi2_flat_category .basic-list-english .tabs li.all {
	display: none;
}

.ux_multi2_flat_category .basic-list .tabs > ul > li ,
.ux_multi2_flat_category .basic-list-english .tabs > ul > li {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}

.ux_multi2_flat_category .basic-list .tabs ,
.ux_multi2_flat_category .basic-list-english .tabs {
	padding: 10px 10px 5px;
	border: 1px solid #ddd;
}



/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	/* １カラム時。２カラム以上はSPと同じ表示 */
	.multiColumn1 .basic-list:not(.thumnail) .tabItems li h3 ,
	.multiColumn1 .basic-list-english:not(.thumnail) .tabItems li h3 {
		padding-top: 0px;
		padding-left: 16.8em;
	}

	.multiColumn1 .basic-list:not(.thumnail) .tabItems li .c_icon ,
	.multiColumn1 .basic-list-english:not(.thumnail) .tabItems li .c_icon {
		width: auto;
		float: none;
		margin: 0;
		padding: 0;

		display: inline-block;
		vertical-align: top;
		margin-bottom: -10px;

	/* 縦並び */
		width: 120px;
		float: left;
		margin-left: -120px;

	/* 横並び */
	/*
		min-width: 120px;
		margin-left: -120px;
	*/
	}
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	.basic-list.thumnail .tabItems li ,
	.basic-list-english.thumnail .tabItems li {
		width: calc(100% / 2 - 18px);
	}

	.basic-list.thumnail .tabItems li h3 ,
	.basic-list-english.thumnail .tabItems li h3 {
		padding-bottom: 70px;
	}

	.basic-list.thumnail .tabItems li .date ,
	.basic-list-english.thumnail .tabItems li .date {
		bottom: 32px;
	}

	.basic-list.thumnail .tabItems li .c_icon ,
	.basic-list-english.thumnail .tabItems li .c_icon {
		right: auto;
		left: 0;
	}

}



/*-- IR統合アイコン --*/
#sharewithmain .lx_multi2_combine_ir {
}

.lx_multi2_combine_ir .basic-list .tabs li.renkei > span ,
.lx_multi2_combine_ir .basic-list-english .tabs li.renkei > span {
	display: inline-block;
}

.lx_multi2_combine_ir .basic-list .tabs li.renkei ul ,
.lx_multi2_combine_ir .basic-list-english .tabs li.renkei ul {
	display: none;
}


.lx_multi2_combine_ir .basic-list .tabItems li .c_icon span[data-category-group="renkei"] ,
.lx_multi2_combine_ir .basic-list-english .tabItems li .c_icon span[data-category-group="renkei"] {
	display: none;
}
.lx_multi2_combine_ir .basic-list .tabItems li .c_icon span.renkei ,
.lx_multi2_combine_ir .basic-list-english .tabItems li .c_icon span.renkei {
	display: inline-block;
}


/*-- カテゴリアイコン無し --*/
#sharewithmain .lx_multi2_no_c_icon {
}

.lx_multi2_no_c_icon .basic-list:not(.thumnail) .tabItems li .c_icon ,
.lx_multi2_no_c_icon .basic-list-english:not(.thumnail) .tabItems li .c_icon {
	display: none;
}

.lx_multi2_no_c_icon .basic-list:not(.thumnail) .tabItems li .c_icon ,
.lx_multi2_no_c_icon .basic-list-english:not(.thumnail) .tabItems li .c_icon {

}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	.multiColumn1.lx_multi2_no_c_icon .basic-list:not(.thumnail) .tabItems li h3 ,
	.multiColumn1.lx_multi2_no_c_icon .basic-list-english:not(.thumnail) .tabItems li h3 {
		padding-left: 8.8em;
	}
}



/*------------------------------------- 
 マルチ３
-------------------------------------*/

/*----------- サムネイルなし -----------*/
.basic-list2:not(.thumnail) {
	margin-bottom: 40px;
}

.basic-list2:not(.thumnail) .tabItems {
	padding-top: 1px;
}

/*-- リリース1件分 --*/
.basic-list2:not(.thumnail) .tabItems > li {
	position: relative;

	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dfdfdf;
}

.basic-list2:not(.thumnail) .item {
	position: relative;
	display: block; 
	padding-top: 1.5em;
	padding-left: 0;
}

.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 .news_tx {
}

.basic-list2:not(.thumnail) .item > a .news_tx {
	color: inherit;
}

.basic-list2:not(.thumnail) .item > a:hover .news_tx {
	color: #1a8000;
	text-decoration: underline;
}

/* ファイルアイコン */
.basic-list2:not(.thumnail) .item .d_icon {
}

/* 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: #ff3333;
	font-size: calc(1rem * 10 / 18);
	font-weight: bold;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', 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 .det_tx {
	display: none;
}

/* 説明文 */
.basic-list2:not(.thumnail) .item .explanation > li {
}

/* ファイル */
.basic-list2:not(.thumnail) .item .link-info {
}


/* 日付 */
.basic-list2:not(.thumnail) .item .date {
	position: absolute;
	top: 0;
	left: 0;
	color: #1a8000;
}

/* カテゴリアイコン */
.basic-list2:not(.thumnail) .item .c_icon {
	text-decoration: none;
	display: block;

	margin-top: -1.5em;
	min-height: 1.5em;
	padding-left: 8.8em;
}

.basic-list2:not(.thumnail) .item .c_icon li {
	display: inline;
}


/*----------- サムネイルあり -----------*/
.basic-list2.thumnail {
	margin-bottom: 20px;
}

.basic-list2.thumnail .tabItems {
	overflow: hidden;
	font-size: 0;
	text-align: left;
	padding: 10px;
	margin-left: -10px;
	margin-right: -28px;
}

/*-- リリース1件分 --*/
/* PCでは１行に３つづつで、画像が上側、テキストは下側に配置 */
.basic-list2.thumnail .tabItems > li {
	cursor: inherit;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;

	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(99.9999% / 3 - 18px);
	margin-right: 18px;
	margin-bottom: 30px;
}

.basic-list2.thumnail .item {
/*	overflow: hidden; */
	padding: 10px;
/*	padding-bottom: 40px; */
	font-size: 1rem;
}

.basic-list2.thumnail .item .n_img {
	position: relative;
	width: calc(100% + 20px);
	padding: 10px;
	margin: -10px;
	margin-bottom: 10px;
}

.basic-list2.thumnail .item .n_img::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	z-index: -1;
	box-shadow: 0 0 15px rgba(32, 35, 37, 0.15);
}


.basic-list2.thumnail .item > a ,
.basic-list2.thumnail .item > span {
	color: inherit;
	text-decoration: none;
}

.basic-list2.thumnail .item > a:hover {
	-ms-opacity: 0.7;
	opacity: 0.7;
}

.basic-list2.thumnail .item > a:hover::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: -1;
	box-shadow: 0 0 15px rgba(32, 35, 37, 0.15);
}
.basic-list2.thumnail .item > a:hover .n_img::before {
	box-shadow: none;
}



/* リリースのテキスト */
.basic-list2.thumnail .item .news_tx {
	display: inline;
	font-size: calc(1rem * 16 / 18);
	font-weight: bold;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

/* NEWアイコン */
/* js制御される為、displayの設定は不可 */
.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: calc(1rem * 12 / 18);
	color: #fff;
	background: #ff3333;
}

/* 概要テキスト */
.basic-list2.thumnail .item .det_tx {
	display: block;
	font-size: calc(1rem * 14 / 18);
	margin-top: 10px;
}

/* 説明文 */
.basic-list2.thumnail .item .explanation > li {
}

/* ファイル */
.basic-list2.thumnail .item .link-info {
}


/* 日付 */
.basic-list2.thumnail .item .date {
	position: absolute;
	bottom: 0;
	left: 0;

	display: none;
}

/* カテゴリアイコン */
.basic-list2.thumnail .item .c_icon {
/*
	position: absolute;
	bottom: 0;
	right: 0;
*/
	display: block;
	margin-bottom: 5px;
}

.basic-list2.thumnail .item .c_icon li {
	display: inline;
}



/*----------- 情報パネル -----------*/
.basic-list2 .infoPanel {
	position: relative;
	margin-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 2px solid #dedede;
}

.basic-list2 .countTab ,
.basic-list2 .clearTab {
}

.basic-list2 .clearTab {
	position: absolute;
	bottom: 15px;
	right: 0;
}

.basic-list2 .clearTab span {
	display: inline-block;
	cursor: pointer;
	padding: 1px 0px;
	text-align: center;
	font-size: calc(1rem * 13 / 18);
	color: #666;
	border-bottom: 1px solid #666;
}

.basic-list2 .countTab {
	text-align: center;
	font-size: calc(1rem * 14 / 18);
	color: #000;
}

.basic-list2 .countTab .total ,
.basic-list2 .countTab .view {
	font-size: calc(1rem * 24 / 18);
	font-weight: bold;
	color: #1a8000;
	letter-spacing: 0.025em;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}


/*----------- タブ(絞込み) -----------*/
.basic-list2 .yearTabs {
	margin-bottom: 20px;
}

.basic-list2 .tabs {
	margin-bottom: 40px;
}

.basic-list2 .tabs > ul > li {
	display: block;
	margin-bottom: 20px;
}


.basic-list2 .yearTabs span ,
.basic-list2 .tabs span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: -1px;
	margin-bottom: -1px;

	min-width: 145px;
	padding: 10px 20px;
	text-align: center;
	font-size: calc(1rem * 16 / 18);
	background: #fff;
	border-radius: 2px;
	border: 1px solid #ddd;
	box-shadow: 4px 3px 8px rgba(32, 35, 37, 0.05);
	z-index: 1;
}

.basic-list2 .yearTabs span[active] ,
.basic-list2 .tabs span[active] {
	color: #fff;
	background: #000;
	border-color: #000;
	z-index: 2;
}

.basic-list2 .yearTabs span:hover ,
.basic-list2 .tabs span:hover {
	color: #fff;
	background: #000;
	border-color: #000;
	z-index: 2;
}

.basic-list2 .yearTabs span:focus ,
.basic-list2 .yearTabs span:active ,
.basic-list2 .tabs span:focus ,
.basic-list2 .tabs span:active {
	outlinte: none;
	border: 2px ridge #fff;
}

/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list2 .tabs ul.categoryLv_1 > li > span {
	display: none;
}

/* 全ての全てタブは、デフォルト非表示 */
.basic-list2 .tabs li.allall {
	display: none;
}


/*----------- カテゴリアイコン -----------*/
/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list2 .item .c_icon span[category-level="1"] {
	display: none;
}

.basic-list2 .item .c_icon span {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 5px;

	min-width: 88px;
	height: 24px;
	line-height: 1.25;
	font-size: calc(1rem * 13 / 18);
	font-weight: normal;
	text-align: center;
	padding: 5px 10px 0;

	color: #000;
	background: #ebffc2;
}


.basic-list2.thumnail .item .c_icon span {
	padding: 5px 10px 0;
	border-radius: 5px;
}

/* カテゴリアイコン個別に背景色等を設定する */
/*
.basic-list2 .item .c_icon span.result {
	background: #FF5358;
}
.basic-list2 .item .c_icon span.gyouseki {
	background: #0082C8;
}
.basic-list2 .item .c_icon span.tekiji {
	background: #7C1A7C;
}
.basic-list2 .item .c_icon span.pr {
	background: #BE7846;
}
.basic-list2 .item .c_icon span.ir {
	background: #000;
}
.basic-list2 .item .c_icon span.governance {
	background: #50BE50;
}
.basic-list2 .item .c_icon span.meeting {
	background: #F064A0;
}
.basic-list2 .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-block;
}

.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;
	box-shadow: none;
}

.ux_multi3_flat_category .basic-list2 .tabs > ul {
	display: inline-block;
	padding: 0 1px 1px 0;
	box-shadow: 4px 3px 8px rgba(32, 35, 37, 0.05);
}


/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	/*== 日付～本文を横並びにする ==*/
	/* １カラム時。２カラム以上はSPと同じ表示 */
	.lx_multi3_style_col1 .basic-list2:not(.thumnail) .item ,
	.multiColumn1 .basic-list2:not(.thumnail) .item {
		padding-top: 0px;
		padding-left: 16.8em;
	}

	.lx_multi3_style_col1 .basic-list2:not(.thumnail) .item .c_icon ,
	.multiColumn1 .basic-list2:not(.thumnail) .item .c_icon {
		width: auto;
		float: none;
		margin: 0;
		padding: 0;

		display: inline-block;
		vertical-align: top;
		margin-bottom: -10px;

	/* 縦並び */
		width: 120px;
		float: left;
		margin-left: -120px;

	/* 横並び */
	/*
		min-width: 120px;
		margin-left: -120px;
	*/
	}
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	.basic-list2.thumnail .tabItems li {
		width: calc(100% / 2 - 18px);
	}

	.basic-list2.thumnail .item {
/*		padding-bottom: 70px; */
	}

	.basic-list2.thumnail .item .date {
		bottom: 32px;
	}

	.basic-list2.thumnail .item .c_icon {
		right: auto;
		left: 0;
	}

	.basic-list2 .infoPanel {
		margin-top: 20px;
		padding-bottom: 40px;
	}
}



/*== IR統合アイコン ==*/
#sharewithmain .lx_multi3_combine_ir {
}

.lx_multi3_combine_ir .basic-list2 .tabs li.renkei > span {
	display: inline-block;
}

.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-block;
}


/*== カテゴリアイコン無し ==*/
#sharewithmain .lx_multi3_no_c_icon {
}

.lx_multi3_no_c_icon .basic-list2:not(.thumnail) .item .c_icon ,
.lx_multi3_no_c_icon .basic-list2.thumnail .item .c_icon {
	display: none;
}


/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	.multiColumn1.lx_multi3_no_c_icon .basic-list2:not(.thumnail) .item {
		padding-left: 6.8em;
	}
}


/*== 情報パネル無し ==*/
#sharewithmain .lx_multi3_hide_info {
}

.lx_multi3_hide_info .basic-list2 .infoPanel ,
.lx_multi3_hide_info .basic-list2 .clearTab ,
.lx_multi3_hide_info .basic-list2 .countTab {
	display: none;
}


/*== jsで選択エフェクト ==*/
#html1 .ux_effect_multi3_select .basic-list2:not(.thumnail) .tabItems li.hidden ,
#wrapper-2 .ux_effect_multi3_select .basic-list2:not(.thumnail) .tabItems li.hidden ,
#site-info .ux_effect_multi3_select .basic-list2:not(.thumnail) .tabItems li.hidden {
	display: block;
}

#html1 .ux_effect_multi3_select .basic-list2.thumnail .tabItems li.hidden ,
#wrapper-2 .ux_effect_multi3_select .basic-list2.thumnail .tabItems li.hidden ,
#site-info .ux_effect_multi3_select .basic-list2.thumnail .tabItems li.hidden {
	display: inline-block;
}

/*------------------------------------- 
 メディア
-------------------------------------*/
/*-------------- 動画 --------------*/
/* .videoとしてはいけない */
div.video {
	margin-bottom: 10px;
}


/*-------------- 音声 --------------*/
/* .audioとしてはいけない */
div.audio {
	margin-bottom: 10px;
}



/*-------------- GoogleMap（地図埋め込み） --------------*/
div.map {
	position: relative;
	margin-bottom: 20px;
}

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: 768px) {
	/*-- １カラムの場合、地図が画面端まであるとスクロールさせずらいので余白を設ける --*/
	.multiColumn1 div.map {
		margin-left: 30px;
		margin-right: 30px;
	}
}


/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	/*-- 地図が画面端まであるとスクロールさせずらいので余白を設ける --*/
	div.map {
		padding: 0 10px;
	}
}




/*------------------------------------- 
 サイトマップ
-------------------------------------*/
/* newサイトマップ */
#sharewithmain .lx_style_sitemap .index-map {
	font-size: 0;
}

#sharewithmain .lx_style_sitemap .index-map .item > a {
	display: inline;
	color: #1a8000;
}

#sharewithmain .lx_style_sitemap .index-map .item > a[target="_blank"] .news_tx::after {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
	margin-top: -5px;
}

#sharewithmain .lx_style_sitemap .index-map .item > a:hover .news_tx {
	text-decoration: underline;
}


/* -- 第１階層(ja・en)・第２階層 -- */
#sharewithmain .lx_style_sitemap .index-map > ul > li  {
}

#sharewithmain .lx_style_sitemap .index-map > ul > li > .item {
	position: relative;
	display: block;
	padding: 8px 8px 6px 20px;
	color: inherit;
	font-size: calc(1rem * 14 / 18);
	font-weight: bold;
	border: #CCC 1px solid;
	margin-bottom: 20px;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

#sharewithmain .lx_style_sitemap .index-map > ul > li > .item::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -4px;
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 13px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") center center no-repeat;
	background-size: contain;
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	#sharewithmain .lx_style_sitemap .index-map > ul > li {
		display: inline-block;
		vertical-align: top;
		width: 48.5%;
		margin-right: 3%;
	}
	#sharewithmain .lx_style_sitemap .index-map > ul > li:nth-child(even) {
		margin-right: 0;
	}
}

/* -- 第３階層 -- */
#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_2 {
	margin-bottom: 20px;
}

#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_2 > li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 4%;
}
#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_2 > li:nth-child(even) {
	margin-right: 0;
}

#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_2 > li > .item {
	position: relative;
	display: block;
	padding-left: 15px;
	font-size: calc(1rem * 14 / 18);
	margin-left: 8px;
	margin-bottom: 5px;
}

#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_2 > li > .item::before {
	content: "";
	position: absolute;
	top: calc(1.5em / 2);
	left: 0;
	margin-top: -4px;
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 13px;
	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: 10px;
	margin-left: 20px;
}

#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_3 > li {
}

#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_3 > li > .item {
	position: relative;
	display: block;
	padding-left: 15px;
	font-size: calc(1rem * 14 / 18);
	margin-bottom: 5px;
}

#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_3 > li > .item::before {
	content: "";
	position: absolute;
	top: calc(1.5em / 2);
	left: 0;
	margin-top: -4px;
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 13px;
	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;
}



/*------------------------------------- 
 フッター専用パーツ
-------------------------------------*/
/*-------------- フッター（テキストと画像） --------------*/
.footer-about {
}

.footer-about h4 {
	font-weight: bold;
	line-height: 1.2;
	border-left: #999 3px solid;
	padding-top: 1px;
	padding-left: 8px;
	margin-bottom: 8px;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

.footer-about img {
	display: block;
	margin: auto;
}

/*-------------- フッタリンクリスト --------------*/
.footer-link-list {
}

.footer-link-list h4 {
}

.footer-link-list ul {
}

.footer-link-list ul::after {
	content: "";
	display: block;
	clear: both;
}

.footer-link-list ul li {
}


/*-------------- 内部フッタリンク --------------*/
/*-------------- 外部フッタリンク --------------*/
.footer-link-list ul li.footer-link-internal ,
.footer-link-list ul li.footer-link-external {
	position: relative;
	padding-left: 15px;
}

.footer-link-list ul li.footer-link-internal::before ,
.footer-link-list ul li.footer-link-external::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -5px;
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 13px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") center center no-repeat;
	background-size: contain;
}

.footer-link-list ul li.footer-link-internal a ,
.footer-link-list ul li.footer-link-external a {
}

/* -- 別窓アイコン -- */
.footer-link-list .footer-link-internal a[target="_blank"]::after ,
.footer-link-list .footer-link-external a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
	margin-top: -5px;
}


/* --------------------------------------
 フォーム
-------------------------------------- */

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {

	/* FORMS
	-------------------- */

	button::-moz-focus-inner ,
	input::-moz-focus-inner {
	    border: 0;
	    padding: 0;
	}


	.form-box {
		margin: auto;
	}
	.form-wrapper {
		clear: both;
		margin: auto;
	}

	.form-wrapper div::after {
		content: "";
		display: block;
		clear: both;
	}

	#step-by-step {
		margin: 20px 0;
		padding: 4px 10px;
		border-radius: 5px;
		background: #0d8ccc;
	}
	#step-by-step ol {
		zoom: 1;
		list-style-position: inside;
		color: #fff;
	}
	#step-by-step ol::after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	#step-by-step li  {
		float: left;
		margin: 0 20px 0 0;
		padding: 4px;
		border-radius: 5px;
		list-style-position: inside;
	}
	#step-by-step li.do  {
		background: #EC1549;
	}
	#step-by-step li.do button {
		color: #fff;
	}
	#step-by-step li button {
		display: inline-block;
		padding: 3px;
		background: transparent;
		border: none;
		-webkit-appearance: none;
		color: #fff;
		font-family: 'arial', 'helvetica', 'sans-serif';
		cursor: pointer;
	}
	#step-by-step li button:hover ,
	#step-by-step li button:focus ,
	#step-by-step li button:active {
		text-decoration: underline;
	}
	#step-by-step li button[disabled] {
		cursor: default;
		color: #ccc;
		text-decoration: none;
	}

	.form-wrapper fieldset {
		border: none;
		margin: 5px 0 30px 0;
	}
	.form-wrapper fieldset > h2 {
		margin-bottom: 10px;
		padding: 5px 10px;
		color: #333;
		background-color: #CCCCCC;
	}
	.form-wrapper p.required {
		text-align: right;
	}
	.form-wrapper p.required span ,
	.form-wrapper dfn {
		color: #ec1549;
		font-weight: bold;
		font-style: normal;
/*		font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
	}


	.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;
		-webkit-box-sizing: border-box;
		        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;
/*		font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
	}
	.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;
	}

	/* mod for short elements */
	.form-wrapper fieldset fieldset.mod .form-item {
		float: left;
		clear: none;
		margin-right: 15px;
	}
	.form-wrapper fieldset fieldset.mod .form-item label {
		display: inline;
	}

	/* table date-picker */
	.input-date-datepicker-control td:hover {
	    background-color: #BBEEFF;
	    border: none;
	    -webkit-box-shadow: 0 3px 9px rgba(255, 255, 255, 0.9) inset;
	            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;
	}

	/* Submit */
	.form-wrapper div.button-wrapper {
		width: 100%;
		position: relative;
		border: none;
		padding: 10px 0 5px 0;
		text-align: center;
	}
	.form-wrapper fieldset div.button-wrapper em {
		float: right;
		margin-top: -24px;
		font-size: 140%;
	}
	.new-search .button ,  /* button outside button-wrapper */
	.form-wrapper div.button-wrapper input { /* button */
		right: auto;
		width: auto;
		margin: 5px;
		padding: 12px 70px;
		/*color: #fff;*/
		cursor: pointer;
		font-size: 120%;
		text-transform: uppercase;
		font-weight: bold;
		border-radius: 5px;

		background: #eaeaea;
		background: -o-linear-gradient(#f7f7f7, #dedede);
		background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#dedede));
		background: linear-gradient(#f7f7f7, #dedede);
/*		font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
	}

	/* -- 確認ページ -- */
	.form-summary {
		margin: 0 auto 20px;
	}

	.form-summary table {
	}

	.form-summary table caption {
	}

	.form-summary table td {
	/*	border: solid #7F9BDA 1px; */
	/*	padding: 5px 10px; */
		white-space: pre;
		white-space: pre-line;
		width: 70%;
	}

	.form-summary table td:first-child {
	/*	color: #333;  */
	/*	background-color: #DCE5F4; */
	/*	font-weight: bold; */
	/*	text-align: left; */
		width: 30%;
	}

	.new-search .button {  /* button outside button-wrapper */
		padding-top: 3px;
		padding-bottom: 4px;
	}
	.new-search .button:hover ,
	.new-search .button:active ,
	.new-search .button:focus ,
	.form-wrapper div.button-wrapper input:hover ,
	.form-wrapper div.button-wrapper input:active ,
	.form-wrapper div.button-wrapper input:focus {
		background: #B9B9B9;
		/*color: #fff;*/
		border: 1px solid #111;
		border-right: 1px solid #555;
		border-bottom: 1px solid #555;
	}
	/* 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;
/*		font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
	}
	a.button span {
		position: absolute;
	}
	a.button:hover ,
	a.button:active ,
	a.button:focus {
		color: #fac4d1;
	}

	/* error messages */
	.error {
		color: #ec1549;
		font-weight: bold;
/*		font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
	}

	.error a ,
	.error a:hover {
		color: #333;
		text-decoration: none;
		cursor: default;
	}

	.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 {
		margin: 20px 0;
		font-weight: bold;
/*		font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
	}
	.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 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%;
	}

	/* 右セル */
	.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: 5px;
		margin-bottom: 5px;
		padding: 5px 5px;
	}


	.form-wrapper div.form-edit > span {
		padding: 0;
		font-size: 87.5%;
	}


	/*-- セレクトボタン(チェックボックス・ラジオボタン・セレクトボックス) --*/
	.form-wrapper div.form-selection {
	}

	.form-wrapper div.form-selection > fieldset {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.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;
	}

}







/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {

	/* Forms */
	.required {
		margin: 10px 5px;
	}
	.form-wrapper input ,
	.form-wrapper textarea {
		width: 100%;
		padding: 3px;
	}
	.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: calc(1rem * 18 / 18);
	}
	.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.mod .form-item {
		float: left;
		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 p.required {
		margin: 10px 5px;
	}
	.form-wrapper p.required span {
		display: inline;
	}
	.form-wrapper p.required span ,
	.form-wrapper dfn {
		color: #ec1549;
		font-weight: bold;
		font-style: normal;
/*		font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
	}

	/* -- お問い合わせページ -- */
	.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: auto;
		display: block;

		padding: 0.25em 0.25em;
	}


	.form-wrapper .button-wrapper {
		margin: 5px auto 20px;
	}



	.form-summary {
		margin-bottom: 20px;
	}



	.form-summary table tr {
		display: block;
		margin-top: 10px;
		border: 1px solid #CCC;
		padding: 5px;
	}

	.form-summary table td {
		display: block;
		padding: 5px 0;
		white-space: pre;
		white-space: pre-line;
	}
	.form-summary table td:first-child {
		border-bottom: 1px dashed #CCC;
		font-size: 87.5%;
	}


	.new-search .button ,  /* button outside button-wrapper */
	.form-wrapper .button-wrapper input { /* button */
		float: none;
		font-family: inherit;
		margin-right: 10px;
		margin-bottom: 10px;

	/*	background: #FFF; */
	/*	border: 1px solid #777; */
		color: inherit;
		font-weight: normal;
	}
	.form-wrapper .button-wrapper input:last-child {
	/*	border: 1px solid #777; */
		color: inherit;
		font-weight: normal;
	}

	.form-wrapper .button-wrapper input:hover ,
	.form-wrapper .button-wrapper input:active ,
	.form-wrapper .button-wrapper input:focus {
		border: 1px solid #ccc;
	}

}






/* --------------------------------------
 個別設定
-------------------------------------- */



/*------------------------------------- 
 プラグイン
-------------------------------------*/
#site-info .ax_other {
	height: 0;
}

/*-- 画面内固定 上に戻るリンク 設定例：scroll.js用 --*/
#site-info .ox_to_page_top {
	position: relative;
}

#site-info .topcontrol {
	position: fixed;
	left: 0;
	bottom: -80px;
	width: 100%;
	height: 0;
	font-size: 0;
	opacity: 0.3;
	z-index: 2000;

	-webkit-transition: 0.5s 0.1s;
	-o-transition: 0.5s 0.1s;
	transition: 0.5s 0.1s;

    display: none;
}


#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: 50px;
	height: 50px;
	background: url("../../../../../../resources/sw_img/default/pagetop.png") no-repeat center center;
	background-size: contain;
}


/* 画像を使用しない場合 */
/*
#site-info .topcontrol a {
	display: block;
	width: 51px;
	height: 42px;
	background: rgba(0,0,0, 0.53);
}

#site-info .topcontrol a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -9px;
	display: block;
	width: 17px;
	height: 17px;
	border-top: 3px solid #FFF;
	border-left: 3px solid #FFF;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}
*/

/*-- ページ内設置 上に戻るリンク 設定例：scroll.js用 --*/
#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;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	    transform: rotate(315deg);
}

#site-info .toTop {
	display: none;
}



/* デスクトップ */
@media print, screen and (min-width: 768px) {
	#site-info .topcontrol > div ,
	#topcontrol > div {
		max-width: calc(1000px + (51px + 50px) *2);
	}

	#site-info .topcontrol.fix-bottom ,
	#topcontrol.fix-bottom {
/*		position: absolute; */
	}

}

/* スマホ */
@media handheld, only screen and (max-width: 767px) {
	#site-info .topcontrol ,
	#topcontrol {
		bottom: -50px;
	}

	#site-info .toTop ,
	#toTop {
		margin: 2em 20px 40px;
	}
}

/* 印刷時は非表示 */
@media print {
	#site-info .topcontrol ,
	#topcontrol {
		display: none !important;
	}
}


/*==== フローティングバナー ====*/
#site-info .ox_floating_banner {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 1001;

/*	display: none; */
}

body:not(.in-editor) #site-info .ox_floating_banner {
	position: fixed;
}

#site-info .ox_floating_banner > * {
	width: 320px;
/*	height: 170px; */
}

#site-info .ox_floating_banner >*>*>* > .column1 ,
#site-info .ox_floating_banner >*>*>* > .column2 ,
#site-info .ox_floating_banner >*>*>* > .column3 ,
#site-info .ox_floating_banner >*>*>* > .column4 ,
#site-info .ox_floating_banner >*>*>* > .column5 {
	display: none;
}

[data-page-marker~="show-floating-banner1"] #site-info .ox_floating_banner >*>*>* > .column1 {
	display: block;
}
[data-page-marker~="show-floating-banner2"] #site-info .ox_floating_banner >*>*>* > .column2 {
	display: block;
}
[data-page-marker~="show-floating-banner3"] #site-info .ox_floating_banner >*>*>* > .column3 {
	display: block;
}
[data-page-marker~="show-floating-banner4"] #site-info .ox_floating_banner >*>*>* > .column4 {
	display: block;
}
[data-page-marker~="show-floating-banner5"] #site-info .ox_floating_banner >*>*>* > .column5 {
	display: block;
}

#site-info .ox_floating_banner a[role="button"] ,
#site-info .ox_floating_banner .title4 {
	position: absolute;
	top: -7px;
	right: -7px;
	z-index: 10001;
	cursor: pointer;
	border-radius: 100%;
}

#site-info .ox_floating_banner a[role="button"] span ,
#site-info .ox_floating_banner .title4 h4 {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #1d1d1d;
}

#site-info .ox_floating_banner a[role="button"] span::before ,
#site-info .ox_floating_banner a[role="button"] span::after ,
#site-info .ox_floating_banner .title4::before ,
#site-info .ox_floating_banner .title4::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 1px;
	background: #fff;
	transform: translate(-50%,-50%) rotate(45deg);
}
#site-info .ox_floating_banner a[role="button"] span::after ,
#site-info .ox_floating_banner .title4::after {
	transform: translate(-50%,-50%) rotate(135deg);
}


@media handheld, only screen and (max-width: 767px) {
	#site-info .ox_floating_banner > * {
		width: 160px;
	}
}

#site-info .ox_floating_banner a[role="button"]:hover ,
#site-info .ox_floating_banner a:hover img {
	opacity: 0.7;
}

#site-info .ox_floating_banner a[role="button"]:focus ,
#site-info .ox_floating_banner a[role="button"]:active ,
#site-info .ox_floating_banner a:focus img ,
#site-info .ox_floating_banner a:active img {
	outline: 2px ridge #000;
}

/*------------------------------------- 
 ヘッダー・フッター・メニュー
-------------------------------------*/
/* 共通 */
#promo2 .ax_header a:hover img ,
#site-info .ax_header a:hover img ,
#site-info .ax_footer a:hover img {
	opacity: 0.7;
}

#site-info span:where(.strong) {
    font-weight: bold;
}

@media print, screen and (min-width: 1221px) {
	.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 >*> *:not(.mgnlEditor) ,
	.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 >*> *:not(.mgnlEditor) ,
	body:not(.in-editor) .on-sp {
		display: none !important;
	}
}

@media screen and (max-width: 1220px) {
	.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 >*> *:not(.mgnlEditor) ,
	.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 > .column >*> *:not(.mgnlEditor) ,
	#header-wrapper .on-pc > .column >*> *:not(.mgnlEditor) ,
	body:not(.in-editor) .on-pc {
		display: none !important;
	}
}


#pagetop {
	position: relative;
}

/* スキップボタン */
.bg-skip {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background: #000;
	text-align:center;
	transition: 0.5s;
	margin-top: -60px;
}

.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;
	height: 40px;
	margin: 0px auto;
	background-color: var(--key-color);
	color: #fff;
	font-size: calc(1rem / 18 * 14);
	font-weight: bold;
	padding: 5px 30px;
	border: 2px solid #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 15px rgba(255,255,255, 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 {
	margin-top: 0;
}

.bg-skip:focus-within ~ #pagetop {
	top: 60px;
}

.bg-skip:focus-within ~* #header .on-pc > div ,
.bg-skip:focus-within ~* #header .on-sp .hx_panel ,
.bg-skip:focus-within ~ #site-info .ax_header.on-pc > div ,
.bg-skip:focus-within ~ #site-info .on-sp .hx_panel {
	top: 60px;
}
.bg-skip:focus-within ~* #panel2-btn {
	top: 60px;
}

.page-intro-wrapper ,
#sharewithmain {
	cursor: inherit;
	outline: none;
}

/*------------- デスクトップ用ヘッダー -------------*/
@media print, screen and (min-width: 1221px) {
	#pagetop {
		height: 110px;
	}

	#pagetop ,
	#header .on-pc * ,
	#site-info .ax_header.on-pc * {
/*
		-webkit-transition: 0.5s 0.1s;
		-o-transition: 0.5s 0.1s;
		transition: 0.5s 0.1s;
*/
	}
}

#header .on-pc > div ,
#site-info .ax_header.on-pc > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	background: #fff;
	z-index: 10001;

	-webkit-transition: 0.5s 0.1s;
	-o-transition: 0.5s 0.1s;
	transition: 0.5s 0.1s;
}
body:not(.in-editor) #pagetop.pad ~* #header .on-pc > div ,
body:not(.in-editor) #pagetop.pad ~ #site-info .ax_header > div {
	position: fixed;
}

/* ヘッダーパネル(グロナビ・メガドロップを除く) */
#header .on-pc .hx_panel ,
#site-info .on-pc .hx_panel {
	width: 100%;
	border-bottom: 1px solid #eee;
/*	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); */
}

#header .on-pc .hx_panel > div ,
#site-info .on-pc .hx_panel > div {
	position: relative;
	min-width: calc(1000px + 40px);
	height: 110px;
	margin: auto;
	overflow: hidden;
}

/* ロゴ */
#header .on-pc .hx_logo ,
#site-info .on-pc .hx_logo {
	position: absolute;
	top: 25px;
	left: 25px;
}

#header .on-pc .hx_logo .h-panel.style2 ,
#header .on-pc .hx_logo .h-teaser.style2 ,
#header .on-pc .hx_logo .h-external-teaser.style2 ,
#site-info .on-pc .hx_logo .panel.style2 ,
#site-info .on-pc .hx_logo .teaser.style2 ,
#site-info .on-pc .hx_logo .external-teaser.style2 {
	display: none;
}

#header .on-pc .hx_logo a ,
#site-info .on-pc .hx_logo a {
	display: block;
	width: 264px;
	height: 50px;
	padding: 5px;
}

#header .on-pc .hx_logo a img ,
#site-info .on-pc .hx_logo a img {
	display: block;
	max-width: none;
	max-height: 100%;
	margin: 0;
}


/* 検索 */
#header .on-pc .hx_search_btn ,
#site-info .on-pc .hx_search_btn {
	position: absolute;
	top: 22px;
	right: 22px;

	display: none;
}

#header .on-pc .hx_search_btn .search_btn ,
#site-info .on-pc .hx_search_btn .search_btn {
	padding: 3px;
	cursor: pointer;
}

#header .on-pc .hx_search_btn .search_btn span ,
#site-info .on-pc .hx_search_btn .search_btn span {
	display: block;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/default/icon_glass.svg") no-repeat center center;
	background-size: contain;
}


/* その他 */
#header .on-pc .hx_sub_panel ,
#site-info .on-pc .hx_sub_panel {
	position: absolute;
	top: 20px;
	right: 30px;
}

#header .on-pc .hx_sub_panel > div ,
#site-info .on-pc .hx_sub_panel > div {
	border-right: 1px solid #fff;
	padding-right: 20px;
}

#header .on-pc .hx_sub_panel > * > div::after ,
#site-info .on-pc .hx_sub_panel > * > div::after {
	content: "";
	display: block;
	clear: both;
}

#header .on-pc .hx_lang_navi ,
#header .on-pc .hx_utility_link ,
#header .on-pc .hx_contact_link ,
#site-info .on-pc .hx_lang_navi ,
#site-info .on-pc .hx_utility_link ,
#site-info .on-pc .hx_contact_link {
	float: left;
	margin-left: 20px;
}

#header .on-pc .hx_lang_navi .h-link-list ul ,
#site-info .on-pc .hx_lang_navi .link-list ul {
	position: relative;
	padding-left: 20px;
}

#header .on-pc .hx_lang_navi .h-link-list li ,
#site-info .on-pc .hx_lang_navi .link-list li {
	position: relative;
	display: inline-block;
	margin-left: 15px;
}

#header .on-pc .hx_lang_navi .h-link-list li.highlight ,
#site-info .on-pc .hx_lang_navi .link-list li.highlight {
/*		display: none; */
}

#header .on-pc .hx_lang_navi .h-link-list ul::before ,
#site-info .on-pc .hx_lang_navi .link-list ul::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/icon/icon_global.svg") no-repeat center center;
	background-size: contain;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

#header .on-pc .hx_lang_navi .h-link-list li > a ,
#header .on-pc .hx_lang_navi .h-link-list li > span ,
#site-info .on-pc .hx_lang_navi .link-list li > a ,
#site-info .on-pc .hx_lang_navi .link-list li > span {
	color: #666;
	font-size: calc(1rem * 14 / 18);
}

/* ヘッダーユーティリティリンク */
#header .on-pc .hx_utility_link ,
#site-info .on-pc .hx_utility_link {
	margin-top: 5px;
}

#header .on-pc .hx_utility_link .h-panel ,
#site-info .on-pc .hx_utility_link .panel {
	position: relative;
	display: inline-block;
	margin-left: 40px;
}

#header .on-pc .hx_utility_link .h-panel a ,
#site-info .on-pc .hx_utility_link .panel a {
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
}

#header .on-pc .hx_utility_link .h-panel a >* ,
#site-info .on-pc .hx_utility_link .panel a >* {
	order: 0;
	flex: 0 0 auto;
}

#header .on-pc .hx_utility_link .h-panel .text ,
#site-info .on-pc .hx_utility_link .panel .text {
	margin-left: 15px;
	font-size: calc(1rem * 15 / 18);
	font-weight: bold;
}

#header .on-pc .hx_utility_link .h-panel h2 a:hover ,
#site-info .on-pc .hx_utility_link .panel h2 a:hover {
/*	text-decoration: underline; */
}

#header .on-pc .hx_utility_link .h-teaser ,
#header .on-pc .hx_utility_link .h-external-teaser ,
#site-info .on-pc .hx_utility_link .teaser ,
#site-info .on-pc .hx_utility_link .external-teaser {
	position: relative;
	display: inline-flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
	margin-left: 40px;
}

#header .on-pc .hx_utility_link .h-teaser >*,
#header .on-pc .hx_utility_link .h-external-teaser >* ,
#site-info .on-pc .hx_utility_link .teaser >*,
#site-info .on-pc .hx_utility_link .external-teaser >* {
	order: 0;
	flex: 0 0 auto;
}

#header .on-pc .hx_utility_link .h-teaser h2 a ,
#header .on-pc .hx_utility_link .h-external-teaser h2 a ,
#site-info .on-pc .hx_utility_link .teaser h2 a ,
#site-info .on-pc .hx_utility_link .external-teaser h2 a {
	margin-left: 15px;
	font-size: calc(1rem * 15 / 18);
	font-weight: bold;
}

#header .on-pc .hx_utility_link .h-teaser h2 a:hover ,
#header .on-pc .hx_utility_link .h-external-teaser h2 a:hover ,
#site-info .on-pc .hx_utility_link .teaser h2 a:hover ,
#site-info .on-pc .hx_utility_link .external-teaser h2 a:hover {
/*	text-decoration: underline; */
}


/* ヘッダーお問い合わせリンク */
#header .on-pc .hx_contact_link .h-link-list li ,
#site-info .on-pc .hx_contact_link .link-list li {
	position: relative;
	display: inline-block;
/*	padding-left: 30px; */
	margin-left: 15px;
}


#header .on-pc .hx_contact_link .h-link-list li > a ,
#header .on-pc .hx_contact_link .h-link-list li > span ,
#site-info .on-pc .hx_contact_link .link-list li > a ,
#site-info .on-pc .hx_contact_link .link-list li > span {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 31px;
	padding: 5px 15px;
/*	padding-right: 45px; */
	text-align: center;
	font-size: calc(1rem * 14 / 18);
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.02em;
	background: #2bccb6;
/*	background: linear-gradient(-90deg, #21bec9 0%, #55d87c 53%, #81c838 100%); */
	background: linear-gradient(-90deg, rgb(27, 131, 117) 0%, rgb(48, 97, 96) 100%);
	background: #000;
	box-shadow: 2px 1px 10px rgba(32, 35, 37, 0.2);
	text-decoration: none;
	border-radius: 4px;
}

#header .on-pc .hx_contact_link .h-link-list li > a::before ,
#header .on-pc .hx_contact_link .h-link-list li > span::before ,
#site-info .on-pc .hx_contact_link .link-list li > a::before ,
#site-info .on-pc .hx_contact_link .link-list li > span::before {
/*
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -3px;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 7px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr02_white.svg") center center no-repeat;
	background-size: contain;
*/
}

#header .on-pc .hx_contact_link .h-link-list li > a[target="_blank"]::after ,
#site-info .on-pc .hx_contact_link .link-list li > a[target="_blank"]::after {
/*
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
	margin-top: -5px;
*/
}

#header .on-pc .hx_contact_link .h-link-list li > a:hover ,
#site-info .on-pc .hx_contact_link .link-list li > a:hover {
/*	background: #2bccb6; */
/*	background: linear-gradient(-90deg, #28cfd7 0%, #98e8ee 100%); */
/*	background: linear-gradient(90deg, rgb(27, 131, 117) 0%, rgb(48, 97, 96) 100%); */
	opacity: 0.7;
}



/* グロナビ */
#header .on-pc .hx_gnavi_box ,
#site-info .on-pc .hx_gnavi_box {
	font-size: 0;
	width: 100%;
	padding: 0 30px;
	margin-top: -50px;
}

#header .on-pc .hx_gnavi_box > * ,
#site-info .on-pc .hx_gnavi_box > * {
	min-width: calc(1000px + 40px);
	margin: auto;
}

#header .on-pc .hx_gnavi_box > * > * ,
#site-info .on-pc .hx_gnavi_box > * > * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
}

#header .on-pc .hx_gnavi_box > * > * > * ,
#site-info .on-pc .hx_gnavi_box > * > * > * {
	display: inline-block;
	margin: 0 5px;
}


#header .on-pc .hx_gnavi_box >* >* >* >* > .h-panel.no-img {
	position: relative;
	display: table;
/*	width: 100%; */
	height: 50px;
}

#header .on-pc .hx_gnavi_box >* >* >* >* > .h-panel.no-img a {
	display: table-row;
	text-decoration: none;
}

#header .on-pc .hx_gnavi_box >* >* >* >* > .h-panel.no-img .text {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 10px;
	text-align: center;
	font-size: calc(1rem * 16 / 18);
	color: #333;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: 0.02em;
	text-decoration: none;
	border-bottom: 4px solid transparent;
}

#header .on-pc .hx_gnavi_box >* >* >* >* > .h-panel.no-img .text::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 4px;
}

#header .on-pc .hx_gnavi_box >* >* >* >* > .h-panel.no-img a[target="_blank"] .text::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin-top: -5px;
}

#header .on-pc .hx_gnavi_box >* >* >.ux_gnavi_megamenu >* > .h-panel.no-img a .text {
	padding-right: 20px;
}

#header .on-pc .hx_gnavi_box >* >* >.ux_gnavi_megamenu >* > .h-panel.no-img a .text::after {
	content: "";
	position: absolute;
	top: 17px;
	right: 0;
	display: block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 10px solid rgb(27, 131, 117);
	background: none;
	margin: 0;
}

#header .on-pc .hx_gnavi_box >* >* >* >* > .h-panel.no-img .text span ,
#header .on-pc .hx_gnavi_box >* >* >* >* > .h-teaser.no-img h2 a span ,
#header .on-pc .hx_gnavi_box >* >* >* >* > .h-external-teaser.no-img h2 a span {
	display: none;
}

#header .on-pc .hx_gnavi_box >* >* > *:hover >* > .h-panel.no-img .text ,
#header .on-pc .hx_gnavi_box >* >* > *:hover >* > .h-teaser.no-img h2 a ,
#header .on-pc .hx_gnavi_box >* >* > *:hover >* > .h-external-teaser.no-img h2 a {
/*	border-bottom-color: #000; */
}

#header .on-pc .hx_gnavi_box >* >* > *:hover >* > .h-panel.no-img .text::before ,
#header .on-pc .hx_gnavi_box >* >* > *:hover >* > .h-teaser.no-img h2 a::before ,
#header .on-pc .hx_gnavi_box >* >* > *:hover >* > .h-external-teaser.no-img h2 a::before  {
	background: #2bccb6;
	background: linear-gradient(-90deg, #21bec9 0%, #55d87c 53%, #81c838 100%);
}

#header .on-pc .hx_gnavi_box >* >* >* >* > .h-panel.no-img .text.act ,
#header .on-pc .hx_gnavi_box >* >* >* >* > .h-panel.no-img .text.within {
/*	border-bottom-color: #000; */
}

#header .on-pc .hx_gnavi_box >* >* >* >* > .h-panel.no-img .text.act::before ,
#header .on-pc .hx_gnavi_box >* >* >* >* > .h-panel.no-img .text.within::before {
	background: #2bccb6;
	background: linear-gradient(-90deg, #21bec9 0%, #55d87c 53%, #81c838 100%);
}

#header .on-pc .hx_gnavi_box >* >* >* >* > .h-panel.no-img .text.act:hover ,
#header .on-pc .hx_gnavi_box >* >* >* >* > .h-panel.no-img .text.within:hover  {
}

#header .on-pc .hx_gnavi_box >* >* >* >* > .h-panel.no-img .text.act:hover::before ,
#header .on-pc .hx_gnavi_box >* >* >* >* > .h-panel.no-img .text.within:hover::before {
	background: #2bccb6;
	background: linear-gradient(90deg, #28cfd7 0%, #98e8ee 100%);
}


/* メガドロップメニュー 開閉機構・アニメーション */
#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;
	color: #fff;
	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_box * * .reuse-main-area ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	padding: 0;
	color: #fff;
	z-index: 10;
}

#header .on-pc .hx_gnavi_box * * .reuse-main-area::after ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area::after {
	content: "";
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	background: #222;
	background: url("../../../../../../resources/sw_img/bg/bg_menu.jpg") center center no-repeat;
	background-size: cover;
	z-index: -1;
}


#header .on-pc .hx_gnavi_box * * .reuse-main-area > div ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area > div {
	font-size: 0;

	display: table;
	margin: 40px auto 20px;
	width: 1000px;
}

/* メガドロップ カラム割 */
#header .on-pc .hx_gnavi_box * * .reuse-main-area > div > div ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area > div > div {
	display: table-cell;
	vertical-align: top;
	width: 25%;
	padding-right: 20px;
}

#header .on-pc .hx_gnavi_box * * .reuse-main-area > .h-multiColumn2 > div ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area > .multiColumn2 > div {
	width: 50%;
}
#header .on-pc .hx_gnavi_box * * .reuse-main-area > .h-multiColumn3 > div ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area > .multiColumn3 > div {
	width: 33.33%;
}
#header .on-pc .hx_gnavi_box * * .reuse-main-area > .h-multiColumn4 > div ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area > .multiColumn4 > div {
	width: 25%;
}
#header .on-pc .hx_gnavi_box * * .reuse-main-area > .h-multiColumn5 > div ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area > .multiColumn5 > div {
	width: 20%;
}

#header .on-pc .hx_gnavi_box * * .reuse-main-area > .h-multiColumn1 > .h-column1 ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area > .h-multiColumn2 > .h-column2 ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area > .h-multiColumn3 > .h-column3 ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area > .h-multiColumn4 > .h-column4 ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area > .h-multiColumn5 > .h-column5 ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area > .multiColumn1 > .column1 ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area > .multiColumn2 > .column2 ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area > .multiColumn3 > .column3 ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area > .multiColumn4 > .column4 ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area > .multiColumn5 > .column5 {
	padding-right: 0px;
}

#header .on-pc .hx_gnavi_box * * .reuse-main-area > .h-multiColumn2 > .h-column1 ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area > .multiColumn2 > .column1 {
	width: 75%;
}
#header .on-pc .hx_gnavi_box * * .reuse-main-area > .h-multiColumn3 > .h-column1 ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area > .multiColumn3 > .column1 {
	width: 50%;
}

/*	#header .on-pc .hx_gnavi_box * * .reuse-main-area > div > div.empty , */
#header .on-pc .hx_gnavi_box * * .reuse-main-area > div.empty ,
/*	#site-info .on-pc .hx_gnavi_box * * .reuse-main-area > div > div.empty , */
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area > div.empty {
	display: none;
}


/* メガドロップの中身 */

/* テキストバナー(ハイライト) on メガドロップ */
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-panel.no-img.style3 ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-teaser.no-img.highlight ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-external-teaser.no-img.highlight ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .panel.no-img.style3 ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .teaser.no-img.highlight ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .external-teaser.no-img.highlight {
	margin-bottom: 20px;
}

#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-panel.no-img.style3 a ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-teaser.no-img.highlight h2 a ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-external-teaser.no-img.highlight h2 a ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .panel.no-img.style3 a ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .teaser.no-img.highlight h2 a ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .external-teaser.no-img.highlight h2 a {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: calc(1rem * 30 / 18);
	line-height: 1.25;
}

/* テキストバナー on メガドロップ */
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-panel.no-img.style1 ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-teaser.no-img.style1 ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-external-teaser.no-img.style1 ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .panel.no-img.style1 ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .teaser.no-img.style1 ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .external-teaser.no-img.style1 {
	margin-bottom: 20px;
}

#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-panel.no-img.style1 a ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-teaser.no-img.style1 h2 a ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-external-teaser.no-img.style1 h2 a ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .panel.no-img.style1 a ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .teaser.no-img.style1 h2 a ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .external-teaser.no-img.style1 h2 a {
	position: relative;
	display: inline-block;
	padding: 10px 50px;
	text-align: center;
	color: #fff;
	font-size: calc(1rem * 14 / 18);
	line-height: 1.25;
	border: 1px solid #fff;
	border-radius: 50px;
}

#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-panel.no-img.style1 a::before ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-teaser.no-img.style1 h2 a::before ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-external-teaser.no-img.style1 h2 a::before ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .panel.no-img.style1 a::before ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .teaser.no-img.style1 h2 a::before ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .external-teaser.no-img.style1 h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -5px;
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #Fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}

/* 画像バナー on メガドロップ */
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-panel:not(.no-img).style1 ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-teaser:not(.no-img):not(.highlight) ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-external-teaser:not(.no-img):not(.highlight) ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-download-teaser:not(.no-img):not(.highlight) ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .panel:not(.no-img).style1 ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .teaser:not(.no-img):not(.highlight) ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight) {
	position: relative;
	padding: 0 15px;
}

#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-panel:not(.no-img).style1 a ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-teaser:not(.no-img):not(.highlight) ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-external-teaser:not(.no-img):not(.highlight) ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-download-teaser:not(.no-img):not(.highlight) ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .panel:not(.no-img).style1 a ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .teaser:not(.no-img):not(.highlight) ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}


#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-panel:not(.no-img).style1 a > * ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-teaser:not(.no-img):not(.highlight) > * ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-external-teaser:not(.no-img):not(.highlight) > * ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-download-teaser:not(.no-img):not(.highlight) > * ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .panel:not(.no-img).style1 a > * ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .teaser:not(.no-img):not(.highlight) > * ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) > * ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight) > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0;
}

#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-panel:not(.no-img).style1 .text ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-teaser:not(.no-img):not(.highlight) h2 ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-external-teaser:not(.no-img):not(.highlight) h2 ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-download-teaser:not(.no-img):not(.highlight) h2 ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .panel:not(.no-img).style1 .text ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight) h2 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-panel:not(.no-img).style1 .text ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-teaser:not(.no-img):not(.highlight) h2 a ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-external-teaser:not(.no-img):not(.highlight) h2 a ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-download-teaser:not(.no-img):not(.highlight) h2 a ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .panel:not(.no-img).style1 .text ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 a ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 a ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight) h2 a {
	position: relative;
	font-size: calc(1rem * 14 / 18);
	color: #fff;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	padding-left: 20px;
}

#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-panel:not(.no-img).style1 .text::before ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-teaser:not(.no-img):not(.highlight) h2 a::before ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-external-teaser:not(.no-img):not(.highlight) h2 a::before ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-download-teaser:not(.no-img):not(.highlight) h2 a::before ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .panel:not(.no-img).style1 .text::before ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 a::before ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 a::before ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight) h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -5px;
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #Fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}

#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-panel:not(.no-img).style1 a[target="_blank"] .text::after ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-external-panel:not(.no-img):not(.highlight) h2 a[target="_blank"]::after ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]::after ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-external-teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]::after ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .panel:not(.no-img).style1 a[target="_blank"] .text::after ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .external-panel:not(.no-img):not(.highlight) h2 a[target="_blank"]::after ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]::after ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]::after {
	border: none;

	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/linkout_white.png") center center no-repeat;
	background-size: contain;
	margin-top: -5px;
}

#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-panel-teaser:not(.no-img).style1 a[href*=".pdf"] .text::after ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-download-teaser:not(.no-img):not(.highlight) h2 a[href*=".pdf"]::after ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .panel-teaser:not(.no-img).style1 a[href*=".pdf"] .text::after ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight) h2 a[href*=".pdf"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 20px;
	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_box * * .reuse-main-area .h-panel:not(.no-img).style1 .text + figure ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-teaser:not(.no-img):not(.highlight) h2 + a ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-external-teaser:not(.no-img):not(.highlight) h2 + a ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-download-teaser:not(.no-img):not(.highlight) h2 + a ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .panel:not(.no-img).style1 .text + figure ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 + a ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 + a ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight) h2 + a {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	display: block;
	margin-bottom: 5px;
}

#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-panel:not(.no-img).style1 .text + figure img ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-teaser:not(.no-img):not(.highlight) h2 + a img ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-external-teaser:not(.no-img):not(.highlight) h2 + a img ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-download-teaser:not(.no-img):not(.highlight) h2 + a img ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .panel:not(.no-img).style1 .text + figure img ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 + a img ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 + a img ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight) h2 + a img {
	display: block;
}


#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-panel:not(.no-img).style1 p ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-teaser:not(.no-img):not(.highlight) p ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-external-teaser:not(.no-img):not(.highlight) p ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-download-teaser:not(.no-img):not(.highlight) p ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .panel:not(.no-img).style1 p ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .teaser:not(.no-img):not(.highlight) p ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) p ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight) p {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-panel:not(.no-img).style1 a:hover .text ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-teaser:not(.no-img):not(.highlight) h2 a:hover ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-external-teaser:not(.no-img):not(.highlight) h2 a:hover ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-download-teaser:not(.no-img):not(.highlight) h2 a:hover ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .panel:not(.no-img).style1 a:hover .text ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 a:hover ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 a:hover ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight) h2 a:hover {
	border-bottom-color: #fff;
}


/* インデックス・サイトマップ・リンクリスト on メガドロップ */
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-link-list ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-index-map ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .link-list ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .index-map {
	font-size: 0;
}

/* 折り返し(逆N型) */
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-link-list ul ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-index-map > ul ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .link-list ul ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .index-map > ul {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-bottom: 10px;
}

#header .on-pc .hx_gnavi_box * * .reuse-main-area .ux_sitemap_fold .h-link-list ul ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .ux_sitemap_fold .h-index-map > ul.indexLevel_1 ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .ux_sitemap_fold .link-list ul ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .ux_sitemap_fold .index-map > ul.indexLevel_1 {
	width: calc(100% - 10px);
	margin-right: 10px;
}

#header .on-pc .hx_gnavi_box * * .reuse-main-area .ux_sitemap_fold .h-link-list ul ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .ux_sitemap_fold .h-index-map > ul.indexLevel_1 ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .ux_sitemap_fold .link-list ul ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .ux_sitemap_fold .index-map > ul.indexLevel_1 {
	width: calc(50% - 10px);
}

#header .on-pc .hx_gnavi_box * * .reuse-main-area .ux_sitemap_fold.fold3 .h-link-list ul ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .ux_sitemap_fold.fold3 .h-index-map > ul.indexLevel_1 ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .ux_sitemap_fold.fold3 .link-list ul ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .ux_sitemap_fold.fold3 .index-map > ul.indexLevel_1 {
	width: calc(33.33% - 10px);
}

#header .on-pc .hx_gnavi_box * * .reuse-main-area .ux_sitemap_fold.fold4 .h-link-list ul ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .ux_sitemap_fold.fold4 .h-index-map > ul.indexLevel_1 ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .ux_sitemap_fold.fold4 .link-list ul ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .ux_sitemap_fold.fold4 .index-map > ul.indexLevel_1 {
	width: calc(25% - 10px);
}

/* 折り返し(Z型) */
#header .on-pc .hx_gnavi_box * * .reuse-main-area .lx_sitemap_li_2col .h-link-list li:not(.highlight) ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .lx_sitemap_li_2col .h-index-map > ul.indexLevel_1 > li ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .lx_sitemap_li_2col .link-list li:not(.highlight) ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .lx_sitemap_li_2col .index-map > ul.indexLevel_1 > li {
	width: calc(50% - 10px);
	margin-right: 10px;
}

#header .on-pc .hx_gnavi_box * * .reuse-main-area .lx_sitemap_li_3col .h-link-list li:not(.highlight) ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .lx_sitemap_li_3col .h-index-map > ul.indexLevel_1 > li ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .lx_sitemap_li_3col .link-list li:not(.highlight) ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .lx_sitemap_li_3col .index-map > ul.indexLevel_1 > li {
	width: calc(33.33% - 10px);
	margin-right: 10px;
}

#header .on-pc .hx_gnavi_box * * .reuse-main-area .lx_sitemap_li_4col .h-link-list li:not(.highlight) ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .lx_sitemap_li_4col .h-index-map > ul.indexLevel_1 > li ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .lx_sitemap_li_4col .link-list li:not(.highlight) ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .lx_sitemap_li_4col .index-map > ul.indexLevel_1 > li {
	width: calc(25% - 10px);
	margin-right: 10px;
}

/* インデックス・サイトマップ・リンクリスト on メガドロップ */
/* 第２階層 */
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-link-list li.highlight ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-index-map > ul.indexLevel_0 ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .link-list li.highlight ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .index-map > ul.indexLevel_0 {
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-link-list li.highlight > a ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-link-list li.highlight > span ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-index-map > ul.indexLevel_0 > li > .item > a ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .link-list li.highlight > a ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .link-list li.highlight > span ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .index-map > ul.indexLevel_0 > li > .item > a {
	display: inline-block;
	color: #fff;
	font-size: calc(1rem * 16 / 16);
	font-weight: bold;
	border-bottom: 1px solid transparent;
/*		font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-link-list li.highlight > a::before ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-index-map > ul.indexLevel_0 > li > .item > a::before ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .link-list li.highlight > a::before ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .index-map > ul.indexLevel_0 > li > .item > a::before {
}

#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-link-list li.highlight > a:hover ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-index-map > ul.indexLevel_0 > li > .item > a:hover ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .link-list li.highlight > a:hover ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .index-map > ul.indexLevel_0 > li > .item > a:hover {
}

/* 第３階層 */
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-link-list li:not(.highlight) ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-index-map > ul.indexLevel_1 > li ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .link-list li:not(.highlight) ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .index-map > ul.indexLevel_1 > li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-width: 150px;
	border-right: 1px solid #ccc;
	padding-right: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
}

#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-link-list li:not(.highlight) > a ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-link-list li:not(.highlight) > span ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-index-map > ul.indexLevel_1 > li > .item > a ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .link-list li:not(.highlight) > a ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .link-list li:not(.highlight) > span ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .index-map > ul.indexLevel_1 > li > .item > a {
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: calc(1rem * 16 / 18);
	font-weight: normal;
	border-bottom: 1px solid transparent;
}

#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-link-list li:not(.highlight) > a::before ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-index-map > ul.indexLevel_1 > li > .item > a::before ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .link-list li:not(.highlight) > a::before ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .index-map > ul.indexLevel_1 > li > .item > a::before {
}

#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-link-list li:not(.highlight) > a[target="_blank"]::after ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-index-map > ul.indexLevel_1 > li > .item > a[target="_blank"]::after ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .link-list li:not(.highlight) > a[target="_blank"]::after ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .index-map > ul.indexLevel_1 > li > .item > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
	margin-top: -5px;
}

#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-link-list li:not(.highlight) > a:hover ,
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-index-map > ul.indexLevel_1 > li > .item > a:hover ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .link-list li:not(.highlight) > a:hover ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .index-map > ul.indexLevel_1 > li > .item > a:hover {
	border-color: #999;
}

/* 第４階層 */
#header .on-pc .hx_gnavi_box * * .reuse-main-area .h-index-map ul.indexLevel_2 ,
#site-info .on-pc .hx_gnavi_box * * .reuse-main-area .index-map ul.indexLevel_2 {
	display: none;
}


/* コンパクトヘッダー */
/*
#pagetop.float {
	height: 75px;
}

#pagetop.float ~ #site-info .ax_header.on-pc > div ,
#pagetop.float ~ #site-info .on-pc .hx_panel > div {
	height: 75px;
}

#pagetop.float ~ #site-info .on-pc .hx_sub_panel {
	opacity: 0;
}

#pagetop.float ~ #site-info .on-pc .hx_logo {
	top: 23px;
}
*/



/*------------- スマホ用ヘッダー -------------*/
@media screen and (max-width: 1220px) {

	/* ハンバーガーアイコン */
	#panel2-btn{
		position: fixed;
		top: 0;
		right: 0;
		display: block;
		width: 40px;
		height: 44px;
		margin: 8px 9px;
		border-radius: 10%;
		background: #FFF;
		z-index: 11111;
		transition: 0.5s 0.1s;
	}

	#panel2-btn:hover{
		background: #FFF;
		background: rgba(255,255,255, 0.8);
	}

	#panel2-btn:focus-within ,
	#panel2-btn:focus ,
	#panel2-btn:active {
		outline: 2px ridge #000;
	}

	.panel2-btn-icon1 ,
	.panel2-btn-icon2 ,
	.panel2-btn-icon3 {
		display: block;
		position: absolute;
		top: 17px;
		left: 9px;
		width: 22px;
		height: 2px;
		margin: 0;
		background: #000;

		-webkit-transition: .2s .4s;
		-o-transition: .2s .4s;
		transition: .2s .4s;
	}

	.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: #000;

		-webkit-transition: .3s .1s;
		-o-transition: .3s .1s;
		transition: .3s .1s;
	}

	.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: calc(1rem * 10 / 16);
		color: #000;
		text-align: center;

		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		    transform: scale(0.8);
	}
	.panel2-btn-title li:first-child {
		margin-top: -15px;

		-webkit-transition: .5s .1s;
		-o-transition: .5s .1s;
		transition: .5s .1s;
	}


	/* -- open時 -- */
	#panel2-sw:checked ~* .panel2-btn-icon1 ,
	#panel2-sw:checked ~* .panel2-btn-icon2 ,
	#panel2-sw:checked ~* .panel2-btn-icon3 {
		background: transparent;
		margin-top: 0;

		-webkit-transition: .2s .1s;
		-o-transition: .2s .1s;
		transition: .2s .1s;
	}

	#panel2-sw:checked ~* .panel2-btn-icon1::before ,
	#panel2-sw:checked ~* .panel2-btn-icon3::before {
		width: 30px;
		left: -4px;

		-webkit-transition: .3s .3s;
		-o-transition: .3s .3s;
		transition: .3s .3s;
	}

	#panel2-sw:checked ~* .panel2-btn-icon1::before {
		-webkit-transform: rotate(-225deg);
		-ms-transform: rotate(-225deg);
		    transform: rotate(-225deg);
	}

	#panel2-sw:checked ~* .panel2-btn-icon3::before {
		-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		    transform: rotate(-135deg);
	}

	#panel2-sw:checked ~* .panel2-btn-title li:first-child {
		margin-top: 0px;

		-webkit-transition: .5s .25s;
		-o-transition: .5s .25s;
		transition: .5s .25s;
	}

	#html1[aria-hidden="true"] ,
	#wrapper-2[aria-hidden="true"] ,
	#site-info[aria-hidden="true"] {
		visibility: hidden;
	}

	/*------------------ ヘッダー ------------------*/
	#pagetop {
		height: 60px;
	}
}

/* ヘッダーパネル */
#header .on-sp .hx_panel ,
#site-info .on-sp .hx_panel {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #fff;
	border-bottom: 1px solid #eee;
	z-index: 10010;

	-webkit-transition: 0.5s 0.1s;
	-o-transition: 0.5s 0.1s;
	transition: 0.5s 0.1s;
}

/* ロゴ */
#header .on-sp .hx_logo ,
#site-info .on-sp .hx_logo {
	position: absolute;
	top: 5px;
	left: 10px;
	width: calc(100% - 120px);
}

#header .on-sp .hx_logo .panel.style2 ,
#header .on-sp .hx_logo .teaser.style2 ,
#header .on-sp .hx_logo .external-teaser.style2 ,
#site-info .on-sp .hx_logo .panel.style2 ,
#site-info .on-sp .hx_logo .teaser.style2 ,
#site-info .on-sp .hx_logo .external-teaser.style2 {
	display: none;
}

#header .on-sp .hx_logo a ,
#site-info .on-sp .hx_logo a {
	display: block;
	width: auto;
	height: 50px;
	padding: 10px;
}

#header .on-sp .hx_logo a img ,
#site-info .on-sp .hx_logo a img {
	display: block;
	width: 160px;
}

/* 検索 */
#header .on-sp .hx_search_btn ,
#site-info .on-sp .hx_search_btn {
	position: absolute;
	top: 20px;
	right: 65px;
}

#header .on-sp .hx_search_btn .search_btn ,
#site-info .on-sp .hx_search_btn .search_btn {
	padding: 3px;
	cursor: pointer;
}

#header .on-sp .hx_search_btn .search_btn span ,
#site-info .on-sp .hx_search_btn .search_btn span {
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/default/icon_glass.svg") no-repeat center center;
	background-size: contain;
	cursor: pointer;
}

/* メニュー */

#header .on-sp .hx_menu:not(.is-menu-open) {
	visibility: hidden;
}

/* 60pxはヘッダーの高さ分 */
#header .on-sp .hx_menu ,
#site-info .on-sp .hx_menu {
	font-size: 0;
	position: fixed;
	top: 60px;
	left: 0;
	width: 100vw;
	height: calc(100% - 60px);
	max-height: 100%;
	overflow: hidden;
	z-index: 10000;

	-webkit-transition: .7s .1s;
	-o-transition: .7s .1s;
	transition: .7s .1s;

	background: #fff;
/*	background: rgba(255, 255, 255, 0.9); */
}

#panel2-sw:not(:checked) ~* #header .on-sp .hx_menu ,
#panel2-sw:not(:checked) ~ #site-info .on-sp .hx_menu {
/*	max-height: 0; */
	left: 100%;
}

/* 3way-navi */
#header .on-sp .hx_menu > * {
	position: absolute;
	width: 100vw;
	height: 100%;
	overflow: hidden;
}
#header .on-sp .hx_menu > .active {
	overflow-y: scroll;
}

/* フォルダ開閉 */
#header .on-sp .hx_gnavi_box .gn-folder {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#header .on-sp .hx_gnavi_box .gn-folder.open {
	visibility: visible;
	left: 0;
}

#header .on-sp .hx_gnavi_box .gn-folder.active {
	overflow-y: scroll;
}


/* 各要素共通 */
#header .on-sp .hx_gnavi_box .h-index-map .item > a ,
#header .on-sp .hx_gnavi_box .h-index-map .item.gn-back > a ,
#header .on-sp .hx_gnavi_box .h-link-list li > a ,
#header .on-sp .hx_gnavi_box .h-link-list li > span {
	position: relative;
	display: block;
	color: #222;
	font-size: calc(1rem * 16 / 16);
	font-weight: bold;
	line-height: 1.25;
	padding: 20px 20px;
	text-align: left;
	border-bottom: 1px solid #dedede;
	margin: 0 2px;
}

#header .on-sp .hx_gnavi_box .h-index-map .item > a:focus ,
#header .on-sp .hx_gnavi_box .h-index-map .item > a:active ,
#header .on-sp .hx_gnavi_box .h-link-list li > a:focus ,
#header .on-sp .hx_gnavi_box .h-link-list li > a:active {
}

#header .on-sp .hx_gnavi_box .h-index-map .item > a[target="_blank"]::after ,
#header .on-sp .hx_gnavi_box .h-link-list li > a[target="_blank"]::after ,
#site-info .on-sp .hx_gnavi_box .index-map .item > a[target="_blank"]::after ,
#site-info .on-sp .hx_gnavi_box .link-list li > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") no-repeat center center;
	background-size: contain;
	margin: 0 5px;
	margin-top: -5px;
}

/* 通常リンク */
#header .on-sp .hx_gnavi_box .h-index-map .item:not(.gn-to-folder):not(.gn-folder-top) > a ,
#header .on-sp .hx_gnavi_box .h-link-list li > a ,
#site-info .on-sp .hx_gnavi_box .index-map .item:not(.gn-to-folder):not(.gn-folder-top) > a ,
#site-info .on-sp .hx_gnavi_box .link-list li > a {
	padding-right: 50px;
}

#header .on-sp .hx_gnavi_box .h-index-map .item:not(.gn-to-folder):not(.gn-folder-top):not(.gn-back) > a::before ,
#header .on-sp .hx_gnavi_box .h-link-list li > a::before ,
#site-info .on-sp .hx_gnavi_box .index-map .item:not(.gn-to-folder):not(.gn-folder-top):not(.gn-back) > a::before ,
#site-info .on-sp .hx_gnavi_box .link-list li > a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -3px;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 7px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr02.svg") center center no-repeat;
	background-size: contain;
}

/* 現在地表示 */
#header .on-sp .hx_gnavi_box .h-index-map .item:not(.gn-to-folder) > a.act ,
#header .on-sp .hx_gnavi_box .h-link-list li > a.act ,
#site-info .on-sp .hx_gnavi_box .index-map .item:not(.gn-to-folder) > a.act ,
#site-info .on-sp .hx_gnavi_box .link-list li > a.act {
}

#header .on-sp .hx_gnavi_box .h-index-map .item:not(.gn-to-folder) > a.act::before ,
#header .on-sp .hx_gnavi_box .h-link-list li > a.act::before ,
#site-info .on-sp .hx_gnavi_box .index-map .item:not(.gn-to-folder) > a.act::before ,
#site-info .on-sp .hx_gnavi_box .link-list li > a.act::before {
}

/* ↓階層フォルダへ */
#header .on-sp .hx_gnavi_box .h-index-map .item.gn-to-folder > a ,
#site-info .on-sp .hx_gnavi_box .index-map .item.gn-to-folder > a {
/*		padding-right: 50px; */
	border-right: 3px solid #1b8375;
}

#header .on-sp .hx_gnavi_box .h-index-map .item.gn-to-folder > a::before ,
#site-info .on-sp .hx_gnavi_box .index-map .item.gn-to-folder > a::before {
/*
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -3px;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 7px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr02.svg") center center no-repeat;
	background-size: contain;
*/
}

/* ↑階層へ(BACK) */
#header .on-sp .hx_gnavi_box .h-index-map .item.gn-back > a ,
#header .on-sp .hx_gnavi_box .h-index-map .item.gn-back > span ,
#site-info .on-sp .hx_gnavi_box .index-map .item.gn-back > a ,
#site-info .on-sp .hx_gnavi_box .index-map .item.gn-back > span {
	color: #fff;
	background: #222;
}

/*
#header .on-sp .hx_gnavi_box .h-index-map .item.gn-back > a::before ,
#header .on-sp .hx_gnavi_box .h-index-map .item.gn-back > span::before {
	content: "BACK";
}
*/

/* フォルダトップ */
#header .on-sp .hx_gnavi_box .h-index-map .item.gn-folder-top > a ,
#site-info .on-sp .hx_gnavi_box .index-map .item.gn-folder-top > a {
	color: #1a8000;
	background: #f7f7f7
}



/* ヘッダーユーティリティリンク */
#header .on-sp .hx_utility_link ,
#site-info .on-sp .hx_utility_link {
	padding: 10px 0;
}

#header .on-sp .hx_utility_link .h-panel ,
#header .on-sp .hx_utility_link .h-teaser ,
#header .on-sp .hx_utility_link .h-external-teaser ,
#site-info .on-sp .hx_utility_link .panel ,
#site-info .on-sp .hx_utility_link .teaser ,
#site-info .on-sp .hx_utility_link .external-teaser {
	position: relative;
	margin: 20px 20px;
	z-index: 0;
}

#header .on-sp .hx_utility_link .h-panel a ,
#header .on-sp .hx_utility_link .h-teaser ,
#header .on-sp .hx_utility_link .h-external-teaser ,
#site-info .on-sp .hx_utility_link .panel a ,
#site-info .on-sp .hx_utility_link .teaser ,
#site-info .on-sp .hx_utility_link .external-teaser {
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
	justify-content: flex-end;
}

#header .on-sp .hx_utility_link .h-panel a >*,
#header .on-sp .hx_utility_link .h-teaser >*,
#header .on-sp .hx_utility_link .h-external-teaser >* ,
#site-info .on-sp .hx_utility_link .panel a >*,
#site-info .on-sp .hx_utility_link .teaser >*,
#site-info .on-sp .hx_utility_link .external-teaser >* {
	order: 0;
	flex: 0 0 auto;
}

#header .on-sp .hx_utility_link .h-panel .text ,
#header .on-sp .hx_utility_link .h-teaser h2 a ,
#header .on-sp .hx_utility_link .h-external-teaser h2 a ,
#site-info .on-sp .hx_utility_link .panel .text ,
#site-info .on-sp .hx_utility_link .teaser h2 a ,
#site-info .on-sp .hx_utility_link .external-teaser h2 a {
	margin-left: 15px;
	font-size: calc(1rem * 16 / 16);
	font-weight: bold;
}

#header .on-sp .hx_utility_link .h-panel a:hover .text ,
#header .on-sp .hx_utility_link .h-teaser h2 a:hover ,
#header .on-sp .hx_utility_link .h-external-teaser h2 a:hover ,
#site-info .on-sp .hx_utility_link .panel a:hover .text ,
#site-info .on-sp .hx_utility_link .teaser h2 a:hover ,
#site-info .on-sp .hx_utility_link .external-teaser h2 a:hover {
/*		text-decoration: underline; */
}


/* ヘッダーお問い合わせリンク */
#header .on-sp .hx_contact_link ,
#site-info .on-sp .hx_contact_link {
}

#header .on-sp .hx_contact_link .h-link-list ul ,
#site-info .on-sp .hx_contact_link .link-list ul {
}

#header .on-sp .hx_contact_link .h-link-list ul li ,
#site-info .on-sp .hx_contact_link .link-list ul li {
}

#header .on-sp .hx_contact_link .h-link-list ul li > a ,
#header .on-sp .hx_contact_link .h-link-list ul li > span ,
#site-info .on-sp .hx_contact_link .link-list ul li > a ,
#site-info .on-sp .hx_contact_link .link-list ul li > span {
	position: relative;
	display: block;
	text-align: center;
	padding: 20px 20px;
	color: #fff;
	font-size: calc(1rem * 14 / 16);
	font-weight: bold;
	background: #2bccb6;
/*		background: linear-gradient(-90deg, #21bec9 0%, #55d87c 53%, #81c838 100%); */
	background: linear-gradient(-90deg, rgb(27, 131, 117) 0%, rgb(48, 97, 96) 100%);
}

#header .on-sp .hx_contact_link .h-link-list ul li > a[target="_blank"]::after ,
#site-info .on-sp .hx_contact_link .link-list ul li > a[target="_blank"]::after {
/*
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
	margin-top: -5px;
*/
}

/* 言語リンク */
#header .on-sp .hx_lang_navi ,
#site-info .on-sp .hx_lang_navi {
	padding: 15px 0;
	background: #eee;
}

#header .on-sp .hx_lang_navi .h-link-list ul ,
#site-info .on-sp .hx_lang_navi .link-list ul {
	text-align: center;
}

#header .on-sp .hx_lang_navi .h-link-list ul li ,
#site-info .on-sp .hx_lang_navi .link-list ul li {
	display: inline-block;
	width: 50%;
}

#header .on-sp .hx_lang_navi .h-link-list ul li.highlight ,
#site-info .on-sp .hx_lang_navi .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 ,
#site-info .on-sp .hx_lang_navi .link-list ul li > a ,
#site-info .on-sp .hx_lang_navi .link-list ul li > span {
	padding: 15px 10px;
	text-align: center;
	font-size: calc(1rem * 12 / 16);
	font-weight: bold;
	color: #222;
	background: #fff;
	border: 1px solid #eee;
/*		font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

#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 ,
#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 ,
#site-info .on-sp .hx_lang_navi .link-list ul li.highlight > span ,
#site-info .on-sp .hx_lang_navi .link-list ul li.highlight > a ,
#site-info .on-sp .hx_lang_navi .link-list ul li > a.act ,
#site-info .on-sp .hx_lang_navi .link-list ul li > a.within {
	color: #a4a4a4;
	background: #f7f7f7;
}


/*------------- レスポンシブフッター -------------*/
#site-info .ax_footer {
}

#site-info .fx_frame5,
#site-info .fx_frame4 ,
#site-info .fx_frame3 ,
#site-info .fx_frame2 ,
#site-info .fx_frame1 {
}

@media print, screen and (min-width: 768px) {
	#site-info .fx_frame5 > div ,
	#site-info .fx_frame4 > div ,
	#site-info .fx_frame3 > div ,
	#site-info .fx_frame2 > div ,
	#site-info .fx_frame1 > div {
		max-width: calc(1000px + 40px);
		padding: 0 20px;
		margin: auto;
	}
}

/* 各背景色 */
#site-info .fx_frame5 {
	position: relative;
	padding: 0 20px;
}

#site-info .fx_frame4 {
	position: relative;
}

#site-info .fx_frame3 {
	background: #1e1e1e;
	color: #fff;
}

#site-info .fx_frame2 {
}

#site-info .fx_frame1 {
}


/* フッター内カラム設定 */
#site-info .fx_inner_mcol * .multiColumn1 ,
#site-info .fx_inner_mcol * .multiColumn2 ,
#site-info .fx_inner_mcol * .multiColumn3 ,
#site-info .fx_inner_mcol * .multiColumn4 ,
#site-info .fx_inner_mcol * .multiColumn5 {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 0;
}

#site-info .fx_inner_mcol * .column1 ,
#site-info .fx_inner_mcol * .column2 ,
#site-info .fx_inner_mcol * .column3 ,
#site-info .fx_inner_mcol * .column4 ,
#site-info .fx_inner_mcol * .column5 {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin: 10px;
	font-size: calc(1rem * 16 / 18);
}

@media all and (-ms-high-contrast:none){
	#site-info .fx_inner_mcol .multiColumn1 > .column1 {
		width: calc(100% - 20px);
	}

	#site-info .fx_inner_mcol .multiColumn2 > .column1 ,
	#site-info .fx_inner_mcol .multiColumn2 > .column2 {
		width: calc(50% - 20px);
	}

	#site-info .fx_inner_mcol .multiColumn3 > .column1 ,
	#site-info .fx_inner_mcol .multiColumn3 > .column2 ,
	#site-info .fx_inner_mcol .multiColumn3 > .column3 {
		width: calc(33.333% - 20px);
	}

	#site-info .fx_inner_mcol .multiColumn4 > .column1 ,
	#site-info .fx_inner_mcol .multiColumn4 > .column2 ,
	#site-info .fx_inner_mcol .multiColumn4 > .column3 ,
	#site-info .fx_inner_mcol .multiColumn4 > .column4 {
		width: calc(25% - 20px);
	}

	#site-info .fx_inner_mcol .multiColumn5 > .column1 ,
	#site-info .fx_inner_mcol .multiColumn5 > .column2 ,
	#site-info .fx_inner_mcol .multiColumn5 > .column3 ,
	#site-info .fx_inner_mcol .multiColumn5 > .column4 ,
	#site-info .fx_inner_mcol .multiColumn5 > .column5 {
		width: calc(20% - 20px);
	}
}

@media print, screen and (min-width: 768px) {
	#site-info .fx_inner_mcol .multiColumn1 > .column1 {
		max-width: calc(100% - 20px);
	}

	#site-info .fx_inner_mcol .multiColumn2 > .column1 ,
	#site-info .fx_inner_mcol .multiColumn2 > .column2 {
		max-width: calc(50% - 20px);
	}

	#site-info .fx_inner_mcol .multiColumn3 > .column1 ,
	#site-info .fx_inner_mcol .multiColumn3 > .column2 ,
	#site-info .fx_inner_mcol .multiColumn3 > .column3 {
		max-width: calc(33.333% - 20px);
	}

	#site-info .fx_inner_mcol .multiColumn4 > .column1 ,
	#site-info .fx_inner_mcol .multiColumn4 > .column2 ,
	#site-info .fx_inner_mcol .multiColumn4 > .column3 ,
	#site-info .fx_inner_mcol .multiColumn4 > .column4 {
		max-width: calc(25% - 20px);
	}

	#site-info .fx_inner_mcol .multiColumn5 > .column1 ,
	#site-info .fx_inner_mcol .multiColumn5 > .column2 ,
	#site-info .fx_inner_mcol .multiColumn5 > .column3 ,
	#site-info .fx_inner_mcol .multiColumn5 > .column4 ,
	#site-info .fx_inner_mcol .multiColumn5 > .column5 {
		max-width: calc(20% - 20px);
	}

	#site-info .fx_inner_mcol .fx_contact_col_no_shrink.multiColumn1 > .column1 {
		width: calc(100% - 20px);
	}

	#site-info .fx_inner_mcol .fx_contact_col_no_shrink.multiColumn2 > .column1 ,
	#site-info .fx_inner_mcol .fx_contact_col_no_shrink.multiColumn2 > .column2 {
		width: calc(50% - 20px);
	}

	#site-info .fx_inner_mcol .fx_contact_col_no_shrink.multiColumn3 > .column1 ,
	#site-info .fx_inner_mcol .fx_contact_col_no_shrink.multiColumn3 > .column2 ,
	#site-info .fx_inner_mcol .fx_contact_col_no_shrink.multiColumn3 > .column3 {
		width: calc(33.333% - 20px);
	}

	#site-info .fx_inner_mcol .fx_contact_col_no_shrink.multiColumn4 > .column1 ,
	#site-info .fx_inner_mcol .fx_contact_col_no_shrink.multiColumn4 > .column2 ,
	#site-info .fx_inner_mcol .fx_contact_col_no_shrink.multiColumn4 > .column3 ,
	#site-info .fx_inner_mcol .fx_contact_col_no_shrink.multiColumn4 > .column4 {
		width: calc(25% - 20px);
	}

	#site-info .fx_inner_mcol .fx_contact_col_no_shrink.multiColumn5 > .column1 ,
	#site-info .fx_inner_mcol .fx_contact_col_no_shrink.multiColumn5 > .column2 ,
	#site-info .fx_inner_mcol .fx_contact_col_no_shrink.multiColumn5 > .column3 ,
	#site-info .fx_inner_mcol .fx_contact_col_no_shrink.multiColumn5 > .column4 ,
	#site-info .fx_inner_mcol .fx_contact_col_no_shrink.multiColumn5 > .column5 {
		width: calc(20% - 20px);
	}

	#site-info .fx_inner_mcol .fx_contact_col_no_shrink.fx_contact_fit_bottom {
/*		align-items: flex-start; */
		padding-bottom: 0;
		margin-bottom: -10px;
	}

	#site-info .fx_inner_mcol .fx_contact_col_no_shrink.fx_contact_fit_bottom > .column1 ,
	#site-info .fx_inner_mcol .fx_contact_col_no_shrink.fx_contact_fit_bottom > .column2 ,
	#site-info .fx_inner_mcol .fx_contact_col_no_shrink.fx_contact_fit_bottom > .column3 ,
	#site-info .fx_inner_mcol .fx_contact_col_no_shrink.fx_contact_fit_bottom > .column4 ,
	#site-info .fx_inner_mcol .fx_contact_col_no_shrink.fx_contact_fit_bottom > .column5 {
		vertical-align: top;
	}

	#site-info .fx_inner_mcol .fx_contact_mcol_rtl {
		flex-flow: row-reverse wrap;
	}


}

@media handheld, only screen and (max-width: 767px) {
	#site-info .fx_inner_mcol .multiColumn1 > .column1 ,
	#site-info .fx_inner_mcol .multiColumn2 > .column1 ,
	#site-info .fx_inner_mcol .multiColumn2 > .column2 ,
	#site-info .fx_inner_mcol .multiColumn3 > .column1 ,
	#site-info .fx_inner_mcol .multiColumn3 > .column2 ,
	#site-info .fx_inner_mcol .multiColumn3 > .column3 {
		max-width: calc(100% - 20px);
	}

	#site-info .fx_inner_mcol .multiColumn4 > .column1 ,
	#site-info .fx_inner_mcol .multiColumn4 > .column2 ,
	#site-info .fx_inner_mcol .multiColumn4 > .column3 ,
	#site-info .fx_inner_mcol .multiColumn4 > .column4 ,
	#site-info .fx_inner_mcol .multiColumn5 > .column1 ,
	#site-info .fx_inner_mcol .multiColumn5 > .column2 ,
	#site-info .fx_inner_mcol .multiColumn5 > .column3 ,
	#site-info .fx_inner_mcol .multiColumn5 > .column4 ,
	#site-info .fx_inner_mcol .multiColumn5 > .column5 {
		max-width: calc(50% - 20px);
	}

	#site-info .fx_inner_mcol .fx_contact_col_no_shrink.fx_contact_fit_bottom {
		padding-bottom: 0;
		margin-bottom: -10px;
	}
}


/* 画像背景 */
#site-info .lx_text_img_lay_under .text-section.highlight {
	position: static;
	margin: 0;
}

#site-info .lx_text_img_lay_under .text-section.highlight img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: "object-fit: cover;";
	z-index: -1;
}

#site-info .fx_banner .lx_text_img_lay_under .text-section.highlight img {
	object-position: right center;
	height: 260px;
}


#site-info .fx_banner {
	position: relative;
	padding: 10px 0 0;
	margin-bottom: 40px;

	display: none;
}

[data-page-path^="/jp/corporate_site"] #site-info .fx_banner {
	display: block;
}

#site-info .fx_banner * .multiColumn1 ,
#site-info .fx_banner * .multiColumn2 ,
#site-info .fx_banner * .multiColumn3 ,
#site-info .fx_banner * .multiColumn4 ,
#site-info .fx_banner * .multiColumn5 {
	padding: 10px 0;
}

@media handheld, only screen and (max-width: 767px) {
	#site-info .fx_banner {
		position: static;
	}

	#site-info .fx_banner .lx_text_img_lay_under .text-section.highlight img {
		height: 100%;
	}

	#site-info .fx_banner * .multiColumn1 ,
	#site-info .fx_banner * .multiColumn2 ,
	#site-info .fx_banner * .multiColumn3 ,
	#site-info .fx_banner * .multiColumn4 ,
	#site-info .fx_banner * .multiColumn5 {
		padding: 15px 0;
	}
}

#site-info .fx_banner .title3 h3 {
	text-align: center;
	font-size: calc(1rem * 42 / 18);
	font-weight: bold;
	letter-spacing: 0.02em;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

#site-info .fx_banner .title3 h3:first-letter {
	color: inherit;
}

@media handheld, only screen and (max-width: 767px) {
	#site-info .fx_banner .title3 h3 {
		font-size: calc(1rem * 30 / 16);
	}
}

#site-info .fx_banner .panel.no-img.style1 ,
#site-info .fx_banner .panel.no-img.style2 ,
#site-info .fx_banner .teaser.no-img.style1 ,
#site-info .fx_banner .external-teaser.no-img.style1 ,
#site-info .fx_banner .download-teaser.no-img.style1 ,
#site-info .fx_banner .teaser.no-img.style2 ,
#site-info .fx_banner .external-teaser.no-img.style2 ,
#site-info .fx_banner .download-teaser.no-img.style2 {
	max-width: 450px;
	margin: 0 auto 20px;
}

#site-info .fx_banner .panel.no-img.style1 a ,
#site-info .fx_banner .panel.no-img.style2 a ,
#site-info .fx_banner .teaser.no-img.style1 h2 ,
#site-info .fx_banner .external-teaser.no-img.style1 h2 ,
#site-info .fx_banner .download-teaser.no-img.style1 h2 ,
#site-info .fx_banner .teaser.no-img.style2 h2 ,
#site-info .fx_banner .external-teaser.no-img.style2 h2 ,
#site-info .fx_banner .download-teaser.no-img.style2 h2 {
	position: relative;
}

#site-info .fx_banner .panel.no-img.style1 a .text .icon_front ,
#site-info .fx_banner .panel.no-img.style1 a .text .icon_rear ,
#site-info .fx_banner .panel.no-img.style2 a .text .icon_front ,
#site-info .fx_banner .panel.no-img.style2 a .text .icon_rear {
	display: none;
}

#site-info .fx_banner .panel.no-img.style1 a .text ,
#site-info .fx_banner .panel.no-img.style2 a .text ,
#site-info .fx_banner .teaser.no-img.style1 h2 a ,
#site-info .fx_banner .external-teaser.no-img.style1 h2 a ,
#site-info .fx_banner .download-teaser.no-img.style1 h2 a ,
#site-info .fx_banner .teaser.no-img.style2 h2 a ,
#site-info .fx_banner .external-teaser.no-img.style2 h2 a ,
#site-info .fx_banner .download-teaser.no-img.style2 h2 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 42px;
	padding: 5px 40px;
	padding-right: 55px;
	text-align: center;
	font-size: calc(1rem * 16 / 18);
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.02em;
	text-decoration: none;
	background: #1e1e1e;
	box-shadow: 2px 1px 10px rgba(32, 35, 37, 0.2);
	border-radius: 4px;
}

#site-info .fx_banner .panel.no-img.style2 a .text ,
#site-info .fx_banner .teaser.no-img.style2 h2 a ,
#site-info .fx_banner .external-teaser.no-img.style2 h2 a ,
#site-info .fx_banner .download-teaser.no-img.style2 h2 a {
	padding: 2px 28px;
	color: #1a8000;
	background: #fff;
	border: 3px solid #1a8000;
}

#site-info .fx_banner .internal-panel.no-img.style1 a .text::before ,
#site-info .fx_banner .external-panel.no-img.style1 a .text::before ,
#site-info .fx_banner .internal-panel.no-img.style2 a .text::before ,
#site-info .fx_banner .external-panel.no-img.style2 a .text::before ,
#site-info .fx_banner .teaser.no-img.style1 h2 a::before ,
#site-info .fx_banner .external-teaser.no-img.style1 h2 a::before ,
#site-info .fx_banner .teaser.no-img.style2 h2 a::before ,
#site-info .fx_banner .external-teaser.no-img.style2 h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -3px;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 7px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr02_white.svg") center center no-repeat;
	background-size: contain;
}

#site-info .fx_banner .internal-panel.no-img.style2 a .text::before ,
#site-info .fx_banner .external-panel.no-img.style2 a .text::before ,
#site-info .fx_banner .teaser.no-img.style2 h2 a::before ,
#site-info .fx_banner .external-teaser.no-img.style2 h2 a::before {
	background-image: url("../../../../../../resources/sw_img/icon/icon_arr02.svg");
}

#site-info .fx_banner .internal-panel.no-img.style1 a[target="_blank"] .text::after ,
#site-info .fx_banner .external-panel.no-img.style1 a[target="_blank"] .text::after ,
#site-info .fx_banner .internal-panel.no-img.style2 a[target="_blank"] .text::after ,
#site-info .fx_banner .external-panel.no-img.style2 a[target="_blank"] .text::after ,
#site-info .fx_banner .teaser.no-img.style1 h2 a[target="_blank"]::after ,
#site-info .fx_banner .external-teaser.no-img.style1 h2 a[target="_blank"]::after ,
#site-info .fx_banner .teaser.no-img.style2 h2 a[target="_blank"]::after ,
#site-info .fx_banner .external-teaser.no-img.style2 h2 a[target="_blank"]::after {
/*
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
	margin-top: -5px;
*/
}

#site-info .fx_banner .download-panel.no-img.style1 a[href*=".pdf"] .text::after ,
#site-info .fx_banner .download-panel.no-img.style1 a[href*=".xls"] .text::after ,
#site-info .fx_banner .download-panel.no-img.style1 a[href*=".zip"] .text::after ,
#site-info .fx_banner .download-panel.no-img.style2 a[href*=".pdf"] .text::after ,
#site-info .fx_banner .download-panel.no-img.style2 a[href*=".xls"] .text::after ,
#site-info .fx_banner .download-panel.no-img.style2 a[href*=".zip"] .text::after ,
#site-info .fx_banner .download-teaser.no-img.style1 h2 a[href*=".pdf"]::after ,
#site-info .fx_banner .download-teaser.no-img.style1 h2 a[href*=".xls"]::after ,
#site-info .fx_banner .download-teaser.no-img.style1 h2 a[href*=".zip"]::after ,
#site-info .fx_banner .download-teaser.no-img.style2 h2 a[href*=".pdf"]::after ,
#site-info .fx_banner .download-teaser.no-img.style2 h2 a[href*=".xls"]::after ,
#site-info .fx_banner .download-teaser.no-img.style2 h2 a[href*=".zip"]::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -10px;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 20px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

#site-info .fx_banner .download-panel.no-img.style1 a[href*=".xls"] .text::after ,
#site-info .fx_banner .download-panel.no-img.style2 a[href*=".xls"] .text::after ,
#site-info .fx_banner .download-teaser.no-img.style1 h2 a[href*=".xls"]::after ,
#site-info .fx_banner .download-teaser.no-img.style2 h2 a[href*=".xls"]::after {
	background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/excel.png");
}

#site-info .fx_banner .download-panel.no-img.style1 a[href*=".zip"] .text::after ,
#site-info .fx_banner .download-panel.no-img.style2 a[href*=".zip"] .text::after ,
#site-info .fx_banner .download-teaser.no-img.style1 h2 a[href*=".zip"]::after ,
#site-info .fx_banner .download-teaser.no-img.style2 h2 a[href*=".zip"]::after {
	background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/zip.png");
}

#site-info .fx_banner .panel.no-img.style1 p ,
#site-info .fx_banner .panel.no-img.style2 p ,
#site-info .fx_banner .teaser.no-img.style1 p ,
#site-info .fx_banner .external-teaser.no-img.style1 p ,
#site-info .fx_banner .download-teaser.no-img.style1 p ,
#site-info .fx_banner .teaser.no-img.style2 p ,
#site-info .fx_banner .external-teaser.no-img.style2 p ,
#site-info .fx_banner .download-teaser.no-img.style2 p {
	margin-top: 15px;
	font-size: calc(1rem * 14 / 18);
}

#site-info .fx_banner .panel.no-img.style1 a:hover .text ,
#site-info .fx_banner .teaser.no-img.style1 h2 a:hover ,
#site-info .fx_banner .external-teaser.no-img.style1 h2 a:hover ,
#site-info .fx_banner .download-teaser.no-img.style1 h2 a:hover {
	background: #777;
}

#site-info .fx_banner .panel.no-img.style2 a:hover .text ,
#site-info .fx_banner .teaser.no-img.style2 h2 a:hover ,
#site-info .fx_banner .external-teaser.no-img.style2 h2 a:hover ,
#site-info .fx_banner .download-teaser.no-img.style2 h2 a:hover {
	padding: 5px 30px;
	color: #fff;
/*	background: #2bccb6; */
/*	background: linear-gradient(-90deg, #28cfd7 0%, #98e8ee 100%); */
/*	background: linear-gradient(-90deg, rgb(27, 131, 117) 0%, rgb(48, 97, 96) 100%); */
	opacity: 0.7;
	border: none;
}

#site-info .fx_banner .internal-panel.no-img.style2 a:hover .text::before ,
#site-info .fx_banner .external-panel.no-img.style2 a:hover .text::before ,
#site-info .fx_banner .teaser.no-img.style2 h2 a:hover::before ,
#site-info .fx_banner .external-teaser.no-img.style2 h2 a:hover::before {
	background-image: url("../../../../../../resources/sw_img/icon/icon_arr02_white.svg");
}

@media handheld, only screen and (max-width: 767px) {
	#site-info .fx_banner .panel.no-img.style1 a .text ,
	#site-info .fx_banner .panel.no-img.style2 a .text ,
	#site-info .fx_banner .teaser.no-img.style1 h2 a ,
	#site-info .fx_banner .external-teaser.no-img.style1 h2 a ,
	#site-info .fx_banner .download-teaser.no-img.style1 h2 a ,
	#site-info .fx_banner .teaser.no-img.style2 h2 a ,
	#site-info .fx_banner .external-teaser.no-img.style2 h2 a ,
	#site-info .fx_banner .download-teaser.no-img.style2 h2 a {
		font-size: calc(1rem * 20 / 16);
		white-space: nowrap;
	}
}


#site-info .fx_banner .text-section span:where(.strong) ,
#site-info .fx_banner .text-section strong {
	font-weight: bold;
}

#site-info .fx_banner .text-section em {
	font-style: normal;
	color: #17c0cb;
	font-size: calc(1rem * 42 / 18);
}


#site-info .fx_banner .link-list ul {
	text-align: center;
}

#site-info .fx_banner .link-list ul li {
	position: relative;
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	font-size: 1rem;
	font-weight: bold;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

#site-info .fx_banner .link-list ul li::before {
	content: "";
	position: absolute;
	top: calc(5px + 1.5em / 2 - 12px / 2);
	left: 2px;
	display: inline-block;
	width: 9px;
	height: 13px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
}

#site-info .fx_banner .link-list ul li > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
	margin-top: -5px;
}


#site-info .fx_contact {
	padding: 30px 0 0;
}

#site-info .fx_contact * .multiColumn1 ,
#site-info .fx_contact * .multiColumn2 ,
#site-info .fx_contact * .multiColumn3 ,
#site-info .fx_contact * .multiColumn4 ,
#site-info .fx_contact * .multiColumn5 {
	padding: 30px 0;
}

@media handheld, only screen and (max-width: 767px) {
	#site-info .fx_contact * .multiColumn1 ,
	#site-info .fx_contact * .multiColumn2 ,
	#site-info .fx_contact * .multiColumn3 ,
	#site-info .fx_contact * .multiColumn4 ,
	#site-info .fx_contact * .multiColumn5 {
		padding: 15px 0;
	}
}

#site-info .fx_contact .title3 h3 {
	text-align: center;
	font-size: calc(1rem * 42 / 18);
	font-weight: bold;
	letter-spacing: 0.02em;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

#site-info .fx_contact .title3 h3:first-letter {
	color: inherit;
}

@media handheld, only screen and (max-width: 767px) {
	#site-info .fx_contact .title3 h3 {
		font-size: calc(1rem * 30 / 16);
	}
}

#site-info .fx_contact .panel.no-img.style1 ,
#site-info .fx_contact .panel.no-img.style2 ,
#site-info .fx_contact .teaser.no-img.style1 ,
#site-info .fx_contact .external-teaser.no-img.style1 ,
#site-info .fx_contact .download-teaser.no-img.style1 ,
#site-info .fx_contact .teaser.no-img.style2 ,
#site-info .fx_contact .external-teaser.no-img.style2 ,
#site-info .fx_contact .download-teaser.no-img.style2 {
	max-width: 450px;
	margin: 0 auto 20px;
}

#site-info .fx_contact .panel.no-img.style1 a ,
#site-info .fx_contact .panel.no-img.style2 a ,
#site-info .fx_contact .teaser.no-img.style1 h2 ,
#site-info .fx_contact .external-teaser.no-img.style1 h2 ,
#site-info .fx_contact .download-teaser.no-img.style1 h2 ,
#site-info .fx_contact .teaser.no-img.style2 h2 ,
#site-info .fx_contact .external-teaser.no-img.style2 h2 ,
#site-info .fx_contact .download-teaser.no-img.style2 h2 {
	position: relative;
}

#site-info .fx_contact .panel.no-img.style1 a .text .icon_front ,
#site-info .fx_contact .panel.no-img.style1 a .text .icon_rear ,
#site-info .fx_contact .panel.no-img.style2 a .text .icon_front ,
#site-info .fx_contact .panel.no-img.style2 a .text .icon_rear {
	display: none;
}

#site-info .fx_contact .panel.no-img.style1 a .text ,
#site-info .fx_contact .panel.no-img.style2 a .text ,
#site-info .fx_contact .teaser.no-img.style1 h2 a ,
#site-info .fx_contact .external-teaser.no-img.style1 h2 a ,
#site-info .fx_contact .download-teaser.no-img.style1 h2 a ,
#site-info .fx_contact .teaser.no-img.style2 h2 a ,
#site-info .fx_contact .external-teaser.no-img.style2 h2 a ,
#site-info .fx_contact .download-teaser.no-img.style2 h2 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 94px;
	padding: 5px 30px;
	padding-right: 45px;
	text-align: center;
	font-size: calc(1rem * 24 / 18);
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.02em;
	text-decoration: none;
/*	background: #2bccb6; */
/*	background: linear-gradient(-90deg, #21bec9 0%, #55d87c 53%, #81c838 100%); */
/*	background: linear-gradient(-90deg, rgb(27, 131, 117) 0%, rgb(48, 97, 96) 100%); */
    background: #000;
	box-shadow: 2px 1px 10px rgba(32, 35, 37, 0.2);
	border-radius: 4px;
}

#site-info .fx_contact .panel.no-img.style2 a .text ,
#site-info .fx_contact .teaser.no-img.style2 h2 a ,
#site-info .fx_contact .external-teaser.no-img.style2 h2 a ,
#site-info .fx_contact .download-teaser.no-img.style2 h2 a {
	padding: 2px 28px;
	color: #1a8000;
	background: #fff;
	border: 3px solid #1a8000;
}

#site-info .fx_contact .internal-panel.no-img.style1 a .text::before ,
#site-info .fx_contact .external-panel.no-img.style1 a .text::before ,
#site-info .fx_contact .internal-panel.no-img.style2 a .text::before ,
#site-info .fx_contact .external-panel.no-img.style2 a .text::before ,
#site-info .fx_contact .teaser.no-img.style1 h2 a::before ,
#site-info .fx_contact .external-teaser.no-img.style1 h2 a::before ,
#site-info .fx_contact .teaser.no-img.style2 h2 a::before ,
#site-info .fx_contact .external-teaser.no-img.style2 h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -3px;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 7px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr02_white.svg") center center no-repeat;
	background-size: contain;
}

#site-info .fx_contact .internal-panel.no-img.style2 a .text::before ,
#site-info .fx_contact .external-panel.no-img.style2 a .text::before ,
#site-info .fx_contact .teaser.no-img.style2 h2 a::before ,
#site-info .fx_contact .external-teaser.no-img.style2 h2 a::before {
	background-image: url("../../../../../../resources/sw_img/icon/icon_arr02.svg");
}

#site-info .fx_contact .internal-panel.no-img.style1 a[target="_blank"] .text::after ,
#site-info .fx_contact .external-panel.no-img.style1 a[target="_blank"] .text::after ,
#site-info .fx_contact .internal-panel.no-img.style2 a[target="_blank"] .text::after ,
#site-info .fx_contact .external-panel.no-img.style2 a[target="_blank"] .text::after ,
#site-info .fx_contact .teaser.no-img.style1 h2 a[target="_blank"]::after ,
#site-info .fx_contact .external-teaser.no-img.style1 h2 a[target="_blank"]::after ,
#site-info .fx_contact .teaser.no-img.style2 h2 a[target="_blank"]::after ,
#site-info .fx_contact .external-teaser.no-img.style2 h2 a[target="_blank"]::after {
/*
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
	margin-top: -5px;
*/
}

#site-info .fx_contact .download-panel.no-img.style1 a[href*=".pdf"] .text::after ,
#site-info .fx_contact .download-panel.no-img.style1 a[href*=".xls"] .text::after ,
#site-info .fx_contact .download-panel.no-img.style1 a[href*=".zip"] .text::after ,
#site-info .fx_contact .download-panel.no-img.style2 a[href*=".pdf"] .text::after ,
#site-info .fx_contact .download-panel.no-img.style2 a[href*=".xls"] .text::after ,
#site-info .fx_contact .download-panel.no-img.style2 a[href*=".zip"] .text::after ,
#site-info .fx_contact .download-teaser.no-img.style1 h2 a[href*=".pdf"]::after ,
#site-info .fx_contact .download-teaser.no-img.style1 h2 a[href*=".xls"]::after ,
#site-info .fx_contact .download-teaser.no-img.style1 h2 a[href*=".zip"]::after ,
#site-info .fx_contact .download-teaser.no-img.style2 h2 a[href*=".pdf"]::after ,
#site-info .fx_contact .download-teaser.no-img.style2 h2 a[href*=".xls"]::after ,
#site-info .fx_contact .download-teaser.no-img.style2 h2 a[href*=".zip"]::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -10px;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 20px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

#site-info .fx_contact .download-panel.no-img.style1 a[href*=".xls"] .text::after ,
#site-info .fx_contact .download-panel.no-img.style2 a[href*=".xls"] .text::after ,
#site-info .fx_contact .download-teaser.no-img.style1 h2 a[href*=".xls"]::after ,
#site-info .fx_contact .download-teaser.no-img.style2 h2 a[href*=".xls"]::after {
	background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/excel.png");
}

#site-info .fx_contact .download-panel.no-img.style1 a[href*=".zip"] .text::after ,
#site-info .fx_contact .download-panel.no-img.style2 a[href*=".zip"] .text::after ,
#site-info .fx_contact .download-teaser.no-img.style1 h2 a[href*=".zip"]::after ,
#site-info .fx_contact .download-teaser.no-img.style2 h2 a[href*=".zip"]::after {
	background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/zip.png");
}

#site-info .fx_contact .panel.no-img.style1 p ,
#site-info .fx_contact .panel.no-img.style2 p ,
#site-info .fx_contact .teaser.no-img.style1 p ,
#site-info .fx_contact .external-teaser.no-img.style1 p ,
#site-info .fx_contact .download-teaser.no-img.style1 p ,
#site-info .fx_contact .teaser.no-img.style2 p ,
#site-info .fx_contact .external-teaser.no-img.style2 p ,
#site-info .fx_contact .download-teaser.no-img.style2 p {
	margin-top: 15px;
	font-size: calc(1rem * 14 / 18);
}

#site-info .fx_contact .panel.no-img.style1 a:hover .text ,
#site-info .fx_contact .teaser.no-img.style1 h2 a:hover ,
#site-info .fx_contact .external-teaser.no-img.style1 h2 a:hover ,
#site-info .fx_contact .download-teaser.no-img.style1 h2 a:hover {
/*	background: #2bccb6; */
/*	background: linear-gradient(-90deg, #28cfd7 0%, #98e8ee 100%); */
/*	background: linear-gradient(90deg, rgb(27, 131, 117) 0%, rgb(48, 97, 96) 100%); */
	opacity: 0.7;
}

#site-info .fx_contact .panel.no-img.style2 a:hover .text ,
#site-info .fx_contact .teaser.no-img.style2 h2 a:hover ,
#site-info .fx_contact .external-teaser.no-img.style2 h2 a:hover ,
#site-info .fx_contact .download-teaser.no-img.style2 h2 a:hover {
	padding: 5px 30px;
	color: #fff;
/*	background: #2bccb6; */
/*	background: linear-gradient(-90deg, #28cfd7 0%, #98e8ee 100%); */
/*	background: linear-gradient(90deg, rgb(27, 131, 117) 0%, rgb(48, 97, 96) 100%); */
	opacity: 0.7;
	border: none;
}

#site-info .fx_contact .panel.no-img.style1 a:focus .text ,
#site-info .fx_contact .panel.no-img.style1 a:active .text ,
#site-info .fx_contact .panel.no-img.style2 a:focus .text ,
#site-info .fx_contact .panel.no-img.style2 a:active .text {
	outline: 2px ridge #000;
}


#site-info .fx_contact .internal-panel.no-img.style2 a:hover .text::before ,
#site-info .fx_contact .external-panel.no-img.style2 a:hover .text::before ,
#site-info .fx_contact .teaser.no-img.style2 h2 a:hover::before ,
#site-info .fx_contact .external-teaser.no-img.style2 h2 a:hover::before {
	background-image: url("../../../../../../resources/sw_img/icon/icon_arr02_white.svg");
}

@media handheld, only screen and (max-width: 767px) {
	#site-info .fx_contact .panel.no-img.style1 a .text ,
	#site-info .fx_contact .panel.no-img.style2 a .text ,
	#site-info .fx_contact .teaser.no-img.style1 h2 a ,
	#site-info .fx_contact .external-teaser.no-img.style1 h2 a ,
	#site-info .fx_contact .download-teaser.no-img.style1 h2 a ,
	#site-info .fx_contact .teaser.no-img.style2 h2 a ,
	#site-info .fx_contact .external-teaser.no-img.style2 h2 a ,
	#site-info .fx_contact .download-teaser.no-img.style2 h2 a {
		font-size: calc(1rem * 20 / 16);
		white-space: nowrap;
	}
}


#site-info .fx_contact .text-section span:where(.strong) ,
#site-info .fx_contact .text-section strong {
	font-weight: bold;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

#site-info .fx_contact .text-section em {
	font-style: normal;
	color: #17c0cb;
	font-size: calc(1rem * 42 / 18);
}


#site-info .fx_contact .link-list ul {
	text-align: center;
}

#site-info .fx_contact .link-list ul li {
	position: relative;
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	font-size: 1rem;
	font-weight: bold;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

#site-info .fx_contact .link-list ul li::before {
	content: "";
	position: absolute;
	top: calc(5px + 1.5em / 2 - 12px / 2);
	left: 2px;
	display: inline-block;
	width: 9px;
	height: 13px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
}

#site-info .fx_contact .link-list ul li > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
	margin-top: -5px;
}



/* フッターサイトマップ */
#site-info .fx_sitemap {
	padding: 60px 0 20px;
}

@media print, screen and (min-width: 768px) {
	#site-info .fx_sitemap >* {
		display: table;
		width: 100%;
		table-layout: auto;
	}
	#site-info .fx_sitemap >* >* {
		display: table-row;
	}
	#site-info .fx_sitemap >* >* >* {
		display: table-cell;
		vertical-align: top;
/*		width: 10%; */
	}

	#site-info .fx_sitemap >* >* >* >* {
		margin-right: 20px;
	}
}

@media handheld, only screen and (max-width: 767px) {
	#site-info .fx_sitemap {
		padding: 40px 0 10px;
	}

	#site-info .fx_sitemap >* {
		padding: 0 10px;
	}
}

#site-info .fx_sitemap .link-list li > a ,
#site-info .fx_sitemap .link-list li > span ,
#site-info .fx_sitemap .index-map .item > a {
	display: inline-block;
	color: #fff;
	font-size: calc(1rem * 14 / 18);
	letter-spacing: 0.02em;
	border-bottom: 1px solid transparent;
	margin-bottom: 10px;
}

#site-info .fx_sitemap .link-list li > a[target="_blank"]::after ,
#site-info .fx_sitemap .index-map .item > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
	margin-top: -5px;
}

#site-info .fx_sitemap .link-list li > a:hover ,
#site-info .fx_sitemap .index-map .item > a:hover {
	opacity: 0.7;
}

#site-info .fx_sitemap .link-list li.highlight ,
#site-info .fx_sitemap .index-map ul.indexLevel_0 > li > .item {
	text-align: center;
	border-bottom: 1px solid #5f5f5f;
	margin-bottom: 20px;
}

#site-info .fx_sitemap .link-list li.highlight > a ,
#site-info .fx_sitemap .link-list li.highlight > span ,
#site-info .fx_sitemap .index-map ul.indexLevel_0 > li > .item > a {
	font-size: calc(1rem * 18 / 18);
	font-weight: bold;
	letter-spacing: 0.02em;
	margin-bottom: 15px;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

#site-info .fx_sitemap .link-list li.highlight > a:active ,
#site-info .fx_sitemap .link-list li.highlight > a:focus ,
#site-info .fx_sitemap .index-map ul.indexLevel_0 > li > .item > a:active ,
#site-info .fx_sitemap .index-map ul.indexLevel_0 > li > .item > a:focus {
	outline: 2px ridge #fff;
}


#site-info .fx_sitemap .index-map ul.indexLevel_2 {
	display: none;
}

@media handheld, only screen and (max-width: 767px) {
	#site-info .fx_sitemap .link-list li.highlight ,
	#site-info .fx_sitemap .index-map ul.indexLevel_0 > li > .item {
		border: none;
		margin-bottom: 25px;
	}

	#site-info .fx_sitemap .link-list li:not(.highlight) ,
	#site-info .fx_sitemap .index-map ul.indexLevel_1 {
		display: none;
	}
}




/* フッターリンク集２ */
#site-info .fx_link2 {
	padding: 60px 0 40px;
}

@media print, screen and (min-width: 768px) {
	#site-info .fx_link2 .link-list {
		display: table;
		width: 100%;
		table-layout: auto;
	}
	#site-info .fx_link2 .link-list ul {
		display: table-row;
	}
	#site-info .fx_link2 .link-list li {
		display: table-cell;
		vertical-align: top;
/*		width: 10%; */
	}

	#site-info .fx_link2 .link-list li >* {
		margin-right: 20px;
	}
}

@media handheld, only screen and (max-width: 767px) {
	#site-info .fx_link2 {
		padding: 40px 0 10px;
	}

	#site-info .fx_link2 >* {
		padding: 0 10px;
	}
}

#site-info .fx_link2 .link-list li > a ,
#site-info .fx_link2 .link-list li > span {
	display: inline-block;
	color: #fff;
	font-size: calc(1rem * 14 / 18);
	letter-spacing: 0.02em;
	border-bottom: 1px solid transparent;
	margin-bottom: 10px;
}

#site-info .fx_link2 .link-list li > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
	margin-top: -5px;
}

#site-info .fx_link2 .link-list li > a:hover {
	opacity: 0.7;
	border-bottom-color: #fff;
}

#site-info .fx_link2 .link-list li {
	text-align: center;
/*	border-bottom: 1px solid #5f5f5f; */
}

#site-info .fx_link2 .link-list li > a ,
#site-info .fx_link2 .link-list li > span {
	font-size: calc(1rem * 18 / 18);
	font-weight: bold;
	letter-spacing: 0.02em;
	margin-bottom: 15px;
}

#site-info .fx_link2 .link-list li > a:active ,
#site-info .fx_link2 .link-list li > a:focus {
	outline: 2px ridge #fff;
}



@media handheld, only screen and (max-width: 767px) {
	#site-info .fx_link2 .link-list li {
		border: none;
		margin-bottom: 25px;
	}
}




/* フッターサイトロゴ */
#site-info .fx_logo {
	padding: 20px 0 40px;
}

#site-info .fx_logo a {
	display: block;
	width: 160px;
	height: 34px;
}

#site-info .fx_logo a img {
	display: block;
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	#site-info .fx_logo::after {
		content: "";
		display: block;
		clear: both;
	}

	#site-info .fx_logo a {
		float: right;
	}
}

@media handheld, only screen and (max-width: 767px) {
	#site-info .fx_logo {
		padding: 0 10px 20px;
	}
}

/* クラウドCMS */
#site-info .fx_cloud_cms {
	padding: 30px 0;
	text-align: center;
}

#site-info .fx_cloud_cms img {
	margin: auto;
}



/* フッターリンク集 */
#site-info .fx_link1 {
	padding: 10px 0;
}

#site-info .fx_link1 .link-list ul {
	padding: 10px 0;
	text-align: center;
}

#site-info .fx_link1 .link-list ul li {
	display: inline-block;
/*	padding-left: 20px; */
	margin-right: 20px;
}

#site-info .fx_link1 .link-list ul li + li {
}

#site-info .fx_link1 .link-list ul li > a ,
#site-info .fx_link1 .link-list ul li > span {
	color: #1a8000;
	font-size: calc(1rem * 14 / 18);
	font-weight: bold;
	letter-spacing: 0.02em;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

#site-info .fx_link1 .link-list ul li > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
	margin-top: -5px;
}

#site-info .fx_link1 .link-list ul li > a:hover {
	text-decoration: underline;
}

@media handheld, only screen and (max-width: 767px) {
	#site-info .fx_link1 .link-list ul li > a ,
	#site-info .fx_link1 .link-list ul li > span {
		font-size: calc(1rem * 12 / 16);
	}
}


/* コピーライト */
#site-info .fx_copyright {
	padding: 30px 0;
	text-align: center;
	color: #555;
	font-size: calc(1rem * 12 / 18);
	letter-spacing: 0.02em;
}

@media handheld, only screen and (max-width: 767px) {
	#site-info .fx_copyright {
		font-size: calc(1rem * 10 / 16);
	}
}



/* 印刷時、ヘッダー固定、フッター非表示 */
@media print {
	#site-info .ax_header > div {
		position: absolute !important;
	}

	#site-info {
		margin: 0;
	}

	#site-info .ax_footer {
		display: none;
	}
}




/*------------------ プラグイン・サイト内共通 特殊設定 ------------------*/

/*==== ページ遷移時フェイドイン設定 ====*/
body {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

body:not(.ready) {
	opacity: 0;
	visibility: hidden;
}


/*
body ,
.page-intro-wrapper ,
#wrapper-3 ,
#promos3 ,
#section-site-info ,
#site-info {
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

body:not(.urgent-ready) {
	opacity: 0;
	visibility: hidden;
}

body.urgent-ready {
	opacity: 1;
	visibility: visible;
}

body:not(.ready) .bread-crumb ,
body:not(.ready) #wrapper-3 ,
body:not(.ready) #promos3 ,
body:not(.ready) #section-site-info ,
body:not(.ready) #site-info {
	opacity: 0;
	visibility: hidden;
}
*/


body.in-editor {
	opacity: 0.3;
	visibility: visible;
}

body.in-editor.ready {
	opacity: 1;
	visibility: visible;
}

/* iframe・印刷時はフェイドしない */
body.special {
	opacity: 1 !important;
}

@media print {
	body {
		opacity: 1 !important;
	}
}



/*==== スクロールエフェクト ====*/
/* 出現アニメーション */
#promos3 .fadeObj ,
.fadeObj {
	opacity: 0;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: translate(0, 30px);
	    -ms-transform: translate(0, 30px);
	        transform: translate(0, 30px);
}

#promos3 .fadeObj.visible ,
.fadeObj.visible {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
	-webkit-transition: 0.5s 0.1s;
	-o-transition: 0.5s 0.1s;
	transition: 0.5s 0.1s;
}

.fadeObj.visible.column1 {
	-webkit-transition-delay: 0.1s;
	     -o-transition-delay: 0.1s;
	        transition-delay: 0.1s;
}
#promos3 .fadeObj.visible ,
.fadeObj.visible.column2 {
	-webkit-transition-delay: 0.3s;
	     -o-transition-delay: 0.3s;
	        transition-delay: 0.3s;
}
.fadeObj.visible.column3 {
	-webkit-transition-delay: 0.5s;
	     -o-transition-delay: 0.5s;
	        transition-delay: 0.5s;
}
.fadeObj.visible.column4 {
	-webkit-transition-delay: 0.7s;
	     -o-transition-delay: 0.7s;
	        transition-delay: 0.7s;
}
.fadeObj.visible.column5 {
	-webkit-transition-delay: 1.0s;
	     -o-transition-delay: 1.0s;
	        transition-delay: 1.0s;
}

/* 印刷時はスクロールエフェクトoff */
@media print {
	.fadeObj {
		opacity: 1 !important;
		-webkit-transform: translate(0, 0) !important;
		    -ms-transform: translate(0, 0) !important;
		        transform: translate(0, 0) !important;
		-webkit-transition: 0s 0s !important;;
		-o-transition: 0s 0s !important;;
		transition: 0s 0s !important;;
	}
}


/*===== 検索ダイアログ =====*/
#dialog_search {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(0,0,0, 0.4);

	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	z-index: 50000;
	opacity: 0;
	visibility: hidden;
}

#dialog_search.open {
	opacity: 1;
	visibility: visible;
}


.close_btn {
	position: fixed;
	top: 0;
	right: 0;
	display: block;
	width: 40px;
	height: 44px;
	margin: 20px;
	border-radius: 10%;
	background: #FFF;
	z-index: 10000;
}

.close_btn:hover{
	background: #FFF;
	background: rgba(255,255,255, 0.8);
}

.close2-btn-icon1 ,
.close2-btn-icon2 ,
.close2-btn-icon3 {
	display: block;
	position: absolute;
	top: 17px;
	left: 9px;
	width: 22px;
	height: 2px;
	margin: 0;
	background: #19294b;

	-webkit-transition: .2s .4s;
	-o-transition: .2s .4s;
	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: 0;
	width: 22px;
	height: 2px;
	background: #19294b;

	-webkit-transition: .3s .1s;
	-o-transition: .3s .1s;
	transition: .3s .1s;
}

.close2-btn-title {
	overflow: hidden;
	display: block;
	position: absolute;
	top: 31px;
	left: 0;
	width: 40px;
	height: 12px;
}

.close2-btn-title li {
	display: block;
	width: 40px;
	height: 15px;

	line-height: 1;
	font-size: calc(1rem * 10 / 18);
	color: #19294b;
	text-align: center;

	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	    transform: scale(0.8);
}
.close2-btn-title li:first-child {
	margin-top: -15px;

	-webkit-transition: .5s .1s;
	-o-transition: .5s .1s;
	transition: .5s .1s;
}


/* -- open時 -- */
.close_btn .close2-btn-icon1 ,
.close_btn .close2-btn-icon2 ,
.close_btn .close2-btn-icon3 {
	background: transparent;
	margin-top: 0;

	-webkit-transition: .2s .1s;
	-o-transition: .2s .1s;
	transition: .2s .1s;
}

.close_btn .close2-btn-icon1::before ,
.close_btn .close2-btn-icon3::before {
	width: 30px;
	left: -4px;

	-webkit-transition: .3s .3s;
	-o-transition: .3s .3s;
	transition: .3s .3s;
}

.close_btn .close2-btn-icon1::before {
	-webkit-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	    transform: rotate(-225deg);
}

.close_btn .close2-btn-icon3::before {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	    transform: rotate(-135deg);
}

.close_btn .close2-btn-title li:first-child {
	margin-top: 0px;

	-webkit-transition: .5s .25s;
	-o-transition: .5s .25s;
	transition: .5s .25s;
}


#dialog_search .search_inputbox {
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	display: block;
	width: 500px;
	max-width: 90%;
}

#dialog_search .search_inputbox > h2 {
	display: block;
	font-size: calc(1rem * 26 / 18);
	font-weight: bold;
	color: #fff;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

[id=dialog_search] th ,
[id=dialog_search] td {
	padding: 0;
	border: none;
	background: none;
}

/* 検索ダミー */
#dialog_search .search_inputbox form {
	font-size: 0;
}

#dialog_search .search_inputbox input[type="text"] {
	width: calc(100% - 45px);
	font-size: 1rem;
	padding: 10px 20px;
	-webkit-box-shadow: inset 0 0 8px 2px #ccc;
	        box-shadow: inset 0 0 8px 2px #ccc;
}

#dialog_search .search_inputbox input[type="submit"] {
	padding: 0;
	-webkit-box-sizing: content-box;
	        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;;
}


/* 検索(google search) */
[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;
}


/* 検索(MARS FINDER) */
.mf_finder_searchBox_items .mf_finder_searchBox_submit span {
	margin: 0;
}

.mf_finder_searchBox_submit {
	color: #fff !important;
	font-size: calc(1rem * 24 / 18) !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: 1rem;
}




/*==== カルーセル：スライドMV html1用 （縦横比固定型） ====*/
/* スライドエリアと画像サイズに合わせて、各設定値を変更する事 */
/* 下の例: */
/* スライドエリアwidth: 100%(画面いっぱい) */
/* 画像height: 1020px */
/* 画像width: 1920px */

#html1 .area_slider0 {
	position: relative;
}

@media print, screen and (min-width: 768px) {
	#html1 .area_slider0 {
		/* ヘッダーの背景にも見える様にする */
/*		margin-top: -110px; */
	}
}

#html1 .area_slider0 .slick-slide {
	overflow: hidden;
/*	max-height: 440px; */
}

#html1 .area_slider0 .slick-slide:focus-within ,
#html1 .area_slider0 .slick-slide:focus ,
#html1 .area_slider0 .slick-slide:active {
	outline: none;
	border: 2px ridge #000;
	opacity: 0.8;
}

#html1 .area_slider0 .slick-slide::before {
	content: "";
	display: block;
	padding-top: calc(100% / 1500 * 610);
}

@media handheld, only screen and (max-width: 767px) {
	#html1 .area_slider0 .slick-slide::before {
		padding-top: calc(100% / 750 * 970);
	}
}

#html1 .area_slider0 .slick-slide > div {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	font-size: calc(1rem * 12 / 18);
}

#html1 .area_slider0 .slick-slide .text-section a {
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	min-width: calc(max(100vw,1040px) / 1920 * 380);;
	min-height: 380px;
	min-width: calc(max(100vw,1040px) / 1920 * 380);;
	min-height: 76px;
	padding: 0 10px;
	padding-right: calc(max(100vw,1040px) / 1920 * 40);
	padding-right: 40px;
	color: #000;
	font-size: calc(max(100vw,1040px) / 1920 * 18);
	font-size: 1rem;
	font-weight: bold;
	background: #fff;
	border-radius: 4px;
	box-shadow: 2px 1px 15px rgba(32, 32, 32, 0.2);
}


#html1 .area_slider0 .slick-slide .text-section a::after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: 15px;
	display: inline-block;
	vertical-align: baseline;
	width: 25px;
	height: 7px;
	background: url("../../../../../../resources/sw_img/wpmove/icon_arr01_black.png") center center no-repeat;
	background-size: contain;
	margin: 0;
}

#html1 .area_slider0 .slick-slide .text-section a:hover {
	opacity: 0.7;
}



#html1 .area_slider0 .slick-slide.lx_mv_link02 .text-section a {
	overflow: visible;
	inset: auto;
	transform: none;

	position: absolute;
	top: 60%;
	right: 54%;

	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-width: calc(max(100vw,1040px) / 1500 * 580);;
	min-height: 90px;
	padding: 0 40px;
	color: #222;
	font-size: calc(max(100vw,1040px) / 1500 * 20);
	font-size: calc(1rem / 18 * 20);
	font-weight: bold;
	letter-spacing: 0.02em;
/*	background: #fff; */
	border-radius: 100px;
	box-shadow: 2px 1px 15px rgba(32, 32, 32, 0.2);
	z-index: 1;
}

#html1 .area_slider0 .slick-slide.lx_mv_link02 .text-section a::before {
	content: "";
	position: absolute;
	inset: 0px;
	background: #90cd4f;
	background: linear-gradient(-90deg, #90cd4f 0%, #55d87c 53%, #66993d 100%); 
	border-radius: 100px;
	z-index: -2;
}

#html1 .area_slider0 .slick-slide.lx_mv_link02 .text-section a::after {
	margin: 0;
	width: auto;
	height: auto;

	content: "";
	position: absolute;
	inset: 2px;
	background: #fff url("../../../../../../resources/sw_img/icon/icon_arr02.svg") center center no-repeat;
	background-size: 25px 7px;
	background-position: right 15px center;
	border-radius: 100px;
	z-index: -1;
}

#html1 .area_slider0 .slick-slide.lx_mv_link02 .text-section a:hover {
	opacity: 0.7;
}



/* パターンA: PCとSPで同じ画像を見せる場合 */
#html1 .area_slider0 .slick-slide img {
	width: 100%;
	margin: 0;
}

/* パターンB: PCを第１カラム、SPを第２カラム、とする場合 */
/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	#html1 .area_slider0 .slick-slide > .column2 {
		display: none;
	}
}
/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	#html1 .area_slider0 .slick-slide > .column1 {
		display: none;
	}
}

#html1 .area_slider0 .slick-slide * *:last-child {
	margin-bottom: 0;
}

#html1 .area_slider0 .slick-slide a:active ,
#html1 .area_slider0 .slick-slide a:focus {
	outline: 2px ridge #000;
}
#html1 .area_slider0 .slick-slide a:active img ,
#html1 .area_slider0 .slick-slide a:focus img {
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	outline: 2px ridge #000;
}


/* アローをドットの左右に配置する */
#html1 .area_slider0 .arrow-dots {
	position: absolute;
	left: 50%;
	bottom: -40px;
	transform: translateX(-50%);

	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 0 10px;
}

#html1 .area_slider0 .slick-dots {
	position: static;
	bottom: auto;
	bottom: 5px;
	display: block;
	width: 100%;
	white-space: nowrap;
}

#html1 .area_slider0 .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

#html1 .area_slider0 .slick-dots li button {
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #000;
	background: #000;
	border-radius: 50%;
}

#html1 .area_slider0 .slick-dots li button:active ,
#html1 .area_slider0 .slick-dots li button:focus {
	outline: 2px ridge #000;
}


#html1 .area_slider0 .slick-dots li.slick-active button {
	background: #fff;
}

/* アロー */
#html1 .area_slider0 .slick-prev ,
#html1 .area_slider0 .slick-next ,
#html1 .area_slider0 .slick-pause {
	top: auto;
	flex: 0 0 auto;

	position: relative;
	width: 30px;
	height: 30px;
	z-index: 1;
	opacity: 1;
	margin: 0;
	border-radius: 100%;
}

#html1 .area_slider0 .slick-prev {
	order: -1;
	background: url("../../../../../../resources/sw_img/slide/slide-prev.svg") no-repeat center center;
	background-size: contain;
}
#html1 .area_slider0 .slick-next {
	order: 2;
	background: url("../../../../../../resources/sw_img/slide/slide-prev.svg") no-repeat center center;
	background-size: contain;
	transform: scaleX(-1);
}
#html1 .area_slider0 .slick-pause {
	order: 3;
	background: url("../../../../../../resources/sw_img/slide/slide-pause.svg") no-repeat center center;
	background-size: contain;
	transform: scaleX(-1);
}
#html1 .area_slider0 .slick-pause[data-state~="pause"] {
	background: url("../../../../../../resources/sw_img/slide/slide-play.svg") no-repeat center center;
	background-size: contain;
	transform: scaleX(1);
}

#html1 .area_slider0 .slick-prev:hover ,
#html1 .area_slider0 .slick-prev:focus ,
#html1 .area_slider0 .slick-next:hover ,
#html1 .area_slider0 .slick-next:focus ,
#html1 .area_slider0 .slick-pause:hover ,
#html1 .area_slider0 .slick-pause:focus {
	opacity: 0.7;
	transition: 0.3s;
}

#html1 .area_slider0 .slick-prev:focus ,
#html1 .area_slider0 .slick-next:focus ,
#html1 .area_slider0 .slick-pause:focus {
	outline: 2px solid #000;
}


/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
}

/* -- 印刷用 -- */
@media print {
	#html1 .area_slider0 .slick-slide {
		left: 0 !important;
		min-height: auto !important;
		width: 100% !important;
		display: none !important;
	}
	#html1 .area_slider0 .slick-slide.slick-active {
		display: block !important;
	}

	#html1 .area_slider0 .slick-slide > div {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		width: auto !important;	
		min-width: auto !important;
		-webkit-transform: none !important;
		    -ms-transform: none !important;
		        transform: none !important;
		margin: 0 !important;
	}
	#html1 .area_slider0 .slick-slide::before {
		content: none !important;
	}

	#html1 .area_slider0 .slick-list {
		height: auto !important;
	}
	#html1 .area_slider0 .slick-track {
		width: auto !important;
		height: auto !important;
		-webkit-transform: none !important;
		    -ms-transform: none !important;
		        transform: none !important;
	}
}



/*==== カルーセル：スライドMV promos3用 ====*/
/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {

	/*==== カルーセル：スライドMV（ベストエフォート型） ====*/
	/* スライドエリアと画像サイズに合わせて、各設定値を変更する事 */
	/* 下の例: */
	/* 最小スライドエリアwidth: 1040px */
	/* 画像height＝最小スライドエリアheight: 450px */
	/* 画像width: 1920px */
	[data-page-marker~="with-slider"] #mv ,
	#area_slider3 {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		min-height: 450px;
	}

	[data-page-marker~="with-slider"] #mv::before ,
	#area_slider3::before {
		content: "";
		display: block;
		padding-top: calc(100% / 1920 * 450);
	}

	#area_slider3  {
		position: absolute;
		top: 110px;
		left: 0;
	}

	#area_slider3 > div {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
	}

	#area_slider3 .slick-slide {
		min-height: 450px;
		overflow: hidden;
	}

	#area_slider3 .slick-slide::before {
		content: "";
		display: block;
		padding-top: calc(100% / 1920 * 450);
	}

	#area_slider3 .slick-slide > div {
		position: absolute;
		top: 50%;
		left: 50%;
		width: calc(1000px + 40px);
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}

	#area_slider3 .slick-slide * *:last-child {
		margin-bottom: 0;
	}

	/* 第１カラムは横幅いっぱい、それ以外はコンテンツエリアに収める */
	#area_slider3 .slick-slide > .column1 {
		width: 100%;
		min-width: 1920px;
	}
	#area_slider3 .slick-slide > .column1 img {
		width: 100%;
	}

	/* PCを第１カラム、SPを第２カラム、とする場合 */
	#area_slider3 .slick-slide > .column2 {
/*		display: none; */
	}


	#area_slider3 .slick-dots {
		top: auto;
		bottom: auto;

		bottom: 20px;
		display: block;
		width: 100%;
	}

	#area_slider3 .slick-dots li {
		margin: 0 5px;
	}


	#area_slider3 .slick-dots li button {
		display: block;
		width: 60px;
		height: 6px;
		background: #fff;
		border: 1px solid #ccc;
	}

	#area_slider3 .slick-dots li.slick-active button {
		background: #222;
	}
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {

	/*==== カルーセル：スライドMV（PC踏襲型：PCで見える分をSPでも表示） ====*/
	/* スライドエリアと画像サイズに合わせて、各設定値を変更する事 */
	/* 下の例: */
	/* スライドエリアwidth: 100%(画面いっぱい) */
	/* PC時のスライドエリアwidth: 1040px */
	/* 画像height: 450px */
	/* 画像width: 1920px */
	[data-page-marker~="with-slider"] #mv ,
	#area_slider3 {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 45px;
	}

	[data-page-marker~="with-slider"] #mv::before ,
	#area_slider3::before {
		content: "";
		display: block;
		padding-top: calc(100% / 1040 * 450);
	}

	#area_slider3  {
		position: absolute;
		top: 60px;
		left: 0;
	}

	#area_slider3 > div {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
	}

	#area_slider3 .slick-slide {
	}

	#area_slider3 .slick-slide::before {
		content: "";
		display: block;
		padding-top: calc(100% / 1040 * 450);
	}

	#area_slider3 .slick-slide > div {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		font-size: calc(1rem * 12 / 16);
	}

	/* パターンA: PCの画像でコンテンツエリア内の部分を、SPで見せる場合 */
	#area_slider3 .slick-slide > .column1 {
		width: calc(100% * 1920 / 1040);
	}
	#area_slider3 .slick-slide > .column1 img {
		width: 100%;
	}

	/* パターンB: PCを第１カラム、SPを第２カラム、とする場合 */
	#area_slider3 .slick-slide > .column1 {
/*		display: none; */
	}

	#area_slider3 .slick-slide * *:last-child {
		margin-bottom: 0;
	}

	#area_slider3 .slick-dots {
		bottom: auto;
		bottom: 5px;
		display: block;
		width: 100%;
	}

	#area_slider3 .slick-dots li {
		margin: 0 5px;
	}

	#area_slider3 .slick-dots li button {
		display: block;
		width: 40px;
		height: 4px;
		background: #222;
		border: 1px solid #ccc;
	}

	#area_slider3 .slick-dots li.slick-active button {
		background: #fff;
	}
}

/* 印刷用 */
@media print {
	[data-page-marker~="with-slider"] #mv ,
	#area_slider3 {
		height: 450px;
		min-height: auto !important;
	}
	#area_slider3 .slick-slide {
		display: none !important;
		left: 0 !important;
		width: 100% !important;
		min-height: auto !important;
	}
	#area_slider3 .slick-slide.slick-active {
		display: block !important;
	}
	#area_slider3 .slick-slide > div {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		width: auto !important;	
		min-width: auto !important;
		-webkit-transform: none !important;
		    -ms-transform: none !important;
		        transform: none !important;
		margin: 0 !important;
	}
	#area_slider3 .slick-slide::before {
		content: none !important;
	}

	#area_slider3 .slick-list {
		height: auto !important;
	}
	#area_slider3 .slick-track {
		width: auto !important;
		height: auto !important;
		-webkit-transform: none !important;
		    -ms-transform: none !important;
		        transform: none !important;
	}
	#area_slider3 .slick-track .slick-slide {
		width: 100% !important;
	}
}




/*==== メインビジュアル：MV promos3用 ====*/

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	/*==== メインビジュアル：MV（高さ固定型） ====*/
	[data-page-marker~="with-mv"] #page-intro > .h1 {
		color: #fff;
		position: absolute;
		top: 210px;
		left: 50%;
		margin-left: -500px;
		width: 1000px;
		height: auto;
		z-index: 1;
	}

	[data-page-marker~="with-mv"] #mv ,
	#promos3 .area_mv {
		display: block;
		width: 100%;
		height: 280px;
		position: relative;
		margin-bottom: 40px;
	}

	#promos3 .area_mv  {
		position: absolute;
		top: 120px;
		left: 0;
		overflow: hidden;
	}

	#promos3 .area_mv > .column1 {
		margin: auto;
		height: auto;

		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		min-width: 1400px;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}

	#promos3 .area_mv img {
		width: 100%;
	}

}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {

	/*==== メインビジュアル：MV（縦横比固定型） ====*/
	[data-page-marker~="with-mv"] #page-intro > .h1 {
		color: #fff;
		position: absolute;
		top: 110px;
		left: 0px;
		width: 100%;
		height: auto;
		z-index: 1;
	}

	[data-page-marker~="with-mv"] #mv ,
	#promos3 .area_mv {
		position: relative;
		display: block;
		width: 100%;
		height: calc(100vw / 1040 * 280 * 1.5);
		margin-bottom: 40px;
	}

	[data-page-marker~="with-mv"] #promos3 .area_mv  {
		position: absolute;
		top: 60px;
		left: 0;
		overflow: hidden;
	}

	#promos3 .area_mv > .column1 {
		margin: auto;
		height: auto;

		position: absolute;
		top: 50%;
		left: 50%;
		width: calc( 100% / 1920 * 1040 * 1.5 );
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}

	#promos3 .area_mv img {
		width: 100%;
	}
}



/*===== メインビジュアル：MV（高さ固定型 +h1重ねる） promos1用 ====*/
/* PC: 位置なりゆき、高さ250px */
/* SP: 位置ヘッダー下固定、高さ150px */
[data-promos1="has-img"] .page-intro ,
[data-promos1="has-img"] #page-intro {
	border: none;
}

[data-promos1="has-img"] .page-intro > h1 ,
[data-promos1="has-img"] #page-intro > .h1 {
}

[data-promos1="has-img"] #promos1 .text-section {
	position: static;
	margin-bottom: 0;
}

[data-promos1="has-img"] #promos1 .text-section img {
	position: absolute;
	top: 110px;
	left: 0;
	display: block;
	width: 100%;
/*	height: calc(250px + 20px); */
	height: auto;
	margin: 0;
/*	margin-top: calc( -250px - 20px); */

	-o-object-fit: cover;
	   object-fit: cover;
	font-family: "object-fit: cover;";
}

[data-promos1="has-img"] #promos1 .text-section .text {
	text-shadow: none;
	left: auto;

	position: absolute;
	top: calc(110px + 400px / 2);
	left: calc(50% - 1000px / 2);
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 1000px;

	color: #fff;
	font-size: calc(1rem * 30 / 18);
	letter-spacing: 0.1em;
	line-height: 1.25;
}

[data-promos1="has-img"] #promos1 .text-section .text em {
	font-style: normal;
	font-family: "Roboto Condensed", YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: calc(1rem * 60 / 18);
	letter-spacing: 0.05em;
}


/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	[data-promos1="has-img"] .page-intro-wrapper {
		height: 150px;
	}

	[data-promos1="has-img"] .page-intro {
		height: 150px;
	}

	[data-promos1="has-img"] #promos1 .text-section img {
		top: 70px;
		height: 150vw;
	}

	[data-promos1="has-img"] #promos1 .text-section .text {
		top: calc(60px + 200px / 2);
		left: 10px;
		width: calc(100% - 20px);

		font-size: calc(1rem * 16 / 16);
	}

	[data-promos1="has-img"] #promos1 .text-section .text em {
		font-size: calc(1rem * 30 / 16);
	}
}



/*==== マルチ２一覧スライド ====*/
/* 設定resetしない */
#area_multi2_slider1 .slick-dots {
	display: none !important;
}

#area_multi2_slider1 .slick-prev ,
#area_multi2_slider1 .slick-next {
	margin: 0;

	top: 70px;
	width: 50px;
	height: 50px;
	z-index: 1;

	opacity: 0.5;
}

#area_multi2_slider1 .slick-prev {
	left: -15px;
}
#area_multi2_slider1 .slick-next {
	right: 3px;
}

#area_multi2_slider1 .slick-prev::before ,
#area_multi2_slider1 .slick-next::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url("../../../../../../resources/sw_img/icon/slide-prev.png") no-repeat center center;
	background-size: contain;
}

#area_multi2_slider1 .slick-next::before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

#area_multi2_slider1 .slick-prev:hover ,
#area_multi2_slider1 .slick-prev:focus ,
#area_multi2_slider1 .slick-prev:active ,
#area_multi2_slider1 .slick-next:hover ,
#area_multi2_slider1 .slick-next:focus ,
#area_multi2_slider1 .slick-next:active {
	opacity: 1;
}


/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	#area_multi2_slider1 .basic-list.thumnail ,
	#area_multi2_slider1 .basic-list-english.thumnail {
		padding: 0 20px;
	}

	#area_multi2_slider1 .slick-prev ,
	#area_multi2_slider1 .slick-next {
		width: 35px;
		height: 35px;
	}

	#area_multi2_slider1 .slick-prev::before ,
	#area_multi2_slider1 .slick-next::before {
		width: 35px;
		height: 35px;
	}

	#area_multi2_slider1 .slick-prev {
		left: -20px;
	}
	#area_multi2_slider1 .slick-next {
		right: -3px;
	}
}


/*==== マルチ３一覧スライド ====*/
/* はみ出し対策 */
#sharewithmain .lx_mcol_ov_hidden {
	overflow: hidden;
}

/* 設定resetしない */
#area_multi3_slider1 .basic-list2.thumnail {
	overflow: visible;
}

#area_multi3_slider1 .basic-list2.thumnail .slick-slide {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(99.9999% / 3 - 18px);
	margin-right: 18px;
	margin-bottom: 30px;
}

#area_multi3_slider1 .slick-dots {
	display: none !important;
}

#area_multi3_slider1 .slick-prev ,
#area_multi3_slider1 .slick-next {
	margin: 0;

	top: 70px;
	width: 50px;
	height: 50px;
	z-index: 1;

	opacity: 0.5;
}

#area_multi3_slider1 .slick-prev {
	left: -15px;
}
#area_multi3_slider1 .slick-next {
	right: 3px;
}

#area_multi3_slider1 .slick-prev::before ,
#area_multi3_slider1 .slick-next::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url("../../../../../../resources/sw_img/icon/slide-prev.png") no-repeat center center;
	background-size: contain;
}

#area_multi3_slider1 .slick-next::before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

#area_multi3_slider1 .slick-prev:hover ,
#area_multi3_slider1 .slick-prev:focus ,
#area_multi3_slider1 .slick-prev:active ,
#area_multi3_slider1 .slick-next:hover ,
#area_multi3_slider1 .slick-next:focus ,
#area_multi3_slider1 .slick-next:active {
	opacity: 1;
}


/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	#area_multi3_slider1 .basic-list.thumnail ,
	#area_multi3_slider1 .basic-list-english.thumnail {
		padding: 0 20px;
	}

	#area_multi3_slider1 .slick-prev ,
	#area_multi3_slider1 .slick-next {
		width: 35px;
		height: 35px;
	}

	#area_multi3_slider1 .slick-prev::before ,
	#area_multi3_slider1 .slick-next::before {
		width: 35px;
		height: 35px;
	}

	#area_multi3_slider1 .slick-prev {
		left: -20px;
	}
	#area_multi3_slider1 .slick-next {
		right: -1px;
	}
}


/*==== マルチ３一覧スライドEX ====*/
/* はみ出し対策 */
#sharewithmain .ux_slick_multi3_tile_ex {
	overflow: hidden;
}

#sharewithmain .ux_slick_multi3_tile_ex > .column1 {
    position: relative;
}

/* 設定resetしない */
#sharewithmain .ux_slick_multi3_tile_ex .basic-list2.thumnail {
	overflow: visible;
}

#sharewithmain .ux_slick_multi3_tile_ex .basic-list2.thumnail .slick-slide {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(99.9999% / 3 - 18px);
	margin-right: 18px;
	margin-bottom: 30px;
}

#sharewithmain .ux_slick_multi3_tile_ex .arrow-dots {
    display: block;
}

#sharewithmain .ux_slick_multi3_tile_ex .slick-dots {
	display: none !important;
}

#sharewithmain .ux_slick_multi3_tile_ex .slick-prev ,
#sharewithmain .ux_slick_multi3_tile_ex .slick-next {
	margin: 0;

	top: 70px;
	width: 50px;
	height: 50px;
	z-index: 1;

	opacity: 0.5;
}

#sharewithmain .ux_slick_multi3_tile_ex .slick-prev {
	left: -15px;
}
#sharewithmain .ux_slick_multi3_tile_ex .slick-next {
	right: -15px;
}

#sharewithmain .ux_slick_multi3_tile_ex .slick-prev::before ,
#sharewithmain .ux_slick_multi3_tile_ex .slick-next::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url("../../../../../../resources/sw_img/icon/slide-prev.png") no-repeat center center;
	background-size: contain;
}

#sharewithmain .ux_slick_multi3_tile_ex .slick-next::before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

#sharewithmain .ux_slick_multi3_tile_ex .slick-prev:hover ,
#sharewithmain .ux_slick_multi3_tile_ex .slick-prev:focus ,
#sharewithmain .ux_slick_multi3_tile_ex .slick-prev:active ,
#sharewithmain .ux_slick_multi3_tile_ex .slick-next:hover ,
#sharewithmain .ux_slick_multi3_tile_ex .slick-next:focus ,
#sharewithmain .ux_slick_multi3_tile_ex .slick-next:active {
	opacity: 1;
}


/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .ux_slick_multi3_tile_ex .basic-list.thumnail ,
	#sharewithmain .ux_slick_multi3_tile_ex .basic-list-english.thumnail {
		padding: 0 20px;
	}

	#sharewithmain .ux_slick_multi3_tile_ex .slick-prev ,
	#sharewithmain .ux_slick_multi3_tile_ex .slick-next {
		width: 35px;
		height: 35px;
	}

	#sharewithmain .ux_slick_multi3_tile_ex .slick-prev::before ,
	#sharewithmain .ux_slick_multi3_tile_ex .slick-next::before {
		width: 35px;
		height: 35px;
	}

	#sharewithmain .ux_slick_multi3_tile_ex .slick-prev {
		left: -20px;
	}
	#sharewithmain .ux_slick_multi3_tile_ex .slick-next {
		right: -20px;
	}
}


/*==== マルチ３カテゴリ設定用 ====*/
#site-info .ox_multi3_listing > *:not(.mgnlEditor) {
	display: none;
}



/*==== 外部サイト警告ダイアログ ====*/
#site-info .ux_modal_outer_link > *:not(.mgnlEditor) {
	display: none;
}

.dialog-outer-link {
	z-index: 3010;
}

.dialog-outer-link + .modaal-overlay {
	z-index: 3000;
	background: #fff !important;
	opacity: 1 !important;
}

.dialog-outer-link .modaal-container {
	-webkit-box-shadow: none;
	        box-shadow: none;
}


.dialog-outer-link .text-section.highlight {
	text-align: center;
}

.dialog-outer-link .text-section.highlight span:where(.strong) ,
.dialog-outer-link .text-section.highlight strong {
	display: block;
	font-size: calc(1rem * 32 / 18);
	font-weight: normal;
	line-height: 1.31;
	color: #333;
	margin-bottom: 35px;
}

.dialog-outer-link .text-section.highlight em {
	font-style: normal;
}

.dialog-outer-link .modaal-confirm-wrap {
	padding-top: 55px;
}

.dialog-outer-link .modaal-confirm-btn.modaal-ok ,
.dialog-outer-link .modaal-confirm-btn.modaal-cancel {
	text-decoration: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;

	position: relative;
	display: inline-block;
	vertical-align: middle;
	min-width: 180px;
	padding: 16px 23px 14px 37px;
	font-size: calc(1rem * 16 / 18);
	color: #fff;
	line-height: 1.5;
	border-radius: 2px;
	background: #000066;
	margin: 0 20px;
}

.dialog-outer-link .modaal-confirm-btn.modaal-cancel {
	color: #000066;
	background: #dbdbdb;
}

.dialog-outer-link .modaal-confirm-btn.modaal-cancel::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -5px;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #006;
	border-left: 1px solid #006;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.dialog-outer-link .modaal-confirm-btn.modaal-ok::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -7px;
	display: inline-block;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.png") center center no-repeat;
	background-size: contain;
	margin-top: -5px;
}

/*
.dialog-outer-link .modaal-confirm-btn.modaal-ok:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
	margin-top: -5px;
}
*/

.dialog-outer-link .modaal-confirm-btn.modaal-ok:hover {
	color: #000066;
	background: #aeb8de;
}
.dialog-outer-link .modaal-confirm-btn.modaal-cancel:hover {
	color: #000066;
	background: #eaeaea;
}

.dialog-outer-link .modaal-confirm-btn.modaal-ok:hover::before {
	background-image: url("../../../../../../resources/sw_img/icon/linkout.png");
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	.dialog-outer-link .modaal-confirm-wrap {
		padding-top: 55px;
		direction: rtl;
	}
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	.dialog-outer-link .text-section.highlight span:where(.strong) ,
	.dialog-outer-link .text-section.highlight strong {
		font-size: calc(1rem * 20 / 16);
		margin-bottom: 14px;
	}

	.dialog-outer-link .modaal-content-container {
		padding: 0;
	}

	.dialog-outer-link .modaal-confirm-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}

	.dialog-outer-link .modaal-confirm-btn.modaal-ok ,
	.dialog-outer-link .modaal-confirm-btn.modaal-cancel {
		width: 100%;
		margin: 0;
		margin-bottom: 24px;
	}
}



/*==== クッキー警告ダイアログ ====*/
#site-info .ux_popup_cookie_warning {
	position: fixed;
	right: 0;
	bottom: 0;
/*	width: 100%; */
	max-height: 250px;
	background-color: rgba(240, 240, 240, 0.85);
	border-bottom: 1px solid #ccc;
	z-index: 1000;
	-webkit-box-shadow: 0px -3px 4px -1px rgba(40,40,40,0.1);
	-o-box-shadow: 0px -3px 4px -1px rgba(40,40,40,0.1);
	-ms-box-shadow: 0px -3px 4px -1px rgba(40,40,40,0.1);
	box-shadow: 0px -3px 4px -1px rgba(40,40,40,0.1);

	-webkit-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;
}

#site-info .ux_popup_cookie_warning.agree {
	max-height: 0;
}

#site-info .ux_popup_cookie_warning > div {
	display: block;
	width: auto;
	padding: 20px 20px;
	margin: auto;
	color: #000;
	line-height: 1.6;
}

#site-info .ux_popup_cookie_warning .text-section span:where(.strong) ,
#site-info .ux_popup_cookie_warning .text-section strong {
	display: inline-block;
	margin-bottom: 10px;
}

#site-info .ux_popup_cookie_warning .text-section a {
	position: relative;
	display: inline-block;
	padding-left: 1.4em;
	margin-top: 10px;
}

#site-info .ux_popup_cookie_warning .text-section a::before {
	content: "";
	width: 1em;
	height: 1em;
	display: inline-block;
	position: absolute;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3Bstroke%3A%23222222%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Earrow_right%3C%2Ftitle%3E%3Cpolyline%20class%3D%22a%22%20points%3D%2210.01%205%2014%209%200%209%22%2F%3E%3C%2Fsvg%3E') no-repeat left center;
	top: 0.3em;
	left: 0;
	margin: 0;
}

#site-info .ux_popup_cookie_warning .text-section a:hover {
	text-decoration: none;
}

#site-info .ux_popup_cookie_warning .title4.highlight h4 {
	display: block;
	width: 200px;
	margin: auto;
	padding: 20px;
	color: #fff;
	background-color: #002D72;
	text-align: center;
	font-weight: bold;
	font-size: calc(1rem * 16 / 18);
	line-height: 1.375;
	cursor: pointer;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	#site-info .ux_popup_cookie_warning {
		min-width: calc(1000px + 40px);
	}

	#site-info .ux_popup_cookie_warning > div {
		width: calc(1000px + 40px);
		margin: auto;
	}

	#site-info .ux_popup_cookie_warning > div:after {
		content: "";
		display: block;
		clear: both;
	}

	#site-info .ux_popup_cookie_warning .text-section {
		float: left;
	}

	#site-info .ux_popup_cookie_warning .title4.highlight {
		float: right;
		margin-top: 40px;
	}
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	#site-info .ux_popup_cookie_warning > div {
		padding: 15px 10px;
	}

	#site-info .ux_popup_cookie_warning .text-section {
		font-size: calc(1rem * 11 / 16);
	}

	#site-info .ux_popup_cookie_warning .title4.highlight {
		margin: 10px auto;
		text-align: center;
	}

	#site-info .ux_popup_cookie_warning .title4.highlight h4 {
		padding: 13px 20px;
	}

}




/*==== 言語切り替えリンク ====*/
.ax_lang_link.hidden {
	display: none;
}

.ax_lang_link {
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: block;
	z-index: 20;
}

/*-- 言語切り替えボタンスタイル --*/
.ax_lang_link a {
	display: block;
	padding: 0;
	font-size: 0;
	text-decoration: none;
	color: inherit;
	line-height: 1.5;
	background: #fff;
	border-radius: 50px;
}

.ax_lang_link span:first-child {
	border-right: 1px solid #eee;
}

.ax_lang_link span:first-child {
	padding-left: 15px;
}

.ax_lang_link span:last-child {
	padding-right: 15px;
}

.ax_lang_link span {
	display: inline-block;
	padding: 5px 10px;
	font-size: calc(1rem * 14 / 18);
	font-weight: bold;
	white-space: nowrap;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

.ax_lang_link .active{
/*	border-bottom: 2px solid #000; */
}
.ax_lang_link .inactive {
}

.ax_lang_link a:hover {
	opacity: 0.7;
}


/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	.ax_lang_link {
		right: 10px;
	}

	.ax_lang_link span {
		font-size: calc(1rem * 12 / 16);
	}
}



/*===== アコーディオン =====*/
#sharewithmain .ux_accordion {
}

#sharewithmain .ux_accordion > .column1 {
	cursor: pointer;
}

.ux_accordion.open > .column1 {
}

.ux_accordion.close > .column1 {
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	#sharewithmain .ux_accordion > .column1 ,
	#sharewithmain .ux_accordion > .column2 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}


/*==== 決算資料 アコーディオン ====*/
#sharewithmain .ux_accordion_result ,
#sharewithmain .lx_accordion_02 {
}

.lx_accordion_02 .title2 h2 ,
.ux_accordion_result .news-result h2.open ,
.ux_accordion_result .news-result h2.close ,
.ux_accordion_result .news-yuho h2.open ,
.ux_accordion_result .news-yuho h2.close ,
.ux_accordion_result .news-presentation h2.open ,
.ux_accordion_result .news-presentation h2.close ,
.ux_accordion_result .news-material h2.open ,
.ux_accordion_result .news-material h2.close {
	position: relative;
	cursor: pointer;
}

.lx_accordion_02 .title2 h2::before ,
.ux_accordion_result .news-result h2.open::before ,
.ux_accordion_result .news-result h2.close::before ,
.ux_accordion_result .news-yuho h2.open::before ,
.ux_accordion_result .news-yuho h2.close::before ,
.ux_accordion_result .news-presentation h2.open::before ,
.ux_accordion_result .news-presentation h2.close::before ,
.ux_accordion_result .news-material h2.open::before ,
.ux_accordion_result .news-material h2.close::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -10px;
	display: block;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/icon/icon_down.png") center center no-repeat;
	background-size: contain;
}

.lx_accordion_02.open .title2 h2::before ,
.ux_accordion_result .news-result h2.open::before ,
.ux_accordion_result .news-yuho h2.open::before ,
.ux_accordion_result .news-presentation h2.open::before ,
.ux_accordion_result .news-material h2.open::before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.lx_accordion_02 > .column2 ,
.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 {
	position: relative;
	color: #444;
	font-size: calc(1rem * 14 / 18);
	font-weight: normal;
	line-height: 2;
	padding: 10px 20px 20px 20px;
	background: #f5f5f5;
}


/*------------------ 全ページ共通 特殊設定 ------------------*/
/*==== 背景黒 ====*/
/* 素材ページ等で白いロゴを見える様にする */
body#bg-black {
	background: #000;
}


/*==== タブ風スタイル ====*/
#sharewithmain .lx_list_tabstyle01 {
}

.lx_list_tabstyle01 div.link-list:not(.highlight) {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 40px;
}

.lx_list_tabstyle01 div.link-list:not(.highlight) ul {
	margin: 0;

	display: table-row
}

.lx_list_tabstyle01 div.link-list:not(.highlight) ul li {
	margin: 0;
	padding: 0;
	background: none;

	display: table-cell;
}

.lx_list_tabstyle01 div.link-list:not(.highlight) ul li::before ,
.lx_list_tabstyle01 div.link-list:not(.highlight) ul li::after {
	content: none;
}

.lx_list_tabstyle01 div.link-list:not(.highlight) ul li > a {
	position: relative;
	overflow: visible;
	display: block;
	margin: 0;
	padding: 20px 0 20px;
	text-align: center;
	color: #999;
	font-size: calc(1rem * 20 / 18);
	font-weight: bold;
	text-decoration: none;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

.lx_list_tabstyle01 div.link-list:not(.highlight) ul li > a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #ddd;
}

.lx_list_tabstyle01 div.link-list:not(.highlight) ul li.act > a ,
.lx_list_tabstyle01 div.link-list:not(.highlight) ul li > a:hover {
	color: #222;

}

.lx_list_tabstyle01 div.link-list:not(.highlight) ul li.act > a::before ,
.lx_list_tabstyle01 div.link-list:not(.highlight) ul li > a:hover::before {
	background: #2bccb6;
	background: linear-gradient(-90deg, #21bec9 0%, #55d87c 53%, #81c838 100%); 
}

.lx_list_tabstyle01 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul ,
.lx_list_tabstyle01 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul li {
	display: block;
	margin-bottom: 10px;
}



/*==== ページャー ====*/
.lx_list_pager01 div.link-list:not(.highlight) h2:before {
	content: none;
}

.lx_list_pager01 div.link-list:not(.highlight) h2 {
	padding: 0;
	margin:0;
	border: none;
	background: none;
	color: inherit;
	font-size: inherit;
	font-weight: normal;

	text-align: center;
	margin-bottom: 10px;
}

.lx_list_pager01 div.link-list:not(.highlight) ul {
	font-size: 0;
	text-align: center;
}

.lx_list_pager01 div.link-list:not(.highlight) ul li {
	padding: 0;
	margin:0;
	border: none;
	background: none;

	display: inline-block;
	vertical-align: top;
}

.lx_list_pager01 div.link-list:not(.highlight) ul li::before {
	content: none;
}

.lx_list_pager01 div.link-list:not(.highlight) ul li:not(.highlight) > a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	height: 40px;
	margin: 3px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	font-size: calc(1rem * 15 / 18);
	color: #fff;
	text-decoration: none;
	border: 1px solid #005aab;
	background: #005aab;
}

.lx_list_pager01 div.link-list:not(.highlight) ul li:not(.highlight) > a:hover ,
.lx_list_pager01 div.link-list:not(.highlight) ul li:not(.highlight) > a.act {
	color: #005aab;
	background: #fff;
}

.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight > a {
	position: relative;
	overflow: visible;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100px;
	height: 40px;
	margin: 3px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	font-size: calc(1rem * 15 / 18);
	color: #fff;
	text-decoration: none;
	border: 1px solid #005aab;
	background: #005aab;
}


/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-child(1) > a ,
	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-child(2) > a {
		margin-left: 25px;
		border-left: none;
	}

	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-child(1) > a::before ,
	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-child(2) > a::before {
		content: "";
		display: inline-block;
		position: absolute;

		top: 5px;
		left: -15px;
		width: 28.68px;
		height: 28.68px;
		background: #005aab;
		border-left: 1px solid #005aab;
		border-top: 1px solid #005aab;
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		z-index: -1;
	}

	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-last-child(1) > a ,
	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-last-child(2) > a ,
	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-last-child(3) > a {
		margin-right: 25px;
		border-right: none;
	}

	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-last-child(1) > a::after ,
	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-last-child(2) > a::after ,
	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-last-child(3) > a::after {
		content: "";
		display: inline-block;
		position: absolute;

		top: 5px;
		right: -15px;
		width: 28.68px;
		height: 28.68px;
		background: #005aab;
		border-right: 1px solid #005aab;
		border-top: 1px solid #005aab;
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
		z-index: -1;
	}

	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight > a:hover {
		color: #005aab;
		background: #fff;
	}

	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight > a:hover:before ,
	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight > a:hover:after {
		background: #fff;
	}
}


/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	.lx_list_pager01 div.link-list:not(.highlight) ul li:not(.highlight) > a {
		width: 30px;
		height: 30px;
		margin: 1px;
		font-size: calc(1rem * 13 / 16);
	}

	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight > a {
		width: 45px;
		height: 30px;
		margin: 1px;
		font-size: calc(1rem * 13 / 16);
	}

	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-child(1) > a ,
	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-child(2) > a {
		font-size: 0;
	}

	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-child(1) > a:before ,
	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-child(2) > a:before {
		content: "";
		display: inline-block;
		border: 15px solid #fff;
		border-right-color: #005aab;
		position: absolute;
		top: -1px;
		left: -1px;
	}

	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-last-child(1) > a ,
	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-last-child(2) > a ,
	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-last-child(3) > a {
		font-size: 0;
	}

	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-last-child(1) > a:after ,
	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-last-child(2) > a:after ,
	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-last-child(3) > a:after {
		content: "";
		display: inline-block;
		border: 15px solid #fff;
		border-left-color: #005aab;
		position: absolute;
		top: -1px;
		right: -1px;
	}

}





/*==== IR TOP > 最新イベント ====*/
#sharewithmain .lx_style_ir_latest_event {
}

.lx_style_ir_latest_event {
}

.lx_style_ir_latest_event >*> .link-list {
	padding: 20px;
	background: #f5f5f5;
	margin-bottom: 20px;
}

.lx_style_ir_latest_event >*> .link-list h2 {
	padding-top: 0;
	padding-bottom: 0;
}

.lx_style_ir_latest_event >*> .link-list ul {
	margin-bottom: 0;
}

.lx_style_ir_latest_event >*> .link-list ul li {
	font-size: calc(1rem * 18 / 18);
}


/*-- 最新決算資料 --*/
#sharewithmain .lx_style_ir_latest_earnings {
}

.lx_style_ir_latest_earnings .title2 {
	padding: 20px 20px 0px;
	background: #f5f5f5;
}

.lx_style_ir_latest_earnings .title2 h2 {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.lx_style_ir_latest_earnings .reuse-component .column1 ,
.lx_style_ir_latest_earnings .reuse-component .column2 ,
.lx_style_ir_latest_earnings .reuse-component .column3 ,
.lx_style_ir_latest_earnings .reuse-component .column4 ,
.lx_style_ir_latest_earnings .reuse-component .column5 {
	margin-bottom: 0;
}

.lx_style_ir_latest_earnings .news-result ,
.lx_style_ir_latest_earnings .news-material {
	padding: 20px;
	background: #f5f5f5;
}

.lx_style_ir_latest_earnings .news-material dl ~ h2 ,
.lx_style_ir_latest_earnings .news-material dl ~ dl {
	display: none;
}

.lx_style_ir_latest_earnings .merged_list ~ .multiColumn1 ,
.lx_style_ir_latest_earnings .merged_list ~ .multiColumn2 ,
.lx_style_ir_latest_earnings .merged_list ~ .multiColumn3 ,
.lx_style_ir_latest_earnings .merged_list ~ .multiColumn4 ,
.lx_style_ir_latest_earnings .merged_list ~ .multiColumn5 {
	display: none;
}

.lx_style_ir_latest_earnings .merged_list ,
.lx_style_ir_latest_earnings .news-material dl {
	margin-bottom: 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 dl dt ,
.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: calc(1rem * 24 / 18);
	font-weight: bold;
	line-height: 1.25;

	margin-bottom: 5px;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

.lx_style_ir_latest_earnings .news-material dl dt::before ,
.lx_style_ir_latest_earnings .news-material dl dt::after {
	content: none;
}






/*------------------ 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;
	margin-bottom: 20px;
}

#sharewithmain .lx_sample_mcol_bottomline_01 + .lx_sample_mcol_topline_01 {
	margin-top: -21px;
}

/*---- マルチカラムに背景色をつける -----*/
#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;
}



/*-- ニュースティッカー */
#sharewithmain .lx_style_news_ticker {
	padding-top: 0;
	padding-bottom: 0;
}

#sharewithmain .lx_style_news_ticker .column1 {
	margin-bottom: 0;
}

.lx_style_news_ticker .basic-list:not(.thumnail) ,
.lx_style_news_ticker .basic-list-english:not(.thumnail) ,
.lx_style_news_ticker .basic-list2:not(.thumnail) {
	margin-bottom: 0;
}

#area_multi3_ticker .slick-slide {
	margin-top: 15px;
	padding-bottom: 15px;
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	.lx_style_news_ticker .basic-list:not(.thumnail) .tabItems li ,
	.lx_style_news_ticker .basic-list-english:not(.thumnail) .tabItems li ,
	.lx_style_news_ticker .basic-list2:not(.thumnail) .tabItems li {
/*		min-height: 6.5em !important; */
	}
}

/*-- トピックス（タイル型ニュース） */
#sharewithmain .lx_multi2_col4col2 {
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	.lx_multi2_col4col2 .basic-list.thumnail .tabItems li ,
	.lx_multi2_col4col2 .basic-list-english.thumnail .tabItems li ,
	.lx_multi2_col4col2 .basic-list2.thumnail .tabItems li {
		width: calc(100% / 4 - 18px);
	}
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	.lx_multi2_col4col2 .basic-list.thumnail .tabItems ,
	.lx_multi2_col4col2 .basic-list-english.thumnail .tabItems ,
	.lx_multi2_col4col2 .basic-list2.thumnail .tabItems {
		margin-right: 0;
	}

	.lx_multi2_col4col2 .basic-list.thumnail .tabItems li ,
	.lx_multi2_col4col2 .basic-list-english.thumnail .tabItems li ,
	.lx_multi2_col4col2 .basic-list2.thumnail .tabItems li {
		width: calc(100% /2 - 18px);
		margin-left: 9px;
		margin-right: 9px;
	}
}



/*-- ニュース用 狭幅moreボタン --*/
.lx_sample_teaser_narrow01 .panel.no-img.style1 ,
.lx_sample_teaser_narrow01 .teaser.no-img.style1 ,
.lx_sample_teaser_narrow01 .external-teaser.no-img.style1 {
	max-width: 320px;
	width: 50%;
}

/*-- ブロークングリッド用 左寄せ狭幅moreボタン --*/
.lx_sample_teaser_narrow02 .panel.no-img.style1 ,
.lx_sample_teaser_narrow02 .teaser.no-img.style1 ,
.lx_sample_teaser_narrow02 .external-teaser.no-img.style1 {
	max-width: 200px;
	width: 50%;
	margin-left: 0;
}

/*-- ブロークングリッド用 左寄せ狭幅＋左詰めリンクボタン --*/
.lx_sample_teaser_narrow03 .panel.no-img.style1 ,
.lx_sample_teaser_narrow03 .teaser.no-img.style1 ,
.lx_sample_teaser_narrow03 .external-teaser.no-img.style1 {
	display: inline-block;
	max-width: 240px;
	width: 50%;
	margin-left: 0;
	margin-right: 20px;
}


/*-- comboニュース --*/
#sharewithmain .lx_sample_combo_twin_news {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	#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 {
		width: 500px;
		padding: 40px 40px 85px 20px;
		margin-right: -1px;
		border-right: 1px solid #eee;
		margin-bottom: 0;
	}

	#sharewithmain .lx_sample_combo_twin_news > .column2 {
		width: 500px;
		padding: 40px 20px 85px 40px;
		border-left: 1px solid #eee;
		margin-bottom: 0;
	}

	.lx_sample_combo_twin_news .basic-list2:not(.thumnail) + .panel.no-img.style1 ,
	.lx_sample_combo_twin_news .basic-list2:not(.thumnail) + .teaser.no-img.style1 {
		position: absolute;
		bottom: 20px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		    -ms-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
		width: 250px;
	}

	.lx_sample_combo_twin_news > .column1 .basic-list2:not(.thumnail) + .panel.no-img.style1 ,
	.lx_sample_combo_twin_news > .column1 .basic-list2:not(.thumnail) + .teaser.no-img.style1 {
		margin-left: -250px;
	}

	.lx_sample_combo_twin_news > .column2 .basic-list2:not(.thumnail) + .panel.no-img.style1 ,
	.lx_sample_combo_twin_news > .column2 .basic-list2:not(.thumnail) + .teaser.no-img.style1 {
		margin-left: 250px;
	}

}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	#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;
	}
}


/*-- 背景画像付き01 --*/
#sharewithmain .lx_sample_mcol_bg_img01 {
	color: #fff;
	background: url("../../../../../../resources/sw_img/bg/bg_top01.jpg") no-repeat center center;
	background-size: cover;
}

.lx_sample_mcol_bg_img01 .title2 h2 ,
.lx_sample_mcol_bg_img01 .title3 h3 ,
.lx_sample_mcol_bg_img01 .title4 h4 {
	color: #fff;
}





/*==== ブロークングリッド01 ====*/
/*-- PC:第１カラムが左端中段に配置、SP:第１カラムが上で左端に配置 --*/
#sharewithmain .lx_sample_col_grid_01 {
	position: relative;
	margin-bottom: 40px;
}

/*-- PC:第１カラムが右端中段に配置、SP:第１カラムが上で右端に配置 --*/
#sharewithmain .lx_sample_col_grid_01.lx_mcol_rtl {
}

.lx_sample_col_grid_01 > .column1 .text-section:not(.highlight) img {
	width: 100%;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	#sharewithmain .lx_sample_col_grid_01 > .column1 {
		vertical-align: middle;
		width: 40%;
		margin-left: 0;
		margin-right: 5%;
	}

	#sharewithmain .lx_sample_col_grid_01 > .column2 {
		vertical-align: middle;
		width: 550px;
		margin-left: 0;
		margin-right: calc(55% - 550px);
		padding: 40px 0;
	}

	#sharewithmain .lx_sample_col_grid_01.lx_mcol_rtl > .column1 {
		margin-left: 5%;
		margin-right: 0;
	}

	#sharewithmain .lx_sample_col_grid_01.lx_mcol_rtl > .column2 {
		margin-left: calc(55% - 550px);
		margin-right: 0;
	}
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .lx_sample_col_grid_01 {
		padding-left: 0;
		padding-right: 0;
	}

	#sharewithmain .lx_sample_col_grid_01 > .column1 {
		margin-left: 0;
		margin-right: 10%;
		width: 90%;
	}

	#sharewithmain .lx_sample_col_grid_01 > .column2 {
		margin-left: 20px;
		margin-right: 20px;
		width: calc(100% - 40px);
	}

	#sharewithmain .lx_sample_col_grid_01.lx_mcol_rtl > .column1 {
		margin-left: 10%;
		margin-right: 0;
	}

	#sharewithmain .lx_sample_col_grid_01.lx_mcol_rtl > .column2 {
	}
}




/*==== ブロークングリッド02 ====*/
/*-- PC:第１カラムが左中段に配置、SP:第１カラムが上で左端に配置 --*/
#sharewithmain .lx_sample_col_grid_02 {
	position: relative;
	margin-bottom: 40px;
}

/*-- PC:第１カラムが右中段に配置、SP:第１カラムが上で右端に配置 --*/
#sharewithmain .lx_sample_col_grid_02.lx_mcol_rtl {
}

.lx_sample_col_grid_02 > .column1 .text-section:not(.highlight) img {
	width: 100%;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	#sharewithmain .lx_sample_col_grid_02 > .column1 {
		vertical-align: middle;
		width: 400px;
		margin-right: 0;
	}

	#sharewithmain .lx_sample_col_grid_02 > .column2 {
		vertical-align: middle;
		width: 550px;
		margin-left: 50px;
		padding: 40px 0;
		padding-right: 50px;
	}

	#sharewithmain .lx_sample_col_grid_02.lx_mcol_rtl > .column1 {
		margin-left: 0;
		margin-right: auto;
	}

	#sharewithmain .lx_sample_col_grid_02.lx_mcol_rtl > .column2 {
		margin-left: auto;
		margin-right: 50px;
		padding: 40px 0;
		padding-left: 50px;
	}
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .lx_sample_col_grid_02 {
		padding-left: 0;
		padding-right: 0;
	}

	#sharewithmain .lx_sample_col_grid_02 > .column1 {
		margin-left: 0;
		margin-right: 10%;
		width: 90%;
	}

	#sharewithmain .lx_sample_col_grid_02 > .column2 {
		margin-left: 20px;
		margin-right: 20px;
		width: calc(100% - 40px);
	}

	#sharewithmain .lx_sample_col_grid_02.lx_mcol_rtl > .column1 {
		margin-left: 10%;
		margin-right: 0;
	}

	#sharewithmain .lx_sample_col_grid_02.lx_mcol_rtl > .column2 {
	}
}



/*==== ブロークングリッド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: 768px) {
	#sharewithmain .lx_sample_col_grid_03 > .column1 {
		vertical-align: middle;
		width: 50%;
		margin-right: 0;
	}

	#sharewithmain .lx_sample_col_grid_03 > .column2 {
		position: relative;
		z-index: 1;
		vertical-align: middle;
		width: 650px;
		margin-left: -150px;
		margin-right: calc(50% - 650px + 150px);
	}

	#sharewithmain .lx_sample_col_grid_03.lx_mcol_rtl > .column1 {
		margin-left: 0;
		margin-right: auto;
	}

	#sharewithmain .lx_sample_col_grid_03.lx_mcol_rtl > .column2 {
		margin-right: -150px;
		margin-left: calc(50% - 650px + 150px);
	}
}

@media handheld, only screen and (max-width: 767px) {
	#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%;
		width: 90%;
	}

	#sharewithmain .lx_sample_col_grid_03 > .column2 {
		position: relative;
		margin-top: -60px;
		margin-left: 20px;
		margin-right: 20px;
		width: calc(100% - 40px);
	}

	#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 {
	}
}



/*==== ブロークングリッド03 ====*/
/*-- 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: 768px) {
	#sharewithmain .lx_sample_col_grid_04 > .column1 {
		vertical-align: middle;
		width: 500px;
		margin-right: 0;
	}

	#sharewithmain .lx_sample_col_grid_04 > .column2 {
		position: relative;
		z-index: 1;
		vertical-align: middle;
		width: 650px;
		margin-left: -150px;
	}

	#sharewithmain .lx_sample_col_grid_04.lx_mcol_rtl > .column1 {
		margin-left: 0;
		margin-right: auto;
	}
	#sharewithmain .lx_sample_col_grid_04.lx_mcol_rtl > .column2 {
		margin-left: auto;
		margin-right: -150px;
	}
}

@media handheld, only screen and (max-width: 767px) {
	#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%;
		width: 90%;
	}

	#sharewithmain .lx_sample_col_grid_04 > .column2 {
		position: relative;
		margin-top: -60px;
		margin-left: 20px;
		margin-right: 20px;
		width: calc(100% - 40px);
	}

	#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 {
	}
}



/*-- バナー type02 --*/
#sharewithmain .lx_sample_teaser_02 {
}

.lx_sample_teaser_02 .teaser:not(.no-img):not(.highlight) ,
.lx_sample_teaser_02 .external-teaser:not(.no-img):not(.highlight) ,
.lx_sample_teaser_02 .download-teaser:not(.no-img):not(.highlight) {
	position: relative;
	display: block;
}

.lx_sample_teaser_02 .teaser:not(.no-img):not(.highlight) h2 ,
.lx_sample_teaser_02 .external-teaser:not(.no-img):not(.highlight) h2 ,
.lx_sample_teaser_02 .download-teaser:not(.no-img):not(.highlight) h2 {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.lx_sample_teaser_02 .teaser:not(.no-img):not(.highlight) h2 a ,
.lx_sample_teaser_02 .external-teaser:not(.no-img):not(.highlight) h2 a ,
.lx_sample_teaser_02 .download-teaser:not(.no-img):not(.highlight) h2 a {
	margin: 0;

	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 20px 10px;
/*	background: rgba(33, 169, 237, 0.17); */
	font-size: calc(1rem * 24 / 18);
	color: #fff;
	font-weight: bold;
	line-height: 1.25;
	text-decoration: none;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

.lx_sample_teaser_02 .teaser:not(.no-img):not(.highlight) h2 a span ,
.lx_sample_teaser_02 .external-teaser:not(.no-img):not(.highlight) h2 a span ,
.lx_sample_teaser_02 .download-teaser:not(.no-img):not(.highlight) h2 a span {
	display: block;
	font-size: calc(1rem * 12 / 18);
	margin: 3px 0;
	letter-spacing: normal;
}

.lx_sample_teaser_02 .teaser:not(.no-img):not(.highlight) h2 a::before ,
.lx_sample_teaser_02 .external-teaser:not(.no-img):not(.highlight) h2 a::before ,
.lx_sample_teaser_02 .download-teaser:not(.no-img):not(.highlight) h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -10px;
	width: 9px;
	height: 13px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01_white.svg") center center no-repeat;
	background-size: contain;
}

.lx_sample_teaser_02 .teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]::after ,
.lx_sample_teaser_02 .external-teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
	margin-top: -5px;
}

.lx_sample_teaser_02 .teaser:not(.no-img):not(.highlight) h2 + a ,
.lx_sample_teaser_02 .external-teaser:not(.no-img):not(.highlight) h2 + a ,
.lx_sample_teaser_02 .download-teaser:not(.no-img):not(.highlight) h2 + a {
}

.lx_sample_teaser_02 .teaser:not(.no-img):not(.highlight) h2 + a img ,
.lx_sample_teaser_02 .external-teaser:not(.no-img):not(.highlight) h2 + a img ,
.lx_sample_teaser_02 .download-teaser:not(.no-img):not(.highlight) h2 + a img {
	display: block;
	width: 100%;
	opacity: 1;

	-webkit-transition: 0.7s 0.1s;
	-o-transition: 0.7s 0.1s;
	transition: 0.7s 0.1s;
}


.lx_sample_teaser_02 .teaser:not(.no-img):not(.highlight) p ,
.lx_sample_teaser_02 .external-teaser:not(.no-img):not(.highlight) p ,
.lx_sample_teaser_02 .download-teaser:not(.no-img):not(.highlight) p {
	display: none;
}

.lx_sample_teaser_02 .teaser:not(.no-img):not(.highlight) h2 a:hover ,
.lx_sample_teaser_02 .external-teaser:not(.no-img):not(.highlight) h2 a:hover ,
.lx_sample_teaser_02 .download-teaser:not(.no-img):not(.highlight) h2 a:hover ,
.lx_sample_teaser_02 .teaser:not(.no-img):not(.highlight):hover h2 a ,
.lx_sample_teaser_02 .external-teaser:not(.no-img):not(.highlight):hover h2 a ,
.lx_sample_teaser_02 .download-teaser:not(.no-img):not(.highlight):hover h2 a {
}

.lx_sample_teaser_02 .teaser:not(.no-img):not(.highlight) h2 + a:hover img ,
.lx_sample_teaser_02 .external-teaser:not(.no-img):not(.highlight) h2 + a:hover img ,
.lx_sample_teaser_02 .download-teaser:not(.no-img):not(.highlight) h2 + a:hover img ,
.lx_sample_teaser_02 .teaser:not(.no-img):not(.highlight):hover h2 + a img ,
.lx_sample_teaser_02 .external-teaser:not(.no-img):not(.highlight):hover h2 + a img ,
.lx_sample_teaser_02 .download-teaser:not(.no-img):not(.highlight):hover h2 + a img {
	opacity: 1;
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}


/*-- YouTube用 --*/
.lx_sample_teaser_02 div.external-teaser:not(.no-img):not(.highlight) > a[href*="//www.youtube.com"] ,
.lx_sample_teaser_02 div.external-teaser:not(.no-img):not(.highlight) > a[href*="//youtu.be"] {
	position: relative;
}

.lx_sample_teaser_02 div.external-teaser:not(.no-img):not(.highlight) > a[href*="//www.youtube.com"] img ,
.lx_sample_teaser_02 div.external-teaser:not(.no-img):not(.highlight) > a[href*="//youtu.be"] img {
	width: 100%;
}

.lx_sample_teaser_02 div.external-teaser:not(.no-img):not(.highlight) > a[href*="//www.youtube.com"]::before ,
.lx_sample_teaser_02 div.external-teaser:not(.no-img):not(.highlight) > a[href*="//youtu.be"]::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0, 0.4) url("../../../../../../resources/sw_img/default/icon_youtube.png") no-repeat center center;
	z-index: 1;
}

.lx_sample_teaser_02 div.external-teaser:not(.no-img):not(.highlight) h2 a[href*="//www.youtube.com"]::after ,
.lx_sample_teaser_02 div.external-teaser:not(.no-img):not(.highlight) h2 a[href*="//youtu.be"]::after {
	content: none;
}

.lx_sample_teaser_02 div.external-teaser:not(.no-img):not(.highlight) > a[href*="//www.youtube.com"]:hover::before ,
.lx_sample_teaser_02 div.external-teaser:not(.no-img):not(.highlight) > a[href*="//youtu.be"]:hover::before {
	background-color: rgba(0,0,0, 0.2);
}

.lx_sample_teaser_02 div.external-teaser:not(.no-img):not(.highlight) > a[href*="//www.youtube.com"]:hover img ,
.lx_sample_teaser_02 div.external-teaser:not(.no-img):not(.highlight) > a[href*="//youtu.be"]:hover img {
	opacity: 1;
}

.lx_sample_teaser_02 div.external-teaser:not(.no-img):not(.highlight) h2 + a[href*="//www.youtube.com"]::before ,
.lx_sample_teaser_02 div.external-teaser:not(.no-img):not(.highlight) h2 + a[href*="//youtu.be"]::before ,
.lx_sample_teaser_02 div.external-teaser:not(.no-img):not(.highlight) h2 + a[href*="//www.youtube.com"]:hover::before ,
.lx_sample_teaser_02 div.external-teaser:not(.no-img):not(.highlight) h2 + a[href*="//youtu.be"]:hover::before {
	background-color: transparent;
}


/*-- バナー type03 --*/
#sharewithmain .lx_sample_teaser_03 {
}

.lx_sample_teaser_03 .teaser:not(.no-img):not(.highlight) ,
.lx_sample_teaser_03 .external-teaser:not(.no-img):not(.highlight) ,
.lx_sample_teaser_03 .download-teaser:not(.no-img):not(.highlight) {
	position: relative;
	display: block;
}

.lx_sample_teaser_03 .teaser:not(.no-img):not(.highlight) h2 ,
.lx_sample_teaser_03 .external-teaser:not(.no-img):not(.highlight) h2 ,
.lx_sample_teaser_03 .download-teaser:not(.no-img):not(.highlight) h2 {
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	z-index: 2;
}

.lx_sample_teaser_03 .teaser:not(.no-img):not(.highlight) h2 a ,
.lx_sample_teaser_03 .external-teaser:not(.no-img):not(.highlight) h2 a ,
.lx_sample_teaser_03 .download-teaser:not(.no-img):not(.highlight) h2 a {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	text-align: left;
	width: 100%;
	min-height: 3em;
	padding: 0.25em 20px;
	background: rgba(0,0,0, 0.2);
	font-size: calc(1rem * 24 / 18);
	color: #fff;
	font-weight: bold;
	line-height: 1.25;
	text-decoration: none;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

.lx_sample_teaser_03 .teaser:not(.no-img):not(.highlight) h2 a span ,
.lx_sample_teaser_03 .external-teaser:not(.no-img):not(.highlight) h2 a span ,
.lx_sample_teaser_03 .download-teaser:not(.no-img):not(.highlight) h2 a span {
	display: block;
	font-size: calc(1rem * 16 / 18);
	margin: 3px 0;
	letter-spacing: normal;
}

.lx_sample_teaser_03 .teaser:not(.no-img):not(.highlight) h2 a::before ,
.lx_sample_teaser_03 .external-teaser:not(.no-img):not(.highlight) h2 a::before ,
.lx_sample_teaser_03 .download-teaser:not(.no-img):not(.highlight) h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -10px;
	width: 9px;
	height: 13px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01_white.svg") center center no-repeat;
	background-size: contain;
}

.lx_sample_teaser_03 .teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]::after ,
.lx_sample_teaser_03 .external-teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
	margin-top: -5px;
}

.lx_sample_teaser_03 .teaser:not(.no-img):not(.highlight) h2 + a ,
.lx_sample_teaser_03 .external-teaser:not(.no-img):not(.highlight) h2 + a ,
.lx_sample_teaser_03 .download-teaser:not(.no-img):not(.highlight) h2 + a {
}

.lx_sample_teaser_03 .teaser:not(.no-img):not(.highlight) h2 + a img ,
.lx_sample_teaser_03 .external-teaser:not(.no-img):not(.highlight) h2 + a img ,
.lx_sample_teaser_03 .download-teaser:not(.no-img):not(.highlight) h2 + a img {
	display: block;
	width: 100%;
/*	opacity: 1; */
}


.lx_sample_teaser_03 .teaser:not(.no-img):not(.highlight) p ,
.lx_sample_teaser_03 .external-teaser:not(.no-img):not(.highlight) p ,
.lx_sample_teaser_03 .download-teaser:not(.no-img):not(.highlight) p {
	display: none;
}

.lx_sample_teaser_03 .teaser:not(.no-img):not(.highlight) h2 a:hover ,
.lx_sample_teaser_03 .external-teaser:not(.no-img):not(.highlight) h2 a:hover ,
.lx_sample_teaser_03 .download-teaser:not(.no-img):not(.highlight) h2 a:hover ,
.lx_sample_teaser_03 .teaser:not(.no-img):not(.highlight):hover h2 a ,
.lx_sample_teaser_03 .external-teaser:not(.no-img):not(.highlight):hover h2 a ,
.lx_sample_teaser_03 .download-teaser:not(.no-img):not(.highlight):hover h2 a {
}

.lx_sample_teaser_03 .teaser:not(.no-img):not(.highlight) h2 + a:hover img ,
.lx_sample_teaser_03 .external-teaser:not(.no-img):not(.highlight) h2 + a:hover img ,
.lx_sample_teaser_03 .download-teaser:not(.no-img):not(.highlight) h2 + a:hover img ,
.lx_sample_teaser_03 .teaser:not(.no-img):not(.highlight):hover h2 + a img ,
.lx_sample_teaser_03 .external-teaser:not(.no-img):not(.highlight):hover h2 + a img ,
.lx_sample_teaser_03 .download-teaser:not(.no-img):not(.highlight):hover h2 + a img {
	opacity: 0.7;
}


.lx_sample_teaser_03.multiColumn2 .teaser:not(.no-img):not(.highlight) h2 a ,
.lx_sample_teaser_03.multiColumn2 .external-teaser:not(.no-img):not(.highlight) h2 a ,
.lx_sample_teaser_03.multiColumn2 .download-teaser:not(.no-img):not(.highlight) h2 a {
	font-size: calc(1rem * 24 / 18);
}

.lx_sample_teaser_03.multiColumn2 .teaser:not(.no-img):not(.highlight) h2 a span ,
.lx_sample_teaser_03.multiColumn2 .external-teaser:not(.no-img):not(.highlight) h2 a span ,
.lx_sample_teaser_03.multiColumn2 .download-teaser:not(.no-img):not(.highlight) h2 a span {
	font-size: calc(1rem * 16 / 18);
}

.lx_sample_teaser_03.multiColumn3 .teaser:not(.no-img):not(.highlight) h2 a ,
.lx_sample_teaser_03.multiColumn3 .external-teaser:not(.no-img):not(.highlight) h2 a ,
.lx_sample_teaser_03.multiColumn3 .download-teaser:not(.no-img):not(.highlight) h2 a {
	font-size: calc(1rem * 20 / 18);
}

.lx_sample_teaser_03.multiColumn3 .teaser:not(.no-img):not(.highlight) h2 a span ,
.lx_sample_teaser_03.multiColumn3 .external-teaser:not(.no-img):not(.highlight) h2 a span ,
.lx_sample_teaser_03.multiColumn3 .download-teaser:not(.no-img):not(.highlight) h2 a span {
	font-size: calc(1rem * 14 / 18);
}

.lx_sample_teaser_03.multiColumn4 .teaser:not(.no-img):not(.highlight) h2 a ,
.lx_sample_teaser_03.multiColumn4 .external-teaser:not(.no-img):not(.highlight) h2 a ,
.lx_sample_teaser_03.multiColumn4 .download-teaser:not(.no-img):not(.highlight) h2 a {
	font-size: calc(1rem * 18 / 18);
}

.lx_sample_teaser_03.multiColumn4 .teaser:not(.no-img):not(.highlight) h2 a span ,
.lx_sample_teaser_03.multiColumn4 .external-teaser:not(.no-img):not(.highlight) h2 a span ,
.lx_sample_teaser_03.multiColumn4 .download-teaser:not(.no-img):not(.highlight) h2 a span {
	font-size: calc(1rem * 12 / 18);
}




/*-- バナー type04 --*/
#sharewithmain .lx_sample_teaser_04 {
}

.lx_sample_teaser_04 .teaser:not(.no-img):not(.highlight) ,
.lx_sample_teaser_04 .external-teaser:not(.no-img):not(.highlight) ,
.lx_sample_teaser_04 .download-teaser:not(.no-img):not(.highlight) {
	position: relative;
	padding: 20px;
	border: 1px solid #bbb;
}

.lx_sample_teaser_04 .teaser:not(.no-img):not(.highlight) h2 ,
.lx_sample_teaser_04 .external-teaser:not(.no-img):not(.highlight) h2 ,
.lx_sample_teaser_04 .download-teaser:not(.no-img):not(.highlight) h2 {
}

.lx_sample_teaser_04 .teaser:not(.no-img):not(.highlight) h2 a ,
.lx_sample_teaser_04 .external-teaser:not(.no-img):not(.highlight) h2 a ,
.lx_sample_teaser_04 .download-teaser:not(.no-img):not(.highlight) h2 a {
}

.lx_sample_teaser_04 .teaser:not(.no-img):not(.highlight) h2 a span ,
.lx_sample_teaser_04 .external-teaser:not(.no-img):not(.highlight) h2 a span ,
.lx_sample_teaser_04 .download-teaser:not(.no-img):not(.highlight) h2 a span {
}

.lx_sample_teaser_04 .teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]::after ,
.lx_sample_teaser_04 .external-teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]::after {
/*
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
	margin-top: -5px;
*/
}

.lx_sample_teaser_04 .teaser:not(.no-img):not(.highlight) h2 + a ,
.lx_sample_teaser_04 .external-teaser:not(.no-img):not(.highlight) h2 + a ,
.lx_sample_teaser_04 .download-teaser:not(.no-img):not(.highlight) h2 + a {
}

.lx_sample_teaser_04 .teaser:not(.no-img):not(.highlight) h2 + a img ,
.lx_sample_teaser_04 .external-teaser:not(.no-img):not(.highlight) h2 + a img ,
.lx_sample_teaser_04 .download-teaser:not(.no-img):not(.highlight) h2 + a img {
	display: block;
	width: 100%;
}


.lx_sample_teaser_04 .teaser:not(.no-img):not(.highlight) p ,
.lx_sample_teaser_04 .external-teaser:not(.no-img):not(.highlight) p ,
.lx_sample_teaser_04 .download-teaser:not(.no-img):not(.highlight) p {

}

.lx_sample_teaser_04 .teaser:not(.no-img):not(.highlight) h2 a:hover ,
.lx_sample_teaser_04 .external-teaser:not(.no-img):not(.highlight) h2 a:hover ,
.lx_sample_teaser_04 .download-teaser:not(.no-img):not(.highlight) h2 a:hover ,
.lx_sample_teaser_04 .teaser:not(.no-img):not(.highlight):hover h2 a ,
.lx_sample_teaser_04 .external-teaser:not(.no-img):not(.highlight):hover h2 a ,
.lx_sample_teaser_04 .download-teaser:not(.no-img):not(.highlight):hover h2 a {
}

.lx_sample_teaser_04 .teaser:not(.no-img):not(.highlight) h2 + a:hover img ,
.lx_sample_teaser_04 .external-teaser:not(.no-img):not(.highlight) h2 + a:hover img ,
.lx_sample_teaser_04 .download-teaser:not(.no-img):not(.highlight) h2 + a:hover img ,
.lx_sample_teaser_04 .teaser:not(.no-img):not(.highlight):hover h2 + a img ,
.lx_sample_teaser_04 .external-teaser:not(.no-img):not(.highlight):hover h2 + a img ,
.lx_sample_teaser_04 .download-teaser:not(.no-img):not(.highlight):hover h2 + a img {
	opacity: 0.7;
}


/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	.lx_sample_teaser_04 .teaser:not(.no-img):not(.highlight) ,
	.lx_sample_teaser_04 .external-teaser:not(.no-img):not(.highlight) ,
	.lx_sample_teaser_04 .download-teaser:not(.no-img):not(.highlight) {
		padding: 10px;
	}
}



/*-- バナー type05 --*/
#sharewithmain .lx_sample_teaser_05 {
}


.lx_sample_teaser_05 .teaser.no-img.style1 ,
.lx_sample_teaser_05 .external-teaser.no-img.style1 ,
.lx_sample_teaser_05 .download-teaser.no-img.style1 {
	max-width: none;
}

.lx_sample_teaser_05 .teaser.no-img.style1 h2 ,
.lx_sample_teaser_05 .external-teaser.no-img.style1 h2 ,
.lx_sample_teaser_05 .download-teaser.no-img.style1 h2 {
	position: relative;
	background: #fff;
}

.lx_sample_teaser_05 .teaser.no-img.style1 h2::before ,
.lx_sample_teaser_05 .external-teaser.no-img.style1 h2::before ,
.lx_sample_teaser_05 .download-teaser.no-img.style1 h2::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -30px;
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	background: url("../../../../../../resources/sw_img/image/teaser_img02.png") center center no-repeat;
	background-size: contain;
}


.lx_sample_teaser_05 .teaser.no-img.style1 h2 a ,
.lx_sample_teaser_05 .external-teaser.no-img.style1 h2 a ,
.lx_sample_teaser_05 .download-teaser.no-img.style1 h2 a {
	background: none;
	border: none;
	border-radius: 0;

	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	text-align: left;
	width: 100%;
	min-height: 80px;
	padding: 10px 30px 10px 100px;
	font-size: calc(1rem * 16 / 18);
	color: #222;
	font-weight: bold;
	line-height: 1.25;
	text-decoration: none;
	border: 1px solid #eee;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

.lx_sample_teaser_05 .teaser.no-img.style1 h2 a::before ,
.lx_sample_teaser_05 .external-teaser.no-img.style1 h2 a::before ,
.lx_sample_teaser_05 .download-teaser.no-img.style1 h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -5px;
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 13px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") center center no-repeat;
	background-size: contain;
}

.lx_sample_teaser_05 .teaser.no-img.style1 h2 a[target="_blank"]::after ,
.lx_sample_teaser_05 .external-teaser.no-img.style1 h2 a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
	margin-top: -5px;
}

.lx_sample_teaser_05 .download-teaser.no-img.style1 h2 a[href*=".pdf"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 20px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.lx_sample_teaser_05 .teaser.no-img.style1 p ,
.lx_sample_teaser_05 .external-teaser.no-img.style1 p ,
.lx_sample_teaser_05 .download-teaser.no-img.style1 p {
	margin-top: 5px;
	font-size: calc(1rem * 14 / 18);
}

.lx_sample_teaser_05 .teaser.no-img.style1 h2 a:hover ,
.lx_sample_teaser_05 .external-teaser.no-img.style1 h2 a:hover ,
.lx_sample_teaser_05 .download-teaser.no-img.style1 h2 a:hover {
	background-color: #000;
	color: #fff;
}

.lx_sample_teaser_05 .teaser.no-img.style1 h2 a:hover::before ,
.lx_sample_teaser_05 .external-teaser.no-img.style1 h2 a:hover::before ,
.lx_sample_teaser_05 .download-teaser.no-img.style1 h2 a:hover::before {
	background-image: url("../../../../../../resources/sw_img/icon/icon_arr01_white.svg");
}


/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	.lx_sample_teaser_05 .teaser.no-img.style1 h2 a ,
	.lx_sample_teaser_05 .external-teaser.no-img.style1 h2 a ,
	.lx_sample_teaser_05 .download-teaser.no-img.style1 h2 a {
		padding-left: 80px;
	}

}



/*-- エリアリンクtype02 --*/
#sharewithmain .lx_sample_arealink_02 {
}

.lx_sample_arealink_02 .internal-link-area:not(.highlight) ,
.lx_sample_arealink_02 .external-link-area:not(.highlight) {
	padding: 10px 10px 5px;
	border: 1px solid #eee;
}

.lx_sample_arealink_02 .internal-link-area:not(.highlight) > a ,
.lx_sample_arealink_02 .external-link-area:not(.highlight) > a {
/*	color: inherit; */
}

.lx_sample_arealink_02 .internal-link-area img ,
.lx_sample_arealink_02 .external-link-area img {
	margin-right: 10px;
	margin-left: 0;
	margin-bottom: 5px;
}

.lx_sample_arealink_02 .internal-link-area .pos-2 ,
.lx_sample_arealink_02 .external-link-area .pos-2 {
	margin-left: 10px;
	margin-bottom: 5px;
}

.lx_sample_arealink_02 .internal-link-area img.large ,
.lx_sample_arealink_02 .external-link-area img.large {
	margin-bottom: 5px;
}

.lx_sample_arealink_02 .internal-link-area:not(.highlight) > a u ,
.lx_sample_arealink_02 .external-link-area:not(.highlight) > a u {
	text-decoration: none;

	display: inline-block;
	font-size: calc(1rem * 24 / 18);
	font-weight: bold;
	margin: 0.25em 0;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

.lx_sample_arealink_02 .internal-link-area:not(.highlight) > a:hover ,
.lx_sample_arealink_02 .external-link-area:not(.highlight) > a:hover {
}


.lx_sample_arealink_02.multiColumn2 .internal-link-area:not(.highlight) > a u ,
.lx_sample_arealink_02.multiColumn2 .external-link-area:not(.highlight) > a u {
	font-size: calc(1rem * 24 / 18);
}

.lx_sample_arealink_02.multiColumn3 .internal-link-area:not(.highlight) > a u ,
.lx_sample_arealink_02.multiColumn3 .external-link-area:not(.highlight) > a u {
	font-size: calc(1rem * 20 / 18);
}

.lx_sample_arealink_02.multiColumn4 .internal-link-area:not(.highlight) > a u ,
.lx_sample_arealink_02.multiColumn4 .external-link-area:not(.highlight) > a u {
	font-size: calc(1rem * 16 / 18);
	margin: 0;
}



/*-- エリアリンクtype03 --*/
#sharewithmain .lx_sample_arealink_03 {
}

.lx_sample_arealink_03 .internal-link-area:not(.highlight) ,
.lx_sample_arealink_03 .external-link-area:not(.highlight) {
}

.lx_sample_arealink_03 .internal-link-area:not(.highlight) > a ,
.lx_sample_arealink_03 .external-link-area:not(.highlight) > a {
/*	color: inherit; */
}

.lx_sample_arealink_03 .internal-link-area img ,
.lx_sample_arealink_03 .external-link-area img {
	margin-right: 10px;
	margin-left: 0;
}

.lx_sample_arealink_03 .internal-link-area .pos-2 ,
.lx_sample_arealink_03 .external-link-area .pos-2 {
	margin-left: 10px;
}

.lx_sample_arealink_03 .internal-link-area img.large ,
.lx_sample_arealink_03 .external-link-area img.large {
}

.lx_sample_arealink_03 .internal-link-area:not(.highlight) > a u ,
.lx_sample_arealink_03 .external-link-area:not(.highlight) > a u {
	text-decoration: none;

	display: inline-block;
	font-size: calc(1rem * 24 / 18);
	font-weight: bold;
	margin: 0.25em 0;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

.lx_sample_arealink_03 .internal-link-area:not(.highlight) > a:hover ,
.lx_sample_arealink_03 .external-link-area:not(.highlight) > a:hover {
}


.lx_sample_arealink_03.multiColumn2 .internal-link-area:not(.highlight) > a u ,
.lx_sample_arealink_03.multiColumn2 .external-link-area:not(.highlight) > a u {
	font-size: calc(1rem * 24 / 18);
}

.lx_sample_arealink_03.multiColumn3 .internal-link-area:not(.highlight) > a u ,
.lx_sample_arealink_03.multiColumn3 .external-link-area:not(.highlight) > a u {
	font-size: calc(1rem * 20 / 18);
}

.lx_sample_arealink_03.multiColumn4 .internal-link-area:not(.highlight) > a u ,
.lx_sample_arealink_03.multiColumn4 .external-link-area:not(.highlight) > a u {
	font-size: calc(1rem * 16 / 18);
	margin: 0;
}


/*-- エリアリンクtype04 --*/
#sharewithmain .lx_sample_arealink_04 {
}

.lx_sample_arealink_04 .internal-link-area:not(.highlight) ,
.lx_sample_arealink_04 .external-link-area:not(.highlight) {
}

.lx_sample_arealink_04 .internal-link-area:not(.highlight) > a ,
.lx_sample_arealink_04 .external-link-area:not(.highlight) > a {
	padding: 40px 40px;
	background: #fff;

/*	color: inherit; */
}

.lx_sample_arealink_04 .internal-link-area:not(.highlight) > a u ,
.lx_sample_arealink_04 .external-link-area:not(.highlight) > a u {
	text-decoration: none;

	display: inline-block;
	font-size: calc(1rem * 30 / 18);
	font-weight: bold;
	margin: 0.25em 0;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

.lx_sample_arealink_04 .internal-link-area:not(.highlight) > a > *:last-child::after ,
.lx_sample_arealink_04 .external-link-area:not(.highlight) > a > *:last-child::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	width: 9px;
	height: 13px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") center center no-repeat;
	background-size: contain;
	margin-left: 10px;
}

.lx_sample_arealink_04 .internal-link-area:not(.highlight) > a:hover ,
.lx_sample_arealink_04 .external-link-area:not(.highlight) > a:hover {
}


@media handheld, only screen and (max-width: 767px) {
	.lx_sample_arealink_04 .internal-link-area:not(.highlight) > a ,
	.lx_sample_arealink_04 .external-link-area:not(.highlight) > a {
		padding: 20px 20px;
	}
}


/*-- エリアリンクtype05 --*/
#sharewithmain .lx_sample_arealink_05 {
}

.lx_sample_arealink_05 .internal-link-area:not(.highlight) ,
.lx_sample_arealink_05 .external-link-area:not(.highlight) {
}

.lx_sample_arealink_05 .internal-link-area:not(.highlight) > a ,
.lx_sample_arealink_05 .external-link-area:not(.highlight) > a {
	padding: 40px 40px;
	background: #fff;
	border: 1px solid #bbb;

/*	color: inherit; */
}

.lx_sample_arealink_05 .internal-link-area:not(.highlight) > a u ,
.lx_sample_arealink_05 .external-link-area:not(.highlight) > a u {
	text-decoration: none;

	display: inline-block;
	font-size: calc(1rem * 30 / 18);
	font-weight: bold;
	margin: 0.25em 0;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

.lx_sample_arealink_05 .internal-link-area:not(.highlight) > a > *:last-child::after ,
.lx_sample_arealink_05 .external-link-area:not(.highlight) > a > *:last-child::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	width: 9px;
	height: 13px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") center center no-repeat;
	background-size: contain;
	margin-left: 10px;
}

.lx_sample_arealink_05 .internal-link-area:not(.highlight) > a:hover ,
.lx_sample_arealink_05 .external-link-area:not(.highlight) > a:hover {
}


@media handheld, only screen and (max-width: 767px) {
	.lx_sample_arealink_05 .internal-link-area:not(.highlight) > a ,
	.lx_sample_arealink_05 .external-link-area:not(.highlight) > a {
		padding: 20px 20px;
	}
}


/*-- 数字で見るtype01 --*/
#sharewithmain .lx_sample_col_border01 {
}

#sharewithmain .lx_sample_col_border01 > .column1 ,
#sharewithmain .lx_sample_col_border01 > .column2 ,
#sharewithmain .lx_sample_col_border01 > .column3 ,
#sharewithmain .lx_sample_col_border01 > .column4 ,
#sharewithmain .lx_sample_col_border01 > .column5 {
	padding: 20px 20px 0;
	background: #fff;
	border: 1px solid #eee;
	margin-bottom: 20px;
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .lx_sample_col_border01 > .column1 ,
	#sharewithmain .lx_sample_col_border01 > .column2 ,
	#sharewithmain .lx_sample_col_border01 > .column3 ,
	#sharewithmain .lx_sample_col_border01 > .column4 ,
	#sharewithmain .lx_sample_col_border01 > .column5 {
		padding: 10px 10px 0;
		margin-bottom: 10px;
	}
}


#sharewithmain .lx_sample_combo_number_pickup01 {
}

.lx_sample_combo_number_pickup01 .title4 h4 {
	text-align: center;
	padding-left: 0;
}

.lx_sample_combo_number_pickup01 .title4 h4::before {
	content: none;
}

.lx_sample_combo_number_pickup01 .text-section.highlight img {
	margin-right: 10px;
}

.lx_sample_combo_number_pickup01 .text-section.highlight img.pos-2 {
	margin-left: 10px;
}


.lx_sample_combo_number_pickup01 .text-section.highlight {
	font-size: calc(1rem * 30 / 18);
	font-weight: bold;
	margin-bottom: 0;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

.lx_sample_combo_number_pickup01 .text-section.highlight u {
	text-decoration: none;

    display: inline-block;
    margin: 0.25em 0.1em 0 0;
	font-size: calc(1rem * 60 / 18);
	font-family: Arial, YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif;
}

.lx_sample_combo_number_pickup01.multiColumn2 .text-section.highlight {
	font-size: calc(1rem * 30 / 18);
}

.lx_sample_combo_number_pickup01.multiColumn2 .text-section.highlight u {
	font-size: calc(1rem * 60 / 18);
}

.lx_sample_combo_number_pickup01.multiColumn3 .text-section.highlight {
	font-size: calc(1rem * 24 / 18);
}

.lx_sample_combo_number_pickup01.multiColumn3 .text-section.highlight u {
	font-size: calc(1rem * 50 / 18);
}

.lx_sample_combo_number_pickup01.multiColumn4 .text-section.highlight {
	font-size: calc(1rem * 16 / 18);
}

.lx_sample_combo_number_pickup01.multiColumn4 .text-section.highlight u {
	font-size: calc(1rem * 30 / 18);
}


/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	.lx_sample_combo_number_pickup01 .text-section.highlight {
		font-size: calc(1rem * 20 / 16);
	}

	.lx_sample_combo_number_pickup01 .text-section.highlight u {
		font-size: calc(1rem * 40 / 16);
	}

	.lx_sample_combo_number_pickup01.multiColumn2 .text-section.highlight ,
	.lx_sample_combo_number_pickup01.multiColumn3 .text-section.highlight {
		font-size: calc(1rem * 20 / 16);
	}

	.lx_sample_combo_number_pickup01.multiColumn2 .text-section.highlight u ,
	.lx_sample_combo_number_pickup01.multiColumn3 .text-section.highlight u {
		font-size: calc(1rem * 40 / 16);
	}

	.lx_sample_combo_number_pickup01.multiColumn4 .text-section.highlight {
		font-size: calc(1rem * 16 / 16);
	}

	.lx_sample_combo_number_pickup01.multiColumn4 .text-section.highlight u {
		font-size: calc(1rem * 24 / 16);
	}
}


/*==== 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: calc(1rem * 38 / 18);
	font-weight: normal;
	line-height: 1.5;
	font-family: 'Saira Extra Condensed', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, 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: #333;
	padding: 2px;
	font-size: calc(1rem * 14 / 18);
	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 handheld, only screen and (max-width: 767px) {
	.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: calc(1rem * 28 / 18);
	}

	.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: calc(1rem * 10 / 16);
	}
	    
	.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%;
	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: 10%;
	top: 50%;
/*	top: calc( (10px + 1.8em + 10px) /2); */
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        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: #000066;
	margin-top: -0.6em;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:not(:last-child) td.tbDimmed.tbCenter p {
	left: 50%;
	margin-left: -0.5em;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:not(:last-child) td.tbDimmed.tbRight p {
	left: 90%;
	margin-left: -1em;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:first-child td {
	white-space: nowrap;
	color: #fff;
	background: #000066;
	font-weight: bold;
	padding: 12px 0;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:last-child td {
	white-space: nowrap;
	background: #ddd;
	font-weight: bold;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

.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); */
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	line-height: 1.2;
	white-space: nowrap;
	z-index: 1;
}

/* スマホ用 */
@media handheld, only screen and (max-width: 799px) {
	.lx_sample_table_calendar03 div.shwTable {
		overflow-x: scroll;
	}

	.lx_sample_table_calendar03 div.shwTable .tbCore {
		width: 750px;
	}

}



/*==== 会社情報 > 沿革 ====*/

/*-- 沿革1 --*/
.lx_sample_table_history01 .vtable-item > table > tbody > tr > th ,
.lx_sample_table_history01 .vtable-item > table > tbody > tr > td {
	vertical-align: top;
	border: 1px solid #ccc;
}

.lx_sample_table_history01 .vtable-item > table > tbody > tr > td {
	background: none;
}


/*-- 沿革2 --*/
.lx_sample_table_history02 .ircalendar-title > table > tbody > tr > th ,
.lx_sample_table_history02 .ircalendar-item > table > tbody > tr > td {
	background: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #ccc;
}


/*--沿革3 --*/
.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: calc(1rem * 14 / 18);
}

.lx_sample_table_history03 .ircalendar-item:last-child .ircalendar-item1::after {
	content: "▼";
	position: absolute;
	bottom: -15px;
	right: -9px;
	color: #ade0ee;
	font-size: calc(1rem * 15 / 18);
}

.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: calc(1rem * 30 / 18);
	font-style: italic;
	font-family: inherit;
	-webkit-transform: scale( 1.2 , 1 );
	    -ms-transform: scale( 1.2 , 1 );
	        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;
}


/*==== 会社情報 > 役員紹介 ====*/
/* 役員紹介2 (アコーディオン) */
#sharewithmain .lx_sample_combo_officer02 {
	margin-bottom: 40px;
}

#sharewithmain .lx_sample_combo_officer02 > .column1 {
	margin-bottom: 2px;
}

#sharewithmain .lx_sample_combo_officer02 > .column2 {
	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: #333;
	font-size: calc(1rem * 16 / 18);
	font-weight: bold;
	color: #333;
	margin-right: 80px;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

.lx_sample_combo_officer02 > .column1 .title2.highlight::before ,
.lx_sample_combo_officer02 > .column1 .title2.highlight::after {
	content: "";
	position: absolute;
	display: block;
	background: #999;

	-webkit-transition: 0.5s 0.1s;
	-o-transition: 0.5s 0.1s;
	transition: 0.5s 0.1s;
}

.lx_sample_combo_officer02 > .column1 .title2.highlight::before {
	top: 50%;
	right: 50px;
	width: 24px;
	height: 2px;
	-webkit-transform: translate(50%, -50%);
	    -ms-transform: translate(50%, -50%);
	        transform: translate(50%, -50%);
}
.lx_sample_combo_officer02 > .column1 .title2.highlight::after {
	top: 50%;
	right: 50px;
	width: 2px;
	height: 24px;
	-webkit-transform: translate(50%, -50%);
	    -ms-transform: translate(50%, -50%);
	        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 .vtable-item > table > tbody > tr > th ,
.lx_sample_table_basemap01 .vtable-item > table > tbody > tr > td {
	border-left: none;
	border-right: none;
}

.lx_sample_table_basemap01 .vtable-item > table > tbody > tr > th {
	font-size: calc(1rem * 16 / 18);
	font-weight: bold;
/*	font-family: 'UD Shin Go Medium', 'UD Shin Go Regular', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

.lx_sample_table_basemap01 .vtable-item > table > tbody > tr > td.vtable-item2 {
	vertical-align: middle;
}

.lx_sample_table_basemap01 .vtable-item > table > tbody > tr > td.vtable-item2 a {
	display: inline-block;
	vertical-align: middle;
	padding: 8px 20px;
	color: #fff;
	background: #00359f;
	border-radius: 4px;
	text-decoration: none;
}

.lx_sample_table_basemap01 .vtable-item > table > tbody > tr > td.vtable-item2 a::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 .vtable-item > table > tbody > tr > td.vtable-item2 a::after {
	content: none;
}


/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	.lx_sample_table_basemap01 .vtable-item > table > tbody > tr > td.vtable-item2 a {
		padding: 8px 12px;
		font-size: 0;
	}
}




/*==== HOME =====*/
/* ヘッダ透過・背景オーバーレイ */
@media print, screen and (min-width: 768px) {
	[data-page-marker~="header-transparent"] #pagetop.at-top ~ #site-info .ax_header.on-pc > div {
		background: none;
	}

	[data-page-marker~="header-transparent"] #pagetop.at-top ~ #site-info .on-pc .hx_panel {
		border-color: transparent;
	}

	[data-page-marker~="sitetop"][data-promos1="has-img"] #promos1 .text-section img {
		top: 0;
		height: 66.66vw;
		min-height: 1000px;
		object-fit: cover;
		object-position: right center;
		font-family: "object-fit: cover; object-position: right center;";
		z-index: -1;
	}
}

@media handheld, only screen and (max-width: 767px) {
	[data-page-marker~="header-transparent"] #pagetop.at-top ~ #site-info .on-sp .hx_panel {
		background: none;
		border-color: transparent;
	}

	[data-page-marker~="sitetop"][data-promos1="has-img"] #promos1 .text-section img {
		height: 150vw;
		object-fit: cover;
		object-position: right center;
		font-family: "object-fit: cover; object-position: right center;";
	}
}


/*-- コーポレートクラウド ----*/
#sharewithmain .lx_t1_grid {
	margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
	#sharewithmain .lx_t1_grid {
		text-align: right;
	}

	#sharewithmain .lx_t1_grid > .column1 {
		overflow: hidden;
		vertical-align: middle;
		width: calc(50% - 100px);
		max-width: calc(100% - 720px - 20px);
		margin-right: auto;
		margin-left: 10px;
	}

	#sharewithmain .lx_t1_grid > .column2 {
		vertical-align: middle;
		width: 720px;
		padding-left: 20px;
		margin-left: auto;
		margin-right: 10px;
	}

	.lx_t1_grid > .column1 .text-section {
		width: 110%;
		min-width: 900px;
		max-width: 1100px;
		margin-left: 0;
		margin-right: auto;
	}
}

@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .lx_t1_grid > .column1 {
		width: 90%;
		margin-left: 10%;
		margin-right: 0;
	}

	#sharewithmain .lx_t1_grid > .column1 ,
	#sharewithmain .lx_t1_grid > .column2 {
		margin-bottom: 20px;
	}
}

/*
@media print, screen and (min-width: 768px) {
	#sharewithmain .lx_t1_grid > .column1 {
		overflow: hidden;
		vertical-align: middle;
		width: calc(50% - (700px - 500px) - 20px);
		margin-right: 0;
	}

	#sharewithmain .lx_t1_grid > .column2 {
		vertical-align: middle;
		width: 700px;
		margin-left: calc(50% - 500px - 20px + 20px);
	}

	.lx_t1_grid > .column1 .text-section {
		min-width: 725px;
	}
}

@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .lx_t1_grid > .column1 {
		width: 90%;
		margin-left: 10%;
		margin-right: 0;
	}

	#sharewithmain .lx_t1_grid > .column1 ,
	#sharewithmain .lx_t1_grid > .column2 {
		margin-bottom: 20px;
	}
}
*/


#sharewithmain .lx_t1_title2 {
}

.lx_t1_title2 .title2 h2 {
	font-size: calc(1rem * 48 / 18);
}

.lx_t1_title2 .title2 h2::before {
	width: 80px;
	height: 3px;
}

.lx_t1_title2 .title2 h2 span.small {
	font-size: calc(1rem * 32 / 18);
	letter-spacing: 0.04em;
}

.lx_t1_title2 .title2 h2 span.small i {
	font-size: calc(1rem * 72 / 18);
}


@media handheld, only screen and (max-width: 767px) {
	.lx_t1_title2 .title2 h2 {
		text-align: center;
		font-size: calc(1rem * 30 / 16);
	}

	.lx_t1_title2 .title2 h2::before {
		left: 50%;
		margin-left: -40px;
	}

	.lx_t1_title2 .title2 h2 span.small {
		font-size: calc(1rem * 20 / 16);
	}

	.lx_t1_title2 .title2 h2 span.small i {
		font-size: calc(1rem * 50 / 16);
	}

}

#sharewithmain .lx_t2_batch {
}

.lx_t2_batch > .column2 .text-section {
	font-size: calc(1rem * 16 / 18);
}

@media print, screen and (min-width: 768px) {
	#sharewithmain .lx_t2_batch > .column1 {
		width: 220px;
	}

	#sharewithmain .lx_t2_batch > .column2 {
	    width: calc((100% - 20px * 1) - 220px);
	    max-width: 1040px;
	}
}

@media handheld, only screen and (max-width: 767px) {
/*
	#sharewithmain .lx_t2_batch > .column1 {
		position: absolute;
		top: 200px;
		left: 10px;
		width: 25%;
		max-width: 200px;
	}
*/
	#sharewithmain .lx_t2_batch > .column1 {
		vertical-align: top;
		width: calc(30% - 20px);
		margin-right: 20px;
	}

	#sharewithmain .lx_t2_batch > .column2 {
	    width: calc(70% - 20px);
	}
}



/*-- 導入企業 ----*/
#sharewithmain .lx_t3_img_icon_list {
}

#sharewithmain .lx_t3_img_icon_list > .column1 {
	text-align: center;
}

.lx_t3_img_icon_list .text-section.highlight {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 212px;
	height: 90px;
	border: 1px solid #ddd;
	margin: 3px 3px;
}

.lx_t3_img_icon_list .text-section.highlight img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	max-height: 80%;
	margin: 0;
	transform: translate(-50%, -50%);
	z-index: -1;
}

@media print, screen and (min-width: 768px) {
	#sharewithmain .lx_t3_img_icon_list > .column1 {
	    width: 100%;
	    max-width: 1100px;
	}
}

@media handheld, only screen and (max-width: 767px) {
	.lx_t3_img_icon_list .text-section.highlight {
		width: calc(25% - 6px);
		max-width: 120px;
		height: 45px;
	}
}


.lx_t3_img_icon_list .basic-list2.thumnail .tabItems {
	margin: 0;
	padding: 0;

	text-align: center;
}

.lx_t3_img_icon_list .basic-list2.thumnail .tabItems > li {
	margin: 0;
	padding: 0;

	width: 212px;
	height: 90px;
	border: 1px solid #ddd;
	margin: 3px 3px;
}

.lx_t3_img_icon_list .basic-list2.thumnail .item {
	margin: 0;
	padding: 0;

	display: flex;
	width: 100%;
	height: 100%;
}

.lx_t3_img_icon_list .basic-list2.thumnail .item .n_img {
	margin: 0;
	padding: 0;

	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.lx_t3_img_icon_list .basic-list2.thumnail .item .n_img::before {
	content: none;
}

.lx_t3_img_icon_list .basic-list2.thumnail .item .n_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	max-height: 80%;
	margin: 0;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.lx_t3_img_icon_list .basic-list2.thumnail .item .news_tx {
	font-size: 0;
}


@media handheld, only screen and (max-width: 767px) {
	.lx_t3_img_icon_list .basic-list2.thumnail .tabItems > li {
		width: calc(25% - 6px);
		max-width: 120px;
		height: 45px;
	}
}



/*-- シンプルなワンパッケージで ----*/
#sharewithmain .lx_t4_mcol {
	padding-top: 80px;
}



/*-- ブロークングリッド ----*/
/*-- PC:第１カラムが左端中段に配置、SP:第１カラムが上で左端に配置 --*/
#sharewithmain .lx_t5_grid {
	position: relative;
	color: #fff;
}

/*-- PC:第１カラムが右端中段に配置、SP:第１カラムが上で右端に配置 --*/
#sharewithmain .lx_t5_grid.lx_mcol_rtl {
}

.lx_t5_grid > .column1 .text-section:not(.highlight) img {
	width: 100%;
}

.lx_t5_grid .link-list li > a {
	color: inherit;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	#sharewithmain .lx_t5_grid {
		padding: 60px 0;
		text-align: left;
	}

	#sharewithmain .lx_t5_grid.lx_mcol_rtl {
		text-align: right;
	}

	#sharewithmain .lx_t5_grid + .lx_t5_grid {
		margin-top: -150px;
	}

	#sharewithmain .lx_t5_grid > .column1 {
		vertical-align: middle;
		width: calc(50% - 90px);
		margin-left: 0;
		margin-right: 70px;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	#sharewithmain .lx_t5_grid > .column2 {
		vertical-align: middle;
		width: 520px;
		margin-left: 0;
		margin-right: 0;
		padding: 40px 0;
	}

	#sharewithmain .lx_t5_grid.lx_mcol_rtl > .column1 {
		margin-left: 70px;
		margin-right: 0;
	}

	#sharewithmain .lx_t5_grid.lx_mcol_rtl > .column2 {
	}
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .lx_t5_grid {
		padding: 60px 0 40px;
	}

	#sharewithmain .lx_t5_grid + .lx_t5_grid {
		padding-top: 0;
	}

	#sharewithmain .lx_t5_grid > .column1 {
		margin-left: 0;
		margin-right: 5%;
		width: 95%;
		margin-bottom: 0;
	}

	#sharewithmain .lx_t5_grid > .column2 {
		margin-left: 20px;
		margin-right: 20px;
		width: calc(100% - 40px);
		margin-bottom: 0;
	}

	#sharewithmain .lx_t5_grid.lx_mcol_rtl > .column1 {
		margin-left: 5%;
		margin-right: 0;
	}

	#sharewithmain .lx_t5_grid.lx_mcol_rtl > .column2 {
	}
}




/*-- 事例紹介スライド ----*/
#sharewithmain .lx_t6_mcol {
	padding-top: 60px;
}

#sharewithmain .area_case_slider {
	position: relative;
}

body.multi3Overview #promos3 .area_case_slider {
	display: none;
}

#area_case_slider > .column1 {
/*	min-height: 80vw; */
	margin-bottom: 100px;
}

#area_case_slider .slick-slide img {
	width: 100%;
}

#area_case_slider .slick-slide {
	text-align: center;
}

#area_case_slider .slick-slide a:active ,
#area_case_slider .slick-slide a:focus {
	outline: 2px ridge #000;
}

#area_case_slider .slick-slide > .column1 {
	width: 96%;
	margin: 15% 2% 5%;
}

#area_case_slider .slick-slide > .column1 .text-section ,
#area_case_slider .slick-slide > .column1 .panel ,
#area_case_slider .slick-slide > .column1 .teaser {
	box-shadow: 0 0 10px rgba(69, 87, 33, .05);
	transition: 1.2s 0.4s;

	transform: scale(0.7) translate(0, 50%);
}

#area_case_slider .slick-slide.slick-active > .column1 .text-section ,
#area_case_slider .slick-slide.slick-active > .column1 .panel ,
#area_case_slider .slick-slide.slick-active > .column1 .teaser {
	transform: scale(1) translate(0, 0);
}

#area_case_slider .slick-slide.slick-active ~ .slick-slide > .column1 .text-section ,
#area_case_slider .slick-slide.slick-active ~ .slick-slide > .column1 .panel ,
#area_case_slider .slick-slide.slick-active ~ .slick-slide > .column1 .teaser {
	transform: scale(0.7) translate(0, -50%);
}

#area_case_slider .slick-slide > .column2 {
	width: 96%;
/*	height: 200px; */
}

#area_case_slider .slick-slide > .column2 .text-section {
	transition: 0s;

	overflow: hidden;
/*	max-height: 0; */
	opacity: 0;
	margin-bottom: 0;
}

#area_case_slider .slick-slide.slick-active > .column2 .text-section {
/*	max-height: 250px; */
	opacity: 1;
	transition: 1.2s 2s;
}

/* アローをドットの左右に配置する */
#area_case_slider .arrow-dots {
	position: absolute;
	bottom: 50px;
    left: 50%;
    transform: translateX(-50%);

	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 0 10px;
}

#area_case_slider .slick-dots {
	position: static;
	bottom: auto;
	bottom: 5px;
	display: block;
	width: 100%;
	white-space: nowrap;
}

#area_case_slider .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

#area_case_slider .slick-dots li button {
	padding: 0;
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #000;
	background: #000;
	border-radius: 50%;
}

#area_case_slider .slick-dots li button:active ,
#area_case_slider .slick-dots li button:focus {
	outline: 2px ridge #000;
}

#area_case_slider .slick-dots li.slick-active button {
	background: #fff;
}

/* アロー */
#area_case_slider .slick-prev ,
#area_case_slider .slick-next ,
#area_case_slider .slick-pause {
	top: auto;
	flex: 0 0 auto;

	position: relative;
	width: 30px;
	height: 30px;
	z-index: 1;
	opacity: 1;
	margin: 0;
	border-radius: 100%;
}

#area_case_slider .slick-prev {
	order: -1;
	background: url("../../../../../../resources/sw_img/slide/slide-prev.svg") no-repeat center center !important;
	background-size: contain;
}
#area_case_slider .slick-next {
	order: 2;
	background: url("../../../../../../resources/sw_img/slide/slide-prev.svg") no-repeat center center !important;
	background-size: contain;
	transform: scaleX(-1);
}
#area_case_slider .slick-pause {
	border: none;
	order: 3;
	background: url("../../../../../../resources/sw_img/slide/slide-pause.svg") no-repeat center center !important;
	background-size: contain;
	transform: scaleX(-1);
}
#area_case_slider .slick-pause[data-state~="pause"] {
	background: url("../../../../../../resources/sw_img/slide/slide-play.svg") no-repeat center center !important;
	background-size: contain;
	transform: scaleX(1);
}

#area_case_slider .slick-prev:hover ,
#area_case_slider .slick-prev:focus ,
#area_case_slider .slick-next:hover ,
#area_case_slider .slick-next:focus ,
#area_case_slider .slick-pause:hover ,
#area_case_slider .slick-pause:focus {
	opacity: 0.7;
	transition: 0.3s;
}

#area_case_slider .slick-prev:focus ,
#area_case_slider .slick-next:focus ,
#area_case_slider .slick-pause:focus {
	outline: 2px solid #000;
}


@media handheld, only screen and (max-width: 767px) {
	#area_case_slider .arrow-dots {
		right: 10px;
	}
}


@media handheld, only screen and (max-width: 767px) {
	.lx_t6_mcol .panel.no-img.style1 ,
	.lx_t6_mcol .panel.no-img.style2 ,
	.lx_t6_mcol .teaser.no-img.style1 ,
	.lx_t6_mcol .external-teaser.no-img.style1 ,
	.lx_t6_mcol .download-teaser.no-img.style1 ,
	.lx_t6_mcol .teaser.no-img.style2 ,
	.lx_t6_mcol .external-teaser.no-img.style2 ,
	.lx_t6_mcol .download-teaser.no-img.style2 {
		margin-left: 10px;
		margin-right: 10px;
	}
}



/*-- NEWS ----*/
#sharewithmain .lx_t7_mcol {
}

#sharewithmain .lx_t7_mcol > .column1 {
	position: relative;
}

.lx_t7_mcol .title2 h2 {
	margin-bottom: 0;
}

.lx_t7_mcol .panel.no-img.style1 ,
.lx_t7_mcol .teaser.no-img.style1 {
	position: absolute;
	right: 0;
	bottom: 0;
}

.lx_t7_mcol .panel.no-img.style1 a .text ,
.lx_t7_mcol .teaser.no-img.style1 h2 a {
	margin: 0;
	padding: 0;
	background: none;
	box-shadow: none;
	border-radius: 0;

    min-height: auto;
	padding: 5px 20px;
	text-align: center;
	color: #1a8000;
	font-size: calc(1rem * 18 / 18);
	letter-spacing: 0.02em;
	border-bottom: 2px solid #ddd;
	margin-bottom: 10px;
}

@media handheld, only screen and (max-width: 767px) {
	.lx_t7_mcol .panel.no-img.style1 a .text ,
	.lx_t7_mcol .teaser.no-img.style1 h2 a {
		margin-bottom: 0;
	}
}

.lx_t7_mcol .panel.no-img.style1 a .text::before ,
.lx_t7_mcol .teaser.no-img.style1 h2 a::before {
	content: none;
}

.lx_t7_mcol .panel.no-img.style1 a:hover .text ,
.lx_t7_mcol .teaser.no-img.style1 h2 a:hover {
	background: none;

	border-color: #999;
}



/*==== コーポレートサイト・クラウドとは？ ====*/
/* キャッチコピー */
#sharewithmain .lx_2nd_catch {
	margin-top: -60px;
}

@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .lx_2nd_catch {
		margin-top: -20px;
	}
}


/* MV */
@media handheld, only screen and (max-width: 767px) {
	[data-page-path="/jp/cloud"][data-promos1="has-img"] #promos1 .text-section img {
		top: 150px;
	}
}

#sharewithmain .lx_cloud1_mcol {
	margin-top: -260px;
	overflow: hidden;
}

/* 画像を上に移動、テキストを上揃え */
/* translateの50%と、marginの50%は、対象基準が違うので注意 */
.lx_cloud1_mcol .text-section img.pos-4 + .text {
	top: 200px;
	left: 50%;
	transform: translate(-50%, 0);
}

@media print, screen and (min-width: 768px) {
	.lx_cloud1_mcol .text-section img.pos-4 {
		width: calc(100% + 30px);
		max-width: none;
		transform: translate(50%, 0);
		margin-left: calc(-50% - 15px);
	}
}

@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .lx_cloud1_mcol {
		margin-top: -120px;
	}

	.lx_cloud1_mcol .text-section img.pos-4 {
		width: calc(100% + 30px);
		min-width: 800px;
		max-width: none;
		transform: translate(calc(50vw - 50%), 0);
		margin-left: calc(100% - 100vw);
	}

	.lx_cloud1_mcol .text-section img.pos-4 + .text {
		top: 100px;
		width: calc(100% - 20px);
	}
}


#sharewithmain .lx_cloud3_mcol {
	padding: 20px 0;
	margin: 40px 0;
}

#sharewithmain .lx_cloud3_mcol > .column1 {
/*	background: #fff; */
/*	box-shadow: 2px 1px 10px rgba(32, 35, 37, 0.2); */
}

.lx_cloud3_mcol.lx_text_img_lay_under .text-section.highlight img {
	z-index: -1;
}

@media print, screen and (min-width: 768px) {
	#sharewithmain .lx_cloud3_mcol > .column1 {
		width: 900px;
		padding: 40px 100px;
	}
}


@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .lx_cloud3_mcol > .column1 {
		width: calc(100% - 40px);
		padding: 20px 20px;
	}
}


#sharewithmain .lx_cloud4_mcol {
	position: relative;
	color: #fff;
}

.lx_cloud4_mcol .link-list li > a {
	color: inherit;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	#sharewithmain .lx_cloud4_mcol {
		padding: 60px 0;
	}

	#sharewithmain .lx_cloud4_mcol + .lx_cloud4_mcol {
		margin-top: -150px;
	}
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .lx_cloud4_mcol {
		padding: 60px 0 40px;
	}

	#sharewithmain .lx_cloud4_mcol + .lx_cloud4_mcol {
		padding-top: 0;
	}
}


/*==== バリュー ====*/
#sharewithmain .lx_value_mcol_mv {
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}

#sharewithmain .lx_value_mcol_mv.text_white {
	color: #fff;
}

#sharewithmain .lx_value_mcol_mv > .column1 {
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
}

.lx_value_mcol_mv .title3 h3 {
    color: inherit;
}

@media print, screen and (min-width: 768px) {
	.lx_value_mcol_mv > .column1 .text-section {
		max-height: 450px;
		margin-bottom: -450px;
	}

	.lx_value_mcol_mv > .column1 .text-section img {
		width: calc(100% + 30px);
		max-width: none;
		transform: translate(50%, -85%);
		margin-top: 450px;
		margin-left: calc(-50% - 15px);
	}

	#sharewithmain .lx_value_mcol_mv > .column2 {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 1000px;
		margin-top: -20px;
	}

	.lx_value_mcol_mv .title2 h2 {
		font-size: calc(1rem * 40 / 18);
	}
	.lx_value_mcol_mv .title2 h2 {
		text-shadow: 0 0 4px rgba(255,255,255, 0.7);
	}
	.lx_value_mcol_mv.text_white .title2 h2 {
		text-shadow: 0 0 4px rgba(0,0,0, 0.7);
	}

	.lx_value_mcol_mv .title3 h3 {
		font-size: calc(1rem * 26 / 18);
	}
}

@media handheld, only screen and (max-width: 767px) {
	.lx_value_mcol_mv > .column1 .text-section img {
		width: 100%;
		min-width: 750px;
		max-width: none;
/*		transform: translate(-15%, 0); */
		margin-left: 0;
	}

	#sharewithmain .lx_value_mcol_mv > .column2 {
		position: absolute;
		top: 20px;
		left: 0;
		transform: none;
		margin-top: 0;
		width: 100%;
		padding: 0 5px;
	}

	.lx_value_mcol_mv .title2 h2 {
		font-size: calc(1rem * 24 / 16);
	}
	.lx_value_mcol_mv .title2 h2 {
		text-shadow: 0 0 4px rgba(255,255,255, 0.7);
	}
	.lx_value_mcol_mv.text_white .title2 h2 {
		text-shadow: 0 0 4px rgba(0,0,0, 0.7);
	}

	.lx_value_mcol_mv .title3 h3 {
		font-size: calc(1rem * 16 / 16);
	}
}


/* 4:6カラム改 */
@media print, screen and (min-width: 768px) {
	body[id=wide] [role="main"] > .lx_value_2_40_ratio64.multiColumn2:not(.lx_mcol_full) > .column1 {
		width: calc((1000px - 40px * 1) * 0.6);
		margin-right: 40px;
	}
	body[id=wide] [role="main"] > .lx_value_2_40_ratio64.multiColumn2:not(.lx_mcol_full) > .column2 {
		width: calc((1000px - 40px * 1) * 0.4);
	}

	body[id=wide] [role="main"] > .lx_value_2_40_ratio46.multiColumn2:not(.lx_mcol_full) > .column1 {
		width: calc((1000px - 40px * 1) * 0.4);
		margin-right: 40px;
	}
	body[id=wide] [role="main"] > .lx_value_2_40_ratio46.multiColumn2:not(.lx_mcol_full) > .column2 {
		width: calc((1000px - 40px * 1) * 0.6);
	}


	body[id=wide] [role="main"] > .lx_value_2_60_ratio64.multiColumn2:not(.lx_mcol_full) > .column1 {
		width: calc((1000px - 60px * 1) * 0.6);
		margin-right: 60px;
	}
	body[id=wide] [role="main"] > .lx_value_2_60_ratio64.multiColumn2:not(.lx_mcol_full) > .column2 {
		width: calc((1000px - 60px * 1) * 0.4);
	}

	body[id=wide] [role="main"] > .lx_value_2_60_ratio46.multiColumn2:not(.lx_mcol_full) > .column1 {
		width: calc((1000px - 60px * 1) * 0.4);
		margin-right: 60px;
	}
	body[id=wide] [role="main"] > .lx_value_2_60_ratio46.multiColumn2:not(.lx_mcol_full) > .column2 {
		width: calc((1000px - 60px * 1) * 0.6);
	}

	body[id=wide] [role="main"] > .lx_value_2_40_ratio64.multiColumn2:not(.lx_mcol_full).lx_mcol_rtl > .column1 ,
	body[id=wide] [role="main"] > .lx_value_2_40_ratio46.multiColumn2:not(.lx_mcol_full).lx_mcol_rtl > .column1 ,
	body[id=wide] [role="main"] > .lx_value_2_60_ratio64.multiColumn2:not(.lx_mcol_full).lx_mcol_rtl > .column1 ,
	body[id=wide] [role="main"] > .lx_value_2_60_ratio46.multiColumn2:not(.lx_mcol_full).lx_mcol_rtl > .column1 {
		margin-right: 0;
	}

	body[id=wide] [role="main"] > .lx_value_2_40_ratio64.multiColumn2:not(.lx_mcol_full).lx_mcol_rtl > .column2 ,
	body[id=wide] [role="main"] > .lx_value_2_40_ratio46.multiColumn2:not(.lx_mcol_full).lx_mcol_rtl > .column2 ,
	body[id=wide] [role="main"] > .lx_value_2_60_ratio64.multiColumn2:not(.lx_mcol_full).lx_mcol_rtl > .column2 ,
	body[id=wide] [role="main"] > .lx_value_2_60_ratio46.multiColumn2:not(.lx_mcol_full).lx_mcol_rtl > .column2 {
		margin-right: 40px;
	}
}

/* ナビ風 */
#sharewithmain .lx_value_imap_navi {
}

@media print, screen and (min-width: 768px) {
	#sharewithmain .lx_value_imap_navi > .column1 {
		width: 1000px;
		margin: auto;
	}
}

@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .lx_value_imap_navi > .column1 {
		width: calc(100% - 20px);
		margin: auto;

		display: none;
	}
}



#sharewithmain .lx_value_imap_navi .index-map {
	position: relative;
	font-size: 0;
	margin: auto;
	width: 100%;
	margin-bottom: 15px;
}


#sharewithmain .lx_value_imap_navi .index-map ul.indexLevel_1 {
	position: relative;
/*	text-align: center; */
}

#sharewithmain .lx_value_imap_navi .index-map ul.indexLevel_1::after {
	content: "";
	display: block;
	clear: both;
}


	/* 1階分層 */
#sharewithmain .lx_value_imap_navi .index-map ul {
}

#sharewithmain .lx_value_imap_navi .index-map li {
}

#sharewithmain .lx_value_imap_navi .index-map br {
	display: none;
}

#sharewithmain .lx_value_imap_navi .index-map .item > a {
	display: none;

	position: relative;
	color: #222; 
	line-height: 1.5;
	font-size: calc(1rem * 18 / 18);
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid transparent;
	margin-bottom: 1px;
}

#sharewithmain .lx_value_imap_navi .index-map .item > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
	margin-top: -5px;
}

#sharewithmain .lx_value_imap_navi .index-map .item > a.act {
	color: #1a8000;
}

#sharewithmain .lx_value_imap_navi .index-map .item > a:hover {
	color: #1a8000;
}


	/* 現在地を含むフォルダーを表示 */
#sharewithmain .lx_value_imap_navi .index-map > ul {
	padding-left: 10px;
}

#sharewithmain .lx_value_imap_navi .index-map > ul {
	padding: 25px 10px 25px 25px;
	display: block;
	background: #f5f5f5;
	text-align: left;
}

#sharewithmain .lx_value_imap_navi .index-map > ul > li {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	padding-left: 27px;
}

/*
#sharewithmain .lx_value_imap_navi .index-map > ul > li + li {
	padding-left: 15px;
}

#sharewithmain .lx_value_imap_navi .index-map > ul > li + li::before {
	content: "/";
	position: absolute;
	top: 2px;
	left: -5px;
	color: #ddd;
	font-size: calc(1rem * 18 / 18);
}
*/

#sharewithmain .lx_value_imap_navi .index-map > ul > li::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	background: url("../../../../../../resources/sw_img/icon/icon_anchor.svg") center center no-repeat;
	background-size: contain;
}

#sharewithmain .lx_value_imap_navi .index-map > ul > li > .item > a {
	display: inline-block;
}


	/* 孫ページは非表示 */
#sharewithmain .lx_value_imap_navi .index-map > ul ul {
	display: none;
}





/* 画像の下マージン無し */
#sharewithmain .lx_value_custom_title {
}

#sharewithmain .lx_value_custom_title img {
	margin-bottom: 0;
}

#sharewithmain .lx_value_custom_title table ,
#sharewithmain .lx_value_custom_title tbody {
	display: block;
}

#sharewithmain .lx_value_custom_title tr {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

#sharewithmain .lx_value_custom_title th ,
#sharewithmain .lx_value_custom_title td {
	display: block;
	flex: 0 0 auto;
	background: none;
	border: none;
	padding: 10px;
	font-size: calc(1rem * 28 / 18);
}

.lx_value_custom_title th.vtable-head {
	width: 100px;
}

.lx_value_custom_title td.vtable-item1 {
	width: calc(100% - 100px);
}



/*
#sharewithmain .lx_value_custom_title img {
	margin-bottom: 0;
}

#sharewithmain .lx_value_custom_title th ,
#sharewithmain .lx_value_custom_title td {
	vertical-align: middle;
	background: none;
	border: none;
	padding: 10px;
	font-size: calc(1rem * 28 / 18);
}

.lx_value_custom_title th.vtable-head {
	width: 100px;
}

.lx_value_custom_title td.vtable-item1 {
//	width; 85%;
	width: calc(100% - 100px);
}
*/


@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .lx_value_custom_title th ,
	#sharewithmain .lx_value_custom_title td {
		padding: 5px;
		font-size: calc(1rem * 20 / 16);
	}

	.lx_value_custom_title th.vtable-head {
		width: 60px;
	}

	.lx_value_custom_title td.vtable-item1 {
		width: calc(100% - 60px);
		width: 85%;
	}

	.lx_value_custom_title br {
		display: none;
	}

}

/*==== バリュー 2022/07 ====*/
/* TOP / マルチクラウド */
.lx_value_col_text_white {
	padding-top: 80px;
	padding-bottom: 20px;
	color: #fff;
}


/*-- マルチクラウド --*/
#sharewithmain .lx_value_htable {
	padding-top: 60px;
}

#sharewithmain .lx_value_htable + .lx_value_htable {
	padding-top: 0px;
}

.lx_value_htable {
}

.lx_value_htable .ircalendar-title > table > tbody > tr > th ,
.lx_value_htable .ircalendar-item > table > tbody > tr > td {
	vertical-align: top;
	position: relative;
	background: #fff;
	border: none;
	padding: 30px 25px;
}

.lx_value_htable .ircalendar-title + .ircalendar-item > table > tbody > tr > td {
	vertical-align: middle;
}


.lx_value_htable .ircalendar-title > table > tbody > tr > th {
	font-size: calc(1rem * 24 / 18);
}

.lx_value_htable .ircalendar-item > table > tbody > tr > td {
	font-size: calc(1rem * 16 / 18);
}

.lx_value_htable .ircalendar-title + .ircalendar-item > table > tbody > tr > td {
	padding-top: 0;
}

.lx_value_htable .ircalendar-title > table > tbody > tr > th::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #2bccb6;
	background: linear-gradient(-90deg, #21bec9 0%, #55d87c 53%, #81c838 100%);
}

/*
.lx_value_htable .ircalendar-item + .ircalendar-item > table > tbody > tr > td::before {
	content: "";
	position: absolute;
	top: 0;
	left: 10%;
	display: block;
	width: 80%;
	height: 1px;
	background: #ddd;
}
*/


/*==== アビリティ、事例紹介、 ====*/
#sharewithmain .lx_ability_multi3 ,
#sharewithmain .lx_case_multi3 ,
#sharewithmain .lx_help_multi3 {
	overflow: hidden;
}

.lx_ability_multi3 .basic-list2.thumnail .item .date ,
.lx_ability_multi3 .basic-list2.thumnail .item .c_icon ,
.lx_case_multi3 .basic-list2.thumnail .item .date ,
/* .lx_case_multi3 .basic-list2.thumnail .item .c_icon , */
.lx_help_multi3 .basic-list2.thumnail .item .date {
	display: none;
}

.lx_ability_multi3 .basic-list2 .infoPanel ,
.lx_case_multi3 .basic-list2 .infoPanel ,
.lx_help_multi3 .basic-list2 .infoPanel {
	display: none;
}

.lx_case_multi3 .basic-list2 .tabs ,
.lx_help_multi3 .basic-list2 .tabs {
	margin-bottom: 60px;
}

.lx_ability_multi3 .basic-list2 .tabs {
	margin-bottom: 80px;
}

.lx_ability_multi3 .basic-list2 .tabs > ul {
	position: relative;
	z-index: 1;
}

.lx_ability_multi3 .basic-list2 .tabs ul.categoryLv_1 > li ,
.lx_case_multi3 .basic-list2 .tabs ul.categoryLv_1 > li {
	position: relative;
}

.lx_ability_multi3 .basic-list2 .tabs ul.categoryLv_1 > li > span ,
.lx_case_multi3 .basic-list2 .tabs ul.categoryLv_1 > li > span {
	display: block;
	text-align: left;
	padding-left: 0;
	background: none;
	border: none;
	box-shadow: none;
	color: inherit;
}

/* カテゴリグループ区切り線 */
.lx_case_multi3 .basic-list2 .tabs ul.categoryLv_1 > li ,
.lx_ability_multi3 .basic-list2 .tabs ul.categoryLv_1 > li.value {
	padding-bottom: 20px;
}

.lx_case_multi3 .basic-list2 .tabs ul.categoryLv_1 > li::after ,
.lx_ability_multi3 .basic-list2 .tabs ul.categoryLv_1 > li.value::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #dfdfdf;
	z-index: 2;
}

.lx_case_multi3 .basic-list2 .tabs ul.categoryLv_1 > li.interview::after {
	content: none;
}

/* カテゴリグループ非表示 */
.lx_case_multi3 .basic-list2 .tabs ul.categoryLv_1 > li._usage_plan {
	display: none;
}

/* カテゴリ縦幅縮小 */
.lx_case_multi3 .basic-list2 .tabs ul.categoryLv_1 > li.industry span {
	min-width: 110px;
	padding: 4px 15px;
}

.lx_case_multi3 .basic-list2 .tabs ul.categoryLv_1 > li.industry > span {
	padding-left: 0;
}

/* インタビューアイコン */
.lx_case_multi3 .basic-list2 .tabs span.interview_item {
	padding-left: 60px;
}

.lx_case_multi3 .basic-list2 .tabs span.interview_item::before {
	content: "";
	position: absolute;
	top: calc(50% - 16px);
	left: 20px;
	display: block;
	width: 32px;
	height: 32px;
	background: url("../../../../../../resources/sw_img/icon/icon_interview.svg") center center no-repeat;
	background-size: contain;
}

.lx_case_multi3 .basic-list2 .tabItems > li.interview_itemElm::before {
	content: "";
	position: absolute;
	top: -8px;
	right: 0;
	display: block;
	width: 64px;
	height: 64px;
	background: url("../../../../../../resources/sw_img/icon/icon_interview.svg") center center no-repeat;
	background-size: contain;
	z-index: 5;
}

@media handheld, only screen and (max-width: 767px) {
	.lx_case_multi3 .basic-list2 .tabItems > li.interview_itemElm::before {
		width: 48px;
		height: 48px;
	}
}

/* インタビューカテゴリアイコン 非表示 */
.lx_case_multi3 .basic-list2.thumnail .item .c_icon span.interview_item {
    display: none;
}

/* 5列 */
.lx_ability_multi3 .basic-list2.thumnail .tabItems > li {
	width: calc(100% / 5 - 18px);
}

.lx_ability_multi3 .basic-list2.thumnail .item .n_img {
	background: #fff;
	border-radius: 8px;
}


@media print, screen and (min-width: 768px) {
	.lx_ability_multi3 .basic-list2 .tabs::after {
		content: "";
		position: absolute;
		top: auto;
		left: 0;
		display: block;
		width: 100%;
		height: 360px;
		background: #fff;
		margin-top: -340px;
	}

	.lx_ability_multi3 .basic-list2 .tabs ul.categoryLv_1 > li ,
	.lx_case_multi3 .basic-list2 .tabs ul.categoryLv_1 > li {
		padding-left: 120px;
	}

	.lx_ability_multi3 .basic-list2 .tabs ul.categoryLv_1 > li > span ,
	.lx_case_multi3 .basic-list2 .tabs ul.categoryLv_1 > li > span {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}

	.lx_ability_multi3 .basic-list2 .tabs span.all ,
	.lx_case_multi3 .basic-list2 .tabs span.all ,
	.lx_help_multi3 .basic-list2 .tabs span.all {
		min-width: 110px;
	}

	.lx_ability_multi3 .basic-list2 .tabs ul.categoryLv_1 > li.value span {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media handheld, only screen and (max-width: 767px) {
	.lx_ability_multi3 .basic-list2 .tabs {
		position: relative;
	}

	.lx_ability_multi3 .basic-list2 .tabs::after {
		content: "";
		position: absolute;
		bottom: -40px;
		left: -25px;
		display: block;
		width: calc(100% + 50px);
		height: calc(100% + 100px);
		background: #fff;
	}

	.lx_ability_multi3 .basic-list2.thumnail .tabItems > li {
		width: calc(100% / 2 - 18px);
	}

	.lx_ability_multi3 .basic-list2 .yearTabs span ,
	.lx_ability_multi3 .basic-list2 .tabs span {
		min-width: 85px;
		padding: 10px 10px;
		font-size: calc(1rem * 14 / 16);
	}
}



/* 概要テキスト 非表示 */
#sharewithmain .lx_ability_multi3_hide_det_tx {
}

.lx_ability_multi3_hide_det_tx .basic-list2.thumnail .det_tx {
	display: none;
}


/* 関連事例 */
#promos3 .lx_view_multi3_relation03 {
	overflow: hidden;
}

.lx_view_multi3_relation03 .basic-list2.thumnail .item .date ,
.lx_view_multi3_relation03 .basic-list2.thumnail .item .c_icon {
	display: none;
}

.lx_view_multi3_relation03 .basic-list2.thumnail .tabItems {
	padding: 10px 20px;
}



/*==== プラン ====*/
#sharewithmain .lx_plan_htable {
	padding-top: 60px;
	margin-bottom: 60px;
}

.lx_plan_htable .ircalendar-title > table > tbody > tr > th ,
.lx_plan_htable .ircalendar-item > table > tbody > tr > td {
	vertical-align: middle;
	position: relative;
	background: #fff;
	border: none;
	padding: 30px 25px;
}

.lx_plan_htable .ircalendar-title > table > tbody > tr > th {
	font-size: calc(1rem * 24 / 18);
}

.lx_plan_htable .ircalendar-item > table > tbody > tr > td {
	font-size: calc(1rem * 16 / 16);
}

.lx_plan_htable .ircalendar-title + .ircalendar-item > table > tbody > tr > td {
	padding-top: 0;
}

.lx_plan_htable .ircalendar-title > table > tbody > tr > th::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #2bccb6;
	background: linear-gradient(-90deg, #21bec9 0%, #55d87c 53%, #81c838 100%);
}

.lx_plan_htable .ircalendar-item + .ircalendar-item > table > tbody > tr > td::before {
	content: "";
	position: absolute;
	top: 0;
	left: 10%;
	display: block;
	width: 80%;
	height: 1px;
	background: #ddd;
}

.lx_plan_htable .uni-table .tbCore th ,
.lx_plan_htable .uni-table .tbCore td {
	vertical-align: middle;
	position: relative;
	background: #fff;
	border: none;
	padding: 30px 25px;

	font-size: calc(1rem * 16 / 16);
}

.lx_plan_htable .uni-table .tbCore .tbRowHead {
	font-size: calc(1rem * 24 / 18);
}

.lx_plan_htable .uni-table .tbCore .tbRowHead::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #2bccb6;
	background: linear-gradient(-90deg, #21bec9 0%, #55d87c 53%, #81c838 100%);
}

.lx_plan_htable .uni-table .tbCore tr + tr td::before {
	content: "";
	position: absolute;
	top: 0;
	left: 10%;
	display: block;
	width: 80%;
	height: 1px;
	background: #ddd;
}



/*==== パートナー ====*/
#sharewithmain .lx_patner_table_border01 ,
#sharewithmain .lx_patner_table_border02 {
}

#sharewithmain .lx_patner_table_border01 th ,
#sharewithmain .lx_patner_table_border01 td {
	border: 4px solid #ddd;
	background: #f3fefa;
}

#sharewithmain .lx_patner_table_border02 th ,
#sharewithmain .lx_patner_table_border02 td {
	border: 4px solid #ddd;
	background: #fff0de;
}


/*==== アンカーbox ====*/
.lx_box_anchor01 {
}

.lx_box_anchor01 > .column1 ,
.lx_box_anchor01 > .column2 ,
.lx_box_anchor01 > .column3 ,
.lx_box_anchor01 > .column4 ,
.lx_box_anchor01 > .column5 {
	padding: 30px 20px 20px;
	text-align: center;
	background: #f5f5f5;
}


/*==== バナーbox ====*/
.lx_box_banner01 {
	background: #f5f5f5;
}



/*==== コーポレートサイトお役立ち情報 ====*/
/*---- サイドナビ ----*/
@media print, screen and (min-width: 768px) {
	[data-page-marker~="admin-side-menu"] #sharewithmain {
		width: 240px;
	}

	body:not(.col-subcol)[data-page-marker~="side-nav"] #nav {
		clear: none;
		float: left;
		margin: 0;
		width: 240px;
		padding-top: 40px;
	}

	body:not(.col-subcol)[data-page-marker~="side-nav"] #nav-box {
		padding: 0;
		margin-bottom: 40px;

		display: none;
	}

	body:not(.col-subcol)[data-page-marker~="side-nav"] #wrapper-3 {
		clear: none;
		float: right;
		margin: 0;
		width: 710px;
		padding-top: 40px;
	}
}

@media handheld, only screen and (max-width: 767px) {
	/*-- 表示順設定 --*/
	#wrapper-2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	#wrapper-2 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
	}

	#nav {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	#wrapper-3 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	#promos3 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		order: 2;
	}
}



/*--- ページタイトル周り ---*/
[data-page-marker~="another-style1"] .page-intro .text-meta ,
[data-page-marker~="another-style1"] .page-intro .explanation {
	display: block;
}

[data-page-marker~="another-style1"] .page-intro .explanation > li {
	font-size: calc(1rem * 16 / 16);
	letter-spacing: 0.02em;
	margin-bottom: 20px;
}

[data-page-marker~="another-style1"] .page-intro .text-meta .date {
	display: none;
}


/* インタビューアイコンつき */
body[data-category~="interview_item"] .page-intro > h1::before {
	content: "ご担当者インタビュー";
	display: block;
	width: fit-content;
	color: #1a8000;
	font-size: 36px;
	letter-spacing: 0.05em;
	margin: 0 auto 60px;
	padding: 15px 0;
	padding-left: 80px;
	background: url("../../../../../../resources/sw_img/icon/icon_interview.svg") left center no-repeat;
	background-size: 66px 66px;
}


/* マルチ3管理用＝index */
body.multi3Overview[data-page-marker~="another-style1"] .page-intro-wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
	background: url("../../../../../../resources/sw_img/column/bg_page_intro.jpg") center center no-repeat;
	background-size: cover;
}

body.multi3Overview[data-page-marker~="another-style1"] .page-intro .explanation > li {
	text-align: center;
}


/* マルチ3＝詳細ページ */
body.multi3[data-page-marker~="another-style1"] .page-intro-wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
	background: url("../../../../../../resources/sw_img/column/bg_page_intro.jpg") center center no-repeat;
	background-size: cover;
}

body.multi3[data-page-marker~="news-folder"][data-page-marker~="another-style1"] .page-intro > .h0 {
	margin: 0;

	margin-top: 20px;
	display: inline-block;
	padding: 10px 10px;
	color: #fff;
	font-size: calc(1rem * 16 / 18);
	font-weight: normal;
	letter-spacing: 0.02em;
	background: #363636;
	border-radius: 4px;
	font-family: inherit;
}

body.multi3[data-page-marker~="news-folder"][data-page-marker~="another-style1"] .page-intro > .h0 + h1 {
	display: block;
	padding: 25px 0;
	text-align: left;
	font-size: calc(1rem * 42 / 18);
}

body.multi3[data-page-marker~="news-folder"][data-page-marker~="another-style1"] #page-intro > .h0 + .h1 {
	display: none;
}

body.multi3[data-page-marker~="news-folder"][data-page-marker~="another-style1"] .page-intro .category-icon {
	display: block;
}

body.multi3[data-page-marker~="news-folder"][data-page-marker~="another-style1"] .page-intro .category-icon span {
	display: inline-block;
	padding: 5px 10px;
	color: #557d00;
	font-size: calc(1rem * 14 / 18);
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 0.02em;
	background: #fff;
	border: 1px solid #557d00;
	border-radius: 5px;
	margin-right: 10px;
}

body.multi3[data-page-marker~="news-folder"][data-page-marker~="another-style1"] .page-intro .category-icon span::before {
	content: attr(alt);
	display: inline;
}

body.multi3[data-page-marker~="news-folder"][data-page-marker~="another-style1"] .page-intro .category-icon span[data-category-level="1"] {
	display: none;
}

@media handheld, only screen and (max-width: 767px) {
	body.multi3Overview[data-page-marker~="another-style1"] .page-intro-wrapper ,
	body.multi3[data-page-marker~="another-style1"] .page-intro-wrapper {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	body.multi3[data-page-marker~="news-folder"][data-page-marker~="another-style1"] .page-intro > .h0 {
		margin-top: 10px;
		padding: 5px 10px;
		font-size: calc(1rem * 14 / 16);
	}

	body.multi3[data-page-marker~="news-folder"][data-page-marker~="another-style1"] .page-intro > .h0 + h1 {
		font-size: calc(1rem * 26 / 16);
	}

	body.multi3[data-page-marker~="news-folder"][data-page-marker~="another-style1"] .page-intro .category-icon span {
		padding: 4px 10px;
		font-size: calc(1rem * 12 / 16);
	}
}


/*--- 見出しh2～h4 ---*/
[data-page-marker~="another-style1"] .title2.style3 h2 {
	padding: 0;
	margin: 0;

	position: relative;
	padding-left: 20px;
	font-size: calc(1rem * 28 / 18);
	line-height: 1.15;
	letter-spacing: 0.02em;
	border-left: 6px solid #81c838;
	margin-bottom: 50px;
/*	font-family: 'UD Shin Go Medium', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

[data-page-marker~="another-style1"] .title2.style3 h2::before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: -6px;
	display: block;
	width: calc(100% + 6px);
	height: 2px;
	background: #81c838;
/*	background: linear-gradient(-90deg, #21bec9 0%, #55d87c 53%, #81c838 100%); */
	margin: 0;
}

[data-page-marker~="another-style1"] .title3.style3 h3 {
	padding: 0;
	margin: 0;

	position: relative;
	padding-left: 20px;
	color: inherit;
	font-size: calc(1rem * 20 / 18);
	line-height: 1.3;
	letter-spacing: 0.02em;
	border-left: 6px solid #e5e5e5;
	margin-bottom: 45px;
/*	font-family: 'UD Shin Go Medium', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

[data-page-marker~="another-style1"] .title3.style3 h3::before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: -6px;
	display: block;
	width: calc(100% + 6px);
	height: 2px;
	background: #e5e5e5;
/*	background: linear-gradient(-90deg, #21bec9 0%, #55d87c 53%, #81c838 100%); */
	margin: 0;
}

[data-page-marker~="another-style1"] .title4.style3 h4 {
	padding: 0;
	margin: 0;

	position: relative;
	text-align: center;
	color: inherit;
	font-size: calc(1rem * 22 / 18);
	line-height: 1.5;
	letter-spacing: 0.08em;
	padding-bottom: 15px;
	margin-bottom: 25px;
/*	font-family: 'UD Shin Go Medium', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

[data-page-marker~="another-style1"] .title4.style3 h4::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	display: block;
	margin-left: -20px;
	width: 40px;
	height: 2px;
	background: #81c838;
	background: linear-gradient(-90deg, #21bec9 0%, #55d87c 53%, #81c838 100%);
}


/*--- 本文 ---*/
[data-page-marker~="another-style1"] .quoted-text blockquote ,
[data-page-marker~="another-style1"] .highlight-quoted-text ,
[data-page-marker~="another-style1"] .text-section ,
[data-page-marker~="another-style1"] .faq-item ,
[data-page-marker~="another-style1"] .vtable-item ,
[data-page-marker~="another-style1"] .ircalendar-title ,
[data-page-marker~="another-style1"] .ircalendar-item {
	letter-spacing: 0.02em;
	line-height: 1.89;
}



/*---- サイドナビ 見出し ----*/
.lx_help_title2_01 .title2 h2 {
	padding: 0;
	margin: 0;

	padding-top: 20px;
	text-align: left;
	font-size: calc(1rem * 19 / 18);
	letter-spacing: 0.02em;
	margin-bottom: 20px;
}
.lx_help_title2_01 .title2 h2::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #2bccb6;
	background: linear-gradient(-90deg, #21bec9 0%, #55d87c 53%, #81c838 100%);
	margin: 0;
}

.lx_help_title2_01 .title2 h2 span.icon_star {
	display: inline-block;
	vertical-align: bottom;
	width: 23px;
	height: 22px;
	background: url("../../../../../../resources/sw_img/column/icon_star.png") center center no-repeat;
	background-size: contain;
	margin-right: 0.75em;
}
.lx_help_title2_01 .title2 h2 span.icon_file {
	display: inline-block;
	vertical-align: bottom;
	width: 18px;
	height: 23px;
	background: url("../../../../../../resources/sw_img/column/icon_file.png") center center no-repeat;
	background-size: contain;
	margin-right: 0.75em;
}
.lx_help_title2_01 .title2 h2 span.icon_folder {
	display: inline-block;
	vertical-align: bottom;
	width: 21px;
	height: 18px;
	background: url("../../../../../../resources/sw_img/column/icon_folder.png") center center no-repeat;
	background-size: contain;
	margin-right: 0.75em;
}

/*---- サイドナビバナー : コーポレートクラウドとは ----*/
.lx_help_teaser_01 .panel:not(.no-img).style3 ,
.lx_help_teaser_01 .teaser:not(.no-img).style3 ,
.lx_help_teaser_01 .external-teaser:not(.no-img).style3 ,
.lx_help_teaser_01 .download-teaser:not(.no-img).style3 {
	position: relative;
	margin: 0 auto 20px;
}

.lx_help_teaser_01 .panel:not(.no-img).style3 .text ,
.lx_help_teaser_01 .teaser:not(.no-img).style3 h2 ,
.lx_help_teaser_01 .external-teaser:not(.no-img).style3 h2 ,
.lx_help_teaser_01 .download-teaser:not(.no-img).style3 h2 {
	position: absolute;
	bottom: 30px;
	left: 20px;
	z-index: 1;
}

.lx_help_teaser_01 .panel:not(.no-img).style3 .text ,
.lx_help_teaser_01 .teaser:not(.no-img).style3 h2 a ,
.lx_help_teaser_01 .external-teaser:not(.no-img).style3 h2 a ,
.lx_help_teaser_01 .download-teaser:not(.no-img).style3 h2 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 42px;
	padding: 5px 20px;
	padding-right: 45px;
	text-align: center;
	font-size: calc(1rem * 13 / 18);
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.06em;
	text-decoration: none;
	background: #1e1e1e;
/*	box-shadow: 2px 1px 10px rgba(32, 35, 37, 0.2); */
	border-radius: 4px;
}

.lx_help_teaser_01 .internal-panel:not(.no-img).style3 .text::before ,
.lx_help_teaser_01 .external-panel:not(.no-img).style3 .text::before ,
.lx_help_teaser_01 .teaser:not(.no-img).style3 h2 a::before ,
.lx_help_teaser_01 .external-teaser:not(.no-img).style3 h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -3px;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 7px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr02_white.svg") center center no-repeat;
	background-size: contain;
}

.lx_help_teaser_01 .internal-panel:not(.no-img).style3 a[target="_blank"] .text::after ,
.lx_help_teaser_01 .external-panel:not(.no-img).style3 a[target="_blank"] .text::after ,
.lx_help_teaser_01 .teaser:not(.no-img).style3 h2 a[target="_blank"]::after ,
.lx_help_teaser_01 .external-teaser:not(.no-img).style3 h2 a[target="_blank"]::after {
/*
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
	margin-top: -5px;
*/
}

.lx_help_teaser_01 .panel:not(.no-img).style3 .text + figure img ,
.lx_help_teaser_01 .teaser:not(.no-img).style3 h2 + a img ,
.lx_help_teaser_01 .external-teaser:not(.no-img).style3 h2 + a img ,
.lx_help_teaser_01 .download-teaser:not(.no-img).style3 h2 + a img {
	opacity: 1;
}

.lx_help_teaser_01 .panel:not(.no-img).style3 p ,
.lx_help_teaser_01 .teaser:not(.no-img).style3 p ,
.lx_help_teaser_01 .external-teaser:not(.no-img).style3 p ,
.lx_help_teaser_01 .download-teaser:not(.no-img).style3 p {
	display: none;
}

.lx_help_teaser_01 .panel:not(.no-img).style3 a:hover ,
.lx_help_teaser_01 .teaser:not(.no-img).style3:hover h2 a ,
.lx_help_teaser_01 .external-teaser:not(.no-img).style3:hover h2 a ,
.lx_help_teaser_01 .download-teaser:not(.no-img).style3:hover h2 a {
	opacity: 0.7;
}

/*---- サイドナビバナー : リスト ----*/
.lx_help_list_01 {
}

.lx_help_list_01 .link-list:not(.highlight) ul {
	padding-top: 10px;
}

.lx_help_list_01 .link-list:not(.highlight) li {
	font-size: calc(1rem * 15 / 18);
	margin-bottom: 20px;
}

.lx_help_list_01 .link-list:not(.highlight) li:not(.highlight)::before {
	content: "";
	position: absolute;
	top: calc(5px + 1.5em / 2 - 1px);
	left: 0;
	width: 8px;
	height: 2px;
	background: #ebebeb;
}


/*---- index マルチ３一覧 ----*/
.lx_help_multi3 {
}

.lx_help_multi3 .basic-list2.thumnail .tabItems .item .explanation {
	display: none;
}


/*---- サイドナビ 関連記事 マルチ３一覧 ----*/
.lx_help_multi3_side01 {
}

.lx_help_multi3_side01 .basic-list2:not(.thumnail) {
	margin-bottom: 0;
}

.lx_help_multi3_side01 .basic-list2 .tabs ,
.lx_help_multi3_side01 .basic-list2 .infoPanel ,
.lx_help_multi3_side01 .basic-list2 .pager {
	display: none;
}

.lx_help_multi3_side01 .basic-list2:not(.thumnail) .tabItems > li ,
.lx_help_multi3_side01 .basic-list2:not(.thumnail) .tabItems > li .item {
	padding: 0;
	margin: 0;
	border: none;
}

.lx_help_multi3_side01 .basic-list2:not(.thumnail) .tabItems > li .item {
	padding: 15px 20px;
	font-size: calc(1rem * 15 / 18);
	background: #f5f5f5;
	margin-bottom: 5px;
}

.lx_help_multi3_side01 .basic-list2:not(.thumnail) .tabItems .item .date ,
.lx_help_multi3_side01 .basic-list2:not(.thumnail) .tabItems .item .c_icon ,
.lx_help_multi3_side01 .basic-list2:not(.thumnail) .tabItems .item .det_tx ,
.lx_help_multi3_side01 .basic-list2:not(.thumnail) .tabItems .item .explanation {
	display: none;
}

.lx_help_multi3_side01 .basic-list2:not(.thumnail) .item > a:hover .news_tx {
	text-decoration: none;
}

/*---- サイドナビ 関連記事 マルチ３一覧 ----*/
.lx_help_multi3_side02 {
}

.lx_help_multi3_side02 .basic-list2.thumnail {
	margin-bottom: 0;
}

.lx_help_multi3_side02 .basic-list2.thumnail .tabs ,
.lx_help_multi3_side02 .basic-list2.thumnail .infoPanel ,
.lx_help_multi3_side02 .basic-list2.thumnail .pager {
	display: none;
}

.lx_help_multi3_side02 .basic-list2.thumnail .tabItems {
	margin: 0;
	padding: 0;
}

.lx_help_multi3_side02 .basic-list2.thumnail .tabItems > li {
	width: 100%;
	margin-right: 0;
}

.lx_help_multi3_side02 .basic-list2.thumnail .tabItems .item .c_icon ,
.lx_help_multi3_side02 .basic-list2.thumnail .tabItems .item .det_tx ,
.lx_help_multi3_side02 .basic-list2.thumnail .tabItems .item .explanation {
	display: none;
}

.lx_help_multi3_side02 .basic-list2.thumnail .item .n_img {
	padding: 0;
}


/*---- 番号なしリスト01 ----*/
.lx_help_cke_ul_border01 {
}

.lx_help_cke_ul_border01 ul {
	border-left: 6px solid #81c838;
	padding-left: 2.5em;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.lx_help_cke_ul_border01 ul li {
	padding-left: 0.5em;
}



/*==== デジタルマーケティング基盤 ====*/
/* ベースカラー */
[data-page-marker~="base-color-red"] {
}

[data-page-marker~="base-color-red"] .text-section h2::before ,
[data-page-marker~="base-color-red"] .link-list h2::before ,
[data-page-marker~="base-color-red"] .link-list-url h2::before ,
[data-page-marker~="base-color-red"] .title2.style1 h2::before ,
[data-page-marker~="base-color-red"] .title2.style1 h1::before {
	background: #fa0067;
	background: linear-gradient(-90deg, #f7c17b 0%, #fa0067 50%, #4c3d9c 100%);
}

[data-page-marker~="base-color-red"] .title3.style1 h3:first-letter {
	color: #ab62bd;
}


/*-- MV --*/
.lx_ma_mcol_mv {
}

.lx_ma_mcol_mv .text-section img {
	width: 100%;
	max-width: none;
}


/*-- お問い合わせ・デモ依頼 --*/
.lx_ma_style_contact {
	color: #fff;
}

.lx_ma_style_contact .title2.style1 h2 {
	font-size: calc(1rem * 30 / 18);
	line-height: 1.5;
	padding-top: 30px;
	padding-bottom: 0;
}
.lx_ma_style_contact .title2.style1 h2::before {
	content: none;
}

.lx_ma_style_contact .panel.no-img.style1 ,
.lx_ma_style_contact .teaser.no-img.style1 ,
.lx_ma_style_contact .external-teaser.no-img.style1 ,
.lx_ma_style_contact .download-teaser.no-img.style1 {
	max-width: 680px;
}

.lx_ma_style_contact .panel.no-img.style1 a {
	display: block;
}

.lx_ma_style_contact .panel.no-img.style1 a .text ,
.lx_ma_style_contact .teaser.no-img.style1 h2 a ,
.lx_ma_style_contact .external-teaser.no-img.style1 h2 a ,
.lx_ma_style_contact .download-teaser.no-img.style1 h2 a {
	min-height: 110px;
	padding: 0 10px;
	padding-right: 40px;
	color: #e5006b;
	font-size: calc(1rem * 34 / 18);
	font-weight: bold;
	background: #fff;
	border-radius: 10px;
	box-shadow: 2px 1px 15px rgba(32, 35, 37, 0.2)
}

.lx_ma_style_contact .panel.no-img.style1 a .text::before ,
.lx_ma_style_contact .teaser.no-img.style1 h2 a::before ,
.lx_ma_style_contact .external-teaser.no-img.style1 h2 a::before ,
.lx_ma_style_contact .download-teaser.no-img.style1 h2 a::before {
	content: "";
	position: static;
	display: inline-block;
	vertical-align: baseline;
	width: 37px;
	height: 36px;
	background: url("../../../../../../resources/sw_img/ma/icon_mail_red.png") center center no-repeat;
	background-size: contain;
	margin: 0;
	margin-right: 10px;
}

.lx_ma_style_contact .panel.no-img.style1 a .text::after ,
.lx_ma_style_contact .teaser.no-img.style1 h2 a::after ,
.lx_ma_style_contact .external-teaser.no-img.style1 h2 a::after ,
.lx_ma_style_contact .download-teaser.no-img.style1 h2 a::after {
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	right: 15px;
	display: inline-block;
	vertical-align: baseline;
	width: 39px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/ma/icon_arr01_red.png") center center no-repeat;
	background-size: contain;
	margin: 0;
}

.lx_ma_style_contact .panel.no-img.style1 a:hover ,
.lx_ma_style_contact .teaser.no-img.style1 h2 a:hover ,
.lx_ma_style_contact .external-teaser.no-img.style1 h2 a:hover ,
.lx_ma_style_contact .download-teaser.no-img.style1 h2 a:hover {
	opacity: 0.7;
}

@media handheld, only screen and (max-width: 767px) {
	.lx_ma_style_contact .panel.no-img.style1 a .text ,
	.lx_ma_style_contact .teaser.no-img.style1 h2 a ,
	.lx_ma_style_contact .external-teaser.no-img.style1 h2 a ,
	.lx_ma_style_contact .download-teaser.no-img.style1 h2 a {
		min-height: 70px;
		font-size: calc(1rem * 20 / 16);
	}

	.lx_ma_style_contact .panel.no-img.style1 a .text::before ,
	.lx_ma_style_contact .teaser.no-img.style1 h2 a::before ,
	.lx_ma_style_contact .external-teaser.no-img.style1 h2 a::before ,
	.lx_ma_style_contact .download-teaser.no-img.style1 h2 a::before {
		width: 25px;
		height: 24px;
	}

	.lx_ma_style_contact .panel.no-img.style1 a .text::after ,
	.lx_ma_style_contact .teaser.no-img.style1 h2 a::after ,
	.lx_ma_style_contact .external-teaser.no-img.style1 h2 a::after ,
	.lx_ma_style_contact .download-teaser.no-img.style1 h2 a::after {
		top: calc(50% - 7px);
		width: 30px;
		height: 9px;
	}
}

/*-- SEO --*/
.lx_ma_style_seo {
	padding-top: 80px;
	padding-bottom: 30px;
	color: #fff;
}

.lx_ma_style_seo .title2.style1 h2 ,
.lx_ma_style_seo .title4.style1 h4 {
	text-align: center;
	color: #ffe6a8;
}

.lx_ma_style_seo .title4.style1 h4 {
	font-size: calc(1rem * 26 / 18);
	margin-bottom: 25px;
}

.lx_ma_style_seo .text-section {

	line-height: calc(34 / 18);
}

/*-- 例えばこんなことができます --*/
.lx_ma_style_example {
	padding-top: 80px;
}

.lx_ma_style_example > .column3 .text-section {
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
	box-shadow: 2px 1px 15px rgba(32, 35, 37, 0.2)
}

.lx_ma_style_example > .column3 .text-section > div:not(.mgnlEditor) {
	padding: 12px 20px 20px;
}


.lx_ma_style_example2 {
	margin-top: -30px;
}

.lx_ma_style_example2 > .column2 .text-section {
	color: #e5006b;
	font-size: calc(1rem * 30 / 18);
}

/*-- 導入事例 --*/
.lx_ma_style_casestudy {
}


.lx_ma_style_casestudy > .column3 .panel:not(.no-img).style1 ,
.lx_ma_style_casestudy > .column3 .teaser:not(.no-img).style1 ,
.lx_ma_style_casestudy > .column3 .external-teaser:not(.no-img).style1 ,
.lx_ma_style_casestudy > .column3 .download-teaser:not(.no-img).style1 {
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
	box-shadow: 2px 1px 15px rgba(32, 35, 37, 0.2)
}

.lx_ma_style_casestudy > .column3 .panel:not(.no-img).style1 a ,
.lx_ma_style_casestudy > .column3 .teaser:not(.no-img).style1 h2 ,
.lx_ma_style_casestudy > .column3 .external-teaser:not(.no-img).style1 h2 ,
.lx_ma_style_casestudy > .column3 .download-teaser:not(.no-img).style1 h2 {
	margin: 0;
}

.lx_ma_style_casestudy > .column3 .panel:not(.no-img).style1 a .text ,
.lx_ma_style_casestudy > .column3 .teaser:not(.no-img).style1 h2 a ,
.lx_ma_style_casestudy > .column3 .external-teaser:not(.no-img).style1 h2 a ,
.lx_ma_style_casestudy > .column3 .download-teaser:not(.no-img).style1 h2 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 60px;
	padding: 2px 25px;
	padding-right: 40px;
	text-align: center;
	font-size: calc(1rem * 18 / 18);
	color: #e5006b;
	font-weight: bold;
	letter-spacing: 0.02em;
	background: #fff;
	text-decoration: none;
}

.lx_ma_style_casestudy > .column3 .panel:not(.no-img).style1 a .text::before ,
.lx_ma_style_casestudy > .column3 .teaser:not(.no-img).style1 h2 a::before ,
.lx_ma_style_casestudy > .column3 .external-teaser:not(.no-img).style1 h2 a::before ,
.lx_ma_style_casestudy > .column3 .download-teaser:not(.no-img).style1 h2 a::before {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	left: auto;
	right: 15px;
	display: inline-block;
	vertical-align: baseline;
	width: 20px;
	height: 6px;
	background: url("../../../../../../resources/sw_img/ma/icon_arr01_red.png") center center no-repeat;
	background-size: contain;
	margin: 0;
}

.lx_ma_style_casestudy > .column3 .panel:not(.no-img).style1 a .text::after ,
.lx_ma_style_casestudy > .column3 .teaser:not(.no-img).style1 h2 a::after ,
.lx_ma_style_casestudy > .column3 .external-teaser:not(.no-img).style1 h2 a::after ,
.lx_ma_style_casestudy > .column3 .download-teaser:not(.no-img).style1 h2 a::after {
	content: none;
}

.lx_ma_style_casestudy > .column3 .panel:not(.no-img).style1 a:hover ,
.lx_ma_style_casestudy > .column3 .teaser:not(.no-img).style1:hover ,
.lx_ma_style_casestudy > .column3 .external-teaser:not(.no-img).style1:hover ,
.lx_ma_style_casestudy > .column3 .download-teaser:not(.no-img).style1:hover {
	opacity: 0.7;
}



/*-- お問い合わせ・デモ依頼 --*/
.lx_ma_style_top_contact {
	color: #fff;
}

.lx_ma_style_top_contact .title2.style1 h2 {
	font-size: calc(1rem * 42 / 18);
	font-weight: bold;
	line-height: 1.33;
	padding-top: 0;
	padding-bottom: 0;
}
.lx_ma_style_top_contact .title2.style1 h2::before {
	content: none;
}
.lx_ma_style_top_contact .title2.style1 h2 span {
	display: block;
	font-size: calc(1rem * 24 / 18);
}

.lx_ma_style_top_contact .panel.no-img.style1 ,
.lx_ma_style_top_contact .teaser.no-img.style1 ,
.lx_ma_style_top_contact .external-teaser.no-img.style1 ,
.lx_ma_style_top_contact .download-teaser.no-img.style1 {
}

.lx_ma_style_top_contact .panel.no-img.style1 a .text ,
.lx_ma_style_top_contact .teaser.no-img.style1 h2 a ,
.lx_ma_style_top_contact .external-teaser.no-img.style1 h2 a ,
.lx_ma_style_top_contact .download-teaser.no-img.style1 h2 a {
	min-height: 76px;
	padding: 0 10px;
	padding-right: 40px;
	color: #e5006b;
	font-size: calc(1rem * 18 / 18);
	font-weight: bold;
	background: #fff;
	border-radius: 4px;
	box-shadow: 2px 1px 15px rgba(32, 35, 37, 0.2)
}

.lx_ma_style_top_contact .panel.no-img.style1 a .text::before ,
.lx_ma_style_top_contact .teaser.no-img.style1 h2 a::before ,
.lx_ma_style_top_contact .external-teaser.no-img.style1 h2 a::before ,
.lx_ma_style_top_contact .download-teaser.no-img.style1 h2 a::before {
	content: none;
}

.lx_ma_style_top_contact .panel.no-img.style1 a .text::after ,
.lx_ma_style_top_contact .teaser.no-img.style1 h2 a::after ,
.lx_ma_style_top_contact .external-teaser.no-img.style1 h2 a::after ,
.lx_ma_style_top_contact .download-teaser.no-img.style1 h2 a::after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: 15px;
	display: inline-block;
	vertical-align: baseline;
	width: 25px;
	height: 7px;
	background: url("../../../../../../resources/sw_img/ma/icon_arr01_red.png") center center no-repeat;
	background-size: contain;
	margin: 0;
}

.lx_ma_style_top_contact .panel.no-img.style1 a:hover ,
.lx_ma_style_top_contact .teaser.no-img.style1 h2 a:hover ,
.lx_ma_style_top_contact .external-teaser.no-img.style1 h2 a:hover ,
.lx_ma_style_top_contact .download-teaser.no-img.style1 h2 a:hover {
	opacity: 0.7;
}

@media handheld, only screen and (max-width: 767px) {
	.lx_ma_style_top_contact .title2.style1 h2 {
		font-size: calc(1rem * 26 / 16);
	}
	.lx_ma_style_top_contact .title2.style1 h2 span {
		font-size: calc(1rem * 18 / 16);
	}

	.lx_ma_style_top_contact .panel.no-img.style1 a .text ,
	.lx_ma_style_top_contact .teaser.no-img.style1 h2 a ,
	.lx_ma_style_top_contact .external-teaser.no-img.style1 h2 a ,
	.lx_ma_style_top_contact .download-teaser.no-img.style1 h2 a {
		min-height: 70px;
		font-size: calc(1rem * 20 / 16);
	}

	.lx_ma_style_top_contact .panel.no-img.style1 a .text::after ,
	.lx_ma_style_top_contact .teaser.no-img.style1 h2 a::after ,
	.lx_ma_style_top_contact .external-teaser.no-img.style1 h2 a::after ,
	.lx_ma_style_top_contact .download-teaser.no-img.style1 h2 a::after {
/*
		top: calc(50% - 7px);
		width: 30px;
		height: 9px;
*/
	}
}




/*==== WP乗り換え ====*/
/*-- お問い合わせ・デモ依頼 --*/
.lx_wpmove_style_contact {
	color: #fff;
}

.lx_wpmove_style_contact .title2.style1 h2 {
	font-size: calc(1rem * 30 / 18);
	line-height: 1.5;
	padding-top: 30px;
	padding-bottom: 0;
}
.lx_wpmove_style_contact .title2.style1 h2::before {
	content: none;
}

.lx_wpmove_style_contact .panel.no-img.style1 ,
.lx_wpmove_style_contact .teaser.no-img.style1 ,
.lx_wpmove_style_contact .external-teaser.no-img.style1 ,
.lx_wpmove_style_contact .download-teaser.no-img.style1 {
	max-width: 680px;
}

.lx_wpmove_style_contact .panel.no-img.style1 a .text ,
.lx_wpmove_style_contact .teaser.no-img.style1 h2 a ,
.lx_wpmove_style_contact .external-teaser.no-img.style1 h2 a ,
.lx_wpmove_style_contact .download-teaser.no-img.style1 h2 a {
	min-height: 110px;
	padding: 0 10px;
/*	padding-right: 40px; */
	color: #222;
	font-size: calc(1rem * 34 / 18);
	font-weight: bold;
	background: #fff;
	border-radius: 10px;
	box-shadow: 2px 1px 15px rgba(32, 35, 37, 0.2)
}

.lx_wpmove_style_contact .panel.no-img.style1 a .text::before ,
.lx_wpmove_style_contact .teaser.no-img.style1 h2 a::before ,
.lx_wpmove_style_contact .external-teaser.no-img.style1 h2 a::before ,
.lx_wpmove_style_contact .download-teaser.no-img.style1 h2 a::before {
	content: "";
	position: static;
	display: inline-block;
	vertical-align: baseline;
	width: 37px;
	height: 36px;
	background: url("../../../../../../resources/sw_img/wpmove/icon_mail_blue.png") center center no-repeat;
	background-size: contain;
	margin: 0;
	margin-right: 10px;
}

.lx_wpmove_style_contact .panel.no-img.style1 a .text::after ,
.lx_wpmove_style_contact .teaser.no-img.style1 h2 a::after ,
.lx_wpmove_style_contact .external-teaser.no-img.style1 h2 a::after ,
.lx_wpmove_style_contact .download-teaser.no-img.style1 h2 a::after {
/*
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	right: 15px;
	display: inline-block;
	vertical-align: baseline;
	width: 39px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/wpmove/icon_arr01_black.png") center center no-repeat;
	background-size: contain;
	margin: 0;
*/
	content: none;
}

.lx_wpmove_style_contact .panel.no-img.style1 a .text:hover ,
.lx_wpmove_style_contact .teaser.no-img.style1 h2 a:hover ,
.lx_wpmove_style_contact .external-teaser.no-img.style1 h2 a:hover ,
.lx_wpmove_style_contact .download-teaser.no-img.style1 h2 a:hover {
	opacity: 0.7;
}

@media handheld, only screen and (max-width: 767px) {
	.lx_wpmove_style_contact .panel.no-img.style1 a .text ,
	.lx_wpmove_style_contact .teaser.no-img.style1 h2 a ,
	.lx_wpmove_style_contact .external-teaser.no-img.style1 h2 a ,
	.lx_wpmove_style_contact .download-teaser.no-img.style1 h2 a {
		min-height: 70px;
		font-size: calc(1rem * 20 / 16);
	}

	.lx_wpmove_style_contact .panel.no-img.style1 a .text::before ,
	.lx_wpmove_style_contact .teaser.no-img.style1 h2 a::before ,
	.lx_wpmove_style_contact .external-teaser.no-img.style1 h2 a::before ,
	.lx_wpmove_style_contact .download-teaser.no-img.style1 h2 a::before {
		width: 25px;
		height: 24px;
	}

	.lx_wpmove_style_contact .panel.no-img.style1 a .text::after ,
	.lx_wpmove_style_contact .teaser.no-img.style1 h2 a::after ,
	.lx_wpmove_style_contact .external-teaser.no-img.style1 h2 a::after ,
	.lx_wpmove_style_contact .download-teaser.no-img.style1 h2 a::after {
		top: calc(50% - 7px);
		width: 30px;
		height: 9px;
	}
}


/*-- 導入事例 --*/
.lx_wpmove_style_casestudy {
}

.lx_wpmove_style_casestudy > .column3 .panel:not(.no-img).style1 ,
.lx_wpmove_style_casestudy > .column3 .teaser:not(.no-img).style1 ,
.lx_wpmove_style_casestudy > .column3 .external-teaser:not(.no-img).style1 ,
.lx_wpmove_style_casestudy > .column3 .download-teaser:not(.no-img).style1 {
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
	box-shadow: 2px 1px 15px rgba(32, 35, 37, 0.2)
}

.lx_wpmove_style_casestudy > .column3 .panel:not(.no-img).style1 a ,
.lx_wpmove_style_casestudy > .column3 .teaser:not(.no-img).style1 h2 ,
.lx_wpmove_style_casestudy > .column3 .external-teaser:not(.no-img).style1 h2 ,
.lx_wpmove_style_casestudy > .column3 .download-teaser:not(.no-img).style1 h2 {
	margin: 0;
}

.lx_wpmove_style_casestudy > .column3 .panel:not(.no-img).style1 a .text ,
.lx_wpmove_style_casestudy > .column3 .teaser:not(.no-img).style1 h2 a ,
.lx_wpmove_style_casestudy > .column3 .external-teaser:not(.no-img).style1 h2 a ,
.lx_wpmove_style_casestudy > .column3 .download-teaser:not(.no-img).style1 h2 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 60px;
	padding: 2px 15px;
	padding-right: 35px;
	text-align: left;
	font-size: calc(1rem * 18 / 18);
	color: #52c9bf;
	font-weight: bold;
	letter-spacing: -0.02em;
	background: #fff;
	text-decoration: none;
}

.lx_wpmove_style_casestudy > .column3 .panel:not(.no-img).style1 a .text::before ,
.lx_wpmove_style_casestudy > .column3 .teaser:not(.no-img).style1 h2 a::before ,
.lx_wpmove_style_casestudy > .column3 .external-teaser:not(.no-img).style1 h2 a::before ,
.lx_wpmove_style_casestudy > .column3 .download-teaser:not(.no-img).style1 h2 a::before {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	left: auto;
	right: 12px;
	display: inline-block;
	vertical-align: baseline;
	width: 20px;
	height: 6px;
	background: url("../../../../../../resources/sw_img/wpmove/icon_arr01_black.png") center center no-repeat;
	background-size: contain;
	margin: 0;
}

.lx_wpmove_style_casestudy > .column3 .panel:not(.no-img).style1 a .text::after ,
.lx_wpmove_style_casestudy > .column3 .teaser:not(.no-img).style1 h2 a::after ,
.lx_wpmove_style_casestudy > .column3 .external-teaser:not(.no-img).style1 h2 a::after ,
.lx_wpmove_style_casestudy > .column3 .download-teaser:not(.no-img).style1 h2 a::after {
	content: none;
}

.lx_wpmove_style_casestudy > .column3 .panel:not(.no-img).style1 a:hover ,
.lx_wpmove_style_casestudy > .column3 .teaser:not(.no-img).style1:hover ,
.lx_wpmove_style_casestudy > .column3 .external-teaser:not(.no-img).style1:hover ,
.lx_wpmove_style_casestudy > .column3 .download-teaser:not(.no-img).style1:hover {
	opacity: 0.7;
}



/* サイト群統合 */
[data-page-marker~="h1-link-flip"] .page-intro {
	max-width: none;
	padding: 0;
}

[data-page-marker~="h1-link-flip"] .page-intro h1 {
	padding: 0;
}

[data-page-marker~="h1-link-flip"] .page-intro h1 span {
	display: block;
	margin: 0;
}

[data-page-marker~="h1-link-flip"] .page-intro h1 img {
	width: 100%;
}

[data-page-marker~="h1-link-flip"] .page-intro h1 a:focus img ,
[data-page-marker~="h1-link-flip"] .page-intro h1 a:active img {
	border: 2px ridge #000;
}

@media print, screen and (min-width: 768px) {
	[data-page-marker~="h1-link-flip"] .page-intro h1 .flip .sp {
		display: none;
	}
}
@media handheld, only screen and (max-width: 767px) {
	[data-page-marker~="h1-link-flip"] .page-intro h1 .flip .pc {
		display: none;
	}
}



.lx_clump_mcol_mv .text-section img ,
.lx_clump_mcol_mv .panel img ,
.lx_clump_mcol_mv .teaser img ,
.lx_clump_mcol_mv .external-teaser img {
	width: 100%;
	max-width: none;
}

.lx_clump_text .text-section {
	line-height: calc(40 / 18);
}

.lx_clump_box01 > .column3 .text-section {
	padding: 40px 20px;
	background: rgba(255,255,255, 0.9);
	border: 2px solid rgba(209,212,221, 0.9);
}

.lx_clump_box01 .title2.style3 h2 ,
.lx_clump_box01 .lead-section.style2 {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 11px 11px;
	font-size: 32px;
	font-weight: 900;
	color: #5b88d7;
	background: #e3edff;
	border-radius: 200px;
}

.lx_clump_box01 .lead-section.style1 {
	padding: 10px;
	background: linear-gradient(90deg, rgb(206,224,255) 0%, rgb(255,190,223) 100%);
	border-radius: 200px;
	margin-top: 40px;
}

.lx_clump_box01 .lead-section.style1 > div {
	padding: 22px 50px;
	color: inherit;
	font-size: 30px;
	font-weight: 900;
/*	text-shadow: 4px 4px 8px rgba(35,72,136, 0.71); */
	border-radius: 200px;
	background: #fff;
}

.lx_clump_solution_index .anchor-link {
	padding: 0;
}

.lx_clump_solution_index .anchor-link a::before {
	content: none;
}

.lx_clump_solution_index .anchor-link a ,
.lx_clump_solution_index .lead-section.style1 {
	padding: 0 1px 5px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background: #fff;
	box-shadow: 2px 3px 15px rgba(32,35,37, 0.2);
	border-radius: 4px;
	text-decoration: none;
	overflow: hidden;
}

.lx_clump_solution_index .anchor-link a span:first-child ,
.lx_clump_solution_index .lead-section.style1 span:where(.strong) ,
.lx_clump_solution_index .lead-section.style1 strong {
	display: block;
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-right: -10px;
	text-align: center;
	color: #fff;
	font-size: 40px;
	line-height: 1.15;
	background: #000;
/*	background: url("../../../../../../resources/sw_img/clump/bg_solution.jpg") center center no-repeat; */
/*	background-size: cover; */
	margin-bottom: 5px;
}

.lx_clump_solution_index .anchor-link a:hover ,
.lx_clump_solution_index .anchor-link a:active {
	color: inherit;
	opacity: 0.7;
}


.lx_clump_solution .title3.style1 span.icon, 
.lx_clump_solution .lead-section.style2 {
	width: fit-content;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.lx_clump_solution .title3.style1 span.icon{
	margin-bottom: 25px;
}

.lx_clump_solution .title3.style1 span.icon , 
.lx_clump_solution .lead-section.style2 > div {
	padding: 7px 30px;
	font-size: calc(1rem / 1.8 * 4);
	color: #fff;
	font-weight: bold;
	background: #000;
/*	background: url("../../../../../../resources/sw_img/clump/bg_solution.jpg") center center no-repeat; */
/*	background-size: cover; */
	border-radius: 4px;
}

.lx_clump_solution .title3.style1 {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.lx_clump_solution .title3.style1 h3 {
	margin-bottom: 15px;
}

.lx_clump_solution .title3.style1 h3:first-letter {
	color: inherit;
}


/* 導入の流れ */
.lx_clump_flow .ircalendar {
	margin-bottom: 20px;
}


.lx_clump_flow .ircalendar th ,
.lx_clump_flow .ircalendar td {
	width: auto;
	border: none;
	vertical-align: middle;
	padding: 5px;
	background: #eefafa;
	font-size: 22px;
	font-weight: bold;
}

.lx_clump_flow .ircalendar td:first-child {
	text-align: center;
	font-size: 38px;
	color: #5e8ee1;
	line-height: 1;
}

.lx_clump_flow .ircalendar img.large {
	margin: auto;
}


/* 背景 */
.lx_clump_mcol_bg01 {
	background: #eefafa;
}


/* アンカー風 リンクリスト */
.lx_ex_list_anchor .link-list:not(.highlight) li {
	padding: 0;
	margin-bottom: 10px;
}

.lx_ex_list_anchor .link-list:not(.highlight) li::before {
	content: none;
}

.lx_ex_list_anchor .link-list:not(.highlight) li > a::before {
	content: "";
	position: absolute;
	top: 0.8em;
	left: 0;
	margin-top: -11px;
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	background: url("../../../../../../resources/sw_img/icon/icon_anchor.svg") center center no-repeat;
	background-size: contain;
}

.lx_ex_list_anchor .link-list:not(.highlight) li > a,
.lx_ex_list_anchor .link-list:not(.highlight) li > span {
	position: relative;
	display: block;
	font-size: calc(1rem * 18 / 18);
	font-weight: bold;
	letter-spacing: 0.02em;
	padding-left: 30px;
}



/* バナー背景を黒に */
.lx_ex_teaer_black .internal-panel.no-img a .text ,
.lx_ex_teaer_black .external-panel.no-img a .text ,
.lx_ex_teaer_black .download-panel.no-img a .text {
    background: #000;
}

/* プロモサイト　スタイル */
body[data-page-path*="/jp/clone"] #sharewithmain .lx_clone_mv--Blk.multiColumn > .column {
    max-width: unset;
}
body[data-page-path*="/jp/clone"] #sharewithmain .multiColumn1 > .column1 {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.lx_clone_mv--Blk > .column,
.lx_clone_mv--Blk > .column * {
    margin-bottom: 0!important;
}
.lx_clone_ttl > .column {
	margin-bottom: 0;
}
.lx_clone_ttl .title2.style1 h2 {
    margin-top: 75px;
    padding-top: 70px;
    font-size: calc(1rem * 3.6 / 1.8);
	padding-bottom: 0;
	margin-bottom: 60px;
}
@media handheld, only screen and (max-width: 767px) {
	.lx_clone_ttl .title2.style1 h2 {
		font-size: calc(1rem * 2.8 / 1.8);
	}
}
.lx_clone_ttl .title2.style1 h2::before {
    contain: ;
    background: url("../../../../../../resources/sw_img/clone/icon_clone_tit.svg") no-repeat center / contain;
    width: 60px;
    height: 40px;
    margin: auto;
    inset: 0 0 auto;
}
.lx_clone_about--Blk {
    background: url("../../../../../../resources/sw_img/clone/bg_clone_black.jpg") no-repeat center / cover;
	background-attachment: fixed;
    padding: 80px 0;
}
.lx_clone_about--Blk .title2.style1 h2 {
    color: #fff;
    font-size: calc(1rem * 3.6 / 1.8);
    padding: 0;
}
.lx_clone_about--Blk .title2.style1 h2::before {
    display: none;
}
.lx_clone_about--List {
    background-color: #fff;
    padding: 50px;
}
@media handheld, only screen and (max-width: 767px) {
	.lx_clone_about--Blk .title2.style1 h2 {
		font-size: calc(1rem * 2.8 / 1.8);
	}
	.lx_clone_about--List {
		padding: 25px;
	}
}
.lx_clone_about--List > .column {
    margin-bottom: 0;
	padding-left: 0!important;
	padding-right: 0!important;
}
.lx_clone_about--List .text-section {
    text-align: center;
    font-size: calc(1rem * 2 / 1.8);
    font-weight: 700;
    margin-bottom: 35px;
	line-height: 1.9;
}
@media handheld, only screen and (max-width: 767px) {
	.lx_clone_about--List .text-section {
		font-size: calc(1rem * 1.8 / 1.8);
		line-height: 1.6;
	}
}
.lx_clone_about--List .link-list {
    margin-bottom: 0;
}
.lx_clone_about--List .link-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
	margin-bottom: 0;
}
.lx_clone_about--List .link-list ul > li {
    width: calc((100% - 30px * 3) / 4);
    background: #eee;
    position: relative;
    margin: 0;
    border-radius: 10px;
    padding: 40px 20px 30px;
    font-size: calc(1rem * 1.6 / 1.8);
    text-align: center;
    font-weight: 700;
}
@media handheld, only screen and (max-width: 767px) {
	.lx_clone_about--List .link-list ul {
		gap: 25px 15px;
	}
	.lx_clone_about--List .link-list ul > li {
		width: calc((100% - 15px * 1) / 2);
		padding: 30px 15px 20px;
	}
}
#sharewithmain .lx_clone_about--List .link-list ul > li::before {
    content: "";
    display: block!important;
    width: 30px;
    height: 30px;
    background: url("../../../../../../resources/sw_img/clone/icon_clone_list.svg") no-repeat center / contain;
    position: absolute;
    inset: 0 0 auto;
    margin: auto;
    transform: translateY(-50%);
}

#sharewithmain .lx_clone_point--Blk {
    max-width: 1240px;
    margin: auto;
    padding: 70px 20px;
    gap: 5%;
    display: flex;
	flex-wrap: wrap;
    position: relative;
	margin-top: 35px;
}
#sharewithmain .lx_clone_point--Blk::before {
    content: "";
    width: calc(100% - 20px * 2);
    position: absolute;
    inset: 0 0 auto;
    margin: auto;
    height: 1px;
    background: #ccc;
}
#sharewithmain .lx_clone_point--Blk > .column {
    margin: 0;
}
#sharewithmain .lx_clone_point--Blk > .column1 {
    width: calc(100% * 55 / 120);
}
#sharewithmain .lx_clone_point--Blk > .column2 {
    width: calc(100% * 55 / 120);
}
#sharewithmain .lx_clone_point--Blk + .lx_clone_point--Blk {
	margin-top: 0;
}
body.in-editor #sharewithmain .lx_clone_point--Blk + .lx_clone_point--Blk:nth-child(even),
body:not(.in-editor) #sharewithmain .lx_clone_point--Blk + .lx_clone_point--Blk:nth-child(odd) {
    flex-direction: row-reverse;
}
#sharewithmain .lx_clone_point--Blk > .column1 .title3.style1 h3 {
	padding-top: 40px;
	padding-bottom: 0;
	line-height: 1.4;
}
@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .lx_clone_point--Blk {
		flex-direction: column;
		gap: 20px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	body.in-editor #sharewithmain .lx_clone_point--Blk + .lx_clone_point--Blk:nth-child(even),
	body:not(.in-editor) #sharewithmain .lx_clone_point--Blk + .lx_clone_point--Blk:nth-child(odd) {
		flex-direction: column;
	}
	#sharewithmain .lx_clone_point--Blk > .column1 {
		width: 100%;
	}
	#sharewithmain .lx_clone_point--Blk > .column2 {
		width: 100%;
	}
	#sharewithmain .lx_clone_point--Blk > .column1 .title3.style1 h3 {
		padding-top: 20px;
	}
}
.lx_clone_dlPanel {
    background: url("../../../../../../resources/sw_img/clone/bg_clone_black.jpg") no-repeat center / cover;
	background-attachment: fixed;
    padding: 80px 0;
    margin-bottom: 75px;
}
#sharewithmain > .lx_clone_dlPanel:last-child {
    margin-bottom: 0;
}
body[data-page-path*="/jp/clone"] #sharewithmain .lx_clone_dlPanel.multiColumn > .column {
    margin: 0;
    max-width: 1000px;
}
.lx_clone_dlPanel .panel.no-img.style1 {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    max-width: unset;
    gap: 30px;
    margin: 0;
}
.lx_clone_dlPanel .panel.no-img.style1 .mgnlEditorBar {
	order: 5;
}
.lx_clone_dlPanel .panel.no-img.style1 > a {
    width: 58.6%;
}
.lx_clone_dlPanel .panel.no-img.style1 > a > .text {
    background: #fff;
    color: #222;
    font-weight: 700;
    font-size: calc(1rem * 3.2 / 1.8);
    border-radius: 100vw;
    gap: 22px;
    padding: 34px;
}
.lx_clone_dlPanel .panel.no-img.style1 > a .icon_front {
    display: block;
    background: url("../../../../../../resources/sw_img/clone/icon_clone_dl.svg") no-repeat center / contain;
    width: 32px;
    height: 32px;
}
.lx_clone_dlPanel .panel.no-img.style1 > a .text::after {
    display: none;
}
.lx_clone_dlPanel .panel.no-img.style1 > p {
    color: #fff;
    font-size: calc(1rem * 3.2 / 1.8);
    font-weight: 700;
    margin: 0;
}
@media handheld, only screen and (max-width: 767px) {
	.lx_clone_dlPanel .panel.no-img.style1 {
		gap: 15px;
	}
	.lx_clone_dlPanel .panel.no-img.style1 > p {
		font-size: calc(1rem * 2.8 / 1.8);
	}
	.lx_clone_dlPanel .panel.no-img.style1 > a {
		width: 100%;
	}
	.lx_clone_dlPanel .panel.no-img.style1 > a > .text {
		gap: 1em;
		padding: 15px;
		font-size: min(calc(1rem * 2.4 / 1.8), 6vw);
	}
	.lx_clone_dlPanel .panel.no-img.style1 > a .icon_front {
		width: 20px;
		height: 20px;
	}
}
#sharewithmain .lx_clone_scene--Blk {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1240px;
    padding-bottom: 100px;
    margin: max(60px, 3vw) auto 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
#sharewithmain .lx_clone_scene--Blk::before {
    content: "";
    position: absolute;
    width: calc(100% - 20px * 2);
    inset: auto 0 0;
    margin: auto;
    height: 1px;
    background-color: #ccc;
}
#sharewithmain .lx_clone_scene--Blk > .column {
    margin: 0;
    width: calc((100% - 40px * 1) / 2);
	position: relative;
}
#sharewithmain .lx_clone_scene--Blk .title3.style1 {
	position: absolute;
	inset: 0 0 auto;
	transform: translateY(-50%);
	z-index: 5;
}
#sharewithmain .lx_clone_scene--Blk .title3.style1 h3 {
    background: #D3E4FF;
	background: linear-gradient(90deg, #D3E4FF 0%, #F4DBFF 50%, #FFCCE6 100%);
	font-size: calc(1rem * 2.4 / 1.8);
    text-align: center;
    border-radius: 10px;
    padding: 24px;
    min-height: 117px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 22px;
}
#sharewithmain .lx_clone_scene--Blk .title3.style1 + .text-section {
    padding: 90px 18px 60px;
    border: 1px solid #ccc;
    border-radius: 10px;
    line-height: 2;
    font-weight: 500;
	margin: 0;
	height: 100%;
}
@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .lx_clone_scene--Blk {
		flex-direction: column;
		gap: 20px;
		margin-top: 0;
	}
	#sharewithmain .lx_clone_scene--Blk > .column {
		width: 100%;
	}
	#sharewithmain .lx_clone_scene--Blk .title3.style1 {
		position: relative;
		transform: translateY(0);
		margin-bottom: -60px;
	}
	#sharewithmain .lx_clone_scene--Blk .title3.style1 + .text-section {
		height: auto;
		padding-bottom: 45px;
	}
}
#sharewithmain .lx_clone_case--Blk {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    display: flex;
	flex-wrap: wrap;
    gap: 50px;
    align-items: center;
	position: relative;
}
#sharewithmain .lx_clone_case--Blk.lx_clone_case--Last::before {
	content: "";
    position: absolute;
    width: calc(100% - 20px * 2);
    inset: auto 0 0;
    margin: auto;
    height: 1px;
    background-color: #ccc;
}
body.in-editor #sharewithmain .lx_clone_case--Blk:nth-child(even) + .lx_clone_case--Blk,
body:not(in-editor) #sharewithmain .lx_clone_case--Blk:nth-child(odd) + .lx_clone_case--Blk {
    flex-direction: row-reverse;
}
body:not(in-editor) #sharewithmain .lx_clone_case--Blk.lx_clone_case--Last {
	padding-bottom: 100px;
}
#sharewithmain .lx_clone_case--Blk > .column {
    margin: 0;
}
#sharewithmain .lx_clone_case--Blk > .column1 {
    width: calc(50% - 50px);
}
#sharewithmain .lx_clone_case--Blk > .column2 {
    width: 50%;
    background: #F5F5F5;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#sharewithmain .lx_clone_case--Blk > .column2 .text-section {
    margin: 0;
}
#sharewithmain .lx_clone_case--Blk > .column2 img {
    width: calc(100% * 360 / 500);
    max-width: 360px;
    margin: auto;
}
#sharewithmain .lx_clone_case--Blk + .lx_clone_case--Blk {
    margin-top: 60px;
}
@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .lx_clone_case--Blk {
		flex-direction: column;
		gap: 20px;
	}
	body.in-editor #sharewithmain .lx_clone_case--Blk:nth-child(even) + .lx_clone_case--Blk,
	body:not(in-editor) #sharewithmain .lx_clone_case--Blk:nth-child(odd) + .lx_clone_case--Blk {
		flex-direction: column;
	}
	#sharewithmain .lx_clone_case--Blk > .column1 {
		width: 100%;
	}
	#sharewithmain .lx_clone_case--Blk > .column2 {
		width: 100%;
	}
}
body[data-page-path*="/jp/clone"] #sharewithmain .lx_clone_faq--Blk.multiColumn > .column {
    max-width: 1000px;
	margin-bottom: 100px;
}
.lx_clone_faq--Blk .faq-list h3 {
	position: unset;
}
.lx_clone_faq--Blk .faq-list h3::before {
    content: "Q.";
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #10a778;
    font-size: calc(1rem * 3.2 / 1.8);
    top: 35px;
    left: 40px;
    margin: 0;
}
.lx_clone_faq--Blk .faq-list h3 a {
    min-height: unset;
    padding-bottom: 0;
	font-size: calc(1rem * 2 / 1.8);
	line-height: 1.6;
	padding-right: 40px;
}
.lx_clone_faq--Blk .faq-list h3 a:hover,
.lx_clone_faq--Blk .faq-list h3 a:focus,
.lx_clone_faq--Blk .faq-list h3 a:active {
	outline: 2px ridge transparent;
}
.lx_clone_faq--Blk .faq-list h3 a::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	margin: auto;
	inset: 0;
	transform: translate(0);
	background-color: transparent;
	border-radius: 10px;
}
.lx_clone_faq--Blk .faq-item {
	margin-top: 10px;
	padding-right: 40px;
	margin: 15px 0 0;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: 500;
	line-height: 2;
}
.lx_clone_faq--Blk .faq-item {
    font-size: calc(1rem * 1.6 / 1.8);
}
.lx_clone_faq--Blk .faq-item::before {
    content: "A.";
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #777;
    font-size: calc(1rem * 3.2 / 1.8);
    left: 40px;
    margin: 0;
}
.lx_clone_faq--Blk .faq-list > ul > li {
    border: 1px solid #aaa;
    border-radius: 10px;
    padding-bottom: 30px;
	position: relative;
}
.lx_clone_faq--Blk .faq-list > ul > li + li {
    margin-top: 20px;
}