@charset "utf-8";
/*------------------ based on 19/02/14 */
/* > 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: #333;*/
}
body.bg-default,
body[data-page-path^="/vtecPublic/"]{
	background-image: url(../../../../../../resources/sw_img/common/bg_dotted_w_sp.jpg);
}
body.bg-recruit{
	background-image: url(../../../../../../resources/sw_img/recruit/bg_recruit.jpg);
	background-size: 200% auto;
}

body:not([data-page-path^="/ja/index"]),
body:not([data-page-path^="/en/index"]){background-position: center 145px;}
body[data-page-path="/ja/corporate"],
body[data-page-path="/ja/product"],
body[data-page-path="/ja/our_business"],
body[data-page-path="/ja/ir"],
body[data-page-path="/ja/recruit"],
body[data-page-path="/ja/tech"],
body[data-page-path="/en/corporate"],
body[data-page-path="/en/product"],
body[data-page-path="/en/our_business"],
body[data-page-path="/en/ir"],
body[data-page-path="/en/recruit"],
body[data-page-path="/en/tech"] {background-position: center 250px;}

/*
body[data-page-path^="/ja/contact"],
body[data-page-path^="/ja/sitemap"],
body[data-page-path^="/ja/notice"],
body[data-page-path^="/ja/product"],
body[data-page-path^="/ja/our_business/"] {background-position: center 250px;}
*/




a:link ,
a:visited {
	/*
	color: #333399;
	text-decoration: none;
	*/
}

a:hover ,
a:active {
	/*
	color: #333399;
	text-decoration: underline;
	*/
}

/*------------------------------------- 
グリットレイアウト
-------------------------------------*/
#html1 {
}

/*-- コンテンツエリア --*/
#wrapper-2 {
	margin-top: 110px !important;
}
body[data-page-path="/ja/corporate"] #wrapper-2,
body[data-page-path="/ja/product"] #wrapper-2,
body[data-page-path="/ja/our_business"] #wrapper-2,
body[data-page-path="/ja/ir"] #wrapper-2,
body[data-page-path="/ja/recruit"] #wrapper-2,
body[data-page-path="/ja/tech"] #wrapper-2,
body[data-page-path="/en/corporate"] #wrapper-2,
body[data-page-path="/en/product"] #wrapper-2,
body[data-page-path="/en/our_business"] #wrapper-2,
body[data-page-path="/en/ir"] #wrapper-2,
body[data-page-path="/en/recruit"] #wrapper-2,
body[data-page-path="/en/tech"] #wrapper-2 {
	margin-top: 226px !important;
}

#nav {
	display: none;
}

#wrapper-3 {
	padding: 0 5px;
}

#sharewithmain {
}


/*-- コンテンツ下エリア --*/
#promos3 {
}


/*-- サイドナビエリア --*/
#promos1 {
}

#nav-box {
}

#promos2 {
}


/* サイドナビ表示なし */
.col-subcol #wrapper-3 {
}

.col-subcol #nav {
}


/*------------------------------------- 
フッターエリア
-------------------------------------*/
/*-- セクションフッター --*/
#section-site-info {
}

#section-site-info-box {
}

/*-- フッター --*/
#site-info {
	font-size: 12px;
}

#site-info-box {
}

/*ロゴ*/
#site-info .area-footer-link .teaser {
	width: 50%;
	margin: 0 auto 20px;
}
#site-info .area-footer-link .link-list li {
	text-align: center;
	margin-bottom: 1em;
}
#site-info .area-footer-copyright {
	text-align: center;
	font-size: 10px;
	margin-top: 40px;
	margin-bottom: 40px;
}



/*------------------------------------- 
ヘッダエリア
-------------------------------------*/
/*-- 画像とテキストの場合のみ --*/
#branding ,
#logo ,
#nav-meta {
	display: none;
}

/*-- 更新日表示 --*/
#pub-date {
	margin: auto;
}

#pub-date p {
	text-align: right;
}

/*-- セクションヘッダー（総合トップ・スペシャル以外） --*/
#section-header {
	background: #555;
	border: 1px solid #333;
	color: #fff;
}

#section-header h5 {
}

#section-header p {
}


/*------------------------------------- 
ぱんくず
-------------------------------------*/
/* 4箇所ある枠の内1か所に入力 */
.bread-crumb {
	padding: 15px 10px;
	font-size: 13px;
}

.bread-crumb ol:after ,
.bread-crumb:after {
	content: "";
	display: block;
	clear: both;
}

.bread-crumb a {
	/*	color: inherit; */
}

.bread-crumb h5 ,
.bread-crumb h5 p ,
.bread-crumb h5 span ,
.bread-crumb ol li {
	float: left;
}

.bread-crumb h5 p:after ,
.bread-crumb h5 span:after ,
.bread-crumb ol li:after {
	content: ">";
	padding: 0 0.5em;
}

.bread-crumb ol li:last-child:after {
	content: none;
}

/* -- TOP書き換え -- */
.bread-crumb ol li:first-child a {
	font-size: 0;
}
#header.ja ~ * .bread-crumb ol li:first-child a:before ,
#header.ja ~ .bread-crumb ol li:first-child a:before {
	font-size: 11px;
}
#header.en ~ * .bread-crumb ol li:first-child a:before ,
#header.en ~ .bread-crumb ol li:first-child a:before {
	font-size: 11px;
}


/* -----------------------------
グローバルナビ
--------------------------------- */
/*-- ページプロパティから設定可 --*/
/* -- トグル初期非表示 -- */ 
#nav-global {
	display: none;
}

#nav-global ul:after {
	content: "";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#nav-global div > ul > li {
	display: table;
	width: 50%;
	float: left;
	border-bottom: #999 1px solid;
}

#nav-global div > ul > li > a ,
#nav-global div > ul > li > strong {
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	text-align: center;

	background-color: #2b2b2b;
	color: #ccc;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#nav-global div > ul > li:nth-child(odd) > a ,
#nav-global div > ul > li:nth-child(odd) > strong {
	border-right: #999 1px solid;
}



/*------------------------------------- 
サイドナビ
-------------------------------------*/
/*-- ページプロパティから設定可 --*/
#nav-box input ,
#nav-box label {
	display: none;
}

#nav-box h6 {
	display: none;
}

#nav-box p.btn {
	display: none;
}


/*1階層*/
#nav-box ul.navLevel_1 {
}

#nav-box ul.navLevel_1 > li {
}

#nav-box ul.navLevel_1 > li:not(.open) {
	display: none;
}

#nav-box ul.navLevel_1 > li.open {
}

#nav-box ul.navLevel_1 > li > h5 > strong,
#nav-box ul.navLevel_1 > li > h5 > a,
#nav-box ul.navLevel_1 > li > strong,
#nav-box ul.navLevel_1 > li > a {
	display: block;
	padding: 6px 12px;
	background: #646464;
	color: #fff; 
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #c8c8c8;
}

#nav-box ul.navLevel_1 > li > h5 > strong ,
#nav-box ul.navLevel_1 > li > h5 > a:hover ,
#nav-box ul.navLevel_1 > li > strong ,
#nav-box ul.navLevel_1 > li > a:hover {
}

#nav-box ul.navLevel_1 > li > h5 > a:hover ,
#nav-box ul.navLevel_1 > li > a:hover {
	background: #fff;
	color: #646464; 
}

/*2階層*/
#nav-box ul.navLevel_2 {
}

#nav-box ul.navLevel_2 > li {
}

#nav-box ul.navLevel_2 > li.open {
}

#nav-box ul.navLevel_2 > li > h5  > strong,
#nav-box ul.navLevel_2 > li > h5  > a ,
#nav-box ul.navLevel_2 > li > strong,
#nav-box ul.navLevel_2 > li > a {
	display: block;
	padding: 15px 12px;
	background: #fff;
	color: #323232; 
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #c8c8c8;
}

#nav-box ul.navLevel_2 > li > h5 > strong ,
#nav-box ul.navLevel_2 > li > h5 > a:hover ,
#nav-box ul.navLevel_2 > li > strong ,
#nav-box ul.navLevel_2 > li > a:hover {
	background-color: #fef0e7;
}


/*3階層*/
#nav-box ul.navLevel_3 {
}

#nav-box ul.navLevel_3 > li {
}

#nav-box ul.navLevel_3 > li.open {
}

#nav-box ul.navLevel_3 > li > h5 > strong ,
#nav-box ul.navLevel_3 > li > h5 > a ,
#nav-box ul.navLevel_3 > li > strong ,
#nav-box ul.navLevel_3 > li > a {
	position: relative;
	display: block;
	padding: 8px 12px;
	padding-left: 32px;
	background: #f0f0f0;
	color: #323232; 
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #c8c8c8;
}

#nav-box ul.navLevel_3 > li > h5 > strong:before ,
#nav-box ul.navLevel_3 > li > h5 > a:before ,
#nav-box ul.navLevel_3 > li > strong:before ,
#nav-box ul.navLevel_3 > li > a:before {
	content: ">";
	position: absolute;
	left: 18px;
}

#nav-box ul.navLevel_3 > li > h5 > strong ,
#nav-box ul.navLevel_3 > li > h5 > a:hover ,
#nav-box ul.navLevel_3 > li > strong ,
#nav-box ul.navLevel_3 > li > a:hover {
	background-color: #fef0e7;
}


/*4階層*/
#nav-box ul.navLevel_4 {
}

#nav-box ul.navLevel_4 > li {
}

#nav-box ul.navLevel_4 > li.open {
}

#nav-box ul.navLevel_4 > li > h5 > strong ,
#nav-box ul.navLevel_4 > li > h5 > a ,
#nav-box ul.navLevel_4 > li > strong ,
#nav-box ul.navLevel_4 > li > a {
	display: block;
	padding: 5px 12px;
	background: #dcdcdc;
	color: #323232; 
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #c8c8c8;
}

#nav-box ul.navLevel_4 > li > h5 > strong:before ,
#nav-box ul.navLevel_4 > li > h5 > a:before ,
#nav-box ul.navLevel_4 > li > strong:before ,
#nav-box ul.navLevel_4 > li > a:before {
	content: "・";
	margin-left: 0.5em;
}

#nav-box ul.navLevel_4 > li > h5 > strong ,
#nav-box ul.navLevel_4 > li > h5 > a:hover ,
#nav-box ul.navLevel_4 > li > strong ,
#nav-box ul.navLevel_4 > li > a:hover {
	background: #eb3132;
	color: #fff; 
}


#nav-box ul.navLevel_5 {
	display: none;
}
/* -- ☆階層が増えるごとに、連番で追加 -- */


/* -----------------------------
コンテンツエリア
--------------------------------- */
/*------- リンクテキスト ----------*/
.quoted-text blockquote a ,
.highlight-quoted-text a ,
.text-section a ,
.faq-item a ,
.vtable-item a ,
.ircalendar-title a ,
.ircalendar-item a {
}

/*------- 別窓アイコン ----------*/
.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: 14px;
	height: 12px;
	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: 18px;
	height: 23px;
	vertical-align: middle;
	margin: 0 5px;
}


/*------------------------------------- 
見出し
-------------------------------------*/
/*-- ページ概要エリア --*/
#page-intro {
	/*	margin: 0 10px 20px;*/
	min-width: auto;
	height: auto;
	height: 90px;
	padding: 0 20px;
	top: 54px;
}
body[data-page-path="/ja/corporate"] #page-intro,
body[data-page-path="/ja/product"] #page-intro,
body[data-page-path="/ja/our_business"] #page-intro,
body[data-page-path="/ja/ir"] #page-intro,
body[data-page-path="/ja/recruit"] #page-intro,
body[data-page-path="/ja/tech"] #page-intro,
body[data-page-path="/en/corporate"] #page-intro,
body[data-page-path="/en/product"] #page-intro,
body[data-page-path="/en/our_business"] #page-intro,
body[data-page-path="/en/ir"] #page-intro,
body[data-page-path="/en/recruit"] #page-intro,
body[data-page-path="/en/tech"] #page-intro {height: 200px;}

/* -- ページタイトルをテキストで表示 -- */
#page-intro > h1 {
	font-size: 25px;
	width: 100%;
	/*
	background: #547DCB;
	color: #FFF;
	font-size: 20px;
	line-height: 1.2;
	padding: 15px 20px;
	margin-bottom: 20px;
	*/
}

/*第二階層英語表示*/
body[data-page-path="/ja/corporate"] #page-intro > h1,
body[data-page-path="/ja/product"] #page-intro > h1,
body[data-page-path="/ja/our_business"] #page-intro > h1,
body[data-page-path="/ja/ir"] #page-intro > h1,
body[data-page-path="/ja/recruit"] #page-intro > h1,
body[data-page-path="/ja/tech"] #page-intro > h1,
body[data-page-path="/en/corporate"] #page-intro > h1,
body[data-page-path="/en/product"] #page-intro > h1,
body[data-page-path="/en/our_business"] #page-intro > h1,
body[data-page-path="/en/ir"] #page-intro > h1,
body[data-page-path="/en/recruit"] #page-intro > h1,
body[data-page-path="/en/tech"] #page-intro > h1 {
	font-size: 25px;
}
body[data-page-path="/ja/corporate"] #page-intro > h1:before,
body[data-page-path="/ja/product"] #page-intro > h1:before,
body[data-page-path="/ja/our_business"] #page-intro > h1:before,
body[data-page-path="/ja/ir"] #page-intro > h1:before,
body[data-page-path="/ja/recruit"] #page-intro > h1:before,
body[data-page-path="/ja/tech"] #page-intro > h1:before {
	font-size: 20px;
}
body[data-page-path="/ja/corporate"] #page-intro > h1:after,
body[data-page-path="/ja/product"] #page-intro > h1:after,
body[data-page-path="/ja/our_business"] #page-intro > h1:after,
body[data-page-path="/ja/ir"] #page-intro > h1:after,
body[data-page-path="/ja/recruit"] #page-intro > h1:after,
body[data-page-path="/ja/tech"] #page-intro > h1:after,
body[data-page-path="/en/corporate"] #page-intro > h1:after,
body[data-page-path="/en/product"] #page-intro > h1:after,
body[data-page-path="/en/our_business"] #page-intro > h1:after,
body[data-page-path="/en/ir"] #page-intro > h1:after,
body[data-page-path="/en/recruit"] #page-intro > h1:after,
body[data-page-path="/en/tech"] #page-intro > h1:after {
	width: 50px;
	height: 5px;
}



/* -- ページタイトルを画像で表示 -- */
#page-intro .titleImage {
	margin-bottom: 20px;
}

#page-intro .titleImage h1 {
}

#page-intro .titleImage h1 img {
	width: auto;
}

/* -- 日付（ニュース・マルチ2） -- */
#page-intro .text-meta {
	margin: 0 15px;
	color: inherit;
}

/*-------------- 中見出し(共通) ------------*/
.text-section h2 ,
.link-list h2 ,
.link-list-url h2 ,
.news-result dl dt ,
.news-yuho dl dt ,
.news-presentation dl dt ,
.news-material dl dt ,
.title2:not(.highlight) h2 {
	font-size: 26px;
	/*
	padding-bottom: 4px;
	padding-left: 8px;
	padding-top: 3px;
	color: #072D74;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	border-bottom: solid 1px #CCC;
	border-left: solid 3px #072D74;

	margin-bottom: 20px;
	*/
}

/*-------------- 小見出し --------------*/
/* -- 見出しh2レベル -- */
.title2.highlight h2 {

}

.title2:last-child h2 {
	margin-bottom: 10px;
}

/* -- 見出しh3レベル -- */
.title3:not(.highlight) h3 {
	/*
	line-height: 1.2;

	font-size: 16px;
	font-weight: bold;
	border: #CCC 1px solid;
	padding: 8px 8px 6px;

	margin-bottom: 8px;
	*/
}

.title3.highlight h3 {

}

/* -- 見出しh4レベル -- */
.title4:not(.highlight) h4 {
	/*
	line-height: 1.2;

	font-size: 14px;
	border-left: #999 3px solid;
	padding-top: 1px;
	padding-left: 8px;

	margin-bottom: 8px;
	*/
}

.title4.highlight h4 {

}


/*------------------------------------- 
テキスト・画像
-------------------------------------*/
/*-------------- 緊急お知らせエリア --------------*/
/* 総合トップ・サイトトップのみ、コンテンツエリア外に１つのみ */
.quoted-text {
	margin: 5px 8px;
}

.quoted-text blockquote {
	background: none;
	padding: 10px;
	border: #F00 2px solid;
}

/*-------------- 囲み線ありテキスト --------------*/
.highlight-quoted-text {
	border: #CCC 1px solid;
	padding: 10px;
	margin-bottom: 20px;
}

.highlight-quoted-text cite {
	background: transparent url("../../../../../../resources/templating-kit/themes/pop/img/bgs/dash.png") no-repeat scroll 0px 8px;
	padding-left: 10px;
	font-size: 12px;
	font-style: italic;
}

/*-------------- テキストと画像 --------------*/
.text-section {
	margin-bottom: 20px;
}

/*-------------- FAQ --------------*/
/*
.faq-list {
}

.faq-list > ul {
}

.faq-list > ul > li {
clear: both;
margin-bottom: 30px;
min-height: 25px;
}

.faq-list h3 {
margin-bottom: 15px;

position: relative;
margin-left: 35px;
}
.faq-list h3:before {
content: "Q";
position: absolute;
top: 0;
left: -35px;
display: block;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
vertical-align: middle;

font-weight: bold;
color: #FFF;
background-color: #EB2E00;
}

.faq-item {
position: relative;
margin-left: 35px;
min-height: 35px;
}
.faq-item:before {
content: "A";
position: absolute;
top: 0;
left: -35px;
display: block;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
vertical-align: middle;

font-weight: bold;
color: #FFF;
background-color: #5EEB00;
}
*/

/*-- FAQを出しっぱなしにする設定 --*/
/*
.faq-list h3 a {
cursor: inherit;
}
.faq-list > ul > li {
height: auto !important;
}
.faq-item {
display: block !important;
}
*/


/*------------------------------------- 
ページ内リンク・バナーリンク・エリアリンク
-------------------------------------*/
/* 原則、内部リンクと外部リンクは同スタイルを設定する */

/*-------------- ページ内リンク --------------*/
/* ページ内リンクは１カラム内にまとめて入力し、マルチカラムクラスでアライメントを設定する */
.anchor-link {
	margin-bottom: 10px;
}

/*
.anchor-link a {
display: block;
padding-left: 18px;
position: relative;
}

*/
.anchor-link a:before {
	top: 2px;
	/*
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	display: inline-block;
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-top: solid 5px #ff1a00;
	*/
}


/*-------------- バナー（共通設定） --------------*/
.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 {
	font-size: 16px !important;
}

.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 {
}



/* ----- 内部・外部バナー（テキストのみ）　メインエリア用 ----- */
[role="main"] .teaser.no-img:not(.highlight) ,
[role="main"] .external-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"] .teaser.no-img h2 a ,
[role="main"] .external-teaser.no-img h2 a {
	font-size: 16px;
	/*
	padding: 10px 20px;
	text-align: center;
	color: #333;
	background-color: #DCE5F4;
	text-decoration: none;
	*/
}

[role="main"] .teaser:not(.highlight) h2 a[target="_blank"]:after ,
[role="main"] .external-teaser:not(.highlight) h2 a[target="_blank"]:after {}

[role="main"] .teaser.no-img:not(.highlight) p ,
[role="main"] .external-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"] .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: #999;
}


/* ----- 内部バナー　プロモス1用 ----- */
#promos1 .teaser.no-img ,
#promos1 .teaser.no-img h2 {
	margin-bottom: 0;
}


/* ----- 内部・外部バナー（テキストと画像）　メインエリア用 ----- */
[role="main"] .teaser:not(.no-img) ,
[role="main"] .external-teaser:not(.no-img) {
	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) > * ,
[role="main"] .external-teaser:not(.no-img) > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

[role="main"] .teaser:not(.no-img) h2 ,
[role="main"] .external-teaser:not(.no-img) 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 {
padding: 10px 20px;
text-align: center;
font-size: 14px;
color: #333;
background-color: #DCE5F4;
text-decoration: none;
}
*/

[role="main"] .teaser:not(.highlight) h2 a[target="_blank"]:after ,
[role="main"] .external-teaser:not(.highlight) h2 a[target="_blank"]:after {}

[role="main"] .teaser:not(.no-img) h2 + a ,
[role="main"] .external-teaser:not(.no-img) h2 + a {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	display: block;
}

[role="main"] .teaser:not(.no-img) h2 + a img ,
[role="main"] .external-teaser:not(.no-img) h2 + a img {
	display: block;
	width: 100%;
}


[role="main"] .teaser:not(.no-img) p ,
[role="main"] .external-teaser:not(.no-img) p {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 a:hover ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 a:hover {
}



/* ----- ダウンロードバナー（テキストのみ）　メインエリア用 ----- */
[role="main"] .download-teaser.no-img:not(.highlight) {
	max-width: 500px;
}

[role="main"] .download-teaser.no-img:not(.highlight) h2 {
}

[role="main"] .download-teaser.no-img:not(.highlight) h2 a {
	/*
	padding: 10px 20px;
	text-align: center;
	color: #333;
	background-color: #FCC;
	text-decoration: none;
	*/
}

[role="main"] .download-teaser.no-img:not(.highlight) p {
}

[role="main"] .download-teaser.no-img:not(.highlight) h2 a:hover {
	background-color: rgba(255, 192, 192, 0.8);
}


/*-------------- 内部ページ エリアリンク --------------*/
/*-------------- 外部ページ エリアリンク --------------*/
.internal-link-area:not(.highlight) ,
.external-link-area:not(.highlight) {
	margin-bottom: 20px;
}


.internal-link-area:not(.highlight) > a ,
.external-link-area:not(.highlight) > a {
	display: block;
	text-decoration: none;
}

/*-- マウスオーバー --*/
.internal-link-area:not(.highlight) > a:hover ,
.external-link-area:not(.highlight) > a:hover {
	opacity: 0.7;
}

.internal-link-area:not(.highlight) p,
.external-link-area:not(.highlight) p{
	padding: 10px 30px 10px 20px;
	font-size: 18px;
}
.internal-link-area:not(.highlight) p:before,
.external-link-area:not(.highlight) p:before {
	right: 10px;
}


/* エリアリンク ハイライト表示 */
.internal-link-area.highlight ,
.external-link-area.highlight {
	margin-bottom: 20px;
}

.internal-link-area.highlight > a ,
.external-link-area.highlight > a {
	display: block;
	text-decoration: none;
}

/*-- マウスオーバー --*/
.internal-link-area.highlight > a:hover ,
.external-link-area.highlight > a:hover {
	opacity: 0.7;
}

/*-------------- ダウンロード エリアリンク --------------*/
.download-link-area p {
	font-size: 16px !important;
	padding: 10px 30px 10px 20px !important;
}
.download-link-area:not(.highlight) {
	margin-bottom: 20px;
}

.download-link-area:not(.highlight) > a {
	display: block;
	text-decoration: none;
}

.download-link-area:not(.highlight) > a:hover {
	opacity: 0.7;
}

/* -- テキスト先頭にpdfアイコンを付ける -- */
.download-link-area:not(.highlight) > a[href$=".pdf"] > p:first-child:before ,
.download-link-area:not(.highlight) > a[href$=".pdf"] > img + p:before {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 18px;
	height: 23px;
	vertical-align: middle;
	margin: 0 5px;
}

.download-link-area:not(.highlight) p:after {
	right: 10px !important;
}

/*------------------------------------- 
リスト
-------------------------------------*/
/* 共通設定 決算短信・有報・最新決算・説明会資料（自動連携）、リンクリスト（手動） */

.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 {
}

.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) .internal-link-text:not(.highlight) ,
.link-list:not(.highlight) .external-link-text:not(.highlight) ,
.link-list:not(.highlight) .text-without-link:not(.highlight) ,
.link-list-url .internal-link-text:not(.highlight) ,
.link-list-url .external-link-text:not(.highlight) ,
.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) {
padding-left: 20px;
}
*/

/* リンクアイコン（ダウンロード以外） */
/*
.link-list:not(.highlight) .internal-link-text:not(.highlight):before ,
.link-list:not(.highlight) .external-link-text:not(.highlight):before ,
.link-list:not(.highlight) .text-without-link:not(.highlight):before ,
.link-list-url .internal-link-text:not(.highlight):before ,
.link-list-url .external-link-text:not(.highlight):before ,
.news-result dl dd.merged.no-download:not(.highlight):before ,
.news-yuho dl dd.merged.no-download:not(.highlight):before ,
.news-presentation dl dd.merged.no-download:not(.highlight):before ,
.news-material dl dd.merged.no-download:not(.highlight):before {
content: "";
position: absolute;
top: calc(10px + 1.6em / 2 - 9px / 2);
left: 6px;
display: inline-block;
width: 6px;
height: 9px;
background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") no-repeat center center;
background-size: contain;
}
*/

/* 外窓アイコン（ダウンロード以外） */
/*
.link-list:not(.highlight) .internal-link-text a[target="_blank"]:after ,
.link-list:not(.highlight) .external-link-text a[target="_blank"]:after ,
.link-list-url .internal-link-text a[target="_blank"]:after ,
.link-list-url .external-link-text a[target="_blank"]:after ,
.news-result dl dd.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: "";
display: inline-block;
width: 14px;
height: 12px;
vertical-align: middle;
margin: 0 5px;
background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
background-size: contain;
}
*/


/* ハイライト表示のリンクは、直前のリンクに属する様に見えるスタイルにする。 */
/* (ハイライト表示されていないリンクは、他の決算短信・有報と同列に表示）  */
.link-list:not(.highlight) .internal-link-text.highlight ,
.link-list:not(.highlight) .external-link-text.highlight ,
.link-list:not(.highlight) .download-link-text.highlight ,
.link-list:not(.highlight) .text-without-link.highlight ,
.link-list-url .internal-link-text.highlight ,
.link-list-url .external-link-text.highlight ,
.link-list-url .download-link-url.highlight ,
.news-result dl dd.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) .internal-link-text.highlight:before ,
.link-list:not(.highlight) .external-link-text.highlight:before ,
.link-list:not(.highlight) .download-link-text.highlight:before ,
.link-list:not(.highlight) .text-without-link.highlight:before ,
.link-list-url .internal-link-text.highlight:before ,
.link-list-url .external-link-text.highlight:before ,
.link-list-url .download-link-url.highlight:before ,
.news-result dl dd.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;
}

/* リンクテキスト */
.link-list:not(.highlight) .internal-link-text a ,
.link-list:not(.highlight) .external-link-text a ,
.link-list:not(.highlight) .download-link-text a:not(.d_icon) ,
.link-list:not(.highlight) .text-without-link span ,
.link-list-url .internal-link-text a ,
.link-list-url .external-link-text a ,
.link-list-url .download-link-url a:not(.d_icon) ,
.news-result dl dd a:not(.d_icon) ,
.news-yuho dl dd a:not(.d_icon) ,
.news-presentation dl dd a:not(.d_icon) ,
.news-material dl dd a:not(.d_icon) {
}

/* PDFアイコンを強制的に後ろに配置 */
/*
.link-list .download-link-text a.d_icon.front[href$=".pdf"] ,
.link-list-url .download-link-url a.d_icon.front[href$=".pdf"] ,
.news-result dl dd .d_icon.pdf_front ,
.news-yuho dl dd .d_icon.pdf_front ,
.news-presentation dl dd .d_icon.pdf_front ,
.news-material dl dd .d_icon.pdf_front {
display: none;
}

.link-list .download-link-text a.d_icon + a:not(.d_icon)[href$=".pdf"]:after ,
.link-list-url .download-link-url a.d_icon + a:not(.d_icon)[href$=".pdf"]:after ,
.news-result dl dd .d_icon.pdf_front + a:not(.d_icon):after ,
.news-yuho dl dd .d_icon.pdf_front + a:not(.d_icon):after ,
.news-presentation dl dd .d_icon.pdf_front + a:not(.d_icon):after ,
.news-material dl dd .d_icon.pdf_front + a:not(.d_icon):after {
content: "";
background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
background-size: contain;
display: inline-block;
width: 24px;
height: 24px;
vertical-align: middle;
margin-left: 5px;
}
*/


/*-- リンクリスト（ハイライト表示） --*/
.link-list.highlight {
}

.link-list.highlight h2 {
}

.link-list.highlight ul {
}

.link-list.highlight ul li[class] {
}

.link-list.highlight ul li[class] a {
}


/*------------------------------------- 
表組・テーブル・財務ハイライト(表組)・配当金(表組)
-------------------------------------*/
/*-- table共通 --*/

/* セル */
/* 枠線とセル内余白を指定 */
.shwTable table.htCore tr td ,
th, td {
	color: inherit;
	padding: 5px 15px;
	/*	border: 1px solid #7F9BDA;*/
}
/* 背景色を指定 */
.htCore tr td ,
th, td {
	background: #fff;
}

/* 空セルの高さ保障 */
.tbCore tr td {
	height: calc(5px * 2 + 1.6em);
}

/* 見出し */
/* 背景色と文字色を指定 */
.highlights-table tr td:first-child ,
.highlights-alltable-2nd tr td:first-child ,
.haitou-table-2nd td.t1,
.haitou-table-2nd td.t2,
.haitou-table-2nd td.t12 ,
.shwTable table tr td.tableRowHead ,
.shwTable table tr td.tableColumnHead ,
td.tbRowHead ,
td.tbColumnHead ,
th {
	/*
	background-color: #DCE5F4;
	font-weight: bold;
	*/
}

/* 見出し列 */
/* 背景色と文字色を指定 */
.form-summary table td:first-child ,
.highlights-table tr td:first-child ,
.highlights-alltable-2nd tr td:first-child ,
.haitou-table-2nd td.t1,
.haitou-table-2nd td.t2,
.haitou-table-2nd td.t12 ,
.shwTable table tr td.tableColumnHead ,
td.tbColumnHead ,
.vtable-item > table > tbody > tr > th {
	text-align: left;
	vertical-align: middle;
	/*	background-color: #DCE5F4;*/
}

/* 見出し行 */
/* 背景色と文字色を指定 */
.highlights-table tr.r0 th ,
.highlights-alltable-2nd tr.r0 th ,
.haitou-table-2nd th ,
.shwTable table tr td.tableRowHead ,
td.tbRowHead ,
.ircalendar-title > table > tbody > tr > th ,
thead th {
	text-align: center;
	vertical-align: top;
	/*	background-color: #DCE5F4;*/
}

/* 見出し中の細字 */
.vtable-item > table > tbody > tr > th strong ,
.ircalendar-title > table > tbody > tr > th strong {
	font-weight: normal;
}

/* お問い合わせを表組風に */
/* 枠線とセル内余白（セル相当）、背景色と文字色(見出し列相当)を指定 */
.form-wrapper .form-edit ,
.form-wrapper .form-selection ,
.form-wrapper .form-edit > label ,
.form-wrapper .form-selection > label {
	color: inherit;
	padding: 10px 15px;
	/*	border: 1px solid #7F9BDA;*/
}

/* 見出し部分、カウンターマージンを設定する */
.form-wrapper .form-edit > label ,
.form-wrapper .form-selection > label {
	border-top: none;
	border-left: none;
	border-right: none;
	margin: -10px -15px 10px;

	text-align: left;
	vertical-align: middle;
	/*	background-color: #DCE5F4;*/
}

/*-------------- テーブル縦 --------------*/
/* -- デフォルト比率  -- */
.vtable-item > table > tbody > tr > td {
	width: 25%;
}

.vtable-item > table > tbody > tr > th {
	width: 12.5%;
}

/* テーブル縦を、縦に並べるスタイル */
/*
.vtable-item > table ,
.vtable-item > table > tbody ,
.vtable-item > table > tbody > tr ,
.vtable-item > table > tbody > tr > th ,
.vtable-item > table > tbody > tr > td {
display: block;
}

.vtable-item > table > tbody > tr > th ,
.vtable-item > table > tbody > tr > td {
width: auto !important;
}

.vtable-item > table > tbody > tr > th:after ,
.vtable-item > table > tbody > tr > td:after {
content: "";
display: block;
clear: both;
}
*/

/*-------------- テーブル横 --------------*/
/* -- デフォルト比率  -- */
.ircalendar-title > table > tbody > tr > th,
.ircalendar-item > table > tbody >tr > td {
	width: 25%;
}

.ircalendar-title > table > tbody > tr > th.ircalendar-title1 ,
.ircalendar-item > table > tbody > tr > td.ircalendar-item1  {
	width: 12.5%;
}

/*-------------- 表組 --------------*/
/* -- 表タイトル -- */
.shwTableTitle {
}

.shwTableTitle h2 {
	font-weight: bold;
	margin-bottom: 5px;
}

/* -- 表組 -- */
.shwTable {
	margin-bottom: 20px;
}

/* -- 単位（表組の外） -- */
.shwTable td.shw-table-row {
	color: inherit;
}


/*-------------- 財務ハイライト表組 --------------*/
.highlights-table ,
.highlights-alltable-2nd {
	margin-bottom: 20px;
}

/* 単位 */
.highlights-table .unit {
}

/*-------------- 配当 表組 --------------*/
.haitou-table-2nd {
	margin-bottom: 20px;
}

/* 配当予想セル */
.haitou-table-2nd table th.y0 ,
.haitou-table-2nd table td.y0 {
}


/*------------------------------------- 
グラフ・財務ハイライト(グラフ)・配当金(グラフ)
-------------------------------------*/
/* important付きは、html上のスタイルを上書きする必要があるもの */

/*-------------- グラフ --------------*/
.graph {
	margin-bottom: 20px;
}

/* -- グラフ データラベル 文字影設定 -- */
/* -- (IEではこの設定は効ない。グラフテーマの設定が優先される) -- */
.highcharts-data-labels text {
	/*	text-shadow: 1px 1px 0px #FFF, -1px -1px 0px #FFF, -1px 1px 0px #FFF, 1px -1px 0px #FFF !important; */
}

/* -- 財務ハイライトver2 グラフ (凡例を含むエリア) -- */
.highlights-2nd > div:not([class]) {
	/*	height: auto !important; */
	margin-bottom: 40px;
}

/* -- 財務ハイライトver2 グラフ (凡例を含まないエリア) -- */
.highlights-2nd .highlights-graph {
	/*	width: 100% !important; */
	/*	min-width: auto !important; */
	/*	max-width: none !important; */
	/*	height: 400px !important; */
}

/* -- 財務ハイライトver2 グラフ 凡例 -- */
.highlights-2nd .legend {
	/*	margin: auto !important; */
	/*	width: auto !important; */
	/*	min-width: auto !important; */
	/*	max-width: none !important; */
	/*	text-align: center; */
}

.highlights-2nd .legend-item-box {
	/*	float: none !important; */
	/*	display: inline-block !important; */
	/*	margin-left: -5px; */
}

/*-------------- 配当グラフ --------------*/
.haitou-graph-2nd {
	margin-bottom: 40px;
}

.haitou-graph-2nd .graph {
	/*	min-width: auto !important; */
	/*	max-width: none !important; */
	/*	height: 400px !important; */
}


/*------------------------------------- 
ニュース
-------------------------------------*/
/*-- ver2 ニュース一覧・ニュース一覧（カテゴリ）・英文書一覧・英文書一覧（カテゴリ） --*/
.news-list-2nd ,
.news-list-tabbed-2nd ,
.news-english-2nd ,
.news-english-tabbed-2nd {
	position: relative;
	margin-bottom: 20px;
}

.news-list-2nd ul ,
.news-list-tabbed-2nd ul ,
.news-english-2nd ul ,
.news-english-tabbed-2nd ul {
	padding-top: 1px;
}

/* -- 1つのリリース -- */
.news-list-2nd ul li ,
.news-list-tabbed-2nd ul li ,
.news-english-2nd ul li ,
.news-english-tabbed-2nd ul li {
	position: relative;

	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

.news-list-2nd ul li h3 ,
.news-list-tabbed-2nd ul li h3 ,
.news-english-2nd ul li h3 ,
.news-english-tabbed-2nd ul li h3 {
	position: relative;
	display: block; 
	padding-left: 0px;
	padding-top: 1.5em;
}

/*-- 画像 --*/
.news-list-2nd ul li .n_img ,
.news-list-tabbed-2nd ul li .n_img ,
.news-english-2nd ul li .n_img ,
.news-english-tabbed-2nd ul li .n_img {
}

/* -- リリースのテキスト -- */
.news-list-2nd ul li .news_tx ,
.news-list-tabbed-2nd ul li .news_tx ,
.news-english-2nd ul li .news_tx ,
.news-english-tabbed-2nd ul li .news_tx {
}

.news-list-2nd ul li .news_tx a ,
.news-list-tabbed-2nd ul li .news_tx a ,
.news-english-2nd ul li .news_tx a ,
.news-english-tabbed-2nd ul li .news_tx a {
	/*	color: inherit; */
}

/* -- 日付 -- */
.news-list-2nd ul li .date ,
.news-list-tabbed-2nd ul li .date ,
.news-english-2nd ul li .date ,
.news-english-tabbed-2nd ul li .date {
	position: absolute;
	top: 0;
	left: 0;
}

/* -- カテゴリアイコン -- */
.news-list-2nd ul li .c_icon ,
.news-list-tabbed-2nd ul li .c_icon ,
.news-english-2nd ul li .c_icon ,
.news-english-tabbed-2nd ul li .c_icon {
	position: absolute;
	top: 0;
	left: 7.2em;
}

/* -- ファイルアイコン -- */
.news-list-2nd ul li .d_icon ,
.news-list-tabbed-2nd ul li .d_icon ,
.news-english-2nd ul li .d_icon ,
.news-english-tabbed-2nd ul li .d_icon {
	margin-left: 5px;
}

/* -- もっと読む・詳細（ニュース概要） -- */
.news-list-2nd ul li .det_tx ,
.news-list-tabbed-2nd ul li .det_tx ,
.news-english-2nd .det_tx ,
.news-english-tabbed-2nd .det_tx {
	display: none;
}

/* -- 続きを読む -- */
.news-list-2nd ul li .det_tx em.more ,
.news-list-tabbed-2nd ul li .det_tx em.more ,
.news-english-2nd .det_tx em.more ,
.news-english-tabbed-2nd .det_tx em.more {
	display: none;
}


/*-- ver2 最新ニュース・最新ニュース（カテゴリ） --*/
.news-latest-2nd ,
.news-latest-tabbed-2nd {
	position: relative;
	margin-bottom: 20px;
}

.news-latest-2nd ul ,
.news-latest-tabbed-2nd ul {
	padding-top: 1px;
}

/* -- 1つのリリース -- */
.news-latest-2nd ul li ,
.news-latest-tabbed-2nd ul li {
	position: relative;

	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

.news-latest-2nd ul li h3 ,
.news-latest-tabbed-2nd ul li h3 {
	position: relative;
	display: block; 
	padding-left: 0px;
	padding-top: 1.5em;
}

/*-- 画像 --*/
.news-latest-2nd ul li .n_img ,
.news-latest-tabbed-2nd ul li .n_img {
}

/* -- リリースのテキスト -- */
.news-latest-2nd ul li .news_tx ,
.news-latest-tabbed-2nd ul li .news_tx {
}

.news-latest-2nd ul li .news_tx a ,
.news-latest-tabbed-2nd ul li .news_tx a {
	/*	color: inherit; */
}

/* -- 日付 -- */
.news-latest-2nd ul li .date ,
.news-latest-tabbed-2nd ul li .date {
	position: absolute;
	top: 0;
	left: 0;
}

/* -- カテゴリアイコン -- */
.news-latest-2nd ul li .c_icon ,
.news-latest-tabbed-2nd ul li .c_icon {
	position: absolute;
	top: 0;
	left: 7.2em;
}

/* -- ファイルアイコン -- */
.news-latest-2nd ul li .d_icon ,
.news-latest-tabbed-2nd ul li .d_icon {
	margin-left: 5px;
}

/* -- もっと読む・詳細（ニュース概要） -- */
.news-latest-2nd ul li .det_tx ,
.news-latest-tabbed-2nd ul li .det_tx {
	display: none;
}

/* -- 続きを読む -- */
.news-latest-2nd ul li .det_tx em.more ,
.news-latest-tabbed-2nd ul li .det_tx em.more {
	display: none;
}

/* -- 全てのニュース -- */
.news-latest-2nd .all ,
.news-latest-tabbed-2nd .all {
	margin-top: 10px;
	position: relative;
}

.news-latest-2nd .all a ,
.news-latest-tabbed-2nd .all a {
	display: block;
	padding-left: 18px;
	background: transparent url("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") no-repeat scroll 0 5px;
}


/* テキスト変更 */
/*
.news-latest-2nd .all a ,
.news-latest-tabbed-2nd .all a {
font-size: 0;
}

.news-latest-2nd .all a:after ,
.news-latest-tabbed-2nd .all a:after {
font-size: 14px;
display: block;
}

#header.ja ~ div .news-latest-2nd .all a:after ,
#header.ja ~ div .news-latest-tabbed-2nd .all a:after {
content: "一覧へ";
}

#header.en ~ div .news-latest-2nd .all a:after ,
#header.en ~ div .news-latest-tabbed-2nd .all a:after {
content: "List";
}
*/


/*-------------- タブ共通 --------------*/
/* -- 年度タブ -- */
p.yearTabs {
	margin-bottom: 10px;
	font-size: 0;
}

p.yearTabs a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-bottom: 5px;
}

p.yearTabs a.active {
	font-weight: bold;
}

p.yearTabs a:hover ,
p.yearTabs a.active {
	background-color: #dddddd;
}


/* -- カテゴリタブ -- */
p.tabs{
	margin-bottom: 10px;
	font-size: 0;
}

p.tabs a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-bottom: 5px;
}

p.tabs a.active {
	font-weight: bold;
}

p.tabs a:hover ,
p.tabs a.active {
	background-color: #dddddd;
}

/* アクティブなカテゴリタブをアイコン色と同色にする */
/*
p.tabs a.allTab:hover ,
p.tabs a.allTab.active {
}
p.tabs a.tekijiTab:hover ,
p.tabs a.tekijiTab.active {
color: #FFF;
background-color: #2980b9;
}
p.tabs a.resultTab:hover ,
p.tabs a.resultTab.active {
color: #FFF;
background-color: #e67e22;
}
p.tabs a.gyousekiTab:hover ,
p.tabs a.gyousekiTab.active {
color: #FFF;
background-color: #f1c40f;
}
p.tabs a.prTab:hover ,
p.tabs a.prTab.active {
color: #FFF;
background-color: #c2185b;
}
p.tabs a.irTab:hover ,
p.tabs a.irTab.active {
color: #FFF;
background-color: #1abc9c;
}
p.tabs a.governanceTab:hover ,
p.tabs a.governanceTab.active {
color: #FFF;
background-color: #34495e;
}
p.tabs a.yuhoTab:hover ,
p.tabs a.yuhoTab.active {
color: #FFF;
background-color: #16a085;
}
p.tabs a.syosyuTab:hover ,
p.tabs a.syosyuTab.active {
color: #FFF;
background-color: #e74c3c;
}
p.tabs a.noneTab:hover ,
p.tabs a.noneTab.active {
color: #FFF;
background-color: #9b59b6;
}
*/


/*-------------- テキスト化カテゴリアイコン (ver2専用) --------------*/
/*
.news-list-2nd ul li .c_icon ,
.news-list-tabbed-2nd ul li .c_icon ,
.news-english-2nd ul li .c_icon ,
.news-english-tabbed-2nd ul li .c_icon ,
.news-latest-2nd ul li .c_icon ,
.news-latest-tabbed-2nd ul li .c_icon {
display: block;
}

.news-list-2nd ul li .c_icon:before ,
.news-list-tabbed-2nd ul li .c_icon:before ,
.news-english-2nd ul li .c_icon:before ,
.news-english-tabbed-2nd ul li .c_icon:before ,
.news-latest-2nd ul li .c_icon:before ,
.news-latest-tabbed-2nd ul li .c_icon:before {
display: block;
width: 76px;
height: 24px;
line-height: 1;
font-size: 11px;
text-align: center;
padding-top: 7px;
margin-top: -2px;

color: #fff;
background: #646464;
}

.news-list-2nd ul li .c_icon img ,
.news-list-tabbed-2nd ul li .c_icon img ,
.news-english-2nd ul li .c_icon img ,
.news-english-tabbed-2nd ul li .c_icon img ,
.news-latest-2nd ul li .c_icon img ,
.news-latest-tabbed-2nd ul li .c_icon img {
display: none;
}

.news-list-2nd ul li.tekijiElm .c_icon:before ,
.news-list-tabbed-2nd ul li.tekijiElm .c_icon:before ,
.news-english-2nd ul li.tekijiElm .c_icon:before ,
.news-english-tabbed-2nd ul li.tekijiElm .c_icon:before ,
.news-latest-2nd ul li.tekijiElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.tekijiElm .c_icon:before {
content: "適時開示";
}

.news-list-2nd ul li.resultElm .c_icon:before ,
.news-list-tabbed-2nd ul li.resultElm .c_icon:before ,
.news-english-2nd ul li.resultElm .c_icon:before ,
.news-english-tabbed-2nd ul li.resultElm .c_icon:before ,
.news-latest-2nd ul li.resultElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.resultElm .c_icon:before {
content: "決算";
}

.news-list-2nd ul li.gyousekiElm .c_icon:before ,
.news-list-tabbed-2nd ul li.gyousekiElm .c_icon:before ,
.news-english-2nd ul li.gyousekiElm .c_icon:before ,
.news-english-tabbed-2nd ul li.gyousekiElm .c_icon:before ,
.news-latest-2nd ul li.gyousekiElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.gyousekiElm .c_icon:before {
content: "業績";
}

.news-list-2nd ul li.prElm .c_icon:before ,
.news-list-tabbed-2nd ul li.prElm .c_icon:before ,
.news-english-2nd ul li.prElm .c_icon:before ,
.news-english-tabbed-2nd ul li.prElm .c_icon:before ,
.news-latest-2nd ul li.prElm .c_icon:before ,
.news-latest-tabbed-2nd ul.prElm li .c_icon:before {
content: "PR";
}

.news-list-2nd ul li.irElm .c_icon:before ,
.news-list-tabbed-2nd ul li.irElm .c_icon:before ,
.news-english-2nd ul li.irElm .c_icon:before ,
.news-english-tabbed-2nd ul li.irElm .c_icon:before ,
.news-latest-2nd ul li.irElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.irElm .c_icon:before {
content: "IR";
}

.news-list-2nd ul li.governanceElm .c_icon:before ,
.news-list-tabbed-2nd ul li.governanceElm .c_icon:before ,
.news-english-2nd ul li.governanceElm .c_icon:before ,
.news-english-tabbed-2nd ul li.governanceElm .c_icon:before ,
.news-latest-2nd ul li.governanceElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.governanceElm .c_icon:before {
content: "ガバナンス";
}

.news-list-2nd ul li.yuhoElm .c_icon:before ,
.news-list-tabbed-2nd ul li.yuhoElm .c_icon:before ,
.news-english-2nd ul li.yuhoElm .c_icon:before ,
.news-english-tabbed-2nd ul li.yuhoElm .c_icon:before ,
.news-latest-2nd ul li.yuhoElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.yuhoElm .c_icon:before {
content: "有報";
}

.news-list-2nd ul li.syosyuElm .c_icon:before ,
.news-list-tabbed-2nd ul li.syosyuElm .c_icon:before ,
.news-english-2nd ul li.syosyuElm .c_icon:before ,
.news-english-tabbed-2nd ul li.syosyuElm .c_icon:before ,
.news-latest-2nd ul li.syosyuElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.syosyuElm .c_icon:before {
content: "招集通知";
}

.news-list-2nd ul li.noneElm .c_icon:before ,
.news-list-tabbed-2nd ul li.noneElm .c_icon:before ,
.news-english-2nd ul li.noneElm .c_icon:before ,
.news-english-tabbed-2nd ul li.noneElm .c_icon:before ,
.news-latest-2nd ul li.noneElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.noneElm .c_icon:before {
content: "その他";
}
*/


/*-------------- 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 {
	padding-top: 1px;
}

/* -- 1つのリリース -- */
.basic-list:not(.thumnail) ul.tabItems li ,
.basic-list-english:not(.thumnail) ul.tabItems li {
	position: relative;

	margin-top: 10px;
	padding-bottom: 10px;
}

.basic-list:not(.thumnail) ul.tabItems li h3 ,
.basic-list-english:not(.thumnail) ul.tabItems li h3 {
	position: relative;
	display: block; 
	padding-top: 0;
	padding-left: 0;
}

.basic-list:not(.thumnail) ul.tabItems li a ,
.basic-list-english:not(.thumnail) ul.tabItems li a {
	font-weight: normal;
}

/* -- リリースのテキスト -- */
.basic-list:not(.thumnail) ul.tabItems li .news_tx ,
.basic-list-english:not(.thumnail) ul.tabItems li .news_tx {
	color: #000;
	display: block;
}

/* -- 日付 -- */
.basic-list:not(.thumnail) ul.tabItems li .date ,
.basic-list-english:not(.thumnail) ul.tabItems li .date {
	position: relative;
	top: auto;
	left: auto;

	color: #333;
}

/* -- カテゴリアイコン -- */
.basic-list:not(.thumnail) ul.tabItems li .c_icon ,
.basic-list-english:not(.thumnail) ul.tabItems li .c_icon {
	/*
	text-decoration: none;
	display: block;
	margin-top: -1.6em;
	min-height: 1.6em;
	日付に重なる部分 
	padding-left: 8.2em;
	float: none;
	*/
	float: none;
	margin-left: 10px;
	position: relative;
	left: auto;
}

/* -- ファイルアイコン -- */
.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;
	font-size: 10px;
	font-weight: bold;
	color: #e7191b;
	*/
	font-size: 13px;
}

/* -- もっと読む・詳細（ニュース概要） -- */
.basic-list:not(.thumnail) ul.tabItems li .det_tx ,
.basic-list-english:not(.thumnail) ul.tabItems li .det_tx {
	display: none;
}



/*----------- サムネイルあり -----------*/
.basic-list.thumnail ,
.basic-list-english.thumnail {
}

.basic-list.thumnail ul.tabItems ,
.basic-list-english.thumnail ul.tabItems {
	font-size: 0;
	text-align: left;
	margin-right: -18px;
}

/* PCでは１行に３つづつで、画像が上側、テキストは下側に配置 */
.basic-list.thumnail ul.tabItems li ,
.basic-list-english.thumnail ul.tabItems li {
	cursor: inherit;
	font-size: 14px;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;

	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 2 - 18px);
	margin-right: 18px;
	margin-bottom: 30px;
}

.basic-list.thumnail .n_img ,
.basic-list-english.thumnail .n_img {
	width: 100%;
	margin-bottom: 10px;
}

/* 日付、カテゴリアイコンを非表示 */
.basic-list.thumnail ul.tabItems li .date ,
.basic-list-english.thumnail ul.tabItems li .date {
	display: none;
}

.basic-list.thumnail ul.tabItems li .c_icon ,
.basic-list-english.thumnail ul.tabItems li .c_icon {
	position: static;
	margin: 10px 0 0;
}

.basic-list.thumnail ul.tabItems li a ,
.basic-list-english.thumnail ul.tabItems li a {
	color: #000;
	text-decoration: none;
}

.basic-list.thumnail ul.tabItems li a:hover 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: 12px;
	color: #fff;
	background: #ff5445;
}

/* 非公開アイコンテキスト */
/* タイルの形が崩れない様に上に載せている */
.basic-list.thumnail ul li .note_tx ,
.basic-list-english.thumnail ul li .note_tx {
	position: absolute;
	z-index: 1;
}

.basic-list.thumnail ul.tabItems li h3 ,
.basic-list-english.thumnail ul.tabItems li h3 {
	overflow: hidden;
}

/* ニューステキスト */
.basic-list.thumnail ul.tabItems li .news_tx ,
.basic-list-english.thumnail ul.tabItems li .news_tx {
	display: block;
}

/* 概要テキスト */
.basic-list.thumnail ul.tabItems li .det_tx ,
.basic-list-english.thumnail ul.tabItems li .det_tx {
}


/* 製品用  product-tabs  */
.product-tabs .basic-list.thumnail ul.tabItems li,
.product-tabs .basic-list-english.thumnail ul.tabItems li {
	width: calc(100% - 18px);
	margin-bottom: 0;
}

.product-tabs .basic-list.thumnail ul.tabItems li .news_tx,
.product-tabs .basic-list-english.thumnail ul.tabItems li .news_tx {
	display: block;
	white-space: pre;
	position: absolute;
	bottom: 50%;
	margin-left: 10px;
	font-weight: normal;
	line-height: 1.2;
	text-shadow: 0px 0px 3px #f1f0ed, 0px 0px 3px #f1f0ed, 0px 0px 3px #f1f0ed;
	font-size: 14px;
}

.product-tabs .basic-list.thumnail ul.tabItems li h3:before ,
.product-tabs .basic-list-english.thumnail ul.tabItems li h3:before {
	content: "PRODUCTS";
	position: absolute;
	top: 10px;
	left: 30px;
	font-weight: bold;
	color: #bbb;
}

.product-tabs .basic-list.thumnail ul.tabItems li h3:after ,
.product-tabs .basic-list-english.thumnail ul.tabItems li h3:after {
	content: "";
	position: absolute;
	top: 20px;
	left: 10px;
	background: #cc0033;
	height: 1px;
	width: 10px;
}


/* 概要テキスト */
.product-tabs .basic-list.thumnail ul.tabItems li .det_tx,
.product-tabs .basic-list-english.thumnail ul.tabItems li .det_tx {
	display: block;
	position: absolute;
	top: 59%;
	margin-left: 10px;
	margin-top: -14px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	text-shadow: 0px 0px 3px #f1f0ed, 0px 0px 3px #f1f0ed, 0px 0px 3px #f1f0ed;
}



/*----------- タブ(絞込み) -----------*/
.basic-list .countTab ,
.basic-list-english .countTab ,
.basic-list .clearTab ,
.basic-list-english .clearTab {
	display: none;
}

.basic-list .yearTabs ,
.basic-list-english .yearTabs {
	margin-bottom: 20px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #ddd;
}

.basic-list .tabs ,
.basic-list-english .tabs {
	margin-bottom: 40px;
}

.basic-list .tabs > ul > li[aria-hidden="false"] ,
.basic-list-english .tabs > ul > li[aria-hidden="false"] {
	display: block;
	margin-bottom: 10px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #ddd;
}

.basic-list .yearTabs span:before ,
.basic-list-english .yearTabs span:before ,
.basic-list .tabs span:before ,
.basic-list-english .tabs span:before {
	display: inline-block;
	padding: 5px 20px;
	font-size: 14px;
	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 {
	height: 20px;
	/*
	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;
	*/
}

/* カテゴリ設定で設定した名称と、アイコン上の文字を変えたい場合は */
/* contentで上書きする。個別に背景色等を設定する場合も同様 */
/* ↓サンプル */
.basic-list .c_icon span.tekiji:before ,
.basic-list-english .c_icon span.tekiji:before {
	/*	content: "適時開示"; */
	/*	background: #e9452a; */
}

.basic-list .c_icon span.result:before ,
.basic-list-english .c_icon span.result:before {
	/*	content: "決算"; */
	/*	background: #2a3d81; */
}

.basic-list .c_icon span.gyouseki:before ,
.basic-list-english .c_icon span.gyouseki:before {
	/*	content: "業績"; */
	/*	background: #43a4a1; */
}

.basic-list .c_icon span.pr:before ,
.basic-list-english .c_icon span.pr:before {
	/*	content: "PR"; */
	/*	background: #f68100; */
}

.basic-list .c_icon span.ir:before ,
.basic-list-english .c_icon span.ir:before {
	/*	content: "IR"; */
	/*	background: #6f4abc; */
}

.basic-list .c_icon span.governance:before ,
.basic-list-english .c_icon span.governance:before {
	/*	content: "ガバナンス"; */
	/*	background: #43a46a; */
}

.basic-list .c_icon span.yuho:before ,
.basic-list-english .c_icon span.yuho:before {
	/*	content: "有価証券報告書"; */
	/*	background: #798dd4; */
}

.basic-list .c_icon span.meeting:before ,
.basic-list-english .c_icon span.meeting:before {
	/*	content: "株主総会";
	/*	background: #006fbe; */
}

.basic-list .c_icon span.none:before ,
.basic-list-english .c_icon span.none:before {
	/*	content: "その他"; */
	/*	background: #777; */
}


/* マルチ２一覧 カテゴリをフラット選択に */
.layout_flat_category .basic-list .tabs li.allall ,
.layout_flat_category .basic-list-english .tabs li.allall ,
.layout_flat_category .basic-list .tabs span.allall ,
.layout_flat_category .basic-list-english .tabs span.allall {
	display: inline;
}

.layout_flat_category .basic-list .tabs li.all ,
.layout_flat_category .basic-list-english .tabs li.all {
	display: none;
}

.layout_flat_category .basic-list .tabs > ul > li[aria-hidden="false"] ,
.layout_flat_category .basic-list-english .tabs > ul > li[aria-hidden="false"] {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}

.layout_flat_category .basic-list .tabs ,
.layout_flat_category .basic-list-english .tabs {
	/*
	padding: 10px 10px 5px;
	border: 1px solid #ddd;
	*/
}



/*------------------------------------- 
メディア
-------------------------------------*/
/*------------- flash --------------*/
.flash-animation {
	margin: auto;
	text-align: center;
}

.flash-animation embed {
	width: 100%;
	height: 100%;
}

/*-------------- 動画 --------------*/
/* .videoとしてはいけない */
div.video {
	margin-bottom: 10px;
}

div.video dl {
	width: 100%;
}

div.video dl dt {
	text-align: center;
	margin-bottom: 5px;
}

div.video dl dt video {
	width: auto;
	max-width: 100%;
}

div.video dl dd {
}

/* -- 動画キャプション -- */
div.video dl dd.caption {
}

/* -- 動画コピーライト -- */
div.video dl dd.copyright {
}

/* -- 動画ディスクリプション -- */
div.video dl dd.longdesc {
	/*	display: none; */
}


/*-------------- 音声 --------------*/
/* .audioとしてはいけない */
div.audio {
	margin-bottom: 10px;
}

div.audio dl {
	width:80%;
	margin: auto;
}

div.audio dl dt {
	margin-bottom:5px;
}

div.audio dl dt audio {
	width:100%;
}

div.audio dl dd {
}

/* -- 音声キャプション -- */
div.audio dl dd.caption {
}

/* -- 音声コピーライト -- */
div.audio dl dd.copyright {
}

/* -- 音声ディスクリプション -- */
div.audio dl dd.longdesc {
	/*	display: none; */
}


/*-------------- GoogleMap（地図埋め込み） --------------*/
div.map {
	position: relative;
	width: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
}

div.map:after {
	content: "";
	display: block;
	/*	padding-top: 56.25%; */	/* 高さと幅の比を16:9に固定。9/16*100=56.25 */
	padding-top: 75%;	/* 高さと幅の比を4:3に固定。3/4*100=75 */
}

div.map > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/*-------------- iframe表示 --------------*/
.disp-external-page {
	overflow-x: scroll;
}

.disp-external-page iframe {
	border: none;
	display: block;
	width: 100%;
	height: 800px;
	margin: auto;
}


/*------------------------------------- 
サイトマップ
-------------------------------------*/
/*-------------- サイトマップ --------------*/
.sitemap {
	margin-bottom:20px;
}

/* -- 第１階層(ja)・第２階層 -- */
.sitemap > h2 {
	line-height: 1.2;
	font-size: 14px;
	font-weight: bold;
	border: #CCC 1px solid;
	padding: 8px 8px 6px;
	margin-bottom: 8px;
}

.sitemap > h2 a {
	padding-left: 12px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 0.4em no-repeat;
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}
.sitemap > h2 a:hover {
	opacity: 0.7;
}

/* -- 第３階層 -- */
.sitemap > ul {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 2%;
}
.sitemap > ul:nth-child(odd) { /* 最初にh2がある為、奇数が左側 */
	margin-right: 0;
}

.sitemap > ul > li {
	padding-left: 12px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 0.4em no-repeat;
	margin-left: 8px;
	margin-bottom: 5px;
}

/* -- 第４階層 -- */
.sitemap > ul > li > ul {
	margin-top: 10px;
}

.sitemap > ul > li > ul > li {
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 0.4em no-repeat;
	padding-left: 12px;
	margin-left: 8px;
	margin-bottom: 5px;
}

/* -- 第５階層以降は非表示 -- */
.sitemap > ul > li > ul > li > ul {
	display: none;
}


/*-------------- 正規化版サイトマップ --------------*/
.sitemap-1st {
	font-size: 0;
}

.sitemap-1st > ul > li  {
	/*	margin-bottom: 20px;*/
	width: 100%;
}

/* -- 第１階層(ja)・第２階層 -- */
.sitemap-1st > a ,
.sitemap-1st > ul > li > a {
	font-size: 16px;
	/*
	line-height: inherit;
	font-size: 14px;

	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: 100%;
	/*	margin-right: 4%;*/
	margin-bottom: 10px;
}
.sitemap-1st ul.siteLevel_2 > li:nth-child(even) {
	margin-right: 0;
}

.sitemap-1st ul.siteLevel_2 > li > a {
	font-size: 14px;
	/*
	font-size: 14px;

	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: 14px;

	display: block;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 0.4em no-repeat;
	padding-left: 12px;
	margin-left: 8px;
	margin-bottom: 5px;
}

/* -- 第５階層以降は非表示 -- */
.sitemap-1st ul.siteLevel_4 {
	display: none;
}


/*------------------------------------- 
フッター専用パーツ
-------------------------------------*/
/*-------------- フッター（テキストと画像） --------------*/
.footer-about {
	clear: both;
	padding: 5px 0;
	font-size: 10px;
}

.footer-about img {
	display: block;
	margin: auto;
}

#site-info .area-footer-sitemap {
	display: none;
}

/*-------------- フッタリンクリスト --------------*/
.footer-link-list {
	background-color: #2b2b2b;
}

.footer-link-list ul {
}

.footer-link-list ul:after {
	content: "";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.footer-link-list ul li {
	float: left;
	width: 50%;
	padding: 16px 0px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: #999 1px solid;
}

.footer-link-list ul li a {
	color: #ccc;
	display: block;
	text-align: center;
}

.footer-link-list ul li:nth-child(odd){
	border-right: #999 1px solid;
}

/* -- 別窓アイコン -- */
.footer-link-list .footer-link-internal a[target="_blank"]:after ,
.footer-link-list .footer-link-external a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 14px;
	height: 12px;
	vertical-align: middle;
	margin: 0 5px;
}


/* --------------------------------------
フォーム
-------------------------------------- */
/* Forms */
.required {
	margin: 10px 5px;
}
#Check p.required {
	display: none;
}
.form-wrapper input,
.form-wrapper textarea {
	width: 100%;
	padding: 3px;
}
.form-wrapper textarea {
	border: 1px solid #aaa;
}
.form-wrapper input[type="checkbox"] ,
.form-wrapper input[type="radio"] {
	width: auto;
}
.form-wrapper input[type="submit"] {
	width: auto;
	font-size: 18px;
}
.form-wrapper fieldset fieldset {
	border: none;
	padding: 0;
}
.form-wrapper label {
	display: block;
}
.form-wrapper .form-item {
	display: block;
	float: none;
	margin: 0 0.5em;
}
.form-wrapper fieldset fieldset.mod .form-item {
	float: left;
	margin-right: 1em;
}
.form-wrapper .form-item label {
	display: inline;
}
.form-wrapper .form-item input {
	padding: 0 3px 0 0;
}
.form-wrapper div span {
	/*	display: block; */
}
.form-wrapper p.required {
	margin: 10px 5px;
}
.form-wrapper p.required span {
	display: inline;
}
.form-wrapper p.required span,
.form-wrapper dfn {
	color: #ec1549;
	font-weight: bold;
	font-style: normal;
}

/* -- お問い合わせページ -- */
.form-wrapper .form-edit ,
.form-wrapper .form-selection {
	margin-bottom: -1px;
}


.form-wrapper .form-edit > span {
	padding: 0;
	font-size: 87.5%;
}

.form-wrapper .form-selection > fieldset > legend {
	font-size: 87.5%;
}

.form-wrapper .form-selection > fieldset > select {
	margin: 0;
	width: auto;
	display: block;

	padding: 0.25em 0.25em;
}


.form-wrapper .button-wrapper {
	margin: 5px auto 20px;
}



.form-summary {
	margin-bottom: 20px;
}



.form-summary table tr {
	display: block;
	margin-top: 10px;
	border: 1px solid #CCC;
	padding: 5px;
}

.form-summary table td {
	display: block;
	padding: 5px 0;
	white-space: pre;
	white-space: pre-line;
	word-break: break-word;
}
.form-summary table td:first-child {
	border-bottom: 1px dashed #CCC;
	font-size: 87.5%;
}


.new-search .button,  /* button outside button-wrapper */
.form-wrapper .button-wrapper input { /* button */
	float: none;
	font-family: inherit;
	margin-right: 10px;
	margin-bottom: 10px;

	/*	background: #FFF; */
	/*	border: 1px solid #777; */
	color: inherit;
	font-weight: normal;
}
.form-wrapper .button-wrapper input:last-child {
	/*	border: 1px solid #777; */
	font-weight: normal;
}

.form-wrapper .button-wrapper input:hover,
.form-wrapper .button-wrapper input:active,
.form-wrapper .button-wrapper input:focus {
	border: 1px solid #ccc;
}



/* --------------------------------------
個別設定
-------------------------------------- */
/* -- 装飾 -- */
table.wrapbox ,
table.wrapbox > tbody ,
table.wrapbox > tbody > tr ,
table.wrapbox > tbody > tr > td {
	display: inline;
}

/* google search */
.gsc-control-cse ,
.gsc-control-cse * {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.gsc-control-cse {
	line-height: 1;
}


/*-- 画面内固定 上に戻るリンク 設定例：scroll.js用 --*/
#site-info .topcontrol ,
#topcontrol {
	position: fixed;
	font-size: 0;
	bottom: -42px;
	right: 0;
	left: 0;
	opacity: 0.3;
	cursor: pointer;
	z-index: 10000;

	-webkit-transition: 0.5s 0.1s;
	-o-transition: 0.5s 0.1s;
	transition: 0.5s 0.1s;
	/*
	position: absolute;
	font-size: 0;
	bottom: -42px;
	right: 15px;
	opacity: 0.3;
	cursor: pointer;
	z-index: 10000;

	-webkit-transition: 0.5s 0.1s;
	-o-transition: 0.5s 0.1s;
	transition: 0.5s 0.1s;
	*/
}
#site-info .topcontrol a,
#topcontrol a {
	bottom: 30px;
	left: 0;
	right: 0;
}

#site-info .topcontrol.visible ,
#topcontrol.visible {
	right: 0;
	left: 0;
	width: 100%;
	bottom: 15px;
	opacity: 1;
	/*
	right: 15px;
	bottom: 15px;
	opacity: 1;
	*/
}

/* 画像を使用する場合 */
/*
#site-info .topcontrol a ,
#topcontrol a {
display: block;
width: 51px;
height: 42px;
background: url("../../../../../../resources/sw_img/up.png") no-repeat center top;
}

#site-info .topcontrol.visible a ,
#topcontrol.visible a {
width: 51px;
height: 42px;

transition: 0s;
}
*/

/* 画像を使用しない場合 */
/*
#site-info .topcontrol a ,
#topcontrol a {
position: relative;
display: block;
width: 51px;
height: 42px;
background: rgba(0,0,0, 0.53);
}

#site-info .topcontrol a:before ,
#topcontrol a:before {
content: "";
position: absolute;
top: 50%;
left: 50%;
margin-top: -5px;
margin-left: -9px;
display: block;
width: 17px;
height: 17px;
border-top: 3px solid #FFF;
border-left: 3px solid #FFF;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
*/


/*-- ページ内設置 上に戻るリンク 設定例：scroll.js用 --*/
#site-info .toTop ,
#toTop {
	text-align: right;
	margin: 2em 20px 40px;
}

#site-info .toTop a ,
#toTop a {
	padding-left: 1.44em;
	display: inline-block;
	position: relative;
	overflow: visible;
}

#site-info .toTop a:before ,
#toTop a:before {
	content: "";
	margin-top: -0.3em;
	border-top: 0.1em solid #e50000;
	border-right: 0.1em solid #e50000;
	width: 0.7em;
	height: 0.7em;
	position: absolute;
	top: 0.85em;
	left: 0;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}

#site-info .toTop ,
#toTop {
	display: none;
}



/* -- css ハンバーガーアイコン -- */
#panel2-sw {
	display: none;
}

#panel2-btn{
	position: fixed;
	top: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 54px;
	/*
	margin: 8px 9px;
	border-radius: 10%;
	*/
	background: #d50000;
	z-index: 11111;
}

#panel2-btn:hover{
	/*
	background: #FFF;
	background: rgba(255,255,255, 0.8);
	*/
}

.panel2-btn-icon1 ,
.panel2-btn-icon2 ,
.panel2-btn-icon3 {
	display: block;
	position: absolute;
	top: 25px;
	left: 14px;
	width: 22px;
	height: 2px;
	margin: 0;
	background: #fff;

	-webkit-transition: .2s .4s;
	-o-transition: .2s .4s;
	transition: .2s .4s;
}

.panel2-btn-icon1 {
	margin-top: -7px;
}
.panel2-btn-icon2 {
	margin-top: 0px;
}
.panel2-btn-icon3 {
	margin-top: 7px;
}

.panel2-btn-icon1:before ,
.panel2-btn-icon3:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 2px;
	background: #fff;

	-webkit-transition: .3s .1s;
	-o-transition: .3s .1s;
	transition: .3s .1s;
}

.panel2-btn-title {
	overflow: hidden;
	display: none;
	position: absolute;
	top: 31px;
	left: 0;
	width: 40px;
	height: 12px;
}

.panel2-btn-title li {
	display: block;
	width: 40px;
	height: 15px;

	line-height: 1;
	font-size: 10px;
	color: #0097e0;
	text-align: center;

	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}
.panel2-btn-title li:first-child {
	margin-top: -15px;

	-webkit-transition: .5s .1s;
	-o-transition: .5s .1s;
	transition: .5s .1s;
}


/* -- open時 -- */
#panel2-sw:checked + div .panel2-btn-icon1 ,
#panel2-sw:checked + div .panel2-btn-icon2 ,
#panel2-sw:checked + div .panel2-btn-icon3 {
	background: transparent;
	margin-top: 0;

	-webkit-transition: .2s .1s;
	-o-transition: .2s .1s;
	transition: .2s .1s;
}

#panel2-sw:checked + div .panel2-btn-icon1:before ,
#panel2-sw:checked + div .panel2-btn-icon3:before {
	width: 30px;
	left: -4px;

	-webkit-transition: .3s .3s;
	-o-transition: .3s .3s;
	transition: .3s .3s;
}

#panel2-sw:checked + div .panel2-btn-icon1:before {
	-webkit-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(-225deg);
}

#panel2-sw:checked + div .panel2-btn-icon3:before {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#panel2-sw:checked + div .panel2-btn-title li:first-child {
	margin-top: 0px;

	-webkit-transition: .5s .25s;
	-o-transition: .5s .25s;
	transition: .5s .25s;
}



/*-- ヘッダー --*/
#header {
	height: 54px;
}
body[data-page-path="/ja/index"] #header,
body[data-page-path="/en/index"] #header {
	height: 0;
}

#promos3 .area-pc-header {
	display: none !important;
}

#promos3 .area-sp-header {
}
body[data-page-path="/ja/index"] #promos3 .area-sp-header.no-scroll .area-logo,
body[data-page-path="/en/index"] #promos3 .area-sp-header.no-scroll .area-logo {
	background: url("../../../../../../resources/sw_img/top/header-bg.png") repeat-x left top;background-size: auto 100%;
}

/* ロゴ */
#promos3 .area-sp-header .area-logo {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 54px;
	background: #fff;
	z-index: 10010;
}

#promos3 .area-sp-header .area-logo > div {
	position: absolute;
	top: 5px;
	left: 5px;
}

#promos3 .area-sp-header .area-logo a {
	width: 160px;
	padding: 10px;
}

/* メニュー */
/* 70pxはヘッダーの高さ分 */
#promos3 .area-menu {
	font-size: 0;
	position: fixed;
	top: 54px;
	left: 0;
	width: 100vw;
	height: calc(100% - 54px);
	max-height: 100%;
	overflow: hidden;
	z-index: 10000;

	-webkit-transition: .7s .1s;
	-o-transition: .7s .1s;
	transition: .7s .1s;

	background-color: #fff;
	/*	background-color: rgba(255, 255, 255, 0.9); */
}

#panel2-sw:not(:checked) ~* #promos3 .area-sp-header .area-menu {
	max-height: 0;
}


/* 3way-navi */
/* 80pxはメニュー下部固定領域の高さ分 */
#promos3 .area-gnavi * {text-align: left !important;}
#promos3 .area-gnavi {
	/*
	position: absolute;
	width: 100vw;
	height: calc(100% - 80px);
	*/
	border-top: 1px solid #ddd;
	overflow: hidden;
	overflow-y: scroll;

}

#promos3 .area-gnavi:after {
	/*
	content: "";
	width: 100%;
	height: 80px;
	*/
}


/* フォルダ開閉 */
#promos3 .area-gnavi .sitemap-1st ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#promos3 .area-gnavi .sitemap-1st ul.open {
	left: 0;
}

#promos3 .area-gnavi .sitemap-1st ul.active {
	overflow-y: scroll;
}


#promos3 .area-gnavi .teaser ,
#promos3 .area-gnavi .external-teaser {
	display: none;
}

/* 各要素共通 */
#promos3 .area-gnavi .sitemap-1st a ,
#promos3 .area-gnavi .sitemap-1st .gn-back span {
	position: relative;
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	padding: 15px 25px 15px 30px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

#promos3 .area-gnavi .sitemap-1st a[target="_blank"]:after {
	content: "";
	background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png");
	background-size: contain;
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin: 0 5px;
}

/* 通常リンク */
#promos3 .area-gnavi .sitemap-1st a:not(.gn-to-folder):not(.gn-folder-top) {
}

#promos3 .area-gnavi .sitemap-1st a:not(.gn-to-folder):not(.gn-folder-top):before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -5px;
	width: 9px;
	height: 9px;
	border-top: 2px solid #d50000;
	border-left: 2px solid #d50000;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

/* 現在地表示 */
#promos3 .area-gnavi .sitemap-1st a.act:not(.gn-to-folder) {
	color: #fff;
	background: #d50000;
}

#promos3 .area-gnavi .sitemap-1st a.act:not(.gn-to-folder):before {
	content: none;
}

/* ↑階層へ(BACK) */
#promos3 .area-gnavi .sitemap-1st .gn-back span {
	color: #333;
	background: #eee;
}

#promos3 .area-gnavi .sitemap-1st .gn-back span:before {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -5px;
	width: 9px;
	height: 9px;
	border-top: 2px solid #aaa;
	border-left: 2px solid #aaa;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* ↓階層フォルダへ */
#promos3 .area-gnavi .sitemap-1st a.gn-to-folder {
	text-align: left !important;
}

#promos3 .area-gnavi .sitemap-1st a.gn-to-folder:before {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
	width: 9px;
	height: 9px;
	border-top: 2px solid #d50000;
	border-left: 2px solid #d50000;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

/* フォルダトップ */
#promos3 .area-gnavi .sitemap-1st a.gn-folder-top {
	color: #fff;
	background: #d50000;
}

#promos3 .area-gnavi .sitemap-1st a.gn-folder-top:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -5px;
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

#promos3 .area-header-link {
	font-size: 14px;
	margin: 0 25px;
}
#promos3 .area-header-link > div > div > div {
	display: block;
	padding-top: 15px;
	margin: 0;
	float: left;
	width: 50%;
}
#promos3 .area-search-box {
	width: 100% !important;
}
#promos3 .area-search-box .gsc-search-box {
	width: 100%;
}
#promos3 .area-search-box table.gsc-search-box > * > * > td.gsc-input {
	width: calc(100% - 30px) !important;
}
#promos3 .area-search-box .gsc-search-box input {
	width: 100% !important;
}


/* スライドMV */
[data-page-marker~="with-slider"] #mv ,
#promos3 .area-slider {
	display: block;
	width: 100%;
	padding-top: calc(1040 / 500);
	/*	padding-top: 48.07692vw;*/
	padding-top: 123.07692vw;
	position: relative;
}

#promos3 .area-slider  {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

#promos3 .area-slider  > .column1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/*
	width: calc(100% * 1400 / 1040);
	width: 134.61538%;
	*/
	width: 100%;
}

#area-slider .slick-slide {
	webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: transform .8s, opacity .8s !important;
	-moz-transition: transform .8s, opacity .8s !important;
	transition: transform .8s, opacity .8s !important;
}

#area-slider .slick-current {
	webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#area-slider .slick-slide img {
	width: 100%;
	height: auto;
}

#area-slider .slick-slide > div > div:nth-child(1) {
	display: none;
}

/* slick-dots */
#area-slider .slick-dots {
	bottom: 15%;
	vertical-align: bottom;
	text-align: right;
	padding-right: 4%;
}
#area-slider .slick-dots li {
	width: 6%;
	height: 16px;
}
#area-slider .slick-dots li.slick-active {
	width: 10%;
	height: 28px;
}
#area-slider .slick-dots li button {
	background-position: center;
	background-size: contain;
}

/* nextback */
#area-slider .slick-prev, 
#area-slider .slick-next, 
#area-slider .slick-prev:hover, 
#area-slider .slick-next:hover , 
#area-slider .slick-prev:focus, 
#area-slider .slick-next:focus {
	width: 25%;
	height: 12% !important;
	bottom: 0;
}
#area-slider .slick-prev,
#area-slider .slick-prev:hover,
#area-slider .slick-prev:focus {
	right: 25%;
}
/*
#area-slider .slick-next:before,
#area-slider .slick-prev:before {
width: 20%;
height: 36%;
}
*/

/*
#area-slider .slick-dots {
bottom: 0;
padding: 9px 0;
}

#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;
}
*/


/*-- メインビジュアル --*/
[data-page-marker~="with-mv"] #page-intro > h1 {
	color: #fff;
	position: absolute;
	top: 110px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index: 1;
}

[data-page-marker~="with-mv"] #mv ,
#promos3 .area-mv {
	position: relative;
	display: block;
	width: 100%;
	min-width: 1040px;
	height: calc(100vw * 1040 / 280 * 1.5);
	height: 40.38461vw;
	margin-bottom: 40px;
}

#promos3 .area-mv  {
	position: absolute;
	top: 70px;
	left: 0;
	overflow: hidden;
}

#promos3 .area-mv > .column1 {
	margin: auto;
	height: auto;

	position: absolute;
	top: 50%;
	left: 50%;
	width: calc( 1400 / 1040 * 1.5 );
	width: 201.9231%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#promos3 .area-mv img {
	width: 100%;
}





/*-- 装飾用 --*/



/*-- タブ風スタイル --*/
.layout_link_tabstyle01 div.link-list:not(.highlight) {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul {
	margin: 0;

	display: table-row
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li[class] {
	margin: 0;
	padding: 0;
	background: none;

	display: table-cell;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li[class]:before {
	content: none;
}

/*
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a {
position: relative;
overflow: visible;
display: block;
padding: 10px 0 2px;
text-align: center;
color: #00a258;
text-decoration: none;
border-bottom: 5px solid #dbdcdc;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a:before {
content: "";
position: absolute;
left: 50%;
top: 100%;
display: block;
width: 0;
height: 0;
border: 15px solid transparent;
border-top: 15px solid #dbdcdc;
margin-left: -15px;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li.act a ,
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a:hover {
color: #333;
border-bottom-color: #00a258;

}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li.act a:before ,
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a:hover:before {
border-top-color: #00a258;
}
*/

.layout_link_tabstyle01 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul ,
.layout_link_tabstyle01 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul li[class] {
	display: block;
	margin-bottom: 10px;
}

.sp100 { margin: 0 5px !important;	width: calc(100% - 10px) !important;}

/* -------------------------------------------- */
/* TOPページ */
/* -------------------------------------------- */

[class*=" top-area-"] {background-size: contain;padding-top: 30px !important;padding-bottom: 10px !important;}
[class*=" top-area-"] h2 {margin-bottom: 0;}


/* top-mv-news
------------------------------ */
.top-mv-news > div:nth-child(1),
.top-mv-news > div:nth-child(3){display: none;}

.top-mv-news > div:nth-child(2) {width: 100%;margin: 0;padding: 18px 5px;}
.top-mv-news .basic-list:not(.thumnail) ul.tabItems li {margin-top: 0;padding-bottom: 0;}
.top-mv-news .basic-list:not(.thumnail) ul.tabItems li .news_tx {color: #fff;display: block;width: 100%;}



/* top-area-product
------------------------------ */
.top-area-product {	background-image: url(../../../../../../resources/sw_img/common/bg_dotted_w_sp.jpg);}
.top-area-product h2 + p {text-align: left;}
.top-area-product h2 + p br {display: none;}
.top-area-product .internal-link-area p:before {width: 100%;height: 30%;}
.top-area-product .internal-link-area:not(.highlight) {margin-bottom: 1px;}
.top-area-product .internal-link-area:not(.highlight) p {padding: 10px;font-size: 26px;}
.top-area-product .internal-link-area:not(.highlight) p:before {right: 0;margin-bottom: 20px;}
.top-area-product .teaser h2 {padding-top: 30px;margin: 0 20px;}

/* top-area-process
------------------------------ */
.top-area-process {	background-image: url(../../../../../../resources/sw_img/common/bg_dotted_b_sp.jpg);background-color: #000;}

/* top-area-news
------------------------------ */
.top-area-news .link-list:not(.highlight) .internal-link-text:not(.highlight) a {font-size: 12px;}
.top-area-news .teaser h2 {padding-top: 30px;margin: 0 20px;}

/* top-area-about
------------------------------ */
.top-area-about {	background-image: url(../../../../../../resources/sw_img/common/bg_dotted_b_sp.jpg);background-color: #000;}
.top-area-about h2 + p {text-align: left;}

/* top-area-btn
------------------------------ */
.top-area-btn > div { width: calc(100% - 10px) !important;float: none;display: block;}

/* top-area-judo
------------------------------ */
.top-area-judo {	background-image: url(../../../../../../resources/sw_img/common/bg_dotted_blur_sp.jpg);background-size: cover;}
.top-area-judo > div > div {margin-bottom: 0;} 

/* -------------------------------------------- */
/* 製品ページ */
/* -------------------------------------------- */
body[data-page-marker~="style-product"] .text-section.highlight.has-img h2 {left: 15px;top: 10px;font-size: 16px;}
body[data-page-marker~="style-product"] .text-section.highlight.has-img h2 span {font-size: 20px;}
body[data-page-marker~="style-product"] .text-section.highlight.has-img h2:before {font-size: 14px;margin-bottom: 10px;}
body[data-page-marker~="style-product"] .text-section.highlight.has-img h2:after {top: 8px;}

/* -------------------------------------------- */
/* IRページ */
/* -------------------------------------------- */
.ir-sitemap {width: calc(100% - 10px) !important;}
.ir-sitemap .teaser + .link-list > ul {padding: 10px;}

/* -------------------------------------------- */
/* 採用ページ */
/* -------------------------------------------- */
.recruit-intro .text-section p:first-child {font-size: 24px;}
.recruit-intro .text-section p:nth-child(n + 2) {	font-size:inherit; line-height: inherit;	text-align: left !important;}
.recruit-intro .text-section p:nth-child(n + 2) br {display: none;}

/* -------------------------------------------- */
/* 柔道LP */
/* -------------------------------------------- */
body#lp #wrapper-2 {margin-top: 0 !important;}
body#lp #sharewithmain > div h2 {font-size: 26px;margin-bottom: 0;text-align: center;}
body#lp #sharewithmain > div h2 + p {margin-bottom: 20px;}

/* mv
------------------------------ */
body#lp .area-lp-mv-pc{display: none !important;}
body#lp .area-lp-mv-sp{display: block !important;}

/* bg
------------------------------ */
.bg_dot_w {background: url(../../../../../../resources/sw_img/common/bg_dotted_w_sp.jpg) top center no-repeat;background-size: cover;padding: 40px 10px !important;}
.bg_dot_b {background: url(../../../../../../resources/sw_img/common/bg_dotted_b_sp.jpg) top center no-repeat #000;padding: 40px 10px !important;}

/* multiColumn2
------------------------------ */
body#lp .multiColumn2 {padding: 0 !important;}
body#lp .multiColumn2  > * {width: 100% !important;}
body#lp .multiColumn2 .column1 .text-section {padding: 40px 10px;}


/*個人投資家の皆様へ追加*/
body[data-page-path = "/ja/ir/investor"] #wrapper-2{
     width:100%!important;
     padding: 0px!important;
     margin-top: 0px!important;
}




body[data-page-path = "/ja/ir/investor"] .lx_investor_mv_area > .column1,
body[data-page-path = "/en/ir/investor"] .lx_investor_mv_area > .column1{
        width: 100%;
}

body[data-page-path = "/ja/ir/investor"].bg-default,
body[data-page-path = "/en/ir/investor"].bg-default{
	background-image: none;
}



.lx_investor_mv_area{
  background: url(../../../../../../resources/sw_img/investor_bg.png) top center no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 60px;
  display: block;
  margin-right: -5px;
  margin-left: -5px;
}

.lx_investor_mv_area .title2:not(.highlight) h2{
    font-size: 30px;
}

.lx_investor_mv_area .stock-weather{
  display: block;
  width: 90%;
  background: #fff;
  padding: 20px;
  margin-right: auto;
  margin-left: auto;
}


.lx_subtitle_investor .title4:not(.highlight) h4{
  margin-top: 40px;
  margin-bottom: 20px;
}


.lx_mcol_link_panel > .column a{
   background: url(../../../../../../resources/sw_img/banner_bg.png) top center no-repeat;
   background-size: cover;
   min-height: 215px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   padding: 5px;
}


.lx_mcol_link_panel .internal-link-area:not(.highlight) p{
    font-size: 15px;
    margin-top: 20px;
    position: relative;
    width: fit-content;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
}

.lx_mcol_link_panel .internal-link-area:not(.highlight) p:before{
  content: "";
  position: absolute;
    top: 5px;
    left: 3px;
    width: 9px;
    height: 15px;
    background: url(../../../../../../resources/sw_img/panel-arrow.svg) no-repeat;
}

.lx_mcol_link_panel > .column{
	margin-bottom: -10px;
}


/*aboutページ*/
body:not(.in-editor) .lx_about_tech{
    flex-direction: column;
}

.lx_about_tech > .column{
	width: 97%;
	margin-bottom: 60px;
}

/*シーン*/
body:not(.in-editor) .lx_about_scene{
	flex-direction: column;
}

.lx_about_scene > .column{
	width: 97%;
	margin-bottom: 60px;
}

.lx_about_scene > .column1:after, .lx_about_scene > .column2:after{
	top: auto;
	bottom: -55px;
	right: auto;
	left: 50%;
	transform: translate(-50%, 0%) rotate(90deg);
}