@charset "utf-8";
/*------------------ based on 18/11/30 */
/* > 1%, last 4 versions, Firefox ESR */
/*------------------------------------ */

.note_tx {position: absolute;}

/* --------------------------------------
 基本設定
-------------------------------------- */
/* 游ゴシック/游明朝 を使わない */
/*
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: #19294b;
}

a:link ,
a:visited {
	color: #19294b;
	text-decoration: none;
}

a:hover ,
a:active {
	color: #ed7636;
	text-decoration: underline;
}

/*------------------------------------- 
 グリットレイアウト
-------------------------------------*/
#html1 {
}

/*-- コンテンツエリア --*/
#wrapper-2 {
	margin-bottom: 20px;
}

#nav {
	margin-top: 180px;
	float: right;
}

[page-intro~="no-title"] #nav {
	margin-top: 40px;
}

#wrapper-3 {
	float: left;
}

#sharewithmain {
}


/*-- コンテンツ下エリア --*/
#promos3 {
}


/*-- サイドナビエリア --*/
#promos1 {
}

#nav-box {
	margin-bottom: 40px;
}

#promos2 {
}


/* サイドナビ表示なし */
.col-subcol #wrapper-3 {
}

.col-subcol #nav {
}



/* サイドナビを表示しない。
/*
#nav.stray ,
#nav[data-current-level="1"] ,
#nav[data-current-level="2"] ,
[data-page-path^="/ja/business/"] #nav[data-current-level="3"] {
	display: none;
}
*/



/*------------------------------------- 
 フッターエリア
-------------------------------------*/
/*-- セクションフッター --*/
#section-site-info {
}

#section-site-info-box {
}

/*-- フッター --*/
#site-info {
	min-width: calc(1000px + 40px);
	position: relative;
}

#site-info-box {
}

p#copyright {
	font-size: 0;
	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 {
	width: 100%;
	min-width: 1040px;
	padding: 15px 0px;
	font-size: 13px;

/*	position: absolute; */
/*	top: 120px; */
	z-index: 1;
	color: #fff;
	background: #a9a9a9;
}

.bread-crumb ol {
	width: 1000px;
	margin: auto;
}

.bread-crumb ol:after ,
.bread-crumb:after {
	content: "";
	display: block;
	clear: both;
}

.bread-crumb a {
	color: inherit;
	text-decoration: underline;
}

.bread-crumb a:hover {
	text-decoration: none;
}

.bread-crumb h5 ,
.bread-crumb h5 p ,
.bread-crumb h5 span ,
.bread-crumb ol li {
	float: left;
}

.bread-crumb h5 p:after ,
.bread-crumb h5 span:after ,
.bread-crumb ol li:after {
	content: ">";
	padding: 0 0.5em;
}

.bread-crumb ol li:last-child:after {
	content: none;
}

/* -- TOP書き換え -- */
.bread-crumb ol li:first-child a {
	font-size: 0;
}

.bread-crumb ol li:first-child a:before {
	content: "HOME";
	font-size: 13px;
}

[data-page-path^="/ja"] .bread-crumb ol li:first-child a:before {
	content: "ホーム";
}

/*
#header.ja ~ * .bread-crumb ol li:first-child a:before ,
#header.ja ~ .bread-crumb ol li:first-child a:before {
	content: "ホーム";
	font-size: 13px;
}
#header.en ~ * .bread-crumb ol li:first-child a:before ,
#header.en ~ .bread-crumb ol li:first-child a:before {
	content: "HOME";
	font-size: 13px;
}
*/


/* -----------------------------
 グローバルナビ
--------------------------------- */
/*-- ページプロパティから設定可 --*/
#nav-global {
	display: none;
}


/*------------------------------------- 
 サイドナビ
-------------------------------------*/

/*-- ページプロパティから設定可 --*/
#nav-box input ,
#nav-box label {
	display: none;
}

#nav-box h6 {
	display: none;
}

#nav-box p.btn {
	display: none;
}


/*1階層*/
#nav-box ul.navLevel_1 {
}

#nav-box ul.navLevel_1 > li {
}

#nav-box ul.navLevel_1 > li:not(.open) {
	display: none;
}

#nav-box ul.navLevel_1 > li.open {
}

#nav-box ul.navLevel_1 > li > h5 > strong,
#nav-box ul.navLevel_1 > li > h5 > a,
#nav-box ul.navLevel_1 > li > strong ,
#nav-box ul.navLevel_1 > li > a {
	display: block;
	padding: 30px 0px;
	background: #fff;
	color: #21304b;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #dfe0e5;
	border-bottom: 1px solid #dfe0e5;

	margin-bottom: 10px;
}

#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 {
	color: #ed7636; 
}

/*2階層*/
#nav-box ul.navLevel_2 {
}

#nav-box ul.navLevel_2 > li {
}

#nav-box ul.navLevel_2 > li.open:not(.no-children) {
	border-bottom: 1px solid #dfe0e5;
}

#nav-box ul.navLevel_2 > li > h5  > strong,
#nav-box ul.navLevel_2 > li > h5  > a ,
#nav-box ul.navLevel_2 > li > strong,
#nav-box ul.navLevel_2 > li > a {
	position: relative;
	display: block;
	padding: 15px 5px;
	padding-left: 25px;
	background: #fff;
	color: #21304b;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #dfe0e5;
}

#nav-box ul.navLevel_2 > li > h5 > strong:before ,
#nav-box ul.navLevel_2 > li > h5 > a:before ,
#nav-box ul.navLevel_2 > li > strong:before ,
#nav-box ul.navLevel_2 > li > a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	width: 15px;
	height: 1px;
	background: #dfe0e5;
}

#nav-box ul.navLevel_2 > li.on > h5 > strong:before ,
#nav-box ul.navLevel_2 > li.on > h5 > a:before ,
#nav-box ul.navLevel_2 > li.on > strong:before ,
#nav-box ul.navLevel_2 > li.on > a:before {
	height: 2px;
	background: #21304b;
}

#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 {
	font-weight: bold;
}

#nav-box ul.navLevel_2 > li > h5 > a[target="_blank"]::after ,
#nav-box ul.navLevel_2 > li > a[target="_blank"]::after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 14px;
	height: 12px;
	vertical-align: middle;
	margin-left: 5px;
}


/*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: 10px 5px;
	padding-left: 45px;
	color: #ed7636;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

#nav-box ul.navLevel_3 > li > h5 > strong:before ,
#nav-box ul.navLevel_3 > li > h5 > a:before ,
#nav-box ul.navLevel_3 > li > strong:before ,
#nav-box ul.navLevel_3 > li > a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 25px;
	display: block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: 2px solid #ed7636;
	border-right: 2px solid #ed7636;
	transform: rotate(45deg);
}

#nav-box ul.navLevel_3 > li > h5 > strong ,
#nav-box ul.navLevel_3 > li > strong {
	font-weight: bold;
}

#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 {
	font-weight: bold;
}

#nav-box ul.navLevel_3 > li > h5 > a[target="_blank"]::after ,
#nav-box ul.navLevel_3 > li > a[target="_blank"]::after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 14px;
	height: 12px;
	vertical-align: middle;
	margin-left: 5px;
}


/*4階層*/
#nav-box ul.navLevel_4 {
	display: none;
}

#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; */
}

#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_4 > li > h5 > a[target="_blank"]::after ,
#nav-box ul.navLevel_4 > li > a[target="_blank"]::after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 14px;
	height: 12px;
	vertical-align: middle;
	margin-left: 5px;
}


#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 ,
.lead-section a ,
.uni-table a {
	color: #0054ce;
}

.quoted-text blockquote a:hover ,
.highlight-quoted-text a:hover ,
.text-section a:hover ,
.faq-item a:hover ,
.vtable-item a:hover ,
.ircalendar-title a:hover ,
.ircalendar-item a:hover ,
.lead-section a:hover ,
.uni-table a:hover {
	color: #0054ce;
}

/*------- 別窓アイコン ----------*/
.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 ,
.lead-section a[target="_blank"]::after ,
.uni-table a[target="_blank"]::after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 14px;
	height: 12px;
	vertical-align: middle;
	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 ,
.lead-section a[href$=".pdf"]::after ,
.uni-table 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 ,
.lead-section a[href*=".pdf#"]::after ,
.uni-table a[href*=".pdf#"]::after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.svg") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 17px;
	height: 20px;
	vertical-align: middle;
	margin: 0 5px;
}


/*------------------------------------- 
 見出し
-------------------------------------*/
/*-- ページ概要エリア --*/
#page-intro {
	width: 100%;
	min-width: 1000px;
	margin-bottom: 40px;
}

/* -- ページタイトルをテキストで表示 -- */
#page-intro > h1 {
	display: table-cell;
	vertical-align: middle;
	width: 1000px;
	height: 140px;
	color: #1a294b;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.25;
	padding: 40px 0 10px;
}

/*
#page-intro:before {
	content: "";
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	min-width: 1000px;
	height: 190px;
	background: #444;
	z-index: -1;
}
*/


/* -- ページタイトルを画像で表示 -- */
#page-intro .titleImage {
	margin-bottom: 20px;
}

#page-intro .titleImage h1 {
}

#page-intro .titleImage h1 img {
	width: auto;
}

/* -- 日付（ニュース・マルチ2） -- */
#page-intro .text-meta {
	color: inherit;
	display: none;
}

.multi3[data-page-marker~="show-date"] #page-intro .text-meta {
	display: block;
}

/*-------------- 中見出し(共通) ------------*/
.text-section h2 ,
.link-list h2,
.link-list-url h2,
.news-result dl dt ,
.news-yuho dl dt ,
.news-presentation dl dt ,
.news-material dl dt ,
.title2.style1 h2 {
	margin-top: 25px;

	padding-left: 18px;
	color: #19294b;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
	border-left: 2px solid #19294b;

	margin-bottom: 20px;
}

.title2.style1:last-child h2 {
	margin-bottom: 0px;
}

/*-------------- 小見出し --------------*/
/* -- 見出しh2レベル -- */
.title2.highlight h2 {
}

/* -- 見出しh3レベル -- */
.title3.style1 h3 {
	margin-top: 15px;

	padding-left: 18px;
	color: #19294b;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	border-left: 2px solid #19294b;
}

.title3.style1 {
	padding-bottom: 15px;
	border-bottom: solid 1px #19294b;

	margin-bottom: 20px;
}

.title3.highlight h3 {
}


/* -- 見出しh4レベル -- */
.title4.style1 h4 {
	margin-top: 10px;
	padding-left: 18px;
	color: #19294b;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	border-left: 1px solid #19294b;

	margin-bottom: 20px;
}
.title4.highlight h4 {
}


/*-- 見出しスタイルB・C --*/
.title2.style2 h2 {
	padding: 15px 0;
	text-align: center;
	color: #333;
	font-size: 27px;
	font-weight: bold;
	line-height: 1.6;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;

	margin-bottom: 40px;
}

.title2.style2 h2 span.small {
	font-size: 70%;
	vertical-align: middle;
}

.title3.style2 h3 {
	margin-top: 15px;

	text-align: center;
	color: #1479c1;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.6;

	margin-bottom: 30px;
}

.title3.style2 h3 .icon {
	display: inline-block;
	margin-right: 15px;
	padding: 6px 15px;
	font-size: 70%;
	line-height: 1.0em;
	font-weight: 400;
	color: #fff;
	background: #1679c1;
}


.title3.style3 h3 {
	margin-top: 15px;

	text-align: center;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.6;

	margin-bottom: 30px;
}

.title4.style2 {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
}

.title4.style2 h4 {
	display: inline-block;
	padding: 15px 30px;
	color: #fff;
	font-size: 23px;
	font-weight: normal;
	line-height: 1;
	background-color: #1783c6;
}

.title4.style3 h4 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 10px;
}



/*------------------------------------- 
 テキスト・画像
-------------------------------------*/
/*-------------- 緊急お知らせエリア --------------*/
/* 総合トップ・サイトトップのみ、コンテンツエリア外に１つのみ */
.quoted-text {
	width: 100%;
	min-width: 1040px;
}

.quoted-text blockquote {
	width: 1000px;
	margin: 20px auto;
	background: none;
	padding: 25px 30px;
	border: 1px solid #dfe0e5;
}

/*-------------- 囲み線ありテキスト --------------*/
.highlight-quoted-text {
	border: 1px solid #dfe0e5;
	background-color: #fff;
	padding: 25px 30px;
	margin: 0 auto 20px;
}

.highlight-quoted-text cite {
	background: transparent url("../../../../../../resources/templating-kit/themes/pop/img/bgs/dash.png") no-repeat scroll 0px 8px;
	padding-left: 10px;
	font-size: 12px;
	font-style: italic;
}

/*-------------- キャプション・リード・注釈 --------------*/
.lead-section {
	margin-bottom: 20px;
}

.lead-section.catch {
	font-size: 44px;
	font-weight: bold;
}

.lead-section.lead {
	font-size: 18px;
	font-weight: bold;
}

.lead-section.note {
	font-size: 13px;
	font-weight: normal;
}

.lead-section.style1 {
}

/*-------------- テキストと画像 --------------*/
.text-section {
	margin-bottom: 20px;
}

/*==== 画像背景化 ====*/
#sharewithmain .lx_text_img_lay_under {
	position: relative;
}

.lx_text_img_lay_under .text-section.highlight {
	position: static;
	margin: 0;
}

.lx_text_img_lay_under .text-section.highlight img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: "object-fit: cover;";
}

/*-------------- FAQ --------------*/
.faq-list {
}

.faq-list > ul {
}

.faq-list > ul > li {
	clear: both;
	margin-bottom: 30px;
	min-height: 60px;
}

.faq-list h3 {
	margin-bottom: 30px;

	position: relative;
	min-height: 60px;
	padding-top: 10px;
	padding-left: 60px;
	padding-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px solid #e0dfe5;
}
.faq-list h3:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 38px;
	height: 38px;
	background: url("../../../../../../resources/sw_img/icon_q.png") no-repeat center center;
}

.faq-item {
	position: relative;
	padding-left: 60px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0dfe5;
	min-height: 65px;
}

.faq-item:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 38px;
	height: 38px;
	background: url("../../../../../../resources/sw_img/icon_a.png") no-repeat center center;
}

/*-- 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: #21304b;
	font-size: 14px;
	font-weight: bold;
	padding-left: 18px;
}

.anchor-link a:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-right: 2px solid #ed7636;
	border-bottom: 2px solid #ed7636;
	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.style1 ,
[role="main"] .external-teaser.no-img.style1 ,
[role="main"] .download-teaser.no-img.style1 {
	max-width: 500px;
}

[role="main"] .teaser.no-img.style1 h2 ,
[role="main"] .external-teaser.no-img.style1 h2 ,
[role="main"] .download-teaser.no-img.style1 h2 {
	position: relative;
	display: table;
	width: 100%;
}

[role="main"] .teaser.no-img.style1 h2 a ,
[role="main"] .external-teaser.no-img.style1 h2 a ,
[role="main"] .download-teaser.no-img.style1 h2 a {
	display: table-cell;
	vertical-align: middle;
	height: 80px;
	padding: 5px 20px;
	text-align: center;
	font-size: 14px;
	color: #21304b;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #ed7636;
	text-decoration: none;
}

[role="main"] .teaser.no-img.style1 h2:before ,
[role="main"] .external-teaser.no-img.style1 h2:before ,
[role="main"] .download-teaser.no-img.style1 h2:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 20px;
	height: 1px;
	background: #ed7636;
}

[role="main"] .teaser.no-img.style1 h2 a[target="_blank"]:after ,
[role="main"] .external-teaser.no-img.style1 h2 a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 14px;
	height: 12px;
	vertical-align: middle;
	margin-left: 5px;
}

[role="main"] .download-teaser.no-img.style1 h2 a:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.svg") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 17px;
	height: 20px;
	vertical-align: middle;
	margin: 0 5px;
}

[role="main"] .teaser.no-img.style1 p ,
[role="main"] .external-teaser.no-img.style1 p ,
[role="main"] .download-teaser.no-img.style1 p {
}

[role="main"] .teaser.no-img.style1 h2 a:hover ,
[role="main"] .external-teaser.no-img.style1 h2 a:hover ,
[role="main"] .download-teaser.no-img.style1 h2 a:hover {
	background-color: #ed7636;
	color: #fff;
}

[role="main"] .teaser.no-img.style1 h2:hover:before ,
[role="main"] .external-teaser.no-img.style1 h2:hover:before ,
[role="main"] .download-teaser.no-img.style1 h2:hover:before {
	background-color: #fff;
}

[role="main"] .teaser.no-img.style1 h2 a[target="_blank"]:hover:after ,
[role="main"] .external-teaser.no-img.style1 h2 a[target="_blank"]:hover:after {
	background-image: url("../../../../../../resources/sw_img/link02_white.svg");
}


/* お問い合わせ専用 チェックボックスつきテキスト */
[role="main"] .external-teaser.with-checkbox.style1 p {
	text-align: center;
}

[role="main"] .external-teaser.with-checkbox.style1 input[type=checkbox] {
	vertical-align: middle;
}

/* お問い合わせ専用 リンク無効時 */
[role="main"] .external-teaser.with-checkbox.disabled.style1 h2 a {
	background-color: #ccc;
	color: #999;
	border-color: #bbb;
}

[role="main"] .external-teaser.with-checkbox.disabled.style1 h2 a:before {
	background-color: #bbb;
}


/* ----- 内部・外部バナー（テキストのみ、ハイライト）　メインエリア用 ----- */
[role="main"] .teaser.no-img.highlight ,
[role="main"] .external-teaser.no-img.highlight ,
[role="main"] .download-teaser.no-img.highlight {
	margin-bottom: 0px;
}

[role="main"] .teaser.no-img.highlight h2 ,
[role="main"] .external-teaser.no-img.highlight h2 ,
[role="main"] .download-teaser.no-img.highlight h2 {
	margin-bottom: 5px;
}

[role="main"] .teaser.no-img.highlight h2 a ,
[role="main"] .external-teaser.no-img.highlight h2 a ,
[role="main"] .download-teaser.no-img.highlight h2 a {
	display: inline-block;
	position: relative;
	padding: 5px 25px;
	font-size: 18px;
	color: #21304b;
	font-weight: bold;
	text-decoration: none;
/*	border-bottom: 1px solid transparent; */
}

[role="main"] .teaser.no-img.highlight h2 a:before ,
[role="main"] .external-teaser.no-img.highlight h2 a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	display: block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: 2px solid #ed7636;
	border-right: 2px solid #ed7636;
	transform: rotate(45deg);
}

[role="main"] .teaser.no-img.highlight h2 a[target="_blank"]:after ,
[role="main"] .external-teaser.no-img.highlight h2 a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 14px;
	height: 12px;
	vertical-align: middle;
	margin-left: 10px;
}

[role="main"] .download-teaser.no-img.highlight h2 a:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.svg") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 17px;
	height: 20px;
	vertical-align: middle;
	margin: 0 5px;
}

[role="main"] .teaser.no-img.highlight p ,
[role="main"] .external-teaser.no-img.highlight p ,
[role="main"] .download-teaser.no-img.highlight p {
}

[role="main"] .teaser.no-img.highlight h2 a:hover ,
[role="main"] .external-teaser.no-img.highlight h2 a:hover ,
[role="main"] .download-teaser.no-img.highlight h2 a:hover {
/*	border-color: #ed7636; */
	color: #ed7636;
}



/* ----- 内部バナー　プロモス1用 ----- */
#promos1 .teaser.no-img.style1 ,
#promos1 .teaser.no-img.style1 h2 {
	margin-bottom: 0;
}


/* ----- 内部・外部バナー（テキストと画像）　メインエリア用 ----- */
[role="main"] .teaser:not(.no-img).style1 ,
[role="main"] .external-teaser:not(.no-img).style1 {
	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).style1 > * ,
[role="main"] .external-teaser:not(.no-img).style1 > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

[role="main"] .teaser:not(.no-img).style1 h2 ,
[role="main"] .external-teaser:not(.no-img).style1 h2 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	margin-top: 10px;
}

[role="main"] .teaser:not(.no-img).style1 h2 a ,
[role="main"] .external-teaser:not(.no-img).style1 h2 a {
	display: inline-block;
	position: relative;
	padding: 5px 25px;
	font-size: 18px;
	color: #21304b;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

[role="main"] .teaser:not(.no-img).style1 h2 a:before ,
[role="main"] .external-teaser:not(.no-img).style1 h2 a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 3px;
	display: block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: 2px solid #ed7636;
	border-right: 2px solid #ed7636;
	transform: rotate(45deg);
}

[role="main"] .teaser:not(.no-img).style1 h2 a[target="_blank"]:after ,
[role="main"] .external-teaser:not(.no-img).style1 h2 a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 14px;
	height: 12px;
	vertical-align: middle;
	margin-left: 5px;
}

[role="main"] .teaser:not(.no-img).style1 h2 + a ,
[role="main"] .external-teaser:not(.no-img).style1 h2 + a {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	display: block;
}

[role="main"] .teaser:not(.no-img).style1 h2 + a img ,
[role="main"] .external-teaser:not(.no-img).style1 h2 + a img {
	display: block;
	width: 100%;
}


[role="main"] .teaser:not(.no-img).style1 p ,
[role="main"] .external-teaser:not(.no-img).style1 p {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

[role="main"] .teaser:not(.no-img).style1 h2 a:hover ,
[role="main"] .external-teaser:not(.no-img).style1 h2 a:hover {
}




/*-------------- 内部ページ エリアリンク --------------*/
/*-------------- 外部ペー ジエリアリンク --------------*/
.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 > p:first-child ,
.external-link-area > a > p:first-child ,
.internal-link-area > a > img + p ,
.external-link-area > a > img + p {
	position: relative;
	padding-left: 25px;
}

.internal-link-area > a > p:first-child:before ,
.external-link-area > a > p:first-child:before ,
.internal-link-area > a > img + p:before ,
.external-link-area > a > img + p:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	display: block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: 2px solid #ed7636;
	border-right: 2px solid #ed7636;
	transform: rotate(45deg);
}

/*-- マウスオーバー --*/
.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.svg") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 17px;
	height: 20px;
	vertical-align: middle;
	margin: 0 5px;
}


/*------------------------------------- 
 リスト
-------------------------------------*/
/* 共通設定 決算短信・有報・最新決算・説明会資料（自動連携）、リンクリスト（手動） */
/* マージ設定用マルチカラムclass名： "edit-only" */

.merged_list.no-news {
	display: none;
}

.link-list:not(.highlight) ul,
.link-list-url ul ,
.news-result dl ,
.news-yuho dl ,
.news-presentation dl ,
.news-material dl {
	padding-top: 1px;
	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-result h2 ,
.news-yuho h2 ,
.news-presentation h2 ,
.news-material h2 {
	display: none;
}

/* 決算発表のみ */
.news-material .result-word {
	display: none;
}

.news-material .prefix-quarter {
/*	display: none; */
}

.news-material .addition-quarter {
	display: none;
}

/* 決算説明会資料のみ */
[data-page-path="/ja/ir/archive/presentation"] .merged_list:not(.no-news) + div .link-list h2 {
	display: none;
}

[data-page-path="/ja/ir/archive/presentation"] .merged_list:not(.no-news) + div .link-list {
	margin-top: -35px;
}



.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: 40px;
}

/* マージされたハイライト表示のリンクのＬ字アイコン */
.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 {
	border: none;
	transform: none;

	content: "";
	position: absolute;
	top: 0px;
	left: 20px;
	display: block;
	width: 10px;
	height: 10px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* リンクなし */
.news-result dl dd.merged.no-link:not(.highlight):before ,
.news-yuho dl dd.merged.no-link:not(.highlight):before ,
.news-presentation dl dd.merged.no-link:not(.highlight):before ,
.news-material dl dd.merged.no-link:not(.highlight):before {
	content: none;
}

/* リンクアイコン（ダウンロード以外） */
.news-result dl dd.merged.no-download:not(.highlight) a ,
.news-yuho dl dd.merged.no-download:not(.highlight) a ,
.news-presentation dl dd.merged.no-download:not(.highlight) a ,
.news-material dl dd.merged.no-download:not(.highlight) a {
	position: relative;
/*	padding-left: 25px; */
}

/*
.news-result dl dd.merged.no-download:not(.highlight) a:before ,
.news-yuho dl dd.merged.no-download:not(.highlight) a:before ,
.news-presentation dl dd.merged.no-download:not(.highlight) a:before ,
.news-material dl dd.merged.no-download:not(.highlight) a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	display: block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: 2px solid #ed7636;
	border-right: 2px solid #ed7636;
	transform: rotate(45deg);
}
*/

/* 外窓アイコン（ダウンロード以外） */
.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 {
	top: auto;
	left: auto;
	margin: 0;
	border: none;
	transform: none;

	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 14px;
	height: 12px;
	vertical-align: middle;
	margin: 0 3px;
}

/* pdfアイコン */
.news-result dl dd span.d_icon.pdf_front ,
.news-yuho dl dd span.d_icon.pdf_front ,
.news-presentation dl dd span.d_icon.pdf_front ,
.news-material dl dd span.d_icon.pdf_front {
	margin-right: 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 ,
.link-list:not(.highlight) .download-link-text ,
.news-result dl dd ,
.news-yuho dl dd ,
.news-presentation dl dd ,
.news-material dl dd {
	padding-left: 25px;
}

.link-list:not(.highlight) .internal-link-text:before ,
.link-list:not(.highlight) .external-link-text:before ,
.link-list-url .internal-link-text:before ,
.link-list-url .external-link-text:before ,
.link-list:not(.highlight) .download-link-text:before ,
.news-result dl dd:before ,
.news-yuho dl dd:before ,
.news-presentation dl dd:before ,
.news-material dl dd:before {
	content: "";
	position: absolute;
	top: 0.8em;
	left: 5px;
	display: block;
	width: 8px;
	height: 8px;
	margin-top: 5px;
	border-top: 2px solid #ed7636;
	border-right: 2px solid #ed7636;
	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) {
	position: relative;
}

/* -- 別窓アイコン -- */
/*
.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 {
	background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg")
}
*/

.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.svg") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 14px;
	height: 12px;
	vertical-align: middle;
	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:not(.highlight) .download-link-text a.d_icon.front ,
.link-list-url .download-link-url a.d_icon.front {
	margin-right: 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 {
}



/* 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.svg") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 17px;
	height: 20px;
	vertical-align: middle;
	margin-left: 5px;
}


/*------------------------------------- 
 表組・テーブル・財務ハイライト(表組)・配当金(表組)
-------------------------------------*/
/*-- table共通 --*/

/* セル */
/* 枠線とセル内余白を指定 */
.shwTable table.htCore tr td ,
th, td {
	color: inherit;
	padding: 15px 18px;
	border: 1px solid #dfe0e5;
}

/* 見出し */
/* 背景色と文字色を指定 */
.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 {
	background-color: #f5f5f5;
	font-weight: normal;
}

/* 見出し列 */
/* 背景色と文字色を指定 */
.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: #f5f5f5;
	font-weight: normal;
}

/* 見出し行 */
/* 背景色と文字色を指定 */
.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: #f1f2f7;
	font-weight: bold;
}

/* 見出し中の細字 */
.vtable-item > table > tbody > tr > th strong ,
.ircalendar-title > table > tbody > tr > th strong {
}


/* お問い合わせを表組風に */
/* 枠線とセル内余白（セル相当）、背景色と文字色(見出し列相当)を指定 */
.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: 5px 15px;
	border: 1px solid #dfe0e5;

	text-align: left;
	vertical-align: middle;
	background-color: #f5f5f5;
}

/*-------------- テーブル縦 --------------*/
/* -- デフォルト比率  -- */
.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;
}

/*-------------- マルチセル --------------*/
.uni-table {
	margin-bottom: 20px;
}

/*-------------- 財務ハイライト表組 --------------*/
.highlights-table ,
.highlights-alltable-2nd {
	margin-bottom: 40px;
}

/* 単位 */
.highlights-table .unit {
}

/*-------------- 配当 表組 --------------*/
.haitou-table-2nd {
	margin-bottom: 20px;
}

.haitou-table-2nd table th ,
.haitou-table-2nd table td {
	padding: 15px 10px;
}

/* 配当予想セル */
.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: 14px;
	display: block;
}

#header.ja ~ div .news-latest-2nd .all a:after ,
#header.ja ~ div .news-latest-tabbed-2nd .all a:after {
	content: "一覧へ";
}

#header.en ~ div .news-latest-2nd .all a:after ,
#header.en ~ div .news-latest-tabbed-2nd .all a:after {
	content: "List";
}
*/


/*-------------- タブ共通 --------------*/
/* -- 年度タブ -- */
p.yearTabs {
	margin-bottom: 20px;
	font-size: 0;
}

p.yearTabs a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-bottom: 5px;
}

p.yearTabs a.active {
	font-weight: bold;
}

p.yearTabs a:hover ,
p.yearTabs a.active {
	background-color: #dddddd;
}


/* -- カテゴリタブ -- */
p.tabs{
	margin-bottom: 20px;
	font-size: 0;
}

p.tabs a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-bottom: 5px;
}

p.tabs a.active {
	font-weight: bold;
}

p.tabs a:hover ,
p.tabs a.active {
	background-color: #dddddd;
}

/* アクティブなカテゴリタブをアイコン色と同色にする */
/*
p.tabs a.allTab:hover ,
p.tabs a.allTab.active {
}
p.tabs a.tekijiTab:hover ,
p.tabs a.tekijiTab.active {
	color: #FFF;
	background-color: #2980b9;
}
p.tabs a.resultTab:hover ,
p.tabs a.resultTab.active {
	color: #FFF;
	background-color: #e67e22;
}
p.tabs a.gyousekiTab:hover ,
p.tabs a.gyousekiTab.active {
	color: #FFF;
	background-color: #f1c40f;
}
p.tabs a.prTab:hover ,
p.tabs a.prTab.active {
	color: #FFF;
	background-color: #c2185b;
}
p.tabs a.irTab:hover ,
p.tabs a.irTab.active {
	color: #FFF;
	background-color: #1abc9c;
}
p.tabs a.governanceTab:hover ,
p.tabs a.governanceTab.active {
	color: #FFF;
	background-color: #34495e;
}
p.tabs a.yuhoTab:hover ,
p.tabs a.yuhoTab.active {
	color: #FFF;
	background-color: #16a085;
}
p.tabs a.syosyuTab:hover ,
p.tabs a.syosyuTab.active {
	color: #FFF;
	background-color: #e74c3c;
}
p.tabs a.noneTab:hover ,
p.tabs a.noneTab.active {
	color: #FFF;
	background-color: #9b59b6;
}
*/


/*-------------- テキスト化カテゴリアイコン (ver2専用) --------------*/
/*
.news-list-2nd ul li .c_icon ,
.news-list-tabbed-2nd ul li .c_icon ,
.news-english-2nd ul li .c_icon ,
.news-english-tabbed-2nd ul li .c_icon ,
.news-latest-2nd ul li .c_icon ,
.news-latest-tabbed-2nd ul li .c_icon {
	display: block;
}

.news-list-2nd ul li .c_icon:before ,
.news-list-tabbed-2nd ul li .c_icon:before ,
.news-english-2nd ul li .c_icon:before ,
.news-english-tabbed-2nd ul li .c_icon:before ,
.news-latest-2nd ul li .c_icon:before ,
.news-latest-tabbed-2nd ul li .c_icon:before {
	display: block;
	width: 76px;
	height: 24px;
	line-height: 1;
	font-size: 11px;
	text-align: center;
	padding-top: 7px;
	margin-top: -2px;

	color: #fff;
	background: #646464;
}

.news-list-2nd ul li .c_icon img ,
.news-list-tabbed-2nd ul li .c_icon img ,
.news-english-2nd ul li .c_icon img ,
.news-english-tabbed-2nd ul li .c_icon img ,
.news-latest-2nd ul li .c_icon img ,
.news-latest-tabbed-2nd ul li .c_icon img {
	display: none;
}

.news-list-2nd ul li.tekijiElm .c_icon:before ,
.news-list-tabbed-2nd ul li.tekijiElm .c_icon:before ,
.news-english-2nd ul li.tekijiElm .c_icon:before ,
.news-english-tabbed-2nd ul li.tekijiElm .c_icon:before ,
.news-latest-2nd ul li.tekijiElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.tekijiElm .c_icon:before {
	content: "適時開示";
}

.news-list-2nd ul li.resultElm .c_icon:before ,
.news-list-tabbed-2nd ul li.resultElm .c_icon:before ,
.news-english-2nd ul li.resultElm .c_icon:before ,
.news-english-tabbed-2nd ul li.resultElm .c_icon:before ,
.news-latest-2nd ul li.resultElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.resultElm .c_icon:before {
	content: "決算";
}

.news-list-2nd ul li.gyousekiElm .c_icon:before ,
.news-list-tabbed-2nd ul li.gyousekiElm .c_icon:before ,
.news-english-2nd ul li.gyousekiElm .c_icon:before ,
.news-english-tabbed-2nd ul li.gyousekiElm .c_icon:before ,
.news-latest-2nd ul li.gyousekiElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.gyousekiElm .c_icon:before {
	content: "業績";
}

.news-list-2nd ul li.prElm .c_icon:before ,
.news-list-tabbed-2nd ul li.prElm .c_icon:before ,
.news-english-2nd ul li.prElm .c_icon:before ,
.news-english-tabbed-2nd ul li.prElm .c_icon:before ,
.news-latest-2nd ul li.prElm .c_icon:before ,
.news-latest-tabbed-2nd ul.prElm li .c_icon:before {
	content: "PR";
}

.news-list-2nd ul li.irElm .c_icon:before ,
.news-list-tabbed-2nd ul li.irElm .c_icon:before ,
.news-english-2nd ul li.irElm .c_icon:before ,
.news-english-tabbed-2nd ul li.irElm .c_icon:before ,
.news-latest-2nd ul li.irElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.irElm .c_icon:before {
	content: "IR";
}

.news-list-2nd ul li.governanceElm .c_icon:before ,
.news-list-tabbed-2nd ul li.governanceElm .c_icon:before ,
.news-english-2nd ul li.governanceElm .c_icon:before ,
.news-english-tabbed-2nd ul li.governanceElm .c_icon:before ,
.news-latest-2nd ul li.governanceElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.governanceElm .c_icon:before {
	content: "ガバナンス";
}

.news-list-2nd ul li.yuhoElm .c_icon:before ,
.news-list-tabbed-2nd ul li.yuhoElm .c_icon:before ,
.news-english-2nd ul li.yuhoElm .c_icon:before ,
.news-english-tabbed-2nd ul li.yuhoElm .c_icon:before ,
.news-latest-2nd ul li.yuhoElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.yuhoElm .c_icon:before {
	content: "有報";
}

.news-list-2nd ul li.syosyuElm .c_icon:before ,
.news-list-tabbed-2nd ul li.syosyuElm .c_icon:before ,
.news-english-2nd ul li.syosyuElm .c_icon:before ,
.news-english-tabbed-2nd ul li.syosyuElm .c_icon:before ,
.news-latest-2nd ul li.syosyuElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.syosyuElm .c_icon:before {
	content: "招集通知";
}

.news-list-2nd ul li.noneElm .c_icon:before ,
.news-list-tabbed-2nd ul li.noneElm .c_icon:before ,
.news-english-2nd ul li.noneElm .c_icon:before ,
.news-english-tabbed-2nd ul li.noneElm .c_icon:before ,
.news-latest-2nd ul li.noneElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.noneElm .c_icon:before {
	content: "その他";
}
*/


/*-------------- rss --------------*/
.rss-content {
}
.rss-content:after {
	content: "";
	display: block;
	clear: both;
}

.rss-content em {
	font-style: normal;
	float: right;
	margin-bottom: 10px;
}

.rss-content a {
	text-decoration: none;
}

/*
.rss-content em {
	padding: 0 !important;
	background: none !important;
	margin-top: -16px;
}

.rss-content a {
	display: block;
	width: 16px;
	height: 16px;
	background: url("../../../../../../.resources/feed.gif") no-repeat left top;
}

.rss-content a:hover {
	opacity: 0.7;
}
*/


/*------------------------------------- 
 マルチ２
-------------------------------------*/

/*----------- サムネイルなし -----------*/
.basic-list:not(.thumnail) ,
.basic-list-english:not(.thumnail) {
	margin-bottom: 40px;
}

.basic-list:not(.thumnail) ul.tabItems ,
.basic-list-english:not(.thumnail) ul.tabItems {
	border-top: 1px solid #e0dfe5;
}

/* -- 1つのリリース -- */
.basic-list:not(.thumnail) ul.tabItems li ,
.basic-list-english:not(.thumnail) ul.tabItems li {
	position: relative;

	padding-bottom: 15px;
	border-bottom: 1px solid #e0dfe5;
}

.basic-list:not(.thumnail) ul.tabItems li h3 ,
.basic-list-english:not(.thumnail) ul.tabItems li h3 {
	position: relative;
	display: block; 
	padding-top: 35px;
	padding-left: 7.2em;
}

.basic-list:not(.thumnail) ul.tabItems li a ,
.basic-list-english:not(.thumnail) ul.tabItems li a {
	font-weight: normal;
	text-decoration: none;
}

/* -- リリースのテキスト -- */
.basic-list:not(.thumnail) ul.tabItems li .news_tx ,
.basic-list-english:not(.thumnail) ul.tabItems li .news_tx {
	font-size: 16px;
	font-weight: bold;
}

.basic-list:not(.thumnail) ul.tabItems li a[target="_blank"]:not([href*=".pdf"]) .news_tx:after ,
.basic-list-english:not(.thumnail) ul.tabItems li a[target="_blank"]:not([href*=".pdf"]) .news_tx:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 14px;
	height: 12px;
	vertical-align: middle;
	margin-left: 5px;
}


/* -- 日付 -- */
.basic-list:not(.thumnail) ul.tabItems li .date ,
.basic-list-english:not(.thumnail) ul.tabItems li .date {
	position: absolute;
	top: 35px;
	left: 0;

	color: #19294b;
	font-size: 13px;
	text-decoration: none;
	line-height: 2;
}

/* -- カテゴリアイコン -- */
.basic-list:not(.thumnail) ul.tabItems li .c_icon ,
.basic-list-english:not(.thumnail) ul.tabItems li .c_icon {
	position: absolute;
	top: -1px;
	left: 0;

	text-decoration: none;
	display: block;
	vertical-align: top;
	font-size: 0;
}

/* -- ファイルアイコン -- */
.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;
}

/* -- もっと読む・詳細（ニュース概要） -- */
.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;
	margin-right: -18px;
	text-align: center;
}

/* 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% / 4 - 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: block;
	padding-bottom: 5px;
	border-bottom: 1px solid #e0dfe5;
	margin: 0 0 5px;

	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;

	display: none;
}

.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: 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 {
}

/* 概要テキスト */
.basic-list.thumnail ul.tabItems li .det_tx ,
.basic-list-english.thumnail ul.tabItems li .det_tx {
}



/*----------- タブ(絞込み) -----------*/
.layout_no_tabs .basic-list .clearTab ,
.layout_no_tabs .basic-list .countTab {
	display: none;
}

.basic-list .clearTab ,
.basic-list-english .clearTab {
	float: right;
}

.basic-list .clearTab span:before ,
.basic-list-english .clearTab span:before {
	display: inline-block;
	width: 140px;
	padding: 2px 2px;
	text-align: center;
	font-size: 13px;
	color: #19294b;
	margin-left: -1px;
	margin-bottom: 5px;
	border: 1px solid #dfe0e6;

	cursor: pointer;
	content: "絞込み条件をクリア";
}

.basic-list-english .clearTab span:before {
	content: "Clear All";
}

.basic-list .countTab ,
.basic-list-english .countTab {
	margin-bottom: 40px;
	font-size: 0;
	text-align: center;
}

.basic-list .countTab .total ,
.basic-list-english .countTab .total ,
.basic-list .countTab .view ,
.basic-list-english .countTab .view {
	font-size: 18px;
}

.basic-list .countTab .total:before {
	content: "絞込み結果　";
	font-size: 14px;
}
.basic-list .countTab .total:after {
	content: "件中　";
	font-size: 14px;
}
.basic-list .countTab .view:after {
	content: "件";
	font-size: 14px;
}

.basic-list-english .countTab .view:before {
	content: "Results　";
	font-size: 14px;
}
.basic-list-english .countTab .total:before {
	content: "　of　";
	font-size: 14px;
}



.basic-list .yearTabs ,
.basic-list-english .yearTabs {
	margin-bottom: 20px;
	padding: 20px 0px 20px;
	border-top: 1px solid #e0def5;
	border-bottom: 1px solid #e0def5;
}

.basic-list .tabs ,
.basic-list-english .tabs {
	margin-bottom: 10px;
}

.basic-list .tabs > ul > li[aria-hidden="false"] ,
.basic-list-english .tabs > ul > li[aria-hidden="false"] {
	display: block;
	margin-bottom: 20px;
	padding: 0px 0px 20px;
	border-bottom: 1px solid #e0def5;
}

.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;
	width: 110px;
	padding: 2px 2px;
	text-align: center;
	font-size: 13px;
	color: #19294b;
	margin-left: -1px;
	margin-bottom: 5px;
	border: 1px solid #dfe0e6;
}

.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: #dfe0e6;
}

.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: #dfe0e6;
}

/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list .tabs ul[data-category-level="1"] > li > span ,
.basic-list-english .tabs ul[data-category-level="1"] > li > span {
	display: none;
}

/* 全ての全てタブは、デフォルト非表示 */
.basic-list .tabs li.allall ,
.basic-list-english .tabs li.allall {
	display: none;
}


/* 年タブ 最新20件を書き換え */
.basic-list .yearTabs span.all:before {
	content: "最新";
}

.basic-list-english .yearTabs span.all:before {
	content: "Latest";
}

/*----------- カテゴリアイコン -----------*/
/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list .c_icon span[category-level="1"] ,
.basic-list-english .c_icon span[category-level="1"] {
	display: none;
}

.basic-list .c_icon span:before ,
.basic-list-english .c_icon span:before {
	display: inline-block;
	margin-right: -1px;
	margin-bottom: 5px;

	width: 128px;
	height: 24px;
	line-height: 1;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;

	color: #19294b;
	border: 1px solid #e0dfe5;
}


.basic-list .c_icon span.release:before ,
.basic-list-english .c_icon span.release:before {
	color: #db3c62;
}
.basic-list .c_icon span.information:before ,
.basic-list-english .c_icon span.information:before {
	color: #db3c62;
}

/* カテゴリ設定で設定した名称と、アイコン上の文字を変えたい場合は */
/* 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.syosyu:before ,
.basic-list-english .c_icon span.syosyu: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: 0px 0px 20px;
	border-bottom: 1px solid #e0dfe5;
}



/* カテゴリグループ名表示 */
.basic-list .yearTabs:before {
	content: "掲載年";
	display: inline-block;
	font-size: 14px;
	color: #19294b;
	font-weight: bold;
	margin-right: 10px;
	width: 70px;
}

/*
.basic-list-english .yearTabs:before {
	content: "Post Year";
}
*/

.basic-list .tabs li.renkei:before {
	content: "カテゴリ";
	display: inline-block;
	font-size: 14px;
	color: #19294b;
	font-weight: bold;
	margin-right: 10px;
	width: 70px;
}

.basic-list .tabs li.kind:before {
	content: "種別";
	display: inline-block;
	font-size: 14px;
	color: #19294b;
	font-weight: bold;
	margin-right: 10px;
	width: 70px;
}

.basic-list .tabs li.category:before {
	content: "カテゴリ";
	display: inline-block;
	font-size: 14px;
	color: #19294b;
	font-weight: bold;
	margin-right: 10px;
	width: 70px;
}

/* カテゴリグループ毎に、タブ色指定 */
.basic-list .tabs li.kind span:before {
	color: #db3c62;
}

.basic-list .tabs li.kind span[active="true"]:before ,
.basic-list .tabs li.kind span:hover:before {
	color: #fff;
	background: #db3c62;
	border-color: #db3c62;
}

.basic-list .tabs li.renkei span:before ,
.basic-list .tabs li.category span:before {
	color: #19294b;
}

.basic-list .tabs li.renkei span[active="true"]:before ,
.basic-list .tabs li.renkei span:hover:before ,
.basic-list .tabs li.category span[active="true"]:before ,
.basic-list .tabs li.category span:hover:before {
	color: #fff;
	background: #19294b;
	border-color: #19294b;
}



/*------------------------------------- 
 マルチ３
-------------------------------------*/

/*----------- サムネイルなし -----------*/
.basic-list2:not(.thumnail) {
	margin-bottom: 40px;
}

.basic-list2:not(.thumnail) ul.tabItems {
	border-top: 1px solid #e0dfe5;
}

/* -- 1つのリリース -- */
.basic-list2:not(.thumnail) ul.tabItems li {
	position: relative;

	padding-bottom: 15px;
	border-bottom: 1px solid #e0dfe5;
}

.basic-list2:not(.thumnail) .item {
	position: relative;
	display: block; 
	padding-top: 35px;
	padding-left: 7.2em;
}

.basic-list2:not(.thumnail) .item a {
	font-weight: normal;
	text-decoration: none;
}

/* -- リリースのテキスト -- */
.basic-list2:not(.thumnail) .item .news_tx {
	font-size: 16px;
	font-weight: bold;
}

.basic-list2:not(.thumnail) .item a[target="_blank"]:not([href*=".pdf"]) .news_tx:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 14px;
	height: 12px;
	vertical-align: middle;
	margin-left: 5px;
}


/* -- 日付 -- */
.basic-list2:not(.thumnail) .item .date {
	position: absolute;
	top: 35px;
	left: 0;

	color: #19294b;
	font-size: 13px;
	text-decoration: none;
	line-height: 2;
}

/* -- カテゴリアイコン -- */
.basic-list2:not(.thumnail) .item .c_icon {
	position: absolute;
	top: -1px;
	left: 0;

	text-decoration: none;
	display: block;
	vertical-align: top;
	font-size: 0;
}

/* -- ファイルアイコン -- */
.basic-list2:not(.thumnail) .item .d_icon {
}

/* NEWアイコン */
.basic-list2:not(.thumnail) .item .n_icon {
	margin: 0 0.5em;
}

.basic-list2:not(.thumnail) .item .n_icon:before {
	content: "NEW";
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	color: #e7191b;
}

/* -- もっと読む・詳細（ニュース概要） -- */
.basic-list2:not(.thumnail) .item .det_tx {
	display: none;
}



/*----------- サムネイルあり -----------*/
.basic-list2.thumnail {
}

.basic-list2.thumnail ul.tabItems {
	font-size: 0;
	margin-right: -18px;
	text-align: center;
}

/* PCでは１行に３つづつで、画像が上側、テキストは下側に配置 */
.basic-list2.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% / 4 - 18px);
	margin-right: 18px;
	margin-bottom: 30px;
}

.basic-list2.thumnail .n_img {
	width: 100%;
	margin-bottom: 10px;
}

/* 日付、カテゴリアイコンを非表示 */
.basic-list2.thumnail .item .date {
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid #e0dfe5;
	margin: 0 0 5px;

	display: none;
}

.basic-list2.thumnail .item .c_icon {
	position: static;
	margin: 10px 0 0;

	display: none;
}

.basic-list2.thumnail .item a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.basic-list2.thumnail .item a:hover img {
	-ms-opacity: 0.8;
	opacity: 0.8;
}

/* NEWアイコン */
.basic-list2.thumnail .item .n_icon {
	position: absolute;
	top: 0;
	right: 0;
}

.basic-list2.thumnail .item .n_icon:before {
	content: "NEW";
	display: block;
	padding: 3px 10px;
	font-size: 12px;
	color: #fff;
	background: #ff5445;
}

/* 非公開アイコンテキスト */
/* タイルの形が崩れない様に上に載せている */
.basic-list2.thumnail .item .note_tx {
	position: absolute;
	z-index: 1;
}

.basic-list2.thumnail .item {
	overflow: hidden;
}

/* ニューステキスト */
.basic-list2.thumnail .item .news_tx {
}

/* 概要テキスト */
.basic-list2.thumnail .item .det_tx {
}



/*----------- 情報パネル -----------*/
.layout_no_tabs .basic-list2 .infoPanel {
	display: none;
}

.basic-list2 .infoPanel {
	position: relative;
	margin-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.basic-list2 .countTab ,
.basic-list2 .clearTab {
/*	display: none; */
}

.basic-list2 .clearTab {
	position: absolute;
	bottom: 15px;
	right: 0;
}

.basic-list2 .clearTab span {
	display: inline-block;
	cursor: pointer;
	width: 140px;
	padding: 2px 2px;
	text-align: center;
	font-size: 13px;
	color: #19294b;
	margin-left: -1px;
	margin-bottom: 5px;
	border: 1px solid #dfe0e6;
}

.basic-list2 .countTab {
	text-align: center;
	font-size: 14px;
}

.basic-list2 .countTab .total ,
.basic-list2 .countTab .view {
	font-size: 18px;
}



/*----------- タブ(絞込み) -----------*/
.basic-list2 .yearTabs {
	margin-bottom: 20px;
	padding: 20px 0px 20px;
	border-top: 1px solid #e0def5;
	border-bottom: 1px solid #e0def5;
}

.basic-list2 .tabs {
	margin-bottom: 10px;
}

.basic-list2 .tabs > ul > li[aria-hidden="false"] {
	display: block;
	margin-bottom: 20px;
	padding: 0px 0px 20px;
	border-bottom: 1px solid #e0def5;
}

.basic-list2 .yearTabs span ,
.basic-list2 .tabs span {
	display: inline-block;
	width: 110px;
	padding: 2px 2px;
	text-align: center;
	font-size: 13px;
	color: #19294b;
	margin-left: -1px;
	margin-bottom: 5px;
	border: 1px solid #dfe0e6;
}

.basic-list2 .yearTabs span[active="true"] ,
.basic-list2 .tabs span[active="true"] {
	background: #dfe0e6;
}

.basic-list2 .yearTabs span:hover ,
.basic-list2 .tabs span:hover {
	background: #dfe0e6;
}

/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list2 .tabs ul[data-category-level="1"] > li > span {
	display: none;
}

/* 全ての全てタブは、デフォルト非表示 */
.basic-list2 .tabs li.allall {
	display: none;
}


/*----------- カテゴリアイコン -----------*/
/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list2 .item .c_icon span[category-level="1"] {
	display: none;
}

.basic-list2 .item .c_icon span {
	display: inline-block;
	vertical-align: top;
	margin-right: -1px;
	margin-bottom: 5px;

	width: 128px;
	height: 24px;
	line-height: 1;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;

	color: #19294b;
	border: 1px solid #e0dfe5;
}


.basic-list2 .item .c_icon span.release ,
.basic-list2 .item .c_icon span.information ,
.basic-list2 .item .c_icon span.service {
	color: #db3c62;
}


/* カテゴリをフラット選択に */
.layout_flat_category .basic-list2 .tabs li.allall {
	display: inline;
}

.layout_flat_category .basic-list2 .tabs span.allall {
	display: inline-block;
}

.layout_flat_category .basic-list2 .tabs li.all {
	display: none;
}

.layout_flat_category .basic-list2 .tabs > ul > li {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}

.layout_flat_category .basic-list2 .tabs {
	padding: 0px 0px 20px;
	border-bottom: 1px solid #e0dfe5;
}



/* カテゴリグループ名表示 */
.basic-list2:not(.english) .yearTabs {
	padding-left: 80px;
}

.basic-list2:not(.english) .yearTabs:before {
	content: "掲載年";
	display: inline-block;
	font-size: 14px;
	color: #19294b;
	font-weight: bold;
	margin-right: 10px;
	width: 70px;
	margin-left: -80px;
}

/*
.basic-list2.english .yearTabs:before {
	content: "Post Year";
}
*/

.basic-list2:not(.english) .tabs li.renkei ,
.basic-list2:not(.english) .tabs li.kind ,
.basic-list2:not(.english) .tabs li.category {
	padding-left: 80px;
}

.basic-list2:not(.english) .tabs li.renkei:before {
	content: "カテゴリ";
	display: inline-block;
	font-size: 14px;
	color: #19294b;
	font-weight: bold;
	margin-right: 10px;
	width: 70px;
	margin-left: -80px;
}

.basic-list2:not(.english) .tabs li.kind:before {
	content: "種別";
	display: inline-block;
	font-size: 14px;
	color: #19294b;
	font-weight: bold;
	margin-right: 10px;
	width: 70px;
	margin-left: -80px;
}

.basic-list2:not(.english) .tabs li.category:before {
	content: "カテゴリ";
	display: inline-block;
	font-size: 14px;
	color: #19294b;
	font-weight: bold;
	margin-right: 10px;
	width: 70px;
	margin-left: -80px;
}

/* カテゴリグループ毎に、タブ色指定 */
.basic-list2:not(.english) .tabs li.kind span {
	color: #db3c62;
}

.basic-list2:not(.english) .tabs li.kind span[active="true"] ,
.basic-list2:not(.english) .tabs li.kind span:hover {
	color: #fff;
	background: #db3c62;
	border-color: #db3c62;
}

.basic-list2:not(.english) .tabs li.renkei span ,
.basic-list2:not(.english) .tabs li.category span {
	color: #19294b;
}

.basic-list2:not(.english) .tabs li.renkei span[active="true"] ,
.basic-list2:not(.english) .tabs li.renkei span:hover ,
.basic-list2:not(.english) .tabs li.category span[active="true"] ,
.basic-list2:not(.english) .tabs li.category span:hover {
	color: #fff;
	background: #19294b;
	border-color: #19294b;
}

/*------------------------------------- 
 メディア
-------------------------------------*/
/*------------- 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-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: 14px;

	position: relative;
	display: block;
	font-weight: bold;
	border: #CCC 1px solid;
	margin-bottom: 12px;
	padding: 8px 8px 8px 30px;
	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 > a:before ,
.sitemap-1st > ul > li > a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: 2px solid #ed7636;
	border-right: 2px solid #ed7636;
	transform: rotate(45deg);
}

/* -- 第３階層 -- */
.sitemap-1st ul.siteLevel_2 > li {
	display: inline-block;
	vertical-align: top;
	width: 31%;
	margin-right: 2%;
}
.sitemap-1st ul.siteLevel_2 > li:nth-child(even) {
/*	margin-right: 0; */
}

.sitemap-1st ul.siteLevel_2 > li > a {
	font-size: 14px;

	position: relative;
	display: block;
	padding-top: 5px;
	padding-left: 25px;
	padding-bottom: 5px;
	margin-left: 8px;
	margin-bottom: 5px;
}

.sitemap-1st ul.siteLevel_2 > li > a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	display: block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: 2px solid #ed7636;
	border-right: 2px solid #ed7636;
	transform: rotate(45deg);
}

/* -- 第４階層 -- */
.sitemap-1st ul.siteLevel_3 {
	margin-top: 10px;
}

.sitemap-1st ul.siteLevel_3 > li {
	margin-top: 10px;
	margin-left: 20px;
}

.sitemap-1st ul.siteLevel_3 > li > a {
	font-size: 14px;

	position: relative;
	display: block;
	padding-top: 5px;
	padding-left: 25px;
	padding-bottom: 5px;
	margin-left: 8px;
	margin-bottom: 5px;
}

.sitemap-1st ul.siteLevel_3 > li > a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	display: block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: 2px solid #ed7636;
	border-right: 2px solid #ed7636;
	transform: rotate(45deg);
}

/* -- 第５階層以降は非表示 -- */
.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 {
	position: relative;
	padding-left: 25px;
}

.footer-link-list ul li.footer-link-internal:before ,
.footer-link-list ul li.footer-link-external:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 25px;
	display: block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: 2px solid #ed7636;
	border-right: 2px solid #ed7636;
	transform: rotate(45deg);
}

.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.svg") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 14px;
	height: 12px;
	vertical-align: middle;
	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 {
	text-align: right;
	margin: 3em 20px 80px;
}

#site-info .toTop a {
	padding-left: 1.44em;
	display: inline-block;
	position: relative;
	overflow: visible;
}

#site-info .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 {
	display: none;
}


/*-- ヘッダー --*/
#header {
	height: 120px;
}

#promos3 .note_tx {position: absolute;}


#promos3 .area-sp-header {
	display: none !important;
}

/*
#promos3 .area-pc-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: calc(1000px + 40px);
	height: 120px;
	background: #fff;
	z-index: 1000;
}

#promos3 .area-pc-header > div {
	position: relative;
	width: calc(1000px + 40px);
	height: 80px;
}
*/


#promos3 .area-header-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: calc(1000px + 40px);
	height: 120px;
	background: #fff;
	border-bottom: 1px solid #e0dfe5;
	z-index: 1001;
}

body:not(.in-editor) #promos3 .area-header-content {
	position: fixed;
}

#promos3 .area-header-content > div {
	position: relative;
/*	width: calc(1000px + 40px); */
	max-width: 1400px;
	height: 120px;
}

/* ロゴ */
#promos3 .area-header-logo {
	position: absolute;
	left: 10px;
	top: 50px;
}

#promos3 .area-header-logo a {
	width: 156px;
	padding: 10px;
}


/* 言語切り替えリンク */
#promos3 .area-lang-navi {
	position: absolute;
	right: 20px;
	top: 15px;
}

#promos3 .area-lang-navi ul {
	font-size: 0;
	border-left: 1px solid #ed7636;
	padding-left: 10px;
}

#promos3 .area-lang-navi li {
	display: inline-block;
}

#promos3 .area-lang-navi a {
	padding: 0 10px;
	font-size: 12px;
	color: #ed7636;
	font-weight: bold;
}

#promos3 .area-lang-navi a.within {
	font-weight: normal;
}

#promos3 .area-lang-navi a:hover {
	text-decoration: underline;
}


/* お問い合わせリンク */
#promos3 .area-head-contact {
	position: absolute;
	right: 10px;
	top: 60px;
}

#promos3 .area-head-contact a {
	padding: 5px 30px;
	color: #ed7636;
	font-size: 14px;
	font-weight: bold;
/*	background: #fff; */
	border-radius: 30px;
	border: 1px solid #f5e0d1;
}

#promos3 .area-head-contact a:hover {
	color: #fff;
	background: #ed7636;
}


/* グロナビ */
#promos3 .area-gnavi {
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
	min-width: calc(1000px + 40px);
	z-index: 1010;
}

body:not(.in-editor) #promos3 .area-gnavi {
	position: fixed;
}

#promos3 .area-gnavi > div {
/*	width: calc(1000px + 40px); */
	max-width: 1400px;
	height: 0;
	margin: auto;
}

#promos3 .area-gnavi > div > div {
	height: 60px;
	margin-top: -60px;
	text-align: right;
	margin-left: 170px;
	margin-right: 170px;
	display: flex;
	justify-content: flex-end;
}

#promos3 .area-gnavi > div > div > div {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0;
}

#promos3 .area-gnavi .teaser.no-img ,
#promos3 .area-gnavi .external-teaser.no-img {
	height: 60px;
	position: relative;
}

#promos3 .area-gnavi .teaser.no-img:before ,
#promos3 .area-gnavi .external-teaser.no-img:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -10px;
	border: 10px solid transparent;
	opacity: 0;
}

#promos3 .area-gnavi .teaser.no-img .note_tx ,
#promos3 .area-gnavi .external-teaser.no-img .note_tx {
	z-index: -1;
	font-size: 12px;
	line-height: 1.25;
}

#promos3 .area-gnavi .teaser.no-img h2 ,
#promos3 .area-gnavi .external-teaser.no-img h2 {
}

#promos3 .area-gnavi .teaser.no-img h2 a ,
#promos3 .area-gnavi .external-teaser.no-img h2 a {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 5px 20px;
	border-bottom: 3px solid transparent;
}

@media screen and (max-width: 1200px) {
	#promos3 .area-gnavi .teaser.no-img h2 a ,
	#promos3 .area-gnavi .external-teaser.no-img h2 a {
		padding: 5px 10px;
	}
}

#promos3 .area-gnavi > div > div > div:hover .teaser.no-img.style1:before ,
#promos3 .area-gnavi > div > div > div:hover .external-teaser.no-img.style1:before {
	border-bottom-color: rgba(20, 41, 78, 0.9);
	opacity: 1;

	-webkit-transition: 0.4s 0.2s;
	-o-transition: 0.4s 0.2s;
	transition: 0.4s 0.2s;
}

#promos3 .area-gnavi .teaser.no-img h2 a.act ,
#promos3 .area-gnavi .external-teaser.no-img h2 a.act ,
#promos3 .area-gnavi .teaser.no-img h2 a.within ,
#promos3 .area-gnavi .external-teaser.no-img h2 a.within ,
#promos3 .area-gnavi .teaser.no-img h2 a:hover ,
#promos3 .area-gnavi .external-teaser.no-img h2 a:hover {
	border-bottom-color: #19294b;
}

/* メガドロップメニュー */
#promos3 .area-gnavi > div > div .reuse-main-area {
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 100%;
	min-width: 1040px;
	max-width: 1400px;
	transform: translate(-50%, 0);
	max-height: 0;
	padding: 0;
	opacity: 0;
	color: #fff;
	background: rgba(20, 41, 78, 0.9);
	z-index: 10;
}

#promos3 .area-gnavi > div > div > div:hover .reuse-main-area {
	max-height: 750px;
	opacity: 1;

	-webkit-transition: 0.7s 0.3s;
	-o-transition: 0.7s 0.3s;
	transition: 0.7s 0.3s;
}

#promos3 .area-gnavi > div > div .reuse-main-area:after {
	content: "";
	overflow: hidden;
	position: absolute;
	left: calc(50% - 50vw);
	width: 100vw;
	height: inherit;
	min-width: 1000px;
	max-height: 0;
	padding: 0;
	background: #ccc;
}

#promos3 .area-gnavi > div > div .reuse-main-area > div {
	margin: 20px auto;
	display: table;
	width: calc(1000px - 40px);
}

#promos3 .area-gnavi > div > div .reuse-main-area > div > div {
/*	float: left; */
	display: table-cell;
	vertical-align: top;
	padding: 20px;

	width: 25%;
}

#promos3 .area-gnavi > div > div .reuse-main-area > div > div.empty {
	display: none;
}

#promos3 .area-gnavi > div > div .reuse-main-area > div > .column2 ,
#promos3 .area-gnavi > div > div .reuse-main-area > div > .column3 ,
#promos3 .area-gnavi > div > div .reuse-main-area > div > .column4 ,
#promos3 .area-gnavi > div > div .reuse-main-area > div > .column5 ,
#gnavi-menu #sharewithmain > div > .column2 ,
#gnavi-menu #sharewithmain > div > .column3 ,
#gnavi-menu #sharewithmain > div > .column4 ,
#gnavi-menu #sharewithmain > div > .column5 {
	display: none;
}

#gnavi-menu #sharewithmain > div > .column1 {
	width: 1000px;
}


/* メガドロップの中身 */
#promos3 .area-gnavi .reuse-main-area .sitemap-1st {
	font-size: 0;
}

#promos3 .area-gnavi .reuse-main-area .sitemap-1st > a {
	display: none;
}

#promos3 .area-gnavi .reuse-main-area .sitemap-1st > ul {
}

#promos3 .area-gnavi .reuse-main-area .sitemap-1st > ul > li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 10px;
}

#promos3 .area-gnavi .reuse-main-area .sitemap-1st > ul > li > a {
/*
	position: relative;
	padding: 15px 20px;
	font-size: 14px;
	color: #ed7636;
	font-weight: bold;
	border: 1px solid #ed7636;
	text-decoration: none;

	margin-bottom: 30px;
*/

	position: relative;
	display: inline-block;
	padding: 4px 0;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid transparent;
}

#promos3 .area-gnavi .reuse-main-area .sitemap-1st > ul > li > a:before {
/*
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 20px;
	height: 1px;
	background: #ed7636;
*/
}

#promos3 .area-gnavi .reuse-main-area .sitemap-1st > ul > li > a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 14px;
	height: 12px;
	vertical-align: middle;
	margin-left: 5px;
}


#promos3 .area-gnavi .reuse-main-area .sitemap-1st > ul > li > a:hover {
/*	background-color: #ed7636;
	color: #fff;
*/
	border-bottom-color: #fff;
}

#promos3 .area-gnavi .reuse-main-area .sitemap-1st > ul > li > a:hover:before {
/*	background-color: rgba(20, 41, 78, 1); */
}




#promos3 .area-gnavi .reuse-main-area .sitemap-1st ul.siteLevel_2 > li > a {
	position: relative;
	display: inline-block;
	padding: 6px 0;
	margin-bottom: 10px;
	font-size: 14px;
	border-bottom: 1px solid transparent;
}

#promos3 .area-gnavi .reuse-main-area .sitemap-1st ul.siteLevel_2 > li > a:hover {
	border-bottom-color: #fff;
}


/* サービス配下 */
#promos3 .area-gnavi .area-gnavi-business .reuse-main-area .sitemap-1st > ul > li > a {
	display: none;
}

#promos3 .area-gnavi .area-gnavi-business .reuse-main-area .sitemap-1st > ul > li:first-child {
	width: 100%;
}

#promos3 .area-gnavi .area-gnavi-business .reuse-main-area .sitemap-1st > ul > li:first-child > ul > li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

#promos3 .area-gnavi .area-gnavi-business .reuse-main-area .sitemap-1st ul.siteLevel_2 > li > a {
	padding-left: 40px;
}

#promos3 .area-gnavi .area-gnavi-business .reuse-main-area .sitemap-1st ul.siteLevel_2 > li > a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 30px;
	height: 30px;
	background: url("../../../../../../resources/sw_img_bicon/icon_default.svg") no-repeat center center;
}

#promos3 .area-gnavi .area-gnavi-business .reuse-main-area .sitemap-1st ul.siteLevel_2 > li > a[href*="application"]:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_application.svg");
}

#promos3 .area-gnavi .area-gnavi-business .reuse-main-area .sitemap-1st ul.siteLevel_2 > li > a[href*="bigdata"]:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_bigdata.svg");
}

#promos3 .area-gnavi .area-gnavi-business .reuse-main-area .sitemap-1st ul.siteLevel_2 > li > a[href*="care"]:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_care.svg");
}

#promos3 .area-gnavi .area-gnavi-business .reuse-main-area .sitemap-1st ul.siteLevel_2 > li > a[href*="comic"]:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_comic.svg");
}

#promos3 .area-gnavi .area-gnavi-business .reuse-main-area .sitemap-1st ul.siteLevel_2 > li > a[href*="development"]:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_development.svg");
}

#promos3 .area-gnavi .area-gnavi-business .reuse-main-area .sitemap-1st ul.siteLevel_2 > li > a[href*="document"]:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_document.svg");
}

#promos3 .area-gnavi .area-gnavi-business .reuse-main-area .sitemap-1st ul.siteLevel_2 > li > a[href*="erp"]:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_erp.svg");
}

#promos3 .area-gnavi .area-gnavi-business .reuse-main-area .sitemap-1st ul.siteLevel_2 > li > a[href*="healthcare"]:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_healthcare.svg");
}

#promos3 .area-gnavi .area-gnavi-business .reuse-main-area .sitemap-1st ul.siteLevel_2 > li > a[href*="medical"]:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_medical.svg");
}

#promos3 .area-gnavi .area-gnavi-business .reuse-main-area .sitemap-1st ul.siteLevel_2 > li > a[href*="mobile"]:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_mobile.svg");
}

#promos3 .area-gnavi .area-gnavi-business .reuse-main-area .sitemap-1st ul.siteLevel_2 > li > a[href*="operation"]:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_operation.svg");
}

#promos3 .area-gnavi .area-gnavi-business .reuse-main-area .sitemap-1st ul.siteLevel_2 > li > a[href*="riskmanagement"]:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_riskmanagement.svg");
}

#promos3 .area-gnavi .area-gnavi-business .reuse-main-area .sitemap-1st ul.siteLevel_2 > li > a[href*="rpa"]:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_rpa.svg");
}

#promos3 .area-gnavi .area-gnavi-business .reuse-main-area .sitemap-1st ul.siteLevel_2 > li > a[href*="startup"]:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_startup.svg");
}







/*
#promos3 .area-gnavi .reuse-main-area .teaser:not(.no-img).style1 ,
#promos3 .area-gnavi .reuse-main-area .external-teaser:not(.no-img).style1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

#promos3 .area-gnavi .reuse-main-area .teaser:not(.no-img).style1 > * ,
#promos3 .area-gnavi .reuse-main-area .external-teaser:not(.no-img).style1 > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0;
}

#promos3 .area-gnavi .reuse-main-area .teaser:not(.no-img).style1 h2 ,
#promos3 .area-gnavi .reuse-main-area .external-teaser:not(.no-img).style1 h2 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

#promos3 .area-gnavi .reuse-main-area .teaser:not(.no-img).style1 h2 a ,
#promos3 .area-gnavi .reuse-main-area .external-teaser:not(.no-img).style1 h2 a {
	position: relative;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding-left: 15px;
}

#promos3 .area-gnavi .reuse-main-area .teaser:not(.no-img).style1 h2 a:before ,
#promos3 .area-gnavi .reuse-main-area .external-teaser:not(.no-img).style1 h2 a:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0.8em;
	margin-top: -3px;
	border: 3px solid transparent;
	border-left: 3px solid #fff;
}

#promos3 .area-gnavi .reuse-main-area .teaser:not(.no-img).style1 h2 a[target="_blank"]:after ,
#promos3 .area-gnavi .reuse-main-area .external-teaser:not(.no-img).style1 h2 a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 14px;
	height: 12px;
	vertical-align: middle;
	margin-left: 5px;
}

#promos3 .area-gnavi .reuse-main-area .teaser:not(.no-img).style1 h2 + a ,
#promos3 .area-gnavi .reuse-main-area .external-teaser:not(.no-img).style1 h2 + a {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	display: block;
	margin-bottom: 5px;
}

#promos3 .area-gnavi .reuse-main-area .teaser:not(.no-img).style1 h2 + a img ,
#promos3 .area-gnavi .reuse-main-area .external-teaser:not(.no-img).style1 h2 + a img {
	display: block;
}


#promos3 .area-gnavi .reuse-main-area .teaser:not(.no-img).style1 p ,
#promos3 .area-gnavi .reuse-main-area .external-teaser:not(.no-img).style1 p {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

#promos3 .area-gnavi .reuse-main-area .teaser:not(.no-img).style1 h2 a:hover ,
#promos3 .area-gnavi .reuse-main-area .external-teaser:not(.no-img).style1 h2 a:hover {
	text-decoration: underline;
}

#promos3 .area-gnavi .reuse-main-area .link-list:not(.no-img) {
}

#promos3 .area-gnavi .reuse-main-area .link-list:not(.no-img) li {
	position: relative;
	margin-bottom: 5px;
}

#promos3 .area-gnavi .reuse-main-area .link-list:not(.no-img) li.highlight {
	font-weight: bold;
}

#promos3 .area-gnavi .reuse-main-area .link-list:not(.no-img) li:not(.highlight) {
	padding-left: 15px;
}

#promos3 .area-gnavi .reuse-main-area .link-list:not(.no-img) li:not(.highlight):before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0.8em;
	margin-top: -3px;
	border: 3px solid transparent;
	border-left: 3px solid #fff;
}

#promos3 .area-gnavi .reuse-main-area .link-list:not(.no-img) li a {
	color: #fff;
}

#promos3 .area-gnavi .reuse-main-area .link-list:not(.no-img) li a:hover {
	text-decoration: underline;
}
*/

/* 検索窓 */
#promos3 .area-search-box {
	position: absolute;
	right: 110px;
	top: 12px;
	padding: 0 20px;
	background: #fff;
}

#promos3 .area-search-box > div {
	overflow: hidden;
	max-width: 0;
	transition: 0.5s;
}

#promos3 .area-search-box.open > div {
	max-width: 300px;
}

#promos3 .area-search-box.open > div > div {
	width: 300px;
}


#promos3 .area-search-box .text-section.highlight {
	position: absolute;
	top: 0px;
	right: 0;
	padding: 3px;
	cursor: pointer;
}

#promos3 .area-search-box .mf_finder_header {
	position: relative;
}

#promos3 .area-search-box .mf_finder_searchBox_selects ,
#promos3 .area-search-box .mf_finder_searchBox_doctype {
	display: none;
}

#promos3 .area-search-box .mf_finder_searchBox_query_wrap {
	background: #fff;
}

#promos3 .area-search-box .mf_finder_searchBox_query_wrap ul {
	display: none;
}

#promos3 .area-search-box .mf_finder_searchBox_query_wrap input[type="text"] {
	display: inline-block;
	vertical-align: middle;
	background: none;
	padding: 1px 1px 2px 1px;
	border: 1px solid #a5acb2;
	font-size: 13px;
	width: 188px;
	margin-right: 6px;
	min-height: auto;
}

#promos3 .area-search-box .mf_finder_searchBox_submit {
	position: absolute;
	top: 1px;
	right: 20px;
	display: inline-block;
	width: 80px;
	vertical-align: middle;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 1px 0px;
	text-align: center;
	cursor: pointer;
	font-size: 13px;
	min-height: auto;
}

#promos3 .area-search-box .mf_finder_searchBox_submit span:before {
	content: "Search";
}

#header.ja ~* #promos3 .area-search-box .mf_finder_searchBox_submit span:before {
	content: "検索";
}



/*-- フッター --*/
#site-info .area-footer {
	margin-top: 30px;
	background: #262626;
	color: #fff;
}

#site-info .area-footer-logo ,
#site-info .area-footer-sitemap ,
#site-info .area-footer-sns-link ,
#site-info .area-footer-navi ,
#site-info .area-footer-copyright {
	min-width: calc(1000px + 40px);
}

#site-info .area-footer-logo > div ,
#site-info .area-footer-sitemap > div ,
#site-info .area-footer-sns-link > div ,
#site-info .area-footer-navi > div ,
#site-info .area-footer-copyright > div {
/*	width: calc(1000px + 40px); */
	max-width: 1400px;
	margin: auto;
	position: relative;
}


#site-info .area-multi3-listing {
	display: none;
}

/* フッターロゴ */
#site-info .area-footer-logo {
	position: relative;
	z-index: 1;
}

#site-info .area-footer-logo a {
	position: absolute;
	top: 50px;
	left: 0;
	width: 129px;
	padding: 10px;
}

/* フッターサイトマップ */
#site-info .area-footer-sitemap > div {
	padding: 60px 0 0px;
	padding-left: 150px;
}

#site-info .area-footer-sitemap > div {
	
}

#site-info .area-footer-sitemap > div > div {
/*
	display: table;
	width: 100%;
	table-layout: fixed;
*/
	font-size: 0;
}

#site-info .area-footer-sitemap > div > div > div {
/*	display: table-cell; */
	display: inline-block;
	vertical-align: top;
	width: 16.66%;
	padding-right: 1%;
}

#site-info .area-footer-sitemap > div > div > div.layout_double_size_column {
	width: 33.33%;
	padding-right: 0;
}

#site-info .area-footer-sitemap .sitemap-1st {
	margin-bottom: 40px;
	overflow: hidden;
}

#site-info .area-footer-sitemap .sitemap-1st > a {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 20px;
	border-bottom: 1px solid transparent;
}

#site-info .area-footer-sitemap .sitemap-1st ul a {
	display: inline-block;
	font-size: 12px;
	margin-bottom: 5px;
	border-bottom: 1px solid transparent;
}

#site-info .area-footer-sitemap .sitemap-1st ul a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/sw_img/link02_white.svg") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 14px;
	height: 12px;
	vertical-align: middle;
	margin-left: 5px;
}

#site-info .area-footer-sitemap .sitemap-1st a:hover {
	border-bottom-color: #fff;
}


#site-info .area-footer-sitemap .layout_double_size_column .sitemap-1st li {
	display: inline-block;
	min-width: 49%;
	margin-right: 1%;
}

/* サービス配下 */
#site-info .area-footer-sitemap .area-business-sitemap .sitemap-1st ul a {
	display: none;
}


/* SNS リンク */
#site-info .area-footer-sns-link {
	position: relative;
	z-index: 1;
}

#site-info .area-footer-sns-link > div {
	position: relative;
}

#site-info .area-footer-sns-link > div > div {
	position: absolute;
	top: 20px;
	left: 0;
}

#site-info .area-footer-sns-link .teaser ,
#site-info .area-footer-sns-link .external-teaser {
	display: inline-block;
	vertical-align: bottom;
	width: 42px;
	height: 42px;
	margin: 0 5px;
}


/* フッターナビ */
#site-info .area-footer-navi {
	padding-top: 20px;
	border-top: 1px solid #a0a0a0;
	font-size: 12px;
}

#site-info .area-footer-navi > div {
	padding-left: 150px;
}

#site-info .area-footer-navi .link-list li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}

#site-info .area-footer-navi .link-list li a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/sw_img/link02_white.svg") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 14px;
	height: 12px;
	vertical-align: middle;
	margin-left: 5px;
}

#site-info .area-footer-navi .link-list li a:hover {
	text-decoration: underline;
}



/* コピーライト */
#site-info .area-footer-copyright > div {
	padding: 10px 0 20px 150px;
	color: #999;
	font-size: 10px;
}





/* スライドMV */
[data-page-marker~="with-slider"] #mv ,
#area-slider {
	display: block;
	width: 100%;
	min-width: 1040px;
	height: 680px;
	position: relative;
	margin-bottom: 40px;
}

#area-slider {
	position: absolute;
	top: 100px;
	left: 0;
	overflow: hidden;
	background: url("../../../../../../resources/sw_img/bg_top_mv.png") no-repeat right center;
}

#area-slider > .column1 {
	margin: auto;
	height: auto;

	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	min-width: 1400px;
	min-height: 680px;
	transform: translate(-50%, -50%);
	width: 100%;
}

#area-slider:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -215px;
/*	margin-left: -60px; */
	display: block;
	width: calc(50% + 0px);
	height: 230px;
	background: rgba(0, 0, 0, 0.3) url("../../../../../../resources/sw_img/copy_top_mv_s.svg") no-repeat left 15% center;
/*	background-size: contain; */
	z-index: 1;
}

#area-slider .slick-slide {
	min-height: 680px;
}

#area-slider .slick-slide > .column1 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	min-width: 1400px;
	margin: auto;
	transform: translate(-50%, -50%);
}

#area-slider .slick-slide > .column1 img {
	width: 68.57143%;
	margin-right: 31.42857%;
}

#area-slider .slick-slide > .column2 ,
#area-slider .slick-slide > .column3 ,
#area-slider .slick-slide > .column4 ,
#area-slider .slick-slide > .column5 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1040px;
	margin: auto;
	transform: translate(-50%, -50%);
	font-size: 20px;
	line-height: 1.5;
}

#area-slider .slick-slide > .column2 {
	width: 600px;
	transform: translate(-450px, -50%);
}

#area-slider .slick-slide > .column3 {
	left: 68.57143%;
	width: 31.42857%;
/*	max-width: 230px; */
	transform: translate(50px, 60px)
}

#area-slider .slick-slide .internal-link-area > a ,
#area-slider .slick-slide .external-link-area > a {
/*	padding: 0 10px; */
}

#area-slider .slick-slide img {
	opacity: 1;
}

#area-slider .slick-slide strong {
	font-weight: bold;
}

#area-slider .slick-slide em {
	font-style: italic;
}

#area-slider .slick-slide table {
	display: table;
}


#area-slider .slick-dots {
	left: 50%;
	bottom: 50%;
	margin-bottom: -340px;
	margin-left: -500px;
	width: 1000px;
	text-align: center;
}

#area-slider .slick-dots li {
	margin: 30px 4px;
}

#area-slider .slick-dots li button {
	padding: 0;
	margin: 0;
	background: none;
	width: 12px;
	height: 12px;
	border: 2px solid #ed7636;
	border-radius: 50%;
}

#area-slider .slick-dots li.slick-active button {
	background: #ed7636;
}

#area-slider .slick-prev {
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -520px;
	width: 20px;
	height: 40px;
	text-align: left;
	opacity: 1;
	z-index: 1;

	display: none !important;
}

#area-slider .slick-prev:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 28.284px;
	height: 28.284px;
	margin-top: -15px;
	margin-left: -5px;
	border-top: 2px solid #ed7636;
	border-right: 2px solid #ed7636;
	transform: rotate(-135deg);
}

#area-slider .slick-next {
	top: 50%;
	right: 50%;
	margin-top: -20px;
	margin-right: -500px;
	width: 20px;
	height: 40px;
	text-align: left;
	opacity: 1;
	z-index: 1;

	display: none !important;
}

#area-slider .slick-next:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 28.284px;
	height: 28.284px;
	margin-top: -15px;
	margin-left: -5px;
	border-top: 2px solid #ed7636;
	border-right: 2px solid #ed7636;
	transform: rotate(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;
	vertical-align: bottom;
	padding: 0 10px;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li[class]:first-child {
	padding-left: 0;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li[class]:last-child {
	padding-right: 0;
}


.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 5px;
	padding-right: 20px;
	text-align: center;
	color: #19294b;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 3px solid #dfe0e5;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 15px;
	display: block;
	width: 7px;
	height: 7px;
	border-top: 2px solid #ed7636;
	border-right: 2px solid #ed7636;
	transform: rotate(135deg);
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a:after {
	content: none;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li.act a ,
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a:hover {
	border-bottom-color: #19294b;

}

.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;
}




/* サービス   アイコン */
[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a {
	height: 50px;
	text-align: left;
	padding-left: 40px;
/*	border-color: #a3a9b7; */
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2:before {
/*	background-color: #a3a9b7; */
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2:hover:before {
/*	background-color: #a3a9b7; */
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	background: url("../../../../../../resources/sw_img_bicon/icon_default.svg") no-repeat center center;
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a:hover:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_default_on.svg");
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a[href*="application"]:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_application.svg");
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a[href*="bigdata"]:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_bigdata.svg");
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a[href*="care"]:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_care.svg");
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a[href*="comic"]:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_comic.svg");
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a[href*="development"]:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_development.svg");
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a[href*="document"]:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_document.svg");
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a[href*="erp"]:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_erp.svg");
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a[href*="healthcare"]:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_healthcare.svg");
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a[href*="medical"]:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_medical.svg");
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a[href*="mobile"]:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_mobile.svg");
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a[href*="operation"]:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_operation.svg");
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a[href*="riskmanagement"]:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_riskmanagement.svg");
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a[href*="rpa"]:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_rpa.svg");
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a[href*="startup"]:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_startup.svg");
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a[href*="application"]:hover:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_application_on.svg");
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a[href*="bigdata"]:hover:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_bigdata_on.svg");
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a[href*="care"]:hover:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_care_on.svg");
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a[href*="comic"]:hover:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_comic_on.svg");
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a[href*="development"]:hover:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_development_on.svg");
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a[href*="document"]:hover:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_document_on.svg");
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a[href*="erp"]:hover:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_erp_on.svg");
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a[href*="healthcare"]:hover:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_healthcare_on.svg");
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a[href*="medical"]:hover:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_medical_on.svg");
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a[href*="mobile"]:hover:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_mobile_on.svg");
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a[href*="operation"]:hover:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_operation_on.svg");
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a[href*="riskmanagement"]:hover:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_riskmanagement_on.svg");
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a[href*="rpa"]:hover:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_rpa_on.svg");
}

[data-page-path^="/ja/business/"] .teaser.no-img.style1 h2 a[href*="startup"]:hover:before {
	background-image: url("../../../../../../resources/sw_img_bicon/icon_startup_on.svg");
}


/* ページ毎アイコン */
[data-page-path^="/ja/business/"][data-page-path$="/application"] #page-intro > h1:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.5em;
	background: url("../../../../../../resources/sw_img_bicon/icon2_application.svg") no-repeat center center;
}

[data-page-path^="/ja/business/"][data-page-path$="/bigdata"] #page-intro > h1:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.5em;
	background: url("../../../../../../resources/sw_img_bicon/icon2_bigdata.svg") no-repeat center center;
}

[data-page-path^="/ja/business/"][data-page-path$="/care"] #page-intro > h1:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.5em;
	background: url("../../../../../../resources/sw_img_bicon/icon2_care.svg") no-repeat center center;
}

[data-page-path^="/ja/business/"][data-page-path$="/comic"] #page-intro > h1:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.5em;
	background: url("../../../../../../resources/sw_img_bicon/icon2_comic.svg") no-repeat center center;
}
[data-page-path^="/ja/business/"][data-page-path$="/development"] #page-intro > h1:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.5em;
	background: url("../../../../../../resources/sw_img_bicon/icon2_development.svg") no-repeat center center;
}
[data-page-path^="/ja/business/"][data-page-path$="/document"] #page-intro > h1:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.5em;
	background: url("../../../../../../resources/sw_img_bicon/icon2_document.svg") no-repeat center center;
}

[data-page-path^="/ja/business/"][data-page-path$="/erp"] #page-intro > h1:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.5em;
	background: url("../../../../../../resources/sw_img_bicon/icon2_erp.svg") no-repeat center center;
}

[data-page-path^="/ja/business/"][data-page-path$="/healthcare"] #page-intro > h1:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.5em;
	background: url("../../../../../../resources/sw_img_bicon/icon2_healthcare.svg") no-repeat center center;
}

[data-page-path^="/ja/business/"][data-page-path$="/medical"] #page-intro > h1:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.5em;
	background: url("../../../../../../resources/sw_img_bicon/icon2_medical.svg") no-repeat center center;
}

[data-page-path^="/ja/business/"][data-page-path$="/mobile"] #page-intro > h1:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.5em;
	background: url("../../../../../../resources/sw_img_bicon/icon2_mobile.svg") no-repeat center center;
}

[data-page-path^="/ja/business/"][data-page-path$="/operation"] #page-intro > h1:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.5em;
	background: url("../../../../../../resources/sw_img_bicon/icon2_operation.svg") no-repeat center center;
}

[data-page-path^="/ja/business/"][data-page-path$="/riskmanagement"] #page-intro > h1:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.5em;
	background: url("../../../../../../resources/sw_img_bicon/icon2_riskmanagement.svg") no-repeat center center;
}

[data-page-path^="/ja/business/"][data-page-path$="/rpa"] #page-intro > h1:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.5em;
	background: url("../../../../../../resources/sw_img_bicon/icon2_rpa.svg") no-repeat center center;
}

[data-page-path^="/ja/business/"][data-page-path$="/startup"] #page-intro > h1:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.5em;
	background: url("../../../../../../resources/sw_img_bicon/icon2_startup.svg") no-repeat center center;
}



/*-- メインビジュアル --*/
[data-page-marker~="with-mv"] .bread-crumb {
	position: absolute;
	top: 120px;
	z-index: 1;
	color: #fff;
	background: none;
}

[data-page-marker~="with-mv"] .bread-crumb a {
	color: inherit;
}

[data-page-marker~="with-mv"] #page-intro {
	margin: 0;
}

[data-page-marker~="with-mv"] #page-intro:before {
	content: none;
}

[data-page-marker~="with-mv"] #page-intro > h1 {
	color: #fff;
	position: absolute;
	top: 210px;
	left: 50%;
	margin-left: -500px;
	margin-left: max(-500px,-50%);
	width: 100%;
	max-width: 1000px;
	height: auto;
	z-index: 1;
}

[data-page-marker~="with-mv"] #nav {
	margin-top: 0;
}

[data-page-marker~="with-mv"] #mv ,
#promos3 .area-mv {
	display: block;
	width: 100%;
	min-width: 1040px;
	height: 280px;
	position: relative;
	margin-bottom: 40px;
}

#promos3 .area-mv  {
	position: absolute;
	top: 120px;
	left: 0;
	overflow: hidden;
}

#promos3 .area-mv > .column1 {
	margin: auto;
	height: auto;

	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	min-width: 1920px;
	transform: translate(-50%, -50%);
}

#promos3 .area-mv img {
	width: 100%;
}

[data-page-marker~="h1-black"] .bread-crumb ,
[data-page-marker~="h1-black"] #page-intro > h1 {
	color: #000;
}



/*-- 採用(人材)TOP --*/
#sharewithmain .layout_recruit_catch {
	padding: 20px 0;
	background: url("../../../../../../resources/sw_img/bg_recruit01.jpg") no-repeat center center;
	background-size: cover;
	margin-bottom: 80px;
	color: #14294e;
}

.layout_recruit_catch .title2 h2 {
	border: none;
	padding-left: 0;
	font-size: 30px;
	text-align: center;
}


/* 人材 */
.layout_jinzai_data .title3 {
	padding: 0;
	margin: 0;
	border: none;
}

.layout_jinzai_data .title3 h3 {
	padding: 0;
	margin: 0;
	border: none;

	text-align: center;
	margin-bottom: 20px;
}


.layout_jinzai_data .highcharts-container {
	margin: auto;
}

.layout_jinzai_data .highcharts-data-labels {
	transform: translate(0, -24px);
}

.layout_jinzai_data .highcharts-data-labels > div  {
	text-shadow: none !important;
	line-height: 1.1;
}

.layout_jinzai_data .highcharts-data-labels > div > span > span:first-child ,
.layout_jinzai_data .highcharts-data-labels > div > span > span:last-child {
	font-size: 62.5%;
}

.layout_jinzai_data .text-section.has-img {
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
}

.layout_jinzai_data .text-section.has-img.pos-0 {
	flex-direction: row;
}
.layout_jinzai_data .text-section.has-img.pos-1 {
	flex-direction: column;
}
.layout_jinzai_data .text-section.has-img.pos-2 {
	flex-direction: row-reverse;
}
.layout_jinzai_data .text-section.has-img.pos-3 {
	flex-direction: column;
}

.layout_jinzai_data .text-section.has-img > * {
	flex: 0 0 auto;
	margin: auto;
}

.layout_jinzai_data .text-section.has-img img {
	max-width: none;
}

.layout_jinzai_data .text-section.has-img table {
	position: relative;
	border-radius: 50%;
	color: #fff;
	font-size: 50px;
	letter-spacing: -0.02em;
	overflow: hidden;
}

.layout_jinzai_data .text-section.has-img p {
	font-size: 60px;
	color: #19294b;
	letter-spacing: -0.02em;
}

.layout_jinzai_data .text-section.has-img table td:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border-radius: 50%;
	border: 6px solid #fff;
	z-index: 1;
}

.layout_jinzai_data .text-section.has-img table td {
	font-weight: bold;
}

.layout_jinzai_data .text-section.has-img p em ,
.layout_jinzai_data .text-section.has-img table em {
	font-style: normal;
	font-size: 16px;
}




/* ニュース（マルチ２）の見出しを中央揃え */
body.superMulti #page-intro > h1 ,
.multi3[data-page-marker~="news-folder"] #page-intro > h1 {
	text-align: center;
}


/*-- ニュース・トピックス・IRニュース 配下ページ --*/
/* 第１カラム内のリンクリストを右寄せに */
.multi3[data-page-marker~="news-folder"] [role="main"] > .mgnlEditor + .multiColumn1 .link-list ul ,
.multi3[data-page-marker~="news-folder"] [role="main"] > .multiColumn1:first-child .link-list ul {
	float: right;
}




/*-- TOP --*/
/*
#wide.sitetop #wrapper-2 {
	min-width: 1390px;
}

#wide.sitetop #wrapper-3 {
	min-width: 1350px;
}

#wide.sitetop #site-info {
	min-width: 1390px;
}

#wide.sitetop .quoted-text {
	min-width: 1390px;
}
*/


/* TOP 共通 */
.sitetop .title2 h2 {
	border: none;
	padding-left: 0;
	font-family: 'Raleway', YuGothicM, "游ゴシック Medium", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 40px;
	letter-spacing: 0.12em;
	text-align: center;
}

.sitetop .teaser.no-img.style1 ,
.sitetop .external-teaser.no-img.style1 {
	min-width: 188px;
	display: table;
}

.sitetop .teaser.no-img.style1 h2 a ,
.sitetop .external-teaser.no-img.style1 h2 a {
	background: none;
	height: 50px;
	color: #ed7636;
	font-family: 'Raleway', YuGothicM, "游ゴシック Medium", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	letter-spacing: 0.06em;
}


/* サービス */
#sharewithmain .layout_topbox_service {
	background: url("../../../../../../resources/sw_img/bg_top_service.jpg") no-repeat center center;
	background-size: cover;
	padding: 0px 0 40px;
	margin-top: 40px;
}

#sharewithmain .layout_topbox_service > .column1 {
	width: 500px;
	margin-left: 500px;
	padding-top: 300px;

	color: #fff;
}

.layout_topbox_service .title2 h2 {
	color: #fff;
	text-align: left;
}

.layout_topbox_service .teaser.no-img.style1 ,
.layout_topbox_service .external-teaser.no-img.style1 {
	margin-left: 0;
}

.layout_topbox_service .teaser.no-img.style1 h2 a ,
.layout_topbox_service .external-teaser.no-img.style1 h2 a {
}


/* CSR */
#sharewithmain .layout_topbox_csr {
	margin: 120px 0 20px;
}

#sharewithmain .layout_topbox_csr > .column1 {
	width: 600px;
}

#sharewithmain .layout_topbox_csr > .column2 {
	width: 380px;
	padding: 100px 0 0;
	line-height: 2;
}

.layout_topbox_csr .teaser.no-img.style1 ,
.layout_topbox_csr .external-teaser.no-img.style1 {
}

.layout_topbox_csr .teaser.no-img.style1 h2 a ,
.layout_topbox_csr .external-teaser.no-img.style1 h2 a {
}


/* 人材 */
#sharewithmain .layout_topbox_jinzai {
	padding: 40px 0 20px;
}

#sharewithmain .layout_topbox_jinzai > .column1 {
	width: 380px;
	padding: 100px 0 0;
	line-height: 2;
}

#sharewithmain .layout_topbox_jinzai > .column2 {
	width: 600px;
}

.layout_topbox_jinzai .teaser.no-img.style1 ,
.layout_topbox_jinzai .external-teaser.no-img.style1 {
}

.layout_topbox_jinzai .teaser.no-img.style1 h2 a ,
.layout_topbox_jinzai .external-teaser.no-img.style1 h2 a {
}


/* 企業情報・投資家情報 */
#sharewithmain .layout_topbox_05 {
	margin-top: 40px;
	margin-bottom: 60px;
}

#sharewithmain .layout_topbox_05 > .column1 ,
#sharewithmain .layout_topbox_05 > .column2 {
	width: 50%;
	margin-left: 0;
	margin-right: 0;
}



.layout_topbox_05 .teaser:not(.no-img).style1 ,
.layout_topbox_05 .external-teaser:not(.no-img).style1 {
	position: relative;
	display: block;
}

.layout_topbox_05 .teaser:not(.no-img).style1 h2 ,
.layout_topbox_05 .external-teaser:not(.no-img).style1 h2 {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.layout_topbox_05 .teaser:not(.no-img).style1 h2 a ,
.layout_topbox_05 .external-teaser:not(.no-img).style1 h2 a {
	display: inline-block;
	position: relative;
	padding: 5px 0;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.09em;
	font-family: 'Raleway', YuGothicM, "游ゴシック Medium", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.layout_topbox_05 .teaser:not(.no-img).style1 h2 a span ,
.layout_topbox_05 .external-teaser:not(.no-img).style1 h2 a span {
	display: table;
	margin: 15px auto 0;
	font-size: 14px;
	letter-spacing: 0.06em;
	padding: 5px 10px;
	border-bottom: 2px solid #fff;
}


.layout_topbox_05 .teaser:not(.no-img).style1 h2 a:before ,
.layout_topbox_05 .external-teaser:not(.no-img).style1 h2 a:before {
	content: none;
}

.layout_topbox_05 .teaser:not(.no-img).style1 p ,
.layout_topbox_05 .external-teaser:not(.no-img).style1 p {
	display: none;
}

.layout_topbox_05 .teaser:not(.no-img).style1:hover a img ,
.layout_topbox_05 .external-teaser:not(.no-img).style1:hover a img {
	opacity: 0.7;
}


/* TOP NEWS */
#sharewithmain .layout_topbox_news {
	margin-bottom: 40px;
}


/* IR TOP NEWS */
#sharewithmain .layout_irtop_news {
	width: 660px;
}

.layout_irtop_news .basic-list:not(.thumnail) ,
.layout_irtop_news .basic-list-english:not(.thumnail) ,
.layout_irtop_news .basic-list2:not(.thumnail) {
	margin-bottom: 10px;
}


/* IR TOP 最新決算資料 */
.layout_irtop_latest {
}

.layout_irtop_latest .news-material > * ,
.layout_irtop_latest .news-material dl ,
.layout_irtop_latest .link-list > * {
	display: none;
}

.layout_irtop_latest .merged_list.no-news ,
.layout_irtop_latest .merged_list ~* {
	display: none;
}

.layout_irtop_latest .merged_list ~* .title2 ,
.layout_irtop_latest .merged_list ~* .title4 {
	display: none;
}

.layout_irtop_latest .news-material > h2:first-child + .group_year ,
.layout_irtop_latest .news-material > h2:first-child + .group_year dl:first-child ,
.layout_irtop_latest .news-material > h2:first-child + .group_year dl:first-child dt {
	display: block;
}

.layout_irtop_latest .merged_list.no-news + div + div ,
.layout_irtop_latest .merged_list.no-news + div + div .link-list h2 ,
.layout_irtop_latest .merged_list.no-news + div + div .link-list ul {
	display: block;
}

.layout_irtop_latest .news-material .prefix-quarter {
	display: none;
}

.layout_irtop_latest .news-material dl dt ,
.layout_irtop_latest .merged_list.no-news + div + div .link-list h2 {
	border: none;
	margin: 0;
	padding: 0;

	margin-top: 10px;
	padding-left: 18px;
	color: #19294b;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	border-left: 1px solid #19294b;

	margin-bottom: 20px;
}





/* IRイベント */
.xcalendar .shwTable .tbCore tr:nth-child(odd) td:nth-child(1) {
	background: #19294b;
}
.xcalendar .shwTable .tbCore tr:nth-child(even) td:nth-child(1) {
	background: #535f79;
}


/* IR MV内データ表示 */
#mv_ir_data {
	background: rgba(0,0,0, 0.7);
	color: #fff;
}

[data-page-marker~="with-mv"][data-page-marker~="with-mv-ir-data"] #mv ,
[data-page-marker~="with-mv-ir-data"] #promos3 .area-mv {
	height: 350px;
}

#promos3 .area-mv-ir-data {
	display: block;
	width: 100%;
	height: 350px;
	position: relative;
}

#promos3 .area-mv-ir-data {
	position: absolute;
	top: 120px;
	left: 0;
	overflow: hidden;
}

#promos3 .area-mv-ir-data > .column1 {
	margin: auto;
	height: auto;

	position: absolute;
	top: 50%;
	left: 50%;
	width: 1040px;
	transform: translate(-50%, -50%);

	padding-left: 305px;
	color: #fff;
}

#promos3 .area-mv-ir-data * * .multiColumn3 {
	font-size: 0;
	text-align: right;
}

#promos3 .area-mv-ir-data * * .multiColumn3 {
	padding: 10px 0;
}
#promos3 .area-mv-ir-data * * .multiColumn3 +.multiColumn3 {
	border-top: 1px solid rgba(255,255,255, 0.5);
}

#promos3 .area-mv-ir-data * * .multiColumn3 > div {
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	padding: 20px 10px 0;
	font-size: 14px;
/*	font-family: 'Montserrat', YuGothicM, "游ゴシック Medium", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; */
}

#promos3 .area-mv-ir-data * * .multiColumn3 > div + div {
	border-left: 1px solid rgba(255,255,255, 0.5);
}

#promos3 .area-mv-ir-data * * .multiColumn3 > div + div {
}

#promos3 .area-mv-ir-data * * .multiColumn3 .text-section strong ,
#promos3 .area-mv-ir-data * * .multiColumn3 .text-section i ,
#promos3 .area-mv-ir-data * * .multiColumn3 .text-section em ,
#promos3 .area-mv-ir-data * * .multiColumn3 .text-section span {
	display: inline;
	vertical-align: baseline;
}

#promos3 .area-mv-ir-data * * .multiColumn3 .text-section strong {
	font-weight: bold;
}

#mv_ir_data .text-section em ,
#promos3 .area-mv-ir-data * * .multiColumn3 .text-section em {
	font-size: 58px;
	font-weight: bold;
	font-style: normal;
}

/* 東証一部 */
#promos3 .area-mv-ir-data > * > .text-section {
	position: absolute;
	left: 20px;
	bottom: 20px;
	border: 1px solid rgba(255,255,255, 0.5);
	padding: 5px 15px;
}



/*-- サステナビリティ TOP --*/

/* バナー */
#sharewithmain .lx_s12y_banner01 {
	margin-bottom: 50px;
}

#sharewithmain .lx_s12y_banner01 > .column1 ,
#sharewithmain .lx_s12y_banner01 > .column2 {
	width: 451px;
}

#sharewithmain .lx_s12y_banner01 > .column1 {
	margin-right: 98px;
}


.lx_s12y_banner01 .internal-link-area > a ,
.lx_s12y_banner01 .external-link-area > a {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	height: 251px;

	padding: 25px 20px 10px;
	color: inherit;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.4;
}

.lx_s12y_banner01 .internal-link-area > a img ,
.lx_s12y_banner01 .external-link-area > a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	z-index: -1;
}

.lx_s12y_banner01 .internal-link-area > a p {
	flex: 0 0 auto;
}

.lx_s12y_banner01 .internal-link-area > a > p:first-child ,
.lx_s12y_banner01 .external-link-area > a > p:first-child ,
.lx_s12y_banner01 .internal-link-area > a > img + p ,
.lx_s12y_banner01 .external-link-area > a > img + p {
	padding-left: 0;
}

.lx_s12y_banner01 .internal-link-area > a p::before ,
.lx_s12y_banner01 .external-link-area > a p::before {
	content: none;
}


/* マテリアリティ */
#sharewithmain .lx_s12y_materialty {
	max-width: 2535px;
	height: 453px;
	margin: 0 auto 150px;
}

#sharewithmain .lx_s12y_materialty > .column1 ,
#sharewithmain .lx_s12y_materialty > .column2 {
	height: 100%;
	display: inline-flex;
	align-items: center;
	flex-flow: column nowrap;
	justify-content: center;
	margin-bottom: 0;
}

#sharewithmain .lx_s12y_materialty > .column2 {
	padding-left: 100px;
}


.lx_s12y_materialty .title3 ,
.lx_s12y_materialty .title3 h3 {
	padding: 0;
	margin: 0;
	border: none;
}

.lx_s12y_materialty .title3 h3 {
	position: relative;
	z-index: 1;

	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	padding-right: 60px;
	font-size: 20px;
}

.lx_s12y_materialty > .column2 .text-section {
	font-size: 20px;
}

.lx_s12y_materialty .teaser.no-img.style1 ,
.lx_s12y_materialty .external-teaser.no-img.style1 {
	min-width: 188px;
}

.lx_s12y_materialty .teaser.no-img.style1 h2 a ,
.lx_s12y_materialty .external-teaser.no-img.style1 h2 a {
	background: none;
	height: 50px;
	color: #ed7636;
	font-family: 'Raleway', YuGothicM, "游ゴシック Medium", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	letter-spacing: 0.06em;
}



/*
.lx_s12y_materialty .internal-link-area ,
.lx_s12y_materialty .external-link-area {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}

.lx_s12y_materialty .internal-link-area > a ,
.lx_s12y_materialty .external-link-area > a {
	font-weight: bold;
	line-height: 1.4;

	aspect-ratio: 500 / 453;
	min-height: 100%;
	display: flex;
	align-items: center;
	flex-flow: column nowrap;
	justify-content: center;
}

.lx_s12y_materialty .internal-link-area > a > p:first-child ,
.lx_s12y_materialty .external-link-area > a > p:first-child ,
.lx_s12y_materialty .internal-link-area > a > img + p ,
.lx_s12y_materialty .external-link-area > a > img + p {
	padding-left: 0;
}

.lx_s12y_materialty .internal-link-area > a p::before ,
.lx_s12y_materialty .external-link-area > a p::before {
	content: none;
}


body:not(.in-editor) .lx_s12y_materialty > .column1 .internal-link-area > a,
body:not(.in-editor) .lx_s12y_materialty > .column1 .external-link-area > a {
	text-align: center;
	padding-right: 60px;
	font-size: 20px;

}

body:not(.in-editor) .lx_s12y_materialty > .column2 .internal-link-area > a,
body:not(.in-editor) .lx_s12y_materialty > .column2 .external-link-area > a{
	padding-left: 100px;
	font-size: 20px;
}
*/


/*出現アニメーション*/
#promos3 .fadeObj ,
.fadeObj {
	opacity: 0;
	transition: none;
	transform: translate3d(0, -30px, 0);
}

#promos3 .fadeObj.visible ,
.fadeObj.visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: 1s 0.1s;
}

.fadeObj.visible.column1 {
	transition-delay: 0.1s;
}
.fadeObj.visible.column2 {
	transition-delay: 0.4s;
}
.fadeObj.visible.column3 {
	transition-delay: 0.7s;
}
#promos3 .fadeObj.visible ,
.fadeObj.visible.column4 {
	transition-delay: 1.0s;
}
.fadeObj.visible.column5 {
	transition-delay: 1.3s;
}



/*-- 検索結果 */
#sharewithmain .mf_finder_pager_items .mf_finder_pager_item_first a span,
#sharewithmain .mf_finder_pager_items .mf_finder_pager_item_next a span,
#sharewithmain .mf_finder_pager_items .mf_finder_pager_item_prev a span {
	white-space: nowrap;
}

#sharewithmain .mf_finder_organic_pager {
	margin: 10px 0;
}

#sharewithmain .mf_finder_searchBox_query_wrap {
	border: 1px solid #e0dfe5;
}


/*-- 検索ダイアログ --*/
#dialog_search {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(0,0,0, 0.4);

	transition: 0.2s;
	z-index: 50000;
	opacity: 0;
	visibility: hidden;
}

#dialog_search.open {
	opacity: 1;
	visibility: visible;
}


.close_btn {
	position: fixed;
	top: 0;
	right: 0;
	display: block;
	width: 40px;
	height: 44px;
	margin: 8px 9px;
	border-radius: 10%;
	background: #FFF;
	z-index: 10000;
}

.close_btn:hover{
	background: #FFF;
	background: rgba(255,255,255, 0.8);
}

.close2-btn-icon1 ,
.close2-btn-icon2 ,
.close2-btn-icon3 {
	display: block;
	position: absolute;
	top: 17px;
	left: 9px;
	width: 22px;
	height: 2px;
	margin: 0;
	background: #19294b;

	-webkit-transition: .2s .4s;
	-o-transition: .2s .4s;
	transition: .2s .4s;
}

.close2-btn-icon1 {
	margin-top: -7px;
}
.close2-btn-icon2 {
	margin-top: 0px;
}
.close2-btn-icon3 {
	margin-top: 7px;
}

.close2-btn-icon1:before ,
.close2-btn-icon3:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 2px;
	background: #19294b;

	-webkit-transition: .3s .1s;
	-o-transition: .3s .1s;
	transition: .3s .1s;
}

.close2-btn-title {
	overflow: hidden;
	display: block;
	position: absolute;
	top: 31px;
	left: 0;
	width: 40px;
	height: 12px;
}

.close2-btn-title li {
	display: block;
	width: 40px;
	height: 15px;

	line-height: 1;
	font-size: 10px;
	color: #19294b;
	text-align: center;

	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	    transform: scale(0.8);
}
.close2-btn-title li:first-child {
	margin-top: -15px;

	-webkit-transition: .5s .1s;
	-o-transition: .5s .1s;
	transition: .5s .1s;
}


/* -- open時 -- */
.close_btn .close2-btn-icon1 ,
.close_btn .close2-btn-icon2 ,
.close_btn .close2-btn-icon3 {
	background: transparent;
	margin-top: 0;

	-webkit-transition: .2s .1s;
	-o-transition: .2s .1s;
	transition: .2s .1s;
}

.close_btn .close2-btn-icon1:before ,
.close_btn .close2-btn-icon3:before {
	width: 30px;
	left: -4px;

	-webkit-transition: .3s .3s;
	-o-transition: .3s .3s;
	transition: .3s .3s;
}

.close_btn .close2-btn-icon1:before {
	-webkit-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	    transform: rotate(-225deg);
}

.close_btn .close2-btn-icon3:before {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	    transform: rotate(-135deg);
}

.close_btn .close2-btn-title li:first-child {
	margin-top: 0px;

	-webkit-transition: .5s .25s;
	-o-transition: .5s .25s;
	transition: .5s .25s;
}


#dialog_search h2 {
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-50%, 0);
	display: block;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	text-align: center;
}

#dialog_search .search_inputbox {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, 0);
	display: block;
	width: 500px;
}

.mf_finder_searchBox_items {
/*	border-bottom: 3px solid #ed7636; */
	margin-bottom: 1rem;
}

.mf_finder_searchBox_submit {
	vertical-align: middle;
	text-align: center;
}

.mf_finder_searchBox_items .mf_finder_searchBox_submit span {
	margin: 0;
}

.mf_finder_searchBox_doctype ,
.mf_finder_searchBox_selects {
	display: none !important;
}

.mf_finder_searchBox_query_input {
	border: none !important;
}

.mf_finder_searchBox_submit {
	background: #ed7636 !important;
	color: #fff !important;
	font-size: 24px !important;
}

div.mf_finder_organic_doc_body {
	height: auto;
}

#sharewithmain .mf_finder_searchBox {
	margin-bottom: 1rem;
}



/* （英）検索 非表示 */
#header.en ~* #promos3 .area-search-box {
	display: none;
}

#header.en ~* #promos3 .area-lang-navi ul {
	border-color: transparent;
}


/* インデックスサイトマップ */
.index-map .date {
	display: none !important;
}





/* -- 印刷用 -- */
@media print {
	#dialog_search ,
	#site-info {
		display: none;
	}

}

