@charset "utf-8";
/*---------------- based on 2022/06/08 */
/* > 1%, last 4 versions, Firefox ESR */
/*------------------------------------ */

@font-face {
    font-family: 'design_plus';
    src: url('../../../../../../resources/sw_css/font/design_plus.eot?v=1.5');
    src: url('../../../../../../resources/sw_css/font/design_plus.eot?v=1.5#iefix') format('embedded-opentype'),
         url('../../../../../../resources/sw_css/font/design_plus.woff?v=1.5') format('woff'),
         url('../../../../../../resources/sw_css/font/design_plus.ttf?v=1.5') format('truetype'),
         url('../../../../../../resources/sw_css/font/design_plus.svg?v=1.5#design_plus') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'footer_bar';
    src: url('../../../../../../resources/sw_css/font/footer_bar.eot?v=1.2');
    src: url('../../../../../../resources/sw_css/font/footer_bar.eot?v=1.2#iefix') format('embedded-opentype'),
         url('../../../../../../resources/sw_css/font/footer_bar.woff?v=1.2') format('woff'),
         url('../../../../../../resources/sw_css/font/footer_bar.ttf?v=1.2') format('truetype'),
         url('../../../../../../resources/sw_css/font/footer_bar.svg?v=1.2#design_plus') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* --------------------------------------
 基本設定
-------------------------------------- */
/* ベースフォント */
body {
/*	font-family: 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
	font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.mincho {
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Georgia, "メイリオ", Meiryo, serif;
}

/* 游ゴシック/游明朝 を使わない場合 */
/*
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif;
}
.mincho {
	font-family: "Hiragino Mincho ProN", "HGS明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Georgia, "メイリオ", Meiryo, serif;
}
*/

/* メイリオにはイタリック体が無い為、フォントの変更が必要 */
em {
	font-family: 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic", 'ＭＳ Ｐゴシック','MS PGothic', "メイリオ", Meiryo, sans-serif;
}


img {
	pointer-events: none;
}

/* テキスト選択禁止 */
[oncopy*=" false"] ,
[oncopy*=" false"] * ,
[oncopy*=" false"] *::before ,
[oncopy*=" false"] *::after {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}


/* ベースフォントサイズ */
html {
	font-size: 16px;
}

body {
	color: #222;
	line-height: 1.75;
}


@media screen and (max-width: 767px) {
	html {
		font-size: 12px;
	}
}


/* リンク */
a:link ,
a:visited {
	color: #d9d900;
	text-decoration: none;
}

a:hover ,
a:active ,
a:focus {
	color: #d9d900;
	text-decoration: underline;
}

/*------------------------------------- 
 グリッド
-------------------------------------*/
@media print, screen and (min-width: 768px) {
}


/*------------------------------------- 
 ぱんくず
-------------------------------------*/
/* 4箇所ある枠の内1か所に入力 */
.bread-crumb {
	position: relative;
	z-index: 100;
	margin: auto;
	padding: 8px 0px;
	font-size: 14px;
}

.bread-crumb ol {
	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;
	-ms-overflow-style: none;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.bread-crumb ol::after ,
.bread-crumb::after {
	content: "";
	display: block;
	clear: both;
}

.bread-crumb h5:empty {
	display: none;
}

/* 各階層 */
.bread-crumb h5 ,
.bread-crumb h5 p ,
.bread-crumb h5 span ,
.bread-crumb ol li {
	display: inline-block;
}

.bread-crumb h5 p::after ,
.bread-crumb h5 span::after ,
.bread-crumb ol li::after {
	content: ">";
	padding: 0 0.5em;
}

.bread-crumb a ,
.bread-crumb strong {
/*	color: inherit; */
}

.bread-crumb a:hover {
}


/* 現在ページ */
.bread-crumb ol li:last-child::after {
	content: none;
}

.bread-crumb strong {
}


@media print, screen and (min-width: 768px) {
	.bread-crumb {
	}

	.bread-crumb ol {
		max-width: calc(1020px + 40px);
		padding-left: 20px;
		padding-right: 20px;
		margin: auto;
	}
}

@media screen and (max-width: 767px) {
	.bread-crumb {
		font-size: 12px;
		padding: 5px 10px;
	}
}



/* -----------------------------
 グローバルナビ
 ページプロパティに設定あり
--------------------------------- */
#nav-global {
	display: none;
}

/*------------------------------------- 
 サイドナビ（ローカルナビ）
 ページプロパティに設定あり
-------------------------------------*/
#nav-box {
}

#nav-box h6 {
/*	display: none; */
}

/* ページマーカーで非表示指定 */
[data-page-marker~="no-snav"] #nav-box ,
[data-page-marker~="no-snav"] #promos2 {
	display: none !important;
}

@media print, screen and (min-width: 768px) {
	/* 第１階層トップでは非表示 */
	[data-current-level="1"] #nav-box {
		display: none !important;
	}

	/* ナビ上に無い独立したページでは非表示 */
	#nav-box.stray {
		display: none !important;
	}

	[data-page-marker~="show-snav2"] #nav-box {
		display: block;
	}

	/*-- メインエリア上に設置するパターン --*/
	#nav-box {
		position: relative;
		font-size: 0;
		margin: auto;
		width: 100%;
		padding: 20px 20px;
		background: #000;
	}

	/* TOP 階層 */
	#nav-box ul.navLevel_1 {
		position: relative;
		max-width: calc(1020px + 40px);
		margin-left: auto;
		margin-right: auto;
		padding: 0 20px;
	}

	#nav-box ul.navLevel_1::after {
		content: "";
		display: block;
		clear: both;
	}


	/* 1階分層 */
	#nav-box ul {
	}

	#nav-box li {
	}

	#nav-box br {
		display: none;
	}

	#nav-box strong ,
	#nav-box a {
		display: none;

		position: relative;
		text-align: center;
		color: #fff;
		line-height: 1.25;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0.05em;
		text-decoration: none;
		border-bottom: 1px solid transparent;
	}

	#nav-box a[target="_blank"]::after {
		content: "";
		display: inline-block;
		vertical-align: baseline;
		width: 14px;
		height: 14px;
		background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
		background-size: contain;
		margin: 0 5px;
	}

	#nav-box li.on > a ,
	#nav-box strong {
		color: #ddd;
	}

	#nav-box a:hover {
		color: #ddd;
	}


	/* 現在地を含むフォルダーを表示 */
/*	#nav-box.within , */
/*	#nav-box .within { */
	#nav-box .navLevel_1 > li.on ,
	#nav-box .navLevel_1 > li.open {
		padding-left: 10px;
		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;
	}

/*	#nav-box.within > ul , */
/*	#nav-box .within > ul { */
	#nav-box li.on > .navLevel_2 ,
	#nav-box li.open > .navLevel_2 {
		padding-left: 10px;
		padding-right: 20px;
		display: inline-block;
		text-align: left;
	}

/*	#nav-box.within > ul:not(.navLevel_1) , */
/*	#nav-box .within > ul:not(.navLevel_1) { */
	#nav-box li.on > .navLevel_2 ,
	#nav-box li.open > .navLevel_2 {
		position: relative;
	}

	/* 親階層・現階層を区切る仕切り線、＋現階層の左端の線の目隠し */
/*	#nav-box.within > ul:not(.navLevel_1)::before , */
/*	#nav-box .within > ul:not(.navLevel_1)::before { */
	#nav-box .navLevel_2::before ,
	#nav-box .navLevel_2::before {
		content: "";
		position: absolute;
		top: 5px;
		left: 0;
		display: block;
		width: 40px;
		height: calc(100% - 10px);
		background: #000;
		z-index: 1;
	}

/*	#nav-box.within > ul > li , */
/*	#nav-box .within > ul > li { */
	#nav-box .navLevel_2 > li {
		position: relative;
		display: inline-block;
/*		border-left: 1px solid #c1c1c1; */
/*		border-right: 1px solid #c1c1c1; */
		margin: 4px 0px;
/*		margin-left: -1px; */
		margin-left: 50px;
	}

/*	#nav-box.within > ul > li::before , */
/*	#nav-box .within > ul > li::before { */
	#nav-box .navLevel_2 > li::before {
		content: "|";
		position: absolute;
		top: 0;
		right: 100%;
		display: block;
		width: 50px;
		text-align: center;
		color: #c1c1c1;
		font-size: 14px;
		line-height: 1.25;
	}

/*	#nav-box.within > ul > li > a , */
/*	#nav-box.within > ul > li > strong , */
/*	#nav-box .within > ul > li > a , */
/*	#nav-box .within > ul > li > strong { */
	#nav-box .navLevel_2 > li > a ,
	#nav-box .navLevel_2 > li > strong {
		display: inline-block;
	}

	/* 現在地の親ページ */
/*	#nav-box.within > a , */
/*	#nav-box.within > strong , */
/*	#nav-box .within > a , */
/*	#nav-box .within > strong { */
	#nav-box .navLevel_1 > li.on > a ,
	#nav-box .navLevel_1 > li.on > strong ,
	#nav-box .navLevel_1 > li.open > a ,
	#nav-box .navLevel_1 > li.open > strong {
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		display: inline-block;
		margin: 0;
		color: #fff;
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 0.05em;
		margin-right: 60px;
	}

/*
	#nav-box .navLevel_1 > li.on > strong ,
	#nav-box .navLevel_1 > li.open > strong {
		display: none;
	}
*/

	/* 孫ページは非表示 */
/*	#nav-box.within > ul ul , */
/*	#nav-box .within > ul ul { */
	#nav-box .navLevel_3 {
		display: none;
	}

}


@media screen and (max-width: 767px) {
	#nav-box {
		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 {
	}

	#nav-box ul.navLevel_1 > li > strong ,
	#nav-box ul.navLevel_1 > li > a {
		position: relative;
		display: block;
		padding: 6px 12px;
		background: #646464;
		color: #fff; 
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		border: 1px solid #c8c8c8;
	}

	#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: #fff;
		color: #646464; 
	}

	/*2階層*/
	#nav-box ul.navLevel_2 {
	}

	#nav-box ul.navLevel_2 > li {
	}

	#nav-box ul.navLevel_2 > li.open {
	}

	#nav-box ul.navLevel_2 > li > strong ,
	#nav-box ul.navLevel_2 > li > a {
		position: relative;
		display: block;
		padding: 15px 12px;
		background: #fff;
		color: #323232; 
		font-size: 14px;
		font-weight: normal;
		text-decoration: none;
		border-bottom: 1px solid #c8c8c8;
	}

	#nav-box ul.navLevel_2 > li > strong ,
	#nav-box ul.navLevel_2 > li.on > a {
	}

	#nav-box ul.navLevel_2 > li > strong ,
	#nav-box ul.navLevel_2 > li > a:hover {
		background-color: #fef0e7;
	}


	/*3階層*/
	#nav-box ul.navLevel_3 {
	}

	#nav-box ul.navLevel_3 > li {
	}

	#nav-box ul.navLevel_3 > li.open {
	}

	#nav-box ul.navLevel_3 > li > strong ,
	#nav-box ul.navLevel_3 > li > a {
		position: relative;
		display: block;
		padding: 8px 12px;
		padding-left: 32px;
		background: #f0f0f0;
		color: #323232; 
		font-size: 14px;
		font-weight: normal;
		text-decoration: none;
		border-bottom: 1px solid #c8c8c8;
	}

	#nav-box ul.navLevel_3 > li > strong ,
	#nav-box ul.navLevel_3 > li.on > a {
	}

	#nav-box ul.navLevel_3 > li > strong::before ,
	#nav-box ul.navLevel_3 > li > a::before {
		content: ">";
		position: absolute;
		top: auto;
		left: 18px;
		display: inline-block;
	}

	#nav-box ul.navLevel_3 > li > strong ,
	#nav-box ul.navLevel_3 > li > a:hover {
		background-color: #fef0e7;
	}


	/*4階層*/
	#nav-box ul.navLevel_4 {
	}

	#nav-box ul.navLevel_4 > li {
	}

	#nav-box ul.navLevel_4 > li.open {
	}

	#nav-box ul.navLevel_4 > li > strong ,
	#nav-box ul.navLevel_4 > li > a {
		position: relative;
		display: block;
		padding: 5px 12px;
		background: #dcdcdc;
		color: #323232; 
		font-size: 14px;
		font-weight: normal;
		text-decoration: none;
		border-bottom: 1px solid #c8c8c8;
	}

	#nav-box ul.navLevel_4 > li > strong::before ,
	#nav-box ul.navLevel_4 > li > a::before {
		content: "・";
		margin-left: 0.5em;
		display: inline-block;
	}

	#nav-box ul.navLevel_4 > li > strong ,
	#nav-box ul.navLevel_4 > li.on > a {
	}

	#nav-box ul.navLevel_4 > li > strong ,
	#nav-box ul.navLevel_4 > li > a:hover {
		background: #eb3132;
		color: #fff; 
	}


	#nav-box ul.navLevel_5 {
		display: none;
	}
	/* -- ☆階層が増えるごとに、連番で追加 -- */


}


/* -----------------------------
 コンテンツエリア
--------------------------------- */
/* 本文 */
.quoted-text blockquote ,
.highlight-quoted-text ,
.text-section ,
.faq-item ,
.vtable-item ,
.ircalendar-title ,
.ircalendar-item ,
.lead-section ,
.uni-table {
	letter-spacing: 0.05em;
	line-height: 2.1875;
}

/*-- 文中リンクテキスト --*/
.quoted-text blockquote a ,
.highlight-quoted-text a ,
.text-section a ,
.faq-item a ,
.vtable-item a ,
.ircalendar-title a ,
.ircalendar-item a ,
.lead-section a ,
.uni-table a {
	word-break: normal;
	word-break: break-word;
	word-wrap : break-word;
	overflow-wrap : break-word;
	line-height: inherit;
	position: relative;
	z-index: 1;
	color: inherit;
/*	border-bottom: 3px solid #d9d900; */
}

.quoted-text blockquote a:hover ,
.highlight-quoted-text a:hover ,
.text-section a:hover ,
.faq-item a:hover ,
.vtable-item a:hover ,
.ircalendar-title a:hover ,
.ircalendar-item a:hover ,
.lead-section a:hover ,
.uni-table a:hover {
/*	text-decoration: none; */
	color: #d9d900;
}


/*-- 文中リンクの別窓アイコン --*/
.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 ,
.lead-section a[target="_blank"]::after ,
.uni-table a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin: 0 0.5em
}

/*-- 文中リンクの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 ,
.lead-section a[href$=".pdf"]::after ,
.uni-table 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 ,
.lead-section a[href*=".pdf#"]::after ,
.uni-table a[href*=".pdf#"]::after {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	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 0.5em;
}

/*-- 改行オフ --*/
.lx_cke_hide_br br {
	display: none;
}

@media print, screen and (min-width: 768px) {
	.lx_cke_hide_br_pc br {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.lx_cke_hide_br_sp br {
		display: none;
	}
}


/*------------------------------------- 
 見出し
-------------------------------------*/
/*-- ページ概要エリア --*/

/* 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;
	border-bottom: 1px solid #eee;
}

@media screen and (max-width: 767px) {
	#page-intro:not(.cloned) {
		padding: 0 10px;
	}

	#page-intro:not(.cloned) > h1 {
		font-size: 26px;
		padding: 50px 0;
	}
}

/* jsで見出しをクローンして、wrapper-2外で表示する場合 */
/* -- ページタイトルをテキストで表示 -- */
.page-intro-wrapper {
	position: relative;
	width: 100%;
/*	background: #f7f7f7; */
/*	border-bottom: 1px solid #eee; */
}

@media print, screen and (min-width: 768px) {
	.page-intro-wrapper {
		width: calc(100% - 80px);
		margin-left: 80px;
		border-top: 1px solid #ddd;
	}
}

[data-page-marker~="hide-h1"] .page-intro-wrapper >* ,
body.multi3[data-page-marker~="news-folder"] .page-intro-wrapper >* {
	display: none;
}

.page-intro {
	max-width: calc(1020px + 40px);
	padding: 0 20px;
	margin: auto;

	position: relative;
	z-index: 20;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	min-height: 240px;
	color: inherit;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.25;
	padding: 10px 0;
}

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 {
	display: inline;
	line-height: 1;
	font-family: YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
}

body.multi3[data-page-marker~="news-folder"] .page-intro > .h0::after ,
.page-intro > .h1::after {
	content: "";
	position: relative;
	top: -2px;
	left: -8px;
	display:block;
	width: calc(100% + 16px);
	height: 4px;
	background: #d9d900 url("../../../../../../resources/sw_img/bg/grunge_bg.png") center center repeat-x;
	background-blend-mode: color-dodge;
	-webkit-filter:blur(1px);
	        filter:blur(1px);
	border-radius:4px;
	z-index: -1;
	-webkit-transition: width .2s;
	-o-transition: width .2s;
	transition: width .2s;
	-webkit-mask-image: url(../../../../../../resources/sw_img/bg/grunge_bg_shape_small.png);
	        mask-image: url(../../../../../../resources/sw_img/bg/grunge_bg_shape_small.png);
}

/* サブタイトルが下の場合 */
/* 通常：そのまま、span１つ：spanがサブタイトル、span２つ：下のspanがサブタイトル */
/*
body.multi3[data-page-marker~="news-folder"] .page-intro > .h0 > span:only-child ,
.page-intro > .h1 > span:only-child ,
body.multi3[data-page-marker~="news-folder"] .page-intro > .h0 > span + span ,
.page-intro > .h1 > span + span {
	margin-top: 10px;
	display: block;
	color: #999;
	font-size: 22px;
	font-weight: normal;
}
*/

@media screen and (max-width: 767px) {
	.page-intro ,
	#page-intro {
		padding: 0 15px;
	}

	.page-intro {
		min-height: 115px;
	}

	body.multi3[data-page-marker~="news-folder"] .page-intro > .h0 ,
	.page-intro > .h1 {
		font-size: 26px;
	}

/*
	body.multi3[data-page-marker~="news-folder"] .page-intro > .h0 > span:only-child ,
	.page-intro > .h1 > span:only-child ,
	body.multi3[data-page-marker~="news-folder"] .page-intro > .h0 > span + span ,
	.page-intro > .h1 > span + span {
		font-size: 14px;
	}
*/
}

/* ページタイトルを画像で表示 */
.page-intro .titleImage ,
#page-intro:not(.cloned) .titleImage {
	padding-top: 20px;
	margin-bottom: 20px;
}

/* 見出し背景 */
.page-intro-wrapper .intro-bg {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: -1;
}

.page-intro-wrapper .intro-bg > div {
	display: none;
}

.page-intro-wrapper .intro-bg img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;

	-o-object-fit: cover;
	   object-fit: cover;
	font-family: "object-fit: cover;";
}

[data-promos1="has-img"] .page-intro-wrapper {
	background: none;
}

[data-promos1="has-img"] .page-intro {
	min-height: 580px;
}

body.multi3[data-page-marker~="news-folder"][data-promos1="has-img"] .page-intro > .h0 ,
[data-promos1="has-img"] .page-intro > .h1 {
	color: #fff;
}

body.multi3[data-page-marker~="news-folder"][data-page-marker~="no-h1-text"] .page-intro > .h0 ,
[data-page-marker~="no-h1-text"] .page-intro > .h1 {
	display: none;
}


[data-promos1="has-img"] .page-intro-wrapper .intro-bg > .text {
	position: absolute;
	top: 25%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	max-width: calc(1020px + 40px);
	display: block;
	width: 100%;
	height: auto;
	padding: 0 20px;

	color: #fff;
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1.25;
}

[data-promos1="has-img"] .page-intro-wrapper .intro-bg > .text em {
	font-style: normal;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 60px;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
	[data-promos1="has-img"] .page-intro {
		min-height: 300px;
	}

	[data-promos1="has-img"] .page-intro-wrapper .intro-bg > .text {
		font-size: 16px;
	}

	[data-promos1="has-img"] .page-intro-wrapper .intro-bg > .text em {
		font-size: 30px;
	}
}


/* IR配下 */
[data-page-marker="show-snav2"][data-promos1="has-img"] .page-intro {
	min-height: 240px;
}

[data-page-marker="show-snav2"][data-promos1="has-img"] .page-intro-wrapper .intro-bg img {
	-o-object-position: right center;
	   object-position: right center;
}

body.multi3[data-page-marker~="news-folder"][data-page-marker="show-snav2"][data-promos1="has-img"] .page-intro > .h0 ,
[data-page-marker="show-snav2"][data-promos1="has-img"] .page-intro > .h1 {
	color: #000;
}

@media screen and (max-width: 767px) {
	[data-page-marker="show-snav2"][data-promos1="has-img"] .page-intro {
		min-height: 120px;
	}
}


/* ページ概要・サムネイル画像 */
.page-intro .abstractImage ,
#page-intro .abstractImage {
	display: none;
}

/* 説明文 */
.page-intro .explanation ,
#page-intro .explanation {
}

/* リンク */
.page-intro .link-info ,
#page-intro .link-info {
}

/* 日付(日付順フォルダ配下ページのみ) */
/* hideとshowを両方設定した場合、showが優先される */
#page-intro .text-meta {
	margin-top: 20px;
}
#page-intro .text-meta ul.text-data {
	text-align: left;
	color: #999;
}
#page-intro .text-meta ul.text-data::before {
	content: '\e912';
	font-size: 13px;
	margin-right: 7px;
	font-family: 'footer_bar';
	display: inline-block;
	vertical-align: -1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#page-intro .text-meta ul.text-data li.date {
	display: inline;
}

body[data-page-marker~="hide-date"] #page-intro .text-meta {
	display: none;
}

body[data-page-marker~="show-date"] #page-intro .text-meta {
	display: block;
}

/* ニュースページ カテゴリアイコン表示用(要plugin) */
body.multi3[data-page-marker~="news-folder"] #page-intro .category-icon {
	position: relative;
	z-index: 1;
	display: block;
/*	margin-bottom: 40px; */
}

body.multi3[data-page-marker~="news-folder"] #page-intro .category-icon > a {
	color: inherit;
}

body.multi3[data-page-marker~="news-folder"] #page-intro .category-icon > a:hover span {
	text-decoration: underline;
}

body.multi3[data-page-marker~="news-folder"] #page-intro .category-icon span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 5px;

	padding: 0 8px;
	line-height: 1.25;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-align: center;

	color: inherit;
/*	background: #fff; */
}

body.multi3[data-page-marker~="news-folder"] #page-intro .category-icon span::after {
	content: "";
	position: relative;
	top: -2px;
	left: -8px;
	display:block;
	width: calc(100% + 16px);
	height: 4px;
	background: #b43936 url("../../../../../../resources/sw_img/bg/grunge_bg.png") center center repeat-x;
	background-blend-mode: color-dodge;
	-webkit-filter:blur(1px);
	        filter:blur(1px);
	border-radius:4px;
	z-index: -1;
	-webkit-transition: width .2s;
	-o-transition: width .2s;
	transition: width .2s;
	-webkit-mask-image: url(../../../../../../resources/sw_img/bg/grunge_bg_shape_small.png);
	        mask-image: url(../../../../../../resources/sw_img/bg/grunge_bg_shape_small.png);
}

body.multi3[data-page-marker~="news-folder"] #page-intro .category-icon span.gravis_golf::after {
	background-color: #45a330;
}
body.multi3[data-page-marker~="news-folder"] #page-intro .category-icon span.general_collection::after ,
body.multi3[data-page-marker~="news-folder"] #page-intro .category-icon span.code_collection::after {
	background-color: #dd9933;
}
body.multi3[data-page-marker~="news-folder"] #page-intro .category-icon span.vintage_collection::after ,
body.multi3[data-page-marker~="news-folder"] #page-intro .category-icon span.classic_collection::after {
	background-color: #1e73be;
}
body.multi3[data-page-marker~="news-folder"] #page-intro .category-icon span.collabolate::after {
	background-color: #eeee22;
}
body.multi3[data-page-marker~="news-folder"] #page-intro .category-icon span.sustainable::after {
	background-color: #1e73be;
}
body.multi3[data-page-marker~="news-folder"] #page-intro .category-icon span.office::after {
	background-color: #000;
}

#page-intro .category-icon span[data-category-group="brand_logo"] ,
#page-intro .category-icon span[data-category-level="1"] {
	display: none !important;
}



/* SNS ボタン */
#page-intro .ax_sns_btn {
	display: block;
	margin-top: 30px;
}

#page-intro .ax_sns_btn ul li {
	display: inline-block;
}

#page-intro .ax_sns_btn a {
	min-width: 27px;
    text-decoration: none;
    display: inline-block;
    margin: 0 5px 5px 0;
    font-size: 12px;
    font-weight: 400;
    color: #fff !important;
    background: #fafafa;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
    text-shadow: none;
    text-align: center;
    line-height: 25px;
    padding: 1px 5px 0;
}

#page-intro .ax_sns_btn a::before {
	font-family: "design_plus";
	line-height: 1;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	position: relative;
	top: 3px;
	color: #fff;
	font-size: 1.3em;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}

#page-intro .ax_sns_btn a::after {
	margin: 0 3px 0 2px;
	text-align: center;
	line-height: 20px;
}

#page-intro .ax_sns_btn a:hover {
	-webkit-transform: translate3d(0, 1px, 0);
	transform: translate3d(0, 1px, 0);
}

#page-intro .ax_sns_btn a[href*="twitter"] {
	background-color: #55acee;
}
#page-intro .ax_sns_btn a[href*="twitter"]::before {
	content: "\e904";
}
#page-intro .ax_sns_btn a[href*="twitter"]::after {
	content: "Tweet";
}
#page-intro .ax_sns_btn a[href*="twitter"]:hover {
	background-color: #468ec5;
}

#page-intro .ax_sns_btn a[href*="facebook"] {
	background-color: #35629a;
}
#page-intro .ax_sns_btn a[href*="facebook"]::before {
	content: "\e902";
}
#page-intro .ax_sns_btn a[href*="facebook"]::after {
	content: "Share";
}
#page-intro .ax_sns_btn a[href*="facebook"]:hover {
	background-color: #1f3669;
}






/* ニュースページ 共通見出し表示用(要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-shadow: none;
	text-align: left;

	display: block;
}

/* HOME 見出しh1非表示 */
[data-page-marker~="sitetop"] .page-intro-wrapper ,
[data-page-marker~="sitetop"] #page-intro > h1 ,
[data-page-marker~="sitetop"] #page-intro .titleImage {
	display: none;
}

/*-------------- 中見出し ------------*/
.text-section h2 ,
.link-list h2 ,
.link-list-url h2 ,
.news-result h2 ,
.news-yuho h2 ,
.news-presentation h2 ,
.news-material h2 ,
.title2 {
	position: relative;
	margin-top: 2em;
	font-size: 24px;
	line-height: 1.33;
	letter-spacing: 0.02em;
}

.news-result dl dt ,
.news-yuho dl dt ,
.news-presentation dl dt ,
.news-material dl dt ,
.title3 {
	position: relative;
	margin-top: 1.6em;
	font-size: 22px;
	line-height: 1.33;
	letter-spacing: 0.05em;
}

.title4 {
	position: relative;
	margin-top: 1.7em;
	font-size: 18px;
	line-height: 1.33;
	letter-spacing: 0.05em;
}

.title2 p ,
.title3 p ,
.title4 p {
	font-size: 14px;
}

.title2 p + h2 ,
.title3 p + h3 ,
.title4 p + h4 ,
.title2 h2 + p ,
.title3 h3 + p ,
.title4 h4 + p {
	margin-top: 5px;
}

.title2 dl ,
.title3 dl ,
.title4 dl {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	max-height: 60%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.title2 dl + h2 ,
.title3 dl + h3 ,
.title4 dl + h4 ,
.title2 dl + div ,
.title3 dl + div ,
.title4 dl + div {
	margin-left: 80px;
}



/*-- (共通) --*/
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 {
	margin-top: 2em;
	color: inherit;
	font-weight: bold;
	line-height: 1.33;
	letter-spacing: 0.02em;
}

body.multi3[data-page-marker~="news-folder"] #page-intro > .h0 + h1 {
	margin-top: 10px;
	font-size: 32px;
}

/*-- 見出しh3レベル --*/
.news-result dl dt ,
.news-yuho dl dt ,
.news-presentation dl dt ,
.news-material dl dt ,
.title3.style1 {
	margin-top: 1.6em;
	font-weight: bold;
	line-height: 1.33;
}

/*-- 見出しh4レベル --*/
.title4.style1 {
	padding: 0 0.25em;
	margin-top: 1.7em;
	font-weight: bold;
	line-height: 1.33;
	margin-bottom: -0.75em;
}


@media screen and (max-width: 767px) {
	body.multi3[data-page-marker~="news-folder"] #page-intro > .h0 + h1 {
		font-size: 18px;
	}

	.text-section h2 ,
	.link-list h2 ,
	.link-list-url h2 ,
	.news-result h2 ,
	.news-yuho h2 ,
	.news-presentation h2 ,
	.news-material h2 ,
	.title2.style1 {
		font-size: 24px;
	}

	.news-result dl dt ,
	.news-yuho dl dt ,
	.news-presentation dl dt ,
	.news-material dl dt ,
	.title3.style1 {
		font-size: 22px;
	}

	.title4.style1 {
		font-size: 18px;
	}
}


/*-- 見出しh2・h3・h4 スタイルＢ --*/
.title2.style2 {
	margin-top: 1.5em;
	color: inherit;
	font-size: 68px;
	font-weight: bold;
	line-height: 1.33;
	letter-spacing: -0.04em;
	padding-bottom: 10px;
}

.title3.style2 {
}

.title4.style2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4;
	font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}


@media screen and (max-width: 767px) {
	.title4.style2 {
		font-size: 20px;
	}
}



/*-- 見出しh2・h3・h4 スタイルＣ --*/
.title2.style3 {
	margin-top: 1.5em;
	color: inherit;
	font-size: 68px;
	font-weight: 900;
	line-height: 1.33;
	letter-spacing: -0.04em;
	padding-bottom: 10px;
}

.title3.style3 {
}

.title4.style3 {
	font-size: 18px;
	font-weight: bold;
}

.title4.style3 h4 {
	position: relative;
	display: inline-block;
}

.title4.style3 h4::after {
	content: "";
	position: relative;
	top: -2px;
	left: -8px;
	display:block;
	width: calc(100% + 16px);
	height: 4px;
	background: #d9d900 url("../../../../../../resources/sw_img/bg/grunge_bg.png") center center repeat-x;
	background-blend-mode: color-dodge;
	-webkit-filter:blur(1px);
	        filter:blur(1px);
	border-radius:4px;
	z-index: -1;
	-webkit-transition: width .2s;
	-o-transition: width .2s;
	transition: width .2s;
	-webkit-mask-image: url(../../../../../../resources/sw_img/bg/grunge_bg_shape_small.png);
	        mask-image: url(../../../../../../resources/sw_img/bg/grunge_bg_shape_small.png);
}

@media screen and (max-width: 767px) {
	.title2.style3 {
		font-size: 52px;
	}
}

/*== 見出しが中央揃え、左右枠線なし、左右パディングなし ==*/
#sharewithmain .lx_title_center ,
#sharewithmain .lx_title_center_pc ,
#sharewithmain .lx_title_center_sp {
}

.lx_title_center .title2 ,
.lx_title_center .title3 ,
.lx_title_center .title4 {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

.lx_title_center .title2::before ,
.lx_title_center .title2::after ,
.lx_title_center .title3::before ,
.lx_title_center .title3::after ,
.lx_title_center .title4::before ,
.lx_title_center .title4::after {
	content: none;
}

@media print, screen and (min-width: 768px) {
	.lx_title_center_pc .title2 ,
	.lx_title_center_pc .title3 ,
	.lx_title_center_pc .title4 {
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}

	.lx_title_center_pc .title2::before ,
	.lx_title_center_pc .title2::after ,
	.lx_title_center_pc .title3::before ,
	.lx_title_center_pc .title3::after ,
	.lx_title_center_pc .title4::before ,
	.lx_title_center_pc .title4::after {
		content: none;
	}
}

@media screen and (max-width: 767px) {
	.lx_title_center_sp .title2 ,
	.lx_title_center_sp .title3 ,
	.lx_title_center_sp .title4 {
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}

	.lx_title_center_sp .title2::before ,
	.lx_title_center_sp .title2::after ,
	.lx_title_center_sp .title3::before ,
	.lx_title_center_sp .title3::after ,
	.lx_title_center_sp .title4::before ,
	.lx_title_center_sp .title4::after {
		content: none;
	}
}


/*-- 上マージン調整用 ---*/
.lx_title_mt0 .title2 ,
.lx_title_mt0 .title3 ,
.lx_title_mt0 .title4 {
	margin-top: 0;
}

.lx_title_mt20 .title2 ,
.lx_title_mt20 .title3 ,
.lx_title_mt20 .title4 {
	margin-top: 20px;
}



/*------------------------------------- 
 パーツ共通マージン
-------------------------------------*/

/*---------- 先頭カラム内見出し ----------*/
@media print, screen and (min-width: 768px) {
	[role="main"] > *:first-child > * > .title2:first-child ,
	[role="main"] > *:first-child > * > .title3:first-child ,
	[role="main"] > *:first-child > * > .title4:first-child ,
	[role="main"] > *:first-child > * > .text-section:first-child h2 {
		margin-top: 30px;
	}
}

@media screen and (max-width: 767px) {
	[role="main"] > *:first-child > *:first-child > .title2:first-child ,
	[role="main"] > *:first-child > *:first-child > .title3:first-child ,
	[role="main"] > *:first-child > *:first-child > .title4:first-child ,
	[role="main"] > *:first-child > *:first-child > .text-section:first-child h2 {
		margin-top: 30px;
	}
}

/*-- 先頭カラム内見出し --*/
[role="main"] > *:first-child > * > .news-result h2:first-child ,
[role="main"] > *:first-child > * > .news-yuho h2:first-child ,
[role="main"] > *:first-child > * > .news-presentation h2:first-child ,
[role="main"] > *:first-child > * > .news-material h2:first-child {
	margin-top: 30px;
}

/*-- パーツ共通 --*/
.highlight-quoted-text ,
.lead-section ,
.text-section ,
.faq-list ,
.anchor-link ,
.teaser ,
.external-teaser ,
.download-teaser ,
.internal-link-area ,
.external-link-area ,
.download-link-area ,
.news-result .group_year dl ,
.news-yuho .group_year dl ,
.news-presentation .group_year dl ,
.news-material .group_year dl ,
.link-list:not(.highlight) ul ,
.link-list.highlight ul ,
.link-list-url ul ,
.vertical-table ,
.ircalendar ,
.shwTable ,
.uni-table ,
.basic-list2:not(.thumnail) ,
.basic-list2.thumnail ,
div.video ,
div.audio ,
div.map ,
div.youtube {
	margin-top: 30px;
}

.teaser ,
.external-teaser ,
.download-teaser ,
.graph {
	margin-bottom: 20px;
}



/*------------------------------------- 
 テキスト・画像
-------------------------------------*/
/*-------------- 緊急お知らせエリア --------------*/
/* 総合トップ・サイトトップのみ、コンテンツエリア外に１つのみ */
.quoted-text {
	padding: 20px 0;
	background: #fafbfb;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.quoted-text blockquote {
	background: none;
	padding: 20px 20px;
	border: #ff0000 4px solid;
	color: #ff0000;
}

@media print, screen and (min-width: 768px) {
	.quoted-text blockquote {
		width: 1020px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 767px) {
	.quoted-text {
		padding: 15px 15px;
	}
}


/*-------------- 囲み線ありテキスト --------------*/
.highlight-quoted-text {
	background: #f5f5f5;
	padding: 25px 35px;
}

.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: 767px) {
	.highlight-quoted-text {
		padding: 10px;
	}
}

/*-------------- キャプション・リード・注釈 --------------*/
.lead-section.catch {
	font-size: 46px;
	font-weight: bold;
}

.lead-section.lead {
	font-size: 22px;
}

.lead-section.note {
	font-size: 13px;
}

.lead-section.style1 {
	font-size: 24px;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Georgia, "メイリオ", Meiryo, serif;
}

.lead-section.style2 {
	font-size: 0;
	width: 50%;
	border-top: 1px solid #eeeeee;
	padding-bottom: 20px;
}


@media screen and (max-width: 767px) {
	.lead-section.catch {
		font-size: 26px;
	}

	.lead-section.lead {
		font-size: 18px;
	}
}


/*-------------- テキストと画像 --------------*/
.text-section {
}

[oncopy*="false"] .text-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
}


/*==== 画像背景化 ====*/
#sharewithmain .lx_text_img_lay_under {
	position: relative;
}

.lx_text_img_lay_under .text-section.highlight {
	position: static;
	margin: 0;
	-webkit-transform: none !important;
	    -ms-transform: none !important;
	        transform: none !important; /* エフェクト対策 */
}

.lx_text_img_lay_under .text-section.highlight img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: "object-fit: cover;";
}

#sharewithmain .ux_parallax_mcol_bg {
	position: relative;
	overflow: hidden;
}

.ux_parallax_mcol_bg .text-section.highlight {
	position: static;
	margin: 0;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: none !important;
	    -ms-transform: none !important;
	        transform: none !important; /* エフェクト対策 */
}

.ux_parallax_mcol_bg .text-section.highlight > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: "object-fit: cover;";
}

.ux_parallax_mcol_bg .text-section.highlight > .simpleParallax {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100vh);
	height: max(100vh,100%);
	margin: 0;
}


/*-------------- FAQ --------------*/
.faq-list {
}

.faq-list > ul {
}

.faq-list > ul > li {
	margin-bottom: 2px;
	clear: both;

	/* 閉じる時にQが隠れない用に暫定対策 */
/*	min-height: 79px; */
}

.faq-list h3 {
	position: relative;
}

.faq-list h3::before {
	content: "";
	position: absolute;
	top: 32px;
	left: 32px;
	display: block;
	width: 32px;
	height: 33px;
	background: url("../../../../../../resources/sw_img/icon/icon_q.png") center center no-repeat;
}

.faq-list h3 a {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	padding: 35px 55px 35px 80px;
	background: #000;
}


/* 開閉アイコン */
.faq-list h3 a::before ,
.faq-list h3 a::after {
	content: "";
	position: absolute;
	display: block;
	background: #fff;

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.faq-list h3 a::before {
	top: 50%;
	right: 40px;
	width: 18px;
	height: 2px;
	-webkit-transform: translate(50%, -50%);
	    -ms-transform: translate(50%, -50%);
	        transform: translate(50%, -50%);
}
.faq-list h3 a::after {
	top: 50%;
	right: 40px;
	width: 2px;
	height: 18px;
	-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;
/*	min-height: 35px; */
	padding: 30px 0px 30px 70px;
}

.faq-item::after {
	content: "";
	position: absolute;
	top: 35px;
	left: 0px;
	display: block;
	width: 28px;
	height: 26px;
	background: url("../../../../../../resources/sw_img/icon/icon_a.png") center center no-repeat;
}


/*------------------------------------- 
 ページ内リンク・バナーリンク・エリアリンク
 原則、内部リンクと外部リンクは同スタイルを設定する
-------------------------------------*/

/*-------------- ページ内リンク --------------*/
/* ページ内リンクは１カラム内にまとめて入力し、マルチカラムクラスでアライメントを設定する */
.anchor-link {
}

.anchor-link a {
	position: relative;
	display: block;
	color: inherit;
	font-size: 1rem;
	font-weight: bold;
	padding-left: 40px;
}

.anchor-link a::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	background: url("../../../../../../resources/sw_img/icon/icon_anchor.png") center center no-repeat;
	background-size: contain;
}


/* PC:幅をなりゆきにして、横に並べる */
/* SP:縦に並べる */
@media print, screen and (min-width: 768px) {
	.anchor-link {
		display: inline-block;
		margin-right: 20px;
	}
}

/* 横並びにするクラス名 */
.lx_anchor_inline .anchor-link {
	display: inline-block;
	margin-right: 20px;
}

@media print, screen and (min-width: 768px) {
	.lx_anchor_inline_pc .anchor-link {
		display: inline-block;
		margin-right: 20px;
	}
}
@media screen and (max-width: 767px) {
	.lx_anchor_inline_sp .anchor-link {
		display: inline-block;
		margin-right: 20px;
	}
}


/*-------------- バナー（共通設定） --------------*/
.teaser ,
.external-teaser ,
.download-teaser {
}


/* サブタイトルが上の場合 */
/* 通常：そのまま、span１つ：spanが非表示、span２つ：上のspanのみ非表示 */
/*
.teaser h2 a > span:only-child ,
.external-teaser h2 a > span:only-child ,
.download-teaser h2 a > span:only-child ,
.teaser h2 a > span:first-child:not(:only-child) ,
.external-teaser h2 a > span:first-child:not(:only-child) ,
.download-teaser h2 a > span:first-child:not(:only-child) {
	display: none;
}
*/

/* サブタイトルが下の場合 */
/* 通常：そのまま、span１つ：spanが非表示、span２つ：下のspanのみ非表示 */
/*
.teaser h2 a > span:only-child ,
.external-teaser h2 a > span:only-child ,
.download-teaser h2 a > span:only-child ,
.teaser h2 a > span + span ,
.external-teaser h2 a > span + span ,
.download-teaser h2 a > span + span {
	display: none;
}
*/

/* ----- 内部・外部バナー（テキストのみ）　スタイルＡ ----- */
/* ----- ダウンロードバナー（テキストのみ）　スタイルＡ ----- */
.teaser.no-img.style1 ,
.external-teaser.no-img.style1 ,
.download-teaser.no-img.style1 ,
.teaser.no-img.style2 ,
.external-teaser.no-img.style2 ,
.download-teaser.no-img.style2 {
	max-width: calc((1020px - 40px) / 3);
}

.teaser.no-img.style1 h2 ,
.external-teaser.no-img.style1 h2 ,
.download-teaser.no-img.style1 h2 ,
.teaser.no-img.style2 h2 ,
.external-teaser.no-img.style2 h2 ,
.download-teaser.no-img.style2 h2 {
}

.teaser.no-img.style1 h2 a ,
.external-teaser.no-img.style1 h2 a ,
.download-teaser.no-img.style1 h2 a ,
.teaser.no-img.style2 h2 a ,
.external-teaser.no-img.style2 h2 a ,
.download-teaser.no-img.style2 h2 a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 60px;
	padding: 5px 10px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 0.05em;
	background: #535353;
	text-decoration: none;
/*	border-radius: 6px; */
}

.teaser.no-img.style2 h2 a ,
.external-teaser.no-img.style2 h2 a ,
.download-teaser.no-img.style2 h2 a {
	background: #0088cc;
}

.teaser.no-img.style1 h2 a::before ,
.external-teaser.no-img.style1 h2 a::before ,
.download-teaser.no-img.style1 h2 a::before ,
.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%;
	right: 25px;
	margin-top: -5px;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 7px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr02_white.svg") center center no-repeat;
	background-size: contain;
*/
}

.teaser.no-img.style1 h2 a[target="_blank"]::before ,
.external-teaser.no-img.style1 h2 a[target="_blank"]::before ,
.teaser.no-img.style2 h2 a[target="_blank"]::before ,
.external-teaser.no-img.style2 h2 a[target="_blank"]::before {
/*	content: none; */
}

.teaser.no-img.style1 h2 a[target="_blank"]::after ,
.external-teaser.no-img.style1 h2 a[target="_blank"]::after ,
.teaser.no-img.style2 h2 a[target="_blank"]::after ,
.external-teaser.no-img.style2 h2 a[target="_blank"]::after {
	content: "";
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.download-teaser.no-img.style1 h2 a[href*=".pdf"]::after ,
.download-teaser.no-img.style1 h2 a[href*=".xls"]::after ,
.download-teaser.no-img.style1 h2 a[href*=".zip"]::after ,
.download-teaser.no-img.style2 h2 a[href*=".pdf"]::after ,
.download-teaser.no-img.style2 h2 a[href*=".xls"]::after ,
.download-teaser.no-img.style2 h2 a[href*=".zip"]::after {
	content: "";
	-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.style1 h2 a[href*=".xls"]::after ,
.download-teaser.no-img.style2 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.style1 h2 a[href*=".zip"]::after ,
.download-teaser.no-img.style2 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 p ,
.external-teaser.no-img.style1 p ,
.download-teaser.no-img.style1 p ,
.teaser.no-img.style2 p ,
.external-teaser.no-img.style2 p ,
.download-teaser.no-img.style2 p {
	margin-top: 10px;
	font-size: 1rem;
}

.teaser.no-img.style1 h2 a:hover ,
.external-teaser.no-img.style1 h2 a:hover ,
.download-teaser.no-img.style1 h2 a:hover {
	background: #7d7d7d;
}

.teaser.no-img.style2 h2 a:hover ,
.external-teaser.no-img.style2 h2 a:hover ,
.download-teaser.no-img.style2 h2 a:hover {
	background: #1e73be;
}

.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 ,
.teaser.no-img.style2 h2 a:hover::before ,
.external-teaser.no-img.style2 h2 a:hover::before ,
.download-teaser.no-img.style2 h2 a:hover::before {
}

/*-- チェックボックスつきテキストバナー --*/
.teaser.no-img.with-checkbox ,
.teaser:not(.no-img).with-checkbox ,
.external-teaser.no-img.with-checkbox ,
.external-teaser:not(.no-img).with-checkbox {
	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.with-checkbox > * ,
.teaser:not(.no-img).with-checkbox > * ,
.external-teaser.no-img.with-checkbox > * ,
.external-teaser:not(.no-img).with-checkbox > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.teaser.no-img.with-checkbox p ,
.teaser:not(.no-img).with-checkbox p ,
.external-teaser.no-img.with-checkbox p ,
.external-teaser:not(.no-img).with-checkbox p {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
	margin-bottom: 10px;
	text-align: center;
	font-size: 1rem;
}

.teaser.no-img.with-checkbox input[type=checkbox] ,
.teaser:not(.no-img).with-checkbox input[type=checkbox] ,
.external-teaser.no-img.with-checkbox input[type=checkbox] ,
.external-teaser:not(.no-img).with-checkbox input[type=checkbox] {
	vertical-align: middle;
}

/* リンク無効時 */
.teaser.no-img.with-checkbox.disabled h2 a ,
.teaser:not(.no-img).with-checkbox.disabled h2 a ,
.external-teaser.no-img.with-checkbox.disabled h2 a ,
.external-teaser:not(.no-img).with-checkbox.disabled h2 a {
	background: #ccc;
	color: #999;
}

.teaser.no-img.with-checkbox.disabled h2 a::before ,
.teaser:not(.no-img).with-checkbox.disabled h2 a::before ,
.external-teaser.no-img.with-checkbox.disabled h2 a::before ,
.external-teaser:not(.no-img).with-checkbox.disabled h2 a::before {
	content: none;
}


/*-- ニュース詳細ページ用 一覧に戻るボタン --*/
#promos3 >*> .teaser.no-img.style1 ,
#promos3 >*> .external-teaser.no-img.style1 ,
#promos3 >*> .download-teaser.no-img.style1 {
/*	max-width: 400px; */
}

#promos3 >*> .teaser.no-img.style1 h2 a ,
#promos3 >*> .external-teaser.no-img.style1 h2 a ,
#promos3 >*> .download-teaser.no-img.style1 h2 a {
}

#promos3 >*> .teaser.no-img.style1 h2 a::before ,
#promos3 >*> .external-teaser.no-img.style1 h2 a::before ,
#promos3 >*> .download-teaser.no-img.style1 h2 a::before {
	right: auto;
	left: 25px;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

body:not(.in-editor) #promos3 >*> .teaser.no-img.style1 ,
body:not(.in-editor) #promos3 >*> .external-teaser.no-img.style1 ,
body:not(.in-editor) #promos3 >*> .download-teaser.no-img.style1 {
	display: none;
}

body.multi3[data-page-marker~="news-folder"] #promos3 >*> .teaser.no-img.style1 ,
body.multi3[data-page-marker~="news-folder"] #promos3 >*> .external-teaser.no-img.style1 ,
body.multi3[data-page-marker~="news-folder"] #promos3 >*> .download-teaser.no-img.style1 {
	display: block;
}



/* ----- 内部・外部バナー（テキストと画像）　スタイルＡ ----- */
/* ----- ダウンロードバナー（テキストと画像）　スタイルＡ ----- */
.teaser:not(.no-img).style1 ,
.external-teaser:not(.no-img).style1 ,
.download-teaser:not(.no-img).style1 {
	position: relative;
	overflow: hidden;
}

.teaser:not(.no-img).style1 h2 ,
.external-teaser:not(.no-img).style1 h2 ,
.download-teaser:not(.no-img).style1 h2 {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 1;
}

.teaser:not(.no-img).style1 h2 a ,
.external-teaser:not(.no-img).style1 h2 a ,
.download-teaser:not(.no-img).style1 h2 a {
	display: block;
	padding: 5px 25px;
	text-align: left;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-decoration: none;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Georgia, "メイリオ", Meiryo, serif;
}

.teaser:not(.no-img).style1 h2 a[target="_blank"]::after ,
.external-teaser:not(.no-img).style1 h2 a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	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 {
	display: block;
	overflow: hidden;
}

.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%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.teaser:not(.no-img).style1 p ,
.external-teaser:not(.no-img).style1 p ,
.download-teaser:not(.no-img).style1 p {
	margin: 20px 0 0;
	font-size: 1rem;
	color: inherit;
	font-weight: normal;

	display: none;
}

.teaser:not(.no-img).style1:hover h2 + a img ,
.external-teaser:not(.no-img).style1:hover h2 + a img ,
.download-teaser:not(.no-img).style1:hover h2 + a img {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
	opacity: 1;
}


/* ----- 内部・外部バナー（テキストと画像）　スタイルB ----- */
/* ----- ダウンロードバナー（テキストと画像）　スタイルB ----- */
.teaser:not(.no-img).style2 ,
.external-teaser:not(.no-img).style2 ,
.download-teaser:not(.no-img).style2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.teaser:not(.no-img).style2 > * ,
.external-teaser:not(.no-img).style2 > * ,
.download-teaser:not(.no-img).style2 > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.teaser:not(.no-img).style2 h2 ,
.external-teaser:not(.no-img).style2 h2 ,
.download-teaser:not(.no-img).style2 h2 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	position: relative;
	margin-top: -60px;
	margin-left: 30px;
	z-index: 1;
}

.teaser:not(.no-img).style2 h2 a ,
.external-teaser:not(.no-img).style2 h2 a ,
.download-teaser:not(.no-img).style2 h2 a {
	padding: 30px 35px;
	text-align: left;
	font-size: 16px;
	color: #222;
	font-weight: bold;
	text-decoration: none;
	background: #fff;
}

.teaser:not(.no-img).style2 h2 a[target="_blank"]::after ,
.external-teaser:not(.no-img).style2 h2 a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	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%;
	opacity: 1;
}

.teaser:not(.no-img).style2 p ,
.external-teaser:not(.no-img).style2 p ,
.download-teaser:not(.no-img).style2 p {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
	margin: 20px 0 0;
	font-size: 1rem;
	color: inherit;
	font-weight: normal;
}

.teaser:not(.no-img).style2:hover ,
.external-teaser:not(.no-img).style2:hover ,
.download-teaser:not(.no-img).style2:hover {
	opacity: 0.7;
}



/* ----- 内部・外部バナー（テキストと画像）　スタイルC ----- */
/* ----- ダウンロードバナー（テキストと画像）　スタイルC ----- */
.teaser:not(.no-img).style3 ,
.external-teaser:not(.no-img).style3 ,
.download-teaser:not(.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;
}

.teaser:not(.no-img).style3 > * ,
.external-teaser:not(.no-img).style3 > * ,
.download-teaser:not(.no-img).style3 > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.teaser:not(.no-img).style3 h2 ,
.external-teaser:not(.no-img).style3 h2 ,
.download-teaser:not(.no-img).style3 h2 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	position: relative;
	z-index: 1;
}

.teaser:not(.no-img).style3 h2 a ,
.external-teaser:not(.no-img).style3 h2 a ,
.download-teaser:not(.no-img).style3 h2 a {
/*	padding: 30px 35px; */
	text-align: center;
	font-size: 14px;
	color: #222;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.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: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.teaser:not(.no-img).style3 h2 + a ,
.external-teaser:not(.no-img).style3 h2 + a ,
.download-teaser:not(.no-img).style3 h2 + a {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	display: block;
}

.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 ,
.external-teaser:not(.no-img).style3 p ,
.download-teaser:not(.no-img).style3 p {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
	margin: 20px 0 0;
	font-size: 1rem;
	color: inherit;
	font-weight: normal;
}

.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 {
	color: #d9d900;
}


/*== テキストバナー 左寄せ・右寄せ ==*/
.lx_teaser_halign_left .teaser.no-img ,
.lx_teaser_halign_left .external-teaser.no-img ,
.lx_teaser_halign_left .download-teaser.no-img ,
.lx_teaser_halign_left .teaser:not(.no-img) ,
.lx_teaser_halign_left .external-teaser:not(.no-img) ,
.lx_teaser_halign_left .download-teaser:not(.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 ,
.lx_teaser_halign_right .teaser:not(.no-img) ,
.lx_teaser_halign_right .external-teaser:not(.no-img) ,
.lx_teaser_halign_right .download-teaser:not(.no-img) {
	float: right;
	margin-left: 20px;
}

@media print, screen and (min-width: 768px) {
	.lx_teaser_halign_left_pc .teaser.no-img ,
	.lx_teaser_halign_left_pc .external-teaser.no-img ,
	.lx_teaser_halign_left_pc .download-teaser.no-img ,
	.lx_teaser_halign_left_pc .teaser:not(.no-img) ,
	.lx_teaser_halign_left_pc .external-teaser:not(.no-img) ,
	.lx_teaser_halign_left_pc .download-teaser:not(.no-img) {
		float: left;
		margin-right: 20px;
	}

	.lx_teaser_halign_right_sp .teaser.no-img ,
	.lx_teaser_halign_right_sp .external-teaser.no-img ,
	.lx_teaser_halign_right_sp .download-teaser.no-img ,
	.lx_teaser_halign_right_sp .teaser:not(.no-img) ,
	.lx_teaser_halign_right_sp .external-teaser:not(.no-img) ,
	.lx_teaser_halign_right_sp .download-teaser:not(.no-img) {
		float: right;
		margin-left: 20px;
	}
}

@media screen and (max-width: 767px) {
	.lx_teaser_halign_left_pc .teaser.no-img ,
	.lx_teaser_halign_left_pc .external-teaser.no-img ,
	.lx_teaser_halign_left_pc .download-teaser.no-img ,
	.lx_teaser_halign_left_pc .teaser:not(.no-img) ,
	.lx_teaser_halign_left_pc .external-teaser:not(.no-img) ,
	.lx_teaser_halign_left_pc .download-teaser:not(.no-img) {
		float: left;
		margin-right: 20px;
	}

	.lx_teaser_halign_right_sp .teaser.no-img ,
	.lx_teaser_halign_right_sp .external-teaser.no-img ,
	.lx_teaser_halign_right_sp .download-teaser.no-img ,
	.lx_teaser_halign_right_sp .teaser:not(.no-img) ,
	.lx_teaser_halign_right_sp .external-teaser:not(.no-img) ,
	.lx_teaser_halign_right_sp .download-teaser:not(.no-img) {
		float: right;
		margin-left: 20px;
	}
}


/*------ 内部・外部 エリアリンク ------*/
/*------ ダウンロード エリアリンク ------*/
/*------ 内部・外部 エリアリンク（ハイライト表示） ------*/
.internal-link-area:not(.highlight) ,
.external-link-area:not(.highlight) ,
.download-link-area:not(.highlight) ,
.internal-link-area.highlight ,
.external-link-area.highlight ,
.download-link-area.highlight {
}

.internal-link-area:not(.highlight) > a ,
.external-link-area:not(.highlight) > a ,
.download-link-area:not(.highlight) > a ,
.internal-link-area.highlight > a ,
.external-link-area.highlight > a ,
.download-link-area.highlight > a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.internal-link-area:not(.highlight) > a:hover ,
.external-link-area:not(.highlight) > a:hover ,
.download-link-area:not(.highlight) > a:hover ,
.internal-link-area.highlight > a:hover ,
.external-link-area.highlight > a:hover ,
.download-link-area.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:not(.highlight) > a[data-modaal-scope] > p:first-child::before ,
.download-link-area:not(.highlight) > a[data-modaal-scope] > img + p::before {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 16px;
	height: 16px;
	background: url("../../../../../../resources/sw_img/default/icon_glass.svg") center center no-repeat;
	background-size: contain;
	margin: 0 10px;
}


/*------------------------------------- 
 インデックス・サイトマップ
-------------------------------------*/
.index-map {
	font-size: 0;
}


/* フォルダトップを表示する場合：フォルダトップ(第０階層) */
/* フォルダトップを表示しない場合：直下(第１階層)ページ */
/* バナースタイルで表示 */
.index-map > ul:first-of-type > li > .item {
	position: relative;
	margin: auto;
	margin-top: 30px;
	max-width: calc((1020px - 40px) / 3);
}

.index-map > ul:first-of-type > li > .item > span ,
.index-map > ul:first-of-type > li > .item > a {
	position: relative;
	display: block;
	color: inherit;
	text-decoration: none;
}

/* 画像なし */
.index-map > ul:first-of-type > li > .item .news_tx {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 60px;
	padding: 5px 10px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 0.05em;
	background: #535353;
	text-decoration: none;
/*	border-radius: 6px; */
}

.index-map > ul:first-of-type > li > .item > a[target="_blank"] .news_tx::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.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 {
	background: #7d7d7d;
}


/* 画像あり */
.index-map > ul:first-of-type > li > .item .n_img {
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}

.index-map > ul:first-of-type > li > .item .n_img img {
	display: block;
	margin: auto;
}

.index-map > ul:first-of-type > li > .item .n_img ~ .news_tx {
	border: none;
	border-radius: 0;
	background: none;
	min-height: auto;
	height: auto;

	position: relative;
	display: block;
	padding: 5px 0px;
	text-align: left;
	font-size: 20px;
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}

.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: 5px;
	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: #7ab206;
	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-top: 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: 36px;
	color: inherit;
	font-size: 1rem;
	margin-top: 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.75em / 2 - 10px / 2);
	left: 12px;
	display: inline-block;
	width: 5px;
	height: 10px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.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;
	color: inherit;
}

.index-map > ul:only-of-type > li > ul > li > .item > a[target="_blank"]::after ,
.index-map > ul + ul.indexLevel_1 > li > .item > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") 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:１カラム表示（オプションで２～３カラム） */
/* パーツ直下を疑似インデックスモード化 */
.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(100% - 20px);
	margin-right: 20px;
}

@media print, screen and (min-width: 768px) {
	/* フォルダトップを表示しない場合：直下ページはデフォルト３カラムに */
	.index-map > ul.indexLevel_1:only-of-type > li  {
		width: calc((100% - 20px * 3) / 3);
	}

	/* 2～5列 */
	.lx_imap_col2 .index-map > ul.indexLevel_1:only-of-type > li ,
	.lx_imap_col2pc .index-map > ul.indexLevel_1:only-of-type > li {
		width: calc((100% - 20px * 2) / 2);
	}
	.lx_imap_col3 .index-map > ul.indexLevel_1:only-of-type > li ,
	.lx_imap_col3pc .index-map > ul.indexLevel_1:only-of-type > li {
		width: calc((100% - 20px * 3) / 2);
	}
	.lx_imap_col4 .index-map > ul.indexLevel_1:only-of-type > li ,
	.lx_imap_col4pc .index-map > ul.indexLevel_1:only-of-type > li {
		width: calc((100% - 20px * 4) / 4);
	}
	.lx_imap_col5 .index-map > ul.indexLevel_1:only-of-type > li ,
	.lx_imap_col5pc .index-map > ul.indexLevel_1:only-of-type > li {
		width: calc((100% - 20px * 5) / 2);
	}
}

@media screen and (max-width: 767px) {
	/* 2～3列 */
	.lx_imap_col2sp .index-map > ul.indexLevel_1:only-of-type > li {
		width: calc((100% - 20px * 2) / 2);
	}
	.lx_imap_col3sp .index-map > ul.indexLevel_1:only-of-type > li {
		width: calc((100% - 20px * 3) / 2);
	}
}



/*------------------------------------- 
 リスト
-------------------------------------*/
/* 年度区切りの上マージンは、リンクリストと同じく、パーツ共通の上マージン */
.news-result .group_year dl ,
.news-yuho .group_year dl ,
.news-presentation .group_year dl ,
.news-material .group_year dl ,
.link-list:not(.highlight) ul ,
.link-list.highlight ul ,
.link-list-url ul {
}

/* 決算短信・有報・説明会資料（自動連携） */
.news-result h2 ,
.news-yuho h2 ,
.news-presentation h2 {
}

/* h2と同内容の為非表示 */
.news-result h2 ~*> dl dt ,
.news-yuho h2 ~*> dl dt ,
.news-presentation h2 ~*> dl dt {
	display: none;
}

/* 最新決算資料（自動連携） */
.news-material h2 {
}

/* 最新決算資料（自動連携）は、四半期見出しに下マージン */
.news-material dl dt {
	margin-bottom: 20px;
}

.news-material .title-quater {
	display: none;
}
.news-material .title-q4 {
}

.news-material .prefix-quarter ,
.news-material .postfix-quarter {
	display: none;
}

.news-material .addition-quarter {
	display: none;
}


/* リスト共通設定 決算短信・有報・最新決算資料・説明会資料（自動連携）、リンクリスト（手動） */
.link-list ul li ,
.link-list-url ul li ,
.news-result dl dd ,
.news-yuho dl dd ,
.news-presentation dl dd ,
.news-material dl dd {
	position: relative;
/*	margin-top: 5px; */
	margin-bottom: 5px;
}

/* パターンA：ダウンロードもアイコンをつける場合 */
.link-list 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.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(0px + 1.75em / 2 - 10px / 2);
	left: 2px;
	display: inline-block;
	width: 5px;
	height: 10px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.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.75em / 2 - 10px / 2);
	left: 2px;
	display: inline-block;
	width: 5px;
	height: 10px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.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: 50px;
}

/* ハイライト表示のリンクのＬ字アイコン */
.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: 6px;
	left: 30px;
	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) {
	color: inherit;
}

/* 外窓アイコン（ダウンロードにはつけない） */
.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: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin: 0 0.5em;
}


/*-- リンクリスト（ハイライト表示） --*/
.link-list.highlight {
}

.link-list.highlight h2 {
}

.link-list.highlight ul {
}

.link-list.highlight ul li {
}

.link-list.highlight ul li > a ,
.link-list.highlight ul li > span {
}


/*---- 上マージン０ ----*/
.lx_list_mt0 .link-list:not(.highlight) ul ,
.lx_list_mt0 .link-list.highlight ul ,
.lx_list_mt0 .link-list-url ul {
	margin-top: 0;
}


/*---- 横並びにする ----*/
.lx_list_inline .link-list:not(.highlight) ul li ,
.lx_list_inline .link-list.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;
}

@media print, screen and (min-width: 768px) {
	.lx_list_inline_pc .link-list:not(.highlight) ul li ,
	.lx_list_inline_pc .link-list.highlight ul li ,
	.lx_list_inline_pc .link-list-url ul li ,
	.lx_list_inline_pc .news-result dl dd ,
	.lx_list_inline_pc .news-yuho dl dd ,
	.lx_list_inline_pc .news-presentation dl dd ,
	.lx_list_inline_pc .news-material dl dd {
		display: inline-block;
		margin-right: 20px;
	}
}
@media screen and (max-width: 767px) {
	.lx_list_inline_sp .link-list:not(.highlight) ul li ,
	.lx_list_inline_sp .link-list.highlight ul li ,
	.lx_list_inline_sp .link-list-url ul li ,
	.lx_list_inline_sp .news-result dl dd ,
	.lx_list_inline_sp .news-yuho dl dd ,
	.lx_list_inline_sp .news-presentation dl dd ,
	.lx_list_inline_sp .news-material dl dd {
		display: inline-block;
		margin-right: 20px;
	}
}


/*---- ２～３列にする ----*/
.lx_list_col2 .link-list:not(.highlight) ul ,
.lx_list_col2 .link-list.highlight ul ,
.lx_list_col2 .link-list-url ul ,
.lx_list_col3 .link-list:not(.highlight) ul ,
.lx_list_col3 .link-list.highlight ul ,
.lx_list_col3 .link-list-url 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;
}
.lx_list_col2 .link-list:not(.highlight) ul li ,
.lx_list_col2 .link-list.highlight ul li ,
.lx_list_col2 .link-list-url ul li {
	width: calc(50% - 20px);
	display: inline-block;
	margin-right: 20px;
}

.lx_list_col3 .link-list:not(.highlight) ul li ,
.lx_list_col3 .link-list.highlight ul li ,
.lx_list_col3 .link-list-url ul li {
	width: calc(33.3333% - 20px);
	display: inline-block;
	margin-right: 20px;
}

@media print, screen and (min-width: 768px) {
	.lx_list_col2pc .link-list:not(.highlight) ul ,
	.lx_list_col2pc .link-list.highlight ul ,
	.lx_list_col2pc .link-list-url ul ,
	.lx_list_col3pc .link-list:not(.highlight) ul ,
	.lx_list_col3pc .link-list.highlight ul ,
	.lx_list_col3pc .link-list-url 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;
	}
	.lx_list_col2pc .link-list:not(.highlight) ul li ,
	.lx_list_col2pc .link-list.highlight ul li ,
	.lx_list_col2pc .link-list-url ul li {
		width: calc(50% - 20px);
		display: inline-block;
		margin-right: 20px;
	}

	.lx_list_col3pc .link-list:not(.highlight) ul li ,
	.lx_list_col3pc .link-list.highlight ul li ,
	.lx_list_col3pc .link-list-url ul li {
		width: calc(33.3333% - 20px);
		display: inline-block;
		margin-right: 20px;
	}
}
@media screen and (max-width: 767px) {
	.lx_list_col2sp .link-list:not(.highlight) ul ,
	.lx_list_col2sp .link-list.highlight ul ,
	.lx_list_col2sp .link-list-url ul ,
	.lx_list_col3sp .link-list:not(.highlight) ul ,
	.lx_list_col3sp .link-list.highlight ul ,
	.lx_list_col3sp .link-list-url 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;
	}
	.lx_list_col2sp .link-list:not(.highlight) ul li ,
	.lx_list_col2sp .link-list.highlight ul li ,
	.lx_list_col2sp .link-list-url ul li {
		width: calc(50% - 20px);
		display: inline-block;
		margin-right: 20px;
	}
	.lx_list_col3sp .link-list:not(.highlight) ul li ,
	.lx_list_col3sp .link-list.highlight ul li ,
	.lx_list_col3sp .link-list-url ul li {
		width: calc(33.3333% - 20px);
		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: 15px 15px;
	border: 1px solid #dfe0e4;
}
/* 背景色を指定 */
.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: #eee;
	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: #eee;
	color: inherit;
	font-weight: bold;
}

/* 見出しセル中の太字 */
/* thはboldが基本設定なので、thをnormalに設定する場合は、要変更 */
.vtable-item > table > tbody > tr > th strong ,
.ircalendar-title > table > tbody > tr > th strong {
	font-weight: normal;
}

/* テーブル縦・横の枠線を重ねる */
.vtable-item > table ,
.ircalendar-title > table ,
.ircalendar-item > table {
	margin-top: -1px;
}

/*-------------- テーブル縦 --------------*/
/* -- デフォルト比率  -- */
.vtable-item > table > tbody > tr > th ,
.vtable-item > table > tbody > tr > td {
	width: 20%;
}

@media screen and (max-width: 767px) {
	/* テーブル縦・マルチセルを、縦に並べるスタイル */
	.lx_table_style_vertical_sp .vtable-item > table ,
	.lx_table_style_vertical_sp .vtable-item > table > tbody ,
	.lx_table_style_vertical_sp .vtable-item > table > tbody > tr ,
	.lx_table_style_vertical_sp .vtable-item > table > tbody > tr > th ,
	.lx_table_style_vertical_sp .vtable-item > table > tbody > tr > td ,
	.lx_table_style_vertical_sp .uni-table table.tbCore ,
	.lx_table_style_vertical_sp .uni-table table.tbCore > tbody ,
	.lx_table_style_vertical_sp .uni-table table.tbCore > tbody > tr ,
	.lx_table_style_vertical_sp .uni-table table.tbCore > tbody > tr > th ,
	.lx_table_style_vertical_sp .uni-table table.tbCore > tbody > tr > td {
		display: block;
	}

	.lx_table_style_vertical_sp .vtable-item > table > tbody > tr > th ,
	.lx_table_style_vertical_sp .vtable-item > table > tbody > tr > td ,
	.lx_table_style_vertical_sp .uni-table table.tbCore > tbody > tr > th ,
	.lx_table_style_vertical_sp .uni-table table.tbCore > tbody > tr > td {
		width: auto !important;
	}

	.lx_table_style_vertical_sp .vtable-item > table > tbody > tr > th::after ,
	.lx_table_style_vertical_sp .vtable-item > table > tbody > tr > td::after ,
	.lx_table_style_vertical_sp .uni-table table.tbCore > tbody > tr > th::after ,
	.lx_table_style_vertical_sp .uni-table table.tbCore > 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-top: 5px;
}

/* -- 表組 -- */
.shwTable {
}

/* -- 単位（表組の外） -- */
.shwTable td.shw-table-row {
	color: inherit;
}

/*-------------- マルチセル --------------*/
.uni-table {
}


/*-------------- 財務ハイライト表組 --------------*/
.highlights-table ,
.highlights-alltable-2nd {
	margin-top: 40px;
}

/* 単位 */
.highlights-table .unit {
}

/* 年度 */
.highlights-table tr.r0 th ,
.highlights-alltable-2nd tr.r0 th {
	white-space: nowrap;
}

/*-------------- 配当 表組 --------------*/
.haitou-table-2nd {
	margin-top: 20px;
}

/* 配当予想セル */
.haitou-table-2nd table th.y0 ,
.haitou-table-2nd table td.y0 {
}



/*------------------------------------- 
 グラフ・財務ハイライト(グラフ)・配当金(グラフ)
-------------------------------------*/
/* important付きは、html上のスタイルを上書きする必要があるもの */

/*-------------- グラフ --------------*/
.graph {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	/* グラフをタップしてもツールチップが出ない様にする代わりに */
	/* グラフ部分をドラッグしてのスクロールを可能にする */
	.graph > div {
		position: relative;
		width: auto !important;
		margin: auto;
	}

	.highlights-2nd .highlights-graph .highcharts-container ,
	.graph .highcharts-container {
		position: static !important;
	}

	.highlights-2nd .highlights-graph::before ,
	.graph::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-top: 40px;
}

/* -- 財務ハイライトver2 グラフ (凡例を含まないエリア) -- */
.highlights-2nd .highlights-graph {
/*	width: 100% !important; */
/*	min-width: auto !important; */
/*	max-width: none !important; */
/*	height: 400px !important; */
}

/* -- 財務ハイライトver2 グラフ 凡例 -- */
.highlights-2nd .legend {
/*	margin: auto !important; */
/*	width: auto !important; */
/*	min-width: auto !important; */
/*	max-width: none !important; */
/*	text-align: center; */
}

.highlights-2nd .legend-item-box {
/*	float: none !important; */
/*	display: inline-block !important; */
/*	margin-left: -5px; */
}


@media print, screen and (min-width: 768px) {
	.multiColumn1 .highlights-2nd .highlights-graph {
		height: 500px !important;
	}
}

/*-------------- 配当グラフ --------------*/
.haitou-graph-2nd {
	margin-top: 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) {
}

.basic-list2:not(.thumnail) .tabItems {
	padding-top: 1px;
/*	border-top: 1px solid #dfdfdf; */
}

/*-- リリース1件分 --*/
.basic-list2:not(.thumnail) .tabItems > li {
	position: relative;

	margin-top: 15px;
	padding-bottom: 15px;
/*	border-bottom: 1px solid #dfdfdf; */
}

/* 偶数件目の背景色 */
.basic-list2:not(.thumnail) .tabItems > li:nth-child(even) {
/*	background-color: #f7f7f7; */
}

.basic-list2:not(.thumnail) .item {
	position: relative;
	display: block; 
	padding-top: 2em;
	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: inherit;
}

.basic-list2:not(.thumnail) .item > a:hover .news_tx {
	text-decoration: underline;
}

/* 日付 */
.basic-list2:not(.thumnail) .item .date {
	position: absolute;
	top: 0;
	left: 0;
}

/* カテゴリアイコン */
.basic-list2:not(.thumnail) .item .c_icon {
	text-decoration: none;
	display: block;

	margin-top: -2em;
	min-height: 2em;
	padding-left: 6.8em;
}

.basic-list2:not(.thumnail) .item > .c_icon {
	display: none;
}

/* ファイルアイコン */
.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[data-category-level="1"] {
	display: none;
}

.basic-list2:not(.thumnail) .item .c_icon span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 5px;

	min-width: 80px;
	height: 27px;
	line-height: 1.25;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 7px 5px 0;

	color: #fff;
	background: #333;
}

/* カテゴリアイコン個別に背景色等を設定する */
/*
.basic-list2:not(.thumnail) .item .c_icon span[data-category-group="renkei"] {
	background: #996464;
}

.basic-list2:not(.thumnail) .item .c_icon span.result {
	background: #714bde;
}
.basic-list2:not(.thumnail) .item .c_icon span.gyouseki {
	background: #b7a426;
}
.basic-list2:not(.thumnail) .item .c_icon span.tekiji {
	background: #1e73be;
}
.basic-list2:not(.thumnail) .item .c_icon span.pr {
	background: #5bae3e;
}
.basic-list2:not(.thumnail) .item .c_icon span.ir {
	background: #a259d6;
}
.basic-list2:not(.thumnail) .item .c_icon span.governance {
	background: #b43936;
}
.basic-list2:not(.thumnail) .item .c_icon span.meeting {
	background: #de637a;
}
.basic-list2:not(.thumnail) .item .c_icon span.yuho {
	background: #4144bb;
}
*/


.basic-list2:not(.thumnail) .item .c_icon span.magazine_media {
	background: #ff8c00;
}
.basic-list2:not(.thumnail) .item .c_icon span.web_media {
	background: #008000;
}


@media print, screen and (min-width: 768px) {
	/*== 日付～本文を横並びにする ==*/
	/* １カラム時。２カラム以上はSPと同じ表示 */
/*	.multiColumn1 .basic-list2:not(.thumnail) .item , */
	.lx_multi3_style_col1 .basic-list2:not(.thumnail) .item {
		padding-top: 0px;
		padding-left: 15em;
	}

/*	.multiColumn1 .basic-list2:not(.thumnail) .item .c_icon , */
	.lx_multi3_style_col1 .basic-list2:not(.thumnail) .item .c_icon {
		width: auto;
		float: none;
		margin: 0;
		padding: 0;

		display: inline-block;
		vertical-align: top;
		margin-top: -1px;
		margin-bottom: -5px;

	/* 縦並び */
		width: 120px;
		float: left;
		margin-left: -120px;

	/* 横並び */
	/*
		min-width: 120px;
		margin-left: -120px;
	*/
	}

	.lx_multi3_style_col1 .basic-list2:not(.thumnail) .item > .c_icon {
		display: none;
	}


	/* 英ニュース用 ja配下設置 */
	.lx_multi3_style_col1en .basic-list2:not(.thumnail) .item {
		padding-left: 17.5em;
	}

	.lx_multi3_style_col1en .basic-list2:not(.thumnail) .item .c_icon {
		width: 160px;
		float: left;
		margin-left: -160px;
	}
}

/*== カテゴリアイコン無し ==*/
#sharewithmain .lx_multi3_no_c_icon {
}

.lx_multi3_no_c_icon .basic-list2:not(.thumnail) .item .c_icon ,
.lx_multi3_no_c_icon .basic-list2.thumnail .item .c_icon {
	display: none;
}

.lx_multi3_no_c_icon .basic-list2.thumnail .item {
	padding-bottom: 0;
}

@media print, screen and (min-width: 768px) {
	.multiColumn1.lx_multi3_no_c_icon .basic-list2:not(.thumnail) .item ,
	.lx_multi3_style_col1.lx_multi3_no_c_icon .basic-list2:not(.thumnail) .item {
		padding-left: 8.8em;
	}
}


/*----------- サムネイルあり -----------*/
.basic-list2.thumnail {
	overflow: hidden;
}

.basic-list2.thumnail .tabItems {
	font-size: 0;
	text-align: left;
	margin-right: -30px;
}

/*-- リリース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(100% / 3 - 30px);
	margin-right: 30px;
	margin-bottom: 30px;
}

.lx_mcol_extra .basic-list2.thumnail .tabItems > li {
	width: calc(100% / 4 - 30px);
}

@media screen and (max-width: 1619px) {
	.lx_mcol_extra .basic-list2.thumnail .tabItems > li {
		width: calc(100% / 3 - 30px);
	}
}
@media screen and (max-width: 949px) {
	.lx_mcol_extra .basic-list2.thumnail .tabItems > li ,
	.basic-list2.thumnail .tabItems > li {
		width: calc(100% / 2 - 30px);
	}
}
@media screen and (max-width: 767px) {
	.lx_mcol_extra .basic-list2.thumnail .tabItems > li ,
	.basic-list2.thumnail .tabItems > li {
		width: calc(100%  - 30px);
	}
}


.basic-list2.thumnail .item {
	position: relative;
	overflow: hidden;
	padding: 0 20px 25px;
	font-size: 14px;
}

.basic-list2.thumnail .item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1;
}

.basic-list2.thumnail .item > span ,
.basic-list2.thumnail .item > a {
}

/*
.basic-list2.thumnail li.lazy .item::before ,
.basic-list2.thumnail li.no-img .item::before ,
*/
.basic-list2.thumnail .item .n_img {
	position: relative;
	display: block;
	width: calc(100% + 40px);
	padding-top: calc((100% + 40px) / 884 * 600);
	margin-bottom: 10px;
}

.basic-list2.thumnail li.no-img .item::before {
	content: "";
	background: url(../../../../../../resources/sw_img/image/img_news_default.png) no-repeat center center;
	background-size: contain;
}

.basic-list2.thumnail .item .n_img {
	margin: 0 -20px 20px;
	overflow: hidden;
}

.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;";
	opacity: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.basic-list2.thumnail .item > a:hover .n_img img {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}


.basic-list2.thumnail .item > a ,
.basic-list2.thumnail .item > span {
	color: inherit;
	text-decoration: none;
}

.basic-list2.thumnail .item > a:hover .n_img img {
	-ms-opacity: 0.7;
	opacity: 0.7;
}

.basic-list2.thumnail .item > a:hover .news_tx {
	color: #d9d900;
	text-decoration: underline;
}


/* リリースのテキスト */
.basic-list2.thumnail .item .news_tx {
	display: inline;
	font-size: 18px;
	font-weight: bold;

	line-height: 1.6;
	max-height: 4.8em;
	overflow: hidden;
	visibility: visible;
	word-wrap: break-word;
	word-break: break-all;
}

/* 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: 20px;
	color: #999;
}
.basic-list2.thumnail .item .date::before {
	content: '\e912';
	font-size: 13px;
	margin-right: 7px;
	font-family: 'footer_bar';
	display: inline-block;
	vertical-align: -1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* カテゴリアイコン */
.basic-list2.thumnail .item > .c_icon {
	display: none;
}
.basic-list2.thumnail .item > .c_icon a {
	display: block;
	color: inherit;
}

.basic-list2.thumnail .item > .c_icon a:hover {
	color: #d9d900;
}

.basic-list2.thumnail .item * .c_icon {
	position: relative;
	display: block;
	margin-bottom: 15px;
	z-index: 1;
}

/*----------- カテゴリアイコン -----------*/
/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list2.thumnail .item .c_icon span[data-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;

	padding: 0 8px;
	line-height: 1.25;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-align: center;

	color: inherit;
/*	background: #fff; */
}

.basic-list2.thumnail .item .c_icon span::after {
	content: "";
	position: relative;
	top: -2px;
	left: -8px;
	display:block;
	width: calc(100% + 16px);
	height: 4px;
	background: #b43936 url("../../../../../../resources/sw_img/bg/grunge_bg.png") center center repeat-x;
	background-blend-mode: color-dodge;
	-webkit-filter:blur(1px);
	        filter:blur(1px);
	border-radius:4px;
	z-index: -1;
	-webkit-transition: width .2s;
	-o-transition: width .2s;
	transition: width .2s;
	-webkit-mask-image: url(../../../../../../resources/sw_img/bg/grunge_bg_shape_small.png);
	        mask-image: url(../../../../../../resources/sw_img/bg/grunge_bg_shape_small.png);
}


/* アイコン ブランドロゴ デフォルト非表示(一覧では表示、スライド等では非表示) */
.basic-list2.thumnail .item .c_icon span[data-category-group="brand_logo"] {
	display: none;
}

/* タブ ブランドロゴ デフォルト非表示 */
.basic-list2.thumnail .tabs li.brand_logo {
	display: none;
}

/* カテゴリアイコン個別に背景色等を設定する */
/*
.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;
}
*/



.basic-list2.thumnail .item .c_icon span.gravis_golf::after {
	background-color: #45a330;
}
.basic-list2.thumnail .item .c_icon span.general_collection::after ,
.basic-list2.thumnail .item .c_icon span.code_collection::after {
	background-color: #dd9933;
}
.basic-list2.thumnail .item .c_icon span.vintage_collection::after ,
.basic-list2.thumnail .item .c_icon span.classic_collection::after {
	background-color: #1e73be;
}
.basic-list2.thumnail .item .c_icon span.collabolate::after {
	background-color: #eeee22;
}
.basic-list2.thumnail .item .c_icon span.sustainable::after {
	background-color: #1e73be;
}
.basic-list2.thumnail .item .c_icon span.office::after {
	background-color: #000;
}



@media screen and (max-width: 767px) {
	.basic-list2.thumnail .tabItems > li {
		width: calc(100% - 30px);
	}

	.basic-list2.thumnail .item .news_tx {
		font-size: 16px;
	}

	.basic-list2.thumnail .item .date {
		font-size: 12px;
	}


/*
	.basic-list2.thumnail .item {
		padding-bottom: 70px;
	}

	.basic-list2.thumnail .item * .c_icon {
		right: auto;
		left: 0;
	}
*/
}


/*----------- ページャー-----------*/
.basic-list2 .pager {
	display: none;
	margin: 40px auto 0;
	text-align: center;
	font-size: 0;
}

/*-- 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: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 60px;
	height: 80px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;

	padding: 5px 5px;
	font-size: 14px;
	color: inherit;
	background: #fff;
	border-bottom: 4px solid transparent;
}

.basic-list2 .pager .pageBtn > span[active] ,
.basic-list2 .pager .pageBtn > span:hover {
	border-bottom-color: #000;
}




/*----------- 情報パネル -----------*/
.basic-list2 .infoPanel {
	position: relative;
	margin-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.basic-list2 .infoPanel {
		margin-top: 20px;
		padding-bottom: 40px;
	}
}


.basic-list2 .infoPanel .clearTab {
	position: absolute;
	bottom: 15px;
	right: 0;
}

.basic-list2 .infoPanel .clearTab span {
	display: inline-block;
	padding: 1px 0px;
	text-align: center;
	color: inherit;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.25;
	border-bottom: 1px solid #666;
}

.basic-list2 .infoPanel .countTab {
	text-align: center;
	color: inherit;
	font-size: 16px;
	font-weight: normal;
}

.basic-list2 .infoPanel .countTab .total ,
.basic-list2 .infoPanel .countTab .view {
	vertical-align: baseline;
	font-size: 24px;
	letter-spacing: 0;
}


/*----------- タブ(絞込み) -----------*/
.basic-list2 .yearTabs {
	margin-bottom: 30px;
	padding: 0px 0px 1px;
}

.basic-list2 .tabs {
	margin-bottom: 40px;
}

.basic-list2 .tabs > ul > li {
	display: block;
	margin-bottom: 40px;
	padding: 0px 0px 1px;
}

.basic-list2 .yearTabs span ,
.basic-list2 .tabs span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 0px;
	margin-bottom: 0px;

	min-width: 110px;
	padding: 10px 10px;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	background: #fff;
	border-top: 2px solid transparent; 
	border-bottom: 1px solid #ccc; 
}

.basic-list2 .tabs span {
/*
	min-width: auto;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	border-bottom-color: transparent;
*/

	border-bottom: 1px solid #888; 
}

.basic-list2 .tabs span::before {
/*	content: "#"; */
}


.basic-list2 .yearTabs span[active] ,
.basic-list2 .yearTabs span:hover ,
.basic-list2 .tabs span[active] ,
.basic-list2 .tabs span:hover {
	border-top-color: #d9d900;
	border-bottom-color: transparent;
	z-index: 1;
}

/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list2 .tabs > ul > li > span {
	display: none;
}

/* 全ての全てタブは、デフォルト非表示 */
.basic-list2 .tabs li.allall {
	display: none;
}




/* 年・カテゴリ見出しを表示する場合 */
/*
.basic-list2 .yearTabs::before {
	content: "掲載年";
}

.basic-list2 .tabs > ul > li {
	position: relative;
}

.basic-list2 .tabs > ul > li.allall ,
.basic-list2 .tabs > ul > li.pickup {
	display: none;
}

.basic-list2 .tabs > ul  > li > span:not(.allall) {
	padding: 0;
	margin: 0;
	min-width: auto;
	height: auto;
	line-height: inherit;
	font-size: 1rem;
	color: inherit;
	background: none;
	border: none;
}

.basic-list2 .yearTabs::before ,
.basic-list2 .tabs > ul  > li > span:not(.allall) {
	display: inline-block;
	text-align: left;
	width: 105px;
	padding: 10px 0;
	font-size: 14px;
	font-weight: bold;
	pointer-events: none;
}

@media print, screen and (min-width: 768px) {
	.basic-list2 .yearTabs ,
	.basic-list2 .tabs {
		padding-left: 105px;
	}

	.basic-list2 .yearTabs::before ,
	.basic-list2 .tabs > ul > li > span:not(.allall) {
		margin-left: -105px;
	}
}

@media screen and (max-width: 767px) {
	.basic-list2 .yearTabs::before ,
	.basic-list2 .tabs > ul > li > span:not(.allall) {
		display: block;
		margin-top: -10px;
	}
}
*/

@media print, screen and (min-width: 768px) {
	.basic-list2.thumnail .yearTabs ,
	.basic-list2.thumnail .tabs ,
	.basic-list2.thumnail .infoPanel {
		max-width: 1020px;
		margin-left: auto;
		margin-right: auto;
	}
}


/*== マルチ３一覧 カテゴリをフラット選択に ==*/
.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;
}


/*== IR統合アイコン ==*/
#sharewithmain .lx_multi3_combine_ir {
}

.lx_multi3_combine_tab_ir .basic-list2 .tabs li.renkei > span ,
.lx_multi3_combine_ir .basic-list2 .tabs li.renkei > span {
	display: inline-block;
}

.lx_multi3_combine_tab_ir .basic-list2 .tabs li.renkei ul ,
.lx_multi3_combine_ir .basic-list2 .tabs li.renkei ul {
	display: none;
}


.lx_multi3_combine_ir .basic-list2 .item .c_icon span[data-category-group="renkei"] {
	display: none;
}
.lx_multi3_combine_ir .basic-list2 .item .c_icon span.renkei {
	display: inline-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-top: 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.75em / 2 - 10px / 2);
	left: 2px;
	display: inline-block;
	width: 5px;
	height: 10px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.png") no-repeat center center;
	background-size: contain;
}


/*==== マルチ３一覧 テーブル風に (アイコン後ろ) ====*/
#sharewithmain .lx_multi3_tablestyle01 {
}

.lx_multi3_tablestyle01 .basic-list2:not(.thumnail) .tabItems {
	border: none;
}

.lx_multi3_tablestyle01 .basic-list2:not(.thumnail) .tabItems > li {
	padding: 0;
	margin: 0;
	border: none;

	border: 1px solid #ccc;
	margin-bottom: -1px;
}

.lx_multi3_tablestyle01 .basic-list2:not(.thumnail) .item {
	position: relative;
	padding: 0;
	padding: 20px;
}

.lx_multi3_tablestyle01 .basic-list2:not(.thumnail) .item > a ,
.lx_multi3_tablestyle01 .basic-list2:not(.thumnail) .item > span {
	display: inline;
}

.lx_multi3_tablestyle01 .basic-list2:not(.thumnail) .item > a .news_tx {
	color: #7ab206;
}

.lx_multi3_tablestyle01 .basic-list2:not(.thumnail) .item::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 10px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.png") no-repeat center center;
	background-size: contain;
	margin-top: -3px;
	margin-right: 3px;
}


.lx_multi3_tablestyle01 .basic-list2:not(.thumnail) .item .date {
	display: none;
}

.lx_multi3_tablestyle01 .basic-list2:not(.thumnail) .item .c_icon {
	padding: 0;
	margin: 0;

	float: right;
	width: 150px;
	margin: -20px -20px -20px 20px;
	padding: 10px 10px 10px 20px;
	text-align: center;
}

.lx_multi3_tablestyle01 .basic-list2:not(.thumnail) .item .c_icon::before {
	content: "";
	position: absolute;
	top: 0;
	left: auto;
	margin-left: -20px;
	display: block;
	width: 1px;
	height: 100%;
	background: #ccc;
}



/*------------------------------------- 
 メディア
-------------------------------------*/
/*-------------- 動画 --------------*/
/* .videoとしてはいけない */
div.video {
}


/*-------------- 音声 --------------*/
/* .audioとしてはいけない */
div.audio {
}



/*-------------- GoogleMap（地図埋め込み） --------------*/
div.map {
	position: relative;
}

div.map::after {
	content: "";
	display: block;
/*	padding-top: 56.25%; */	/* 高さと幅の比を16:9に固定。9/16*100=56.25 */
	padding-top: 75%;	/* 高さと幅の比を4:3に固定。3/4*100=75 */
}

div.map > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


@media print, screen and (min-width: 768px) {
	/*-- １カラムの場合、地図が画面端まであるとスクロールさせずらいので余白を設ける --*/
	.multiColumn1 div.map {
		margin-left: 30px;
		margin-right: 30px;
	}
}


@media screen and (max-width: 767px) {
	/*-- 地図が画面端まであるとスクロールさせずらいので余白を設ける --*/
	div.map {
		padding: 0 10px;
	}
}




/*------------------------------------- 
 サイトマップ
-------------------------------------*/
/* newサイトマップ */
#sharewithmain .lx_style_sitemap {
	max-width: 1020px;
	margin: auto;
}

#sharewithmain .lx_style_sitemap .index-map {
	font-size: 0;
}

#sharewithmain .lx_style_sitemap .index-map .item > span ,
#sharewithmain .lx_style_sitemap .index-map .item > a {
	display: inline;
	color: inherit;
}

#sharewithmain .lx_style_sitemap .index-map .item > a[target="_blank"] .news_tx::after {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout.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: 10px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.png") center center no-repeat;
	background-size: contain;
}

@media print, screen and (min-width: 768px) {
	#sharewithmain .lx_style_sitemap .index-map > ul > li {
		display: inline-block;
		vertical-align: top;
		width: 48.5%;
		margin-right: 3%;
	}
	#sharewithmain .lx_style_sitemap .index-map > ul > li:nth-child(even) {
		margin-right: 0;
	}
}

/* -- 第３階層 -- */
#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_2 {
	margin-bottom: 20px;
}

#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_2 > li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 4%;
}
#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_2 > li:nth-child(even) {
	margin-right: 0;
}

#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_2 > li > .item {
	position: relative;
	display: block;
	padding-left: 15px;
	font-size: 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.75em / 2);
	left: 0;
	margin-top: -4px;
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 10px;
	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.75em / 2);
	left: 0;
	margin-top: -4px;
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 10px;
	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;
}



/*------------------------------------- 
 フッター専用パーツ
-------------------------------------*/
/*-------------- フッター（テキストと画像） --------------*/
.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: 5px;
	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: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
}


/* --------------------------------------
 フォーム
-------------------------------------- */
/* 枠線と背景色 */
@media print, screen and (min-width: 768px) {
	.form-wrapper .form-edit ,
	.form-wrapper .form-selection ,
	.form-wrapper .form-edit::before ,
	.form-wrapper .form-selection::before ,
	.form-wrapper .form-edit > label ,
	.form-wrapper .form-selection > label {
		color: inherit;
		padding: 15px 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: 767px) {
	.form-wrapper .form-edit {
/*		margin-top: 20px; */
	}

	.form-wrapper .form-edit ,
	.form-wrapper .form-selection ,
	.form-wrapper .form-edit > label ,
	.form-wrapper .form-selection > label {
		color: inherit;
		padding: 10px 10px;
		border-top: 1px solid #dedede;
		border-bottom: 1px solid #dedede;
	}

	/* 見出し部分、カウンターマージンを設定する */
	.form-wrapper .form-edit > label ,
	.form-wrapper .form-selection > label {
		border: none;
		margin: -5px -10px 0px;

		text-align: left;
		vertical-align: middle;
/*		background-color: #fafafa; */
		color: inherit;
		font-weight: bold;
	}
}


#step-by-step {
	display: none;
}


.form-box {
	margin: 40px auto 0;
}

@media print, screen and (min-width: 768px) {

	/* FORMS
	-------------------- */

	button::-moz-focus-inner ,
	input::-moz-focus-inner {
	    border: 0;
	    padding: 0;
	}


	.form-wrapper {
		clear: both;
		margin: auto;
	}

	.form-wrapper div::after {
		content: "";
		display: block;
		clear: both;
	}

	.form-wrapper fieldset {
		border: none;
		margin: 5px 0 30px 0;
	}
	.form-wrapper fieldset > h2 {
		margin-bottom: 10px;
		padding: 5px 10px;
		color: #222;
		background-color: #CCCCCC;
	}

	.form-wrapper div.form-edit span ,
	.form-wrapper div.form-selection span {
	}
	.form-row {
		clear: both;
		zoom: 1;
		border-bottom: 1px dotted #b3b3b3;
		padding: 10px 0 15px 0;
	}
	.form-row div {
		width: auto;
		border-bottom: none;
		margin: 0 0 10px 0;
		padding: 0;
	}
	.form-row .form-item {
		margin: 0;
		clear: none;
	}
	.form-wrapper label {
		position: relative;
		display: block;
		cursor: inherit;
	}
	.form-wrapper label[for="text"] {
	}
	.form-wrapper label span {
	}
	.form-wrapper fieldset .multiple-labels fieldset input ,
	.form-wrapper input ,
	.form-wrapper textarea ,
	.form-wrapper div.mod input.mod {
		display: block;
		-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: 767px) {

	/* 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 form[id="Inquiry"] p.required {
	display: block;
}

.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;
	border: none;
	padding: 21px 70px;
	margin: 0 10px;

	text-align: center;
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 0.05em;
	background: #535353;
	text-decoration: none;
/*	border-radius: 6px; */

	outline: none;
	cursor: pointer;
}

.form-wrapper div.button-wrapper input:hover ,
.form-wrapper div.button-wrapper input:active ,
.form-wrapper div.button-wrapper input:focus {
	background: #7d7d7d;
}


/* 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/default/icon_check_off.png") no-repeat center center;
	background-size: contain;
	margin-right: 12px;
}

.form-wrapper input[type="checkbox"]:checked + label::before {
	background-image: url("../../../../../../resources/sw_img/default/icon_check_on.png");
}

.form-wrapper input[type="radio"] + label {
}

.form-wrapper input[type="radio"] + label::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	background: url("../../../../../../resources/sw_img/default/icon_radio_off.png") no-repeat center center;
	background-size: contain;
	margin-right: 12px;
}

.form-wrapper input[type="radio"]:checked + label::before {
	background-image: url("../../../../../../resources/sw_img/default/icon_radio_on.png");
}


/*==== お問い合わせフォーム ====*/
/* 同意確認チェック、規約ボックス */
.form-box .text-section h2 {
	margin: 0;
	padding: 0;
	border: none;
	background: none;

	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.06em;
	margin-bottom: 10px;
}

.form-box .text-section h2::before {
	content: none;
}


.form-box .text-section.highlight > div {
	padding: 30px;
	background: #f7f7f7;
}

.form-box .text-section.highlight {
	margin-bottom: 30px;
}

.form-box .text-section.highlight h2 {
	margin-top: 60px;
	margin-bottom: 20px;
}

.form-box .text-section.highlight + .text-section {
	height: 240px;
	overflow: hidden;
	overflow-y: scroll;
	padding: 30px;
	border: 1px solid #dedede;
	margin-bottom: 30px;
}


.form-box .text-section.highlight ~ .form-selection {
	border: none;
	background: none;
	margin-bottom: 50px;
	text-align: center;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-flow: row-reverse nowrap;
	        flex-flow: row-reverse nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.form-box .text-section.highlight ~ .form-selection::before {
	content: none;
}

.form-box .text-section.highlight ~ .form-selection > * {
	margin: 0;
	padding: 0;
	border: none;
	float: none;
	display: inline-block;
	width: auto !important;
}

.form-box .text-section.highlight ~ .form-selection > label {
}

.form-box .text-section.highlight ~ .form-selection > label span {
	font-size: 0;
}

.form-box .text-section.highlight ~ .form-selection > fieldset {
/*	text-align: center; */
}

.form-box .text-section.highlight ~ .form-selection > fieldset input + label {
	font-weight: bold;
	margin-left: 0.5em;
}

.form-box .text-section.highlight ~ .form-selection dfn {
/*	margin-left: 0; */
}

@media screen and (max-width: 767px) {
	.form-box .text-section h2 {
		font-size: 16px;
		font-weight: normal;
	}

	.form-box .text-section.highlight {
		margin-bottom: 35px;
	}

	.form-box .text-section.highlight h2 {
		margin-top: 45px;
	}

	.form-box .text-section.highlight > div {
		padding: 20px;
		font-size: 13px;
	}

	.form-box .text-section.highlight + .text-section {
		position: static;
		padding: 20px;
		height: 180px;
	}

	.form-box .text-section.highlight + .text-section div {
		min-height: 200px;
		outline: none;
	}

	.form-box .text-section.highlight + .text-section {
		margin-bottom: 15px;
	}

	.form-box .text-section.highlight ~ .form-selection {
		margin-bottom: 10px;
	}
}


/*------------------------------------- 
 ヘッダー・フッター・メニュー
-------------------------------------*/
@media print, screen and (min-width: 768px) {
	.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) ,
	.on-sp > .h-column1:nth-child(1) ,
	.on-sp > .h-column2:nth-child(2) ,
	.on-sp > .h-column3:nth-child(3) ,
	.on-sp > .h-column4:nth-child(4) ,
	.on-sp > .h-column5:nth-child(5) ,
	.on-sp > .h-column1 >*> *:not(.mgnlEditor) ,
	.on-sp > .h-column2 >*> *:not(.mgnlEditor) ,
	.on-sp > .h-column3 >*> *:not(.mgnlEditor) ,
	.on-sp > .h-column4 >*> *:not(.mgnlEditor) ,
	.on-sp > .h-column5 >*> *:not(.mgnlEditor) {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.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) ,
	.on-pc > .h-column1:nth-child(1) ,
	.on-pc > .h-column2:nth-child(2) ,
	.on-pc > .h-column3:nth-child(3) ,
	.on-pc > .h-column4:nth-child(4) ,
	.on-pc > .h-column5:nth-child(5) ,
	.on-pc > .h-column1 >*> *:not(.mgnlEditor) ,
	.on-pc > .h-column2 >*> *:not(.mgnlEditor) ,
	.on-pc > .h-column3 >*> *:not(.mgnlEditor) ,
	.on-pc > .h-column4 >*> *:not(.mgnlEditor) ,
	.on-pc > .h-column5 >*> *:not(.mgnlEditor) {
		display: none !important;
	}
}


/*-- メニュー用 --*/
#panel2-sw ,
.panel2-sw ,
#panel2-btn ,
.panel2-btn {
	display: none;
}

/*------------- デスクトップ用ヘッダー -------------*/
@media print, screen and (min-width: 768px) {
	#pagetop {
/*		height: 112px; */
	}
}

/* ヘッダーパネルをページ上部に固定 */
#header .on-pc .hx_panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 112px;
	background: #fff;
	border-bottom: 1px solid #eee;
	z-index: 10001;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

body:not(.in-editor) #pagetop.pad ~* #header .on-pc .hx_panel {
	position: fixed;
}

/* 印刷時、ヘッダー固定 */
@media print {
	#header .on-pc .hx_panel {
		position: absolute !important;
	}
}

/* グロナビをページ上部に固定 */
#header .on-pc .hx_gnavi_box {
	position: absolute;
	top: 112px;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	        transform: translateY(-100%);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

/* ヘッダーパネル(グロナビ・メガドロップを除く) */
#header .on-pc .hx_panel >* {
/*	max-width: calc(1020px + 40px); */
/*	padding: 0 20px; */
	height: 100%;
	margin: auto;
/*	overflow: hidden; */
}

#header .on-pc .hx_panel >* >* {
	position: relative;
}


/* ロゴ */
#header .on-pc .hx_logo {
	position: absolute;
	top: 5px;
	left: 15px;
	height: 100px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#header .on-pc .hx_logo >* >* >* >*  {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

#header .on-pc .hx_logo >* >* >* > .h-column2 {
	display: none;
}

#header .on-pc .hx_logo a {
	display: block;
	width: 317px;
	padding: 5px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#header .on-pc .hx_logo a img {
	display: block;
	max-width: none;
	width: 100%;
	margin: 0;
}


/* サブパネル */
#header .on-pc .hx_sub_panel {
	position: absolute;
	top: 15px;
	right: 20px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#header .on-pc .hx_sub_panel >* > *::after {
	content: "";
	display: block;
	clear: both;
}

#header .on-pc .hx_sub_panel >* >* {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#header .on-pc .hx_lang_navi ,
#header .on-pc .hx_utility_link ,
#header .on-pc .hx_search_btn {
/*	float: left; */
	margin-left: 20px;
}



/* 検索 */
#header .on-pc .hx_search_btn {
}

#header .on-pc .hx_search_btn .search_btn {
	padding: 3px;
	cursor: pointer;
}

#header .on-pc .hx_search_btn .search_btn:hover {
	opacity: 0.7;
}

#header .on-pc .hx_search_btn .search_btn span {
	display: block;
	width: 21px;
	height: 21px;
	background: url("../../../../../../resources/sw_img/icon/icon_search.png") no-repeat center center;
	background-size: contain;
}

/* 言語ナビ */
#header .on-pc .hx_lang_navi {
}

#header .on-pc .hx_lang_navi .h-link-list ul {
}

#header .on-pc .hx_lang_navi .h-link-list li {
	position: relative;
	display: inline-block;
	margin-left: 15px;
}

#header .on-pc .hx_lang_navi .h-link-list li.highlight {
/*	display: none; */
}

#header .on-pc .hx_lang_navi .h-link-list li > a ,
#header .on-pc .hx_lang_navi .h-link-list li > span {
	color: #666;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}

#header .on-pc .hx_lang_navi .h-link-list li > a:hover ,
#header .on-pc .hx_lang_navi .h-link-list li.highlight > a ,
#header .on-pc .hx_lang_navi .h-link-list li.highlight > span {
	color: #7ab206;
	border-bottom-color: #7ab206;
}


/* ヘッダーユーティリティリンク */
#header .on-pc .hx_utility_link .h-link-list li {
	position: relative;
	display: inline-block;
	margin-left: 15px;
}

#header .on-pc .hx_utility_link .h-link-list li > a ,
#header .on-pc .hx_utility_link .h-link-list li > span {
	color: inherit;
	font-size: 14px;
}

#header .on-pc .hx_utility_link .h-teaser ,
#header .on-pc .hx_utility_link .h-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;
}

#header .on-pc .hx_utility_link .h-teaser >*,
#header .on-pc .hx_utility_link .h-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;
}

#header .on-pc .hx_utility_link .h-teaser h2 a ,
#header .on-pc .hx_utility_link .h-external-teaser h2 a {
	margin-left: 5px;
	font-size: 14px;
	font-weight: bold;
}

/* お問い合わせリンク・エントリーボタン */
#header .on-pc .hx_contact_link {
	float: left;
	margin-left: 20px;
}

#header .on-pc .hx_contact_link .h-link-list ul ,
#header .on-pc .hx_contact_link .h-index-map > ul {
}

#header .on-pc .hx_contact_link .h-link-list ul li ,
#header .on-pc .hx_contact_link .h-index-map > ul > li {
	display: inline-block;
}

#header .on-pc .hx_contact_link .h-link-list ul li > span ,
#header .on-pc .hx_contact_link .h-link-list ul li > a ,
#header .on-pc .hx_contact_link .h-index-map > ul > li > .item > span ,
#header .on-pc .hx_contact_link .h-index-map > ul > li > .item > a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-width: 145px;
	min-height: 40px;
	padding: 5px 10px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: #81c838;
	background: -o-linear-gradient(right, #21bec9 0%, #55d87c 50%, #81c838 100%);
	background: -webkit-gradient(linear, right top, left top, from(#21bec9), color-stop(50%, #55d87c), to(#81c838));
	background: linear-gradient(-90deg, #21bec9 0%, #55d87c 50%, #81c838 100%);
	text-decoration: none;
	border-radius: 4px;
}

#header .on-pc .hx_contact_link .h-link-list ul li > a:hover ,
#header .on-pc .hx_contact_link .h-index-map > ul > li > .item > a:hover {
	background: #28cfd7;
	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%);
}


/* グロナビ */
#header .on-pc .hx_gnavi_box > * {
	/* 中央揃え */
/*	max-width: calc(1020px + 40px);  */
/*	padding: 0 20px; */
	margin: auto;

	/* 左側のロゴ領域 */
	margin-left: 340px;

	margin-right: 30px;
}

#header .on-pc .hx_gnavi_box > * > * {
	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-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
*/
	/* 右揃え */
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	height: 55px;
}

#header .on-pc .hx_gnavi_box > * > * > * {
	display: inline-block;
	margin: 0 0px;
}


/* グロナビ要素（メガドロップつき） */
#header .on-pc .hx_gnavi >*> .h-teaser.no-img ,
#header .on-pc .hx_gnavi >*> .h-external-teaser.no-img {
	position: relative;
	padding-left: 50px;
}

#header .on-pc .hx_gnavi >*> .h-teaser.no-img::before ,
#header .on-pc .hx_gnavi >*> .h-external-teaser.no-img::before {
	content: "|";
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 50px;
	height: 55px;
	text-align: center;
	color: #b6b6b6;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.25;
}

#header .on-pc .hx_gnavi:first-child >*> .h-teaser.no-img ,
#header .on-pc .hx_gnavi:first-child >*> .h-external-teaser.no-img {
	padding-left: 0;
}
#header .on-pc .hx_gnavi:first-child >*> .h-teaser.no-img::before ,
#header .on-pc .hx_gnavi:first-child >*> .h-external-teaser.no-img::before {
	content: none;
}

#header .on-pc .hx_gnavi >*> .h-teaser.no-img h2 ,
#header .on-pc .hx_gnavi >*> .h-external-teaser.no-img h2 {
}

#header .on-pc .hx_gnavi >*> .h-teaser.no-img h2 a ,
#header .on-pc .hx_gnavi >*> .h-external-teaser.no-img h2 a {
	position: relative;
	height: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 5px 0;
	text-align: center;
	font-size: 15px;
	color: inherit;
	font-weight: bold;
	line-height: 1.25;
	text-decoration: none;
}

#header .on-pc .hx_gnavi >*> .h-teaser.no-img h2 a::before ,
#header .on-pc .hx_gnavi >*> .h-external-teaser.no-img h2 a::before {
	content: "";
	position: absolute;
	bottom: 12px;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
}

#header .on-pc .hx_gnavi >*> .h-teaser.no-img h2 a[target="_blank"]::after ,
#header .on-pc .hx_gnavi >*> .h-external-teaser.no-img h2 a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

#header .on-pc .hx_gnavi >*> .h-teaser.no-img h2 a span ,
#header .on-pc .hx_gnavi >*> .h-external-teaser.no-img h2 a span {
	display: none;
}

/* マウスオーバー */
#header .on-pc .hx_gnavi:hover >*> .h-teaser.no-img h2 a ,
#header .on-pc .hx_gnavi:hover >*> .h-external-teaser.no-img h2 a {
}

#header .on-pc .hx_gnavi:hover >*> .h-teaser.no-img h2 a::before ,
#header .on-pc .hx_gnavi:hover >*> .h-external-teaser.no-img h2 a::before {
	background: #d6000f;
}

/* 現在地 */
#header .on-pc .hx_gnavi >*> .h-teaser.no-img h2 a.act ,
#header .on-pc .hx_gnavi >*> .h-external-teaser.no-img h2 a.act ,
#header .on-pc .hx_gnavi >*> .h-teaser.no-img h2 a.within ,
#header .on-pc .hx_gnavi >*> .h-external-teaser.no-img h2 a.within {
}

#header .on-pc .hx_gnavi >*> .h-teaser.no-img h2 a.act::before ,
#header .on-pc .hx_gnavi >*> .h-external-teaser.no-img h2 a.act::before ,
#header .on-pc .hx_gnavi >*> .h-teaser.no-img h2 a.within::before ,
#header .on-pc .hx_gnavi >*> .h-external-teaser.no-img h2 a.within::before {
	background: #d6000f;
}



/* メガドロップメニュー */
#header .on-pc .hx_gnavi >*> .reuse-main-area {
}

#header .on-pc .hx_gnavi >* > .reuse-main-area {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	padding: 0;
	color: #fff;

/* マウスオーバーで下に伸長 */
	max-height: 0;

/* マウスオーバーで全体が非透過化 */
/*	opacity: 0; */
/*	visibility: hidden; */

	z-index: 1000;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#header .on-pc .hx_gnavi:hover >* > .reuse-main-area {
/* マウスオーバーで下に伸長 */
	max-height: 550px;

/* マウスオーバーで全体が非透過化 */
/*	opacity: 1; */
/*	visibility: visible; */
}


#header .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(122,178,0, 0.95);
	z-index: -1;
}


#header .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;
	max-width: calc(1020px + 40px);
	padding: 0 10px;
	margin: 0 auto 20px;
}
#header .on-pc .hx_gnavi >* > .reuse-main-area > *:first-child {
	margin-top: 20px;
}
#header .on-pc .hx_gnavi >* > .reuse-main-area > *:last-child {
	margin-bottom: 40px;
}

/* メガドロップ カラム割 */
#header .on-pc .hx_gnavi >* > .reuse-main-area > * > * {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

#header .on-pc .hx_gnavi >* > .reuse-main-area > .h-multiColumn2 > * {
	width: 50%;
}
#header .on-pc .hx_gnavi >* > .reuse-main-area > .h-multiColumn3 > * {
	width: 33.33%;
}
#header .on-pc .hx_gnavi >* > .reuse-main-area > .h-multiColumn4 > * {
	width: 25%;
}
#header .on-pc .hx_gnavi >* > .reuse-main-area > .h-multiColumn5 > * {
	width: 20%;
}

/*	#header .on-pc .hx_gnavi >* > .reuse-main-area > * > *.empty , */
#header .on-pc .hx_gnavi >* > .reuse-main-area > *.empty {
	display: none;
}


/*-- メガドロップの中身 --*/

/* 区切り線 */
#header .on-pc .hx_gnavi * * .lx_menu_hairline {
	padding-top: 35px;
}
#header .on-pc .hx_gnavi * * .lx_menu_hairline::before {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	width: calc(100% - 40px);
	height: 1px;
	background: #747474;
}


/* テキストバナー(スタイルB) on メガドロップ */
#header .on-pc .hx_gnavi * * .h-teaser.no-img.style2 ,
#header .on-pc .hx_gnavi * * .h-external-teaser.no-img.style2 {
	margin-bottom: 20px;
}

#header .on-pc .hx_gnavi * * .h-teaser.no-img.style2 h2 a ,
#header .on-pc .hx_gnavi * * .h-external-teaser.no-img.style2 h2 a {
	position: relative;
	display: inline-block;
	color: inherit;
	font-size: 30px;
	line-height: 1.25;
}

/* テキストバナー on メガドロップ */
#header .on-pc .hx_gnavi * * .h-teaser.no-img.style1 ,
#header .on-pc .hx_gnavi * * .h-external-teaser.no-img.style1 {
	margin-bottom: 20px;
}

#header .on-pc .hx_gnavi * * .h-teaser.no-img.style1 h2 a ,
#header .on-pc .hx_gnavi * * .h-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 #fff;
	border-radius: 50px;
}

#header .on-pc .hx_gnavi * * .h-teaser.no-img.style1 h2 a::before ,
#header .on-pc .hx_gnavi * * .h-external-teaser.no-img.style1 h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -5px;
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}

/* 画像バナー on メガドロップ */
#header .on-pc .hx_gnavi * * .h-teaser:not(.no-img).style1 ,
#header .on-pc .hx_gnavi * * .h-external-teaser:not(.no-img).style1 ,
#header .on-pc .hx_gnavi * * .h-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;
}


#header .on-pc .hx_gnavi * * .h-teaser:not(.no-img).style1 > * ,
#header .on-pc .hx_gnavi * * .h-external-teaser:not(.no-img).style1 > * ,
#header .on-pc .hx_gnavi * * .h-download-teaser:not(.no-img).style1 > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0;
}

#header .on-pc .hx_gnavi * * .h-teaser:not(.no-img).style1 h2 ,
#header .on-pc .hx_gnavi * * .h-external-teaser:not(.no-img).style1 h2 ,
#header .on-pc .hx_gnavi * * .h-download-teaser:not(.no-img).style1 h2 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

#header .on-pc .hx_gnavi * * .h-teaser:not(.no-img).style1 h2 a ,
#header .on-pc .hx_gnavi * * .h-external-teaser:not(.no-img).style1 h2 a ,
#header .on-pc .hx_gnavi * * .h-download-teaser:not(.no-img).style1 h2 a {
	position: relative;
	font-size: 14px;
	color: inherit;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	padding-left: 20px;
}

#header .on-pc .hx_gnavi * * .h-teaser:not(.no-img).style1 h2 a::before ,
#header .on-pc .hx_gnavi * * .h-external-teaser:not(.no-img).style1 h2 a::before ,
#header .on-pc .hx_gnavi * * .h-download-teaser:not(.no-img).style1 h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -5px;
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}

#header .on-pc .hx_gnavi * * .h-teaser:not(.no-img).style1 h2 a[target="_blank"]::after ,
#header .on-pc .hx_gnavi * * .h-external-teaser:not(.no-img).style1 h2 a[target="_blank"]::after {
	border: none;

	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.png") center center no-repeat;
	background-size: contain;
}

#header .on-pc .hx_gnavi * * .h-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;
}

#header .on-pc .hx_gnavi * * .h-teaser:not(.no-img).style1 h2 + a ,
#header .on-pc .hx_gnavi * * .h-external-teaser:not(.no-img).style1 h2 + a ,
#header .on-pc .hx_gnavi * * .h-download-teaser:not(.no-img).style1 h2 + a {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	display: block;
	margin-bottom: 5px;
}

#header .on-pc .hx_gnavi * * .h-teaser:not(.no-img).style1 h2 + a img ,
#header .on-pc .hx_gnavi * * .h-external-teaser:not(.no-img).style1 h2 + a img ,
#header .on-pc .hx_gnavi * * .h-download-teaser:not(.no-img).style1 h2 + a img {
	display: block;
}


#header .on-pc .hx_gnavi * * .h-teaser:not(.no-img).style1 p ,
#header .on-pc .hx_gnavi * * .h-external-teaser:not(.no-img).style1 p ,
#header .on-pc .hx_gnavi * * .h-download-teaser:not(.no-img).style1 p {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

#header .on-pc .hx_gnavi * * .h-teaser:not(.no-img).style1 h2 a:hover ,
#header .on-pc .hx_gnavi * * .h-external-teaser:not(.no-img).style1 h2 a:hover ,
#header .on-pc .hx_gnavi * * .h-download-teaser:not(.no-img).style1 h2 a:hover {
	border-bottom-color: #fff;
}


/* インデックス・サイトマップ・リンクリスト on メガドロップ */
#header .on-pc .hx_gnavi * * .h-link-list ,
#header .on-pc .hx_gnavi * * .h-index-map {
	font-size: 0;
}

/* 折り返し(逆N型) */
#header .on-pc .hx_gnavi * * .h-link-list ul ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_0 ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 10px;
}

/* 折り返し(逆N型2列) */
/*#header .on-pc .hx_gnavi * * .ux_fold_imap_col2 .h-link-list ul ,*/
#header .on-pc .hx_gnavi * * .ux_fold_imap_col2 .h-index-map > ul.indexLevel_1 {
	width: calc(50% - 10px);
	margin-right: 10px;
}

/* 折り返し(逆N型3列) */
/*#header .on-pc .hx_gnavi * * .ux_fold_imap_col3 .h-link-list ul ,*/
#header .on-pc .hx_gnavi * * .ux_fold_imap_col3 .h-index-map > ul.indexLevel_1 {
	width: calc(33.33% - 10px);
	margin-right: 10px;
}

/* 折り返し(逆N型4列) */
/*#header .on-pc .hx_gnavi * * .ux_fold_imap_col4 .h-link-list ul ,*/
#header .on-pc .hx_gnavi * * .ux_fold_imap_col4 .h-index-map > ul.indexLevel_1 {
	width: calc(25% - 10px);
	margin-right: 10px;
}

/* インデックス・サイトマップ・リンクリスト on メガドロップ */
/* 第２階層 */
#header .on-pc .hx_gnavi * * .h-link-list li.highlight ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_0 {
	margin-top: 15px;
	border-bottom: 1px solid currentColor;
	padding-bottom: 5px;
}

#header .on-pc .hx_gnavi * * .h-link-list li.highlight > a ,
#header .on-pc .hx_gnavi * * .h-link-list li.highlight > span ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_0 > li > .item > a ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_0 > li > .item > span {
	display: inline-block;
	color: inherit;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 0.025em;
}

#header .on-pc .hx_gnavi * * .h-link-list li.highlight > a::before ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_0 > li > .item > a::before {
}

#header .on-pc .hx_gnavi * * .h-link-list li.highlight > a:hover ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_0 > li > .item > a:hover {
}

/* 第３階層 */
#header .on-pc .hx_gnavi * * .h-link-list li:not(.highlight) ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 > li {
	position: relative;
	margin-top: 5px;
	display: inline-block;
	vertical-align: top;
	padding-left: 50px;
}

#header .on-pc .hx_gnavi * * .h-link-list li:not(.highlight)::before ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 > li::before {
	content: "／";
	position: absolute;
	top: auto;
	left: 0;
	width: 50px;
	text-align: center;
	font-size: 16px;
}

#header .on-pc .hx_gnavi * * .h-link-list li:not(.highlight):first-child ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 > li:first-child {
	padding-left: 0;
}
#header .on-pc .hx_gnavi * * .h-link-list li:not(.highlight):first-child::before ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 > li:first-child::before {
	content: none;
}

#header .on-pc .hx_gnavi * * .h-link-list li:not(.highlight) > a ,
#header .on-pc .hx_gnavi * * .h-link-list li:not(.highlight) > span ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 > li > .item > a ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 > li > .item > span {
	display: inline-block;
	text-align: center;
	color: inherit;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid transparent;
}

#header .on-pc .hx_gnavi * * .h-link-list li:not(.highlight) > a::before ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 > li > .item > a::before {
}

#header .on-pc .hx_gnavi * * .h-link-list li:not(.highlight) > a[target="_blank"]::after ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 > li > .item > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

#header .on-pc .hx_gnavi * * .h-link-list li:not(.highlight) > a:hover ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 > li > .item > a:hover {
}

/* 第４階層 */
#header .on-pc .hx_gnavi * * .h-index-map ul.indexLevel_2 {
	display: none;
}


/* コンパクトヘッダー */
@media print, screen and (min-width: 768px) {
	#pagetop.float {
/*		height: 75px; */
	}
}

#pagetop.float ~* #header .on-pc .hx_panel {
	height: 75px;
}

#pagetop.float ~* #header .on-pc .hx_gnavi_box {
	top: 75px;
}

#pagetop.float ~* #header .on-pc .hx_sub_panel {
	opacity: 0;
	z-index: -1;
}

#pagetop.float ~* #header .on-pc .hx_logo {
	height: 65px;
}


/*------------- スマホ用ヘッダー -------------*/
@media screen and (max-width: 767px) {

	/* ハンバーガーアイコン */
/*
	#panel2-btn{
		position: fixed;
		top: 0;
		right: 0;
		display: block;
		width: 40px;
		height: 44px;
		margin: 8px 9px;
		border-radius: 10%;
		background: #fff;
		z-index: 11111;
	}

	#panel2-btn:hover{
		background: #FFF;
		background: rgba(255,255,255, 0.8);
	}

	.panel2-btn-icon1 ,
	.panel2-btn-icon2 ,
	.panel2-btn-icon3 {
		display: block;
		position: absolute;
		top: 17px;
		left: 9px;
		width: 22px;
		height: 2px;
		margin: 0;
		background: #000;

		-webkit-transition: .2s .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: 40px;
		height: 12px;
	}

	.panel2-btn-title li {
		display: block;
		width: 40px;
		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;
	}


	#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 {
		width: 30px;
		left: -4px;

		-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;
	}
*/

	/*------------------ ヘッダー ------------------*/
/*
	#pagetop {
		height: 60px;
	}
*/
}

/* ヘッダーパネル */
#header .on-sp .hx_panel {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #fff;
	border-bottom: 1px solid #eee;
	z-index: 10010;
}

/* ロゴ */
#header .on-sp .hx_logo {
}

#header .on-sp .hx_logo >* >* >* >*  {
	position: absolute;
	top: 5px;
	left: 10px;
	width: calc(100% - 120px);
}

#header .on-sp .hx_logo >* >* >* > .h-column2 {
	display: none;
}

#header .on-sp .hx_logo a {
	display: block;
	width: auto;
	height: 50px;
	padding: 5px;
}

#header .on-sp .hx_logo a img {
	display: block;
	max-width: none;
	max-height: 100%;
	margin: 0;
}

/* 検索 */
#header .on-sp .hx_search_btn {
	position: absolute;
	top: 20px;
	right: 65px;
}

#header .on-sp .hx_search_btn .search_btn {
	padding: 3px;
	cursor: pointer;
}

#header .on-sp .hx_search_btn .search_btn span {
	display: block;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/default/icon_glass.svg") no-repeat center center;
	background-size: contain;
	cursor: pointer;
}

/* メニュー */
/* 60pxはヘッダーの高さ分 */
#header .on-sp .hx_menu {
	font-size: 0;
	position: fixed;
	top: 60px;
	left: 0;
	width: 100vw;
	height: calc(100% - 60px);
	max-height: 100%;
	overflow: hidden;
	z-index: 10000;
	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 ~* #header .on-sp .hx_menu ,
#panel2-sw:checked ~* #header .on-sp .hx_menu {
/*	max-height: 100%; */
	left: 0;
}

#header .on-sp .hx_menu > * {
	position: absolute;
	width: 100vw;
	height: 100%;
	overflow: hidden;
	overflow-y: scroll;
}

#header .on-sp .hx_menu >* > * {
	padding-bottom: 20px;
}


/* クリックオープンメニュー */
#header .on-sp .ux_click_open .hx_gnavi_box {
	padding: 0;
}

/* 共通 */
#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map .item {
	background: #585757;
	border-bottom: 1px solid #494949;
}

#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li > a ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li > span ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map .item > a ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map .item > span {
	position: relative;
	display: block;
	color: inherit;
	font-size: 14px;
	font-weight: normal;
	padding: 15px 20px;
	text-align: left;
}

#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li > a[target="_blank"]::after ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map .item > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.svg") no-repeat center center;
	background-size: contain;
	margin: 0 8px;
}

#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li > a:hover ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map .item > a:hover {
}

/* 親階層 */
#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li:not(.highlight) ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_0 > li > .item {
}

#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li:not(.highlight) > a ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li:not(.highlight) > span ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_0 > li > .item > a ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_0 > li > .item > span {
	padding-right: 50px;
}

#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li:not(.highlight) > a::before ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li:not(.highlight) > span::before ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_0 > li > .item > a::before ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_0 > li > .item > span::before {
	content: "";
	position: absolute;
	right: 35px;
	top: 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);
}


/* 子階層 */
#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li.highlight ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_1 > li > .item {
}

#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li.highlight > a ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li.highlight > span ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_1 > li > .item > a ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_1 > li > .item > span {
	padding: 10px 30px;
	padding-right: 60px;
}

#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li.highlight > a::before ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li.highlight > span::before ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_1 > li > .item > a::before ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_1 > li > .item > span::before {
	content: "";
	position: absolute;
	right: 45px;
	top: 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);
}

#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li.highlight > a br ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li.highlight > span br ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_1 > li > .item > a br ,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_1 > li > .item > span br {
	display: none;
}

/* 孫階層(非表示) */
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_2 {
	display: none;
}


/* 開閉ボタン */
#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 {
	position: relative;
}

#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-title4 {
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	width: 10px;
	height: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	font-size: 0;
}

#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-title4::before ,
#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-title4::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
}

#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-title4::after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	    transform: rotate(90deg);
}

#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion.open > .h-column1 .h-title4::after {
	opacity: 0;
}

#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-link-list li > a ,
#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-link-list li > span ,
#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-index-map .item > a ,
#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-index-map .item > span {
	margin-right: 70px;
	border-right: 1px solid #494949;
}
#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-link-list li > a::before ,
#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-link-list li > span::before ,
#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-index-map .item > a::before ,
#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-index-map .item > span::before {
	content: none;
}


/* 3way-navi */
#header .on-sp .ux_navi_3way .hx_gnavi_box {
}

/* フォルダ開閉 */
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
	background: #fff;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map ul.open {
	left: 0;
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map ul.active {
	overflow-y: scroll;
}


/* 各要素共通 */
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item > a ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item > span ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-link-list li > a ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-link-list li > span {
	position: relative;
	display: block;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	padding: 15px 20px;
	padding-left: 40px;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid #f0f0f0;
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item > a[target="_blank"]::after ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-link-list li > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") no-repeat center center;
	background-size: contain;
	margin: 0 5px;
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item > a[href*=".pdf"]::after ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-link-list li > a[href*=".pdf"]::after {
	content: none;
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item > a .filesize ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-link-list li > a em {
	font-style: normal;
	font-size: 75%;
}

/* 通常リンク */
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item:not(.gn-to-folder):not(.gn-folder-top) > a ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-link-list li > a {
	color: #7ab206;
	font-weight: bold;
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item:not(.gn-to-folder):not(.gn-folder-top) > a::before ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-link-list li > a::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -5px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	-webkit-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	        transform: rotate(135deg);
}

/* 現在地表示 */
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item:not(.gn-to-folder) > a.act ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-link-list li > a.act {
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item:not(.gn-to-folder) > a.act::before ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-link-list li > a.act::before {
}

/* ↓階層フォルダへ */
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-to-folder > a ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-to-folder > span {
	padding-right: 40px;
	color: #000;
	font-weight: bold;
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-to-folder > a::before ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-to-folder > span::before {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -5px;
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	-webkit-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	        transform: rotate(135deg);
}

/* ↑階層へ(BACK) */
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-back > span {
	padding-left: 40px;
	color: #000;
	font-weight: bold;
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-back > span::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -5px;
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

/* フォルダトップ */
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-folder-top > a ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-folder-top > span {
/*	padding-left: 40px; */
	font-size: 16px;
	color: #7ab206;
	font-weight: bold;
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-folder-top > a::before ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-folder-top > span::before {
/*
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -5px;
	display: block;
	width: 9px;
	height: 9px;
	border-top: 2px solid #7ab206;
	border-left: 2px solid #7ab206;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
*/
}


/* 第２階層 */
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map > .item > a ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map > .item > span ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-link-list li > a ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-link-list li > span {
}

/* 第３階層以下 */
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map ul .item:not(.gn-to-folder):not(.gn-folder-top) > a ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map ul .item:not(.gn-back) > span {
}




/* メニュー内サブエリア */
#header .on-sp .hx_sub_menu {
}


/* お問い合わせリンク・エントリーボタン */
#header .on-sp .hx_contact_link {
	float: left;
	width: 50%;
}

#header .on-sp .hx_contact_link .h-index-map > ul {
}

#header .on-sp .hx_contact_link .h-index-map > ul > li {
	position: relative;
}

#header .on-sp .hx_contact_link .h-index-map > ul > li > .item > a ,
#header .on-sp .hx_contact_link .h-index-map > ul > li > .item > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	min-height: 45px;
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #777;
}

/* ヘッダーユーティリティリンク集 */
#header .on-sp .hx_utility_link {
	float: left;
	width: 50%;
}

#header .on-sp .hx_utility_link .h-link-list ul {
}

#header .on-sp .hx_utility_link .h-link-list ul li {
	position: relative;
}

#header .on-sp .hx_utility_link .h-link-list ul li > a ,
#header .on-sp .hx_utility_link .h-link-list ul li > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	min-height: 45px;
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #444;
}

#header .on-sp .hx_utility_link .h-link-list ul li > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

#header .on-sp .hx_utility_link .h-teaser ,
#header .on-sp .hx_utility_link .h-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;
}

#header .on-sp .hx_utility_link .h-teaser >*,
#header .on-sp .hx_utility_link .h-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;
}

#header .on-sp .hx_utility_link .h-teaser h2 a ,
#header .on-sp .hx_utility_link .h-external-teaser h2 a {
	margin-left: 5px;
	font-size: 13px;
	font-weight: bold;
}


/* 言語リンク */
#header .on-sp .hx_lang_navi {
	padding: 15px 0;
	background: #eee;
}

#header .on-sp .hx_lang_navi .h-link-list ul {
	text-align: center;
}

#header .on-sp .hx_lang_navi .h-link-list ul li {
	display: inline-block;
	width: 50%;
}

#header .on-sp .hx_lang_navi .h-link-list ul li.highlight {
/*		display: none; */
}

#header .on-sp .hx_lang_navi .h-link-list ul li > a ,
#header .on-sp .hx_lang_navi .h-link-list ul li > span {
	display: block;
	padding: 15px 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #222;
	background: #fff;
	border: 1px solid #eee;
}

#header .on-sp .hx_lang_navi .h-link-list ul li.highlight > span ,
#header .on-sp .hx_lang_navi .h-link-list ul li.highlight > a ,
#header .on-sp .hx_lang_navi .h-link-list ul li > a.act ,
#header .on-sp .hx_lang_navi .h-link-list ul li > a.within {
	color: #a4a4a4;
	background: #f7f7f7;
}



/*------------- デスクトップ・スマホ共用ヘッダー -------------*/
@media print, screen and (min-width: 768px) {
	#pagetop {
		height: 85px;
	}
}

@media screen and (max-width: 767px) {
	#pagetop {
		height: 60px;
	}
}

/*
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 10000;
}
body:not(.in-editor) #pagetop.pad ~ #site-info #header {
	position: fixed;
}
*/


/* ハンバーガーアイコン */
#panel2-btn {
	position: fixed;
	display: block;
	top: 24px;
	right: 19px;
	width: 22px;
	height: 14px;
	cursor: pointer;
	will-change: right;
	-webkit-transition: 0.2s right ease-in-out;
	-o-transition: 0.2s right ease-in-out;
	transition: 0.2s right ease-in-out;
	z-index: 10002;
}

#pagetop.float #panel2-btn {
/*	right: 34px; */
}

@media print, screen and (min-width: 768px) {
	#panel2-btn {
	    top: 32px;
		left: 28px;
		right: auto;
		z-index: 11111;
	}

	#pagetop.float #panel2-btn {
/*		right: 51px; */
	}
}

.panel2-btn-icon1 ,
.panel2-btn-icon2 ,
.panel2-btn-icon3 {
	display: block;
	height: 2px;
	width: 22px;
	background-color: #fff;
	position: absolute;
	left: 0;
	will-change: transform, top, opacity;
	-webkit-transition-duration: 0.3s;
	   -o-transition-duration: 0.3s;
	      transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in-out;
	   -o-transition-timing-function: ease-in-out;
	      transition-timing-function: ease-in-out;
	-webkit-transition-property: top, opacity, -webkit-transform;
	transition-property: top, opacity, -webkit-transform;
	-o-transition-property: transform, top, opacity;
	transition-property: transform, top, opacity;
	transition-property: transform, top, opacity, -webkit-transform;
}

.panel2-btn-icon1 {
	top: 0;
}
.panel2-btn-icon2 {
	top: 6px;
}
.panel2-btn-icon3 {
	top: 12px;
}

/* -- open時 -- */
html.menu-open {
	position: relative;
	overflow-y: scroll;
}

html.menu-open > body ,
body.menu-open {
	position: fixed;
	left: 0;
	width: 100%;
}


#pagetop #panel2-btn.open {
/*	left: 21px; */
}

/*
#panel2-btn.open .panel2-btn-icon1 {
	top: 9px;
	-webkit-transform: rotate(-45deg);
	  -ms-transform: rotate(-45deg);
	      transform: rotate(-45deg);
	height: 1px;
	z-index: 3;
}

#panel2-btn.open .panel2-btn-icon2 {
	opacity: 0;
}

#panel2-btn.open .panel2-btn-icon3 {
	top: 11px;
	height: 1px;
	-webkit-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	      transform: rotate(45deg);
}
*/

#panel2-btn .panel2-btn-title {
	display: none;
}


@media screen and (max-width: 767px) {
	#panel2-btn:not(.open) .panel2-btn-icon1 ,
	#panel2-btn:not(.open) .panel2-btn-icon2 ,
	#panel2-btn:not(.open) .panel2-btn-icon3 {
		background-color: #000;
	}

	[data-page-marker~="header-transparent"] #pagetop:not(.float) #panel2-btn:not(.open) .panel2-btn-icon1 ,
	[data-page-marker~="header-transparent"] #pagetop:not(.float) #panel2-btn:not(.open) .panel2-btn-icon2 ,
	[data-page-marker~="header-transparent"] #pagetop:not(.float) #panel2-btn:not(.open) .panel2-btn-icon3 {
		background-color: #fff;
	}

}



/* ヘッダーパネル */
#header .hx_panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 85px;
	background: rgba(255, 255, 255, 0.95);
	-webkit-transition: -webkit-box-shadow 0.3s;
	transition: -webkit-box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
	z-index: 10001;
}

body:not(.in-editor) #pagetop.pad ~ #site-info #header .hx_panel {
	position: fixed;
}

#pagetop.float ~* #header .hx_panel {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
	        box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
}

[data-page-marker~="header-transparent"] #pagetop:not(.float) ~* #header .hx_panel {
	background: rgba(255, 255, 255, 0);
}

@media screen and (max-width: 767px) {
	#header .hx_panel {
		height: 60px;
	}
}


/* ロゴ */
#header .hx_logo {
	position: absolute;
	top: 10px;
	left: 145px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

@media print, screen and (min-width: 768px) {
	[data-page-marker~="header-transparent"] #pagetop:not(.float) ~* #header .hx_logo {
		top: 50px;
	}
}

#header .hx_logo a {
	display: block;
	width: 150px;
	height: 65px;
}

#header .hx_logo a img {
	display: block;
	width: 100%;
	margin: 0;
}

#header .hx_logo >* >* >* >*  {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

@media print, screen and (min-width: 768px) {
	#header .hx_logo >* >* >* > .h-column2 ,
	#header .hx_logo >* >* >* > .h-column3 ,
	#header .hx_logo >* >* >* > .h-column4 {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	#header .hx_logo >* >* >* > .h-column1 ,
	#header .hx_logo >* >* >* > .h-column2 {
		display: none;
	}

	#header .hx_logo >* >* >* > .h-column4 {
		opacity: 0;
	}
	[data-page-marker~="header-transparent"] #pagetop:not(.float) ~* #header .hx_logo >* >* >* > .h-column3 {
		opacity: 0;
	}
	[data-page-marker~="header-transparent"] #pagetop:not(.float) ~* #header .hx_logo >* >* >* > .h-column4 {
		opacity: 1;
	}

	#header .hx_logo {
		top: 0;
		left: 20px;
		height: 57px;
	}

	#header .hx_logo a {
		width: 150px;
		height: 65px;
	}

	#header .hx_logo >* >* >* > .h-column4 a {
		width: 117px;
		padding-top: 5px;
	}
}


/* メニュー */


@media print, screen and (min-width: 768px) {
	#header .hx_bar {
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		width: 81px;
		height: 100%;
		background: #000;
		border-left: 1px solid #000;
		-webkit-box-shadow: rgba(0, 0, 0, 0.3) 3px 0 3px 0;
		        box-shadow: rgba(0, 0, 0, 0.3) 3px 0 3px 0;
		z-index: 11010;
	}

	#header .hx_menu {
		position: fixed;
		z-index: 11000;
	}

	#header .hx_menu::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 80px;
		height: 100%;
		background: #000;
		z-index: 1000;
	}

	#header .hx_menu > .h-column1 {
		position: fixed;
		z-index: 11008;
		left: 80px;
		top: 0;
		height: 100%;
		width: 260px;
		-ms-overflow-style: none;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 30px;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateX(-260px);
		-ms-transform: translateX(-260px);
		transform: translateX(-260px);
		will-change: visibility, opacity, transform;
		-webkit-transition: 0.3s opacity ease-in-out, 0s visibility 0.3s linear, 0.3s -webkit-transform ease-in-out;
		transition: 0.3s opacity ease-in-out, 0s visibility 0.3s linear, 0.3s -webkit-transform ease-in-out;
		-o-transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0s visibility 0.3s linear;
		transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0s visibility 0.3s linear;
		transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0s visibility 0.3s linear, 0.3s -webkit-transform ease-in-out;
	/*	overflow-x: hidden; */
	/*	overflow-y: auto; */
	}

	#header .hx_menu.open > .h-column1 {
		z-index: 11008;
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		will-change: visibility, opacity, transform;
		-webkit-transition: 0.3s opacity ease-in-out, 0s visibility 0s linear, 0.3s -webkit-transform ease-in-out;
		transition: 0.3s opacity ease-in-out, 0s visibility 0s linear, 0.3s -webkit-transform ease-in-out;
		-o-transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0s visibility 0s linear;
		transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0s visibility 0s linear;
		transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0s visibility 0s linear, 0.3s -webkit-transform ease-in-out;
	}

	#header .hx_menu > .h-column1::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 260px;
		height: 100%;
		min-height: 600px;
		background: #262626;
		z-index: -1;
	}

	#header .hx_menu > .h-column1 > div {
		position: absolute;
		top: 0;
		left: 0;
		width: 260px;
		height: 100%;
		padding-top: 15px;
		padding-bottom: 57px;
		padding-left: 20px;
		margin-left: auto;
		z-index: 11008;
	}

	#header .hx_menu > .h-column2 {
		display: none;
	}


	body.in-editor #header .hx_menu {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	#header .hx_bar {
	}

	#header .hx_menu > .h-column1 {
		position: fixed;
		z-index: 11008;
		right: 0;
		top: 0;
		height: 100%;
		width: 300px;
		background-color: #000;
		padding-top: 0px;
		-ms-overflow-style: none;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 30px;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateX(260px);
		-ms-transform: translateX(260px);
		transform: translateX(260px);
		will-change: visibility, opacity, transform;
		-webkit-transition: 0.3s opacity ease-in-out, 0s visibility 0.3s linear, 0.3s -webkit-transform ease-in-out;
		transition: 0.3s opacity ease-in-out, 0s visibility 0.3s linear, 0.3s -webkit-transform ease-in-out;
		-o-transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0s visibility 0.3s linear;
		transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0s visibility 0.3s linear;
		transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0s visibility 0.3s linear, 0.3s -webkit-transform ease-in-out;
	/*	overflow-x: hidden; */
	/*	overflow-y: auto; */
	}

	#header .hx_menu > .h-column2 {
		position: fixed;
		z-index: 11006;
		left: 0;
		top: 0;
		visibility: hidden;
		opacity: 0;
		background: rgba(0,0,0,0.6);
	}

	#header .hx_menu.open > .h-column1 {
		z-index: 11008;
		visibility: visible;
		opacity: 1;
		-webkit-box-shadow: -5px 0 20px 0 rgba(0,0,0,0.4);
		        box-shadow: -5px 0 20px 0 rgba(0,0,0,0.4);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		will-change: visibility, opacity, transform;
		-webkit-transition: 0.3s opacity ease-in-out, 0s visibility 0s linear, 0.3s -webkit-transform ease-in-out;
		transition: 0.3s opacity ease-in-out, 0s visibility 0s linear, 0.3s -webkit-transform ease-in-out;
		-o-transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0s visibility 0s linear;
		transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0s visibility 0s linear;
		transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0s visibility 0s linear, 0.3s -webkit-transform ease-in-out;
	}

	#header .hx_menu.open > .h-column2 {
		width: 100%;
		height: 100%;
		visibility: visible;
		opacity: 1;
	}
}

/* SNSリンク */
#header .hx_sns_link {
	position: fixed;
	bottom: 20px;
	left: 30px;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	#header .hx_sns_link {
		display: none;
	}
}

#header .hx_sns_link .h-link-list ul li {
	margin-bottom: 10px;
	font-size: 12px;
}

#header .hx_sns_link .h-link-list ul li > span ,
#header .hx_sns_link .h-link-list ul li > a {
	color: transparent;
	display: block;
	text-align: center;
	position: relative;
	overflow: hidden;
	width: 22px;
	height: 22px;
	font-size: 0;
}

#header .hx_sns_link .h-link-list ul li > a[href*="instagram"]::before ,
#header .hx_sns_link .h-link-list ul li > a[href*="twitter"]::before ,
#header .hx_sns_link .h-link-list ul li > a[href*="facebook"]::before ,
#header .hx_sns_link .h-link-list ul li > a[href*="youtube"]::before {
	font-family: 'design_plus';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#header .hx_sns_link .h-link-list ul li > a[href*="instagram"]::before {
	content: '\ea92';
	color: #e4405f;
	font-size: 22px;
}
#header .hx_sns_link .h-link-list ul li > a[href*="x"]::before ,
#header .hx_sns_link .h-link-list ul li > a[href*="twitter"]::before {
/*
	content: '\e904';
	margin-left: 0.7px;
	color: #1da1f2;
	font-size: 22px;
*/
	content: "";
	margin-left: 0.7px;
	display: block;
	width: 22px;
	height: 22px;
	background: url("../../../../../../resources/sw_img/sns/sns-x-white.png") center center no-repeat;
	background-size: contain;
}
#header .hx_sns_link .h-link-list ul li > a[href*="facebook"]::before {
	content: '\e944';
	color: #1877f2;
	font-size: 25px;
}
#header .hx_sns_link .h-link-list ul li > a[href*="youtube"]::before {
	content: '\ea9d';
	margin-top: 1px;
	color: #f00;
	font-size: 22px;
}


#header .hx_gnavi_box {
}

/* フォルダ開閉 */
#header .hx_gnavi .h-index-map > ul ,
#header .hx_gnavi .h-link-list > ul {
	position: fixed;
	z-index: 98;
	top: 0;
	bottom: 0;
	left: 0;
	width: 260px;
	height: 100%;
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	background-color: #2d2d2d;
	padding-top: 70px;
/*	padding-top: 58px; */
	padding-bottom: 30px;
	visibility: hidden;
	opacity: 0;
}

#header .hx_gnavi.open .h-index-map > ul ,
#header .hx_gnavi.open .h-link-list > ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

@media print, screen and (min-width: 768px) {
	#header .hx_gnavi .h-index-map > ul ,
	#header .hx_gnavi .h-link-list > ul {
		z-index: 98;
		left: 260px;
/*		width: 230px; */
/*		padding-top: 89px; */
		padding-top: 0;
		padding-bottom: 57px;
		-webkit-transform: translateX(-50px);
		-ms-transform: translateX(-50px);
		transform: translateX(-50px);
		will-change: visibility, opacity, transform;
		-webkit-transition: 0.15s opacity ease-in-out, 0s visibility 0.15s linear, 0.15s -webkit-transform ease-in-out;
		transition: 0.15s opacity ease-in-out, 0s visibility 0.15s linear, 0.15s -webkit-transform ease-in-out;
		-o-transition: 0.15s opacity ease-in-out, 0.15s transform ease-in-out, 0s visibility 0.15s linear;
		transition: 0.15s opacity ease-in-out, 0.15s transform ease-in-out, 0s visibility 0.15s linear;
		transition: 0.15s opacity ease-in-out, 0.15s transform ease-in-out, 0s visibility 0.15s linear, 0.15s -webkit-transform ease-in-out;
	}

	#header .hx_gnavi.open .h-index-map > ul ,
	#header .hx_gnavi.open .h-link-list > ul {
		-webkit-transition: 0.15s opacity ease-in-out, 0s visibility 0s linear, 0.15s -webkit-transform ease-in-out;
		transition: 0.15s opacity ease-in-out, 0s visibility 0s linear, 0.15s -webkit-transform ease-in-out;
		-o-transition: 0.15s opacity ease-in-out, 0.15s transform ease-in-out, 0s visibility 0s linear;
		transition: 0.15s opacity ease-in-out, 0.15s transform ease-in-out, 0s visibility 0s linear;
		transition: 0.15s opacity ease-in-out, 0.15s transform ease-in-out, 0s visibility 0s linear, 0.15s -webkit-transform ease-in-out;
	}
}

@media screen and (max-width: 767px) {
	#header .hx_gnavi .h-index-map > ul ,
	#header .hx_gnavi .h-link-list > ul {
		width: 330px;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
		will-change: visibility, opacity, transform;
		-webkit-transition: 0.3s opacity ease-in-out, 0s visibility 0.3s linear, 0.3s -webkit-transform ease-in-out;
		transition: 0.3s opacity ease-in-out, 0s visibility 0.3s linear, 0.3s -webkit-transform ease-in-out;
		-o-transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0s visibility 0.3s linear;
		transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0s visibility 0.3s linear;
		transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0s visibility 0.3s linear, 0.3s -webkit-transform ease-in-out;
	}

	#header .hx_gnavi.open .h-index-map > ul ,
	#header .hx_gnavi.open .h-link-list > ul {
		-webkit-transition: 0.3s opacity ease-in-out, 0s visibility 0s linear, 0.3s -webkit-transform ease-in-out;
		transition: 0.3s opacity ease-in-out, 0s visibility 0s linear, 0.3s -webkit-transform ease-in-out;
		-o-transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0s visibility 0s linear;
		transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0s visibility 0s linear;
		transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0s visibility 0s linear, 0.3s -webkit-transform ease-in-out;
	}
}



@-webkit-keyframes submenuLineHoverIn {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@keyframes submenuLineHoverIn {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
@-webkit-keyframes submenuLineHoverOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
@keyframes submenuLineHoverOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

/* 第２階層共通 */
#header .hx_gnavi {
	position: relative;
}

#header .hx_gnavi .h-teaser h2 a ,
#header .hx_gnavi .h-external-teaser h2 a ,
#header .hx_gnavi .h-title4 h4 {
	padding: 15px 20px 15px 60px;
	font-size: 14px;
	display: block;
	font-weight: normal;
	line-height: 1;
	cursor: pointer;
	color: #fff;
/*	background-color: #efefef; */
	will-change: color, background-color;
	-webkit-transition: 0.3s color ease-in-out, 0.3s background-color ease-in-out;
	-o-transition: 0.3s color ease-in-out, 0.3s background-color ease-in-out;
	transition: 0.3s color ease-in-out, 0.3s background-color ease-in-out;
}

#header .hx_gnavi .h-teaser h2 a[target="_blank"]::after ,
#header .hx_gnavi .h-external-teaser h2 a[target="_blank"]::after {
	content: "";
	position: relative;
	top: -2px;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

/*
#header .hx_gnavi.open .h-teaser h2 a ,
#header .hx_gnavi.open .h-external-teaser h2 a ,
*/
#header .hx_gnavi:hover .h-teaser h2 a ,
#header .hx_gnavi:hover .h-external-teaser h2 a {
	color: #d9d900;
	text-decoration: underline;
}

#header .hx_gnavi .h-title4 {
	position: relative;
	height: 0;
	z-index: 1;
}
#header .hx_gnavi .h-title4 h4 {
	position: absolute;
	top: auto;
	left: 0;
	display: block;
	width: 100%;
	color: transparent;
	background: transparent;
	-webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	        transform: translateY(-100%);
}

@media print, screen and (min-width: 768px) {
	#header .hx_gnavi .h-title4 {
		display: none;
	}

	#header .hx_gnavi .h-teaser h2 a ,
	#header .hx_gnavi .h-external-teaser h2 a ,
	#header .hx_gnavi .h-title4 h4 {
		padding: 18px 40px;
	}
}

@media screen and (max-width: 767px) {
	#header .hx_gnavi .h-teaser h2 a ,
	#header .hx_gnavi .h-external-teaser h2 a ,
	#header .hx_gnavi .h-title4 h4 {
		padding: 23px 60px 23px 20px;
		font-size: 13px;
		border-bottom: 1px solid #444;
	}

	#header .hx_gnavi .h-teaser h2 a:hover ,
	#header .hx_gnavi .h-external-teaser h2 a:hover {
		background: #444;
	}

}

#header .hx_gnavi .h-link-list:before ,
#header .hx_gnavi .h-index-map:before {
	content: '';
	display: block;
	background: #fff;
	width: 1px;
	height: 9px;
	position: absolute;
}
#header .hx_gnavi .h-link-list:after ,
#header .hx_gnavi .h-index-map:after {
	content: '';
	display: block;
	background: #fff;
	width: 9px;
	height: 1px;
	position: absolute;
}

#header .hx_gnavi.open .h-link-list:before ,
#header .hx_gnavi.open .h-index-map:before {
	background: transparent;
}

@media print, screen and (min-width: 768px) {
	#header .hx_gnavi .h-link-list:before ,
	#header .hx_gnavi .h-index-map:before {
		right: 34px;
		top: 21px;
	}
	#header .hx_gnavi .h-link-list:after ,
	#header .hx_gnavi .h-index-map:after {
		right: 30px;
		top: 25px;
	}
}

@media screen and (max-width: 767px) {
	#header .hx_gnavi .h-link-list:before ,
	#header .hx_gnavi .h-index-map:before {
		right: 34px;
		top: 24px;
	}
	#header .hx_gnavi .h-link-list:after ,
	#header .hx_gnavi .h-index-map:after {
		right: 30px;
		top: 28px;
	}
}



/* 第３階層共通 */
#header .hx_gnavi .h-index-map .item ,
#header .hx_gnavi .h-link-list li {
	padding-left: 20px;
}

#header .hx_gnavi .h-index-map .item > a ,
#header .hx_gnavi .h-link-list li > a {
	margin-top: 12px;
	position: relative;
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	padding-bottom: 5px;
	color: #fff;
	will-change: color;
	-webkit-transition: 0.3s color ease-in-out;
	-o-transition: 0.3s color ease-in-out;
	transition: 0.3s color ease-in-out;
}

/*
#header .hx_gnavi .h-index-map .item > a::before ,
#header .hx_gnavi .h-index-map .item.gn-back > span::before ,
#header .hx_gnavi .h-link-list li > a::before ,
#header .hx_gnavi .h-link-list li > span::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	background-color: #e60012;
	-webkit-animation-name: submenuLineHoverOut;
	animation-name: submenuLineHoverOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
}
*/

#header .hx_gnavi .h-index-map .item > a:hover ,
#header .hx_gnavi .h-index-map .item.gn-back > span:hover ,
#header .hx_gnavi .h-link-list li > a:hover {
	color: #d9d900;
	text-decoration: underline;
}

/*
#header .hx_gnavi .h-index-map .item > a:hover::before ,
#header .hx_gnavi .h-index-map .item.gn-back > span:hover::before ,
#header .hx_gnavi .h-link-list li > a:hover::before {
	-webkit-animation-name: submenuLineHoverIn;
	animation-name: submenuLineHoverIn;
}
*/

#header .hx_gnavi_box .h-index-map .item > a[target="_blank"]::after ,
#header .hx_gnavi_box .h-link-list li > a[target="_blank"]::after {
/*
	content: "\f24d";
	font-family:Font Awesome\ 5 Free;
	font-weight: 400;
	font-size: 0.9em;
	padding-bottom: 0.2em;
	vertical-align: baseline;
	background: none;
	margin: 0 5px;
*/
	margin-left: 0.5em;

	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1.2em;
	height: 1.2em;
	background: url("../../../../../../resources/sw_img/icon/new-window.svg") center center no-repeat;
	background-size: contain;
}

/* 通常リンク */
#header .hx_gnavi_box .h-index-map .item:not(.gn-to-folder):not(.gn-folder-top) > a ,
#header .hx_gnavi_box .h-link-list li > a {
}

/* 現在地表示 */
#header .hx_gnavi_box .h-index-map .item:not(.gn-to-folder) > a.act ,
#header .hx_gnavi_box .h-link-list li > a.act {
}

/* フォルダトップ */
#header .hx_gnavi_box .h-index-map .item.gn-folder-top > a {
}

/* ↓階層フォルダへ */
#header .hx_gnavi_box .h-index-map .item.gn-to-folder > a {
}

/* ↑階層へ(BACK) */
#header .hx_gnavi .h-index-map .item.gn-back ,
#header .hx_gnavi .h-link-list .gn-back {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 7px 0 7px 20px;
	background-color: #efefef;
}

#header .hx_gnavi .h-index-map .item.gn-back::before ,
#header .hx_gnavi .h-link-list .gn-back::before {
	content: "";
	display: block;
	-webkit-box-flex: 0;
	  -ms-flex: 0 0 8px;
	      flex: 0 0 8px;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(-45deg);
	  -ms-transform: rotate(-45deg);
	      transform: rotate(-45deg);
	border-top: 2px solid #000;
	border-left: 2px solid #000;
}

#header .hx_gnavi .h-index-map .item.gn-back > span ,
#header .hx_gnavi .h-link-list .gn-back > span {
	margin-left: 5px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-weight: 500;
	font-size: 14px;
	color: #858585;
}


@media print, screen and (min-width: 768px) {
	#header .hx_gnavi .h-link-list li.highlight {
		display: none;
	}

	#header .hx_gnavi .h-index-map .item ,
	#header .hx_gnavi .h-link-list li {
		margin-top: 0;
		padding-left: 50px;
	}

	#header .hx_gnavi .h-index-map .item > a ,
	#header .hx_gnavi .h-link-list li > a {
		margin-top: 18px;
	}

	#header .hx_gnavi .h-index-map .item.gn-back ,
	#header .hx_gnavi .h-link-list .gn-back {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	#header .hx_gnavi .h-index-map .item ,
	#header .hx_gnavi .h-link-list li {
/*		padding-left: 50px; */
	}

	#header .hx_gnavi .h-index-map .item.gn-back ,
	#header .hx_gnavi .h-link-list .gn-back {
/*		padding-left: 50px; */
	}
}


/* メニュー内サブエリア */
#header .hx_sub_menu {
	margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
	#header .hx_sub_menu {
		margin-top: 60px;
	}
}


/* お問い合わせリンク・エントリーボタン */
#header .hx_contact_link {
	float: left;
	width: 50%;
}

#header .hx_contact_link .h-index-map > ul {
}

#header .hx_contact_link .h-index-map > ul > li {
	position: relative;
}

#header .hx_contact_link .h-index-map > ul > li > .item > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	min-height: 45px;
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #777;
}

/* ヘッダーユーティリティリンク集 */
#header .hx_utility_link {
}

#header .hx_utility_link .h-link-list ul {
}

#header .hx_utility_link .h-link-list ul li {
	position: relative;
}

#header .hx_utility_link .h-link-list ul li > a ,
#header .hx_utility_link .h-link-list ul li > span {
	font-size: 12px;
	padding: 5px 0 5px 20px;
	color: #707070;
	font-weight: 500;
	display: block;
	background-color: #efefef;
	will-change: color, background-color;
	-webkit-transition: 0.3s color ease-in-out, 0.3s background-color ease-in-out;
	-o-transition: 0.3s color ease-in-out, 0.3s background-color ease-in-out;
	transition: 0.3s color ease-in-out, 0.3s background-color ease-in-out;
}

#header .hx_utility_link .h-link-list ul li > a[target="_blank"]::after {
/*
	content: "\f24d";
	font-family:Font Awesome\ 5 Free;
	font-weight: 400;
	margin-left: 0.5em;
	font-size: 0.9em;
	padding-bottom: 0.2em;
	vertical-align: baseline;
	background: none;
*/
	margin-left: 0.5em;

	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1.2em;
	height: 1.2em;
	background: url("../../../../../../resources/sw_img/icon/new-window.svg") center center no-repeat;
	background-size: contain;
}

#header .hx_utility_link .h-link-list ul li > a:hover {
	color: #e60012;
	background-color: #fff;
}

@media print, screen and (min-width: 751px) {
	#header .hx_utility_link {
		margin-top: 60px;
	}

	#header .hx_utility_link .h-link-list ul li > a ,
	#header .hx_utility_link .h-link-list ul li > span {
		font-size: 14px;
		padding: 4px 0 4px 45px;
	}
}

/* 言語リンク */
#header .hx_lang_navi {
	padding-left: 20px;
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	#header .hx_lang_navi {
		padding-left: 45px;
		margin-top: 30px;
	}
}

#header .hx_lang_navi .h-link-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#header .hx_lang_navi .h-link-list ul li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

#header .hx_lang_navi .h-link-list ul li + li {
	margin-left: 14px;
	padding-left: 14px;
	position: relative;
}

#header .hx_lang_navi .h-link-list ul li + li::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 17px;
	background-color: #707070;
	left: 0;
	-webkit-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);
	top: 50%;
	margin-top: -8px;
}

#header .hx_lang_navi .h-link-list ul li.highlight {
/*		display: none; */
}

#header .hx_lang_navi .h-link-list ul li > a ,
#header .hx_lang_navi .h-link-list ul li > span {
	font-weight: bold;
	font-size: 12px;
	color: #707070;
	will-change: color;
	-webkit-transition: 0.3s color ease-in-out;
	-o-transition: 0.3s color ease-in-out;
	transition: 0.3s color ease-in-out;
}

#header .hx_lang_navi .h-link-list ul li.highlight > span ,
#header .hx_lang_navi .h-link-list ul li.highlight > a ,
#header .hx_lang_navi .h-link-list ul li > a.act ,
#header .hx_lang_navi .h-link-list ul li > a.within ,
#header .hx_lang_navi .h-link-list ul li > a:hover {
	color: #e60012;
}

@media print, screen and (min-width: 768px) {
	#header .hx_lang_navi .h-link-list ul li > a ,
	#header .hx_lang_navi .h-link-list ul li > span {
		font-size: 14px;
	}
}





/*------------- レスポンシブフッター -------------*/
#footer {
}

/* 各背景色 */
#footer .fx_frame5 {
}

#footer .fx_frame4 {
}

#footer .fx_frame3 {
}

#footer .fx_frame2 {
	background: #f3f3f3;
	color: #333;
}

#footer .fx_frame1 {
	background: #fff;
	color: #333;
}


@media print, screen and (min-width: 768px) {
	#footer {
		margin-left: 80px;
	}

	#footer .fx_frame5 > * ,
	#footer .fx_frame4 > * ,
	#footer .fx_frame3 > * ,
	#footer .fx_frame2 > * ,
	#footer .fx_frame1 > * {
/*		max-width: calc(1020px + 40px); */
		padding: 0 20px;
		margin: auto;
	}

	#footer .fx_frame4 > * {
		padding: 0;
	}

}

@media screen and (max-width: 767px) {
	#footer .fx_frame5 > * ,
	#footer .fx_frame4 > * ,
	#footer .fx_frame3 > * ,
	#footer .fx_frame2 > * ,
	#footer .fx_frame1 > * {
		max-width: 500px;
		margin: auto;
	}
}


/* フッターバナー*/
#footer .fx_banner {
	padding: 25px 0 5px;
}

#footer .fx_banner .f-text-section {
	font-size: 1rem;
}

@media print, screen and (min-width: 768px) {
	/* カラム割 */
	#footer .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(1020px + 40px); */
		margin: 0 auto;
	}

	#footer .fx_banner >*>*> * > * > * {
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}

	#footer .fx_banner >*>*> .lx_parts1_col3pc > * > * {
		width: calc(100% / 3);
	}
	#footer .fx_banner >*>*> .lx_parts1_col4pc > * > * {
		width: calc(100% / 4);
	}
}

@media screen and (max-width: 767px) {
	#footer .fx_banner {
		padding: 25px 0 0;
	}

	#footer .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;
		margin: 0 auto;
	}

	#footer .fx_banner >*>*> * > * {
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}

	#footer .fx_banner >*>*> .f-multiColumn4 > * ,
	#footer .fx_banner >*>*> .f-multiColumn5 > * {
		width: 50%;
	}

	#footer .fx_banner >*>*> *> .f-column1 {
		width: 100%;
	}
}


#footer .fx_banner .f-teaser:not(.no-img).style1 ,
#footer .fx_banner .f-external-teaser:not(.no-img).style1 ,
#footer .fx_banner .f-download-teaser:not(.no-img).style1 ,
#footer .fx_banner .f-teaser:not(.no-img).style2 ,
#footer .fx_banner .f-external-teaser:not(.no-img).style2 ,
#footer .fx_banner .f-download-teaser:not(.no-img).style2 {
	position: relative;
	overflow: hidden;
}

#footer .fx_banner .f-teaser:not(.no-img).style1 h2 ,
#footer .fx_banner .f-external-teaser:not(.no-img).style1 h2 ,
#footer .fx_banner .f-download-teaser:not(.no-img).style1 h2 ,
#footer .fx_banner .f-teaser:not(.no-img).style2 h2 ,
#footer .fx_banner .f-external-teaser:not(.no-img).style2 h2 ,
#footer .fx_banner .f-download-teaser:not(.no-img).style2 h2 {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 1;
}

#footer .fx_banner .f-teaser:not(.no-img).style1 h2 a ,
#footer .fx_banner .f-external-teaser:not(.no-img).style1 h2 a ,
#footer .fx_banner .f-download-teaser:not(.no-img).style1 h2 a ,
#footer .fx_banner .f-teaser:not(.no-img).style2 h2 a ,
#footer .fx_banner .f-external-teaser:not(.no-img).style2 h2 a ,
#footer .fx_banner .f-download-teaser:not(.no-img).style2 h2 a {
	display: block;
	padding: 5px 25px;
	text-align: left;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-decoration: none;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Georgia, "メイリオ", Meiryo, serif;
}

#footer .fx_banner .f-teaser:not(.no-img).style1 h2 a span ,
#footer .fx_banner .f-external-teaser:not(.no-img).style1 h2 a span ,
#footer .fx_banner .f-download-teaser:not(.no-img).style1 h2 a span ,
#footer .fx_banner .f-teaser:not(.no-img).style2 h2 a span ,
#footer .fx_banner .f-external-teaser:not(.no-img).style2 h2 a span ,
#footer .fx_banner .f-download-teaser:not(.no-img).style2 h2 a span {
	display: block;
	font-size: 18px;
	letter-spacing: 0;
}

#footer .fx_banner .f-teaser:not(.no-img).style2 h2 a ,
#footer .fx_banner .f-external-teaser:not(.no-img).style2 h2 a ,
#footer .fx_banner .f-download-teaser:not(.no-img).style2 h2 a {
	text-shadow: 0 0 3px rgba(0,0,0, 0.7),  0 0 10px rgba(0,0,0, 0.7);
}

#footer .fx_banner .f-teaser:not(.no-img).style1 h2 a[target="_blank"]::after ,
#footer .fx_banner .f-external-teaser:not(.no-img).style1 h2 a[target="_blank"]::after ,
#footer .fx_banner .f-teaser:not(.no-img).style2 h2 a[target="_blank"]::after ,
#footer .fx_banner .f-external-teaser:not(.no-img).style2 h2 a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

#footer .fx_banner .f-teaser:not(.no-img).style2 h2 a[target="_blank"]::after ,
#footer .fx_banner .f-external-teaser:not(.no-img).style2 h2 a[target="_blank"]::after {
	background-image: url("../../../../../../resources/sw_img/icon/linkout.png");
}

#footer .fx_banner .f-teaser:not(.no-img).style1 h2 + a ,
#footer .fx_banner .f-external-teaser:not(.no-img).style1 h2 + a ,
#footer .fx_banner .f-download-teaser:not(.no-img).style1 h2 + a ,
#footer .fx_banner .f-teaser:not(.no-img).style2 h2 + a ,
#footer .fx_banner .f-external-teaser:not(.no-img).style2 h2 + a ,
#footer .fx_banner .f-download-teaser:not(.no-img).style2 h2 + a {
	display: block;
	overflow: hidden;
}

#footer .fx_banner .f-teaser:not(.no-img).style1 h2 + a::before ,
#footer .fx_banner .f-external-teaser:not(.no-img).style1 h2 + a::before ,
#footer .fx_banner .f-download-teaser:not(.no-img).style1 h2 + a::before ,
#footer .fx_banner .f-teaser:not(.no-img).style2 h2 + a::before ,
#footer .fx_banner .f-external-teaser:not(.no-img).style2 h2 + a::before ,
#footer .fx_banner .f-download-teaser:not(.no-img).style2 h2 + a::before {
	content: "";
	display: block;
	padding-top: 39.1304%;

}

#footer .fx_banner .f-teaser:not(.no-img).style1 h2 + a img ,
#footer .fx_banner .f-external-teaser:not(.no-img).style1 h2 + a img ,
#footer .fx_banner .f-download-teaser:not(.no-img).style1 h2 + a img ,
#footer .fx_banner .f-teaser:not(.no-img).style2 h2 + a img ,
#footer .fx_banner .f-external-teaser:not(.no-img).style2 h2 + a img ,
#footer .fx_banner .f-download-teaser:not(.no-img).style2 h2 + a img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#footer .fx_banner .f-teaser:not(.no-img).style1 p ,
#footer .fx_banner .f-external-teaser:not(.no-img).style1 p ,
#footer .fx_banner .f-download-teaser:not(.no-img).style1 p ,
#footer .fx_banner .f-teaser:not(.no-img).style2 p ,
#footer .fx_banner .f-external-teaser:not(.no-img).style2 p ,
#footer .fx_banner .f-download-teaser:not(.no-img).style2 p {
	margin: 20px 0 0;
	font-size: 1rem;
	color: inherit;
	font-weight: normal;

	display: none;
}

#footer .fx_banner .f-teaser:not(.no-img).style1:hover h2 + a img ,
#footer .fx_banner .f-external-teaser:not(.no-img).style1:hover h2 + a img ,
#footer .fx_banner .f-download-teaser:not(.no-img).style1:hover h2 + a img ,
#footer .fx_banner .f-teaser:not(.no-img).style2:hover h2 + a img ,
#footer .fx_banner .f-external-teaser:not(.no-img).style2:hover h2 + a img ,
#footer .fx_banner .f-download-teaser:not(.no-img).style2:hover h2 + a img {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}

@media screen and (max-width: 767px) {
	#footer .fx_banner .f-teaser:not(.no-img).style1 h2 a ,
	#footer .fx_banner .f-external-teaser:not(.no-img).style1 h2 a ,
	#footer .fx_banner .f-download-teaser:not(.no-img).style1 h2 a ,
	#footer .fx_banner .f-teaser:not(.no-img).style2 h2 a ,
	#footer .fx_banner .f-external-teaser:not(.no-img).style2 h2 a ,
	#footer .fx_banner .f-download-teaser:not(.no-img).style2 h2 a {
		font-size: 22px;
	}
}



/* フッターサイトマップ */
#footer .fx_sitemap {
	padding: 40px 0 60px;
}

@media print, screen and (min-width: 768px) {
	/* 枠 */
/*
	#footer .fx_sitemap >* {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	#footer .fx_sitemap >* >* {
		display: table-row;
	}
	#footer .fx_sitemap >* >* >* {
		display: table-cell;
		vertical-align: top;
		width: 10%;
	}
*/
	#footer .fx_sitemap >* >* {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	#footer .fx_sitemap >* >* >* {
		margin: 0;
		margin-right: auto;
		margin-bottom: 10px;
	}

	#footer .fx_sitemap >* >* > .fx_sitemap_w100 {
		width: 100%;
	}

	#footer .fx_sitemap >* >* >* >* {
		margin-right: 20px;
	}

	/* 共通 */
	#footer .fx_sitemap .f-link-list li ,
	#footer .fx_sitemap .f-index-map li > .item {
		position: relative;
		line-height: 1.2;
	}

	#footer .fx_sitemap .f-link-list li > a ,
	#footer .fx_sitemap .f-link-list li > span ,
	#footer .fx_sitemap .f-index-map .item > a ,
	#footer .fx_sitemap .f-index-map .item > span {
		display: inline-block;
		color: inherit;
		line-height: 1.5;
		text-decoration: none;
/*		border-bottom: 1px solid transparent; */
	}

	#footer .fx_sitemap .f-link-list li > a:hover ,
	#footer .fx_sitemap .f-index-map .item > a:hover {
		text-decoration: underline;
/*		border-bottom-color: currentColor; */
	}

	#footer .fx_sitemap .f-link-list li > a[target="_blank"]::after ,
	#footer .fx_sitemap .f-index-map .item > a[target="_blank"]::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 14px;
		height: 14px;
		background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}

	/* 第２階層(カテゴリトップ) */
	#footer .fx_sitemap .f-link-list li.highlight ,
	#footer .fx_sitemap .f-index-map ul.indexLevel_0 > li > .item {
		margin-top: 15px;
		padding-left: 18px;
		border-left: 2px solid #7ab206;
		margin-bottom: 5px;
	}

	#footer .fx_sitemap .f-link-list li.highlight > a ,
	#footer .fx_sitemap .f-link-list li.highlight > span ,
	#footer .fx_sitemap .f-index-map ul.indexLevel_0 > li > .item > a ,
	#footer .fx_sitemap .f-index-map ul.indexLevel_0 > li > .item > span {
		color: #7ab206;
		font-size: 18px;
		font-weight: bold;
	}

	/* 第３階層 */
	#footer .fx_sitemap .f-link-list li:not(.highlight) ,
	#footer .fx_sitemap .f-index-map ul.indexLevel_1 > li > .item {
		margin-top: 8px;
		padding-left: 20px;
	}

	#footer .fx_sitemap .f-link-list li:not(.highlight) > a ,
	#footer .fx_sitemap .f-link-list li:not(.highlight) > span ,
	#footer .fx_sitemap .f-index-map ul.indexLevel_1 > li > .item > a ,
	#footer .fx_sitemap .f-index-map ul.indexLevel_1 > li > .item > span {
		font-size: 16px;
	}

	/* 第４階層 */
	#footer .fx_sitemap .f-index-map ul.indexLevel_2 {
		display: none;
	}

	#footer .fx_sitemap .f-title4 {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	#footer .fx_sitemap {
		padding: 40px 0 10px;
	}

	#footer .fx_sitemap >* {
		padding: 0 10px;
	}

	#footer .fx_sitemap .f-link-list li > a ,
	#footer .fx_sitemap .f-link-list li > span ,
	#footer .fx_sitemap .f-index-map .item > a ,
	#footer .fx_sitemap .f-index-map .item > span {
		display: inline-block;
		color: inherit;
		font-size: 12px;
		border-bottom: 1px solid transparent;
		margin-bottom: 10px;
		text-decoration: none;
	}

	#footer .fx_sitemap .f-link-list li > a[target="_blank"]::after ,
	#footer .fx_sitemap .f-index-map .item > a[target="_blank"]::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 14px;
		height: 14px;
		background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}

	#footer .fx_sitemap .f-link-list li > a:hover ,
	#footer .fx_sitemap .f-index-map .item > a:hover {
		border-bottom-color: #5f5f5f;
	}


	#footer .fx_sitemap .f-link-list li.highlight ,
	#footer .fx_sitemap .f-index-map ul.indexLevel_0 > li > .item {
		margin-bottom: 25px;
	}

	#footer .fx_sitemap .f-link-list li.highlight > a::before ,
	#footer .fx_sitemap .f-index-map ul.indexLevel_0 > li > .item > a::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -5px;
		display: inline-block;
		vertical-align: middle;
		width: 5px;
		height: 10px;
		background: url("../../../../../../resources/sw_img/icon/icon_arr01_white.png") center center no-repeat;
		background-size: contain;
	}

	#footer .fx_sitemap .f-link-list li.highlight > a ,
	#footer .fx_sitemap .f-link-list li.highlight > span ,
	#footer .fx_sitemap .f-index-map ul.indexLevel_0 > li > .item > a ,
	#footer .fx_sitemap .f-index-map ul.indexLevel_0 > li > .item > span {
		border: none;

		position: relative;
		display: block;
		padding: 12px 15px;
		font-size: 14px;
		margin-bottom: 0;
	}

	#footer .fx_sitemap .f-index-map ul.indexLevel_1 {
		padding: 15px 0;
	}

	#footer .fx_sitemap .f-link-list li:not(.highlight) ,
	#footer .fx_sitemap .f-index-map ul.indexLevel_1 > li {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 0 15px;
	}

	#footer .fx_sitemap .f-index-map ul.indexLevel_2 {
		display: none;
	}

	/* アコーディオン */
	#footer .fx_sitemap .ux_accordion > .f-column1 {
		position: relative;
	}

	#footer .fx_sitemap .ux_accordion > .f-column1 .f-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;
	}

	#footer .fx_sitemap .ux_accordion > .f-column1 .f-title4::before ,
	#footer .fx_sitemap .ux_accordion > .f-column1 .f-title4::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 100%;
		height: 1px;
		background-color: #fff;
	}

	#footer .fx_sitemap .ux_accordion > .f-column1 .f-title4::after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		    transform: rotate(90deg);
	}

	#footer .fx_sitemap .ux_accordion.open > .f-column1 .f-title4::after {
		opacity: 0;
	}

	#footer .fx_sitemap .ux_accordion .f-link-list li.highlight > a ,
	#footer .fx_sitemap .ux_accordion .f-link-list li.highlight > span ,
	#footer .fx_sitemap .ux_accordion .f-index-map ul.indexLevel_0 > li > .item > a ,
	#footer .fx_sitemap .ux_accordion .f-index-map ul.indexLevel_0 > li > .item > span {
		margin-right: 50px;
	}

	#footer .fx_sitemap .ux_accordion .f-link-list li.highlight > a::before ,
	#footer .fx_sitemap .ux_accordion .f-index-map ul.indexLevel_0 > li > .item > a::before {
		content: none;
	}
}



/* フッターサイトロゴ */
#footer .fx_logo {
	padding: 100px 0 0px;
}

#footer .fx_logo a {
	display: block;
	width: 150px;
	height: 65px;
	margin: auto;
}

#footer .fx_logo a img {
	display: block;
	width: 100%;
}

@media print, screen and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
	#footer .fx_logo {
		padding: 40px 10px 0px;
	}
}

/* SNSリンク */
#footer .fx_sns_link {
	padding: 20px 0;
}

#footer .fx_sns_link .f-link-list ul {
	position: relative;
	z-index: 20;
	text-align: center;
	font-size: 0;
}

#footer .fx_sns_link .f-link-list ul li {
	display: inline-block;
	margin: 0 7px;
	font-size: 12px;
}

#footer .fx_sns_link .f-link-list ul li > span ,
#footer .fx_sns_link .f-link-list ul li > a {
	color: transparent;
	display: block;
	text-align: center;
	position: relative;
	overflow: hidden;
	width: 16px;
	height: 16px;
	font-size: 0;
}

#footer .fx_sns_link .f-link-list ul li > a[href*="instagram"]::before ,
#footer .fx_sns_link .f-link-list ul li > a[href*="twitter"]::before ,
#footer .fx_sns_link .f-link-list ul li > a[href*="facebook"]::before ,
#footer .fx_sns_link .f-link-list ul li > a[href*="youtube"]::before {
	font-family: 'design_plus';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;
}
#footer .fx_sns_link .f-link-list ul li > a[href*="instagram"]::before {
	content: '\ea92';
	font-size: 14px;
}
#footer .fx_sns_link .f-link-list ul li > a[href*="x"]::before ,
#footer .fx_sns_link .f-link-list ul li > a[href*="twitter"]::before {
/*
	content: '\e904';
	margin-left: 0.7px;
	font-size: 15px;
*/
	content: "";
	margin-left: 0.7px;
	display: block;
	width: 16px;
	height: 16px;
	background: url("../../../../../../resources/sw_img/sns/sns-x-black.png") center center no-repeat;
	background-size: contain;
}
#footer .fx_sns_link .f-link-list ul li > a[href*="facebook"]::before {
	content: '\e944';
	font-size: 17px;
}
#footer .fx_sns_link .f-link-list ul li > a[href*="youtube"] {
	width: 18px;
}
#footer .fx_sns_link .f-link-list ul li > a[href*="youtube"]::before {
	content: '\ea9d';
	margin-top: 1px;
	font-size: 17px;
}

@media screen and (max-width: 767px) {
	#footer .fx_sns_link {
		padding: 20px 0;
	}
}



/* お問い合わせリンク・エントリーボタン */
#footer .fx_contact_link {
	padding: 25px 0;
}

#footer .fx_contact_link .f-link-list ul ,
#footer .fx_contact_link .f-index-map > ul {
	text-align: center;
}

#footer .fx_contact_link .f-link-list ul li ,
#footer .fx_contact_link .f-index-map > ul > li {
	display: inline-block;
}

#footer .fx_contact_link .f-link-list ul li > span ,
#footer .fx_contact_link .f-link-list ul li > a ,
#footer .fx_contact_link .f-index-map > ul > li > .item > span ,
#footer .fx_contact_link .f-index-map > ul > li > .item > a {
	position: relative;
	display: -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-width: 240px;
	min-height: 60px;
	padding: 5px 10px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: #81c838;
	background: -o-linear-gradient(right, #21bec9 0%, #55d87c 50%, #81c838 100%);
	background: -webkit-gradient(linear, right top, left top, from(#21bec9), color-stop(50%, #55d87c), to(#81c838));
	background: linear-gradient(-90deg, #21bec9 0%, #55d87c 50%, #81c838 100%);
	text-decoration: none;
	border-radius: 4px;
}

#footer .fx_contact_link .f-link-list ul li > a:hover ,
#footer .fx_contact_link .f-index-map > ul > li > .item > a:hover {
	background: #28cfd7;
	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%);
}

@media screen and (max-width: 767px) {
	#footer .fx_contact_link {
		padding-top: 0;
	}
}


/* フッターリンク集2 */
#footer .fx_link2 {
	padding: 10px 0;
}

#footer .fx_link2 .f-link-list ul {
	padding: 10px 0;
	text-align: center;
}

#footer .fx_link2 .f-link-list li {
	display: inline-block;
}

#footer .fx_link2 .f-link-list li + li {
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid currentColor;
}

#footer .fx_link2 .f-link-list li > a ,
#footer .fx_link2 .f-link-list li > span {
	color: inherit;
	font-size: 16px;
	font-weight: bold;
}

#footer .fx_link2 .f-link-list li > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout_white.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

#footer .fx_link2 .f-link-list li > a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	#footer .fx_link2 .f-link-list li > a ,
	#footer .fx_link2 .f-link-list li > span {
		font-size: 12px;
	}
}


/* フッターリンク集1 */
#footer .fx_link1 {
	padding: 10px 0;
}

#footer .fx_link1 .f-link-list ul {
	padding: 10px 0;
	text-align: center;
}

#footer .fx_link1 .f-link-list li {
	display: inline-block;
	margin: 0 20px;
}

#footer .fx_link1 .f-link-list li > a ,
#footer .fx_link1 .f-link-list li > span {
	color: inherit;
	font-size: 14px;
	font-weight: normal;
}

#footer .fx_link1 .f-link-list li > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

#footer .fx_link1 .f-link-list li > a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	#footer .fx_link1 .f-link-list li > a ,
	#footer .fx_link1 .f-link-list li > span {
		font-size: 12px;
	}
}


/* 住所 */
#footer .fx_address {
	padding: 20px 0 100px;
}

#footer .fx_address .f-text-section {
	font-size: 14px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#footer .fx_address .f-text-section {
		font-size: 12px;
	}
}


/* コピーライト */
#footer .fx_copyright {
	padding: 13px 0 23px;
}

#footer .fx_copyright .f-text-section {
	font-size: 12px;
	text-align: center;
}



/* 印刷時、フッター非表示 */
@media print {
	#footer {
/*		margin: 0; */
	}

	#footer .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;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}

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 1.5s;
	-o-transition: 1s 1.5s;
	transition: 1s 1.5s;
}

.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;
	right: 0px;
	bottom: 65px;
	z-index: 999;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	-webkit-transition: -webkit-transform 0.35s;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	z-index: 2000;
}

#site-info .topcontrol.visible {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* 画像を使用しない場合 */
#site-info .topcontrol a {
	background: #000;
	display: block;
	padding: 75px 0 30px;
	text-align: center;
	width: 70px;
	text-decoration: none;
	z-index: 100;
	position: relative;
	font-size: 0;
}

#site-info .topcontrol a:hover {
	background-color: #d9d900;
}


@media print, screen and (min-width: 768px) {
	#site-info .topcontrol a::before {
		content: "PAGE TOP";
		color: #fff;
		display: inline-block;
		text-align: left;
		font-size: 14px;
		font-weight: 600;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		    writing-mode: vertical-rl;
	}

	#site-info .topcontrol a::after {
		z-index: 10;
		-webkit-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		        transform: rotate(90deg);
		position: absolute;
		top: 40px;
		left: 23px;
		font-family: 'design_plus';
		content: '\e94b';
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		display: block;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-webkit-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
}

@media screen and (max-width: 767px) {
	#site-info .topcontrol {
		right: auto;
		left: 0;
		bottom: 0;
	}

	#site-info .topcontrol a {
		width: 70px;
		height: 50px;
		padding: 0;
	}

	#site-info .topcontrol a:before {
		color: #fff;
		font-family: 'design_plus';
		content: '\e911';
		font-size: 12px;
		line-height: 1.4;
		display: block;
		width: 12px;
		height: 9px;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

@media print {
	#site-info .topcontrol {
		display: none !important;
	}
}




/*-- ページ内設置 上に戻るリンク 設定例：scroll.js用 --*/
#site-info .toTop {
	text-align: right;
	margin: 3em 20px 80px;
}

#site-info .toTop a {
	padding-left: 1.44em;
	display: inline-block;
	position: relative;
	overflow: visible;
}

#site-info .toTop a::before {
	content: "";
	position: absolute;
	top: 0.85em;
	left: 0;
	margin-top: -0.3em;
	display: block;
	width: 0.7em;
	height: 0.7em;
	border-top: 0.1em solid #e50000;
	border-right: 0.1em solid #e50000;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	    transform: rotate(315deg);
}

#site-info .toTop {
	display: none;
}



@media print, screen and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
	#site-info .toTop {
		margin: 2em 20px 40px;
	}
}


/*===== 検索ダイアログ =====*/
.close_btn {
	position: fixed;
	top: 0;
	right: 0;
	display: block;
	width: 40px;
	height: 44px;
	margin: 10px;
	border-radius: 10%;
	background: #FFF;
	z-index: 10000;
}

.close_btn:hover{
	background: #FFF;
	background: rgba(255,255,255, 0.8);
}

.close2-btn-icon1 ,
.close2-btn-icon2 ,
.close2-btn-icon3 {
	display: block;
	position: absolute;
	top: 17px;
	left: 9px;
	width: 22px;
	height: 2px;
	margin: 0;
	background: #19294b;

	-webkit-transition: .2s .4s;
	-o-transition: .2s .4s;
	transition: .2s .4s;
}

.close2-btn-icon1 {
	margin-top: -7px;
}
.close2-btn-icon2 {
	margin-top: 0px;
}
.close2-btn-icon3 {
	margin-top: 7px;
}

.close2-btn-icon1::before ,
.close2-btn-icon3::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 2px;
	background: #19294b;

	-webkit-transition: .3s .1s;
	-o-transition: .3s .1s;
	transition: .3s .1s;
}

.close2-btn-title {
	overflow: hidden;
	display: block;
	position: absolute;
	top: 31px;
	left: 0;
	width: 40px;
	height: 12px;
}

.close2-btn-title li {
	display: block;
	width: 40px;
	height: 15px;

	line-height: 1;
	font-size: 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.4);

	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	z-index: 50000;
	opacity: 0;
	visibility: hidden;
}

#dialog_search.open {
	opacity: 1;
	visibility: visible;
}

#dialog_search .close_box {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

#dialog_search .search_inputbox {
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	display: block;
	width: 500px;
	max-width: 90%;
}

#dialog_search .search_inputbox > h2 {
	display: block;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

[id=dialog_search] th ,
[id=dialog_search] td {
	padding: 0;
	border: none;
	background: none;
}

/* 検索ダミー */
#dialog_search .search_inputbox form {
	font-size: 0;
}

#dialog_search .search_inputbox input[type="text"] {
	width: calc(100% - 45px);
	font-size: 1rem;
	padding: 10px 20px;
	-webkit-box-shadow: inset 0 0 8px 2px #ccc;
	        box-shadow: inset 0 0 8px 2px #ccc;
}

#dialog_search .search_inputbox input[type="submit"] {
	padding: 0;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	vertical-align: top;
	width: 20px;
	height: calc(1.15rem + 0px);
	border: 12px solid #000;
	background: #000 url("../../../../../../resources/sw_img/default/icon_glass_white.svg") center center no-repeat;;
}


/* 検索(google search) */
[id=dialog_search] .gsst_b {
	font-size: 0;
}

[id=dialog_search] input.gsc-input {
	min-height: 27px;
}

[id=dialog_search] .gsc-search-button-v2 {
	margin: 0;
}


/* 検索(MARS FINDER) */
.mf_finder_searchBox_items .mf_finder_searchBox_submit span {
	margin: 0;
}

.mf_finder_searchBox_submit {
	color: #fff !important;
	font-size: 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 ,
#sharewithmain * .ux_slick_mcol_mv {
	position: relative;
	height: 100vh;
}

/* スライドの枠 */
#html1 .ux_slick_mcol_mv .slick-slider ,
#sharewithmain * .ux_slick_mcol_mv .slick-slider {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

/* 各スライド要素の枠 */
#html1 .ux_slick_mcol_mv .slick-slide ,
#sharewithmain * .ux_slick_mcol_mv .slick-slide {
	overflow: hidden;
/*	max-height: 440px; */
}

/* 各スライド要素の縦横比の設定 */
/*
#html1 .ux_slick_mcol_mv .slick-slide::before ,
#sharewithmain * .ux_slick_mcol_mv .slick-slide::before {
	content: "";
	display: block;
	padding-top: calc(100% / 1280 * 440);
}

@media screen and (max-width: 767px) {
	#html1 .ux_slick_mcol_mv .slick-slide::before ,
	#sharewithmain * .ux_slick_mcol_mv .slick-slide::before {
		padding-top: calc(100% / 750 * 900);
	}
}
*/

#html1 .ux_slick_mcol_mv .slick-slide > div ,
#sharewithmain * .ux_slick_mcol_mv .slick-slide > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
}

/* PCを第１カラム、SPを第２カラム、用とする */
/*
@media print, screen and (min-width: 768px) {
	#html1 .ux_slick_mcol_mv .slick-slide > .column2 ,
	#sharewithmain * .ux_slick_mcol_mv .slick-slide > .column2 {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	#html1 .ux_slick_mcol_mv .slick-slide > .column1 ,
	#sharewithmain * .ux_slick_mcol_mv .slick-slide > .column1 {
		display: none;
	}
}
*/

#html1 .ux_slick_mcol_mv .slick-slide > .column1 ,
#html1 .ux_slick_mcol_mv .slick-slide > .column2 ,
#sharewithmain * .ux_slick_mcol_mv .slick-slide > .column1 ,
#sharewithmain * .ux_slick_mcol_mv .slick-slide > .column2 {
	display: none;
}

#html1 .ux_slick_mcol_mv .slick-slide > .column1::before ,
#html1 .ux_slick_mcol_mv .slick-slide > .column2::before ,
#sharewithmain * .ux_slick_mcol_mv .slick-slide > .column1::before ,
#sharewithmain * .ux_slick_mcol_mv .slick-slide > .column2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.3);;
}

#html1 .ux_slick_mcol_mv .slick-slide > .column3 ,
#sharewithmain * .ux_slick_mcol_mv .slick-slide > .column3 {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 80%;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	color: #fff;
}


#html1 .ux_slick_mcol_mv .slick-slide >* >*:first-child ,
#html1 .ux_slick_mcol_mv .slick-slide img ,
#sharewithmain * .ux_slick_mcol_mv .slick-slide >* >*:first-child ,
#sharewithmain * .ux_slick_mcol_mv .slick-slide img {
	margin-top: 0;
}

#html1 .ux_slick_mcol_mv .slick-slide video ,
#sharewithmain * .ux_slick_mcol_mv .slick-slide video {
	position: absolute;
	top: -1%;
	left: -1%;
	right: -1%;
	bottom: -1%;
	max-width: none;
	width: 102%;
	height: 102%;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: -1;
}

#html1 .ux_slick_mcol_mv .slick-slide div.youtube ,
#sharewithmain * .ux_slick_mcol_mv .slick-slide div.youtube {
	position: static;
}

#html1 .ux_slick_mcol_mv .slick-slide .v-type ,
#sharewithmain * .ux_slick_mcol_mv .slick-slide .v-type {
	position: absolute;
	top: 50%;
	left: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}

#html1 .ux_slick_mcol_mv .slick-slide .h-type ,
#sharewithmain * .ux_slick_mcol_mv .slick-slide .h-type {
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	    transform: translateX(-50%);
}

#html1 .ux_slick_mcol_mv .slick-slide div.youtube > *:first-child ,
#sharewithmain * .ux_slick_mcol_mv .slick-slide div.youtube > *:first-child {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: none;
	width: 100% !important;
	height: 100% !important;
/*
	-o-object-fit: cover;
	   object-fit: cover;
*/
	z-index: -1;
	pointer-events: none;
}


#html1 .ux_slick_mcol_mv .slick-slide div.youtube::after ,
#sharewithmain * .ux_slick_mcol_mv .slick-slide div.youtube::after {
	content: none;
}


#html1 .ux_slick_mcol_mv .slick-slide img ,
#sharewithmain * .ux_slick_mcol_mv .slick-slide img {
	width: 100%;
}

#html1 .ux_slick_mcol_mv .slick-slide .title2 ,
#sharewithmain * .ux_slick_mcol_mv .slick-slide .title2 {
	text-align: center;
	color: inherit;
	font-size: 69px;
	font-weight: 600;
	line-height: 1.4;
	word-wrap: break-word;
	letter-spacing: -2.1pt;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

#html1 .ux_slick_mcol_mv .slick-slide .text-section ,
#sharewithmain * .ux_slick_mcol_mv .slick-slide .text-section {
	margin: 15px 0 0;
	font-size: 14px;
	line-height: 2;
}

#html1 .ux_slick_mcol_mv .slick-slide .text-section p ,
#sharewithmain * .ux_slick_mcol_mv .slick-slide .text-section p {
	margin: 0 0 10px;
}

#html1 .ux_slick_mcol_mv .slick-slide .teaser.no-img.style1 h2 a ,
#html1 .ux_slick_mcol_mv .slick-slide .external-teaser.no-img.style1 h2 a ,
#html1 .ux_slick_mcol_mv .slick-slide .download-teaser.no-img.style1 h2 a ,
#sharewithmain * .ux_slick_mcol_mv .slick-slide .teaser.no-img.style1 h2 a ,
#sharewithmain * .ux_slick_mcol_mv .slick-slide .external-teaser.no-img.style1 h2 a ,
#sharewithmain * .ux_slick_mcol_mv .slick-slide .download-teaser.no-img.style1 h2 a {
	border-radius: 0;
	min-width: 260px;
	min-height: 60px;
	padding: 5px 20px;
	font-size: 16px;
	color: #fff;
	background: #000;
}


@media screen and (max-width: 767px) {
	#html1 .ux_slick_mcol_mv .slick-slide .teaser.no-img.style1 ,
	#html1 .ux_slick_mcol_mv .slick-slide .external-teaser.no-img.style1 ,
	#html1 .ux_slick_mcol_mv .slick-slide .download-teaser.no-img.style1 ,
	#sharewithmain * .ux_slick_mcol_mv .slick-slide .teaser.no-img.style1 ,
	#sharewithmain * .ux_slick_mcol_mv .slick-slide .external-teaser.no-img.style1 ,
	#sharewithmain * .ux_slick_mcol_mv .slick-slide .download-teaser.no-img.style1 {
		display: none;
	}
}

#html1 .ux_slick_mcol_mv .slick-slide .animate_item ,
#sharewithmain * .ux_slick_mcol_mv .slick-slide .animate_item {
	position: relative;
	opacity: 0;
}
#html1 .ux_slick_mcol_mv .slick-slide .animate_item.animate ,
#sharewithmain * .ux_slick_mcol_mv .slick-slide .animate_item.animate {
	-webkit-animation: slideUp 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
	animation: slideUp 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
}
@-webkit-keyframes slideUp {
  0% { bottom:-30px; }
  100% { opacity:1; bottom:0; }
}
@keyframes slideUp {
  0% { bottom:-30px; }
  100% { opacity:1; bottom:0; }
}

@media screen and (max-width: 767px) {
	#html1 .ux_slick_mcol_mv .slick-slide > .column3 ,
	#sharewithmain * .ux_slick_mcol_mv .slick-slide > .column3 {
		left: 50%;
		top: 45%;
	}

	#html1 .ux_slick_mcol_mv .slick-slide .title2 ,
	#sharewithmain * .ux_slick_mcol_mv .slick-slide .title2 {
		font-size: 43px;
	}

	#html1 .ux_slick_mcol_mv .slick-slide .teaser.no-img.style1 h2 a ,
	#html1 .ux_slick_mcol_mv .slick-slide .external-teaser.no-img.style1 h2 a ,
	#html1 .ux_slick_mcol_mv .slick-slide .download-teaser.no-img.style1 h2 a ,
	#sharewithmain * .ux_slick_mcol_mv .slick-slide .teaser.no-img.style1 h2 a ,
	#sharewithmain * .ux_slick_mcol_mv .slick-slide .external-teaser.no-img.style1 h2 a ,
	#sharewithmain * .ux_slick_mcol_mv .slick-slide .download-teaser.no-img.style1 h2 a {
	}
}


/* 動画。chrome対策：下端10pxに目隠し */
#html1 .ux_slick_mcol_mv .video-box ,
#sharewithmain * .ux_slick_mcol_mv .video-box {
	position: relative;
	text-align: center;
	background: #fff;
}

#html1 .ux_slick_mcol_mv .video-box::before ,
#sharewithmain * .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 ,
#sharewithmain * .ux_slick_mcol_mv .video-box video {
	width: 100%;
	max-width: 1200px;
}


/* アローをドットの左右に配置する場合 */
/*
#html1 .ux_slick_mcol_mv .arrow-dots ,
#sharewithmain * .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 ,
#sharewithmain * .ux_slick_mcol_mv .slick-dots {
	top: auto;
	bottom: auto;
	position: static;

	display: none;
	width: 100%;
	white-space: nowrap;
}
*/

/* アローをドットと別個に配置する場合 */
#html1 .ux_slick_mcol_mv .arrow-dots ,
#sharewithmain * .ux_slick_mcol_mv .arrow-dots {
}

#html1 .ux_slick_mcol_mv .slick-dots ,
#sharewithmain * .ux_slick_mcol_mv .slick-dots {
	position: absolute;
	left: 50%;
	bottom: 15px;
	padding: 5px 25px;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);

	display: none;
	white-space: nowrap;
}


#html1 .ux_slick_mcol_mv .slick-dots li ,
#sharewithmain * .ux_slick_mcol_mv .slick-dots li {
	margin: 0;
}

#html1 .ux_slick_mcol_mv .slick-dots li button ,
#sharewithmain * .ux_slick_mcol_mv .slick-dots li button {
	display: block;
	width: 50px;
	height: 4px;
}

#html1 .ux_slick_mcol_mv .slick-dots li button::before ,
#sharewithmain * .ux_slick_mcol_mv .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: 40px;
	height: 4px;
	background: #222;
	border: 1px solid #ccc;
}

#html1 .ux_slick_mcol_mv .slick-dots li.slick-active button::before ,
#sharewithmain * .ux_slick_mcol_mv .slick-dots li.slick-active button::before {
	background: #fff;
}


#html1 .ux_slick_mcol_mv .slick-prev ,
#html1 .ux_slick_mcol_mv .slick-next ,
#sharewithmain * .ux_slick_mcol_mv .slick-prev ,
#sharewithmain * .ux_slick_mcol_mv .slick-next {
	margin: 0;
/*
	top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	z-index: 1;
	opacity: 1;
*/
	font-size: inherit;
	line-height: inherit;

	opacity: 0;
	position: absolute;
	cursor: pointer;
	z-index: 10;
	overflow: hidden;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#html1 .ux_slick_mcol_mv .slick-prev ,
#sharewithmain * .ux_slick_mcol_mv .slick-prev {
	left: 40px;
}
#html1 .ux_slick_mcol_mv .slick-next ,
#sharewithmain * .ux_slick_mcol_mv .slick-next {
	right: 40px;
}

#html1 .ux_slick_mcol_mv .slick-prev::before ,
#html1 .ux_slick_mcol_mv .slick-next::before ,
#sharewithmain * .ux_slick_mcol_mv .slick-prev::before ,
#sharewithmain * .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;
*/

	font-family: 'design_plus';
	color: #fff;
	font-size: 18px;
	display: block;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

#html1 .ux_slick_mcol_mv .slick-prev::before ,
#sharewithmain * .ux_slick_mcol_mv .slick-prev::before {
	content: '\e94b';
}

#html1 .ux_slick_mcol_mv .slick-next::before ,
#sharewithmain * .ux_slick_mcol_mv .slick-next::before {
/*
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
*/
	content: '\e94a';
	left: 0;
	right: 0;
}


#html1 .ux_slick_mcol_mv:hover .slick-prev ,
#html1 .ux_slick_mcol_mv:hover .slick-next ,
#sharewithmain * .ux_slick_mcol_mv:hover .slick-prev ,
#sharewithmain * .ux_slick_mcol_mv:hover .slick-next {
	opacity: 1;
}
#html1 .ux_slick_mcol_mv:hover .slick-prev ,
#sharewithmain * .ux_slick_mcol_mv:hover .slick-prev {
	left: 60px;
}
#html1 .ux_slick_mcol_mv:hover .slick-next ,
#sharewithmain * .ux_slick_mcol_mv:hover .slick-next {
	right: 60px;
}

#html1 .ux_slick_mcol_mv .slick-prev:hover::before ,
#html1 .ux_slick_mcol_mv .slick-next:hover::before ,
#sharewithmain * .ux_slick_mcol_mv .slick-prev:hover::before ,
#sharewithmain * .ux_slick_mcol_mv .slick-next:hover::before {
	color: #ccc;
}


@media print, screen and (min-width: 768px) {
	#html1 .ux_slick_mcol_mv {
		margin-left: 80px;
		/* ヘッダーの背景にも見える様にする */
		margin-top: -85px;
	}
}

@media screen and (max-width: 767px) {
	#html1 .ux_slick_mcol_mv {
		/* ヘッダーの背景にも見える様にする */
		margin-top: -60px;
	}

	#html1 .ux_slick_mcol_mv .slick-prev ,
	#html1 .ux_slick_mcol_mv .slick-next ,
	#sharewithmain * .ux_slick_mcol_mv .slick-prev ,
	#sharewithmain * .ux_slick_mcol_mv .slick-next {
		display: none !important;;
	}
}

/* 印刷時は、スライド機能をオフって、アクティブ画像をそのまま配置 */
@media print {
	#html1 .ux_slick_mcol_mv .slick-slide ,
	#sharewithmain * .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 ,
	#sharewithmain * .ux_slick_mcol_mv .slick-slide.slick-active {
		display: block !important;
	}

	#html1 .ux_slick_mcol_mv .slick-slide > div ,
	#sharewithmain * .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 ,
	#sharewithmain * .ux_slick_mcol_mv .slick-slide::before {
		content: none !important;
	}

	#html1 .ux_slick_mcol_mv .slick-list ,
	#sharewithmain * .ux_slick_mcol_mv .slick-list {
		height: auto !important;
	}
	#html1 .ux_slick_mcol_mv .slick-track ,
	#sharewithmain * .ux_slick_mcol_mv .slick-track {
		width: auto !important;
		height: auto !important;
		-webkit-transform: none !important;
		    -ms-transform: none !important;
		        transform: none !important;
	}
}


/*==== マルチ３一覧(サムネイルなし) ニュースティッカー ====*/
#sharewithmain .ux_slick_multi3_ticker .slick-slide {
	margin-top: 15px;
	padding-bottom: 15px;
}


/*==== マルチ３一覧(サムネイル付き) タイル型ニューススライド ====*/
/* 設定resetしない、はみ出し対策必須 */
#sharewithmain .ux_slick_multi3_tile {
	overflow: hidden;
}

#sharewithmain .ux_slick_multi3_tile .basic-list2.thumnail {
	overflow: visible;
	position: relative;
}

#sharewithmain .ux_slick_multi3_tile .basic-list2.thumnail .slick-slide {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(99.9999% / 3 - 30px);
	margin-right: 30px;
	margin-bottom: 30px;
}

#sharewithmain .ux_slick_multi3_tile .arrow-dots {
	display: block;
}

#sharewithmain .ux_slick_multi3_tile .slick-dots {
	display: none !important;
}

#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;

	display: none !important;
}

#sharewithmain .ux_slick_multi3_tile .slick-prev {
	left: -15px;
}
#sharewithmain .ux_slick_multi3_tile .slick-next {
	right: -15px;
}

#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;
}

#sharewithmain .ux_slick_multi3_tile .slick-next::before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

#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: 767px) {
	#sharewithmain .ux_slick_multi3_tile .basic-list2.thumnail {
		padding: 0 20px;
	}

	#sharewithmain .ux_slick_multi3_tile .slick-prev ,
	#sharewithmain .ux_slick_multi3_tile .slick-next {
		width: 35px;
		height: 35px;
	}

	#sharewithmain .ux_slick_multi3_tile .slick-prev::before ,
	#sharewithmain .ux_slick_multi3_tile .slick-next::before {
		width: 35px;
		height: 35px;
	}

	#sharewithmain .ux_slick_multi3_tile .slick-prev {
		left: -20px;
	}
	#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: 14px;
	height: 14px;
	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: 14px;
	height: 14px;
	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: 768px) {
	.dialog-outer-link .modaal-confirm-wrap {
		padding-top: 55px;
		direction: rtl;
	}
}

@media screen and (max-width: 767px) {
	.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;
	}
}



/*==== クッキー警告ダイアログ ====*/
#page404 #site-info .ux_popup_cookie_warning {
	display: none !important;
}

#site-info .ux_popup_cookie_warning {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 15000;
	background-color: #666;
	display: block;
}

#site-info .ux_popup_cookie_warning.agree {
	max-height: 0;
	visibility: hidden;
}

#site-info .ux_popup_cookie_warning * {
	font-size: inherit;
}

#site-info .ux_popup_cookie_warning > div {
	display: block;
	max-width: 1200px;
	width: 100%;
	padding: 15px;
	margin: auto;
	line-height: 1.6;
	color: #fff;
	font-size: calc(1.2rem / 1.6);
}

#site-info .ux_popup_cookie_warning > *> *> *> * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#site-info .ux_popup_cookie_warning .text-section {
	margin-top: 0;
	margin-bottom: 0;
}

#site-info .ux_popup_cookie_warning .text-section a {
	color: #6eddff;
	text-decoration: underline;
}

#site-info .ux_popup_cookie_warning .text-section a:hover {
	text-decoration: none;
}

#site-info .ux_popup_cookie_warning .text-section a::after {
	content: none;
}

#site-info .ux_popup_cookie_warning .title4.highlight h4 {
	display: inline-block;
	padding: 15px 30px;
	background-color: #000;
	color: #fff;
	font-size: calc(1.4rem / 1.6);
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	width: 190px;
	margin: 0 0 0 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 190px;
	flex: 0 0 190px;
	cursor: pointer;
}

#site-info .ux_popup_cookie_warning .title4.highlight:hover {
	opacity: 0.7;
}


@media print, screen and (min-width: 769px) {
	#site-info .ux_popup_cookie_warning {
	}

	#site-info .ux_popup_cookie_warning > *> *> *> * {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

}

@media screen and (max-width: 768px) {
}




/*==== 言語切り替えリンク ====*/
.ax_lang_link.hidden ,
.ax_lang_link a.hidden {
	display: none;
}

.ax_lang_link {
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: block;
	z-index: 20;
}

/*-- 言語切り替えボタンスタイル --*/
.ax_lang_link div {
	display: block;
	font-size: 0;
	line-height: 1.5;
	border-radius: 50px;
	overflow: hidden;
}

.ax_lang_link a ,
.ax_lang_link span {
	display: inline-block;
	vertical-align: top;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: inherit;
	white-space: nowrap;
	color: inherit;
	text-decoration: none;
	background: #fff;
}

.ax_lang_link a:not(:last-child) ,
.ax_lang_link span:not(:last-child) {
	border-right: 1px solid #eee;
}

.ax_lang_link a:first-child ,
.ax_lang_link span:first-child {
	padding-left: 15px;
}

.ax_lang_link a:last-child ,
.ax_lang_link span:last-child {
	padding-right: 15px;
}

.ax_lang_link .active {
/*	border-bottom: 2px solid #000; */
	background: rgba(255,255,255, 0.9);
}
.ax_lang_link .inactive {
}

.ax_lang_link a:hover {
	background: rgba(255,255,255, 0.7);
}

@media screen and (max-width: 767px) {
	.ax_lang_link {
		right: 10px;
	}

	.ax_lang_link a ,
	.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 {
	-webkit-box-align: normal;
	    -ms-flex-align: normal;
	        align-items: normal;
}

.lx_accordion_02 .title2 h2 ,
.ux_accordion_result .news-result h2 ,
.ux_accordion_result .news-yuho h2 ,
.ux_accordion_result .news-presentation h2 ,
.ux_accordion_result .news-material h2 {
	cursor: pointer;
}

.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: calc(50% - 5px);
	right: 20px;
	margin-top: -10px;
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #000;
	border-bottom: none;
}

.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: scaleY(-1);
	    -ms-transform: scaleY(-1);
	        transform: scaleY(-1);
}

.lx_accordion_02 > .column2 ,
.lx_accordion_02 > .column3 ,
.lx_accordion_02 > .column4 ,
.lx_accordion_02 > .column5 ,
.ux_accordion_result .news-result h2.open + .group_year ,
.ux_accordion_result .news-result h2.close + .group_year ,
.ux_accordion_result .news-yuho h2.open + .group_year ,
.ux_accordion_result .news-yuho h2.close + .group_year ,
.ux_accordion_result .news-presentation h2.open + .group_year ,
.ux_accordion_result .news-presentation h2.close + .group_year ,
.ux_accordion_result .news-material h2.open + .group_year ,
.ux_accordion_result .news-material h2.close + .group_year {
	margin-top: 20px;
	position: relative;
	color: inherit;
	padding: 1px 25px 20px;
	background: #f5f5f5;
}

.ux_accordion_result .news-material dl:first-child dt {
	margin-top: 20px;
}


/*------------------ 全ページ共通 特殊設定 ------------------*/
/*==== 背景黒 ====*/
/* 素材ページ等で白いロゴを見える様にする */
body#bg-black {
	background: #000;
}

/*==== タブ風スタイル ====*/
#sharewithmain .lx_list_tabstyle01 {
}

.lx_list_tabstyle01 div.link-list:not(.highlight) {
	width: 100%;
	margin-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.lx_list_tabstyle01 div.link-list:not(.highlight) ul {
	margin: 0;

	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;
	text-align: center;
}

.lx_list_tabstyle01 div.link-list:not(.highlight) ul li {
	margin: 0;
	padding: 0;
	background: none;

	margin-right: 10px;
	border: 1px solid #ccc;
	border-bottom: none;
}

.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 > span ,
.lx_list_tabstyle01 div.link-list:not(.highlight) ul li > a {
	display: block;

	margin: 0;
	padding: 15px 15px 5px;
	text-align: center;
	font-size: 14px;
	color: #716c6c;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
	border-bottom: 5px solid #ccc;

	cursor:pointer;
}

.lx_list_tabstyle01 div.link-list:not(.highlight) ul li > span::before ,
.lx_list_tabstyle01 div.link-list:not(.highlight) ul li > a::before {
	content: none;
}

.lx_list_tabstyle01 div.link-list:not(.highlight) ul li > span:hover ,
.lx_list_tabstyle01 div.link-list:not(.highlight) ul li > a:hover {
/*	border-bottom-color: #dee2e6; */
	background: #eee;
}
.lx_list_tabstyle01 div.link-list:not(.highlight) ul li.highlight > span ,
.lx_list_tabstyle01 div.link-list:not(.highlight) ul li.act > a {
/*	border-bottom-color: #ccc; */
	background: #eee;
}

.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;
}

@media screen and (max-width: 767px) {
	.lx_list_tabstyle01 div.link-list:not(.highlight) {
		padding: 0;
	}

	.lx_list_tabstyle01 div.link-list:not(.highlight) ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
	}

	.lx_list_tabstyle01 div.link-list:not(.highlight) ul li {
		width: calc(50% - 10px);
		margin: 0 5px 5px;
	}
}




/*==== ページャー ====*/
.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: 768px) {
	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-child(1) > a ,
	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-child(2) > a {
		margin-left: 25px;
		border-left: none;
	}

	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-child(1) > a::before ,
	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-child(2) > a::before {
		content: "";
		display: inline-block;
		position: absolute;

		top: 5px;
		left: -15px;
		width: 28.68px;
		height: 28.68px;
		background: #005aab;
		border-left: 1px solid #005aab;
		border-top: 1px solid #005aab;
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		z-index: -1;
	}

	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-last-child(1) > a ,
	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-last-child(2) > a ,
	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-last-child(3) > a {
		margin-right: 25px;
		border-right: none;
	}

	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-last-child(1) > a::after ,
	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-last-child(2) > a::after ,
	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-last-child(3) > a::after {
		content: "";
		display: inline-block;
		position: absolute;

		top: 5px;
		right: -15px;
		width: 28.68px;
		height: 28.68px;
		background: #005aab;
		border-right: 1px solid #005aab;
		border-top: 1px solid #005aab;
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
		z-index: -1;
	}

	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight > a:hover {
		color: #005aab;
		background: #fff;
	}

	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight > a:hover::before ,
	.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight > a:hover::after {
		background: #fff;
	}
}


@media screen and (max-width: 767px) {
	.lx_list_pager01 div.link-list:not(.highlight) ul li:not(.highlight) > a {
		width: 30px;
		height: 30px;
		margin: 1px;
		font-size: 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: 768px) {
	.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;
	}

}

/*==== お問い合わせフォーム進捗表示スタイル type02 ====*/
#sharewithmain .lx_list_inquiry_step02 {
}

.lx_list_inquiry_step02 .link-list:not(.highlight) {
}

#sharewithmain .lx_list_inquiry_step02 .link-list ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	margin-bottom: 20px;
}

#sharewithmain .lx_list_inquiry_step02 .link-list .mgnlEditorBar[aria-hidden="false"] + ul {
	display: block;
}

#sharewithmain .lx_list_inquiry_step02 .link-list ul li {
	padding: 0;
	margin: 0;

	overflow: hidden;
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	background: #777;
	padding-right: 45px;
	margin-right: 20px;
}
#sharewithmain .lx_list_inquiry_step02 .link-list ul li:first-child {
}
#sharewithmain .lx_list_inquiry_step02 .link-list ul li:last-child {
	margin-right: 0;
}

#sharewithmain .lx_list_inquiry_step02 .link-list ul li::before {
	border: none;

	content: "";
	position: absolute;
	top: 50%;
	left: auto;
	right: -40px;
	display: block;
	width: 200px;
	height: 200px;
	background: #777;
	border-top: 100px solid #fff;
	border-right: 100px solid #fff;
	-webkit-transform-origin: right top;
	    -ms-transform-origin: right top;
	        transform-origin: right top;
	-webkit-transform: translateX(50%) rotate(45deg);
	    -ms-transform: translateX(50%) rotate(45deg);
	        transform: translateX(50%) rotate(45deg);
}
#sharewithmain .lx_list_inquiry_step02 .link-list ul li:last-child::before {
}

#sharewithmain .lx_list_inquiry_step02 .link-list ul li.highlight ,
#sharewithmain .lx_list_inquiry_step02 .link-list ul li.highlight::before {
	background: #333;
}

#sharewithmain .lx_list_inquiry_step02 .link-list ul li > span {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	min-height: 80px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column nowrap;
	        flex-flow: column nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	padding: 10px 10px;
	color: #fff;
	z-index: 10;
}

@media screen and (max-width: 767px) {
	#sharewithmain .lx_list_inquiry_step02 .link-list ul li {
		padding-right: 15px;
		margin-right: 5px;
	}

	#sharewithmain .lx_list_inquiry_step02 .link-list ul li::before {
		right: -20px;
		width: 200px;
		height: 200px;
		border-top: 100px solid #fff;
		border-right: 100px solid #fff;
		-webkit-transform: scaleX(0.5) translateX(50%) rotate(45deg);
		    -ms-transform: scaleX(0.5) translateX(50%) rotate(45deg);
		        transform: scaleX(0.5) translateX(50%) rotate(45deg);
	}

	#sharewithmain .lx_list_inquiry_step02 .link-list ul li > span {
		padding: 5px 5px;
		font-size: 12px;
	}
}


/*==== IR TOP > 最新イベント ====*/
#sharewithmain .lx_style_ir_latest_event {
}

.lx_style_ir_latest_event {
}

.lx_style_ir_latest_event >*> .link-list {
	padding: 20px;
	background: #f5f5f5;
	margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
	.lx_style_ir_latest_event >*> .link-list {
		min-height: 169px;
	}
}


.lx_style_ir_latest_event >*> .link-list h2 {
	margin-top: 0;
	padding-left: 0;
}

.lx_style_ir_latest_event >*> .link-list h2::before ,
.lx_style_ir_latest_event >*> .link-list h2::after {
	content: none;
}

.lx_style_ir_latest_event >*> .link-list ul {
	margin-top: 0;
}

.lx_style_ir_latest_event >*> .link-list ul li {
	font-size: 18px;
}


/*-- 最新決算資料 --*/
#sharewithmain .lx_style_ir_latest_earnings {
}

.lx_style_ir_latest_earnings .title2 {
	padding: 20px 20px 0px;
	background: #f5f5f5;
}

.lx_style_ir_latest_earnings .title2 h2 {
	margin-top: 0;
}

.lx_style_ir_latest_earnings .title2::before ,
.lx_style_ir_latest_earnings .title2::after {
	content: none;
}

.lx_style_ir_latest_earnings .news-result ,
.lx_style_ir_latest_earnings .news-material {
	padding: 5px 20px 20px;
	background: #f5f5f5;
}

.lx_style_ir_latest_earnings .news-material .group_year ~ h2 ,
.lx_style_ir_latest_earnings .news-material .group_year ~ .group_year ,
.lx_style_ir_latest_earnings .news-material dl ~ h2 ,
.lx_style_ir_latest_earnings .news-material dl ~ dl ,
.lx_style_ir_latest_earnings .news-result .group_year ~ h2 ,
.lx_style_ir_latest_earnings .news-result .group_year ~ .group_year ,
.lx_style_ir_latest_earnings .news-result dl ~ h2 ,
.lx_style_ir_latest_earnings .news-result dl ~ dl ,
.lx_style_ir_latest_earnings .merged_list ~ .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 .news-result dl dt ,
.lx_style_ir_latest_earnings .news-material h2 {
	display: none;
}

.lx_style_ir_latest_earnings .news-result dl ,
.lx_style_ir_latest_earnings .news-material dl {
	margin-top: 0;
}

.lx_style_ir_latest_earnings .news-material dl dt .result-quarter {
}
.lx_style_ir_latest_earnings .news-material dl dt .result-word {
	display: none;
}

.lx_style_ir_latest_earnings .news-result dl dd .filesize ,
.lx_style_ir_latest_earnings .news-material dl dd .filesize {
	display: none;
}

/* h4と同等のスタイル */
.lx_style_ir_latest_earnings .news-result h2 ,
.lx_style_ir_latest_earnings .news-material dl dt {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: inherit;
	font-weight: inherit;
	letter-spacing: inherit;

	padding-bottom: 5px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;

	margin-bottom: 5px;
}

.lx_style_ir_latest_earnings .news-result h2::before ,
.lx_style_ir_latest_earnings .news-result h2::after ,
.lx_style_ir_latest_earnings .news-material dl dt::before ,
.lx_style_ir_latest_earnings .news-material dl dt::after {
	content: none;
}

.lx_style_ir_latest_earnings .news-result dl dt .title-quater ,
.lx_style_ir_latest_earnings .news-material dl dt .title-quater {
	display: inline;
}




/*------------------ HOMEページ 設定サンプル ------------------*/
/*==== HOME共通 ====*/

/*----- マルチカラムの上下に線を引く、連続した時は線を重ねる ----*/
#sharewithmain .lx_sample_mcol_topline_01 {
	padding-top: 40px;
	border-top: 1px solid #eee;
}

#sharewithmain .lx_sample_mcol_bottomline_01 {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

#sharewithmain .lx_sample_mcol_bottomline_01 + .lx_sample_mcol_topline_01 {
	margin-top: -1px;
}

/*---- マルチカラムに背景色をつける -----*/
#sharewithmain .lx_sample_mcol_bg_gray01 {
	background: #fafbfb;
}


/*----- 複数マルチカラム灰色背景 ----*/
#sharewithmain .lx_sample_mcol_bg_gray02 {
}

#sharewithmain .lx_sample_mcol_bg_gray02 {
	padding: 25px 25px 0;
	background: #ccc;
	margin-bottom: 50px;
}

#sharewithmain .lx_sample_mcol_bg_gray02 + .lx_sample_mcol_bg_gray02 {
	margin-top: -50px;
}

/* 囲み線テキストを置いた場合は、そこが白色背景 */
.lx_sample_mcol_bg_gray02 .highlight-quoted-text {
	background: #fff;
}



/*-- ニュースティッカー */
#sharewithmain .lx_style_news_ticker {
	padding-top: 0;
	padding-bottom: 0;
}

.lx_style_news_ticker .basic-list2:not(.thumnail) {
	margin-top: 0;
}

.lx_style_news_ticker .basic-list2:not(.thumnail) .tabItems {
	border: none;
	padding-top: 0;
}



/*-- トピックス（タイル型ニュース） */
#sharewithmain .lx_multi3_col4pc ,
#sharewithmain .lx_multi3_col2sp {
}

@media print, screen and (min-width: 768px) {
	.lx_multi3_col4pc .basic-list2.thumnail .tabItems li {
		width: calc(100% / 4 - 18px);
	}
}

@media screen and (max-width: 767px) {
	.lx_multi3_col2sp .basic-list2.thumnail .tabItems {
		margin-right: 0;
	}

	.lx_multi3_col2sp .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;
}


/*-- news tab --*/
[role="main"] .lx_sample_list_tab01 {
	margin-top: 20px;
}

.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;
}

.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 60px;
	padding: 5px 5px;
	text-align: center;
	background: #eee;
	text-decoration: none;
}

.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 {
	color: #fff;
	background: #000;
}

.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;
}


/* IE対応 */
@media all and (-ms-high-contrast:none) {
	.lx_sample_list_tab01 div.link-list:not(.highlight) ul li {
		vertical-align: middle;
		height: 60px;
		padding: 5px 5px;
		text-align: center;
		background: #eee;
	}

	.lx_sample_list_tab01 div.link-list:not(.highlight) ul li.act ,
	.lx_sample_list_tab01 div.link-list:not(.highlight) ul li:hover {
		color: #fff;
		background: #000;
	}

	.lx_sample_list_tab01 div.link-list:not(.highlight) ul li > span ,
	.lx_sample_list_tab01 div.link-list:not(.highlight) ul li > a {
		display: block;
		min-height: auto;
		color: inherit;
		background: none;
	}

	.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 {
		color: inherit;
		background: none;
	}
}

/*-- comboニュース --*/
#sharewithmain .lx_sample_combo_twin_news {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}

@media print, screen and (min-width: 768px) {
	#sharewithmain .lx_sample_combo_twin_news::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		display: block;
		width: 50%;
		height: 100%;
		background: #fafbfb;
		z-index: -1;
	}

	#sharewithmain .lx_sample_combo_twin_news > .column1 {
		width: 50%;
		max-width: 500px;
		padding: 40px 40px 100px 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 100px 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: 767px) {
	#sharewithmain .lx_sample_combo_twin_news > .column1 ,
	#sharewithmain .lx_sample_combo_twin_news > .column2 {
		padding: 40px 0px 20px 0px;
	}

	#sharewithmain .lx_sample_combo_twin_news > .column2 {
		position: relative;
	}

	#sharewithmain .lx_sample_combo_twin_news > .column2::before {
		content: "";
		position: absolute;
		top: 0;
		left: -10px;
		display: block;
		width: calc(100% + 20px);
		height: 100%;
		background: #fafbfb;
		z-index: -1;
	}
}



/*==== ブロークングリッド01 ====*/
/*-- 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: 768px) {
	#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: 767px) {
	#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: 768px) {
	#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: 767px) {
	#sharewithmain .lx_sample_col_grid_02 {
		padding-left: 0;
		padding-right: 0;
	}

	#sharewithmain .lx_sample_col_grid_02 > .column1 {
		margin-left: 0;
		margin-right: 10%;
		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: 768px) {
	#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.lx_mcol_rtl {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}

	#sharewithmain .lx_sample_col_grid_03 > .column1 {
		vertical-align: middle;
		max-width: none;
		width: 50%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}

	#sharewithmain .lx_sample_col_grid_03 > .column2 {
		position: relative;
		z-index: 1;
		vertical-align: middle;
		max-width: 650px;
		width: 65%;
		margin-left: -150px;
		margin-bottom: 0;
	}

	#sharewithmain .lx_sample_col_grid_03.lx_mcol_rtl > .column1 {
		margin-left: 0;
		margin-right: 0;
	}

	#sharewithmain .lx_sample_col_grid_03.lx_mcol_rtl > .column2 {
		margin-left: auto;
		margin-right: -150px;
	}
}

@media screen and (max-width: 767px) {
	#sharewithmain .lx_sample_col_grid_03 {
		padding-left: 0;
		padding-right: 0;
	}

	#sharewithmain .lx_sample_col_grid_03 > .column1 {
		margin-left: 0;
		margin-right: 10%;
		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: 768px) {
	#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: 767px) {
	#sharewithmain .lx_sample_col_grid_04 {
		padding-left: 0;
		padding-right: 0;
	}

	#sharewithmain .lx_sample_col_grid_04 > .column1 {
		margin-left: 0;
		margin-right: 10%;
		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 {
	}
}





/*-- 数字で見る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: 1px 20px 20px;
	background: #fff;
	border: 1px solid #eee;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	#sharewithmain .lx_sample_col_border01 > .column1 ,
	#sharewithmain .lx_sample_col_border01 > .column2 ,
	#sharewithmain .lx_sample_col_border01 > .column3 ,
	#sharewithmain .lx_sample_col_border01 > .column4 ,
	#sharewithmain .lx_sample_col_border01 > .column5 {
		padding: 1px 10px 10px;
		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: 767px) {
	.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', sans-serif;
}

.lx_sample_table_calendar01 div.shwTable .tbCore tr:nth-child(odd) td:nth-child(1) {
	background: #000;
	color: #FFF;
}
.lx_sample_table_calendar01 div.shwTable .tbCore tr:nth-child(even) td:nth-child(1) {
	background: #888;
	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: 767px) {
	.lx_sample_table_calendar01 div.shwTable {
	    overflow: visible;
	}

	.lx_sample_table_calendar01 div.shwTable .tbCore {
		margin: 0 5%;
	}

	.lx_sample_table_calendar01 div.shwTable .tbCore tr {
		width: 16.5%;
		width: calc(100% / 6 - 0.5px);
		margin: 50px 0 75px;;
	}

	.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(1) {
	    font-size: 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.75rem + 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: 767px) {
	.lx_sample_table_calendar03 div.shwTable {
		overflow-x: scroll;
	}

	.lx_sample_table_calendar03 div.shwTable .tbCore {
		width: 750px;
	}

}



/*==== 会社情報 > 沿革 ====*/

/*--沿革03 --*/
.lx_sample_table_history03 .ircalendar {
	margin-top: 40px;
	margin-bottom: 20px;
}

.lx_sample_table_history03 tr td ,
.lx_sample_table_history03 tr th {
	border: none;
	background: none;
}

.lx_sample_table_history03 .ircalendar-title,
.lx_sample_table_history03 .ircalendar-item {
	position: relative;
	margin-bottom: -10px;
}

.lx_sample_table_history03 .ircalendar-title1,
.lx_sample_table_history03 .ircalendar-item1 {
	position: relative;
}

.lx_sample_table_history03 .ircalendar-item1:not(:empty)::before {
	content: "●";
	position: absolute;
	top: -14px;
	right: -8px;
	color: #ade0ee;
	font-size: 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;
}

/*==== 沿革04 ====*/
.lx_sample_table_history04 {
	margin-top: 20px;
}

.lx_sample_table_history04 + .lx_sample_table_history04 {
	margin-top: 0px;
}

@media print, screen and (min-width: 768px) {
	.lx_sample_table_history04 > * {
		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;
/*		align-items: flex-start; */
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}

	.lx_sample_table_history04 .ircalendar {
		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(10% + 1px);
		margin: 0;
		margin-right: -1px;
	}

	.lx_sample_table_history04 .ircalendar > * {
		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;
	}

	.lx_sample_table_history04 .ircalendar-title > table ,
	.lx_sample_table_history04 .ircalendar-item > table {
		height: 100%;
	}

	.lx_sample_table_history04 .ircalendar-title > table > tbody > tr > th ,
	.lx_sample_table_history04 .ircalendar-item > table > tbody >tr > td {
		vertical-align: middle;
		text-align: left;
		background: none;
	}


	.lx_sample_table_history04 .vertical-table {
		width: 90%;
		margin: 0;
	}

	.lx_sample_table_history04 .vtable-item > table > tbody > tr > th {
		width: 11.25% !important;
		background: none;
	}
	.lx_sample_table_history04 .vtable-item > table > tbody > tr > td {
		width: 88.75% !important;
	}

	/* 左列がデフォルト２行の場合の高さ保証 */
	.lx_sample_table_history04 .vtable-item:only-child > table > tbody > tr > th ,
	.lx_sample_table_history04 .vtable-item:only-child > table > tbody > tr > td {
		height: 93px;
		vertical-align: middle;
	}

}

@media screen and (max-width: 767px) {
	.lx_sample_table_history04 .ircalendar {
		margin-top: 0;
	}

	.lx_sample_table_history04 .ircalendar-title > table > tbody > tr > th ,
	.lx_sample_table_history04 .ircalendar-item > table > tbody >tr > td ,
	.lx_sample_table_history04 .vtable-item > table > tbody > tr > th {
		background: none;
	}
}


/*==== 会社情報 > 役員紹介 ====*/
/* 役員紹介2 (アコーディオン) */
#sharewithmain .lx_sample_combo_officer02 {
	margin-top: 40px;
}

#sharewithmain .lx_sample_combo_officer02 > .column1 {
	margin-bottom: 2px;
}

#sharewithmain .lx_sample_combo_officer02 > .column3 {
	background: #f7f7f7;
	padding: 40px 40px 20px;
	margin-bottom: 0;
}

.lx_sample_combo_officer02 > .column1 .title2.highlight {
	position: relative;
	background: #f7f7f7;
	margin-bottom: 0;
	cursor: pointer;
}

.lx_sample_combo_officer02 > .column1 .title2.highlight h2 {
	padding: 40px 40px;
	color: #222;
	font-size: 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_sample_table_basemap01 {
}

.lx_sample_table_basemap01 a[href*="//www.google.co.jp/maps/"] ,
.lx_sample_table_basemap01 a[href*="//goo.gl/maps/"] {
	display: inline-block;
	vertical-align: middle;
	padding: 8px 20px;
	color: #fff;
	background: #00359f;
	border-radius: 4px;
	text-decoration: none;
	white-space: nowrap;
}

.lx_sample_table_basemap01 a[href*="//www.google.co.jp/maps/"]::before ,
.lx_sample_table_basemap01 a[href*="//goo.gl/maps/"]::before {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 10px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/default/icon_map.png") center center no-repeat;
	background-size: contain;
	margin-right: 1em;
}

.lx_sample_table_basemap01 a[href*="//www.google.co.jp/maps/"]::after ,
.lx_sample_table_basemap01 a[href*="//goo.gl/maps/"]::after {
	content: none;
}

@media screen and (max-width: 767px) {
	.lx_sample_table_basemap01 a[href*="//www.google.co.jp/maps/"] ,
	.lx_sample_table_basemap01 a[href*="//goo.gl/maps/"] {
		padding: 8px 12px;
		font-size: 0;
	}
}



/*==== promo3 > ページ一覧 ====*/
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: 767px) {
	#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_mcol_table_style01 {
}

.lx_mcol_table_style01 > .column1 ,
.lx_mcol_table_style01 > .column2 ,
.lx_mcol_table_style01 > .column3 ,
.lx_mcol_table_style01 > .column4 ,
.lx_mcol_table_style01 > .column5 {
	margin-top: -1px;
	margin-right: -1px;
}

.lx_mcol_table_style01:not(.lx_table_no_pad) > .column1 ,
.lx_mcol_table_style01:not(.lx_table_no_pad) > .column2 ,
.lx_mcol_table_style01:not(.lx_table_no_pad) > .column3 ,
.lx_mcol_table_style01:not(.lx_table_no_pad) > .column4 ,
.lx_mcol_table_style01:not(.lx_table_no_pad) > .column5 {
	padding: 15px 15px;
}

.lx_mcol_table_style01:not(.lx_table_no_border) > .column1 ,
.lx_mcol_table_style01:not(.lx_table_no_border) > .column2 ,
.lx_mcol_table_style01:not(.lx_table_no_border) > .column3 ,
.lx_mcol_table_style01:not(.lx_table_no_border) > .column4 ,
.lx_mcol_table_style01:not(.lx_table_no_border) > .column5 {
	border: 1px solid #dfe0e4;
}

.lx_mcol_table_style01:not(.lx_table_no_bg) > .column1 ,
.lx_mcol_table_style01:not(.lx_table_no_bg) > .column2 ,
.lx_mcol_table_style01:not(.lx_table_no_bg) > .column3 ,
.lx_mcol_table_style01:not(.lx_table_no_bg) > .column4 ,
.lx_mcol_table_style01:not(.lx_table_no_bg) > .column5 {
	background-color: #fff;
}

/* 見出し列 */
.lx_mcol_table_style01:not(.thead):not(.lx_table_no_bg) > .column1 {
	background-color: #f5f5f5;
	font-weight: bold;
}

/* 見出し行 */
.lx_mcol_table_style01.thead:not(.lx_table_no_bg) > .column1 ,
.lx_mcol_table_style01.thead:not(.lx_table_no_bg) > .column2 ,
.lx_mcol_table_style01.thead:not(.lx_table_no_bg) > .column3 ,
.lx_mcol_table_style01.thead:not(.lx_table_no_bg) > .column4 ,
.lx_mcol_table_style01.thead:not(.lx_table_no_bg) > .column5 {
	background-color: #eee;
	font-weight: bold;
}

.lx_mcol_table_style01 .text-section ,
.lx_mcol_table_style01 .link-list ul {
	margin-top: 0;
}

.lx_mcol_table_style01 .link-list ul li {
	padding-top: 0;
}

.lx_mcol_table_style01 .text-section.highlight img {
	margin: 0;
}

@media print, screen and (min-width: 768px) {
	#sharewithmain .lx_mcol_table_style01 {
		-webkit-box-align: normal;
		    -ms-flex-align: normal;
		        align-items: normal;
	}

	.lx_mcol_table_style01 > .column2 ,
	.lx_mcol_table_style01 > .column3 ,
	.lx_mcol_table_style01 > .column4 ,
	.lx_mcol_table_style01 > .column5 {
		border-left: none;
	}
}

/*-- テーブル風カラム SPスワイプ設定 --*/
.lx_mcol_table_swipable {
}

@media screen and (max-width: 767px) {
	.lx_mcol_table_swipable > .column1 {
		overflow-x: scroll;
	}

	.lx_mcol_table_swipable >*> .reuse-main-area {
		width: 1020px;
		padding-top: 1px;
	}

	.lx_mcol_table_swipable >*> .reuse-main-area > .lx_mcol_table_style01 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: normal;
		    -ms-flex-align: normal;
		        align-items: normal;
	}

	.lx_mcol_table_swipable >*> .reuse-main-area > .lx_mcol_table_style01 > .column2 ,
	.lx_mcol_table_swipable >*> .reuse-main-area > .lx_mcol_table_style01 > .column3 ,
	.lx_mcol_table_swipable >*> .reuse-main-area > .lx_mcol_table_style01 > .column4 ,
	.lx_mcol_table_swipable >*> .reuse-main-area > .lx_mcol_table_style01 > .column5 {
		border-left: none;
	}

	.lx_mcol_table_swipable >*> .reuse-main-area .multiColumn2 > .column1 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .multiColumn2 > .column2 {
		width: calc(100% / 2);
		max-width: none;
	}

	.lx_mcol_table_swipable >*> .reuse-main-area .multiColumn3 > .column1 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .multiColumn3 > .column2 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .multiColumn3 > .column3 {
		width: calc(99.9999% / 3);
		max-width: none;
	}

	.lx_mcol_table_swipable >*> .reuse-main-area .multiColumn4 > .column1 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .multiColumn4 > .column2 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .multiColumn4 > .column3 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .multiColumn4 > .column4 {
		width: calc(100% / 4);
		max-width: none;
	}

	.lx_mcol_table_swipable >*> .reuse-main-area .multiColumn5 > .column1 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .multiColumn5 > .column2 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .multiColumn5 > .column3 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .multiColumn5 > .column4 ,
	.lx_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_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio112.multiColumn3 > .column1 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio112.multiColumn3 > .column2 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio121.multiColumn3 > .column1 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio121.multiColumn3 > .column3 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio211.multiColumn3 > .column2 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio211.multiColumn3 > .column3 {
		width: calc(100% / 4);
	}
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio112.multiColumn3 > .column3 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio121.multiColumn3 > .column2 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio211.multiColumn3 > .column1 {
		width: calc(100% / 2);
	}


	/*-- カラム分割比率 1:2:2・2:1:2・2:2:1 --*/
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio122.multiColumn3 > .column1 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio212.multiColumn3 > .column2 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio221.multiColumn3 > .column3 {
		width: calc(100% / 5);
	}
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio122.multiColumn3 > .column2 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio122.multiColumn3 > .column3 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio212.multiColumn3 > .column1 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio212.multiColumn3 > .column3 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio221.multiColumn3 > .column1 ,
	.lx_mcol_table_swipable >*> .reuse-main-area .lx_mcol3_ratio221.multiColumn3 > .column2 {
		width: calc(100% / 5 * 2);
	}
}


/*==== スクロールボックス ====*/
.lx_col1_scrollbox > .column1 ,
.lx_col2_scrollbox > .column2 ,
.lx_col3_scrollbox > .column3 ,
.lx_col4_scrollbox > .column4 ,
.lx_col5_scrollbox > .column5 {
	max-height: 200px;
	overflow-y: scroll;
}





/*==== ニュース一覧 ====*/
#sharewithmain .lx_news_col_teaser  > .column1 {
		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: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
}

#sharewithmain .lx_news_col_teaser  > .column1 > * {
	width: 100px;
	margin-left: 0;
	margin-right: 20px;
}

@media screen and (max-width: 767px) {
	#sharewithmain .lx_news_col_teaser  > .column1 > * {
		width: 100px;
		margin-left: 0;
		margin-right: 10px;
	}
}

.lx_multi3_tile01 .basic-list2 {
	margin-top: 50px;
	margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
	.lx_multi3_tile01 .basic-list2 {
		margin-bottom: 30px;
	}
}

.lx_multi3_tile01 .basic-list2 .yearTabs {
	max-width: none;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-bottom: 50px;
}

.lx_multi3_tile01 .basic-list2 .tabs {
/*
	overflow: hidden;
	height: 0;
	margin-bottom: 0;
*/
	display: none;
}

.lx_multi3_tile01 .basic-list2.thumnail .item {
	padding-left: 60px;
}

.lx_multi3_tile01 .basic-list2.thumnail .item .n_img {
	margin-left: -60px;
	margin-bottom: -30px;
}

.lx_multi3_tile01 .basic-list2.thumnail li.lazy .item::before ,
.lx_multi3_tile01 .basic-list2.thumnail li.no-img .item::before ,
.lx_multi3_tile01 .basic-list2.thumnail .item .n_img {
	width: calc(100% + 80px);
	padding-top: calc((100% + 80px) / 884 * 600);
}

.lx_multi3_tile01 .basic-list2.thumnail li.lazy .item::after ,
.lx_multi3_tile01 .basic-list2.thumnail li.no-img .item::after ,
.lx_multi3_tile01 .basic-list2.thumnail .item .n_img::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: calc(100% - 30px);
	height: 60px;
	background: #fff;
}

.lx_multi3_tile01 .basic-list2.thumnail .item .date {
	left: 60px;
}

/* ブランドロゴ タブ */
.lx_multi3_tile01 .basic-list2.thumnail .tabs li.brand_logo {
/*	display: block; */
}

.lx_multi3_tile01 .basic-list2.thumnail .tabs li.brand_logo > ul > li > span {
	padding: 10px 0;
/*	border: none; */
	min-width: auto;

	overflow: hidden;
	display: inline-block;
	margin-right: 10px;
	width: 70px;
	text-align: center;
	font-size: 0;
	line-height: 1.4;
	font-weight: bold;
	word-wrap: break-word;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.lx_multi3_tile01 .basic-list2.thumnail .tabs li.brand_logo > ul > li > span::before {
	content: "";
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	margin-bottom: 7px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.lx_multi3_tile01 .basic-list2.thumnail .tabs li.brand_logo > ul > li > span:hover::before {
/*	transform: scale(1.2); */
}

.lx_multi3_tile01 .basic-list2.thumnail .tabs li.brand_logo > ul > li.all > span::before {
	content: "all";
	font-size: 14px;
	line-height: 70px;
	border: 2px solid #000;
}

.lx_multi3_tile01 .basic-list2.thumnail .tabs li.brand_logo > ul > li > span.mark_lona_icon::before {
	background: url(../../../../../../resources/sw_img/brands/prof_mark.png) no-repeat center center;
	background-size: contain;
}
.lx_multi3_tile01 .basic-list2.thumnail .tabs li.brand_logo > ul > li > span.horn_garment_icon::before {
	background: url(../../../../../../resources/sw_img/brands/prof_horn.png) no-repeat center center;
	background-size: contain;
}
.lx_multi3_tile01 .basic-list2.thumnail .tabs li.brand_logo > ul > li > span.gravis_golf_icon::before {
	background: url(../../../../../../resources/sw_img/brands/prof_gravis-2.png) no-repeat center center;
	background-size: contain;
}
.lx_multi3_tile01 .basic-list2.thumnail .tabs li.brand_logo > ul > li > span.pro_team_icon::before {
	background: url(../../../../../../resources/sw_img/brands/prof_peo2.png) no-repeat center center;
	background-size: contain;
}
.lx_multi3_tile01 .basic-list2.thumnail .tabs li.brand_logo > ul > li > span.cube_co_ltd_icon::before {
	background: url(../../../../../../resources/sw_img/brands/prof_cube_s.png) no-repeat center center;
	background-size: contain;
}


/* アイコン複製したアイコン */
.lx_multi3_tile01 .basic-list2.thumnail .item > .c_icon span {
	display: none;
}


/* ブランドロゴ アイコン */
.lx_multi3_tile01 .basic-list2.thumnail li.brand_logoElm > .item {
	padding-right: 100px;
}

.lx_multi3_tile01 .basic-list2.thumnail li.brand_logoElm > .item .n_img {
	margin-right: -100px;
}

.lx_multi3_tile01 .basic-list2.thumnail li.brand_logoElm.lazy .item::before ,
.lx_multi3_tile01 .basic-list2.thumnail li.brand_logoElm.no-img .item::before ,
.lx_multi3_tile01 .basic-list2.thumnail li.brand_logoElm > .item .n_img {
	position: relative;
	z-index: -1;

	width: calc(100% + 160px);
	padding-top: calc((100% + 160px) / 884 * 600);
}

.lx_multi3_tile01 .basic-list2.thumnail .item * .c_icon {
/*	pointer-events: none; */
}
.lx_multi3_tile01 .basic-list2.thumnail .item .c_icon span {
/*	pointer-events: auto; */
}

.lx_multi3_tile01 .basic-list2.thumnail .item * .c_icon span[data-category-group="brand_logo"] {
	display: none;
}

/*
.lx_multi3_tile01 .basic-list2.thumnail .item > .c_icon {
	position: absolute;
	right: 0;
	bottom: 25px;
	display: block;
}
*/

/* 画像付き カテゴリアイコンを上側から位置合わせする為に */
.lx_multi3_tile01 .basic-list2.thumnail .item > .c_icon {
	position: absolute;
	right: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column nowrap;
	        flex-flow: column nowrap;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.lx_multi3_tile01 .basic-list2.thumnail .item > .c_icon::before {
	content: "";
	display: block;
	padding-top: calc(10000% / 884 * 600 - 20px);
}

@media screen and (max-width: 767px) {
	.lx_multi3_tile01 .basic-list2.thumnail .item > .c_icon::before {
		padding-top: calc(10000% / 884 * 600 - 5px);
	}
}


.lx_multi3_tile01 .basic-list2.thumnail .item > .c_icon span[data-category-group="brand_logo"] {
	margin: 0;
	padding: 0;
	letter-spacing: 0;

	display: inline-block;
	width: 70px;
	height: 115px;

	text-align: center;
	font-size: 12px;
	line-height: 1.4;
	font-weight: normal;
	word-wrap: break-word;
}


.lx_multi3_tile01 .basic-list2.thumnail .item > .c_icon span[data-category-group="brand_logo"]:hover {
	color: #d9d900;
	text-decoration: underline;
}

.lx_multi3_tile01 .basic-list2.thumnail .item > .c_icon span[data-category-group="brand_logo"]::before {
	content: "";
	margin-bottom: 13px;
	overflow: hidden;
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.lx_multi3_tile01 .basic-list2.thumnail .item > .c_icon span[data-category-group="brand_logo"]:hover::before {
/*	transform: scale(1.2); */
}

.lx_multi3_tile01 .basic-list2.thumnail .item > .c_icon span.mark_lona_icon[data-category-group="brand_logo"]::before {
	background: url(../../../../../../resources/sw_img/brands/prof_mark.png) no-repeat center center;
	background-size: contain;
}
.lx_multi3_tile01 .basic-list2.thumnail .item > .c_icon span.horn_garment_icon[data-category-group="brand_logo"]::before {
	background: url(../../../../../../resources/sw_img/brands/prof_horn.png) no-repeat center center;
	background-size: contain;
}
.lx_multi3_tile01 .basic-list2.thumnail .item > .c_icon span.gravis_golf_icon[data-category-group="brand_logo"]::before {
	background: url(../../../../../../resources/sw_img/brands/prof_gravis-2.png) no-repeat center center;
	background-size: contain;
}
.lx_multi3_tile01 .basic-list2.thumnail .item > .c_icon span.pro_team_icon[data-category-group="brand_logo"]::before {
	background: url(../../../../../../resources/sw_img/brands/prof_peo2.png) no-repeat center center;
	background-size: contain;
}
.lx_multi3_tile01 .basic-list2.thumnail .item > .c_icon span.cube_co_ltd_icon[data-category-group="brand_logo"]::before {
	background: url(../../../../../../resources/sw_img/brands/prof_cube_s.png) no-repeat center center;
	background-size: contain;
}

.lx_multi3_tile01 .basic-list2.thumnail .item > .c_icon span[data-category-group="brand_logo"]::after {
	content: none;
}

.lx_multi3_tile01 .basic-list2.thumnail .item > .c_icon span.brand_logo {
	display: none !important;
}

/* ブランドが重複した場合、2つ目以降は非表示 */
.lx_multi3_tile01 .basic-list2.thumnail .item > .c_icon span[data-category-group="brand_logo"][data-category-level="2"] ~ span[data-category-group="brand_logo"] {
	display: none;
}


@media screen and (max-width: 767px) {
	.lx_multi3_tile01 .basic-list2.thumnail li.brand_logoElm > .item {
		padding-right: 70px;
	}

	.lx_multi3_tile01 .basic-list2.thumnail li.brand_logoElm > .item .n_img {
		margin-right: -70px;
	}

	.lx_multi3_tile01 .basic-list2.thumnail .item > .c_icon span[data-category-group="brand_logo"] {
		font-size: 11px;
		width: 50px;
		height: 95px;
	}

	.lx_multi3_tile01 .basic-list2.thumnail .item > .c_icon span[data-category-group="brand_logo"]::before {
		width: 50px;
		height: 50px;
	}
}


/*==== 各ブランドニュース ====*/
.lx_multi3_tile02 {
	position: relative;
}

/*
.lx_multi3_tile02::before {
	content: "";
	position: absolute;
	top: 135px;
	left: 0;
	display: block;
	width: 100%;
	height: calc(100% - 135px);
	background: #f3f3f3;
}
*/

.lx_multi3_tile02 .basic-list2.thumnail .item {
	padding-left: 60px;
}

.lx_multi3_tile02 .basic-list2.thumnail .item .n_img {
	margin-left: -60px;
	margin-bottom: -30px;
}

.lx_multi3_tile02 .basic-list2.thumnail li.lazy .item::before ,
.lx_multi3_tile02 .basic-list2.thumnail li.no-img .item::before ,
.lx_multi3_tile02 .basic-list2.thumnail .item .n_img {
	width: calc(100% + 80px);
	padding-top: calc((100% + 80px) / 884 * 600);
}

.lx_multi3_tile02 .basic-list2.thumnail li.lazy .item::after ,
.lx_multi3_tile02 .basic-list2.thumnail li.no-img .item::after ,
.lx_multi3_tile02 .basic-list2.thumnail .item .n_img::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: calc(100% - 30px);
	height: 60px;
	background: #fff;
}

.lx_multi3_tile02 .basic-list2.thumnail .item .date {
	left: 60px;
}

.lx_multi3_tile02 .basic-list2.thumnail .item .c_icon span {
	z-index: 2;
}

.ux_multi3_add_info .basic-list2.thumnail .infoCount {
	margin-top: 40px;
	display: block;
}

.ux_multi3_add_info .basic-list2.thumnail .infoCount .total {
	margin: 40px auto 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column nowrap;
	        flex-flow: column nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 130px;
	height: 130px;
	padding: 10px;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	background: #000;
}

.ux_multi3_add_info .basic-list2.thumnail .infoCount .total > span {
	display: block;
	font-size: 14px;
}

.ux_multi3_add_info .basic-list2.thumnail .infoCount .total > span + span {
	display: block;
	font-size: 14px;
	color: #d9d900;
}

.ux_multi3_add_info .basic-list2.thumnail .infoCount .total > span + span i {
	display: inline;
	font-style: normal;
	font-size: 30px;
	font-weight: bold;
}



/*==== ニュース詳細ページ promos2 =====*/
/* recommend */
.ax_promos2_slide {
}

#promos2 .ax_promos2_slide .basic-list2.thumnail {
	position: relative;
}

#promos2 .ax_promos2_slide .basic-list2.thumnail .tabItems {
	margin-right: 0;
}

#promos2 .ax_promos2_slide .basic-list2.thumnail .arrow-dots {
	display: block;
}

#promos2 .ax_promos2_slide .basic-list2.thumnail .slick-dots {
	bottom: auto;
	top: 205px;
}

#promos2 .ax_promos2_slide .basic-list2.thumnail .slick-dots li button {
	width: 10px;
	height: 10px;
	margin: 0 4px;
}

#promos2 .ax_promos2_slide .basic-list2.thumnail .slick-dots li button::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	line-height: 10px;
	background: #999;
	border-radius: 20px;
	position: absolute;
	top: 0;
	left: 0;
}

#promos2 .ax_promos2_slide .basic-list2.thumnail .slick-dots li.slick-active button::before {
	background: #fff;
}




/* 最新ニュース */
.ax_promos2_latest {
	position: relative;
	padding-top: 60px;
}

@media print, screen and (min-width: 768px) {
	.ax_promos2_latest::before {
		content: "";
		position: absolute;
		top: 60px;
		left: -50px;
		display: block;
		width: calc(100% + 100px);
		height: 2px;
		background: #fff;
	}
}

.ax_promos2_latest .basic-list2.thumnail .tabItems > li {
	width: calc(100% - 30px);
}

.ax_promos2_latest .basic-list2.thumnail .item {
	padding: 0 0 25px;
}

.ax_promos2_latest .basic-list2.thumnail .item::before {
	content: none;
}

.ax_promos2_latest .basic-list2.thumnail .item .n_img {
	margin: 0;
	width: 75px;
	padding-top: calc((75px) / 884 * 600);
}

.ax_promos2_latest .basic-list2.thumnail .item .date {
	left: 0;
}

.ax_promos2_latest .basic-list2.thumnail .item .c_icon {
	display: none;
}

.ax_promos2_latest .basic-list2.thumnail .item .news_tx {
	font-weight: normal;
	font-size: 15px;
}

.ax_promos2_latest .basic-list2.thumnail .item a:hover .n_img img {
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}

@media screen and (max-width: 767px) {
	.ax_promos2_latest .basic-list2.thumnail .tabItems > li {
		width: calc(50% - 30px);
	}

	.ax_promos2_latest .basic-list2.thumnail .item .n_img {
		width: 100%;
		padding-top: calc(100% / 884 * 600);
	}

}


/* category */
.ax_promos2_category {
	position: relative;
	padding-top: 30px;
}

@media print, screen and (min-width: 768px) {
	.ax_promos2_category::before {
		content: "";
		position: absolute;
		top: 30px;
		left: -50px;
		display: block;
		width: calc(100% + 100px);
		height: 2px;
		background: #fff;
	}
}

.ax_promos2_category .ax_category_link {
	margin-top: 20px;
	margin-left: -8px;
}

.ax_promos2_category .ax_category_link a {
	color: inherit;
}

.ax_promos2_category .ax_category_link span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 5px;

	padding: 0 8px;
	line-height: 1.25;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-align: center;

	color: inherit;
/*	background: #fff; */
}

.ax_promos2_category .ax_category_link span::after {
	content: "";
	position: relative;
	top: -2px;
	left: -8px;
	display:block;
	width: 0;
	height: 4px;
	background: #b43936 url("../../../../../../resources/sw_img/bg/grunge_bg.png") center center repeat-x;
	background-blend-mode: color-dodge;
	-webkit-filter:blur(1px);
	        filter:blur(1px);
	border-radius:4px;
	z-index: -1;
	-webkit-transition: width .2s;
	-o-transition: width .2s;
	transition: width .2s;
	-webkit-mask-image: url(../../../../../../resources/sw_img/bg/grunge_bg_shape_small.png);
	        mask-image: url(../../../../../../resources/sw_img/bg/grunge_bg_shape_small.png);
	transition: width .2s;
}


.ax_promos2_category .ax_category_link span.gravis_golf::after {
	background-color: #45a330;
}
.ax_promos2_category .ax_category_link span.general_collection::after ,
.ax_promos2_category .ax_category_link span.code_collection::after {
	background-color: #dd9933;
}
.ax_promos2_category .ax_category_link span.vintage_collection::after ,
.ax_promos2_category .ax_category_link span.classic_collection::after {
	background-color: #1e73be;
}
.ax_promos2_category .ax_category_link span.collabolate::after {
	background-color: #eeee22;
}
.ax_promos2_category .ax_category_link span.sustainable::after {
	background-color: #1e73be;
}
.ax_promos2_category .ax_category_link span.office::after {
	background-color: #000;
}

.ax_promos2_category .ax_category_link a:hover span::after {
	width: calc(100% + 16px);
}


/* archive */
.ax_promos2_archive {
	position: relative;
	padding-top: 60px;
}

@media print, screen and (min-width: 768px) {
	.ax_promos2_archive::before {
		content: "";
		position: absolute;
		top: 60px;
		left: -50px;
		display: block;
		width: calc(100% + 100px);
		height: 2px;
		background: #fff;
	}
}

.ax_promos2_archive .ax_year_link {
	margin-top: 50px;
	position: relative;
}

.ax_promos2_archive .ax_year_link .ax_year_title {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	height: 60px;
	line-height: 60px;
	padding: 0 18px;
	border: 1px solid #ddd;
	background: #fff;
	color: #000;
	font-size: 14px;
	z-index: 10;
	cursor: pointer;
}

.ax_promos2_archive .ax_year_link .ax_year_title::after {
	content: "\e90e";
	position: absolute;
	right: 17px;
	top: 2px;
	font-family: "design_plus";
	color: #000;
}

.ax_promos2_archive .ax_year_link .ax_year_title.close::after {
	content: "\e911";
}

.ax_promos2_archive .ax_year_link .ax_year_title:hover {
	color: rgba(0,0,0,0.5);
}

.ax_promos2_archive .ax_year_link ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
}

.ax_promos2_archive .ax_year_link ul > li > a {
	display: block;
	padding: 0px 18px;
	height: 47px;
	line-height: 47px;
	margin: -1px 0 0 0;
	color: inherit;
	font-size: 14px;
	background: #fff;
	border: 1px solid #ddd;
}


@media screen and (max-width: 767px) {
	.ax_promos2_archive {
		padding-bottom: 60px;
	}

	.ax_promos2_archive .ax_year_link {
		margin-top: 0;
	}

	.ax_promos2_archive .ax_year_link ul {
		position: static;
	}
}

/* タブレットレイアウト */
@media screen and (min-width: 768px) and (max-width: 1199px) {
	#promos2 .ax_promos2 > * > * {
		margin-top: 30px;
		width: 100%;
/*		margin: -50px auto 0; */
		position: relative;
		z-index: 2;
		padding: 0 0 50px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#promos2 .ax_promos2 > * > *::before {
		content: "";
		position: absolute;
		top: 0px;
		left: -50px;
		display: block;
		width: calc(100% + 100px);
		height: 2px;
		background: #fff;
	}


	#promos2 .ax_promos2_slide ,
	#promos2 .ax_promos2_category {
		width: calc(50% - 20px);
		margin-right: 40px;
	}

	#promos2 .ax_promos2_latest ,
	#promos2 .ax_promos2_archive {
		width: calc(50% - 20px);
		padding-top: 0;
	}

	#promos2 .ax_promos2_slide::before ,
	#promos2 .ax_promos2_latest::before ,
	#promos2 .ax_promos2_category::before ,
	#promos2 .ax_promos2_archive::before {
		content: none;
	}

}


/*==== ニュース詳細ページ promos3 =====*/
/* related */
#site-info .ox_related {
	margin-bottom: 40px;
	display: none;
}

[data-page-marker~="show-related"] #site-info .ox_related {
	display: block;
}
[data-page-marker~="hide-related"] #site-info .ox_related {
	display: none;
}

body:not(.col-subcol)[data-page-marker~="show-related"] #wrapper-2 {
	margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
	#site-info .ox_related {
		margin-left: 80px;
	}
}

#site-info .ox_related .basic-list2.thumnail .item {
	margin-right: 30px;
}


/* promos3 前・次リンク */
.ax_promos3_pager {
}

body.multi3Overview #promos3 .ax_promos3_pager {
	display: none;
}

#promos3 .ax_promos3_pager > .column1 {
	border-right: 2px solid #f3f3f3;
}

#promos3 .ax_promos3_pager .teaser.no-img.style1 ,
#promos3 .ax_promos3_pager .external-teaser.no-img.style1 {
	max-width: none;
}

#promos3 .ax_promos3_pager .teaser.no-img.style1 h2 a ,
#promos3 .ax_promos3_pager .external-teaser.no-img.style1 h2 a {
	border-radius: 0;
	text-align: left;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;

	min-height: 130px;
	padding: 5px 40px;
	color: inherit;
	font-size: 16px;
	font-weight: bold;
	background: #fff;
}

#promos3 .ax_promos3_pager .teaser.no-img.style1 h2 a:hover ,
#promos3 .ax_promos3_pager .external-teaser.no-img.style1 h2 a:hover {
	color: rgba(0,0,0,0.5);
}

#promos3 .ax_promos3_pager .teaser.no-img.style1.prev-item h2 a ,
#promos3 .ax_promos3_pager .external-teaser.no-img.style1.prev-item h2 a {
	padding-right: 100px;
}

#promos3 .ax_promos3_pager .teaser.no-img.style1.prev-item h2 a::before ,
#promos3 .ax_promos3_pager .external-teaser.no-img.style1.prev-item h2 a::before {
	content: '\e94a';
	z-index: 10;
	position: absolute;
	margin-top: 2px;
	right: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	font-family: 'design_plus';
	color: #000;
	font-size: 14px;
	font-weight: 500;
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#promos3 .ax_promos3_pager .teaser.no-img.style1.next-item h2 a ,
#promos3 .ax_promos3_pager .external-teaser.no-img.style1.next-item h2 a {
	padding-left: 100px;
}

#promos3 .ax_promos3_pager .teaser.no-img.style1.next-item h2 a::before ,
#promos3 .ax_promos3_pager .external-teaser.no-img.style1.next-item h2 a::before {
	content: '\e94b';
	z-index: 10;
	position: absolute;
	margin-top: 2px;
	left: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	font-family: 'design_plus';
	color: #000;
	font-size: 14px;
	font-weight: 500;
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}





/*==== 表 見出し背景グラデーション =====*/
/* 見出し列 */
/* 背景色と文字色を指定 */
.lx_table_ex_bg01 .form-summary table td:first-child ,
.lx_table_ex_bg01 .highlights-table tr td:first-child ,
.lx_table_ex_bg01 .highlights-alltable-2nd tr td:first-child ,
.lx_table_ex_bg01 .haitou-table-2nd td.t1 ,
.lx_table_ex_bg01 .haitou-table-2nd td.t2 ,
.lx_table_ex_bg01 .haitou-table-2nd td.t12 ,
.lx_table_ex_bg01 .shwTable table tr td.tableColumnHead ,
.lx_table_ex_bg01 td.tbColumnHead ,
.lx_table_ex_bg01 .vtable-item > table > tbody > tr > th ,
.lx_table_ex_bg01 th {
	background: -o-linear-gradient(left, #f5f5f5 0%, #fff 100%);
	background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#fff));
	background: linear-gradient(90deg, #f5f5f5 0%, #fff 100%);
}

/* 見出し行 */
/* 背景色と文字色を指定 */
.lx_table_ex_bg01 .highlights-table tr.r0 th ,
.lx_table_ex_bg01 .highlights-alltable-2nd tr.r0 th ,
.lx_table_ex_bg01 .haitou-table-2nd th ,
.lx_table_ex_bg01 .shwTable table tr td.tableRowHead ,
.lx_table_ex_bg01 td.tbRowHead ,
.lx_table_ex_bg01 .ircalendar-title > table > tbody > tr > th ,
.lx_table_ex_bg01 thead th {
	background: -o-linear-gradient(left, #f5f5f5 0%, #fff 100%);
	background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#fff));
	background: linear-gradient(90deg, #f5f5f5 0%, #fff 100%);
}


/*==== HOME ====*/
[data-page-marker~="sitetop"] [role="main"] .teaser.no-img.style1 ,
[data-page-marker~="sitetop"] [role="main"] .external-teaser.no-img.style1 ,
[data-page-marker~="sitetop"] [role="main"] .download-teaser.no-img.style1 ,
[data-page-marker~="sitetop"] [role="main"] .teaser.no-img.style2 ,
[data-page-marker~="sitetop"] [role="main"] .external-teaser.no-img.style2 ,
[data-page-marker~="sitetop"] [role="main"] .download-teaser.no-img.style2 {
	max-width: 240px;
}


/*-- News --*/
.lx_top_mcol_news .basic-list2.thumnail .item {
	margin-right: 30px;
}


/*-- futured --*/
#sharewithmain .lx_top_mcol_futured {
	position: relative;
	color: #fff;
}

#sharewithmain .lx_top_mcol_futured::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: -100;
}

@media print, screen and (min-width: 768px) {
	#sharewithmain .lx_top_mcol_futured {
		padding: 80px 50px 110px;
	}
}

@media screen and (max-width: 767px) {
	#sharewithmain .lx_top_mcol_futured {
		padding: 0 15px;
	}
}

.lx_top_mcol_futured.ux_parallax_mcol_bg .text-section.highlight > .simpleParallax ,
.lx_top_mcol_futured.lx_text_img_lay_under .text-section.highlight img {
	z-index: -2;
	overflow: visible !important;
	-webkit-transform: scale(0.75);
	    -ms-transform: scale(0.75);
	        transform: scale(0.75);
}

.lx_top_mcol_futured.ux_parallax_mcol_bg .text-section.highlight > .simpleParallax {
}

.lx_top_mcol_futured.ux_parallax_mcol_bg .text-section.highlight::before ,
.lx_top_mcol_futured.lx_text_img_lay_under .text-section.highlight::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: -1;
}

.lx_top_mcol_futured.ux_parallax_mcol_bg .text-section.highlight > .simpleParallax img {
}

.lx_top_mcol_futured .title2 {
	margin-top: 30px;
}

.lx_top_mcol_futured .title4 {
	margin-top: 0px;
}

.lx_top_mcol_futured .text-section {
	font-size: 14px;
}

.lx_top_mcol_futured .basic-list2.thumnail {
	padding-left: 30px;
}

.lx_top_mcol_futured .basic-list2.thumnail .tabItems > li {
	width: calc(100% / 2 - 30px);
}

.lx_top_mcol_futured .basic-list2.thumnail .item {
/*	min-height: 100px; */
/*	padding: 20px 0 25px 140px; */
	min-height: 82px;
	padding: 0 0 25px 140px;
}

.lx_top_mcol_futured .basic-list2.thumnail .item::before {
	content: none;
}

.lx_top_mcol_futured .basic-list2.thumnail .item .n_img {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 120px;
	padding-top: calc((120px) / 884 * 600);
}

.lx_top_mcol_futured .basic-list2.thumnail .item .n_img img {
	-o-object-fit: cover;
	   object-fit: cover;
}

.lx_top_mcol_futured .basic-list2.thumnail .item .date {
	left: 140px;
	color: #bbb;
}

.lx_top_mcol_futured .basic-list2.thumnail .item .c_icon {
	display: none;
}

.lx_top_mcol_futured .basic-list2.thumnail .item .news_tx {
	font-weight: normal;
	font-size: 15px;
}

/*
@media screen and (min-width: 1001px) {
	.lx_top_mcol_futured.ux_parallax_mcol_bg .text-section.highlight > .simpleParallax ,
	.lx_top_mcol_futured.lx_text_img_lay_under .text-section.highlight img {
		-webkit-transform: translate(0, 20%) scale(0.75);
		    -ms-transform: translate(0, 20%) scale(0.75);
		        transform: translate(0, 20%) scale(0.75);
	}
}
*/

@media screen and (max-width: 1200px) {*/
/*
	.lx_top_mcol_futured.ux_parallax_mcol_bg .text-section.highlight > .simpleParallax ,
	.lx_top_mcol_futured.lx_text_img_lay_under .text-section.highlight img {
		-webkit-transform: translate(0, 25%);
		    -ms-transform: translate(0, 25%);
		        transform: translate(0, 25%);
	}
*/
}

@media screen and (max-width: 1000px) {
	.lx_top_mcol_futured .basic-list2.thumnail .tabItems > li {
		width: calc(100% - 30px);
	}

	.lx_top_mcol_futured.ux_parallax_mcol_bg .text-section.highlight > .simpleParallax ,
	.lx_top_mcol_futured.lx_text_img_lay_under .text-section.highlight img {
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}

	.lx_top_mcol_futured.ux_parallax_mcol_bg .text-section.highlight > .simpleParallax {
		height: 100%;
	}

	.lx_top_mcol_futured.ux_parallax_mcol_bg .text-section.highlight > .simpleParallax img {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}

@media screen and (max-width: 767px) {
	.lx_top_mcol_futured .basic-list2.thumnail {
		padding-left: 0;
	}
}


/*==== メディア情報 ====*/
/* アイコン */
.lx_media_text_icon {
}

.lx_media_text_icon .text-section span[style="color:#008000"] {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 5px;

	min-width: 80px;
	height: 27px;
	line-height: 1.25;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 7px 5px 0;

	color: #fff !important;
	background: #008000;
}


/* ニュース */
.lx_media_multi3_news {
}



/* ブランドロゴ アイコン */
.lx_media_multi3_news .basic-list2:not(.thumnail) li.brand_logoElm > .item {
	padding-left: 210px;
}

.lx_media_multi3_news .basic-list2:not(.thumnail) li.brand_logoElm > .item .date {
	left: 210px;
}

.lx_media_multi3_news .basic-list2:not(.thumnail) .item * .c_icon span[data-category-group="brand_logo"] {
	display: none;
}

.lx_media_multi3_news .basic-list2:not(.thumnail) .item > .c_icon span {
	display: none;
}

.lx_media_multi3_news .basic-list2:not(.thumnail) .item > .c_icon {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 200px;
	height: 100%;
	padding: 5px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.lx_media_multi3_news .basic-list2:not(.thumnail) .item > .c_icon > a ,
.lx_media_multi3_news .basic-list2:not(.thumnail) .item > .c_icon span[data-category-group="brand_logo"] {
	margin: 0;
	padding: 0;
	font-size: 0;
	letter-spacing: 0;


	background-color: #fff;
	border: solid 1px #000;
	display: block;
/*	width: 200px; */
	height: 100%;
	pointer-events: none;
}
.lx_media_multi3_news .basic-list2:not(.thumnail) .item > .c_icon > * > span[data-category-group="brand_logo"] {
	border: none;
}


.lx_media_multi3_news .basic-list2:not(.thumnail) .item > .c_icon span[data-category-group="brand_logo"]:hover {
	color: #d9d900;
	text-decoration: underline;
}

.lx_media_multi3_news .basic-list2:not(.thumnail) .item > .c_icon span[data-category-group="brand_logo"]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.lx_media_multi3_news .basic-list2:not(.thumnail) .item > .c_icon span.mark_lona_icon[data-category-group="brand_logo"]::before ,
.lx_media_multi3_news .basic-list2:not(.thumnail) .item > .c_icon span.horn_garment_icon[data-category-group="brand_logo"]::before ,
.lx_media_multi3_news .basic-list2:not(.thumnail) .item > .c_icon span.gravis_golf_icon[data-category-group="brand_logo"]::before {
}

.lx_media_multi3_news .basic-list2:not(.thumnail) .item > .c_icon span.mark_lona_icon[data-category-group="brand_logo"]::before {
	background: url(../../../../../../resources/sw_img/brands2/logo_press_ml.gif) no-repeat center center;
	background-size: contain;
}
.lx_media_multi3_news .basic-list2:not(.thumnail) .item > .c_icon span.horn_garment_icon[data-category-group="brand_logo"]::before {
	background: url(../../../../../../resources/sw_img/brands2/logo_press_hn.gif) no-repeat center center;
	background-size: contain;
}
.lx_media_multi3_news .basic-list2:not(.thumnail) .item > .c_icon span.gravis_golf_icon[data-category-group="brand_logo"]::before {
	background: url(../../../../../../resources/sw_img/brands2/logo_press_gg.gif) no-repeat center center;
	background-size: contain;
}
.lx_media_multi3_news .basic-list2:not(.thumnail) .item > .c_icon span.pro_team_icon[data-category-group="brand_logo"]::before {
}
.lx_media_multi3_news .basic-list2:not(.thumnail) .item > .c_icon span.cube_co_ltd_icon[data-category-group="brand_logo"]::before {
}

.lx_media_multi3_news .basic-list2:not(.thumnail) .item > .c_icon span[data-category-group="brand_logo"]::after {
	content: none;
}

.lx_media_multi3_news .basic-list2:not(.thumnail) .item > .c_icon span.brand_logo {
	display: none !important;
}


/* ブランドが重複した場合、2つ目以降は非表示 */
.lx_media_multi3_news .basic-list2:not(.thumnail) .item > .c_icon span[data-category-group="brand_logo"][data-category-level="2"] ~ span[data-category-group="brand_logo"] {
	display: none;
}

@media screen and (max-width: 767px) {
	.lx_media_multi3_news .basic-list2:not(.thumnail) .item > .c_icon {
		width: 100px;
	}

	.lx_media_multi3_news .basic-list2:not(.thumnail) li.brand_logoElm > .item {
		padding-left: 110px;
	}

	.lx_media_multi3_news .basic-list2:not(.thumnail) li.brand_logoElm > .item .date {
		left: 110px;
	}
}



/*==== brand list ====*/
[data-page-marker~="brand-list"] .page-intro {
	min-height: auto;
	padding: 60px 0 0;
}

[data-page-marker~="brand-list"] .page-intro > .h1 {
	font-size: 24px;
}

[data-page-marker~="brand-list"] #wrapper-3 {
	padding-top: 0px;
}

[data-page-marker~="brand-list"] .title2.style2 ,
[data-page-marker~="brand-list"] .title2.style3 {
	font-size: 45px;
}

.lx_grid01 {
}

@media print, screen and (min-width: 768px) {
	#sharewithmain .lx_grid01 {
		position: relative;
		min-height: 580px;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		padding-left: 50%;
		padding-right: 0;
	}

	#sharewithmain .lx_grid01.lx_mcol_rtl {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		padding-left: 0;
		padding-right: 50%;
	}

	#sharewithmain .lx_grid01 > .column1 {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		max-width: none;
		width: 50%;
		height: 100%;
	}

	#sharewithmain .lx_grid01.lx_mcol_rtl > .column1 {
		left: auto;
		right: 0;
	}

	#sharewithmain .lx_grid01 > .column2 {
		width: 100%;
		max-width: 570px;
		padding: 1px 60px 30px;
		margin: auto;
	}

	#sharewithmain .lx_grid01.lx_mcol_rtl > .column2 {
	}
}

@media screen and (max-width: 767px) {
	#sharewithmain .lx_grid01 {
		position: relative;
		padding-top: 100vw;
	}

	#sharewithmain .lx_grid01 > .column1 {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		max-width: none;
		width: 100%;
		height: 100vw;
	}

	#sharewithmain .lx_grid01 > .column2 {
		width: 100%;
		max-width: 570px;
		padding: 25px 25px 55px;
		margin: auto;
	}
}

.lx_grid01 > .column1 .text-section {
	position: static;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}
.lx_grid01 > .column1 .text-section img {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}


.lx_grid02 {
}

@media print, screen and (min-width: 768px) {
	#sharewithmain .lx_grid02 {
		position: relative;
		min-height: 580px;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		padding-left: 50%;
		padding-right: 0;
	}

	#sharewithmain .lx_grid02.lx_mcol_rtl {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		padding-left: 0;
		padding-right: 50%;
	}

	#sharewithmain .lx_grid02 > .column1 {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		max-width: none;
		width: 50%;
		height: 100%;
	}

	#sharewithmain .lx_grid02.lx_mcol_rtl > .column1 {
		left: auto;
		right: 0;
	}

	#sharewithmain .lx_grid02 > .column2 {
		width: 100%;
		max-width: 570px;
		padding: 1px 60px 30px;
		margin: auto;
	}

	#sharewithmain .lx_grid02.lx_mcol_rtl > .column2 {
	}
}

@media screen and (max-width: 767px) {
	#sharewithmain .lx_grid02 {
		position: relative;
		padding-top: 100vw;
	}

	#sharewithmain .lx_grid02 > .column1 {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		max-width: none;
		width: 100%;
		height: 100vw;
	}

	#sharewithmain .lx_grid02 > .column2 {
		width: 100%;
		max-width: 570px;
		padding: 25px 25px 55px;
		margin: auto;
	}
}

.lx_grid02 > .column1 .text-section {
	position: static;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}
.lx_grid02 > .column1 .text-section img {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	padding: 70px 50px;
	padding-right: 0;
}

@media screen and (max-width: 767px) {
	.lx_grid02 > .column1 .text-section img {
		padding: 30px;
		padding-bottom: 0;
	}
}



/*==== IR TOP ====*/
/*-- At a glance --*/
.lx_irtop_mcol_glance {
	color: #fff;
	padding-top: 30px;
	padding-bottom: 60px;
}

.lx_irtop_mcol_glance .text-section:not(.highlight) {
	padding: 0 20px;
	border-left: 1px solid currentColor;
	border-right: 1px solid currentColor;
}

.lx_irtop_mcol_glance .text-section:not(.highlight) em {
	font-style: normal;
	font-size: 32px;
}


/*-- News --*/
.lx_irtop_mcol_news {
}

.lx_irtop_mcol_news .basic-list2:not(.thumnail) .tabItems {
	border-top: 1px solid #c1c1c1;
}

.lx_irtop_mcol_news .basic-list2:not(.thumnail) .tabItems > li {
	border-bottom: 1px solid #c1c1c1;
}

.lx_irtop_mcol_news .link-list ul {
	margin-top: 20px;
	text-align: right;
}

.lx_irtop_mcol_news .link-list:not(.highlight) li:not(.highlight) {
	padding-left: 40px;
}

.lx_irtop_mcol_news .link-list:not(.highlight) li:not(.highlight)::before {
	content: "";
	position: absolute;
	top: calc(0px + 1.75em / 2 - 28px / 2);
	left: 0;
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.png") no-repeat center center;
	border: 1px solid #ccc;
}


/* 社長ブログ */
.lx_ex_multi3_tab_center .basic-list2 .yearTabs ,
.lx_ex_multi3_tab_center .basic-list2 .tabs {
	text-align: center;
}


/*== 事業内容(背景黒) ==*/
@media print, screen and (min-width: 768px) {
	body#main-wide #wrapper-3 {
		padding-top: 0;
	}
}

body#main-wide #wrapper-2 {
	margin-bottom: 0;
}

body#main-wide #footer .fx_banner {
	padding-top: 0;
}


/* 事業内容(背景)*/
[data-page-marker~="page-bg01"] #wrapper-3 {
	background: url("../../../../../../resources/sw_img/bg/img_bg01.png") repeat-y center center;
	background-size: 100% auto;
}
[data-page-marker~="page-bg02"] #wrapper-3 {
	background: url("../../../../../../resources/sw_img/bg/img_bg02.png") repeat-y center center;
	background-size: 100% auto;
}



/* 画像保存無効化対応 */
@media print {
	[data-page-marker~="sitetop"] .basic-list2 ,
	.ox_related .basic-list2 ,
	body.multi3[data-page-marker~="news-folder"] #page-intro ,
	[data-page-marker~="news-folder"] #promos2 ,
	[data-page-marker~="news-folder"] #promos3 ,
	[data-page-marker~="news-folder"] #sharewithmain {
		opacity: 0 !important;
	}
}

/* スマホ向け・画像保存無効化 */
@media screen and (max-width: 767px) {
	body {
		-webkit-touch-callout: none;
	}

	img {
		pointer-events: none;
		-webkit-touch-callout: none; /* iOS Safari */
		-webkit-user-select: none; /* Safari */
		 -khtml-user-select: none; /* Konqueror HTML */
		   -moz-user-select: none; /* Firefox */
			-ms-user-select: none; /* Internet Explorer/Edge */
				user-select: none; /* Non-prefixed version, currently*/
		user-select: none;
		-webkit-user-select: none;
		-webkit-user-drag: none;
	}
}
