@charset "utf-8";
/*---------------- based on 2021/04/13 */
/* > 1%, last 4 versions, Firefox ESR */
/*------------------------------------ */

.note_tx { position: absolute; }

/* --------------------------------------
 基本設定
-------------------------------------- */
/* ベースフォント */
/* 游ゴシック/游明朝 を使わない場合 */
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;
}


/* メイリオにはイタリック体が無い為、フォントの変更が必要 */
em {
	font-family: 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;
}



/* ベースフォントサイズ */
html {
	font-size: 16px;
}

body {
	color: #000;
	line-height: 1.7;
}


@media screen and (max-width: 959px) {
	html {
/*		font-size: 16px; */
	}
}


/* リンク */
a {
	color: #2c61a6;
	text-decoration:none;
	-webkit-transition:background 0.3s ease-out;
	-o-transition:background 0.3s ease-out;
	transition:background 0.3s ease-out;
}

a:link ,
a:visited {
	color: #2c61a6;
	text-decoration: none;
}

a:hover ,
a:active ,
a:focus {
	color: #2c61a6;
	text-decoration: underline;
}


/*------------------------------------- 
 ぱんくず
-------------------------------------*/
/* 4箇所ある枠の内1か所に入力 */
.bread-crumb {
	position: relative;
	z-index: 100;
	margin: auto;
	padding: 7px 0px;
	font-size: 12px;
	background: #eef2f4;
}

.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;
	margin-left: 5px;
}

.bread-crumb h5 p::after ,
.bread-crumb h5 span::after ,
.bread-crumb ol li::after {
	content: ">";
	padding-left: 5px;
}

.bread-crumb a ,
.bread-crumb strong {
	color: inherit;
}

/* 現在ページ */
.bread-crumb ol li:last-child::after {
	content: none;
}

.bread-crumb strong {
}


/* -- TOP書き換え -- */
.bread-crumb ol li:first-child a {
	font-size: 0;
}
.bread-crumb ol li:first-child a::before {
	content: "HOME";
	vertical-align: inherit;
	font-size: 12px;
}
#header.ja ~ .bread-crumb ol li:first-child a::before ,
#header.ja ~* .bread-crumb ol li:first-child a::before {
	content: "ホーム";
}


@media print, screen and (min-width: 960px) {
	.bread-crumb {
	}

	.bread-crumb ol {
		max-width: calc(1200px + 40px);
		padding: 0 20px;
		margin: auto;
	}
}

@media screen and (max-width: 959px) {
	.bread-crumb {
		font-size: 12px;
		padding: 5px 10px;
	}

	.bread-crumb ol li:first-child a::before {
		font-size: 12px;
	}
}



/* -----------------------------
 グローバルナビ
 ページプロパティに設定あり
--------------------------------- */
#nav-global {
	display: none;
}

/*------------------------------------- 
 サイドナビ（ローカルナビ）
 ページプロパティに設定あり
-------------------------------------*/
#nav-box {
}

[data-page-marker~="no-snav"] #nav-box ,
[data-page-marker~="no-snav"] #promos2 {
	display: none;
}

body:not(.col-subcol)[data-page-marker~="no-snav"] #nav {
	float: none;
	width: auto;
	max-width: none;
}

body:not(.col-subcol)[data-page-marker~="no-snav"] #wrapper-3 {
	float: none;
	margin: auto;
}

#nav-box h6 {
/*	display: none; */
}


/*1階層*/
#nav-box ul.navLevel_1 {
}

#nav-box ul.navLevel_1 > li {
}

#nav-box ul.navLevel_1 > li:not(.open) {
	display: none;
}

#nav-box ul.navLevel_1 > li.open {
	margin-top: -5px;
	margin-bottom: 20px;
}

#nav-box ul.navLevel_1 > li > strong ,
#nav-box ul.navLevel_1 > li > a {
	display: block;
	padding: 12px 16px 8px 4px;
	color: #1d2088; 
	font-size: 17.28px;
	font-weight: normal;
	line-height: 25.92px;
	text-decoration: none;
	background: url(../../../../../../resources/sw_img/icon/icon_nav1.png) no-repeat 98% center;
	border-bottom: 2px solid #1d2088;

	display: none;
}

#nav-box ul.navLevel_1 > li > strong ,
#nav-box ul.navLevel_1 > li.on > a {
}

#nav-box ul.navLevel_1 > li > strong ,
#nav-box ul.navLevel_1 > li > a:hover {
}

#nav-box ul.navLevel_1 > li > a:hover {
/*	background-color: #eef2f4; */
}


/*2階層*/
#nav-box ul.navLevel_2 {
}

#nav-box ul.navLevel_2 > li {
}

body:not([data-page-marker~="snav-shift1"]) #nav-box ul.navLevel_1 > li:not(.open) ,
body[data-page-marker~="snav-shift1"] #nav-box ul.navLevel_2 > li:not(.open) {
	display: none;
}

body:not([data-page-marker~="snav-shift1"]) #nav-box ul.navLevel_1 > li > strong ,
body:not([data-page-marker~="snav-shift1"]) #nav-box ul.navLevel_1 > li > a ,
body[data-page-marker~="snav-shift1"] #nav-box ul.navLevel_2 > li > strong ,
body[data-page-marker~="snav-shift1"] #nav-box ul.navLevel_2 > li > a {
	display: block;
	padding: 12px 16px 8px 4px;
	color: #1d2088; 
	font-size: 17.28px;
	font-weight: normal;
	line-height: 25.92px;
	text-decoration: none;
	background: url(../../../../../../resources/sw_img/icon/icon_nav1.png) no-repeat 98% center;
	border-bottom: 2px solid #1d2088;
}

body:not([data-page-marker~="snav-shift1"]) #nav-box ul.navLevel_1 > li > strong ,
body:not([data-page-marker~="snav-shift1"]) #nav-box ul.navLevel_1 > li.on > a ,
body[data-page-marker~="snav-shift1"] #nav-box ul.navLevel_2 > li > strong ,
body[data-page-marker~="snav-shift1"] #nav-box ul.navLevel_2 > li.on > a {
}

body:not([data-page-marker~="snav-shift1"]) #nav-box ul.navLevel_1 > li > strong ,
body:not([data-page-marker~="snav-shift1"]) #nav-box ul.navLevel_1 > li > a:hover ,
body[data-page-marker~="snav-shift1"] #nav-box ul.navLevel_2 > li > strong ,
body[data-page-marker~="snav-shift1"] #nav-box ul.navLevel_2 > li > a:hover {
	background-color: #eef2f4;
}


/*3階層*/
#nav-box ul.navLevel_3 {
}

#nav-box ul.navLevel_3 > li {
}

#nav-box ul.navLevel_3 > li.open {
}

body:not([data-page-marker~="snav-shift1"]) #nav-box ul.navLevel_2 > li > strong ,
body:not([data-page-marker~="snav-shift1"]) #nav-box ul.navLevel_2 > li > a ,
body[data-page-marker~="snav-shift1"] #nav-box ul.navLevel_3 > li > strong ,
body[data-page-marker~="snav-shift1"] #nav-box ul.navLevel_3 > li > a {
	display: block;
	padding: 16px 16px 16px 4px;
	background: #fff;
	color: inherit; 
	font-size: 15.04px;
	font-weight: normal;
	line-height: 25.568px;
	text-decoration: none;
	background: url(../../../../../../resources/sw_img/icon/icon_nav2.png) no-repeat 98% center;
	border-bottom: 1px solid #e5e5e5;
}

body:not([data-page-marker~="snav-shift1"]) #nav-box ul.navLevel_2 > li.no-children > strong ,
body:not([data-page-marker~="snav-shift1"]) #nav-box ul.navLevel_2 > li.no-children > a ,
body[data-page-marker~="snav-shift1"] #nav-box ul.navLevel_3 > li.no-children > strong ,
body[data-page-marker~="snav-shift1"] #nav-box ul.navLevel_3 > li.no-children > a {
	background-image: url(../../../../../../resources/sw_img/icon/icon_nav1.png);
}

#nav-box ul.navLevel_3 > li > strong ,
#nav-box ul.navLevel_3 > li.on > a {
}

body:not([data-page-marker~="snav-shift1"]) #nav-box ul.navLevel_2 > li.open > a ,
body:not([data-page-marker~="snav-shift1"]) #nav-box ul.navLevel_2 > li > strong ,
body:not([data-page-marker~="snav-shift1"]) #nav-box ul.navLevel_2 > li > a:hover ,
body[data-page-marker~="snav-shift1"] #nav-box ul.navLevel_3 > li.open > a ,
body[data-page-marker~="snav-shift1"] #nav-box ul.navLevel_3 > li > strong ,
body[data-page-marker~="snav-shift1"] #nav-box ul.navLevel_3 > li > a:hover {
	background-color: #f3f7f8;
}

/*4階層*/
body:not([data-page-marker~="snav-shift1"]) #nav-box ul.navLevel_3 ,
body[data-page-marker~="snav-shift1"] #nav-box ul.navLevel_4 {
	margin-left: 20px;
}

#nav-box ul.navLevel_4 > li {
}

#nav-box ul.navLevel_4 > li.open {
}

body:not([data-page-marker~="snav-shift1"]) #nav-box ul.navLevel_3 > li > strong ,
body:not([data-page-marker~="snav-shift1"]) #nav-box ul.navLevel_3 > li > a ,
body[data-page-marker~="snav-shift1"] #nav-box ul.navLevel_4 > li > strong ,
body[data-page-marker~="snav-shift1"] #nav-box ul.navLevel_4 > li > a {
	position: relative;
	display: block;
	padding: 16px 16px 16px 4px;
	color: inherit; 
	font-size: 13.0848px;
	font-weight: normal;
	line-height: 22.2442px;
	text-decoration: none;
	background: url(../../../../../../resources/sw_img/icon/icon_nav1.png) no-repeat 98% center;
	border-bottom: 1px solid #e5e5e5;
}

#nav-box ul.navLevel_4 > li > strong ,
#nav-box ul.navLevel_4 > li.on > a {
}

body:not([data-page-marker~="snav-shift1"]) #nav-box ul.navLevel_3 > li > strong ,
body:not([data-page-marker~="snav-shift1"]) #nav-box ul.navLevel_3 > li > a:hover ,
body[data-page-marker~="snav-shift1"] #nav-box ul.navLevel_4 > li > strong ,
body[data-page-marker~="snav-shift1"] #nav-box ul.navLevel_4 > li > a:hover {
	background-color: #f3f7f8;
}


body:not([data-page-marker~="snav-shift1"]) #nav-box ul.navLevel_4 ,
body[data-page-marker~="snav-shift1"] #nav-box ul.navLevel_5 {
	display: none;
}
/* -- ☆階層が増えるごとに、連番で追加 -- */


@media print, screen and (min-width: 960px) {
	body:not([data-page-marker~="snav-shift1"]) #nav-box ul.navLevel_1 > li > strong ,
	body:not([data-page-marker~="snav-shift1"]) #nav-box ul.navLevel_1 > li > a ,
	body[data-page-marker~="snav-shift1"] #nav-box ul.navLevel_2 > li > strong ,
	body[data-page-marker~="snav-shift1"] #nav-box ul.navLevel_2 > li > a {
		background-size: 13px 13px;
	}

	body:not([data-page-marker~="snav-shift1"]) #nav-box ul.navLevel_2 > li > strong ,
	body:not([data-page-marker~="snav-shift1"]) #nav-box ul.navLevel_2 > li > a ,
	body[data-page-marker~="snav-shift1"] #nav-box ul.navLevel_3 > li > strong ,
	body[data-page-marker~="snav-shift1"] #nav-box ul.navLevel_3 > li > a {
		background-size: 15px 15px;
	}

	body:not([data-page-marker~="snav-shift1"]) #nav-box ul.navLevel_3 > li > strong ,
	body:not([data-page-marker~="snav-shift1"]) #nav-box ul.navLevel_3 > li > a ,
	body[data-page-marker~="snav-shift1"] #nav-box ul.navLevel_4 > li > strong ,
	body[data-page-marker~="snav-shift1"] #nav-box ul.navLevel_4 > li > a {
		background-size: 13px 13px;
	}
}

@media screen and (max-width: 959px) {
}




/* -----------------------------
 コンテンツエリア
--------------------------------- */
/* 本文 */
.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 ul ,
.highlight-quoted-text ul ,
.text-section ul ,
.internal-link-area ul ,
.external-link-area ul ,
.download-link-area ul ,
.faq-item ul ,
.vtable-item ul ,
.ircalendar-title ul ,
.ircalendar-item ul {
	padding-left: 20px;
}

.quoted-text blockquote ul li ,
.highlight-quoted-text ul li ,
.text-section ul li ,
.internal-link-area ul li ,
.external-link-area ul li ,
.download-link-area ul li ,
.faq-item ul li ,
.vtable-item ul li ,
.ircalendar-title ul li ,
.ircalendar-item ul li {
	position: relative;
	list-style: none;
}

.quoted-text blockquote ul li::after ,
.highlight-quoted-text ul li::after ,
.text-section ul li::after ,
.internal-link-area ul li::after ,
.external-link-area ul li::after ,
.download-link-area ul li::after ,
.faq-item ul li::after ,
.vtable-item ul li::after ,
.ircalendar-title ul li::after ,
.ircalendar-item ul li::after {
	content: "";
	position: absolute;
	top: 1em;
	left: -20px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #1072bd;
}


[class*="lx_cke_ul_star"] .quoted-text blockquote ul ,
[class*="lx_cke_ul_star"] .highlight-quoted-text ul ,
[class*="lx_cke_ul_star"] .text-section ul ,
[class*="lx_cke_ul_star"] .internal-link-area ul ,
[class*="lx_cke_ul_star"] .external-link-area ul ,
[class*="lx_cke_ul_star"] .download-link-area ul ,
[class*="lx_cke_ul_star"] .faq-item ul ,
[class*="lx_cke_ul_star"] .vtable-item ul ,
[class*="lx_cke_ul_star"] .ircalendar-title ul ,
[class*="lx_cke_ul_star"] .ircalendar-item ul {
	padding-left: 1.5em;
}

[class*="lx_cke_ul"] .quoted-text blockquote ul li::after ,
[class*="lx_cke_ul"] .highlight-quoted-text ul li::after ,
[class*="lx_cke_ul"] .text-section ul li::after ,
[class*="lx_cke_ul"] .internal-link-area ul li::after ,
[class*="lx_cke_ul"] .external-link-area ul li::after ,
[class*="lx_cke_ul"] .download-link-area ul li::after ,
[class*="lx_cke_ul"] .faq-item ul li::after ,
[class*="lx_cke_ul"] .vtable-item ul li::after ,
[class*="lx_cke_ul"] .ircalendar-title ul li::after ,
[class*="lx_cke_ul"] .ircalendar-item ul li::after {
	content: none;
}

/*-- 文中リンクテキスト --*/
.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: 17px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin: 0 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: 18px;
	height: 20px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
}


/*------------------------------------- 
 見出し
-------------------------------------*/
/*-- ページ概要エリア --*/

/* jsで見出しをクローンしないで、wrapper-3内で表示する場合 */
#page-intro:not(.cloned) > h1 {
	position: relative;
	display: block;
	color: inherit;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.25;
	padding: 100px 20px;
}

@media screen and (max-width: 959px) {
	#page-intro:not(.cloned) {
		padding: 0 10px;
	}

	#page-intro:not(.cloned) > h1 {
		font-size: 26px;
		padding: 50px 0;
	}
}


/* jsで見出しをクローンして、wrapper-2外で表示する場合 */
/* -- ページタイトルをテキストで表示 -- */
.page-intro-wrapper {
	width: 100%;
}

.page-intro {
	max-width: calc(1200px + 40px);
	padding: 0 20px;
	margin: auto;
}

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 ,
#page-intro > h1 {
	position: relative;
	z-index: 20;
	display: block;
	padding: 0;
	color: inherit;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

body.multi3[data-page-marker~="news-folder"] .page-intro > .h0 ,
.page-intro > .h1 {
	display: none;
}

@media screen and (max-width: 959px) {
	.page-intro ,
	#page-intro {
		padding: 0 15px;
	}

	body.multi3[data-page-marker~="news-folder"] .page-intro > .h0 ,
	.page-intro > .h1 ,
	#page-intro > h1 {
		font-size: 25.6px;
	}
}


/* ページタイトルを画像で表示 */
.page-intro .titleImage ,
#page-intro:not(.cloned) .titleImage {
	padding-top: 20px;
	margin-bottom: 20px;
}

/* 日付(日付順フォルダ配下ページのみ) */
/* hideとshowを両方設定した場合、showが優先される */
#page-intro .text-meta {
	margin-bottom: 20px;
}
#page-intro .text-meta ul.text-data {
	text-align: right;
}

body[data-page-marker~="hide-date"] #page-intro .text-meta {
	display: none;
}

body[data-page-marker~="show-date"] #page-intro .text-meta {
	display: block;
}

@media screen and (max-width: 959px) {
	#page-intro .text-meta {
		font-size: 12px;
	}
}

/* ページ概要・サムネイル画像 */
.page-intro .abstractImage ,
#page-intro .abstractImage {
	display: none;
}

/* 説明文 */
.page-intro .explanation ,
#page-intro .explanation {
}

/* リンク */
.page-intro .link-info ,
#page-intro .link-info {
}

/* ニュースページ カテゴリアイコン表示用(要plugin) */
[data-page-marker~="show-category-icon"] #page-intro .category-icon {
	display: block;
}

.page-intro .category-icon span ,
#page-intro .category-icon span {
	display: inline-block;
	padding: 5px 10px;
	color: #000;
	font-size: 14px;
	background: #f2f2f2;
	margin-right: 1px;
}

.page-intro .category-icon span[data-category-level="1"] ,
#page-intro .category-icon span[data-category-level="1"] {
	display: none;
}

@media screen and (max-width: 959px) {
	.page-intro .category-icon span ,
	#page-intro .category-icon span {
		display: block;
		font-size: 12px;
	}
}

.page-intro .category-icon span.clean_energy_ja ,
#page-intro .category-icon span.clean_energy_ja {
	color: #fff;
	background-color: #68bf78;
}
.page-intro .category-icon span.safety_ja ,
#page-intro .category-icon span.safety_ja {
	color: #fff;
	background-color: #4dbfc0;
}
.page-intro .category-icon span.environment_ja ,
#page-intro .category-icon span.environment_ja {
	color: #fff;
	background-color: #6DBADA;
}
.page-intro .category-icon span.health_care_ja ,
#page-intro .category-icon span.health_care_ja {
	color: #fff;
	background-color: #f87668;
}


.page-intro .category-icon span.release_ja ,
#page-intro .category-icon span.release_ja {
	color: #fff;
	background: #4a9cd0;
	border-color: #4a9cd0;
}
.page-intro .category-icon span.announcement_ja ,
#page-intro .category-icon span.announcement_ja {
	color: #000;
	background: #d7d7d7;
	border-color: #d7d7d7;
}

.page-intro .category-icon span.gas_ja ,
#page-intro .category-icon span.gas_ja {
	border-color: #5b9bd5;
}
.page-intro .category-icon span.chemical_ja ,
#page-intro .category-icon span.chemical_ja {
	border-color: #7030a0;
}
.page-intro .category-icon span.medical_ja ,
#page-intro .category-icon span.medical_ja {
	border-color: #ff7c80;
}
.page-intro .category-icon span.energy_ja ,
#page-intro .category-icon span.energy_ja {
	border-color: #ed7d31;
}
.page-intro .category-icon span.food_ja ,
#page-intro .category-icon span.food_ja {
	border-color: #008000;
}
.page-intro .category-icon span.logistics_ja ,
#page-intro .category-icon span.logistics_ja {
	border-color: #990033;
}
.page-intro .category-icon span.sea_ja ,
#page-intro .category-icon span.sea_ja {
	border-color: #0000cc;
}
.page-intro .category-icon span.aerosol_ja ,
#page-intro .category-icon span.aerosol_ja {
	border-color: #ffcc99;
}
.page-intro .category-icon span.other_businesses_ja ,
#page-intro .category-icon span.other_businesses_ja {
}



/* ニュースページ 共通見出し表示用(要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;

	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 {
	position: relative;
	padding-top: 20px;
	color: #000;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.25;
	letter-spacing: 0.1em;
	padding-bottom: 10px;

	margin-bottom: 20px;
}

.title2.style1 h2 span {
	display: block;
	font-size: 13px;
}

/*-- 見出しh3レベル --*/
.news-result dl dt ,
.news-yuho dl dt ,
.news-presentation dl dt ,
.news-material dl dt ,
.title3.style1 h3 {
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.25;
	letter-spacing: 0.1em;
	border-left: 5px solid #009ae2;

	margin-bottom: 25px;
}

/*-- 見出しh4レベル --*/
.title4.style1 h4 {
	position: relative;
	padding-top: 5px;
	font-size: 20px;
	color: #1a6baa;
	font-weight: bold;
	line-height: 1.25;

	margin-bottom: 20px;
}


@media screen and (max-width: 959px) {
	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 {
		font-size: 26px;
	}

	.news-result dl dt ,
	.news-yuho dl dt ,
	.news-presentation dl dt ,
	.news-material dl dt ,
	.title3.style1 h3 {
		font-size: 20px;
	}

	.title4.style1 h4 {
		font-size: 18px;
	}
}


/*-- 見出しh2・h3・h4 スタイルＢ --*/
.title2.style2 h2 {
}

.title3.style2 h3 {
	margin-top: 10px;
	padding: 13px 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #e2eaed;
	margin-bottom: 20px;
}

.title4.style2 h4 {
	margin-top: 5px;
	padding: 8px 12px 6px;
	font-size: 18.08px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #e2eaed;
	margin-bottom: 10px;
}


/*-- 見出しh2・h3・h4 スタイルＣ --*/
.title2.style3 h2 {
}

.title3.style3 h3 {
}

.title4.style3 h4 {
	margin-top: 5px;
	font-size: 18.08px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
}




/*== 見出しが中央揃え、左右枠線なし、左右パディングなし ==*/
#sharewithmain .lx_title_center {
}

.lx_title_center .title2 h2 ,
.lx_title_center .title3 h3 ,
.lx_title_center .title4 h4 {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	border-left: none;
	border-right: none;
}

.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: 28px;
	font-weight: bold;
	margin: 0 0.5em;
}


/*------------------------------------- 
 テキスト・画像
-------------------------------------*/
/*-------------- 緊急お知らせエリア --------------*/
/* 総合トップ・サイトトップのみ、コンテンツエリア外に１つのみ */
.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: 960px) {
	.quoted-text blockquote {
		width: 1200px;
		margin: 0px auto;
	}
}

@media screen and (max-width: 959px) {
	.quoted-text {
		padding: 15px 15px;
	}
}


/*-------------- 囲み線ありテキスト --------------*/
.highlight-quoted-text {
	background: #f5f5f5;
	padding: 25px 35px;
	margin: 0 auto 20px;
}

.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: 12px;
	font-style: italic;
}


@media screen and (max-width: 959px) {
	.highlight-quoted-text {
		padding: 10px;
	}
}


/*-------------- テキストと画像 --------------*/
.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;";
}


/*-------------- FAQ --------------*/
.faq-list {
}

.faq-list > ul {
	margin-bottom: 20px;
}

.faq-list > ul > li {
	clear: both;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: -1px;

	/* 閉じる時にQが隠れない用に暫定対策 */
	min-height: 81px;
}

.faq-list > ul > li:hover ,
.faq-list > ul > li[style*="overflow: hidden"] {
	background: #f3f7f8;
}


.faq-list h3 {
	position: relative;
}

.faq-list h3::before {
	content: "Q.";
	position: absolute;
	top: 23px;
	left: 25px;
	display: block;
	color: #004396;
	font-size: 34.6px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 1px;
}

.faq-list h3 a {
	display: block;
	color: inherit;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	padding: 26px 60px 23px 80px;
}


/* 開閉アイコン */
.faq-list h3 a::before ,
.faq-list h3 a::after {
	content: "";
	position: absolute;
	display: block;
	background: #004396;

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.faq-list h3 a::before {
	top: 50%;
	right: 50px;
	width: 20px;
	height: 4px;
	-webkit-transform: translate(50%, -50%);
	    -ms-transform: translate(50%, -50%);
	        transform: translate(50%, -50%);
}
.faq-list h3 a::after {
	top: 50%;
	right: 50px;
	width: 4px;
	height: 20px;
	-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: 16px;
	font-weight: normal;
	line-height: 30px;
	padding: 6px 20px 23px 80px;
}

.faq-item::before {
	content: "A.";
	position: absolute;
	top: 3px;
	left: 25px;
	display: block;
	color: #960800;
	font-size: 34.6px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 1px;
}


/*== 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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-flow: row nowrap;
	        -webkit-box-orient: horizontal;
	        -webkit-box-direction: normal;
	            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: 36px;
	padding: 3px 30px;
	text-align: center;
	font-size: 15px;
	color: #2c61a6;
	line-height: 1.46;
	background: #fff;
	text-decoration: none;
	border: 1px solid #1d2088;
}

.anchor-link a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -5px;
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 10px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.png") center center no-repeat;
	background-size: contain;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.anchor-link a:hover {
	border-color: #1d2088;
	background-color: #1d2088;
	color: #fff;
}

.anchor-link a:hover::before {
	background-image: url("../../../../../../resources/sw_img/icon/icon_arr01_white.png");
}


@media print, screen and (min-width: 960px) {
	.lx_anchor_inline .anchor-link ,
	.lx_anchor_inline_pc .anchor-link {
		display: inline-block;
		margin-right: 20px;
	}
}

@media screen and (max-width: 959px) {
	.lx_anchor_inline .anchor-link ,
	.lx_anchor_inline_sp .anchor-link {
		display: inline-block;
		margin-right: 20px;
	}
}

/*-------------- バナー（共通設定） --------------*/
.teaser ,
.external-teaser ,
.download-teaser {
	margin: 0 auto 20px;
}

/* ダウンロード PDF・XLS・ZIPアイコン共通 */
.download-teaser h2 a[href*=".pdf"]::after ,
.download-teaser h2 a[href*=".xls"]::after ,
.download-teaser h2 a[href*=".zip"]::after {
	content: "";
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	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 h2 a[href*=".xls"]::after {
	width: 18px;
	height: 20px;
	background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/excel.png");
}

.download-teaser h2 a[href*=".pdf"]::after ,
.download-teaser h2 a[href*=".xls"]::after ,
.download-teaser h2 a[href*=".zip"]::after {
	content: "";
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	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 h2 a[href*=".xls"]::after {
	width: 18px;
	height: 20px;
	background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/excel.png");
}

.download-teaser h2 a[href*=".zip"]::after {
	width: 18px;
	height: 20px;
	background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/zip.png");
}




/* ----- 内部・外部バナー（テキストのみ）　スタイルＡ ----- */
/* ----- ダウンロードバナー（テキストのみ）　スタイルＡ ----- */
.teaser.no-img.style1 ,
.external-teaser.no-img.style1 ,
.download-teaser.no-img.style1 {
	max-width: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.teaser.no-img.style1 > * ,
.external-teaser.no-img.style1 > * ,
.download-teaser.no-img.style1 > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.teaser.no-img.style1 h2 ,
.external-teaser.no-img.style1 h2 ,
.download-teaser.no-img.style1 h2 {
	position: relative;
}

.teaser.no-img.style1 h2 a ,
.external-teaser.no-img.style1 h2 a ,
.download-teaser.no-img.style1 h2 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-flow: row nowrap;
	        -webkit-box-orient: horizontal;
	        -webkit-box-direction: normal;
	            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: 64px;
	padding: 5px 30px;
	text-align: center;
	font-size: 15px;
	color: #2c61a6;
	line-height: 1.46;
	background: transparent;
	text-decoration: none;
	border: 1px solid #004396;
}

.teaser.no-img.style1 h2 a::before ,
.external-teaser.no-img.style1 h2 a::before ,
.download-teaser.no-img.style1 h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -5px;
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 10px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.png") 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 {
	content: "";
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.teaser.no-img.style1 p:not(.note_tx) ,
.external-teaser.no-img.style1 p:not(.note_tx) ,
.download-teaser.no-img.style1 p:not(.note_tx) {
	margin-top: 10px;
	font-size: 1rem;
	line-height: 2;
}

.teaser.no-img.style1 h2 a:hover ,
.external-teaser.no-img.style1 h2 a:hover ,
.download-teaser.no-img.style1 h2 a:hover {
	border-color: #1d2088;
	background-color: #1d2088;
	color: #fff;
}

.teaser.no-img.style1 h2 a:hover::before ,
.external-teaser.no-img.style1 h2 a:hover::before ,
.download-teaser.no-img.style1 h2 a:hover::before {
	background-image: url("../../../../../../resources/sw_img/icon/icon_arr01_white.png");
}

.teaser.no-img.style1 h2 a[target="_blank"]:hover::after ,
.external-teaser.no-img.style1 h2 a[target="_blank"]:hover::after {
	background-image: url("../../../../../../resources/sw_img/icon/linkout_white.png");
}

/*-- IE対応 --*/
@media all and (-ms-high-contrast:none) {
	.teaser.no-img.style1 h2 ,
	.external-teaser.no-img.style1 h2 ,
	.download-teaser.no-img.style1 h2 {
		display: table;
		width: 100%;
	}

	.teaser.no-img.style1 h2 a ,
	.external-teaser.no-img.style1 h2 a ,
	.download-teaser.no-img.style1 h2 a {
		display: table-cell;
		vertical-align: middle;
		height: 64px;
	}
}

/*-- お問い合わせ専用 チェックボックスつきテキスト --*/
.external-teaser.no-img.with-checkbox p:not(.note_tx) ,
.external-teaser:not(.no-img).with-checkbox p:not(.note_tx) {
	margin-top: 10px;
	text-align: center;
	font-size: 1rem;
}

.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;
	color: #999;
}

.external-teaser.no-img.with-checkbox.disabled h2 a::before ,
.external-teaser:not(.no-img).with-checkbox.disabled h2 a::before {
	content: none;
}


/* ----- 内部・外部バナー（テキストと画像）　スタイルＡ ----- */
/* ----- ダウンロードバナー（テキストと画像）　スタイルＡ ----- */
.teaser:not(.no-img).style1 ,
.external-teaser:not(.no-img).style1 ,
.download-teaser:not(.no-img).style1 {
	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;
}

.teaser:not(.no-img).style1 h2 a ,
.external-teaser:not(.no-img).style1 h2 a ,
.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 nowrap;
	        flex-flow: row nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 40px;
	padding: 5px 20px;
	text-align: left;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	line-height: 1.66;
	background: #686685;
	text-decoration: none;
}

.teaser:not(.no-img).style1 h2 a[target="_blank"]::after ,
.external-teaser:not(.no-img).style1 h2 a[target="_blank"]::after {
	content: "";
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.png") center center no-repeat;
	background-size: contain;
	margin-left: 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;
}

.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%;
}


.teaser:not(.no-img).style1 p:not(.note_tx) ,
.external-teaser:not(.no-img).style1 p:not(.note_tx) ,
.download-teaser:not(.no-img).style1 p:not(.note_tx) {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 1rem;
	color: inherit;
	font-weight: normal;
	line-height: 2;
}

.teaser:not(.no-img).style1 h2 a:hover ,
.external-teaser:not(.no-img).style1 h2 a:hover ,
.download-teaser:not(.no-img).style1 h2 a:hover {
	text-decoration: underline;
}



/* ----- 内部・外部バナー（テキストと画像）　スタイルＢ ----- */
/* ----- ダウンロードバナー（テキストと画像）　スタイルＢ ----- */
.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;
}

.teaser:not(.no-img).style2 h2 a ,
.external-teaser:not(.no-img).style2 h2 a ,
.download-teaser:not(.no-img).style2 h2 a {
	display: block;
	padding: 5px 0;
	text-align: left;
	font-size: 16px;
	color: inherit;
	font-weight: normal;
	line-height: 2;
	text-decoration: none;
}

.teaser:not(.no-img).style2 h2 a[target="_blank"]::after ,
.external-teaser:not(.no-img).style2 h2 a[target="_blank"]::after {
	content: "";
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 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;
}

.teaser:not(.no-img).style2 h2 + a img ,
.external-teaser:not(.no-img).style2 h2 + a img ,
.download-teaser:not(.no-img).style2 h2 + a img {
	display: block;
	width: 100%;
}


.teaser:not(.no-img).style2 p:not(.note_tx) ,
.external-teaser:not(.no-img).style2 p:not(.note_tx) ,
.download-teaser:not(.no-img).style2 p:not(.note_tx) {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 1rem;
	color: inherit;
	font-weight: normal;
	line-height: 2;
}

.teaser:not(.no-img).style2 h2 a:hover ,
.external-teaser:not(.no-img).style2 h2 a:hover ,
.download-teaser:not(.no-img).style2 h2 a:hover {
	text-decoration: underline;
}



/* ----- 内部・外部バナー（テキストのみ）　スタイルＢ ----- */
/* ----- ダウンロードバナー（テキストのみ）　スタイルＢ ----- */
.teaser.no-img.style2 ,
.external-teaser.no-img.style2 ,
.download-teaser.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;
	width: 100%;
}

.teaser.no-img.style2 > * ,
.external-teaser.no-img.style2 > * ,
.download-teaser.no-img.style2 > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.teaser.no-img.style2 h2 ,
.external-teaser.no-img.style2 h2 ,
.download-teaser.no-img.style2 h2 {
	padding: 13px 20px;
	background: #e2eaed;
	font-size: 0;
}

.teaser.no-img.style2 h2 a ,
.external-teaser.no-img.style2 h2 a ,
.download-teaser.no-img.style2 h2 a {
	position: relative;
	display: inline-block;
	padding: 0;
	padding-left: 20px;
	text-align: left;
	font-size: 20px;
	color: #2c61a6;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
}

.teaser.no-img.style2 h2 a::before ,
.external-teaser.no-img.style2 h2 a::before ,
.download-teaser.no-img.style2 h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 6px;
	margin-top: -4px;
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 7px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr02.png") center center no-repeat;
	background-size: contain;
}

.teaser.no-img.style2 h2 a[target="_blank"]::after ,
.external-teaser.no-img.style2 h2 a[target="_blank"]::after {
	content: "";
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.teaser.no-img.style2 p:not(.note_tx) ,
.external-teaser.no-img.style2 p:not(.note_tx) ,
.download-teaser.no-img.style2 p:not(.note_tx) {
	margin-top: 10px;
	font-size: 1rem;
	line-height: 2;
}

.teaser.no-img.style2 h2 a:hover ,
.external-teaser.no-img.style2 h2 a:hover ,
.download-teaser.no-img.style2 h2 a:hover {
	text-decoration: underline;
}


/* ----- 内部・外部バナー（テキストと画像）　スタイルＣ ----- */
/* ----- ダウンロードバナー（テキストと画像）　スタイルＣ ----- */
.teaser:not(.no-img).style3 ,
.external-teaser:not(.no-img).style3 ,
.download-teaser:not(.no-img).style3 {
	position: relative;
	display: block;
}

.teaser:not(.no-img).style3 h2 ,
.external-teaser:not(.no-img).style3 h2 ,
.download-teaser:not(.no-img).style3 h2 {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.teaser:not(.no-img).style3 h2 a ,
.external-teaser:not(.no-img).style3 h2 a ,
.download-teaser:not(.no-img).style3 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: 30px;
	color: #fff;
	font-weight: normal;
	line-height: 1.25;
	text-decoration: none;
}

.teaser:not(.no-img).style3 h2 a span ,
.external-teaser:not(.no-img).style3 h2 a span ,
.download-teaser:not(.no-img).style3 h2 a span {
	display: block;
	font-size: 16px;
	margin: 3px 0;
	letter-spacing: normal;
}

/*
.teaser:not(.no-img).style3 h2 a::before ,
.external-teaser:not(.no-img).style3 h2 a::before ,
.download-teaser:not(.no-img).style3 h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -10px;
	width: 9px;
	height: 15px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01_white.png") center center no-repeat;
	background-size: contain;
}
*/

.teaser:not(.no-img).style3 h2 a[target="_blank"]::after ,
.external-teaser:not(.no-img).style3 h2 a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.teaser:not(.no-img).style3 > a ,
.external-teaser:not(.no-img).style3 > a ,
.download-teaser:not(.no-img).style3 > a {
	position: relative;
}

.teaser:not(.no-img).style3 > a::before ,
.external-teaser:not(.no-img).style3 > a::before ,
.download-teaser:not(.no-img).style3 > a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.2);

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.teaser:not(.no-img).style3 h2 + a img ,
.external-teaser:not(.no-img).style3 h2 + a img ,
.download-teaser:not(.no-img).style3 h2 + a img {
	display: block;
	width: 100%;
	opacity: 1;
}


.teaser:not(.no-img).style3 p:not(.note_tx) ,
.external-teaser:not(.no-img).style3 p:not(.note_tx) ,
.download-teaser:not(.no-img).style3 p:not(.note_tx) {
	display: none;
}

.teaser:not(.no-img).style3:hover h2 a ,
.external-teaser:not(.no-img).style3:hover h2 a ,
.download-teaser:not(.no-img).style3:hover h2 a {
	text-decoration: none;
}

.teaser:not(.no-img).style3:hover > a::before ,
.external-teaser:not(.no-img).style3:hover > a::before ,
.download-teaser:not(.no-img).style3:hover > a::before {
	background: rgba(0,0,0, 0);
}

.teaser:not(.no-img).style3:hover h2 + a img ,
.external-teaser:not(.no-img).style3:hover h2 + a img ,
.download-teaser:not(.no-img).style3:hover h2 + a img {
	opacity: 1;
}

@media screen and (max-width: 959px) {
	.teaser:not(.no-img).style3 h2 a ,
	.external-teaser:not(.no-img).style3 h2 a ,
	.download-teaser:not(.no-img).style3 h2 a {
		text-align: left;
		font-size: 24px;
	}
}


/* ----- 内部・外部バナー（テキストのみ）　スタイルＣ ----- */
/* ----- ダウンロードバナー（テキストのみ）　スタイルＣ ----- */
.teaser.no-img.style3 ,
.external-teaser.no-img.style3 ,
.download-teaser.no-img.style3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
}

.teaser.no-img.style3 > * ,
.external-teaser.no-img.style3 > * ,
.download-teaser.no-img.style3 > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.teaser.no-img.style3 h2 ,
.external-teaser.no-img.style3 h2 ,
.download-teaser.no-img.style3 h2 {
	font-size: 0;
}

.teaser.no-img.style3 h2 a ,
.external-teaser.no-img.style3 h2 a ,
.download-teaser.no-img.style3 h2 a {
	position: relative;
	display: block;
	padding: 13px 20px;
	padding-right: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	line-height: 1.5;
	text-decoration: none;
	background: #038ed9 url("../../../../../../resources/sw_img/bg/bg_contact.png") right center no-repeat;
}

.download-teaser.no-img.style3 h2 a::after {
	content: none;
}

/*
.teaser.no-img.style3 h2 a[target="_blank"]::after ,
.external-teaser.no-img.style3 h2 a[target="_blank"]::after {
	content: "";
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.download-teaser.no-img.style3 h2 a[href*=".pdf"]::after ,
.download-teaser.no-img.style3 h2 a[href*=".xls"]::after ,
.download-teaser.no-img.style3 h2 a[href*=".zip"]::after {
	content: "";
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	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.style3 h2 a[href*=".xls"]::after {
	width: 18px;
	height: 20px;
	background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/excel.png");
}

.download-teaser.no-img.style3 h2 a[href*=".zip"]::after {
	width: 18px;
	height: 20px;
	background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/zip.png");
}
*/

.teaser.no-img.style3 p:not(.note_tx) ,
.external-teaser.no-img.style3 p:not(.note_tx) ,
.download-teaser.no-img.style3 p:not(.note_tx) {
	margin-top: 10px;
	font-size: 1rem;
	line-height: 2;
}

.teaser.no-img.style3 h2 a:hover ,
.external-teaser.no-img.style3 h2 a:hover ,
.download-teaser.no-img.style3 h2 a:hover {
	background-color: #1d2088;
}



/*==== バナー幅なゆきり ====*/
.lx_teaser_width_outcome .teaser.no-img.style1 ,
.lx_teaser_width_outcome .external-teaser.no-img.style1 ,
.lx_teaser_width_outcome .download-teaser.no-img.style1 {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.lx_teaser_width_outcome .teaser.no-img.style1 h2 a ,
.lx_teaser_width_outcome .external-teaser.no-img.style1 h2 a ,
.lx_teaser_width_outcome .download-teaser.no-img.style1 h2 a {
	padding-right: 40px;
	min-height: 46px;
}

.lx_teaser_width_outcome .teaser.no-img.style2 ,
.lx_teaser_width_outcome .external-teaser.no-img.style2 ,
.lx_teaser_width_outcome .download-teaser.no-img.style2 {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.lx_teaser_width_outcome .teaser.no-img.style2 h2 a ,
.lx_teaser_width_outcome .external-teaser.no-img.style2 h2 a ,
.lx_teaser_width_outcome .download-teaser.no-img.style2 h2 a {
	padding-right: 40px;
}


/*== テキストバナー 左寄せ ==*/
.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;
}


/*=== promos3 ====*/
:not(.in-editor)[data-page-marker~="hide-promos3-teaser"] #promos3 >*> .teaser ,
:not(.in-editor)[data-page-marker~="hide-promos3-teaser"] #promos3 >*> .external-teaser ,
:not(.in-editor)[data-page-marker~="hide-promos3-teaser"] #promos3 >*> .download-teaser {
	display: none;
}


/*------ 内部・外部 エリアリンク ------*/
.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;
	color: inherit;
	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;
	color: inherit;
	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: 18px;
	height: 20px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
}


/* -- テキスト先頭に虫眼鏡アイコンを付ける -- */
.download-link-area.highlight > a[data-modaal-scope] {
	text-align: center;
}

.download-link-area.highlight > a[data-modaal-scope] > p:first-child ,
.download-link-area.highlight > a[data-modaal-scope] > img + p {
	display: inline-block;
	width: 100%;
	max-width: 210px;
	padding: 5px 10px;
	border: 1px solid #004396;
}

.download-link-area.highlight > a[data-modaal-scope] > p:first-child::before ,
.download-link-area.highlight > a[data-modaal-scope] > img + p::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/default/icon_glass2.png") center center no-repeat;
	background-size: contain;
	margin: 0 10px;
}

.download-link-area.highlight > a[data-modaal-scope]:hover > p:first-child ,
.download-link-area.highlight > a[data-modaal-scope]:hover > img + p {
	color: #fff;
	background: #004396;
}

.download-link-area.highlight > a[data-modaal-scope]:hover > p:first-child::before ,
.download-link-area.highlight > a[data-modaal-scope]:hover > img + p::before {
	background-image: url("../../../../../../resources/sw_img/default/icon_glass2_white.png");
}

@media screen and (max-width: 959px) {
	.download-link-area.highlight > a[data-modaal-scope] > p:first-child::before ,
	.download-link-area.highlight > a[data-modaal-scope] > img + p::before {
		margin: 0 5px;
	}
}

/*------------------------------------- 
 インデックス・サイトマップ
-------------------------------------*/
.index-map {
	font-size: 0;
	margin-bottom: 0;
}



/* フォルダトップを表示する場合：フォルダトップ(第０階層) */
/* フォルダトップを表示しない場合：直下(第１階層)ページ */
/* バナースタイルで表示 */
.index-map > ul:first-of-type > li > .item {
	position: relative;
	margin-bottom: 20px;
}

.index-map > ul:first-of-type > li > .item > a {
	position: relative;
	display: block;
	color: inherit;
	text-decoration: none;
}

/* 画像なし */
.index-map > ul:first-of-type > li > .item .news_tx {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-flow: row nowrap;
	        -webkit-box-orient: horizontal;
	        -webkit-box-direction: normal;
	            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: 64px;
	padding: 5px 10px;
	text-align: center;
	font-size: 15px;
	color: #2c61a6;
	line-height: 1.46;
	background: #fff;
	text-decoration: none;
	border: 1px solid #004396;
}

.index-map > ul:first-of-type > li > .item .news_tx::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -5px;
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 10px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.png") 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: 17px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 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: 10px;
	font-size: 1rem;
}

.index-map > ul:first-of-type > li > .item > a:hover .news_tx {
	border-color: #1d2088;
	background-color: #1d2088;
	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.png");
}


/* 画像あり */
.index-map > ul:first-of-type > li > .item .n_img {
	overflow: hidden;
	display: block;
	margin-bottom: 0px;
}

.index-map > ul:first-of-type > li > .item .n_img img {
	display: block;
	margin: auto;
}

.index-map > ul:first-of-type > li > .item .n_img ~ .news_tx {
	min-height: auto;
	border: none;
	border-radius: 0;

	position: relative;
	display: block;
	padding: 0;
	text-align: left;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	line-height: 2;
	background: none;
	text-decoration: none;
	margin-bottom: 10px;
}

.index-map > ul:first-of-type > li > .item .n_img ~ .news_tx::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -5px;
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 10px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.png") center center no-repeat;
	background-size: contain;
}

.index-map > ul:first-of-type > li > .item > a:hover .n_img ~ .news_tx {
	text-decoration: underline;
	color: #2c61a6;
	background: none;
}

.index-map > ul:first-of-type > li > .item > a:hover .n_img ~ .news_tx::before {
	background-image: url("../../../../../../resources/sw_img/icon/icon_arr01.png");
}


/* フォルダトップを表示する場合：直下(第１階層)ページ */
/* フォルダトップを表示しない場合：直下のさらに下層(第２階層)ページ */
/* リンクリストスタイルで表示 */
.index-map > ul:only-of-type > li > ul ,
.index-map > ul + ul.indexLevel_1 {
	display: block;
	margin-bottom: 20px;
}

.index-map > ul:only-of-type > li > ul > li ,
.index-map > ul + ul.indexLevel_1 > li {
}

.index-map > ul:only-of-type > li > ul > li > .item ,
.index-map > ul + ul.indexLevel_1 > li > .item {
	position: relative;
	display: block;
	padding-left: 20px;
	color: inherit;
	font-size: 1rem;
	margin-bottom: 5px;
}

.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 - 7px / 2);
	left: 2px;
	display: inline-block;
	width: 6px;
	height: 7px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr02.png") 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 > a[target="_blank"]::after ,
.index-map > ul + ul.indexLevel_1 > li > .item > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 12px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon/linkout.svg") center center no-repeat;
	background-size: contain;
	margin-left: 8px;
}

.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: 14px;
}


/* フォルダトップを表示する場合：第２階層 */
/* フォルダトップを表示しない場合：第３階層 */
/* 非表示 */
.index-map ul.indexLevel_3 ,
.index-map > ul + ul > li > ul.indexLevel_2 {
	display: none;
}


/* PC:３カラム表示（オプションで２カラム・４カラム） */
/* SP:常に１カラム表示 */
@media print, screen and (min-width: 960px) {
	/* パーツ直下を疑似インデックスモード化 */
	.index-map > ul:first-of-type {
		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;
		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;
	}

	/* ２列 */
	.lx_imap_col2 .index-map > ul.indexLevel_0 > li ,
	.lx_imap_col2 .index-map > ul.indexLevel_1:only-of-type > li {
		width: calc((100% - 20px * 2) / 2);
	}

	/* ３列 */
	.lx_imap_col2 .index-map > ul.indexLevel_0 > li {
		width: calc((100% - 20px * 2) / 2);
	}

	/* ４列 */
	.lx_imap_col4 .index-map > ul.indexLevel_0 > li ,
	.lx_imap_col4 .index-map > ul.indexLevel_1:only-of-type > li {
		width: calc((100% - 20px * 4) / 4);
	}


}

@media screen and (max-width: 959px) {
}



/*------------------------------------- 
 リスト
-------------------------------------*/
/* 年度区切りの資料の下マージンは、カラムの下マージンと同値に合わせる */
.news-result .group_year:not(:last-child) dl ,
.news-yuho .group_year:not(:last-child) dl ,
.news-presentation .group_year:not(:last-child) dl ,
.news-material .group_year: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 {
	margin-bottom: 0;
}

.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 - 7px / 2);
	left: 2px;
	display: inline-block;
	width: 6px;
	height: 7px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr02.png") 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 - 7px / 2);
	left: 2px;
	display: inline-block;
	width: 6px;
	height: 7px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr02.png") 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;
	-webkit-transform: none;
	    -ms-transform: 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 ,
.link-list-url li.text-without-link:not(.highlight)::before ,
.news-result dl dd.no-link:not(.highlight)::before ,
.news-yuho dl dd.no-link:not(.highlight)::before ,
.news-presentation dl dd.no-link:not(.highlight)::before ,
.news-material dl dd.no-link:not(.highlight)::before {
	content: none;
}

/* リンクテキスト */
.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: 17px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
}


/*-- リンクリスト（ハイライト表示） --*/
.link-list.highlight {
}

.link-list.highlight h2 {
}

.link-list.highlight ul {
	margin-bottom: 20px;
}

.link-list.highlight ul li {
	position: relative;
	padding-top: 5px;
/*	padding-left: 20px; */
    margin-bottom: 5px;
}

/*
.link-list.highlight li:not(.highlight)::before {
	content: "";
	position: absolute;
	top: calc(5px + 1.5em / 2 - 7px / 2);
	left: 2px;
	display: inline-block;
	width: 6px;
	height: 7px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr02.png") no-repeat center center;
	background-size: contain;
}
*/

.link-list.highlight ul li > a ,
.link-list.highlight ul li > span {
	margin-top: 5px;
	font-size: 18.08px;
	font-weight: bold;
	line-height: 1.5;
}


/*---- 横並びにする ----*/
#sharewithmain .lx_list_inline {
}

.lx_list_inline .link-list:not(.highlight) ul li ,
.lx_list_inline .link-list-url ul li ,
.lx_list_inline .news-result dl dd ,
.lx_list_inline .news-yuho dl dd ,
.lx_list_inline .news-presentation dl dd ,
.lx_list_inline .news-material dl dd {
	display: inline-block;
	margin-right: 20px;
}


/*------------------------------------- 
 表組・テーブル・財務ハイライト(表組)・配当金(表組)
-------------------------------------*/
/*-- 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: 9px 15px;
	border: 1px solid #d7d7d7;
	line-height: 1.7;
}
/* 背景色を指定 */
.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; */
}

/* 見出し列 */
/* 背景色と文字色を指定 */
.form-summary table td:first-child ,
.highlights-table tr td:first-child ,
.highlights-alltable-2nd tr td:first-child ,
.haitou-table-2nd td.t1 ,
.haitou-table-2nd td.t2 ,
.haitou-table-2nd td.t12 ,
.shwTable table tr td.tableColumnHead ,
td.tbColumnHead ,
.vtable-item > table > tbody > tr > th ,
th {
	text-align: left;
	vertical-align: middle;
	background-color: #edf3f5;
	color: inherit;
	font-weight: bold;
}

/* 見出し行 */
/* 背景色と文字色を指定 */
.highlights-table tr.r0 th ,
.highlights-alltable-2nd tr.r0 th ,
.haitou-table-2nd th ,
.shwTable table tr td.tableRowHead ,
td.tbRowHead ,
.ircalendar-title > table > tbody > tr > th ,
thead th {
	text-align: center;
	vertical-align: top;
	background-color: #1a6baa;
	color: #fff;
	font-weight: bold;
}

/* 見出しセル中の太字 */
/* thはboldが基本設定なので、thをnormalに設定する場合は、要変更 */
.vtable-item > table > tbody > tr > th strong ,
.ircalendar-title > table > tbody > tr > th strong {
	font-weight: normal;
}



/*-------------- テーブル縦 --------------*/
/* -- デフォルト比率  -- */
.vtable-item > table > tbody > tr > th ,
.vtable-item > table > tbody > tr > td {
	width: 20%;
}

@media screen and (max-width: 959px) {
	/* テーブル縦を、縦に並べるスタイル */
	/*
	.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 screen and (max-width: 959px) {
	/* グラフをタップしてもツールチップが出ない様にする代わりに */
	/* グラフ部分をドラッグしてのスクロールを可能にする */
	.graph > div {
		position: relative;
		width: auto !important;
		margin: auto;
	}

	.highlights-2nd .highlights-graph .highcharts-container ,
	.graph .highcharts-container {
		position: static !important;
	}

	.highlights-2nd .highlights-graph::before ,
	.graph::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	.highcharts-tooltip {
		display: none !important;
	}

	.highcharts-container .highcharts-legend ,
	.highcharts-container input[type=checkbox] {
		z-index: 2;
	}

	.highcharts-title {
		white-space: normal !important;
	}

	/* 横スワイプを可能にする */
	/* 横幅はUIで設定する必要がある */
	.lx_graph_sp_swipe .graph {
		overflow-x: scroll;
	}

	.lx_graph_sp_swipe .graph > div {
		display: inline-block;
	}
}


/* -- 財務ハイライト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: 960px) {
	.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-list2 > ul:not(.tabItems) ,
.basic-list2 > ul:not(.tabItems) > p {
	display: block;
}

.basic-list2 > ul:not(.tabItems) > p {
	padding: 10px 0;
}

.basic-list2.no-list .yearTabs ,
.basic-list2.no-list .tabs ,
.basic-list2.no-list .infoPanel {
	display: none !important;
}

.basic-list2.no-active-category .tabs ,
.basic-list2.no-active-category .clearTab {
	display: none !important;
}

/*----------- サムネイルなし -----------*/
.basic-list2:not(.thumnail) {
	margin-bottom: 40px;
}

.basic-list2:not(.thumnail) .tabItems {
	margin-top: 12px;
	border-top: 1px solid #ccc;
}

/*-- リリース1件分 --*/
.basic-list2:not(.thumnail) .tabItems > li {
	position: relative;

	margin-top: -1px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
}

/* 偶数件目の背景色 */
.basic-list2:not(.thumnail) .tabItems > li:nth-child(even) {
/*	background-color: #f7f7f7; */
}

.basic-list2:not(.thumnail) .item {
	position: relative;
	display: block; 
	padding-top: 12px;
	padding-left: 0;
}

.basic-list2:not(.thumnail) .item::after {
	content: "";
	display: block;
	clear: both;
}

.basic-list2:not(.thumnail) .item > a ,
.basic-list2:not(.thumnail) .item > span {
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
}

/* リリースのテキスト */
.basic-list2:not(.thumnail) .item .news_tx {
}

.basic-list2:not(.thumnail) .item > a .news_tx {
	color: #2c61a6;
}

.basic-list2:not(.thumnail) .item > a:hover .news_tx {
	text-decoration: underline;
}

/* 日付 */
.basic-list2:not(.thumnail) .item .date {
	display: inline-block;
	width: 160px;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}

/* カテゴリアイコン */
.basic-list2:not(.thumnail) .item .c_icon {
	text-decoration: none;
	display: flex;
	flex-flow: row nowrap;
	font-size: 0;
}

/* ファイルアイコン */
.basic-list2:not(.thumnail) .item .d_icon {
	vertical-align: baseline;
	margin-left: 0.5em;
}

/* NEWアイコン */
/* js制御される為、displayの設定は不可 */
.basic-list2:not(.thumnail) .item .n_icon {
	margin: 0 0.5em;
}
.basic-list2:not(.thumnail) .item .n_icon::before {
	content: "NEW";
	display: inline-block;
	vertical-align: middle;
	color: #ff3333;
	font-size: 10px;
	font-weight: bold;
}

/* もっと読む・詳細（ニュース概要） */
.basic-list2:not(.thumnail) .item .det_tx {
	display: none;
}

/* 説明文 */
.basic-list2:not(.thumnail) .item .explanation > li {
}

/* ファイル */
.basic-list2:not(.thumnail) .item .link-info {
}

/*----------- カテゴリアイコン -----------*/
/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list2:not(.thumnail) .item .c_icon span[category-level="1"] {
	display: none;
}

.basic-list2:not(.thumnail) .item .c_icon span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 1px;
	margin-bottom: 1px;

	min-width: 134px;
	line-height: 1.5;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding: 2px 5px;

	color: #000;
	background: #fff;
	border: 2px solid #ccc;
}

/* カテゴリアイコン個別に背景色等を設定する */
/*
.basic-list2:not(.thumnail) .item .c_icon span[data-category-group="renkei"] {
	background: #996464;
}

.basic-list2:not(.thumnail) .item .c_icon span.result {
	background: #FF5358;
}
.basic-list2:not(.thumnail) .item .c_icon span.gyouseki {
	background: #0082C8;
}
.basic-list2:not(.thumnail) .item .c_icon span.tekiji {
	background: #7C1A7C;
}
.basic-list2:not(.thumnail) .item .c_icon span.pr {
	background: #BE7846;
}
.basic-list2:not(.thumnail) .item .c_icon span.ir {
	background: #000;
}
.basic-list2:not(.thumnail) .item .c_icon span.governance {
	background: #50BE50;
}
.basic-list2:not(.thumnail) .item .c_icon span.meeting {
	background: #F064A0;
}
.basic-list2:not(.thumnail) .item .c_icon span.yuho {
	background: #FF7800;
}
*/


.basic-list2:not(.thumnail) .item .c_icon span.release_en ,
.basic-list2:not(.thumnail) .item .c_icon span.release_ja {
	order: -10;
	color: #fff;
	background: #4a9cd0;
	border-color: #4a9cd0;
}
.basic-list2:not(.thumnail) .item .c_icon span.announcement_en ,
.basic-list2:not(.thumnail) .item .c_icon span.announcement_ja {
	order: -10;
	color: #000;
	background: #d7d7d7;
	border-color: #d7d7d7;
}

.basic-list2:not(.thumnail) .item .c_icon span.gas_en ,
.basic-list2:not(.thumnail) .item .c_icon span.gas_ja {
	border-color: #5b9bd5;
}
.basic-list2:not(.thumnail) .item .c_icon span.chemical_en ,
.basic-list2:not(.thumnail) .item .c_icon span.chemical_ja {
	border-color: #7030a0;
}
.basic-list2:not(.thumnail) .item .c_icon span.medical_en ,
.basic-list2:not(.thumnail) .item .c_icon span.medical_ja {
	border-color: #ff7c80;
}
.basic-list2:not(.thumnail) .item .c_icon span.energy_en ,
.basic-list2:not(.thumnail) .item .c_icon span.energy_ja {
	border-color: #ed7d31;
}
.basic-list2:not(.thumnail) .item .c_icon span.food_en ,
.basic-list2:not(.thumnail) .item .c_icon span.food_ja {
	border-color: #008000;
}
.basic-list2:not(.thumnail) .item .c_icon span.logistics_en ,
.basic-list2:not(.thumnail) .item .c_icon span.logistics_ja {
	border-color: #990033;
}
.basic-list2:not(.thumnail) .item .c_icon span.sea_en ,
.basic-list2:not(.thumnail) .item .c_icon span.sea_ja {
	border-color: #0000cc;
}
.basic-list2:not(.thumnail) .item .c_icon span.aerosol_en ,
.basic-list2:not(.thumnail) .item .c_icon span.aerosol_ja {
	border-color: #ffcc99;
}
.basic-list2:not(.thumnail) .item .c_icon span.other_businesses_en ,
.basic-list2:not(.thumnail) .item .c_icon span.other_businesses_ja {
}













@media print, screen and (min-width: 960px) {
	/*== 日付～本文を横並びにする ==*/
	/* １カラム時。２カラム以上はSPと同じ表示 */
	.lx_multi3_style_col1 .basic-list2:not(.thumnail) .item ,
	.multiColumn1 .basic-list2:not(.thumnail) .item {
		padding-left: 450px;
	}

	.lx_multi3_style_col1 .basic-list2:not(.thumnail) .item .date ,
	.multiColumn1 .basic-list2:not(.thumnail) .item .date {
		margin-bottom: 0;
		margin-left: -450px;
	}

	.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-flex;
		vertical-align: top;
		margin-bottom: -5px;
	/* 縦並び */
	/*
		width: 120px;
		float: left;
		margin-left: -120px;
	*/
	/* 横並び */
		min-width: 280px;
/*		margin-left: -280px; */
	}
}

/*== カテゴリアイコン無し ==*/
#sharewithmain .lx_multi3_no_c_icon {
}

.lx_multi3_no_c_icon .basic-list2:not(.thumnail) .item .c_icon {
	display: none;
}

@media print, screen and (min-width: 960px) {
	.lx_multi3_style_col1.lx_multi3_no_c_icon .basic-list2:not(.thumnail) .item ,
	.multiColumn1.lx_multi3_no_c_icon .basic-list2:not(.thumnail) .item {
		padding-left: 8.8em;
	}
}


/*----------- サムネイルあり -----------*/
.basic-list2.thumnail {
	overflow: hidden;
	margin-bottom: 20px;
}

.basic-list2.thumnail .tabItems {
	font-size: 0;
	text-align: left;
	margin-right: -20px;
}

/*-- リリース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); */
	width: calc(100% / 4 - 20px);
	margin-right: 20px;
	margin-bottom: 30px;
}

.basic-list2.thumnail .item {
	overflow: hidden;
/*	padding-bottom: 40px; */
	font-size: 1rem;
}

.basic-list2.thumnail .item > span ,
.basic-list2.thumnail .item > a {
}

.basic-list2.thumnail .item .n_img ,
.basic-list2.thumnail li.lazy .item > span::before ,
.basic-list2.thumnail li.lazy .item > a::before ,
.basic-list2.thumnail li.no-img .item > span::before ,
.basic-list2.thumnail li.no-img  .item > a::before {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 60%;
	border: 1px solid #eee;
	margin-bottom: 10px;
}

.basic-list2.thumnail li.lazy .item > span::before ,
.basic-list2.thumnail li.lazy .item > a::before ,
.basic-list2.thumnail li.no-img .item > span::before ,
.basic-list2.thumnail li.no-img .item > a::before {
	content: "";
	background: #2b1e83 url(../../../../../../resources/sw_img/image/img_news_default.png) no-repeat center center;
/*	background-size: contain; */
	border-color: #2b1e83;
}

.basic-list2.thumnail .item .n_img {
}

.basic-list2.thumnail .item .n_img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: none;
	max-height: none;
	width: 100%;
	height: 100%;
	margin: auto;
	-o-object-fit: contain;
	   object-fit: contain;
	font-family: "object-fit: contain;";
}

.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 .news_tx {
	display: inline;
}

/* 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: 12px;
	color: #fff;
	background: #ff3333;
}

/* 概要テキスト */
.basic-list2.thumnail .item .det_tx {
	display: block;
}

/* 説明文 */
.basic-list2.thumnail .item .explanation > li {
}

/* ファイル */
.basic-list2.thumnail .item .link-info {
}


/* 日付 */
.basic-list2.thumnail .item .date {
/*
	position: absolute;
	bottom: 0;
	left: 0;
*/
}

/* カテゴリアイコン */
.basic-list2.thumnail .item .c_icon {
/*
	position: absolute;
	bottom: 0;
	right: 0;
*/
}

/*----------- カテゴリアイコン -----------*/
/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list2.thumnail .item .c_icon span[category-level="1"] {
	display: none;
}

.basic-list2.thumnail .item .c_icon span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 5px;

	min-width: 100px;
	height: 20px;
	line-height: 1.25;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 3px 5px 0;

	color: #000;
	background: #fff;
	border: 1px solid #999;
}

/* カテゴリアイコン個別に背景色等を設定する */
/*
.basic-list2.thumnail .item .c_icon span[data-category-group="renkei"] {
	background: #996464;
}

.basic-list2.thumnail .item .c_icon span.result {
	background: #FF5358;
}
.basic-list2.thumnail .item .c_icon span.gyouseki {
	background: #0082C8;
}
.basic-list2.thumnail .item .c_icon span.tekiji {
	background: #7C1A7C;
}
.basic-list2.thumnail .item .c_icon span.pr {
	background: #BE7846;
}
.basic-list2.thumnail .item .c_icon span.ir {
	background: #000;
}
.basic-list2.thumnail .item .c_icon span.governance {
	background: #50BE50;
}
.basic-list2.thumnail .item .c_icon span.meeting {
	background: #F064A0;
}
.basic-list2.thumnail .item .c_icon span.yuho {
	background: #FF7800;
}
*/


@media screen and (max-width: 959px) {
	.basic-list2.thumnail .tabItems > li {
		width: calc(100% / 2 - 20px);
	}

	.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 .pager {
	display: block;
	margin: 20px auto;
	text-align: center;
	font-size: 0;

	display: none;
}

/*-- moreボタン --*/
.basic-list2 .pager .moreBtn {
/*    display: inline-block; */
}

.basic-list2 .pager .moreBtn > span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 5px;

	padding: 5px 20px;
	font-size: 14px;
	background: #eee;
}


.basic-list2 .pager .moreBtn > span:hover {
	background: #ccc;
}

/*-- pageボタン --*/
.basic-list2 .pager .pageBtn {
    display: inline-block;
}

.basic-list2 .pager .pageBtn > span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 5px;

	padding: 5px 20px;
	font-size: 14px;
	background: #eee;
}

.basic-list2 .pager .pageBtn > span[active] ,
.basic-list2 .pager .pageBtn > span:hover {
	background: #ccc;
}




/*----------- 情報パネル -----------*/
.basic-list2 .infoPanel {
	position: relative;
	margin-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 2px solid #dedede;
}

@media screen and (max-width: 959px) {
	.basic-list2 .infoPanel {
		margin-top: 20px;
		padding-bottom: 40px;
	}
}


.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: 13px;
	color: #666;
	border-bottom: 1px solid #666;
}

.basic-list2 .countTab {
	text-align: center;
	font-size: 14px;
	color: #000;
}

.basic-list2 .countTab .total ,
.basic-list2 .countTab .view {
	font-size: 24px;
	font-weight: bold;
	color: #2c61a6;
	letter-spacing: 0.025em;
}


/*----------- タブ(絞込み) -----------*/
.basic-list2 .yearTabs {
	margin-bottom: 10px;
	padding: 0px 0px 9px;
	border-bottom: 1px solid #ddd;
}

.basic-list2 .tabs {
	margin-bottom: 40px;
}

.basic-list2 .tabs > ul > li {
	display: block;
	margin-bottom: 10px;
	padding: 0px 0px 9px;
	border-bottom: 1px solid #ddd;
}

.basic-list2 .yearTabs span ,
.basic-list2 .tabs span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 1px;
	margin-bottom: 1px;

	min-width: 130px;
	padding: 2px 5px;
	text-align: center;
	font-size: 14px;
	background: #fff;
	border: 2px solid #ccc;
}

.basic-list2 .yearTabs span[active] ,
.basic-list2 .tabs span[active] {
	background: #ccc;
}

.basic-list2 .yearTabs span:hover ,
.basic-list2 .tabs span:hover {
	background: #ccc;
}


/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list2 .tabs ul.categoryLv_1 > li > span {
	display: none;
}

/* 全ての全てタブは、デフォルト非表示 */
.basic-list2 .tabs li.allall {
	display: none;
}



/* 年・カテゴリ見出しを表示する場合 */
.basic-list2 .yearTabs::before {
	content: "掲載年";
}
.basic-list2.english .yearTabs::before {
	content: "Year";
}

.basic-list2 .tabs > ul.categoryLv_1  > li {
	position: relative;
}

.basic-list2 .tabs > ul.categoryLv_1  > li.allall {
	display: none;
}

.basic-list2.english .tabs > ul.categoryLv_1  > li.renkei > span {
	display: none;
}
.basic-list2.english .tabs > ul.categoryLv_1  > li.renkei::before {
	content: "IR";
}

.basic-list2.english .tabs > ul.categoryLv_1  > li.renkei::before ,
.basic-list2 .tabs > ul.categoryLv_1  > li > span {
	padding: 0;
	margin: 0;
	min-width: auto;
	height: auto;
	line-height: inherit;
	font-size: 1rem;
	color: inherit;
	background: none;
	border: none;
}

.basic-list2.english .tabs > ul.categoryLv_1  > li.renkei::before ,
.basic-list2 .yearTabs::before ,
.basic-list2 .tabs > ul.categoryLv_1  > li > span {
	display: inline-block;
	text-align: left;
	width: 120px;
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
	pointer-events: none;
}

@media print, screen and (min-width: 960px) {
	.basic-list2 .yearTabs ,
	.basic-list2 .tabs > ul.categoryLv_1 > li {
		display: block;
		padding-left: 120px;
	}

	.basic-list2.english .tabs > ul.categoryLv_1  > li.renkei::before ,
	.basic-list2 .yearTabs::before ,
	.basic-list2 .tabs > ul.categoryLv_1 > li > span {
		margin-left: -120px;
	}
}

@media screen and (max-width: 959px) {
	.basic-list2.english .tabs > ul.categoryLv_1  > li.renkei::before ,
	.basic-list2 .yearTabs::before ,
	.basic-list2 .tabs > ul.categoryLv_1 > li > span {
		display: block;
		margin-top: -10px;
	}

	.basic-list2 .yearTabs span ,
	.basic-list2 .tabs span {
		min-width: 110px;
		font-size: 12px;
	}
}



/*== マルチ３一覧 カテゴリをフラット選択に ==*/
.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;
}

.ux_multi3_flat_category .basic-list2 .tabs {
	padding: 0 0 5px;
	border-bottom: 1px solid #ddd;
}


/*== 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;
}


/*== 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;
}


/*==== マルチ３一覧をリスト風に ====*/
#sharewithmain .lx_multi3_list_style {
}

.lx_multi3_list_style .basic-list2:not(.thumnail) .note_tx ,
.lx_multi3_list_style .basic-list2:not(.thumnail) .item .date ,
.lx_multi3_list_style .basic-list2:not(.thumnail) .item .c_icon {
	display: none !important;
}

.lx_multi3_list_style .basic-list2:not(.thumnail) {
	margin-bottom: 0;
}

.lx_multi3_list_style .basic-list2:not(.thumnail) .tabItems li {
	margin: 0;
	padding: 0;
	border: none;
}

.lx_multi3_list_style .basic-list2:not(.thumnail) .tabItems .item {
	margin: 0;
	padding: 0;

	padding-top: 5px;
	margin-bottom: 5px;
	padding-left: 30px;
}

.lx_multi3_list_style .basic-list2:not(.thumnail) .tabItems .item::before {
	content: "";
	position: absolute;
	top: calc(5px + 1.5em / 2 - 12px / 2);
	left: 2px;
	display: inline-block;
	width: 7px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.png") no-repeat center center;
	background-size: contain;
}



/*------------------------------------- 
 メディア
-------------------------------------*/
/*-------------- 動画 --------------*/
/* .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: 960px) {
	/*-- １カラムの場合、地図が画面端まであるとスクロールさせずらいので余白を設ける --*/
	.multiColumn1 div.map {
		margin-left: 30px;
		margin-right: 30px;
	}
}


@media screen and (max-width: 959px) {
	/*-- 地図が画面端まであるとスクロールさせずらいので余白を設ける --*/
	div.map {
		padding: 0 10px;
	}
}




/*------------------------------------- 
 サイトマップ
-------------------------------------*/
/* newサイトマップ */
#sharewithmain .lx_style_sitemap {
	max-width: 1200px;
	margin: auto;
}

#sharewithmain .lx_style_sitemap .index-map {
	font-size: 0;
}

#sharewithmain .lx_style_sitemap .index-map .item > a {
	display: inline;
	color: #2c61a6;
}

#sharewithmain .lx_style_sitemap .index-map .item > a[target="_blank"] .news_tx::after {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 17px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin: 0 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: 14px;
	font-weight: bold;
	border: #CCC 1px solid;
	margin-bottom: 20px;
}

#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: 5px;
	height: 8px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.png") center center no-repeat;
	background-size: contain;
}

@media print, screen and (min-width: 960px) {
	#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: 14px;
	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: 5px;
	height: 8px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.png") 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: 14px;
	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: 5px;
	height: 8px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.png") center center no-repeat;
	background-size: contain;
}

/* -- 第５階層以降は非表示 -- */
#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_4 {
	display: none;
}


/*------------------------------------- 
 IRサイトマップ
-------------------------------------*/
/* newサイトマップ */
#sharewithmain .lx_ir_style_sitemap {
	max-width: 1200px;
	margin: auto;
}

#sharewithmain .lx_ir_style_sitemap .index-map {
	font-size: 0;
}

#sharewithmain .lx_ir_style_sitemap .index-map .item > a {
	display: inline;
	color: #2c61a6;
}

#sharewithmain .lx_ir_style_sitemap .index-map .item > a[target="_blank"] .news_tx::after {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 17px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
}

#sharewithmain .lx_ir_style_sitemap .index-map .item > a:hover .news_tx {
	text-decoration: underline;
}


/* -- 第１階層(ja・en)・第２階層 -- */
#sharewithmain .lx_ir_style_sitemap .index-map > ul > li  {
}

#sharewithmain .lx_ir_style_sitemap .index-map > ul > li > .item {
}

#sharewithmain .lx_ir_style_sitemap .index-map > ul > li > .item > span ,
#sharewithmain .lx_ir_style_sitemap .index-map > ul > li > .item > a {
	position: relative;
	display: block;
	padding: 5px 18px 3px 15px;
	color: #000;
	font-size: 18.08px;
	font-weight: bold;
	background: #e2eaed;
	margin-bottom: 20px;
}

#sharewithmain .lx_ir_style_sitemap .index-map > ul > li > .item > a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -8px;
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 16px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr03.png") center center no-repeat;
	background-size: contain;
}

@media print, screen and (min-width: 960px) {
	#sharewithmain .lx_ir_style_sitemap .index-map > ul > li {
		display: inline-block;
		vertical-align: top;
		width: 48.5%;
		margin-right: 3%;
	}
	#sharewithmain .lx_ir_style_sitemap .index-map > ul > li:nth-child(even) {
		margin-right: 0;
	}
}

/* -- 第３階層 -- */
#sharewithmain .lx_ir_style_sitemap .index-map ul.indexLevel_2 {
	margin-bottom: 45px;
}

/*
#sharewithmain .lx_ir_style_sitemap .index-map ul.indexLevel_2 > li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 4%;
}
#sharewithmain .lx_ir_style_sitemap .index-map ul.indexLevel_2 > li:nth-child(even) {
	margin-right: 0;
}
*/

#sharewithmain .lx_ir_style_sitemap .index-map ul.indexLevel_2 > li > .item > span ,
#sharewithmain .lx_ir_style_sitemap .index-map ul.indexLevel_2 > li > .item > a {
	position: relative;
	display: block;
	padding-left: 15px;
	font-size: 16px;
	margin-left: 8px;
	margin-bottom: 5px;
}

#sharewithmain .lx_ir_style_sitemap .index-map ul.indexLevel_2 > li > .item > a::before {
	content: "";
	position: absolute;
	top: calc(1.5em / 2);
	left: 0px;
	margin-top: -4px;
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 7px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr02.png") center center no-repeat;
	background-size: contain;
}

/* -- 第４階層 -- */
#sharewithmain .lx_ir_style_sitemap .index-map ul.indexLevel_3 {
	margin-top: 10px;
	margin-left: 20px;
}

#sharewithmain .lx_ir_style_sitemap .index-map ul.indexLevel_3 > li {
}

#sharewithmain .lx_ir_style_sitemap .index-map ul.indexLevel_3 > li > .item > span ,
#sharewithmain .lx_ir_style_sitemap .index-map ul.indexLevel_3 > li > .item > a {
	position: relative;
	display: block;
	padding-left: 15px;
	font-size: 14px;
	margin-bottom: 5px;
}

#sharewithmain .lx_ir_style_sitemap .index-map ul.indexLevel_3 > li > .item > a::before {
	content: "";
	position: absolute;
	top: calc(1.5em / 2);
	left: 3px;
	margin-top: -4px;
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 8px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.png") center center no-repeat;
	background-size: contain;
}

/* -- 第５階層以降は非表示 -- */
#sharewithmain .lx_ir_style_sitemap .index-map ul.indexLevel_4 {
	display: none;
}



/* リンクリスト（手動） */
#sharewithmain .lx_ir_style_sitemap .link-list:not(.highlight) {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px dotted #000;
}

#sharewithmain .lx_ir_style_sitemap .link-list:not(.highlight) ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	padding-top: 5px;
	margin-bottom: 5px;
	font-size: 1rem;
}

#sharewithmain .lx_ir_style_sitemap .link-list:not(.highlight) ul li > span ,
#sharewithmain .lx_ir_style_sitemap .link-list:not(.highlight) ul li > a {
	display: inline;
}

/* パターンA：ダウンロードもアイコンをつける場合 */
#sharewithmain .lx_ir_style_sitemap .link-list:not(.highlight) ul li {
	padding-left: 20px;
}

#sharewithmain .lx_ir_style_sitemap .link-list:not(.highlight) li:not(.highlight)::before {
	content: "";
	position: absolute;
	top: calc(5px + 1.5em / 2 - 7px / 2);
	left: 2px;
	display: inline-block;
	width: 6px;
	height: 7px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr02.png") no-repeat center center;
	background-size: contain;
}


/* ハイライト表示のリンクは、直前のリンクに属する様に見えるスタイルにする。 */
/* (ハイライト表示されていないリンクは、他の決算短信・有報と同列に表示）  */
#sharewithmain .lx_ir_style_sitemap .link-list:not(.highlight) li.highlight {
	padding-top: 0px;
	padding-left: 45px;
}

/* ハイライト表示のリンクのＬ字アイコン */
#sharewithmain .lx_ir_style_sitemap .link-list:not(.highlight) li.highlight::before {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	-webkit-transform: none;
	    -ms-transform: 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;
}

/* 非ハイライト表示のリンクなしテキストは、リンクアイコン無し */
#sharewithmain .lx_ir_style_sitemap .link-list:not(.highlight) li.text-without-link:not(.highlight)::before {
	content: none;
}

/* 外窓アイコン（ダウンロードにはつけない） */
#sharewithmain .lx_ir_style_sitemap .link-list:not(.highlight) .internal-link-text > a[target="_blank"]::after ,
#sharewithmain .lx_ir_style_sitemap .link-list:not(.highlight) .external-link-text > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
}


/*------------------------------------- 
 フッター専用パーツ
-------------------------------------*/
/*-------------- フッター（テキストと画像） --------------*/
.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;
}

.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: 6px;
	height: 10px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.png") 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: 17px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
}


/* --------------------------------------
 フォーム
-------------------------------------- */
/* 枠線と背景色 */
@media print, screen and (min-width: 960px) {
	.form-wrapper .form-edit ,
	.form-wrapper .form-selection ,
	.form-wrapper .form-edit::before ,
	.form-wrapper .form-selection::before ,
	.form-wrapper .form-edit > label ,
	.form-wrapper .form-selection > label {
		color: inherit;
		padding: 15px 30px;
		border-top: 1px solid #dedede;
		border-bottom: 1px solid #dedede;

		text-align: left;
		vertical-align: middle;
		font-weight: normal;
	}

	.form-wrapper .form-edit::before ,
	.form-wrapper .form-selection::before ,
	.form-wrapper .form-edit > label ,
	.form-wrapper .form-selection > label {
		text-align: left;
		vertical-align: middle;
/*		background-color: #fafafa; */
		color: inherit;
		font-weight: bold;
	}
}


@media screen and (max-width: 959px) {
	.form-wrapper .form-edit ,
	.form-wrapper .form-selection ,
	.form-wrapper .form-edit > label ,
	.form-wrapper .form-selection > label {
		color: inherit;
		padding: 10px 10px;
		border-top: 1px solid #dedede;
		border-bottom: 1px solid #dedede;
	}

	/* 見出し部分、カウンターマージンを設定する */
	.form-wrapper .form-edit > label ,
	.form-wrapper .form-selection > label {
		border: none;
		margin: -5px -10px 0px;

		text-align: left;
		vertical-align: middle;
/*		background-color: #fafafa; */
		color: inherit;
		font-weight: bold;
	}
}



@media print, screen and (min-width: 960px) {

	/* 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: #222;
		background-color: #CCCCCC;
	}

	.form-wrapper div.form-edit span ,
	.form-wrapper div.form-selection span {
	}
	.form-row {
		clear: both;
		zoom: 1;
		border-bottom: 1px dotted #b3b3b3;
		padding: 10px 0 15px 0;
	}
	.form-row div {
		width: auto;
		border-bottom: none;
		margin: 0 0 10px 0;
		padding: 0;
	}
	.form-row .form-item {
		margin: 0;
		clear: none;
	}
	.form-wrapper label {
		position: relative;
		display: block;
		cursor: inherit;
	}
	.form-wrapper label[for="text"] {
	}
	.form-wrapper label span {
	}
	.form-wrapper fieldset .multiple-labels fieldset input ,
	.form-wrapper input ,
	.form-wrapper textarea ,
	.form-wrapper div.mod input.mod {
		display: block;
		-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;
	}
	.form-wrapper div.multiple-labels label span {
		color: #555;
		font-size: 110%;
		font-weight: normal;
	}
	.form-row label span {
		display: inline;
	}
	.form-row label.m span {
		clear: both;
		padding: 0 0 5px 0;
	}
	.form-row span.help a {
		background: url("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") 0 -651px no-repeat;
		padding-left: 15px;
	}

	/* multiple inputs in one row */
	.form-row .form-item-s ,
	.form-row .form-item-m ,
	.form-row .form-item-l {
		float: left;
		margin: 0;
		clear: none;
		width: 92px;
	}
	.form-row .form-item-m {
		width: 161px;
		padding: 0;
	}
	.form-row .form-item-l {
		width: 363px;
	}
	.form-row .form-item-s input {
		width: 70px;
	}
	.form-wrapper .form-row .form-item-m input {
		width: 139px;
	}
	.form-row .form-item-l input {
		width: 209px;
	}

	/* checkboxes & radiobuttons */
	.form-wrapper fieldset fieldset {
		margin: 0;
		padding: 0;
	}
	.form-wrapper fieldset fieldset .form-item {
		float: none;
		display: block;
		clear: both;
	}
	.form-wrapper fieldset fieldset input {
		width: auto;
		display: inline;
		background: transparent;
		border: none;
	}
	#main .form-wrapper fieldset fieldset legend {
		text-indent: -9999px;
		font-size: 0;
	}
	.form-wrapper  fieldset fieldset div.form-item label {
		display: inline;
	}

	.form-wrapper fieldset fieldset:not(.mod) .form-item {
		margin-top: 3px;
		margin-bottom: 3px;
	}

	/* mod for short elements */
	.form-wrapper fieldset fieldset.mod .form-item {
		float: left;
		clear: none;
		margin-top: 3px;
		margin-bottom: 3px;
		margin-right: 30px;
	}
	.form-wrapper fieldset fieldset.mod .form-item label {
		display: inline;
	}

	/* table date-picker */
	.input-date-datepicker-control td:hover {
	    background-color: #BBEEFF;
	    border: none;
	    -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;
	}


	/* -- 確認ページ -- */
	.form-summary {
		margin: 0 auto 50px;
	}

	.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%;
		border-left: none;
		border-right: none;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.form-summary table td:first-child {
	/*	background: none; */
	/*	color: #222;  */
	/*	background-color: #DCE5F4; */
	/*	font-weight: bold; */
	/*	text-align: left; */
		width: 30%;
		padding-left: 30px;
	}

	/* link-Button */
	a.button {
		background: #b90834 url("../../../../../../resources/templating-kit/themes/pop/img/bgs/submit.png") 0 0 repeat-x;
		min-width: 60px;
		width: auto;
		border: 1px solid #f19eb2;
		border-right: 1px solid #920728;
		border-bottom: 1px solid #920728;
		padding: 3px 20px 2px 20px;
		text-align: center;
		text-decoration: none;
		font-size: 110%;
		font-weight: bold;
		color: #fff;
		text-transform: uppercase;
	}
	a.button span {
		position: absolute;
	}
	a.button:hover ,
	a.button:active ,
	a.button:focus {
		color: #fac4d1;
	}




	/* -- お問い合わせページ　設定例 -- */
	.form-wrapper div.form-edit ,
	.form-wrapper div.form-selection {
		background: none;

		position: relative;
		padding: 0;
		margin: 0;
		margin-bottom: -1px;
	}

	/* 左セル */
	.form-wrapper div.form-edit::before ,
	.form-wrapper div.form-selection::before {
		border-top: none;
		border-bottom: none;
		border-left: none;

		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 30%;
		height: 100%;
	}

	.form-wrapper div.form-edit > label ,
	.form-wrapper div.form-selection > label {
		border: none;
		background: none;

		float: left;
		width: 30%;
		padding: 24px 30px;
	}

	/* 右セル */
	.form-wrapper div.form-edit > input[type="text"] ,
	.form-wrapper div.form-edit > textarea ,
	.form-wrapper div.form-edit > span ,
	.form-wrapper div.form-selection > fieldset {
		margin: 0;

		float: right;
		width: 65%;
		width: calc(70% - 20px) !important;
		margin-right: 10px;
	}

	/*-- 入力フィールド --*/
	.form-wrapper div.form-edit {
	}

	.form-wrapper div.form-edit > input[type="text"] ,
	.form-wrapper div.form-edit > textarea {
		margin-top: 24px;
		margin-bottom: 24px;
		padding: 10px 10px;
		background: #f5f5f5;
		border: none;
		line-height: 1.5;
	}


	.form-wrapper div.form-edit > span {
		padding: 0;
		font-size: 87.5%;
		margin-top: -12px;
		margin-bottom: 12px;
	}


	/*-- セレクトボタン(チェックボックス・ラジオボタン・セレクトボックス) --*/
	.form-wrapper div.form-selection {
	}

	.form-wrapper div.form-selection > fieldset {
		margin-top: 24px;
		margin-bottom: 24px;
	}

	.form-wrapper div.form-selection > fieldset > legend {
		font-size: 87.5%;
	}

	.form-wrapper div.form-selection > fieldset > select {
		margin: 0;
		width: auto;
		display: block;

		padding: 0.25em 0.25em;
		border: 1px solid #c2c2c2;
	}

}






@media screen and (max-width: 959px) {

	/* Forms */
	.form-wrapper div.form-edit > input[type="text"] ,
	.form-wrapper div.form-edit > textarea {
		border-radius: 0;
		border: none;

		width: 100%;
		padding: 10px 10px;
		margin-bottom: 10px;
		background: #f5f5f5;
		border: none;
		line-height: 1.5;
	}
	.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: 18px;
	}
	.form-wrapper fieldset fieldset {
		border: none;
		padding: 0;
	}
	.form-wrapper label {
		display: block;
	}
	.form-wrapper .form-item {
		display: block;
		float: none;
		margin: 0 0.5em;
	}
	.form-wrapper fieldset fieldset:not(.mod) .form-item {
		margin: 0;
		margin-bottom: 20px;
	}

	.form-wrapper fieldset fieldset.mod .form-item {
		float: left;
		margin-top: 3px;
		margin-bottom: 3px;
		margin-right: 1em;
	}
	.form-wrapper .form-item label {
		display: inline;
	}
	.form-wrapper .form-item input {
		padding: 0 3px 0 0;
	}
	.form-wrapper div span {
	/*	display: block; */
	}

	/* -- お問い合わせページ -- */
	.form-wrapper .form-edit ,
	.form-wrapper .form-selection {
		margin-bottom: -1px;
	}


	.form-wrapper .form-edit > span {
		padding: 0;
		font-size: 87.5%;
	}

	.form-wrapper .form-selection > fieldset > legend {
		font-size: 87.5%;
	}

	.form-wrapper .form-selection > fieldset > select {
		margin: 0;
		width: auto;
		display: block;

		padding: 0.25em 0.25em;
	}



	.form-wrapper .button-wrapper {
		margin: 5px auto 20px;
		text-align: center;
	}



	.form-summary {
		margin-bottom: 50px;
	}



	.form-summary table tr {
		display: block;
		margin-top: -1px;
		border: 1px solid #CCC;
	}

	.form-summary table td {
		border: none;
		display: block;
/*		padding: 5px 0; */
		white-space: pre;
		white-space: pre-line;
		max-width: calc(100vw - 20px);
	}
	.form-summary table td:first-child {
/*		border-bottom: 1px solid #CCC; */
/*		font-size: 87.5%; */
		background: none;
		padding-bottom: 5px;
	}
}


.form-summary table caption {
	display: none;
}

/* 必須項目 */
.form-wrapper p.required {
	margin: 10px 5px;
	text-align: right;
}

.form-wrapper p.required span {
	display: inline;
}

.form-wrapper p.required span ,
.form-wrapper dfn {
	color: #ec1549;
	font-weight: normal;
	font-style: normal;
}

/* 必須項目(枠線付き・凡例なし) */
.form-wrapper p.required {
	display: none;
}

.form-wrapper p.required span ,
.form-wrapper dfn {
	display: inline-block;
	font-size: 11px;
	padding: 2px 9px;
	border: 1px solid #c03b37;
}

.form-wrapper dfn {
	margin-left: 20px;
}


/* Submit */
.form-wrapper div.button-wrapper {
	position: relative;
	padding: 30px 0 20px;
	text-align: center;
}
.form-wrapper fieldset div.button-wrapper em {
	float: right;
	margin-top: -24px;
	font-size: 140%;
}

.form-wrapper div.button-wrapper input {
	position: relative;
	width: auto;
	padding: 12px 70px;
	margin: 0 10px;

	text-align: center;
	font-size: 15px;
	color: #2c61a6;
	background: #fff url("../../../../../../resources/sw_img/icon/icon_arr01.png") no-repeat;
	background-size: 6px 10px;
	background-position: right 18px top 50%;
	text-decoration: none;
	border: 1px solid #004396;
	cursor: pointer;
}

.form-wrapper div.button-wrapper input:hover ,
.form-wrapper div.button-wrapper input:active ,
.form-wrapper div.button-wrapper input:focus {
	border-color: #1d2088;
	color: #fff;
	background: #1d2088 url("../../../../../../resources/sw_img/icon/icon_arr01_white.png") no-repeat;
	background-size: 6px 10px;
	background-position: right 18px top 50%;
}


/* error messages */
.error {
	color: #ec1549;
	font-weight: bold;
}

.error a ,
.error a:hover {
	color: #222;
	text-decoration: none;
	cursor: default;
}

.form-box div.error {
	margin: 20px 0;
	font-weight: bold;
}
.form-box .error h1 {
	background: url("../../../../../../resources/templating-kit/themes/pop/img/icons/../../img/bgs/error.png") 0 8px no-repeat;
	margin-bottom: 10px;
	padding: 5px 0 0 30px;
	color: #ec1549;
}
.form-box div.error ul {
	margin: 0 0 0 45px;
}
.form-box div.error li {
	color: #ec1549;
}
.form-box div.error li a ,
.form-box div.error label span {
	color: #ec1549;
}

.form-wrapper div.error {
	margin: 0;
}
.form-ui-invalid {
	border-color: #ec1549;
}
.form-wrapper div.error input ,
.form-wrapper div.error select ,
.form-wrapper div.error textarea ,
.form-wrapper div input.form-ui-invalid ,
.form-wrapper div textarea.form-ui-invalid ,
.form-wrapper div select.form-ui-invalid {
	border: 1px solid #ec1549;
}


/* success messages */
.form-box .success {
	margin: 10px 0;
}
.form-box .success h1 {
	background: url("../../../../../../resources/templating-kit/themes/pop/img/bgs/confirmed.png") 0 8px no-repeat;
	margin-bottom: 10px;
	padding: 5px 0 0 30px;
	color: #afaf00;
}



.form-wrapper .form-item label {
	cursor: pointer;
}



/* チェックボックス・ラジオボタンスタイル */
.form-wrapper input[type="checkbox"] ,
.form-wrapper input[type="radio"] {
	width: 0;
	height: 0;
	opacity: 0;
}

.form-wrapper input[type="checkbox"] + label {
}

.form-wrapper input[type="checkbox"] + label::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background: url("../../../../../../resources/sw_img/icon/icon_check_off.png") no-repeat center center;
	background-size: contain;
	margin-right: 12px;
}

.form-wrapper input[type="checkbox"]:checked + label::before {
	background-image: url("../../../../../../resources/sw_img/icon/icon_check_on.png");
}

.form-wrapper input[type="radio"] + label {
}

.form-wrapper input[type="radio"] + label::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	background: url("../../../../../../resources/sw_img/icon/icon_radio_off.png") no-repeat center center;
	background-size: contain;
	margin-right: 12px;
}

.form-wrapper input[type="radio"]:checked + label::before {
	background-image: url("../../../../../../resources/sw_img/icon/icon_radio_on.png");
}




/*------------------------------------- 
 ヘッダー・フッター・メニュー
-------------------------------------*/
@media print, screen and (min-width: 960px) {
/*	.on-sp > *:not(.mgnlEditor) , */
	.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) ,
	.on-sp > .column1 >*> *:not(.mgnlEditor) ,
	.on-sp > .column2 >*> *:not(.mgnlEditor) ,
	.on-sp > .column3 >*> *:not(.mgnlEditor) ,
	.on-sp > .column4 >*> *:not(.mgnlEditor) ,
	.on-sp > .column5 >*> *:not(.mgnlEditor) {
		display: none !important;
	}
}

@media screen and (max-width: 959px) {
/*	.on-pc > *:not(.mgnlEditor) , */
	.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) ,
	.on-pc > .column1 >*> *:not(.mgnlEditor) ,
	.on-pc > .column2 >*> *:not(.mgnlEditor) ,
	.on-pc > .column3 >*> *:not(.mgnlEditor) ,
	.on-pc > .column4 >*> *:not(.mgnlEditor) ,
	.on-pc > .column5 >*> *:not(.mgnlEditor) {
		display: none !important;
	}
}


/* 共通 */
#site-info .ax_header a:hover img ,
#site-info .ax_footer a:hover img {
	opacity: 0.7;
}

/*-- メニュー用 --*/
#panel2-sw ,
.panel2-sw ,
#panel2-btn ,
.panel2-btn {
	display: none;
}

/*------------- デスクトップ用ヘッダー -------------*/
@media print, screen and (min-width: 960px) {
	#header {
		height: 127px;
	}
}

#site-info .ax_header.on-pc > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 127px;
	background: rgba(255,255,255,0.9);
	border-bottom: 1px solid transparent;
	z-index: 10001;
}
body:not(.in-editor) #header.pad ~ #site-info .ax_header.on-pc > div {
	position: fixed;
}
body:not(.in-editor) #header.pad ~ #site-info .on-pc .hx_panel > div {
	overflow: visible;
}

/* ヘッダーパネル(グロナビ・メガドロップを除く) */
#site-info .on-pc .hx_panel {
	width: 100%;
	padding-top: 18px;
}

#site-info .on-pc .hx_panel > div {
	max-width: calc(1200px + 40px);
	height: 54px;
	margin: auto;
	padding: 0 20px;
	overflow: hidden;
}

#site-info .on-pc .hx_panel > div > div {
	position: relative;
}


/* ロゴ */
#site-info .on-pc .hx_logo {
	position: absolute;
	top: 0px;
	left: 5px;
}

#site-info .on-pc .hx_logo .teaser.style2 ,
#site-info .on-pc .hx_logo .external-teaser.style2 {
	display: none;
}

#site-info .on-pc .hx_logo a {
	display: block;
/*	width: 183px; */
/*	height: 54px; */
	padding: 0px;
}

#site-info .on-pc .hx_logo a img {
	display: block;
	max-width: 100%;
	margin: 0;
}


/* その他 */
#site-info .on-pc .hx_sub_panel {
	position: absolute;
	top: 9px;
	right: 0;
}

#site-info .on-pc .hx_sub_panel > div {
}

#site-info .on-pc .hx_sub_panel > * > div::after {
	content: "";
	display: block;
	clear: both;
}

#site-info .on-pc .hx_lang_navi ,
#site-info .on-pc .hx_search_btn ,
#site-info .on-pc .hx_utility_link {
	float: left;
}


/* 言語リンク */
#site-info .on-pc .hx_lang_navi {
	margin-top: 3px;
	margin-left: 15px;
}

#site-info .on-pc .hx_lang_navi .link-list li {
	position: relative;
/*
	display: inline-block;
	margin-left: 15px;
*/
}

#site-info .on-pc .hx_lang_navi .link-list li.highlight {
	display: none;
}

#site-info .on-pc .hx_lang_navi .link-list li > a ,
#site-info .on-pc .hx_lang_navi .link-list li > span {
	display: block;
	padding: 6px 12px;
	color: #000;
	font-size: 12.96px;
	font-weight: normal;
	background: #f0f0f0;
}

#site-info .on-pc .hx_lang_navi .link-list li > a:hover {
	color: #fff;
	background: #1d2088;
}

/* 検索ボタン */
#site-info .on-pc .hx_search_btn {
	margin-top: 9px;
	margin-left: 20px;
}

#site-info .on-pc .hx_search_btn .search_btn {
	cursor: pointer;
}

#site-info .on-pc .hx_search_btn .search_btn span {
	display: block;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/default/icon_glass.png") no-repeat center center;
	background-size: contain;
}


/* ヘッダーユーティリティリンク */
#site-info .on-pc .hx_utility_link {
	margin-top: 7px;
}

#site-info .on-pc .hx_utility_link .link-list li {
	position: relative;
	display: inline-block;
	margin-left: 25px;
}

#site-info .on-pc .hx_utility_link .link-list li > a ,
#site-info .on-pc .hx_utility_link .link-list li > span {
	color: #000;
	font-size: 14.08px;
}

#site-info .on-pc .hx_utility_link .link-list li > a:hover {
	text-decoration: underline;
}


#site-info .on-pc .hx_utility_link .teaser ,
#site-info .on-pc .hx_utility_link .external-teaser {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-flow: row-reverse nowrap;
	        flex-flow: row-reverse nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: 15px;
}

#site-info .on-pc .hx_utility_link .teaser >*,
#site-info .on-pc .hx_utility_link .external-teaser >* {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

#site-info .on-pc .hx_utility_link .teaser h2 a ,
#site-info .on-pc .hx_utility_link .external-teaser h2 a {
	margin-left: 5px;
	font-size: 14px;
	font-weight: bold;
}


/* グロナビ */
#site-info .on-pc .hx_gnavi {
	font-size: 0;
	max-width: calc(1200px + 40px);
	padding: 0 20px;
	margin: auto;
	margin-top: 15px;
}

#site-info .on-pc .hx_gnavi > div {
	display: table;
	width: calc(100% - 3px);
/*	table-layout: fixed; */
	border-collapse: collapse;
	background: url(../../../../../../resources/sw_img/bg/bg_gnavi1.png) no-repeat right top;
}

#site-info .on-pc .hx_gnavi > div > div {
	display: table-row;
}

#site-info .on-pc .hx_gnavi > div > div > div {
	display: table-cell;
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .teaser.no-img ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .external-teaser.no-img {
	position: relative;
	display: block;
	padding-left: 5px;
	padding-right: 2px;
	height: 40px;
	background: url(../../../../../../resources/sw_img/bg/bg_gnavi1.png) no-repeat left top;
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .teaser.no-img h2 ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .external-teaser.no-img h2 {
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .teaser.no-img h2 a ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .external-teaser.no-img h2 a {
	position: relative;
	display: block;
	height: 25px;
	padding: 1px 5px;
	text-align: center;
	font-size: 14.08px;
	color: #000;
	font-weight: normal;
	letter-spacing: 0.15em;
	text-decoration: none;
}

/*
#site-info .on-pc .hx_gnavi >*>*>*>* > .teaser.no-img h2 a::before ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .external-teaser.no-img h2 a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 25px;
	background: transparent;
}
*/

#site-info .on-pc .hx_gnavi >*>*>*>* > .teaser.no-img h2 a[target="_blank"]::after ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .external-teaser.no-img h2 a[target="_blank"]::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 17px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .teaser.no-img h2 a span ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .external-teaser.no-img h2 a span {
	display: none;
}

#site-info .on-pc .hx_gnavi >*>*>*:hover >* > .teaser.no-img h2 a ,
#site-info .on-pc .hx_gnavi >*>*>*:hover >* > .external-teaser.no-img h2 a {
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .teaser.no-img h2 a.act ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .external-teaser.no-img h2 a.act ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .teaser.no-img h2 a.within ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .external-teaser.no-img h2 a.within {
	color: #fff;
	background-color: #1d2088;
}

#site-info .on-pc .hx_gnavi >*>*>*:hover >* > .teaser.no-img h2 a.act ,
#site-info .on-pc .hx_gnavi >*>*>*:hover >* > .external-teaser.no-img h2 a.act ,
#site-info .on-pc .hx_gnavi >*>*>*:hover >* > .teaser.no-img h2 a.within ,
#site-info .on-pc .hx_gnavi >*>*>*:hover >* > .external-teaser.no-img h2 a.within {
}


/* メガドロップメニュー */
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	padding: 0;
	color: #000;

/* マウスオーバーで下に伸長 */
	max-height: 0;

/* マウスオーバーで全体が非透過化 */
	opacity: 0;
/*	visibility: hidden; */

	z-index: 10;
	-webkit-transition: 0.5s 0.1s;
	-o-transition: 0.5s 0.1s;
	transition: 0.5s 0.1s;
}

#site-info .on-pc .hx_gnavi >* >* > *:hover >* > .reuse-main-area {
/* マウスオーバーで下に伸長 */
	max-height: 550px;

/* マウスオーバーで全体が非透過化 */
	opacity: 1;
/*	visibility: visible; */
}


#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area::after {
	content: "";
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	background: rgba(223,236,240, 0.9);;
/*
	background: url("../../../../../../resources/sw_img/bg/bg_menu.jpg") center center no-repeat;
	background-size: cover;
*/
	z-index: -1;
}


#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area > * {
	font-size: 0;

	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-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: normal;
	    -ms-flex-align: normal;
	        align-items: normal;
	width: calc(1200px + 40px);
	padding: 0 20px;
	margin: 0 auto 15px;
}
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area > *:first-child {
	margin-top: 22px;
}
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area > *:last-child {
	margin-bottom: 29px;
}

/* メガドロップ カラム割 */
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area > * > * {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area > .multiColumn2 > * {
	width: calc(50% - 2.4%);
}
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area > .multiColumn3 > * {
	width: calc(33.33% - 2.4%);
}
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area > .multiColumn4 > * {
	width: calc(25% - 2.4%);
}
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area > .multiColumn5 > * {
	width: calc(20% - 2.4%);
}

/*	#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area > * > *.empty , */
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area > *.empty {
	display: none;
}


/*-- メガドロップの中身 --*/

/* 区切り線 */
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .lx_menu_hairline {
	padding-top: 35px;
}
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .lx_menu_hairline::before {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	width: calc(100% - 40px);
	height: 1px;
	background: #747474;
}


/* テキストバナー(スタイルB) on メガドロップ */
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .teaser.no-img.style2 ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .external-teaser.no-img.style2 {
/*	margin-bottom: 20px; */
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .teaser.no-img.style2 h2 a ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .external-teaser.no-img.style2 h2 a {
	position: relative;
	display: inline-block;
	padding-right: 15px;
	color: inherit;
	font-size: 20.32px;
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .teaser.no-img.style2 h2 a::before ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .external-teaser.no-img.style2 h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	display: block;
	width: 6px;
	height: 10px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.png") center center no-repeat;
	background-size: contain;
}

/* テキストバナー on メガドロップ */
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .teaser.no-img.style1 ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .external-teaser.no-img.style1 {
	margin-bottom: 20px;
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .teaser.no-img.style1 h2 a ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .external-teaser.no-img.style1 h2 a {
	position: relative;
	display: inline-block;
	padding: 10px 50px;
	text-align: center;
	color: inherit;
	font-size: 14px;
	line-height: 1.25;
	border: 1px solid #000;
	border-radius: 50px;
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .teaser.no-img.style1 h2 a::before ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .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 #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}

/* 画像バナー on メガドロップ */
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .teaser:not(.no-img).style1 ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .external-teaser:not(.no-img).style1 ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .download-teaser:not(.no-img).style1 {
	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;
	margin-bottom: 5px;
}


#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .teaser:not(.no-img).style1 > * ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .external-teaser:not(.no-img).style1 > * ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .download-teaser:not(.no-img).style1 > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0;
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .teaser:not(.no-img).style1 h2 ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .external-teaser:not(.no-img).style1 h2 ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .download-teaser:not(.no-img).style1 h2 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .teaser:not(.no-img).style1 h2 a ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .external-teaser:not(.no-img).style1 h2 a ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .download-teaser:not(.no-img).style1 h2 a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: inherit;
	text-decoration: none;
	padding-right: 15px;
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .teaser:not(.no-img).style1 h2 a::before ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .external-teaser:not(.no-img).style1 h2 a::before ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .download-teaser:not(.no-img).style1 h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	display: block;
	width: 6px;
	height: 10px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.png") center center no-repeat;
	background-size: contain;
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .teaser:not(.no-img).style1 h2 a[target="_blank"]::after ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .external-teaser:not(.no-img).style1 h2 a[target="_blank"]::after {
	border: none;

	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.png") center center no-repeat;
	background-size: contain;
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .download-teaser:not(.no-img).style1 h2 a[href*=".pdf"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 23px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .teaser:not(.no-img).style1 h2 + a ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .external-teaser:not(.no-img).style1 h2 + a ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .download-teaser:not(.no-img).style1 h2 + a {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	display: block;
	margin-bottom: 7px;
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .teaser:not(.no-img).style1 h2 + a img ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .external-teaser:not(.no-img).style1 h2 + a img ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .download-teaser:not(.no-img).style1 h2 + a img {
	display: block;
}


#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .teaser:not(.no-img).style1 p ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .external-teaser:not(.no-img).style1 p ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .download-teaser:not(.no-img).style1 p {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .teaser:not(.no-img).style1 h2 a:hover ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .external-teaser:not(.no-img).style1 h2 a:hover ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .download-teaser:not(.no-img).style1 h2 a:hover {
	text-decoration: underline;
}


/* インデックス・サイトマップ・リンクリスト on メガドロップ */
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .link-list ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .index-map {
	font-size: 0;
}

/* 折り返し(逆N型) */
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .link-list ul ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .index-map > ul {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-bottom: 10px;
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .ux_sitemap_fold .link-list ul ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .ux_sitemap_fold .index-map > ul.indexLevel_1 {
	width: calc(100% - 10px);
	margin-right: 10px;
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .ux_sitemap_fold .link-list ul ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .ux_sitemap_fold .index-map > ul.indexLevel_1 {
	width: calc(50% - 10px);
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .ux_sitemap_fold.fold3 .link-list ul ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .ux_sitemap_fold.fold3 .index-map > ul.indexLevel_1 {
	width: calc(33.33% - 10px);
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .ux_sitemap_fold.fold4 .link-list ul ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .ux_sitemap_fold.fold4 .index-map > ul.indexLevel_1 {
	width: calc(25% - 10px);
}

/* 折り返し(Z型) */
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .lx_sitemap_li_2col .link-list li:not(.highlight) ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .lx_sitemap_li_2col .index-map > ul.indexLevel_1 > li {
	width: calc(50% - 10px);
	margin-right: 10px;
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .lx_sitemap_li_3col .link-list li:not(.highlight) ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .lx_sitemap_li_3col .index-map > ul.indexLevel_1 > li {
	width: calc(33.33% - 10px);
	margin-right: 10px;
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .lx_sitemap_li_4col .link-list li:not(.highlight) ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .lx_sitemap_li_4col .index-map > ul.indexLevel_1 > li {
	width: calc(25% - 10px);
	margin-right: 10px;
}

/* インデックス・サイトマップ・リンクリスト on メガドロップ */
/* 第２階層 */
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .link-list li.highlight ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .index-map > ul.indexLevel_0 {
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .link-list li.highlight > a ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .link-list li.highlight > span ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .index-map > ul.indexLevel_0 > li > .item > a {
	display: inline-block;
	color: inherit;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid transparent;
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .link-list li.highlight > a::before ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .index-map > ul.indexLevel_0 > li > .item > a::before {
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .link-list li.highlight > a:hover ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .index-map > ul.indexLevel_0 > li > .item > a:hover {
}

/* 第３階層 */
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .link-list li:not(.highlight) ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .index-map > ul.indexLevel_1 > li {
	position: relative;
	margin-bottom: 5px;
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .link-list li:not(.highlight) > a ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .link-list li:not(.highlight) > span ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .index-map > ul.indexLevel_1 > li > .item > a {
	position: relative;
	display: inline-block;
	padding-right: 15px;
	color: inherit;
	font-size: 16px;
	font-weight: normal;
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .link-list li:not(.highlight) > a::before ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .link-list li:not(.highlight) > span::before ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .index-map > ul.indexLevel_1 > li > .item > a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	display: block;
	width: 6px;
	height: 10px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.png") center center no-repeat;
	background-size: contain;
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .link-list li:not(.highlight) > a::before ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .index-map > ul.indexLevel_1 > li > .item > a::before {
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .link-list li:not(.highlight) > a[target="_blank"] ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .index-map > ul.indexLevel_1 > li > .item > a[target="_blank"] {
	padding-right: 0;
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .link-list li:not(.highlight) > a[target="_blank"]::before ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .index-map > ul.indexLevel_1 > li > .item > a[target="_blank"]::before {
	content: none;
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .link-list li:not(.highlight) > a[target="_blank"]::after ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .index-map > ul.indexLevel_1 > li > .item > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 2px;
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .link-list li:not(.highlight) > a:hover ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .index-map > ul.indexLevel_1 > li > .item > a:hover {
	text-decoration: underline;
}

/* 第４階層 */
#site-info .on-pc .hx_gnavi >*>*>*>* > .reuse-main-area .index-map ul.indexLevel_2 {
	display: none;
}


/* コンパクトヘッダー */
/*
#header.float ~ #site-info .ax_header.on-pc > div {
	top: -51px;
}

#header.float ~ #site-info .on-pc .hx_gnavi {
	margin-top: 4px;
	padding-left: 220px;
	padding-right: 160px;
}

#header.en.float ~ #site-info .on-pc .hx_gnavi {
	padding-left: 280px;
	padding-right: 130px;
}

#header.float ~ #site-info .on-pc .hx_gnavi.hx_gnavi_eastwest {
	padding-left: 430px;
	padding-right: 120px;
}

#header.float ~ #site-info .on-pc .hx_gnavi > div {
	table-layout: auto;
}

#header.float ~ #site-info .on-pc .hx_logo {
	top: 53px;
}

#header.float ~ #site-info .on-pc .hx_logo.hx_logo_eastwest {
	top: 42px;
}

#header.float ~ #site-info .on-pc .hx_logo .teaser.style1 ,
#header.float ~ #site-info .on-pc .hx_logo .external-teaser.style1 {
	display: none;
}

#header.float ~ #site-info .on-pc .hx_logo .teaser.style2 ,
#header.float ~ #site-info .on-pc .hx_logo .external-teaser.style2 {
	display: block;
}

#header.float ~ #site-info .on-pc .hx_sub_panel {
	top: 52px;
}

#header.float ~ #site-info .on-pc .hx_lang_navi {
	display: none;
}

#header.float ~ #site-info .on-pc .hx_gnavi >*>*>*>* > .teaser.no-img ,
#header.float ~ #site-info .on-pc .hx_gnavi >*>*>*>* > .external-teaser.no-img {
	height: 45px;
}

#header.float ~ #site-info .on-pc .hx_gnavi >*>*>*>* > .teaser.no-img h2 a ,
#header.float ~ #site-info .on-pc .hx_gnavi >*>*>*>* > .external-teaser.no-img h2 a {
	padding: 1px 2px;
	letter-spacing: 0.15em;
}
*/

/*------------- スマホ用ヘッダー -------------*/
@media screen and (max-width: 959px) {

	/* ハンバーガーアイコン */
	#panel2-btn {
		position: fixed;
		top: 6px;
		right: 0;
		display: block;
		width: 50px;
		height: 44px;
		margin: 0;
/*		background: #FFF; */
		z-index: 11111;
	}

	#panel2-sw.open +* #panel2-btn ,
	#panel2-sw:checked +* #panel2-btn {
		background: #e2eaed;
	}

	.panel2-btn-icon1 ,
	.panel2-btn-icon2 ,
	.panel2-btn-icon3 {
		display: block;
		position: absolute;
		top: 17px;
		left: 14px;
		width: 22px;
		height: 2px;
		margin: 0;
		background: #000;

		-webkit-transition: .2s .2s;
		-o-transition: .2s .2s;
		transition: .2s .2s;
	}

	.panel2-btn-icon1 {
		margin-top: -7px;
	}
	.panel2-btn-icon2 {
		margin-top: 0px;
	}
	.panel2-btn-icon3 {
		margin-top: 7px;
	}

	.panel2-btn-icon1::before ,
	.panel2-btn-icon3::before {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 22px;
		height: 2px;
		background: #000;

		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
	}

	.panel2-btn-title {
		overflow: hidden;
		display: block;
		position: absolute;
		top: 31px;
		left: 0;
		width: 50px;
		height: 12px;
	}

	.panel2-btn-title li {
		display: block;
		width: 50px;
		height: 15px;

		line-height: 1;
		font-size: 10px;
		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: .4s .2s;
		-o-transition: .4s .2s;
		transition: .4s .2s;
	}


	/* -- open時 -- */
	#panel2-sw.open +* .panel2-btn-icon1 ,
	#panel2-sw.open +* .panel2-btn-icon2 ,
	#panel2-sw.open +* .panel2-btn-icon3 ,
	#panel2-sw:checked +* .panel2-btn-icon1 ,
	#panel2-sw:checked +* .panel2-btn-icon2 ,
	#panel2-sw:checked +* .panel2-btn-icon3 {
		background: transparent;
		margin-top: 0;

		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
	}

	#panel2-sw.open +* .panel2-btn-icon1::before ,
	#panel2-sw.open +* .panel2-btn-icon3::before ,
	#panel2-sw:checked +* .panel2-btn-icon1::before ,
	#panel2-sw:checked +* .panel2-btn-icon3::before {
		-webkit-transition: .2s .2s;
		-o-transition: .2s .2s;
		transition: .2s .2s;
	}

	#panel2-sw.open +* .panel2-btn-icon1::before ,
	#panel2-sw:checked +* .panel2-btn-icon1::before {
		-webkit-transform: rotate(-225deg);
		-ms-transform: rotate(-225deg);
		    transform: rotate(-225deg);
	}

	#panel2-sw.open +* .panel2-btn-icon3::before ,
	#panel2-sw:checked +* .panel2-btn-icon3::before {
		-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		    transform: rotate(-135deg);
	}

	#panel2-sw.open +* .panel2-btn-title li:first-child ,
	#panel2-sw:checked +* .panel2-btn-title li:first-child {
		margin-top: 0px;

		-webkit-transition: .4s .2s;
		-o-transition: .4s .2s;
		transition: .4s .2s;
	}

	/*------------------ ヘッダー ------------------*/
	#header {
		height: 50px;
	}
}

#site-info .ax_header.on-sp {
}

/* ヘッダーパネル */
#site-info .on-sp .hx_panel {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: rgba(255,255,255, 0.9);
	z-index: 10010;
}

#panel2-sw.open ~ #site-info .on-sp .hx_panel ,
#panel2-sw:checked ~ #site-info .on-sp .hx_panel {
	background: #fff;
}


/* ロゴ */
#site-info .on-sp .hx_logo {
	position: absolute;
	top: 5px;
	left: 5px;
	width: calc(100% - 120px);
}

#site-info .on-sp .hx_logo .teaser.style2 ,
#site-info .on-sp .hx_logo .external-teaser.style2 {
	display: none;
}

#site-info .on-sp .hx_logo a {
	display: block;
	width: auto;
	height: 40px;
	padding: 5px 3px;
}

#site-info .on-sp .hx_logo a img {
	display: block;
	max-width: none;
	max-height: 100%;
	margin: 0;
}

/* 検索 */
#site-info .on-sp .hx_search_btn {
	position: absolute;
	top: 13px;
	right: 60px;
}

#site-info .on-sp .hx_search_btn .search_btn {
	padding: 3px;
	cursor: pointer;
}

#site-info .on-sp .hx_search_btn .search_btn span {
	display: block;
	width: 19px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/default/icon_glass.png") no-repeat center center;
	background-size: contain;
	cursor: pointer;
}

/* メニュー */
/* 50pxはヘッダーの高さ分 */
#site-info .on-sp .hx_menu {
	font-size: 0;
	position: fixed;
	top: 50px;
	left: 0;
	width: 100vw;
	height: calc(100% - 50px);
	max-height: 100%;
	overflow: hidden;
	z-index: 10000;
	background: #fff;
/*	background: rgba(255, 255, 255, 0.9); */
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;

/*	max-height: 0; */
	left: 100%;
}

#panel2-sw.open ~ #site-info .on-sp .hx_menu ,
#panel2-sw:checked ~ #site-info .on-sp .hx_menu {
/*	max-height: 100%; */
	left: 0;
}

#site-info .on-sp .hx_menu > div {
	position: absolute;
	width: 100vw;
	height: 100%;
	overflow: hidden;
	overflow-y: scroll;
}

#site-info .on-sp .hx_menu > div > div {
	padding-bottom: 20px;
}


/* クリックオープンメニュー */
#site-info .on-sp .ux_click_open .hx_gnavi {
	padding: 0;
}

/* 共通 */
#site-info .on-sp .ux_click_open .hx_gnavi .link-list li ,
#site-info .on-sp .ux_click_open .hx_gnavi .index-map .item {
	background: #585757;
	border-bottom: 1px solid #494949;
}

#site-info .on-sp .ux_click_open .hx_gnavi .link-list li > a ,
#site-info .on-sp .ux_click_open .hx_gnavi .link-list li > span ,
#site-info .on-sp .ux_click_open .hx_gnavi .index-map .item > a {
	position: relative;
	display: block;
	color: inherit;
	font-size: 14px;
	font-weight: normal;
	padding: 15px 20px;
	text-align: left;
}

#site-info .on-sp .ux_click_open .hx_gnavi .link-list li > a[target="_blank"]::after ,
#site-info .on-sp .ux_click_open .hx_gnavi .index-map .item > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 12px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.png") no-repeat center center;
	background-size: contain;
	margin: 0 8px;
}

#site-info .on-sp .ux_click_open .hx_gnavi .link-list li > a:hover ,
#site-info .on-sp .ux_click_open .hx_gnavi .index-map .item > a:hover {
}

/* 親階層 */
#site-info .on-sp .ux_click_open .hx_gnavi .link-list li:not(.highlight) ,
#site-info .on-sp .ux_click_open .hx_gnavi .index-map ul.indexLevel_0 > li > .item {
}

#site-info .on-sp .ux_click_open .hx_gnavi .link-list li:not(.highlight) > a ,
#site-info .on-sp .ux_click_open .hx_gnavi .link-list li:not(.highlight) > span ,
#site-info .on-sp .ux_click_open .hx_gnavi .index-map ul.indexLevel_0 > li > .item > a ,
#site-info .on-sp .ux_click_open .hx_gnavi .index-map ul.indexLevel_0 > li > .item > span {
	padding-right: 50px;
}

#site-info .on-sp .ux_click_open .hx_gnavi .link-list li:not(.highlight) > a::before ,
#site-info .on-sp .ux_click_open .hx_gnavi .link-list li:not(.highlight) > span::before ,
#site-info .on-sp .ux_click_open .hx_gnavi .index-map ul.indexLevel_0 > li > .item > a::before ,
#site-info .on-sp .ux_click_open .hx_gnavi .index-map ul.indexLevel_0 > li > .item > span::before {
	content: "";
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -3px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	        transform: rotate(135deg);
}


/* 子階層 */
#site-info .on-sp .ux_click_open .hx_gnavi .link-list li.highlight ,
#site-info .on-sp .ux_click_open .hx_gnavi .index-map ul.indexLevel_1 > li > .item {
}

#site-info .on-sp .ux_click_open .hx_gnavi .link-list li.highlight > a ,
#site-info .on-sp .ux_click_open .hx_gnavi .link-list li.highlight > span ,
#site-info .on-sp .ux_click_open .hx_gnavi .index-map ul.indexLevel_1 > li > .item > a ,
#site-info .on-sp .ux_click_open .hx_gnavi .index-map ul.indexLevel_1 > li > .item > span {
	padding: 10px 30px;
	padding-right: 60px;
}

#site-info .on-sp .ux_click_open .hx_gnavi .link-list li.highlight > a::before ,
#site-info .on-sp .ux_click_open .hx_gnavi .link-list li.highlight > span::before ,
#site-info .on-sp .ux_click_open .hx_gnavi .index-map ul.indexLevel_1 > li > .item > a::before ,
#site-info .on-sp .ux_click_open .hx_gnavi .index-map ul.indexLevel_1 > li > .item > span::before {
	content: "";
	position: absolute;
	right: 45px;
	top: 50%;
	margin-top: -3px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	        transform: rotate(135deg);
}

#site-info .on-sp .ux_click_open .hx_gnavi .link-list li.highlight > a br ,
#site-info .on-sp .ux_click_open .hx_gnavi .link-list li.highlight > span br ,
#site-info .on-sp .ux_click_open .hx_gnavi .index-map ul.indexLevel_1 > li > .item > a br ,
#site-info .on-sp .ux_click_open .hx_gnavi .index-map ul.indexLevel_1 > li > .item > span br {
	display: none;
}

/* 孫階層(非表示) */
#site-info .on-sp .ux_click_open .hx_gnavi .index-map ul.indexLevel_2 {
	display: none;
}


/* 開閉ボタン */
#site-info .on-sp .ux_click_open .hx_gnavi .ux_accordion > .column1 {
	position: relative;
}

#site-info .on-sp .ux_click_open .hx_gnavi .ux_accordion > .column1 .title4 {
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	width: 10px;
	height: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	font-size: 0;
}

#site-info .on-sp .ux_click_open .hx_gnavi .ux_accordion > .column1 .title4::before ,
#site-info .on-sp .ux_click_open .hx_gnavi .ux_accordion > .column1 .title4::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
}

#site-info .on-sp .ux_click_open .hx_gnavi .ux_accordion > .column1 .title4::after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	    transform: rotate(90deg);
}

#site-info .on-sp .ux_click_open .hx_gnavi .ux_accordion.open > .column1 .title4::after {
	opacity: 0;
}

#site-info .on-sp .ux_click_open .hx_gnavi .ux_accordion > .column1 .link-list li > a ,
#site-info .on-sp .ux_click_open .hx_gnavi .ux_accordion > .column1 .link-list li > span ,
#site-info .on-sp .ux_click_open .hx_gnavi .ux_accordion > .column1 .index-map .item > a {
	margin-right: 70px;
	border-right: 1px solid #494949;
}
#site-info .on-sp .ux_click_open .hx_gnavi .ux_accordion > .column1 .link-list li > a::before ,
#site-info .on-sp .ux_click_open .hx_gnavi .ux_accordion > .column1 .link-list li > span::before ,
#site-info .on-sp .ux_click_open .hx_gnavi .ux_accordion > .column1 .index-map .item > a::before {
	content: none;
}


/* 3way-navi */
#site-info .on-sp .ux_navi_3way .hx_gnavi {
}

/* フォルダ開閉 */
#site-info .on-sp .ux_navi_3way .hx_gnavi .index-map ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
	background: #fff;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#site-info .on-sp .ux_navi_3way .hx_gnavi .index-map ul.open {
	left: 0;
}

#site-info .on-sp .ux_navi_3way .hx_gnavi .index-map ul.active {
	overflow-y: scroll;
}


/* 各要素共通 */
#site-info .on-sp .ux_navi_3way .hx_gnavi .index-map .item > a ,
#site-info .on-sp .ux_navi_3way .hx_gnavi .index-map .item.gn-back > span ,
#site-info .on-sp .ux_navi_3way .hx_gnavi .link-list li > a ,
#site-info .on-sp .ux_navi_3way .hx_gnavi .link-list li > span {
	position: relative;
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.15em;
	padding: 15px 15px;
	padding-right: 30px;
	text-align: left;
	border-bottom: 2px solid #e2eaed;
}

#site-info .on-sp .ux_navi_3way .hx_gnavi .index-map .item > a::before ,
#site-info .on-sp .ux_navi_3way .hx_gnavi .index-map .item.gn-back > span::before ,
#site-info .on-sp .ux_navi_3way .hx_gnavi .link-list li > a::before ,
#site-info .on-sp .ux_navi_3way .hx_gnavi .link-list li > span::before {
	content: "";
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -1px;
	width: 17px;
	height: 17px;
	background: url(../../../../../../resources/sw_img/icon/icon_nav1.png) no-repeat center center;
	background-size: contain;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

#site-info .on-sp .ux_navi_3way .hx_gnavi .index-map .item > a[target="_blank"]::after ,
#site-info .on-sp .ux_navi_3way .hx_gnavi .link-list li > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") no-repeat center center;
	background-size: contain;
	margin: 0 5px;
}

/* 通常リンク */
#site-info .on-sp .ux_navi_3way .hx_gnavi .index-map .item:not(.gn-to-folder):not(.gn-folder-top) > a ,
#site-info .on-sp .ux_navi_3way .hx_gnavi .link-list li > a {
}

/* 現在地表示 */
#site-info .on-sp .ux_navi_3way .hx_gnavi .index-map .item:not(.gn-to-folder) > a.act ,
#site-info .on-sp .ux_navi_3way .hx_gnavi .link-list li > a.act {
}

#site-info .on-sp .ux_navi_3way .hx_gnavi .index-map .item:not(.gn-to-folder) > a.act::before ,
#site-info .on-sp .ux_navi_3way .hx_gnavi .link-list li > a.act::before {
}

/* ↓階層フォルダへ */
#site-info .on-sp .ux_navi_3way .hx_gnavi .index-map .item.gn-to-folder > a {
}
#site-info .on-sp .ux_navi_3way .hx_gnavi .index-map .item.gn-to-folder > a::before {
	background-image: url(../../../../../../resources/sw_img/icon/icon_nav2.png);
	-webkit-transform: translate(0, -50%) rotate(270deg);
	    -ms-transform: translate(0, -50%) rotate(270deg);
	        transform: translate(0, -50%) rotate(270deg);
}

/* ↑階層へ(BACK) */
#site-info .on-sp .ux_navi_3way .hx_gnavi .index-map .item.gn-back > span {
	padding-left: 35px;
}

#site-info .on-sp .ux_navi_3way .hx_gnavi .index-map .item.gn-back > span::before {
	right: auto;
	left: 8px;
	-webkit-transform: translate(0, -50%) rotate(180deg);
	    -ms-transform: translate(0, -50%) rotate(180deg);
	        transform: translate(0, -50%) rotate(180deg);
}

/* フォルダトップ */
#site-info .on-sp .ux_navi_3way .hx_gnavi .index-map .item.gn-folder-top > a {
}



/* サブメニュー */
#site-info .on-sp .hx_sub_menu {
	padding: 20px 10px;
	background: #e2eaed;
}

#site-info .on-sp .hx_sub_menu::after {
	content: "";
	display: block;
	clear: both;
}

/* ヘッダーユーティリティリンク集 */
#site-info .on-sp .hx_utility_link {
	float: left;
	width: 50%;
	padding: 0 10px;
}

#site-info .on-sp .hx_utility_link .link-list ul {
}

#site-info .on-sp .hx_utility_link .link-list ul li {
}

#site-info .on-sp .hx_utility_link .link-list ul li > a ,
#site-info .on-sp .hx_utility_link .link-list ul li > span {
	position: relative;
	display: block;
	padding: 10px 15px;
	text-align: center;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #004396;
	background: #fff;
}

#site-info .on-sp .hx_utility_link .link-list ul li > a::before ,
#site-info .on-sp .hx_utility_link .link-list ul li > span::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -5px;
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 10px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.png") center center no-repeat;
	background-size: contain;
}


#site-info .on-sp .hx_utility_link .link-list ul li > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

#site-info .on-sp .hx_utility_link .teaser ,
#site-info .on-sp .hx_utility_link .external-teaser {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-flow: row-reverse nowrap;
	        flex-flow: row-reverse nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding: 10px 20px;
}

#site-info .on-sp .hx_utility_link .teaser >*,
#site-info .on-sp .hx_utility_link .external-teaser >* {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

#site-info .on-sp .hx_utility_link .teaser h2 a ,
#site-info .on-sp .hx_utility_link .external-teaser h2 a {
	margin-left: 5px;
	font-size: 13px;
	font-weight: bold;
}


/* 言語リンク */
#site-info .on-sp .hx_lang_navi {
	float: left;
	width: 50%;
	padding: 0 10px;
}

#site-info .on-sp .hx_lang_navi .link-list ul {
	text-align: center;
}

#site-info .on-sp .hx_lang_navi .link-list ul li {
}

#site-info .on-sp .hx_lang_navi .link-list ul li.highlight {
	display: none;
}

#site-info .on-sp .hx_lang_navi .link-list ul li > a ,
#site-info .on-sp .hx_lang_navi .link-list ul li > span {
	display: block;
	padding: 10px 15px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	background: #f0f0f0;
	border: 1px solid #f0f0f0;
}

#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 {
	background: #e2eaed;
}

#site-info .fx_frame2 {
	background: #e2eaed;
}

#site-info .fx_frame1 {
	background: #e2eaed;
}


@media print, screen and (min-width: 960px) {
	#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(1200px + 40px);
		padding: 0 20px;
		margin: auto;
	}
}

@media screen and (max-width: 959px) {
	#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: 600px;
		margin: auto;
	}
}


/* フッターバナー*/
#site-info .fx_banner {
	padding: 25px 0 5px;
}

#site-info .fx_banner .text-section {
	font-size: 1rem;
}

@media print, screen and (min-width: 960px) {
	/* カラム割 */
	#site-info .fx_banner >*>*> * {
		font-size: 0;

		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-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		max-width: calc(1200px + 40px);
		padding: 0 10px;
		margin: 0 auto;
	}

	#site-info .fx_banner >*>*> * > * {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}

	#site-info .fx_banner >*>*> .multiColumn2 > * {
		width: 50%;
	}
	#site-info .fx_banner >*>*> .multiColumn3 > * {
		width: 33.33%;
	}
	#site-info .fx_banner >*>*> .multiColumn4 > * {
		width: 25%;
	}
	#site-info .fx_banner >*>*> .multiColumn5 > * {
		width: 20%;
	}
}

@media screen and (max-width: 959px) {
	#site-info .fx_banner {
		padding: 35px 10px 40px;
	}

	#site-info .fx_banner >*>*> * {
		font-size: 0;

		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-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 0 5px;
		margin: 0 auto;
	}

	#site-info .fx_banner >*>*> * > * {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 10px;
	}

	#site-info .fx_banner >*>*> .multiColumn4 > * ,
	#site-info .fx_banner >*>*> .multiColumn5 > * {
		width: 50%;
	}

	#site-info .fx_banner >*>*> div > .column1 {
		width: 100%;
	}

}


/* フッターサイトマップ */
#site-info .fx_sitemap {
	padding: 45px 0 20px;
}

@media print, screen and (min-width: 960px) {
	#site-info .fx_sitemap >* {
/*		display: table; */
		width: 100%;
		table-layout: fixed;
	}
	#site-info .fx_sitemap >* >* {
/*		display: table-row; */
		display: flex;
		flex-flow: row wrap;
	}
	#site-info .fx_sitemap >* >* >* {
/*		display: table-cell; */
/*		vertical-align: top; */
		width: 20%;
		margin-bottom: 20px;
	}

	#site-info .fx_sitemap >* >* >.fx_sitemap_double_width {
		width: 20%;
	}

	#site-info .fx_sitemap >* >* >* >* {
		margin-right: 20px;
	}
}

@media screen and (max-width: 959px) {
	#site-info .fx_sitemap {
		padding: 40px 0 10px;

		display: none;
	}

	#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 {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	color: inherit;
	font-size: 12px;
	border-bottom: 1px solid transparent;
	margin-bottom: 10px;
}

#site-info .fx_sitemap .link-list li > a::before ,
#site-info .fx_sitemap .index-map .item > a::before {
	content: "";
	position: absolute;
/*	top: calc(0px + 1.5em / 2 - 7px / 2); */
	top: calc(50% - 4px);
	left: 6px;
	display: inline-block;
	width: 6px;
	height: 7px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr02.png") no-repeat center center;
	background-size: contain;
}

#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: 17px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

#site-info .fx_sitemap .link-list li > a:hover ,
#site-info .fx_sitemap .index-map .item > a:hover {
	text-decoration: underline;
}

#site-info .fx_sitemap .link-list li.highlight ,
#site-info .fx_sitemap .index-map ul.indexLevel_0 > li > .item {
	margin-bottom: 10px;
}

#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: 14px;
	padding-left: 0;
	margin-bottom: 5px;
}

#site-info .fx_sitemap .link-list li.highlight > a::before ,
#site-info .fx_sitemap .link-list li.highlight > span::before ,
#site-info .fx_sitemap .index-map ul.indexLevel_0 > li > .item > a::before {
	content: none;
}

#site-info .fx_sitemap .index-map ul.indexLevel_2 {
	display: none;
}


@media print, screen and (min-width: 960px) {
	#site-info .fx_sitemap .title4 {
		display: none;
	}
}

@media screen and (max-width: 959px) {
	#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.highlight > a ,
	#site-info .fx_sitemap .link-list li.highlight > span ,
	#site-info .fx_sitemap .index-map ul.indexLevel_0 > li > .item > a {
		border: none;
		position: relative;
		display: block;
		padding: 12px 15px;
		margin-bottom: 0;
	}

	#site-info .fx_sitemap .link-list li.highlight > a::before ,
	#site-info .fx_sitemap .index-map ul.indexLevel_0 > li > .item > a::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -6px;
		display: inline-block;
		vertical-align: middle;
		width: 8px;
		height: 13px;
		background: url("../../../../../../resources/sw_img/icon/icon_arr01.png") center center no-repeat;
		background-size: contain;
	}

	#site-info .fx_sitemap .ux_accordion .link-list li.highlight > a ,
	#site-info .fx_sitemap .ux_accordion .link-list li.highlight > span ,
	#site-info .fx_sitemap .ux_accordion .index-map ul.indexLevel_0 > li > .item > a {
		margin-right: 50px;
	}

	#site-info .fx_sitemap .ux_accordion .link-list li.highlight > a::before ,
	#site-info .fx_sitemap .ux_accordion .index-map ul.indexLevel_0 > li > .item > a::before {
		content: none;
	}

	#site-info .fx_sitemap .index-map ul.indexLevel_1 {
		padding: 15px 0;
	}

	#site-info .fx_sitemap .link-list li:not(.highlight) ,
	#site-info .fx_sitemap .index-map ul.indexLevel_1 > li {
/*		display: none; */

		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 0 15px;
	}

	#site-info .fx_sitemap .link-list li:not(.highlight) > a ,
	#site-info .fx_sitemap .link-list li:not(.highlight) > span ,
	#site-info .fx_sitemap .index-map ul.indexLevel_0 > li > .item > a {
	}

	#site-info .fx_sitemap .ux_accordion > .column1 {
		position: relative;
	}

	#site-info .fx_sitemap .ux_accordion > .column1 .title4 {
		position: absolute;
		top: 50%;
		right: 15px;
		display: block;
		width: 20px;
		height: 20px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		    transform: translateY(-50%);
		font-size: 0;
	}

	#site-info .fx_sitemap .ux_accordion > .column1 .title4::before ,
	#site-info .fx_sitemap .ux_accordion > .column1 .title4::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 100%;
		height: 1px;
		background-color: #000;
	}

	#site-info .fx_sitemap .ux_accordion > .column1 .title4::after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		    transform: rotate(90deg);
	}

	#site-info .fx_sitemap .ux_accordion.open > .column1 .title4::after {
		opacity: 0;
	}

}


/* フッターサイトロゴ */
#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: 960px) {
	#site-info .fx_logo::after {
		content: "";
		display: block;
		clear: both;
	}

	#site-info .fx_logo a {
		float: right;
	}
}

@media screen and (max-width: 959px) {
	#site-info .fx_logo {
		padding: 0 10px 20px;
	}
}

/* フッターリンク集 */
#site-info .fx_link1 {
	border-top: 1px solid #cbd2d5;
	padding: 10px 0 0;
}

#site-info .fx_link1 .link-list ul {
	padding: 10px 0;
}

#site-info .fx_link1 .link-list li {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-right: 20px;
}

#site-info .fx_link1 .link-list li::before {
	content: "";
	position: absolute;
/*	top: calc(0px + 1.5em / 2 - 7px / 2); */
	top: calc(50% - 4px);
	left: 6px;
	display: inline-block;
	width: 6px;
	height: 7px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr02.png") no-repeat center center;
	background-size: contain;
}

#site-info .fx_link1 .link-list li > a ,
#site-info .fx_link1 .link-list li > span {
	font-size: 12px;
}

#site-info .fx_link1 .link-list li > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

#site-info .fx_link1 .link-list li > a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 959px) {
	#site-info .fx_link1 {
		border-top: none;
		padding: 20px 15px 0;
	}

	#site-info .fx_link1 .link-list li {
		width: calc(50% - 5px);
		margin-right: 5px;
		margin-bottom: 18px;
	}

	#site-info .fx_link1 .link-list li > a ,
	#site-info .fx_link1 .link-list li > span {
		font-size: 14px;
	}
}


/* コピーライト */
#site-info .fx_copyright {
	padding: 15px 0;
}

#site-info .fx_copyright .text-section {
	font-size: 10px;
}

@media screen and (max-width: 959px) {
	#site-info .fx_copyright .text-section {
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px solid #cccccc;
		text-align: center;
	}
}



/* 印刷時、ヘッダー固定、フッター非表示 */
@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.in-editor {
	opacity: 0.3;
	visibility: visible;
}

body.ready {
	opacity: 1;
	visibility: visible;
}

body.loaded {
}

/* iframe・印刷時はフェイドしない */
body.special {
	opacity: 1 !important;
	visibility: visible !important;
}

@media print {
	body {
		opacity: 1 !important;
		visibility: visible !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;;
	}
}


/*-- 出現アニメーション(新) --*/
/* クラス名はfadeObjX1～9まで */
.fadeObjX {
	opacity: 0;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
/*
	-webkit-transform: translate3d(0, -30px, 0);
	        transform: translate3d(0, -30px, 0);
*/
}

.fadeObjX.visible {
	opacity: 1;
/*
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
*/
	-webkit-transition: 1s 0s;
	-o-transition: 1s 0s;
	transition: 1s 0s;
}

.fadeObjX.visible.fadeObjX1 {
	-webkit-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
}
.fadeObjX.visible.fadeObjX2 {
	-webkit-transition-delay: 0.3s;
	     -o-transition-delay: 0.3s;
	        transition-delay: 0.3s;
}
.fadeObjX.visible.fadeObjX3 {
	-webkit-transition-delay: 0.6s;
	     -o-transition-delay: 0.6s;
	        transition-delay: 0.6s;
}
.fadeObjX.visible.fadeObjX4 {
	-webkit-transition-delay: 0.9s;
	     -o-transition-delay: 0.9s;
	        transition-delay: 0.9s;
}
.fadeObjX.visible.fadeObjX5 {
	-webkit-transition-delay: 1.2s;
	     -o-transition-delay: 1.2s;
	        transition-delay: 1.2s;
}


/*==== プラグインエリア ====*/
#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;
}

#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:hover {
/*	background-image: url("../../../../../../resources/sw_img/default/pagetop_hover.png");*/
	opacity: 0.7;
}


/* 画像を使用しない場合 */
/*
#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;
}



/* PC:コンテンツエリアから一定距離以上離れない */
/* SP:常に画面内右下 */
/* 印刷時:非表示 */

@media print, screen and (min-width: 960px) {
	#site-info .topcontrol > div {
		max-width: calc(1200px + (51px + 50px) *2);
	}

	/* フッターより下に行かない設定 */
	#site-info .topcontrol.fix-bottom {
		position: absolute;
	}
}

@media screen and (max-width: 959px) {
	#site-info .topcontrol {
		bottom: -50px;
	}

	#site-info .toTop {
		margin: 2em 20px 40px;
	}
}

@media print {
	#site-info .topcontrol {
		display: none !important;
	}
}


/*===== 検索ダイアログ =====*/
.close_btn {
	position: fixed;
	top: 0;
	right: 0;
	display: block;
	width: 40px;
	height: 44px;
	margin: 10px;
	border-radius: 10%;
	background: #FFF;
	z-index: 10000;

	display: none;
}

.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: 10px;
	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 {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(0,0,0, 0);

	-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;
}

#dialog_search .close_box {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

#dialog_search .search_inputbox {
	position: absolute;
	top: 4px;
	right: 0;
	display: block;
	width: 100%;
}

#dialog_search .search_inputbox > h2 {
	display: block;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;

	display: none;
}

#dialog_search .search_inputbox .sitesearch {
	width: 100%;
}

@media print, screen and (min-width: 980px) {
	#dialog_search .search_inputbox {
		position: absolute;
		top: 40px;
		right: 50%;
		-webkit-transform: translate(50%, 0);
		    -ms-transform: translate(50%, 0);
		        transform: translate(50%, 0);
		display: block;
		width: 100%;
		max-width: calc(1200px + 40px);
		padding: 0 20px;
	}

	#dialog_search .search_inputbox .sitesearch {
		position: absolute;
		right: 93px;
		top: -17px;
		width: 515px;
	}

	#header.float ~* #dialog_search .search_inputbox .sitesearch {
		right: 9px;
		top: -25px;
	}

}

@media screen and (max-width: 979px) {
	#dialog_search .search_inputbox {
		position: absolute;
		top: 4px;
		right: 0;
		display: block;
		width: calc(100% - 60px);
		margin-left: 10px;
		margin-right: 50px;
	}
}



[id=dialog_search] th ,
[id=dialog_search] td {
	padding: 0;
	border: none;
	background: none;
}

/* 検索 */
#dialog_search .search_inputbox form {
	font-size: 0;

	padding: 8px 11px 8px 13px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.6);
	        box-shadow: 3px 3px 3px rgba(0,0,0,0.6);
	background-color: #fff;
}

#dialog_search .search_inputbox input[type="text"] {
    width: 425px;
	height: 42px;
	float: left;
	border: none;
	border-radius: 0;

	margin-left: 5px;
    line-height: 1em;
}

#dialog_search .search_inputbox input[type="submit"] {
	border:none;
	background: #5c5c5c;
	border-radius: 0;
	text-align: center;
	padding: 0px;
	width: 80px;
	height: 42px;
	color: #FFF;
	font-size: 1rem;
	letter-spacing: 0.1em;
	background: #5c5c5c;
}


/* 検索(google search) */
[id=dialog_search] .gsst_b {
	font-size: 0;
}

[id=dialog_search] input.gsc-input {
	min-height: 27px;
}

#dialog_search .gsc-search-button-v2 {
	margin: 0;
	padding: 0;
	border: none;

	width: 19px;
	height: 19px;
	background: url(../../../../../../resources/sw_img/default/icon_glass.png) no-repeat center center;
	background-size: contain;
}

#dialog_search .gsc-search-button-v2 * {
	display: none;
}

#dialog_search .gsc-input-box {
	border: none;
	padding: 0;
}


/* 検索(MARS FINDER) */
.mf_finder_searchBox_items .mf_finder_searchBox_submit span {
	margin: 0;
}

.mf_finder_searchBox_submit {
	color: #fff !important;
	font-size: 24px !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: 440px */
/* 画像width: 1280px */


#html1 .ux_slick_mcol_mv {
	overflow: hidden;
	position: relative;
}

#html1 .ux_slick_mcol_mv .slick-slide {
	overflow: hidden;
/*	max-height: 440px; */
}

#html1 .ux_slick_mcol_mv .slick-slide::before {
	content: "";
	display: block;
	padding-top: calc(100% / 1280 * 440);
}

#html1 .ux_slick_mcol_mv .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%);
	margin: 0;
	font-size: 134px;
}

#html1 .ux_slick_mcol_mv .slick-slide >* >*:last-child ,
#html1 .ux_slick_mcol_mv .slick-slide img {
	margin-bottom: 0;
}

/* パターンA: PCとSPで同じ画像を見せる場合 */
#html1 .ux_slick_mcol_mv .slick-slide > .column1 img {
	width: 100%;
}

/* パターンB: PCを第１カラム、SPを第２カラム、とする場合 */
/*
@media print, screen and (min-width: 960px) {
	#html1 .ux_slick_mcol_mv .slick-slide > .column2 {
		display: none;
	}
}
@media screen and (max-width: 959px) {
	#html1 .ux_slick_mcol_mv .slick-slide > .column1 {
		display: none;
	}
}
*/

/* 動画。chrome対策：下端10pxに目隠し */
#html1 .ux_slick_mcol_mv .video-box {
	position: relative;
	text-align: center;
	background: #fff;
}

#html1 .ux_slick_mcol_mv .video-box::before{
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	display: block;
	width: 100%;
	height: 10px;
	background: #fff;
}

#html1 .ux_slick_mcol_mv .video-box video {
	width: 100%;
	max-width: 1200px;
}


/* スライド ドット*/
#html1 .ux_slick_mcol_mv .arrow-dots {
	position: absolute;
	left: 50%;
	bottom: 25px;
	display: inline-block;
	padding: 5px 25px;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}

#html1 .ux_slick_mcol_mv .slick-dots {
	top: auto;
	bottom: auto;
	position: static;

	display: block;
	width: 100%;
	white-space: nowrap;
}

#html1 .ux_slick_mcol_mv .slick-dots li {
	margin: 0 5px;
}

#html1 .ux_slick_mcol_mv .slick-dots li button {
	display: block;
	width: 40px;
	height: 4px;
	background: #222;
	border: 1px solid #ccc;
}

#html1 .ux_slick_mcol_mv .slick-dots li.slick-active button {
	background: #fff;
}


#html1 .ux_slick_mcol_mv .slick-prev ,
#html1 .ux_slick_mcol_mv .slick-next {
	margin: 0;

	top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	z-index: 1;
	opacity: 1;
}

#html1 .ux_slick_mcol_mv .slick-prev {
	left: 0px;
}
#html1 .ux_slick_mcol_mv .slick-next {
	right: 0px;
}

#html1 .ux_slick_mcol_mv .slick-prev::before ,
#html1 .ux_slick_mcol_mv .slick-next::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/icon/slide-prev.png") no-repeat center center;
	background-size: contain;
}

#html1 .ux_slick_mcol_mv .slick-next::before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}


@media print, screen and (min-width: 960px) {
	#html1 .ux_slick_mcol_mv {
		/* ヘッダーの背景にも見える様にする */
/*		margin-top: -127px; */
	}
}


@media screen and (max-width: 959px) {
}

/* 印刷時は、スライド機能をオフって、アクティブ画像をそのまま配置 */
@media print {
	#html1 .ux_slick_mcol_mv .slick-slide {
		left: 0 !important;
		min-height: auto !important;
		width: 100% !important;
		display: none !important;
	}
	#html1 .ux_slick_mcol_mv .slick-slide.slick-active {
		display: block !important;
	}

	#html1 .ux_slick_mcol_mv .slick-slide > div {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		width: auto !important;	
		min-width: auto !important;
		-webkit-transform: none !important;
		    -ms-transform: none !important;
		        transform: none !important;
		margin: 0 !important;
	}
	#html1 .ux_slick_mcol_mv .slick-slide::before {
		content: none !important;
	}

	#html1 .ux_slick_mcol_mv .slick-list {
		height: auto !important;
	}
	#html1 .ux_slick_mcol_mv .slick-track {
		width: auto !important;
		height: auto !important;
		-webkit-transform: none !important;
		    -ms-transform: none !important;
		        transform: none !important;
	}
}



/*==== カルーセル：スライドMV promos3用 ====*/
@media print, screen and (min-width: 960px) {

	/*==== カルーセル：スライドMV（ベストエフォート型） ====*/
	/* スライドエリアと画像サイズに合わせて、各設定値を変更する事 */
	/* 下の例: */
	/* 最小スライドエリアwidth: 1040px */
	/* 画像height＝最小スライドエリアheight: 450px */
	/* 画像width: 1920px */
	[data-page-marker~="with-slider"] #mv ,
	#promos3 .ux_slick_mcol_mv {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		min-height: 450px;
	}

	[data-page-marker~="with-slider"] #mv::before ,
	#promos3 .ux_slick_mcol_mv::before {
		content: "";
		display: block;
		padding-top: calc(100% / 1920 * 450);
	}

	#promos3 .ux_slick_mcol_mv  {
		position: absolute;
		top: 127px;
		left: 0;
	}

	#promos3 .ux_slick_mcol_mv > div {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
	}

	#promos3 .ux_slick_mcol_mv .slick-slide {
		min-height: 450px;
		overflow: hidden;
	}

	#promos3 .ux_slick_mcol_mv .slick-slide::before {
		content: "";
		display: block;
		padding-top: calc(100% / 1920 * 450);
	}

	#promos3 .ux_slick_mcol_mv .slick-slide > div {
		position: absolute;
		top: 50%;
		left: 50%;
		width: calc(1200px + 40px);
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}

	#promos3 .ux_slick_mcol_mv .slick-slide * *:last-child {
		margin-bottom: 0;
	}

	/* 第１カラムは横幅いっぱい、それ以外はコンテンツエリアに収める */
	#promos3 .ux_slick_mcol_mv .slick-slide > .column1 {
		width: 100%;
		min-width: 1920px;
	}
	#promos3 .ux_slick_mcol_mv .slick-slide > .column1 img {
		width: 100%;
	}

	/* PCを第１カラム、SPを第２カラム、とする場合 */
	#promos3 .ux_slick_mcol_mv .slick-slide > .column2 {
/*		display: none; */
	}


	#promos3 .ux_slick_mcol_mv .slick-dots {
		top: auto;
		bottom: auto;

		bottom: 20px;
		display: block;
		width: 100%;
	}

	#promos3 .ux_slick_mcol_mv .slick-dots li {
		margin: 0 5px;
	}


	#promos3 .ux_slick_mcol_mv .slick-dots li button {
		display: block;
		width: 60px;
		height: 6px;
		background: #fff;
		border: 1px solid #ccc;
	}

	#promos3 .ux_slick_mcol_mv .slick-dots li.slick-active button {
		background: #222;
	}
}

@media screen and (max-width: 959px) {

	/*==== カルーセル：スライドMV（PC踏襲型：PCで見える分をSPでも表示） ====*/
	/* スライドエリアと画像サイズに合わせて、各設定値を変更する事 */
	/* 下の例: */
	/* スライドエリアwidth: 100%(画面いっぱい) */
	/* PC時のスライドエリアwidth: 1040px */
	/* 画像height: 450px */
	/* 画像width: 1920px */
	[data-page-marker~="with-slider"] #mv ,
	#promos3 .ux_slick_mcol_mv {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 45px;
	}

	[data-page-marker~="with-slider"] #mv::before ,
	#promos3 .ux_slick_mcol_mv::before {
		content: "";
		display: block;
		padding-top: calc(100% / 1040 * 450);
	}

	#promos3 .ux_slick_mcol_mv  {
		position: absolute;
		top: 60px;
		left: 0;
	}

	#promos3 .ux_slick_mcol_mv > div {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
	}

	#promos3 .ux_slick_mcol_mv .slick-slide {
	}

	#promos3 .ux_slick_mcol_mv .slick-slide::before {
		content: "";
		display: block;
		padding-top: calc(100% / 1040 * 450);
	}

	#promos3 .ux_slick_mcol_mv .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: 12px;
	}

	/* パターンA: PCの画像でコンテンツエリア内の部分を、SPで見せる場合 */
	#promos3 .ux_slick_mcol_mv .slick-slide > .column1 {
		width: calc(100% * 1920 / 1040);
	}
	#promos3 .ux_slick_mcol_mv .slick-slide > .column1 img {
		width: 100%;
	}

	/* パターンB: PCを第１カラム、SPを第２カラム、とする場合 */
	#promos3 .ux_slick_mcol_mv .slick-slide > .column1 {
/*		display: none; */
	}

	#promos3 .ux_slick_mcol_mv .slick-slide * *:last-child {
		margin-bottom: 0;
	}

	#promos3 .ux_slick_mcol_mv .slick-dots {
		bottom: auto;
		bottom: 5px;
		display: block;
		width: 100%;
	}

	#promos3 .ux_slick_mcol_mv .slick-dots li {
		margin: 0 5px;
	}

	#promos3 .ux_slick_mcol_mv .slick-dots li button {
		display: block;
		width: 40px;
		height: 4px;
		background: #222;
		border: 1px solid #ccc;
	}

	#promos3 .ux_slick_mcol_mv .slick-dots li.slick-active button {
		background: #fff;
	}
}

/* 印刷用 */
@media print {
	[data-page-marker~="with-slider"] #mv ,
	#promos3 .ux_slick_mcol_mv {
		height: 450px;
		min-height: auto !important;
	}
	#promos3 .ux_slick_mcol_mv .slick-slide {
		display: none !important;
		left: 0 !important;
		width: 100% !important;
		min-height: auto !important;
	}
	#promos3 .ux_slick_mcol_mv .slick-slide.slick-active {
		display: block !important;
	}
	#promos3 .ux_slick_mcol_mv .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;
	}
	#promos3 .ux_slick_mcol_mv .slick-slide::before {
		content: none !important;
	}

	#promos3 .ux_slick_mcol_mv .slick-list {
		height: auto !important;
	}
	#promos3 .ux_slick_mcol_mv .slick-track {
		width: auto !important;
		height: auto !important;
		-webkit-transform: none !important;
		    -ms-transform: none !important;
		        transform: none !important;
	}
	#promos3 .ux_slick_mcol_mv .slick-track .slick-slide {
		width: 100% !important;
	}
}




/*==== メインビジュアル：MV promos3用 ====*/
/* PC: 高さ固定型 */
/* SP: 縦横比固定型 */
@media print, screen and (min-width: 960px) {
	[data-page-marker~="with-mv"] #page-intro > h1 {
		color: #fff;
		position: absolute;
		top: 210px;
		left: 50%;
		margin-left: -500px;
		width: 1200px;
		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 screen and (max-width: 959px) {
	[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（高さ固定型） promos1用 ====*/
/* PC: 位置なりゆき、高さ180px */
/* SP: 位置なりゆき、高さなりゆき */

@media print, screen and (min-width: 960px) {
	[data-current-level="4"][data-page-marker~="with-mv-4th"] #wrapper-2 ,
	[data-current-level="5"][data-page-marker~="with-mv-4th"] #wrapper-2 ,
	[data-current-level="6"][data-page-marker~="with-mv-4th"] #wrapper-2 ,
	[data-current-level="7"][data-page-marker~="with-mv-4th"] #wrapper-2 {
		padding-top: 260px;
	}

	[data-current-level="1"][data-page-marker~="with-mv-4th"] #promos1 .ax_mv_biz ,
	[data-current-level="2"][data-page-marker~="with-mv-4th"] #promos1 .ax_mv_biz ,
	[data-current-level="3"][data-page-marker~="with-mv-4th"] #promos1 .ax_mv_biz {
		display: none;
	}

	#promos1 .ax_mv_biz {
		position: static;
	}

	#promos1 .ax_mv_biz > .column1 {
		position: absolute;
		top: auto;
		left: 0;
		width: 100%;
		max-width: none;
		margin: auto;
		margin-top: -220px;
	}

	#promos1 .ax_mv_biz .text-section {
		position: relative;
		max-width: 1200px;
		height: 180px;
		margin: auto;
		border: 1px solid #ccc;
	}

	#promos1 .ax_mv_biz .text-section img {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		font-family: "object-fit: cover;";
	}

	#promos1 .ax_mv_biz .text-section .text {
		text-shadow: none;
		left: auto;

		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		        transform: translate(0, -50%);
		width: 100%;
		padding: 0 40px;

		color: inherit;
		font-size: 32px;
		letter-spacing: 0.1em;
		line-height: 1.5;
	}

	#promos1 .ax_mv_biz > .column2 {
		display: none;
	}
}

@media screen and (max-width: 959px) {
	[data-current-level="4"][data-page-marker~="with-mv-4th"] #wrapper-2 ,
	[data-current-level="5"][data-page-marker~="with-mv-4th"] #wrapper-2 ,
	[data-current-level="6"][data-page-marker~="with-mv-4th"] #wrapper-2 ,
	[data-current-level="7"][data-page-marker~="with-mv-4th"] #wrapper-2 {
		padding-top: 10px;
	}

	[data-current-level="1"][data-page-marker~="with-mv-4th"] #promos1 .ax_mv_biz ,
	[data-current-level="2"][data-page-marker~="with-mv-4th"] #promos1 .ax_mv_biz ,
	[data-current-level="3"][data-page-marker~="with-mv-4th"] #promos1 .ax_mv_biz {
		display: none;
	}

	#promos1 .ax_mv_biz > .column1 {
		display: none;
	}

	#promos1 .ax_mv_biz > .column2 {
		width: calc(100% - 24px);
		max-width: 600px;
		margin: auto;
	}

	#promos1 .ax_mv_biz .text-section {
		position: relative;
		margin: auto;
		border: 1px solid #ccc;
	}

	#promos1 .ax_mv_biz .text-section img {
		width: 100%;
		margin: 0;
	}

	#promos1 .ax_mv_biz .text-section > div {
		padding: 10px 10px;
		color: inherit;
		font-size: 22.08px;
		letter-spacing: 0.1em;
		line-height: 1.5;
	}
}


/*===== メインビジュアル：MV（高さ固定型） promos1用 ====*/
/* PC: 位置なりゆき、高さ380px */
/* SP: 位置なりゆき、高さなりゆき */


#promos1 .ax_mv_2nd {
	position: static;
}

#promos1 .ax_mv_2nd .text-section {
	position: relative;
	margin: auto;
}

#promos1 .ax_mv_2nd .text-section img {
	width: 100%;
	margin: 0;
}

#promos1 .ax_mv_2nd .text-section .text {
	text-shadow: none;
	left: auto;

	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;

	color: #fff;
	font-size: 32px;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

@media print, screen and (min-width: 960px) {
	[data-current-level="2"][data-page-marker~="with-mv-2nd"] #wrapper-2 {
		padding-top: 420px;
	}

	#promos1 .ax_mv_2nd > .column1 {
		position: absolute;
		top: auto;
		left: 0;
		width: 100%;
		max-width: none;
		margin: auto;
		margin-top: -420px;
	}

	#promos1 .ax_mv_2nd .text-section {
		width: 100%;
		height: 380px;
	}

	#promos1 .ax_mv_2nd .text-section img {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: top center;
		   object-position: top center;
		font-family: "object-fit: cover;";
	}

	#promos1 .ax_mv_2nd .text-section .text {
		max-width: calc(1200px + 40px);
		padding: 0 20px;
	}

	#promos1 .ax_mv_2nd > .column2 {
		display: none;
	}
}

@media screen and (max-width: 959px) {
	#promos1 .ax_mv_2nd > .column1 {
		display: none;
	}

	#promos1 .ax_mv_2nd > .column2 {
		width: 100%;
		max-width: 600px;
		margin: auto;
	}

	#promos1 .ax_mv_2nd .text-section .text {
		padding: 0 10px;
		font-size: 25.6px;
	}
}



/*===== メインビジュアル：MV（高さ固定型） promos1用 (東日本・西日本) ====*/
/* PC: 位置なりゆき、高さ260px */
/* SP: 位置なりゆき、高さなりゆき */

#promos1 .ax_mv_eastwest_simple {
	position: static;
}

#promos1 .ax_mv_eastwest_simple .text-section {
	position: relative;
	margin: auto;
}

#promos1 .ax_mv_eastwest_simple .text-section img {
	width: 100%;
	margin: 0;
}

#promos1 .ax_mv_eastwest_simple .text-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgb(0,153,255, 0.3);
	background: -o-linear-gradient(right, rgb(0,153,255, 0) 0%, rgb(0,153,255, 0) 50%, rgb(0,153,255, 1) 75%, rgb(0,153,255, 1) 100%);
	background: -webkit-gradient(linear, right top, left top, from(rgb(0,153,255, 0)), color-stop(50%, rgb(0,153,255, 0)), color-stop(75%, rgb(0,153,255, 1)), to(rgb(0,153,255, 1)));
	background: linear-gradient(-90deg, rgb(0,153,255, 0) 0%, rgb(0,153,255, 0) 50%, rgb(0,153,255, 1) 75%, rgb(0,153,255, 1) 100%);
	z-index: 1;
}

#promos1 .ax_mv_eastwest_simple.bg_another1 .text-section::before {
}

#promos1 .ax_mv_eastwest_simple .text-section .text {
	text-shadow: none;
	left: auto;

	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;

	color: #fff;
	font-size: 41.6px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	z-index: 2;
}

#promos1 .ax_mv_eastwest_simple .text-section .text em {
	font-style: normal;
	display: block;
	font-size: 13.312px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.06em;
}

@media print, screen and (min-width: 960px) {
	[data-page-marker~="with-mv-eastwest-simple"] #wrapper-2 {
		padding-top: 300px;
	}

	#promos1 .ax_mv_eastwest_simple > .column1 {
		position: absolute;
		top: auto;
		left: 0;
		width: 100%;
		max-width: none;
		margin: auto;
		margin-top: -300px;
	}

	#promos1 .ax_mv_eastwest_simple .text-section {
		width: 100%;
		height: 260px;
	}

	#promos1 .ax_mv_eastwest_simple .text-section img {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: center center;
		   object-position: center center;
		font-family: "object-fit: cover;";
	}

	#promos1 .ax_mv_eastwest_simple .text-section .text {
		max-width: calc(1200px + 40px);
		padding: 0 20px;
	}

	#promos1 .ax_mv_eastwest_simple > .column2 {
		display: none;
	}
}

@media screen and (max-width: 959px) {
	#promos1 .ax_mv_eastwest_simple > .column1 {
		display: none;
	}

	#promos1 .ax_mv_eastwest_simple > .column2 {
		width: 100%;
		max-width: 600px;
		margin: auto;
	}

	#promos1 .ax_mv_eastwest_simple .text-section .text {
		padding: 0 10px;
		font-size: 25.6px;
	}


	#promos1 .ax_mv_eastwest_simple .text-section::before {
		background: rgb(0,153,255, 0.3);
		background: -o-linear-gradient(right, rgb(0,153,255, 0) 0%, rgb(0,153,255, 0) 60%, rgb(0,153,255, 1) 85%, rgb(0,153,255, 1) 100%);
		background: -webkit-gradient(linear, right top, left top, from(rgb(0,153,255, 0)), color-stop(60%, rgb(0,153,255, 0)), color-stop(85%, rgb(0,153,255, 1)), to(rgb(0,153,255, 1)));
		background: linear-gradient(-90deg, rgb(0,153,255, 0) 0%, rgb(0,153,255, 0) 60%, rgb(0,153,255, 1) 85%, rgb(0,153,255, 1) 100%);
	}


	#promos1 .ax_mv_eastwest_simple.bg_another1 .text-section::before {
	}
}





/*===== メインビジュアル：MV（高さ固定型） promos1用 (東日本・西日本) ====*/
/* PC: 位置なりゆき、高さ260px */
/* SP: 位置なりゆき、高さなりゆき */

#promos1 .ax_mv_eastwest_rich {
	position: static;
}

#promos1 .ax_mv_eastwest_rich .text-section {
	position: relative;
	margin: auto;
}

#promos1 .ax_mv_eastwest_rich .text-section img {
	width: 100%;
	margin: 0;
}

#promos1 .ax_mv_eastwest_rich .text-section .text {
	transform: none;
	text-shadow: none;
	top: auto;
	left: auto;

	padding: 60px;
	font-size: 15.04px;
	color: #fff;
	letter-spacing: 0;
	line-height: 2.3;
	background: rgba(38,35,67,0.95);
}

#promos1 .ax_mv_eastwest_rich .text-section .text strong {
	display: block;
	font-size: 32px;
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.1em;
	line-height: 1;
}


@media print, screen and (min-width: 960px) {
	[data-page-marker~="with-mv-eastwest-rich"] #wrapper-2 {
		padding-top: calc(100% / 1400 * 600 + 60px + 100px);
	}

	[data-current-level="2"][data-page-marker~="with-mv-eastwest-rich"] #page-intro > h1 {
		display: none;
	}

	#promos1 .ax_mv_eastwest_rich > .column1 {
		position: absolute;
		top: auto;
		left: 0;
		width: 100%;
		max-width: none;
		margin: auto;
		margin-top: calc(100% / 1400 * -600 - 100px);
	}

	#promos1 .ax_mv_eastwest_rich .text-section {
		width: 100%;
/*		height: 260px; */
	}

	#promos1 .ax_mv_eastwest_rich .text-section::before {
		content: "";
		display: block;
		padding-top: calc(100% / 1400 * 600);
	}

	#promos1 .ax_mv_eastwest_rich .text-section img {
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: top center;
		   object-position: top center;
		font-family: "object-fit: cover;";
	}

	#promos1 .ax_mv_eastwest_rich .text-section .text {
		position: absolute;
		top: -60px;
		left: 0;

		width: auto;
		max-width: calc(1200px + 40px);
	}


	#promos1 .ax_mv_eastwest_rich > .column2 {
		display: none;
	}
}

@media screen and (max-width: 959px) {
	[data-current-level="2"][data-page-marker~="with-mv-eastwest-rich"] #page-intro > h1 {
		display: none;
	}

	#promos1 .ax_mv_eastwest_rich > .column1 {
		display: none;
	}

	#promos1 .ax_mv_eastwest_rich > .column2 {
		width: 100%;
		max-width: 600px;
		margin: auto;
	}

	#promos1 .ax_mv_eastwest_rich .text-section .text {
		position: static;
		padding: 35px;
		font-size: 13.16px;
	}

	#promos1 .ax_mv_eastwest_rich .text-section .text strong {
		display: block;
		font-size: 19.32px;
	}
}





/*==== マルチ３一覧(サムネイルなし) ニュースティッカー ====*/
#sharewithmain .ux_slick_multi3_ticker .slick-slide {
	margin-top: 15px;
	padding-bottom: 15px;
}


/*==== マルチ３一覧(サムネイル付き) タイル型ニューススライド ====*/
/* 設定resetしない、はみ出し対策必須 */
#promos3 .ux_slick_multi3_tile ,
#sharewithmain .ux_slick_multi3_tile {
	overflow: hidden;
}

#promos3 .ux_slick_multi3_tile .basic-list2.thumnail ,
#sharewithmain .ux_slick_multi3_tile .basic-list2.thumnail {
	overflow: visible;
	position: relative;
}

#promos3 .ux_slick_multi3_tile .basic-list2.thumnail .slick-slide ,
#sharewithmain .ux_slick_multi3_tile .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;
}

#promos3 .ux_slick_multi3_tile .arrow-dots ,
#sharewithmain .ux_slick_multi3_tile .arrow-dots {
	display: block;
}

#promos3 .ux_slick_multi3_tile .slick-dots ,
#sharewithmain .ux_slick_multi3_tile .slick-dots {
	display: none !important;
}

#promos3 .ux_slick_multi3_tile .slick-prev ,
#promos3 .ux_slick_multi3_tile .slick-next ,
#sharewithmain .ux_slick_multi3_tile .slick-prev ,
#sharewithmain .ux_slick_multi3_tile .slick-next {
	margin: 0;

	top: 70px;
	width: 50px;
	height: 50px;
	z-index: 1;

	opacity: 0.5;
}

#promos3 .ux_slick_multi3_tile .slick-prev ,
#sharewithmain .ux_slick_multi3_tile .slick-prev {
	left: -15px;
}
#promos3 .ux_slick_multi3_tile .slick-next ,
#sharewithmain .ux_slick_multi3_tile .slick-next {
	right: -15px;
}

#promos3 .ux_slick_multi3_tile .slick-prev::before ,
#promos3 .ux_slick_multi3_tile .slick-next::before ,
#sharewithmain .ux_slick_multi3_tile .slick-prev::before ,
#sharewithmain .ux_slick_multi3_tile .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;
}

#promos3 .ux_slick_multi3_tile .slick-next::before ,
#sharewithmain .ux_slick_multi3_tile .slick-next::before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

#promos3 .ux_slick_multi3_tile .slick-prev:hover ,
#promos3 .ux_slick_multi3_tile .slick-prev:focus ,
#promos3 .ux_slick_multi3_tile .slick-prev:active ,
#promos3 .ux_slick_multi3_tile .slick-next:hover ,
#promos3 .ux_slick_multi3_tile .slick-next:focus ,
#promos3 .ux_slick_multi3_tile .slick-next:active ,
#sharewithmain .ux_slick_multi3_tile .slick-prev:hover ,
#sharewithmain .ux_slick_multi3_tile .slick-prev:focus ,
#sharewithmain .ux_slick_multi3_tile .slick-prev:active ,
#sharewithmain .ux_slick_multi3_tile .slick-next:hover ,
#sharewithmain .ux_slick_multi3_tile .slick-next:focus ,
#sharewithmain .ux_slick_multi3_tile .slick-next:active {
	opacity: 1;
}

@media screen and (max-width: 959px) {
	#promos3 .ux_slick_multi3_tile .basic-list2.thumnail ,
	#sharewithmain .ux_slick_multi3_tile .basic-list2.thumnail {
		padding: 0 20px;
	}

	#promos3 .ux_slick_multi3_tile .slick-prev ,
	#promos3 .ux_slick_multi3_tile .slick-next ,
	#sharewithmain .ux_slick_multi3_tile .slick-prev ,
	#sharewithmain .ux_slick_multi3_tile .slick-next {
		width: 35px;
		height: 35px;
	}

	#promos3 .ux_slick_multi3_tile .slick-prev::before ,
	#promos3 .ux_slick_multi3_tile .slick-next::before ,
	#sharewithmain .ux_slick_multi3_tile .slick-prev::before ,
	#sharewithmain .ux_slick_multi3_tile .slick-next::before {
		width: 35px;
		height: 35px;
	}

	#promos3 .ux_slick_multi3_tile .slick-prev ,
	#sharewithmain .ux_slick_multi3_tile .slick-prev {
		left: -20px;
	}
	#promos3 .ux_slick_multi3_tile .slick-next ,
	#sharewithmain .ux_slick_multi3_tile .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 strong {
	display: block;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.31;
	color: #222;
	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: 16px;
	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: 15px;
	height: 13px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.png") center center no-repeat;
	background-size: contain;
}

/*
.dialog-outer-link .modaal-confirm-btn.modaal-ok::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 13px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.png") center center no-repeat;
	background-size: contain;
	margin-left: 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: 960px) {
	.dialog-outer-link .modaal-confirm-wrap {
		padding-top: 55px;
		direction: rtl;
	}
}

@media screen and (max-width: 959px) {
	.dialog-outer-link .text-section.highlight strong {
		font-size: 20px;
		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;
	visibility: hidden;
}

#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 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: 16px;
	line-height: 1.375;
	cursor: pointer;
}

@media print, screen and (min-width: 960px) {
	#site-info .ux_popup_cookie_warning {
		min-width: calc(1200px + 40px);
	}

	#site-info .ux_popup_cookie_warning > div {
		width: calc(1200px + 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 screen and (max-width: 959px) {
	#site-info .ux_popup_cookie_warning > div {
		padding: 15px 10px;
	}

	#site-info .ux_popup_cookie_warning .text-section {
		font-size: 11px;
	}

	#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;
	}

}



/*==== 医療関係者警告ダイアログ ====*/
#promos3 .ux_popup_medical_warning {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255, 0.95);
	z-index: 30000;
}

#promos3 .ux_popup_medical_warning.agree {
	width: 0;
	height: 0;
	visibility: hidden;
	display: none;
}

#promos3 .ux_popup_medical_warning > div {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	transform: translate(-50%, -50%);
	width: 818px;
	border: solid 5px #e2eaed;
	padding: 35px 40px 40px;
	background: #fff;

	color: inherit;
	font-size: 1rem;
	line-height: 1.6;
}

#promos3 .ux_popup_medical_warning strong {
	font-weight: bold;
}

#promos3 .ux_popup_medical_warning .title4 h4 {
	color: #1a6baa;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#promos3 .ux_popup_medical_warning .title3 h3 {
	padding: 2px 0;
	text-align: center;
	font-size: 22px;
	color: #fff;
	background-color: #1a6baa;
	margin-bottom: 10px;
}

#promos3 .ux_popup_medical_warning .text-section {
	margin-bottom: 15px;
}

#promos3 .ux_popup_medical_warning .lx_dialog_box_select {
	padding: 25px 20px;
	background: #e2eaed;
}

#promos3 .ux_popup_medical_warning .link-list ul {
	margin-top: 10px;
	text-align: center;
}

#promos3 .ux_popup_medical_warning .link-list li {
	display: inline-block;
	vertical-align: middle;
	width: 178px;
	margin: 0 8px;
}

#promos3 .ux_popup_medical_warning .link-list li > span ,
#promos3 .ux_popup_medical_warning .link-list li > a {
	position: relative;
	display: block;
	text-align: center;
	padding: 5px 8px;
	color: #004396;
	font-size: 28px;
	font-weight: bold;
	background-color: #fff;
	border: solid 1px #004396;
	cursor: pointer;
}

#promos3 .ux_popup_medical_warning .link-list li > span::before ,
#promos3 .ux_popup_medical_warning .link-list li > a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -5px;
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 10px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.png") center center no-repeat;
	background-size: contain;
}

#promos3 .ux_popup_medical_warning .link-list li.highlight > span ,
#promos3 .ux_popup_medical_warning .link-list li.highlight > a {
	color: #fff;
	background-color: #004396;
}

#promos3 .ux_popup_medical_warning .link-list li.highlight > span::before ,
#promos3 .ux_popup_medical_warning .link-list li.highlight > a::before {
	background-image: url("../../../../../../resources/sw_img/icon/icon_arr01_white.png");
}

#promos3 .ux_popup_medical_warning .link-list li > span:hover ,
#promos3 .ux_popup_medical_warning .link-list li > a:hover {
	opacity: 0.7;
}

@media print, screen and (min-width: 960px) {

}

@media screen and (max-width: 959px) {
	#promos3 .ux_popup_medical_warning > div {
		width: 90%;
		padding: 10px 10px 15px;
		font-size: 13px;
	}

	#promos3 .ux_popup_medical_warning .title3 h3 {
		font-size: 20px;
	}

	#promos3 .ux_popup_medical_warning .link-list li {
		width: calc(50% - 20px);
	}

	#promos3 .ux_popup_medical_warning .link-list li > span ,
	#promos3 .ux_popup_medical_warning .link-list li > a {
		font-size: 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: 14px;
	font-weight: bold;
	white-space: nowrap;
}

.ax_lang_link .active {
/*	border-bottom: 2px solid #000; */
}
.ax_lang_link .inactive {
}

.ax_lang_link a:hover {
	opacity: 0.7;
}


@media screen and (max-width: 959px) {
	.ax_lang_link {
		right: 10px;
	}

	.ax_lang_link span {
		font-size: 12px;
	}
}


/*==== 遅延読み込み ajax-load ====*/
.link-list-url.in-editor {
	border: 1px dashed #ddd;
	padding: 5px;
}

.link-list-url.in-editor h2 {
	font-size: 1rem;
	color: inherit;
	border: none;
	background: none;
}

.link-list-url.in-editor h2::before {
	content: none;
}

.link-list-url.loading {
	position: relative;
}

.link-list-url.loading::before {
	content: "";
	display: block;
	width: 100%;
	height: 100px;
	background: url(../../../../../../resources/sw_img/default/loading-spinner.gif) no-repeat center center;
}


/* エリアの中身を差し替える(エイリアス) */
.ux_ajax_include_arias > .column1:nth-child(1) ,
.ux_ajax_include_arias > .column2:nth-child(2) ,
.ux_ajax_include_arias > .column3:nth-child(3) ,
.ux_ajax_include_arias > .column4:nth-child(4) ,
.ux_ajax_include_arias > .column5:nth-child(5) ,
#html1 .ux_ajax_include_arias ,
#promos1 .ux_ajax_include_arias ,
#promos2 .ux_ajax_include_arias ,
#promos3 .ux_ajax_include_arias ,
#site-indo .ux_ajax_include_arias {
	display: none;
}


/*==== タブ切り替え ====*/
#sharewithmain .ux_tab_next_mcol {
}

#sharewithmain .ux_tab_next_mcol ~ .ux_tab_content.close {
	height: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.ux_tab_next_mcol .ux_tab_select {
	cursor: pointer;
}


/*==== 決算資料 アコーディオン ====*/
#sharewithmain .ux_accordion_result ,
#sharewithmain .lx_accordion_02 {
}

#sharewithmain .lx_accordion_02 {
	margin-bottom: 50px;
}

#sharewithmain .lx_accordion_02 > .column1 ,
#sharewithmain .lx_accordion_02 > .column2 {
	margin-bottom: 0;
}

.ux_accordion_result .news-result .group_year:not(:last-child) dl ,
.ux_accordion_result .news-yuho .group_year:not(:last-child) dl ,
.ux_accordion_result .news-presentation .group_year:not(:last-child) dl ,
.ux_accordion_result .news-material .group_year:not(:last-child) {
	margin-bottom: 0;
}

.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;
	margin-bottom: 0;
}

.ux_accordion_result .news-result h2.open:not(:first-child) ,
.ux_accordion_result .news-result h2.close:not(:first-child) ,
.ux_accordion_result .news-yuho h2.open:not(:first-child) ,
.ux_accordion_result .news-yuho h2.close:not(:first-child) ,
.ux_accordion_result .news-presentation h2.open:not(:first-child) ,
.ux_accordion_result .news-presentation h2.close:not(:first-child) ,
.ux_accordion_result .news-material h2.open:not(:first-child) ,
.ux_accordion_result .news-material h2.close:not(:first-child) {
	margin-top: 50px;
}

.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_arr01.png") center center no-repeat;
	background-size: contain;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.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(270deg);
	    -ms-transform: rotate(270deg);
	        transform: rotate(270deg);
}

.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: inherit;
	padding: 30px 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;
	padding: 0 10px;
}

.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;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-flow: row nowrap;
	        -webkit-box-orient: horizontal;
	        -webkit-box-direction: normal;
	            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: 36px;
	padding: 3px 30px;
	text-align: center;
	font-size: 15px;
	color: #1d2088;
	line-height: 1.46;
	background: #fff;
	text-decoration: none;
	border: 1px solid #1d2088;
}

.lx_list_tabstyle01 div.link-list:not(.highlight) ul li > a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -5px;
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 10px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.png") center center no-repeat;
	background-size: contain;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.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: #fff;
	background-color: #004396;

}

.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-image: url("../../../../../../resources/sw_img/icon/icon_arr01_white.png");
}

.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: 15px;
	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: 15px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #005aab;
	background: #005aab;
}


@media print, screen and (min-width: 960px) {
	.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 screen and (max-width: 959px) {
	.lx_list_pager01 div.link-list:not(.highlight) ul li:not(.highlight) > a {
		width: 30px;
		height: 30px;
		margin: 1px;
		font-size: 13px;
	}

	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight > a {
		width: 45px;
		height: 30px;
		margin: 1px;
		font-size: 13px;
	}

	.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;
	}

}

/*==== お問い合わせフォーム進捗表示スタイル ====*/
#sharewithmain .lx_list_inquiry_step {
}

.lx_list_inquiry_step .link-list:not(.highlight) {
}

.lx_list_inquiry_step .link-list:not(.highlight) ul {
	padding: 20px 20px 25px;
	background: #777;
}

.lx_list_inquiry_step .link-list:not(.highlight) li {
	display: block;
	padding: 5px 0;
	margin: 0;
}

.lx_list_inquiry_step .link-list:not(.highlight) li.text-without-link::before {
	content: none;
}

.lx_list_inquiry_step .link-list:not(.highlight) li > span ,
.lx_list_inquiry_step .link-list:not(.highlight) li > a {
	color: #ccc;
	border-bottom: 1px solid transparent;
}


.lx_list_inquiry_step .link-list:not(.highlight) li.highlight > span ,
.lx_list_inquiry_step .link-list:not(.highlight) li.highlight > a ,
.lx_list_inquiry_step .link-list:not(.highlight) li > a:hover {
	color: #fff;
}

.lx_list_inquiry_step .link-list:not(.highlight) li.highlight > span ,
.lx_list_inquiry_step .link-list:not(.highlight) li.highlight > a {
	border-bottom-color: #fff;
}


.lx_list_inquiry_step .link-list:not(.highlight) li.text-without-link:first-child ~ li:nth-child(even) > span {
	position: static;
	padding: 0;
	margin:0;
	border: none;
	background: none;
	color: inherit;
	font-size: inherit;
	font-weight: normal;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;

	display: inline-block;
	width: 5px;
	height: 20px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-transform: skewY(-45deg);
	    -ms-transform: skewY(-45deg);
	        transform: skewY(-45deg);
	margin-left: 30px;
}


.lx_list_inquiry_step div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul ,
.lx_list_inquiry_step div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul li {
	display: block;
}

@media print, screen and (min-width: 960px) {
	.lx_list_inquiry_step .link-list:not(.highlight) ul {
		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: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 30px 20px 35px;
	}

	.lx_list_inquiry_step .link-list:not(.highlight) li {
		display: inline-block;
		padding: 0 10px;
	}

	.lx_list_inquiry_step .link-list:not(.highlight) li.text-without-link:first-child ~ li:nth-child(even) > span {
		margin: 0;

		display: inline-block;
		width: 40px;
		height: 5px;
		border-left: none;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		-webkit-transform: skewX(45deg);
		    -ms-transform: skewX(45deg);
		        transform: skewX(45deg);
		margin-bottom: 3px;
	}

}


/*==== IR TOP > 最新イベント ====*/
#sharewithmain .lx_style_ir_latest_event {
}

.lx_style_ir_latest_event > .column1 {
	position: relative;
	padding: 40px 30px 1px;
	background: #d0f0ff;
}

.lx_style_ir_latest_event >*> .link-list {
	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-weight: bold;
}

.lx_style_ir_latest_event .teaser.no-img.style1 ,
.lx_style_ir_latest_event .external-teaser.no-img.style1 ,
.lx_style_ir_latest_event .download-teaser.no-img.style1 {
	position: absolute;
	top: 40px;
	right: 30px;
}

.lx_style_ir_latest_event .teaser.no-img.style1 h2 a ,
.lx_style_ir_latest_event .external-teaser.no-img.style1 h2 a ,
.lx_style_ir_latest_event .download-teaser.no-img.style1 h2 a {
	min-height: 40px;
}



/*-- 最新決算資料 --*/
#sharewithmain .lx_style_ir_latest_earnings {
}

.lx_style_ir_latest_earnings > .column1 {
	position: relative;
	padding: 40px 30px 1px;
	background: #d0f0ff;
}

.lx_style_ir_latest_earnings .title2 h2 {
	padding-top: 0;

	font-size: 20px;
	color: #1a6baa;
	font-weight: bold;
	margin-bottom: 35px;
}

.lx_style_ir_latest_earnings .teaser.no-img.style1 ,
.lx_style_ir_latest_earnings .external-teaser.no-img.style1 ,
.lx_style_ir_latest_earnings .download-teaser.no-img.style1 {
	position: absolute;
	top: 40px;
	right: 30px;
}

.lx_style_ir_latest_earnings .teaser.no-img.style1 h2 a ,
.lx_style_ir_latest_earnings .external-teaser.no-img.style1 h2 a ,
.lx_style_ir_latest_earnings .download-teaser.no-img.style1 h2 a {
	min-height: 40px;
}

.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 h2 ,
.lx_style_ir_latest_earnings .news-material .group_year ~ h2 ,
.lx_style_ir_latest_earnings .news-material .group_year ~ .group_year ,
.lx_style_ir_latest_earnings .news-material dl ~ h2 ,
.lx_style_ir_latest_earnings .news-material dl ~ dl ,
.lx_style_ir_latest_earnings .news-result .group_year ~ h2 ,
.lx_style_ir_latest_earnings .news-result .group_year ~ .group_year ,
.lx_style_ir_latest_earnings .news-result dl ~ h2 ,
.lx_style_ir_latest_earnings .news-result dl ~ dl {
	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 {
	margin-bottom: 0;
}

.lx_style_ir_latest_earnings .news-material dl {
	margin-bottom: 20px;
}

.lx_style_ir_latest_earnings .news-result .group_year ,
.lx_style_ir_latest_earnings .news-material .group_year {
	margin-top: 10px;
	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: 18px;
	font-weight: bold;
	line-height: 1.25;

	margin-bottom: 5px;
}

.lx_style_ir_latest_earnings .news-material dl dt::before ,
.lx_style_ir_latest_earnings .news-material dl dt::after {
	content: none;
}

.lx_style_ir_latest_earnings .news-result dl dt .title-quater ,
.lx_style_ir_latest_earnings .news-material dl dt .title-quater {
	display: inline;
}


.lx_style_ir_latest_earnings .news-result dl dd ,
.lx_style_ir_latest_earnings .news-material dl dd {
	display: inline-block;
	margin-right: 30px;
}






/*------------------ HOMEページ 設定サンプル ------------------*/
/*==== HOME共通 ====*/

/*----- マルチカラムの上下に線を引く、連続した時は線を重ねる ----*/
#sharewithmain .lx_sample_mcol_topline_01 {
	padding-top: 40px;
	border-top: 1px solid #eee;
}

#sharewithmain .lx_sample_mcol_bottomline_01 {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

#sharewithmain .lx_sample_mcol_bottomline_01 + .lx_sample_mcol_topline_01 {
	margin-top: -1px;
}

/*---- マルチカラムに背景色をつける -----*/
#sharewithmain .lx_sample_mcol_bg_gray01 {
	background: #fafbfb;
}


/*----- 複数マルチカラム灰色背景 ----*/
#sharewithmain .lx_sample_mcol_bg_gray02 {
}

#sharewithmain .lx_sample_mcol_bg_gray02 {
	padding: 25px 25px 0;
	background: #ccc;
	margin-bottom: 50px;
}

#sharewithmain .lx_sample_mcol_bg_gray02 + .lx_sample_mcol_bg_gray02 {
	margin-top: -50px;
}

/* 囲み線テキストを置いた場合は、そこが白色背景 */
.lx_sample_mcol_bg_gray02 .highlight-quoted-text {
	background: #fff;
}



/*-- ニュースティッカー */
#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-list2:not(.thumnail) {
	margin-bottom: 0;
}


/*-- トピックス（タイル型ニュース） */
#sharewithmain .lx_multi2_col4col2 {
}

@media print, screen and (min-width: 960px) {
	.lx_multi2_col4col2 .basic-list2.thumnail .tabItems li {
		width: calc(100% / 4 - 18px);
	}
}

@media screen and (max-width: 959px) {
	.lx_multi2_col4col2 .basic-list2.thumnail .tabItems {
		margin-right: 0;
	}

	.lx_multi2_col4col2 .basic-list2.thumnail .tabItems li {
		width: calc(100% /2 - 18px);
		margin-left: 9px;
		margin-right: 9px;
	}
}



/*-- ニュース用 狭幅moreボタン --*/
.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 .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 .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;
}

/*-- news tab --*/
#sharewithmain .lx_sample_list_tab01 {
}

.lx_sample_list_tab01 div.link-list:not(.highlight) {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.lx_sample_list_tab01 div.link-list:not(.highlight) ul {
	margin: 0;

	display: table-row
}

.lx_sample_list_tab01 div.link-list:not(.highlight) ul li {
	margin: 0;
	padding: 0;
	background: none;

	display: table-cell;
	vertical-align: bottom;
}

.lx_sample_list_tab01 div.link-list:not(.highlight) ul li::before ,
.lx_sample_list_tab01 div.link-list:not(.highlight) ul li::after {
	content: none;
}

.lx_sample_list_tab01 div.link-list:not(.highlight) ul li > span ,
.lx_sample_list_tab01 div.link-list:not(.highlight) ul li > a {
	position: relative;
	overflow: visible;
	display: block;
	padding: 20px 5px;
	text-align: center;
	color: inherit;
	font-size: 19px;
	line-height: 1;
	text-decoration: none;
	border-bottom: 3px solid #d6dbdc;
}

.lx_sample_list_tab01 div.link-list:not(.highlight) ul li > span::before ,
.lx_sample_list_tab01 div.link-list:not(.highlight) ul li > a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -6px;
	display: block;
	border: 6px solid transparent;
	border-bottom: 10px solid transparent;
}

.lx_sample_list_tab01 div.link-list:not(.highlight) ul li.act > a ,
.lx_sample_list_tab01 div.link-list:not(.highlight) ul li.act > span ,
.lx_sample_list_tab01 div.link-list:not(.highlight) ul li > span:hover ,
.lx_sample_list_tab01 div.link-list:not(.highlight) ul li > a:hover {
	border-bottom-color: #1d2088;
}

.lx_sample_list_tab01 div.link-list:not(.highlight) ul li.act > a::before ,
.lx_sample_list_tab01 div.link-list:not(.highlight) ul li.act > span::before {
	border-bottom-color: #1d2088;
}

.lx_sample_list_tab01 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul ,
.lx_sample_list_tab01 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul li {
	display: block;
	margin-bottom: 10px;
}


@media screen and (max-width: 959px) {
	.lx_sample_list_tab01 div.link-list:not(.highlight) ul li > span ,
	.lx_sample_list_tab01 div.link-list:not(.highlight) ul li > a {
		font-size: 17px;
	}
}


/*-- comboニュース --*/
#sharewithmain .lx_sample_combo_twin_news {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}

@media print, screen and (min-width: 960px) {
	#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: 50%;
		max-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: 50%;
		max-width: 500px;
		padding: 40px 20px 85px 40px;
		margin-left: 0;
		border-left: 1px solid #eee;
		margin-bottom: 0;
	}

	.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) + .teaser.no-img.style1 {
		margin-left: -250px;
	}

	.lx_sample_combo_twin_news > .column2 .basic-list2:not(.thumnail) + .teaser.no-img.style1 {
		margin-left: 250px;
	}

}

@media screen and (max-width: 959px) {
	#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;
	padding-left: 0;
	padding-right: 0;
}

#sharewithmain .lx_sample_col_grid_01 > .column2 {
	background: #fafafa;
}

/*-- PC:第１カラムが右端中段に配置、SP:第１カラムが上で右端に配置 --*/
#sharewithmain .lx_sample_col_grid_01.lx_mcol_rtl {
}

.lx_sample_col_grid_01 > .column1 .text-section:not(.highlight) ,
.lx_sample_col_grid_01 > .column1 .text-section:not(.highlight) img {
	width: 100%;
	margin-bottom: 0;
}

@media print, screen and (min-width: 960px) {
	#sharewithmain .lx_sample_col_grid_01 {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}

	#sharewithmain .lx_sample_col_grid_01 > .column1 {
		vertical-align: middle;
		max-width: none;
		width: 40%;
		margin-left: 0;
		margin-right: 5%;
	}

	#sharewithmain .lx_sample_col_grid_01 > .column2 {
		vertical-align: middle;
		max-width: 550px;
		width: 55%;
		margin-left: 0;
		margin-right: 0;
		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 {
	}
}

@media screen and (max-width: 959px) {
	#sharewithmain .lx_sample_col_grid_01 {
	}

	#sharewithmain .lx_sample_col_grid_01 > .column1 {
		margin-left: 0;
		margin-right: 10%;
		margin-bottom: 20px;
		max-width: none;
		width: 90%;
	}

	#sharewithmain .lx_sample_col_grid_01 > .column2 {
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 50px;
		max-width: none;
		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: 960px) {
	#sharewithmain .lx_sample_col_grid_02 {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	#sharewithmain .lx_sample_col_grid_02 > .column1 {
		vertical-align: middle;
		max-width: 450px;
		width: 45%;
		padding-right: 5%;
		margin-left: 0;
		margin-right: 0;
	}

	#sharewithmain .lx_sample_col_grid_02 > .column2 {
		vertical-align: middle;
		max-width: 550px;
		width: 55%;
		margin-left: 0;
		margin-right: 0;
		padding: 40px 0;
		padding-right: 50px;
	}

	#sharewithmain .lx_sample_col_grid_02.lx_mcol_rtl > .column1 {
		padding-right: 0;
		padding-left: 5%;
	}

	#sharewithmain .lx_sample_col_grid_02.lx_mcol_rtl > .column2 {
		padding: 40px 0;
		padding-left: 50px;
	}
}

@media screen and (max-width: 959px) {
	#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%;
		margin-bottom: 5px;
		width: 90%;
	}

	#sharewithmain .lx_sample_col_grid_02 > .column2 {
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 5px;
		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: 960px) {
	#sharewithmain .lx_sample_col_grid_03{
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}

	#sharewithmain .lx_sample_col_grid_03 > .column1 {
		vertical-align: middle;
		max-width: none;
		width: 50%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}

	#sharewithmain .lx_sample_col_grid_03 > .column2 {
		position: relative;
		z-index: 1;
		vertical-align: middle;
		max-width: 650px;
		width: 65%;
		margin-left: -150px;
		margin-bottom: 0;
	}

	#sharewithmain .lx_sample_col_grid_03.lx_mcol_rtl > .column1 {
		margin-left: 0;
		margin-right: auto;
	}

	#sharewithmain .lx_sample_col_grid_03.lx_mcol_rtl > .column2 {
		margin-left: 0;
		margin-right: -150px;
	}
}

@media screen and (max-width: 959px) {
	#sharewithmain .lx_sample_col_grid_03 {
		padding-left: 0;
		padding-right: 0;
	}

	#sharewithmain .lx_sample_col_grid_03 > .column1 {
		margin-left: 0;
		margin-right: 10%;
		max-width: none;
		width: 90%;
		margin-bottom: 0;
	}

	#sharewithmain .lx_sample_col_grid_03 > .column2 {
		position: relative;
		margin-top: -60px;
		margin-left: 20px;
		margin-right: 20px;
		width: calc(100% - 40px);
		margin-bottom: 0;
	}

	#sharewithmain .lx_sample_col_grid_03.lx_mcol_rtl > .column1 {
		margin-left: 10%;
		margin-right: 0;
	}

	#sharewithmain .lx_sample_col_grid_03.lx_mcol_rtl > .column2 {
	}
}



/*==== ブロークングリッド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: 960px) {
	#sharewithmain .lx_sample_col_grid_04 {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	#sharewithmain .lx_sample_col_grid_04 > .column1 {
		vertical-align: middle;
		max-width: 500px;
		width: 50%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}

	#sharewithmain .lx_sample_col_grid_04 > .column2 {
		position: relative;
		z-index: 1;
		vertical-align: middle;
		max-width: 650px;
		width: 65%;
		margin-left: -150px;
		margin-right: 0;
		margin-bottom: 0;
	}

	#sharewithmain .lx_sample_col_grid_04.lx_mcol_rtl > .column1 {
	}
	#sharewithmain .lx_sample_col_grid_04.lx_mcol_rtl > .column2 {
		margin-left: 0;
		margin-right: -150px;
	}
}

@media screen and (max-width: 959px) {
	#sharewithmain .lx_sample_col_grid_04 {
		padding-left: 0;
		padding-right: 0;
	}

	#sharewithmain .lx_sample_col_grid_04 > .column1 {
		margin-left: 0;
		margin-right: 10%;
		max-width: none;
		width: 90%;
		margin-bottom: 0;
	}

	#sharewithmain .lx_sample_col_grid_04 > .column2 {
		position: relative;
		margin-top: -60px;
		margin-left: 20px;
		margin-right: 20px;
		width: calc(100% - 40px);
		margin-bottom: 0;
	}

	#sharewithmain .lx_sample_col_grid_04.lx_mcol_rtl > .column1 {
		margin-left: 10%;
		margin-right: 0;
	}
	#sharewithmain .lx_sample_col_grid_04.lx_mcol_rtl > .column2 {
	}
}



/*-- バナー 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: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 1.25;
	text-decoration: none;
}

.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: 12px;
	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: 15px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01_white.png") 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: 17px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.png") center center no-repeat;
	background-size: contain;
	margin-left: 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):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):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.15);
	    -ms-transform: scale(1.15);
	        transform: scale(1.15);
}


/*-- 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: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 1.25;
	text-decoration: none;
}

.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: 16px;
	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: 15px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01_white.png") 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: 17px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.png") center center no-repeat;
	background-size: contain;
	margin-left: 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: 24px;
}

.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: 16px;
}

.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: 20px;
}

.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: 14px;
}

.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: 18px;
}

.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: 12px;
}




/*-- バナー 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: 17px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 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):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 {
	text-decoration: underline;
}

.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 screen and (max-width: 959px) {
	.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: 16px;
	color: #222;
	font-weight: bold;
	line-height: 1.25;
	text-decoration: none;
	border: 1px solid #eee;
}

.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: 6px;
	height: 10px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.png") 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: 17px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.lx_sample_teaser_05 .download-teaser.no-img.style1 h2 a[href*=".pdf"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	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: 14px;
}

.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.png");
}

@media screen and (max-width: 959px) {
	.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;
	}

}


/*-- バナー type06 --*/
#sharewithmain .lx_sample_teaser_06 {
}

.lx_sample_teaser_06 .teaser:not(.no-img).style1 ,
.lx_sample_teaser_06 .external-teaser:not(.no-img).style1 ,
.lx_sample_teaser_06 .download-teaser:not(.no-img).style1 {
	position: relative;
	display: block;
}

.lx_sample_teaser_06 .teaser:not(.no-img).style1 h2 ,
.lx_sample_teaser_06 .external-teaser:not(.no-img).style1 h2 ,
.lx_sample_teaser_06 .download-teaser:not(.no-img).style1 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_06 .teaser:not(.no-img).style1 h2 a ,
.lx_sample_teaser_06 .external-teaser:not(.no-img).style1 h2 a ,
.lx_sample_teaser_06 .download-teaser:not(.no-img).style1 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: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 1.25;
	text-decoration: none;
}

.lx_sample_teaser_06 .teaser:not(.no-img).style1 h2 a span ,
.lx_sample_teaser_06 .external-teaser:not(.no-img).style1 h2 a span ,
.lx_sample_teaser_06 .download-teaser:not(.no-img).style1 h2 a span {
	display: block;
	font-size: 12px;
	margin: 3px 0;
	letter-spacing: normal;
}

.lx_sample_teaser_06 .teaser:not(.no-img).style1 h2 a::before ,
.lx_sample_teaser_06 .external-teaser:not(.no-img).style1 h2 a::before ,
.lx_sample_teaser_06 .download-teaser:not(.no-img).style1 h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -10px;
	width: 9px;
	height: 15px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01_white.png") center center no-repeat;
	background-size: contain;
}

.lx_sample_teaser_06 .teaser:not(.no-img).style1 h2 a[target="_blank"]::after ,
.lx_sample_teaser_06 .external-teaser:not(.no-img).style1 h2 a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.lx_sample_teaser_06 .teaser:not(.no-img).style1 h2 + a ,
.lx_sample_teaser_06 .external-teaser:not(.no-img).style1 h2 + a ,
.lx_sample_teaser_06 .download-teaser:not(.no-img).style1 h2 + a {
}

.lx_sample_teaser_06 .teaser:not(.no-img).style1 h2 + a img ,
.lx_sample_teaser_06 .external-teaser:not(.no-img).style1 h2 + a img ,
.lx_sample_teaser_06 .download-teaser:not(.no-img).style1 h2 + a img {
	display: block;
	width: 100%;
	opacity: 1;
	-webkit-transform: scale(1.15);
	    -ms-transform: scale(1.15);
	        transform: scale(1.15);

	-webkit-transition: 0.7s 0.1s;
	-o-transition: 0.7s 0.1s;
	transition: 0.7s 0.1s;
}


.lx_sample_teaser_06 .teaser:not(.no-img).style1 p ,
.lx_sample_teaser_06 .external-teaser:not(.no-img).style1 p ,
.lx_sample_teaser_06 .download-teaser:not(.no-img).style1 p {
	display: none;
}

.lx_sample_teaser_06 .teaser:not(.no-img).style1:hover h2 a ,
.lx_sample_teaser_06 .external-teaser:not(.no-img).style1:hover h2 a ,
.lx_sample_teaser_06 .download-teaser:not(.no-img).style1:hover h2 a {
	text-decoration: none;
}

.lx_sample_teaser_06 .teaser:not(.no-img).style1:hover h2 + a img ,
.lx_sample_teaser_06 .external-teaser:not(.no-img).style1:hover h2 + a img ,
.lx_sample_teaser_06 .download-teaser:not(.no-img).style1:hover h2 + a img {
	opacity: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}


/*-- バナー type07 --*/
#sharewithmain .lx_sample_teaser_07 {
}

.lx_sample_teaser_07 .teaser:not(.no-img).style1 ,
.lx_sample_teaser_07 .external-teaser:not(.no-img).style1 ,
.lx_sample_teaser_07 .download-teaser:not(.no-img).style1 {
	position: relative;
	display: block;
}

.lx_sample_teaser_07 .teaser:not(.no-img).style1 h2 ,
.lx_sample_teaser_07 .external-teaser:not(.no-img).style1 h2 ,
.lx_sample_teaser_07 .download-teaser:not(.no-img).style1 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_07 .teaser:not(.no-img).style1 h2 a ,
.lx_sample_teaser_07 .external-teaser:not(.no-img).style1 h2 a ,
.lx_sample_teaser_07 .download-teaser:not(.no-img).style1 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: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 1.25;
	text-decoration: none;
}

.lx_sample_teaser_07 .teaser:not(.no-img).style1 h2 a span ,
.lx_sample_teaser_07 .external-teaser:not(.no-img).style1 h2 a span ,
.lx_sample_teaser_07 .download-teaser:not(.no-img).style1 h2 a span {
	display: block;
	font-size: 12px;
	margin: 3px 0;
	letter-spacing: normal;
}

.lx_sample_teaser_07 .teaser:not(.no-img).style1 h2 a::before ,
.lx_sample_teaser_07 .external-teaser:not(.no-img).style1 h2 a::before ,
.lx_sample_teaser_07 .download-teaser:not(.no-img).style1 h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -10px;
	width: 9px;
	height: 15px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01_white.png") center center no-repeat;
	background-size: contain;
}

.lx_sample_teaser_07 .teaser:not(.no-img).style1 h2 a[target="_blank"]::after ,
.lx_sample_teaser_07 .external-teaser:not(.no-img).style1 h2 a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.lx_sample_teaser_07 .teaser:not(.no-img).style1 > a ,
.lx_sample_teaser_07 .external-teaser:not(.no-img).style1 > a ,
.lx_sample_teaser_07 .download-teaser:not(.no-img).style1 > a {
	position: relative;
}

.lx_sample_teaser_07 .teaser:not(.no-img).style1 > a::before ,
.lx_sample_teaser_07 .external-teaser:not(.no-img).style1 > a::before ,
.lx_sample_teaser_07 .download-teaser:not(.no-img).style1 > a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.lx_sample_teaser_07 .teaser:not(.no-img).style1 h2 + a img ,
.lx_sample_teaser_07 .external-teaser:not(.no-img).style1 h2 + a img ,
.lx_sample_teaser_07 .download-teaser:not(.no-img).style1 h2 + a img {
	display: block;
	width: 100%;
	opacity: 1;
}


.lx_sample_teaser_07 .teaser:not(.no-img).style1 p ,
.lx_sample_teaser_07 .external-teaser:not(.no-img).style1 p ,
.lx_sample_teaser_07 .download-teaser:not(.no-img).style1 p {
	display: none;
}

.lx_sample_teaser_07 .teaser:not(.no-img).style1:hover h2 a ,
.lx_sample_teaser_07 .external-teaser:not(.no-img).style1:hover h2 a ,
.lx_sample_teaser_07 .download-teaser:not(.no-img).style1:hover h2 a {
	text-decoration: none;
}

.lx_sample_teaser_07 .teaser:not(.no-img).style1:hover > a::before ,
.lx_sample_teaser_07 .external-teaser:not(.no-img).style1:hover > a::before ,
.lx_sample_teaser_07 .download-teaser:not(.no-img).style1:hover > a::before {
	background: rgba(0,0,0, 0.3);
}

.lx_sample_teaser_07 .teaser:not(.no-img).style1:hover h2 + a img ,
.lx_sample_teaser_07 .external-teaser:not(.no-img).style1:hover h2 + a img ,
.lx_sample_teaser_07 .download-teaser:not(.no-img).style1:hover h2 + a img {
	opacity: 1;
}


/*-- バナー type08 --*/
#sharewithmain .lx_sample_teaser_08 {
}

.lx_sample_teaser_08 .teaser:not(.no-img).style1 ,
.lx_sample_teaser_08 .external-teaser:not(.no-img).style1 ,
.lx_sample_teaser_08 .download-teaser:not(.no-img).style1 {
	position: relative;
	display: block;
}

.lx_sample_teaser_08 .teaser:not(.no-img).style1 h2 ,
.lx_sample_teaser_08 .external-teaser:not(.no-img).style1 h2 ,
.lx_sample_teaser_08 .download-teaser:not(.no-img).style1 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_08 .teaser:not(.no-img).style1 h2 a ,
.lx_sample_teaser_08 .external-teaser:not(.no-img).style1 h2 a ,
.lx_sample_teaser_08 .download-teaser:not(.no-img).style1 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: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 1.25;
	text-decoration: none;
}

.lx_sample_teaser_08 .teaser:not(.no-img).style1 h2 a span ,
.lx_sample_teaser_08 .external-teaser:not(.no-img).style1 h2 a span ,
.lx_sample_teaser_08 .download-teaser:not(.no-img).style1 h2 a span {
	display: block;
	font-size: 12px;
	margin: 3px 0;
	letter-spacing: normal;
}

.lx_sample_teaser_08 .teaser:not(.no-img).style1 h2 a::before ,
.lx_sample_teaser_08 .external-teaser:not(.no-img).style1 h2 a::before ,
.lx_sample_teaser_08 .download-teaser:not(.no-img).style1 h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -10px;
	width: 9px;
	height: 15px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01_white.png") center center no-repeat;
	background-size: contain;
}

.lx_sample_teaser_08 .teaser:not(.no-img).style1 h2 a[target="_blank"]::after ,
.lx_sample_teaser_08 .external-teaser:not(.no-img).style1 h2 a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.lx_sample_teaser_08 .teaser:not(.no-img).style1 h2 + a ,
.lx_sample_teaser_08 .external-teaser:not(.no-img).style1 h2 + a ,
.lx_sample_teaser_08 .download-teaser:not(.no-img).style1 h2 + a {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.lx_sample_teaser_08 .teaser:not(.no-img).style1 h2 + a img ,
.lx_sample_teaser_08 .external-teaser:not(.no-img).style1 h2 + a img ,
.lx_sample_teaser_08 .download-teaser:not(.no-img).style1 h2 + a img {
	display: block;
	width: 100%;
	opacity: 1;
}


.lx_sample_teaser_08 .teaser:not(.no-img).style1 p ,
.lx_sample_teaser_08 .external-teaser:not(.no-img).style1 p ,
.lx_sample_teaser_08 .download-teaser:not(.no-img).style1 p {
	display: none;
}

.lx_sample_teaser_08 .teaser:not(.no-img).style1:hover h2 a ,
.lx_sample_teaser_08 .external-teaser:not(.no-img).style1:hover h2 a ,
.lx_sample_teaser_08 .download-teaser:not(.no-img).style1:hover h2 a {
	text-decoration: none;
}

.lx_sample_teaser_08 .teaser:not(.no-img).style1:hover h2 + a ,
.lx_sample_teaser_08 .external-teaser:not(.no-img).style1:hover h2 + a ,
.lx_sample_teaser_08 .download-teaser:not(.no-img).style1:hover h2 + a {
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0, 0.4);
	        box-shadow: 3px 3px 5px rgba(0,0,0, 0.4);
}

.lx_sample_teaser_08 .teaser:not(.no-img).style1:hover h2 + a img ,
.lx_sample_teaser_08 .external-teaser:not(.no-img).style1:hover h2 + a img ,
.lx_sample_teaser_08 .download-teaser:not(.no-img).style1:hover h2 + a img {
	opacity: 1;
}


/*-- バナー type09 --*/
#sharewithmain .lx_sample_teaser_09 {
}

.lx_sample_teaser_09 .teaser.no-img.style1 ,
.lx_sample_teaser_09 .external-teaser.no-img.style1 ,
.lx_sample_teaser_09 .download-teaser.no-img.style1 {
	max-width: 500px;
	position: relative;
	z-index: 1;
}

.lx_sample_teaser_09 .teaser.no-img.style1 h2 ,
.lx_sample_teaser_09 .external-teaser.no-img.style1 h2 ,
.lx_sample_teaser_09 .download-teaser.no-img.style1 h2 {
	position: relative;
}

.lx_sample_teaser_09 .teaser.no-img.style1 h2 a ,
.lx_sample_teaser_09 .external-teaser.no-img.style1 h2 a ,
.lx_sample_teaser_09 .download-teaser.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: 76px;
	padding: 5px 25px;
	padding-right: 45px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.02em;
	background: #2bccb6;
	background: -o-linear-gradient(right, #21bec9 0%, #55d87c 53%, #81c838 100%);
	background: -webkit-gradient(linear, right top, left top, from(#21bec9), color-stop(53%, #55d87c), to(#81c838));
	background: linear-gradient(-90deg, #21bec9 0%, #55d87c 53%, #81c838 100%);
	border: none;
	-webkit-box-shadow: 2px 1px 10px rgba(32, 35, 37, 0.2);
	        box-shadow: 2px 1px 10px rgba(32, 35, 37, 0.2);
	text-decoration: none;
	border-radius: 4px;
}

.lx_sample_teaser_09 .teaser.no-img.style1 h2 a::before ,
.lx_sample_teaser_09 .external-teaser.no-img.style1 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.png") center center no-repeat;
	background-size: contain;
}

.lx_sample_teaser_09 .teaser.no-img.style1 h2 a[target="_blank"]::after ,
.lx_sample_teaser_09 .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_white.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
	margin-top: -5px;
}

.lx_sample_teaser_09 .download-teaser.no-img.style1 h2 a[href*=".pdf"]::after ,
.lx_sample_teaser_09 .download-teaser.no-img.style1 h2 a[href*=".xls"]::after ,
.lx_sample_teaser_09 .download-teaser.no-img.style1 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;
}

.lx_sample_teaser_09 .download-teaser.no-img.style1 h2 a[href*=".xls"]::after {
	background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/excel.png");
}

.lx_sample_teaser_09 .download-teaser.no-img.style1 h2 a[href*=".zip"]::after {
	background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/zip.png");
}

.lx_sample_teaser_09 .teaser.no-img.style1 p ,
.lx_sample_teaser_09 .external-teaser.no-img.style1 p ,
.lx_sample_teaser_09 .download-teaser.no-img.style1 p {
	margin-top: 15px;
	font-size: 14px;
}

.lx_sample_teaser_09 .teaser.no-img.style1 h2 a:hover ,
.lx_sample_teaser_09 .external-teaser.no-img.style1 h2 a:hover ,
.lx_sample_teaser_09 .download-teaser.no-img.style1 h2 a:hover {
	background: #2bccb6;
	background: -o-linear-gradient(right, #28cfd7 0%, #98e8ee 100%);
	background: -webkit-gradient(linear, right top, left top, from(#28cfd7), to(#98e8ee));
	background: linear-gradient(-90deg, #28cfd7 0%, #98e8ee 100%);
}


/*-- バナー type10 --*/
.lx_sample_teaser_10 .teaser.no-img.style1 ,
.lx_sample_teaser_10 .external-teaser.no-img.style1 ,
.lx_sample_teaser_10 .download-teaser.no-img.style1 {
	max-width: 500px;
}

.lx_sample_teaser_10 .teaser.no-img.style1 h2 ,
.lx_sample_teaser_10 .external-teaser.no-img.style1 h2 ,
.lx_sample_teaser_10 .download-teaser.no-img.style1 h2 {
	position: relative;
}

.lx_sample_teaser_10 .teaser.no-img.style1 h2 a ,
.lx_sample_teaser_10 .external-teaser.no-img.style1 h2 a ,
.lx_sample_teaser_10 .download-teaser.no-img.style1 h2 a {
	padding: 10px 30px;
	text-align: center;
	font-size: 1rem;
	color: #222;
	background: #fff;
	text-decoration: none;
	border: 1px solid #bbb;
	border-radius: 3px;
}

.lx_sample_teaser_10 .teaser.no-img.style1 h2 a::before ,
.lx_sample_teaser_10 .external-teaser.no-img.style1 h2 a::before ,
.lx_sample_teaser_10 .download-teaser.no-img.style1 h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -5px;
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 10px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.png") center center no-repeat;
	background-size: contain;
}

.lx_sample_teaser_10 .teaser.no-img.style1 h2 a[target="_blank"]::after ,
.lx_sample_teaser_10 .external-teaser.no-img.style1 h2 a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.lx_sample_teaser_10 .download-teaser.no-img.style1 h2 a[href*=".pdf"]::after ,
.lx_sample_teaser_10 .download-teaser.no-img.style1 h2 a[href*=".xls"]::after ,
.lx_sample_teaser_10 .download-teaser.no-img.style1 h2 a[href*=".zip"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	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_10 .download-teaser.no-img.style1 h2 a[href*=".xls"]::after {
	width: 18px;
	height: 20px;
	background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/excel.png");
}

.lx_sample_teaser_10 .download-teaser.no-img.style1 h2 a[href*=".zip"]::after {
	width: 18px;
	height: 20px;
	background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/zip.png");
}

.lx_sample_teaser_10 .teaser.no-img.style1 p ,
.lx_sample_teaser_10 .external-teaser.no-img.style1 p ,
.lx_sample_teaser_10 .download-teaser.no-img.style1 p {
	margin-top: 10px;
	font-size: 1rem;
}

.lx_sample_teaser_10 .teaser.no-img.style1 h2 a:hover ,
.lx_sample_teaser_10 .external-teaser.no-img.style1 h2 a:hover ,
.lx_sample_teaser_10 .download-teaser.no-img.style1 h2 a:hover {
	background-color: rgba(255,255,255, 0.7);
}






/*-- エリアリンク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: 24px;
	font-weight: bold;
	margin: 0.25em 0;
}

.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: 24px;
}

.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: 20px;
}

.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: 16px;
	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: 24px;
	font-weight: bold;
	margin: 0.25em 0;
}

.lx_sample_arealink_03 .internal-link-area:not(.highlight) > a:hover ,
.lx_sample_arealink_03 .external-link-area:not(.highlight) > a:hover {
	text-decoration: underline;
}


.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: 24px;
}

.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: 20px;
}

.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: 16px;
	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: 30px;
	font-weight: bold;
	margin: 0.25em 0;
}

.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: 6px;
	height: 10px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.png") 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 screen and (max-width: 959px) {
	.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: 30px;
	font-weight: bold;
	margin: 0.25em 0;
}

.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: 6px;
	height: 10px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.png") 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 screen and (max-width: 959px) {
	.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 screen and (max-width: 959px) {
	#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: 30px;
	font-weight: bold;
	margin-bottom: 0;
}

.lx_sample_combo_number_pickup01 .text-section.highlight u {
	text-decoration: none;

    display: inline-block;
    margin: 0.25em 0.1em 0 0;
	font-size: 60px;
	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: 30px;
}

.lx_sample_combo_number_pickup01.multiColumn2 .text-section.highlight u {
	font-size: 60px;
}

.lx_sample_combo_number_pickup01.multiColumn3 .text-section.highlight {
	font-size: 24px;
}

.lx_sample_combo_number_pickup01.multiColumn3 .text-section.highlight u {
	font-size: 50px;
}

.lx_sample_combo_number_pickup01.multiColumn4 .text-section.highlight {
	font-size: 16px;
}

.lx_sample_combo_number_pickup01.multiColumn4 .text-section.highlight u {
	font-size: 30px;
}

@media screen and (max-width: 959px) {
	.lx_sample_combo_number_pickup01 .text-section.highlight {
		font-size: 20px;
	}

	.lx_sample_combo_number_pickup01 .text-section.highlight u {
		font-size: 40px;
	}

	.lx_sample_combo_number_pickup01.multiColumn2 .text-section.highlight ,
	.lx_sample_combo_number_pickup01.multiColumn3 .text-section.highlight {
		font-size: 20px;
	}

	.lx_sample_combo_number_pickup01.multiColumn2 .text-section.highlight u ,
	.lx_sample_combo_number_pickup01.multiColumn3 .text-section.highlight u {
		font-size: 40px;
	}

	.lx_sample_combo_number_pickup01.multiColumn4 .text-section.highlight {
		font-size: 16px;
	}

	.lx_sample_combo_number_pickup01.multiColumn4 .text-section.highlight u {
		font-size: 24px;
	}
}


/*==== 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: 38px;
	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: #222;
	padding: 2px;
	font-size: 14px;
	line-height: 1.3;
}

.lx_sample_table_calendar01 div.shwTable .tbCore tr:last-child td:nth-child(2) ,
.lx_sample_table_calendar01 div.shwTable .tbCore tr:last-child td:nth-child(3) ,
.lx_sample_table_calendar01 div.shwTable .tbCore tr:last-child td:nth-child(4) {
	width: 120%;
}

.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(2) {
	bottom: 100%;
/*	margin-bottom: 1px; */
	padding-bottom: 10px;
}

.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(3) {
	top: 100%;
/*	margin-top: 1px; */
	padding-top: 10px;
}

.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(4) {
	top: 100%;
/*	margin-top: 1px; */
	padding-top: 55px;
}

/* キャプション左の縦棒 */
.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(2)::before ,
.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(3)::before ,
.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(4)::before {
	content: "";
	position: absolute;
	left: -5px;
	width: 1px;
	height: 100%;
	border-right: 1px solid #000;
	z-index: -1;
}

.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(2)::before {
	top: 0;
}

.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(3)::before ,
.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(4)::before {
	bottom: 0;
}

.lx_sample_table_calendar01 div.shwTable .tbCore tr td:empty {
    display: none;
}

/* 上旬 */
.lx_sample_table_calendar01 div.shwTable .tbCore tr td.tbTop:nth-child(2) ,
.lx_sample_table_calendar01 div.shwTable .tbCore tr td.tbTop:nth-child(3) ,
.lx_sample_table_calendar01 div.shwTable .tbCore tr td.tbTop:nth-child(4) {
    left: 16%;
}

/* 下旬 */
.lx_sample_table_calendar01 div.shwTable .tbCore tr td.tbBottom:nth-child(2) ,
.lx_sample_table_calendar01 div.shwTable .tbCore tr td.tbBottom:nth-child(3) ,
.lx_sample_table_calendar01 div.shwTable .tbCore tr td.tbBottom:nth-child(4) {
    left: 84%;
}


@media screen and (max-width: 959px) {
	.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: 28px;
	}

	.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: 10px;
	}
	    
	.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(2) {
		padding-bottom: 8px;
	}

	.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(3) {
		padding-top: 8px;
	}

	.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(4) {
		padding-top: 48px;
	}
}


/*==== IR calendar type02 ====*/
/* 02は欠番 */


/*==== IR calendar type03 ====*/
.lx_sample_table_calendar03 {
}

.lx_sample_table_calendar03 div.shwTable {
	padding-left: 20px;
	padding-right: 40px;
}

.lx_sample_table_calendar03 div.shwTable .tbCore ,
.lx_sample_table_calendar03 div.shwTable .tbCore * {
	display: block;
	border: none;
	background: none;
	padding-left: 0;
	padding-right: 0;
}


.lx_sample_table_calendar03 div.shwTable .tbCore {
	border-top: 1px solid #7e7e7e;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr {
	border-bottom: 1px solid #7e7e7e;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr::after {
	content: "";
	display: block;
	clear: both;
}

.lx_sample_table_calendar03 div.shwTable .tbCore td {
	position: relative;
	float: left;
	width: 8.333%;
	height: calc(1.5rem + 12px * 2);
	background: none;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr {
/*	border-left: 1px solid #7e7e7e; */
/*	border-right: 1px solid #7e7e7e; */
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:not(:last-child) td.tbDimmed:first-child {
	border-left: 1px solid #7e7e7e;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:not(:last-child) td.tbDimmed {
	border-right: 1px dotted #7e7e7e;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:not(:last-child) td.tbDimmed:last-child {
	border-right: 1px solid #7e7e7e;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:not(:last-child) td.tbDimmed p {
	position: absolute;
	left: 50%;
	margin-left: -0.5em;
	top: 50%;
/*	top: calc( (10px + 1.8em + 10px) /2); */
	-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.tbLeft p {
	left: 10%;
	margin-left: 0;
}

.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;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:last-child td {
	white-space: nowrap;
	background: #ddd;
	font-weight: bold;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:first-child td ,
.lx_sample_table_calendar03 div.shwTable .tbCore tr:last-child td {
	border-right: 1px solid #7e7e7e;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:first-child td:first-child ,
.lx_sample_table_calendar03 div.shwTable .tbCore tr:last-child td:first-child {
	border-left: 1px solid #7e7e7e;
}


.lx_sample_table_calendar03 div.shwTable .tbCore tr:last-child td[colspan="3"] ,
.lx_sample_table_calendar03 div.shwTable .tbCore tr:last-child td[colspan="3"] + td {
	border-right: none;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:last-child td[colspan="3"] + td ,
.lx_sample_table_calendar03 div.shwTable .tbCore tr:last-child td[colspan="3"] + td + td {
	display: block !important;
	border-left: none;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:last-child td[colspan="3"] p {
	position: absolute;
	left: 150%;
	top: 50%;
/*	top: calc( (10px + 1.8em + 10px) /2); */
	-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 screen and (max-width: 959px) {
	.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: 14px;
}

.lx_sample_table_history03 .ircalendar-item:last-child .ircalendar-item1::after {
	content: "▼";
	position: absolute;
	bottom: -15px;
	right: -9px;
	color: #ade0ee;
	font-size: 15px;
}

.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: 30px;
	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: #222;
	font-size: 16px;
	font-weight: bold;
	margin-right: 80px;
}

.lx_sample_combo_officer02 > .column1 .title2.highlight::before ,
.lx_sample_combo_officer02 > .column1 .title2.highlight::after {
	content: "";
	position: absolute;
	display: block;
	background: #999;

	-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_ex_table_basemap01 ,
#sharewithmain .lx_sample_table_basemap01 {
}

.lx_ex_table_basemap01 .ircalendar-title > table > tbody > tr > th ,
.lx_ex_table_basemap01 .ircalendar-item > table > tbody > tr > td ,
.lx_ex_table_basemap01 .vtable-item > table > tbody > tr > th ,
.lx_ex_table_basemap01 .vtable-item > table > tbody > tr > td ,
.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: 16px;
	font-weight: bold;
}

.lx_ex_table_basemap01 .ircalendar-item > table > tbody > tr > td:last-child ,
.lx_ex_table_basemap01 .vtable-item > table > tbody > tr > td:last-child ,
.lx_sample_table_basemap01 .vtable-item > table > tbody > tr > td:last-child {
	vertical-align: middle;
}

.lx_ex_table_basemap01 .ircalendar-item > table > tbody > tr > td:last-child a ,
.lx_ex_table_basemap01 .vtable-item > table > tbody > tr > td:last-child a ,
.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_ex_table_basemap01 .ircalendar-item > table > tbody > tr > td:last-child a::before ,
.lx_ex_table_basemap01 .vtable-item > table > tbody > tr > td:last-child a::before ,
.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_ex_table_basemap01 .ircalendar-item > table > tbody > tr > td:last-child a::after ,
.lx_ex_table_basemap01 .vtable-item > table > tbody > tr > td:last-child a::after ,
.lx_sample_table_basemap01 .vtable-item > table > tbody > tr > td.vtable-item2 a::after {
	content: none;
}

@media screen and (max-width: 959px) {
	.lx_ex_table_basemap01 .ircalendar-item > table > tbody > tr > td:last-child a ,
	.lx_ex_table_basemap01 .vtable-item > table > tbody > tr > td:last-child a ,
	.lx_sample_table_basemap01 .vtable-item > table > tbody > tr > td.vtable-item2 a {
		padding: 8px 12px;
		font-size: 0;
	}
}

/*==== アイコンつき見出し風 ====*/
#sharewithmain .lx_sample_htable_icontitle {
}

.lx_sample_htable_icontitle .ircalendar-title > table ,
.lx_sample_htable_icontitle .ircalendar-item > table {
	width: auto;
	margin-bottom: 10px;
	margin-left: -10px;
}

.lx_sample_htable_icontitle .ircalendar-title th ,
.lx_sample_htable_icontitle .ircalendar-item td {
	color: inherit;
	border: none;
	background: none;
	width: auto;

	vertical-align: middle;
	padding: 10px 10px;
	font-size: 20px;
}

.lx_sample_htable_icontitle .ircalendar-title th img ,
.lx_sample_htable_icontitle .ircalendar-item td img {
	margin-bottom: 0;
}


.lx_sample_htable_icontitle .ircalendar-title > table > tbody > tr > th.ircalendar-title1 ,
.lx_sample_htable_icontitle .ircalendar-item > table > tbody > tr > td.ircalendar-item1 {
	width: 100px;
}

@media screen and (max-width: 959px) {
	.lx_sample_htable_icontitle .ircalendar-title > table > tbody > tr > th.ircalendar-title1 ,
	.lx_sample_htable_icontitle .ircalendar-item > table > tbody > tr > td.ircalendar-item1 {
		width: 60px;
	}

	.lx_sample_htable_icontitle br {
		display: none;
	}

}


/*==== promo3 > ページ一覧 ====*/
body[data-current-level="3"] #promos3 .lx_sample_multi3_promos3_pagelist01 {
	display: none;
}

#promos3 .lx_sample_multi3_promos3_pagelist01 {
	border: 1px #ccc solid;
	padding: 20px;
}

#promos3 .lx_sample_multi3_promos3_pagelist01 >.column1 {
	margin-bottom: 0;
}

#promos3 .lx_sample_multi3_promos3_pagelist01 .title2.style1 h2 {
	padding: 0;
	font-size: 24px;
	min-height: 0;
}

#promos3 .lx_sample_multi3_promos3_pagelist01 .title2.style1 h2::before {
	content: none;
}

#promos3 .lx_sample_multi3_promos3_pagelist01 .index-map ,
#promos3 .lx_sample_multi3_promos3_pagelist01 .index-map ul {
	margin-bottom: 0;
}

#promos3 .lx_sample_multi3_promos3_pagelist01 .index-map .indexLevel_0 {
	display: none;
}

.lx_sample_multi3_promos3_pagelist01 .index-map > ul:only-of-type > li > ul > li ,
.lx_sample_multi3_promos3_pagelist01 .index-map > ul + ul.indexLevel_1 > li {
	display: inline-block;
	width: 25%;
}

@media screen and (max-width: 959px) {
	#promos3 .lx_sample_multi3_promos3_pagelist01 {
		width: calc(100% - 20px);
		padding: 10px 0 10px 10px;
		margin-right: 10px;
		margin-bottom: 30px;
		margin-left: 10px;
	}

	#promos3 .lx_sample_multi3_promos3_pagelist01 .title2.style1 h2 {
		font-size: 20px;
	}

	.lx_sample_multi3_promos3_pagelist01 .index-map > ul:only-of-type > li > ul > li ,
	.lx_sample_multi3_promos3_pagelist01 .index-map > ul + ul.indexLevel_1 > li {
		display: inline-block;
		width: 50%;
		padding-right: 10px;
	}

}

/*==== テーブル風カラム ====*/
/* lx_col_mr0必須、4・5カラムはlx_col_sp100推奨 */
.lx_sample_mcol_table_style {
	padding-bottom: 1px;
}

.lx_sample_mcol_table_style > .column1 ,
.lx_sample_mcol_table_style > .column2 ,
.lx_sample_mcol_table_style > .column3 ,
.lx_sample_mcol_table_style > .column4 ,
.lx_sample_mcol_table_style > .column5 {
	margin-bottom: -1px;
	margin-right: -1px;
}

.lx_sample_mcol_table_style >* {
	font-size: 0;
}

.lx_sample_mcol_table_style >* >* {
	font-size: 1rem;
}

.lx_sample_mcol_table_style:not(.lx_table_no_pad) > .column1 ,
.lx_sample_mcol_table_style:not(.lx_table_no_pad) > .column2 ,
.lx_sample_mcol_table_style:not(.lx_table_no_pad) > .column3 ,
.lx_sample_mcol_table_style:not(.lx_table_no_pad) > .column4 ,
.lx_sample_mcol_table_style:not(.lx_table_no_pad) > .column5 {
	padding: 10px 15px;
}

.lx_sample_mcol_table_style:not(.lx_table_no_border) > .column1 ,
.lx_sample_mcol_table_style:not(.lx_table_no_border) > .column2 ,
.lx_sample_mcol_table_style:not(.lx_table_no_border) > .column3 ,
.lx_sample_mcol_table_style:not(.lx_table_no_border) > .column4 ,
.lx_sample_mcol_table_style:not(.lx_table_no_border) > .column5 {
	border: 1px solid #ccc;
}

.lx_sample_mcol_table_style:not(.lx_table_no_bg) > .column1 ,
.lx_sample_mcol_table_style:not(.lx_table_no_bg) > .column2 ,
.lx_sample_mcol_table_style:not(.lx_table_no_bg) > .column3 ,
.lx_sample_mcol_table_style:not(.lx_table_no_bg) > .column4 ,
.lx_sample_mcol_table_style:not(.lx_table_no_bg) > .column5 {
	background-color: #fff;
}

.lx_sample_mcol_table_style:not(.thead):not(.lx_table_no_bg) > .column1 {
	background-color: #edf3f5;
	font-weight: bold;
}

.lx_sample_mcol_table_style.thead:not(.lx_table_no_bg) > .column1 ,
.lx_sample_mcol_table_style.thead:not(.lx_table_no_bg) > .column2 ,
.lx_sample_mcol_table_style.thead:not(.lx_table_no_bg) > .column3 ,
.lx_sample_mcol_table_style.thead:not(.lx_table_no_bg) > .column4 ,
.lx_sample_mcol_table_style.thead:not(.lx_table_no_bg) > .column5 {
	color: #fff;
	background-color: #006699;
	font-weight: bold;
}

.lx_sample_mcol_table_style .text-section ,
.lx_sample_mcol_table_style .link-list ul {
	margin-bottom: 0;
}

.lx_sample_mcol_table_style .link-list ul li {
	padding-top: 0;
}

.lx_sample_mcol_table_style .link-list ul li:not(.highlight)::before {
	top: calc(1.5em / 2 - 12px / 2);
}

.lx_sample_mcol_table_style .text-section.highlight {
	display: inline-block;
	max-width: 60px;
	margin: 4px;
}

.lx_sample_mcol_table_style .text-section.highlight img {
	margin: 0;
}

@media print, screen and (min-width: 960px) {
	#sharewithmain .lx_sample_mcol_table_style {
		-webkit-box-align: normal;
		    -ms-flex-align: normal;
		        align-items: normal;
	}

	.lx_sample_mcol_table_style > .column2 ,
	.lx_sample_mcol_table_style > .column3 ,
	.lx_sample_mcol_table_style > .column4 ,
	.lx_sample_mcol_table_style > .column5 {
		border-left: none;
	}

	.lx_sample_mcol_table_style .text-section.highlight {
		max-width: 85px;
	}
}



/*-- テーブル風カラム SPスワイプ設定 --*/
.lx_ex_mcol_table_swipable {
}

@media screen and (max-width: 959px) {
	.lx_ex_mcol_table_swipable > .column1 {
		overflow-x: scroll;
	}

	.lx_ex_mcol_table_swipable >*> .reuse-main-area {
		width: 960px;
		padding-bottom: 1px;
	}

	.lx_ex_mcol_table_swipable >*> .reuse-main-area > .lx_sample_mcol_table_style {
		display: flex;
		-webkit-box-align: normal;
		    -ms-flex-align: normal;
		        align-items: normal;
	}

	.lx_ex_mcol_table_swipable >*> .reuse-main-area > .lx_sample_mcol_table_style > .column2 ,
	.lx_ex_mcol_table_swipable >*> .reuse-main-area > .lx_sample_mcol_table_style > .column3 ,
	.lx_ex_mcol_table_swipable >*> .reuse-main-area > .lx_sample_mcol_table_style > .column4 ,
	.lx_ex_mcol_table_swipable >*> .reuse-main-area > .lx_sample_mcol_table_style > .column5 {
		border-left: none;
	}

	.lx_ex_mcol_table_swipable >*> .reuse-main-area .multiColumn2 > .column1 ,
	.lx_ex_mcol_table_swipable >*> .reuse-main-area .multiColumn2 > .column2 {
		width: calc(100% / 2);
		max-width: none;
	}

	.lx_ex_mcol_table_swipable >*> .reuse-main-area .multiColumn3 > .column1 ,
	.lx_ex_mcol_table_swipable >*> .reuse-main-area .multiColumn3 > .column2 ,
	.lx_ex_mcol_table_swipable >*> .reuse-main-area .multiColumn3 > .column3 {
		width: calc(99.9999% / 3);
		max-width: none;
	}

	.lx_ex_mcol_table_swipable >*> .reuse-main-area .multiColumn4 > .column1 ,
	.lx_ex_mcol_table_swipable >*> .reuse-main-area .multiColumn4 > .column2 ,
	.lx_ex_mcol_table_swipable >*> .reuse-main-area .multiColumn4 > .column3 ,
	.lx_ex_mcol_table_swipable >*> .reuse-main-area .multiColumn4 > .column4 {
		width: calc(100% / 4);
		max-width: none;
	}

	.lx_ex_mcol_table_swipable >*> .reuse-main-area .multiColumn5 > .column1 ,
	.lx_ex_mcol_table_swipable >*> .reuse-main-area .multiColumn5 > .column2 ,
	.lx_ex_mcol_table_swipable >*> .reuse-main-area .multiColumn5 > .column3 ,
	.lx_ex_mcol_table_swipable >*> .reuse-main-area .multiColumn5 > .column4 ,
	.lx_ex_mcol_table_swipable >*> .reuse-main-area .multiColumn5 > .column5 {
		width: calc(100% / 5);
		max-width: none;
	}


	/*-- カラム分割比率 1:1:2・1:2:1・2:1:1 --*/
	.lx_ex_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio112.multiColumn3 > .column1 ,
	.lx_ex_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio112.multiColumn3 > .column2 ,
	.lx_ex_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio121.multiColumn3 > .column1 ,
	.lx_ex_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio121.multiColumn3 > .column3 ,
	.lx_ex_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio211.multiColumn3 > .column2 ,
	.lx_ex_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio211.multiColumn3 > .column3 {
		width: calc(100% / 4);
	}
	.lx_ex_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio112.multiColumn3 > .column3 ,
	.lx_ex_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio121.multiColumn3 > .column2 ,
	.lx_ex_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio211.multiColumn3 > .column1 {
		width: calc(100% / 2);
	}


	/*-- カラム分割比率 1:2:2・2:1:2・2:2:1 --*/
	.lx_ex_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio122.multiColumn3 > .column1 ,
	.lx_ex_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio212.multiColumn3 > .column2 ,
	.lx_ex_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio221.multiColumn3 > .column3 {
		width: calc(100% / 5);
	}
	.lx_ex_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio122.multiColumn3 > .column2 ,
	.lx_ex_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio122.multiColumn3 > .column3 ,
	.lx_ex_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio212.multiColumn3 > .column1 ,
	.lx_ex_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio212.multiColumn3 > .column3 ,
	.lx_ex_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio221.multiColumn3 > .column1 ,
	.lx_ex_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio221.multiColumn3 > .column2 {
		width: calc(100% / 5 * 2);
	}
}



/*= for MathJax =*/
mjx-container[jax="CHTML"] {
	outline: none;
}

.page-intro mjx-math ,
[id="page-intro"] mjx-math ,
.basic-list2 .item .news_tx mjx-math ,
#html1 .reset .basic-list2 .item .news_tx mjx-math ,
#wrapper-2 .reset .basic-list2 .item .news_tx mjx-math ,
#site-info .reset .basic-list2 .item .news_tx mjx-math ,
.index-map .item  .news_tx mjx-math ,
#html1 .reset .index-map .news_tx mjx-math ,
#wrapper-2 .reset .index-map .news_tx mjx-math ,
#site-info .reset .index-map .news_tx mjx-math {
	display: inline-block;
}



/*==== 事業・製品 TOP ====*/
/* 背景色 */
#promos3 .lx_ex_mcol_bg_bluegray ,
#sharewithmain .lx_ex_mcol_bg_bluegray {
	padding: 25px 20px 1px;
	background: #edf3f5;
}

#promos3 .lx_ex_col_bg_bluegray > .column1 ,
#promos3 .lx_ex_col_bg_bluegray > .column2 ,
#promos3 .lx_ex_col_bg_bluegray > .column3 ,
#promos3 .lx_ex_col_bg_bluegray > .column4 ,
#promos3 .lx_ex_col_bg_bluegray > .column5 ,
#promos3 .lx_ex_col1_bg_bluegray > .column1 ,
#promos3 .lx_ex_col2_bg_bluegray > .column2 ,
#promos3 .lx_ex_col3_bg_bluegray > .column3 ,
#promos3 .lx_ex_col4_bg_bluegray > .column4 ,
#promos3 .lx_ex_col5_bg_bluegray > .column5 ,
#sharewithmain .lx_ex_col_bg_bluegray > .column1 ,
#sharewithmain .lx_ex_col_bg_bluegray > .column2 ,
#sharewithmain .lx_ex_col_bg_bluegray > .column3 ,
#sharewithmain .lx_ex_col_bg_bluegray > .column4 ,
#sharewithmain .lx_ex_col_bg_bluegray > .column5 ,
#sharewithmain .lx_ex_col1_bg_bluegray > .column1 ,
#sharewithmain .lx_ex_col2_bg_bluegray > .column2 ,
#sharewithmain .lx_ex_col3_bg_bluegray > .column3 ,
#sharewithmain .lx_ex_col4_bg_bluegray > .column4 ,
#sharewithmain .lx_ex_col5_bg_bluegray > .column5 {
	padding: 20px 20px 1px;
	background: #edf3f5;
}


/*==== 事業・製品 > エネルギー関連事業 > 事業拠点 ====*/
/*-- 番号リスト --*/
.lx_biz_cke_ol_circle01 ol {
	list-style: none;
	padding-left: 0;
}

.lx_biz_cke_ol_circle01 li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
	position: relative;
	padding: 8px 0;
	padding-left: 40px;
	border-bottom: 1px dotted #ccc;
}

.lx_biz_cke_ol_circle01 li::before {
	content: counter(cnt);
	position: absolute;
	top: 10px;
	left: 5px;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #009ae2;
	border-radius: 100%;
}

.lx_biz_cke_ol_circle01 li::after {
	content: none;
}


/*==== 事業・製品 > 産業ガス関連事業 > ガスアプリケーション > ドライアイス洗浄システム ====*/
/*-- CO2アイコン入りテーブル --*/
.lx_biz_table_with_icon {
}

.lx_biz_table_with_icon .vtable-item img ,
.lx_biz_table_with_icon .ircalendar-title table img ,
.lx_biz_table_with_icon .ircalendar-item table img {
	width: 60px;
	margin-right: 10px;
	margin-bottom: 0;
}

/*-- 番号リスト --*/
.lx_biz_cke_ol_box01 ol {
	list-style: none;
	padding-left: 0;
}

.lx_biz_cke_ol_box01 li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
	position: relative;
	padding: 12px 0;
	padding-left: 50px;
	border-bottom: 1px dotted #ccc;
}

.lx_biz_cke_ol_box01 li::before {
	content: counter(cnt);
	position: absolute;
	top: 18px;
	left: 20px;
	display: block;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	background: #009ae2;
}

.lx_biz_cke_ol_box01 li::after {
	content: none;
}

/*==== 事業・製品 > ケミカル関連事業 > 炭素材 ====*/
.lx_biz_icell_01 {
}

.lx_biz_icell_01 table thead tr:first-child th:first-child {
	position: relative;
}

.lx_biz_icell_01 table thead tr:first-child th:first-child::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	    -ms-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}


.lx_biz_icell_01 thead tr:first-child th:first-child p:first-child {
	position: absolute;
	bottom: 60%;
	right: 15%;
}

.lx_biz_icell_01 thead tr:first-child th:first-child p:last-child {
	position: absolute;
	top: 60%;
	left: 15%;
}



/*==== 事業・製品 > 産業ガス関連事業 > 事業拠点 ====*/
/*-- アイコン一覧 --*/
.lx_biz_table_iconlist {
}

#sharewithmain .lx_biz_table_iconlist th ,
#sharewithmain .lx_biz_table_iconlist td {
	padding: 5px;
}

#sharewithmain .lx_biz_table_iconlist img {
	margin: 0 10px 15px 0;
}

/*-- 事業拠点図 --*/
.lx_biz_table_basemap {
}

/* 共通部分 */
.lx_biz_table_basemap .ircalendar::after {
	content: "";
	display: block;
	clear: both;
}

.lx_biz_table_basemap .vertical-table table ,
.lx_biz_table_basemap .ircalendar table {
	margin-bottom: 0;
}

.lx_biz_table_basemap .vertical-table th ,
.lx_biz_table_basemap .vertical-table td ,
.lx_biz_table_basemap .ircalendar th ,
.lx_biz_table_basemap .ircalendar td {
	text-align: left;
	vertical-align: middle;
	background: none;
	border: none;
	padding: 0;
	color: inherit;
	font-weight: normal;
}

/* テキスト・アイコン */
.lx_biz_table_basemap .ircalendar p {
	display: inline-block;
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	line-height: 2;
	background: #009ae2;
}

.lx_biz_table_basemap .ircalendar table img {
	width: 31px;
	height: auto;
	margin: 0;
}

.lx_biz_table_basemap .ircalendar table {
	width: auto;
}

.lx_biz_table_basemap .ircalendar-title {
	float: left;
	margin-right: 5px;
}

.lx_biz_table_basemap .ircalendar-item {
	float: right;
	margin-left: 5px;
}

.lx_biz_table_basemap .mgnlEditorBar[aria-hidden="false"] ~+ .ircalendar-title ,
.lx_biz_table_basemap .mgnlEditorBar[aria-hidden="false"] ~+ .ircalendar-item {
	float: none;
}


/* 充填所：第１カラム */
.lx_biz_table_basemap .column1 .vertical-table {
}

.lx_biz_table_basemap .column1 .vtable-item {
	padding: 10px 10px 0;
	border: solid 1px #ccc;
	border-bottom: none;
}

.lx_biz_table_basemap .column1 .vtable-item .vtable-head {
	display: none;
}

.lx_biz_table_basemap .column1 .vtable-item td {
	border-bottom: dotted 1px #d7d7d7
}

.lx_biz_table_basemap .column1 .vtable-item:first-child {
	padding: 10px;
	border: solid 1px #ccc;
	border-bottom: none;
	background: #edf3f5;
}

.lx_biz_table_basemap .column1 .vtable-item:first-child td {
	border: none;
}

.lx_biz_table_basemap .column1 .ircalendar {
	padding: 10px 10px;
	border: solid 1px #ccc;
	border-top: none;
	margin-bottom: 10px;
}

.lx_biz_table_basemap .column1 .ircalendar p {
	background: #1d2088;
}

/* 事業拠点：第２カラム */
.lx_biz_table_basemap .column2 .vertical-table {
	padding: 10px 10px 0;
	border: solid 2px #009ae2;
	border-bottom: none;
}

.lx_biz_table_basemap .column2 .vtable-item {
	border-bottom: dotted 1px #d7d7d7
}

.lx_biz_table_basemap .column2 .vtable-item td {
	font-size: 18px;
}

.lx_biz_table_basemap .column2 .vtable-item .vtable-head {
	display: none;
}

.lx_biz_table_basemap .column2 .ircalendar {
	padding: 10px 10px;
	border: solid 2px #009ae2;
	border-top: none;
	margin-bottom: 10px;
}


/*==== 事業・製品 > 産業ガス関連事業 > 事業拠点 ====*/
/*-- アイコン一覧 --*/
.lx_biz_multi3_finelist {
}

.lx_biz_multi3_finelist .basic-list2 .wordSearch {
	display: block;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.lx_biz_multi3_finelist .basic-list2 .wordSearch .title {
	display: inline-block;
	width: 120px;
}

.lx_biz_multi3_finelist .basic-list2 .wordSearch .title span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.lx_biz_multi3_finelist .basic-list2 .wordSearch .word {
	display: inline-block;
	width: calc(100% - 120px);
}

.lx_biz_multi3_finelist .basic-list2 .wordSearch .word > input[type="text"] {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 80px);
	max-width: 500px;
	height: 38px;
	padding: 10px 10px;
	border-radius: 0;
}

.lx_biz_multi3_finelist .basic-list2 .wordSearch .word > input[type="button"] {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 38px;
	padding: 10px 10px;
	border-radius: 0;
}


.lx_biz_multi3_finelist .basic-list2 .tabs .allall {
	display: none;
}

.lx_biz_multi3_finelist .basic-list2 .tabs span {
	min-width: calc((99.999%) / 3 - 5px );
	text-align: left;
	padding-left: 10px;
	font-size: 13px;
}

.lx_biz_multi3_finelist .basic-list2.thumnail .tabItems > li {
	width: calc(99.9999% / 3 - 20px);
}

.lx_biz_multi3_finelist .basic-list2.thumnail .item .n_img ,
.lx_biz_multi3_finelist .basic-list2.thumnail li.lazy .item > span::before ,
.lx_biz_multi3_finelist .basic-list2.thumnail li.lazy .item > a::before ,
.lx_biz_multi3_finelist .basic-list2.thumnail li.no-img .item > span::before ,
.lx_biz_multi3_finelist .basic-list2.thumnail li.no-img  .item > a::before {
	padding-top: calc(100% / 588 * 268);
	margin-top: -1px;
	margin-bottom: 0;
}

.lx_biz_multi3_finelist .basic-list2.thumnail .item > a ,
.lx_biz_multi3_finelist .basic-list2.thumnail .item > span {
	display: flex;
	flex-flow: column nowrap;
}

.lx_biz_multi3_finelist .basic-list2.thumnail .item > a > * ,
.lx_biz_multi3_finelist .basic-list2.thumnail .item > span > * {
	flex: 0 0 auto;
}

.lx_biz_multi3_finelist .basic-list2.thumnail .item .c_icon {
	text-align: right;
	margin-right: -10px;
	margin-bottom: -5px;

	display: none;
}

.lx_biz_multi3_finelist .basic-list2.thumnail .item .news_tx {
	order: -10;
	display: block;
	padding: 10px 12px;
	white-space: pre;
	white-space: pre-line;
	border: 1px solid #e2ebee;
	background: #edf3f5;
}

.lx_biz_multi3_finelist .basic-list2.thumnail .item .det_tx {
	display: block;
	margin-top: -1px;
	padding: 10px 12px;
	border: 1px solid #e2ebee;
}

.lx_biz_multi3_finelist .basic-list2.thumnail .item .det_tx::before {
	content: "CAS No.";
	float: left;
	display: inline-block;
	margin-right: 10px;
	padding: 0 5px;
	border-radius: 5px;
	background-color: #edf3f5;
}






/*==== 会社情報 > 会社概要 > 役員一覧 > アコーディオン ====*/
#sharewithmain .lx_accordion_03 {
}

#sharewithmain .lx_accordion_03 {
	margin-bottom: 50px;
}

#sharewithmain .lx_accordion_03 > .column1 ,
#sharewithmain .lx_accordion_03 > .column2 {
	margin-bottom: 0;
}

.lx_accordion_03 .title3 h3 {
	border: none;

	position: relative;
	cursor: pointer;
	padding: 15px;
	font-size: 18px;
	font-weight: bold;
	background: #edf3f5;
	margin-bottom: 0;
}

.lx_accordion_03 .title3 h3::before ,
.lx_accordion_03 .title3 h3::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	width: 20px;
	height: 4px;
	background: #1d2088;
	-webkit-transform: translate(50%, -50%);
	    -ms-transform: translate(50%, -50%);
	        transform: translate(50%, -50%);
}
.lx_accordion_03 .title3 h3::after {
	width: 4px;
	height: 20px;
}

.lx_accordion_03.open .title3 h3::after {
	opacity: 0;
}

.lx_accordion_03 > .column2 {
	position: relative;
	color: inherit;
	padding: 30px 20px 20px 20px;
	background: #edf3f5;
}


/*==== スペシャルコンテンツ / 関連ページ ====*/
.lx_ex_teaser_border {
}

.lx_ex_teaser_border .teaser:not(.no-img) img ,
.lx_ex_teaser_border .external-teaser:not(.no-img) img ,
.lx_ex_teaser_border .download-teaser:not(.no-img) img {
	border: 1px solid #d7d7d9;
}


/*==== スペシャルコンテンツ / h1見出し ====*/
body.multi3[data-page-path^="/ja/special/"][data-page-marker~="news-folder"] #page-intro > .h0 + h1 {
	color: #10125f;
	margin-bottom: 60px;
}

@media print, screen and (min-width: 960px) {
	[data-page-path^="/ja/special/"] .page-intro ,
	[data-page-path^="/ja/special/"] #page-intro {
		max-width: calc(960px + 40px);
	}
}

/*==== スペシャルコンテンツ / promos3 最新記事 ====*/
#promos3 .ax_latest_sp_content {
	padding: 0 20px;
}

[data-page-path="/ja/special"] #promos3 .ax_latest_sp_content {
	display: none;
}

#promos3 .ax_latest_sp_content .basic-list2.thumnail .tabItems .item {
	padding: 0;
}

#promos3 .ax_latest_sp_content .basic-list2 .item .date ,
#promos3 .ax_latest_sp_content .basic-list2 .item .c_icon ,
#promos3 .ax_latest_sp_content .basic-list2 .item .det_tx {
	display: none;
}


#promos3 .ax_latest_sp_content .link-list {
	border-top: dotted 1px #cccccc;
	padding-top: 30px;
}

#promos3 .ax_latest_sp_content .link-list li::before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}


@media screen and (max-width: 959px) {
	#promos3 .ax_latest_sp_content {
		padding: 0 15px;
	}
}




/*==== 事業・製品 > 各配下 / スライド ====*/
/*==== カルーセル：スライドMV html1・メインエリア用 （縦横比固定型・動画対応版） ====*/
/* スライドエリアと画像サイズに合わせて、各設定値を変更する事 */
/* 下の例: */
/* スライドエリアwidth: 100%(画面いっぱい) */
/* 画像height: 440px */
/* 画像width: 1280px */

#html1 .ux_slick_mcol_mv_biz ,
#sharewithmain * .ux_slick_mcol_mv_biz {
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 20px;
}

#html1 .ux_slick_mcol_mv_biz .slick-slider ,
#sharewithmain * .ux_slick_mcol_mv_biz .slick-slider {
	overflow: hidden;
}

#html1 .ux_slick_mcol_mv_biz .slick-slide ,
#sharewithmain * .ux_slick_mcol_mv_biz .slick-slide {
	overflow: hidden;
/*	max-height: 440px; */
}

#html1 .ux_slick_mcol_mv_biz .slick-slide::before ,
#sharewithmain * .ux_slick_mcol_mv_biz .slick-slide::before {
	content: "";
	display: block;
	padding-top: calc(100% / 1600 * 606);
}

[data-page-marker~="sitetop"] #html1 .ux_slick_mcol_mv_biz .slick-slide::before ,
[data-page-marker~="sitetop"] #sharewithmain * .ux_slick_mcol_mv_biz .slick-slide::before {
	padding-top: calc(100% / 2100 * 871);
}

@media screen and (max-width: 959px) {
	#html1 .ux_slick_mcol_mv_biz .slick-slide::before ,
	#sharewithmain * .ux_slick_mcol_mv_biz .slick-slide::before {
		padding-top: calc(100% / 750 * 350);
	}

	[data-page-marker~="sitetop"] #html1 .ux_slick_mcol_mv_biz .slick-slide::before ,
	[data-page-marker~="sitetop"] #sharewithmain * .ux_slick_mcol_mv_biz .slick-slide::before {
		padding-top: calc(100% / 750 * 580);
	}
}

#html1 .ux_slick_mcol_mv_biz .slick-slide > div ,
#sharewithmain * .ux_slick_mcol_mv_biz .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%);
	margin: 0;
	font-size: 34px;
}

#html1 .ux_slick_mcol_mv_biz .slick-slide >* >*:last-child ,
#html1 .ux_slick_mcol_mv_biz .slick-slide img ,
#sharewithmain * .ux_slick_mcol_mv_biz .slick-slide >* >*:last-child ,
#sharewithmain * .ux_slick_mcol_mv_biz .slick-slide img {
	margin-bottom: 0;
}


/* パターンB: PCを第１カラム、SPを第２カラム、とする場合 */
#html1 .ux_slick_mcol_mv_biz .slick-slide img ,
#sharewithmain * .ux_slick_mcol_mv_biz .slick-slide img {
	width: 100%;
}

@media print, screen and (min-width: 960px) {
	#html1 .ux_slick_mcol_mv_biz .slick-slide > .column2 ,
	#sharewithmain * .ux_slick_mcol_mv_biz .slick-slide > .column2 {
		display: none;
	}
}
@media screen and (max-width: 959px) {
	#html1 .ux_slick_mcol_mv_biz .slick-slide > .column1 ,
	#sharewithmain * .ux_slick_mcol_mv_biz .slick-slide > .column1 {
		display: none;
	}
}

/* スライド ドット*/
#html1 .ux_slick_mcol_mv_biz .arrow-dots ,
#sharewithmain * .ux_slick_mcol_mv_biz .arrow-dots {
}

#html1 .ux_slick_mcol_mv_biz .slick-dots ,
#sharewithmain * .ux_slick_mcol_mv_biz .slick-dots {
	position: absolute;
	left: 50%;
	bottom: 16px;
	display: inline-block;
	padding: 5px 25px;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);

	display: none;
/*	width: 100%; */
	white-space: nowrap;
}

@media screen and (max-width: 959px) {
	#html1 .ux_slick_mcol_mv_biz .slick-dots ,
	#sharewithmain * .ux_slick_mcol_mv_biz .slick-dots {
		bottom: 26px;
	}
}

#html1 .ux_slick_mcol_mv_biz .slick-dots li ,
#sharewithmain * .ux_slick_mcol_mv_biz .slick-dots li {
	margin: 0;
}

#html1 .ux_slick_mcol_mv_biz .slick-dots li button ,
#sharewithmain * .ux_slick_mcol_mv_biz .slick-dots li button {
	position: relative;
	display: block;
	width: 20px;
	height: 9px;
}

#html1 .ux_slick_mcol_mv_biz .slick-dots li button::before ,
#sharewithmain * .ux_slick_mcol_mv_biz .slick-dots li button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	display: block;
	width: 9px;
	height: 9px;
	background: #ddd;
	border-radius: 100%;
}

#html1 .ux_slick_mcol_mv_biz .slick-dots li.slick-active button::before ,
#sharewithmain * .ux_slick_mcol_mv_biz .slick-dots li.slick-active button::before {
	background: #1d2088;
}


#html1 .ux_slick_mcol_mv_biz .slick-prev ,
#html1 .ux_slick_mcol_mv_biz .slick-next ,
#sharewithmain * .ux_slick_mcol_mv_biz .slick-prev ,
#sharewithmain * .ux_slick_mcol_mv_biz .slick-next {
	margin: 0;

	top: 50%;
	width: 60px;
	height: 110px;
	margin-top: -30px;
	z-index: 1;
	opacity: 1;
}

#html1 .ux_slick_mcol_mv_biz .slick-prev ,
#sharewithmain * .ux_slick_mcol_mv_biz .slick-prev {
	left: 0px;
}
#html1 .ux_slick_mcol_mv_biz .slick-next ,
#sharewithmain * .ux_slick_mcol_mv_biz .slick-next {
	right: 0px;
}

#html1 .ux_slick_mcol_mv_biz .slick-prev::before ,
#html1 .ux_slick_mcol_mv_biz .slick-next::before ,
#sharewithmain * .ux_slick_mcol_mv_biz .slick-prev::before ,
#sharewithmain * .ux_slick_mcol_mv_biz .slick-next::before {
	content: "";
	display: block;
	width: 60px;
	height: 110px;
	background: url("../../../../../../resources/sw_img/icon/slide-prev2.png") no-repeat center center;
	background-size: contain;
}

#html1 .ux_slick_mcol_mv_biz .slick-next::before ,
#sharewithmain * .ux_slick_mcol_mv_biz .slick-next::before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}


@media print, screen and (min-width: 960px) {
}

@media screen and (max-width: 959px) {
	#html1 .ux_slick_mcol_mv_biz .slick-prev ,
	#html1 .ux_slick_mcol_mv_biz .slick-next ,
	#sharewithmain * .ux_slick_mcol_mv_biz .slick-prev ,
	#sharewithmain * .ux_slick_mcol_mv_biz .slick-next {
		display: none !important;
	}
}

/* 印刷時は、スライド機能をオフって、アクティブ画像をそのまま配置 */
@media print {
	#html1 .ux_slick_mcol_mv_biz .slick-slide ,
	#sharewithmain * .ux_slick_mcol_mv_biz .slick-slide {
		left: 0 !important;
		min-height: auto !important;
		width: 100% !important;
		display: none !important;
	}
	#html1 .ux_slick_mcol_mv_biz .slick-slide.slick-active ,
	#sharewithmain * .ux_slick_mcol_mv_biz .slick-slide.slick-active {
		display: block !important;
	}

	#html1 .ux_slick_mcol_mv_biz .slick-slide > div ,
	#sharewithmain * .ux_slick_mcol_mv_biz .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 .ux_slick_mcol_mv_biz .slick-slide::before ,
	#sharewithmain * .ux_slick_mcol_mv_biz .slick-slide::before {
		content: none !important;
	}

	#html1 .ux_slick_mcol_mv_biz .slick-list ,
	#sharewithmain * .ux_slick_mcol_mv_biz .slick-list {
		height: auto !important;
	}
	#html1 .ux_slick_mcol_mv_biz .slick-track ,
	#sharewithmain * .ux_slick_mcol_mv_biz .slick-track {
		width: auto !important;
		height: auto !important;
		-webkit-transform: none !important;
		    -ms-transform: none !important;
		        transform: none !important;
	}
}



/*==== 事業・製品 > 各配下 TOP / 最新情報・展示会情報 ====*/
.lx_biz_multi3_news_tile {
}

.lx_biz_multi3_news_tile .basic-list2.thumnail .item .date {
	position: static;
}

.lx_biz_multi3_news_tile .basic-list2.thumnail .item {
	padding: 0;
	line-height: 2;
}

.lx_biz_multi3_news_tile .basic-list2.thumnail .item .n_img ,
.lx_biz_multi3_news_tile .basic-list2.thumnail li.lazy .item > span::before ,
.lx_biz_multi3_news_tile .basic-list2.thumnail li.lazy .item > a::before ,
.lx_biz_multi3_news_tile .basic-list2.thumnail li.no-img .item > span::before ,
.lx_biz_multi3_news_tile .basic-list2.thumnail li.no-img  .item > a::before {
	padding-top: 47.348%;
	margin-bottom: 41px;
}

.lx_biz_multi3_news_tile .basic-list2.thumnail .item .c_icon span {
	display: none;
}

.lx_biz_multi3_news_tile .basic-list2.thumnail .item .c_icon {
	position: absolute;
	top: auto;
	margin-top: calc(-2em - 10px - 31px);
	width: 100%;
}

.lx_biz_multi3_news_tile .basic-list2.thumnail .item .c_icon span.release_ja ,
.lx_biz_multi3_news_tile .basic-list2.thumnail .item .c_icon span.announcement_ja {
	display: block;
	width: 100%;
	height: auto;
	padding: 3px 5px;
	text-align: center;
	font-size: 15px;
	line-height: 1.7;
	border: none;
}

.lx_biz_multi3_news_tile .basic-list2.thumnail .item .c_icon span.release_ja {
	background-color: #4a9cd0;
	color: #fff;
}
.lx_biz_multi3_news_tile .basic-list2.thumnail .item .c_icon span.announcement_ja {
	background-color: #ccc;
}


/*==== 事業・製品 > 各配下 > 最新情報・展示会情報 / タブ一部非表示 ====*/
.lx_biz_multi3_tab {
}

.lx_biz_multi3_tab .basic-list2 .tabs > ul.categoryLv_1 > li.business {
	display: none;
}


/*==== 事業・製品 > 各配下 / 関連ページ ====*/
#promos3 .lx_related_information ,
#sharewithmain .lx_related_information {
	padding-top: 70px;
}

body:not(.in-editor) #promos3 .lx_related_information.no-multi3-item ,
body:not(.in-editor) #sharewithmain .lx_related_information.no-multi3-item {
	display: none;
}

#promos3 .lx_related_information .basic-list2 .item .date ,
#promos3 .lx_related_information .basic-list2 .item .c_icon ,
#sharewithmain .lx_related_information .basic-list2 .item .date ,
#sharewithmain .lx_related_information .basic-list2 .item .c_icon {
	display: none;
}

#promos3 .lx_related_information .basic-list2 .item .news_tx ,
#sharewithmain .lx_related_information .basic-list2 .item .news_tx {
	white-space: pre;
	white-space: pre-line;
}

#promos3 .lx_related_information .basic-list2.thumnail li.lazy .item > span::before,
#promos3 .lx_related_information .basic-list2.thumnail li.lazy .item > a::before,
#promos3 .lx_related_information .basic-list2.thumnail li.no-img .item > span::before,
#promos3 .lx_related_information .basic-list2.thumnail li.no-img .item > a::before,
#promos3 .lx_related_information .basic-list2.thumnail .item .n_img ,
#sharewithmain .lx_related_information .basic-list2.thumnail li.lazy .item > span::before,
#sharewithmain .lx_related_information .basic-list2.thumnail li.lazy .item > a::before,
#sharewithmain .lx_related_information .basic-list2.thumnail li.no-img .item > span::before,
#sharewithmain .lx_related_information .basic-list2.thumnail li.no-img .item > a::before,
#sharewithmain .lx_related_information .basic-list2.thumnail .item .n_img {
	border: none;
	padding-top: 59.3985%;
}

#promos3 .lx_related_information .basic-list2.thumnail .tabItems > li ,
#sharewithmain .lx_related_information .basic-list2.thumnail .tabItems > li {
	margin-bottom: 0;
}

#promos3 .lx_related_information .basic-list2.thumnail .item ,
#sharewithmain .lx_related_information .basic-list2.thumnail .item {
	padding: 0;
}



/*==== 事業・製品 > 各配下 / スライド:関連グループ会社 ====*/
#promos3 .lx_slide_related_company ,
#sharewithmain .lx_slide_related_company {
	padding-top: 70px;
}

body:not(.in-editor) #promos3 .lx_slide_related_company.no-slide ,
body:not(.in-editor) #sharewithmain .lx_slide_related_company.no-slide {
	display: none;
}

#promos3 .lx_slide_related_company .basic-list2 .item .date ,
#promos3 .lx_slide_related_company .basic-list2 .item .c_icon ,
#promos3 .lx_slide_related_company .basic-list2 .item .news_tx ,
#sharewithmain .lx_slide_related_company .basic-list2 .item .date ,
#sharewithmain .lx_slide_related_company .basic-list2 .item .c_icon ,
#sharewithmain .lx_slide_related_company .basic-list2 .item .news_tx {
	display: none;
}

#promos3 .lx_slide_related_company .basic-list2.thumnail li.lazy .item > span::before,
#promos3 .lx_slide_related_company .basic-list2.thumnail li.lazy .item > a::before,
#promos3 .lx_slide_related_company .basic-list2.thumnail li.no-img .item > span::before,
#promos3 .lx_slide_related_company .basic-list2.thumnail li.no-img .item > a::before,
#promos3 .lx_slide_related_company .basic-list2.thumnail .item .n_img ,
#sharewithmain .lx_slide_related_company .basic-list2.thumnail li.lazy .item > span::before,
#sharewithmain .lx_slide_related_company .basic-list2.thumnail li.lazy .item > a::before,
#sharewithmain .lx_slide_related_company .basic-list2.thumnail li.no-img .item > span::before,
#sharewithmain .lx_slide_related_company .basic-list2.thumnail li.no-img .item > a::before,
#sharewithmain .lx_slide_related_company .basic-list2.thumnail .item .n_img {
	border: none;
	padding-top: 24.4361%;
}

#promos3 .lx_slide_related_company .basic-list2.thumnail ,
#sharewithmain .lx_slide_related_company .basic-list2.thumnail {
	overflow: visible;
	position: relative;
	padding: 0 42px;
}

#promos3 .lx_slide_related_company .basic-list2.thumnail .slick-slide ,
#sharewithmain .lx_slide_related_company .basic-list2.thumnail .slick-slide {
	margin-bottom: 0;
}

#promos3 .lx_slide_related_company .basic-list2.thumnail .slick-slide .item ,
#sharewithmain .lx_slide_related_company .basic-list2.thumnail .slick-slide .item {
	padding: 0;
}

#promos3 .lx_slide_related_company .slick-dots ,
#sharewithmain .lx_slide_related_company .slick-dots {
	display: none !important;
}

#promos3 .lx_slide_related_company .slick-prev ,
#promos3 .lx_slide_related_company .slick-next ,
#sharewithmain .lx_slide_related_company .slick-prev ,
#sharewithmain .lx_slide_related_company .slick-next {
	margin: 0;

	top: 50%;
	width: 17px;
	height: 48px;
	margin-top: -24px;
	z-index: 1;

	opacity: 0.5;
}

#promos3 .lx_slide_related_company .slick-prev ,
#sharewithmain .lx_slide_related_company .slick-prev {
	left: 0px;
}
#promos3 .lx_slide_related_company .slick-next ,
#sharewithmain .lx_slide_related_company .slick-next {
	right: 0px;
}

#promos3 .lx_slide_related_company .slick-prev::before ,
#promos3 .lx_slide_related_company .slick-next::before ,
#sharewithmain .lx_slide_related_company .slick-prev::before ,
#sharewithmain .lx_slide_related_company .slick-next::before {
	content: "";
	display: block;
	width: 17px;
	height: 48px;
	background: url("../../../../../../resources/sw_img/icon/slide-prev.png") no-repeat center center;
	background-size: contain;
}

#promos3 .lx_slide_related_company .slick-next::before ,
#sharewithmain .lx_slide_related_company .slick-next::before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

@media screen and (max-width: 959px) {
	#promos3 .lx_slide_related_company .basic-list2.thumnail ,
	#sharewithmain .lx_slide_related_company .basic-list2.thumnail {
		padding: 0 25px;
	}

	#promos3 .lx_slide_related_company .slick-prev ,
	#promos3 .lx_slide_related_company .slick-next ,
	#sharewithmain .lx_slide_related_company .slick-prev ,
	#sharewithmain .lx_slide_related_company .slick-next ,
	#promos3 .lx_slide_related_company .slick-prev::before ,
	#promos3 .lx_slide_related_company .slick-next::before ,
	#sharewithmain .lx_slide_related_company .slick-prev::before ,
	#sharewithmain .lx_slide_related_company .slick-next::before {
		width: 20px;
		height: 24px;
	}

	#promos3 .lx_slide_related_company .slick-prev ,
	#sharewithmain .lx_slide_related_company .slick-prev {
		left: 0;
	}
	#promos3 .lx_slide_related_company .slick-next ,
	#sharewithmain .lx_slide_related_company .slick-next {
		right: 0;
	}
}


/*==== 事業・製品 > 各配下 / インデックス ====*/
.lx_biz_mcol_box01 {
}

.lx_biz_mcol_box01 > .column1:not(.empty) ,
.lx_biz_mcol_box01 > .column2:not(.empty) ,
.lx_biz_mcol_box01 > .column3:not(.empty) ,
.lx_biz_mcol_box01 > .column4:not(.empty) ,
.lx_biz_mcol_box01 > .column5:not(.empty) {
	padding: 15px 20px 0;
	border: 1px solid #d7d7d7;
	background: #fff;
}

.lx_biz_mcol_box01 .teaser:not(.no-img) ,
.lx_biz_mcol_box01 .external-teaser:not(.no-img) {
	margin: -15px -20px 20px;
}

.lx_biz_mcol_box01 .teaser:not(.no-img) h2 a ,
.lx_biz_mcol_box01 .external-teaser:not(.no-img) h2 a {
	min-height: auto;
}

.lx_biz_mcol_box01 .teaser:not(.no-img) ~ .teaser:not(.no-img) ,
.lx_biz_mcol_box01 .teaser:not(.no-img) ~ .external-teaser:not(.no-img) ,
.lx_biz_mcol_box01 .external-teaser:not(.no-img) ~ .teaser:not(.no-img) ,
.lx_biz_mcol_box01 .external-teaser:not(.no-img) ~ .external-teaser:not(.no-img) {
	margin: 0 0 20px;
}

.lx_biz_mcol_box01 .index-map > ul:first-of-type {
	display: none;
}





/*==== 事業・製品 > 各配下 / インデックス ====*/
.lx_biz_col1_index2 ,
.lx_biz_col1_index3 ,
.lx_biz_col2_index3 ,
.lx_biz_col1_index4 {
}

.lx_biz_col1_index2 > .column1 ,
.lx_biz_col1_index3 > .column1 ,
.lx_biz_col2_index3 > .column2 ,
.lx_biz_col1_index4 > .column1 {
	font-size: 0;
}

.lx_biz_col1_index2 > .column1 .teaser:not(.no-img) ,
.lx_biz_col1_index2 > .column1 .external-teaser:not(.no-img) ,
.lx_biz_col1_index2 > .column1 .download-teaser:not(.no-img) {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	width: calc(50% - 20px);
	margin-right: 20px;
}

.lx_biz_col1_index3 > .column1 .teaser:not(.no-img) ,
.lx_biz_col1_index3 > .column1 .external-teaser:not(.no-img) ,
.lx_biz_col1_index3 > .column1 .download-teaser:not(.no-img) ,
.lx_biz_col2_index3 > .column2 .teaser:not(.no-img) ,
.lx_biz_col2_index3 > .column2 .external-teaser:not(.no-img) ,
.lx_biz_col2_index3 > .column2 .download-teaser:not(.no-img) {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	width: calc(99.9999% / 3 - 20px);
	margin-right: 20px;
}

.lx_biz_col1_index4 > .column1 .teaser:not(.no-img) ,
.lx_biz_col1_index4 > .column1 .external-teaser:not(.no-img) ,
.lx_biz_col1_index4 > .column1 .download-teaser:not(.no-img) {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	width: calc(25% - 20px);
	margin-right: 20px;
}

/*
.lx_biz_col1_index2 > .column1 .teaser:not(.no-img) h2 a ,
.lx_biz_col1_index2 > .column1 .external-teaser:not(.no-img) h2 a ,
.lx_biz_col1_index2 > .column1 .download-teaser:not(.no-img) h2 a ,
.lx_biz_col1_index3 > .column1 .teaser:not(.no-img) h2 a ,
.lx_biz_col1_index3 > .column1 .external-teaser:not(.no-img) h2 a ,
.lx_biz_col1_index3 > .column1 .download-teaser:not(.no-img) h2 a ,
.lx_biz_col2_index3 > .column2 .teaser:not(.no-img) h2 a ,
.lx_biz_col2_index3 > .column2 .external-teaser:not(.no-img) h2 a ,
.lx_biz_col2_index3 > .column2 .download-teaser:not(.no-img) h2 a ,
.lx_biz_col1_index4 > .column1 .teaser:not(.no-img) h2 a ,
.lx_biz_col1_index4 > .column1 .external-teaser:not(.no-img) h2 a ,
.lx_biz_col1_index4 > .column1 .download-teaser:not(.no-img) h2 a {
	min-height: auto;
}
*/

@media screen and (max-width: 959px) {
	.lx_biz_col1_index2 > .column1 .teaser:not(.no-img) ,
	.lx_biz_col1_index2 > .column1 .external-teaser:not(.no-img) ,
	.lx_biz_col1_index2 > .column1 .download-teaser:not(.no-img) {
		width: calc(100% - 10px);
		margin-left: 5px;
		margin-right: 5px;
	}

	.lx_biz_col1_index3 > .column1 .teaser:not(.no-img) ,
	.lx_biz_col1_index3 > .column1 .external-teaser:not(.no-img) ,
	.lx_biz_col1_index3 > .column1 .download-teaser:not(.no-img) ,
	.lx_biz_col2_index3 > .column2 .teaser:not(.no-img) ,
	.lx_biz_col2_index3 > .column2 .external-teaser:not(.no-img) ,
	.lx_biz_col2_index3 > .column2 .download-teaser:not(.no-img) ,
	.lx_biz_col1_index4 > .column2 .teaser:not(.no-img) ,
	.lx_biz_col1_index4 > .column2 .external-teaser:not(.no-img) ,
	.lx_biz_col1_index4 > .column2 .download-teaser:not(.no-img) {
		width: calc(50% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}
}


/*==== 事業・製品 > 各配下 / スライド:関連グループ会社 ====*/
.lx_ex_mcol3_arrowed {
}

.lx_ex_mcol3_arrowed > .column1 ,
.lx_ex_mcol3_arrowed > .column2 ,
.lx_ex_mcol3_arrowed > .column3 {
	position: relative;
}


@media print , screen and (min-width: 960px) {
	.lx_ex_mcol3_arrowed > .column1::before ,
	.lx_ex_mcol3_arrowed > .column2::before {
		content: "";
		position: absolute;
		top: calc(174px / 2);
		right: -10px;
		-webkit-transform: translate(50%, -50%);
		    -ms-transform: translate(50%, -50%);
		        transform: translate(50%, -50%);
		display: block;
		width: 101px;
		height: 65px;
		background: url("../../../../../../resources/sw_img/image/img_arrow_right.png") no-repeat center center;
	}
}

@media screen and (max-width: 959px) {
	.lx_ex_mcol3_arrowed > .column2 ,
	.lx_ex_mcol3_arrowed > .column3 {
		padding-top: 80px;
	}

	.lx_ex_mcol3_arrowed > .column2::before ,
	.lx_ex_mcol3_arrowed > .column3::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 60px;
		background: url("../../../../../../resources/sw_img/image/img_arrow_down.png") no-repeat center center;
		background-size: contain;
	}
}


/*==== 事業・製品 > 配下 / 関連ページ ====*/
/* 幅なりゆきカラム */
.lx_biz_box_banner {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.lx_biz_box_banner > .column1 ,
.lx_biz_box_banner > .column2 ,
.lx_biz_box_banner > .column3 ,
.lx_biz_box_banner > .column4 ,
.lx_biz_box_banner > .column5 {
	width: auto;
	max-width: none;
}

@media print , screen and (min-width: 960px) {
	.lx_biz_box_banner > .column2 ,
	.lx_biz_box_banner > .column3 ,
	.lx_biz_box_banner > .column4 ,
	.lx_biz_box_banner > .column5 {
		margin-left: 5px;
	}
}

/*==== 事業・製品 > 医療関連事業 > > 支払情報の公開 ====*/
/* 表組、セル幅合わせ */
.lx_biz_medical_table_align01 {
}

.lx_biz_medical_table_align01 .tbCore tr:first-child td:nth-child(1) {
	width: 10%;
}
.lx_biz_medical_table_align01 .tbCore tr:first-child td:nth-child(2) {
	width: 50%;
}
.lx_biz_medical_table_align01 .tbCore tr:first-child td:nth-child(3) {
	width: 10%;
}
.lx_biz_medical_table_align01 .tbCore tr:first-child td:nth-child(4) {
	width: 30%;
}


.lx_biz_medical_table_align02 {
}

.lx_biz_medical_table_align02 .tbCore {
	max-width: 623px;
	margin-left: 0;
}
.lx_biz_medical_table_align02 .tbCore tr:nth-child(1) td:nth-child(1) {
/*	width: 50%; */
}
.lx_biz_medical_table_align02 .tbCore tr:nth-child(1) td:nth-child(3) {
	width: 25%;
}
.lx_biz_medical_table_align02 .tbCore tr:nth-child(1) td:nth-child(4) {
	width: 25%;
}
.lx_biz_medical_table_align02 .tbCore tr:nth-child(2) td:nth-child(1) {
	width: 45px;
}
.lx_biz_medical_table_align02 .tbCore tr:nth-child(2) td:nth-child(2) {
	width: 43%;
}
.lx_biz_medical_table_align02 .tbCore tr:nth-child(2) td:nth-child(3) {
/*	width: 50%; */
}

.lx_biz_medical_table_align03 {
}

.lx_biz_medical_table_align03 .tbCore {
	max-width: 480px;
	margin-left: 0;
}
.lx_biz_medical_table_align03 .tbCore tr:nth-child(1) td:nth-child(1) {
/*	width: 50%; */
}
.lx_biz_medical_table_align03 .tbCore tr:nth-child(1) td:nth-child(3) {
/*	width: 25%; */
}
.lx_biz_medical_table_align03 .tbCore tr:nth-child(1) td:nth-child(4) {
/*	width: 25%; */
}
.lx_biz_medical_table_align03 .tbCore tr:nth-child(2) td:nth-child(1) {
	width: 45px;
}
.lx_biz_medical_table_align03 .tbCore tr:nth-child(2) td:nth-child(2) {
	width: 43%;
}
.lx_biz_medical_table_align03 .tbCore tr:nth-child(2) td:nth-child(3) {
	width: 50%;
}



/*==== IR TOP / 株価情報バナー  ====*/
/*------------------------------
  株価情報ticker
-------------------------------*/
/* PC位置固定 */
#irTickerSection { position:relative; max-width:1200px; margin:0 auto; }
#irTickerSection #irTickerArea { position:absolute; top:-354px; right:0; width:348px; border:none; }

/* メニュー ー */
#irTickerArea { position:relative; font-size:14px; background:#e7ecf5; padding:28px 32px; }
#irTickerArea h4 { font-size:24px; font-weight:bold; color:#1a6baa; line-height:1.3; margin:0; letter-spacing:0.02em; }
#irTickerArea h4 span { margin-left:0.75em; font-size:15px; color:#000; }
#irTickerArea h4 span.en { display:block; margin:0; }
#irTickerArea p.irTickerTxt { display:block; font-size:14px; font-weight:bold; letter-spacing:0.02em; margin:0; padding:10px 0 10px; }


/* 画像化部分 */
#irTickerArea #irTickerValueInner { }
#irTickerArea #irTickerValueInner #shareDate { display:block; font-size:14px; font-weight:bold; line-height:1.3; letter-spacing:0.02em; margin-bottom: 5px; }
#irTickerArea #irTickerValueInner #irShareValueBox { background:#ffffff; padding:15px 5px; }
#irTickerArea #irTickerValueInner #irShareValueBox p.shareTxt { text-align:center;line-height:1.3;  font-size:14px; font-weight:bold; letter-spacing:0.02em; }
#irTickerArea #irTickerValueInner #irShareValueBox p.shareTxt span.separetor { color: #ccc; font-weight:normal; padding: 0 0.5em;}
#irTickerArea #irTickerValueInner #irShareValueBox p.shareTxt span.shareValue { font-size:20px; margin-left: 0.25em; }
#irTickerArea #irTickerValueInner #irShareValueBox p.shareTxt span.shareValue2 { font-size:16px; margin-left: 0.25em; }
#irTickerArea #irTickerValueInner #irShareValueBox p.shareTxt span.colour_plus { color:#0064dd; }
#irTickerArea #irTickerValueInner #irShareValueBox p.shareTxt span.colour_zero { color:#000000; }
#irTickerArea #irTickerValueInner #irShareValueBox p.shareTxt span.colour_minus { color:#ae0000; }

/* リンク */
#irTickerArea p.shareBtn { margin-top:20px; font-size:12px; letter-spacing:0.02em; }
#irTickerArea p.shareBtn a { position:relative; display:block; text-align:left; border:1px solid #1182e4; background:#1182e4; color:#ffffff; padding:2px 20px; text-decoration:none; }
#irTickerArea p.shareBtn a::before { content:""; position:absolute; top:50%; right:15px; display:block; width: 5px; height:5px; border-top:2px solid #fff; border-right:2px solid #fff; transform:rotate(45deg) translateY(-50%); }
#irTickerArea p.shareBtn a:hover { border:1px solid #1182e4; background:#ffffff !important; color:#1182e4 !important; }
#irTickerArea p.shareBtn a:hover::before { border-color: #1182e4; }

@media screen and (max-width: 959px) {
	/* SP位置中央 */
	#irTickerSection { position:static; max-width: 600px; width:95%; margin:10px auto 0; }
	#irTickerSection #irTickerArea { position:static; width:auto; }
	#irTickerArea #irTickerValueInner #irShareValueBox { width: 280px; }
	#irTickerArea p.shareBtn { max-width:280px; }
}


/* サイドメニュー */
#irTickerArea2 { border:1px solid #a6a7a9; font-size:14px; }
#irTickerArea2 h4 { font-weight:bold; border-bottom:1px solid #a6a7a9; background:linear-gradient(to bottom, #fefefe, #f2f2f2); line-height:1.3; padding:6px 10px 5px; }
#irTickerArea2 h4 span { display:block; font-weight:normal; font-size:79%; }
#irTickerArea2 p.irTickerTxt2 { display:block; font-size:72%; margin:0; padding:5px 10px 0; }

#irTickerArea2 #irTickerValueInner2 { background:#ffffff; padding:0 7px 0; }
#irTickerArea2 #irTickerValueInner2 #irShareValueBox2 p#shareDate2 { font-size:93%; line-height:1.3; letter-spacing:0.1em; }
#irTickerArea2 #irTickerValueInner2 #irShareValueBox2 p.shareTxt2 { border:1px solid #d7d7d7; border-radius:3px; padding:4px 7px 0px; margin-top:4px; line-height:1.3; }
#irTickerArea2 #irTickerValueInner2 #irShareValueBox2 p.shareTxt2.shareNow { margin-top:2px; }
#irTickerArea2 #irTickerValueInner2 #irShareValueBox2 p.shareTxt2 span.valueTitle { display:block; float:left; font-size:85%; margin-top:3px; }
#irTickerArea2 #irTickerValueInner2 #irShareValueBox2 p.shareTxt2 span.shareValue { display:block; float:right; font-size:129%; text-align:right; }
#irTickerArea2 #irTickerValueInner2 #irShareValueBox2 p.shareTxt2 span.shareValue.colour_plus { color:#ff0000; }
#irTickerArea2 #irTickerValueInner2 #irShareValueBox2 p.shareTxt2 span.shareValue.colour_zero { color:#000000; }
#irTickerArea2 #irTickerValueInner2 #irShareValueBox2 p.shareTxt2 span.shareValue.colour_minus { color:#288ede; }
#irTickerArea2 p.shareBtn2 { margin-top:8px; font-size:85%; padding:0 10px 10px; }
#irTickerArea2 p.shareBtn2 a { display:block; text-align:center; border:1px solid #1d2088; background:#1d2088 !important; color:#ffffff; padding:2px 0 !important; }
#irTickerArea2 p.shareBtn2 a:hover { border:1px solid #004396; background:#ffffff !important; color:#004396 !important; text-decoration:none; }

@media screen and (max-width: 959px) {
	#irTickerArea2 h4 span { display:inline;}
}

/*==== IR TOP / IR ニュース  ====*/
.lx_irtop_mcol_news {
}

[id=index] [role="main"] > .lx_irtop_mcol_news {
	display: inline-block;
}

.lx_irtop_mcol_news > .column1 {
	position: relative;
	padding: 60px 0 40px;
}

.lx_irtop_mcol_news::before ,
.lx_irtop_mcol_news::after {
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	display: block;
	width: 100%;
	height: 400px;
	background: #edf3f5;
	z-index: -1;
}

.lx_irtop_mcol_news::after {
	margin-top: calc(-400px - 50px);
}

.lx_irtop_mcol_news .teaser.no-img.style1 ,
.lx_irtop_mcol_news .external-teaser.no-img.style1 ,
.lx_irtop_mcol_news .download-teaser.no-img.style1 {
	position: absolute;
	top: 40px;
	right: 30px;
}

.lx_irtop_mcol_news .teaser.no-img.style1 h2 a ,
.lx_irtop_mcol_news .external-teaser.no-img.style1 h2 a ,
.lx_irtop_mcol_news .download-teaser.no-img.style1 h2 a {
	min-height: 40px;
}



/*==== IR TOP / IR サイトマップ  ====*/
.lx_irtop_imap_01 {
}

.lx_irtop_imap_01 .index-map > ul:first-of-type > li > .item .n_img ~ .news_tx {
	margin: 0;

	position: absolute;
	bottom: 8%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	max-width: 100%;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding-left: 20px;
	color: #2c61a6;
	font-size: 18px;
	font-weight: bold;
}

.lx_irtop_imap_01 .index-map > ul:first-of-type > li > .item .n_img ~ .news_tx::before {
	right: auto;
	left: 2px;
	width: 6px;
	height: 7px;
	background-image: url("../../../../../../resources/sw_img/icon/icon_arr02.png");
}

.lx_irtop_imap_01 .index-map > ul:first-of-type > li > .item .n_img ~ .news_tx:hover::before ,
.lx_irtop_imap_01 .index-map > ul:first-of-type > li > .item > a:hover .n_img ~ .news_tx::before {
	background-image: url("../../../../../../resources/sw_img/icon/icon_arr02.png");
}

.lx_irtop_imap_01 .index-map > ul:first-of-type > li > .item .n_img ~ .news_tx:hover ,
.lx_irtop_imap_01 .index-map > ul:first-of-type > li > .item > a:hover .n_img ~ .news_tx {
	text-decoration: none;
}


@media screen and (max-width: 959px) {
	.lx_irtop_imap_01 .index-map > ul:first-of-type > li > .item .n_img ~ .news_tx {
		font-size: 15px;
		
	}
}


/*==== IR TOP / IR お問い合わせリンク  ====*/
.lx_irtop_mcol_contact  {
}

[id=index] [role="main"] > .lx_irtop_mcol_contact {
	display: inline-block;
}

.lx_irtop_mcol_contact > .column1 {
	position: relative;
	padding: 60px 0 40px;
}

.lx_irtop_mcol_contact::before ,
.lx_irtop_mcol_contact::after {
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	display: block;
	width: 100%;
	height: 200px;
	background: #edf3f5;
	z-index: -1;
}

.lx_irtop_mcol_contact::after {
	margin-top: calc(-200px - 0px);
}

.lx_irtop_mcol_contact .teaser.no-img.style3 h2 a ,
.lx_irtop_mcol_contact .external-teaser.no-img.style3 h2 a ,
.lx_irtop_mcol_contact .download-teaser.no-img.style3 h2 a {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 20px;
}

/*==== IR TOP / サステナ サイトマップ  ====*/
.ax_sitemap_s12y {
	padding: 60px 20px 20px;
	color: #fff;
	background: #1a6baa;
}

.ax_sitemap_s12y .index-map > ul:first-of-type > li > .item {
	text-align: center;
}

.ax_sitemap_s12y .index-map > ul:first-of-type > li > .item > a {
	display: inline-block;
}

.ax_sitemap_s12y .index-map > ul:first-of-type > li > .item .news_tx ,
.ax_sitemap_s12y .index-map > ul:first-of-type > li > .item > a:hover .news_tx {
	padding: 0;
	border: none;
	background: none;
	min-height: auto;

	padding-left: 30px;
	color: inherit;
	font-size: 32px;
}

.ax_sitemap_s12y .index-map > ul:first-of-type > li > .item .news_tx::before ,
.ax_sitemap_s12y .index-map > ul:first-of-type > li > .item > a:hover .news_tx::before {
	margin: 0;
	right: auto;
	width: 0;
	height: 0;
	background: none;

	margin-top: -7px;
	left: 0;
	border: 7px solid transparent;
	border-left: 12px solid #fff;
}

.ax_sitemap_s12y .index-map > ul:first-of-type > li > .item > a:hover .news_tx {
	text-decoration: underline;
}

.ax_sitemap_s12y .index-map > ul:only-of-type > li > ul > li > .item > a,
.ax_sitemap_s12y .index-map > ul + ul.indexLevel_1 > li > .item > a {
	color: inherit;
}

.ax_sitemap_s12y .index-map > ul:only-of-type > li > ul > li > .item::before ,
.ax_sitemap_s12y .index-map > ul + ul.indexLevel_1 > li > .item::before {
	background-image: url("../../../../../../resources/sw_img/icon/icon_arr02_white.png");
}

@media print, screen and (min-width: 960px) {
	.ax_sitemap_s12y .index-map > ul:only-of-type > li > ul > li ,
	.ax_sitemap_s12y .index-map > ul + ul.indexLevel_1 > li {
		display: inline-block;
		vertical-align: top;
		width: calc(33.333% - 30px);
		margin-right: 30px;
	}
}

@media screen and (max-width: 959px) {
	.ax_sitemap_s12y {
		padding-left: 15px;
		padding-right: 15px;
	}

	.ax_sitemap_s12y .index-map > ul:first-of-type > li > .item .news_tx ,
	.ax_sitemap_s12y .index-map > ul:first-of-type > li > .item > a:hover .news_tx {
		font-size: 26px;
	}
}


/*==== IR > 財務データ / 表組  ====*/
.lx_ir_table_align01 {
}

.lx_ir_table_align01 .tbCore td:not(:first-child) {
	width: 160px;
}

/*==== IR > 株式 > 株主優待 ====*/
/* 背景色 */
#promos3 .lx_ex_mcol_bg_lightolive ,
#sharewithmain .lx_ex_mcol_bg_lightolive {
	padding: 25px 20px 1px;
	background: #becc7a;
}

#sharewithmain .lx_ex_mcol_bg_lightolive + .lx_ex_mcol_bg_lightolive {
	padding-top: 1px;
}

#promos3 .lx_ex_col_bg_lightolive > .column1 ,
#promos3 .lx_ex_col_bg_lightolive > .column2 ,
#promos3 .lx_ex_col_bg_lightolive > .column3 ,
#promos3 .lx_ex_col_bg_lightolive > .column4 ,
#promos3 .lx_ex_col_bg_lightolive > .column5 ,
#promos3 .lx_ex_col1_bg_lightolive > .column1 ,
#promos3 .lx_ex_col2_bg_lightolive > .column2 ,
#promos3 .lx_ex_col3_bg_lightolive > .column3 ,
#promos3 .lx_ex_col4_bg_lightolive > .column4 ,
#promos3 .lx_ex_col5_bg_lightolive > .column5 ,
#sharewithmain .lx_ex_col_bg_lightolive > .column1 ,
#sharewithmain .lx_ex_col_bg_lightolive > .column2 ,
#sharewithmain .lx_ex_col_bg_lightolive > .column3 ,
#sharewithmain .lx_ex_col_bg_lightolive > .column4 ,
#sharewithmain .lx_ex_col_bg_lightolive > .column5 ,
#sharewithmain .lx_ex_col1_bg_lightolive > .column1 ,
#sharewithmain .lx_ex_col2_bg_lightolive > .column2 ,
#sharewithmain .lx_ex_col3_bg_lightolive > .column3 ,
#sharewithmain .lx_ex_col4_bg_lightolive > .column4 ,
#sharewithmain .lx_ex_col5_bg_lightolive > .column5 {
	padding: 20px 20px 1px;
	background: #becc7a;
}





/*-- news tab --*/
#sharewithmain .lx_ex_list_tab01 {
}

.lx_ex_list_tab01 div.link-list:not(.highlight) {
/*	display: table; */
/*	width: 100%; */
/*	table-layout: fixed; */
}

.lx_ex_list_tab01 div.link-list:not(.highlight) ul {
	margin: 0;
	font-size: 0;

/*	display: table-row */
}

.lx_ex_list_tab01 div.link-list:not(.highlight) ul li {
	margin: 0;
	padding: 0;
	background: none;

/*	display: table-cell; */
	display: inline-block;
	vertical-align: top;
	min-width: 18.5%;
	margin-right: 1.5%;
	margin-bottom: 15px;
}

.lx_ex_list_tab01 div.link-list:not(.highlight) ul li::before ,
.lx_ex_list_tab01 div.link-list:not(.highlight) ul li::after {
	content: none;
}

.lx_ex_list_tab01 div.link-list:not(.highlight) ul li > span ,
.lx_ex_list_tab01 div.link-list:not(.highlight) ul li > a {
	position: relative;
	overflow: visible;
	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;
	padding: 8px 10px;
	text-align: center;
	color: #1d2088;
	font-size: 15.04px;
	line-height: 1.2;
	background: #fff;
	border: 1px solid #1d2088;
	text-decoration: none;
}

.lx_ex_list_tab01 div.link-list:not(.highlight) ul li.act > a ,
.lx_ex_list_tab01 div.link-list:not(.highlight) ul li.act > span ,
.lx_ex_list_tab01 div.link-list:not(.highlight) ul li > span:hover ,
.lx_ex_list_tab01 div.link-list:not(.highlight) ul li > a:hover {
	color: #fff;
	background: #1d2088;
}

.lx_ex_list_tab01 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul ,
.lx_ex_list_tab01 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul li {
	display: block;
	margin-bottom: 10px;
}




/*==== 企業情報 > 沿革・歴史 / 囲み線テキスト  ====*/
.lx_corp_hitext_history ,
.lx_corp_hitext_history2 {
}

.lx_corp_hitext_history .highlight-quoted-text ,
.lx_corp_hitext_history2 .highlight-quoted-text {
	border: 1px solid #ccc;
	background: none;
}

.lx_corp_hitext_history .highlight-quoted-text ul ,
.lx_corp_hitext_history2 .highlight-quoted-text ul {
	padding: 0;
}

.lx_corp_hitext_history .highlight-quoted-text ul li ,
.lx_corp_hitext_history2 .highlight-quoted-text ul li {
	display: inline-block;
	vertical-align: top;
	min-width: 172px;
}


.lx_corp_hitext_history2 .highlight-quoted-text ul li {
	min-width: 275px;
}

.lx_corp_hitext_history .highlight-quoted-text ul li::after ,
.lx_corp_hitext_history2 .highlight-quoted-text ul li::after {
	content: none;
}








/*==== 企業情報 > 沿革・歴史 / テーブル縦横  ====*/
#sharewithmain .lx_corp_table_history01 ,
#sharewithmain .lx_corp_table_history02 {
}

.lx_corp_table_history01 .vtable-item > table ,
.lx_corp_table_history02 .vtable-item > table {
	margin-bottom: 0;
}

.lx_corp_table_history01 .ircalendar-title > table > tbody > tr > th ,
.lx_corp_table_history01 .ircalendar-item > table > tbody >tr > td ,
.lx_corp_table_history01 .vtable-item > table > tbody > tr > td ,
.lx_corp_table_history01 .vtable-item > table > tbody > tr > th ,
.lx_corp_table_history02 .ircalendar-title > table > tbody > tr > th ,
.lx_corp_table_history02 .ircalendar-item > table > tbody >tr > td ,
.lx_corp_table_history02 .vtable-item > table > tbody > tr > td ,
.lx_corp_table_history02 .vtable-item > table > tbody > tr > th {
	border: none;
	vertical-align: top;
	color: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
}

.lx_corp_table_history01 .ircalendar-title > table > tbody > tr > th ,
.lx_corp_table_history02 .ircalendar-title > table > tbody > tr > th {
	text-align: center;
	padding: 10px 12px 8px;
	font-weight: bold;
	background-color: #91d2f2;
}

.lx_corp_table_history02 .ircalendar-title > table > tbody > tr > th {
	color: #fff;
	font-weight: normal;
	background-color: #1d2088;
}

.lx_corp_table_history01 .vtable-item > table > tbody > tr > th ,
.lx_corp_table_history02 .vtable-item > table > tbody > tr > th {
	width: 60px;
	padding: 15px 5px 10px;
	text-align: center;
	font-size: 15px;
	border-bottom: 1px dotted #ccc;
	background-color: #f2f2f2;
}

.lx_corp_table_history01 .vtable-item > table > tbody > tr > td ,
.lx_corp_table_history02 .vtable-item > table > tbody > tr > td {
	width: auto;
	padding: 15px 0 10px 10px;
	font-size: 15px;
	border-bottom: 1px dotted #ccc;
}

.lx_corp_table_history01 .vtable-item > table > tbody > tr > td.vtable-item2 ,
.lx_corp_table_history02 .vtable-item > table > tbody > tr > td.vtable-item2 {
	width: 30%;
}

.lx_corp_table_history01 .vtable-item ol ,
.lx_corp_table_history02 .vtable-item ol {
	padding-left: 20px;
	list-style: none;
	font-size: 14px;
	background: #def4ff;
	margin-bottom: 10px;
}

.lx_corp_table_history01 .vtable-item ol li ,
.lx_corp_table_history01 .vtable-item ul li ,
.lx_corp_table_history02 .vtable-item ol li ,
.lx_corp_table_history02 .vtable-item ul li {
	text-indent: -1em;
}

.lx_corp_table_history01 .vtable-item ul li::after ,
.lx_corp_table_history02 .vtable-item ul li::after {
	content: none;
}


@media print, screen and (min-width: 960px) {
	/* 余白調整 */
	.lx_corp_table_history01.multiColumn3 > .column1 .vtable-item:last-child > table > tbody > tr > th {
		height: 104px;
	}

	.lx_corp_table_history01.multiColumn3 > .column3 .vtable-item:first-child > table > tbody > tr > th {
		height: 917px;
	}

	.lx_corp_table_history01.multiColumn3 > .column3 .vtable-item:last-child > table > tbody > tr > th {
		height: 53px;
	}

	.lx_corp_table_history01.multiColumn2 > .column2 .vtable-item:last-child > table > tbody > tr > th {
		height: 332px;
	}

	#header.en ~* .lx_corp_table_history01.multiColumn3 > .column1 .vtable-item:last-child > table > tbody > tr > th {
		height: 210px;
	}

	#header.en ~* .lx_corp_table_history01.multiColumn3 > .column3 .vtable-item:first-child > table > tbody > tr > th {
		height: 260px;
	}

	#header.en ~* .lx_corp_table_history01.multiColumn3 > .column3 .vtable-item:last-child > table > tbody > tr > th {
		height: 213px;
	}

	#header.en ~* .lx_corp_table_history01.multiColumn2 > .column2 .vtable-item:last-child > table > tbody > tr > th {
		height: 104px;
	}


}


/*==== サステナビリティ TOP / インデックス ====*/
.lx_s12y_mcol_box01 {
}

.lx_s12y_mcol_box01 > .column1 ,
.lx_s12y_mcol_box01 > .column2 ,
.lx_s12y_mcol_box01 > .column3 ,
.lx_s12y_mcol_box01 > .column4 ,
.lx_s12y_mcol_box01 > .column5 {
	padding: 15px 20px 0;
	border: 1px solid #d7d7d7;
	background: #fff;
}

.lx_s12y_mcol_box01 .teaser:not(.no-img) ,
.lx_s12y_mcol_box01 .external-teaser:not(.no-img) {
	margin: -15px -20px 20px;
}

.lx_s12y_mcol_box01 .teaser:not(.no-img) h2 a ,
.lx_s12y_mcol_box01 .external-teaser:not(.no-img) h2 a {
	min-height: auto;
}

.lx_s12y_mcol_box01 .teaser:not(.no-img) ~ .teaser:not(.no-img) ,
.lx_s12y_mcol_box01 .teaser:not(.no-img) ~ .external-teaser:not(.no-img) ,
.lx_s12y_mcol_box01 .external-teaser:not(.no-img) ~ .teaser:not(.no-img) ,
.lx_s12y_mcol_box01 .external-teaser:not(.no-img) ~ .external-teaser:not(.no-img) {
	margin: 0 0 20px;
}

.lx_s12y_mcol_box01 .index-map > ul:first-of-type {
/*	display: none; */
}

.lx_s12y_mcol_box01 .index-map > ul:first-of-type > li > .item > a {
	margin: -15px -20px 0;
}

.lx_s12y_mcol_box01 .index-map > ul:first-of-type > li > .item .news_tx {
	border: none;

	padding: 20px 15px;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	text-align: left;
	font-size: 18px;
	color: inherit;
	background: #edf3f5;
	border-bottom: 1px solid #d7d7d7;
}

.lx_s12y_mcol_box01 .index-map > ul:first-of-type > li > .item .news_tx::before {
	content: none;
}

.lx_s12y_mcol_box01 .index-map > ul:first-of-type > li > .item > a:hover .news_tx {
	color: inherit;
	background: #edf3f5;
	border-bottom: 1px solid #d7d7d7;
}



/*==== サステナビリティ > コーポレートガバナンス等 ====*/
.lx_ex_cke_ul_indent {
}

.lx_ex_cke_ol_indent ol ,
.lx_ex_cke_ul_indent ul {
	padding-left: 2em;
	list-style: none;
}

.lx_ex_cke_ol_indent ol li ,
.lx_ex_cke_ul_indent ul li {
	text-indent: -2em;
}

.lx_ex_cke_ul_indent ul li::after {
	content: none;
}


/*==== 広告ギャラリー ====*/
.lx_ex_text_inline2 ,
.lx_ex_text_inline3 {
}

.lx_ex_text_inline2 .text-section.highlight {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 20px);
}

.lx_ex_text_inline3 .text-section.highlight {
	display: inline-block;
	vertical-align: top;
	width: calc(33.333% - 20px);
}


/*==== スペシャルコンテンツ TOP ====*/
.lx_ex_multi3_special {
}

.lx_ex_multi3_special .basic-list2.thumnail .date {
	display: none;
}

.lx_ex_multi3_special .basic-list2.thumnail .tabItems {
	margin: 0;
}

.lx_ex_multi3_special .basic-list2.thumnail .tabItems > li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 30px;
	border-bottom: solid 1px #edf3f5;
}

.lx_ex_multi3_special .basic-list2.thumnail .tabItems > li:hover {
	background: #dfeaed;
}

.lx_ex_multi3_special .basic-list2.thumnail .item {
	position: relative;
	padding: 0;
}

.lx_ex_multi3_special .basic-list2.thumnail .item > a:hover ,
.lx_ex_multi3_special .basic-list2.thumnail .item > a:hover img {
	opacity: 1;
}

.lx_ex_multi3_special .basic-list2.thumnail .item .news_tx {
	display: block;
/*	margin-top: 5px; */
	color: #10125f;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	white-space: pre;
	white-space: pre-line;
	margin-bottom: 10px;
}

.lx_ex_multi3_special .basic-list2.thumnail .item .news_tx::first-line {
	color: #a8afb1;
	font-weight: normal;
	font-style: italic;
	line-height: 2.25;
}

.lx_ex_multi3_special .basic-list2.thumnail .item .c_icon {
	position: absolute;
	bottom: auto;
	right: auto;
	top: 8px;
	left: 80px;
}

.lx_ex_multi3_special .basic-list2.thumnail .item .c_icon span {
	height: auto;
	border: none;

	padding: 10px 10px 8px;
	color: #fff;
	font-size: 14px;
	background: #999;
}

.lx_ex_multi3_special .basic-list2.thumnail .item .c_icon span.clean_energy_ja ,
.lx_ex_multi3_special .basic-list2.thumnail .item .c_icon span.clean_energy_en {
	background-color: #68bf78;
}
.lx_ex_multi3_special .basic-list2.thumnail .item .c_icon span.safety_ja ,
.lx_ex_multi3_special .basic-list2.thumnail .item .c_icon span.safety_en {
	background-color: #4dbfc0;
}
.lx_ex_multi3_special .basic-list2.thumnail .item .c_icon span.environment_ja ,
.lx_ex_multi3_special .basic-list2.thumnail .item .c_icon span.environment_en {
	background-color: #6DBADA;
}
.lx_ex_multi3_special .basic-list2.thumnail .item .c_icon span.health_care_ja ,
.lx_ex_multi3_special .basic-list2.thumnail .item .c_icon span.health_care_en {
	background-color: #f87668;
}


@media print, screen and (min-width: 960px) {
	.lx_ex_multi3_special .basic-list2.thumnail li.lazy .item > span::before ,
	.lx_ex_multi3_special .basic-list2.thumnail li.lazy .item > a::before ,
	.lx_ex_multi3_special .basic-list2.thumnail li.no-img .item > span::before ,
	.lx_ex_multi3_special .basic-list2.thumnail li.no-img .item > a::before ,
	.lx_ex_multi3_special .basic-list2.thumnail .item .n_img {
		width: 27%;
		float: right;
		padding-top: 16.5%;
		margin: 6px 0;
	}
}

@media screen and (max-width: 959px) {
	.lx_ex_multi3_special .basic-list2.thumnail li .item {
		padding-bottom: 66.666%;
	}

	.lx_ex_multi3_special .basic-list2.thumnail li.lazy .item > span::before ,
	.lx_ex_multi3_special .basic-list2.thumnail li.lazy .item > a::before ,
	.lx_ex_multi3_special .basic-list2.thumnail li.no-img .item > span::before ,
	.lx_ex_multi3_special .basic-list2.thumnail li.no-img .item > a::before ,
	.lx_ex_multi3_special .basic-list2.thumnail .item .n_img {
		position: absolute;
		bottom: 0;
	}

	.lx_ex_multi3_special .basic-list2.thumnail .tabItems > li {
		padding: 40px 8px;
	}

	.lx_ex_multi3_special .basic-list2.thumnail .item .c_icon span {
		font-size: 12px;
	}
}


/*==== スペシャルコンテンツ > 配下ページ ====*/
[data-page-path^="/ja/special/"] .page-intro > .h1::first-line ,
[data-page-path^="/ja/special/"] #page-intro > h1::first-line {
	color: #a8afb1;
	font-weight: normal;
	font-style: italic;
	line-height: 2.25;
}

/* カテゴリアイコン */
body.multi3[data-page-marker~="news-folder"][data-page-path^="/ja/special/"] #page-intro > .h0 + h1 {
	padding-top: 0;
}

[data-page-path^="/ja/special/"] #page-intro .category-icon {
	display: none;
}

[data-page-path^="/ja/special/"] .page-intro .category-icon {
	display: block;
	margin-top: 40px;
}

@media print, screen and (min-width: 960px) {
	[data-page-path^="/ja/special/"] .page-intro .category-icon span[data-category-level="1"] {
		display: inline-block;
	}
}

@media screen and (max-width: 959px) {
	[data-page-path^="/ja/special/"] .page-intro .category-icon span ,
	[data-page-path^="/ja/special/"] #page-intro .category-icon span {
		display: block;
		font-size: 12px;
	}
}


/*==== ひと目で分かるエア・ウォーターグループ ====*/
/* MV */
.lx_guide_mcol01 {
	color: #fff;
}

.lx_guide_mcol01 > .column1 {
	padding: 215px 0 175px;
	margin: 0;
}

.lx_guide_mcol01 .text-section {
	letter-spacing: 0.13em;
	line-height: 2.2;
	margin-bottom: 10px;
}

.lx_guide_mcol01 .text-section u {
	text-decoration: none;

	font-size: 37px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.6;
}


@media screen and (max-width: 959px) {
	.lx_guide_mcol01 > .column1 {
		padding: 15% 0 18%;
	}

	.lx_guide_mcol01 .text-section {
		font-size: 3vw;
		line-height: 1.5;
	}

	.lx_guide_mcol01 .text-section u {
		font-size: 5.5vw;
	}
}

/* ガイド */
.lx_guide_mcol02 {
}

.lx_guide_mcol02 > .column1 {
	max-width: 1040px;
	padding: 80px 0 85px;
	margin: 0;
	font-size: 0;
}

.lx_guide_mcol02 .title3 h3 {
	margin: 0;
	padding: 0;
	background: none;
	border: none;

	font-size: 35.84px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 60px;
}

.lx_guide_mcol02 .text-section:not(.highlight) {
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 36px);
	background: rgba(255,255,255,0.9);
	margin: 0 18px 35px;
}

.lx_guide_mcol02 .text-section:not(.highlight) h2 {
	margin: 0;
	padding: 0;

	padding: 18px 10px;
	text-align: center;
	color: #fff;
	font-size: 18.24px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0.1em;
	background: #1d2088;
}

.lx_guide_mcol02 .text-section:not(.highlight) > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column wrap;
	        flex-flow: column wrap;
	-webkit-box-align: normal;
	    -ms-flex-align: normal;
	        align-items: normal;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 25px 10px;
	font-size: 1rem;
	letter-spacing: 0.1em;
}

.lx_guide_mcol02 .text-section:not(.highlight) strong {
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
}

.lx_guide_mcol02 .text-section:not(.highlight) span[style*="font-size:80%"] ,
.lx_guide_mcol02 .text-section:not(.highlight) span[style*="font-size:90%"] {
	display: block;
	line-height: 1.5;
}

.lx_guide_mcol02 .text-section:not(.highlight) u {
	text-decoration: none;
	color: transparent;

	position: relative;
	display: block;
	height: 20px;
}

.lx_guide_mcol02 .text-section:not(.highlight) u::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
}

@media screen and (max-width: 959px) {
	.lx_guide_mcol02 > .column1 {
		padding: 10% 0;
	}

	.lx_guide_mcol02 .title3 h3 {
		padding: 8px 1%;
		font-size: 5.3vw;
		line-height: 1.2;
		margin-bottom: 25px;
	}

	.lx_guide_mcol02 .text-section:not(.highlight) {
		width: calc(50% - 3.2%);
		margin: 0 1.6% 15px;
	}

	.lx_guide_mcol02 .text-section:not(.highlight) h2 {
		padding: 8px 5px;
		font-size: 3.5vw;
	}

	.lx_guide_mcol02 .text-section:not(.highlight) > div {
		padding: 7px 10px;
		font-size: 3.5vw;
	}

	.lx_guide_mcol02 .text-section:not(.highlight) strong {
		font-size: 5.7vw;
	}

	.lx_guide_mcol02 .text-section:not(.highlight) u {
		height: 10px;
	}
}


/* 事業領域 */
.lx_guide_mcol03 ,
.lx_guide_mcol03_inner {
}

.lx_guide_mcol03_inner > .column1 {
	font-size: 0;
}

.lx_guide_mcol03 > .column1 {
	padding: 80px 0 85px;
	margin: 0;
	font-size: 0;
}

.lx_guide_mcol03 .title3 h3 {
	margin: 0;
	padding: 0;
	background: none;
	border: none;

	font-size: 35.84px;
	font-weight: bold;
	margin-bottom: 40px;
}

.lx_guide_mcol03_inner .text-section {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 10px);
	margin: 0 5px 10px;
}

.lx_guide_mcol03_inner .text-section h2 {
	margin: 0;
	padding: 0;
/*	background: none; */
	border: none;

	text-align: center;
	font-size: 17.28px;
	padding: 3px 5px;
	color: #fff;
}

.lx_guide_mcol03_inner .mgnlEditorBar ~ .text-section:nth-child(2) h2 ,
.lx_guide_mcol03_inner .text-section:nth-child(1) h2 {
	background: #0087c1;
}
.lx_guide_mcol03_inner .mgnlEditorBar ~ .text-section:nth-child(3) h2 ,
.lx_guide_mcol03_inner .text-section:nth-child(2) h2 {
	background: #64589a;
}
.lx_guide_mcol03_inner .mgnlEditorBar ~ .text-section:nth-child(4) h2 ,
.lx_guide_mcol03_inner .text-section:nth-child(3) h2 {
	background: #d02359;
}
.lx_guide_mcol03_inner .mgnlEditorBar ~ .text-section:nth-child(5) h2 ,
.lx_guide_mcol03_inner .text-section:nth-child(4) h2 {
	background: #dc602d;
}
.lx_guide_mcol03_inner .mgnlEditorBar ~ .text-section:nth-child(6) h2 ,
.lx_guide_mcol03_inner .text-section:nth-child(5) h2 {
	background: #00833f;
}
.lx_guide_mcol03_inner .mgnlEditorBar ~ .text-section:nth-child(7) h2 ,
.lx_guide_mcol03_inner .text-section:nth-child(6) h2 {
	background: #ed9f00;
}
.lx_guide_mcol03_inner .mgnlEditorBar ~ .text-section:nth-child(8) h2 ,
.lx_guide_mcol03_inner .text-section:nth-child(7) h2 {
	background: #053994;
}
.lx_guide_mcol03_inner .mgnlEditorBar ~ .text-section:nth-child(9) h2 ,
.lx_guide_mcol03_inner .text-section:nth-child(8) h2 {
	background: #959595;
}

.lx_guide_mcol03_inner  .text-section > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column wrap;
	        flex-flow: column wrap;
	-webkit-box-align: normal;
	    -ms-flex-align: normal;
	        align-items: normal;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 8px 0px;
	font-size: 1rem;
	letter-spacing: 0.15em;
}

.lx_guide_mcol03_inner .text-section strong {
	font-size: 30.88px;
	font-weight: bold;
	line-height: 1;
}


@media print, screen and (min-width: 960px) {
	.lx_guide_mcol03_inner > .column1 {
		position: absolute;
		top: 10%;
		height: 80%;
	}

	.lx_guide_mcol03 > .column1 > .graph .highcharts-title span {
		font-size: 150%;
	}

	.lx_guide_mcol03 > .column1 > .graph .highcharts-data-labels >*> span {
		font-size: 24px !important;
	}

	[role="main"] > .lx_guide_mcol03_inner > .column1 {
		position: static;
	}

	.lx_guide_mcol03_inner .text-section {
		position: absolute;
		width: 13%;
	}

	[role="main"] > .lx_guide_mcol03_inner .mgnlEditorBar ~ .text-section {
		position: static;
		top: auto;
		left: auto;
		right: auto;
		display: block;
	}

	.lx_guide_mcol03_inner .mgnlEditorBar ~ .text-section:nth-child(2) ,
	.lx_guide_mcol03_inner .text-section:nth-child(1) {
		top: 23%;
		right: 9%;
	}
	.lx_guide_mcol03_inner .mgnlEditorBar ~ .text-section:nth-child(3) ,
	.lx_guide_mcol03_inner .text-section:nth-child(2) {
		top: 41%;
		right: 9%;
	}
	.lx_guide_mcol03_inner .mgnlEditorBar ~ .text-section:nth-child(4) ,
	.lx_guide_mcol03_inner .text-section:nth-child(3) {
		top: 59%;
		right: 9%;
	}
	.lx_guide_mcol03_inner .mgnlEditorBar ~ .text-section:nth-child(5) ,
	.lx_guide_mcol03_inner .text-section:nth-child(4) {
		top: 77%;
		right: 9%;
		left: auto;
	}
	.lx_guide_mcol03_inner .mgnlEditorBar ~ .text-section:nth-child(6) ,
	.lx_guide_mcol03_inner .text-section:nth-child(5) {
		top: 77%;
		left: 9%;
	}
	.lx_guide_mcol03_inner .mgnlEditorBar ~ .text-section:nth-child(7) ,
	.lx_guide_mcol03_inner .text-section:nth-child(6) {
		top: 59%;
		left: 9%;
	}
	.lx_guide_mcol03_inner .mgnlEditorBar ~ .text-section:nth-child(8) ,
	.lx_guide_mcol03_inner .text-section:nth-child(7) {
		top: 41%;
		left: 9%;
	}
	.lx_guide_mcol03_inner .mgnlEditorBar ~ .text-section:nth-child(9) ,
	.lx_guide_mcol03_inner .text-section:nth-child(8) {
		top: 23%;
		left: 9%;
	}


}

@media screen and (max-width: 959px) {
	.lx_guide_mcol03 > .column1 {
		padding: 10% 6.25vw;
	}

	.lx_guide_mcol03 .title3 h3 {
		padding: 8px 1%;
		font-size: 5.3vw;
		line-height: 1.2;
		margin-bottom: 25px;
	}

	.lx_guide_mcol03 .title3 + .text-section {
		margin-bottom: 40px;
	}

	.lx_guide_mcol03 > .column1 > .graph {
		margin: 0 -6.25vw;
	}

	.lx_guide_mcol03 > .column1 > .graph  .highcharts-container {
		margin-top: calc((100vw - 500px) / 2);
	}

	.lx_guide_mcol03 > .column1 > .graph  .highcharts-title > * > span {
		font-size: 150%;
	}

	.lx_guide_mcol03_inner .text-section h2 {
		font-size: 3.5vw;
	}

	.lx_guide_mcol03_inner .text-section > div {
		padding: 5px 0px;
		font-size: 3.4vw;
	}

	.lx_guide_mcol03_inner .text-section strong {
		font-size: 6.587vw;
	}
}


/* 事業の強み */
.lx_guide_mcol04 {
}

.lx_guide_mcol04 > .column1 {
	max-width: 1024px;
	padding: 80px 0 85px;
	margin: 0;
	font-size: 0;
}

.lx_guide_mcol04 .title3 h3 {
	margin: 0;
	padding: 0;
	background: none;
	border: none;

	font-size: 35.84px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.lx_guide_mcol04 .title4 h4 {
	margin: 0;
	padding: 0;
	background: none;
	border: none;

	color: inherit;
	font-size: 20.4288px;
	font-weight: bold;
	letter-spacing: 3.584px;
	margin-bottom: 32px;
}

.lx_guide_mcol04 .text-section:not(.highlight) {
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 36px);
	background: rgba(255,255,255,0.9);
	margin: 0 18px 35px;
}

.lx_guide_mcol04 .text-section:not(.highlight) h2 {
	margin: 0;
	padding: 0;

	padding: 18px 10px;
	text-align: center;
	color: #fff;
	font-size: 18.24px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0.1em;
	background: #1d2088;
}

.lx_guide_mcol04 .text-section:not(.highlight) img.large {
	max-width: none;
	width: 100%;
	margin-bottom: 0;
}

.lx_guide_mcol04 .text-section:not(.highlight) > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column wrap;
	        flex-flow: column wrap;
	-webkit-box-align: normal;
	    -ms-flex-align: normal;
	        align-items: normal;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding: 5px 10px 15px;
	font-size: 1rem;
	letter-spacing: 0.1em;
}

.lx_guide_mcol04 .text-section:not(.highlight) strong {
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
}

.lx_guide_mcol04 .text-section:not(.highlight) span[style*="font-size:80%"] ,
.lx_guide_mcol04 .text-section:not(.highlight) span[style*="font-size:90%"] {
	display: block;
	line-height: 1.5;
}

.lx_guide_mcol04 .text-section:not(.highlight) u {
	text-decoration: none;
	color: transparent;

	position: relative;
	display: block;
	height: 10px;
}

.lx_guide_mcol04 .text-section:not(.highlight) u::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
}

@media screen and (max-width: 959px) {
	.lx_guide_mcol04 > .column1 {
		padding: 10% 0;
	}

	.lx_guide_mcol04 .title3 h3 {
		padding: 8px 1%;
		font-size: 5.3vw;
		line-height: 1.2;
		margin-bottom: 5px;
	}

	.lx_guide_mcol04 .title4 h4 {
		font-size: 3.18vw;
		letter-spacing: 0.1em;
	}

	.lx_guide_mcol04 .text-section:not(.highlight) {
		width: calc(50% - 3.2%);
		margin: 0 1.6% 15px;
	}

	.lx_guide_mcol04 .text-section:not(.highlight) h2 {
		padding: 8px 5px;
		font-size: 3.5vw;
	}

	.lx_guide_mcol04 .text-section:not(.highlight) > div {
		padding: 7px 10px;
		font-size: 3.5vw;
	}

	.lx_guide_mcol04 .text-section:not(.highlight) strong {
		font-size: 5.7vw;
	}

	.lx_guide_mcol04 .text-section:not(.highlight) u {
		height: 10px;
	}
}


/* 経営の基本 */
.lx_guide_mcol05 ,
.lx_guide_mcol05_inner {
}

.lx_guide_mcol05 > .column1 {
	max-width: 1000px;
	padding: 80px 0 85px;
	margin: 0;
	font-size: 0;
}

.lx_guide_mcol05 .title3 h3 {
	margin: 0;
	padding: 0;
	background: none;
	border: none;

	font-size: 35.84px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 35px;
}

.lx_guide_mcol05_inner > .column1 ,
.lx_guide_mcol05_inner > .column2 {
	position: relative;
	padding: 40px 34px 20px;
	background: rgba(255,255,255,0.9);
}

.lx_guide_mcol05_inner .teaser.no-img.style1 ,
.lx_guide_mcol05_inner .external-teaser.no-img.style1 ,
.lx_guide_mcol05_inner .download-teaser.no-img.style1 {
	margin-top: 40px;
}

.lx_guide_mcol05_inner > .column1 .text-section {
	margin-bottom: 40px;
}

.lx_guide_mcol05_inner > .column2 .text-section {
	line-height: 1.7;
	margin-top: -15px;
	margin-bottom: 20px;
}

.lx_guide_mcol05_inner > .column2 .text-section img {
	margin-bottom: 5px;
}

@media screen and (max-width: 959px) {
	.lx_guide_mcol05 > .column1 {
		padding: 10% 0;
	}

	.lx_guide_mcol05 .title3 h3 {
		padding: 8px 1%;
		font-size: 5.3vw;
		line-height: 1.2;
		margin-bottom: 5px;
	}
}


/* 企業成長を実現 */
.lx_guide_mcol06 ,
.lx_guide_mcol06_inner {
}

.lx_guide_mcol06 > .column1 {
	max-width: 1000px;
	padding: 80px 0 85px;
	margin: 0;
	font-size: 0;
}

.lx_guide_mcol06 .title3 h3 {
	margin: 0;
	padding: 0;
	background: none;
	border: none;

	font-size: 35.84px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 35px;
}

.lx_guide_mcol06_inner .text-section:not(.highlight) {
	padding: 40px 34px 20px;
	background: rgba(255,255,255,0.9);
}

#guideTickerSection {
	position: relative;
	margin-top: 20px;
}

@media screen and (max-width: 959px) {
	.lx_guide_mcol06 > .column1 {
		padding: 10% 0;
	}

	.lx_guide_mcol06 .title3 h3 {
		padding: 8px 1%;
		font-size: 5.3vw;
		line-height: 1.2;
		margin-bottom: 5px;
	}
}


/* ビジョン */
.lx_guide_mcol07 ,
.lx_guide_mcol07_inner {
}

.lx_guide_mcol07 > .column1 {
	max-width: 1000px;
	padding: 80px 0 85px;
	margin: 0;
}

.lx_guide_mcol07_inner > .column1 {
	position: relative;
	padding: 40px 34px 20px;
	background: rgba(255,255,255,0.9);
}

.lx_guide_mcol07 .title3 h3 {
	margin: 0;
	padding: 0;
	background: none;
	border: none;

	font-size: 35.84px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 35px;
}

@media screen and (max-width: 959px) {
	.lx_guide_mcol07 > .column1 {
		padding: 10% 0;
	}

	.lx_guide_mcol07 .title3 h3 {
		padding: 8px 1%;
		font-size: 5.3vw;
		line-height: 1.2;
		margin-bottom: 5px;
	}
}


/* 解決に導く */
.lx_guide_mcol08 ,
.lx_guide_mcol08_inner {
	color: #fff;
}

.lx_guide_mcol08 > .column1 {
	max-width: 910px;
	padding: 80px 0 200px;
	margin: 0;
}

.lx_guide_mcol08_inner {
	margin-top: 160px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.lx_guide_mcol08_inner > .column1 ,
.lx_guide_mcol08_inner > .column2 {
	position: relative;
	width: 375px;
	padding: 45px 20px 10px;
	border: 5px solid #fff;
}

.lx_guide_mcol08 .title3 h3 {
	margin: 0;
	padding: 0;
	background: none;
	border: none;

	color: inherit;
	font-size: 35.84px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 35px;
}

.lx_guide_mcol08 .teaser.no-img.style1 h2 a ,
.lx_guide_mcol08 .external-teaser.no-img.style1 h2 a ,
.lx_guide_mcol08 .download-teaser.no-img.style1 h2 a {
	color: #fff;
	border-color: #fff;
}

.lx_guide_mcol08 .teaser.no-img.style1 h2 a:hover ,
.lx_guide_mcol08 .external-teaser.no-img.style1 h2 a:hover ,
.lx_guide_mcol08 .download-teaser.no-img.style1 h2 a:hover {
}

.lx_guide_mcol08 .teaser.no-img.style1 h2 a::before ,
.lx_guide_mcol08 .external-teaser.no-img.style1 h2 a::before ,
.lx_guide_mcol08 .download-teaser.no-img.style1 h2 a::before {
	background-image: url("../../../../../../resources/sw_img/icon/icon_arr01_white.png");
}

.lx_guide_mcol08 .teaser.no-img.style1 h2 a[target="_blank"]::after ,
.lx_guide_mcol08 .external-teaser.no-img.style1 h2 a[target="_blank"]::after {
	background-image: url("../../../../../../resources/sw_img/icon/linkout_white.png");
}

@media screen and (max-width: 959px) {
	.lx_guide_mcol08 > .column1 {
		padding: 10% 0;
	}

	.lx_guide_mcol08 .title3 h3 {
		padding: 8px 1%;
		font-size: 5.3vw;
		line-height: 1.2;
		margin-bottom: 5px;
	}

	.lx_guide_mcol08_inner {
		margin-top: 30px;
		padding: 0 20px;
	}

}


/*==== HOME ====*/
/*-- スペシャルコンテンツ --*/
.lx_top_mcol_special {
}

.lx_top_mcol_special .basic-list2.thumnail {
	margin-bottom: 0;
}

.lx_top_mcol_special .basic-list2.thumnail .item {
	padding-bottom: 0;
}

.lx_top_mcol_special .basic-list2.thumnail .item .date ,
.lx_top_mcol_special .basic-list2.thumnail .item .c_icon ,
.lx_top_mcol_special .basic-list2.thumnail .item .det_tx {
	display: none;
}


/*==== マルチ３一覧(サムネイル付き) タイル型ニューススライド ====*/
/* 設定resetしない、はみ出し対策必須 */
#promos3 .ux_slick_multi3_tile_top ,
#sharewithmain .ux_slick_multi3_tile_top {
	overflow: hidden;
}

#promos3 .ux_slick_multi3_tile_top .basic-list2.thumnail ,
#sharewithmain .ux_slick_multi3_tile_top .basic-list2.thumnail {
	overflow: visible;
	position: relative;
	padding: 0 90px;
}

#promos3 .ux_slick_multi3_tile_top .basic-list2.thumnail > ul ,
#sharewithmain .ux_slick_multi3_tile_top .basic-list2.thumnail > ul {
	margin-right: -10px;
}

#promos3 .ux_slick_multi3_tile_top .basic-list2.thumnail .slick-slide ,
#sharewithmain .ux_slick_multi3_tile_top .basic-list2.thumnail .slick-slide {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(99.9999% / 6 - 10px);
	margin-right: 10px;
	margin-bottom: 0;
}

#promos3 .ux_slick_multi3_tile_top .basic-list2.thumnail .item ,
#sharewithmain .ux_slick_multi3_tile_top .basic-list2.thumnail .item {
	padding: 0;
}

#promos3 .ux_slick_multi3_tile_top .basic-list2.thumnail li.lazy .item > span::before ,
#promos3 .ux_slick_multi3_tile_top .basic-list2.thumnail li.lazy .item > a::before ,
#promos3 .ux_slick_multi3_tile_top .basic-list2.thumnail li.no-img .item > span::before ,
#promos3 .ux_slick_multi3_tile_top .basic-list2.thumnail li.no-img .item > a::before ,
#promos3 .ux_slick_multi3_tile_top .basic-list2.thumnail .item .n_img ,
#sharewithmain .ux_slick_multi3_tile_top .basic-list2.thumnail li.lazy .item > span::before ,
#sharewithmain .ux_slick_multi3_tile_top .basic-list2.thumnail li.lazy .item > a::before ,
#sharewithmain .ux_slick_multi3_tile_top .basic-list2.thumnail li.no-img .item > span::before ,
#sharewithmain .ux_slick_multi3_tile_top .basic-list2.thumnail li.no-img .item > a::before ,
#sharewithmain .ux_slick_multi3_tile_top .basic-list2.thumnail .item .n_img {
	padding-top: 31.28%;
	border: none;
	margin-bottom: 0;
}

#promos3 .ux_slick_multi3_tile_top .basic-list2.thumnail .item .n_img img ,
#sharewithmain .ux_slick_multi3_tile_top .basic-list2.thumnail .item .n_img img {
	top: 0;
	left: auto;
	right: auto;
	bottom: auto;
	width: auto;
	height: auto;
}

#promos3 .ux_slick_multi3_tile_top .basic-list2.thumnail .item .news_tx ,
#promos3 .ux_slick_multi3_tile_top .basic-list2.thumnail .item .c_icon ,
#promos3 .ux_slick_multi3_tile_top .basic-list2.thumnail .item .det_tx ,
#sharewithmain .ux_slick_multi3_tile_top .basic-list2.thumnail .item .news_tx ,
#sharewithmain .ux_slick_multi3_tile_top .basic-list2.thumnail .item .c_icon ,
#sharewithmain .ux_slick_multi3_tile_top .basic-list2.thumnail .item .det_tx {
	display: none;
}


#promos3 .ux_slick_multi3_tile_top .arrow-dots ,
#sharewithmain .ux_slick_multi3_tile_top .arrow-dots {
	display: block;
}

#promos3 .ux_slick_multi3_tile_top .slick-dots ,
#sharewithmain .ux_slick_multi3_tile_top .slick-dots {
	display: none !important;
}

#promos3 .ux_slick_multi3_tile_top .slick-prev ,
#promos3 .ux_slick_multi3_tile_top .slick-next ,
#sharewithmain .ux_slick_multi3_tile_top .slick-prev ,
#sharewithmain .ux_slick_multi3_tile_top .slick-next {
	margin: 0;

	margin-top: -25px;
	width: 50px;
	height: 50px;
	z-index: 1;

	opacity: 0.5;
}

#promos3 .ux_slick_multi3_tile_top .slick-prev ,
#sharewithmain .ux_slick_multi3_tile_top .slick-prev {
	left: -15px;
}
#promos3 .ux_slick_multi3_tile_top .slick-next ,
#sharewithmain .ux_slick_multi3_tile_top .slick-next {
	right: -15px;
}

#promos3 .ux_slick_multi3_tile_top .slick-prev::before ,
#promos3 .ux_slick_multi3_tile_top .slick-next::before ,
#sharewithmain .ux_slick_multi3_tile_top .slick-prev::before ,
#sharewithmain .ux_slick_multi3_tile_top .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;
}

#promos3 .ux_slick_multi3_tile_top .slick-next::before ,
#sharewithmain .ux_slick_multi3_tile_top .slick-next::before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

#promos3 .ux_slick_multi3_tile_top .slick-prev:hover ,
#promos3 .ux_slick_multi3_tile_top .slick-prev:focus ,
#promos3 .ux_slick_multi3_tile_top .slick-prev:active ,
#promos3 .ux_slick_multi3_tile_top .slick-next:hover ,
#promos3 .ux_slick_multi3_tile_top .slick-next:focus ,
#promos3 .ux_slick_multi3_tile_top .slick-next:active ,
#sharewithmain .ux_slick_multi3_tile_top .slick-prev:hover ,
#sharewithmain .ux_slick_multi3_tile_top .slick-prev:focus ,
#sharewithmain .ux_slick_multi3_tile_top .slick-prev:active ,
#sharewithmain .ux_slick_multi3_tile_top .slick-next:hover ,
#sharewithmain .ux_slick_multi3_tile_top .slick-next:focus ,
#sharewithmain .ux_slick_multi3_tile_top .slick-next:active {
	opacity: 1;
}

@media screen and (max-width: 959px) {
	#promos3 .ux_slick_multi3_tile_top .basic-list2.thumnail ,
	#sharewithmain .ux_slick_multi3_tile_top .basic-list2.thumnail {
		padding: 0 20px;
	}

	#promos3 .ux_slick_multi3_tile_top .slick-prev ,
	#promos3 .ux_slick_multi3_tile_top .slick-next ,
	#sharewithmain .ux_slick_multi3_tile_top .slick-prev ,
	#sharewithmain .ux_slick_multi3_tile_top .slick-next {
		width: 35px;
		height: 35px;
		margin-top: -18px;
	}

	#promos3 .ux_slick_multi3_tile_top .slick-prev::before ,
	#promos3 .ux_slick_multi3_tile_top .slick-next::before ,
	#sharewithmain .ux_slick_multi3_tile_top .slick-prev::before ,
	#sharewithmain .ux_slick_multi3_tile_top .slick-next::before {
		width: 35px;
		height: 35px;
	}

	#promos3 .ux_slick_multi3_tile_top .basic-list2.thumnail .item .n_img img ,
	#sharewithmain .ux_slick_multi3_tile_top .basic-list2.thumnail .item .n_img img {
		width: 100%;
	}
}


/*==== ３～６列アンカー・内部リンク ====*/
/* 6列のケースがあるのと、内部リンクを含むケースがある */
.lx_ex_teaser_col3 ,
.lx_ex_teaser_col4 ,
.lx_ex_teaser_col6 {
}

.lx_ex_teaser_col3 > .column1 ,
.lx_ex_teaser_col4 > .column1 ,
.lx_ex_teaser_col6 > .column1 {
	font-size: 0;
	text-align: center;
}

.lx_ex_teaser_col3 .teaser.no-img ,
.lx_ex_teaser_col3 .external-teaser.no-img ,
.lx_ex_teaser_col3 .download-teaser.no-img {
	display: inline-flex;
	width: calc(99.999% / 3 - 20px);
	margin-left: 10px;
	margin-right: 10px;
}

.lx_ex_teaser_col4 .teaser.no-img ,
.lx_ex_teaser_col4 .external-teaser.no-img ,
.lx_ex_teaser_col4 .download-teaser.no-img {
	display: inline-flex;
	width: calc(25% - 20px);
	margin-left: 10px;
	margin-right: 10px;
}

.lx_ex_teaser_col6 .teaser.no-img ,
.lx_ex_teaser_col6 .external-teaser.no-img ,
.lx_ex_teaser_col6 .download-teaser.no-img {
	display: inline-flex;
	width: calc(99.999% / 6 - 20px);
	margin-left: 10px;
	margin-right: 10px;
}

/* 他ページ・お問い合わせリンク スタイルＣ */
.lx_ex_teaser_col3 .teaser.no-img.style3 h2 a ,
.lx_ex_teaser_col3 .external-teaser.no-img.style3 h2 a ,
.lx_ex_teaser_col3 .download-teaser.no-img.style3 h2 a ,
.lx_ex_teaser_col4 .teaser.no-img.style3 h2 a ,
.lx_ex_teaser_col4 .external-teaser.no-img.style3 h2 a ,
.lx_ex_teaser_col4 .download-teaser.no-img.style3 h2 a ,
.lx_ex_teaser_col6 .teaser.no-img.style3 h2 a ,
.lx_ex_teaser_col6 .external-teaser.no-img.style3 h2 a ,
.lx_ex_teaser_col6 .download-teaser.no-img.style3 h2 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-flow: row nowrap;
	        -webkit-box-orient: horizontal;
	        -webkit-box-direction: normal;
	            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: 64px;
	padding: 5px 30px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	line-height: 1.46;
	background: #1d2088;
	text-decoration: none;
	border-radius: 200px;
}

.lx_ex_teaser_col3 .teaser.no-img.style3 h2 a::before ,
.lx_ex_teaser_col3 .external-teaser.no-img.style3 h2 a::before ,
.lx_ex_teaser_col3 .download-teaser.no-img.style3 h2 a::before ,
.lx_ex_teaser_col4 .teaser.no-img.style3 h2 a::before ,
.lx_ex_teaser_col4 .external-teaser.no-img.style3 h2 a::before ,
.lx_ex_teaser_col4 .download-teaser.no-img.style3 h2 a::before ,
.lx_ex_teaser_col6 .teaser.no-img.style3 h2 a::before ,
.lx_ex_teaser_col6 .external-teaser.no-img.style3 h2 a::before ,
.lx_ex_teaser_col6 .download-teaser.no-img.style3 h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -5px;
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 10px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01_white.png") center center no-repeat;
	background-size: contain;
}

.lx_ex_teaser_col3 .teaser.no-img.style3 h2 a:hover ,
.lx_ex_teaser_col3 .external-teaser.no-img.style3 h2 a:hover ,
.lx_ex_teaser_col3 .download-teaser.no-img.style3 h2 a:hover ,
.lx_ex_teaser_col4 .teaser.no-img.style3 h2 a:hover ,
.lx_ex_teaser_col4 .external-teaser.no-img.style3 h2 a:hover ,
.lx_ex_teaser_col4 .download-teaser.no-img.style3 h2 a:hover ,
.lx_ex_teaser_col6 .teaser.no-img.style3 h2 a:hover ,
.lx_ex_teaser_col6 .external-teaser.no-img.style3 h2 a:hover ,
.lx_ex_teaser_col6 .download-teaser.no-img.style3 h2 a:hover {
	opacity: 0.7;
}


/* ページ内アンカー スタイルA */
.lx_ex_teaser_col3 .teaser.no-img.style1 h2 a ,
.lx_ex_teaser_col3 .external-teaser.no-img.style1 h2 a ,
.lx_ex_teaser_col3 .download-teaser.no-img.style1 h2 a ,
.lx_ex_teaser_col4 .teaser.no-img.style1 h2 a ,
.lx_ex_teaser_col4 .external-teaser.no-img.style1 h2 a ,
.lx_ex_teaser_col4 .download-teaser.no-img.style1 h2 a ,
.lx_ex_teaser_col6 .teaser.no-img.style1 h2 a ,
.lx_ex_teaser_col6 .external-teaser.no-img.style1 h2 a ,
.lx_ex_teaser_col6 .download-teaser.no-img.style1 h2 a {
	padding-left: 5px;
	padding-right: 5px;
}

.lx_ex_teaser_col3 .teaser.no-img.style1 h2 a::before ,
.lx_ex_teaser_col3 .external-teaser.no-img.style1 h2 a::before ,
.lx_ex_teaser_col3 .download-teaser.no-img.style1 h2 a::before ,
.lx_ex_teaser_col4 .teaser.no-img.style1 h2 a::before ,
.lx_ex_teaser_col4 .external-teaser.no-img.style1 h2 a::before ,
.lx_ex_teaser_col4 .download-teaser.no-img.style1 h2 a::before ,
.lx_ex_teaser_col6 .teaser.no-img.style1 h2 a::before ,
.lx_ex_teaser_col6 .external-teaser.no-img.style1 h2 a::before ,
.lx_ex_teaser_col6 .download-teaser.no-img.style1 h2 a::before {
	margin: 0;
	top: auto;

	right: 50%;
	bottom: 3px;
	margin-right: -5px;
	transform: rotate(90deg);
}

.lx_ex_teaser_col3 ~ .lx_ex_teaser_col3 .teaser.no-img.style1 h2 a::before ,
.lx_ex_teaser_col3 ~ .lx_ex_teaser_col3 .external-teaser.no-img.style1 h2 a::before ,
.lx_ex_teaser_col3 ~ .lx_ex_teaser_col3 .download-teaser.no-img.style1 h2 a::before ,
.lx_ex_teaser_col4 ~ .lx_ex_teaser_col4 .teaser.no-img.style1 h2 a::before ,
.lx_ex_teaser_col4 ~ .lx_ex_teaser_col4 .external-teaser.no-img.style1 h2 a::before ,
.lx_ex_teaser_col4 ~ .lx_ex_teaser_col4 .download-teaser.no-img.style1 h2 a::before ,
.lx_ex_teaser_col6 ~ .lx_ex_teaser_col6 .teaser.no-img.style1 h2 a::before ,
.lx_ex_teaser_col6 ~ .lx_ex_teaser_col6 .external-teaser.no-img.style1 h2 a::before ,
.lx_ex_teaser_col6 ~ .lx_ex_teaser_col6 .download-teaser.no-img.style1 h2 a::before {
	bottom: auto;
	top: 3px;
	transform: rotate(-90deg);
}

@media screen and (max-width: 959px) {
	.lx_ex_teaser_col3 .teaser.no-img ,
	.lx_ex_teaser_col3 .external-teaser.no-img ,
	.lx_ex_teaser_col3 .download-teaser.no-img {
		width: calc(100% - 20px);
	}

	.lx_ex_teaser_col4 .teaser.no-img ,
	.lx_ex_teaser_col4 .external-teaser.no-img ,
	.lx_ex_teaser_col4 .download-teaser.no-img {
		width: calc(50% - 20px);
	}

	.lx_ex_teaser_col6 .teaser.no-img ,
	.lx_ex_teaser_col6 .external-teaser.no-img ,
	.lx_ex_teaser_col6 .download-teaser.no-img {
		display: inline-flex;
		width: calc(50% - 20px);
	}
}


/*==== 東日本・西日本 HOME バナー ====-*/
/* バナーテキスト中央揃え */
.lx_eastwest_teaser_center {
}

.lx_eastwest_teaser_center .teaser:not(.no-img) h2 a ,
.lx_eastwest_teaser_center .external-teaser:not(.no-img) h2 a ,
.lx_eastwest_teaser_center .download-teaser:not(.no-img) h2 a ,
.lx_eastwest_teaser_center .teaser.no-img h2 a ,
.lx_eastwest_teaser_center .external-teaser.no-img h2 a ,
.lx_eastwest_teaser_center .download-teaser.no-img h2 a {
	text-align: center;
}


/* ニュース一覧余白調整 */
.lx_eastwest_multi3_01 {
}

@media print, screen and (min-width: 960px) {
	.lx_eastwest_multi3_01 .basic-list2:not(.thumnail) .item .c_icon {
		min-width: 150px;
	}
}


/*==== 東日本・西日本 お問い合わせバナー（floating） ====-*/
.lx_eastwest_teaser_01 {
}

.lx_eastwest_teaser_01.ux_float_mcol > .column1 {
	position: relative;
	width: 100%;
	max-width: none;
	padding: 20px 0 1px;
	margin-bottom: 0;
	background: rgba(255,255,255,0.9);
	z-index: 1200;
}

/* 元の位置にきたら固定 */
body:not(.in-editor) .lx_eastwest_teaser_01.ux_float_mcol.upper-side > .column1 {
	position: fixed;
	bottom: 0;
	left: 0;
	margin: 0;
}

body:not(.in-editor) .lx_eastwest_teaser_01.ux_float_mcol.upper-side ~ .lx_eastwest_teaser_01.ux_float_mcol.upper-side > .column1 {
	bottom: 100px;
}

.lx_eastwest_teaser_01 .teaser.no-img.style3 ,
.lx_eastwest_teaser_01 .external-teaser.no-img.style3 ,
.lx_eastwest_teaser_01 .download-teaser.no-img.style3 {
	width: fit-content;
}

/*==== アグリ＆フーズ 採用情報バナー ====*/
.lx_agri_mcol_linkbox_01 {
}

.lx_agri_mcol_linkbox_01 > .column1 {
	position: relative;
}

.lx_agri_mcol_linkbox_01 .teaser.no-img.style1 ,
.lx_agri_mcol_linkbox_01 .external-teaser.no-img.style1 ,
.lx_agri_mcol_linkbox_01 .download-teaser.no-img.style1 {
	min-width: 180px;
}

.lx_agri_mcol_linkbox_01 .teaser.no-img.style1 h2 a ,
.lx_agri_mcol_linkbox_01 .external-teaser.no-img.style1 h2 a ,
.lx_agri_mcol_linkbox_01 .download-teaser.no-img.style1 h2 a {
	min-height: 46px;
	color: #fff;
	background: #004396;
	border-radius: 10px;
}

.lx_agri_mcol_linkbox_01 .teaser.no-img.style1 h2 a::before ,
.lx_agri_mcol_linkbox_01 .external-teaser.no-img.style1 h2 a::before ,
.lx_agri_mcol_linkbox_01 .download-teaser.no-img.style1 h2 a::before {
	background-image: url("../../../../../../resources/sw_img/icon/icon_arr01_white.png");
}

@media print, screen and (min-width: 960px) {
	#sharewithmain .lx_agri_mcol_linkbox_01 > .column1 {
		max-width: 640px;
		min-height: 250px;
		padding: 50px 50px 20px;
	}
}

@media screen and (max-width: 959px) {
	.lx_agri_mcol_linkbox_01 > .column1 {
		max-height: calc((100vw - 30px) / 640 * 250);
		padding: 10px 20px 80px;
	}

	.lx_agri_mcol_linkbox_01 .title2 h2 {
		margin-bottom: 0;
	}
}


/*==== アグリ＆フーズ テーブル内画像高さ合わせ ====*/
.lx_agri_table_match_height_img {
}

#sharewithmain .lx_agri_table_match_height_img img {
	margin: 16px auto;
	max-width: 100%;
	max-height: 50px;
}


/*==== アグリ＆フーズ 私たちのおもい ====*/
.lx_agri_text_caption1 ,
.lx_agri_text_caption2 {
}

.lx_agri_text_caption1 .text-section {
	font-size: 20px;
}

.lx_agri_text_caption2 .text-section {
	font-size: 18px;
}

@media print, screen and (min-width: 960px) {
	.lx_agri_text_caption1 .text-section {
		font-size: 48px;
	}

	.lx_agri_text_caption2 .text-section {
		font-size: 24px;
	}
}

@media screen and (max-width: 959px) {
	.lx_agri_text_caption1 .text-section br {
		display: none;
	}
}


/*==== アグリ＆フーズ パーツ横並び、幅なりゆき ====*/
#sharewithmain .lx_ex_parts1_col_fit_pc > .column1 ,
#sharewithmain .lx_ex_parts2_col_fit_pc > .column2 ,
#sharewithmain .lx_ex_parts3_col_fit_pc > .column3 ,
#sharewithmain .lx_ex_parts4_col_fit_pc > .column4 ,
#sharewithmain .lx_ex_parts5_col_fit_pc > .column5 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	gap: 0 20px;;
}

#sharewithmain .lx_ex_parts1_col_fit_pc > .column1 > * ,
#sharewithmain .lx_ex_parts2_col_fit_pc > .column2 > * ,
#sharewithmain .lx_ex_parts3_col_fit_pc > .column3 > * ,
#sharewithmain .lx_ex_parts4_col_fit_pc > .column4 > * ,
#sharewithmain .lx_ex_parts5_col_fit_pc > .column5 > * {
	max-width: none;
	min-width: auto;
	width: fit-content;
	margin-left: 0;
	margin-right: 0;
}


