@charset "utf-8";
/*------------------ based on 18/11/05 */
/* > 1%, last 4 versions, Firefox ESR */
/*------------------------------------ */

/* --------------------------------------
 基本設定
-------------------------------------- */
/* 游ゴシック/游明朝 を使わない */
/*
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;
}
*/


/* font-sizeは14pxが規準です */
body {
	color: #616161;
}

a:link ,
a:visited {
	color: #00a258;
	text-decoration: none;
}

a:hover ,
a:active {
	color: #80d1ac;
	text-decoration: underline;
}

/*------------------------------------- 
 グリットレイアウト
-------------------------------------*/
#html1 {
}

/*-- コンテンツエリア --*/
#wrapper-2 {
}

#nav {
}

#wrapper-3 {
	padding: 8px 5px;
}

#sharewithmain {
}


/*-- コンテンツ下エリア --*/
#promos3 {
}


/*-- サイドナビエリア --*/
#promos1 {
}

#nav-box {
}

#promos2 {
}


/* サイドナビ表示なし */
.col-subcol #wrapper-3 {
}

.col-subcol #nav {
	display: block;
}


/* 3・4カラムを100%に */
.multiColumn3 > .column1 ,
.multiColumn3 > .column2 ,
.multiColumn3 > .column3 ,
.multiColumn4 > .column1 ,
.multiColumn4 > .column2 ,
.multiColumn4 > .column3 ,
.multiColumn4 > .column4 {
	width: 98%;
	width: calc(100% - 10px);
}

/* インデックスモード */
body[id=index] [role="main"] > .multiColumn3 ,
body[id=index] [role="main"] > .multiColumn4 {
	width: calc(100% - 10px)
}


/*------------------------------------- 
 フッターエリア
-------------------------------------*/
/*-- セクションフッター --*/
#section-site-info {
}

#section-site-info-box {
}

/*-- フッター --*/
#site-info {
	background: #168749;
}

#site-info-box {
}

p#copyright {
	font-size: 10px;
}



/*------------------------------------- 
 ヘッダエリア
-------------------------------------*/
/*-- 画像とテキストの場合のみ --*/
#branding ,
#logo ,
#nav-meta {
	display: none;
}

/*-- 更新日表示 --*/
#pub-date {
	margin: auto;
}

#pub-date p {
	text-align: right;
}

/*-- セクションヘッダー（総合トップ・スペシャル以外） --*/
#section-header {
	background: #555;
	border: 1px solid #333;
	color: #fff;
}

#section-header h5 {
}

#section-header p {
}


/*------------------------------------- 
 ぱんくず
-------------------------------------*/
/* 4箇所ある枠の内1か所に入力 */
.bread-crumb {
	margin: auto;
	padding: 5px 5px;
	font-size: 1.1rem;
}

.bread-crumb ol {
	margin: auto;
}

.bread-crumb ol:after ,
.bread-crumb:after {
	content: "";
	display: block;
	clear: both;
}

.bread-crumb a {
/*	color: inherit; */
}

.bread-crumb strong {
	font-weight: 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: "TOP";
	font-size: 1.1rem;
}



/* -----------------------------
 グローバルナビ
--------------------------------- */
/*-- ページプロパティから設定可 --*/
/* -- トグル初期非表示 -- */ 
#nav-global {
	display: none;
}


/*------------------------------------- 
 サイドナビ
-------------------------------------*/
/*-- ページプロパティから設定可 --*/

/* ナビ上に無い独立したページ or 第１・２階層トップ */
#nav-box.stray ,
#nav-box[data-current-level="1"] ,
#nav-box[data-current-level="2"] {
	display: none;
}

#nav-box input ,
#nav-box label {
	display: none;
}

#nav-box h6 {
	display: none;
}

#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 > h5 > strong,
#nav-box ul.navLevel_1 > li > h5 > a,
#nav-box ul.navLevel_1 > li > strong,
#nav-box ul.navLevel_1 > li > a {
	display: block;
	padding: 12px 12px;
	background: #168749;
	color: #fff; 
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#nav-box ul.navLevel_1 > li > h5 > strong ,
#nav-box ul.navLevel_1 > li > h5 > a:hover ,
#nav-box ul.navLevel_1 > li > strong ,
#nav-box ul.navLevel_1 > li > a:hover {
}

#nav-box ul.navLevel_1 > li > h5 > 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 > h5  > strong,
#nav-box ul.navLevel_2 > li > h5  > a ,
#nav-box ul.navLevel_2 > li > strong,
#nav-box ul.navLevel_2 > li > a {
	position: relative;
	display: block;
	padding: 12px 40px 12px 20px;
	color: #000;
	font-size: 1.5rem;
	font-weight: bold;
	background: #f3f3f3;
	border-bottom: 1px solid #c8c8c8;
}

#nav-box ul.navLevel_2 > li > h5  > strong:before ,
#nav-box ul.navLevel_2 > li > h5  > a:before ,
#nav-box ul.navLevel_2 > li > strong:before ,
#nav-box ul.navLevel_2 > li > a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -5px;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #00a258;
	border-right: solid 2px #00a258;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

#nav-box ul.navLevel_2 > li > h5 > strong ,
#nav-box ul.navLevel_2 > li > h5 > a:hover ,
#nav-box ul.navLevel_2 > li > strong ,
#nav-box ul.navLevel_2 > li > a:hover {
	color: #00a258;
}


/*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 > h5 > strong ,
#nav-box ul.navLevel_3 > li > h5 > a ,
#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 #fff;
}

#nav-box ul.navLevel_3 > li > h5  > strong:before ,
#nav-box ul.navLevel_3 > li > h5  > a:before ,
#nav-box ul.navLevel_3 > li > strong:before ,
#nav-box ul.navLevel_3 > li > a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -5px;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #00a258;
	border-right: solid 2px #00a258;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

#nav-box ul.navLevel_3 > li > h5 > strong ,
#nav-box ul.navLevel_3 > li > h5 > a:hover ,
#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 > h5 > strong ,
#nav-box ul.navLevel_4 > li > h5 > a ,
#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 > h5 > strong:before ,
#nav-box ul.navLevel_4 > li > h5 > a:before ,
#nav-box ul.navLevel_4 > li > strong:before ,
#nav-box ul.navLevel_4 > li > a:before {
	content: "・";
	margin-left: 0.5em;
}

#nav-box ul.navLevel_4 > li > h5 > strong ,
#nav-box ul.navLevel_4 > li > h5 > a:hover ,
#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 a ,
.highlight-quoted-text a ,
.text-section a ,
.faq-item a ,
.vtable-item a ,
.ircalendar-title a ,
.ircalendar-item a {
	font-weight: bold;
}

/*------- 別窓アイコン ----------*/
.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: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 10px;
	height: 10px;
	vertical-align: baseline;
	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: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 56px;
	height: 22px;
	vertical-align: middle;
	margin: 0 5px;
}


/*------------------------------------- 
 見出し
-------------------------------------*/
/*-- ページ概要エリア --*/
#page-intro {
	margin: 0 10px 20px;
}

/* -- ページタイトルをテキストで表示 -- */
#page-intro > h1 {
	color: #00a258;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.2;
	padding: 15px 0px;
}

/* -- ページタイトルを画像で表示 -- */
#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;
}

/*-------------- 中見出し(共通) ------------*/
.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:not(.highlight) h2 {
	padding-bottom: 4px;
	padding-top: 5px;
	color: #00a258;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.2;

	margin-bottom: 20px;
}

/*-------------- 小見出し --------------*/
/* -- 見出しh2レベル -- */
.title2.highlight h2 {

}

.title2:last-child h2 {
	margin-bottom: 10px;
}

/* -- 見出しh3レベル -- */
.title3:not(.highlight) h3 {
	position: relative;
	color: #555;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	border-bottom: 2px solid #f4f4f4;
	padding: 10px 0px;

	margin-bottom: 20px;
}

.title3:not(.highlight) h3:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	display: block;
	width: 40px;
	height: 2px;
	background: #00a258;
}

.title3.highlight h3 {
	position: relative;
	padding: 12px 15px;
	text-align: center;
	font-size: 1.7rem;
	color: #00a258;
	font-weight: bold;
	border: 2px solid #00a258;
	text-decoration: none;

	margin-bottom: 20px;
}

/* -- 見出しh4レベル -- */
.title4:not(.highlight) h4 {
	padding-top: 1px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 8px;
	border-left: 3px solid #00a258;;
	margin-bottom: 8px;
}

.title4.highlight h4 {

}


/*------------------------------------- 
 テキスト・画像
-------------------------------------*/
/*-------------- 緊急お知らせエリア --------------*/
/* 総合トップ・サイトトップのみ、コンテンツエリア外に１つのみ */
.quoted-text {
	margin: 5px 8px;
}

.quoted-text blockquote {
	background: none;
	padding: 10px;
	border: #F00 2px solid;
}

/*-------------- 囲み線ありテキスト --------------*/
.highlight-quoted-text {
	border: #d3d3d3 1px solid;
	background-color: #F3f3f3;
	padding: 10px;
	margin-bottom: 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: 1.2rem;
	font-style: italic;
}

/*-------------- テキストと画像 --------------*/
.text-section {
	margin-bottom: 20px;
}

/*-------------- FAQ --------------*/
.faq-list {
}

.faq-list > ul {
	margin-bottom: 20px;
}

.faq-list > ul > li {
	clear: both;
	margin-bottom: -1px;
	min-height: 76px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.faq-list h3 {
	position: relative;
	padding-left: 90px;
	padding-top: 27px;
	margin-bottom: 27px;
	color: #00a258;
	font-weight: bold;
}
.faq-list h3:before {
	content: "Q";
	position: absolute;
	top: 20px;
	left: 30px;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	display: block;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	vertical-align: middle;

	font-size: 1.4rem;
	font-weight: bold;
	color: #00a258;
	background-color: #fff;
	border: 2px solid #00a258;
	border-radius: 5px;
}

.faq-list h3 a {
}

.faq-item {
	position: relative;
	padding-left: 90px;
	min-height: 35px;
	padding-top: 27px;
	margin-bottom: 27px;
	border-top: 1px solid #ccc;
}
.faq-item:before {
	content: "A";
	margin-top: -6px;
	position: absolute;
	top: 50%;
	left: 30px;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	display: block;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	vertical-align: middle;

	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	background-color: #00a258;
	border: 2px solid #00a258;
	border-radius: 4px;
}

/*-- 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 {
	display: block;
	position: relative;
	color: #00a258;
	font-size: 1.4rem;
	font-weight: bold;
	padding-left: 18px;
}

.anchor-link a:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-bottom: solid 2px #00a258;
	border-right: solid 2px #00a258;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}


/*-------------- バナー（共通設定） --------------*/
.teaser ,
.external-teaser ,
.download-teaser {
}

/* テキストのみ／テキストと画像 */
.teaser h2 ,
.external-teaser h2 ,
.download-teaser h2 {
	margin-bottom: 5px;
}

.teaser h2 a ,
.external-teaser h2 a ,
.download-teaser h2 a {
}

.teaser p ,
.external-teaser p ,
.download-teaser p {
	margin-bottom: 10px;
}

/* 画像のみ／テキストと画像 */
.teaser > a ,
.external-teaser > a ,
.download-teaser > a {
}

.teaser > a img ,
.external-teaser > a img ,
.download-teaser > a img {
}


/*-------------- 内部・外部ページバナー --------------*/
/*--- ハイライト表示 画像左寄せ ---*/
.teaser.highlight:not(.no-img) img ,
.external-teaser.highlight:not(.no-img) img {
	margin: 0;
}

/*-------------- ダウンロードページバナー ------*/
/*--- ダウンロードページバナー ハイライト表示 画像左寄せ ---*/
.download-teaser.highlight:not(.no-img) img {
	margin: 0;
}


/* ----- 内部・外部・ダウンロードバナー（テキストのみ）　メインエリア用 ----- */
[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;
	padding: 12px 15px;
	padding-right: 40px;
	text-align: center;
	font-size: 1.7rem;
	color: #00a258;
	font-weight: bold;
	border: 2px solid #00a258;
	text-decoration: none;
}

[role="main"] .teaser.no-img:not(.highlight) h2 a:before ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 a:before {
	content: "";
	position:absolute;
	right: 20px;
	top: 50%;
	display: block;
	width: 20px;
	height: 8px;
	margin-top: -4px;
	border-bottom: 2px solid #00a258;
	border-right: 2.5px solid #00a258;
	-webkit-transform: skewX(45deg);
	    -ms-transform: skewX(45deg);
	        transform: skewX(45deg);
}

[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: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 10px;
	height: 10px;
	vertical-align: baseline;
	margin-left: 5px;
}

[role="main"] .download-teaser.no-img:not(.highlight) h2 a[href$=".pdf"]:before ,
[role="main"] .download-teaser.no-img:not(.highlight) h2 a[href*=".pdf#"]:before {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 56px;
	height: 22px;
	vertical-align: middle;
	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 {
	background-color: #00a258;
	color: #fff;
}

[role="main"] .teaser.no-img:not(.highlight) h2 a:hover:before ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 a:hover:before {
	border-color: #fff;
}

[role="main"] .teaser.no-img:not(.highlight) h2 a[target="_blank"]:hover:after ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 a[target="_blank"]:hover:after {
	background-image: url("../../../../../../resources/sw_img/link02_white.png");
}


/* お問い合わせ専用 チェックボックスつきテキスト */
[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-color: #ccc;
	color: #eee;
}

[role="main"] .external-teaser.with-checkbox.disabled:not(.highlight) h2 a:before {
	border-color: transparent;
}


/* ----- 内部バナー　プロモス1用 ----- */
#promos1 .teaser.no-img ,
#promos1 .teaser.no-img h2 {
	margin-bottom: 0;
}


/* ----- 内部・外部バナー（テキストと画像）　メインエリア用 ----- */
[role="main"] .teaser:not(.no-img):not(.highlight) ,
[role="main"] .external-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) > * {
	-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 {
	-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 {
	position: relative;
	margin-top: 10px;
	font-size: 1.4rem;
	color: #00a258;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

/*
[role="main"] .teaser:not(.no-img):not(.highlight) h2 a:before ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 a:before {
	content: "";
	position:absolute;
	right: 25px;
	top: 50%;
	display: block;
	width: 20px;
	height: 8px;
	margin-top: -4px;
	border-bottom: 2px solid #fff;
	border-right: 2.5px solid #fff;
	-webkit-transform: skewX(45deg);
	    -ms-transform: skewX(45deg);
	        transform: skewX(45deg);
}
*/

[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: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 10px;
	height: 10px;
	vertical-align: baseline;
	margin-left: 5px;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 + a ,
[role="main"] .external-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 {
	display: block;
	width: 100%;
}

[role="main"] .teaser:not(.no-img):not(.highlight) p ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) p {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
	margin-top: 10px;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 a:hover ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 a:hover {
	border-color: #00a258;
}


/* カラム毎の文字サイズ設定 */
.multiColumn1 .teaser:not(.no-img):not(.highlight) h2 a ,
.multiColumn1 .external-teaser:not(.no-img):not(.highlight) h2 a {
	font-size: 2.2rem;
}

.multiColumn2 .teaser:not(.no-img):not(.highlight) h2 a ,
.multiColumn2 .external-teaser:not(.no-img):not(.highlight) h2 a {
	font-size: 2.2rem;
}

.multiColumn3 .teaser:not(.no-img):not(.highlight) h2 a ,
.multiColumn3 .external-teaser:not(.no-img):not(.highlight) h2 a {
	font-size: 1.7rem;
}


/* ----- 内部・外部バナー（テキストと画像、ハイライト表示）　メインエリア用 ----- */
[role="main"] .teaser:not(.no-img).highlight ,
[role="main"] .external-teaser:not(.no-img).highlight {
	position: relative;
}

[role="main"] .teaser:not(.no-img).highlight h2 ,
[role="main"] .external-teaser:not(.no-img).highlight h2 {
	position: absolute;
	bottom: 15%;
	left: 15%;
	width: 70%;
}

[role="main"] .teaser:not(.no-img).highlight h2 a ,
[role="main"] .external-teaser:not(.no-img).highlight h2 a {
	position: relative;
	padding: 10px 40px;
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
	border: 2px solid #fff;
	text-decoration: none;
}

[role="main"] .teaser:not(.no-img).highlight h2 a:before ,
[role="main"] .external-teaser:not(.no-img).highlight h2 a:before {
	content: "";
	position:absolute;
	right: 25px;
	top: 50%;
	display: block;
	width: 20px;
	height: 8px;
	margin-top: -4px;
	border-bottom: 2px solid #fff;
	border-right: 2.5px solid #fff;
	-webkit-transform: skewX(45deg);
	    -ms-transform: skewX(45deg);
	        transform: skewX(45deg);
}

[role="main"] .teaser:not(.no-img).highlight h2 a[target="_blank"]:after ,
[role="main"] .external-teaser:not(.no-img).highlight h2 a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 10px;
	height: 10px;
	vertical-align: baseline;
	margin-left: 5px;
}

[role="main"] .teaser:not(.no-img).highlight h2 + a ,
[role="main"] .external-teaser:not(.no-img).highlight h2 + a {
	display: block;
}

[role="main"] .teaser:not(.no-img).highlight h2 + a img ,
[role="main"] .external-teaser:not(.no-img).highlight h2 + a img {
	display: block;
	width: 100%;
	opacity: 1;
}

[role="main"] .teaser:not(.no-img).highlight p ,
[role="main"] .external-teaser:not(.no-img).highlight p {
	position:absolute;
	left: 15%;
	top: 10%;
	width: 70%;
	font-size: 1.8rem;
	font-weight: bold;
	color: #00a258;
}

[role="main"] .teaser:not(.no-img).highlight:hover h2 a ,
[role="main"] .external-teaser:not(.no-img).highlight:hover h2 a ,
[role="main"] .teaser:not(.no-img).highlight h2 a:hover ,
[role="main"] .external-teaser:not(.no-img).highlight h2 a:hover {
	background-color: #fff;
	color: #00a258;
}

[role="main"] .teaser:not(.no-img).highlight:hover h2 a:before ,
[role="main"] .external-teaser:not(.no-img).highlight:hover h2 a:before ,
[role="main"] .teaser:not(.no-img).highlight h2 a:hover:before ,
[role="main"] .external-teaser:not(.no-img).highlight h2 a:hover:before {
	border-color: #00a258;
}




/*-------------- 内部ページ エリアリンク --------------*/
/*-------------- 外部ページ エリアリンク --------------*/
.internal-link-area ,
.external-link-area {
	margin-bottom: 20px;
}

.internal-link-area > a ,
.external-link-area > a {
	display: block;
	text-decoration: none;
}

/*-- マウスオーバー --*/
.internal-link-area > a:hover ,
.external-link-area > a:hover {
	opacity: 0.7;
}


/*-------------- ダウンロード エリアリンク --------------*/
.download-link-area {
	margin-bottom: 20px;
}

.download-link-area > a {
	display: block;
	text-decoration: none;
}

.download-link-area > a:hover {
	opacity: 0.7;
}

/* -- テキスト先頭にpdfアイコンを付ける -- */
.download-link-area > a[href$=".pdf"] > p:first-child:before ,
.download-link-area > a[href$=".pdf"] > img + p:before {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 56px;
	height: 22px;
	vertical-align: middle;
	margin: 0 5px;
}


/*------------------------------------- 
 リスト
-------------------------------------*/
/* 共通設定 決算短信・有報・最新決算・説明会資料（自動連携）、リンクリスト（手動） */
/* マージ設定用マルチカラムclass名： "edit-only" */

.link-list:not(.highlight) ul,
.link-list-url ul ,
.news-result dl ,
.news-yuho dl ,
.news-presentation dl ,
.news-material dl {
	margin-bottom: 20px;
}

/*-- 副見だし --*/
.link-list:not(.highlight) h2 ,
.link-list-url h2 ,
.news-result dl dt ,
.news-yuho dl dt ,
.news-presentation dl dt ,
.news-material dl dt {
}

.news-material h2 {
	display: none;
}

.link-list:not(.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) li.internal-link-text.highlight ,
.link-list:not(.highlight) li.extermal-link-text.highlight ,
.link-list:not(.highlight) li.download-link-text.highlight ,
.link-list:not(.highlight) li.text-without-link.highlight ,
.news-result dl dd.merged.highlight ,
.news-yuho dl dd.merged.highlight ,
.news-presentation dl dd.merged.highlight ,
.news-material dl dd.merged.highlight {
	padding-top: 0px;
	padding-left: 30px;
}

/* マージされたハイライト表示のリンクのＬ字アイコン */
.link-list:not(.highlight) li.internal-link-text.highlight:before ,
.link-list:not(.highlight) li.extermal-link-text.highlight:before ,
.link-list:not(.highlight) li.download-link-text.highlight:before ,
.link-list:not(.highlight) li.text-without-link.highlight:before ,
.news-result dl dd.merged.highlight:before ,
.news-yuho dl dd.merged.highlight:before ,
.news-presentation dl dd.merged.highlight:before ,
.news-material dl dd.merged.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;
}

/* リンクアイコン（ダウンロード以外） */
.news-result dl dd.merged.no-download:not(.highlight) ,
.news-yuho dl dd.merged.no-download:not(.highlight) ,
.news-presentation dl dd.merged.no-download:not(.highlight) ,
.news-material dl dd.merged.no-download:not(.highlight) {
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 6px top 16px no-repeat;
	padding-left: 20px;
}

/* 外窓アイコン（ダウンロード以外） */
.news-result dl dd.merged.no-download a[target="_blank"]:after ,
.news-yuho dl dd.merged.no-download a[target="_blank"]:after ,
.news-presentation dl dd.merged.no-download a[target="_blank"]:after ,
.news-material dl dd.merged.no-download a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 10px;
	height: 10px;
	vertical-align: baseline;
	margin: 0 5px;
}


/*-------------- リンクリスト ------------------- */
/*-------------- リンクリストURL事前確認 ---------*/
.link-list:not(.highlight),
.link-list-url {
}

/* -- 副見出し -- */
.link-list:not(.highlight) h2,
.link-list-url h2 {
}

.link-list:not(.highlight) ul,
.link-list-url ul {
}

/* -- ダウンロード以外 -- */
.link-list:not(.highlight) .internal-link-text ,
.link-list:not(.highlight) .external-link-text ,
.link-list:not(.highlight) .text-without-link ,
.link-list-url .internal-link-text ,
.link-list-url .external-link-text {
	padding-left: 20px;
}

.link-list:not(.highlight) .internal-link-text:before ,
.link-list:not(.highlight) .external-link-text:before ,
.link-list:not(.highlight) .text-without-link:before ,
.link-list-url .internal-link-text:before ,
.link-list-url .external-link-text:before {
	content: "";
	position: absolute;
	top: 17px;
	left: 5px;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #00a258;
	border-right: solid 2px #00a258;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

/* リンクテキスト */
.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 ,
.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) {
	font-weight: bold;
}

/* -- 別窓アイコン -- */
.link-list:not(.highlight) .internal-link-text a[target="_blank"]:after ,
.link-list:not(.highlight) .external-link-text a[target="_blank"]:after ,
.link-list-url .internal-link-text a[target="_blank"]:after ,
.link-list-url .external-link-text a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 10px;
	height: 10px;
	vertical-align: baseline;
	margin: 0 5px;
}

/* -- ダウンロードリンク -- */
.link-list:not(.highlight) .download-link-text,
.link-list-url .download-link-url {
}

.link-list:not(.highlight) .download-link-text a:not(.d_icon) ,
.link-list-url .download-link-url a:not(.d_icon) {
}


/*-- リンクリスト（ハイライト表示） --*/
.link-list.highlight {
}

.link-list.highlight h2 {
}

.link-list.highlight ul {
}

.link-list.highlight ul li[class] {
	font-size: 1.4rem;
	display: inline-block;
	width: calc(50% - 10px);
	margin-right: 10px;

	position: relative;
	padding-top: 10px;
	padding-left: 20px;
	margin-bottom: 5px;
}

.link-list.highlight ul li[class] a {
}


.link-list.highlight .internal-link-text:before ,
.link-list.highlight .external-link-text:before ,
.link-list.highlight .text-without-link:before {
	content: "";
	position: absolute;
	top: 17px;
	left: 5px;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #00a258;
	border-right: solid 2px #00a258;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

/* リンクテキスト */
.link-list.highlight .internal-link-text a ,
.link-list.highlight .external-link-text a ,
.link-list.highlight .download-link-text a:not(.d_icon) ,
.link-list.highlight .text-without-link span {
	font-weight: bold;
}

/* -- 別窓アイコン -- */
.link-list.highlight .internal-link-text a[target="_blank"]:after ,
.link-list.highlight .external-link-text a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 10px;
	height: 10px;
	vertical-align: baseline;
	margin: 0 5px;
}

/* 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: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 56px;
	height: 22px;
	vertical-align: middle;
	margin-left: 5px;
}


/*------------------------------------- 
 表組・テーブル・財務ハイライト(表組)・配当金(表組)
-------------------------------------*/
/*-- table共通 --*/

/* セル */
.shwTable .htCore tr td ,
th, td {
	color: inherit;
	padding: 16px 16px;
	border: 1px solid #d3d3d3;
}

/* 見出し */
.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 tr td.tableRowHead ,
.shwTable tr td.tableColumnHead ,
td.tbRowHead ,
td.tbColumnHead ,
th {
	font-weight: bold;
}

/* 見出し列 */
.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 tr td.tableColumnHead ,
td.tbColumnHead ,
.vtable-item > table > tbody > tr > th {
	text-align: left;
	vertical-align: middle;
	background-color: #f3f3f3;
}

/* 見出し行 */
.form-summary table td:first-child ,
.highlights-table tr.r0 th ,
.highlights-alltable-2nd tr.r0 th ,
.haitou-table-2nd th ,
.shwTable tr td.tableRowHead ,
td.tbRowHead ,
.ircalendar-title > table > tbody > tr > th ,
thead th {
	text-align: center;
	vertical-align: top;
	background-color: #86b79f;
	color: #fff;
	font-weight: normal;
}

/* 見出し中の細字 */
/*.ircalendar-title > table > tbody > tr > th strong ,*/
.vtable-item > table > tbody > tr > th strong {
	font-weight: normal;
}


/*-------------- テーブル縦 --------------*/
/* -- デフォルト比率  -- */
.vtable-item > table > tbody > tr > td {
	width: 25%;
}

.vtable-item > table > tbody > tr > th {
	width: 12.5%;
}

/* テーブル縦を、縦に並べるスタイル */
/*
.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: 400px !important; */
}

/* -- 財務ハイライトver2 グラフ 凡例 -- */
.highlights-2nd .legend {
/*	margin: auto !important; */
/*	width: auto !important; */
/*	min-width: auto !important; */
/*	max-width: none !important; */
/*	text-align: center; */
}

.highlights-2nd .legend-item-box {
/*	float: none !important; */
/*	display: inline-block !important; */
/*	margin-left: -5px; */
}

/*-------------- 配当グラフ --------------*/
.haitou-graph-2nd {
	margin-bottom: 40px;
}

.haitou-graph-2nd .graph {
/*	min-width: auto !important; */
/*	max-width: none !important; */
/*	height: 400px !important; */
}


/*------------------------------------- 
 ニュース
-------------------------------------*/
/*-- ver2 ニュース一覧・ニュース一覧（カテゴリ）・英文書一覧・英文書一覧（カテゴリ） --*/
.news-list-2nd ,
.news-list-tabbed-2nd ,
.news-english-2nd ,
.news-english-tabbed-2nd {
	position: relative;
	margin-bottom: 20px;
}

.news-list-2nd ul ,
.news-list-tabbed-2nd ul ,
.news-english-2nd ul ,
.news-english-tabbed-2nd 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 {
	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 {
	position: relative;
	display: block; 
	padding-left: 0px;
	padding-top: 1.5em;
}

/*-- 画像 --*/
.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-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-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 {
/*	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 {
	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 {
	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 {
	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 {
	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 {
	display: none;
}


/*-- ver2 最新ニュース・最新ニュース（カテゴリ） --*/
.news-latest-2nd ,
.news-latest-tabbed-2nd {
	position: relative;
	margin-bottom: 20px;
}

.news-latest-2nd ul ,
.news-latest-tabbed-2nd ul {
	padding-top: 1px;
}

/* -- 1つのリリース -- */
.news-latest-2nd ul li ,
.news-latest-tabbed-2nd 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 {
	position: relative;
	display: block; 
	background: none;
	padding-left: 0px;
	padding-top: 1.5em;
}

/*-- 画像 --*/
.news-latest-2nd ul li .n_img ,
.news-latest-tabbed-2nd ul li .n_img {
}

/* -- リリースのテキスト -- */
.news-latest-2nd ul li .news_tx ,
.news-latest-tabbed-2nd ul li .news_tx {
}

.news-latest-2nd ul li .news_tx a ,
.news-latest-tabbed-2nd ul li .news_tx a {
/*	color: inherit; */
}

/* -- 日付 -- */
.news-latest-2nd ul li .date ,
.news-latest-tabbed-2nd ul li .date {
	position: absolute;
	top: 0;
	left: 0;
}

/* -- カテゴリアイコン -- */
.news-latest-2nd ul li .c_icon ,
.news-latest-tabbed-2nd 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 {
	margin-left: 5px;
}

/* -- もっと読む・詳細（ニュース概要） -- */
.news-latest-2nd ul li .det_tx ,
.news-latest-tabbed-2nd 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 {
	display: none;
}

/* -- 全てのニュース -- */
.news-latest-2nd .all ,
.news-latest-tabbed-2nd .all {
	margin-top: 10px;
	position: relative;
}

.news-latest-2nd .all a ,
.news-latest-tabbed-2nd .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: 1.4rem;
	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: 10px;
	font-size: 0;
}

p.yearTabs a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 1.4rem;
	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: 10px;
	font-size: 0;
}

p.tabs a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 1.4rem;
	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: "その他";
}
*/


/*-------------- 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) {
}

.basic-list:not(.thumnail) ul.tabItems ,
.basic-list-english:not(.thumnail) ul.tabItems {
	border-top: 1px dotted #ccc;
}

/* -- 1つのリリース -- */
.basic-list:not(.thumnail) ul.tabItems li ,
.basic-list-english:not(.thumnail) ul.tabItems li {
	position: relative;

	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

.basic-list:not(.thumnail) ul.tabItems li h3 ,
.basic-list-english:not(.thumnail) ul.tabItems li h3 {
	position: relative;
	display: block; 
	padding-top: 0px;
	padding-left: 0;
}

.basic-list:not(.thumnail) ul.tabItems li a ,
.basic-list-english:not(.thumnail) ul.tabItems li a {
	font-weight: normal;
	color: inherit;
}

/* -- リリースのテキスト -- */
.basic-list:not(.thumnail) ul.tabItems li .news_tx ,
.basic-list-english:not(.thumnail) ul.tabItems li .news_tx {
}

/* -- 日付 -- */
.basic-list:not(.thumnail) ul.tabItems li .date ,
.basic-list-english:not(.thumnail) ul.tabItems li .date {
	position: absolute;
	top: 0;
	left: 0;

	color: #333;
}

/* -- カテゴリアイコン -- */
.basic-list:not(.thumnail) ul.tabItems li .c_icon ,
.basic-list-english:not(.thumnail) ul.tabItems li .c_icon {
	text-decoration: none;
	display: block;
/*	vertical-align: top; */
/*	max-width: 105px; */
/*	margin-right: 1em; */
	margin-left: 7.2em;
}

/* -- ファイルアイコン -- */
.basic-list:not(.thumnail) ul.tabItems li .d_icon ,
.basic-list-english:not(.thumnail) ul.tabItems li .d_icon {
}

/* NEWアイコン */
.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;
	line-height: 1;
	padding: 4px 12px;
	font-size: 1.2rem;
	font-weight: normal;
	color: #fff;
	background: #1c1c1c;
	border-radius: 20px;
}

/* -- もっと読む・詳細（ニュース概要） -- */
.basic-list:not(.thumnail) ul.tabItems li .det_tx ,
.basic-list-english:not(.thumnail) ul.tabItems li .det_tx {
	display: none;
}

/* -- 続きを読む -- */
.basic-list:not(.thumnail) ul.tabItems li .det_tx em.more ,
.basic-list-english:not(.thumnail) ul.tabItems li .det_tx em.more {
	display: none;
}


/*----------- サムネイルあり -----------*/
.basic-list.thumnail ,
.basic-list-english.thumnail {
/*	overflow: hidden; */
}

.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: 1.4rem;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;

	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 2 - 18px);
	margin-right: 18px;
	margin-bottom: 30px;
}

.basic-list.thumnail .n_img ,
.basic-list-english.thumnail .n_img {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.basic-list.thumnail .n_img img ,
.basic-list-english.thumnail .n_img img {
	display: block;
	margin: auto;
	width: 100%;
}

/* 日付を非表示 */
.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 .c_icon:before ,
.basic-list-english.thumnail ul.tabItems li .c_icon:before {
	color: #000;
	font-weight: normal;
	border: 1px solid #000;
	background: transparent;
}

.basic-list.thumnail ul.tabItems li a ,
.basic-list-english.thumnail ul.tabItems li a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.basic-list.thumnail ul.tabItems li a:hover img ,
.basic-list-english.thumnail ul.tabItems li a:hover img {
	-ms-opacity: 0.8;
	opacity: 0.8;
}

/* NEWアイコン */
.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: 1.2rem;
	color: #fff;
	background: #ff5445;
}

/* 非公開アイコンテキスト */
/* タイルの形が崩れない様に上に載せている */
.basic-list.thumnail ul li .note_tx ,
.basic-list-english.thumnail ul li .note_tx {
	position: absolute;
	z-index: 1;
	background-color: rgba(255, 204, 204, 0.8);
}

.basic-list.thumnail ul.tabItems li h3 ,
.basic-list-english.thumnail ul.tabItems li h3 {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* ニューステキスト */
.basic-list.thumnail ul.tabItems li .news_tx ,
.basic-list-english.thumnail ul.tabItems li .news_tx {
	display: block;
	font-weight: bold;
	padding: 10px 0;
}

/* 概要テキスト */
.basic-list.thumnail ul.tabItems li .det_tx ,
.basic-list-english.thumnail ul.tabItems li .det_tx {
}

/* 読む */
.basic-list.thumnail ul.tabItems li .det_tx em.more ,
.basic-list-english.thumnail ul.tabItems li .det_tx em.more {
	display: none;
}



/*----------- タブ(絞込み) -----------*/
.basic-list .yearTabs ,
.basic-list-english .yearTabs {
	font-size: 0;
	margin-bottom: 20px;
	padding: 10px 10px 5px;
	border: 1px solid #ddd;
}

.basic-list .tabs ,
.basic-list-english .tabs {
	font-size: 0;
	margin-bottom: 40px;
}

.basic-list .tabs > ul > li[aria-hidden="false"] ,
.basic-list-english .tabs > ul > li[aria-hidden="false"] {
	display: block;
	margin-bottom: 5px;
	padding: 10px 10px 5px;
	border: 1px solid #ddd;
}

.basic-list .yearTabs span:before ,
.basic-list-english .yearTabs span:before ,
.basic-list .tabs span:before ,
.basic-list-english .tabs span:before {
	cursor: pointer;
	display: inline-block;
	padding: 5px 20px;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 5px;
	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;
}


/*----------- カテゴリアイコン -----------*/
.basic-list .c_icon span[category-level="1"] ,
.basic-list-english .c_icon span[category-level="1"] {
	display: none;
}

.basic-list .c_icon span:before ,
.basic-list-english .c_icon span:before {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;

	width: 105px;
	height: 24px;
	line-height: 1;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding-top: 6px;

	color: #fff;
	background: #646464;
}

.basic-list .c_icon span:before ,
.basic-list-english .c_icon span:before {
	content: attr(alt);
}

/* カテゴリ選択名と異なる名称でアイコンを表示したい場合上書きする */
.basic-list .c_icon span.yuho:before ,
.basic-list-english .c_icon span.yuho:before {
	content: "有報";
}

.basic-list .c_icon span.holdings:before ,
.basic-list-english .c_icon span.holdings:before {
/*	content: "HD"; */
}




.basic-list .c_icon span.tekiji:before ,
.basic-list-english .c_icon span.tekiji:before ,
.basic-list .c_icon span.result:before ,
.basic-list-english .c_icon span.result:before ,
.basic-list .c_icon span.gyouseki:before ,
.basic-list-english .c_icon span.gyouseki:before ,
.basic-list .c_icon span.pr:before ,
.basic-list-english .c_icon span.pr:before ,
.basic-list .c_icon span.ir:before ,
.basic-list-english .c_icon span.ir:before ,
.basic-list .c_icon span.governance:before ,
.basic-list-english .c_icon span.governance:before ,
.basic-list .c_icon span.yuho:before ,
.basic-list-english .c_icon span.yuho:before ,
.basic-list .c_icon span.syosyu:before ,
.basic-list-english .c_icon span.syosyu:before ,
.basic-list .c_icon span.meeting:before ,
.basic-list-english .c_icon span.meeting:before ,
.basic-list .c_icon span.none:before ,
.basic-list-english .c_icon span.none:before ,
.basic-list .c_icon span.management:before ,
.basic-list-english .c_icon span.management:before ,
.basic-list .c_icon span.management1:before ,
.basic-list-english .c_icon span.management1:before ,
.basic-list .c_icon span.material:before ,
.basic-list-english .c_icon span.material:before {
	background: #68a273;
}

.basic-list .c_icon span.holdings:before ,
.basic-list-english .c_icon span.holdings:before ,
.basic-list .c_icon span.group:before ,
.basic-list-english .c_icon span.group:before ,
.basic-list .c_icon span.notice:before ,
.basic-list-english .c_icon span.notice:before ,
.basic-list .c_icon span.csr:before ,
.basic-list-english .c_icon span.csr:before ,
.basic-list .c_icon span.event:before ,
.basic-list-english .c_icon span.event:before ,
.basic-list .c_icon span.campaign:before ,
.basic-list-english .c_icon span.campaign:before ,
.basic-list .c_icon span.newsletter:before ,
.basic-list-english .c_icon span.newsletter:before {
	background: #80baa6;
}


/* マルチ２一覧 カテゴリをフラット選択に */
.layout_flat_category .basic-list .tabs li.allall ,
.layout_flat_category .basic-list-english .tabs li.allall ,
.layout_flat_category .basic-list .tabs span.allall ,
.layout_flat_category .basic-list-english .tabs span.allall {
	display: inline;
}

.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;
}



/*------------------------------------- 
 メディア
-------------------------------------*/
/*------------- 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;
	width: 100%;
	padding: 0 10px;
	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;
}


/*-------------- iframe表示 --------------*/
.disp-external-page {
	overflow-x: scroll;
}

.disp-external-page iframe {
	border: none;
	display: block;
	width: 100%;
	height: 800px;
	margin: auto;
}


/*------------------------------------- 
 サイトマップ
-------------------------------------*/
/*-------------- サイトマップ --------------*/
.sitemap {
	margin-bottom:20px;
}

/* -- 第１階層(ja)・第２階層 -- */
.sitemap > h2 {
	line-height: 1.2;
	font-size: 1.4rem;
	font-weight: bold;
	border: #CCC 1px solid;
	padding: 8px 8px 6px;
	margin-bottom: 8px;
}

.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;
}

/* -- 第１階層(ja)・第２階層 -- */
.sitemap-1st > a ,
.sitemap-1st > ul > li > a {
	line-height: inherit;
	font-size: 1.4rem;

	display: block;
	font-weight: bold;
	border: #CCC 1px solid;
	margin-bottom: 12px;
	padding: 8px 8px 6px 20px;
	line-height: 1.2;

	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 8px center no-repeat;
	color: inherit;
	font-weight: bold;
}

/* -- 第３階層 -- */
.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 {
	font-size: 1.4rem;

	display: block;
	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-1st ul.siteLevel_3 {
	margin-top: 10px;
}

.sitemap-1st ul.siteLevel_3 > li {
	margin-top: 10px;
}

.sitemap-1st ul.siteLevel_3 > li > a {
	font-size: 1.4rem;

	display: block;
	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-1st ul.siteLevel_4 {
	display: none;
}


/*------------------------------------- 
 フッター専用パーツ
-------------------------------------*/
/*-------------- フッター（テキストと画像） --------------*/
.footer-about {
	clear: both;
	padding: 5px 0;
	font-size: 10px;
}

.footer-about img {
	display: block;
	margin: auto;
}

/*-------------- フッタリンクリスト --------------*/
.footer-link-list {
	background-color: #2b2b2b;
}

.footer-link-list ul {
}

.footer-link-list ul:after {
	content: "";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.footer-link-list ul li {
	float: left;
	width: 50%;
	padding: 16px 0px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: #999 1px solid;
}

.footer-link-list ul li a {
	color: #ccc;
	display: block;
	text-align: center;
}

.footer-link-list ul li:nth-child(odd){
	border-right: #999 1px solid;
}

/* -- 別窓アイコン -- */
.footer-link-list .footer-link-internal a[target="_blank"]:after ,
.footer-link-list .footer-link-external a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 10px;
	height: 10px;
	vertical-align: baseline;
	margin: 0 5px;
}


/* --------------------------------------
 フォーム
-------------------------------------- */
/* Forms */
.required {
	margin: 10px 5px;
}
#Check p.required {
	display: none;
}
.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 {
	border-top: 1px dashed #ccc;
	margin-bottom: 0;
	padding: 10px 0;
}


.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;
	word-break: break-word;
}
.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;
}



/* --------------------------------------
 個別設定
-------------------------------------- */
/* -- 装飾 -- */
table.wrapbox ,
table.wrapbox > tbody ,
table.wrapbox > tbody > tr ,
table.wrapbox > tbody > tr > td {
	display: inline;
}

/* google search */
.gsc-control-cse ,
.gsc-control-cse * {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

.gsc-control-cse {
	line-height: 1;
}


/*-- 上に戻るリンク 設定例：scroll.js用 --*/
#site-info .topcontrol ,
#topcontrol {
	position: fixed;
	font-size: 0;
	bottom: -42px;
	right: 15px;
	opacity: 0.3;
	cursor: pointer;
	z-index: 10000;

	-webkit-transition: 0.5s 0.1s;
	-o-transition: 0.5s 0.1s;
	transition: 0.5s 0.1s;
}


#site-info .topcontrol.visible ,
#topcontrol.visible {
	right: 15px;
	bottom: 15px;
	opacity: 1;
}

/* 画像を使用する場合 */
/*
#site-info .topcontrol a ,
#topcontrol a {
	display: block;
	width: 51px;
	height: 42px;
	background: url("../../../../../../resources/sw_img/up.png") no-repeat center top;
}

#site-info .topcontrol.visible a ,
#topcontrol.visible a {
	width: 51px;
	height: 42px;

	transition: 0s;
}
*/

/* 画像を使用しない場合 */
#site-info .topcontrol a ,
#topcontrol a {
	position: relative;
	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);
}


#site-info .toTop ,
#toTop {
	text-align: right;
	margin: 2em 20px 40px;
}

#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: "";
	margin-top: -0.3em;
	border-top: 0.1em solid #e50000;
	border-right: 0.1em solid #e50000;
	width: 0.7em;
	height: 0.7em;
	position: absolute;
	top: 0.85em;
	left: 0;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	    transform: rotate(315deg);
}

#site-info .toTop ,
#toTop {
	display: none;
}




/* -- css ハンバーガーメニュー -- */

#panel2-sw {
	display: none;
}

#panel2-btn{
	position: fixed;
	top: 0;
	right: 0;
	display: block;
	width: 40px;
	height: 44px;
	margin: 3px 5px;
	border-radius: 10%;
	background: #FFF;
	z-index: 10001;
}

#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: #00a258;

	-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: #00a258;

	-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: #00a258;
	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;
}



/*-- ハードポイント用スタイルリセット promos・footer別パーツ表示用 --*/
/* 通常パーツ設定をこの設定で上書きし、さらに後からセレクタにid指定を入れて上書きする */
[id=site-info] .reuse-component *:not(.mgnlEditor):not(.mgnlEditorBarLabel):not(.mgnlEditorBarButtons):not(.editorIcon):before ,
[id=site-info] .reuse-component *:not(.mgnlEditor):not(.mgnlEditorBarLabel):not(.mgnlEditorBarButtons):not(.editorIcon):after ,
[id=site-info] .reuse-component *:not(.mgnlEditor):not(.mgnlEditorBarLabel):not(.mgnlEditorBarButtons):not(.editorIcon) ,
.promos .reuse-component *:not(.mgnlEditor):not(.mgnlEditorBarLabel):not(.mgnlEditorBarButtons):not(.editorIcon):before ,
.promos .reuse-component *:not(.mgnlEditor):not(.mgnlEditorBarLabel):not(.mgnlEditorBarButtons):not(.editorIcon):after ,
.promos .reuse-component *:not(.mgnlEditor):not(.mgnlEditorBarLabel):not(.mgnlEditorBarButtons):not(.editorIcon) {
	content: none;
	margin: auto;
	padding: 0;
	clear: none;
	vertical-align: inherit;
	text-align: inherit;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	text-decoration: inherit;
	line-height: inherit;
	letter-spacing: normal;
	float: none;
	position: static;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	border-radius: 0;
	border: none;
	background: none;
	outline: none;
	opacity: 1;
	text-shadow: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;

	display: block;
}

#site-info .reuse-component a ,
#promos1 .reuse-component a ,
#promos3 .reuse-component a {
	cursor: pointer;
}

#site-info .reuse-component a:hover img ,
#promos1 .reuse-component a:hover img ,
#promos3 .reuse-component a:hover img {
	opacity: 0.7;
}

/*-- フッター --*/
#site-info .area-footer {
	color: #fff;
	padding: 20px 20px;
}

#site-info .area-footer-logo {
	margin-top: 10px;
	margin-bottom: 20px;
}

#site-info .area-footer-logo a img {
	margin-left: 0;
}

#site-info .area-footer-copyright {
	text-align: center;
	font-size: 1.1rem;
	padding-top: 20px;
	color: #d1d1d1;
	border-top: 1px solid #fff;
}

/* フッターサイトマップ */
#site-info .area-footer-sitemap {
	padding: 10px 0;
}

#site-info .area-footer-sitemap .sitemap-1st a {
	font-size: 1.2rem;
	margin-bottom: 15px;
	border-bottom: 1px solid transparent;
}

#site-info .area-footer-sitemap .sitemap-1st a:hover {
/*	text-decoration: underline; */
	border-color: #fff;
}

#site-info .area-footer-sitemap .sitemap-1st > a {
	font-weight: bold;
}

#site-info .area-footer-sitemap .sitemap-1st a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/sw_img/link02_white.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 10px;
	height: 10px;
	vertical-align: baseline;
	margin-left: 5px;
}

#site-info .area-footer-sitemap .sitemap-1st .siteLevel_1 {
	display: none;
}


/*-- ヘッダー --*/
#header {
	width: 100%;
	height: 50px;
}

#promos3 .area-pc-header {
	display: none !important;
}

#promos3 .area-menu {
	font-size: 0;
	width: 100%;
	height: calc(100% - 50px);
	max-height: 100%;
	overflow: hidden;
	position: fixed;
	top: 50px;
	left: 0;
	background: #fff;
	z-index: 1000;

	-webkit-transition: .7s .1s;
	-o-transition: .7s .1s;
	transition: .7s .1s;
}

#panel2-sw:not(:checked) ~ div #promos3 .area-menu {
	max-height: 0;
}


#promos3 .area-logo {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	padding-right: 60px;
	z-index: 10000;
}

#promos3 .area-logo > div {
	display: table;
	width: 100%;
	height: 50px;
}

#promos3 .area-logo a {
	display: table-cell;
	height: 50px;
	padding: 13px 0 13px 20px;
	vertical-align: middle;
}

#promos3 .area-logo a img {
	max-height: 100%;
}

/* メニュー */
#promos3 .area-gnavi .teaser h2 a ,
#promos3 .area-gnavi .external-teaser h2 a {
	position: relative;
	padding: 12px 40px 12px 20px;
	color: #000;
	font-size: 1.5rem;
	font-weight: bold;
	background: #f3f3f3;
	border-top: 1px solid #fff;
}

#promos3 .area-gnavi .teaser h2 a[target="_blank"]:after ,
#promos3 .area-gnavi .external-teaser h2 a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 10px;
	height: 10px;
	vertical-align: baseline;
	margin-left: 5px;
}

#promos3 .area-gnavi .teaser h2 a:hover ,
#promos3 .area-gnavi .external-teaser h2 a:hover {
	color: #00a258;
}

#promos3 .area-gnavi .teaser h2 a:before ,
#promos3 .area-gnavi .external-teaser h2 a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -5px;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #00a258;
	border-right: solid 2px #00a258;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

#promos3 .area-menu-sub-navi:after {
	content: "";
	display: block;
	clear: both;
}

#promos3 .area-menu-sub-navi .link-list li[class] {
	width: 50%;
	float: left;
	border-bottom: 1px solid #fff;
}

#promos3 .area-menu-sub-navi .link-list li[class]:nth-child(2n) {
	border-left: 1px solid #fff;
}

#promos3 .area-menu-sub-navi a {
	padding: 12px 10px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	background: #00a258;
	text-align: center;
}




/*-- 装飾用 --*/



/*-- インデックスモード --*/
/* インデックスモード を別エリア表示で利用 */
.layout_indexbox .reuse-main-area  {
	marign-left: 0;
	text-align: left;
	font-size: 0;
}

.layout_indexbox .reuse-main-area > .multiColumn1 ,
.layout_indexbox .reuse-main-area > .multiColumn2 ,
.layout_indexbox .reuse-main-area > .multiColumn3 ,
.layout_indexbox .reuse-main-area > .multiColumn4 ,
.layout_indexbox .reuse-main-area > .multiColumn5 {
	clear: none;
	display: inline-block;
	vertical-align: top;
}

.layout_indexbox .reuse-main-area > div > .column1 {
	float: none;
	width: 100%;
	margin: 0;
	font-size: 1.4rem;
}

.layout_indexbox .reuse-main-area > div.empty ,
.layout_indexbox .reuse-main-area > div > .column1.empty ,
.layout_indexbox .reuse-main-area > div > .column2 ,
.layout_indexbox .reuse-main-area > div > .column3 ,
.layout_indexbox .reuse-main-area > div > .column4 ,
.layout_indexbox .reuse-main-area > div > .column5 {
	display: none;
}


/* -- 1～4カラムは1カラムに -- */
.layout_indexbox .reuse-main-area > .multiColumn1 ,
.layout_indexbox .reuse-main-area > .multiColumn2 ,
.layout_indexbox .reuse-main-area > .multiColumn3 ,
.layout_indexbox .reuse-main-area > .multiColumn4 {
	margin: 0 5px 20px;
	width: calc(100% - 10px);
}

/* -- 5は2カラムに -- */
.layout_indexbox .reuse-main-area > .multiColumn5 {
	margin: 0 5px 20px;
	width: calc(50% - 10px);
}



/*-- トップページ --*/
[id=wide].sitetop #wrapper-3 {
	padding: 0;
}

[id=wide] .title2 h2 {
}

[id=wide] .title4.highlight h4 {
	margin-top: -15px;
	margin-bottom: 35px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #999;
}

[id=wide] [role="main"] .teaser.no-img:not(.highlight),
[id=wide] [role="main"] .external-teaser.no-img:not(.highlight),
[id=wide] [role="main"] .download-teaser.no-img:not(.highlight) {
	display: table;
	min-width: 200px;
	margin-top: 20px;
	margin-bottom: 0;
}



/* スライドMV */
[data-page-marker~="with-slider"] #mv ,
#promos1 .area-slider {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

[data-page-marker~="with-slider"] #mv:before ,
#promos1 .area-slider:before {
	content: "";
	display: block;
	padding-top: 54.28571%;
}

#promos1 .area-slider  {
	position: absolute;
	top: 50px;
	left: 0;
	overflow: hidden;

	padding-bottom: 40px;
}

#promos1 .area-slider  > .column1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;

	padding-bottom: 40px;
}

#area-slider .slick-dots {
	bottom: auto;
	top: 100%;
	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;
}

#area-slider .slick-prev {
	top: auto;
	bottom: 0;;
	left: 0;
	width: 40px;
	height: 40px;
	background: #1e804b;
	z-index: 1;
}

#area-slider .slick-prev:before {
	content: "";
	position:absolute;
	left: 50%;
	top: 50%;
	display: inline-block;
	width: 15px;
	height: 7px;
	margin-top: -4px;
	margin-left: -4px;
	border-bottom: 1px solid #fff;
	border-left: 1.25px solid #fff;
	-webkit-transform: skewX(-45deg);
	    -ms-transform: skewX(-45deg);
	        transform: skewX(-45deg);
}

#area-slider .slick-next {
	top: auto;
	bottom: 0;;
	right: 0;
	width: 40px;
	height: 40px;
	background: #1e804b;
	z-index: 1;
}

#area-slider .slick-next:before {
	content: "";
	position:absolute;
	right: 50%;
	top: 50%;
	display: inline-block;
	width: 15px;
	height: 7px;
	margin-top: -4px;
	margin-right: -4px;
	border-bottom: 1px solid #fff;
	border-right: 1.25px solid #fff;
	-webkit-transform: skewX(45deg);
	    -ms-transform: skewX(45deg);
	        transform: skewX(45deg);
}

#area-slider .slick-prev:hover ,
#area-slider .slick-prev:focus ,
#area-slider .slick-next:hover ,
#area-slider .slick-next:focus {
	background: rgba(30, 128, 75, 0.7);
}



/* カラム1 お客様一人ひとりへ */
#sharewithmain .layout_topbox_caption01 {
	padding: 40px 0 20px;
}

.layout_topbox_caption01 .title2 h2 ,
.layout_topbox_caption01 .title4 h4 {
	text-align: center;
}

/* カラム2 暮らしとエネルギーのサービス */
#sharewithmain .layout_topbox_business01 {
	background: #f3f3f3;
	padding: 40px 0 20px;
}

.layout_topbox_business02 {
	background: #f3f3f3;
	padding: 20px 0;
}

#wide .layout_topbox_02left.multiColumn2 {
	text-align: left;
	background: #f3f3f3;
}

#wide .layout_topbox_02left.multiColumn2 > .column1 {
	padding-right: 25px;
}

#wide .layout_topbox_02left.multiColumn2 > .column2 {
	margin-top: -60px;
	padding-left: 25px;
	position: relative;
	z-index: 1;
}

#wide .layout_topbox_02left.multiColumn2 > .column1 img {
	width: 100%;
}


#wide .layout_topbox_02right.multiColumn2 {
	text-align: right;
	background: #f3f3f3;
}

#wide .layout_topbox_02right.multiColumn2 > .column1 {
	padding-left: 25px;
	width: calc(100% - 30px);
}

#wide .layout_topbox_02right.multiColumn2 > .column2 {
	margin-top: -60px;
	padding-right: 25px;
	position: relative;
	z-index: 1;
}

#wide .layout_topbox_02right.multiColumn2 > .column1 img {
	width: 100%;
}

#wide .layout_topbox_02left .internal-link-area > a ,
#wide .layout_topbox_02left .external-link-area > a ,
#wide .layout_topbox_02right .internal-link-area > a ,
#wide .layout_topbox_02right .external-link-area > a {
	padding: 15px 20px;
	background: #fff;
	color: #666;

}

#wide .layout_topbox_02left .internal-link-area > a > :first-child ,
#wide .layout_topbox_02left .external-link-area > a > :first-child ,
#wide .layout_topbox_02right .internal-link-area > a > :first-child ,
#wide .layout_topbox_02right .external-link-area > a > :first-child {
	font-weight: bold;
	font-size: 170%;
	color: #00a258;
}

#wide .layout_topbox_02left .internal-link-area > a > :nth-child(2) ,
#wide .layout_topbox_02left .external-link-area > a > :nth-child(2) ,
#wide .layout_topbox_02right .internal-link-area > a > :nth-child(2) ,
#wide .layout_topbox_02right .external-link-area > a > :nth-child(2) {
	font-size: 80%;;
	font-weight: bold;
}

#wide .layout_topbox_02left .internal-link-area > a > :last-child ,
#wide .layout_topbox_02left .external-link-area > a > :last-child ,
#wide .layout_topbox_02right .internal-link-area > a > :last-child ,
#wide .layout_topbox_02right .external-link-area > a > :last-child {
	color: #00a258;
	font-weight: bold;
	padding-right: 20px;
	position: relative;
}

#wide .layout_topbox_02left .internal-link-area > a > :last-child:after ,
#wide .layout_topbox_02left .external-link-area > a > :last-child:after ,
#wide .layout_topbox_02right .internal-link-area > a > :last-child:after ,
#wide .layout_topbox_02right .external-link-area > a > :last-child:after {
	content: "";
	position:absolute;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 15px;
	height: 6px;
	margin-top: -4px;
	border-bottom: 1px solid #00a258;
	border-right: 1.25px solid #00a258;
	-webkit-transform: skewX(45deg);
	    -ms-transform: skewX(45deg);
	        transform: skewX(45deg);
}

/* カラム3 サステナビリティ・IR */
#sharewithmain .layout_topbox_ir01 {
	padding: 20px 0;
}

#sharewithmain .layout_topbox_ir01 > div {
	margin-bottom: 0;
}

.layout_topbox_ir01 .internal-link-area > a ,
.layout_topbox_ir01 .external-link-area > a {
	position: relative;
	font-size: 0;
}

.layout_topbox_ir01 .internal-link-area > a > img ,
.layout_topbox_ir01 .external-link-area > a > img {
	width: 100%;
	margin: 0;
}

.layout_topbox_ir01 .internal-link-area > a p ,
.layout_topbox_ir01 .external-link-area > a p {
	position: absolute;
}

.layout_topbox_ir01 .internal-link-area > a > img + p ,
.layout_topbox_ir01 .external-link-area > a > img + p {
	top: 15%;
	left: 30px;
	font-weight: bold;
	font-size: 2.4rem;
	color: #00a258;
}

.layout_topbox_ir01 .internal-link-area > a > img + p + p ,
.layout_topbox_ir01 .external-link-area > a > img + p + p {
	top: calc(15% + 40px);
	left: 30px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #808080;
}


.layout_topbox_ir01 .internal-link-area > a > p:last-child ,
.layout_topbox_ir01 .external-link-area > a > p:last-child {
	bottom: 15%;
	left: 20%;
	width: 60%;
	padding: 10px 40px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	border: 2px solid #fff;
}

.layout_topbox_ir01 .internal-link-area > a > p:last-child:after ,
.layout_topbox_ir01 .external-link-area > a > p:last-child:after {
	content: "";
	position:absolute;
	right: 20px;
	top: 50%;
	display: inline-block;
	width: 20px;
	height: 8px;
	margin-top: -4px;
	border-bottom: 1px solid #fff;
	border-right: 1.25px solid #fff;
	-webkit-transform: skewX(45deg);
	    -ms-transform: skewX(45deg);
	        transform: skewX(45deg);
}

.layout_topbox_ir01 .internal-link-area > a:hover > p:last-child ,
.layout_topbox_ir01 .external-link-area > a:hover > p:last-child {
}


/* カラム4 ニュース */
.layout_topbox_news .basic-list .yearTabs ,
.layout_topbox_news .basic-list .tabs ,
.layout_topbox_news .basic-list-english .yearTabs ,
.layout_topbox_news .basic-list-english .tabs {
	display: none;
}

.layout_topbox_news .internal-link-area > a > p:last-child ,
.layout_topbox_news .external-link-area > a > p:last-child {
	color: #00a258;
	font-weight: bold;
	padding-right: 30px;
	position: relative;
}

.layout_topbox_news .internal-link-area > a > p:last-child:after ,
.layout_topbox_news .external-link-area > a > p:last-child:after {
	content: "";
	position:absolute;
	right: 10px;
	top: 50%;
	display: inline-block;
	width: 15px;
	height: 6px;
	margin-top: -4px;
	border-bottom: 1px solid #00a258;
	border-right: 1.25px solid #00a258;
	-webkit-transform: skewX(45deg);
	    -ms-transform: skewX(45deg);
	        transform: skewX(45deg);
}


/* カラム5 企業 */
#sharewithmain .layout_topbox_company01 {
	padding: 40px 0 20px;
	background: url("../../../../../../resources/sw_img/bg_top_company.jpg") center center;
	background-size: cover;
	color: #fff;
}

.layout_topbox_company01 .title2 h2 ,
.layout_topbox_company01 .title4 h4 {
	text-align: center;
}

.layout_topbox_company01 .title2 h2 {
	color: #fff;
}

.layout_topbox_company01 .teaser.no-img:not(.highlight) h2 a ,
.layout_topbox_company01 .external-teaser.no-img:not(.highlight) h2 a {
	color: #fff;
	border-color: #fff;
}

.layout_topbox_company01 .teaser.no-img:not(.highlight) h2 a:before ,
.layout_topbox_company01 .external-teaser.no-img:not(.highlight) h2 a:before {
	border-color: #fff;
}

.layout_topbox_company01 .teaser.no-img:not(.highlight) h2 a:hover ,
.layout_topbox_company01 .external-teaser.no-img:not(.highlight) h2 a:hover {
	color: #00a258;
	background-color: #fff;
	border-color: #fff;
}

.layout_topbox_company01 .teaser.no-img:not(.highlight) h2 a:hover:before ,
.layout_topbox_company01 .external-teaser.no-img:not(.highlight) h2 a:hover:before {
	border-color: #00a258;
}


/* カラム5 採用 */
#sharewithmain .layout_topbox_recruit01 {
	padding: 40px 0 20px;
	background: url("../../../../../../resources/sw_img/bg_top_recruit.jpg") center center;
	background-size: cover;
}

.layout_topbox_recruit01 .title2 h2 ,
.layout_topbox_recruit01 .title4 h4 {
	text-align: center;
}

.layout_topbox_recruit01 .text-section dl.photo {
	width: auto;
	float: none;

	margin: auto;
	max-width: 80%;
}

.layout_topbox_recruit01 .text-section .caption {
	font-size: 1.6rem;
	color: #60c8ad;
	font-weight: bold;
	-webkit-transform: scaleX(1.2);
	    -ms-transform: scaleX(1.2);
	        transform: scaleX(1.2);
	letter-spacing: 0.1em;
}



/* カラム6 バナーs */
#sharewithmain .layout_topbox_banner {
	padding-top: 20px;
	background: #f3f3f3;
}
#sharewithmain .layout_topbox_banner + .layout_topbox_banner {
	padding-top: 0;
}

#sharewithmain .layout_topbox_banner > div {
	width: calc(50% - 10px);
	margin-bottom: 0;
}


/*-- インデックス のリンク集 --*/
[id=index] .internal-link-area > a ,
[id=index] .external-link-area > a {
	background: #fff;
	color: #666;

}

[id=index] .internal-link-area > a > img ,
[id=index] .external-link-area > a > img {
}

[id=index] .internal-link-area > a > p:first-child ,
[id=index] .external-link-area > a > p:first-child ,
[id=index] .internal-link-area > a > img + p ,
[id=index] .external-link-area > a > img + p {
	font-weight: bold;
	font-size: 140%;
	color: #00a258;
}

/*
[id=index] .internal-link-area > a > :nth-child(2) ,
[id=index] .external-link-area > a > :nth-child(2) {
	font-size: 80%;;
	font-weight: bold;
}
*/

[id=index] .internal-link-area > a > :last-child ,
[id=index] .external-link-area > a > :last-child {
	color: #00a258;
	font-weight: bold;
	padding-right: 30px;
	position: relative;
}

[id=index] .internal-link-area > a > :last-child:after ,
[id=index] .external-link-area > a > :last-child:after {
	content: "";
	position:absolute;
	right: 10px;
	top: 50%;
	display: inline-block;
	width: 15px;
	height: 6px;
	margin-top: -4px;
	border-bottom: 1px solid #00a258;
	border-right: 1.25px solid #00a258;
	-webkit-transform: skewX(45deg);
	    -ms-transform: skewX(45deg);
	        transform: skewX(45deg);
}


/*-- タブ風スタイル --*/
.layout_link_tabstyle01 div.link-list:not(.highlight) {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 20px;
}

.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;
	height: 50px;

	background: #f4f4f4;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #d5d5d5;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.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: 5px 10px;
	text-align: center;
	color: #333;
	line-height: 1.25;
	text-decoration: none;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li.act ,
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li:hover {
	color: #00a258;
	background: #fff;

	border-top-color: #d5d5d5;
	border-bottom-color: #fff;
	border-right-color: #d5d5d5;
	border-left-color: #d5d5d5;
}

.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;
}



/*-- メインビジュアル --*/
body[data-page-marker~="with-mv"] .bread-crumb {
	position: absolute;
	z-index: 1;
	color: #fff;
}

body[data-page-marker~="with-mv"] #wrapper-3 {
	margin-top: 300px;
}

body[data-page-marker~="with-mv"]:not([data-page-path^="/ja/news/"]):not([data-page-path^="/ja/irnews/"]) #page-intro {
	position: absolute;
	top: 120px;
	left: 0;
}

body[data-page-marker~="with-mv"]:not([data-page-path^="/ja/news/"]):not([data-page-path^="/ja/irnews/"]) #page-intro > h1 {
	color: #fff;
	text-shadow: 0 0 50px rgba(0,0,0, 0.5);
}

body[data-page-marker~="with-mv"][data-page-path^="/ja/news/"] #page-intro > h1:before {
	content: "ニュース&トピックス";
	position: absolute;
	top: 120px;
	left: 15px;
	display: block;
	width: calc(100% - 30px);
	color: #fff;
	text-shadow: 0 0 70px rgba(0,0,0, 0.5);
}

body[data-page-marker~="with-mv"][data-page-path^="/ja/irnews/"] #page-intro > h1:before {
	content: "IRインフォメーション";
	position: absolute;
	top: 120px;
	left: 15px;
	display: block;
	width: calc(100% - 30px);
	color: #fff;
	text-shadow: 0 0 70px rgba(0,0,0, 0.5);
}


/* MV本体 */
body[data-page-marker~="with-mv"] #promos1 .area-mv {
}

body[data-page-marker~="with-mv"] .mgnlEditorBar ~* #promos1 .area-mv {
}

body[data-page-marker~="with-mv"] #promos1 .area-mv > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 315px;
	overflow: hidden;
	z-index: -1;
}

body[data-page-marker~="with-mv"] #promos1 .text-section img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	min-width: 1050px;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

/* 第３階層は高さを半分に */
body[data-page-marker~="with-mv"] [data-current-level="3"] #promos1 .area-mv > div ,
body[data-page-marker~="with-mv"] [data-current-level="4"] #promos1 .area-mv > div ,
body[data-page-marker~="with-mv"] [data-current-level="5"] #promos1 .area-mv > div {
	height: 245px;
}

body[data-page-marker~="with-mv"] [data-current-level="3"] ~ #wrapper-3 ,
body[data-page-marker~="with-mv"] [data-current-level="4"] ~ #wrapper-3 ,
body[data-page-marker~="with-mv"] [data-current-level="5"] ~ #wrapper-3 {
	margin-top: 230px;
}

body[data-page-marker~="with-mv"] [data-current-level="3"]  ~* #page-intro ,
body[data-page-marker~="with-mv"] [data-current-level="4"]  ~* #page-intro ,
body[data-page-marker~="with-mv"] [data-current-level="5"]  ~* #page-intro {
	top: 100px;
}




/*-- IRカレンダー --*/
.xcalendar .shwTable .tbCore tr:nth-child(odd) td:nth-child(1) {
	background: #00a258;
}

.xcalendar .shwTable .tbCore tr:nth-child(even) td:nth-child(1) {
	background: #00a258;


}


/*-- リスト アイコンスタイル --*/
.layout_ul_icon1 .quoted-text blockquote ul li ,
.layout_ul_icon1 .highlight-quoted-text ul li ,
.layout_ul_icon1 .text-section ul li ,
.layout_ul_icon1 .internal-link-area ul li ,
.layout_ul_icon1 .external-link-area ul li ,
.layout_ul_icon1 .download-link-area ul li ,
.layout_ul_icon1 .faq-item ul li ,
.layout_ul_icon1 .vtable-item ul li ,
.layout_ul_icon1 .ircalendar-title ul li ,
.layout_ul_icon1 .ircalendar-item ul li {
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
	position: relative;
}

.layout_ul_icon1 .quoted-text blockquote ul li:before ,
.layout_ul_icon1 .highlight-quoted-text ul li:before ,
.layout_ul_icon1 .text-section ul li:before ,
.layout_ul_icon1 .internal-link-area ul li:before ,
.layout_ul_icon1 .external-link-area ul li:before ,
.layout_ul_icon1 .download-link-area ul li:before ,
.layout_ul_icon1 .faq-item ul li:before ,
.layout_ul_icon1 .vtable-item ul li:before ,
.layout_ul_icon1 .ircalendar-title ul li:before ,
.layout_ul_icon1 .ircalendar-item ul li:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0.5em;
	left: -1.5em;
	width: 10px;
	height: 6px;
	border-left: 2px solid #00a258;
	border-bottom: 2px solid #00a258;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.layout_ul_icon1 .link-list .text-without-link:before {
	content: none;
}

.layout_ul_icon1 .link-list li[class] {
	font-size: 1.6rem;
	padding-left: 0;
	padding-bottom: 5px;
	border-bottom: 4px double #00a258;
}


/*-- お客さま一人ひとりへ --*/
.layout_commitment_message {
	margin-bottom: 40px;
}

.layout_commitment_message:after {
	content: "";
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 940px;
	background: url("../../../../../../resources/sw_img/bg_commitment_message.jpg") no-repeat center bottom;
	background-size: cover;
	margin-top: -940px;
	z-index: -1;
}

.layout_commitment_message > div {
	padding-bottom: 300px;
}


/*-- IR TOP 最新決算資料 --*/
#sharewithmain .layout_irbox_latest {
	padding: 20px 20px 10px;
	border: 1px solid #d3d3d3;
	margin-bottom: 40px;
}


/*-- 早わかりサーラ --*/
#sharewithmain .layout_group_number {
}

.layout_group_number .text-section {
	font-size: 13px;
}

.layout_group_number .text-section img {
	margin: -20px -10px;
}

.layout_group_number .text-section table td {
	height: 120px;
}

.layout_group_number .text-section em {
	font-family: inherit;
	font-style: normal;
	font-size: 200%;
}


.layout_irbox_latest .news-material dl:nth-of-type(n+2){
	display: none;
}
