@charset "utf-8";
/*------------------ based on 19/05/15 */
/* > 1%, last 4 versions, Firefox ESR */
/*------------------------------------ */

/* --------------------------------------
 基本設定
-------------------------------------- */
/* ベースフォント */
body {
	font-family: 'suntory syntax','Noto Sans Japanese',YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.mincho {
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Georgia, "メイリオ", Meiryo, serif;
}



/* ベースフォントサイズ */
html {
	font-size: 16px;
}

body {
	color: #333;
	line-height: 1.8;
}

a:link ,
a:visited {
	color: #56bad5;
	text-decoration: none;
}

a:hover ,
a:active {
	color: #56bad5;
	text-decoration: underline;
}


@media handheld, only screen and (max-width: 767px) {
	html {
		font-size: 15px;
	}
}

/* 游ゴシック/游明朝 を使わない */
/*
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.mincho {
	font-family: "Hiragino Mincho ProN", "HGS明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Georgia, "メイリオ", Meiryo, serif;
}
*/


/*------------------------------------- 
 ぱんくず
-------------------------------------*/
/* 4箇所ある枠の内1か所に入力 */
.bread-crumb {
	margin: auto;
	padding: 15px 0px;
	font-size: 12px;
}

.bread-crumb ol {
}

.bread-crumb ol:after ,
.bread-crumb:after {
	content: "";
	display: block;
	clear: both;
}

.bread-crumb a ,
.bread-crumb strong {
/*	color: inherit; */
}

.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;
}

/* -- 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: 1000px;
	}

	.bread-crumb ol {
		width: 1000px;
		margin: auto;
	}
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	.bread-crumb {
		padding: 5px 5px;
	}
}



/* -----------------------------
 グローバルナビ
--------------------------------- */
/*-- ページプロパティに設定あり --*/
/* -- 初期非表示 -- */ 
#nav-global {
	display: none;
}


/*------------------------------------- 
 サイドナビ
-------------------------------------*/
/*-- ページプロパティに設定あり --*/

#nav-box h6 {
/*	display: none; */
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {

	/*-- ページプロパティに設定あり --*/
	#nav-box {
		position: relative;
		font-size: 0;
		margin: auto;
		width: calc(1000px + 20px);
		padding: 20px 0;
		min-height: 46px;
	/*	padding-bottom: 25px; */
		border-bottom: 1px solid #000;
	}

	#nav-box:after {
		content: "";
		display: block;
		clear: both;
	}

	/* ナビ上に無い独立したページ 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;
	}

	#nav-box h5 .btn {
		display: none;
	}


	/* 1階分層 */
	#nav-box ul {
	}

	#nav-box li {
	}

	#nav-box br {
		display: none;
	}

	#nav-box strong ,
	#nav-box a {
		display: none;

		position: relative;
		color: #000; 
		line-height: 1.25;
		font-size: 14px;
		font-weight: normal;
		text-decoration: none;
		text-align: center;
		margin: 0 15px;
		border-bottom: 1px solid transparent;
	}

	#nav-box strong {
		border-bottom-color: #000; 
	}

	#nav-box a:hover {
		border-bottom-color: #000; 
	}


	/* 現在地を含むフォルダーを表示 */
	#nav .within {
		padding-left: 10px;
	}

	#nav .within > h5 {
	/*	display: none; */
	}

	#nav .within > ul {
		padding: 0 20px;
		display: inline-block;
	/*	width: 100%; */
		text-align: left;
	}

	#nav .within > ul:not(.navLevel_1) {
		position: relative;
		float: right;
		width: 730px;
		text-align: right;
	}

	#nav .within > ul:not(.navLevel_1):before {
		content: "";
		position: absolute;
		top: -5px;
		left: 0;
		display: block;
		width: 1px;
		height: calc(100% + 10px);
		background: #000;
	}


	#nav .within > ul > li {
		display: inline-block;
		border-left: 1px solid #eaeaea;
		border-right: 1px solid #eaeaea;
		margin: 8px 0px;
		margin-left: -1px;
	}


	#nav .within > ul > li > h5 a ,
	#nav .within > ul > li > h5 strong ,
	#nav .within > ul > li > a ,
	#nav .within > ul > li > strong {
		display: inline-block;
	}

	/* 現在地の親ページ */
	#nav .within > h5 a ,
	#nav .within > h5 strong ,
	#nav .within > a ,
	#nav .within > strong {
		display: inline-block;
		margin: 4px 0;
		font-size: 20px;
		font-weight: bold;
	}


	#nav .within > ul ul {
		display: none;
	}

}


/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	#nav-box p.btn {
		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: 6px 12px;
		background: #646464;
		color: #fff; 
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		border: 1px solid #c8c8c8;
	}

	#nav-box ul.navLevel_1 > li > strong ,
	#nav-box ul.navLevel_1 > li > a:hover {
	}

	#nav-box ul.navLevel_1 > li > a:hover {
		background: #fff;
		color: #646464; 
	}

	/*2階層*/
	#nav-box ul.navLevel_2 {
	}

	#nav-box ul.navLevel_2 > li {
	}

	#nav-box ul.navLevel_2 > li.open {
	}

	#nav-box ul.navLevel_2 > li > strong ,
	#nav-box ul.navLevel_2 > li > a {
		display: block;
		padding: 15px 12px;
		background: #fff;
		color: #323232; 
		font-size: 14px;
		font-weight: normal;
		text-decoration: none;
		border-bottom: 1px solid #c8c8c8;
	}

	#nav-box ul.navLevel_2 > li > strong ,
	#nav-box ul.navLevel_2 > li > a:hover {
		background-color: #fef0e7;
	}


	/*3階層*/
	#nav-box ul.navLevel_3 {
	}

	#nav-box ul.navLevel_3 > li {
	}

	#nav-box ul.navLevel_3 > li.open {
	}

	#nav-box ul.navLevel_3 > li > strong ,
	#nav-box ul.navLevel_3 > li > a {
		position: relative;
		display: block;
		padding: 8px 12px;
		padding-left: 32px;
		background: #f0f0f0;
		color: #323232; 
		font-size: 14px;
		font-weight: normal;
		text-decoration: none;
		border-bottom: 1px solid #c8c8c8;
	}

	#nav-box ul.navLevel_3 > li > strong:before ,
	#nav-box ul.navLevel_3 > li > a:before {
		content: ">";
		position: absolute;
		top: auto;
		left: 18px;
		display: inline-block;
	}

	#nav-box ul.navLevel_3 > li > strong ,
	#nav-box ul.navLevel_3 > li > a:hover {
		background-color: #fef0e7;
	}


	/*4階層*/
	#nav-box ul.navLevel_4 {
	}

	#nav-box ul.navLevel_4 > li {
	}

	#nav-box ul.navLevel_4 > li.open {
	}

	#nav-box ul.navLevel_4 > li > strong ,
	#nav-box ul.navLevel_4 > li > a {
		display: block;
		padding: 5px 12px;
		background: #dcdcdc;
		color: #323232; 
		font-size: 14px;
		font-weight: normal;
		text-decoration: none;
		border-bottom: 1px solid #c8c8c8;
	}

	#nav-box ul.navLevel_4 > li > strong:before ,
	#nav-box ul.navLevel_4 > li > a:before {
		content: "・";
		margin-left: 0.5em;
		display: inline-block;
	}

	#nav-box ul.navLevel_4 > li > strong ,
	#nav-box ul.navLevel_4 > li > a:hover {
		background: #eb3132;
		color: #fff; 
	}


	#nav-box ul.navLevel_5 {
		display: none;
	}
	/* -- ☆階層が増えるごとに、連番で追加 -- */


}


/* -----------------------------
 コンテンツエリア
--------------------------------- */
.quoted-text blockquote ,
.highlight-quoted-text ,
.text-section ,
.faq-item ,
.vtable-item ,
.ircalendar-title ,
.ircalendar-item {
}

/*------- リンクテキスト ----------*/
.quoted-text blockquote a ,
.highlight-quoted-text a ,
.text-section a ,
.faq-item a ,
.vtable-item a ,
.ircalendar-title a ,
.ircalendar-item a {
	line-height: inherit;
}

/*------- 別窓アイコン ----------*/
.quoted-text blockquote a[target="_blank"]:after ,
.highlight-quoted-text a[target="_blank"]:after ,
.text-section a[target="_blank"]:after ,
.faq-item a[target="_blank"]:after ,
.vtable-item a[target="_blank"]:after ,
.ircalendar-title a[target="_blank"]:after ,
.ircalendar-item a[target="_blank"]:after {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 15px;
	height: 15px;
	background: url(../../../../../../resources/sw_img/parts.png) no-repeat;
	background-position: 0 -170px;
	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: 21px;
	height: 25px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
}


/*------------------------------------- 
 見出し
-------------------------------------*/
/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	/*-- ページ概要エリア --*/
	#page-intro {
		width: 100%;
		min-width: 750px;
		margin-bottom: 20px;
	}

	/* -- ページタイトルをテキストで表示 -- */
	#page-intro > h1 {
		background: #547DCB;
		color: #FFF;
		font-size: 24px;
		line-height: 1.2;
		padding: 15px 20px;
	}

}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	/*-- ページ概要エリア --*/
	#page-intro {
		margin: 0 10px 20px;
	}

	/* -- ページタイトルをテキストで表示 -- */
	#page-intro > h1 {
		background: #547DCB;
		color: #FFF;
		font-size: 20px;
		line-height: 1.2;
		padding: 15px 20px;
		margin-bottom: 20px;
	}

}


/*-- ニュースページ 共通見出し表示用(要plugin) --*/
#page-intro > .h0 {
	display: none;
}

/* -- ページタイトルを画像で表示 -- */
#page-intro .titleImage {
	margin-bottom: 20px;
}

#page-intro .titleImage h1 {
}

#page-intro .titleImage h1 img {
	width: auto;
}

/* -- 日付（ニュース・マルチ2） -- */
#page-intro .text-meta {
	margin: 0 15px;
	color: inherit;
}

/*-- ニュースページ カテゴリアイコン表示用(要plugin) --*/
#page-intro .category-icon {
	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 {
	color: #666;
	font-size: 1.125em;
	font-weight: bold;
/*	font-family: 'suntory syntax', Arial, Helvetica, sans-serif; */
	line-height: 24px;
	border-left: 6px solid #8ad7ea;
/*	padding: 0 8px; */

	position: relative;
	padding-bottom: 20px;
	font-size: 22px;
	line-height: 1.63;
	letter-spacing: 2px;
	font-weight: 700;
	text-align: center;
	border: 0;
	color: #333;
	padding-top: 60px;
	margin-bottom: 30px;
}

.text-section h2:after ,
.link-list h2:after ,
.link-list-url h2:after ,
.news-result dl dt:after ,
.news-yuho dl dt:after ,
.news-presentation dl dt:after ,
.news-material dl dt:after ,
.title2.style1 h2:after {
	content: "";
	display: block;
	position: absolute;
	width: 150px;
	height: 2px;
	bottom: 0px;
	left: 50%;
	margin-left: -75px;
	background: #000;
}

.title2.style1:last-child h2 {
	margin-bottom: 25px;
}


/*-------------- 小見出し --------------*/
/* -- 見出しh2レベル -- */
.title2.highlight h2 {
}

/* -- 見出しh3レベル -- */
.title3.style1 h3 {
	clear: both;
	display: block;
	margin: 0px 0px 20px;
	padding: 0px;
	font-weight: 400;

	padding-bottom: 15px;
	text-align: center;
	font-size: 24px;
/*	font-size: 1.5rem; */
	line-height: 1.3;
	letter-spacing: 1px;
	color: #333333;
	border-bottom: 1px solid #8e8e8e;
}

.title3.highlight h3 {
}


/* -- 見出しh4レベル -- */
.title4.style1 h4 {
	line-height: 1.6;

	color: #1279ac;
	color: #333;
	font-size: 16px;
/*	font-size: 1rem; */
	font-weight: bold;
	margin-bottom: 4px;
}

.title4.style2 h4 {
	line-height: calc(24 / 14);

	color: #000;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 15px;
	border-bottom: 1px solid #c3dfe6;
	margin-bottom: 10px;
}

.title4.highlight h4 {
}


.title3.style1:last-child h3 ,
.title4.style1:last-child h4 ,
.title2.highlight:last-child h2 ,
.title3.highlight:last-child h3 ,
.title4.highlight:last-child h4 {
	margin-bottom: 0px;
}

/*------------------------------------- 
 テキスト・画像
-------------------------------------*/
/*-------------- 緊急お知らせエリア --------------*/
/* 総合トップ・サイトトップのみ、コンテンツエリア外に１つのみ */
.quoted-text {
}

.quoted-text blockquote {
	background: none;
	padding: 10px;
	border: #F00 2px solid;
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	.quoted-text {
		width: 1000px;
		margin: 20px auto;
	}
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	.quoted-text {
		margin: 5px 8px;
	}
}


/*-------------- 囲み線ありテキスト --------------*/
.highlight-quoted-text {
	background: #e8f3f6;
	padding: 35px 35px;
	margin: 0 auto 20px;
}

.highlight-quoted-text cite {
	background: transparent url("../../../../../../resources/templating-kit/themes/pop/img/bgs/dash.png") no-repeat scroll 0px 8px;
	padding-left: 10px;
	font-size: 12px;
	font-style: italic;
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	.highlight-quoted-text {
		padding: 15px;
	}
}


/*-------------- テキストと画像 --------------*/
.text-section {
	margin-bottom: 20px;
}

/*-------------- FAQ --------------*/
.faq-list {
}

.faq-list > ul {
}

.faq-list > ul > li {
	clear: both;
	margin-bottom: 40px;
	min-height: 74px;
	border-bottom: 1px solid #def3f8;
}

.faq-list h3 {
	margin-bottom: 35px;

	position: relative;
}

.faq-list h3:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 31px;
	height: 36px;
	background: url(../../../../../../resources/sw_img/icon_q.png) no-repeat center center;
	background-size: contain;
}

.faq-list h3 a {
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4;
	padding: 0px 0px 10px 52px;
}

.faq-item {
	position: relative;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.75;
	min-height: 35px;
	padding: 0px 0px 0px 80px;
	margin-bottom: 40px;
}
.faq-item:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 40px;
	display: block;
	width: 28px;
	height: 31px;
	background: url(../../../../../../resources/sw_img/icon_a.png) no-repeat center center;
	background-size: contain;
}

.faq-item:after {
	content: "";
	position: absolute;
	top: -4px;
	left: 13px;
	width: 4px;
	height: 100%;
	background: #def3f8;
}

/*-- FAQを出しっぱなしにする設定 --*/
.faq-list h3 a {
	cursor: inherit;
}
.faq-list > ul > li {
	height: auto !important;
}
.faq-item {
	display: block !important;
}


/*------------------------------------- 
 ページ内リンク・バナーリンク・エリアリンク
-------------------------------------*/
/* 原則、内部リンクと外部リンクは同スタイルを設定する */

/*-------------- ページ内リンク --------------*/
/* ページ内リンクは１カラム内にまとめて入力し、マルチカラムクラスでアライメントを設定する */
.anchor-link {
	margin-bottom: 10px;
}

.anchor-link a {
	position: relative;
	display: block;
	font-size: 14px;
	padding-left: 18px;
}

.anchor-link a:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	display: inline-block;
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-top: solid 5px #ff1a00;
}


/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	.anchor-link {
		display: inline-block;
	}

	.anchor-link + .anchor-link {
		margin-left: 10px;
		padding-left: 10px;
	}
}

/* -- スマホ用 -- */
@media handheld, 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 {
}

[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 {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	min-width: 180px;
	min-height: 50px;
	padding: 6px 20px;
	font-size: 16px;
	line-height: 1.375;
	letter-spacing: 2px;
	color: #5bc2dc;
	text-align: center;
	background: #ffffff;
	border: 1px solid rgba(91, 194, 220, 0.5);
	transition: 300ms;
	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: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 1px;
	right: 0px;
	top: 50%;
	background: rgba(91, 194, 220, 0.5);
	transition: 300ms;
}

[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: 15px;
	height: 15px;
	background: url(../../../../../../resources/sw_img/parts.png) no-repeat;
	background-position: 0 -170px;
	margin: 0 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 {
	color: #ffffff;
	background: #5bc2dc;
	-webkit-transition: 300ms 300ms;
	transition: 300ms 300ms;
}

[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-color: #ffffff;
	-webkit-transition: 300ms 300ms;
	transition: 300ms 300ms;
}

[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-position: 0 -190px;
	-webkit-transition: 0s 300ms;
	transition: 0s 300ms;
}

/* お問い合わせ専用 チェックボックスつきテキスト */
[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;
}

[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;
}

[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;
}

[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 {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	min-width: 180px;
	min-height: 50px;
	padding: 6px 20px;
	font-size: 16px;
	line-height: 1.375;
	letter-spacing: 2px;
	color: #5bc2dc;
	text-align: center;
	background: #ffffff;
	border: 1px solid rgba(91, 194, 220, 0.5);
	transition: 300ms;
	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: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 1px;
	right: 0px;
	top: 50%;
	background: rgba(91, 194, 220, 0.5);
	transition: 300ms;
}

[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: 15px;
	height: 15px;
	background: url(../../../../../../resources/sw_img/parts.png) no-repeat;
	background-position: 0 -170px;
	margin: 0 5px;
}

[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 {
}

[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) h2 a:hover ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 a:hover ,
[role="main"] .download-teaser:not(.no-img):not(.highlight) h2 a:hover {
	color: #ffffff;
	background: #5bc2dc;
	-webkit-transition: 300ms 300ms;
	transition: 300ms 300ms;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 a:hover:before ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 a:hover:before ,
[role="main"] .download-teaser:not(.no-img):not(.highlight) h2 a:hover:before {
	background-color: #ffffff;
	-webkit-transition: 300ms 300ms;
	transition: 300ms 300ms;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:hover:after ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:hover:after {
	background-position: 0 -190px;
	-webkit-transition: 0s 300ms;
	transition: 0s 300ms;
}



/* ----- 内部・外部バナー（テキストのみ　ハイライト表示）　メインエリア用 ----- */
/* ----- ダウンロードバナー（テキストのみ　ハイライト表示）　メインエリア用 ----- */
[role="main"] .teaser.no-img.highlight ,
[role="main"] .external-teaser.no-img.highlight ,
[role="main"] .download-teaser.no-img.highlight {
}



/* ----- 内部・外部バナー（テキストと画像　ハイライト表示）　メインエリア用 ----- */
/* ----- ダウンロードバナー（テキストと画像　ハイライト表示）　メインエリア用 ----- */
[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: 21px;
	height: 25px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
}


/*------------------------------------- 
 リスト
-------------------------------------*/
/* 共通設定 決算短信・有報・最新決算・説明会資料（自動連携）、リンクリスト（手動） */

.link-list:not(.highlight) ul ,
.link-list.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;
	margin-bottom: 5px;
}

/* ダウンロード以外 */
.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) {
	padding-left: 20px;
}

/* リンクアイコン（ダウンロード以外） */
.link-list:not(.highlight) .internal-link-text:not(.highlight):before ,
.link-list:not(.highlight) .external-link-text:not(.highlight):before ,
.link-list.highlight .internal-link-text:not(.highlight):before ,
.link-list.highlight .external-link-text:not(.highlight):before ,
.link-list-url .internal-link-text:not(.highlight):before ,
.link-list-url .external-link-text:not(.highlight):before ,
.news-result dl dd.no-download:not(.highlight):before ,
.news-yuho dl dd.no-download:not(.highlight):before ,
.news-presentation dl dd.no-download:not(.highlight):before ,
.news-material dl dd.no-download:not(.highlight):before {
	content: ">";
	position: absolute;
	top: calc(10px + 1.8em / 2 - 1.8em / 2);
	left: 0px;
	display: inline-block;
	color: #56bad5;
}

/* リンクアイコンなし（リンクなし） */
.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: 15px;
	height: 15px;
	background: url(../../../../../../resources/sw_img/parts.png) no-repeat;
	background-position: 0 -170px;
	margin-left: 6px;
}


/* ハイライト表示のリンクは、直前のリンクに属する様に見えるスタイルにする。 */
/* (ハイライト表示されていないリンクは、他の決算短信・有報と同列に表示）  */
.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: 30px;
}

/* ハイライト表示のリンクのＬ字アイコン */
.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: 10px;
	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-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 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):after ,
.news-yuho dl dd .d_icon.pdf_front + a:not(.d_icon):after ,
.news-presentation dl dd .d_icon.pdf_front + a:not(.d_icon):after ,
.news-material dl dd .d_icon.pdf_front + a:not(.d_icon):after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 25px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") 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*="excel."]:first-child + a:not(.d_icon)[href*=".xls"]:after ,
.link-list-url .download-link-url img[src*="excel."]: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: 21px;
	height: 25px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/excel.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}


/*-- リンクリスト（ハイライト表示） --*/
.link-list.highlight {
}

.link-list.highlight h2 {
}

.link-list.highlight ul {
}

.link-list.highlight ul li[class] {
	display: inline-block;
	margin-right: 20px;
}

.link-list.highlight ul li[class] a {
}


/*------------------------------------- 
 表組・テーブル・財務ハイライト(表組)・配当金(表組)
-------------------------------------*/
/*-- table共通 --*/
.highlights-table ,
.highlights-alltable-2nd ,
.haitou-table-2nd ,
.vtable-item ,
.ircalendar-title ,
.ircalendar-item ,
.tbCore ,
.htCore ,
.iCell {
/*	font-size: 13px; */
}



/* セル */
/* 枠線とセル内余白を指定 */
/* ※枠線が必要ない場合、1px solid transparentで設定する */
.shwTable table.htCore tr td ,
th, td {
	color: inherit;
	padding: 0.5em 1em;
	border: 1px solid #a4ddeb;
}
/* 背景色を指定 */
.htCore tr td ,
th, td {
	background: #fff;
}

/* 空セルの高さ保障(padding上下 + line-height) */
.tbCore tr td {
	height: calc(0.5em * 2 + 1.6em);
}

/* 見出し */
/* 背景色と文字色を指定 */
.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: #eef9fb;
	font-weight: normal;
}

/* 見出し列 */
/* 背景色と文字色を指定 */
.form-summary table td:first-child ,
.highlights-table tr td:first-child ,
.highlights-alltable-2nd tr td:first-child ,
.haitou-table-2nd td.t1 ,
.haitou-table-2nd td.t2 ,
.haitou-table-2nd td.t12 ,
.shwTable table tr td.tableColumnHead ,
td.tbColumnHead ,
.vtable-item > table > tbody > tr > th {
	text-align: left;
	vertical-align: middle;
	background-color: #eef9fb;
}

/* 見出し行 */
/* 背景色と文字色を指定 */
.highlights-table tr.r0 th ,
.highlights-alltable-2nd tr.r0 th ,
.haitou-table-2nd th ,
.shwTable table tr td.tableRowHead ,
td.tbRowHead ,
.ircalendar-title > table > tbody > tr > th ,
thead th {
	text-align: center;
	vertical-align: top;
	background-color: #f4f4f4;
	background-color: #eef9fb;
}

/* 見出しセル中の太字 */
.vtable-item > table > tbody > tr > th strong ,
.ircalendar-title > table > tbody > tr > th strong {
	font-weight: bold;
}




/* -- デスクトップ用 -- */
@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: 5px 15px;
		border: 1px solid #7F9BDA;

		text-align: left;
		vertical-align: middle;
		background-color: #DCE5F4;
	}
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	/* お問い合わせを表組風に */
	/* 枠線とセル内余白（セル相当）、背景色と文字色(見出し列相当)を指定 */
	.form-wrapper .form-edit ,
	.form-wrapper .form-selection ,
	.form-wrapper .form-edit > label ,
	.form-wrapper .form-selection > label {
		color: inherit;
		padding: 10px 15px;
		border: 1px solid #7F9BDA;
	}

	/* 見出し部分、カウンターマージンを設定する */
	.form-wrapper .form-edit > label ,
	.form-wrapper .form-selection > label {
		border-top: none;
		border-left: none;
		border-right: none;
		margin: -10px -15px 10px;

		text-align: left;
		vertical-align: middle;
		background-color: #DCE5F4;
	}
}




/*-------------- テーブル縦 --------------*/
/* -- デフォルト比率  -- */
.vtable-item > table > tbody > tr > td {
	width: 25%;
}

.vtable-item > table > tbody > tr > th {
	width: 12.5%;
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	/* テーブル縦を、縦に並べるスタイル */
	/*
	.vtable-item > table ,
	.vtable-item > table > tbody ,
	.vtable-item > table > tbody > tr ,
	.vtable-item > table > tbody > tr > th ,
	.vtable-item > table > tbody > tr > td {
		display: block;
	}

	.vtable-item > table > tbody > tr > th ,
	.vtable-item > table > tbody > tr > td {
		width: auto !important;
	}

	.vtable-item > table > tbody > tr > th:after ,
	.vtable-item > table > tbody > tr > td:after {
		content: "";
		display: block;
		clear: both;
	}
	*/
}

/*-------------- テーブル横 --------------*/
/* -- デフォルト比率  -- */
.ircalendar-title > table > tbody > tr > th ,
.ircalendar-item > table > tbody >tr > td {
	width: 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: 320px !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: 20px;
}

.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: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

.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.6em;
	padding-left: 0px;
}

/*-- 画像 --*/
.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;
}

/* -- カテゴリアイコン -- */
.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: 0;
	left: 7.2em;
}

/* -- ファイルアイコン -- */
.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: 20px;
}

.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: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

.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.6em;
	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;
}

/* -- カテゴリアイコン -- */
.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: 0;
	left: 7.2em;
}

/* -- ファイルアイコン -- */
.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;
}

.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 {
	margin-bottom: 20px;
	font-size: 0;
}

p.yearTabs a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-bottom: 5px;
}

p.yearTabs a.active {
	font-weight: bold;
}

p.yearTabs a:hover ,
p.yearTabs a.active {
	background-color: #dddddd;
}


/* -- カテゴリタブ -- */
p.tabs{
	margin-bottom: 20px;
	font-size: 0;
}

p.tabs a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-bottom: 5px;
}

p.tabs a.active {
	font-weight: bold;
}

p.tabs a:hover ,
p.tabs a.active {
	background-color: #dddddd;
}

/* アクティブなカテゴリタブをアイコン色と同色にする */
/*
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: "その他";
}
*/


/*---- テキスト化newアイコン ----*/
/*
.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;
	color: #d20707;
}
*/


/* -- デスクトップ用 -- */
@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: 14.2em;
	}

	/*-- 中見出し(h2)の下にある場合 --*/
	.title2 ~ .news-latest-2nd .all ,
	.title2 ~ .news-latest-tabbed-2nd .all {
		position: absolute;
		top: -50px;
		right: 0;
		margin: 0;
		display: block;
	}

}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
}



/*-------------- rss --------------*/
.rss-content {
}
.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: -16px;
}

.rss-content a {
	display: block;
	width: 16px;
	height: 16px;
	background: url("../../../../../../.resources/feed.gif") no-repeat left top;
}

.rss-content a:hover {
	opacity: 0.7;
}
*/


/*------------------------------------- 
 マルチ２
-------------------------------------*/

/*----------- サムネイルなし -----------*/
.basic-list:not(.thumnail) ,
.basic-list-english:not(.thumnail) {
	margin-bottom: 20px;
}

.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: 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid #d9d9d9;
}

.basic-list:not(.thumnail) ul.tabItems li h3 ,
.basic-list-english:not(.thumnail) ul.tabItems li h3 {
	position: relative;
	display: block; 
	padding-top: 1.8em;
	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;
	font-weight: inherit;
}

/* -- リリースのテキスト -- */
.basic-list:not(.thumnail) ul.tabItems li .news_tx ,
.basic-list-english:not(.thumnail) ul.tabItems li .news_tx {
	color: #5bc2dc;
}

.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: #333;
	font-weight: bold;
}

/* -- カテゴリアイコン -- */
.basic-list:not(.thumnail) ul.tabItems li .c_icon ,
.basic-list-english:not(.thumnail) ul.tabItems li .c_icon {
	display: block;
	min-height: 1.8em;
	margin-top: calc(-1.8em + -2px);
	padding-left: 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: #e7191b;
	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: -18px;
}

/* PCでは１行に３つづつで、画像が上側、テキストは下側に配置 */
.basic-list.thumnail ul.tabItems li ,
.basic-list-english.thumnail ul.tabItems li {
	cursor: inherit;
	font-size: 14px;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;

	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3 - 18px);
	margin-right: 18px;
	margin-bottom: 30px;
}

.basic-list.thumnail ul.tabItems li .n_img ,
.basic-list-english.thumnail ul.tabItems li .n_img {
	width: 100%;
	margin-bottom: 10px;
}

/* 日付、カテゴリアイコンを非表示 */
.basic-list.thumnail ul.tabItems li .date ,
.basic-list-english.thumnail ul.tabItems li .date {
	display: none;
}

.basic-list.thumnail ul.tabItems li .c_icon ,
.basic-list-english.thumnail ul.tabItems li .c_icon {
	position: static;
	margin: 10px 0 0;
}

.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: #ff5445;
}

/* 非公開アイコンテキスト */
/* タイルの形が崩れない様に上に載せている */
.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;
}

/* ニューステキスト */
.basic-list.thumnail ul.tabItems li .news_tx ,
.basic-list-english.thumnail ul.tabItems li .news_tx {
	display: block;
}

/* 概要テキスト */
.basic-list.thumnail ul.tabItems li .det_tx ,
.basic-list-english.thumnail ul.tabItems li .det_tx {
	display: none;
}



/*----------- 情報パネル -----------*/
.basic-list .countTab ,
.basic-list-english .countTab ,
.basic-list .clearTab ,
.basic-list-english .clearTab {
/*	display: none; */
}

.basic-list .clearTab ,
.basic-list-english .clearTab {
	position: relative;
}

.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 {
	margin-bottom: 20px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #ddd;
}

.basic-list .tabs ,
.basic-list-english .tabs {
	margin-bottom: 40px;
}

.basic-list .tabs > ul > li[aria-hidden="false"] ,
.basic-list-english .tabs > ul > li[aria-hidden="false"] {
	display: block;
	margin-bottom: 10px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #ddd;
}

.basic-list .yearTabs span ,
.basic-list-english .yearTabs span ,
.basic-list .tabs span ,
.basic-list-english .tabs span {
	display: inline-block;
	margin-right: 10px;
	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;
	padding: 5px 20px;
	font-size: 14px;
	border: 1px solid #000;
}

.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 {
	background: #ddd;
}

.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 {
	background: #ddd;
}

/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.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;
	min-width: 150px;
	margin: 0px;
	padding: 5px 10px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	line-height: 13.2px;
	letter-spacing: 1px;
	background: #5bc2dc;

}

/* カテゴリ設定で設定した名称と、アイコン上の文字を変えたい場合は */
/* contentで上書きする。個別に背景色等を設定する場合も同様 */
/* ↓サンプル */
.basic-list .c_icon span.tekiji:before ,
.basic-list-english .c_icon span.tekiji:before {
/*	content: "適時開示"; */
/*	background: #e9452a; */
}

.basic-list .c_icon span.result:before ,
.basic-list-english .c_icon span.result:before {
/*	content: "決算"; */
/*	background: #2a3d81; */
}

.basic-list .c_icon span.gyouseki:before ,
.basic-list-english .c_icon span.gyouseki:before {
/*	content: "業績"; */
/*	background: #43a4a1; */
}

.basic-list .c_icon span.pr:before ,
.basic-list-english .c_icon span.pr:before {
/*	content: "PR"; */
/*	background: #f68100; */
}

.basic-list .c_icon span.ir:before ,
.basic-list-english .c_icon span.ir:before {
/*	content: "IR"; */
/*	background: #6f4abc; */
}

.basic-list .c_icon span.governance:before ,
.basic-list-english .c_icon span.governance:before {
/*	content: "ガバナンス"; */
/*	background: #43a46a; */
}

.basic-list .c_icon span.yuho:before ,
.basic-list-english .c_icon span.yuho:before {
/*	content: "有価証券報告書"; */
/*	background: #798dd4; */
}

.basic-list .c_icon span.meeting:before ,
.basic-list-english .c_icon span.meeting:before {
/*	content: "株主総会";
/*	background: #006fbe; */
}

.basic-list .c_icon span.none:before ,
.basic-list-english .c_icon span.none:before {
/*	content: "その他"; */
/*	background: #777; */
}


/* マルチ２一覧 カテゴリをフラット選択に */
.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;
}








/* -- デスクトップ用 -- */
@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 handheld, only screen and (max-width: 767px) {
	.basic-list.thumnail ul.tabItems li ,
	.basic-list-english.thumnail ul.tabItems li {
		width: calc(100% / 2 - 18px);
	}
}


/*------------------------------------- 
 メディア
-------------------------------------*/
/*------------- 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 handheld, 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 handheld, 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;
	}
}


/*-------------- 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 handheld, 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;
}

.sitemap-1st > ul > li  {
	margin-bottom: 20px;
}


/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	.sitemap-1st > ul > li  {
		display: inline-block;
		vertical-align: top;
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 20px;
	}
	.sitemap-1st > ul > li:nth-child(even) {
		margin-right: 0;
	}
}


/* -- 第１階層(ja)・第２階層 -- */
.sitemap-1st > h3 > a ,
.sitemap-1st > ul > li > a {
	line-height: inherit;

	display: block;
	padding: 8px 8px 6px 20px;
	color: inherit;
	font-size: 14px;
	font-weight: bold;
	border: #CCC 1px solid;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 8px center no-repeat;
	margin-bottom: 12px;
}

/* -- 第３階層 -- */
.sitemap-1st ul.siteLevel_2 > li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 4%;
}
.sitemap-1st ul.siteLevel_2 > li:nth-child(even) {
	margin-right: 0;
}

.sitemap-1st ul.siteLevel_2 > li > a {
	display: block;
	padding-left: 12px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 0.4em no-repeat;
	font-size: 14px;
	margin-left: 8px;
	margin-bottom: 5px;
}

/* -- 第４階層 -- */
.sitemap-1st ul.siteLevel_3 {
	margin-top: 10px;
}

.sitemap-1st ul.siteLevel_3 > li {
	margin-top: 10px;
}

.sitemap-1st ul.siteLevel_3 > li > a {
	display: block;
	padding-left: 12px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 0.4em no-repeat;
	font-size: 14px;
	margin-left: 8px;
	margin-bottom: 5px;
}

/* -- 第５階層以降は非表示 -- */
.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: 15px;
	height: 15px;
	background: url(../../../../../../resources/sw_img/parts.png) no-repeat;
	background-position: 0 -170px;
	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 handheld, only screen and (max-width: 767px) {

	/* Forms */
	.required {
		margin: 10px 5px;
	}
	.form-wrapper input ,
	.form-wrapper textarea {
		width: 100%;
		padding: 3px;
	}
	.form-wrapper textarea {
		border: 1px solid #aaa;
	}
	.form-wrapper input[type="checkbox"] ,
	.form-wrapper input[type="radio"] {
		width: auto;
	}
	.form-wrapper input[type="submit"] {
		width: auto;
		font-size: 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: 51px;
	height: 42px;
	background: url("../../../../../../resources/sw_img/up.png") no-repeat center top;
	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(1000px + (51px + 50px) *2);
	}

}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	#site-info .topcontrol ,
	#topcontrol {
		bottom: -50px;
	}

	#site-info .toTop ,
	#toTop {
		margin: 2em 20px 40px;
	}
}



/*------------------------------------- 
 ヘッダー・フッター・メニュー
-------------------------------------*/
/*------------------------- デスクトップ用 ---------------------------*/
@media print, screen and (min-width: 768px) {
	/*------------------ ヘッダー ------------------*/
	#header {
		height: 80px;
	}


	#site-info .area-header > div {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		min-width: calc(1000px + 40px);
		height: 80px;
		background: #fff;
		z-index: 10001;
	}
	#header.pad ~ #site-info .area-header > div {
		position: fixed;
	}

	/* ヘッダーパネル(グロナビ・メガドロップを除く) */
	#site-info .area-header-panel {
		width: 100%;
		min-width: calc(1000px + 40px);
		padding-top: 4px;
	}

	#site-info .area-header-panel > div {
		position: relative;
		width: calc(1000px + 40px);
		height: 80px;
		overflow: hidden;
	}



	/* ロゴ */
	#site-info .area-header .area-logo {
		position: absolute;
		top: 5px;
		left: 5px;
	}

	#site-info .area-header .area-logo a {
		width: 270px;
		height: 30px;
		padding: 5px;
	}


	/* 検索 */
	#site-info .area-header .area-search-box {
		position: absolute;
		top: 5px;
		right: 25px;
	}

	#site-info .area-header .area-search-box .text-section.highlight {
		width: 18px;
		height: 20px;
		padding: 3px;
		cursor: pointer;
	}


	/* その他 */
	#site-info .area-header .area-header-sub-panel {
		position: absolute;
		top: 5px;
		right: 25px;
	}

	#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;
		padding-left: 15px;
		margin-left: 15px;
	}

	#site-info .area-header .area-lang-navi .link-list li:before ,
	#site-info .area-header .area-header-link .link-list li:before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -3px;
		display: inline-block;
		border: 3px solid transparent;
		border-left: 6px solid #999;
	}

	#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: #666;
		font-size: 14px;
	}


	/* グロナビ */
	#site-info .area-gnavi {
		font-size: 0;
		min-width: calc(1000px + 40px);
		width: 100%;
		margin-top: -40px;
	}

	#site-info .area-gnavi > div {
		display: table;
		width: calc(1000px + 40px);
		table-layout: auto;
		border-collapse: collapse;
	}

	#site-info .area-gnavi > div > div {
		display: table-row;
	}

	#site-info .area-gnavi > div > div > div {
		display: table-cell;
	/*	width: 10%; */
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
	}

	#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:before ,
	#site-info .area-gnavi >* >* >* >* > .teaser.no-img:after ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img:before ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img:after {
		content: "";
		position: absolute;
		top: 8px;
		left: -1px;
		display: block;
		width: 1px;
		height: calc(100% - 16px);
		background: #ccc;
	}

	#site-info .area-gnavi >* >* >* >* > .teaser.no-img:after ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img:after {
		left: auto;
		right: -1px;
	}

	#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: 18px;
		color: #333;
		font-weight: bold;
		line-height: 1.25;
		text-decoration: none;
	}

	#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: 15px;
		height: 15px;
		background: url(../../../../../../resources/sw_img/parts.png) no-repeat;
		background-position: 0 -170px;
	}

	#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: #fff;
		background: #2345a4;
	}

	#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: #fff;
		background: #2345a4;
	}

	#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: 1000px;
		padding: 0;
		color: #fff;

/* マウスオーバーで下に伸長 */
		max-height: 0;

/* マウスオーバーで全体が非透過化 */
/*		opacity: 0; */
/*		visibility: hidden; */

		z-index: 10;
		-webkit-transition: 0.5s 0.1s;
		-o-transition: 0.5s 0.1s;
		transition: 0.5s 0.1s;
	}

	#site-info .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;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 0;
		background: #2345a4;
		-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 {
		margin: auto;
		width: 1000px;
		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: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 20px;
		width: 220px;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight):before ,
	#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):before ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight):after {
		content: "";
		position: absolute;
		top: 0;
		left: -1px;
		display: block;
		width: 1px;
		height: 100%;
		background: #fff;
	}

	#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: 16px;
		color: #fff;
		border-bottom: 1px solid transparent;
		text-decoration: none;
		padding-left: 20px;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 a:before ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 a:before {
		content: "";
		position: absolute;
		left: 0;
		top: 1em;
		margin-top: -8px;
		display: inline-block;
		border: 4px solid transparent;
		border-left: 8px solid #fff;
	}

	#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: 15px;
		background: url(../../../../../../resources/sw_img/parts.png) no-repeat;
		background-position: 0 -170px;
		margin-left: 5px;
	}


	#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) h2 a:hover ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 a:hover {
		border-bottom-color: #fff;
	}


	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st {
		font-size: 0;
	}

	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st ul {
		position: relative;
		float: left;
		display: inline-block;
		min-width: 180px;
		padding: 0 20px;
	}

	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st ul:empty {
		display: none;
	}

	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st ul:before ,
	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st ul:after {
		content: "";
		position: absolute;
		top: 0;
		left: -1px;
		display: block;
		width: 1px;
		height: 100%;
		background: #fff;
	}

	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st ul:after {
		left: auto;
		right: 0;
	}

	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st ul.siteLevel_0:before {
		background: none;
	}

	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st li {
	}

	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st a {
		position: relative;
		display: inline-block;
		padding-left: 20px;
		color: #fff;
		font-size: 16px;
		font-weight: normal;
		border-bottom: 1px solid transparent;
		margin-bottom: 15px;
		margin-right: 20px;
	}

	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st a:before {
		content: "";
		position: absolute;
		top: 1em;
		left: 0;
		margin-top: -8px;
		display: inline-block;
		border: 4px solid transparent;
		border-left: 8px solid #fff;
	}

	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st a[target="_blank"]:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 15px;
		height: 15px;
		background: url(../../../../../../resources/sw_img/parts.png) no-repeat;
		background-position: 0 -170px;
		margin-left: 5px;
	}


	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st a:hover {
		border-color: #fff;
	}

	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st ul.siteLevel_2 {
		display: none;
	}




	/*------------------ フッター ------------------*/
	#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 {
		min-width: calc(1000px + 40px);
	}

	#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(1000px + 40px);
	}

	#site-info .area-footer .area-footer-frame1 {
		background: #eeee;
	}



	/* フッターサイトマップ */
	#site-info .area-footer-sitemap {
		padding: 80px 0;
		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%;
	}

	#site-info .area-footer-sitemap .sitemap-1st {
		margin-right: 30px;
	}

	#site-info .area-footer-sitemap .link-list 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: 15px;
		height: 15px;
		background: url(../../../../../../resources/sw_img/parts.png) no-repeat;
		background-position: 0 -170px;
		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 .sitemap-1st > h3 {
		border-bottom: 1px solid #d1dad9;
		margin-bottom: 20px;
	}

	#site-info .area-footer-sitemap .sitemap-1st > h3 a {
		font-size: 16px;
		margin-bottom: 20px;
	}



	/* フッターリンク集 */
	#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: 15px;
		background: url(../../../../../../resources/sw_img/parts.png) no-repeat;
		background-position: 0 -170px;
		margin-left: 5px;
	}


	/* コピーライト */
	#site-info .area-footer-copyright {
		padding: 40px 0;
		background: #00655b;
		font-size: 12px;
		color: #fff;
		text-align: center;
	}

}


/*--------------------------- スマホ用 -----------------------------*/
@media handheld, 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: #0097e0;

		-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: #0097e0;

		-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: #0097e0;
		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: 70px;
	}

	#site-info .area-header {
	}

	/* ヘッダーパネル */
	#site-info .area-header .area-header-panel {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 70px;
		background: #fff;
		border-top: 5px solid #21a9ed;
		border-bottom: 1px solid #eee;
		z-index: 10010;
	}

	/* ロゴ */
	#site-info .area-header .area-logo > div {
		position: absolute;
		top: 5px;
		left: 5px;
	}

	#site-info .area-header .area-logo a {
		width: 270px;
		height: 60px;
		padding: 10px;
	}

	/* 検索 */
	#site-info .area-header .area-search-box {
		position: absolute;
		top: 5px;
		right: 65px;
	}

	#site-info .area-header .area-search-box .text-section.highlight {
		width: 24px;
		height: 26px;
		padding: 3px;
		cursor: pointer;
	}

	#site-info .area-header .area-search-box .text-section.highlight img {
		width: 100%;
	}

	/* メニュー */
	/* 70pxはヘッダーの高さ分 */
	#site-info .area-menu {
		font-size: 0;
		position: fixed;
		top: 70px;
		left: 0;
		width: 100vw;
		height: calc(100% - 70px);
		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%;
		border-top: 1px solid #ddd;
		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: "";
		display: inline-block;
		width: 15px;
		height: 15px;
		background: url(../../../../../../resources/sw_img/parts.png) no-repeat;
		background-position: 0 -170px;
		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;
	}

	#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%;
		margin-top: -5px;
		width: 9px;
		height: 9px;
		border-top: 2px solid #000;
		border-left: 2px solid #000;
		-webkit-transform: rotate(135deg);
		    -ms-transform: rotate(135deg);
		        transform: rotate(135deg);
	}

	/* 現在地表示 */
	#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%;
		margin-top: -5px;
		display: block;
		width: 9px;
		height: 9px;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}

	/* ↓階層フォルダへ */
	#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%;
		margin-top: -5px;
		display: block;
		width: 9px;
		height: 9px;
		border-top: 2px solid #00665a;
		border-left: 2px solid #00665a;
		-webkit-transform: rotate(135deg);
		    -ms-transform: rotate(135deg);
		        transform: rotate(135deg);
	}

	/* フォルダトップ */
	#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%;
		margin-top: -5px;
		display: block;
		width: 9px;
		height: 9px;
		border-top: 2px solid #00665a;
		border-left: 2px solid #00665a;
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}


	/* ヘッダーリンク集 */
	#site-info .area-utility-link {
		padding: 15px 0;
	}

	#site-info .area-utility-link .link-list ul {
		padding: 10px 0;
		text-align: center;
	}

	#site-info .area-utility-link .link-list ul li {
		display: inline-block;
		margin: 0 20px;
	}

	#site-info .area-utility-link .link-list ul li a {
		font-size: 12px;
		font-weight: bold;
	}

	#site-info .area-utility-link .link-list ul li a[target="_blank"]:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 15px;
		height: 15px;
		background: url(../../../../../../resources/sw_img/parts.png) no-repeat;
		background-position: 0 -170px;
		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-sitemap {
	}

	#site-info .area-footer-sitemap >* {
	}
	#site-info .area-footer-sitemap >* >* {
		border-right: 1px solid #d1dad9;
		border-bottom: 1px solid #d1dad9;
	}
	#site-info .area-footer-sitemap >* >* >* {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		height: 55px;
		border-top: 1px solid #d1dad9;
		border-left: 1px solid #d1dad9;
	}

	#site-info .area-footer-sitemap >* >* >* >* {
	}

	#site-info .area-footer-sitemap .link-list ,
	#site-info .area-footer-sitemap .sitemap-1st {
	}

	#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: 15px;
		height: 15px;
		background: url(../../../../../../resources/sw_img/parts.png) no-repeat;
		background-position: 0 -170px;
		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 .sitemap-1st > h3 {
		display: table;
		width: 100%;
		height: 55px;
	}

	#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: 15px;
		background: url(../../../../../../resources/sw_img/parts.png) no-repeat;
		background-position: 0 -170px;
		margin-left: 5px;
	}


	/* コピーライト */
	#site-info .area-footer-copyright {
		padding: 25px 0;
		background: #00655b;
		font-size: 12px;
		color: #fff;
		text-align: center;
	}


}



/*------------------ プラグイン・サイト内共通 特殊設定 ------------------*/

/*==== ページ遷移時フェイドイン設定 ====*/
/*
body.ready {
	opacity: 1;
	transition: 0.5s 0.5s;
}

body:not(.ready) {
	opacity: 0;
	transition: 0.5s 0.5s;
}

body.inframe {
	opacity: 1 !important;
	transition: 0s !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: 25%;
	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: 40%;
	left: 50%;
	transform: translate(-50%, 0);
	display: block;
	width: 300px;
}

#dialog_search .search_inputbox input[type="text"] {
	width: calc(100% - 32px);
}

#dialog_search .search_inputbox input[type="image"] {
	vertical-align: top;
}



/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {


	/*==== カルーセル：スライドMV（ベストエフォート型） ====*/
	/* スライドエリアと画像サイズに合わせて、各設定値を変更する事 */
	/* 下の例: */
	/* 最小スライドエリアwidth: 1040px */
	/* 画像height＝最小スライドエリアheight: 450px */
	/* 画像width: 1920px */
	[data-page-marker~="with-slider"] #mv ,
	#area-slider {
		position: relative;
		display: block;
		width: 100%;
		min-width: calc(1000px + 40px);
		height: auto;
		min-height: 450px;
		margin-bottom: 45px;
	}

	[data-page-marker~="with-slider"] #mv:before ,
	#area-slider:before {
		content: "";
		display: block;
		padding-top: calc(100% / 1920 * 450);
	}

	#area-slider  {
		position: absolute;
		top: 80px;
		left: 0;
	}

	#area-slider > div {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
	}

	#area-slider .slick-slide {
		min-height: 450px;
	}

	#area-slider .slick-slide:before {
		content: "";
		display: block;
		padding-top: calc(100% / 1920 * 450);
	}

	#area-slider .slick-slide > div {
		position: absolute;
		top: 50%;
		left: 50%;
		width: calc(1000px + 40px);
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}

	#area-slider .slick-slide > .column1 {
		width: 100%;
		min-width: 1920px;
	}

	#area-slider .slick-slide > .column1 img {
		width: 100%;
	}

	#area-slider .slick-dots {
		bottom: auto;
		top: 100%;
		display: block;
		width: 100%;
		height: 45px;
		padding: 9px 0;
		background: #fff;
	}

	#area-slider .slick-dots li button {
		border-radius: 50%;
		background: rgba(0, 162, 88, 0.3);
		width: 8px;
		height: 8px;
	}

	#area-slider .slick-dots li.slick-active button {
		background: #00a258;
	}



	/*==== メインビジュアル：MV（高さ固定型） ====*/
	[data-page-marker~="with-mv"] #page-intro > h1 {
		color: #fff;
		position: absolute;
		top: 210px;
		left: 50%;
		margin-left: -500px;
		width: 1000px;
		height: auto;
		z-index: 1;
	}

	[data-page-marker~="with-mv"] #mv ,
	#promos3 .area-mv {
		display: block;
		width: 100%;
		min-width: calc(1000px + 40px);
		height: 280px;
		position: relative;
		margin-bottom: 40px;
	}

	#promos3 .area-mv  {
		position: absolute;
		top: 120px;
		left: 0;
		overflow: hidden;
	}

	#promos3 .area-mv > .column1 {
		margin: auto;
		height: auto;

		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		min-width: 1400px;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}

	#promos3 .area-mv img {
		width: 100%;
	}

}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {

	/*==== カルーセル：スライドMV（ベストエフォート型） ====*/
	/* スライドエリアと画像サイズに合わせて、各設定値を変更する事 */
	/* 下の例: */
	/* スライドエリアwidth: 100%(画面いっぱい) */
	/* PC時のスライドエリアwidth: 1040px */
	/* 画像height: 450px */
	/* 画像width: 1920px */
	[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% / 1040 * 450);
	}

	#area-slider  {
		position: absolute;
		top: 70px;
		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% / 1040 * 450);
	}

	#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 {
		width: calc(100% * 1920 / 1040);
	}

	#area-slider .slick-slide > .column1 img {
		width: 100%;
	}

	#area-slider .slick-dots {
		bottom: auto;
		top: 100%;
		display: block;
		width: 100%;
		height: 45px;
		padding: 9px 0;
		background: #fff;
	}

	#area-slider .slick-dots li button {
		border-radius: 50%;
		background: rgba(0, 162, 88, 0.3);
		width: 8px;
		height: 8px;
	}

	#area-slider .slick-dots li.slick-active button {
		background: #00a258;
	}



	/*==== メインビジュアル：MV（縦横比固定型） ====*/
	[data-page-marker~="with-mv"] #page-intro > h1 {
		color: #fff;
		position: absolute;
		top: 110px;
		left: 0px;
		width: 100%;
		height: auto;
		z-index: 1;
	}

	[data-page-marker~="with-mv"] #mv ,
	#promos3 .area-mv {
		position: relative;
		display: block;
		width: 100%;
		height: calc(100vw / 1040 * 280 * 1.5);
		margin-bottom: 40px;
	}

	#promos3 .area-mv  {
		position: absolute;
		top: 70px;
		left: 0;
		overflow: hidden;
	}

	#promos3 .area-mv > .column1 {
		margin: auto;
		height: auto;

		position: absolute;
		top: 50%;
		left: 50%;
		width: calc( 100% / 1920 * 1040 * 1.5 );
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}

	#promos3 .area-mv img {
		width: 100%;
	}
}



/*==== マルチ２一覧スライド ====*/
/* 設定resetしない */
#area-smulti-slider .slick-dots {
	display: none !important;
}

#area-smulti-slider .slick-prev ,
#area-smulti-slider .slick-next {
	margin: 0;

	top: 255px;
	width: 40px;
	height: 40px;
	z-index: 1;

	opacity: 0.5;
}

#area-smulti-slider .slick-prev {
	left: -110px;
}
#area-smulti-slider .slick-next {
	left: -70px;
}

#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;
}







/*------------------ 全ページ共通 特殊設定 ------------------*/
/*==== 背景黒 ====*/
/* 素材ページ等で白いロゴを見える様にする */
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;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li[class]:before {
	content: none;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a {
	position: relative;
	overflow: visible;
	display: block;
	padding: 10px 0 2px;
	text-align: center;
	color: #00a258;
	text-decoration: none;
	border-bottom: 5px solid #dbdcdc;
}

.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: 15px solid transparent;
	border-top: 15px solid #dbdcdc;
	margin-left: -15px;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li.act a ,
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a:hover {
	color: #333;
	border-bottom-color: #00a258;

}

.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: #00a258;
}

.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;
}



/*==== 青い囲み枠 ====*/
#sharewithmain .layout_borderbox_blue01 {
	display: block;
	padding: 20px 40px 20px;
	border: solid 30px #e8f3f6;
	margin-bottom: 40px;
}


/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .layout_borderbox_blue01 {
		display: block;
		padding: 10px 20px 10px;
		border: solid 20px #e8f3f6;
		margin-bottom: 40px;
	}
}



/*------------------ 個別ページ 特殊設定 ------------------*/




/*==== HOME ====*/




/*==== NEWS ====*/

/*==== IR TOP ====*/


/*-- 最新決算資料 --*/
body#latest_result {
	background: #e8f3f6;
}


#sharewithmain .layout_latest_result {
}

.layout_latest_result .reuse-main-area > *:not(.mgnlEditor) {
	display: none;
}

.layout_latest_result .reuse-main-area > .multiColumn1:first-child ,
.layout_latest_result .reuse-main-area > .mgnlEditor + .multiColumn1 {
	display: block;
}


.layout_latest_result .title2 h2 {
	padding: 0;
	margin: 0;
	text-align: left;
	letter-spacing: 0;

	font-size: inherit;
	font-weight: inherit;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c3e0e6;
	margin-bottom: 10px;
}

.layout_latest_result .title2 h2:after {
	content: none;
}

.layout_latest_result .title2 + .text-section {
	display: none;
}

.layout_latest_result .link-list:last-child ul {
	margin-bottom: 0;
}

.layout_latest_result .link-list ul li[class] {
	padding-top: 5px;
}

.layout_latest_result .link-list ul li[class] a {
	color: inherit;
}


/*-- 今後の予定 --*/
body#schedule {
	background: #5bc2dc;
	color: #fff;
}

body#schedule .text-section ,
body#schedule .text-section img ,
body#schedule .teaser ,
body#schedule .teaser img ,
body#schedule .external-teaser ,
body#schedule .external-teaser img {
	margin-bottom: 0;
}

body#schedule .text-section .text {
	text-shadow: none;
}

body#schedule .text-section {
	font-size: 1.3rem;
}


/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	body#schedule .text-section {
/*		min-height: 27.5vw;	*/
	}

	body#schedule .text-section img.pos-4 {
/*		display: none; */
	}
}


/*-- 今後の予定 2021-10 --*/
body#schedule2 {
	background: #5bc2dc;
	color: #fff;
}

body#schedule2 .text-section ,
body#schedule2 .text-section img ,
body#schedule2 .teaser ,
body#schedule2 .teaser img ,
body#schedule2 .external-teaser ,
body#schedule2 .external-teaser img {
	margin-bottom: 0;
}

body#schedule2 .text-section .text {
	text-shadow: none;
}

body#schedule2 .text-section {
	font-size: 14px;
}

body#schedule2 .text-section u {
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid currentColor;
	margin-bottom: 5px;
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	body#schedule2 .text-section {
/*		min-height: 27.5vw;	*/
	}

	body#schedule2 .text-section img.pos-4 {
/*		display: none; */
	}
}



/*==== 会社情報 TOP ====*/


/*==== IR TOP ====*/
.lx_latest_list01 {
}

.lx_latest_list01 .link-list:not(.highlight) ul li[class] {
	display: inline-block;
	padding-top: 5px;
	padding-left: 15px;
	margin-right: 15px;
	font-size: 14px;
}

.lx_latest_list01 .link-list:not(.highlight) ul li[class]::before {
	content: "";
	position: absolute;
	top: calc(5px + 1.8em / 2 - 10px / 2);
	left: 0px;
	display: inline-block;
	width: 7px;
	height: 11px;
	background: url(../../../../../../resources/sw_img/icon_arr02.svg) no-repeat center center;
}

.lx_latest_list01 .link-list:not(.highlight) ul li[class] > a ,
.lx_latest_list01 .link-list:not(.highlight) ul li[class] > span {
	color: inherit;
}

.lx_latest_list01 .link-list:not(.highlight) ul li[class] .filesize {
	font-size: 12px;
}

.lx_latest_list01 .link-list .download-link-text a.d_icon + a:not(.d_icon)[href$=".pdf"]:after {
	content: none;
}


/*==== IR > コーポレートガバナンス ====*/
.lx_ex_anchor01 .anchor-link {
	width: 100%;
/*	display: block;
*/
	display: table;
	height: 40px;

}

.lx_ex_anchor01 .anchor-link a {
	display: table-cell;
	vertical-align: middle;
/*
	display: flex;
	align-items: center;
	min-height: 40px;
*/
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-height: 40px;
	padding: 2px 24px;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	background: #5bc2dc;
	transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
	border-radius: 5px;
}

.lx_ex_anchor01 .anchor-link a::before {
	content: none;
}

.anchor-link + .anchor-link {
	margin-left: 0px;
	padding-left: 0px;
}

.in-editor .lx_ex_anchor01 .anchor-link ,
.in-editor .lx_ex_anchor01 .anchor-link a {
	display: block;
}

@media handheld, only screen and (max-width: 767px) {
	.lx_ex_anchor01 .anchor-link a {
		padding-left: 7px;
		padding-right: 7px;
		font-size: 12px;
	}
}




/*==== IR > IRカレンダー ====*/
.xcalendar .shwTable .tbCore tr td:nth-child(1) {
	font-size: 25px;
}

.xcalendar .shwTable .tbCore tr:nth-child(even) td:nth-child(1) {
	background: #B8E3F0;
}

.xcalendar .shwTable .tbCore tr:nth-child(odd) td:nth-child(1) {
	background: #5BC2DC;
}

.xcalendar .shwTable .tbCore tr td:nth-child(2) ,
.xcalendar .shwTable .tbCore tr td:nth-child(3) {
	font-size: 13px;
	white-space: normal;
}

@media handheld, only screen and (max-width: 767px) {
	.xcalendar .shwTable .tbCore tr {
		margin: 65px 0;
	}

	.xcalendar .shwTable .tbCore tr td:nth-child(1) {
		font-size: 22px;
	}
}




/*-- iframe --*/
body.special {
	overflow: hidden;
}

body.special [role=main] > * > .column1 ,
body.special [role=main] > * > .column2 ,
body.special [role=main] > * > .column3 {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}



/* -- 印刷用 -- */
@media print {
	/* 印刷時、ヘッダー固定、フッター非表示 */
	#site-info .area-header > div {
		position: absolute !important;
	}

	#site-info .area-footer {
		display: none;
	}

}

