@charset "utf-8";
/*------------------ based on 19/05/08 */
/* > 1%, last 4 versions, Firefox ESR */
/*------------------------------------ */

/* --------------------------------------
 基本設定
-------------------------------------- */
:root {
	--key-color: #006C60;
}

/* 游ゴシック/游明朝 を使わない */
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;
}
.mincho {
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Georgia, "メイリオ", Meiryo, serif;
}


/* ベースフォントサイズ */
html {
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	html {
		font-size: 14px;
	}
}


body {
	color: #000;
	line-height: 1.9;
}

a:link ,
a:visited {
	color: #0f4a81;
	text-decoration: none;
}

a:hover ,
a:active {
	color: #0f4a81;
	text-decoration: underline;
}





/*------------------------------------- 
 ぱんくず
-------------------------------------*/
/* 4箇所ある枠の内1か所に入力 */
.bread-crumb {
	position: absolute;
	top: 100px;
	left: 0;

	width: 100%;
	padding: 15px 0px;
	font-size: 12px;
	background: rgba(255,255,255, 0.7);
	z-index: 1;
}

.mgnlEditor ~ .bread-crumb ,
.mgnlEditor ~* .bread-crumb {
	position: static;
}

.bread-crumb ol {
	margin: auto;
}

.bread-crumb ol:after ,
.bread-crumb:after {
	content: "";
	display: block;
	clear: both;
}

.bread-crumb a ,
.bread-crumb strong {
	color: #333;
}

.bread-crumb h5 ,
.bread-crumb h5 p ,
.bread-crumb h5 span ,
.bread-crumb ol li {
	float: left;
}

.bread-crumb h5 p:after ,
.bread-crumb h5 span:after ,
.bread-crumb ol li:after {
	content: "/";
	padding: 0 0.5em;
}

.bread-crumb ol li:last-child:after {
	content: none;
}

.bread-crumb ol li strong {
	color: #006c60;
}

/* -- TOP書き換え -- */
.bread-crumb ol li:first-child a {
	font-size: 0;
}
.bread-crumb ol li:first-child a:before {
	content: "HOME";
	vertical-align: inherit;
	font-size: 12px;
}
#header.ja ~ .bread-crumb ol li:first-child a:before ,
#header.ja ~* .bread-crumb ol li:first-child a:before {
	content: "ホーム";
}


/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	.bread-crumb {
		min-width: calc(1060px + 40px);
	}

	.bread-crumb ol {
		margin: auto;
		width: calc(1060px + 40px);
		padding: 0 20px;
	}
}

/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	.bread-crumb {
		top: 60px;
		padding: 10px 10px;
		line-height: 1.2;
	}
}


/* -----------------------------
 グローバルナビ
--------------------------------- */
/*-- ページプロパティに設定あり --*/
#nav-global {
	display: none;
}


/*------------------------------------- 
 サイドナビ
-------------------------------------*/
/*-- ページプロパティに設定あり --*/
#nav-box {
}

/* ナビ上に無い独立したページ or 第１・２階層トップ */
/*
#nav-box.stray ,
[data-current-level="1"] #nav-box ,
[data-current-level="2"] #nav-box {
	display: none;
}
*/

#nav-box input ,
#nav-box label {
	display: none;
}

#nav-box h6 {
	display: none;
}

/*1階層*/
#nav-box ul.navLevel_1 {
}

#nav-box ul.navLevel_1 > li {
}

#nav-box ul.navLevel_1 > li:not(.open) {
	display: none;
}

#nav-box ul.navLevel_1 > li.open {
}

#nav-box ul.navLevel_1 > li > strong ,
#nav-box ul.navLevel_1 > li > a {
	display: block;
	padding: 22px 0px;
	color: #006c60; 
	font-size: 27px;
	line-height: 1.3;
	font-weight: bold;
	text-decoration: none;
	border-top: 2px solid #006c60;
}

#nav-box ul.navLevel_1 > li > strong ,
#nav-box ul.navLevel_1 > li > a:hover {
}

#nav-box ul.navLevel_1 > li > a:hover {
	color: #000; 
}

/*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: 5px 10px;
	padding-left: 45px;
	background: #fff;
	color: #000; 
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#nav-box ul.navLevel_2 > li > strong:before ,
#nav-box ul.navLevel_2 > li > a:before {
	content: "";
	position: absolute;
	top: 1.2em;
	left: 21px;
	display: block;
	width: 13px;
	height: 2px;
	background: #006c60;
}

#nav-box ul.navLevel_2 > li > strong ,
#nav-box ul.navLevel_2 > li > a:hover {
	color: #006c60; 
}



/*3階層*/
#nav-box ul.navLevel_3 {
	padding: 5px 0 40px;
}

#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: 5px 10px;
	padding-left: 60px;
	color: #000; 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#nav-box ul.navLevel_3 > li > strong ,
#nav-box ul.navLevel_3 > li > a:hover {
	color: #006c60; 
}



/*4階層*/
#nav-box ul.navLevel_4 {
	padding: 5px 0 40px;
}

#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 10px;
	padding-left: 80px;
	color: #000; 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#nav-box ul.navLevel_4 > li > strong ,
#nav-box ul.navLevel_4 > li > a:hover {
	color: #006c60; 
}


/*5階層*/
#nav-box ul.navLevel_5 {
	display: none;
}


/* -- ☆階層が増えるごとに、連番で追加 -- */


/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	#nav-box {
		margin-bottom: 40px;
	}

	#nav-box ul.navLevel_1 > li > strong ,
	#nav-box ul.navLevel_1 > li > a {
		padding: 22px 10px;
		font-size: 24px;
	}
}



/* -----------------------------
 コンテンツエリア
--------------------------------- */
.quoted-text blockquote ,
.highlight-quoted-text ,
.text-section ,
.faq-item ,
.vtable-item ,
.ircalendar-title ,
.ircalendar-item {
}

/*------- リンクテキスト ----------*/
.quoted-text blockquote a ,
.highlight-quoted-text a ,
.text-section a ,
.faq-item a ,
.vtable-item a ,
.ircalendar-title a ,
.ircalendar-item a {
	line-height: inherit;
	color: #00f;
	text-decoration: underline;
}

.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 {
	text-decoration: none;
}

/*------- 別窓アイコン ----------*/
.quoted-text blockquote a[target="_blank"]:after ,
.highlight-quoted-text a[target="_blank"]:after ,
.text-section a[target="_blank"]:after ,
.faq-item a[target="_blank"]:after ,
.vtable-item a[target="_blank"]:after ,
.ircalendar-title a[target="_blank"]:after ,
.ircalendar-item a[target="_blank"]:after {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 20px;
	height: 16px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
}

/*------- PDFアイコン ----------*/
.quoted-text blockquote a[href$=".pdf"]:after ,
.highlight-quoted-text a[href$=".pdf"]:after ,
.text-section a[href$=".pdf"]:after ,
.faq-item a[href$=".pdf"]:after ,
.vtable-item a[href$=".pdf"]:after ,
.ircalendar-title a[href$=".pdf"]:after ,
.ircalendar-item a[href$=".pdf"]:after ,
.quoted-text blockquote a[href*=".pdf#"]:after ,
.highlight-quoted-text a[href*=".pdf#"]:after ,
.text-section a[href*=".pdf#"]:after ,
.faq-item a[href*=".pdf#"]:after ,
.vtable-item a[href*=".pdf#"]:after ,
.ircalendar-title a[href*=".pdf#"]:after ,
.ircalendar-item a[href*=".pdf#"]:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 20px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.svg") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
}


/*------------------------------------- 
 見出し
-------------------------------------*/
/* jsでクローン */
.page-intro.cloned.cancel ,
#page-intro.moved {
	display: none;
}


/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	/*-- ページ概要エリア --*/
	.page-intro {
		width: calc(1060px + 40px);
		padding: 0 20px;
	}
	.page-intro ,
	#page-intro {
		position: relative;
		margin: auto;
		border-bottom: 1px solid #e5e5e5;
		margin-bottom: 20px;
	}

	/* -- ページタイトルをテキストで表示 -- */
	.page-intro > h1 ,
	#page-intro > h1 {
		color: #000;
		font-size: 40px;
		font-weight: bold;
		line-height: 1.2;
		padding: 75px 0px 60px;
	}

}

/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	/*-- ページ概要エリア --*/
	.page-intro {
		margin: 0 10px 20px;
	}
	.page-intro ,
	#page-intro {
		position: relative;
		margin: auto;
		border-bottom: 1px solid #e5e5e5;
		margin: 0 10px;
		margin-bottom: 20px;
	}

	/* -- ページタイトルをテキストで表示 -- */
	.page-intro > h1 ,
	#page-intro > h1 {
		color: #000;
		font-size: 30px;
		font-weight: bold;
		line-height: 1.2;
		padding: 65px 0px 50px;
	}

}


/*-- ニュースページ 共通見出し表示用(要plugin) --*/
.page-intro > .h0 ,
#page-intro > .h0 {
	display: none;
}

/* -- ページタイトルを画像で表示 -- */
.page-intro .titleImage ,
#page-intro .titleImage {
	margin-bottom: 20px;
}

.page-intro .titleImage h1 ,
#page-intro .titleImage h1 {
}

.page-intro .titleImage h1 img ,
#page-intro .titleImage h1 img {
	width: auto;
}

/* -- 日付（ニュース・マルチ2） -- */
.page-intro .text-meta ,
#page-intro .text-meta {
	color: inherit;
}

/*-- ニュースページ カテゴリアイコン表示用(要plugin) --*/
.page-intro .category-icon ,
#page-intro .category-icon {
	display: none;
}

/*-- 概要(ページでは非表示・内部リンク元に表示される) --*/
.page-intro .abstractImage ,
#page-intro .abstractImage {
	display: none;
}


/*-------------- 中見出し(共通) ------------*/
.text-section h2 ,
.link-list h2 ,
.link-list-url h2 ,
.news-result dl dt ,
.news-yuho dl dt ,
.news-presentation dl dt ,
.news-material dl dt ,
.title2.style1 h2 {
	padding-top: 35px;
	padding-bottom: 20px;
	color: #000;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	border-bottom: 2px solid #006c60;

	margin-bottom: 35px;
}

.title2.style1:last-child h2 {
	margin-bottom: 25px;
}

/*-------------- 小見出し --------------*/
/* -- 見出しh2レベル -- */
.title2.highlight h2 {
}

/* -- 見出しh3レベル -- */
.title3.style1 h3 {
	padding-top: 35px;
	padding-bottom: 20px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	border-bottom: 1px solid #006c60;

	margin-bottom: 30px;
}

.title3.style1:last-child h3 {
	margin-bottom: 20px;
}

.title3.highlight h3 {
}


/* -- 見出しh4レベル -- */
.title4.style1 {
	padding-top: 5px;
}

.title4.style1 h4 {
	margin-top: 15px;
	color: #000;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.2;
	border-left: 4px solid #006c60;
	padding-left: 15px;

	margin-bottom: 20px;
}
.title4.style1:last-child h4 {
	margin-bottom: 10px;
}

.title4.style1 h4 span {
	display: block;
	font-size: 16px;
}

.title4.highlight h4 {
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	border-bottom: 2px solid #e8e8e8;

	margin-bottom: 20px;
}


/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {

	.text-section h2 ,
	.link-list h2 ,
	.link-list-url h2 ,
	.news-result dl dt ,
	.news-yuho dl dt ,
	.news-presentation dl dt ,
	.news-material dl dt ,
	.title2.style1 h2 {
		padding-top: 20px;
		font-size: 26px;
	}


	.title3.style1 h3 {
		padding-top: 25px;
		font-size: 20px;
	}

	.title3.highlight h3 {
	}


	.title4.style1 h4 {
		margin-top: 10px;
		font-size: 18px;
	}

	.title4.style1 h4 span {
		font-size: 14px;
	}

	.title4.highlight h4 {
		font-size: 16px;
	}
}

/*-- 見出しスタイルＢ --*/
.title2.style2 h2 {
	position: relative;
	text-align: center;
	color: #000;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.title2.style2 h2:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	display: block;
	width: 80px;
	height: 3px;
	background: #00665a;
}

.title3.style2 {
	position: relative;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 20px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	border-bottom: 1px solid #006c60;

	margin-bottom: 30px;
}

.title3.style2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 18px;
	display: block;
	width: 100%;
	height: 1px;
	background: #dbdbdb;
	z-index: -1;
}

.title3.style2 h3 {
	padding: 0;
	margin: 0;
	border: none;
	background: none;

	display: inline-block;
	padding: 0 20px;
	background: #f7f7f7;
	color: #000;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 0.02em;
	font-family: 'Ropa Sans', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-ms-font-feature-settings: "normal";

	margin-bottom: 30px
}

.title4.style2 {
	position: relative;
	text-align: center;
	margin-top: 15px;
	color: #000;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.2;
	border-left: 4px solid #006c60;
	padding-left: 15px;

	margin-bottom: 20px;
}

.title4.style2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	display: block;
	width: 100%;
	height: 1px;
	background: #dbdbdb;
	z-index: -1;
}

.title4.style2 h4 {
	padding: 0;
	margin: 0;
	border: none;
	background: none;

	display: inline-block;
	min-height: 44px;
	margin: 0 10px;
	padding: 0 20px;
	background: #fff;
	color: #00665a;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 20px
}


/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	.title2.style2 h2 {
		font-size: 26px;
	}

	.title2.style2 h2:before {
		width: 70px;
		height: 2px;
	}

	.title3.style2 h3 {
		padding-top: 25px;
		font-size: 20px;
	}

	.title4.style2 h4 {
		margin-top: 10px;
		font-size: 18px;
	}

	.title4.style2 h4 span {
		font-size: 14px;
	}
}



/*------------------------------------- 
 テキスト・画像
-------------------------------------*/
/*-------------- 緊急お知らせエリア --------------*/
/* 総合トップ・サイトトップのみ、コンテンツエリア外に１つのみ */
.quoted-text {
}

.quoted-text blockquote {
	background: none;
	background: #f7f7f7;
	padding: 30px 20px;
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	.quoted-text {
		width: 1060px;
		margin: 20px auto;
	}
}

/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	.quoted-text {
		max-width: calc(100% - 40px);
		margin: 20px auto;
	}
}


/*-------------- 囲み線ありテキスト --------------*/
.highlight-quoted-text {
	background: #f7f7f7;
	padding: 30px 20px;
	margin: 0 auto 20px;
}

.highlight-quoted-text cite {
	background: transparent url("../../../../../../resources/templating-kit/themes/pop/img/bgs/dash.png") no-repeat scroll 0px 8px;
	padding-left: 10px;
	font-size: 12px;
	font-style: italic;
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
}

/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	.highlight-quoted-text {
		padding: 10px;
	}
}


/*-------------- テキストと画像 --------------*/
.text-section {
	margin-bottom: 20px;
}

/*-------------- FAQ --------------*/
.faq-list {
	margin-bottom: 60px;
}

.faq-list > ul {
}

.faq-list > ul > li {
	clear: both;
	margin-bottom: 20px;
	min-height: 69px;
}

.faq-list h3 {
	margin-bottom: 15px;

	position: relative;
}

.faq-list h3:before {
	content: "Q.";
	position: absolute;
	top: 6px;
	left: 0px;
	display: block;
	text-align: center;
	vertical-align: middle;

	white-space: nowrap;
	font-size: 34px;
	font-weight: bold;
	color: #006c60;
	font-family: 'Ropa Sans', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-ms-font-feature-settings: "normal";
}

.faq-list h3 a {
	display: block;
	color: #006c60;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 20px 20px 40px;
	border-bottom: 2px solid #006c60;
}

.faq-item {
	position: relative;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	min-height: 35px;
	padding: 15px 20px 20px 80px;
}
.faq-item:before {
	content: "A.";
	position: absolute;
	top: 10px;
	left: 40px;
	display: block;
	vertical-align: middle;

	white-space: nowrap;
	font-size: 34px;
	font-weight: bold;
	color: #000;
	font-family: 'Ropa Sans', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-ms-font-feature-settings: "normal";
}


/*------------------------------------- 
 ページ内リンク・バナーリンク・エリアリンク
-------------------------------------*/
/* 原則、内部リンクと外部リンクは同スタイルを設定する */

/*-------------- ページ内リンク --------------*/
/* ページ内リンクは１カラム内にまとめて入力し、マルチカラムクラスでアライメントを設定する */
.anchor-link {
	margin-bottom: 10px;
}

.anchor-link a {
	position: relative;
	display: block;
	font-size: 14px;
	padding-left: 30px;
}

.anchor-link a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.9em;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/icon_anchor.svg") center center no-repeat;
	background-size: contain;
	transform: translate(0, -50%);
}


/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	.anchor-link {
		display: inline-block;
		margin-right: 20px;
	}

}

/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
}


/*-------------- バナー（共通設定） --------------*/
.teaser ,
.external-teaser ,
.download-teaser {
}

/* テキストのみ／テキストと画像 */
.teaser h2 ,
.external-teaser h2 ,
.download-teaser h2 {
}

.teaser h2 a ,
.external-teaser h2 a ,
.download-teaser h2 a {
}

.teaser p ,
.external-teaser p ,
.download-teaser p {
	margin-top: 10px;
}

/* 画像のみ／テキストと画像 */
.teaser > a ,
.external-teaser > a ,
.download-teaser > a {
}

.teaser > a img ,
.external-teaser > a img ,
.download-teaser > a img {
}



/* ----- 内部・外部バナー（テキストのみ）　メインエリア用 ----- */
/* ----- ダウンロードバナー（テキストのみ）　メインエリア用 ----- */
[role="main"] .teaser.no-img:not(.highlight) ,
[role="main"] .external-teaser.no-img:not(.highlight) ,
[role="main"] .download-teaser.no-img:not(.highlight) {
	max-width: 500px;
}

[role="main"] .teaser.no-img:not(.highlight) h2 ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 ,
[role="main"] .download-teaser.no-img:not(.highlight) h2 {
	position: relative;
	display: table;
	width: 100%;
}

[role="main"] .teaser.no-img:not(.highlight) h2 a ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 a ,
[role="main"] .download-teaser.no-img:not(.highlight) h2 a {
	display: table-cell;
	vertical-align: middle;
	height: 80px;
	padding: 5px 20px;
	padding-right: 30px;
	font-size: 16px;
	color: #006c60;
	font-weight: bold;
	background: #fff;
	border: 1px solid #006c60;
	text-decoration: none;
}

[role="main"] .teaser.no-img:not(.highlight) h2 a:before ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 a:before ,
[role="main"] .download-teaser.no-img:not(.highlight) h2 a:before {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 13px;
	background: url("../../../../../../resources/sw_img/icon_arr02.svg") center center no-repeat;
	background-size: contain;
	transform: translate(0, -50%);
}

[role="main"] .teaser.no-img:not(.highlight) h2 a[target="_blank"]:after ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 a[target="_blank"]:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	background: url("../../../../../../resources/sw_img/link02_white.svg") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

[role="main"] .teaser.no-img:not(.highlight) p ,
[role="main"] .external-teaser.no-img:not(.highlight) p ,
[role="main"] .download-teaser.no-img:not(.highlight) p {
}

[role="main"] .teaser.no-img:not(.highlight) h2 a:hover ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 a:hover ,
[role="main"] .download-teaser.no-img:not(.highlight) h2 a:hover {
	background-color: #006c60;
	color: #fff;
}

[role="main"] .teaser.no-img:not(.highlight) h2 a:hover:before ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 a:hover:before ,
[role="main"] .download-teaser.no-img:not(.highlight) h2 a:hover:before {
	background-image: url("../../../../../../resources/sw_img/icon_arr02_white.svg");
}

[role="main"] .teaser.no-img:not(.highlight) h2 a[target="_blank"]:hover:after ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 a[target="_blank"]:hover:after {
	background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg");
}


/* お問い合わせ専用 チェックボックスつきテキスト */
[role="main"] .external-teaser.with-checkbox:not(.highlight) p {
	text-align: center;
}

[role="main"] .external-teaser.with-checkbox:not(.highlight) input[type=checkbox] {
	vertical-align: middle;
}

/* お問い合わせ専用 リンク無効時 */
[role="main"] .external-teaser.with-checkbox.disabled:not(.highlight) h2 a {
	background: #ccc;
	color: #999;
	cursor: inherit;
}

[role="main"] .external-teaser.with-checkbox.disabled:not(.highlight) h2 a:before {
	content: none;
}


/* ----- 内部・外部バナー（テキストと画像）　メインエリア用 ----- */
/* ----- ダウンロードバナー（テキストと画像）　メインエリア用 ----- */
[role="main"] .teaser:not(.no-img):not(.highlight) ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) ,
[role="main"] .download-teaser:not(.no-img):not(.highlight) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 40px;
}

[role="main"] .teaser:not(.no-img):not(.highlight) > * ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) > * ,
[role="main"] .download-teaser:not(.no-img):not(.highlight) > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 ,
[role="main"] .download-teaser:not(.no-img):not(.highlight) h2 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	position: relative;
	display: table;
	width: 100%;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 a ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 a ,
[role="main"] .download-teaser:not(.no-img):not(.highlight) h2 a {
	display: table-cell;
	vertical-align: middle;
	height: 80px;
	padding: 5px 0px;
	padding-right: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #006c60;
	line-height: 1.25;
	border-bottom: 2px solid #006c60;
	text-decoration: none;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 a:before ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 a:before ,
[role="main"] .download-teaser:not(.no-img):not(.highlight) h2 a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 13px;
	background: url("../../../../../../resources/sw_img/icon_arr02.svg") center center no-repeat;
	background-size: contain;
	transform: translate(0, -50%);
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:after ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 + a ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 + a ,
[role="main"] .download-teaser:not(.no-img):not(.highlight) h2 + a {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	display: block;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 + a img ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 + a img ,
[role="main"] .download-teaser:not(.no-img):not(.highlight) h2 + a img {
	display: block;
	width: 100%;
}


[role="main"] .teaser:not(.no-img):not(.highlight) p ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) p ,
[role="main"] .download-teaser:not(.no-img):not(.highlight) p {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

[role="main"] .teaser:not(.no-img):not(.highlight):hover > a img ,
[role="main"] .external-teaser:not(.no-img):not(.highlight):hover > a img ,
[role="main"] .download-teaser:not(.no-img):not(.highlight):hover > a img {
	opacity: 0.7;
}


/* ----- 内部・外部バナー（テキストのみ　ハイライト表示）　メインエリア用 ----- */
/* ----- ダウンロードバナー（テキストのみ　ハイライト表示）　メインエリア用 ----- */
[role="main"] .teaser.no-img.highlight ,
[role="main"] .external-teaser.no-img.highlight ,
[role="main"] .download-teaser.no-img.highlight {
	max-width: 500px;
}

[role="main"] .teaser.no-img.highlight h2 ,
[role="main"] .external-teaser.no-img.highlight h2 ,
[role="main"] .download-teaser.no-img.highlight h2 {
}

[role="main"] .teaser.no-img.highlight h2 a ,
[role="main"] .external-teaser.no-img.highlight h2 a ,
[role="main"] .download-teaser.no-img.highlight h2 a {
	padding: 15px 10px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #006c60;
	border: 1px solid #006c60;
	text-decoration: none;
}

[role="main"] .teaser.no-img.highlight h2 a[target="_blank"]:after ,
[role="main"] .external-teaser.no-img.highlight h2 a[target="_blank"]:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	background: url("../../../../../../resources/sw_img/link02_white.svg") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

[role="main"] .teaser.no-img.highlight p ,
[role="main"] .external-teaser.no-img.highlight p ,
[role="main"] .download-teaser.no-img.highlight p {
}

[role="main"] .teaser.no-img.highlight h2 a:hover ,
[role="main"] .external-teaser.no-img.highlight h2 a:hover ,
[role="main"] .download-teaser.no-img.highlight h2 a:hover {
	background-color: #fff;
	color: #006c60;
}

[role="main"] .teaser.no-img.highlight h2 a[target="_blank"]:hover:after ,
[role="main"] .external-teaser.no-img.highlight h2 a[target="_blank"]:hover:after {
	background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg");
}




/* ----- 内部・外部バナー（テキストと画像　ハイライト表示）　メインエリア用 ----- */
/* ----- ダウンロードバナー（テキストと画像　ハイライト表示）　メインエリア用 ----- */
[role="main"] .teaser:not(.no-img).highlight ,
[role="main"] .external-teaser:not(.no-img).highlight ,
[role="main"] .download-teaser:not(.no-img).highlight {
}




/*------ 内部・外部 エリアリンク ------*/
.internal-link-area:not(.highlight) ,
.external-link-area:not(.highlight) {
	margin-bottom: 20px;
}

.internal-link-area:not(.highlight) > a ,
.external-link-area:not(.highlight) > a {
	display: block;
	text-decoration: none;
}

.internal-link-area:not(.highlight) > a:hover ,
.external-link-area:not(.highlight) > a:hover {
	opacity: 0.7;
}


/*------ 内部・外部 エリアリンク（ハイライト表示） ------*/
.internal-link-area.highlight ,
.external-link-area.highlight {
	margin-bottom: 20px;
}

.internal-link-area.highlight > a ,
.external-link-area.highlight > a {
	display: block;
	text-decoration: none;
}

.internal-link-area.highlight > a:hover ,
.external-link-area.highlight > a:hover {
	opacity: 0.7;
}


/*------ ダウンロード エリアリンク ------*/
.download-link-area:not(.highlight) {
	margin-bottom: 20px;
}

.download-link-area:not(.highlight) > a {
	display: block;
	text-decoration: none;
}

.download-link-area:not(.highlight) > a:hover {
	opacity: 0.7;
}

/* -- テキスト先頭にpdfアイコンを付ける -- */
.download-link-area:not(.highlight) > a[href$=".pdf"] > p:first-child:before ,
.download-link-area:not(.highlight) > a[href$=".pdf"] > img + p:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 20px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.svg") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
}


/*------------------------------------- 
 リスト
-------------------------------------*/
/* 共通設定 決算短信・有報・最新決算・説明会資料（自動連携）、リンクリスト（手動） */

.link-list:not(.highlight) ul ,
.link-list-url ul ,
.news-result dl ,
.news-yuho dl ,
.news-presentation dl ,
.news-material dl {
	margin-bottom: 20px;
}

.news-material h2 {
	display: none;
}

.news-material .prefix-quarter ,
.news-material .postfix-quarter {
	display: none;
}

/*-- 副見だし --*/
.link-list:not(.highlight) h2 ,
.link-list.highlight h2 ,
.link-list-url h2 ,
.news-result dl dt ,
.news-yuho dl dt ,
.news-presentation dl dt ,
.news-material dl dt {
}

.link-list:not(.highlight) ul li[class] ,
.link-list.highlight ul li[class] ,
.link-list-url ul li[class] ,
.news-result dl dd ,
.news-yuho dl dd ,
.news-presentation dl dd ,
.news-material dl dd {
	position: relative;
	padding-top: 10px;
	padding-left: 35px;
	margin-bottom: 5px;
}

.link-list:not(.highlight) ul li[class] a ,
.link-list.highlight ul li[class] a ,
.link-list-url ul li[class] a ,
.news-result dl dd a ,
.news-yuho dl dd a ,
.news-presentation dl dd a ,
.news-material dl dd a {
	color: #000;
}


/* ダウンロード以外 */
.link-list:not(.highlight) .internal-link-text:not(.highlight) ,
.link-list:not(.highlight) .external-link-text:not(.highlight) ,
.link-list:not(.highlight) .text-without-link:not(.highlight) ,
.link-list.highlight .internal-link-text:not(.highlight) ,
.link-list.highlight .external-link-text:not(.highlight) ,
.link-list.highlight .text-without-link: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) {
}

/* リンクアイコン（ダウンロード含む） */
.link-list:not(.highlight) li[class]:not(.highlight):before ,
.link-list.highlight li[class]:not(.highlight):before ,
.link-list-url li[class]: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(10px + 1.6em / 2 - 28px / 2);
	left: 0px;
	display: inline-block;
	width: 29px;
	height: 28px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.svg") no-repeat center center;
	background-size: contain;
}

/* リンクアイコンなし（リンクなし） */
.link-list:not(.highlight) .text-without-link:not(.highlight):before ,
.link-list.highlight .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) .internal-link-text a[target="_blank"]:after ,
.link-list:not(.highlight) .external-link-text a[target="_blank"]:after ,
.link-list.highlight .internal-link-text a[target="_blank"]:after ,
.link-list.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: 20px;
	height: 16px;
	margin: 0 5px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
	background-size: contain;
}


/* ハイライト表示のリンクは、直前のリンクに属する様に見えるスタイルにする。 */
/* (ハイライト表示されていないリンクは、他の決算短信・有報と同列に表示）  */
.link-list:not(.highlight) .internal-link-text.highlight ,
.link-list:not(.highlight) .external-link-text.highlight ,
.link-list:not(.highlight) .download-link-text.highlight ,
.link-list:not(.highlight) .text-without-link.highlight ,
.link-list-url .internal-link-text.highlight ,
.link-list-url .external-link-text.highlight ,
.link-list-url .download-link-url.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: 35px;
}

/* ハイライト表示のリンクのＬ字アイコン */
.link-list:not(.highlight) .internal-link-text.highlight:before ,
.link-list:not(.highlight) .external-link-text.highlight:before ,
.link-list:not(.highlight) .download-link-text.highlight:before ,
.link-list:not(.highlight) .text-without-link.highlight:before ,
.link-list-url .internal-link-text.highlight:before ,
.link-list-url .external-link-text.highlight:before ,
.link-list-url .download-link-url.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 {
	content: "";
	position: absolute;
	top: 3px;
	left: 15px;
	display: block;
	width: 10px;
	height: 10px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* リンクテキスト */
.link-list:not(.highlight) .internal-link-text a ,
.link-list:not(.highlight) .external-link-text a ,
.link-list:not(.highlight) .download-link-text a:not(.d_icon) ,
.link-list:not(.highlight) .text-without-link span ,
.link-list.highlight .internal-link-text a ,
.link-list.highlight .external-link-text a ,
.link-list.highlight .download-link-text a:not(.d_icon) ,
.link-list.highlight .text-without-link span ,
.link-list-url .internal-link-text a ,
.link-list-url .external-link-text a ,
.link-list-url .download-link-url 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) {
}

/* PDFアイコンを強制的に後ろに配置 */
.link-list .download-link-text a.d_icon.front[href$=".pdf"] ,
.link-list-url .download-link-url a.d_icon.front[href$=".pdf"] ,
.news-result dl dd .d_icon.pdf_front ,
.news-yuho dl dd .d_icon.pdf_front ,
.news-presentation dl dd .d_icon.pdf_front ,
.news-material dl dd .d_icon.pdf_front {
	display: none;
}

.link-list .download-link-text img[src*="pdf."]:first-child ,
.link-list-url .download-link-url  img[src*="pdf."]:first-child {
	display: none;
}

.link-list .download-link-text img[src*="pdf."]:first-child + a:not(.d_icon)[href$=".pdf"]:after ,
.link-list-url .download-link-url img[src*="pdf."]:first-child + a:not(.d_icon)[href$=".pdf"]:after ,
.link-list .download-link-text a.d_icon + a:not(.d_icon)[href$=".pdf"]:after ,
.link-list-url .download-link-url a.d_icon + a:not(.d_icon)[href$=".pdf"]:after ,
.news-result dl dd .d_icon.pdf_front + a:not(.d_icon)[href$=".pdf"]:after ,
.news-yuho dl dd .d_icon.pdf_front + a:not(.d_icon)[href$=".pdf"]:after ,
.news-presentation dl dd .d_icon.pdf_front + a:not(.d_icon)[href$=".pdf"]:after ,
.news-material dl dd .d_icon.pdf_front + a:not(.d_icon)[href$=".pdf"]:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 20px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.svg") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

/* XLSアイコンを強制的に後ろに配置 */
.link-list .download-link-text a.d_icon.front[href*=".xls"] ,
.link-list-url .download-link-url a.d_icon.front[href*=".xls"] {
	display: none;
}

.link-list .download-link-text img[src*="excel."]:first-child ,
.link-list-url .download-link-url  img[src*="excel."]:first-child {
	display: none;
}

.link-list .download-link-text img[src*="pdf."]:first-child + a:not(.d_icon)[href*=".xls"]:after ,
.link-list-url .download-link-url img[src*="pdf."]:first-child + a:not(.d_icon)[href*=".xls"]:after ,
.link-list .download-link-text a.d_icon + a:not(.d_icon)[href*=".xls"]:after ,
.link-list-url .download-link-url a.d_icon + a:not(.d_icon)[href*=".xls"]:after ,
.news-result dl dd .d_icon.pdf_front + a:not(.d_icon)[href*=".xls"]:after ,
.news-yuho dl dd .d_icon.pdf_front + a:not(.d_icon)[href*=".xls"]:after ,
.news-presentation dl dd .d_icon.pdf_front + a:not(.d_icon)[href*=".xls"]:after ,
.news-material dl dd .d_icon.pdf_front + a:not(.d_icon)[href*=".xls"]:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 20px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/excel.svg") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}


/*-- リンクリスト（ハイライト表示） --*/
.link-list.highlight {
	margin-bottom: 40px;
}

.link-list.highlight h2 {
}

.link-list.highlight ul {
}

.link-list.highlight ul li[class] {
	display: inline-block;
	margin-right: 15px;
}

.link-list.highlight ul li[class] a {
}


/*------------------------------------- 
 表組・テーブル・財務ハイライト(表組)・配当金(表組)
-------------------------------------*/
/*-- table共通 --*/
.highlights-table ,
.highlights-alltable-2nd ,
.haitou-table-2nd ,
.vtable-item ,
.ircalendar-title ,
.ircalendar-item ,
.tbCore ,
.htCore ,
table.icell {
	font-size: 13px;
}


/* セル */
/* 枠線とセル内余白を指定 */
/* ※枠線が必要ない場合、1px solid transparentで設定する */
.shwTable table.htCore tr td ,
th, td {
	color: inherit;
	padding: 15px 10px;
	border: 2px solid #fff;
}
/* 背景色を指定 */
.htCore tr td ,
th, td {
	background: #f0f0f0;
}

/* 空セルの高さ保障(padding上下 + line-height) */
.tbCore tr td {
	height: calc(15px * 2 + 1.9em);
}

/* 見出し */
/* 背景色と文字色を指定 */
.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.tableRowHead ,
.shwTable table tr td.tableColumnHead ,
td.tbRowHead ,
td.tbColumnHead ,
th {
	background-color: #ccc;
	font-weight: bold;
	text-align: center;
}

/* 見出し列 */
/* 背景色と文字色を指定 */
.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 {
	text-align: center;
	vertical-align: middle;
	background-color: #ccc;
}

/* 見出し行 */
/* 背景色と文字色を指定 */
.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: middle;
	color: #fff;
	background-color: #006c60;
}

/* 見出しセル中の太字 */
.vtable-item > table > tbody > tr > th strong ,
.ircalendar-title > table > tbody > tr > th strong {
	font-weight: normal;
}




/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	/* お問い合わせを表組風に */
	/* 枠線とセル内余白（セル相当）、背景色と文字色(見出し列相当)を指定 */
	.form-wrapper .form-edit ,
	.form-wrapper .form-selection ,
	.form-wrapper .form-edit:before ,
	.form-wrapper .form-selection:before ,
	.form-wrapper .form-edit > label ,
	.form-wrapper .form-selection > label {
		color: inherit;
		padding: 15px 15px;
		border: 2px solid #fff;

		text-align: center;
		vertical-align: middle;
		background-color: #ccc;
	}
}

/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	/* お問い合わせを表組風に */
	/* 枠線とセル内余白（セル相当）、背景色と文字色(見出し列相当)を指定 */
	.form-wrapper .form-edit ,
	.form-wrapper .form-selection ,
	.form-wrapper .form-edit > label ,
	.form-wrapper .form-selection > label {
		color: inherit;
		padding: 15px 15px;
		border: 2px solid #fff;
	}

	/* 見出し部分、カウンターマージンを設定する */
	.form-wrapper .form-edit > label ,
	.form-wrapper .form-selection > label {
		border-top: none;
		border-left: none;
		border-right: none;
		margin: -15px -15px 10px;

		text-align: left;
		vertical-align: middle;
		background-color: #ccc;
	}
}




/*-------------- テーブル縦 --------------*/
.vertical-table:last-child {
	margin-bottom: 20px;
}

.vtable-item > table {
	margin-bottom: -2px;
}

/* -- デフォルト比率  -- */
.vtable-item > table > tbody > tr > td {
	width: 25%;
}

.vtable-item > table > tbody > tr > th {
	width: 12.5%;
}

/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	/* テーブル縦を、縦に並べるスタイル */
	/*
	.vtable-item > table ,
	.vtable-item > table > tbody ,
	.vtable-item > table > tbody > tr ,
	.vtable-item > table > tbody > tr > th ,
	.vtable-item > table > tbody > tr > td {
		display: block;
	}

	.vtable-item > table > tbody > tr > th ,
	.vtable-item > table > tbody > tr > td {
		width: auto !important;
	}

	.vtable-item > table > tbody > tr > th:after ,
	.vtable-item > table > tbody > tr > td:after {
		content: "";
		display: block;
		clear: both;
	}
	*/
}

/*-------------- テーブル横 --------------*/
.ircalendar:last-child {
	margin-bottom: 20px;
}

.ircalendar-title > table ,
.ircalendar-item > table {
	margin-bottom: -2px;
}

/* -- デフォルト比率  -- */
.ircalendar-title > table > tbody > tr > th ,
.ircalendar-item > table > tbody >tr > td {
	width: 25%;
}

.ircalendar-title > table > tbody > tr > th.ircalendar-title1 ,
.ircalendar-item > table > tbody > tr > td.ircalendar-item1  {
	width: 12.5%;
}

/*-------------- 表組 --------------*/
/* -- 表タイトル -- */
.shwTableTitle {
}

.shwTableTitle h2 {
	font-weight: bold;
	margin-bottom: 5px;
}

/* -- 表組 -- */
.shwTable {
	margin-bottom: 20px;
}

/* -- 単位（表組の外） -- */
.shwTable td.shw-table-row {
	color: inherit;
}


/*-------------- 財務ハイライト表組 --------------*/
.highlights-table ,
.highlights-alltable-2nd {
	margin-bottom: 40px;
}

/* 単位 */
.highlights-table .unit {
}

/*-------------- 配当 表組 --------------*/
.haitou-table-2nd {
	margin-bottom: 20px;
}

/* 配当予想セル */
.haitou-table-2nd table th.y0 ,
.haitou-table-2nd table td.y0 {
}


/*------------------------------------- 
 グラフ・財務ハイライト(グラフ)・配当金(グラフ)
-------------------------------------*/
/* important付きは、html上のスタイルを上書きする必要があるもの */

/*-------------- グラフ --------------*/
.graph {
	margin-bottom: 20px;
}

/* -- グラフ データラベル 文字影設定 -- */
/* -- (IEではこの設定は効ない。グラフテーマの設定が優先される) -- */
.highcharts-data-labels text {
/*	text-shadow: 1px 1px 0px #FFF, -1px -1px 0px #FFF, -1px 1px 0px #FFF, 1px -1px 0px #FFF !important; */
}

/* -- 財務ハイライトver2 グラフ (凡例を含むエリア) -- */
.highlights-2nd > div:not([class]) {
/*	height: auto !important; */
	margin-bottom: 40px;
}

/* -- 財務ハイライトver2 グラフ (凡例を含まないエリア) -- */
.highlights-2nd .highlights-graph {
/*	width: 100% !important; */
/*	min-width: auto !important; */
/*	max-width: none !important; */
/*	height: 400px !important; */
}

/* -- 財務ハイライトver2 グラフ 凡例 -- */
.highlights-2nd .legend {
/*	margin: auto !important; */
/*	width: auto !important; */
/*	min-width: auto !important; */
/*	max-width: none !important; */
/*	text-align: center; */
}

.highlights-2nd .legend-item-box {
/*	float: none !important; */
/*	display: inline-block !important; */
/*	margin-left: -5px; */
}

/*-------------- 配当グラフ --------------*/
.haitou-graph-2nd {
	margin-bottom: 40px;
}

.haitou-graph-2nd .graph {
/*	min-width: auto !important; */
/*	max-width: none !important; */
/*	height: 400px !important; */
}


/*------------------------------------- 
 ニュース
-------------------------------------*/
/*-- ver2 ニュース一覧・ニュース一覧（カテゴリ）・英文書一覧・英文書一覧（カテゴリ） --*/
/*-- クローリング ニュース一覧 --*/
.news-list-2nd ,
.news-list-tabbed-2nd ,
.news-english-2nd ,
.news-english-tabbed-2nd ,
.news-list-crawl ,
.news-list-tabbed-crawl {
	position: relative;
	margin-bottom: 40px;
}

.news-list-2nd ul ,
.news-list-tabbed-2nd ul ,
.news-english-2nd ul ,
.news-english-tabbed-2nd ul ,
.news-list-crawl ul ,
.news-list-tabbed-crawl ul {
	padding-top: 1px;
}

/* -- 1つのリリース -- */
.news-list-2nd ul li ,
.news-list-tabbed-2nd ul li ,
.news-english-2nd ul li ,
.news-english-tabbed-2nd ul li ,
.news-list-crawl ul li ,
.news-list-tabbed-crawl ul li {
	position: relative;

	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;

	color: #333;
	font-size: 14px;
	font-weight: bold;
}

.news-list-2nd ul li h3 ,
.news-list-tabbed-2nd ul li h3 ,
.news-english-2nd ul li h3 ,
.news-english-tabbed-2nd ul li h3 ,
.news-list-crawl ul li h3 ,
.news-list-tabbed-crawl ul li h3 {
	position: relative;
	display: block; 
	padding-top: 1.9em;
	padding-left: 0;
}

/*-- 画像 --*/
.news-list-2nd ul li .n_img ,
.news-list-tabbed-2nd ul li .n_img ,
.news-english-2nd ul li .n_img ,
.news-english-tabbed-2nd ul li .n_img ,
.news-list-crawl ul li .n_img ,
.news-list-tabbed-crawl ul li .n_img {
}

/* -- リリースのテキスト -- */
.news-list-2nd ul li .news_tx ,
.news-list-tabbed-2nd ul li .news_tx ,
.news-english-2nd ul li .news_tx ,
.news-english-tabbed-2nd ul li .news_tx ,
.news-list-crawl ul li .news_tx ,
.news-list-tabbed-crawl ul li .news_tx {
}

.news-list-2nd ul li .news_tx a ,
.news-list-tabbed-2nd ul li .news_tx a ,
.news-english-2nd ul li .news_tx a ,
.news-english-tabbed-2nd ul li .news_tx a ,
.news-list-crawl ul li .news_tx a ,
.news-list-tabbed-crawl ul li .news_tx a {
	color: inherit;
}

/* -- 日付 -- */
.news-list-2nd ul li .date ,
.news-list-tabbed-2nd ul li .date ,
.news-english-2nd ul li .date ,
.news-english-tabbed-2nd ul li .date ,
.news-list-crawl ul li .date ,
.news-list-tabbed-crawl ul li .date {
	position: absolute;
	top: 0;
	left: 0;

	color: #00665a;
	font-size: 13px;
	font-weight: normal;
}

/* -- カテゴリアイコン -- */
.news-list-2nd ul li .c_icon ,
.news-list-tabbed-2nd ul li .c_icon ,
.news-english-2nd ul li .c_icon ,
.news-english-tabbed-2nd ul li .c_icon ,
.news-list-crawl ul li .c_icon ,
.news-list-tabbed-crawl ul li .c_icon {
	position: absolute;
	top: -3px;
	left: 8.3em;
}

/* -- ファイルアイコン -- */
.news-list-2nd ul li .d_icon ,
.news-list-tabbed-2nd ul li .d_icon ,
.news-english-2nd ul li .d_icon ,
.news-english-tabbed-2nd ul li .d_icon ,
.news-list-crawl ul li .d_icon ,
.news-list-tabbed-crawl ul li .d_icon {
	margin-left: 5px;
}

/* -- もっと読む・詳細（ニュース概要） -- */
.news-list-2nd ul li .det_tx ,
.news-list-tabbed-2nd ul li .det_tx ,
.news-english-2nd .det_tx ,
.news-english-tabbed-2nd .det_tx ,
.news-list-crawl .det_tx ,
.news-list-tabbed-crawl .det_tx {
	display: none;
}

/* -- 続きを読む -- */
.news-list-2nd ul li .det_tx em.more ,
.news-list-tabbed-2nd ul li .det_tx em.more ,
.news-english-2nd .det_tx em.more ,
.news-english-tabbed-2nd .det_tx em.more ,
.news-list-crawl .det_tx em.more ,
.news-list-tabbed-crawl .det_tx em.more {
	display: none;
}


/*-- ver2 最新ニュース・最新ニュース（カテゴリ） --*/
/*-- クローリング 最新ニュース --*/
.news-latest-2nd ,
.news-latest-tabbed-2nd ,
.news-latest-crawl {
	position: relative;
	margin-bottom: 40px;
}

.news-latest-2nd ul ,
.news-latest-tabbed-2nd ul ,
.news-latest-crawl ul {
	padding-top: 1px;
}

/* -- 1つのリリース -- */
.news-latest-2nd ul li ,
.news-latest-tabbed-2nd ul li ,
.news-latest-crawl ul li {
	position: relative;

	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;

	color: #333;
	font-size: 14px;
	font-weight: bold;
}

.news-latest-2nd ul li h3 ,
.news-latest-tabbed-2nd ul li h3 ,
.news-latest-crawl ul li h3 {
	position: relative;
	display: block; 
	padding-top: 1.9em;
	padding-left: 0;
}

/*-- 画像 --*/
.news-latest-2nd ul li .n_img ,
.news-latest-tabbed-2nd ul li .n_img ,
.news-latest-crawl ul li .n_img {
}

/* -- リリースのテキスト -- */
.news-latest-2nd ul li .news_tx ,
.news-latest-tabbed-2nd ul li .news_tx ,
.news-latest-crawl ul li .news_tx {
}

.news-latest-2nd ul li .news_tx a ,
.news-latest-tabbed-2nd ul li .news_tx a ,
.news-latest-crawl ul li .news_tx a {
	color: inherit;
}

/* -- 日付 -- */
.news-latest-2nd ul li .date ,
.news-latest-tabbed-2nd ul li .date ,
.news-latest-crawl ul li .date {
	position: absolute;
	top: 0;
	left: 0;

	color: #00665a;
	font-size: 13px;
	font-weight: normal;
}

/* -- カテゴリアイコン -- */
.news-latest-2nd ul li .c_icon ,
.news-latest-tabbed-2nd ul li .c_icon ,
.news-latest-crawl ul li .c_icon {
	position: absolute;
	top: -3px;
	left: 8.3em;
}

/* -- ファイルアイコン -- */
.news-latest-2nd ul li .d_icon ,
.news-latest-tabbed-2nd ul li .d_icon ,
.news-latest-crawl ul li .d_icon {
	margin-left: 5px;
}

/* -- もっと読む・詳細（ニュース概要） -- */
.news-latest-2nd ul li .det_tx ,
.news-latest-tabbed-2nd ul li .det_tx ,
.news-latest-crawl ul li .det_tx {
	display: none;
}

/* -- 続きを読む -- */
.news-latest-2nd ul li .det_tx em.more ,
.news-latest-tabbed-2nd ul li .det_tx em.more ,
.news-latest-crawl ul li .det_tx em.more {
	display: none;
}

/* -- 全てのニュース -- */
.news-latest-2nd .all ,
.news-latest-tabbed-2nd .all ,
.news-latest-crawl .all {
	margin-top: 10px;
	position: relative;

	display: none;
}

.news-latest-2nd .all a ,
.news-latest-tabbed-2nd .all a ,
.news-latest-crawl .all a {
	display: block;
	padding-left: 18px;
	background: transparent url("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") no-repeat scroll 0 5px;
}


/* テキスト変更 */
/*
.news-latest-2nd .all a ,
.news-latest-tabbed-2nd .all a {
	font-size: 0;
}

.news-latest-2nd .all a:after ,
.news-latest-tabbed-2nd .all a:after {
	font-size: 14px;
	display: block;
}

#header.ja ~ div .news-latest-2nd .all a:after ,
#header.ja ~ div .news-latest-tabbed-2nd .all a:after {
	content: "一覧へ";
}

#header.en ~ div .news-latest-2nd .all a:after ,
#header.en ~ div .news-latest-tabbed-2nd .all a:after {
	content: "List";
}
*/


/*-------------- タブ共通 --------------*/
/* -- 年度タブ -- */
p.yearTabs {
	position: relative;
	padding: 20px 20px 15px 110px;
	background: #f7f7f7;
	margin-bottom: 20px;
	font-size: 0;
}

p.yearTabs a {
	display: inline-block;
	min-width: 90px;
	padding: 8px 20px;
	text-align: center;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	background: #fff;
	text-decoration: none;
	margin-right: 5px;
	margin-bottom: 5px;
}

p.yearTabs a.active {
	color: #fff;
	background: #00665a;
}

p.yearTabs a:hover ,
p.yearTabs a.active {
	color: #fff;
	font-weight: normal;
	background: #00665a;
}


/* -- カテゴリタブ -- */
p.tabs{
	margin-top: -20px;
	position: relative;
	padding: 20px 20px 15px 110px;
	background: #f7f7f7;
	margin-bottom: 20px;
	font-size: 0;
}

p.tabs a {
	display: inline-block;
	min-width: 90px;
	padding: 8px 20px;
	text-align: center;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	background: #fff;
	text-decoration: none;
	margin-right: 5px;
	margin-bottom: 5px;
}

p.tabs a.active {
	color: #fff;
	background: #00665a;
}

p.tabs a:hover ,
p.tabs a.active {
	color: #fff;
	font-weight: normal;
	background: #00665a;
}


/* カテゴリグループ名表示 */
p.yearTabs:before {
	content: "掲載年";
	position: absolute;
	top: 28px;
	left: 30px;
	display: inline-block;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	width: 70px;
}

p.yearTabs:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 30px;
	display: block;
	width: calc(100% - 60px);
	height: 1px;
	background: #dedede;
}

p.tabs:before {
	content: "カテゴリ";
	position: absolute;
	top: 28px;
	left: 30px;
	display: inline-block;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin-right: 10px;
	width: 70px;
}


[data-page-path^="/en/"] p.yearTabs:before {
	content: "Year";
}

[data-page-path^="/en/"] p.tabs:before {
	content: "Category";
}


/* アクティブなカテゴリタブをアイコン色と同色にする */
/*
p.tabs a.allTab:hover ,
p.tabs a.allTab.active {
}
p.tabs a.tekijiTab:hover ,
p.tabs a.tekijiTab.active {
	color: #FFF;
	background-color: #2980b9;
}
p.tabs a.resultTab:hover ,
p.tabs a.resultTab.active {
	color: #FFF;
	background-color: #e67e22;
}
p.tabs a.gyousekiTab:hover ,
p.tabs a.gyousekiTab.active {
	color: #FFF;
	background-color: #f1c40f;
}
p.tabs a.prTab:hover ,
p.tabs a.prTab.active {
	color: #FFF;
	background-color: #c2185b;
}
p.tabs a.irTab:hover ,
p.tabs a.irTab.active {
	color: #FFF;
	background-color: #1abc9c;
}
p.tabs a.governanceTab:hover ,
p.tabs a.governanceTab.active {
	color: #FFF;
	background-color: #34495e;
}
p.tabs a.yuhoTab:hover ,
p.tabs a.yuhoTab.active {
	color: #FFF;
	background-color: #16a085;
}
p.tabs a.syosyuTab:hover ,
p.tabs a.syosyuTab.active {
	color: #FFF;
	background-color: #e74c3c;
}
p.tabs a.noneTab:hover ,
p.tabs a.noneTab.active {
	color: #FFF;
	background-color: #9b59b6;
}
*/


/*-------------- テキスト化カテゴリアイコン (ver2専用) --------------*/
/*
.news-list-2nd ul li .c_icon ,
.news-list-tabbed-2nd ul li .c_icon ,
.news-english-2nd ul li .c_icon ,
.news-english-tabbed-2nd ul li .c_icon ,
.news-latest-2nd ul li .c_icon ,
.news-latest-tabbed-2nd ul li .c_icon {
	display: block;
}

.news-list-2nd ul li .c_icon:before ,
.news-list-tabbed-2nd ul li .c_icon:before ,
.news-english-2nd ul li .c_icon:before ,
.news-english-tabbed-2nd ul li .c_icon:before ,
.news-latest-2nd ul li .c_icon:before ,
.news-latest-tabbed-2nd ul li .c_icon:before {
	display: block;
	width: 76px;
	height: 24px;
	line-height: 1;
	font-size: 11px;
	text-align: center;
	padding-top: 7px;
	margin-top: -2px;

	color: #fff;
	background: #646464;
}

.news-list-2nd ul li .c_icon img ,
.news-list-tabbed-2nd ul li .c_icon img ,
.news-english-2nd ul li .c_icon img ,
.news-english-tabbed-2nd ul li .c_icon img ,
.news-latest-2nd ul li .c_icon img ,
.news-latest-tabbed-2nd ul li .c_icon img {
	display: none;
}

.news-list-2nd ul li.tekijiElm .c_icon:before ,
.news-list-tabbed-2nd ul li.tekijiElm .c_icon:before ,
.news-english-2nd ul li.tekijiElm .c_icon:before ,
.news-english-tabbed-2nd ul li.tekijiElm .c_icon:before ,
.news-latest-2nd ul li.tekijiElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.tekijiElm .c_icon:before {
	content: "適時開示";
}

.news-list-2nd ul li.resultElm .c_icon:before ,
.news-list-tabbed-2nd ul li.resultElm .c_icon:before ,
.news-english-2nd ul li.resultElm .c_icon:before ,
.news-english-tabbed-2nd ul li.resultElm .c_icon:before ,
.news-latest-2nd ul li.resultElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.resultElm .c_icon:before {
	content: "決算";
}

.news-list-2nd ul li.gyousekiElm .c_icon:before ,
.news-list-tabbed-2nd ul li.gyousekiElm .c_icon:before ,
.news-english-2nd ul li.gyousekiElm .c_icon:before ,
.news-english-tabbed-2nd ul li.gyousekiElm .c_icon:before ,
.news-latest-2nd ul li.gyousekiElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.gyousekiElm .c_icon:before {
	content: "業績";
}

.news-list-2nd ul li.prElm .c_icon:before ,
.news-list-tabbed-2nd ul li.prElm .c_icon:before ,
.news-english-2nd ul li.prElm .c_icon:before ,
.news-english-tabbed-2nd ul li.prElm .c_icon:before ,
.news-latest-2nd ul li.prElm .c_icon:before ,
.news-latest-tabbed-2nd ul.prElm li .c_icon:before {
	content: "PR";
}

.news-list-2nd ul li.irElm .c_icon:before ,
.news-list-tabbed-2nd ul li.irElm .c_icon:before ,
.news-english-2nd ul li.irElm .c_icon:before ,
.news-english-tabbed-2nd ul li.irElm .c_icon:before ,
.news-latest-2nd ul li.irElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.irElm .c_icon:before {
	content: "IR";
}

.news-list-2nd ul li.governanceElm .c_icon:before ,
.news-list-tabbed-2nd ul li.governanceElm .c_icon:before ,
.news-english-2nd ul li.governanceElm .c_icon:before ,
.news-english-tabbed-2nd ul li.governanceElm .c_icon:before ,
.news-latest-2nd ul li.governanceElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.governanceElm .c_icon:before {
	content: "ガバナンス";
}

.news-list-2nd ul li.yuhoElm .c_icon:before ,
.news-list-tabbed-2nd ul li.yuhoElm .c_icon:before ,
.news-english-2nd ul li.yuhoElm .c_icon:before ,
.news-english-tabbed-2nd ul li.yuhoElm .c_icon:before ,
.news-latest-2nd ul li.yuhoElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.yuhoElm .c_icon:before {
	content: "有報";
}

.news-list-2nd ul li.syosyuElm .c_icon:before ,
.news-list-tabbed-2nd ul li.syosyuElm .c_icon:before ,
.news-english-2nd ul li.syosyuElm .c_icon:before ,
.news-english-tabbed-2nd ul li.syosyuElm .c_icon:before ,
.news-latest-2nd ul li.syosyuElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.syosyuElm .c_icon:before {
	content: "招集通知";
}

.news-list-2nd ul li.noneElm .c_icon:before ,
.news-list-tabbed-2nd ul li.noneElm .c_icon:before ,
.news-english-2nd ul li.noneElm .c_icon:before ,
.news-english-tabbed-2nd ul li.noneElm .c_icon:before ,
.news-latest-2nd ul li.noneElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.noneElm .c_icon:before {
	content: "その他";
}
*/



.news-list-2nd ul li .n_icon:before ,
.news-list-tabbed-2nd ul li .n_icon:before ,
.news-english-2nd ul li .n_icon:before ,
.news-english-tabbed-2nd ul li .n_icon:before ,
.news-latest-2nd ul li .n_icon:before ,
.news-latest-tabbed-2nd ul li .n_icon:before ,
.news-list-crawl ul li .n_icon:before ,
.news-list-tabbed-crawl ul li .n_icon:before ,
.news-latest-crawl ul li .n_icon:before {
	content: "- NEW -";
	display: inline-block;
	vertical-align: middle;
	color: #d20707;
	font-size: 10px;
	font-weight: bold;
}



/* カテゴリアイコン非表示設定 */
.layout_no_category_icon .news-list-2nd ul li .c_icon ,
.layout_no_category_icon .news-list-tabbed-2nd ul li .c_icon ,
.layout_no_category_icon .news-english-2nd ul li .c_icon ,
.layout_no_category_icon .news-english-tabbed-2nd ul li .c_icon ,
.layout_no_category_icon .news-list-crawl ul li .c_icon ,
.layout_no_category_icon .news-list-tabbed-crawl ul li .c_icon ,
.layout_no_category_icon .news-latest-2nd ul li h3 ,
.layout_no_category_icon .news-latest-tabbed-2nd ul li h3 ,
.layout_no_category_icon .news-latest-crawl ul li h3 {
	display: none;
}


/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	/* ２カラム以上はSPと同じ表示 */
	.multiColumn1 .news-list-2nd ul li h3 ,
	.multiColumn1 .news-list-tabbed-2nd ul li h3 ,
	.multiColumn1 .news-english-2nd ul li h3 ,
	.multiColumn1 .news-english-tabbed-2nd ul li h3 ,
	.multiColumn1 .news-list-crawl ul li h3 ,
	.multiColumn1 .news-list-tabbed-crawl ul li h3 ,
	.multiColumn1 .news-latest-2nd ul li h3 ,
	.multiColumn1 .news-latest-tabbed-2nd ul li h3 ,
	.multiColumn1 .news-latest-crawl ul li h3 {
		padding-top: 0px;
		padding-left: 15.2em;
	}


	/*-- 中見出し(h2)の下にある場合 --*/
	.title2 ~ .news-latest-2nd .all ,
	.title2 ~ .news-latest-tabbed-2nd .all {
		position: absolute;
		top: -50px;
		right: 0;
		margin: 0;
	}

	/* カテゴリアイコン非表示設定 */
	.layout_no_category_icon.multiColumn1 .news-list-2nd ul li h3 ,
	.layout_no_category_icon.multiColumn1 .news-list-tabbed-2nd ul li h3 ,
	.layout_no_category_icon.multiColumn1 .news-english-2nd ul li h3 ,
	.layout_no_category_icon.multiColumn1 .news-english-tabbed-2nd ul li h3 ,
	.layout_no_category_icon.multiColumn1 .news-list-crawl ul li h3 ,
	.layout_no_category_icon.multiColumn1 .news-list-tabbed-crawl ul li h3 ,
	.layout_no_category_icon.multiColumn1 .news-latest-2nd ul li h3 ,
	.layout_no_category_icon.multiColumn1 .news-latest-tabbed-2nd ul li h3 ,
	.layout_no_category_icon.multiColumn1 .news-latest-crawl ul li h3 {
		padding-left: 8.8em;
	}

}

/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
}



/*-------------- rss --------------*/
.rss-content {
    position: relative;
    margin-top: 15px;
}

.rss-content:after {
	content: "";
	display: block;
	clear: both;
}

.rss-content em {
	font-style: normal;
	float: right;
	margin-bottom: 10px;
}

.rss-content a {
	text-decoration: none;
}


.rss-content em {
	padding: 0 !important;
	background: none !important;
	margin-top: -25px;

    position: absolute;
    top: -12px;
    right: 0;
}

.rss-content a {
	display: block;
	width: 80px;
	height: 25px;
	background: url("../../../../../../resources/sw_img/icon-rss.png") no-repeat left top;
}

.rss-content a:hover {
	opacity: 0.7;
}



/*------------------------------------- 
 マルチ２
-------------------------------------*/

/*----------- サムネイルなし -----------*/
.basic-list:not(.thumnail) ,
.basic-list-english:not(.thumnail) {
	margin-bottom: 40px;
}

.basic-list:not(.thumnail) ul.tabItems ,
.basic-list-english:not(.thumnail) ul.tabItems {
	padding-top: 1px;
}

/* -- 1つのリリース -- */
.basic-list:not(.thumnail) ul.tabItems li ,
.basic-list-english:not(.thumnail) ul.tabItems li {
	position: relative;

	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;

	color: #333;
	font-size: 14px;
	font-weight: bold;
}

.basic-list:not(.thumnail) ul.tabItems li h3 ,
.basic-list-english:not(.thumnail) ul.tabItems li h3 {
	position: relative;
	display: block; 
	padding-top: 1.6em;
	padding-left: 0;
}

.basic-list:not(.thumnail) ul.tabItems li a ,
.basic-list-english:not(.thumnail) ul.tabItems li a {
	color: inherit;
	text-decoration: none;
}

/* -- リリースのテキスト -- */
.basic-list:not(.thumnail) ul.tabItems li .news_tx ,
.basic-list-english:not(.thumnail) ul.tabItems li .news_tx {
}

.basic-list:not(.thumnail) ul.tabItems li a:hover .news_tx ,
.basic-list-english:not(.thumnail) ul.tabItems li a:hover .news_tx {
	text-decoration: underline;
}


/* -- 日付 -- */
.basic-list:not(.thumnail) ul.tabItems li .date ,
.basic-list-english:not(.thumnail) ul.tabItems li .date {
	position: absolute;
	top: 0;
	left: 0;

	color: #00665a;
	font-size: 13px;
	font-weight: normal;
}

/* -- カテゴリアイコン -- */
.basic-list:not(.thumnail) ul.tabItems li .c_icon ,
.basic-list-english:not(.thumnail) ul.tabItems li .c_icon {
	text-decoration: none;
	display: block;

	margin-top: -1.6em;
	min-height: 1.6em;
	padding-left: 8.8em;
}


/* -- ファイルアイコン -- */
.basic-list:not(.thumnail) ul.tabItems li .d_icon ,
.basic-list-english:not(.thumnail) ul.tabItems li .d_icon {
}

/* NEWアイコン */
/* js制御される為、displayの設定は不可 */
.basic-list:not(.thumnail) ul.tabItems li .n_icon ,
.basic-list-english:not(.thumnail) ul.tabItems li .n_icon {
	margin: 0 0.5em;
}

.basic-list:not(.thumnail) ul.tabItems li .n_icon:before ,
.basic-list-english:not(.thumnail) ul.tabItems li .n_icon:before {
	content: "- NEW -";
	display: inline-block;
	vertical-align: middle;
	color: #d20707;
	font-size: 10px;
	font-weight: bold;
}

/* -- もっと読む・詳細（ニュース概要） -- */
.basic-list:not(.thumnail) ul.tabItems li .det_tx ,
.basic-list-english:not(.thumnail) ul.tabItems li .det_tx {
	display: none;
}


/*----------- サムネイルあり -----------*/
.basic-list.thumnail ,
.basic-list-english.thumnail {
	margin-bottom: 20px;
}

.basic-list.thumnail ul.tabItems ,
.basic-list-english.thumnail ul.tabItems {
	font-size: 0;
	text-align: left;
	margin-right: -2px;
}

/* PCでは１行に３つづつで、画像が上側、テキストは下側に配置 */
.basic-list.thumnail ul.tabItems li ,
.basic-list-english.thumnail ul.tabItems li {
	cursor: inherit;
	font-size: 15px;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;

	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3);
	min-height: 445px;
	margin-right: -1px;
	border: 1px solid #e6e6e6;
	border-top: none;
	background: #fff;
	margin-bottom: 40px;
}

.basic-list.thumnail ul.tabItems li .n_img ,
.basic-list-english.thumnail ul.tabItems li .n_img {
	width: 100%;
	margin-bottom: 20px;
}

/* 日付、カテゴリアイコンを非表示 */
.basic-list.thumnail ul.tabItems li .date ,
.basic-list-english.thumnail ul.tabItems li .date {
	position: absolute;
	top: 264px;
	right: 30px;

	font-size: 13px;
	color: #999;
}

/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	.basic-list.thumnail ul.tabItems li .date ,
	.basic-list-english.thumnail ul.tabItems li .date {
		top: calc( (100vw - 10px) / 352 * 236 + 20px );
	}
}


.basic-list.thumnail ul.tabItems li .c_icon ,
.basic-list-english.thumnail ul.tabItems li .c_icon {
	display: block;
	width: 120px;
	min-height: 31px;
	margin-left: 30px;
	margin-bottom: 15px;
}

.basic-list.thumnail ul.tabItems li a ,
.basic-list-english.thumnail ul.tabItems li a {
	color: #000;
	text-decoration: none;
}

.basic-list.thumnail ul.tabItems li a:hover ,
.basic-list-english.thumnail ul.tabItems li a:hover {
	-ms-opacity: 0.8;
	opacity: 0.8;
}

/* NEWアイコン */
/* js制御される為、displayの設定は不可 */
.basic-list.thumnail ul.tabItems li .n_icon ,
.basic-list-english.thumnail ul.tabItems li .n_icon {
	position: absolute;
	top: 0;
	right: 0;
}

.basic-list.thumnail ul.tabItems li .n_icon:before ,
.basic-list-english.thumnail ul.tabItems li .n_icon:before {
	content: "NEW";
	display: block;
	padding: 3px 10px;
	font-size: 12px;
	color: #fff;
	background: #d20707;
}

/* 非公開アイコンテキスト */
/* タイルの形が崩れない様に上に載せている */
.basic-list.thumnail ul.tabItems li .note_tx ,
.basic-list-english.thumnail ul.tabItems li .note_tx {
	position: absolute;
	z-index: 1;
}

.basic-list.thumnail ul.tabItems li h3 ,
.basic-list-english.thumnail ul.tabItems li h3 {
	overflow: hidden;
	background: #fff;
}

/* ニューステキスト */
.basic-list.thumnail ul.tabItems li .news_tx ,
.basic-list-english.thumnail ul.tabItems li .news_tx {
	display: block;
	line-height: 1.8;
	margin: 0 30px 30px;
}

/* 概要テキスト */
.basic-list.thumnail ul.tabItems li .det_tx ,
.basic-list-english.thumnail ul.tabItems li .det_tx {
	display: none;
}


/* カテゴリアイコン */
.basic-list.thumnail .c_icon span:before ,
.basic-list-english.thumnail .c_icon span:before {
	min-width: 85px;
	height: 26px;
	color: #00665a;
	font-weight: bold;
	background: #fff;
	border: 1px solid #00665a;
	padding: 5px 5px 0;
	font-family: 'Ropa Sans', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-ms-font-feature-settings: "normal";
	font-size: 14px;
	letter-spacing: 0.02em;
}



/*----------- タブ(絞込み) -----------*/
.layout_no_tabs .basic-list .clearTab ,
.layout_no_tabs .basic-list .countTab ,
.layout_no_tabs .basic-list-english .clearTab ,
.layout_no_tabs .basic-list-english .countTab {
	display: none;
}

.basic-list .clearTab ,
.basic-list-english .clearTab {
	position: relative;
}

.basic-list .clearTab span ,
.basic-list-english .clearTab span {
	position: absolute;
	top: auto;
	right: 0;
	margin-top: 40px;

	display: inline-block;
	cursor: pointer;
}

.basic-list .clearTab span:before ,
.basic-list-english .clearTab span:before {
	display: inline-block;
	padding: 1px 0px;
	text-align: center;
	font-size: 13px;
	color: #666;
	border-bottom: 1px solid #666;

	content: "絞込み条件をクリア";
}

.basic-list-english .clearTab span:before {
	content: "Clear All";
}

.basic-list .countTab ,
.basic-list-english .countTab {
	margin-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	font-size: 0;
	text-align: center;
	border-bottom: 2px solid #dedede;
}

.basic-list .countTab .total ,
.basic-list-english .countTab .total ,
.basic-list .countTab .view ,
.basic-list-english .countTab .view {
	font-size: 24px;
	font-weight: bold;
	color: #00665a;
	letter-spacing: 0.025em;
}

.basic-list .countTab .total:before {
	content: "絞り込み結果　";
	font-size: 14px;
	color: #000;
}
.basic-list .countTab .total:after {
	content: " 件中 ";
	font-size: 14px;
	color: #000;
}
.basic-list .countTab .view:after {
	content: " 件";
	font-size: 14px;
	color: #000;
}

/*
.basic-list-english .countTab {
	direction: rtl;
	unicode-bidi: bidi-override;
}

.basic-list-english .countTab > * {
	direction: ltr;
	unicode-bidi: initial;
	unicode-bidi: plaintext;
}
*/

.basic-list-english .countTab .view:before {
	content: "Results　";
	font-size: 14px;
	color: #000;
}
.basic-list-english .countTab .total:before {
	content: "　of　";
	font-size: 14px;
	color: #000;
}



.basic-list .yearTabs ,
.basic-list-english .yearTabs {
	position: relative;
	padding: 20px 20px 15px 110px;
	background: #f7f7f7;
}

.basic-list .tabs ,
.basic-list-english .tabs {
	position: relative;
	padding: 20px 20px 15px 110px;
	background: #f7f7f7;
}

.basic-list .tabs > ul > li[aria-hidden="false"] ,
.basic-list-english .tabs > ul > li[aria-hidden="false"] {
	display: block;
}

.basic-list .yearTabs span ,
.basic-list-english .yearTabs span ,
.basic-list .tabs span ,
.basic-list-english .tabs span {
	margin-right: 5px;
	margin-bottom: 5px;
}

.basic-list .yearTabs span:before ,
.basic-list-english .yearTabs span:before ,
.basic-list .tabs span:before ,
.basic-list-english .tabs span:before {
	display: inline-block;
	min-width: 90px;
	padding: 8px 20px;
	text-align: center;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	background: #fff;
}

.basic-list .yearTabs span[active="true"]:before ,
.basic-list-english .yearTabs span[active="true"]:before ,
.basic-list .tabs span[active="true"]:before ,
.basic-list-english .tabs span[active="true"]:before {
	color: #fff;
	background: #00665a;
}

.basic-list .yearTabs span:hover:before ,
.basic-list-english .yearTabs span:hover:before ,
.basic-list .tabs span:hover:before ,
.basic-list-english .tabs span:hover:before {
	color: #fff;
	font-weight: normal;
	background: #00665a;
}

/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list .tabs ul[data-category-level="1"] > li > span ,
.basic-list-english .tabs ul[data-category-level="1"] > li > span {
	display: none;
}

/* 全ての全てタブは、デフォルト非表示 */
.basic-list .tabs li.allall ,
.basic-list-english .tabs li.allall {
	display: none;
}


/* 年タブ 最新20件を書き換え */
.basic-list .yearTabs span.all:before {
	content: "最新";
}

.basic-list-english .yearTabs span.all:before {
	content: "Latest";
}



/*----------- カテゴリアイコン -----------*/
/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list .c_icon span[category-level="1"] ,
.basic-list-english .c_icon span[category-level="1"] {
	display: none;
}

.basic-list .c_icon span ,
.basic-list-english .c_icon span {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
}

.basic-list .c_icon span:before ,
.basic-list-english .c_icon span:before {
	display: inline-block;
	vertical-align: top;
	min-width: 106px;
	height: 23px;
	line-height: 1;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.02em;
	text-align: center;
	padding: 6px 5px 0;

	color: #fff;
	background: #646464;
}

/* カテゴリ設定で設定した名称と、アイコン上の文字を変えたい場合は */
/* contentで上書きする。個別に背景色等を設定する場合も同様 */
.basic-list .c_icon span.financials:before ,
.basic-list-english .c_icon span.financials:before ,
.basic-list .c_icon span.financials_en:before ,
.basic-list-english .c_icon span.financials_en:before {
	background: #459dd5;
}

.basic-list .c_icon span.management:before ,
.basic-list-english .c_icon span.management:before ,
.basic-list .c_icon span.management_en:before ,
.basic-list-english .c_icon span.management_en:before {
	background: #0f8155;
}

.basic-list .c_icon span.sustainability:before ,
.basic-list-english .c_icon span.sustainability:before ,
.basic-list .c_icon span.sustainability_en:before ,
.basic-list-english .c_icon span.sustainability_en:before {
	background: #ecb409;
}

.basic-list .c_icon span.products:before ,
.basic-list-english .c_icon span.products:before ,
.basic-list .c_icon span.products_en:before ,
.basic-list-english .c_icon span.products_en:before {
	background: #0f4a81;
}

.basic-list .c_icon span.action:before ,
.basic-list-english .c_icon span.action:before {
	background: #7ac410;
}

.basic-list .c_icon span.csr_info:before ,
.basic-list-english .c_icon span.csr_info:before {
	background: #ecb409;
}

.basic-list .c_icon span.other:before ,
.basic-list-english .c_icon span.other:before ,
.basic-list .c_icon span.other_en:before ,
.basic-list-english .c_icon span.other_en:before {
	background: #999999;
}





/* マルチ２一覧 カテゴリをフラット選択に */
.layout_flat_category .basic-list .tabs li.allall ,
.layout_flat_category .basic-list-english .tabs li.allall {
	display: inline;
}

.layout_flat_category .basic-list .tabs span.allall ,
.layout_flat_category .basic-list-english .tabs span.allall {
	display: inline-block;
}

.layout_flat_category .basic-list .tabs li.all ,
.layout_flat_category .basic-list-english .tabs li.all {
	display: none;
}

.layout_flat_category .basic-list .tabs > ul > li[aria-hidden="false"] ,
.layout_flat_category .basic-list-english .tabs > ul > li[aria-hidden="false"] {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}

.layout_flat_category .basic-list .tabs ,
.layout_flat_category .basic-list-english .tabs {
	padding: 10px 10px 5px;
	border: 1px solid #ddd;
}



/* カテゴリグループ名表示 */
.basic-list .yearTabs:before ,
.basic-list-english .yearTabs:before {
	content: "掲載年";
	position: absolute;
	top: 28px;
	left: 30px;
	display: inline-block;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	width: 70px;
}

.basic-list .yearTabs:after ,
.basic-list-english .yearTabs:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 30px;
	display: block;
	width: calc(100% - 60px);
	height: 1px;
	background: #dedede;
}

.basic-list .tabs:before ,
.basic-list-english .tabs:before {
	content: "カテゴリ";
	position: absolute;
	top: 28px;
	left: 30px;
	display: inline-block;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin-right: 10px;
	width: 70px;
}


.basic-list-english .yearTabs:before {
	content: "Year";
}

.basic-list-english .tabs:before {
	content: "Category";
}


/* カテゴリグループ毎に、タブ色指定 */
.basic-list .tabs li.kind span:before {
	color: #db3c62;
}

.basic-list .tabs li.kind span[active="true"]:before ,
.basic-list .tabs li.kind span:hover:before {
	color: #fff;
	background: #db3c62;
	border-color: #db3c62;
}

.basic-list .tabs li.renkei span:before ,
.basic-list .tabs li.category span:before {
	color: #19294b;
}

.basic-list .tabs li.renkei span[active="true"]:before ,
.basic-list .tabs li.renkei span:hover:before ,
.basic-list .tabs li.category span[active="true"]:before ,
.basic-list .tabs li.category span:hover:before {
	color: #fff;
	background: #19294b;
	border-color: #19294b;
}



/* 自動連係非表示 */
.basic-list .c_icon span.tekiji ,
.basic-list-english .c_icon span.tekiji ,
.basic-list .c_icon span.result ,
.basic-list-english .c_icon span.result ,
.basic-list .c_icon span.gyouseki ,
.basic-list-english .c_icon span.gyouseki ,
.basic-list .c_icon span.pr ,
.basic-list-english .c_icon span.pr ,
.basic-list .c_icon span.ir ,
.basic-list-english .c_icon span.ir ,
.basic-list .c_icon span.governance ,
.basic-list-english .c_icon span.governance ,
.basic-list .c_icon span.yuho ,
.basic-list-english .c_icon span.yuho ,
.basic-list .c_icon span.meeting ,
.basic-list-english .c_icon span.meeting ,
.basic-list .c_icon span.none ,
.basic-list-english .c_icon span.none {
	display: none;
}

.basic-list .tabs li.renkei ,
.basic-list-english .tabs li.renkei {
	display: none !important;
}






/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	/* ２カラム以上はSPと同じ表示 */
	.multiColumn1 .basic-list:not(.thumnail) ul.tabItems li h3 ,
	.multiColumn1 .basic-list-english:not(.thumnail) ul.tabItems li h3 {
		padding-top: 0px;
		padding-left: 16.8em;
	}

	.multiColumn1 .basic-list:not(.thumnail) ul.tabItems li .c_icon ,
	.multiColumn1 .basic-list-english:not(.thumnail) ul.tabItems li .c_icon {
		width: auto;
		float: none;
		margin: 0;
		padding: 0;

		display: inline-block;
		vertical-align: top;

	/* 縦並び */
		width: 120px;
		float: left;
		margin-left: -120px;

	/* 横並び */
	/*
		min-width: 120px;
		margin-left: -120px;
	*/
	}
}

/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	.basic-list.thumnail ul.tabItems li ,
	.basic-list-english.thumnail ul.tabItems li {
		width: calc(100%);
	}


	.basic-list .yearTabs ,
	.basic-list-english .yearTabs {
		padding: 60px 5px 15px 10px;
	}

	.basic-list .yearTabs:before ,
	.basic-list-english .yearTabs:before {
		top: 18px;
	}

	.basic-list .yearTabs:after ,
	.basic-list-english .yearTabs:after {
		left: 10px;
		width: calc(100% - 20px);
	}

	.basic-list .tabs ,
	.basic-list-english .tabs {
		padding: 60px 5px 15px 10px;
	}

	.basic-list .tabs:before ,
	.basic-list-english .tabs:before {
		top: 18px;
	}

	.basic-list .clearTab span ,
	.basic-list-english .clearTab span {
		margin-top: 5px;
	}

}


/*------------------------------------- 
 マルチ３
-------------------------------------*/
/*----------- リストがない場合 -----------*/
.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:not(.thumnail) {
	margin-bottom: 40px;
}

.basic-list2:not(.thumnail) .tabItems {
	padding-top: 1px;
}

/*-- リリース1件分 --*/
.basic-list2:not(.thumnail) .tabItems > li {
	position: relative;

	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.basic-list2:not(.thumnail) .item {
	position: relative;
	display: block; 
	padding-top: 1.5em;
	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: #0066cc;
}

.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: -1.5em;
	min-height: 1.5em;
	padding-left: 8.8em;
}

/* ファイルアイコン */
.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 {
}


@media print, screen and (min-width: 768px) {
	/*== 日付～本文を横並びにする ==*/
	/* １カラム時。２カラム以上はSPと同じ表示 */
	.lx_multi3_style_col1 .basic-list2:not(.thumnail) .item ,
	.multiColumn1 .basic-list2:not(.thumnail) .item {
		padding-top: 0px;
		padding-left: 16.8em;
	}

	.lx_multi3_style_col1 .basic-list2:not(.thumnail) .item .c_icon ,
	.multiColumn1 .basic-list2:not(.thumnail) .item .c_icon {
		width: auto;
		float: none;
		margin: 0;
		padding: 0;

		display: inline-block;
		vertical-align: top;
		margin-bottom: -5px;

	/* 縦並び */
		width: 120px;
		float: left;
		margin-left: -120px;

	/* 横並び */
	/*
		min-width: 120px;
		margin-left: -120px;
	*/
	}
}

/*== カテゴリアイコン無し ==*/
#sharewithmain .lx_multi3_no_c_icon {
}

.lx_multi3_no_c_icon .basic-list2:not(.thumnail) .item .c_icon {
	display: none;
}

@media print, screen and (min-width: 768px) {
	.lx_multi3_style_col1.lx_multi3_no_c_icon .basic-list2:not(.thumnail) .item ,
	.multiColumn1.lx_multi3_no_c_icon .basic-list2:not(.thumnail) .item {
		padding-left: 8.8em;
	}
}


/*----------- サムネイルあり -----------*/
.basic-list2.thumnail {
	overflow: hidden;
	margin-bottom: 20px;
}

.basic-list2.thumnail .tabItems {
	font-size: 0;
	text-align: left;
	margin-right: -18px;
}

/*-- リリース1件分 --*/
/* PCでは１行に３つづつで、画像が上側、テキストは下側に配置 */
.basic-list2.thumnail .tabItems > li {
	cursor: inherit;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;

	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(99.9999% / 3 - 18px);
	margin-right: 18px;
	margin-bottom: 30px;
}

.basic-list2.thumnail .item {
	overflow: hidden;
	padding-bottom: 40px;
	font-size: 14px;
}

.basic-list2.thumnail li.no-img .item::before ,
.basic-list2.thumnail .item .n_img {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 60%;
	border: 1px solid #eee;
	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 {
}

.basic-list2.thumnail .item .n_img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: none;
	max-height: none;
	width: 100%;
	height: 100%;
	margin: auto;
	-o-object-fit: contain;
	   object-fit: contain;
	font-family: "object-fit: contain;";
}

.basic-list2.thumnail .item > a ,
.basic-list2.thumnail .item > span {
	color: inherit;
	text-decoration: none;
}

.basic-list2.thumnail .item > a:hover {
	-ms-opacity: 0.7;
	opacity: 0.7;
}

/* リリースのテキスト */
.basic-list2.thumnail .item .news_tx {
	display: inline;
}

/* NEWアイコン */
/* js制御される為、displayの設定は不可 */
.basic-list2.thumnail .item .n_icon {
	position: absolute;
	top: 0;
	right: 0;
}
.basic-list2.thumnail .item .n_icon::before {
	content: "NEW";
	display: block;
	padding: 3px 10px;
	font-size: 12px;
	color: #fff;
	background: #ff3333;
}

/* 概要テキスト */
.basic-list2.thumnail .item .det_tx {
	display: block;
}

/* 説明文 */
.basic-list2.thumnail .item .explanation > li {
}

/* ファイル */
.basic-list2.thumnail .item .link-info {
}


/* 日付 */
.basic-list2.thumnail .item .date {
	position: absolute;
	bottom: 0;
	left: 0;
}

/* カテゴリアイコン */
.basic-list2.thumnail .item .c_icon {
	position: absolute;
	bottom: 0;
	right: 0;
}


@media screen and (max-width: 767px) {
	.basic-list2.thumnail .tabItems > li {
		width: calc(100% / 2 - 18px);
	}

	.basic-list2.thumnail .item {
		padding-bottom: 70px;
	}

	.basic-list2.thumnail .item .date {
		bottom: 32px;
	}

	.basic-list2.thumnail .item .c_icon {
		right: auto;
		left: 0;
	}
}


/*----------- ページャー-----------*/
.basic-list2 .pager {
    display: block;
    margin: 20px auto;
    text-align: center;
    font-size: 0;
}

.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;
}



/*----------- 情報パネル -----------*/
.basic-list2 .infoPanel {
	position: relative;
	margin-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 2px solid #dedede;
}

@media screen and (max-width: 767px) {
	.basic-list2 .infoPanel {
		margin-top: 20px;
		padding-bottom: 40px;
	}
}


.basic-list2 .clearTab {
	position: absolute;
	bottom: 15px;
	right: 0;
}

.basic-list2 .clearTab span {
	display: inline-block;
	cursor: pointer;
	padding: 1px 0px;
	text-align: center;
	font-size: 13px;
	color: #666;
	border-bottom: 1px solid #666;
}

.basic-list2 .countTab {
	text-align: center;
	font-size: 14px;
	color: #000;
}

.basic-list2 .countTab .total ,
.basic-list2 .countTab .view {
	font-size: 24px;
	font-weight: bold;
	color: #0066cc;
	letter-spacing: 0.025em;
}


/*----------- タブ(絞込み) -----------*/
.basic-list2 .yearTabs {
	margin-bottom: 20px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #ddd;
}

.basic-list2 .tabs {
	margin-bottom: 40px;
}

.basic-list2 .tabs > ul > li {
	display: block;
	margin-bottom: 10px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #ddd;
}

.basic-list2 .yearTabs span ,
.basic-list2 .tabs 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 .yearTabs span[active] ,
.basic-list2 .tabs span[active] {
	background: #ccc;
}

.basic-list2 .yearTabs span:hover ,
.basic-list2 .tabs span:hover {
	background: #ccc;
}

/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list2 .tabs ul.categoryLv_1 > li > span {
	display: none;
}

/* 全ての全てタブは、デフォルト非表示 */
.basic-list2 .tabs li.allall {
	display: none;
}


/*----------- カテゴリアイコン -----------*/
/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list2 .item .c_icon span[category-level="1"] {
	display: none;
}

.basic-list2 .item .c_icon span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 5px;

	min-width: 100px;
	height: 20px;
	line-height: 1.25;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 3px 5px 0;

	color: #000;
	background: #fff;
	border: 1px solid #999;
}

/* カテゴリアイコン個別に背景色等を設定する */
/*
.basic-list2 .item .c_icon span[data-category-group="renkei"] {
	background: #996464;
}

.basic-list2 .item .c_icon span.result {
	background: #FF5358;
}
.basic-list2 .item .c_icon span.gyouseki {
	background: #0082C8;
}
.basic-list2 .item .c_icon span.tekiji {
	background: #7C1A7C;
}
.basic-list2 .item .c_icon span.pr {
	background: #BE7846;
}
.basic-list2 .item .c_icon span.ir {
	background: #000;
}
.basic-list2 .item .c_icon span.governance {
	background: #50BE50;
}
.basic-list2 .item .c_icon span.meeting {
	background: #F064A0;
}
.basic-list2 .item .c_icon span.yuho {
	background: #FF7800;
}
*/


/* 年・カテゴリ見出しを表示する場合 */
/*
.basic-list2 .yearTabs::before {
	content: "掲載年";
	display: inline-block;
	width: 105px;
	padding: 10px 0;
	font-size: 14px;
	font-weight: bold;
}

.basic-list2 .tabs > ul.categoryLv_1  > li {
	position: relative;
}

.basic-list2 .tabs > ul.categoryLv_1  > li > span {
	padding: 0;
	margin: 0;
	min-width: auto;
	height: auto;
	line-height: inherit;
	font-size: 1rem;
	color: inherit;
	background: none;
	border: none;

	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 .tabs > ul.categoryLv_1  > li {
		padding-left: 105px;
	}

	.basic-list2 .tabs > ul.categoryLv_1 > li > span {
		margin-left: -105px;
	}
}

@media screen and (max-width: 767px) {
	.basic-list2 .yearTabs::before ,
	.basic-list2 .tabs > ul.categoryLv_1 > li > span {
		display: block;
		margin-top: -10px;
	}
}
*/


/*== マルチ３一覧 カテゴリをフラット選択に ==*/
.ux_multi3_flat_category .basic-list2 .tabs li.allall {
	display: inline;
}

.ux_multi3_flat_category .basic-list2 .tabs span.allall {
	display: inline-block;
}

.ux_multi3_flat_category .basic-list2 .tabs li.all {
	display: none;
}

.ux_multi3_flat_category .basic-list2 .tabs > ul > li {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}

.ux_multi3_flat_category .basic-list2 .tabs {
	padding: 0 0 5px;
	border-bottom: 1px solid #ddd;
}


/*== IR統合アイコン ==*/
#sharewithmain .lx_multi3_combine_ir {
}

.lx_multi3_combine_ir .basic-list2 .tabs li.renkei > span {
	display: inline-block;
}

.lx_multi3_combine_ir .basic-list2 .tabs li.renkei ul {
	display: none;
}


.lx_multi3_combine_ir .basic-list2 .item .c_icon span[data-category-group="renkei"] {
	display: none;
}
.lx_multi3_combine_ir .basic-list2 .item .c_icon span.renkei {
	display: inline-block;
}


/*== jsで選択エフェクト ==*/
#html1 .ux_effect_multi3_select .basic-list2:not(.thumnail) .tabItems li.hidden ,
#wrapper-2 .ux_effect_multi3_select .basic-list2:not(.thumnail) .tabItems li.hidden ,
#site-info .ux_effect_multi3_select .basic-list2:not(.thumnail) .tabItems li.hidden {
	display: block;
}

#html1 .ux_effect_multi3_select .basic-list2.thumnail .tabItems li.hidden ,
#wrapper-2 .ux_effect_multi3_select .basic-list2.thumnail .tabItems li.hidden ,
#site-info .ux_effect_multi3_select .basic-list2.thumnail .tabItems li.hidden {
	display: inline-block;
}


/*==== マルチ３一覧をリスト風に ====*/
#sharewithmain .lx_multi3_list_style {
}

.lx_multi3_list_style .basic-list2:not(.thumnail) .note_tx ,
.lx_multi3_list_style .basic-list2:not(.thumnail) .item .date ,
.lx_multi3_list_style .basic-list2:not(.thumnail) .item .c_icon {
	display: none !important;
}

.lx_multi3_list_style .basic-list2:not(.thumnail) {
	margin-bottom: 0;
}

.lx_multi3_list_style .basic-list2:not(.thumnail) .tabItems li {
	margin: 0;
	padding: 0;
	border: none;
}

.lx_multi3_list_style .basic-list2:not(.thumnail) .tabItems .item {
	margin: 0;
	padding: 0;

	padding-top: 5px;
	margin-bottom: 5px;
	padding-left: 30px;
}

.lx_multi3_list_style .basic-list2:not(.thumnail) .tabItems .item::before {
	content: "";
	position: absolute;
	top: calc(5px + 1.5em / 2 - 12px / 2);
	left: 2px;
	display: inline-block;
	width: 7px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
}



/*------------------------------------- 
 メディア
-------------------------------------*/
/*------------- flash --------------*/
.flash-animation {
	margin: auto;
	text-align: center;
}

.flash-animation embed {
	width: 100%;
	height: 100%;
}

/*-------------- 動画 --------------*/
/* .videoとしてはいけない */
div.video {
	margin-bottom: 10px;
}

div.video dl {
	width: 100%;
}

div.video dl dt {
	text-align: center;
	margin-bottom: 5px;
}

div.video dl dt video {
	width: auto;
	max-width: 100%;
}

div.video dl dd {
}

/* -- 動画キャプション -- */
div.video dl dd.caption {
}

/* -- 動画コピーライト -- */
div.video dl dd.copyright {
}

/* -- 動画ディスクリプション -- */
div.video dl dd.longdesc {
/*	display: none; */
}


/*-------------- 音声 --------------*/
/* .audioとしてはいけない */
div.audio {
	margin-bottom: 10px;
}

div.audio dl {
	width: 80%;
	margin: auto;
}

div.audio dl dt {
	margin-bottom: 5px;
}

div.audio dl dt audio {
	width: 100%;
}

div.audio dl dd {
}

/* -- 音声キャプション -- */
div.audio dl dd.caption {
}

/* -- 音声コピーライト -- */
div.audio dl dd.copyright {
}

/* -- 音声ディスクリプション -- */
div.audio dl dd.longdesc {
/*	display: none; */
}


/*-------------- GoogleMap（地図埋め込み） --------------*/
div.map {
	position: relative;
	margin-bottom: 20px;
}

div.map:after {
	content: "";
	display: block;
/*	padding-top: 56.25%; */	/* 高さと幅の比を16:9に固定。9/16*100=56.25 */
	padding-top: 75%;	/* 高さと幅の比を4:3に固定。3/4*100=75 */
}

div.map > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	/*-- １カラムの場合、地図が画面端まであるとスクロールさせずらいので余白を設ける --*/
	.multiColumn1 div.map {
		margin-left: 30px;
		margin-right: 30px;
	}
}


/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	/*-- 地図が画面端まであるとスクロールさせずらいので余白を設ける --*/
	div.map {
		padding: 0 10px;
	}
}


/*-------------- YouTube（動画埋め込み） --------------*/
div.youtube {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

div.youtube > iframe {
	display: block;
	margin: auto;
}


/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
}


/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	div.youtube {
		padding: 0 10px;
	}

	div.youtube: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.youtube > iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
}


/*---- 動画 ----*/
.lx_area_movie ,
div.video-box {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 10px;
}

.lx_area_movie > div ,
.lx_area_movie > iframe ,
div.video-box > div ,
div.video-box > iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.lx_area_movie > iframe ~ iframe ,
div.video-box > iframe ~ iframe {
	z-index: -1;
}


/*-------------- iframe表示 --------------*/
.disp-external-page {
}

.disp-external-page iframe {
	border: none;
	display: block;
	width: 100%;
	height: 800px;
	margin: auto;
}


/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
}


/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	.disp-external-page {
		overflow-x: scroll;
	}
}

/*------------------------------------- 
 サイトマップ
-------------------------------------*/
/*-------------- サイトマップ --------------*/
.sitemap {
	margin-bottom: 20px;
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	.sitemap {
		display: inline-block;
		vertical-align: top;
		width: 48.5%;
		margin-right: 2%;
	}
	.sitemap:nth-child(even) {
		margin-right: 0;
	}
}


/* -- 第１階層(ja)・第２階層 -- */
.sitemap > h2 {
	line-height: 1.2;
	font-size: 14px;
	font-weight: bold;
	border: #CCC 1px solid;
	padding: 8px 8px 6px;
	margin-bottom: 12px;
}

.sitemap > h2 a {
	padding-left: 12px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 0.4em no-repeat;
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}
.sitemap > h2 a:hover {
	opacity: 0.7;
}

/* -- 第３階層 -- */
.sitemap > ul {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 2%;
}
.sitemap > ul:nth-child(odd) { /* 最初にh2がある為、奇数が左側 */
	margin-right: 0;
}

.sitemap > ul > li {
	padding-left: 12px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 0.4em no-repeat;
	margin-left: 8px;
	margin-bottom: 5px;
}

/* -- 第４階層 -- */
.sitemap > ul > li > ul {
	margin-top: 10px;
}

.sitemap > ul > li > ul > li {
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 0.4em no-repeat;
	padding-left: 12px;
	margin-left: 8px;
	margin-bottom: 5px;
}

/* -- 第５階層以降は非表示 -- */
.sitemap > ul > li > ul > li > ul {
	display: none;
}




/*-------------- 正規化版サイトマップ --------------*/
.sitemap-1st {
	font-size: 0;
}


/* -- 第１階層(ja)・第２階層 -- */
.sitemap-1st > h3 ,
.sitemap-1st ul.siteLevel_1 > li {
	margin-bottom: 20px;
}

.sitemap-1st > h3 > a ,
.sitemap-1st ul.siteLevel_1 > li > a {
	position: relative;
	display: block;
	vertical-align: middle;
	padding: 20px 0px;
	padding-left: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #006c60;
	line-height: 1.25;
	border-bottom: 2px solid #006c60;
	text-decoration: none;
	margin-bottom: 20px;
}

.sitemap-1st ul.siteLevel_1 > li > a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 13px;
	background: url("../../../../../../resources/sw_img/icon_arr02.svg") center center no-repeat;
	background-size: contain;
	transform: translate(0, -50%);
}



/* -- 第３階層 -- */
.sitemap-1st ul.siteLevel_2 {
}

.sitemap-1st ul.siteLevel_2 > li {
}

.sitemap-1st ul.siteLevel_2 > li > a {
	display: block;
	position: relative;
	padding-top: 10px;
	padding-left: 35px;
	margin-bottom: 5px;
	color: inherit;
	font-size: 14px;
	font-weight: normal;
}

.sitemap-1st ul.siteLevel_2 > li > a:before {
	content: "";
	position: absolute;
	top: calc(10px + 1.6em / 2 - 28px / 2);
	left: 0px;
	display: inline-block;
	width: 29px;
	height: 28px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.svg") no-repeat center center;
	background-size: contain;
}



/* -- 第４階層 -- */
.sitemap-1st ul.siteLevel_3 {
	margin-left: 20px;
	margin-top: 10px;
}

.sitemap-1st ul.siteLevel_3 > li {
}

.sitemap-1st ul.siteLevel_3 > li > a {
	position: relative;
	padding-top: 10px;
	padding-left: 35px;
	margin-bottom: 5px;
	display: block;
	color: inherit;
	font-size: 14px;
	font-weight: normal;
}

.sitemap-1st ul.siteLevel_3 > li > a:before {
	content: "";
	position: absolute;
	top: calc(10px + 1.6em / 2 - 28px / 2);
	left: 0px;
	display: inline-block;
	width: 29px;
	height: 28px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.svg") no-repeat center center;
	background-size: contain;
}



/* -- 第５階層以降は非表示 -- */
.sitemap-1st ul.siteLevel_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 {
	padding-left: 18px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") 6px 0.4em no-repeat;
}

.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: 12px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
}


/* --------------------------------------
 フォーム
-------------------------------------- */

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {

	/* FORMS
	-------------------- */

	button::-moz-focus-inner ,
	input::-moz-focus-inner {
	    border: 0;
	    padding: 0;
	}


	.form-box {
		margin: auto;
	}
	.form-wrapper {
		clear: both;
		margin: auto;
	}

	.form-wrapper div:after {
		content: "";
		display: block;
		clear: both;
	}

	#step-by-step {
		margin: 20px 0;
		padding: 4px 10px;
		border-radius: 5px;
		background: #0d8ccc;
	}
	#step-by-step ol {
		zoom: 1;
		list-style-position: inside;
		color: #fff;
	}
	#step-by-step ol:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	#step-by-step li  {
		float: left;
		margin: 0 20px 0 0;
		padding: 4px;
		border-radius: 5px;
		list-style-position: inside;
	}
	#step-by-step li.do  {
		background: #EC1549;
	}
	#step-by-step li.do button {
		color: #fff;
	}
	#step-by-step li button {
		display: inline-block;
		padding: 3px;
		background: transparent;
		border: none;
		-webkit-appearance: none;
		color: #fff;
		font-family: 'arial', 'helvetica', 'sans-serif';
		cursor: pointer;
	}
	#step-by-step li button:hover ,
	#step-by-step li button:focus ,
	#step-by-step li button:active {
		text-decoration: underline;
	}
	#step-by-step li button[disabled] {
		cursor: default;
		color: #ccc;
		text-decoration: none;
	}

	.form-wrapper fieldset {
		border: none;
		margin: 5px 0 30px 0;
	}
	.form-wrapper fieldset > h2 {
		margin-bottom: 10px;
		padding: 5px 10px;
		color: #333;
		background-color: #CCCCCC;
	}
	.form-wrapper p.required {
		text-align: right;
	}
	.form-wrapper p.required span ,
	.form-wrapper dfn {
		color: #ec1549;
		font-weight: bold;
		font-style: normal;
	}


	.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;
	}

	/* mod for short elements */
	.form-wrapper fieldset fieldset.mod .form-item {
		float: left;
		clear: none;
		margin-right: 15px;
	}
	.form-wrapper fieldset fieldset.mod .form-item label {
		display: inline;
	}

	/* table date-picker */
	.input-date-datepicker-control td:hover {
	    background-color: #BBEEFF;
	    border: none;
	    -webkit-box-shadow: 0 3px 9px rgba(255, 255, 255, 0.9) inset;
	            box-shadow: 0 3px 9px rgba(255, 255, 255, 0.9) inset;
	}
	.input-date-datepicker-control td.ui-datepicker-today {
		border: none;
		background: #EC1549;
	}
	.input-date-datepicker-control td.ui-datepicker-today a {
		color: #fff;
	}
	.input-date-datepicker-control td.ui-datepicker-current-day {
		border: none;
		background: #999;
	}

	/* Submit */
	.form-wrapper div.button-wrapper {
		width: 100%;
		position: relative;
		border: none;
		padding: 10px 0 5px 0;
		text-align: center;
	}
	.form-wrapper fieldset div.button-wrapper em {
		float: right;
		margin-top: -24px;
		font-size: 140%;
	}
	.new-search .button ,  /* button outside button-wrapper */
	.form-wrapper div.button-wrapper input { /* button */
		right: auto;
		width: auto;
		margin: 5px;
		padding: 12px 70px;
		/*color: #fff;*/
		cursor: pointer;
		font-size: 120%;
		text-transform: uppercase;
		font-weight: bold;
		border-radius: 5px;

		background: #eaeaea;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #dedede), color-stop(0.00, #f7f7f7));
		background: -webkit-linear-gradient(#f7f7f7, #dedede);
		background: -o-linear-gradient(#f7f7f7, #dedede);
		background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#dedede));
		background: linear-gradient(#f7f7f7, #dedede);
	}

	/* -- 確認ページ -- */
	.form-summary {
		margin: 0 auto 20px;
	}

	.form-summary table {
	}

	.form-summary table caption {
	}

	.form-summary table td {
	/*	border: solid #7F9BDA 1px; */
	/*	padding: 5px 10px; */
		white-space: pre;
		white-space: pre-line;
		width: 70%;
	}

	.form-summary table td:first-child {
	/*	color: #333;  */
	/*	background-color: #DCE5F4; */
	/*	font-weight: bold; */
	/*	text-align: left; */
		width: 30%;
	}

	.new-search .button {  /* button outside button-wrapper */
		padding-top: 3px;
		padding-bottom: 4px;
	}
	.new-search .button:hover ,
	.new-search .button:active ,
	.new-search .button:focus ,
	.form-wrapper div.button-wrapper input:hover ,
	.form-wrapper div.button-wrapper input:active ,
	.form-wrapper div.button-wrapper input:focus {
		background: #B9B9B9;
		/*color: #fff;*/
		border: 1px solid #111;
		border-right: 1px solid #555;
		border-bottom: 1px solid #555;
	}
	/* link-Button */
	a.button {
		background: #b90834 url("../../../../../../resources/templating-kit/themes/pop/img/bgs/submit.png") 0 0 repeat-x;
		min-width: 60px;
		width: auto;
		border: 1px solid #f19eb2;
		border-right: 1px solid #920728;
		border-bottom: 1px solid #920728;
		padding: 3px 20px 2px 20px;
		text-align: center;
		text-decoration: none;
		font-size: 110%;
		font-weight: bold;
		color: #fff;
		text-transform: uppercase;
	}
	a.button span {
		position: absolute;
	}
	a.button:hover ,
	a.button:active ,
	a.button:focus {
		color: #fac4d1;
	}

	/* error messages */
	.error {
		color: #ec1549;
		font-weight: bold;
	}

	.error a ,
	.error a:hover {
		color: #333;
		text-decoration: none;
		cursor: default;
	}

	.form-box .error h1 {
		background: url("../../../../../../resources/templating-kit/themes/pop/img/icons../../img/bgs/error.png") 0 8px no-repeat;
		margin-bottom: 10px;
		padding: 5px 0 0 30px;
		color: #ec1549;
	}
	.form-box div.error {
		margin: 20px 0;
		font-weight: bold;
	}
	.form-box div.error ul {
		margin: 0 0 0 45px;
	}
	.form-box div.error li {
		color: #ec1549;
	}
	.form-box div.error li a ,
	.form-box div.error label span {
		color: #ec1549;
	}

	.form-wrapper div.error {
		margin: 0;
	}
	.form-ui-invalid {
		border-color: #ec1549;
	}
	.form-wrapper div.error input ,
	.form-wrapper div.error select ,
	.form-wrapper div.error textarea ,
	.form-wrapper div input.form-ui-invalid ,
	.form-wrapper div textarea.form-ui-invalid ,
	.form-wrapper div select.form-ui-invalid {
		border: 1px solid #ec1549;
	}


	/* success messages */
	.form-box .success {
		margin: 10px 0;
	}
	.form-box .success h1 {
		background: url("../../../../../../resources/templating-kit/themes/pop/img/bgs/confirmed.png") 0 8px no-repeat;
		margin-bottom: 10px;
		padding: 5px 0 0 30px;
		color: #afaf00;
	}



	/* -- お問い合わせページ　設定例 -- */
	.form-wrapper div.form-edit ,
	.form-wrapper div.form-selection {
		background: none;

		position: relative;
		padding: 0;
		margin: 0;
		margin-bottom: -1px;
	}

	/* 左セル */
	.form-wrapper div.form-edit:before ,
	.form-wrapper div.form-selection:before {
		border-top: none;
		border-bottom: none;
		border-left: none;

		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 30%;
		height: 100%;
	}

	.form-wrapper div.form-edit > label ,
	.form-wrapper div.form-selection > label {
		border: none;
		background: none;

		float: left;
		width: 30%;
	}

	/* 右セル */
	.form-wrapper div.form-edit > input[type="text"] ,
	.form-wrapper div.form-edit > textarea ,
	.form-wrapper div.form-edit > span ,
	.form-wrapper div.form-selection > fieldset {
		margin: 0;

		float: right;
		width: 65%;
		width: calc(70% - 20px) !important;
		margin-right: 10px;
	}

	/*-- 入力フィールド --*/
	.form-wrapper div.form-edit {
	}

	.form-wrapper div.form-edit > input[type="text"] ,
	.form-wrapper div.form-edit > textarea {
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 5px 5px;
	}


	.form-wrapper div.form-edit > span {
		padding: 0;
		font-size: 87.5%;
	}


	/*-- セレクトボタン(チェックボックス・ラジオボタン・セレクトボックス) --*/
	.form-wrapper div.form-selection {
	}

	.form-wrapper div.form-selection > fieldset {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.form-wrapper div.form-selection > fieldset > legend {
		font-size: 87.5%;
	}

	.form-wrapper div.form-selection > fieldset > select {
		margin: 0;
		width: auto;
		display: block;

		padding: 0.25em 0.25em;
		border: 1px solid #c2c2c2;
	}

}







/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {

	/* Forms */
	.required {
		margin: 10px 5px;
	}
	.form-wrapper input ,
	.form-wrapper textarea {
		width: 100%;
		padding: 3px;
	}
	.form-wrapper textarea {
		border: 1px solid #aaa;
	}
	.form-wrapper input[type="checkbox"] ,
	.form-wrapper input[type="radio"] {
		width: auto;
	}
	.form-wrapper input[type="submit"] {
		width: auto;
		font-size: 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.mod .form-item {
		float: left;
		margin-right: 1em;
	}
	.form-wrapper .form-item label {
		display: inline;
	}
	.form-wrapper .form-item input {
		padding: 0 3px 0 0;
	}
	.form-wrapper div span {
	/*	display: block; */
	}
	.form-wrapper p.required {
		margin: 10px 5px;
	}
	.form-wrapper p.required span {
		display: inline;
	}
	.form-wrapper p.required span ,
	.form-wrapper dfn {
		color: #ec1549;
		font-weight: bold;
		font-style: normal;
	}

	/* -- お問い合わせページ -- */
	.form-wrapper .form-edit ,
	.form-wrapper .form-selection {
		margin-bottom: -1px;
	}


	.form-wrapper .form-edit > span {
		padding: 0;
		font-size: 87.5%;
	}

	.form-wrapper .form-selection > fieldset > legend {
		font-size: 87.5%;
	}

	.form-wrapper .form-selection > fieldset > select {
		margin: 0;
		width: auto;
		display: block;

		padding: 0.25em 0.25em;
	}


	.form-wrapper .button-wrapper {
		margin: 5px auto 20px;
	}



	.form-summary {
		margin-bottom: 20px;
	}



	.form-summary table tr {
		display: block;
		margin-top: 10px;
		border: 1px solid #CCC;
		padding: 5px;
	}

	.form-summary table td {
		display: block;
		padding: 5px 0;
		white-space: pre;
		white-space: pre-line;
	}
	.form-summary table td:first-child {
		border-bottom: 1px dashed #CCC;
		font-size: 87.5%;
	}


	.new-search .button ,  /* button outside button-wrapper */
	.form-wrapper .button-wrapper input { /* button */
		float: none;
		font-family: inherit;
		margin-right: 10px;
		margin-bottom: 10px;

	/*	background: #FFF; */
	/*	border: 1px solid #777; */
		color: inherit;
		font-weight: normal;
	}
	.form-wrapper .button-wrapper input:last-child {
	/*	border: 1px solid #777; */
		color: inherit;
		font-weight: normal;
	}

	.form-wrapper .button-wrapper input:hover ,
	.form-wrapper .button-wrapper input:active ,
	.form-wrapper .button-wrapper input:focus {
		border: 1px solid #ccc;
	}

}






/* --------------------------------------
 個別設定
-------------------------------------- */
/*-- 画面内固定 上に戻るリンク 設定例：scroll.js用 --*/
#site-info .topcontrol ,
#topcontrol {
	position: fixed;
	left: 0;
	bottom: -80px;
	width: 100%;
	height: 0;
	font-size: 0;
	opacity: 0.3;
	z-index: 2000;

	-webkit-transition: 0.5s 0.1s;
	-o-transition: 0.5s 0.1s;
	transition: 0.5s 0.1s;
}

#site-info .topcontrol.visible ,
#topcontrol.visible {
	bottom: 15px;
	opacity: 1;
}

#site-info .topcontrol > div ,
#topcontrol > div {
	position: relative;
	width: 100%;
	margin: auto;
}

#site-info .topcontrol a ,
#topcontrol a {
	position: absolute;
	bottom: 0;
	right: 15px;
}

/* 画像を使用する場合 */
#site-info .topcontrol a ,
#topcontrol a {
	display: block;
	width: 79px;
	height: 79px;
	background: url("../../../../../../resources/sw_img/icon_to_top.png") no-repeat center center;
	background-size: contain;
}


/* 画像を使用しない場合 */
/*
#site-info .topcontrol a ,
#topcontrol a {
	display: block;
	width: 51px;
	height: 42px;
	background: rgba(0,0,0, 0.53);
}

#site-info .topcontrol a:before ,
#topcontrol a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -9px;
	display: block;
	width: 17px;
	height: 17px;
	border-top: 3px solid #FFF;
	border-left: 3px solid #FFF;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}
*/

/*-- ページ内設置 上に戻るリンク 設定例：scroll.js用 --*/
#site-info .toTop ,
#toTop {
	text-align: right;
	margin: 3em 20px 80px;
}

#site-info .toTop a ,
#toTop a {
	padding-left: 1.44em;
	display: inline-block;
	position: relative;
	overflow: visible;
}

#site-info .toTop a:before ,
#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 ,
#toTop {
	display: none;
}





/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	#site-info .topcontrol > div ,
	#topcontrol > div {
		max-width: calc(1060px + (51px + 50px) *2);
	}

}

/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	#site-info .topcontrol ,
	#topcontrol {
		bottom: -60px;
	}

	#site-info .topcontrol a ,
	#topcontrol a {
		width: 60px;
		height: 60px;
	}

	#site-info .toTop ,
	#toTop {
		margin: 2em 20px 40px;
	}
}


/*------------------------------------- 
 ヘッダー・フッター・メニュー
-------------------------------------*/
/*------------------------- デスクトップ用 ---------------------------*/
@media print, screen and (min-width: 768px) {
	/*------------------ ヘッダー ------------------*/
	#header {
		height: 100px;
	}


	#site-info .area-header > div {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		min-width: calc(1060px + 40px);
		height: 100px;
		background: #fff;
		border-bottom: 1px solid #e5e5e5;
		z-index: 10001;
	}
	body:not(.in-editor) #header.pad ~ #site-info .area-header > div {
		position: fixed;
	}

	/* ヘッダーパネル(グロナビ・メガドロップを除く) */
	#site-info .area-header-panel {
		width: 100%;
		min-width: calc(1060px + 40px);
	}

	#site-info .area-header-panel > div {
		position: relative;
		min-width: calc(1060px + 40px);
		height: 99px;
		overflow: hidden;
	}



	/* ロゴ */
	#site-info .area-header .area-logo {
		position: absolute;
		top: 10px;
		left: 15px;
	}

	#site-info .area-header .area-logo a {
		width: 378px;
		height: 62px;
		padding: 5px;
	}

	/* IE対応 */
	@media all and (-ms-high-contrast:none){
		#site-info .area-header .area-logo img[src$=".svg"] {
/*			height: 100%; */
		}
	}

	#site-info .area-header .area-logo img {
		margin: 0;
		height: 100%;
	}


	/* 検索 */
	#site-info .area-header .area-search-box {
		position: absolute;
		top: 25px;
		right: 25px;
	}

	#site-info .area-header .area-search-box .text-section.highlight {
		width: 18px;
		height: 20px;
		padding: 3px;
		cursor: pointer;
	}

	/* IE対応 */
/*	@media all and (-ms-high-contrast:none){ */
		#site-info .area-header .area-search-box .text-section.highlight img[src$=".svg"] {
			max-width: 12px;
			max-height: 14px;
		}
/*	} */


	/* その他 */
	#site-info .area-header .area-header-sub-panel {
		position: absolute;
		top: 25px;
		right: 60px;
	}

	#site-info .area-header .area-header-sub-panel > div {
		border-right: 1px solid #e2e2e2;
		padding-right: 20px;
	}

	#site-info .area-header .area-header-sub-panel > div > div:after {
		content: "";
		display: block;
		clear: both;
	}

	#site-info .area-header .area-lang-navi ,
	#site-info .area-header .area-header-link {
		float: left;
	}

	#site-info .area-header .area-lang-navi .link-list li ,
	#site-info .area-header .area-header-link .link-list li {
		position: relative;
		display: inline-block;
		margin-left: 15px;
	}

	#site-info .area-header .area-lang-navi .link-list li a ,
	#site-info .area-header .area-lang-navi .link-list li span ,
	#site-info .area-header .area-header-link .link-list li a ,
	#site-info .area-header .area-header-link .link-list li span {
		color: #9c9c9c;
		font-size: 11px;
		font-weight: bold;
		border-bottom: 2px solid transparent;
	}

	#site-info .area-header .area-lang-navi .link-list li a:hover {
		border-bottom-color: #9c9c9c;
	}

	#site-info .area-header .area-lang-navi .link-list li a.act ,
	#site-info .area-header .area-lang-navi .link-list li a.within {
		color: #00665a;
		border-bottom-color: #00665a;
	}




	/* グロナビ */
	#site-info .area-gnavi {
		font-size: 0;
		min-width: calc(1060px + 40px);
		width: 100%;
		margin-top: -40px;
	}

	#site-info .area-gnavi > div {
		min-width: calc(1060px + 40px);
		text-align: right;
	}

	#site-info .area-gnavi > div > div {
	}

	#site-info .area-gnavi > div > div > div {
		display: inline-block;
		text-align: left;
	}

	#site-info .area-gnavi >* >* >* >* > .teaser.no-img ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img {
		position: relative;
		display: table;
		width: 100%;
	}

	#site-info .area-gnavi >* >* >* >* > .teaser.no-img h2 ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img h2 {
		display: table-row;
	}

	#site-info .area-gnavi >* >* >* >* > .teaser.no-img h2 a ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img h2 a {
		display: table-cell;
		vertical-align: middle;
		height: 40px;
		padding: 5px 15px;
		text-align: center;
		font-size: 16px;
		color: #000;
		font-weight: bold;
		line-height: 1.25;
		text-decoration: none;
		border-bottom: 3px solid transparent;
	}

	#site-info .area-gnavi >* >* >* >* > .teaser.no-img h2 a[target="_blank"]:after ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img h2 a[target="_blank"]:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 20px;
		height: 16px;
		background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
		background-size: contain;
	}

	#site-info .area-gnavi >* >* >* >* > .teaser.no-img h2 a span ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img h2 a span {
		display: none;
	}

	/*
	#site-info .area-gnavi >* >* >* >* > .teaser.no-img h2 a:hover ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img h2 a:hover ,
	*/
	#site-info .area-gnavi >* >* > *:hover >* > .teaser.no-img h2 a ,
	#site-info .area-gnavi >* >* > *:hover >* > .external-teaser.no-img h2 a {
		color: #006c60;
		border-bottom-color: #006c60;
	}

	#site-info .area-gnavi >* >* >* >* > .teaser.no-img h2 a.act ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img h2 a.act ,
	#site-info .area-gnavi >* >* >* >* > .teaser.no-img h2 a.within ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img h2 a.within {
		color: #006c60;
		border-bottom-color: #006c60;
	}

	#site-info .area-gnavi >* >* >* >* > .teaser.no-img h2 a.act:hover ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img h2 a.act:hover ,
	#site-info .area-gnavi >* >* >* >* > .teaser.no-img h2 a.within:hover ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img h2 a.within:hover {
	}

	/* メガドロップメニュー */
	#site-info .area-gnavi * * .reuse-main-area {
	/*	overflow: hidden; */
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		min-width: 1060px;
	/*	max-height: 0; */
		padding: 0;
		z-index: 10;

	/*	width: 1060px; */
	/*	left: 50%; */
	/*	margin-left: -530px; */

		opacity: 0;
		visibility: hidden;

		-webkit-transition: 0.5s 0.1s;
		-o-transition: 0.5s 0.1s;
		transition: 0.5s 0.1s;
	}

	#site-info .area-gnavi >* >* > div:hover .reuse-main-area {
	/*	max-height: 550px; */
		opacity: 1;
		visibility: visible;
	}


	#site-info .area-gnavi * * .reuse-main-area:after {
		content: "";
		overflow: hidden;
		position: absolute;
		top: 1px;
		width: 100%;
		min-width: 1060px;
		height: calc(100% + 60px);
		padding: 0;
		background: #fff;
		-webkit-box-shadow: 0 8px 24px rgba(0,0,0,.13);
		        box-shadow: 0 8px 24px rgba(0,0,0,.13);
		z-index: -1;
	}


	#site-info .area-gnavi * * .reuse-main-area > div {
		width: 1060px;
		margin: auto;
		font-size: 0;
	}

	#site-info .area-gnavi * * .reuse-main-area > div > div {
		display: inline-block;
		vertical-align: top;
	}

	#site-info .area-gnavi * * .reuse-main-area > .multiColumn2 > div {
		width: 50%;
	}
	#site-info .area-gnavi * * .reuse-main-area > .multiColumn3 > div {
		width: 33.33%;
	}
	#site-info .area-gnavi * * .reuse-main-area > .multiColumn4 > div {
		width: 25%;
	}
	#site-info .area-gnavi * * .reuse-main-area > .multiColumn5 > div {
		width: 20%;
	}

	#site-info .area-gnavi * * .reuse-main-area > div > div.empty {
	/*	display: none; */
	}


	/* メガドロップの中身 */
	#site-info .area-gnavi * * .reuse-main-area .teaser.no-img:not(.highlight) ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser.no-img:not(.highlight) {
		position: relative;
		margin-bottom: 40px;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser.no-img:not(.highlight) h2 ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser.no-img:not(.highlight) h2 {
		border-bottom: 1px solid #e5e5e5;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser.no-img:not(.highlight) h2:before ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser.no-img:not(.highlight) h2:before {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0;
		display: block;
		width: 220px;
		height: 1px;
		background: #006c60;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser.no-img:not(.highlight) h2 a ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser.no-img:not(.highlight) h2 a {
		padding: 25px 15px;
		color: #006c60;
		font-size: 23px;
		font-weight: bold;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser.no-img:not(.highlight) h2 a:before ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser.no-img:not(.highlight) h2 a:before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		display: inline-block;
		vertical-align: middle;
		width: 10px;
		height: 13px;
		background: url("../../../../../../resources/sw_img/icon_arr02.svg") center center no-repeat;
		background-size: contain;
		-webkit-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		        transform: translate(0, -50%);
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser.no-img:not(.highlight) h2 a[target="_blank"]:after ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser.no-img:not(.highlight) h2 a[target="_blank"]:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 20px;
		height: 16px;
		background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}


	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) {
		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;
		padding: 0 5px;
		margin-bottom: 15px;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight):after ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight):after {
		left: auto;
		right: 0;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) > * ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		margin: 0;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 a ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 a {
		position: relative;
		font-size: 13px;
		color: #000;
		font-weight: bold;
		border-bottom: 1px solid transparent;
		text-decoration: none;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:after ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:after {
		border: none;

		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 15px;
		height: 12px;
		margin-left: 5px;
		background: url("../../../../../../resources/sw_img/link02_white.svg") center center no-repeat;
		background-size: contain;
	}


	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 + a ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 + a {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		display: block;
		margin-bottom: 5px;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 + a img ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 + a img {
		display: block;
	}


	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) p ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) p {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight):hover > a img ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight):hover > a img {
		opacity: 0.7;
	}


	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st {
	}

	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st a ,
	#site-info .area-gnavi * * .reuse-main-area .link-list li[class] a {
		position: relative;
		display: inline-block;
		color: #000;
		font-size: 13px;
		font-weight: normal;
		border-bottom: 1px solid transparent;
		margin-bottom: 9px;
		margin-right: 20px;
	}

	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st a[target="_blank"]:after ,
	#site-info .area-gnavi * * .reuse-main-area .link-list li[class] a[target="_blank"]:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 20px;
		height: 16px;
		background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}

	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st a:hover {
		border-color: #000;
	}

	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st ul.siteLevel_2 {
		display: none;
	}

	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st h3 a ,
	#site-info .area-gnavi * * .reuse-main-area .link-list li.highlight a {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	#site-info .area-gnavi * * .reuse-main-area .area-gnavi-about .sitemap-1st h3 a ,
	#site-info .area-gnavi * * .reuse-main-area .area-gnavi-about .link-list li.highlight a {
		font-size: 24px;
		font-weight: normal;
		font-family: 'Ropa Sans', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	}



	/*------------------ フッター ------------------*/
	#site-info .area-footer {
		background: #fff;
	}

	#site-info .area-footer .area-footer-frame3 ,
	#site-info .area-footer .area-footer-frame2 ,
	#site-info .area-footer .area-footer-frame1 {
		min-width: calc(1060px + 40px);
		background: #e9f3f2;
	}

	#site-info .area-footer .area-footer-frame3 > div ,
	#site-info .area-footer .area-footer-frame2 > div ,
	#site-info .area-footer .area-footer-frame1 > div {
		width: calc(1060px + 40px);
	}



	/* フッターバナー集 */
	#site-info .area-footer-banner {
		padding: 60px 0 100px;
		background: #f7f7f7;
	}

	/* カラム割 */
	#site-info .area-footer-banner .multiColumn1 ,
	#site-info .area-footer-banner .multiColumn2 ,
	#site-info .area-footer-banner .multiColumn3 ,
	#site-info .area-footer-banner .multiColumn4 ,
	#site-info .area-footer-banner .multiColumn5 {
		width: calc(1000px + 60px);
		padding: 20px 0;
		text-align: center;
	}

	#site-info .area-footer-banner .multiColumn1 > * ,
	#site-info .area-footer-banner .multiColumn2 > * ,
	#site-info .area-footer-banner .multiColumn3 > * ,
	#site-info .area-footer-banner .multiColumn4 > * ,
	#site-info .area-footer-banner .multiColumn5 > * {
		display: inline-block;
		vertical-align: top;
		background: #fff;
		min-height: 365px;
		text-align: left;
	}

	#site-info .area-footer-banner .multiColumn1 > * {
		width: 100%;
	}
	#site-info .area-footer-banner .multiColumn2 > * {
		width: 50%;
	}
	#site-info .area-footer-banner .multiColumn3 > * {
		width: 33.33%;
	}
	#site-info .area-footer-banner .multiColumn4 > * {
		width: 25%;
	}
	#site-info .area-footer-banner .multiColumn5 > * {
		width: 20%;
	}

	#site-info .area-footer-banner .multiColumn1 > .empty ,
	#site-info .area-footer-banner .multiColumn2 > .empty ,
	#site-info .area-footer-banner .multiColumn3 > .empty ,
	#site-info .area-footer-banner .multiColumn4 > .empty ,
	#site-info .area-footer-banner .multiColumn5 > .empty {
		display: none;
	}

	/* エリアリンク */
	#site-info .area-footer-banner .internal-link-area:not(.highlight) ,
	#site-info .area-footer-banner .external-link-area:not(.highlight) {
		border-right: 1px solid #f7f7f7;
		font-size: 14px;
	}

	#site-info .area-footer-banner .internal-link-area:not(.highlight) > a ,
	#site-info .area-footer-banner .external-link-area:not(.highlight) > a {
		padding: 0 0 20px;
		margin-right: -1px;
	}

	#site-info .area-footer-banner .internal-link-area:not(.highlight) > a img ,
	#site-info .area-footer-banner .external-link-area:not(.highlight) > a img {
		margin: 0 0 20px;
		width: 100%;
	}

	#site-info .area-footer-banner .internal-link-area:not(.highlight) > a p ,
	#site-info .area-footer-banner .external-link-area:not(.highlight) > a p {
		margin: 0 20px;
	}

	#site-info .area-footer-banner .internal-link-area:not(.highlight) > a:hover ,
	#site-info .area-footer-banner .external-link-area:not(.highlight) > a:hover {
		opacity: 0.7;
	}

	/* PC/SP切り替えバナー */
	#site-info .area-footer-banner .fx_mcol2_flip > .column1 {
		width: 100%;
		min-height: auto;
	}

	#site-info .area-footer-banner .fx_mcol2_flip > .column2 {
		display: none;
	}

	#site-info .area-footer-banner .teaser:hover ,
	#site-info .area-footer-banner .external-teaser:hover {
		opacity: 0.7;
	}


	/* フッターサイトマップ */
	#site-info .area-footer-sitemap {
		padding: 50px 0 80px;
		border-bottom: 1px solid #d1dad9;
	}

	#site-info .area-footer-sitemap >* {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	#site-info .area-footer-sitemap >* >* {
		display: table-row;
	}
	#site-info .area-footer-sitemap >* >* >* {
		display: table-cell;
		vertical-align: top;
		width: 10%;
		padding-right: 30px;
	}

	#site-info .area-footer-sitemap .link-list li.highlight ,
	#site-info .area-footer-sitemap .sitemap-1st {
		margin-top: 30px;
/*		margin-right: 30px; */
	}

	#site-info .area-footer-sitemap .link-list li > span ,
	#site-info .area-footer-sitemap .link-list li > a ,
	#site-info .area-footer-sitemap .sitemap-1st a {
		display: inline-block;
		color: #000;
		font-size: 13px;
		font-weight: bold;
		border-bottom: 1px solid transparent;
		margin-bottom: 10px;
	}

	#site-info .area-footer-sitemap .link-list a[target="_blank"]:after ,
	#site-info .area-footer-sitemap .sitemap-1st a[target="_blank"]:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 20px;
		height: 16px;
		background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}

	#site-info .area-footer-sitemap .link-list a:hover ,
	#site-info .area-footer-sitemap .sitemap-1st a:hover {
		border-bottom-color: #000;
	}

	#site-info .area-footer-sitemap .link-list li.highlight ,
	#site-info .area-footer-sitemap .sitemap-1st > h3 {
		border-bottom: 1px solid #d1dad9;
		margin-bottom: 20px;
	}

	#site-info .area-footer-sitemap .link-list li.highlight > a ,
	#site-info .area-footer-sitemap .sitemap-1st > h3 a {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	#site-info .area-footer-sitemap .teaser ,
	#site-info .area-footer-sitemap .external-teaser ,
	#site-info .area-footer-sitemap .download-teaser {
		max-width: 120px;
		margin: 0;
	}

	#site-info .area-footer-sitemap .teaser a:hover ,
	#site-info .area-footer-sitemap .external-teaser a:hover ,
	#site-info .area-footer-sitemap .download-teaser a:hover {
		opacity: 0.7;
	}


	/* フッターリンク集１ */
	#site-info .area-footer-link {
		padding: 20px 0;
	}

	#site-info .area-footer-link .link-list ul {
		padding: 10px 0;
		text-align: center;
	}

	#site-info .area-footer-link .link-list ul li {
		display: inline-block;
		margin: 0 20px;
	}

	#site-info .area-footer-link .link-list ul li a {
		font-size: 12px;
		font-weight: bold;
	}

	#site-info .area-footer-link .link-list ul li a[target="_blank"]:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 15px;
		height: 12px;
		background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}


	/* フッターリンク集２ */
	#site-info .area-footer-link2 {
		padding: 30px 0;
	}

	#site-info .area-footer-link2 .link-list ul {
		padding: 5px 0;
		text-align: center;
	}

	#site-info .area-footer-link2 .link-list ul li {
		display: inline-block;
		margin-left: 10px;
	}

	#site-info .area-footer-link2 .link-list ul li + li:before {
		content: "/";
		display: inline-block;
		vertical-align: inherit;
		font-size: 12px;
		margin-right: 10px;
	}

	#site-info .area-footer-link2 .link-list ul li a {
		display: inline-block;
		font-size: 12px;
	}

	#site-info .area-footer-link2 .link-list ul li a[target="_blank"]:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 15px;
		height: 12px;
		background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}

	/* フッターSNSボタン */
	#site-info .area-footer-sns-link {
		text-align: center;
	/*	padding: 20px 0; */
	}

	#site-info .area-footer-sns-link a {
		display: inline-block;
		margin: 5px;
		background: #fff !important;
	}

	#site-info .area-footer-sns-link a:hover {
		opacity: 0.7;
	}

	#site-info .area-footer-sns-link svg path {
		fill: #00665a;
	}

	/* フッターSNSボタン(SP) */
	#site-info .area-footer-sns-link-sp {
		display: none;
	}


	/* フッターグループ会社リンク */
	#site-info .area-footer-group-link {
		color: #fff;
		background: var(--key-color);
	}

	#site-info .area-footer-group-link .multiColumn2 {
		padding: 10px 0;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: center;
		min-height: 120px;
	}

	#site-info .area-footer-group-link .multiColumn2 > .column {
		width: 50%;
		max-width: calc(1060px / 2);
	}

	#site-info .area-footer-group-link .text-section {
		font-size: 25px;
		font-weight: bold;
		letter-spacing: 0.03em;
	}

	#site-info .area-footer-group-link .teaser.no-img.style1 ,
	#site-info .area-footer-group-link .external-teaser.no-img.style1 ,
	#site-info .area-footer-group-link .download-teaser.no-img.style1 {
		max-width: 260px;
		margin-left: auto;
		margin-right: 0;
	}

	#site-info .area-footer-group-link .teaser.no-img.style1 h2 a ,
	#site-info .area-footer-group-link .external-teaser.no-img.style1 h2 a ,
	#site-info .area-footer-group-link .download-teaser.no-img.style1 h2 a {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: center;
		height: 64px;
		padding: 5px 20px;
		text-align: center;
		color: var(--key-color);
		font-size: 18px;
		font-weight: bold;
		background: #fff;
		border: 1px solid #fff;
		border-radius: 5px;
	}

	#site-info .area-footer-group-link .teaser.no-img.style3 h2 a ,
	#site-info .area-footer-group-link .external-teaser.no-img.style3 h2 a ,
	#site-info .area-footer-group-link .download-teaser.no-img.style3 h2 a {
		border-color: #fff;
		color: var(--key-color);
		background: #fff;
	}

	#site-info .area-footer-group-link .teaser.no-img.style1 h2 a:hover ,
	#site-info .area-footer-group-link .external-teaser.no-img.style1 h2 a:hover ,
	#site-info .area-footer-group-link .download-teaser.no-img.style1 h2 a:hover {
		color: #fff;
		background: var(--key-color);
	}

	/* コピーライト */
	#site-info .area-footer-copyright {
		padding: 40px 0;
		background: #00655b;
		font-size: 12px;
		color: #fff;
		text-align: center;
	}
}



/*--------------------------- スマホ用 -----------------------------*/
@media only screen and (max-width: 767px) {

	/* -- css ハンバーガーアイコン -- */
	#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: #00665a;

		-webkit-transition: .2s .4s;
		-o-transition: .2s .4s;
		transition: .2s .4s;
	}

	.panel2-btn-icon1 {
		margin-top: -7px;
	}
	.panel2-btn-icon2 {
		margin-top: 0px;
	}
	.panel2-btn-icon3 {
		margin-top: 7px;
	}

	.panel2-btn-icon1:before ,
	.panel2-btn-icon3:before {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 22px;
		height: 2px;
		background: #00665a;

		-webkit-transition: .3s .1s;
		-o-transition: .3s .1s;
		transition: .3s .1s;
	}

	.panel2-btn-title {
		overflow: hidden;
		display: block;
		position: absolute;
		top: 31px;
		left: 0;
		width: 40px;
		height: 12px;
	}

	.panel2-btn-title li {
		display: block;
		width: 40px;
		height: 15px;

		line-height: 1;
		font-size: 10px;
		color: #00665a;
		text-align: center;

		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		    transform: scale(0.8);
	}
	.panel2-btn-title li:first-child {
		margin-top: -15px;

		-webkit-transition: .5s .1s;
		-o-transition: .5s .1s;
		transition: .5s .1s;
	}


	/* -- open時 -- */
	#panel2-sw:checked + div .panel2-btn-icon1 ,
	#panel2-sw:checked + div .panel2-btn-icon2 ,
	#panel2-sw:checked + div .panel2-btn-icon3 {
		background: transparent;
		margin-top: 0;

		-webkit-transition: .2s .1s;
		-o-transition: .2s .1s;
		transition: .2s .1s;
	}

	#panel2-sw:checked + div .panel2-btn-icon1:before ,
	#panel2-sw:checked + div .panel2-btn-icon3:before {
		width: 30px;
		left: -4px;

		-webkit-transition: .3s .3s;
		-o-transition: .3s .3s;
		transition: .3s .3s;
	}

	#panel2-sw:checked + div .panel2-btn-icon1:before {
		-webkit-transform: rotate(-225deg);
		-ms-transform: rotate(-225deg);
		    transform: rotate(-225deg);
	}

	#panel2-sw:checked + div .panel2-btn-icon3:before {
		-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		    transform: rotate(-135deg);
	}

	#panel2-sw:checked + div .panel2-btn-title li:first-child {
		margin-top: 0px;

		-webkit-transition: .5s .25s;
		-o-transition: .5s .25s;
		transition: .5s .25s;
	}



	/*------------------ ヘッダー ------------------*/
	#header {
		height: 60px;
	}

	#site-info .area-header {
	}

	/* ロゴ */
	#site-info .area-header .area-header-panel {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		background: #fff;
		border-bottom: 1px solid #f0f0f0;
		z-index: 10010;
	}

	#site-info .area-header .area-logo > div {
		position: absolute;
		top: 5px;
		left: 5px;
	}

	#site-info .area-header .area-logo a {
		width: 240px;
		height: 50px;
		padding: 10px;
	}

	/* 検索 */
	#site-info .area-header .area-search-box {
		position: absolute;
		top: 12px;
		right: 55px;
	}

	#site-info .area-header .area-search-box .text-section.highlight {
		width: 32px;
		height: 34px;
		padding: 3px;
		cursor: pointer;
	}

	#site-info .area-header .area-search-box .text-section.highlight img {
		width: 100%;
	}

	/* IE対応 */
	@media all and (-ms-high-contrast:none){
		#site-info .area-header .area-search-box .text-section.highlight img[src$=".svg"] {
			height: 100%;
		}
	}

	/* メニュー */
	/* 60pxはヘッダーの高さ分 */
	#site-info .area-menu {
		font-size: 0;
		position: fixed;
		top: 60px;
		left: 0;
		width: 100vw;
		height: calc(100% - 60px);
		max-height: 100%;
		overflow: hidden;
		z-index: 10000;

		-webkit-transition: .7s .1s;
		-o-transition: .7s .1s;
		transition: .7s .1s;

		background: #fff;
	/*	background: rgba(255, 255, 255, 0.9); */
	}

	#panel2-sw:not(:checked) ~ #site-info .area-header .area-menu {
	/*	max-height: 0; */
		left: 100%;
	}


	/* 3way-navi */
	#site-info .area-menu > div {
		position: absolute;
		width: 100vw;
		height: 100%;
		overflow: hidden;
		overflow-y: scroll;
	}

	/* フォルダ開閉 */
	#site-info .area-gnavi .sitemap-1st ul {
		position: absolute;
		top: 0;
		left: 100%;
		width: 100%;
		height: 100%;
		background: #fff;
		overflow: hidden;
		z-index: 1;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	}

	#site-info .area-gnavi .sitemap-1st ul.open {
		left: 0;
	}

	#site-info .area-gnavi .sitemap-1st ul.active {
		overflow-y: scroll;
	}


	/* 各要素共通 */
	#site-info .area-gnavi .sitemap-1st a ,
	#site-info .area-gnavi .sitemap-1st .gn-back span ,
	#site-info .area-gnavi .link-list li a ,
	#site-info .area-gnavi .link-list li span {
		position: relative;
		display: block;
		color: #000;
		font-size: 14px;
		font-weight: normal;
		padding: 15px 20px;
		text-align: left;
		border-bottom: 1px solid #f0f0f0;
	}

	#site-info .area-gnavi .sitemap-1st a[target="_blank"]:after ,
	#site-info .area-gnavi .link-list li a[target="_blank"]:after {
		content: "";
		background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg");
		background-size: contain;
		display: inline-block;
		width: 12px;
		height: 12px;
		vertical-align: middle;
		margin: 0 5px;
	}

	/* 通常リンク */
	#site-info .area-gnavi .sitemap-1st a:not(.gn-to-folder):not(.gn-folder-top) ,
	#site-info .area-gnavi .link-list li a {
		padding-right: 40px;
		color: #00665a;
		font-weight: bold;
	}

	#site-info .area-gnavi .sitemap-1st a:not(.gn-to-folder):not(.gn-folder-top):before ,
	#site-info .area-gnavi .link-list li a:before {
/*
		content: "";
		position: absolute;
		right: 20px;
		top: 50%;
		display: inline-block;
		vertical-align: middle;
		width: 10px;
		height: 13px;
		background: url("../../../../../../resources/sw_img/icon_arr02.svg") center center no-repeat;
		background-size: contain;
		transform: translate(0, -50%);
*/
	}

	/* 現在地表示 */
	#site-info .area-gnavi .sitemap-1st a.act:not(.gn-to-folder) ,
	#site-info .area-gnavi .link-list li a.act {
	}

	#site-info .area-gnavi .sitemap-1st a.act:not(.gn-to-folder):before ,
	#site-info .area-gnavi .link-list li a.act:before {
	}

	/* ↑階層へ(BACK) */
	#site-info .area-gnavi .sitemap-1st .gn-back span {
		padding-left: 40px;
		color: #000;
		font-weight: bold;
		background: #f0f0f0;
	}

	#site-info .area-gnavi .sitemap-1st .gn-back span:before {
		content: "";
		position: absolute;
		left: 20px;
		top: 50%;
		display: inline-block;
		vertical-align: middle;
		width: 10px;
		height: 13px;
		background: url("../../../../../../resources/sw_img/icon_arr02.svg") center center no-repeat;
		background-size: contain;
		transform: translate(0, -50%) rotate(180deg);
	}

	/* ↓階層フォルダへ */
	#site-info .area-gnavi .sitemap-1st a.gn-to-folder {
		padding-right: 40px;
		color: #00665a;
		font-weight: bold;
	}

	#site-info .area-gnavi .sitemap-1st a.gn-to-folder:before {
		content: "";
		position: absolute;
		right: 20px;
		top: 50%;
		display: inline-block;
		vertical-align: middle;
		width: 10px;
		height: 13px;
		background: url("../../../../../../resources/sw_img/icon_arr02.svg") center center no-repeat;
		background-size: contain;
		transform: translate(0, -50%);
	}

	/* フォルダトップ */
	#site-info .area-gnavi .sitemap-1st a.gn-folder-top {
		padding-left: 40px;
		color: #00665a;
		font-weight: bold;
	}

	#site-info .area-gnavi .sitemap-1st a.gn-folder-top:before {
		content: "";
		position: absolute;
		left: 20px;
		top: 50%;
		display: inline-block;
		vertical-align: middle;
		width: 10px;
		height: 13px;
		background: url("../../../../../../resources/sw_img/icon_arr02.svg") center center no-repeat;
		background-size: contain;
		transform: translate(0, -50%);
	}


	/* 用語集リンク */
	#site-info .area-term-navi {
		padding: 15px 0;
	}

	#site-info .area-term-navi .link-list ul {
		padding: 10px 0;
		text-align: center;
	}

	#site-info .area-term-navi .link-list ul li {
		display: inline-block;
		margin: 0 20px;
	}

	#site-info .area-term-navi .link-list ul li a {
		font-size: 12px;
		font-weight: bold;
	}

	#site-info .area-term-navi .link-list ul li a[target="_blank"]:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 15px;
		height: 12px;
		background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}

	/* 言語リンク */
	#site-info .area-lang-navi {
		padding: 15px 0;
	}

	#site-info .area-lang-navi .link-list ul {
		padding: 0 05px;
		text-align: center;
	}

	#site-info .area-lang-navi .link-list ul li {
		display: inline-block;
		width: calc(50% - 10px);
		margin: 0 5px;
	}

	#site-info .area-lang-navi .link-list ul li a {
		padding: 15px 10px;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		background: #00665a;
	}

	#site-info .area-lang-navi .link-list ul li a.act ,
	#site-info .area-lang-navi .link-list ul li a.within {
		color: rgba(255,255,255, 0.4);
		background: #cacaca;
	}





	/*------------------ フッター ------------------*/
	#site-info .area-footer {
	}

	#site-info .area-footer .area-footer-frame3 ,
	#site-info .area-footer .area-footer-frame2 ,
	#site-info .area-footer .area-footer-frame1 {
		background: #e9f3f2;
	}

	#site-info .area-footer .area-footer-frame3 > div ,
	#site-info .area-footer .area-footer-frame2 > div ,
	#site-info .area-footer .area-footer-frame1 > div {
	}



	/* フッターバナー集 */
	#site-info .area-footer-banner {
		padding: 10px 0 20px;
		background: #f7f7f7;
	}

	/* カラム割 */
	#site-info .area-footer-banner .multiColumn1 ,
	#site-info .area-footer-banner .multiColumn2 ,
	#site-info .area-footer-banner .multiColumn3 ,
	#site-info .area-footer-banner .multiColumn4 ,
	#site-info .area-footer-banner .multiColumn5 {
		padding: 20px 0;
	}

	#site-info .area-footer-banner .multiColumn1 > * ,
	#site-info .area-footer-banner .multiColumn2 > * ,
	#site-info .area-footer-banner .multiColumn3 > * ,
	#site-info .area-footer-banner .multiColumn4 > * ,
	#site-info .area-footer-banner .multiColumn5 > * {
		display: block;
/*		background: #fff; */
		margin: 20px;
	}

	#site-info .area-footer-banner .multiColumn1 > .empty ,
	#site-info .area-footer-banner .multiColumn2 > .empty ,
	#site-info .area-footer-banner .multiColumn3 > .empty ,
	#site-info .area-footer-banner .multiColumn4 > .empty ,
	#site-info .area-footer-banner .multiColumn5 > .empty {
		display: none;
	}

	/* エリアリンク */
	#site-info .area-footer-banner .internal-link-area:not(.highlight) ,
	#site-info .area-footer-banner .external-link-area:not(.highlight) {
		position: relative;
		font-size: 14px;
	}

	#site-info .area-footer-banner .column2 > .internal-link-area:not(.highlight) ,
	#site-info .area-footer-banner .column2 > .external-link-area:not(.highlight) ,
	#site-info .area-footer-banner .column3 > .internal-link-area:not(.highlight) ,
	#site-info .area-footer-banner .column3 > .external-link-area:not(.highlight) {
		margin-top: 60px;
	}

	#site-info .area-footer-banner .column2 > .internal-link-area:not(.highlight)::before ,
	#site-info .area-footer-banner .column2 > .external-link-area:not(.highlight)::before ,
	#site-info .area-footer-banner .column3 > .internal-link-area:not(.highlight)::before ,
	#site-info .area-footer-banner .column3 > .external-link-area:not(.highlight)::before {
		content: "";
		position: absolute;
		top: -30px;
		width: 100%;
		height: 0;
		border-top: 1px dotted #707070;
	}

	#site-info .area-footer-banner .internal-link-area:not(.highlight) > a ,
	#site-info .area-footer-banner .external-link-area:not(.highlight) > a {
	}

	#site-info .area-footer-banner .internal-link-area:not(.highlight) > a img ,
	#site-info .area-footer-banner .external-link-area:not(.highlight) > a img {
		float: left;
		margin: 0 20px 0 0;
		width: 30%;
	}

	#site-info .area-footer-banner .internal-link-area:not(.highlight) > a p ,
	#site-info .area-footer-banner .external-link-area:not(.highlight) > a p {
		width: calc(70% - 20px);
		margin-right: 0;
		line-height: calc(20 / 14);
	}

	#site-info .area-footer-banner .internal-link-area:not(.highlight) > a:hover ,
	#site-info .area-footer-banner .external-link-area:not(.highlight) > a:hover {
		opacity: 0.7;
	}

	/* PC/SP切り替えバナー */
	#site-info .area-footer-banner .fx_mcol2_flip > .column1 {
		display: none;
	}

	#site-info .area-footer-banner .teaser:hover ,
	#site-info .area-footer-banner .external-teaser:hover {
		opacity: 0.7;
	}


	/* フッターサイトマップ */
	#site-info .area-footer-sitemap {
		overflow: hidden;
		padding-bottom: 1px;
	}

	#site-info .area-footer-sitemap >*::after {
		content: "";
		display: block;
		clear: both;
	}

	#site-info .area-footer-sitemap >* >* ,
	#site-info .area-footer-sitemap >* >* >* ,
	#site-info .area-footer-sitemap >* >* >* >* {
		display: inline;
	}

	#site-info .area-footer-sitemap .link-list ,
	#site-info .area-footer-sitemap .sitemap-1st {
		display: inline;
	}

	#site-info .area-footer-sitemap .link-list a ,
	#site-info .area-footer-sitemap .sitemap-1st a {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		height: 55px;
		padding: 5px 5px;
		color: #000;
		font-size: 13px;
		font-weight: bold;
		border-bottom: 1px solid transparent;
		margin-bottom: 10px;
	}

	#site-info .area-footer-sitemap .link-list a[target="_blank"]:after ,
	#site-info .area-footer-sitemap .sitemap-1st a[target="_blank"]:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 20px;
		height: 16px;
		background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}

	#site-info .area-footer-sitemap .link-list a:hover ,
	#site-info .area-footer-sitemap .sitemap-1st a:hover {
		border-bottom-color: #000;
	}

	#site-info .area-footer-sitemap .link-list li.highlight ,
	#site-info .area-footer-sitemap .sitemap-1st > h3 {
		float: left;
		display: inline-table;
		vertical-align: top;
		width: calc(50% + 1px);
		height: 55px;
		border: 1px solid #d1dad9;
		margin-right: -1px;
		margin-bottom: -1px;
	}

	#site-info .area-footer-sitemap .sitemap-1st > h3 a {
	}

	#site-info .area-footer-sitemap .link-list li:not(.highlight) ,
	#site-info .area-footer-sitemap .sitemap-1st ul {
		display: none;
	}


	/* フッターリンク集１ */
	#site-info .area-footer-link {
		padding: 15px 0;
	}

	#site-info .area-footer-link .link-list ul {
		padding: 10px 0;
		text-align: center;
	}

	#site-info .area-footer-link .link-list ul li {
		display: inline-block;
		margin: 0 20px;
	}

	#site-info .area-footer-link .link-list ul li a {
		font-size: 12px;
		font-weight: bold;
	}

	#site-info .area-footer-link .link-list ul li a[target="_blank"]:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 15px;
		height: 12px;
		background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}


	/* フッターリンク集２ */
	#site-info .area-footer-link2 {
		padding: 20px 0;
	}

	#site-info .area-footer-link2 .link-list ul {
		text-align: left;
	}

	#site-info .area-footer-link2 .link-list ul li {
		display: inline-block;
		vertical-align: top;
		min-width: 50%;
		padding-left: 10px;
	}

	#site-info .area-footer-link2 .link-list ul li a {
		font-size: 12px;
	}

	#site-info .area-footer-link2 .link-list ul li a[target="_blank"]:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 15px;
		height: 12px;
		background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}

	/* フッターSNSボタン */
	#site-info .area-footer-sns-link {
		text-align: center;
/*		padding: 10px 0; */
	}

	#site-info .area-footer-sns-link a {
		display: inline-block;
		margin: 5px;
		background: #fff !important;
	}

	#site-info .area-footer-sns-link a:hover {
		opacity: 0.7;
	}

	#site-info .area-footer-sns-link svg path {
		fill: #00665a;
	}


	/* フッターSNSボタン(SP) */
	#site-info .area-footer-sns-link-sp {
		text-align: center;
		padding: 30px 0 20px;
	}

	#site-info .area-footer-sns-link-sp >*>*>*>* {
		max-width: 250px;
	}

	#site-info .area-footer-sns-link-sp .link-list li > span {
		display: inline-block;
		color: #000;
		font-size: 13px;
		font-weight: bold;
		border-bottom: 1px solid transparent;
		margin-bottom: 10px;
	}

	#site-info .area-footer-sns-link-sp a {
	}

	#site-info .area-footer-sns-link-sp a:hover {
		opacity: 0.7;
	}


	/* フッターグループ会社リンク */
	#site-info .area-footer-group-link {
		padding: 30px 0;
		color: #fff;
		background: var(--key-color);
	}

/*
	#site-info .area-footer-group-link .multiColumn2 {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: center;
		min-height: 120px;
	}

	#site-info .area-footer-group-link .multiColumn2 > .column {
		width: 50%;
		max-width: calc(1060px / 2);
	}
*/

	#site-info .area-footer-group-link .text-section {
		text-align: center;
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 0.03em;
		margin-bottom: 15px;
	}

	#site-info .area-footer-group-link .teaser.no-img.style1 ,
	#site-info .area-footer-group-link .external-teaser.no-img.style1 ,
	#site-info .area-footer-group-link .download-teaser.no-img.style1 {
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}

	#site-info .area-footer-group-link .teaser.no-img.style1 h2 a ,
	#site-info .area-footer-group-link .external-teaser.no-img.style1 h2 a ,
	#site-info .area-footer-group-link .download-teaser.no-img.style1 h2 a {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: center;
		height: 56px;
		padding: 5px 20px;
		text-align: center;
		color: var(--key-color);
		font-size: 16px;
		font-weight: bold;
		background: #fff;
		border: 1px solid #fff;
		border-radius: 5px;
	}

	#site-info .area-footer-group-link .teaser.no-img.style3 h2 a ,
	#site-info .area-footer-group-link .external-teaser.no-img.style3 h2 a ,
	#site-info .area-footer-group-link .download-teaser.no-img.style3 h2 a {
		border-color: #fff;
		color: var(--key-color);
		background: #fff;
	}

	#site-info .area-footer-group-link .teaser.no-img.style1 h2 a:hover ,
	#site-info .area-footer-group-link .external-teaser.no-img.style1 h2 a:hover ,
	#site-info .area-footer-group-link .download-teaser.no-img.style1 h2 a:hover {
		color: #fff;
		background: var(--key-color);
	}

	/* コピーライト */
	#site-info .area-footer-copyright {
		padding: 25px 0;
		background: #00655b;
		font-size: 10px;
		color: #fff;
		text-align: center;
	}
}





/*------------------ プラグイン・サイト内共通 特殊設定 ------------------*/

/*==== ページ遷移時フェイドイン設定 ====*/
body {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

body.ready {
	opacity: 1;
	visibility: visible;
}

body:not(.ready) {
	opacity: 0;
	visibility: hidden;
}

body.inframe:not(.special) {
	opacity: 0.3;
/*	transition: 0.5s; */
}

body.inframe.ready:not(.special) {
	opacity: 1;
	visibility: visible;
}

/* 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;
}


/*===== 検索ダイアログ =====*/
#dialog_search {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(0,0,0, 0.4);

	transition: 0.2s;
	z-index: 50000;
	opacity: 0;
	visibility: hidden;
}

#dialog_search.open {
	opacity: 1;
	visibility: visible;
}


.close_btn {
	position: fixed;
	top: 0;
	right: 0;
	display: block;
	width: 40px;
	height: 44px;
	margin: 8px 9px;
	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 h2 {
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translate(-50%, 0);
	display: block;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	text-align: center;
}

#dialog_search .search_inputbox {
	position: absolute;
	top: 200px;
	left: 50%;
	transform: translate(-50%, 0);
	display: block;
	width: 80%;
	max-width: 500px;
	background: #fff;
	font-size: 0;
}

#dialog_search .search_inputbox input[type="text"] {
	box-sizing: content-box;
	width: calc(100% - 44px - 4px * 2);
	height: 28px;
	padding: 4px;
	color: #000;
	font-size: 1rem;
	border: none;
	outline: none;
}

#dialog_search .search_inputbox input[type="image"] {
	vertical-align: top;
	width: 44px;
	height: 36px;
	padding: 5px 10px;
	border: none;
	outline: none;
	background: #006C60
}





/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	/*==== カルーセル：スライドMV（ベストエフォート型） ====*/
	/* スライドエリアと画像サイズに合わせて、各設定値を変更する事 */
	/* 下の例: */
	/* 最小スライドエリアwidth: 1100px */
	/* 画像height＝最小スライドエリアheight: 541px */
	/* 画像width: 1280px */
	[data-page-marker~="with-slider"] #mv ,
	#area-slider {
		position: relative;
		display: block;
		width: 100%;
		min-width: calc(1060px + 40px);
		height: auto;
		min-height: 541px;
		min-height: calc(1200px / 1280 * 541);
		margin-bottom: 45px;
	}

	[data-page-marker~="with-slider"] #mv:before ,
	#area-slider:before {
		content: "";
		display: block;
		padding-top: calc(100% / 1280 * 541);
	}

	#area-slider * {
		max-width: none;
		margin: 0;
	}

	#area-slider {
		position: absolute;
		top: 100px;
		left: 0;
	}

	#area-slider > div {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
	}

	#area-slider .slick-slide {
		min-height: 541px;
		min-height: calc(1200px / 1280 * 541);
	}

	#area-slider .slick-slide:before {
		content: "";
		display: block;
		padding-top: calc(100% / 1280 * 541);
	}

	#area-slider .slick-slide > div {
		position: absolute;
		top: 50%;
		left: 50%;
		width: calc(1060px + 40px);
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}

	#area-slider .slick-slide > .column1 {
		width: 100%;
		min-width: 1280px;
		min-width: 1200px;
	}

	#area-slider .slick-slide > .column1 img {
		width: 100%;
	}

	#area-slider .slick-slide > .column2 {
		display: none;
	}

	#area-slider .slick-dots {
		bottom: auto;
		top: 100%;
		display: block;
		width: 100%;
		height: 45px;
		padding: 8px 0;
	}

	#area-slider .slick-dots li {
		margin: 0 2px;
	}


	#area-slider .slick-dots li button {
		background: #f3f3f3;
		width: 32px;
		height: 4px;
	}

	#area-slider .slick-dots li.slick-active button {
		background: #00665a;
	}

	#area-slider .slick-prev ,
	#area-slider .slick-next {
		margin: 0;

		top: auto;
		bottom: -45px;
		width: 40px;
		height: 40px;
		z-index: 1;

		opacity: 0.5;
	}

	#area-slider .slick-prev {
		left: 50%;
		margin-left: -200px;
	}
	#area-slider .slick-next {
		right: 50%;
		margin-right: -200px;
	}

	#area-slider .slick-prev:before ,
	#area-slider .slick-next:before {
		content: "";
		display: inline-block;
		width: 40px;
		height: 40px;
		background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.svg") no-repeat center center;
		background-size: contain;
	}

	#area-slider .slick-prev:before {
		-webkit-transform: rotate(180deg);
		    -ms-transform: rotate(180deg);
		        transform: rotate(180deg);
	}

	#area-slider .slick-prev:hover ,
	#area-slider .slick-prev:focus ,
	#area-slider .slick-prev:active ,
	#area-slider .slick-next:hover ,
	#area-slider .slick-next:focus ,
	#area-slider .slick-next:active {
		opacity: 1;
	}



	/*==== メインビジュアル：MV（高さ固定型） ====*/
	[data-page-marker~="with-mv"] .page-intro {
		display: none;
	}

	#promos3 .area-mv * {
		margin-bottom: 0;
	}

	[data-page-marker~="with-mv"] #mv ,
	#promos3 .area-mv {
		display: block;
		width: 100%;
		min-width: calc(1060px + 40px);
		height: 480px;
		position: relative;
		margin-bottom: 40px;
	}

	#promos3 .area-mv  {
		position: absolute;
		top: 100px;
		left: 0;
		overflow: hidden;
		color: #fff;
	}

	#promos3 .area-mv > .column1 {
		margin: auto;
		height: auto;

		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		min-width: 1920px;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}

	#promos3 .area-mv > .column2 {
		display: none;
	}

	#promos3 .area-mv img {
		width: 100%;
	}

	#promos3 .area-mv .text-section .text {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 1060px;
		transform: translate(-50%, -50%);
		text-shadow: none;
		font-size: 21px;

		padding-bottom: 40px;
	}

	#promos3 .area-mv .text-section .text:before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		display: block;
		width: 80px;
		height: 3px;
		background: #006c60;
	}

	#promos3 .area-mv .text-section .text u {
		text-decoration: none;
		font-size: 65px;
		font-weight: bold;
		letter-spacing: 0.06em;
		line-height: 1.1;
	}

	#promos3 .area-mv .text-section .text em {
		font-style: normal;
	/*	font-family: 'Ropa Sans', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; */
	/*	-ms-font-feature-settings: "normal"; */
		color: #ddd;
		font-size: 17px;
		letter-spacing: 0.02em;
	}

	/* IR ユーロランド用 */
	#promos3 .area-mv-ticker {
		position: absolute;
		top: calc(100px + (480px / 2));
		left: 50%;
	}
	#promos3 .area-mv-ticker > .column1 {
		margin: auto;
		height: auto;

		position: absolute;
		top: 50%;
		right: 50%;
		width: 672px;
		-webkit-transform: translate(530px, -50%);
		    -ms-transform: translate(530px, -50%);
		        transform: translate(530px, -50%);
		margin-top: 25px;
	}

	/* 言語切り替え */
	#promos3 .lang_link a {
		color: #006c60;
		background: #fff;
	}

	#promos3 .lang_link .active {
		color: #006c60;
		border-bottom: 2px solid #006c60;
	}
}

/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {

	/*==== カルーセル：スライドMV（比率固定型） ====*/
	/* スライドエリアと画像サイズに合わせて、各設定値を変更する事 */
	/* 下の例: */
	/* スライドエリアwidth: 100%(画面いっぱい) */
	/* 画像height: 920px */
	/* 画像width: 750px */
	[data-page-marker~="with-slider"] #mv ,
	#area-slider {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 45px;
	}

	[data-page-marker~="with-slider"] #mv:before ,
	#area-slider:before {
		content: "";
		display: block;
		padding-top: calc(100% / 750 * 920);
	}

	#area-slider  {
		position: absolute;
		top: 60px;
		left: 0;
	}

	#area-slider > div {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
	}

	#area-slider .slick-slide {
	}

	#area-slider .slick-slide:before {
		content: "";
		display: block;
		padding-top: calc(100% / 750 * 920);
	}

	#area-slider .slick-slide > div {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		font-size: 12px;
	}

	#area-slider .slick-slide > .column1 {
		display: none;
	}

	#area-slider .slick-slide > .column2 {
		width: 100%;
	}

	#area-slider .slick-slide > .column2 img {
		width: 100%;
	}

	#area-slider .slick-dots {
		bottom: auto;
		top: 100%;
		display: block;
		width: 100%;
		height: 45px;
		padding: 8px 0;
	}

	#area-slider .slick-dots li {
		margin: 0 2px;
	}


	#area-slider .slick-dots li button {
		background: #f3f3f3;
		width: 20px;
		height: 3px;
	}

	#area-slider .slick-dots li.slick-active button {
		background: #00665a;
	}

	#area-slider .slick-prev ,
	#area-slider .slick-next {
		margin: 0;

		top: auto;
		bottom: -40px;
		width: 30px;
		height: 30px;
		z-index: 1;

		opacity: 0.5;
	}

	#area-slider .slick-prev {
		left: 20px;
	}
	#area-slider .slick-next {
		right: 20px;
	}

	#area-slider .slick-prev:before ,
	#area-slider .slick-next:before {
		content: "";
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.svg") no-repeat center center;
		background-size: contain;
	}

	#area-slider .slick-prev:before {
		-webkit-transform: rotate(180deg);
		    -ms-transform: rotate(180deg);
		        transform: rotate(180deg);
	}

	#area-slider .slick-prev:hover ,
	#area-slider .slick-prev:focus ,
	#area-slider .slick-prev:active ,
	#area-slider .slick-next:hover ,
	#area-slider .slick-next:focus ,
	#area-slider .slick-next:active {
		opacity: 1;
	}



	/*==== メインビジュアル：MV（縦横比固定型） ====*/
	[data-page-marker~="with-mv"] .page-intro {
		display: none;
	}

	#promos3 .area-mv * {
		margin-bottom: 0;
	}

	[data-page-marker~="with-mv"] #mv ,
	#promos3 .area-mv {
		position: relative;
		display: block;
		width: 100%;
		height: calc(100vw / 750 * 510 - 2px);
		margin-bottom: 40px;
	}

	#promos3 .area-mv  {
		position: absolute;
		top: 60px;
		left: 0;
		overflow: hidden;
		color: #fff;
	}

	#promos3 .area-mv > .column2 {
		margin: auto;
		height: auto;

		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);

	}

	#promos3 .area-mv > .column1 {
		display: none;
	}

	#promos3 .area-mv img {
		width: 100%;
	}

	#promos3 .area-mv .text-section .text {
		position: absolute;
		top: 50%;
		left: 50%;
		width: calc(100% - 10px);
		transform: translate(-50%, -50%);
		text-shadow: none;
		font-size: 18px;

		margin: 0 5px;
		padding-bottom: 40px;
	}

	#promos3 .area-mv .text-section .text:before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		display: block;
		width: 80px;
		height: 3px;
		background: #006c60;
	}

	#promos3 .area-mv .text-section .text u {
		text-decoration: none;
		font-size: 37px;
		font-weight: bold;
		letter-spacing: 0.06em;
		line-height: 1.1;
	}

	#promos3 .area-mv .text-section .text em {
		font-style: normal;
	/*	font-family: 'Ropa Sans', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; */
	/*	-ms-font-feature-settings: "normal"; */
		color: #ddd;
		font-size: 15px;
		letter-spacing: 0.02em;
	}

	/* IR ユーロランド用 */
	[data-page-marker~="with-mv-ir"][data-page-marker~="with-mv"] #mv {
		box-sizing: content-box;
/*		padding-bottom: calc((100vw - 20px) / 672 * 318 + 20px); */
		padding-bottom: calc( (318px + 20px) / 2 + 40px );
	}

	[data-page-marker~="with-mv-ir"] #promos3 .area-mv-ticker {
		position: absolute;
		top: calc(60px  + 100vw / 750 * 510 - 2px);
		display: block;
		width: 100%;
	}

	#promos3 .area-mv-ticker > .column1 {
		position: relative;
		width: 100%;
/*		height: calc((100vw - 20px) / 672 * 318 + 40px); */
/*		max-height: calc( (318px + 20px) / 2 + 40px ); */
		height: calc( (318px + 20px) / 2 + 40px );
		background: #006c60;
/*		padding: 20px 10px; */
		overflow: hidden;
	}

	#promos3 .area-mv-ticker > .column1 iframe {
		position: absolute;
		top: 50%;
		left: 50%;
		min-width: auto !important;
		width: calc(200% - 20px) !important;
		max-width: 672px;
		transform-origin: left top;
		transform: scale(0.5) translate(-50%,-50%);
	}

	/* 言語切り替え */
	#promos3 .lang_link a {
		color: #006c60;
		background: #fff;
	}

	#promos3 .lang_link .active {
		color: #006c60;
		border-bottom: 2px solid #006c60;
	}
}


/*==== カルーセル：スライドMV html1・メイン用 （縦横比固定型・動画対応版） ====*/
/* スライドエリアと画像サイズに合わせて、各設定値を変更する事 */
/* 下の例: */
/* スライドエリアwidth: 100%(画面いっぱい) */
/* 画像height: 440px */
/* 画像width: 1280px */


/* アロー・ドットを含む枠 */
#html1 .ux_slick_mcol_mv {
	position: relative;
	display: block;
	margin-bottom: 140px;
}

@media screen and (max-width: 767px) {
	#html1 .ux_slick_mcol_mv {
		margin-bottom: 100px;
	}
}

#html1 .ux_slick_mcol_mv .multiColumn ,
#html1 .ux_slick_mcol_mv .column {
	display: block;
}

#html1 .ux_slick_mcol_mv > .column1 {
	width: 100%;
	max-width: none;
	margin: 0;
}

/* オープニング オーバーレイ */
#html1 .ux_slick_mcol_mv:not(.ready) > .column1 {
	opacity: 0;
}

#html1 .ux_slick_mcol_mv > .column2 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: none;
	margin: 0;
	transform: translate(-50%, -50%);
	transition: 0.5s;
}

#html1 .ux_slick_mcol_mv.animate > .column2 {
	transition-delay: 1s;
	opacity: 0;
	visibility: hidden;
}

#html1 .ux_slick_mcol_mv > .column2 > * ,
#html1 .ux_slick_mcol_mv > .column2 img {
	margin: 0;
}

#html1 .ux_slick_mcol_mv > .column3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
	transform: none;
	transition: 0.3s 0.3s opacity;
}
#html1 .ux_slick_mcol_mv.ready > .column3 {
	opacity: 0;
	visibility: hidden;
}

#html1 .ux_slick_mcol_mv > .column3 > * {
	position: static;
}

#html1 .ux_slick_mcol_mv > .column3 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
	-o-object-fit: cover;
	   object-fit: cover;
}

#html1 .ux_slick_mcol_mv.ready > .column3 {
	opacity: 0;
	visibility: hidden;
}


/* 各スライドの枠 */
#html1 .ux_slick_mcol_mv .slick-slider {
	overflow: hidden;
}

/* 縦横比の設定 */
/* 各スライド要素の枠 */
#html1 .ux_slick_mcol_mv .slick-slide {
	overflow: hidden;
	aspect-ratio: 1280 / 541;
}

@media screen and (max-width: 768px) {
	#html1 .ux_slick_mcol_mv .slick-slide {
		aspect-ratio: 750 / 920;
	}
}

#html1 .ux_slick_mcol_mv .slick-slide > div {
	position: absolute;
/*
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: none;
	margin: 0;
	transform: translate(-50%, -50%);
*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
}

/* PCを第１カラム、SPを第２カラム、用とする場合 */
@media print, screen and (min-width: 769px) {
	#html1 .ux_slick_mcol_mv .slick-slide.multiColumn2 > .column2 {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	#html1 .ux_slick_mcol_mv .slick-slide.multiColumn2 > .column1 {
		display: none;
	}
}

#html1 .ux_slick_mcol_mv .slick-slide >* >*:first-child ,
#html1 .ux_slick_mcol_mv .slick-slide img {
	margin-top: 0;
}
#html1 .ux_slick_mcol_mv .slick-slide >* >*:last-child ,
#html1 .ux_slick_mcol_mv .slick-slide img {
	margin-bottom: 0;
}

#html1 .ux_slick_mcol_mv .slick-slide img {
	width: 100%;
}


/* youtube動画 */
@media print, screen and (min-width: 769px) {
	/* MVエリアの方が横に長い場合 */
	#html1 .ux_slick_mcol_mv .slick-slide .youtube {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: auto;
		max-width: none;
		margin: 0;
		aspect-ratio: 560 / 315;
		-o-object-fit: cover;
		   object-fit: cover;
		transform: translate(0,-50%);
	}
}
@media screen and (max-width: 768px) {
	/* MVエリアの方が縦に長い場合 */
	#html1 .ux_slick_mcol_mv .slick-slide .youtube {
		position: absolute;
		top: 0;
		left: 50%;
		width: auto;
		height: 100%;
		max-width: none;
		margin: 0;
		aspect-ratio: 560 / 315;
		-o-object-fit: cover;
		   object-fit: cover;
		transform: translate(-50%,0);
	}
}


/* ビデオパーツ動画 */
#html1 .ux_slick_mcol_mv .slick-slide div.video ,
#html1 .ux_slick_mcol_mv .slick-slide video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: none;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

/* chrome対策：下端5pxに目隠し */
/*
#html1 .ux_slick_mcol_mv .slick-slide video {
	bottom: -5px;
	height: calc(100% + 5px);
}
*/


/* アローをドットの左右に配置する */
#html1 .ux_slick_mcol_mv .arrow-dots {
	position: absolute;
	left: 50%;
	bottom: auto;
	top: calc(100% + 20px);
	transform: translate(-50%, 0);

	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 0 25px;
}

/* ドット */
#html1 .ux_slick_mcol_mv .slick-dots {
	position: static;

	display: flex !important;
	flex-flow: row nowrap;
	align-items: center;
	gap: 0 20px;
}
/*
#html1 .ux_slick_mcol_mv .slick-dots[style*="display: block"] {
	display: flex !important;
}
#html1 .ux_slick_mcol_mv .slick-dots:not([style*="display: block;"]) ~ * {
	display: none !important;
}
*/

@media screen and (max-width: 768px) {
	#html1 .ux_slick_mcol_mv .arrow-dots {
		gap: 0 18px;
	}
	#html1 .ux_slick_mcol_mv .slick-dots {
		gap: 0 14px;
	}
}


#html1 .ux_slick_mcol_mv .slick-dots li {
	flex: 0 0 auto;
}

#html1 .ux_slick_mcol_mv .slick-dots li button {
	display: block;
	padding: 0;
	width: 10px;
	height: 10px;
	background: #ddd;
	border-radius: 100%;
}

@media screen and (max-width: 768px) {
	#html1 .ux_slick_mcol_mv .slick-dots li button {
		width: 7px;
		height: 7px;
	}
}

#html1 .ux_slick_mcol_mv .slick-dots li button::before {
	content: none;
}

#html1 .ux_slick_mcol_mv .slick-dots li.slick-active button {
	background: var(--key-color);
}

/* アロー */
#html1 .ux_slick_mcol_mv .slick-prev ,
#html1 .ux_slick_mcol_mv .slick-next ,
#html1 .ux_slick_mcol_mv .slick-pause {
	top: auto;
	flex: 0 0 auto;

	position: relative;
	width: 36px;
	height: 36px;
	z-index: 1;
	opacity: 1;
	margin: 0;
	border: none;
	outline: none;
	border-radius: 100%;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	#html1 .ux_slick_mcol_mv .slick-prev ,
	#html1 .ux_slick_mcol_mv .slick-next ,
	#html1 .ux_slick_mcol_mv .slick-pause {
		width: 25px;
		height: 25px;
	}
}

#html1 .ux_slick_mcol_mv .slick-prev {
	order: -1;
	background: url("../../../../../../resources/sw_img/link01_white.svg") no-repeat center center;
	background-size: contain;
	transform: scaleX(-1);
}
#html1 .ux_slick_mcol_mv .slick-next {
	order: 2;
	background: url("../../../../../../resources/sw_img/link01_white.svg") no-repeat center center;
	background-size: contain;
}
#html1 .ux_slick_mcol_mv .slick-pause {
	order: 3;
	background: url("../../../../../../resources/sw_img/icon_pause.svg") no-repeat center center;
	background-size: contain;
	transform: scaleX(-1);
}
#html1 .ux_slick_mcol_mv .slick-pause[data-state~="pause"] {
	background: url("../../../../../../resources/sw_img/icon_play.svg") no-repeat center center;
	background-size: contain;
	transform: scaleX(1);
}

#html1 .ux_slick_mcol_mv .slick-prev:hover ,
#html1 .ux_slick_mcol_mv .slick-prev:focus ,
#html1 .ux_slick_mcol_mv .slick-next:hover ,
#html1 .ux_slick_mcol_mv .slick-next:focus ,
#html1 .ux_slick_mcol_mv .slick-pause:hover ,
#html1 .ux_slick_mcol_mv .slick-pause:focus {
	opacity: 0.7;
	transition: 0.3s;
}

/* スライドしない場合は、ポーズボタン非表示 */
#html1 .ux_slick_mcol_mv .slick-slider:not(.slick-dotted) .slick-pause {
	display: none !important;
}

@media print, screen and (min-width: 769px) {
	#html1 .ux_slick_mcol_mv {
		/* ヘッダーの背景にも見える様にする */
/*		margin-top: calc(-1 * var(--header-height-pc)); */
	}
}


@media screen and (max-width: 768px) {
}

/* 印刷時は、スライド機能をオフって、アクティブ画像をそのまま配置 */
@media print {
	#html1 .ux_slick_mcol_mv .slick-slide {
		left: 0 !important;
		min-height: auto !important;
		width: 100% !important;
		display: none !important;
	}
	#html1 .ux_slick_mcol_mv .slick-slide.slick-active {
		display: block !important;
	}

	#html1 .ux_slick_mcol_mv .slick-slide > div {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		width: auto !important;	
		min-width: auto !important;
		transform: none !important;
		margin: 0 !important;
	}
	#html1 .ux_slick_mcol_mv .slick-slide::before {
		content: none !important;
	}

	#html1 .ux_slick_mcol_mv .slick-list {
		height: auto !important;
	}
	#html1 .ux_slick_mcol_mv .slick-track {
		width: auto !important;
		height: auto !important;
		transform: none !important;
	}
}


/*==== マルチ２一覧スライド ====*/
/* 設定resetしない */
#area-smulti-slider .slick-dots {
	display: none !important;
}

#area-smulti-slider .slick-prev ,
#area-smulti-slider .slick-next {
	margin: 0;

	width: 40px;
	height: 40px;
	z-index: 1;

	opacity: 0.5;
}

#area-smulti-slider .slick-prev:before ,
#area-smulti-slider .slick-next:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.svg") no-repeat center center;
	background-size: contain;
}

#area-smulti-slider .slick-prev:before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

#area-smulti-slider .slick-prev:hover ,
#area-smulti-slider .slick-prev:focus ,
#area-smulti-slider .slick-prev:active ,
#area-smulti-slider .slick-next:hover ,
#area-smulti-slider .slick-next:focus ,
#area-smulti-slider .slick-next:active {
	opacity: 1;
}



/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	#area-smulti-slider .slick-prev ,
	#area-smulti-slider .slick-next {
		top: 255px;
	}

	#area-smulti-slider .slick-prev {
		left: -110px;
	}
	#area-smulti-slider .slick-next {
		left: -70px;
	}
}

/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	#area-smulti-slider .slick-prev ,
	#area-smulti-slider .slick-next {
		top: auto;
		bottom: -50px;
	}

	#area-smulti-slider .slick-prev {
		left: calc(50% - 10px);
	}
	#area-smulti-slider .slick-next {
		left: calc(50% + 30px);
	}
}



/*==== 言語切り替えリンク ====*/
.lang_link.hidden {
	display: none;
}

.lang_link {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/*-- 言語切り替えボタンスタイル --*/
.lang_link a {
	display: block;
	padding: 4px 10px;
	font-size: 0;
	text-decoration: none;
	color: #fff;
	line-height: 1.2;
	background: #006c60;
	border-radius: 4px;
}

.lang_link span {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
	margin-right: 10px;
}

.lang_link span:last-child {
	margin-right: 0;
}

.lang_link .active{
	color: #fff;
	border-bottom: 2px solid #fff;
}
.lang_link .inactive {
}

.lang_link a:hover {
	opacity: 0.7;
}


/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	.lang_link {
		right: 10px;
	}

	.lang_link span {
		font-size: 12px;
	}
}


/*==== ２段目ナビ（MS&ADとは用） ====*/
#promos3 .area-2nd-navi {
	position: absolute;
	top: 100px;
	left: 0;
	display: block;
	width: 100%;
	height: 50px;
	padding: 10px 0;
	background: #00665a;
	color: #fff;
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	#promos3 .area-2nd-navi {
		min-width: calc(1060px + 40px);
	}
}


#promos3 .area-2nd-navi .link-list {
	display: table;
	border-collapse: collapse;
}

#promos3 .area-2nd-navi .link-list ul {
	display: table-row;
}

#promos3 .area-2nd-navi .link-list li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 14%;
	height: 30px;
	padding: 0px 20px;
	border-left: 1px solid #1a766b;
	border-right: 1px solid #1a766b;
}

#promos3 .area-2nd-navi .link-list li:first-child {
	border-left: none;
}
#promos3 .area-2nd-navi .link-list li:last-child {
	border-right: none;
}

#promos3 .area-2nd-navi .link-list li a {
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 0.02em;
	font-family: 'Ropa Sans', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-ms-font-feature-settings: "normal";
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
}

#promos3 .area-2nd-navi .link-list li a:hover ,
#promos3 .area-2nd-navi .link-list li a.act ,
#promos3 .area-2nd-navi .link-list li a.within {
	border-bottom-color: #fff;
}



/* 補正 */
[data-page-marker~="with-2nd-navi"] #mv {
	margin-top: 50px;
}

[data-page-marker~="with-2nd-navi"] .bread-crumb ,
[data-page-marker~="with-2nd-navi"] #promos3 .area-mv {
	top: 150px;
}

@media only screen and (max-width: 767px) {
	[data-page-marker~="with-2nd-navi"] #mv {
		margin-top: 40px;
	}

	#promos3 .area-2nd-navi {
		top: 60px;
		height: 40px;
	}

	#promos3 .area-2nd-navi .link-list li {
		height: 20px;
		padding: 0px 5px;
	}

	#promos3 .area-2nd-navi .link-list li a {
		font-size: 14px;
	}

	[data-page-marker~="with-2nd-navi"] .bread-crumb ,
	[data-page-marker~="with-2nd-navi"] #promos3 .area-mv {
		top: 100px;
	}

}



/*==== h1見出しのフォント変更 ====*/
[data-page-marker~="h1-special-font"] .page-intro h1 {
	font-size: 50px;
	font-weight: normal;
	letter-spacing: 0.02em;
	font-family: 'Ropa Sans', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-ms-font-feature-settings: "normal";
}

/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	[data-page-marker~="h1-special-font"] .page-intro h1 {
		font-size: 35px;
	}
}


/*==== h1見出しのフォント変更 ====*/
[data-page-marker~="snav1-special-font"] #nav-box ul.navLevel_1 > li > strong ,
[data-page-marker~="snav1-special-font"] #nav-box ul.navLevel_1 > li > a {
	font-size: 27px;
	font-weight: normal;
	letter-spacing: 0.02em;
	font-family: 'Ropa Sans', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-ms-font-feature-settings: "normal";
}

/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	[data-page-marker~="snav1-special-font"] #nav-box ul.navLevel_1 > li > strong ,
	[data-page-marker~="snav1-special-font"] #nav-box ul.navLevel_1 > li > a {
		font-size: 22px;
	}
}


/*==== ボトムナビ ====*/
/* MS&ADについて > WHAT WE DO > 経営戦略 > 中期経営計画 他 */
#promos3 .area-after-navi {
	text-align: left;
	font-size: 0;
	padding-top: 40px;
	margin-bottom: 40px;
}

#promos3 .area-after-navi > div {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	#promos3 .area-after-navi > div {
		width: calc(1060px - 270px + 20px);
	}
}


#promos3 .area-after-navi:not(.area-view-on-top) .sitemap-1st h3.act ,
#promos3 .area-after-navi:not(.area-view-on-top) .sitemap-1st h3.act + ul {
	display: none;
}

/*
#promos3 .area-after-navi .sitemap-1st h3 a {
	padding-bottom: 20px;
	text-align: left;
	font-size: 16px;
	color: #333;
	line-height: 1.25;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}

#promos3 .area-after-navi .sitemap-1st ul.siteLevel_1 {
	margin-left: -1.8%;
}
*/

#promos3 .area-after-navi .sitemap-1st ul.siteLevel_1 {
	display: inline;
}

#promos3 .area-after-navi .sitemap-1st h3 ,
#promos3 .area-after-navi .sitemap-1st ul.siteLevel_1 > li {
	position: relative;
	float: left;
	display: table;
	width: calc(100% - 20px);
	margin: 0 10px;
	margin-bottom: 20px;
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	#promos3 .area-after-navi .sitemap-1st h3 ,
	#promos3 .area-after-navi .sitemap-1st ul.siteLevel_1 > li {
		width: 31.33%;
		width: calc(100% / 3 - 20px);
		margin-left: 0;
		margin-right: 20px;
	}


	#promos3 .area-after-navi.area-2col-navi .sitemap-1st h3 ,
	#promos3 .area-after-navi.area-2col-navi .sitemap-1st ul.siteLevel_1 > li {
		width: 48%;
		width: calc(100% / 2 - 20px);
	}

	#promos3 .area-after-navi.area-3col-navi .sitemap-1st h3 ,
	#promos3 .area-after-navi.area-3col-navi .sitemap-1st ul.siteLevel_1 > li {
		width: 31.33%;
		width: calc(100% / 3 - 20px);
	}

	#promos3 .area-after-navi.area-4col-navi .sitemap-1st h3 ,
	#promos3 .area-after-navi.area-4col-navi .sitemap-1st ul.siteLevel_1 > li {
		width: 23%;
		width: calc(100% / 4 - 20px);
	}
}


#promos3 .area-after-navi .sitemap-1st a {
	display: table-cell;
	vertical-align: middle;
	height: 60px;
	padding: 5px 20px;
	padding-right: 30px;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	line-height: 1.2;
	background: #006c60;
	border: 1px solid #006c60;
	text-decoration: none;
}

#promos3 .area-after-navi.area-2col-navi a {
	height: 50px;
}

#promos3 .area-after-navi .sitemap-1st a span {
	display: none;
}

#promos3 .area-after-navi .sitemap-1st a:before {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 13px;
	background: url("../../../../../../resources/sw_img/icon_arr02_white.svg") center center no-repeat;
	background-size: contain;
	transform: translate(0, -50%);
}

#promos3 .area-after-navi .sitemap-1st a[target="_blank"]:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

#promos3 .area-after-navi .sitemap-1st a:hover {
	background-color: #fff;
	color: #006c60;
}

#promos3 .area-after-navi .sitemap-1st a:hover:before {
	background-image: url("../../../../../../resources/sw_img/icon_arr02.svg");
}

#promos3 .area-after-navi .sitemap-1st a[target="_blank"]:hover:after {
	background-image: url("../../../../../../resources/sw_img/link02_white.svg");
}

#promos3 .area-after-navi .sitemap-1st ul.siteLevel_2 {
	display: none;
}

/* 現在地表示 */
#promos3 .area-after-navi .sitemap-1st ul a.within ,
#promos3 .area-after-navi .sitemap-1st ul a.act {
	background-color: #fff;
	color: #006c60;
}

#promos3 .area-after-navi .sitemap-1st ul a.within:before ,
#promos3 .area-after-navi .sitemap-1st ul a.act:before {
	background-image: url("../../../../../../resources/sw_img/icon_arr02.svg");
}

#promos3 .area-after-navi .sitemap-1st ul a.within:hover ,
#promos3 .area-after-navi .sitemap-1st ul a.act:hover {
	background-color: #006c60;
	color: #fff;
}

#promos3 .area-after-navi .sitemap-1st ul a.within:hover:before ,
#promos3 .area-after-navi .sitemap-1st ul a.act:hover:before {
	background-image: url("../../../../../../resources/sw_img/icon_arr02_white.svg");
}



/*==== 遅延読み込み ajax-load ====*/
#html1 .link-list-url:not(.in-editor) ,
#header .link-list-url:not(.in-editor) ,
#footer .link-list-url:not(.in-editor) {
	opacity: 0;
}

.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;
}


/*------------------ 全ページ共通 特殊設定 ------------------*/
/*==== クリッカブルマップを横方向中央に ====*/
img[usemap] {
	display: block;
	margin: auto;
}


/*==== 背景黒 ====*/
/* 素材ページ等で白いロゴを見える様にする */
body#bg-black {
	background: #000;
}

/*==== タブ風リンク スタイル ====*/
.layout_link_tabstyle01 div.link-list:not(.highlight) {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 40px;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul {
	margin: 0;

	display: table-row
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li[class] {
	margin: 0;
	padding: 0;
	background: none;

	display: table-cell;
	vertical-align: bottom;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li[class]:before {
	content: none;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li > span ,
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li > a {
	position: relative;
	overflow: visible;
	display: block;
	min-height: 70px;
	padding: 20px 0;
	text-align: center;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #e5e5e5;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li > span:before ,
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li > a:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 12px solid transparent;
	margin-left: -15px;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li > span:after ,
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li > a:after {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	transform: none;

	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #e5e5e5;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li.act a ,
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a:hover {
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li.act a:after ,
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a:hover:after {
	height: 3px;
	background: #006c60;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li.act a:before ,
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a:hover:before {
	border-top-color: #006c60;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul ,
.layout_link_tabstyle01 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul li[class] {
	display: block;
	margin-bottom: 10px;
}


/*==== タブ風リンク スタイル 02 ====*/
/* ほぼ01 と同じ */
.layout_link_tabstyle02 div.link-list:not(.highlight) {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 40px;
}

.layout_link_tabstyle02 div.link-list:not(.highlight) ul {
	margin: 0;

	display: table-row
}

.layout_link_tabstyle02 div.link-list:not(.highlight) ul li[class] {
	margin: 0;
	padding: 0;
	background: none;

	display: table-cell;
	vertical-align: bottom;
}

.layout_link_tabstyle02 div.link-list:not(.highlight) ul li[class]:before {
	content: none;
}

.layout_link_tabstyle02 div.link-list:not(.highlight) ul li > span ,
.layout_link_tabstyle02 div.link-list:not(.highlight) ul li > a {
	position: relative;
	overflow: visible;
	display: block;
	min-height: 70px;
	padding: 20px 0;
	text-align: center;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
}

.layout_link_tabstyle02 div.link-list:not(.highlight) ul li > span:before ,
.layout_link_tabstyle02 div.link-list:not(.highlight) ul li > a:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 12px solid transparent;
	margin-left: -15px;
}

.layout_link_tabstyle02 div.link-list:not(.highlight) ul li > span:after ,
.layout_link_tabstyle02 div.link-list:not(.highlight) ul li > a:after {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	transform: none;

	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #e5e5e5;
}

.layout_link_tabstyle02 div.link-list:not(.highlight) ul li.act > span ,
.layout_link_tabstyle02 div.link-list:not(.highlight) ul li > span:hover ,
.layout_link_tabstyle02 div.link-list:not(.highlight) ul li.act > a ,
.layout_link_tabstyle02 div.link-list:not(.highlight) ul li > a:hover {
}

.layout_link_tabstyle02 div.link-list:not(.highlight) ul li.act > span:after ,
.layout_link_tabstyle02 div.link-list:not(.highlight) ul li > span:hover:after ,
.layout_link_tabstyle02 div.link-list:not(.highlight) ul li.act > a:after ,
.layout_link_tabstyle02 div.link-list:not(.highlight) ul li > a:hover:after {
	height: 3px;
	background: #006c60;
}

.layout_link_tabstyle02 div.link-list:not(.highlight) ul li.act > span:before ,
.layout_link_tabstyle02 div.link-list:not(.highlight) ul li > span:hover:before ,
.layout_link_tabstyle02 div.link-list:not(.highlight) ul li.act > a:before ,
.layout_link_tabstyle02 div.link-list:not(.highlight) ul li > a:hover:before {
	border-top-color: #006c60;
}

.layout_link_tabstyle02 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul ,
.layout_link_tabstyle02 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul li[class] {
	display: block;
	margin-bottom: 10px;
}


/*==== タブ風リンク スタイル 03 ====*/
.layout_link_tabstyle03 div.link-list.highlight ,
.layout_link_tabstyle03 div.link-list:not(.highlight) {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 40px;
}

.layout_link_tabstyle03 div.link-list.highlight ul ,
.layout_link_tabstyle03 div.link-list:not(.highlight) ul {
	margin: 0;

	padding: 20px 20px 15px 20px;
	background: #f7f7f7;

	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

.layout_link_tabstyle03 div.link-list.highlight ul li[class] ,
.layout_link_tabstyle03 div.link-list:not(.highlight) ul li[class] {
	margin: 0;
	padding: 0;
	background: none;

	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 5px;
}

.layout_link_tabstyle03 div.link-list.highlight ul li[class]:before ,
.layout_link_tabstyle03 div.link-list:not(.highlight) ul li[class]:before {
	content: none;
}

.layout_link_tabstyle03 div.link-list.highlight ul li > span ,
.layout_link_tabstyle03 div.link-list.highlight ul li > a ,
.layout_link_tabstyle03 div.link-list:not(.highlight) ul li > span ,
.layout_link_tabstyle03 div.link-list:not(.highlight) ul li > a {
	position: relative;
	overflow: visible;
	display: block;
	width: 90px;
/*	height: 40px; */
	padding: 8px 12px;
	text-align: center;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background: #fff;
	cursor: pointer;
}

.layout_link_tabstyle03 div.link-list.highlight ul li > span:before ,
.layout_link_tabstyle03 div.link-list.highlight ul li > a:before ,
.layout_link_tabstyle03 div.link-list:not(.highlight) ul li > span:before ,
.layout_link_tabstyle03 div.link-list:not(.highlight) ul li > a:before {
/*
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 12px solid transparent;
	margin-left: -15px;
*/
}

.layout_link_tabstyle03 div.link-list.highlight ul li > span:after ,
.layout_link_tabstyle03 div.link-list.highlight ul li > a:after ,
.layout_link_tabstyle03 div.link-list:not(.highlight) ul li > span:after ,
.layout_link_tabstyle03 div.link-list:not(.highlight) ul li > a:after {
/*
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	transform: none;

	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #e5e5e5;
*/
}

.layout_link_tabstyle03 div.link-list.highlight ul li.act > span ,
.layout_link_tabstyle03 div.link-list.highlight ul li.act > a ,
.layout_link_tabstyle03 div.link-list.highlight ul li > span:hover ,
.layout_link_tabstyle03 div.link-list.highlight ul li > a:hover ,
.layout_link_tabstyle03 div.link-list:not(.highlight) ul li.act > span ,
.layout_link_tabstyle03 div.link-list:not(.highlight) ul li.act > a ,
.layout_link_tabstyle03 div.link-list:not(.highlight) ul li > span:hover ,
.layout_link_tabstyle03 div.link-list:not(.highlight) ul li > a:hover {
	color: #fff;
	background: #00665a;
}

.layout_link_tabstyle03 div.link-list:not(.highlight) ul li.act > span:after ,
.layout_link_tabstyle03 div.link-list:not(.highlight) ul li.act > a:after ,
.layout_link_tabstyle03 div.link-list:not(.highlight) ul li > span:hover:after ,
.layout_link_tabstyle03 div.link-list:not(.highlight) ul li > a:hover:after {
}

.layout_link_tabstyle03 div.link-list:not(.highlight) ul li.act > span:before ,
.layout_link_tabstyle03 div.link-list:not(.highlight) ul li.act > a:before ,
.layout_link_tabstyle03 div.link-list:not(.highlight) ul li > span:hover:before ,
.layout_link_tabstyle03 div.link-list:not(.highlight) ul li > a:hover:before {
}

.layout_link_tabstyle03 div.link-list:not(.highlight) ul li .note_tx {
	position: absolute;
	z-index: -1;
}

.layout_link_tabstyle03 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul ,
.layout_link_tabstyle03 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul li[class] {
	display: block;
	margin-bottom: 10px;
}



/*==== バナー スタイルtype02（第２階層用） ====*/
.layout_teaser_type02 {
}

.layout_teaser_type02 .teaser:not(.no-img):not(.highlight) h2 ,
.layout_teaser_type02 .external-teaser:not(.no-img):not(.highlight) h2 ,
.layout_teaser_type02 .download-teaser:not(.no-img):not(.highlight) h2 {
	margin: -25px 20px 0;
	position: relative;
	display: table;
	width: calc(100% - 40px);
}

.layout_teaser_type02 .teaser:not(.no-img):not(.highlight) h2 a ,
.layout_teaser_type02 .external-teaser:not(.no-img):not(.highlight) h2 a ,
.layout_teaser_type02 .download-teaser:not(.no-img):not(.highlight) h2 a {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	position: static;

	display: table-cell;
	vertical-align: middle;
	height: 70px;
	padding: 5px 25px;
	background: #006c60;
	border: 2px solid #006c60;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.layout_teaser_type02 .teaser:not(.no-img):not(.highlight):hover > a img ,
.layout_teaser_type02 .external-teaser:not(.no-img):not(.highlight):hover > a img ,
.layout_teaser_type02 .download-teaser:not(.no-img):not(.highlight):hover > a img {
	opacity: 1;
}

.layout_teaser_type02 .teaser:not(.no-img):not(.highlight) h2 a:before ,
.layout_teaser_type02 .external-teaser:not(.no-img):not(.highlight) h2 a:before ,
.layout_teaser_type02 .download-teaser:not(.no-img):not(.highlight) h2 a:before {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 13px;
	background: url("../../../../../../resources/sw_img/icon_arr02_white.svg") center center no-repeat;
	background-size: contain;
	transform: translate(0, -50%);
}

.layout_teaser_type02 .teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:after ,
.layout_teaser_type02 .external-teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:after {
	background-image: url("../../../../../../resources/sw_img/link02_white.svg");
}

.layout_teaser_type02 .teaser:not(.no-img):not(.highlight):hover h2 a ,
.layout_teaser_type02 .external-teaser:not(.no-img):not(.highlight):hover h2 a ,
.layout_teaser_type02 .download-teaser:not(.no-img):not(.highlight):hover h2 a ,
.layout_teaser_type02 .teaser:not(.no-img):not(.highlight) h2 a:hover ,
.layout_teaser_type02 .external-teaser:not(.no-img):not(.highlight) h2 a:hover ,
.layout_teaser_type02 .download-teaser:not(.no-img):not(.highlight) h2 a:hover {
	background: #fff;
	color: #006c60;
	text-decoration: none;
}

.layout_teaser_type02 .teaser:not(.no-img):not(.highlight):hover h2 a:before ,
.layout_teaser_type02 .external-teaser:not(.no-img):not(.highlight):hover h2 a:before ,
.layout_teaser_type02 .download-teaser:not(.no-img):not(.highlight):hover h2 a:before ,
.layout_teaser_type02 .teaser:not(.no-img):not(.highlight) h2 a:hover:before ,
.layout_teaser_type02 .external-teaser:not(.no-img):not(.highlight) h2 a:hover:before ,
.layout_teaser_type02 .download-teaser:not(.no-img):not(.highlight) h2 a:hover:before {
	background-image: url("../../../../../../resources/sw_img/icon_arr02.svg");
}

.layout_teaser_type02 .teaser:not(.no-img):not(.highlight):hover h2 a[target="_blank"]:after ,
.layout_teaser_type02 .external-teaser:not(.no-img):not(.highlight):hover h2 a[target="_blank"]:after ,
.layout_teaser_type02 .teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:hover:after ,
.layout_teaser_type02 .external-teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:hover:after {
	background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg");
}


/*==== バナーを左寄せ（戻るボタンスタイル） ====*/
#sharewithmain .layout_teaser_type03 {
}

.layout_teaser_type03 .teaser.no-img.highlight ,
.layout_teaser_type03 .external-teaser.no-img.highlight ,
.layout_teaser_type03 .download-teaser.no-img.highlight {
	margin-left: 0;
	max-width: 300px;
}

.layout_teaser_type03 .teaser.no-img.highlight h2 a ,
.layout_teaser_type03 .external-teaser.no-img.highlight h2 a ,
.layout_teaser_type03 .download-teaser.no-img.highlight h2 a {
	position: relative;
	padding-left: 30px;
}

.layout_teaser_type03 .teaser.no-img.highlight h2 a:before ,
.layout_teaser_type03 .external-teaser.no-img.highlight h2 a:before ,
.layout_teaser_type03 .download-teaser.no-img.highlight h2 a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 13px;
	background: url("../../../../../../resources/sw_img/icon_arr02_white.svg") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
	transform: translate(0, -50%) rotate(180deg);
}

.layout_teaser_type03 .teaser.no-img.highlight h2 a:hover:before ,
.layout_teaser_type03 .external-teaser.no-img.highlight h2 a:hover:before ,
.layout_teaser_type03 .download-teaser.no-img.highlight h2 a:hover:before {
	background-image: url("../../../../../../resources/sw_img/icon_arr02.svg");
}



/*==== 表組の文字サイズを小さく余白を狭く ====*/
/* ⇒デフォルト設定化 */
/*
.layout_table_narrowcell .vtable-item ,
.layout_table_narrowcell .ircalendar-title ,
.layout_table_narrowcell .ircalendar-item ,
.layout_table_narrowcell .tbCore ,
.layout_table_narrowcell .iCell {
	font-size: 13px;
}

.layout_table_narrowcell th,
.layout_table_narrowcell td  {
	padding-left: 10px;
	padding-right: 10px;
}
*/

/*==== 表組の文字サイズを大きく余白を広く ====*/
.layout_table_widecell .highlights-table ,
.layout_table_widecell .highlights-alltable-2nd ,
.layout_table_widecell .haitou-table-2nd ,
.layout_table_widecell .vtable-item ,
.layout_table_widecell .ircalendar-title ,
.layout_table_widecell .ircalendar-item ,
.layout_table_widecell .tbCore ,
.layout_table_widecell .htCore ,
.layout_table_widecell .iCell {
	font-size: 1rem;
}

.layout_table_widecell th,
.layout_table_widecell td  {
	padding-left: 20px;
	padding-right: 20px;
}



/*==== ２カラムの左右を入れ替え ====*/
/* MS&ADとは TOP */
#sharewithmain .layout_column2_rtl {
}

@media print, screen and (min-width: 768px) {
	#sharewithmain .layout_column2_rtl {
		direction: rtl;
		unicode-bidi: bidi-override;
		font-size: 0;
	}
	#sharewithmain .layout_column2_rtl > * {
		direction: ltr;
		unicode-bidi: initial;
	}

	#sharewithmain .layout_column2_rtl > .column1 {
		margin-left: 20px;
		margin-right: 0;
	}
}


/*==== バナー（テキストと画像）＋リンクリストの間のマージンを詰める ====*/
[role="main"] .teaser:not(.no-img):not(.highlight) + .link-list ul:first-child ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) + .link-list ul:first-child ,
[role="main"] .download-teaser:not(.no-img):not(.highlight) + .link-list ul:first-child {
	margin-top: -20px;
}


/*==== ２重囲みカラム ====*/
/*-- 金色 --*/
#sharewithmain .compliance ,
#sharewithmain .layout_borderbox_gold01 {
	position: relative;
	display: block;
	margin-bottom: 40px;
}

/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	#sharewithmain .compliance ,
	#sharewithmain .layout_borderbox_gold01 {
		margin-left: 5px;
		margin-right: 5px;
	}
}


.compliance:before ,
.layout_borderbox_gold01:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #c90;
	z-index: -1;
}

.compliance:after ,
.layout_borderbox_gold01:after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	display: block;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 1px solid #c90;
	z-index: -1;
}

#sharewithmain .compliance > .column1 ,
#sharewithmain .layout_borderbox_gold01 > .column1 {
	padding: 25px 30px 10px;
}

.compliance .title3.style1 h3 ,
.layout_borderbox_gold01 .title3.style1 h3 {
	border: none;
	padding: 0;
	margin: 0;

	margin-top: 20px;
	border-top: 1px solid #c90;
	padding: 10px 0;
	color: #c90;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}

/*-- 緑色 --*/
#sharewithmain .layout_borderbox_green01 {
	position: relative;
	display: block;
	margin-bottom: 40px;
}

/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	#sharewithmain .layout_borderbox_green01 {
		margin-left: 5px;
		margin-right: 5px;
	}
}


.layout_borderbox_green01:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #006C60;
	z-index: -1;
}

.layout_borderbox_green01:after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	display: block;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 1px solid #006C60;
	z-index: -1;
}

#sharewithmain .layout_borderbox_green01 > .column1 {
	padding: 25px 30px 10px;
}

.layout_borderbox_green01 .title3.style1 h3 {
	border: none;
	padding: 0;
	margin: 0;

	margin-top: 20px;
	border-top: 1px solid #006C60;
	padding: 10px 0;
	color: #006C60;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}

/*==== リンクリストを右揃えにする(ハイライト専用) ====*/
#sharewithmain .layout_linklist_align_right {
}

.layout_linklist_align_right .link-list.highlight ul {
	text-align: right;
}


/*==== テーブル縦・横の背景色と枠線を無くす ====*/
#sharewithmain .flowchart {
}

.flowchart .vtable-item > table > tbody > tr > td ,
.flowchart .vtable-item > table > tbody > tr > th ,
.flowchart .ircalendar-title > table > tbody > tr > th ,
.flowchart .ircalendar-item > table > tbody >tr > td {
	background: none;
	border: none;
	padding-left: 0;
	padding-right: 0;
}


/*==== 表組の一番右のセル内の文字を赤色にする ====*/
#sharewithmain .multiColumn1.checkbox ,
#sharewithmain .multiColumn2.checkbox ,
#sharewithmain .layout_table_with_check {
}

.multiColumn1.checkbox .tbCore tr td.tbDimmed:last-child ,
.multiColumn1.checkbox .htCore tr td:not(.tableRowHead):last-child ,
.multiColumn2.checkbox .tbCore tr td.tbDimmed:last-child ,
.multiColumn2.checkbox .htCore tr td:not(.tableRowHead):last-child ,
.layout_table_with_check .tbCore tr td.tbDimmed:last-child ,
.layout_table_with_check .htCore tr td:not(.tableRowHead):last-child {
	color: #ff0000;
}


/*==== テーブル縦・横の枠線・背景色を透明にする ====*/
#sharewithmain .layout_table_clearbox {
}

.layout_table_clearbox .vtable-item > table > tbody > tr > th ,
.layout_table_clearbox .vtable-item > table > tbody > tr > td ,
.layout_table_clearbox .ircalendar-title > table > tbody > tr > th,
.layout_table_clearbox .ircalendar-item > table > tbody >tr > td {
	background: transparent;
	border-color: transparent;
}


/*------------------ 個別ページ 特殊設定 ------------------*/


/*==== HOME ====*/
.sitetop [role="main"] .title2 h2 {
	padding: 0;
	margin: 0;
	border: none;
	background: none;

	position: relative;
	text-align: center;
	color: #ccc;
	font-size: 15px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.sitetop [role="main"] .title2 h2:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	display: block;
	width: 80px;
	height: 3px;
	background: #00665a;
}

.sitetop [role="main"] .title2 h2 span {
	display: block;
	color: #000;
	font-size: 44px;
	font-weight: normal;
	letter-spacing: 0.02em;
	font-family: 'Ropa Sans', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-ms-font-feature-settings: "normal";
	margin-bottom: 10px;
}

.sitetop [role="main"] .title3 {
	position: relative;
	text-align: center;
}

.sitetop [role="main"] .title3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 18px;
	display: block;
	width: 100%;
	height: 1px;
	background: #dbdbdb;
	z-index: -1;
}

.sitetop [role="main"] .title3 h3 {
	padding: 0;
	margin: 0;
	border: none;
	background: none;

	display: inline-block;
	padding: 0 20px;
	background: #f7f7f7;
	color: #000;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 0.02em;
	font-family: 'Ropa Sans', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-ms-font-feature-settings: "normal";

	margin-bottom: 30px
}

.sitetop [role="main"] .title4 {
	position: relative;
	text-align: center;
}

.sitetop [role="main"] .title4:before {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	display: block;
	width: 100%;
	height: 1px;
	background: #dbdbdb;
	z-index: -1;
}

.sitetop [role="main"] .title4 h4 {
	padding: 0;
	margin: 0;
	border: none;
	background: none;

	display: inline-block;
	min-height: 44px;
	margin: 0 10px;
	padding: 0 20px;
	background: #fff;
	color: #00665a;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 20px
}


/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	.sitetop [role="main"] .title2 h2 {
		font-size: 11px;
	}

	.sitetop [role="main"] .title2 h2:before {
		width: 70px;
		height: 2px;
	}

	.sitetop [role="main"] .title2 h2 span {
		font-size: 34px;
	}
}



/*-- OUR STORY --*/
#sharewithmain .layout_topbox_story01 {
	margin-bottom: 80px;
}

.layout_topbox_story01 .teaser.no-img:not(.highlight) ,
.layout_topbox_story01 .external-teaser.no-img:not(.highlight) ,
.layout_topbox_story01 .teaser.no-img.highlight ,
.layout_topbox_story01 .external-teaser.no-img.highlight {
	max-width: 250px;
}

.layout_topbox_story01 .teaser.no-img:not(.highlight) h2 a ,
.layout_topbox_story01 .external-teaser.no-img:not(.highlight) h2 a {
	height: 55px;
}

/*-- ニュース --*/
#sharewithmain .layout_topbox_news {
	position: relative;
	padding-bottom: 80px;
}

#sharewithmain *:not(.layout_topbox_news) + .layout_topbox_news {
	padding-top: 80px;
}

#sharewithmain .layout_topbox_news + .layout_topbox_news {
	margin-top: -80px;
}

#sharewithmain .layout_topbox_news + :not(.layout_topbox_news) {
	margin-top: 80px;
}

@media only screen and (max-width: 767px) {
	#sharewithmain .layout_topbox_news {
		padding-bottom: 40px;
	}

	#sharewithmain *:not(.layout_topbox_news) + .layout_topbox_news {
		padding-top: 40px;
	}

	#sharewithmain .layout_topbox_news + .layout_topbox_news {
		margin-top: -40px;
	}

	#sharewithmain .layout_topbox_news + :not(.layout_topbox_news) {
		margin-top: 40px;
	}

	#sharewithmain .layout_topbox_news > .column1 ,
	#sharewithmain .layout_topbox_news > .column2 {
		margin-bottom: 40px;
	}
}


.layout_topbox_news:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f7f7f7;
	z-index: -2;
}

@media print, screen and (min-width: 768px) {
	.layout_topbox_news .basic-list ul.tabItems ,
	.layout_topbox_news .basic-list-english ul.tabItems ,
	.layout_topbox_news .news-latest-crawl ul {
		height: 450px;
	}

	.layout_topbox_news .reuse-component .multiColumn2 > .column1 {
		width: 100%;
		margin-right: 0;
	}
	.layout_topbox_news .reuse-component .multiColumn2 > .column2 {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.layout_topbox_news .basic-list ul.tabItems ,
	.layout_topbox_news .basic-list-english ul.tabItems ,
	.layout_topbox_news .news-latest-crawl ul {
		height: 300px;
	}

	.layout_topbox_news .reuse-component .multiColumn2 > .column2 {
		display: none;
	}
}

.layout_topbox_news .teaser.no-img:not(.highlight) ,
.layout_topbox_news .external-teaser.no-img:not(.highlight) ,
.layout_topbox_news .teaser.no-img.highlight ,
.layout_topbox_news .external-teaser.no-img.highlight {
	max-width: 250px;
}

.layout_topbox_news .teaser.no-img:not(.highlight) h2 a ,
.layout_topbox_news .external-teaser.no-img:not(.highlight) h2 a {
	height: 55px;
}


/*-- mirai スライダー --*/
#sharewithmain .layout_topbox_mirai01 {
	position: relative;
	padding-bottom: 40px;
	margin: 40px 0;
}

.layout_topbox_mirai01:after {
	content: "";
	position: absolute;
	top: 120px;
	left: 0;
	display: block;
	width: 100%;
	height: calc(100% - 120px);
	background: #f7f7f7;
	z-index: -2;
}

@media print, screen and (min-width: 768px) {
	#sharewithmain .layout_topbox_mirai01 > .column1 {
		width: 80%;
		margin-right: 0;
	}

	#sharewithmain .layout_topbox_mirai01 > .column2 {
		width: 68%;
		margin-left: calc(100% - 68% - 80%);
		margin-left: -48%;
		margin-top: 60px;
		padding-left: 10%;
		overflow: hidden;
	}

	.layout_topbox_mirai01 > .column1 .text-section img {
		width: 100%;
	}

	.layout_topbox_mirai01 > .column2 .text-section img {
		margin-left: 40px;
	}


	.layout_topbox_mirai01 .area-smulti-slider > .column1 {
		display: block;
		margin: 0;
		margin-top: 60px;
		width: 1088px;
	}
}

@media only screen and (max-width: 767px) {
	#sharewithmain .layout_topbox_mirai01 {
		padding: 0;
	}

	#sharewithmain .layout_topbox_mirai01 > .column1 {
		width: calc(100% - 20px);
		margin-left: 0;
		margin-right: 20px;
	}

	#sharewithmain .layout_topbox_mirai01 > .column2 {
		width: calc(100% - 20px);
		margin-top: calc( 20px - (100% / 1060 * 551) );
		margin-left: 20px;
		margin-right: 0;
		overflow: hidden;
	}

	.layout_topbox_mirai01 > .column2 .text-section {
		width: calc(50% - 40px);
		margin-right: 40px;
		margin-left: auto;
	}
}


.layout_topbox_mirai01 .basic-list.thumnail ul.tabItems li ,
.layout_topbox_mirai01 .basic-list-english.thumnail ul.tabItems li {
	margin: 0;
	padding: 0;
	border: none;

	padding: 0 5px;
}

.layout_topbox_mirai01 .basic-list.thumnail ul.tabItems li .date ,
.layout_topbox_mirai01 .basic-list-english.thumnail ul.tabItems li .date {
	top: 321px;
	left: 145px;
	color: #00665a;
	font-weight: bold;
}

.layout_topbox_mirai01 .basic-list.thumnail ul.tabItems li .news_tx ,
.layout_topbox_mirai01 .basic-list-english.thumnail ul.tabItems li .news_tx {
	font-weight: bold;
}

.layout_topbox_mirai01 .basic-list.thumnail ul.tabItems li .c_icon ,
.layout_topbox_mirai01 .basic-list-english.thumnail ul.tabItems li .c_icon {
	margin-bottom: 0;
}

.layout_topbox_mirai01 .basic-list.thumnail ul.tabItems li .c_icon span:before ,
.layout_topbox_mirai01 .basic-list-english.thumnail ul.tabItems li .c_icon span:before {
	border: none;
	height: auto;
	padding: 0;

	margin: 6px 0;
	text-align: left;
	border-right: 1px solid #00665a;
}


@media only screen and (max-width: 767px) {

	.layout_topbox_mirai01 .area-smulti-slider {
		display: block;
		width: 150%;
		padding-bottom: 50px;
	}

	.layout_topbox_mirai01 .basic-list.thumnail ul.tabItems ,
	.layout_topbox_mirai01 .basic-list-english.thumnail ul.tabItems {
	}

	.layout_topbox_mirai01 .basic-list.thumnail ul.tabItems li .date ,
	.layout_topbox_mirai01 .basic-list-english.thumnail ul.tabItems li .date {
		top: calc( ((100vw - 20px) * 0.75 - 10px) / 535 * 294 + 27px );
	}
}


/*-- グループ企業バナー --*/
#sharewithmain .layout_topbox_group01 {
}

#sharewithmain .layout_topbox_group02 {
}

@media print, screen and (min-width: 768px) {
	#sharewithmain .layout_topbox_group02 > .column1 {
		width: 702px;
		margin-right: 12px;
	}

	#sharewithmain .layout_topbox_group02 > .column2 {
		width: 345px
	}
}

#sharewithmain .layout_topbox_group_banner {
}

@media print, screen and (min-width: 768px) {
	.layout_topbox_group_banner .teaser:not(.no-img):not(.highlight) ,
	.layout_topbox_group_banner .external-teaser:not(.no-img):not(.highlight) {
		display: inline-flex;
		width: 345px;
		position: relative;
	}

	.layout_topbox_group_banner .teaser ~ .teaser:not(.no-img):not(.highlight) ,
	.layout_topbox_group_banner .teaser ~ .external-teaser:not(.no-img):not(.highlight) ,
	.layout_topbox_group_banner .external-teaser ~ .teaser:not(.no-img):not(.highlight) ,
	.layout_topbox_group_banner .external-teaser ~ .external-teaser:not(.no-img):not(.highlight) {
		margin-left: 12px;
	}

	.layout_topbox_group_banner .teaser:not(.no-img):not(.highlight) > a ,
	.layout_topbox_group_banner .external-teaser:not(.no-img):not(.highlight) > a {
		position: relative;
	}

	.layout_topbox_group_banner .teaser:not(.no-img):not(.highlight) > a[target="_blank"]:after ,
	.layout_topbox_group_banner .external-teaser:not(.no-img):not(.highlight) > a[target="_blank"]:after {
		content: "";
		position: absolute;
		top: 5px;
		right: 5px;
		display: inline-block;
		vertical-align: middle;
		width: 15px;
		height: 12px;
		background: url("../../../../../../resources/sw_img/link02.svg") center center no-repeat;
		background-size: contain;
		z-index: 1;
	}
}






/*==== NEWS ====*/
/* RSSアイコン非表示 */
#sharewithmain .layout_hide_rss {
}

.layout_hide_rss .rss-content em {
	display: none !important;
}



/*==== MS&ADについて TOP ====*/
#sharewithmain .layout_group_top01 {
	position: relative;
	margin-bottom: 60px;
}

@media print, screen and (min-width: 768px) {
	#sharewithmain .layout_group_top01 > .column1 {
		width: 615px;
		margin-right: 90px;
	}

	#sharewithmain .layout_group_top01 > .column2 {
		width: 355px;
	}

	#sharewithmain .layout_column2_rtl.layout_group_top01 > .column1 {
		margin-right: 0;
		margin-left: 90px;
	}

	#sharewithmain .layout_group_top01 > .column2 {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
		margin-top: -40px;
	}

	#sharewithmain .layout_group_top01.layout_column2_rtl > .column2 {
		right: auto;
		left: 0;
	}

}

.layout_group_top01 > .column2 .teaser:not(.no-img):not(.highlight) h2 a ,
.layout_group_top01 > .column2 .external-teaser:not(.no-img):not(.highlight) h2 a ,
.layout_group_top01 > .column2 .download-teaser:not(.no-img):not(.highlight) h2 a {
	font-size: 50px;
	font-weight: normal;
	font-family: 'Ropa Sans', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-ms-font-feature-settings: "normal";
/*	text-transform: uppercase; */
}

@media only screen and (max-width: 767px) {
	.layout_group_top01 > .column2 .teaser:not(.no-img):not(.highlight) h2 a ,
	.layout_group_top01 > .column2 .external-teaser:not(.no-img):not(.highlight) h2 a ,
	.layout_group_top01 > .column2 .download-teaser:not(.no-img):not(.highlight) h2 a {
		font-size: 31px;
	}
}



#sharewithmain .layout_group_top02 {
	position: relative;
	margin-bottom: 60px;
}

@media print, screen and (min-width: 768px) {
	#sharewithmain .layout_group_top02 > .column1 {
		width: 425px;
		margin-left: 90px;
		margin-right: 30px;
	}

	#sharewithmain .layout_group_top02 > .column2 {
		width: 425px;
	}
}


#sharewithmain .layout_group_top03 {
	position: relative;
	margin-bottom: 60px;
}

@media print, screen and (min-width: 768px) {
	#sharewithmain .layout_group_top03 > .column1 {
		width: 880px;
		margin-left: 90px;
	}
}


.layout_group_top03 .teaser:not(.no-img):not(.highlight) h2 a ,
.layout_group_top03 .external-teaser:not(.no-img):not(.highlight) h2 a ,
.layout_group_top03 .download-teaser:not(.no-img):not(.highlight) h2 a ,
.layout_group_top02 .teaser:not(.no-img):not(.highlight) h2 a ,
.layout_group_top02 .external-teaser:not(.no-img):not(.highlight) h2 a ,
.layout_group_top02 .download-teaser:not(.no-img):not(.highlight) h2 a {
	border: none;

	height: 60px;
	color: #000;
	font-size: 17px;
}

.layout_group_top03 .teaser:not(.no-img):not(.highlight) h2 a:before ,
.layout_group_top03 .external-teaser:not(.no-img):not(.highlight) h2 a:before ,
.layout_group_top03 .download-teaser:not(.no-img):not(.highlight) h2 a:before ,
.layout_group_top03 .teaser:not(.no-img):not(.highlight) h2 a:after ,
.layout_group_top03 .external-teaser:not(.no-img):not(.highlight) h2 a:after ,
.layout_group_top03 .download-teaser:not(.no-img):not(.highlight) h2 a:after ,
.layout_group_top02 .teaser:not(.no-img):not(.highlight) h2 a:before ,
.layout_group_top02 .external-teaser:not(.no-img):not(.highlight) h2 a:before ,
.layout_group_top02 .download-teaser:not(.no-img):not(.highlight) h2 a:before ,
.layout_group_top02 .teaser:not(.no-img):not(.highlight) h2 a:after ,
.layout_group_top02 .external-teaser:not(.no-img):not(.highlight) h2 a:after ,
.layout_group_top02 .download-teaser:not(.no-img):not(.highlight) h2 a:after {
	content: none;
	position: static;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	margin: 0;
	border: none;
	background: none;
	transform: none;
}

/*
.layout_group_top03 .teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:before ,
.layout_group_top03 .external-teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:before ,
.layout_group_top02 .teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:before ,
.layout_group_top02 .external-teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
	background-size: contain;
	margin-right: 5px;
}
*/

.layout_group_top03 .teaser:not(.no-img):not(.highlight) h2 a:after ,
.layout_group_top03 .external-teaser:not(.no-img):not(.highlight) h2 a:after ,
.layout_group_top03 .download-teaser:not(.no-img):not(.highlight) h2 a:after ,
.layout_group_top02 .teaser:not(.no-img):not(.highlight) h2 a:after ,
.layout_group_top02 .external-teaser:not(.no-img):not(.highlight) h2 a:after ,
.layout_group_top02 .download-teaser:not(.no-img):not(.highlight) h2 a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 10px;
	background: url("../../../../../../resources/sw_img/icon_arr02.svg") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}


/*==== MS&ADについて > Who we are > 企業概要 > 役員紹介 ====*/
/* 略歴へのリンク */
body[id=executive] .vtable-item td a {
	float: right;
}

body[id=executive] .vtable-item td a:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 29px;
	height: 28px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.svg") no-repeat center center;
	background-size: contain;
	margin-right: 5px;
}


/*==== MS&ADについて > What we do > グループ事業 > グループ会社 ====*/
[id=structure] #sharewithmain .structure > .column1 {
	border: 1px solid #00665a;
	padding: 30px 30px 10px;
	margin-bottom: 40px;
}

[id=structure] .faq-list {
	margin-bottom: 20px;
}

[id=structure] .faq-list h3:before {
	content: "";
	position: absolute;
	top: 19px;
	left: 0px;
	display: block;
	width: 30px;
	height: 30px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.svg") center center no-repeat;
	background-size: contain;
	transform: rotate(90deg);
}

[id=structure] .faq-list h3 a {
	border-bottom: none;
	font-weight: normal;
}

[id=structure] .faq-item {
	padding-left: 0px;
	font-size: inherit;
	font-weight: normal;
}

[id=structure] .faq-item:before {
	content: "";
}


/*==== MS&ADについて > What we do > 経営戦略 > 中期経営計画 配下 ====*/
#sharewithmain .layout_pager01.multiColumn2 {
	border: 1px solid #ccc;
	padding: 10px 10px 0;
}

#sharewithmain .layout_pager01.multiColumn2 > .column1 {
	width: 250px;
	margin-right: calc(100% - 250px * 2);
}

#sharewithmain .layout_pager01.multiColumn2 > .column2 {
	width: 250px;
}

.layout_pager01.multiColumn2 .teaser.no-img:not(.highlight) ,
.layout_pager01.multiColumn2 .external-teaser.no-img:not(.highlight) ,
.layout_pager01.multiColumn2 .download-teaser.no-img:not(.highlight) {
	margin-bottom: 0;
}

.layout_pager01.multiColumn2 > .column1 .teaser.no-img:not(.highlight) h2 a ,
.layout_pager01.multiColumn2 > .column1 .external-teaser.no-img:not(.highlight) h2 a ,
.layout_pager01.multiColumn2 > .column1 .download-teaser.no-img:not(.highlight) h2 a {
	padding: 5px 20px;
	padding-left: 30px;
	text-align: right;
}

.layout_pager01.multiColumn2 > .column1 .teaser.no-img:not(.highlight) h2 a:before ,
.layout_pager01.multiColumn2 > .column1 .external-teaser.no-img:not(.highlight) h2 a:before ,
.layout_pager01.multiColumn2 > .column1 .download-teaser.no-img:not(.highlight) h2 a:before {
	right: auto;

	left: 15px;
	transform:  translate(0, -50%) rotate(180deg);
}


/*==== MS&ADについて > What we do > グループ事業 > 事業の全体像 ====*/
body#five_domains [role=main] .map_container{
	margin-bottom: 20px;
}
body#five_domains [role=main] .map_container dd{
	min-height: 3em;
	overflow: hidden;
}
body#five_domains [role=main] .map_container dd strong{
	display: block;
}
body#five_domains [role=main] .map_container dd{
	display: none;
	border: 2px solid #006c60;
	max-width: 400px;
	margin: 0 auto;
	padding: 20px;
}
body#five_domains [role=main] .map_container dd.off{
	display: block;
	border: none;
}
body#five_domains [role=main] .map_container dd.on{
	display: block;
}

/*==== MS&ADについて > What we do > 経営戦略 > 中期経営計画 ====*/
/* 灰色枠線 */
#sharewithmain .layout_borderbox_gray01 {
	display: block;
	border: 1px solid #e6e6e6;
	padding: 30px 20px 0px;
	margin-bottom: 40px;
}

/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	#sharewithmain .layout_borderbox_gray01 {
		margin-left: 5px;
		margin-right: 5px;
	}
}




/*==== MS&ADについて > スポーツ支援 ====*/
/* 画像を左寄せ */
[id="sponsor"] [role="main"] > .multiColumn2 > .column2 .text-section img {
	max-width: 100%;
}


/*==== IR TOP ====*/
/* 最新IRイベント */
#sharewithmain .layout_ir_top_latest_event {
	position: relative;
}

@media print, screen and (min-width: 768px) {
	#sharewithmain .layout_ir_top_latest_event {
		width: calc( (100% - 20px - 20px * 2) / 3 * 2 + 20px );
	}
}

#sharewithmain .layout_ir_top_latest_event > .column1 {
	padding: 30px 0 30px;
	border-top: 2px solid #006c60;
/*	border-bottom: 2px solid #006c60; */
	margin-bottom: 20px;
}

.layout_ir_top_latest_event >* > .teaser.no-img:not(.highlight) ,
.layout_ir_top_latest_event >* > .external-teaser.no-img:not(.highlight) {
	position: absolute;
	top: 30px;
	right: 10px;
}

.layout_ir_top_latest_event >* > .teaser.no-img:not(.highlight) h2 a ,
.layout_ir_top_latest_event >* > .external-teaser.no-img:not(.highlight) h2 a {
	height: auto;
	border-radius: 100px;
	text-decoration: none;
}

.layout_ir_top_latest_event >* > .teaser.no-img:not(.highlight) h2 a:before ,
.layout_ir_top_latest_event >* > .external-teaser.no-img:not(.highlight) h2 a:before {
	width: 5px;
	height: 7px;
}

.layout_ir_top_latest_event >* > .teaser.no-img:not(.highlight) h2 a:hover ,
.layout_ir_top_latest_event >* > .external-teaser.no-img:not(.highlight) h2 a:hover {
/*
	background: none;
	color: #006c60;
	text-decoration: underline;
*/
}

.layout_ir_top_latest_event >* > .teaser.no-img:not(.highlight) h2 a:hover:before ,
.layout_ir_top_latest_event >* > .external-teaser.no-img:not(.highlight) h2 a:hover:before {
/*	background-image: url("../../../../../../resources/sw_img/icon_arr02.svg"); */
}


.layout_ir_top_latest_event >* > .title3.style1 h3 {
	margin: 0;
	padding: 0;
	border: none;
	background: none;

	font-size: 26px;
	font-weight: bold;
	padding-right: 150px;
	margin-bottom: 20px;
}

.layout_ir_top_latest_event >* > .title4.style1 {
	position: relative;
	padding-top: 30px;
	border-top: 2px solid #006c60;
	background: #e9f3f2;
}

.layout_ir_top_latest_event >* > .title4.style1 h4 {
	margin: 0;
	padding: 0;
	border: none;
	background: none;

/*
	position: absolute;
	top: 35px;
	left: 0;
*/

	font-size: 18px;
	font-weight: bold;
}


.layout_ir_top_latest_event >*> .title3 + .reuse-main-area {
	margin-bottom: 20px;
}



.layout_ir_top_latest_event .ux_ajax_main_children >*> .multiColumn + .multiColumn + .multiColumn {
	display: none;
}

.layout_ir_top_latest_event .ux_ajax_main_children .title2 {
	display: none;
}

.layout_ir_top_latest_event .ux_ajax_main_children .title3 + .link-list ~ * {
	display: none;
}



.layout_ir_top_latest_event >*> .title3 + .reuse-main-area .title3 h3 {
	border: none;

	float: none;
	color: #333;
	font-size: 18px;
	font-weight: bold;
/*	border-bottom: 1px dashed #cfcfcf; */
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}

.layout_ir_top_latest_event >*> .title3 + .reuse-main-area .link-list li {
	display: inline-block;
}

.layout_ir_top_latest_event >*> .title3 + .reuse-main-area .schedule h2 {
	float: none;
	margin-bottom: 10px;
}

.layout_ir_top_latest_event >*> .title3 + .reuse-main-area .schedule {
	padding: 10px 0 5px 15px;
	margin-bottom: 0;
}

.layout_ir_top_latest_event >*> .title3 + .reuse-main-area .schedule .column1 {
	width: 393px;
	height:90px;
	overflow:auto;
	margin-bottom: 5px;
}

.layout_ir_top_latest_event >*> .title4 + .reuse-main-area {
	background: #e9f3f2;
}


/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	.layout_ir_top_latest_event >* > .title4.style1 h4 {
		position: absolute;
		top: 35px;
		left: 20px;
	}


	.layout_ir_top_latest_event >*> .title4 + .reuse-main-area {
		margin-bottom: 5px;
		padding-left: 190px;
	}
}

/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
}





/* 最新資料ダウンロード */
#sharewithmain .layout_ir_top_latest_download {
}

.layout_ir_top_latest_download .internal-link-area:not(.highlight) ,
.layout_ir_top_latest_download .external-link-area:not(.highlight) ,
.layout_ir_top_latest_download .download-link-area:not(.highlight) {
	margin-bottom: 10px
}

.layout_ir_top_latest_download .internal-link-area:not(.highlight) > a ,
.layout_ir_top_latest_download .external-link-area:not(.highlight) > a ,
.layout_ir_top_latest_download .download-link-area:not(.highlight) > a {
	border: 1px solid #e6e6e6;
	padding: 25px 20px 10px;
	font-size: 14px;
	color: #737373;
}

.layout_ir_top_latest_download .internal-link-area:not(.highlight) > a img ,
.layout_ir_top_latest_download .external-link-area:not(.highlight) > a img ,
.layout_ir_top_latest_download .download-link-area:not(.highlight) > a img {
}

.layout_ir_top_latest_download .internal-link-area:not(.highlight) > a em ,
.layout_ir_top_latest_download .external-link-area:not(.highlight) > a em ,
.layout_ir_top_latest_download .download-link-area:not(.highlight) > a em {
	font-style: normal;
	color: #00665a;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.02em;
}



/* IRニュース */
#sharewithmain .layout_back_gray01 {
	position: static;
}

.layout_back_gray01 > .underlay {
	position: absolute;
	top: auto;
	left: 0;
	display: block;
	width: 100%;
	height: inherit;
	background: #f7f7f7;
	z-index: -1;
}

#sharewithmain .layout_ir_top_news {
	margin-top: 100px;
	padding-bottom: 100px;
	margin-bottom: 100px;
}

#sharewithmain .layout_ir_top_news > .column1 {
	margin-top: 50px;
}

/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	#sharewithmain .layout_ir_top_news {
		margin-top: 40px;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}

	#sharewithmain .layout_ir_top_news > .column1 {
		margin-top: 20px;
	}
}


.layout_ir_top_news .title2 h2 {
	padding: 0;
	margin: 0;
	border: none;
	background: none;

	position: relative;
	text-align: center;
	color: #000;
	font-size: 34px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.layout_ir_top_news .title2 h2:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	display: block;
	width: 80px;
	height: 3px;
	background: #00665a;
}

.layout_ir_top_news .teaser.no-img.highlight ,
.layout_ir_top_news .external-teaser.no-img.highlight ,
.layout_ir_top_news .download-teaser.no-img.highlight {
	max-width: 300px;
}




/* ３カラムのうち２カラムを中央寄せ表示するための、左マージン */
@media print, screen and (min-width: 768px) {
	#sharewithmain .layout_column3_leftmargin6 {
		margin-left: calc((1060px - 20px * 2) / 6)
	}
}

/* テキストと画像に、パディングを入れる */
#sharewithmain .layout_text_img_padding {
}

.layout_text_img_padding .text-section {
	padding: 10px;
}




/*==== IR > IRイベント > 個人投資家向け説明会 ====*/
/* 過去の開催実績：マルチカラムを点線で囲むスタイル */
#sharewithmain .layout_ir_individual_latest_event {
	display: block;
	padding: 20px 10px 10px;
	border: 2px dotted #e6e6e6;
	margin-bottom: 20px;
}

.layout_ir_individual_latest_event .text-section ,
.layout_ir_individual_latest_event .link-list ul {
	margin-bottom: 0;
}

/* 直近開催予定：マルチカラム３を線で囲んで、第１カラムを上に配置するスタイル */
#sharewithmain .layout_ir_individual_set3box {
	display: block;
	padding: 10px 20px 10px;
	border: 2px solid #e6e6e6;
	margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
	#sharewithmain .layout_ir_individual_set3box > .column1 {
		width: 100%;
		margin-right: 0;
	}
	#sharewithmain .layout_ir_individual_set3box > .column2 {
		width: 58.8%;
		width: calc((100% - 20px * 1) * 0.6);
	}
	#sharewithmain .layout_ir_individual_set3box > .column3 {
		width: 38.8%;
		width: calc((100% - 20px * 1) * 0.4);
	}
}

@media only screen and (max-width: 767px) {
	#sharewithmain .layout_ir_individual_set3box {
		margin: 0 5px 20px;
	}
}

/*==== IR > IRライブラリ > MS&AD・IRクォータリーレポート > 2016年度(第9期)　第4四半期クォータリーレポート ====*/
/* ３カラムのカラ幅を調整する */
/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	body#quarterly [role=main] .multiColumn3 .column1 {
		width: 15%;
		margin-right: 2%;
		padding-top: 10px;
	}
	body#quarterly [role=main] .multiColumn3 .column2 {
		width: 20%;
		margin-right: 2%;
		padding-top: 15px;
	}
	body#quarterly [role=main] .multiColumn3 .column3 {
		width: 61%;
		margin-left: 0;
	}
}

/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	body#quarterly [role=main] .multiColumn3 .column1 ,
	body#quarterly [role=main] .multiColumn3 .column2 {
		width: calc(50% - 10px);
	}
	body#quarterly [role=main] .multiColumn3 .column1 .text-section ,
	body#quarterly [role=main] .multiColumn3 .column2 .text-section {
		margin-bottom: 0;
	}
	body#quarterly [role=main] .multiColumn3 .column2 .text-section img{
		margin-left: 0;
	}

	body#quarterly [role=main] .multiColumn3 .column2 {
		padding-top: 5px;
	}
	body#quarterly [role=main] .multiColumn3 .column3 {
		width: calc(100% - 10px);
	}

}



/*==== IR > 株式・社債情報 > 株価情報 ====*/
/* タブ切り替え */
body#price .tab {
	margin: auto;
}

body#price .tab ul:after ,
body#price .tab:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
body#price .tab ul{
	clear: both;
}
body#price .tab li{
	float:left;
	margin-bottom:8px;
	margin-right: 5px;
}
body#price .tab li a{
	display: block;
	color: #fff;
	background: #006c60;
	border-radius: 5px;
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
}
body#price .tab li a.seebelow{
	color: #333;
	background: #ccc;
}




/*==== サステナビリティ TOP ====*/
/* 旧 */
#sharewithmain .layout_sust_top01 {
	position: relative;
	padding: 40px 20px 20px;
	background: url("../../../../../../resources/sw_img/bg_sust_top01.jpg") no-repeat center center;
	background-size: cover;
	margin-bottom: 50px;
}

@media print, screen and (min-width: 768px) {
	#sharewithmain .layout_sust_top01 {
		padding: 60px 60px 40px;
		padding-left: 440px;
	}
}


.layout_sust_top01 .teaser.no-img.highlight {
	margin-bottom: 40px;
}

.layout_sust_top01 .teaser.no-img.highlight h2 a {
	padding: 0;
	border: none;
	background: none;

	padding-right: 20px;
	padding-bottom: 10px;
	color: #00665a;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.2;
	text-align: left;
	border-bottom: 3px solid #00665a;
}

.layout_sust_top01 .teaser.no-img.highlight h2 a:before {
	content: "";
	position: absolute;
	right: 5px;
	bottom: 10px;
	margin-bottom: 0.6em;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 21px;
	background: url("../../../../../../resources/sw_img/icon_arr02.svg") center center no-repeat;
	background-size: contain;
	transform: translate(0, 50%);

}

.layout_sust_top01 .teaser.no-img.highlight h2 a:hover {
	color: #00665a;
	background: none;
}


.layout_sust_top01 .teaser.no-img:not(.highlight) ,
.layout_sust_top01 .external-teaser.no-img:not(.highlight) ,
.layout_sust_top01 .download-teaser.no-img:not(.highlight) {
	margin-bottom: 10px;
}

.layout_sust_top01 .teaser.no-img:not(.highlight) h2 a ,
.layout_sust_top01 .external-teaser.no-img:not(.highlight) h2 a ,
.layout_sust_top01 .download-teaser.no-img:not(.highlight) h2 a {
	border: none;
	font-size: 15px;
	height: 70px;
}


@media print, screen and (min-width: 768px) {
	.layout_sust_top01 .teaser.no-img.highlight {
		position: absolute;
		top: 60px;
		left: 60px;
		width: 320px;
	}

	.layout_sust_top01 .teaser.no-img.highlight h2 a {
		font-size: 37px;
	}

	.layout_sust_top01 .teaser.no-img:not(.highlight) ,
	.layout_sust_top01 .external-teaser.no-img:not(.highlight) ,
	.layout_sust_top01 .download-teaser.no-img:not(.highlight) {
		display: inline-block;
		vertical-align: top;
		width: calc(50% - 10px);
		margin-left: 10px;
	}
}


/* 新 */
#sharewithmain .layout_sust_top02a ,
#sharewithmain .layout_sust_top02b {
	position: relative;
	padding: 40px 20px 20px;
	background: url("../../../../../../resources/sw_img/bg_sust_top01.jpg") no-repeat top center;
	background-size: cover;
	margin-bottom: 50px;
}

#sharewithmain .layout_sust_top02b {
	background: url("../../../../../../resources/sw_img/bg_sust_top02.jpg") no-repeat left center;
	background-size: cover;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	#sharewithmain .layout_sust_top02a ,
	#sharewithmain .layout_sust_top02b {
		width: 1060px;
		padding: 60px 20px 80px 60px;
	}

	#sharewithmain .layout_sust_top02a > .column1 ,
	#sharewithmain .layout_sust_top02b > .column1 {
		width: 340px;
		margin-right: 90px;
	}
	#sharewithmain .layout_sust_top02a > .column2 ,
	#sharewithmain .layout_sust_top02b > .column2 {
		display: inline-block;
		width: 550px;
	}
}

/* スマホ用 */
@media only screen and (max-width: 767px) {
	#sharewithmain .layout_sust_top02a > .column2 ,
	#sharewithmain .layout_sust_top02b > .column2 {
		display: inline-block;
	}
}

.layout_sust_top02a .teaser.no-img.highlight ,
.layout_sust_top02b .teaser.no-img.highlight {
	margin-bottom: 40px;
}

.layout_sust_top02a .teaser.no-img.highlight h2 a ,
.layout_sust_top02b .teaser.no-img.highlight h2 a {
	padding: 0;
	border: none;
	background: none;

	position: relative;
	padding-right: 20px;
	padding-bottom: 10px;
	color: #00665a;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.2;
	text-align: left;
	border-bottom: 3px solid #00665a;
}

.layout_sust_top02a .teaser.no-img.highlight h2 a:before ,
.layout_sust_top02b .teaser.no-img.highlight h2 a:before {
	content: "";
	position: absolute;
	right: 5px;
	bottom: 10px;
	margin-bottom: 0.6em;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 21px;
	background: url("../../../../../../resources/sw_img/icon_arr02.svg") center center no-repeat;
	background-size: contain;
	transform: translate(0, 50%);
}

.layout_sust_top02a .teaser.no-img.highlight h2 a:hover ,
.layout_sust_top02b .teaser.no-img.highlight h2 a:hover {
	color: #00665a;
	background: none;
}


.layout_sust_top02a .teaser.no-img:not(.highlight) ,
.layout_sust_top02a .external-teaser.no-img:not(.highlight) ,
.layout_sust_top02a .download-teaser.no-img:not(.highlight) ,
.layout_sust_top02b .teaser.no-img:not(.highlight) ,
.layout_sust_top02b .external-teaser.no-img:not(.highlight) ,
.layout_sust_top02b .download-teaser.no-img:not(.highlight) {
	max-width: none;
	margin-bottom: 10px;
}

.layout_sust_top02a .teaser.no-img:not(.highlight) h2 a ,
.layout_sust_top02a .external-teaser.no-img:not(.highlight) h2 a ,
.layout_sust_top02a .download-teaser.no-img:not(.highlight) h2 a ,
.layout_sust_top02b .teaser.no-img:not(.highlight) h2 a ,
.layout_sust_top02b .external-teaser.no-img:not(.highlight) h2 a ,
.layout_sust_top02b .download-teaser.no-img:not(.highlight) h2 a {
	border: none;
	font-size: 15px;
	height: 70px;
}

@media print, screen and (min-width: 768px) {
	.layout_sust_top02a .teaser.no-img.highlight h2 a ,
	.layout_sust_top02b .teaser.no-img.highlight h2 a {
		font-size: 30px;
	}

}





/*==== ラムサールサポーターズ TOP ====*/
/* promos2 */
#ramsar #promos2 .text-section.highlight {
	background-color:#f6f2f0;
	margin-top:15px;
	padding: 13px 11px 11px;
}

#ramsar #promos2 .text-section.highlight:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #fff;
}

#ramsar #promos2 .text-section.highlight p {
	display: inline;
	border-bottom: 1px dashed #ccc3bf;
}


/*==== ラムサールサポーターズ > 各地の様子 ====*/
#sharewithmain .layout_ramsar_area {
}

.layout_ramsar_area .title4.style1 h4 {
	margin: 0;
	padding: 0;
	text-align: left;
	border: none;
	background: none;

	margin-top: 5px;
	color: #006c60;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 15px;
}

.layout_ramsar_area .title4.style1 h4 span {
	font-size: 14px;
}

.layout_ramsar_area .teaser.no-img.highlight ,
.layout_ramsar_area .external-teaser.no-img.highlight ,
.layout_ramsar_area .download-teaser.no-img.highlight {
	display: table;
}

.layout_ramsar_area .teaser.no-img.highlight h2 a ,
.layout_ramsar_area .external-teaser.no-img.highlight h2 a ,
.layout_ramsar_area .download-teaser.no-img.highlight h2 a {
	padding: 5px 20px;
}


/*==== ラムサールサポーターズ > 出張授業 ====*/
/* 利用対象者：囲み点線 */
#sharewithmain .layout_ramsar_target {
	display: block;
	padding: 10px 30px 10px;
	border: 2px dotted #e6e6e6;
	margin-bottom: 20px;
}

/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	#sharewithmain .layout_ramsar_target {
		margin-left: 5px;
		margin-right: 5px;
	}
}


/* カリキュラム：背景色つきカラム、見出しh4、テーブル横、テキストと画像、リンクリスト（ダウンロード） */
#sharewithmain .layout_ramsar_curriculum {
	display: block;
	padding: 10px 30px 10px;
	background: #f6f9f9;
}

/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	#sharewithmain .layout_ramsar_curriculum {
		margin-left: 5px;
		margin-right: 5px;
	}


/*
	.layout_ramsar_curriculum.multiColumn2 > .column1 ,
	.layout_ramsar_curriculum.multiColumn2 > .column2 {
		width: calc(50% - 10px);
	}
*/
}

.layout_ramsar_curriculum .ircalendar-title > table,
.layout_ramsar_curriculum .ircalendar-item > table {
	width: auto;
	margin: 0;
}

.layout_ramsar_curriculum div.ircalendar-title > table > tbody > tr > th ,
.layout_ramsar_curriculum div.ircalendar-item > table > tbody > tr > td {
	padding: 0;
	border: none;
	background: none;
	color: inherit;
	font-weight: normal;

	padding-right: 20px;
}

.layout_ramsar_curriculum .title4.style1 h4 {
	margin: 0;
	padding: 0;
	border: none;
	background: none;

	font-size: 16px;
	color: #006c60;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 11px 5px 9px 12px;
	background: #eee;
}


.layout_ramsar_curriculum .title4.highlight h4 {
	text-align: left;
	font-size: 16px;
}

.layout_ramsar_curriculum .title4.highlight h4 span {
	display: inline-block;
	padding: 5px 10px;
	color: #FFF;
	background: #52A398;
	margin-right: 15px;
}

.layout_ramsar_curriculum .text-section {
	margin-bottom: 0;
}

.layout_ramsar_curriculum .text-section img:not(.large) {
	margin-top: 5px;
}

.layout_ramsar_curriculum .link-list:not(.highlight) ul {
	padding: 5px 10px;
	border: 1px dotted #52A398;
	background: #fff;
}

.layout_curriculum .link-list:not(.highlight) ul li[class] {
}

/* 備考：背景と枠線つきカラム */
#sharewithmain .layout_ramsar_notes {
	display: block;
	padding: 25px 25px 10px;
	border: 1px solid #C2DAD7;
	background: #F6F9F9;
	margin-bottom: 20px;
}

/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	#sharewithmain .layout_ramsar_notes {
		margin-left: 5px;
		margin-right: 5px;
	}
}



/*==== 用語集＆ワンポイント解説  配下 ====*/
/* 共通ボトムタブ：上マージンを開ける */
#sharewithmain .layout_terms_tabmenu {
	margin-top: 100px;
}

/*==== 用語集＆ワンポイント解説 > 50音別 ====*/
/*==== 用語集＆ワンポイント解説 > カテゴリ別 ====*/
/* アンカー： */
#sharewithmain .layout_terms_anchor {
}

.layout_terms_anchor .anchor-link {
	display: inline-block;
	margin-right: 10px;
}

.layout_terms_anchor .anchor-link a {
	padding: 0;
	margin: 0;

	background: #ecaa0f;
	padding: 4px 8px;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
}

.layout_terms_anchor .anchor-link a:before {
	content: none;
}

.layout_terms_anchor .anchor-link a.non-targeted {
	background: #ccc;
	cursor: default;
}

/*==== 用語集＆ワンポイント解説 > 50音別 ====*/
/* リンクリストの、内部外部リンクのハイライト表示で、アイコンをつける */
body#word_point_en [role=main] .link-list:not(.highlight) .internal-link-text.highlight ,
body#word_point_en [role=main] .link-list:not(.highlight) .external-link-text.highlight ,
body#word_point_en [role=main] .link-list:not(.highlight) .download-link-text.highlight ,
body#word_point_en [role=main] .link-list:not(.highlight) .text-without-link.highlight ,
body#word_point [role=main] .link-list:not(.highlight) .internal-link-text.highlight ,
body#word_point [role=main] .link-list:not(.highlight) .external-link-text.highlight ,
body#word_point [role=main] .link-list:not(.highlight) .download-link-text.highlight ,
body#word_point [role=main] .link-list:not(.highlight) .text-without-link.highlight {
	padding-top: 10px;
	padding-left: 35px;
	margin-bottom: 5px;
}

body#word_point_en [role=main] .link-list:not(.highlight) .internal-link-text.highlight:before ,
body#word_point_en [role=main] .link-list:not(.highlight) .external-link-text.highlight:before ,
body#word_point_en [role=main] .link-list:not(.highlight) .download-link-text.highlight:before ,
body#word_point_en [role=main] .link-list:not(.highlight) .text-without-link.highlight:before ,
body#word_point [role=main] .link-list:not(.highlight) .internal-link-text.highlight:before ,
body#word_point [role=main] .link-list:not(.highlight) .external-link-text.highlight:before ,
body#word_point [role=main] .link-list:not(.highlight) .download-link-text.highlight:before ,
body#word_point [role=main] .link-list:not(.highlight) .text-without-link.highlight:before {
	border: none;

	content: "";
	position: absolute;
	top: calc(10px + 1.6em / 2 - 28px / 2);
	left: 0px;
	display: inline-block;
	width: 29px;
	height: 28px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.svg") no-repeat center center;
	background-size: contain;
}

body#word_point [role=main] .link-list:not(.highlight) .internal-link-text.highlight:after ,
body#word_point [role=main] .link-list:not(.highlight) .external-link-text.highlight:after ,
body#word_point [role=main] .link-list:not(.highlight) .download-link-text.highlight:after ,
body#word_point [role=main] .link-list:not(.highlight) .text-without-link.highlight:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 90px;
	height: 20px;
	margin-left: 8px;
	background: url("../../../../../../resources/migrate/basic_knowledge/onepoint.png") no-repeat center center;
	background-size: contain;
}

body#word_point_en [role=main] .link-list:not(.highlight) .internal-link-text.highlight:after ,
body#word_point_en [role=main] .link-list:not(.highlight) .external-link-text.highlight:after ,
body#word_point_en [role=main] .link-list:not(.highlight) .download-link-text.highlight:after ,
body#word_point_en [role=main] .link-list:not(.highlight) .text-without-link.highlight:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 38px;
	height: 20px;
	margin-left: 8px;
	background: url("../../../../../../resources/migrate/basic_knowledge/onepoint_en.png") no-repeat center center;
	background-size: contain;
}

/*==== Our Story ====*/
body[id=story] {
	background: url("../../../../../../resources/sw_img/bg_ourstory.jpg") repeat-y center top;
	background-attachment: fixed;
	background-size: 100% auto;
}

@media screen and (max-width: 767px) {
	body[id=story] {
		background-size: 300% auto;
	}
}

[id=story] .page-intro ,
[id=story] #page-intro {
	border: none;
}

[id=story] .page-intro > h1 ,
[id=story] #page-intro > h1 {
	padding: 0;
	margin: 0;
	border: none;
	background: none;

	position: relative;
	text-align: center;
	color: #ccc;
	font-size: 15px;
	font-weight: bold;
	padding-top: 120px;
	padding-bottom: 40px;

	display: block;
	color: #000;
	font-size: 66px;
	font-weight: normal;
	letter-spacing: 0.02em;
/*	text-transform: uppercase; */
	font-family: 'Ropa Sans', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-ms-font-feature-settings: "normal";
	margin-bottom: 20px;
}

[id=story] .page-intro > h1:before ,
[id=story] #page-intro > h1:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	display: block;
	width: 80px;
	height: 3px;
	background: #00665a;
}



/* 絞り込みパネル背景半透過・条件クリア・絞り込み結果 非表示 */
[id=story] .basic-list .yearTabs ,
[id=story] .basic-list-english .yearTabs ,
[id=story] .basic-list .tabs ,
[id=story] .basic-list-english .tabs {
	background: rgba(247, 247, 247, 0.4);
}

[id=story] .basic-list .yearTabs:after ,
[id=story] .basic-list-english .yearTabs:after {
/*	background: rgba(0, 0, 0, 0.1); */
}

[id=story] .basic-list .tabs ,
[id=story] .basic-list .clearTab ,
[id=story] .basic-list .countTab ,
[id=story] .basic-list-english .tabs ,
[id=story] .basic-list-english .countTab ,
[id=story] .basic-list-english .clearTab {
	display: none;
}

[id=story] .basic-list.thumnail ul.tabItems ,
[id=story] .basic-list-english.thumnail ul.tabItems {
	margin-top: 80px;
}

[id=story] .basic-list.thumnail ul.tabItems li .c_icon span ,
[id=story] .basic-list-english.thumnail ul.tabItems li .c_icon span {
	display: none;
}

[id=story] .basic-list.thumnail,
[id=story] .basic-list-english.thumnail {
	position: relative;
}

[id=story] .basic-list.thumnail ul.tabItems ,
[id=story] .basic-list-english.thumnail ul.tabItems {
	margin-left: -15px;
	margin-right: -15px;
}

[id=story] .basic-list.thumnail ul.tabItems li ,
[id=story] .basic-list-english.thumnail ul.tabItems li {
	min-height: auto;
	margin: 0;
	border: none;
	background: none;

	padding: 0 15px;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	[id=story] .basic-list.thumnail ul.tabItems ,
	[id=story] .basic-list-english.thumnail ul.tabItems {
		margin-left: 0;
		margin-right: 0;
	}
	[id=story] .basic-list.thumnail ul.tabItems li ,
	[id=story] .basic-list-english.thumnail ul.tabItems li {
		padding: 0;
	}
}

[id=story] .basic-list.thumnail ul.tabItems li h3,
[id=story] .basic-list-english.thumnail ul.tabItems li h3 {
	position: relative;
	padding: 0 0 40px;
	min-height: 415px;
	background: #EFF8F6;
	border-radius: 7px;
}

[id=story] .basic-list ul.tabItems li .n_img ,
[id=story] .basic-list-english ul.tabItems li .n_img {
	display: block;
	width: 100%;
	aspect-ratio: 335 / 255;
}

[id=story] .basic-list ul.tabItems li .n_img img ,
[id=story] .basic-list-english ul.tabItems li .n_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 7px 7px 0 0;
}

[id=story] .basic-list.thumnail ul.tabItems li .c_icon,
[id=story] .basic-list-english.thumnail ul.tabItems li .c_icon {
	display: none;
}

[id=story] .basic-list.thumnail ul.tabItems li .date,
[id=story] .basic-list-english.thumnail ul.tabItems li .date {
	position: absolute;
	top: auto;
	right: auto;
	left: 20px;
	bottom: 20px;
}

[id=story] .basic-list.thumnail ul.tabItems li .news_tx,
[id=story] .basic-list-english.thumnail ul.tabItems li .news_tx {
	margin: 0 20px 15px;
	color: var(--key-color);
	font-size: 18px;
	font-weight: bold;
	line-height: calc(28 / 18);
}

@media screen and (max-width: 767px) {
	[id=story] .basic-list.thumnail ul.tabItems li h3,
	[id=story] .basic-list-english.thumnail ul.tabItems li h3 {
		min-height: 360px;
	}

	[id=story] .basic-list.thumnail ul.tabItems li .news_tx,
	[id=story] .basic-list-english.thumnail ul.tabItems li .news_tx {
		font-size: 16px;
	}
}




/*===== 簡易版PC/SP表示切り替え =====*/
/* 第１カラムがPC用、第２カラムがSP用 */
@media print, screen and (min-width: 768px) {
	#sharewithmain .lx_mcol2_flip.multiColumn2 > .column1 {
		display: inline-block;
		width: 100%;
		margin-right: 0;
	}

	#sharewithmain .lx_mcol2_flip.multiColumn2 > .column2 {
		display: none;
	}

	.mgnlEditorBar ~* #sharewithmain .lx_mcol2_flip.multiColumn2 > .column1 ,
	.mgnlEditorBar ~* #sharewithmain .lx_mcol2_flip.multiColumn2 > .column2 {
		display: inline-block;
	}

	.mgnlEditorBar ~* #sharewithmain .lx_mcol2_flip.multiColumn2 > .column1 {
		width: calc((100% - 20px * 1) * 0.6);
		margin-right: 20px;
	}

	.mgnlEditorBar ~* #sharewithmain .lx_mcol2_flip.multiColumn2 > .column2 {
		width: calc((100% - 20px * 1) * 0.4);
	}

	/*-- インデックスモード --*/
	body[id=index]:not(.col-subcol) [role="main"] > .lx_mcol2_flip {
		width: calc(100% - 20px);
		margin-right: 20px;
	}

	/*-- フルワイドカラム（ウインドウサイズいっぱい表示）以外 --*/
	body[id=wide] #sharewithmain > .lx_mcol2_flip.multiColumn2:not(.lx_mcol_full) > .column1 {
		width: 1060px;
	}

	body[id=wide] .mgnlEditorBar ~* #sharewithmain .lx_mcol2_flip.multiColumn2:not(.lx_mcol_full) > .column1 {
		width: calc((1060px - 20px * 1) * 0.6);
		margin-right: 20px;
	}

	body[id=wide] .mgnlEditorBar ~* #sharewithmain .lx_mcol2_flip.multiColumn2:not(.lx_mcol_full) > .column2 {
		width: calc((1060px - 20px * 1) * 0.4);
	}
}

@media only screen and (max-width: 767px) {
	#sharewithmain .lx_mcol2_flip.multiColumn2 > .column1 {
		display: none;
	}

	#sharewithmain .lx_mcol2_flip.multiColumn2 > .column2 {
		display: inline-block;
	}

	.mgnlEditorBar ~* #sharewithmain .lx_mcol2_flip.multiColumn2 > .column1 ,
	.mgnlEditorBar ~* #sharewithmain .lx_mcol2_flip.multiColumn2 > .column2 {
		display: inline-block;
	}
}



/*==== 採用 ====*/
/* アコーディオン */
.lx_recruit_accordion_02 {
}

.lx_recruit_accordion_02 .title3.style1 {
	position: relative;
}

.lx_recruit_accordion_02 .title3.style1::before ,
.lx_recruit_accordion_02 .title3.style1::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	width: 30px;
	height: 2px;
	transform: translate(50%, -50%);
	background: #006c60;
}

.lx_recruit_accordion_02 .title3.style1::after {
	width: 2px;
	height: 30px;
}

.open.lx_recruit_accordion_02 .title3.style1::after {
	opacity: 0;
}

.lx_recruit_accordion_02 .title3.style1 h3 {
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.lx_recruit_accordion_02 .title3.style1::before {
		right: 25px;
		width: 20px;
		height: 2px;
	}

	.lx_recruit_accordion_02 .title3.style1::after {
		right: 25px;
		width: 2px;
		height: 20px;
	}

}


/* エリアリンク02 */
.lx_recruit_arealink_02 {
}

.lx_recruit_arealink_02 .internal-link-area:not(.highlight) ,
.lx_recruit_arealink_02 .external-link-area:not(.highlight) {
	display: inline-block;
	width: calc(100% - 20px);
	margin-left: 10px;
	margin-right: 10px;
}

@media print, screen and (min-width: 768px) {
	.lx_recruit_arealink_02 .internal-link-area:not(.highlight) ,
	.lx_recruit_arealink_02 .external-link-area:not(.highlight) {
		width: calc(50% - 20px);
	}
}


.lx_recruit_arealink_02 .internal-link-area:not(.highlight) > a ,
.lx_recruit_arealink_02 .external-link-area:not(.highlight) > a {
	padding: 10px;
}

.lx_recruit_arealink_02 .internal-link-area:not(.highlight) > a img ,
.lx_recruit_arealink_02 .external-link-area:not(.highlight) > a img {
	margin-top: -10px;
	margin-left: -10px;
	margin-bottom: 0px;
	border: 1px solid #e4ebea;
}

.lx_recruit_arealink_02 .internal-link-area:not(.highlight) > a p:last-child ,
.lx_recruit_arealink_02 .external-link-area:not(.highlight) > a p:last-child {
/*
	position: relative;
	padding-left: 20px;
*/
}

.lx_recruit_arealink_02 .internal-link-area:not(.highlight) > a p:last-child::before ,
.lx_recruit_arealink_02 .external-link-area:not(.highlight) > a p:last-child::before {
	content: "";
/*
	position: absolute;
	left: 5px;
	top: 50%;
*/
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 13px;
	background: url("../../../../../../resources/sw_img/icon_arr02.svg") center center no-repeat;
	background-size: contain;
/*	transform: translate(0, -50%); */
	margin-top: -2px;
	margin-right: 10px;
}

@media print, screen and (min-width: 768px) {
	.lx_recruit_arealink_02 .internal-link-area:not(.highlight) > a br ,
	.lx_recruit_arealink_02 .external-link-area:not(.highlight) > a br {
		display: none;
	}
}


/* エリアリンク03 */
.lx_recruit_arealink_03 {
}

.lx_recruit_arealink_03 > .column1 {
	text-align: center;
}


.lx_recruit_arealink_03 .internal-link-area:not(.highlight) ,
.lx_recruit_arealink_03 .external-link-area:not(.highlight) {
	display: inline-block;
	width: calc(100% - 20px);
	margin-left: 10px;
	margin-right: 10px;
}

@media print, screen and (min-width: 768px) {
	.lx_recruit_arealink_03 .internal-link-area:not(.highlight) ,
	.lx_recruit_arealink_03 .external-link-area:not(.highlight) {
		width: calc(50% - 20px);
	}
}


.lx_recruit_arealink_03 .internal-link-area:not(.highlight) > a ,
.lx_recruit_arealink_03 .external-link-area:not(.highlight) > a {
	padding: 20px;
	border: 1px solid #e4ebea;
}

.lx_recruit_arealink_03 .internal-link-area:not(.highlight) > a img ,
.lx_recruit_arealink_03 .external-link-area:not(.highlight) > a img {
	margin-bottom: 0px;
}

/* 背景エリア */
.lx_recruit_mcol_bg01 {
	background-color: #f1f7f5;
	padding: 80px 50px 20px;
}

.lx_recruit_mcol_bg01 + .lx_recruit_mcol_bg01 {
	margin-top: -20px;
	padding-top: 0;
}

.lx_recruit_mcol_bg01 > * > .title2:first-child h2 {
	margin-top: 0;
}

.lx_recruit_mcol_bg01  + :not(.lx_recruit_mcol_bg01) ,
.lx_recruit_mcol_bg01 + .lx_recruit_mcol_bg01 > * > .title2:first-child h2 {
	margin-top: 80px;
}

@media only screen and (max-width: 767px) {
	.lx_recruit_mcol_bg01 {
		padding: 40px 20px 20px;
	}

	.lx_recruit_mcol_bg01  + :not(.lx_recruit_mcol_bg01) ,
	.lx_recruit_mcol_bg01 + .lx_recruit_mcol_bg01 > * > .title2:first-child h2 {
		margin-top: 40px;
	}
}




/*==== About us > イノベーション 共通 ====*/
/* ローカルナビ */
@media print, screen and (min-width: 768px) {
	body:not(.col-subcol)[data-page-marker~="horizontal-snavi"] #wrapper-2 {
		margin-top: 0;
	}

	body:not(.col-subcol)[data-page-marker~="horizontal-snavi"] #wrapper-3 {
		float: none;
		width: 100%;
		clear: both;
	}

	body:not(.col-subcol)[data-page-marker~="horizontal-snavi"] #nav {
		float: none;
		width: 100%;
		clear: both;
	}

	body:not(.col-subcol)[data-page-marker~="horizontal-snavi"] #promos2 {
		display: none;
	}

	/*-- メインエリア上に設置するパターン --*/
	[data-page-marker~="horizontal-snavi"] #nav #nav-box {
		position: relative;
		font-size: 0;
		margin: auto;
		width: 100%;
		padding: 20px 0;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		margin-bottom: 75px;
	}

	/* 第１・２階層トップでは非表示 */
	[data-page-marker~="horizontal-snavi"] [data-current-level="1"] #nav-box ,
	[data-page-marker~="horizontal-snavi"] [data-current-level="2"] #nav-box {
		display: none;
	}

	/* ナビ上に無い独立したページでは非表示 */
	[data-page-marker~="horizontal-snavi"] #nav #nav-box.stray {
		display: none;
	}

	[data-page-marker~="horizontal-snavi"] [data-page-marker~="no-snav"] #nav #nav-box {
		display: none;
	}


	[data-page-marker~="horizontal-snavi"] #nav #nav-box h6 {
		display: none;
	}

	[data-page-marker~="horizontal-snavi"] #nav #nav-box h5 .btn {
		display: none;
	}

	/* TOP 階層 */
	[data-page-marker~="horizontal-snavi"] #nav #nav-box ul.navLevel_1 {
		position: relative;
	}

	[data-page-marker~="horizontal-snavi"] #nav #nav-box ul.navLevel_1::after {
		content: "";
		display: block;
		clear: both;
	}


	/* 1階分層 */
	[data-page-marker~="horizontal-snavi"] #nav #nav-box ul {
	}

	[data-page-marker~="horizontal-snavi"] #nav #nav-box li {
	}

	[data-page-marker~="horizontal-snavi"] #nav #nav-box br {
		display: none;
	}

	[data-page-marker~="horizontal-snavi"] #nav #nav-box strong::before ,
	[data-page-marker~="horizontal-snavi"] #nav #nav-box a::before {
		content: none;
	}

	[data-page-marker~="horizontal-snavi"] #nav #nav-box strong ,
	[data-page-marker~="horizontal-snavi"] #nav #nav-box a {
		display: none;

		margin: 0;
		padding: 0;
		border: none;

		position: relative;
		color: inherit;
		line-height: 1.25;
		font-size: 14px;
		font-weight: normal;
		text-decoration: none;
		text-align: center;
		margin: 0 15px;

		border-top: 2px solid transparent;
		border-bottom: 2px solid transparent;
	}

	[data-page-marker~="horizontal-snavi"] #nav #nav-box li.on > a ,
	[data-page-marker~="horizontal-snavi"] #nav #nav-box strong {
		border-bottom-color: #00665a;
	}

	[data-page-marker~="horizontal-snavi"] #nav #nav-box a:hover {
		border-bottom-color: #00665a;
	}


	/* 現在地を含むフォルダーを表示 */
	[data-page-marker~="horizontal-snavi"] #nav #nav-box.within ,
	[data-page-marker~="horizontal-snavi"] #nav #nav-box .within {
		padding-left: 10px;
	}

	[data-page-marker~="horizontal-snavi"] #nav #nav-box.within > ul ,
	[data-page-marker~="horizontal-snavi"] #nav #nav-box .within > ul {
		padding: 0 20px;
		display: inline-block;
	/*	width: 100%; */
		text-align: left;
	}

	[data-page-marker~="horizontal-snavi"] #nav #nav-box.within > ul:not(.navLevel_1) ,
	[data-page-marker~="horizontal-snavi"] #nav #nav-box .within > ul:not(.navLevel_1) {
		position: relative;
		float: right;
		width: 800px;
		text-align: left;
	}

	[data-page-marker~="horizontal-snavi"] #nav #nav-box.within > ul:not(.navLevel_1)::before ,
	[data-page-marker~="horizontal-snavi"] #nav #nav-box .within > ul:not(.navLevel_1)::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 1px;
		height: 100%;
		background: #ddd;
	}


	[data-page-marker~="horizontal-snavi"] #nav #nav-box.within > ul > li ,
	[data-page-marker~="horizontal-snavi"] #nav #nav-box .within > ul > li {
		display: inline-block;
		margin: 4px 0px;
	}


	[data-page-marker~="horizontal-snavi"] #nav #nav-box.within > ul > li > a ,
	[data-page-marker~="horizontal-snavi"] #nav #nav-box.within > ul > li > strong ,
	[data-page-marker~="horizontal-snavi"] #nav #nav-box .within > ul > li > a ,
	[data-page-marker~="horizontal-snavi"] #nav #nav-box .within > ul > li > strong {
		display: inline-block;
	}

	/* 現在地の親ページ */
	[data-page-marker~="horizontal-snavi"] #nav #nav-box.within > a ,
	[data-page-marker~="horizontal-snavi"] #nav #nav-box.within > strong ,
	[data-page-marker~="horizontal-snavi"] #nav #nav-box .within > a ,
	[data-page-marker~="horizontal-snavi"] #nav #nav-box .within > strong {
		display: inline-block;
		margin: 4px 0 0;
		font-size: 16px;
		font-weight: bold;
	}

	/* 孫ページは非表示 */
	[data-page-marker~="horizontal-snavi"] #nav #nav-box.within > ul ul ,
	[data-page-marker~="horizontal-snavi"] #nav #nav-box .within > ul ul {
		display: none;
	}

}

/* 言語切替ナビ 色違い */
[data-page-marker~="lang-navi-white"] .lang_link span {
	color: #fff;
}
[data-page-marker~="lang-navi-white"] .lang_link .active{
	color: #fff;
	border-bottom: 2px solid #fff;
}



/*==== About us > イノベーション TOP ====*/
[data-page-path="/ja/group/innovation"] #html1 .text-section ,
[data-page-path="/ja/group/innovation"] #html1 .text-section img ,
[data-page-path="/en/group/innovation"] #html1 .text-section ,
[data-page-path="/en/group/innovation"] #html1 .text-section img {
	width: 100%;
	max-width: none;
	margin-bottom: 0;
}

#html1 .ux_slick_mcol_mv .text-section > div {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-shadow: none;

	color: #fff;
	font-size: 34px;
	letter-spacing: 0.03em;
}

#html1 .ux_slick_mcol_mv .text-section > div em {
	font-style: normal;
	font-size: 78px;
	font-family: 'Ropa Sans', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	letter-spacing: 0;
}

@media screen and (max-width: 767px) {
	#html1 .ux_slick_mcol_mv .text-section > div {
		font-size: 18px;
	}
	#html1 .ux_slick_mcol_mv .text-section > div em {
		font-size: 24px;
	}
}


body[data-page-path="/ja/group/innovation"] #wrapper-2 ,
body[data-page-path="/en/group/innovation"] #wrapper-2 {
	margin-top: 0;
}

[data-page-path="/ja/group/innovation"] .page-intro ,
[data-page-path="/ja/group/innovation"] #page-intro ,
[data-page-path="/ja/group/innovation/news"] .page-intro ,
[data-page-path="/ja/group/innovation/news"] #page-intro ,
[data-page-path="/en/group/innovation"] .page-intro ,
[data-page-path="/en/group/innovation"] #page-intro ,
[data-page-path="/en/group/innovation/news"] .page-intro ,
[data-page-path="/en/group/innovation/news"] #page-intro {
	border: none;
	margin-bottom: 0;
}

/* ニュース */
#sharewithmain .lx_innovation_multi2 {
	padding-top: 75px;
}

.lx_innovation_multi2 {
}

.lx_innovation_multi2 .basic-list:not(.thumnail) ul.tabItems li ,
.lx_innovation_multi2 .basic-list-english:not(.thumnail) ul.tabItems li {
	border: none;

	margin-top: 10px;
	padding: 30px 40px 30px 20px;
	background: #fff;
}

.lx_innovation_multi2 .basic-list:not(.thumnail) ul.tabItems li::before ,
.lx_innovation_multi2 .basic-list-english:not(.thumnail) ul.tabItems li::before {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 13px;
	background: url("../../../../../../resources/sw_img/icon_arr02.svg") center center no-repeat;
	background-size: contain;
	transform: translate(0, -50%);
}


.lx_innovation_multi2 .basic-list:not(.thumnail) ul.tabItems li .c_icon ,
.lx_innovation_multi2 .basic-list-english:not(.thumnail) ul.tabItems li .c_icon {
	display: none;
}

.lx_innovation_multi2 .basic-list:not(.thumnail) ul.tabItems li h3 ,
.lx_innovation_multi2 .basic-list-english:not(.thumnail) ul.tabItems li h3 {
	padding-left: 8.8em;
}




/* 横幅いっぱい */
.lx_innovation_mcol_full {
}

@media print, screen and (min-width: 768px) {
	#sharewithmain .lx_innovation_mcol_full.multiColumn1 > .column1 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	#sharewithmain .lx_innovation_mcol_full.multiColumn2 > .column1 ,
	#sharewithmain .lx_innovation_mcol_full.multiColumn2 > .column2 {
		width: 50%;
		margin-left: 0;
		margin-right: 0;
	}

	#sharewithmain .lx_innovation_mcol_full.multiColumn3 > .column1 ,
	#sharewithmain .lx_innovation_mcol_full.multiColumn3 > .column2 ,
	#sharewithmain .lx_innovation_mcol_full.multiColumn3 > .column3 {
		width: 33.3333%;
		margin-left: 0;
		margin-right: 0;
	}

	#sharewithmain .lx_innovation_mcol_full.multiColumn4 > .column1 ,
	#sharewithmain .lx_innovation_mcol_full.multiColumn4 > .column2 ,
	#sharewithmain .lx_innovation_mcol_full.multiColumn4 > .column3 ,
	#sharewithmain .lx_innovation_mcol_full.multiColumn4 > .column4 {
		width: 25%;
		margin-left: 0;
		margin-right: 0;
	}

	#sharewithmain .lx_innovation_mcol_full.multiColumn5 > .column1 ,
	#sharewithmain .lx_innovation_mcol_full.multiColumn5 > .column2 ,
	#sharewithmain .lx_innovation_mcol_full.multiColumn5 > .column3 ,
	#sharewithmain .lx_innovation_mcol_full.multiColumn5 > .column4 ,
	#sharewithmain .lx_innovation_mcol_full.multiColumn5 > .column5 {
		width: 20%;
		margin-left: 0;
		margin-right: 0;
	}
}


/* バナー */
.lx_innovation_teaser_box {
}

.lx_innovation_teaser_box .teaser:not(.no-img):not(.highlight) ,
.lx_innovation_teaser_box .external-teaser:not(.no-img):not(.highlight) ,
.lx_innovation_teaser_box .download-teaser:not(.no-img):not(.highlight) {
	position: relative;
}


.lx_innovation_teaser_box .teaser:not(.no-img):not(.highlight) h2 ,
.lx_innovation_teaser_box .external-teaser:not(.no-img):not(.highlight) h2 ,
.lx_innovation_teaser_box .download-teaser:not(.no-img):not(.highlight) h2 {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	padding-left: 62px;
	transform: translate(0, -50%);
	z-index: 2;
}

.lx_innovation_teaser_box .teaser:not(.no-img):not(.highlight) h2::before ,
.lx_innovation_teaser_box .external-teaser:not(.no-img):not(.highlight) h2::before ,
.lx_innovation_teaser_box .download-teaser:not(.no-img):not(.highlight) h2::before {
	content:"";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 44px;
	height: 2px;
	margin-top: -1px;
	background: #006c60;
}

.lx_innovation_teaser_box .teaser:not(.no-img):not(.highlight) h2 a ,
.lx_innovation_teaser_box .external-teaser:not(.no-img):not(.highlight) h2 a ,
.lx_innovation_teaser_box .download-teaser:not(.no-img):not(.highlight) h2 a {
	border: none;
	display: block;
	height: auto;

	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(0,0,0, 0.84);
}

.lx_innovation_teaser_box .teaser:not(.no-img):not(.highlight) h2 a::before ,
.lx_innovation_teaser_box .external-teaser:not(.no-img):not(.highlight) h2 a::before ,
.lx_innovation_teaser_box .download-teaser:not(.no-img):not(.highlight) h2 a::before {
	content: none;
}

.lx_innovation_teaser_box .teaser:not(.no-img):not(.highlight) > a::before ,
.lx_innovation_teaser_box .external-teaser:not(.no-img):not(.highlight) > a::before ,
.lx_innovation_teaser_box .download-teaser:not(.no-img):not(.highlight) > a::before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../../../../../../resources/sw_img/img_teaser_shade.png) repeat-y center center;
	background-size: 100% auto;
}

.lx_innovation_teaser_box .teaser:not(.no-img):not(.highlight) > a img
.lx_innovation_teaser_box .external-teaser:not(.no-img):not(.highlight) > a img
.lx_innovation_teaser_box .download-teaser:not(.no-img):not(.highlight) > a img {
	opacity: 1;
}

/* バナー */
.lx_innovation_teaser02 {
}

.lx_innovation_teaser02 .teaser.no-img.highlight h2 a ,
.lx_innovation_teaser02 .external-teaser.no-img.highlight h2 a ,
.lx_innovation_teaser02 .download-teaser.no-img.highlight h2 a {
	padding: 25px 10px;
	font-size: 20px;
}

.lx_innovation_teaser02 .teaser.no-img.highlight h2 a span ,
.lx_innovation_teaser02 .external-teaser.no-img.highlight h2 a span ,
.lx_innovation_teaser02 .download-teaser.no-img.highlight h2 a span {
	position: relative;
	display: block;
	margin-top: 10px;
	padding-top: 20px;
	font-size: 14px;
	line-height: 1.5;
	padding-bottom: 10px;
}

.lx_innovation_teaser02 .teaser.no-img.highlight h2 a span::before ,
.lx_innovation_teaser02 .external-teaser.no-img.highlight h2 a span::before ,
.lx_innovation_teaser02 .download-teaser.no-img.highlight h2 a span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -25px;
	display: block;
	width: 50px;
	height: 2px;
	background: #fff;
}

.lx_innovation_teaser02 .teaser.no-img.highlight h2 a:hover span::before ,
.lx_innovation_teaser02 .external-teaser.no-img.highlight h2 a:hover span::before ,
.lx_innovation_teaser02 .download-teaser.no-img.highlight h2 a:hover span::before {
	background: #006c60;
}


/* 囲み線 */
#sharewithmain .lx_innovation_interview_box01 {
	border: 2px solid #006c60;
	padding: 30px 30px 5px;
}




/* バナー */
.lx_greenearth_teaser_box {
}

.lx_greenearth_teaser_box .teaser:not(.no-img):not(.highlight) ,
.lx_greenearth_teaser_box .external-teaser:not(.no-img):not(.highlight) ,
.lx_greenearth_teaser_box .download-teaser:not(.no-img):not(.highlight) {
	position: relative;
}


.lx_greenearth_teaser_box .teaser:not(.no-img):not(.highlight) h2 ,
.lx_greenearth_teaser_box .external-teaser:not(.no-img):not(.highlight) h2 ,
.lx_greenearth_teaser_box .download-teaser:not(.no-img):not(.highlight) h2 {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	padding-left: 62px;
	transform: translate(0, -50%);
	z-index: 2;
}

.lx_greenearth_teaser_box .teaser:not(.no-img):not(.highlight) h2::before ,
.lx_greenearth_teaser_box .external-teaser:not(.no-img):not(.highlight) h2::before ,
.lx_greenearth_teaser_box .download-teaser:not(.no-img):not(.highlight) h2::before {
	content:"";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 44px;
	height: 2px;
	margin-top: -1px;
	background: #006c60;
}

.lx_greenearth_teaser_box .teaser:not(.no-img):not(.highlight) h2 a ,
.lx_greenearth_teaser_box .external-teaser:not(.no-img):not(.highlight) h2 a ,
.lx_greenearth_teaser_box .download-teaser:not(.no-img):not(.highlight) h2 a {
	border: none;
	display: block;
	height: auto;

	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(0,0,0, 0.84);
}

.lx_greenearth_teaser_box .teaser:not(.no-img):not(.highlight) h2 a::before ,
.lx_greenearth_teaser_box .external-teaser:not(.no-img):not(.highlight) h2 a::before ,
.lx_greenearth_teaser_box .download-teaser:not(.no-img):not(.highlight) h2 a::before {
	content: none;
}

.lx_greenearth_teaser_box .teaser:not(.no-img):not(.highlight) > a::before ,
.lx_greenearth_teaser_box .external-teaser:not(.no-img):not(.highlight) > a::before ,
.lx_greenearth_teaser_box .download-teaser:not(.no-img):not(.highlight) > a::before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
/*	background: url(../../../../../../resources/sw_img/img_teaser_shade.png) repeat-y center center; */
	background-size: 100% auto;
}

.lx_greenearth_teaser_box .teaser:not(.no-img):not(.highlight) > a img
.lx_greenearth_teaser_box .external-teaser:not(.no-img):not(.highlight) > a img
.lx_greenearth_teaser_box .download-teaser:not(.no-img):not(.highlight) > a img {
	opacity: 1;
}



/*==== HOME2025 ====*/
/* 緊急お知らせエリア */
.quoted-text::before {
	content: "大切なお知らせ";
	display: block;
	padding: 10px 30px;
	text-align: left;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background: var(--key-color);
}

.quoted-text blockquote {
	background: #E9F3F2;
	padding: 30px 30px;
}

[lang="en"] .quoted-text::before {
	content: "Important notice";
}


/* 共通 */
.lx_top2025_title2 .title2.style1 {
	position: relative;
}

.lx_top2025_title2 .title2.style1 h2 {
	padding: 0;
	text-align: left;

	color: var(--key-color);
	font-size: 40px;
	line-height: 1.375;
}

.lx_top2025_title2 .title2.style1 p {
	color: var(--key-color);
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
}

.lx_top2025_title2 .title2.style1 h2 + p ,
.lx_top2025_title2 .title2.style1 p + h2 {
	margin-top: 20px;
}

.lx_top2025_title2 .title2.style1 h2::before {
	content: none;
}

@media screen and (max-width: 767px) {
	.lx_top2025_title2 .title2.style1 h2 {
		text-align: center;
		font-size: 37px;
	}

	.lx_top2025_title2 .title2.style1 p {
		text-align: center;
	}
}

/* バナー */
.lx_top2025_teaser01b .teaser.no-img.style2 h2 a ,
.lx_top2025_teaser01b .external-teaser.no-img.style2 h2 a ,
.lx_top2025_teaser01b .download-teaser.no-img.style2 h2 a ,
.lx_top2025_teaser01c .teaser.no-img.style3 h2 a ,
.lx_top2025_teaser01c .external-teaser.no-img.style3 h2 a ,
.lx_top2025_teaser01c .download-teaser.no-img.style3 h2 a {
	max-width: 240px;
	height: 64px;
	padding: 5px 20px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: var(--key-color);
	border-radius: 5px;
}

.lx_top2025_teaser01c .teaser.no-img.style3 h2 a ,
.lx_top2025_teaser01c .external-teaser.no-img.style3 h2 a ,
.lx_top2025_teaser01c .download-teaser.no-img.style3 h2 a {
	border-color: #fff;
	color: var(--key-color);
	background: #fff;
}

@media screen and (max-width: 767px) {
	.lx_top2025_teaser01b .teaser.no-img.style2 h2 a ,
	.lx_top2025_teaser01b .external-teaser.no-img.style2 h2 a ,
	.lx_top2025_teaser01b .download-teaser.no-img.style2 h2 a ,
	.lx_top2025_teaser01c .teaser.no-img.style3 h2 a ,
	.lx_top2025_teaser01c .external-teaser.no-img.style3 h2 a ,
	.lx_top2025_teaser01c .download-teaser.no-img.style3 h2 a {
		height: 52px;
		font-size: 16px;
	}
}

.lx_top2025_teaser01b .teaser.no-img.style2 h2 a::before ,
.lx_top2025_teaser01b .external-teaser.no-img.style2 h2 a::before ,
.lx_top2025_teaser01b .download-teaser.no-img.style2 h2 a::before ,
.lx_top2025_teaser01c .teaser.no-img.style3 h2 a::before ,
.lx_top2025_teaser01c .external-teaser.no-img.style3 h2 a::before ,
.lx_top2025_teaser01c .download-teaser.no-img.style3 h2 a::before {
	content: none;
}

.lx_top2025_teaser01b .teaser.no-img.style2 h2 a:hover ,
.lx_top2025_teaser01b .external-teaser.no-img.style2 h2 a:hover ,
.lx_top2025_teaser01b .download-teaser.no-img.style2 h2 a:hover {
	color: var(--key-color);
	background: #fff;
}

.lx_top2025_teaser01c .teaser.no-img.style3 h2 a:hover ,
.lx_top2025_teaser01c .external-teaser.no-img.style3 h2 a:hover ,
.lx_top2025_teaser01c .download-teaser.no-img.style3 h2 a:hover {
	color: #fff;
	background: var(--key-color);
}

@media screen and (max-width: 767px) {
	.lx_top2025_teaser01b .teaser.no-img.style2 ,
	.lx_top2025_teaser01b .external-teaser.no-img.style2 ,
	.lx_top2025_teaser01b .download-teaser.no-img.style2 ,
	.lx_top2025_teaser01c .teaser.no-img.style3 ,
	.lx_top2025_teaser01c .external-teaser.no-img.style3 ,
	.lx_top2025_teaser01c .download-teaser.no-img.style3 {
		max-width: 240px;
	}
}


/* MVの上側のお知らせバー */
.lx_top2025_notice_ticker.no-news {
	display: none;
}

.lx_top2025_notice_ticker {
	display: block;
	padding: 7px 50px;
	background: #E9F3F2;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.lx_top2025_notice_ticker {
		padding: 4px 20px;
	}
}

.lx_top2025_notice_ticker > * {
	margin-bottom: 0;
}

.lx_top2025_notice_ticker .basic-list:not(.thumnail) ,
.lx_top2025_notice_ticker .basic-list-english:not(.thumnail) ,
.lx_top2025_notice_ticker .basic-list:not(.thumnail) ul.tabItems ,
.lx_top2025_notice_ticker .basic-list-english:not(.thumnail) ul.tabItems ,
.lx_top2025_notice_ticker .basic-list:not(.thumnail) ul.tabItems li ,
.lx_top2025_notice_ticker .basic-list-english:not(.thumnail) ul.tabItems li ,
.lx_top2025_notice_ticker .basic-list:not(.thumnail) ul.tabItems li h3 ,
.lx_top2025_notice_ticker .basic-list-english:not(.thumnail) ul.tabItems li h3 ,
.lx_top2025_notice_ticker .basic-list:not(.thumnail) ul.tabItems li h3 > :is(a,span) ,
.lx_top2025_notice_ticker .basic-list-english:not(.thumnail) ul.tabItems li h3 > :is(a,span) {
	margin: 0;
	padding: 0;
	border: none;
}

.lx_top2025_notice_ticker .basic-list:not(.thumnail) ul.tabItems li ,
.lx_top2025_notice_ticker .basic-list-english:not(.thumnail) ul.tabItems li {
	color: var(--key-color);
	font-weight: bold;
	font-size: 16px;
/*	letter-spacing: 0.03em; */
}
@media screen and (max-width: 767px) {
	.lx_top2025_notice_ticker .basic-list:not(.thumnail) ul.tabItems li ,
	.lx_top2025_notice_ticker .basic-list-english:not(.thumnail) ul.tabItems li {
		font-size: 14px;
	}
}

.lx_top2025_notice_ticker .basic-list:not(.thumnail) ul.tabItems li h3 > :is(a,span) ,
.lx_top2025_notice_ticker .basic-list-english:not(.thumnail) ul.tabItems li h3 > :is(a,span) {
	display: flex;
	padding: 3px 15px;
	padding-left: 30px;
}

.lx_top2025_notice_ticker .basic-list:not(.thumnail) ul.tabItems li h3 > :is(a,span)::before ,
.lx_top2025_notice_ticker .basic-list-english:not(.thumnail) ul.tabItems li h3 > :is(a,span)::before {
	content: "";
	position: absolute;
	top: calc(50% - 24px / 2);
	left: 0;
	display: block;
	width: 26px;
	height: 24px;
	background: url("../../../../../../resources/sw_img/icon_notice.png") no-repeat center center;
	background-size: contain;
}

.lx_top2025_notice_ticker .basic-list:not(.thumnail) ul.tabItems li a ,
.lx_top2025_notice_ticker .basic-list-english:not(.thumnail) ul.tabItems li a {
	color: inherit;
}


.lx_top2025_notice_ticker .basic-list:not(.thumnail) ul.tabItems li .date,
.lx_top2025_notice_ticker .basic-list-english:not(.thumnail) ul.tabItems li .date ,
.lx_top2025_notice_ticker .basic-list:not(.thumnail) ul.tabItems li .c_icon,
.lx_top2025_notice_ticker .basic-list-english:not(.thumnail) ul.tabItems li .c_icon ,
.lx_top2025_notice_ticker .basic-list:not(.thumnail) ul.tabItems li .d_icon,
.lx_top2025_notice_ticker .basic-list-english:not(.thumnail) ul.tabItems li .d_icon ,
.lx_top2025_notice_ticker .basic-list:not(.thumnail) ul.tabItems li .n_icon,
.lx_top2025_notice_ticker .basic-list-english:not(.thumnail) ul.tabItems li .n_icon {
	display: none !important;
}

.lx_top2025_notice_ticker .basic-list:not(.thumnail) ul.tabItems li .news_tx,
.lx_top2025_notice_ticker .basic-list-english:not(.thumnail) ul.tabItems li .news_tx {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.lx_top2025_notice_ticker .basic-list:not(.thumnail) ul.tabItems li .note_tx,
.lx_top2025_notice_ticker .basic-list-english:not(.thumnail) ul.tabItems li .note_tx {
	display: none;
}



}

.lx_top2025_notice_ticker >* {
	display: block;
}

.lx_top2025_notice_ticker >* > * {
	margin: 0;
}

.lx_top2025_notice_ticker >* > .text-section {
	color: var(--key-color);
	font-weight: bold;
}

.lx_top2025_notice_ticker >* > .text-section p::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 24px;
	background: url("../../../../../../resources/sw_img/icon_notice.png") no-repeat center center;
	margin-right: 5px;
}


/* について */
@media print, screen and (min-width: 768px) {
	#sharewithmain .lx_top2025_about {
		padding-top: 80px;
		padding-bottom: 50px;
	}

	#sharewithmain .lx_top2025_about > .column {
		z-index: 1;
	}

	#sharewithmain .lx_top2025_about > .column1 {
		display: flex;
		flex-flow: row wrap;
		padding-bottom: 20px;
	}

	.lx_top2025_about > .column1 >* {
		flex: 1 0 auto;
		width: 100%;
	}

	.lx_top2025_about > .column1 .title2 {
		width: 75%;
		order: 2;
	}

	/* 右上のテキストバナー */
	.lx_top2025_about > .column1 .teaser.no-img {
		width: 25%;
		order: 3;
	}

	.lx_top2025_about > .column1 .text-section:not(.highlight) {
		order: 5;
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	#sharewithmain .lx_top2025_about {
		margin-top: 30px;
		padding-top: 55px;
		padding-bottom: 40px;
	}

	#sharewithmain .lx_top2025_about > .column {
		z-index: 1;
	}

	#sharewithmain .lx_top2025_about > .column1 {
		padding-bottom: 20px;
	}
}

/* 中段の数値 */
.lx_top2025_about > .column3 .text-section {
	padding: 32px 10px 20px;
	background: rgba(255,255,255, 0.8);
	border-radius: 8px;
	text-align: center;
	color: #114E48;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.1;
}

.lx_top2025_about > .column3 .text-section h2 {
	max-width: 276px;
	margin: 0 auto 20px;

	border-top: 1px solid var(--key-color);
	border-bottom: 1px solid var(--key-color);
	padding: 5px 0;
	text-align: center;
	color: var(--key-color);
	font-size: 18px;
}

.lx_top2025_about > .column3 .text-section em {
	font-style: normal;
	font-size: 366.666%;
	font-weight: bold;
	letter-spacing: -0.045em;
	line-height: 0.85;
	font-family: 'D DIN PRO', sans-serif;
}

@media screen and (max-width: 767px) {
	.lx_top2025_about > .column3 .text-section {
		padding: 16px 10px 20px;
		margin-bottom: 15px;
	}

	.lx_top2025_about > .column3 .text-section h2 {
		max-width: 180px;
		margin: 0 auto 16px;
		font-size: 16px;
	}

	.lx_top2025_about > .column3 .text-section em {
		font-size: 233.333%;
	}
}

/* 中段 右下の注釈 */
#sharewithmain .lx_top2025_about > .column3 .title6 {
	width: 100%;
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	#sharewithmain .lx_top2025_about > .column3 .title6 {
		margin-bottom: 30px;
	}
}


/* 下段のアイコン付きバナー */
.lx_top2025_about > .column5 .teaser:not(.no-img).style1 ,
.lx_top2025_about > .column5 .external-teaser:not(.no-img).style1 ,
.lx_top2025_about > .column5 .download-teaser:not(.no-img).style1 {
	position: relative;
}

.lx_top2025_about > .column5 .teaser:not(.no-img).style1 h2 a ,
.lx_top2025_about > .column5 .external-teaser:not(.no-img).style1 h2 a ,
.lx_top2025_about > .column5 .download-teaser:not(.no-img).style1 h2 a {
	height: 44px;
	padding: 5px 5px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: var(--key-color);
	border-radius: 0 0 8px 8px;
}

@media screen and (max-width: 767px) {
	.lx_top2025_about > .column5 .teaser:not(.no-img).style1 ,
	.lx_top2025_about > .column5 .external-teaser:not(.no-img).style1 ,
	.lx_top2025_about > .column5 .download-teaser:not(.no-img).style1 {
		margin-bottom: 20px;
	}

	.lx_top2025_about > .column5 .teaser:not(.no-img).style1 h2 a ,
	.lx_top2025_about > .column5 .external-teaser:not(.no-img).style1 h2 a ,
	.lx_top2025_about > .column5 .download-teaser:not(.no-img).style1 h2 a {
		font-size: 16px;
	}
}

.lx_top2025_about > .column5 .teaser:not(.no-img).style1 ,
.lx_top2025_about > .column5 .external-teaser:not(.no-img).style1 ,
.lx_top2025_about > .column5 .download-teaser:not(.no-img).style1 {
	position: relative;
}

.lx_top2025_about > .column5 .teaser:not(.no-img).style1 h2 + a ,
.lx_top2025_about > .column5 .external-teaser:not(.no-img).style1 h2 + a ,
.lx_top2025_about > .column5 .download-teaser:not(.no-img).style1 h2 + a {
	background: rgba(255,255,255, 0.8);
	border-radius: 8px 8px 0 0;
}

.lx_top2025_about > .column5 .teaser:not(.no-img).style1 h2 + a img ,
.lx_top2025_about > .column5 .external-teaser:not(.no-img).style1 h2 + a img ,
.lx_top2025_about > .column5 .download-teaser:not(.no-img).style1 h2 + a img {
	width: auto;
	height: 78px;
	object-fit: contain;
	margin: 30px auto 20px;
}



/* Topics */
.lx_top2025_topics > .column1 {
	position: relative;
}

@media print, screen and (min-width: 768px) {
	#sharewithmain .lx_top2025_topics_title {
		padding-top: 80px;
	}
	#sharewithmain .lx_top2025_topics {
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
	#sharewithmain .lx_top2025_topics_title {
		padding-top: 55px;
	}
	#sharewithmain .lx_top2025_topics {
		padding-bottom: 25px;
	}
}

.lx_top2025_topics .basic-list.thumnail,
.lx_top2025_topics .basic-list-english.thumnail {
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
}

@media screen and (max-width: 767px) {
	.lx_top2025_topics .basic-list.thumnail::before  ,
	.lx_top2025_topics .basic-list-english.thumnail::before  {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 30px;
		height: 100%;
		background: #fff;
		z-index: 1;
	}
}

.lx_top2025_topics .basic-list.thumnail ul.tabItems ,
.lx_top2025_topics .basic-list-english.thumnail ul.tabItems {
	margin: 0;
}

.lx_top2025_topics .basic-list.thumnail .slick-slide ,
.lx_top2025_topics .basic-list-english.thumnail .slick-slide  {
	margin: 0;
	border: none;

	padding: 0 15px;
}

.lx_top2025_topics .basic-list.thumnail ul.tabItems li h3,
.lx_top2025_topics .basic-list-english.thumnail ul.tabItems li h3 {
	position: relative;
	padding: 0 0 40px;
	min-height: 415px;
	background: #EFF8F6;
	border-radius: 7px;
}

.lx_top2025_topics .basic-list ul.tabItems li .n_img ,
.lx_top2025_topics .basic-list-english ul.tabItems li .n_img {
	display: block;
	width: 100%;
	aspect-ratio: 335 / 255;
}

.lx_top2025_topics .basic-list ul.tabItems li .n_img img ,
.lx_top2025_topics .basic-list-english ul.tabItems li .n_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 7px 7px 0 0;
}

.lx_top2025_topics .basic-list.thumnail ul.tabItems li .c_icon,
.lx_top2025_topics .basic-list-english.thumnail ul.tabItems li .c_icon {
	display: none;
}

.lx_top2025_topics .basic-list.thumnail ul.tabItems li .date,
.lx_top2025_topics .basic-list-english.thumnail ul.tabItems li .date {
	position: absolute;
	top: auto;
	right: auto;
	left: 20px;
	bottom: 20px;
}

.lx_top2025_topics .basic-list.thumnail ul.tabItems li .news_tx,
.lx_top2025_topics .basic-list-english.thumnail ul.tabItems li .news_tx {
	margin: 0 20px 15px;
	color: var(--key-color);
	font-size: 18px;
	font-weight: bold;
	line-height: calc(28 / 18);
}

@media screen and (max-width: 767px) {
	.lx_top2025_topics .basic-list.thumnail ul.tabItems li h3,
	.lx_top2025_topics .basic-list-english.thumnail ul.tabItems li h3 {
		min-height: 360px;
	}

	.lx_top2025_topics .basic-list.thumnail ul.tabItems li .news_tx,
	.lx_top2025_topics .basic-list-english.thumnail ul.tabItems li .news_tx {
		font-size: 16px;
	}

	.lx_top2025_topics .slick-slider:not(.slick-dotted) .slick-list {
/*		display: flex !important; */
/*		justify-content: center; */
	}

	.lx_top2025_topics .slick-slider:not(.slick-dotted) .slick-track {
		transform: none !important;
	}
}

/*
@media print, screen and (min-width: 768px) {
	div.lx_top2025_topics .arrow-dots {
		position: absolute;
		bottom: 100%;
		right: 0;
		margin: 0 0 55px;
	}
}
*/

.lx_top2025_topics .arrow-dots {
	margin: 30px 0 40px;
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	gap: 0 18px;
}

#sharewithmain .lx_top2025_topics .slick-dots {
	position: relative;
	bottom: auto;
	width: auto;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	gap: 0 14px;
}

#sharewithmain .lx_top2025_topics .slick-dots li {
	margin: 0;
}

#sharewithmain .lx_top2025_topics .slick-dots li button {
	width: 7px;
	height: 7px;
	padding: 0;
	background: #ddd;
	border-radius: 100%;
}

#sharewithmain .lx_top2025_topics .slick-dots li.slick-active button {
	background: var(--key-color);
}

#sharewithmain .lx_top2025_topics .slick-prev ,
#sharewithmain .lx_top2025_topics .slick-next {
	margin: 0;

	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	display: block;
	width: 26px;
	height: 26px;
	opacity: 1;
}

#sharewithmain .lx_top2025_topics .slick-prev::before ,
#sharewithmain .lx_top2025_topics .slick-next::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 26px;
	height: 26px;
	background: url("../../../../../../resources/sw_img/link01_white.svg") no-repeat center center;
/*	background-size: contain; */
}

#sharewithmain .lx_top2025_topics .slick-prev {
	transform: scaleX(-1);
	order: -1;
}

#sharewithmain .lx_top2025_topics .slick-next {
	order: 2;
}

#sharewithmain .lx_top2025_topics .slick-prev:hover ,
#sharewithmain .lx_top2025_topics .slick-prev:focus ,
#sharewithmain .lx_top2025_topics .slick-prev:active ,
#sharewithmain .lx_top2025_topics .slick-next:hover ,
#sharewithmain .lx_top2025_topics .slick-next:focus ,
#sharewithmain .lx_top2025_topics .slick-next:active {
	opacity: 0.7;
}

div.lx_top2025_topics .teaser.no-img {
}


@media print, screen and (min-width: 768px) {
	div.lx_top2025_topics .teaser.no-img {
		position: absolute;
		bottom: 100%;
		right: 0;
		margin: 0 0 55px;
		width: 25%;
	}
}



/* 投資家情報 */
#sharewithmain .lx_top2025_ir > .column1 {
	color: #fff;
	background: var(--key-color);
}
.lx_top2025_ir.lx_ex_mcol_bg_img_flip .text-section.highlight > img {
	z-index: -1;
}

@media print, screen and (min-width: 768px) {
	#sharewithmain .lx_top2025_ir {
		padding-bottom: 50px;
	}

	#sharewithmain .lx_top2025_ir > .column1 {
		padding: 80px 50px 60px;
		border-radius: 0 0 7px 7px;
	}

	#sharewithmain .lx_top2025_ir > .column2 {
		padding: 80px 0 0 30px;
	}

	#sharewithmain .lx_top2025_ir > .column4 {
		margin-top: 80px;
	}

	.lx_top2025_ir > .column2 .teaser.no-img {
		width: 300px;
		margin-right: 0;
		margin-bottom: 85px;
	}

	.lx_top2025_ir.lx_top2025_title2 > .column1 .title2.style1 h2 {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	#sharewithmain .lx_top2025_ir {
		padding-bottom: 20px;
	}

	#sharewithmain .lx_top2025_ir > .column1 {
		margin: 0 -15px;
		padding: 55px 25px 20px;
		width: calc(100% * var(--mainarea-base) + 15px * 2);
		max-width: calc(var(--mainarea-width) + 15px * 2);
	}

	#sharewithmain .lx_top2025_ir > .column2 {
		padding: 50px 0 0;
	}

	#sharewithmain .lx_top2025_ir > .column2 .teaser.no-img.style2 {
		max-width: 288px;
		margin-bottom: 50px;
	}

	.lx_top2025_ir > .column2 .stock-price-ticker {
		position: relative;
		overflow: hidden;
		aspect-ratio: 677 / 292;
		margin-bottom: 50px;
	}

	.lx_top2025_ir > .column2 iframe {
		position: absolute;
		top: 50%;
		left: 50%;
		min-width: auto !important;
		width: calc(200% - 20px) !important;
		max-width: 672px;
		transform-origin: left top;
		transform: scale(0.5) translate(-50%,-50%);
	}
}

.lx_top2025_ir.lx_top2025_title2 .title2.style1 h2 ,
.lx_top2025_ir.lx_top2025_title2 .title2.style1 p {
	color: #fff;
}

@media print, screen and (min-width: 768px) {
	.lx_top2025_ir > .column4 .teaser:not(.no-img).style1 ,
	.lx_top2025_ir > .column4 .external-teaser:not(.no-img).style1 ,
	.lx_top2025_ir > .column4 .download-teaser:not(.no-img).style1 {
		position: relative;
		background: #fff;
		border-radius: 8px;
	}

	.lx_top2025_ir > .column4 .teaser:not(.no-img).style1 h2 a ,
	.lx_top2025_ir > .column4 .external-teaser:not(.no-img).style1 h2 a ,
	.lx_top2025_ir > .column4 .download-teaser:not(.no-img).style1 h2 a {
		height: auto;
		border: none;

		padding: 25px 20px 15px;
		font-size: 18px;
	}

	.lx_top2025_ir > .column4 .teaser:not(.no-img).style1 h2 a::before ,
	.lx_top2025_ir > .column4 .external-teaser:not(.no-img).style1 h2 a::before ,
	.lx_top2025_ir > .column4 .download-teaser:not(.no-img).style1 h2 a::before {
		content: none;
	}

	.lx_top2025_ir > .column4 .teaser:not(.no-img).style1 h2 + a ,
	.lx_top2025_ir > .column4 .external-teaser:not(.no-img).style1 h2 + a ,
	.lx_top2025_ir > .column4 .download-teaser:not(.no-img).style1 h2 + a {
		border-radius: 8px 8px 0 0;
	}

	.lx_top2025_ir > .column4 .teaser:not(.no-img).style1 h2 ~ p ,
	.lx_top2025_ir > .column4 .external-teaser:not(.no-img).style1 h2 ~ p ,
	.lx_top2025_ir > .column4 .download-teaser:not(.no-img).style1 h2 ~ p {
		margin: 0;
		padding: 0 20px 40px;
		font-size: 16px;
		line-height: calc(27 / 16);
	}
}

@media screen and (max-width: 767px) {
	.lx_top2025_ir > .column4 .teaser:not(.no-img).style1 ,
	.lx_top2025_ir > .column4 .external-teaser:not(.no-img).style1 ,
	.lx_top2025_ir > .column4 .download-teaser:not(.no-img).style1 {
		position: relative;
		display: block;
	}

	.lx_top2025_ir > .column4 .teaser:not(.no-img).style1:not(:first-child)::before ,
	.lx_top2025_ir > .column4 .external-teaser:not(.no-img).style1:not(:first-child)::before ,
	.lx_top2025_ir > .column4 .download-teaser:not(.no-img).style1:not(:first-child)::before {
		content: "";
		position: absolute;
		top: -20px;
		left: 0;
		width: 100%;
		border-top: 2px dotted var(--key-color);
	}

	.lx_top2025_ir > .column4 .teaser:not(.no-img).style1::after ,
	.lx_top2025_ir > .column4 .external-teaser:not(.no-img).style1::after ,
	.lx_top2025_ir > .column4 .download-teaser:not(.no-img).style1::after {
		content: "";
		display: block;
		clear: both;
	}

	.lx_top2025_ir > .column4 .teaser:not(.no-img).style1 h2 + a ,
	.lx_top2025_ir > .column4 .external-teaser:not(.no-img).style1 h2 + a ,
	.lx_top2025_ir > .column4 .download-teaser:not(.no-img).style1 h2 + a {
		float: left;
		width: calc((100% - 20px) * 0.35);
	}

	.lx_top2025_ir > .column4 .teaser:not(.no-img).style1 h2 ,
	.lx_top2025_ir > .column4 .external-teaser:not(.no-img).style1 h2 ,
	.lx_top2025_ir > .column4 .download-teaser:not(.no-img).style1 h2 ,
	.lx_top2025_ir > .column4 .teaser:not(.no-img).style1 h2 ~ p ,
	.lx_top2025_ir > .column4 .external-teaser:not(.no-img).style1 h2 ~ p ,
	.lx_top2025_ir > .column4 .download-teaser:not(.no-img).style1 h2 ~ p {
		float: right;
		width: calc((100% - 20px) * 0.65);
		display: block;
	}

	.lx_top2025_ir > .column4 .teaser:not(.no-img).style1 h2 a ,
	.lx_top2025_ir > .column4 .external-teaser:not(.no-img).style1 h2 a ,
	.lx_top2025_ir > .column4 .download-teaser:not(.no-img).style1 h2 a {
		height: auto;
		border: none;

		padding: 0;
		font-size: 16px;
		line-height: calc(24 / 16);
	}

	.lx_top2025_ir > .column4 .teaser:not(.no-img).style1 h2 a::before ,
	.lx_top2025_ir > .column4 .external-teaser:not(.no-img).style1 h2 a::before ,
	.lx_top2025_ir > .column4 .download-teaser:not(.no-img).style1 h2 a::before {
		content: none;
	}

	.lx_top2025_ir > .column4 .teaser:not(.no-img).style1 h2 ~ p ,
	.lx_top2025_ir > .column4 .external-teaser:not(.no-img).style1 h2 ~ p ,
	.lx_top2025_ir > .column4 .download-teaser:not(.no-img).style1 h2 ~ p {
		margin: 10px 0 0;
		font-size: 14px;
		line-height: calc(20 / 14);
	}
}

/* サステナビリティ */
@media print, screen and (min-width: 768px) {
	#sharewithmain .lx_top2025_s12y {
		padding-top: 80px;
		padding-bottom: 50px;
	}

	.lx_top2025_s12y > .column5 {
		position: relative;
		order: -1;
	}

	.lx_top2025_s12y > .column5 .teaser.no-img {
		position: absolute;
		top: 0;
		right: 0;
		width: calc(1160px / 4);
	}
}
@media screen and (max-width: 767px) {
	#sharewithmain .lx_top2025_s12y {
		padding-top: 60px;
		padding-bottom: 40px;
	}
}

@media print, screen and (min-width: 768px) {
	.lx_top2025_s12y > .column3 .teaser:not(.no-img).style1 ,
	.lx_top2025_s12y > .column3 .external-teaser:not(.no-img).style1 ,
	.lx_top2025_s12y > .column3 .download-teaser:not(.no-img).style1 {
		background: #EFF8F6;
		border-radius: 8px;
	}

	.lx_top2025_s12y > .column3 .teaser:not(.no-img).style1 h2 a ,
	.lx_top2025_s12y > .column3 .external-teaser:not(.no-img).style1 h2 a ,
	.lx_top2025_s12y > .column3 .download-teaser:not(.no-img).style1 h2 a {
		height: auto;
		border: none;

		padding: 25px 20px 15px;
		font-size: 18px;
	}

	.lx_top2025_s12y > .column3 .teaser:not(.no-img).style1 h2 a::before ,
	.lx_top2025_s12y > .column3 .external-teaser:not(.no-img).style1 h2 a::before ,
	.lx_top2025_s12y > .column3 .download-teaser:not(.no-img).style1 h2 a::before {
		content: none;
	}

	.lx_top2025_s12y > .column3 .teaser:not(.no-img).style1 h2 + a ,
	.lx_top2025_s12y > .column3 .external-teaser:not(.no-img).style1 h2 + a ,
	.lx_top2025_s12y > .column3 .download-teaser:not(.no-img).style1 h2 + a {
		border-radius: 8px 8px 0 0;
	}

	.lx_top2025_s12y > .column3 .teaser:not(.no-img).style1 h2 ~ p ,
	.lx_top2025_s12y > .column3 .external-teaser:not(.no-img).style1 h2 ~ p ,
	.lx_top2025_s12y > .column3 .download-teaser:not(.no-img).style1 h2 ~ p {
		margin: 0;
		padding: 0 20px 40px;
		font-size: 16px;
		line-height: calc(27 / 16);
	}
}

@media screen and (max-width: 767px) {
	.lx_top2025_s12y > .column3 .teaser:not(.no-img).style1 ,
	.lx_top2025_s12y > .column3 .external-teaser:not(.no-img).style1 ,
	.lx_top2025_s12y > .column3 .download-teaser:not(.no-img).style1 {
		position: relative;
		display: block;
	}

	.lx_top2025_s12y > .column3 .teaser:not(.no-img).style1:not(:first-child)::before ,
	.lx_top2025_s12y > .column3 .external-teaser:not(.no-img).style1:not(:first-child)::before ,
	.lx_top2025_s12y > .column3 .download-teaser:not(.no-img).style1:not(:first-child)::before {
		content: "";
		position: absolute;
		top: -20px;
		left: 0;
		width: 100%;
		border-top: 2px dotted var(--key-color);
	}

	.lx_top2025_s12y > .column3 .teaser:not(.no-img).style1::after ,
	.lx_top2025_s12y > .column3 .external-teaser:not(.no-img).style1::after ,
	.lx_top2025_s12y > .column3 .download-teaser:not(.no-img).style1::after {
		content: "";
		display: block;
		clear: both;
	}

	.lx_top2025_s12y > .column3 .teaser:not(.no-img).style1 h2 + a ,
	.lx_top2025_s12y > .column3 .external-teaser:not(.no-img).style1 h2 + a ,
	.lx_top2025_s12y > .column3 .download-teaser:not(.no-img).style1 h2 + a {
		float: left;
		width: calc((100% - 20px) * 0.35);
	}

	.lx_top2025_s12y > .column3 .teaser:not(.no-img).style1 h2 ,
	.lx_top2025_s12y > .column3 .external-teaser:not(.no-img).style1 h2 ,
	.lx_top2025_s12y > .column3 .download-teaser:not(.no-img).style1 h2 ,
	.lx_top2025_s12y > .column3 .teaser:not(.no-img).style1 h2 ~ p ,
	.lx_top2025_s12y > .column3 .external-teaser:not(.no-img).style1 h2 ~ p ,
	.lx_top2025_s12y > .column3 .download-teaser:not(.no-img).style1 h2 ~ p {
		float: right;
		width: calc((100% - 20px) * 0.65);
		display: block;
	}

	.lx_top2025_s12y > .column3 .teaser:not(.no-img).style1 h2 a ,
	.lx_top2025_s12y > .column3 .external-teaser:not(.no-img).style1 h2 a ,
	.lx_top2025_s12y > .column3 .download-teaser:not(.no-img).style1 h2 a {
		height: auto;
		border: none;

		padding: 0;
		font-size: 16px;
		line-height: calc(24 / 16);
	}

	.lx_top2025_s12y > .column3 .teaser:not(.no-img).style1 h2 a::before ,
	.lx_top2025_s12y > .column3 .external-teaser:not(.no-img).style1 h2 a::before ,
	.lx_top2025_s12y > .column3 .download-teaser:not(.no-img).style1 h2 a::before {
		content: none;
	}

	.lx_top2025_s12y > .column3 .teaser:not(.no-img).style1 h2 ~ p ,
	.lx_top2025_s12y > .column3 .external-teaser:not(.no-img).style1 h2 ~ p ,
	.lx_top2025_s12y > .column3 .download-teaser:not(.no-img).style1 h2 ~ p {
		margin: 10px 0 0;
		font-size: 14px;
		line-height: calc(20 / 14);
	}
}


/* ニュース */
#sharewithmain .lx_top2025_news_title ,
#sharewithmain .lx_top2025_news {
	position: relative;
	background: #FAFAFA;
}

.lx_top2025_news > .column {
	position: relative;
}

@media print, screen and (min-width: 768px) {
	#sharewithmain .lx_top2025_news_title {
		padding-top: 80px;
	}

	#sharewithmain .lx_top2025_news {
		padding-bottom: 50px;
	}

	#sharewithmain .lx_top2025_news.multiColumn2::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		width: 1px;
		height: calc(100% - 160px);
		background: #BFBFBF;
	}
}
@media screen and (max-width: 767px) {
	#sharewithmain .lx_top2025_news_title {
		padding-top: 100px;
	}

	#sharewithmain .lx_top2025_news {
		padding-bottom: 20px;
	}
}

#sharewithmain .lx_top2025_news .title3 {
	text-align: left;
}

#sharewithmain .lx_top2025_news .title3::before {
	content: none;
}

#sharewithmain .lx_top2025_news .title3 h3 {
	padding: 0;
	background: none;

	display: block;
	color: var(--key-color);
	font-size: 32px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	#sharewithmain .lx_top2025_news .title3 h3 {
		font-size: 27px;
	}
}

.lx_top2025_news .link-list:not(.highlight) {
	position: absolute;
	top: -10px;
	right: 0;
}

.lx_top2025_news .link-list:not(.highlight) li:not(.highlight):before {
	content: "";
	position: absolute;
	top: calc(14px + 1.6em / 2 - 26px / 2);
	left: 0px;
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url("../../../../../../resources/sw_img/link01_white.svg") no-repeat center center;
	background-size: contain;
}

.lx_top2025_news .link-list:not(.highlight) li:not(.highlight) > a {
	color: var(--key-color);
	font-size: 16px;
	font-weight: bold;
}

.lx_top2025_news .basic-list:not(.thumnail) ul.tabItems ,
.lx_top2025_news .basic-list-english:not(.thumnail) ul.tabItems {
	border-top: 1px dotted #707070;
}

.lx_top2025_news .basic-list:not(.thumnail) ul.tabItems li ,
.lx_top2025_news .basic-list-english:not(.thumnail) ul.tabItems li {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.03em;
	border-bottom: 1px dotted #707070;
}

.lx_top2025_news .basic-list:not(.thumnail) ul.tabItems li .date ,
.lx_top2025_news .basic-list-english:not(.thumnail) ul.tabItems li .date {
	color: #999;
	font-size: 14px;
}


.lx_top2025_news .basic-list:not(.thumnail) ul.tabItems li .c_icon ,
.lx_top2025_news .basic-list-english:not(.thumnail) ul.tabItems li .c_icon {
	display: none;
}

/* グループニュース */
#sharewithmain .lx_top2025_group_news {
}

@media print, screen and (min-width: 768px) {
	#sharewithmain .lx_top2025_group_news {
		padding-top: 80px;
		padding-bottom: 50px;
	}

	.lx_top2025_group_news > .column5 {
		position: relative;
		order: -1;
	}

	.lx_top2025_group_news > .column5 .teaser.no-img {
		position: absolute;
		top: 0;
		right: 0;
		width: 136px;
	}
}

@media screen and (max-width: 767px) {
	#sharewithmain .lx_top2025_group_news {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.lx_top2025_group_news > .column5 .teaser.no-img {
		max-width: 126px;
	}
}

#sharewithmain .lx_top2025_group_news .reuse-component > .multiColumn2 > .column1 {
	width: 100%;
	max-width: none;
}

.lx_top2025_group_news .news-latest-crawl ul  {
	display: flex;
	flex-flow: row wrap;
	gap: 24px 24px;
}

.lx_top2025_group_news .news-latest-crawl ul li {
	margin: 0;
	border: none;

	width: 100%;
	padding: 24px;
	font-size: 16px;
	font-weight: normal;
	line-height: calc(27 / 16);
	letter-spacing: 0.03em;
	background: #fff;
}

@media print, screen and (min-width: 768px) {
	.lx_top2025_group_news .news-latest-crawl ul li {
		width: calc((100% - 24px * 3) / 4);
	}
}
@media screen and (max-width: 767px) {
	.lx_top2025_group_news .news-latest-crawl ul li:nth-child(n+3) {
		display: none;
	}
}

.lx_top2025_group_news .news-latest-crawl ul li h3 {
	padding: 0;
}

.lx_top2025_group_news .news-latest-crawl ul li .date {
	position: static;
	display: block;
	color: #999;
	font-size: 14px;
	margin-bottom: 10px;
}


/* 最新レポート */
.lx_top2025_report > .column1 {
	position: relative;
}

@media print, screen and (min-width: 768px) {
	#sharewithmain .lx_top2025_report_title {
		padding-top: 80px;
	}
	#sharewithmain .lx_top2025_report {
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
	#sharewithmain .lx_top2025_report_title {
		padding-top: 55px;
	}
	#sharewithmain .lx_top2025_report {
		padding-bottom: 25px;
	}
}

.lx_top2025_report .basic-list.thumnail,
.lx_top2025_report .basic-list-english.thumnail {
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
}

@media screen and (max-width: 767px) {
	.lx_top2025_report .basic-list.thumnail::before  ,
	.lx_top2025_report .basic-list-english.thumnail::before  {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 35px;
		height: 100%;
		background: #fff;
		z-index: 1;
	}
}

.lx_top2025_report .basic-list.thumnail ul.tabItems ,
.lx_top2025_report .basic-list-english.thumnail ul.tabItems {
	margin: 0;
}

.lx_top2025_report .basic-list.thumnail .slick-slide ,
.lx_top2025_report .basic-list-english.thumnail .slick-slide  {
	margin: 0;
	border: none;

	padding: 0 12px;
}

.lx_top2025_report .basic-list.thumnail ul.tabItems li h3,
.lx_top2025_report .basic-list-english.thumnail ul.tabItems li h3 {
	position: relative;
}

.lx_top2025_report .basic-list ul.tabItems li .n_img ,
.lx_top2025_report .basic-list-english ul.tabItems li .n_img {
	display: block;
	width: 100%;
	aspect-ratio: 1/ 1;
	padding: 20px;
	background: #F1F1F1;
	margin-bottom: 20px;
}

.lx_top2025_report .basic-list ul.tabItems li .n_img img ,
.lx_top2025_report .basic-list-english ul.tabItems li .n_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.lx_top2025_report .basic-list.thumnail ul.tabItems li .date,
.lx_top2025_report .basic-list-english.thumnail ul.tabItems li .date ,
.lx_top2025_report .basic-list.thumnail ul.tabItems li .c_icon,
.lx_top2025_report .basic-list-english.thumnail ul.tabItems li .c_icon {
	display: none;
}

.lx_top2025_report .basic-list.thumnail ul.tabItems li .news_tx,
.lx_top2025_report .basic-list-english.thumnail ul.tabItems li .news_tx {
	margin: 0;
	color: var(--key-color);
	font-size: 18px;
	font-weight: bold;
	line-height: calc(28 / 18);
}

@media screen and (max-width: 767px) {
	.lx_top2025_report .basic-list.thumnail ul.tabItems li .news_tx,
	.lx_top2025_report .basic-list-english.thumnail ul.tabItems li .news_tx {
		font-size: 16px;
	}
}

@media print, screen and (min-width: 768px) {
	div.lx_top2025_report .arrow-dots {
		position: absolute;
		bottom: 100%;
		right: 0;
		margin: 0 0 55px;
	}
}

.lx_top2025_report .arrow-dots {
	margin: 30px 0 0;
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	gap: 0 18px;
}

#sharewithmain .lx_top2025_report .slick-dots {
	position: relative;
	bottom: auto;
	width: auto;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	gap: 0 14px;
}


#sharewithmain .lx_top2025_report .slick-dots li {
	margin: 0;
}

#sharewithmain .lx_top2025_report .slick-dots li button {
	width: 7px;
	height: 7px;
	padding: 0;
	background: #ddd;
	border-radius: 100%;
}

#sharewithmain .lx_top2025_report .slick-dots li.slick-active button {
	background: var(--key-color);
}

#sharewithmain .lx_top2025_report .slick-prev ,
#sharewithmain .lx_top2025_report .slick-next {
	margin: 0;

	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	display: block;
	width: 26px;
	height: 26px;
	opacity: 1;
}

#sharewithmain .lx_top2025_report .slick-prev::before ,
#sharewithmain .lx_top2025_report .slick-next::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 26px;
	height: 26px;
	background: url("../../../../../../resources/sw_img/link01_white.svg") no-repeat center center;
/*	background-size: contain; */
}

#sharewithmain .lx_top2025_report .slick-prev {
	transform: scaleX(-1);
	order: -1;
}

#sharewithmain .lx_top2025_report .slick-next {
	order: 2;
}

#sharewithmain .lx_top2025_report .slick-prev:hover ,
#sharewithmain .lx_top2025_report .slick-prev:focus ,
#sharewithmain .lx_top2025_report .slick-prev:active ,
#sharewithmain .lx_top2025_report .slick-next:hover ,
#sharewithmain .lx_top2025_report .slick-next:focus ,
#sharewithmain .lx_top2025_report .slick-next:active {
	opacity: 0.7;
}


/* 最新レポート バナーver */
.lx_top2025_report .teaser:not(.no-img).style1 h2 ,
.lx_top2025_report .external-teaser:not(.no-img).style1 h2 ,
.lx_top2025_report .download-teaser:not(.no-img).style1 h2 {
	display: block;
}

.lx_top2025_report .teaser:not(.no-img).style1 h2 a ,
.lx_top2025_report .external-teaser:not(.no-img).style1 h2 a ,
.lx_top2025_report .download-teaser:not(.no-img).style1 h2 a {
	height: auto;
	border: none;

	padding: 0;
	color: var(--key-color);
	font-size: 18px;
	font-weight: bold;
}

.lx_top2025_report .teaser:not(.no-img).style1 h2 a::before ,
.lx_top2025_report .external-teaser:not(.no-img).style1 h2 a::before ,
.lx_top2025_report .download-teaser:not(.no-img).style1 h2 a::before {
	content: none;
}

.lx_top2025_report .teaser:not(.no-img).style1 h2 + a ,
.lx_top2025_report .external-teaser:not(.no-img).style1 h2 + a ,
.lx_top2025_report .download-teaser:not(.no-img).style1 h2 + a {
	aspect-ratio: 1/ 1;
	padding: 20px;
	background: #F1F1F1;
	margin-bottom: 20px;
}

.lx_top2025_report .teaser:not(.no-img).style1 h2 + a img ,
.lx_top2025_report .external-teaser:not(.no-img).style1 h2 + a img ,
.lx_top2025_report .download-teaser:not(.no-img).style1 h2 + a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}


/*-- OUR STORY 詳細ページ用 一覧に戻るボタン --*/
[data-page-path^="/ja/our-story"] #promos3 >*> .teaser.no-img.style1 ,
[data-page-path^="/en/our-story"] #promos3 >*> .teaser.no-img.style1 {
	max-width: 240px;
	margin: 60px auto 0;
}

[data-page-path^="/ja/our-story"] #promos3 >*> .teaser.no-img.style1 h2 ,
[data-page-path^="/en/our-story"] #promos3 >*> .teaser.no-img.style1 h2 {
	position: relative;
	display: table;
	width: 100%;
}

[data-page-path^="/ja/our-story"] #promos3 >*> .teaser.no-img.style1 h2 a ,
[data-page-path^="/en/our-story"] #promos3 >*> .teaser.no-img.style1 h2 a {
	display: table-cell;
	vertical-align: middle;
	height: 64px;
	padding: 5px 20px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: var(--key-color);
	border-radius: 5px;
	border: 1px solid #006c60;
	text-decoration: none;
}

[data-page-path^="/ja/our-story"] #promos3 >*> .teaser.no-img.style1 h2 a:hover ,
[data-page-path^="/en/our-story"] #promos3 >*> .teaser.no-img.style1 h2 a:hover {
	color: var(--key-color);
	background: #fff;
}

@media screen and (max-width: 767px) {
	[data-page-path^="/ja/our-story"] #promos3 >*> .teaser.no-img.style1 h2 a ,
	[data-page-path^="/en/our-story"] #promos3 >*> .teaser.no-img.style1 h2 a {
		height: 52px;
		font-size: 16px;
	}
}

[data-page-path="/ja/our-story"]:not(.in-editor) #promos3 >*> .teaser.no-img.style1 ,
[data-page-path="/en/our-story"]:not(.in-editor) #promos3 >*> .teaser.no-img.style1 {
	display: none;
}



/* -- 404用 -- */
#page404 #site-info .area-gnavi ,
#page404 #site-info .area-header-sub-panel ,
#page404 #site-info .area-header .area-search-box {
	display: none;
}

#page404 #site-info .area-footer-banner ,
#page404 #site-info .area-footer-sns-link , 
#page404 #site-info .area-footer .area-footer-frame3 ,
#page404 #site-info .area-footer .area-footer-frame2 ,
#page404 #site-info .area-footer .area-footer-frame1 ,
#page404 #site-info .area-footer-link2 {
	display: none;
}

#page404 #panel2-btn ,
#page404 #site-info .area-menu {
	display: none;
}


/* -- 印刷用 -- */
@media print {
	/* ヘッダー・フッター */
	#site-info .area-header > div {
		position: absolute !important;
	}

	#site-info .area-gnavi ,
	#site-info .area-header-sub-panel ,
	#site-info .area-header .area-search-box {
		display: none;
	}

	#site-info .area-footer {
		display: none;
	}

	/* サイドナビ無し */
	#nav {
		display: none;
	}

	#wrapper-3 {
		width: 100% !important;
		float: none !important;
		clear: both !important;
		margin: 0;
	}

	/* 改ページ抑止(ワイドモード以外の１カラム) */
	.multiColumn1 > .column1 {
		display: block;
	}
	body[id=wide] [role="main"] > .multiColumn1 > .column1 {
		display: inline-block;
	}

	/*-- インデックスモード --*/
	body[id=index] #wrapper-3 {
		width: 1060px !important;
	}

	/*-- ワイドモード --*/
	body[id=wide] #wrapper-2 ,
	body[id=wide] #wrapper-3 {
		width: 1060px !important;
	}

	/*-- スクロールエフェクトoff --*/
	#promos3 .fadeObj ,
	.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;;
	}

}


