@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 {
	padding: 0;
	width: auto;
	min-width: calc(1000px + 40px);
}

#nav {
	float: none;
	width: auto;
}

#wrapper-3 {
	float: none;
	width: 1000px;
	margin: auto;
}

#sharewithmain {
}


/*-- コンテンツ下エリア --*/
#promos3 {
}


/*-- サイドナビエリア --*/
#promos1 {
}

#nav-box {
	margin-bottom: 40px;
}

#promos2 {
}


/* サイドナビ表示なし */
.col-subcol #wrapper-3 {
}

.col-subcol #nav {
	display: block;
}


/*------------------------------------- 
 フッターエリア
-------------------------------------*/
/*-- セクションフッター --*/
#section-site-info {
}

#section-site-info-box {
}

/*-- フッター --*/
#site-info {
	min-width: calc(1000px + 40px);
	position: relative;
	margin-top: 30px;
	background: #168749;
}

#site-info-box {
	width: 1000px;
	margin: auto;
}

p#copyright {
	font-size: 11px;
	color: #aaa;
	text-align: right;
}


/*------------------------------------- 
 ヘッダエリア
-------------------------------------*/
/*-- 画像とテキストの場合のみ --*/
#branding ,
#logo ,
#nav-meta {
	display: none;
}

/*-- 更新日表示 --*/
#pub-date {
	width: 1000px;
	margin: auto;
}

#pub-date p {
	text-align: right;
}

/*-- セクションヘッダー（総合トップ・スペシャル以外） --*/
#section-header {
	margin: 30px auto 20px auto;
	width: 1000px;
	background: #0d8ccc;
	border-radius: 5px;
	overflow: hidden;
}

#section-header h5 {
}

#section-header p {
}


/*------------------------------------- 
 ぱんくず
-------------------------------------*/
/* 4箇所ある枠の内1か所に入力 */
.bread-crumb {
	margin: auto;
	padding: 15px 0px;
	width: 100%;
	min-width: 1000px;
	font-size: 1.3rem;
}

.bread-crumb ol {
	width: 1000px;
	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.3rem;
}



/* -----------------------------
 グローバルナビ
--------------------------------- */
/*-- ページプロパティから設定可 --*/
#nav-global {
	display: none;
}



/*------------------------------------- 
 サイドナビ
-------------------------------------*/
/*-- ページプロパティから設定可 --*/
#nav-box {
	position: relative;
	font-size: 0;
	margin: auto;
	width: 1020px;
	padding: 20px 0;
	padding-right: 20px;
	min-height: 46px;
/*	padding-bottom: 25px; */
	border-bottom: 1px solid #eaeaea;
}

#nav-box:after {
	content: "";
	display: block;
	clear: both;
}

/* ナビ上に無い独立したページ 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 h5 .btn {
	display: none;
}


/* 1階分層 */
#nav-box ul {
}

#nav-box li {
}

#nav-box br {
	display: none;
}

#nav-box strong ,
#nav-box a {
	overflow: visible;
/*	max-width: 140px; */
/*	height: 90px; */

	display: none;

	color: #666; 
	line-height: 1.25;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	padding-left: 10px;
	border-left: 1px solid #eaeaea;
}

#nav-box li:first-child > h5 > strong ,
#nav-box li:first-child > h5 > a ,
#nav-box li:first-child > strong ,
#nav-box li:first-child > a {
	border: none;
}

#nav-box strong {
/*	font-weight: bold; */
	color: #168749;
}

#nav-box a:hover {
	color: #168749;
}

/*
#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 {
	max-width: none;
}
*/


/* 現在地フォルダー配下を表示 */
#nav-box.on-leaf.within .on ,
#nav-box:not(.on-leaf) .on {
}

#nav-box.on-leaf.within .on > h5 ,
#nav-box:not(.on-leaf) .on > h5 {
	float: left;
	padding: 4px 0;

	display: none;
}

#nav-box.on-leaf.within .on > h5 a ,
#nav-box.on-leaf.within .on > h5 strong ,
#nav-box:not(.on-leaf) .on > h5 a ,
#nav-box:not(.on-leaf) .on > h5 strong {
	border: none;

	max-width: 200px;
	display: inline-block;
	color: #333; 
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

#nav-box.on-leaf.within .on > ul ,
#nav-box:not(.on-leaf) .on > ul {
/*	float: right; */
/*	display: inline-block; */
/*	text-align: right; */
}

#nav-box.on-leaf.within .on > ul:not(.navLevel_1) ,
#nav-box:not(.on-leaf) .on > ul:not(.navLevel_1) {
/*	max-width: 810px; */
}

#nav-box.on-leaf.within .on > ul > li ,
#nav-box:not(.on-leaf) .on > ul > li {
	display: inline-block;
	margin-right: 10px;
	padding: 4px 0px;
}

#nav-box.on-leaf.within .on > ul > li > h5 a ,
#nav-box.on-leaf.within .on > ul > li > h5 strong ,
#nav-box:not(.on-leaf) .on > ul > li > h5 a ,
#nav-box:not(.on-leaf) .on > ul > li > h5 strong {
	display: inline-block;
}

#nav-box.on-leaf.within .on > ul ul ,
#nav-box:not(.on-leaf) .on > ul ul {
	display: none;
}


/* 現在地を含むフォルダーを表示 */
#nav-box.on-leaf .within {
}

#nav-box.on-leaf .within > h5 {
	float: left;
	padding: 4px 0;

	display: none;
}

#nav-box.on-leaf .within > h5 a ,
#nav-box.on-leaf .within > h5 strong {
	border: none;

	max-width: 200px;
	display: inline-block;
	color: #333; 
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

#nav-box.on-leaf .within > ul {
/*	float: right; */
/*	display: inline-block; */
/*	text-align: right; */
}

#nav-box.on-leaf .within > ul:not(.navLevel_1) {
/*	max-width: 810px; */
}

#nav-box.on-leaf .within > ul > li {
	display: inline-block;
	margin-left: 10px;
	padding: 4px 0px;
}

#nav-box.on-leaf .within > ul > li > h5 a ,
#nav-box.on-leaf .within > ul > li > h5 strong {
	display: inline-block;
}

#nav-box.on-leaf .within > ul ul {
	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 {
	width: 100%;
	min-width: 750px;
	margin-bottom: 20px;
}

/* -- ページタイトルをテキストで表示 -- */
#page-intro > h1 {
	color: #00a258;
	font-size: 3.6rem;
	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 {
	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: 3.0rem;
	font-weight: bold;
	line-height: 1.2;

	margin-bottom: 20px;
}

/*-------------- 小見出し --------------*/
/* -- 見出しh2レベル -- */
.title2.highlight h2 {
}

.title2:last-child h2 {
	margin-bottom: 0px;
}


/* -- 見出しh3レベル -- */
.title3:not(.highlight) h3 {
	position: relative;
	color: #555;
	font-size: 2.4rem;
	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.8rem;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 8px;
	border-left: 3px solid #00a258;;
	margin-bottom: 8px;
}

.title4.highlight h4 {
}


/*------------------------------------- 
 テキスト・画像
-------------------------------------*/
/*-------------- 緊急お知らせエリア --------------*/
/* 総合トップ・サイトトップのみ、コンテンツエリア外に１つのみ */
.quoted-text {
	width: 1000px;
	margin: 40px auto 20px;
}

.quoted-text blockquote {
	background: none;
	padding: 10px;
	border: #F00 2px solid;
}

/*-------------- 囲み線ありテキスト --------------*/
.highlight-quoted-text {
	border: #d3d3d3 1px solid;
	background-color: #F3f3f3;
	padding: 15px 20px;
	margin: 0 auto 20px;
}

.highlight-quoted-text cite {
	background: transparent url("../../../../../../resources/templating-kit/themes/pop/img/bgs/dash.png") no-repeat scroll 0px 8px;
	padding-left: 10px;
	font-size: 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 {
	display: inline-block;
	margin-bottom: 10px;
}

.anchor-link + .anchor-link {
	margin-left: 10px;
	padding-left: 10px;
}

.anchor-link a {
	position: relative;
	display: block;
	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 {
	font-size: 0;
}

.link-list.highlight ul li[class] {
	font-size: 1.4rem;
	display: inline-block;
	width: calc(25% - 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;
}

/* 見出し行 */
.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;
}


/* お問い合わせを表組風に(セル＋見出し列相当) */
.form-wrapper .form-edit ,
.form-wrapper .form-selection ,
.form-wrapper .form-edit:before ,
.form-wrapper .form-selection:before ,
.form-wrapper .form-edit > label ,
.form-wrapper .form-selection > label ,
.form-summary table td:first-child {
	color: inherit;
	padding: 16px 16px;
	border: 1px solid #d3d3d3;

	text-align: left;
	vertical-align: middle;
	background-color: #f3f3f3;
}

/*-------------- テーブル縦 --------------*/
/* -- デフォルト比率  -- */
.vtable-item > table > tbody > tr > td {
	width: 25%;
}

.vtable-item > table > tbody > tr > th {
	width: 12.5%;
}

/*-------------- テーブル横 --------------*/
/* -- デフォルト比率  -- */
.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: 0px;
	padding-left: 14.2em;
}

/*-- 画像 --*/
.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; 
	padding-top: 0px;
	padding-left: 14.2em;
}

/*-- 画像 --*/
.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;
}


/*-- 中見出し(h2)の下にある場合 --*/
.title2 ~ .news-latest-2nd .all ,
.title2 ~ .news-latest-tabbed-2nd .all {
	position: absolute;
	top: -50px;
	right: 0;
	margin: 0;
	display: block;
}

/* テキスト変更 */
.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: 20px;
	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: 20px;
	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: 15.8em;
}

.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;
	text-decoration: none;
}

/* -- カテゴリアイコン -- */
.basic-list:not(.thumnail) ul.tabItems li .c_icon ,
.basic-list-english:not(.thumnail) ul.tabItems li .c_icon {
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	margin-left: -120px;

/* 縦並び */
	width: 120px;
	float: left;

/* 横並び */
/*
	min-width: 120px;
*/
}

/* -- ファイルアイコン -- */
.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% / 3 - 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 {
	white-space: pre;
	white-space: pre-line;
	word-break: break-word;
}

/* 読む */
.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;
	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;
}

/*----- １カラムの場合、地図が画面端まであるとスクロールさせずらいので余白を設ける -----*/
.multiColumn1 div.map {
	margin-left: 30px;
	margin-right: 30px;
}


/*-------------- iframe表示 --------------*/
.disp-external-page {
}

.disp-external-page iframe {
	border: none;
	display: block;
	width: 100%;
	height: 800px;
	margin: auto;
}


/*------------------------------------- 
 サイトマップ
-------------------------------------*/
/*-------------- サイトマップ --------------*/
.sitemap {
	display: inline-block;
	vertical-align: top;
	width: 48.5%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.sitemap:nth-child(even) {
	margin-right: 0;
}

/* -- 第１階層(ja)・第２階層 -- */
.sitemap > h2 {
	line-height: 1.2;
	font-size: 1.4rem;
	font-weight: bold;
	border: #CCC 1px solid;
	margin-bottom: 12px;
	padding: 8px 8px 6px;
}

.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  {
	display: inline-block;
	vertical-align: top;
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 20px;
}
.sitemap-1st > ul > li:nth-child(even) {
	margin-right: 0;
}

/* -- 第１階層(ja)・第２階層 -- */
.sitemap-1st > 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 {
}

.footer-about h4 {
	font-weight: bold;
	line-height: 1.2;
	border-left: #999 3px solid;
	padding-top: 1px;
	padding-left: 8px;
	margin-bottom: 8px;
}

.footer-about img {
	display: block;
	margin: auto;
}

/*-------------- フッタリンクリスト --------------*/
.footer-link-list {
}

.footer-link-list h4 {
}

.footer-link-list ul {
}

.footer-link-list ul:after {
	content: "";
	display: block;
	clear: both;
}

.footer-link-list ul li {
}


/*-------------- 内部フッタリンク --------------*/
/*-------------- 外部フッタリンク --------------*/
.footer-link-list ul li.footer-link-internal ,
.footer-link-list ul li.footer-link-external {
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") 6px 0.4em no-repeat;
	padding-left: 18px;
}
.footer-link-list ul li.footer-link-internal a ,
.footer-link-list ul li.footer-link-external a {
}

/* -- 別窓アイコン -- */
.footer-link-list .footer-link-internal a[target="_blank"]:after ,
.footer-link-list .footer-link-external a[target="_blank"]:after {
	content: "";
	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
-------------------- */
/*
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input,
textarea,
select {
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.validity-alert {
	font-family: 'arial', 'helvetica', 'sans-serif';
	font-size: 14px;
}
textarea {
	font-family: 'arial', 'helvetica', 'sans-serif';
}
.form-box {
/*	width: 95%; */
/*	padding: 0 20px; */
	margin: auto;
}
.form-wrapper {
	clear: both;
	margin: auto;
}

.form-wrapper div:after {
	content: "";
	display: block;
	clear: both;
}

#step-by-step {
	margin: 20px 0;
	padding: 4px 10px;
	border-radius: 5px;
	background: #0d8ccc;
}
#step-by-step ol {
	zoom: 1;
	list-style-position: inside;
	color: #fff;
}
#step-by-step ol:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#step-by-step li  {
	float: left;
	margin: 0 20px 0 0;
	padding: 4px;
	border-radius: 5px;
	list-style-position: inside;
}
#step-by-step li.do  {
	background: #EC1549;
}
#step-by-step li.do button {
	color: #fff;
}
#step-by-step li button {
	display: inline-block;
	padding: 3px;
	background: transparent;
	border: none;
	-webkit-appearance: none;
	color: #fff;
	font-family: 'arial','helvetica','sans-serif';
	cursor: pointer;
}
#step-by-step li button:hover,
#step-by-step li button:focus,
#step-by-step li button:active {
	text-decoration: underline;
}
#step-by-step li button[disabled] {
	cursor: default;
	color: #ccc;
	text-decoration: none;
}

.form-wrapper fieldset {
	border: none;
	margin: 5px 0 30px 0;
}
.form-wrapper fieldset > h2 {
	margin-bottom: 10px;
	padding: 5px 10px;
	color: #333;
	background-color: #CCCCCC;
}
.form-wrapper p.required {
	text-align: right;
}
/*.form-wrapper*/ #Check p.required {
	display: none;
}
.form-wrapper p.required span,
.form-wrapper dfn {
	color: #ec1549;
	font-weight: bold;
	font-style: normal;
}


.form-wrapper div.form-edit span ,
.form-wrapper div.form-selection span {
}
.form-row {
	clear: both;
	zoom: 1;
	border-bottom: 1px dotted #b3b3b3;
	padding: 10px 0 15px 0;
}
.form-row div {
	width: auto;
	border-bottom: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.form-row .form-item {
	margin: 0;
	clear: none;
}
.form-wrapper label {
	position: relative;
	display: block;
	cursor: inherit;
}
.form-wrapper label[for="text"] {
}
.form-wrapper label span {
}
.form-wrapper fieldset .multiple-labels fieldset input,
.form-wrapper input,
.form-wrapper textarea,
.form-wrapper div.mod input.mod {
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	margin: 3px 0 0 0;
	border: 1px solid #c2c2c2;
	padding: 10px 3px 10px 3px;
	background: #ffffff;
}
.form-wrapper input[type="submit"] {
	display: inline;
	border: 1px solid #c2c2c2;
}
.step-controls {
	position: relative;
	top: 2px;
}
.input-datetime-local .step-controls {
	top: auto;
}
.form-item-hidden,
.form-wrapper input[type=hidden] {
   display: none;
}
.form-wrapper .multiple-labels fieldset input.a11y-focus,
.form-wrapper .multiple-labels fieldset input:focus,
.form-wrapper input:focus,
.form-wrapper textarea:focus,
.form-wrapper input.a11y-focus,
.form-wrapper textarea.a11y-focus {
	border: 1px solid #000;
	background: #FFFFFF;
}
.form-wrapper input[type=radio].a11y-focus,
.form-wrapper input[type=checkbox].a11y-focus {
	background: transparent;
	border: none;
}
.form-wrapper textarea {
	width: 100%;
}
.form-wrapper select {
	display: block;
	width: 310px;
	margin: 5px 0 0 0;
}
.form-wrapper div span.input-datetime-local {
	font-size: 100%;
}
.form-wrapper h4 {
	padding: 0 0 10px 0;
	color: #000;
	font-size: 130%;
	font-weight: bold;
}
.form-wrapper div.multiple-labels label span {
	color: #555;
	font-size: 110%;
	font-weight: normal;
}
.form-row label span {
	display: inline;
}
.form-row label.m span {
	clear: both;
	padding: 0 0 5px 0;
}
.form-row span.help a {
	background: url("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") 0 -651px no-repeat;
	padding-left: 15px;
}

/* multiple inputs in one row */
.form-row .form-item-s,
.form-row .form-item-m,
.form-row .form-item-l {
	float: left;
	margin: 0;
	clear: none;
	width: 92px;
}
.form-row .form-item-m {
	width: 161px;
	padding: 0;
}
.form-row .form-item-l {
	width: 363px;
}
.form-row .form-item-s input {
	width: 70px;
}
.form-wrapper .form-row .form-item-m input {
	width: 139px;
}
.form-row .form-item-l input {
	width: 209px;
}

/* checkboxes & radiobuttons */
.form-wrapper fieldset fieldset {
	margin: 0;
	padding: 0;
}
.form-wrapper fieldset fieldset .form-item {
	float: none;
	display: block;
	clear: both;
}
.form-wrapper fieldset fieldset input {
	width: auto;
	display: inline;
	background: transparent;
	border: none;
}
#main .form-wrapper fieldset fieldset legend {
	text-indent: -9999px;
	font-size: 0;
}
.form-wrapper  fieldset fieldset div.form-item label {
	display: inline;
}

/* mod for short elements */
.form-wrapper fieldset fieldset.mod .form-item {
	float: left;
	clear: none;
	margin-right: 15px;
}
.form-wrapper fieldset fieldset.mod .form-item label {
	display: inline;
}

/* table date-picker */
.input-date-datepicker-control td:hover {
    background-color: #BBEEFF;
    border: none;
    -webkit-box-shadow: 0 3px 9px rgba(255, 255, 255, 0.9) inset;
            box-shadow: 0 3px 9px rgba(255, 255, 255, 0.9) inset;
}
.input-date-datepicker-control td.ui-datepicker-today {
	border: none;
	background: #EC1549;
}
.input-date-datepicker-control td.ui-datepicker-today a {
	color: #fff;
}
.input-date-datepicker-control td.ui-datepicker-current-day {
	border: none;
	background: #999;
}

/* Submit */
.form-wrapper div.button-wrapper {
	width: 100%;
	position: relative;
	border: none;
	padding: 10px 0 5px 0;
	text-align: center;
}
.form-wrapper fieldset div.button-wrapper em {
	float: right;
	margin-top: -24px;
	font-size: 140%;
}
.new-search .button,  /* button outside button-wrapper */
.form-wrapper div.button-wrapper input { /* button */
	right: auto;
	width: auto;
	margin: 5px;
	padding: 12px 70px;
	/*color: #fff;*/
	cursor: pointer;
	font-size: 120%;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;

	background: #eaeaea;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #dedede), color-stop(0.00, #f7f7f7));
	background: -webkit-linear-gradient(#f7f7f7, #dedede);
	background: -o-linear-gradient(#f7f7f7, #dedede);
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#dedede));
	background: linear-gradient(#f7f7f7, #dedede);
}

/* -- 確認ページ -- */
.form-summary {
	margin: 0 auto 20px;
}

.form-summary table {
}

.form-summary table caption {
}

.form-summary table td {
/*	border: solid #7F9BDA 1px; */
/*	padding: 5px 10px; */
	white-space: pre;
	white-space: pre-line;
	word-break: break-word;
	width: 70%;
}

.form-summary table td:first-child {
/*	color: #333;  */
/*	background-color: #DCE5F4; */
/*	font-weight: bold; */
/*	text-align: left; */
	width: 30%;
}

.new-search .button {  /* button outside button-wrapper */
	padding-top: 3px;
	padding-bottom: 4px;
}
.new-search .button:hover,
.new-search .button:active,
.new-search .button:focus,
.form-wrapper div.button-wrapper input:hover,
.form-wrapper div.button-wrapper input:active,
.form-wrapper div.button-wrapper input:focus {
	background: #B9B9B9;
	/*color: #fff;*/
	border: 1px solid #111;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
}
/* link-Button */
a.button {
	background: #b90834 url("../../../../../../resources/templating-kit/themes/pop/img/bgs/submit.png") 0 0 repeat-x;
	min-width: 60px;
	width: auto;
	border: 1px solid #f19eb2;
	border-right: 1px solid #920728;
	border-bottom: 1px solid #920728;
	padding: 3px 20px 2px 20px;
	text-align: center;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
a.button span {
	position: absolute;
}
a.button:hover,
a.button:active,
a.button:focus {
	color: #fac4d1;
}

/* error messages */
.error {
	color: #ec1549;
	font-weight: bold;
}

.error a ,
.error a:hover {
	color: #333;
	text-decoration: none;
	cursor: default;
}

.form-box .error h1 {
	background: url("../../../../../../resources/templating-kit/themes/pop/img/icons../../img/bgs/error.png") 0 8px no-repeat;
	margin-bottom: 10px;
	padding: 5px 0 0 30px;
	color: #ec1549;
}
.form-box div.error {
	margin: 20px 0;
	font-weight: bold;
}
.form-box div.error ul {
	margin: 0 0 0 45px;
}
.form-box div.error li {
	color: #ec1549;
}
.form-box div.error li a,
.form-box div.error label span {
	color: #ec1549;
}

.form-wrapper div.error {
	margin: 0;
}
.form-ui-invalid {
	border-color: #ec1549;
}
.form-wrapper div.error input,
.form-wrapper div.error select,
.form-wrapper div.error textarea,
.form-wrapper div input.form-ui-invalid,
.form-wrapper div textarea.form-ui-invalid,
.form-wrapper div select.form-ui-invalid {
	border: 1px solid #ec1549;
}


/* success messages */
.form-box .success {
	margin: 10px 0;
}
.form-box .success h1 {
	background: url("../../../../../../resources/templating-kit/themes/pop/img/bgs/confirmed.png") 0 8px no-repeat;
	margin-bottom: 10px;
	padding: 5px 0 0 30px;
	color: #afaf00;
}



/* -- お問い合わせページ　設定例 -- */
.form-wrapper div.form-edit ,
.form-wrapper div.form-selection {
	background: none;

	position: relative;
	padding: 0;
	margin: 0;
	margin-bottom: -1px;
}

/* 左セル */
.form-wrapper div.form-edit:before ,
.form-wrapper div.form-selection:before {
	border-top: none;
	border-bottom: none;
	border-left: none;

	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 30%;
	height: 100%;
}

.form-wrapper div.form-edit > label ,
.form-wrapper div.form-selection > label {
	border: none;
	background: none;

	float: left;
	width: 30%;
}

/* 右セル */
.form-wrapper div.form-edit > input[type="text"] ,
.form-wrapper div.form-edit > textarea ,
.form-wrapper div.form-edit > span ,
.form-wrapper div.form-selection > fieldset {
	margin: 0;

	float: right;
	width: 65%;
	width: calc(70% - 20px) !important;
	margin-right: 10px;
}

/*-- 入力フィールド --*/
.form-wrapper div.form-edit {
}

.form-wrapper div.form-edit > input[type="text"] ,
.form-wrapper div.form-edit > textarea {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px;
}


.form-wrapper div.form-edit > span {
	padding: 0;
	font-size: 87.5%;
}


/*-- セレクトボタン(チェックボックス・ラジオボタン・セレクトボックス) --*/
.form-wrapper div.form-selection {
}

.form-wrapper div.form-selection > fieldset {
	margin-top: 5px;
	margin-bottom: 5px;
}

.form-wrapper div.form-selection > fieldset > legend {
	font-size: 87.5%;
}

.form-wrapper div.form-selection > fieldset > select {
	margin: 0;
	width: auto;
	display: block;

	padding: 0.25em 0.25em;
	border: 1px solid #c2c2c2;
}



/* --------------------------------------
 個別設定
-------------------------------------- */
/* -- スマホ -- */
.sp_navi {
	display: none;
}

#panel2-sw ,
.panel2-sw ,
.panel2-btn {
	display: none;
}


/* 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;
	height: 0;
	width: 100%;
	max-width: calc(1000px + (51px + 50px) *2);
/*	max-width: 1162px; */
	left: 50%;
	bottom: -50px;
	opacity: 0.3;
	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 {
	bottom: 15px;
	opacity: 1;
}

/* 画像を使用する場合 */
/*
#site-info .topcontrol a ,
#topcontrol a {
	position: relative;
	right: 50px;
	bottom: 50px;
	cursor: pointer;
	margin: auto;

	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;
	right: 50px;
	bottom: 50px;
	cursor: pointer;
	margin: auto;

	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: 3em 20px 80px;
}

#site-info .toTop a ,
#toTop a {
	padding-left: 1.44em;
	display: inline-block;
	position: relative;
	overflow: visible;
}

#site-info .toTop a:before ,
#toTop a:before {
	content: "";
	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;
}



/*-- ハードポイント用スタイルリセット 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-top: 40px;
	padding-bottom: 10px;
}

#site-info .area-footer-logo a {
	padding: 20px;
	display: table;
}

#site-info .area-footer-copyright {
	text-align: center;
	font-size: 1.2rem;
	padding-top: 10px;
	color: #d1d1d1;
}

/* フッターサイトマップ */
#site-info .area-footer-sitemap {
	margin-top: 20px;
	margin-bottom: 20px;
}

#site-info .area-footer-sitemap > div {
	display: table;
	width: 100%;
}

#site-info .area-footer-sitemap > div > div {
	display: table-row;
	width: 100%;
}

#site-info .area-footer-sitemap > div > div > div {
	display: table-cell;
	vertical-align: top;
	padding: 0 5px;
}

#site-info .area-footer-sitemap .sitemap-1st a {
	font-size: 1.2rem;
	margin-bottom: 5px;
	border-bottom: 1px solid transparent;
}

#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 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 .siteLevel_1 > li > a {
	position: relative;
	padding-left: 15px;
}

#site-info .area-footer-sitemap .sitemap-1st .siteLevel_1 > li > a:before {
	content: "";
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 50%;
	width: 7px;
	height: 1px;
	background: #fff;
}


/*-- ヘッダー --*/
#header {
	height: 83px;
}

#promos3 .area-sp-header {
	display: none !important;
}

#promos3 .area-pc-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: calc(1000px + 40px);
	background: #fff;
	-webkit-transition: 0.5s 0.3s;
	-o-transition: 0.5s 0.3s;
	transition: 0.5s 0.3s;
	z-index: 10001;
}

#promos3 .area-pc-header:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	min-width: calc(1000px + 40px);
	height: 1px;
	background-color: #b9b9b9;
	-webkit-transition: 0.5s 0.3s;
	-o-transition: 0.5s 0.3s;
	transition: 0.5s 0.3s;
}

[data-page-path="/ja/index"] #header:not(.float) ~* #promos3 .area-pc-header {
	background: #fff;
	background: -webkit-linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0));
	background: -o-linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
	background: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0));
}

[data-page-path="/ja/index"] #header:not(.float) ~* #promos3 .area-pc-header:before {
	background: transparent;
}

#promos3 .area-pc-header > div {
	position: relative;
	width: calc(1000px + 40px);
	height: 82px;
}

#promos3 .area-header-logo {
	position: absolute;
	left: 10px;
	top: 15px;
}

#promos3 .area-header-logo a {
	padding: 10px;
}

/* グロナビ */
#promos3 .area-gnavi {
	position: absolute;
	right: 0;
	bottom: 0;
}

#promos3 .area-gnavi > div {
	display: table;
}

#promos3 .area-gnavi > div > div {
	display: table-row;
}

#promos3 .area-gnavi > div > div > div {
	display: table-cell;
}


#promos3 .area-gnavi .teaser h2 a ,
#promos3 .area-gnavi .external-teaser h2 a {
	font-size: 1.2rem;
	font-weight: bold;
	color: #000;
	padding: 10px;
}

#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: 2px;
}

#promos3 .area-gnavi .teaser h2 a.act ,
#promos3 .area-gnavi .teaser h2 a.within ,
#promos3 .area-gnavi .teaser h2 a:hover ,
#promos3 .area-gnavi .external-teaser h2 a:hover {
	color: #00a258;
}

#promos3 .area-gnavi .teaser .note_tx ,
#promos3 .area-gnavi .external-teaser .note_tx {
	position: absolute;
	z-index: -1;
}



/* メガドロップメニュー */
#promos3 .area-gnavi .gnavi-drop {
	overflow: hidden;
	position: fixed;
	left: 0%;
	top: 83px;
	width: 100%;
	min-width: 1000px;
	max-height: 0;
	background: #f3f3f3;
	padding: 0;
	-webkit-box-shadow: 0 10px 20px -5px rgba(107, 107, 107, 0.3);
	        box-shadow: 0 10px 20px -5px rgba(107, 107, 107, 0.3);
	z-index: 10;

	-webkit-transition: 0.5s 0.1s;
	-o-transition: 0.5s 0.1s;
	transition: 0.5s 0.1s;
}

/*
#promos3 .area-gnavi .gnavi-drop:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	-webkit-box-shadow: 0 3px 3px #6b6b6b;
	        box-shadow: 0 3px 3px #6b6b6b;
	z-index: 20;
	height: 5px;
	margin-top: -5px;
}
*/

#promos3 .area-gnavi .teaser:hover + div.gnavi-drop ,
#promos3 .area-gnavi .gnavi-drop:hover {
	max-height: 350px;
}

#promos3 .area-gnavi .sitemap-1st {
	overflow: hidden;
	width: 1000px;
	padding: 20px 0 50px;
}

#promos3 .area-gnavi .sitemap-1st > a {
	padding: 10px 0 15px;
	color: #00a258;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 10px;
}

#promos3 .area-gnavi .sitemap-1st > a:after {
	content: "";
	margin-top: -5px;
	margin-left: 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 3px solid #00a258;
	border-right: 3px solid #00a258;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

#promos3 .area-gnavi .sitemap-1st ul.siteLevel_1 {
	font-size: 0;
}

#promos3 .area-gnavi .sitemap-1st ul.siteLevel_1 > li {
	position: relative;
	display: inline-block;
	padding-right: 30px;
	margin-bottom: 10px;
}

#promos3 .area-gnavi .sitemap-1st ul.siteLevel_1 > li:before {
	content: "";
	position: absolute;
	left: -15px;
	top: 0;
	display: block;
	width: 1px;
	height: 100%;
	background: #00a258;
}


#promos3 .area-gnavi .sitemap-1st ul.siteLevel_1 > li > a {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 0px;
}

#promos3 .area-gnavi .sitemap-1st ul.siteLevel_1 > li > a:hover {
	color: #00a258;
}

#promos3 .area-gnavi .sitemap-1st ul.siteLevel_2 {
	display: none;
}


/* 言語切り替え */
#promos3 .area-lang-navi {
	position: absolute;
	right: 10px;
	top: 10px;
}

#promos3 .area-lang-navi .link-list li {
	display: inline-block;
	vertical-align: middle;
}

#promos3 .area-lang-navi .link-list li + li:before {
	content: "/";
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-size: 1.2rem;
	font-weight: bold;
}

#promos3 .area-lang-navi .link-list li a {
	display: inline-block;
	vertical-align: middle;
	padding: 0 3px;
	color: #000;
	font-size: 1.2rem;
	font-weight: bold;
	border-bottom: 2px solid transparent;
}

#promos3 .area-lang-navi .link-list li a.within {
	border-color: #00a258;
}

#promos3 .area-lang-navi .link-list li a:hover {
	color: #00a258;
}


/* お問い合わせリンク */
#promos3 .area-head-navi {
	position: absolute;
	right: 90px;
	top: 10px;
}

#promos3 .area-head-navi .link-list li {
	display: inline-block;
	vertical-align: middle;
}

#promos3 .area-head-navi .link-list li a {
	display: inline-block;
	vertical-align: middle;
	padding: 0 3px;
	color: #000;
	font-size: 1.2rem;
	font-weight: bold;
	border-bottom: 2px solid transparent;
}

#promos3 .area-head-navi .link-list li a:hover {
	color: #00a258;
}




/*-- 装飾用 --*/


/*-- トップページ --*/
body[id=wide] #wrapper-2 {
	padding-top: 0;
	margin-top: -82px;
	margin-bottom: 0;
}

body[id=wide] #site-info {
	margin-top: 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 */
#wide .layout_full_column.multiColumn1 > .column1 {
	width: auto;
}


[id=wide][data-page-marker~="with-slider"] #wrapper-2 {
	margin-top: 0;
}

[data-page-marker~="with-slider"] #mv ,
#promos1 .area-slider {
	display: block;
	width: 100%;
	min-width: 1040px;
	height: 800px;
	position: relative;
}


[data-page-marker~="with-slider"] #mv {
	height: calc(800px - 83px);
	margin-bottom: 40px;
}

#promos1 .area-slider  {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

#promos1 .area-slider > .column1 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	min-width: 1400px;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;

	padding-bottom: 40px;
}

#area-slider .slick-slide img {
	width: 100%;
}

#area-slider .slick-dots {
	bottom: 50%;
	margin-bottom: -420px;
	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: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	margin-left: -500px;
	margin-bottom: -380px;
	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: 50%;
	right: 50%;
	width: 70px;
	height: 70px;
	margin-right: -500px;
	margin-bottom: -380px;
	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 お客様一人ひとりへ */
.layout_topbox_caption01 {
	padding: 40px 0 20px;
}

.layout_topbox_caption01 .title2 h2 ,
.layout_topbox_caption01 .title4 h4 {
	text-align: center;
}

/* カラム2 暮らしとエネルギーのサービス */
.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 {
	width: 50%;
	float: left;
	margin-right: 0;
}

#wide .layout_topbox_02left.multiColumn2 > .column2 {
	margin-top: 40px;
	margin-left: -70px;
	width: 500px;
	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 {
	width: 50%;
	float: right;
	margin-right: 0;
}

#wide .layout_topbox_02right.multiColumn2 > .column2 {
	margin-top: 40px;
	margin-right: -70px;
	width: 500px;
	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: 30px 40px;
	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 */
.layout_topbox_ir01 {
	padding: 40px 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 {
	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: 40px;
	left: 50px;
	font-weight: bold;
	font-size: 3.2rem;
	color: #00a258;
}

.layout_topbox_ir01 .internal-link-area > a > img + p + p ,
.layout_topbox_ir01 .external-link-area > a > img + p + p {
	top: 90px;
	left: 50px;
	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: 50px;
	left: 25%;
	width: 50%;
	padding: 10px 40px;
	color: #fff;
	font-size: 1.6rem;
	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 .basic-list:not(.thumnail) ul.tabItems li h3 ,
.layout_topbox_news .basic-list-english:not(.thumnail) ul.tabItems li h3 {
	padding-left: 0;
}

.layout_topbox_news .basic-list:not(.thumnail) ul.tabItems li .c_icon ,
.layout_topbox_news .basic-list-english:not(.thumnail) ul.tabItems li .c_icon {
	width: auto;
	float: none;

	display: block;
	margin-left: 0;
	padding-left: 6.8em;
}

.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 企業 */
.layout_topbox_company01 {
	padding: 60px 0 40px;
	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;
}


/* カラム6 採用 */
.layout_topbox_recruit01 {
	padding: 60px 0 40px;
	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 .caption {
	font-size: 2.0rem;
	color: #60c8ad;
	font-weight: bold;
	-webkit-transform: scaleX(1.2);
	    -ms-transform: scaleX(1.2);
	        transform: scaleX(1.2);
	letter-spacing: 0.1em;
}



/* カラム7 バナーs */
.layout_topbox_banner {
	padding: 40px 0 0;
	background: #f3f3f3;
}

.layout_topbox_banner + .layout_topbox_banner {
	padding-top: 0;
}




/*-- 沿革 --*/
.layout_history .ircalendar-title > table > tbody > tr > th ,
.layout_history .ircalendar-item > table > tbody > tr > td {
	border-top: none;
	border-left: none;
	border-right: none;
}




/*-- インデックスモード --*/
/* インデックスモード を別エリア表示で利用 */
.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 ,
body[id=index] [role="main"] > .multiColumn1 ,
body[id=index] [role="main"] > .multiColumn2 ,
body[id=index] [role="main"] > .multiColumn3 ,
body[id=index] [role="main"] > .multiColumn4 ,
body[id=index] [role="main"] > .multiColumn5 {
	clear: none;
	display: inline-block;
	vertical-align: top;
}

.layout_indexbox .reuse-main-area > div > .column1 ,
.layout_indexbox .reuse-main-area > div > .column1 {
	float: none;
	width: 100%;
	margin-right: 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 ,
body[id=index] [role="main"] > div.empty ,
body[id=index] [role="main"] > div > .column1.empty ,
body[id=index] [role="main"] > div > .column2 ,
body[id=index] [role="main"] > div > .column3 ,
body[id=index] [role="main"] > div > .column4 ,
body[id=index] [role="main"] > div > .column5 {
	display: none;
}


.layout_indexbox ,
body[id=index] #wrapper-3 {
	width: 1000px;
}

.layout_indexbox > .column1 ,
body[id=index] #sharewithmain {
	max-width: none;
	width: calc(1000px + 20px);
	margin-left: 0;
	text-align: left;
	font-size: 0;
}

.layout_indexbox .reuse-main-area > .redirect ,
body[id=index] #sharewithmain > .redirect {
	font-size: 1.4rem;
}

.layout_indexbox .reuse-main-area > .multiColumn1 ,
body[id=index] [role="main"] > .multiColumn1 {
	width: 1000px;
}
.layout_indexbox .reuse-main-area > .multiColumn2 ,
body[id=index] [role="main"] > .multiColumn2 {
	width: 490px;
	margin-right: 20px;
}
.layout_indexbox .reuse-main-area > .multiColumn3 ,
body[id=index] [role="main"] > .multiColumn3 {
	width: 320px;
	margin-right: 20px;
}
.layout_indexbox .reuse-main-area > .multiColumn4 ,
body[id=index] [role="main"] > .multiColumn4 {
	width: 235px;
	margin-right: 20px;
}
.layout_indexbox .reuse-main-area > .multiColumn5 ,
body[id=index] [role="main"] > .multiColumn5 {
	width: 188px;
	margin-right: 15px;
}






/*-- インデックス のリンク集 --*/
[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: 65px;

	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: 40px;
}

body[data-page-marker~="with-mv"] #page-intro {
}

body[data-page-marker~="with-mv"]:not([data-page-path^="/ja/news/"]):not([data-page-path^="/ja/irnews/"]) #page-intro > h1 {
	position: absolute;
	top: 240px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	color: #fff;
	text-shadow: 0 0 70px 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: 160px;
	left: 50%;
	margin-left: -500px;
	display: block;
	width: 1000px;
	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: 160px;
	left: 50%;
	margin-left: -500px;
	display: block;
	width: 1000px;
	color: #fff;
	text-shadow: 0 0 70px rgba(0,0,0, 0.5);
}

/* MV本体 */
body[data-page-marker~="with-mv"] #promos1 .area-mv {
	height: calc(420px - 83px);
	height: 420px;
}

body[data-page-marker~="with-mv"] .mgnlEditorBar ~* #promos1 .area-mv {
	height: calc(420px - 300px);
}

body[data-page-marker~="with-mv"] #promos1 .area-mv > div {
	position: absolute;
	top: 83px;
	left: 0;
	width: 100%;
	min-width: 1040px;
	height: 420px;
	overflow: hidden;
}

body[data-page-marker~="with-mv"] #promos1 .text-section img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	min-width: 1400px;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}


/* 第３階層は高さを半分に */
body[data-page-marker~="with-mv"] [data-current-level="3"] #promos1 .area-mv ,
body[data-page-marker~="with-mv"] [data-current-level="4"] #promos1 .area-mv ,
body[data-page-marker~="with-mv"] [data-current-level="5"] #promos1 .area-mv {
	height: calc(210px - 83px);
	height: 210px;
}

body[data-page-marker~="with-mv"] [data-current-level="3"] .mgnlEditorBar ~* #promos1 .area-mv ,
body[data-page-marker~="with-mv"] [data-current-level="4"] .mgnlEditorBar ~* #promos1 .area-mv ,
body[data-page-marker~="with-mv"] [data-current-level="5"] .mgnlEditorBar ~* #promos1 .area-mv {
	height: 210px;
}

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: 210px;
}

body[data-page-marker~="with-mv"] [data-current-level="3"]  ~* #page-intro > h1 ,
body[data-page-marker~="with-mv"] [data-current-level="4"]  ~* #page-intro > h1 ,
body[data-page-marker~="with-mv"] [data-current-level="5"]  ~* #page-intro > h1 {
	top: 150px !important;
}


/*-- 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 最新決算資料 --*/
.layout_irbox_latest {
	padding: 30px 30px 0px;
	border: 1px solid #d3d3d3;
	margin-bottom: 40px;
}


/*-- 早わかりサーラ --*/
#sharewithmain .layout_group_number {
}

.layout_group_number .text-section table td {
	height: 160px;
}

.layout_group_number .text-section em {
	font-family: inherit;
	font-style: normal;
	font-size: 260%;
}


.layout_irbox_latest .news-material dl:nth-of-type(n+2){
	display: none;
}
