@charset "utf-8";
/*------------------ based on 18/12/05 */
/* > 1%, last 4 versions, Firefox ESR */
/*------------------------------------ */

/* --------------------------------------
 基本設定
-------------------------------------- */
body {
	font-family: 'Noto Sans Japanese', YuGothicM, "游ゴシック Medium", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-family: 'Roboto', 'Noto Sans Japanese', YuGothicM, "游ゴシック Medium", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}


/* font-sizeは14pxが規準です */
body {
	color: #333;
	word-break: break-all;
}

a:link ,
a:visited {
	color: #333;
	text-decoration: underline;
}

a:focus ,
a:active {
	color: #333;
	text-decoration: none;
	outline: 1px solid #333;
}

/*------------------------------------- 
 グリットレイアウト
-------------------------------------*/
#html1 {
}

/*-- コンテンツエリア --*/
#wrapper-2 {
}

#nav {
}

#wrapper-3 {
	padding: 8px 5px;
}

#sharewithmain {
}


/*-- コンテンツ下エリア --*/
#promos3 {
}

#promos3 .promos {
	display: flex;
	flex-direction: column-reverse;
}

.mgnlEditorBar ~* #promos3 .promos {
	display: display;
	flex-direction: column;
}

#promos3 .promos > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}


/*-- サイドナビエリア --*/
#promos1 {
}

#nav-box {
	display: none;
}

#promos2 {
}


/* サイドナビ表示なし */
.col-subcol #wrapper-3 {
}

.col-subcol #nav {
}




/* 下マージンを０ */
body[id=index] [role="main"] > .multiColumn1 ,
body[id=index] [role="main"] > .multiColumn2 ,
.layout_indexbox .reuse-main-area > .multiColumn1 ,
.layout_indexbox .reuse-main-area > .multiColumn2 ,
body[id=index] [role="main"] > .multiColumn3 ,
body[id=index] [role="main"] > .multiColumn4 ,
body[id=index] [role="main"] > .multiColumn5 ,
.layout_indexbox .reuse-main-area > .multiColumn3 ,
.layout_indexbox .reuse-main-area > .multiColumn4 ,
.layout_indexbox .reuse-main-area > .multiColumn5 {
	margin-bottom: 0;
}


/* -- 3は1カラムに -- */
body[id=index] [role="main"] > .multiColumn3 ,
.layout_indexbox .reuse-main-area > .multiColumn3 {
	width: calc(100% - 10px);
}





/*------------------------------------- 
 フッターエリア
-------------------------------------*/
/*-- セクションフッター --*/
#section-site-info {
}

#section-site-info-box {
}

/*-- フッター --*/
#site-info {
	background: #757a84;
}

#site-info-box {
}

p#copyright {
/*	padding: 10px 0; */
	font-size: 10px;
}



/*------------------------------------- 
 ヘッダエリア
-------------------------------------*/
/*-- 画像とテキストの場合のみ --*/
#branding ,
#logo ,
#nav-meta {
	display: none;
}

/*-- 更新日表示 --*/
#pub-date {
	margin: auto;
}

#pub-date p {
	text-align: right;
}

/*-- セクションヘッダー（総合トップ・スペシャル以外） --*/
#section-header {
	background: #555;
	border: 1px solid #333;
	color: #fff;
}

#section-header h5 {
}

#section-header p {
}


/*------------------------------------- 
 ぱんくず
-------------------------------------*/
/* 4箇所ある枠の内1か所に入力 */
.bread-crumb {
	padding: 5px 5px;
	font-size: 1.1rem;
	font-weight: 200;
	background: #f1f1f2;
	border-top: 1px solid #959697;
}

.bread-crumb ol:after ,
.bread-crumb:after {
	content: "";
	display: block;
	clear: both;
}

.bread-crumb a {
/*	color: inherit; */
}

.bread-crumb h5 ,
.bread-crumb h5 p ,
.bread-crumb h5 span ,
.bread-crumb ol li {
	float: left;
}

.bread-crumb h5 p:after ,
.bread-crumb h5 span:after ,
.bread-crumb ol li:after {
	content: ">";
	padding: 0 0.5em;
}

.bread-crumb ol li:last-child:after {
	content: none;
}

/* -- TOP書き換え -- */
/*
.bread-crumb ol li:first-child a {
	font-size: 0;
}
#header.ja ~ * .bread-crumb ol li:first-child a:before ,
#header.ja ~ .bread-crumb ol li:first-child a:before {
	content: "TOP";
	font-size: 1.1rem;
}
#header.en ~ * .bread-crumb ol li:first-child a:before ,
#header.en ~ .bread-crumb ol li:first-child a:before {
	content: "HOME";
	font-size: 1.1rem;
}
*/

/* -----------------------------
 グローバルナビ
--------------------------------- */
/*-- ページプロパティから設定可 --*/
/* -- トグル初期非表示 -- */ 
#nav-global {
	display: none;
}

#nav-global ul:after {
	content: "";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#nav-global div > ul > li {
	display: table;
	width: 50%;
	float: left;
	border-bottom: #999 1px solid;
}

#nav-global div > ul > li > a ,
#nav-global div > ul > li > strong {
	display: table-cell;
    height: 50px;
    vertical-align: middle;
	text-align: center;

	background-color: #2b2b2b;
	color: #ccc;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#nav-global div > ul > li:nth-child(odd) > a ,
#nav-global div > ul > li:nth-child(odd) > strong {
	border-right: #999 1px solid;
}



/*------------------------------------- 
 サイドナビ
-------------------------------------*/
/*-- ページプロパティから設定可 --*/
#nav-box input ,
#nav-box label {
	display: none;
}

#nav-box h6 {
	display: none;
}

#nav-box p.btn {
	display: none;
}


/*1階層*/
#nav-box ul.navLevel_1 {
}

#nav-box ul.navLevel_1 > li {
}

#nav-box ul.navLevel_1 > li:not(.open) {
	display: none;
}

#nav-box ul.navLevel_1 > li.open {
}

#nav-box ul.navLevel_1 > li > h5 > strong,
#nav-box ul.navLevel_1 > li > h5 > a,
#nav-box ul.navLevel_1 > li > strong,
#nav-box ul.navLevel_1 > li > a {
	display: block;
	padding: 6px 12px;
	background: #646464;
	color: #fff; 
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #c8c8c8;
}

#nav-box ul.navLevel_1 > li > h5 > strong ,
#nav-box ul.navLevel_1 > li > h5 > a:hover ,
#nav-box ul.navLevel_1 > li > strong ,
#nav-box ul.navLevel_1 > li > a:hover {
}

#nav-box ul.navLevel_1 > li > h5 > a:hover ,
#nav-box ul.navLevel_1 > li > a:hover {
	background: #fff;
	color: #646464; 
}

/*2階層*/
#nav-box ul.navLevel_2 {
}

#nav-box ul.navLevel_2 > li {
}

#nav-box ul.navLevel_2 > li.open {
}

#nav-box ul.navLevel_2 > li > h5  > strong,
#nav-box ul.navLevel_2 > li > h5  > a ,
#nav-box ul.navLevel_2 > li > strong,
#nav-box ul.navLevel_2 > li > a {
	display: block;
	padding: 15px 12px;
	background: #fff;
	color: #323232; 
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #c8c8c8;
}

#nav-box ul.navLevel_2 > li > h5 > strong ,
#nav-box ul.navLevel_2 > li > h5 > a:hover ,
#nav-box ul.navLevel_2 > li > strong ,
#nav-box ul.navLevel_2 > li > a:hover {
	background-color: #fef0e7;
}


/*3階層*/
#nav-box ul.navLevel_3 {
}

#nav-box ul.navLevel_3 > li {
}

#nav-box ul.navLevel_3 > li.open {
}

#nav-box ul.navLevel_3 > li > h5 > strong ,
#nav-box ul.navLevel_3 > li > h5 > a ,
#nav-box ul.navLevel_3 > li > strong ,
#nav-box ul.navLevel_3 > li > a {
	position: relative;
	display: block;
	padding: 8px 12px;
	padding-left: 32px;
	background: #f0f0f0;
	color: #323232; 
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #c8c8c8;
}

#nav-box ul.navLevel_3 > li > h5 > strong:before ,
#nav-box ul.navLevel_3 > li > h5 > a:before ,
#nav-box ul.navLevel_3 > li > strong:before ,
#nav-box ul.navLevel_3 > li > a:before {
	content: ">";
	position: absolute;
	left: 18px;
}

#nav-box ul.navLevel_3 > li > h5 > strong ,
#nav-box ul.navLevel_3 > li > h5 > a:hover ,
#nav-box ul.navLevel_3 > li > strong ,
#nav-box ul.navLevel_3 > li > a:hover {
	background-color: #fef0e7;
}


/*4階層*/
#nav-box ul.navLevel_4 {
}

#nav-box ul.navLevel_4 > li {
}

#nav-box ul.navLevel_4 > li.open {
}

#nav-box ul.navLevel_4 > li > h5 > strong ,
#nav-box ul.navLevel_4 > li > h5 > a ,
#nav-box ul.navLevel_4 > li > strong ,
#nav-box ul.navLevel_4 > li > a {
	display: block;
	padding: 5px 12px;
	background: #dcdcdc;
	color: #323232; 
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #c8c8c8;
}

#nav-box ul.navLevel_4 > li > h5 > strong:before ,
#nav-box ul.navLevel_4 > li > h5 > a:before ,
#nav-box ul.navLevel_4 > li > strong:before ,
#nav-box ul.navLevel_4 > li > a:before {
	content: "・";
	margin-left: 0.5em;
}

#nav-box ul.navLevel_4 > li > h5 > strong ,
#nav-box ul.navLevel_4 > li > h5 > a:hover ,
#nav-box ul.navLevel_4 > li > strong ,
#nav-box ul.navLevel_4 > li > a:hover {
	background: #eb3132;
	color: #fff; 
}


#nav-box ul.navLevel_5 {
	display: none;
}
/* -- ☆階層が増えるごとに、連番で追加 -- */


/* -----------------------------
 コンテンツエリア
--------------------------------- */
/*------- リンクテキスト ----------*/
.quoted-text blockquote a ,
.highlight-quoted-text a ,
.text-section a ,
.faq-item a ,
.vtable-item a ,
.ircalendar-title a ,
.ircalendar-item a {
}

.quoted-text blockquote a: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 {
	background: #d9d9d9;
}

/*------- 別窓アイコン ----------*/
.quoted-text blockquote a[target="_blank"]:after ,
.highlight-quoted-text a[target="_blank"]:after ,
.text-section a[target="_blank"]:after ,
.faq-item a[target="_blank"]:after ,
.vtable-item a[target="_blank"]:after ,
.ircalendar-title a[target="_blank"]:after ,
.ircalendar-item a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 22px;
	height: 15px;
	vertical-align: baseline;
	margin: 0 5px;
}

/*------- PDFアイコン ----------*/
.quoted-text blockquote a[href$=".pdf"]:after ,
.highlight-quoted-text a[href$=".pdf"]:after ,
.text-section a[href$=".pdf"]:after ,
.faq-item a[href$=".pdf"]:after ,
.vtable-item a[href$=".pdf"]:after ,
.ircalendar-title a[href$=".pdf"]:after ,
.ircalendar-item a[href$=".pdf"]:after ,
.quoted-text blockquote a[href*=".pdf#"]:after ,
.highlight-quoted-text a[href*=".pdf#"]:after ,
.text-section a[href*=".pdf#"]:after ,
.faq-item a[href*=".pdf#"]:after ,
.vtable-item a[href*=".pdf#"]:after ,
.ircalendar-title a[href*=".pdf#"]:after ,
.ircalendar-item a[href*=".pdf#"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 38px;
	height: 20px;
	vertical-align: middle;
	margin: 0 5px;
}

/* テーブル */
.quoted-text blockquote table:not(.clearbox) ,
.highlight-quoted-text table:not(.clearbox) ,
.text-section table:not(.clearbox) ,
.faq-item table:not(.clearbox) ,
.vtable-item table table:not(.clearbox) ,
.ircalendar-title table table:not(.clearbox) ,
.ircalendar-item table table:not(.clearbox) ,
table.icell {
	font-size: 1.6rem;
}

.quoted-text blockquote table:not(.clearbox) span ,
.highlight-quoted-text table:not(.clearbox) span ,
.text-section table:not(.clearbox) span ,
.faq-item table:not(.clearbox) span ,
.vtable-item table table:not(.clearbox) span ,
.ircalendar-title table table:not(.clearbox) span ,
.ircalendar-item table table:not(.clearbox) span ,
table.icell span {
	font-size: inherit !important;
}


/*------------------------------------- 
 見出し
-------------------------------------*/
/*-- ページ概要エリア --*/
#page-intro {
	margin: 0 10px 20px;
}

/* -- ページタイトルをテキストで表示 -- */
#page-intro > h1 {
	position: relative;
	padding: 50px 5px 80px;
	color: #333;
	font-size: 2.5rem;
	font-weight: 200;
	line-height: 1.2;
	letter-spacing: 0.075em;
	text-align: center;
}

#page-intro > h1:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	display: block;
	width: 100px;
	height: 1px;
	margin-top: -70px;
/*	margin-top: calc(1.2em + 25px); */
	margin-left: -50px;
	background: #8f939b;
}

#page-intro > h1 span {
	position: absolute;
	top: 100%;
	left: 50%;
	display: block;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	margin-top: -55px;
	transform: translate(-50%, 0);
}

/* -- ページタイトルを画像で表示 -- */
#page-intro .titleImage {
	margin-bottom: 20px;
}

#page-intro .titleImage h1 {
}

#page-intro .titleImage h1 img {
	width: auto;
}

/* -- 日付（ニュース・マルチ2） -- */
#page-intro .text-meta {
	margin: 0 15px;
	color: inherit;
}

/*-------------- 中見出し(共通) ------------*/
.text-section h2 ,
.link-list h2,
.link-list-url h2,
.news-result dl dt ,
.news-yuho dl dt ,
.news-presentation dl dt ,
.news-material dl dt ,
.title2:not(.highlight) h2 {
	padding: 10px 0px 20px;
	color: #333;
	font-size: 1.8rem;
	font-weight: 200;
	line-height: 1.2;
	border-bottom: 1px solid #8f939b;

	margin-bottom: 20px;
}

/*-------------- 小見出し --------------*/
/* -- 見出しh2レベル -- */
.title2.highlight h2 {
}

.title2:last-child h2 {
	margin-bottom: 0px;
}

/* -- 見出しh3レベル -- */
.title3:not(.highlight) h3 {
	position: relative;
	padding: 10px 0px 20px;
	font-size: 1.7rem;
	font-weight: 200;
	line-height: 1.2;
	border-bottom: 1px solid #8f939b;

	margin-bottom: 20px;
}

.title3:not(.highlight) h3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 120px;
	height: 4px;
	background: #8f939b;
}

.title3.highlight h3 {
	padding: 15px 15px;
	font-size: 2.0rem;
	color: #fff;
	line-height: 1.2;
	background: #8f939b;

	margin-bottom: 20px;
}

.title3:last-child h3 {
	margin-bottom: 0px;
}


/* -- 見出しh4レベル -- */
.title4:not(.highlight) {
	margin-top: 20px;
}

.title4:not(.highlight) h4 {
	margin-top: 20px;
	font-size: 1.5rem;
	font-weight: 200;
	line-height: 1.2;
	padding-left: 18px;
	border-left: 6px solid #8f939b;

	margin-bottom: 20px;
}

/*
.title4.highlight {
	padding-top: 20px;
}

.title4.highlight h4 {
	position: relative;
	font-size: 1.5rem;
	font-weight: 200;
	line-height: 1.2;
	padding-left: 35px;

	margin-bottom: 20px;
}

.title4.highlight h4:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	width: 16px;
	height: 7px;
	background: #000;
}
*/

.title4.highlight {
	margin-top: 20px;
}

.title4.highlight h4 {
	margin-top: 20px;
	font-size: 1.5rem;
	font-weight: 200;
	line-height: 1.2;
	padding-left: 18px;
	border-left: 6px solid #8f939b;

	margin-bottom: 20px;
}



/*------------------------------------- 
 テキスト・画像
-------------------------------------*/
/*-------------- 緊急お知らせエリア --------------*/
/* 総合トップ・サイトトップのみ、コンテンツエリア外に１つのみ */
.quoted-text {
	margin: 40px 8px;
}

.quoted-text blockquote {
	background: none;
	padding: 10px;
	border: #F00 2px solid;
}

/*-------------- 囲み線ありテキスト --------------*/
.highlight-quoted-text {
	position: relative;
	border-top: 1px solid #8f939b;
	background-color: #f4f4f5;
	padding: 20px 20px;
	margin-bottom: 20px;
	font-size: 1.2rem;
}

.highlight-quoted-text cite {
	position: absolute;
	top: 15px;
	left: 25px;
	padding-left: 10px;
	font-size: 1.4rem;
	font-style: normal;
}

.highlight-quoted-text cite:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background: url("../../../../../../resources/sw_img/icon_warning.png") no-repeat center center;
	background-size: contain;
	margin-right: 15px;
}

/*-------------- テキストと画像 --------------*/
.text-section {
	margin-bottom: 20px;
}

/*-------------- キャプション・リード・注釈 --------------*/
.lead-section {
	margin-bottom: 20px;
}

.lead-section.catch {
	font-size: 46px;
	font-weight: bold;
}

.lead-section.lead {
	font-size: 22px;
}

.lead-section.note {
	font-size: 16px;
}

.lead-section.style1 {
}

@media screen and (max-width: 768px) {
	.lead-section.catch {
		font-size: 26px;
	}

	.lead-section.lead {
		font-size: 18px;
	}
}


/*-------------- FAQ --------------*/
.faq-list {
}

.faq-list > ul {
}

.faq-list > ul > li {
	clear: both;
	margin-bottom: 30px;
	min-height: 56px;
}

.faq-list h3 {
	position: relative;
	padding-left: 60px;
	min-height: 60px;
	padding-bottom: 20px;
	border-bottom: 1px solid #8f939b;
	margin-bottom: 25px;
}
.faq-list h3:before {
	content: "Q";
	position: absolute;
	top: 0;
	left: 0px;
	display: block;
	width: 37px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	vertical-align: middle;

	font-size: 2.2rem;
	font-weight: normal;
	color: #fff;
	background: #8f939b;
	border-radius: 50%;
}

.faq-item {
	position: relative;
	padding-left: 60px;
	min-height: 60px;
	padding-bottom: 20px;
	border-bottom: 1px solid #8f939b;
}
.faq-item:before {
	content: "A";
	position: absolute;
	top: 0;
	left: 0px;
	display: block;
	width: 37px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	vertical-align: middle;

	font-size: 2.2rem;
	font-weight: normal;
	color: #fff;
	background: #000;
	border-radius: 50%;
}

/*-- FAQを出しっぱなしにする設定 --*/
/*
.faq-list h3 a {
	cursor: inherit;
}
.faq-list > ul > li {
	height: auto !important;
}
.faq-item {
	display: block !important;
}
*/


/*------------------------------------- 
 ページ内リンク・バナーリンク・エリアリンク
-------------------------------------*/
/* 原則、内部リンクと外部リンクは同スタイルを設定する */

/*-------------- ページ内リンク --------------*/
/* ページ内リンクは１カラム内にまとめて入力し、マルチカラムクラスでアライメントを設定する */
.anchor-link {
	margin-bottom: 10px;
}

.anchor-link a {
	position: relative;
	display: block;
	padding: 10px 20px;
	padding-right: 45px;
	text-align: left;
	font-size: 1.7rem;
	color: #333;
	line-height: 1.25;
	border: 1px solid #000;
	background: #fff;
	text-decoration: none;
}

.anchor-link a:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/icon_arr04.png") center center no-repeat;
	background-size: contain;
}

.anchor-link a:hover {
	background-color: #000;
	color: #fff;
}

.anchor-link a:hover:before {
	background-image: url("../../../../../../resources/sw_img/icon_arr04_white.png");

}

/*-------------- バナー（共通設定） --------------*/
.teaser ,
.external-teaser ,
.download-teaser {
}

/* テキストのみ／テキストと画像 */
.teaser h2 ,
.external-teaser h2 ,
.download-teaser h2 {
	margin-bottom: 5px;
}

.teaser h2 a ,
.external-teaser h2 a ,
.download-teaser h2 a {
}

.teaser p ,
.external-teaser p ,
.download-teaser p {
	margin-bottom: 10px;
}

/* 画像のみ／テキストと画像 */
.teaser > a ,
.external-teaser > a ,
.download-teaser > a {
}

.teaser > a img ,
.external-teaser > a img ,
.download-teaser > a img {
}


/*-------------- 内部・外部ページバナー --------------*/
/*--- ハイライト表示 画像左寄せ ---*/
.teaser.highlight:not(.no-img) img ,
.external-teaser.highlight:not(.no-img) img {
	margin: 0;
}

/*-------------- ダウンロードページバナー ------*/
/*--- ダウンロードページバナー ハイライト表示 画像左寄せ ---*/
.download-teaser.highlight:not(.no-img) img {
	margin: 0;
}


/* ----- 内部・外部バナー（テキストのみ）　メインエリア用 ----- */
[role="main"] .teaser.no-img:not(.highlight) ,
[role="main"] .external-teaser.no-img:not(.highlight) {
	max-width: 500px;
}

[role="main"] .teaser.no-img:not(.highlight) h2 ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 {
	position: relative;
	display: table;
	width: 100%;
}

[role="main"] .teaser.no-img:not(.highlight) h2 a ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 a {
	display: table-cell;
	vertical-align: middle;
	height: 46px;
	padding: 3px 20px;
	padding-right: 35px;
	text-align: left;
	font-size: 1.8rem;
	color: #333;
	line-height: 1.25;
	border: 1px solid #000;
	background: #fff;
	text-decoration: none;
}

[role="main"] .teaser.no-img:not(.highlight) h2 a span ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 a span {
	display: none;
}

[role="main"] .teaser.no-img:not(.highlight) h2 a:before ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 a:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/icon_arr02.png") center center no-repeat;
	background-size: contain;
}

[role="main"] .teaser.no-img:not(.highlight) h2 a[target="_blank"]:after ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 22px;
	height: 15px;
	vertical-align: middle;
	margin-left: 5px;
}

[role="main"] .teaser.no-img:not(.highlight) p ,
[role="main"] .external-teaser.no-img:not(.highlight) p {
}

[role="main"] .teaser.no-img:not(.highlight) h2 a:hover ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 a:hover {
	background-color: #000;
	color: #fff;
}

[role="main"] .teaser.no-img:not(.highlight) h2 a:hover:before ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 a:hover:before {
	background-image: url("../../../../../../resources/sw_img/icon_arr02_white.png");
}

[role="main"] .teaser.no-img:not(.highlight) h2 a[target="_blank"]:hover:after ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 a[target="_blank"]:hover:after {
	background-image: url("../../../../../../resources/sw_img/link02_white.png");
}

/* お問い合わせ専用 チェックボックスつきテキスト */
[role="main"] .teaser.with-checkbox:not(.highlight) h2 a ,
[role="main"] .external-teaser.with-checkbox:not(.highlight) h2 a {
	background-color: #333;
	color: #fff;
}

[role="main"] .teaser.with-checkbox:not(.highlight) h2 a:before ,
[role="main"] .external-teaser.with-checkbox:not(.highlight) h2 a:before {
	background-image: url("../../../../../../resources/sw_img/icon_arr02_white.png");
}

[role="main"] .teaser.with-checkbox:not(.highlight) p ,
[role="main"] .external-teaser.with-checkbox:not(.highlight) p {
	text-align: center;
}

[role="main"] .teaser.with-checkbox:not(.highlight) input[type=checkbox] ,
[role="main"] .external-teaser.with-checkbox:not(.highlight) input[type=checkbox] {
	vertical-align: middle;
}

[role="main"] .teaser.with-checkbox:not(.highlight) h2 a:hover ,
[role="main"] .external-teaser.with-checkbox:not(.highlight) h2 a:hover {
	background-color: #fff;
	color: #333;
}

[role="main"] .teaser.with-checkbox:not(.highlight) h2 a:hover:before ,
[role="main"] .external-teaser.with-checkbox:not(.highlight) h2 a:hover:before {
	background-image: url("../../../../../../resources/sw_img/icon_arr02.png");
}


/* お問い合わせ専用 リンク無効時 */
[role="main"] .teaser.with-checkbox.disabled:not(.highlight) h2 a ,
[role="main"] .external-teaser.with-checkbox.disabled:not(.highlight) h2 a {
	background-color: #ccc;
	color: #999;
}

[role="main"] .teaser.with-checkbox.disabled:not(.highlight) h2 a:before ,
[role="main"] .external-teaser.with-checkbox.disabled:not(.highlight) h2 a:before {
	background-image: none;
}


/* ----- 内部バナー　プロモス1用 ----- */
#promos1 .teaser.no-img ,
#promos1 .teaser.no-img h2 {
	margin-bottom: 0;
}


/* ----- 内部・外部バナー（テキストと画像）　メインエリア用 ----- */
[role="main"] .teaser:not(.no-img):not(.highlight) ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

[role="main"] .teaser:not(.no-img):not(.highlight) > * ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	width: 100%;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 a ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 a {
	position: relative;
	padding: 10px 40px 5px 0;
	text-align: left;
	font-size: 1.8rem;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}


[role="main"] .teaser:not(.no-img):not(.highlight) h2 a span ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 a span {
	display: none;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 a:before ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 a:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/icon_arr03.png") center center no-repeat;
	background-size: contain;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:after ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 22px;
	height: 15px;
	vertical-align: middle;
	margin-left: 5px;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 + a ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 + a {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	display: block;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 + a img ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 + a img {
	display: block;
	width: 100%;
}


[role="main"] .teaser:not(.no-img):not(.highlight) p ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) p {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 a:hover ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 a:hover {
	border-color: #000;
}

/* 1～3カラムは、文字サイズを大きく */
/*
.multiColumn1 .teaser:not(.no-img):not(.highlight) h2 a ,
.multiColumn1 .external-teaser:not(.no-img):not(.highlight) h2 a {
	font-size: 2.4rem;
}
.multiColumn2 .teaser:not(.no-img):not(.highlight) h2 a ,
.multiColumn2 .external-teaser:not(.no-img):not(.highlight) h2 a {
	font-size: 2.2rem;
}
.multiColumn3 .teaser:not(.no-img):not(.highlight) h2 a ,
.multiColumn3 .external-teaser:not(.no-img):not(.highlight) h2 a {
	font-size: 2.0rem;
}
*/


/* ----- ダウンロードバナー（テキストのみ）　メインエリア用 ----- */
[role="main"] .download-teaser.no-img:not(.highlight) {
	max-width: 500px;
}

[role="main"] .download-teaser.no-img:not(.highlight) h2 {
	position: relative;
	display: table;
	width: 100%;
}

[role="main"] .download-teaser.no-img:not(.highlight) h2 a {
	display: table-cell;
	vertical-align: middle;
	height: 46px;
	padding: 3px 20px;
	padding-right: 35px;
	text-align: left;
	font-size: 1.8rem;
	color: #333;
	line-height: 1.25;
	border: 1px solid #ccc;
	background: #ccc;
	text-decoration: none;
}

[role="main"] .download-teaser.no-img:not(.highlight) h2 a span {
	display: none;
}

[role="main"] .download-teaser.no-img:not(.highlight) h2 a:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/icon_arr02.png") center center no-repeat;
	background-size: contain;
}

[role="main"] .download-teaser.no-img:not(.highlight) h2 a:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 38px;
	height: 20px;
	vertical-align: middle;
	margin: 0 5px;
}

[role="main"] .download-teaser.no-img:not(.highlight) p {
}

[role="main"] .download-teaser.no-img:not(.highlight) h2 a:hover {
	background-color: #999;
	color: #fff;
}

[role="main"] .download-teaser.no-img:not(.highlight) h2 a:hover:before {
	background-image: url("../../../../../../resources/sw_img/icon_arr02_white.png");
}



/*-------------- 内部ページ エリアリンク --------------*/
/*-------------- 外部ページ エリアリンク --------------*/
.internal-link-area ,
.external-link-area {
	margin-bottom: 20px;
}

.internal-link-area > a ,
.external-link-area > a {
	display: block;
	text-decoration: none;
}

/*-- マウスオーバー --*/
.internal-link-area > a:hover ,
.external-link-area > a:hover {
	opacity: 0.7;
}


/*-------------- ダウンロード エリアリンク --------------*/
.download-link-area {
	margin-bottom: 20px;
}

.download-link-area > a {
	display: block;
	text-decoration: none;
}

.download-link-area > a:hover {
	opacity: 0.7;
}

/* -- テキスト先頭にpdfアイコンを付ける -- */
.download-link-area > a[href$=".pdf"] > p:first-child:before ,
.download-link-area > a[href$=".pdf"] > img + p:before {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 38px;
	height: 20px;
	vertical-align: middle;
	margin: 0 5px;
}


/*------------------------------------- 
 リスト
-------------------------------------*/
/* 共通設定 決算短信・有報・最新決算・説明会資料（自動連携）、リンクリスト（手動） */
/* マージ設定用マルチカラムclass名： "edit-only" */

.link-list:not(.highlight) ul,
.link-list-url ul ,
.news-result dl ,
.news-yuho dl ,
.news-presentation dl ,
.news-material dl {
	margin-bottom: 20px;
}

/*-- 副見だし --*/
.link-list:not(.highlight) h2 ,
.link-list-url h2 ,
.news-result dl dt ,
.news-yuho dl dt ,
.news-presentation dl dt ,
.news-material dl dt {
}

.link-list.highlight ul li[class] ,
.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: 5px;
	padding-left: 10px;
	padding-right: 35px;
	border-bottom: 1px solid transparent;
	margin-bottom: 5px;
}

/* マージされたハイライト表示のリンクは、直前のリンクに属する様に見えるスタイルにする。 */
/* (ハイライト表示されていないリンクは、他の決算短信・有報と同列に表示）  */
.link-list:not(.highlight) li.internal-link-text.highlight ,
.link-list:not(.highlight) li.extermal-link-text.highlight ,
.link-list:not(.highlight) li.download-link-text.highlight ,
.link-list:not(.highlight) li.text-without-link.highlight ,
.news-result dl dd.merged.highlight ,
.news-yuho dl dd.merged.highlight ,
.news-presentation dl dd.merged.highlight ,
.news-material dl dd.merged.highlight {
	padding-top: 0px;
	padding-left: 30px;
}

/* マージされたハイライト表示のリンクのＬ字アイコン */
.link-list:not(.highlight) li.internal-link-text.highlight:before ,
.link-list:not(.highlight) li.extermal-link-text.highlight:before ,
.link-list:not(.highlight) li.download-link-text.highlight:before ,
.link-list:not(.highlight) li.text-without-link.highlight:before ,
.news-result dl dd.merged.highlight:before ,
.news-yuho dl dd.merged.highlight:before ,
.news-presentation dl dd.merged.highlight:before ,
.news-material dl dd.merged.highlight:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 10px;
	display: block;
	width: 10px;
	height: 10px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* リンクアイコン（ダウンロード以外） */
.news-result dl dd.merged.no-download:not(.highlight) ,
.news-yuho dl dd.merged.no-download:not(.highlight) ,
.news-presentation dl dd.merged.no-download:not(.highlight) ,
.news-material dl dd.merged.no-download:not(.highlight) {
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 6px top 1em no-repeat;
	padding-left: 20px;
}

/* 外窓アイコン（ダウンロード以外） */
.news-result dl dd.merged.no-download a[target="_blank"]:after ,
.news-yuho dl dd.merged.no-download a[target="_blank"]:after ,
.news-presentation dl dd.merged.no-download a[target="_blank"]:after ,
.news-material dl dd.merged.no-download a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 22px;
	height: 15px;
	vertical-align: middle;
	margin: 0 3px;
}


/*-------------- リンクリスト ------------------- */
/*-------------- リンクリスト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.highlight .internal-link-text:after ,
.link-list.highlight .external-link-text:after ,
.link-list.highlight .download-link-text:after ,
.link-list:not(.highlight) .internal-link-text:after ,
.link-list:not(.highlight) .external-link-text:after ,
.link-list:not(.highlight) .download-link-text:after ,
.link-list-url .internal-link-text:after ,
.link-list-url .external-link-text:after ,
.link-list-url .download-link-text:after ,
.news-result dl dd:after ,
.news-yuho dl dd:after ,
.news-presentation dl dd:after ,
.news-material dl dd:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/icon_arr03.png") center center no-repeat;
	background-size: contain;
}


/* リンクテキスト */
.link-list.highlight .internal-link-text a ,
.link-list.highlight .external-link-text a ,
.link-list.highlight .download-link-text a:not(.d_icon) ,
.link-list.highlight .text-without-link span ,
.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) {
	text-decoration: none;
}

.link-list.highlight .internal-link-text a:hover ,
.link-list.highlight .external-link-text a:hover ,
.link-list.highlight .download-link-text a:not(.d_icon):hover ,
.link-list:not(.highlight) .internal-link-text a:hover ,
.link-list:not(.highlight) .external-link-text a:hover ,
.link-list:not(.highlight) .download-link-text a:not(.d_icon):hover ,
.link-list-url .internal-link-text a:hover ,
.link-list-url .external-link-text a:hover ,
.news-result dl dd a:not(.d_icon):hover ,
.news-yuho dl dd a:not(.d_icon):hover ,
.news-presentation dl dd a:not(.d_icon):hover ,
.news-material dl dd a:not(.d_icon):hover {
	text-decoration: underline;
}

/* -- 別窓アイコン -- */
.link-list.highlight .internal-link-text a[target="_blank"]:after ,
.link-list.highlight .external-link-text a[target="_blank"]:after ,
.link-list:not(.highlight) .internal-link-text a[target="_blank"]:after ,
.link-list:not(.highlight) .external-link-text a[target="_blank"]:after ,
.link-list-url .internal-link-text a[target="_blank"]:after ,
.link-list-url .external-link-text a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 22px;
	height: 15px;
	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) {
}


/* PDFアイコンを強制的に後ろに配置 */
.link-list.highlight .download-link-text a.d_icon.front[href$=".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.highlight .download-link-text a.d_icon + a:not(.d_icon)[href$=".pdf"]:after ,
.link-list .download-link-text a.d_icon + a:not(.d_icon)[href$=".pdf"]:after ,
.link-list-url .download-link-url a.d_icon + a:not(.d_icon)[href$=".pdf"]:after ,
.news-result dl dd .d_icon.pdf_front + a:not(.d_icon):after ,
.news-yuho dl dd .d_icon.pdf_front + a:not(.d_icon):after ,
.news-presentation dl dd .d_icon.pdf_front + a:not(.d_icon):after ,
.news-material dl dd .d_icon.pdf_front + a:not(.d_icon):after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 38px;
	height: 20px;
	vertical-align: middle;
	margin-left: 5px;
}


/*-- リンクリスト（ハイライト表示） --*/
.link-list.highlight {
	font-size: 2.1rem;
}

.link-list.highlight h2 {
}

.link-list.highlight ul {
}

.link-list.highlight ul li[class] {
}

.link-list.highlight ul li[class] a {
}


/*------------------------------------- 
 表組・テーブル・財務ハイライト(表組)・配当金(表組)
-------------------------------------*/
/*-- table共通 --*/

/* セル */
/* 枠線とセル内余白を指定 */
.shwTable table.htCore tr td ,
th, td {
	color: inherit;
	padding: 10px 10px;
	border: 1px solid #fff;
}

.htCore tr td ,
th, td {
	background-color: #ededed;
}

/* 見出し */
/* 背景色と文字色を指定 */
.highlights-table tr td:first-child ,
.highlights-alltable-2nd tr td:first-child ,
.haitou-table-2nd td.t1,
.haitou-table-2nd td.t2,
.haitou-table-2nd td.t12 ,
.shwTable table tr td.tableRowHead ,
.shwTable table tr td.tableColumnHead ,
td.tbRowHead ,
td.tbColumnHead ,
th {
	background-color: #dde5ec;
	font-weight: normal;
}

/* 見出し列 */
/* 背景色と文字色を指定 */
.form-summary table td:first-child ,
.highlights-table tr td:first-child ,
.highlights-alltable-2nd tr td:first-child ,
.haitou-table-2nd td.t1,
.haitou-table-2nd td.t2,
.haitou-table-2nd td.t12 ,
.shwTable table tr td.tableColumnHead ,
td.tbColumnHead ,
.vtable-item > table > tbody > tr > th {
	text-align: left;
	vertical-align: middle;
	background-color: #dde5ec;
}

/* 見出し行 */
/* 背景色と文字色を指定 */
.highlights-table tr.r0 th ,
.highlights-alltable-2nd tr.r0 th ,
.haitou-table-2nd th ,
.shwTable table tr td.tableRowHead ,
td.tbRowHead ,
.ircalendar-title > table > tbody > tr > th ,
thead th {
	text-align: center;
	vertical-align: top;
	background-color: #dde5ec;
}

/* 見出し中の細字 */
.vtable-item > table > tbody > tr > th strong ,
.ircalendar-title > table > tbody > tr > th strong {
	font-weight: normal;
}


/*-------------- テーブル縦 --------------*/
/* -- デフォルト比率  -- */
.vtable-item > table > tbody > tr > td {
	width: 25%;
}

.vtable-item > table > tbody > tr > th {
	width: 12.5%;
}

/* テーブル縦を、縦に並べるスタイル */
/*
.vtable-item > table ,
.vtable-item > table > tbody ,
.vtable-item > table > tbody > tr ,
.vtable-item > table > tbody > tr > th ,
.vtable-item > table > tbody > tr > td {
	display: block;
}

.vtable-item > table > tbody > tr > th ,
.vtable-item > table > tbody > tr > td {
	width: auto !important;
}

.vtable-item > table > tbody > tr > th:after ,
.vtable-item > table > tbody > tr > td:after {
	content: "";
	display: block;
	clear: both;
}
*/

/*-------------- テーブル横 --------------*/
/* -- デフォルト比率  -- */
.ircalendar-title > table > tbody > tr > th,
.ircalendar-item > table > tbody >tr > td {
	width: 25%;
}

.ircalendar-title > table > tbody > tr > th.ircalendar-title1 ,
.ircalendar-item > table > tbody > tr > td.ircalendar-item1  {
	width: 12.5%;
}

/*-------------- 表組 --------------*/
/* -- 表タイトル -- */
.shwTableTitle {
}

.shwTableTitle h2 {
	font-weight: bold;
	margin-bottom: 5px;
}

/* -- 表組 -- */
.shwTable {
	margin-bottom: 20px;
}

/* -- 単位（表組の外） -- */
.shwTable td.shw-table-row {
	color: inherit;
}


/*-------------- マルチセル --------------*/
.uni-table {
	margin-bottom: 20px;
}


/*-------------- 財務ハイライト表組 --------------*/
.highlights-table ,
.highlights-alltable-2nd {
	margin-bottom: 20px;
	font-size: 1.4rem;
}

/* 単位 */
.highlights-table .unit {
}

/*-------------- 配当 表組 --------------*/
.haitou-table-2nd {
	margin-bottom: 20px;
}

/* 配当予想セル */
.haitou-table-2nd table th.y0 ,
.haitou-table-2nd table td.y0 {
}


/*------------------------------------- 
 グラフ・財務ハイライト(グラフ)・配当金(グラフ)
-------------------------------------*/
/* important付きは、html上のスタイルを上書きする必要があるもの */

/*-------------- グラフ --------------*/
.graph {
	margin-bottom: 20px;
}

/* -- グラフ データラベル 文字影設定 -- */
/* -- (IEではこの設定は効ない。グラフテーマの設定が優先される) -- */
.highcharts-data-labels text {
/*	text-shadow: 1px 1px 0px #FFF, -1px -1px 0px #FFF, -1px 1px 0px #FFF, 1px -1px 0px #FFF !important; */
}

/* -- 財務ハイライトver2 グラフ (凡例を含むエリア) -- */
.highlights-2nd > div:not([class]) {
/*	height: auto !important; */
	margin-bottom: 40px;
}

/* -- 財務ハイライトver2 グラフ (凡例を含まないエリア) -- */
.highlights-2nd .highlights-graph {
/*	width: 100% !important; */
/*	min-width: auto !important; */
/*	max-width: none !important; */
/*	height: 400px !important; */
}

/* -- 財務ハイライトver2 グラフ 凡例 -- */
.highlights-2nd .legend {
/*	margin: auto !important; */
/*	width: auto !important; */
/*	min-width: auto !important; */
/*	max-width: none !important; */
/*	text-align: center; */
}

.highlights-2nd .legend-item-box {
/*	float: none !important; */
/*	display: inline-block !important; */
/*	margin-left: -5px; */
}

/*-------------- 配当グラフ --------------*/
.haitou-graph-2nd {
	margin-bottom: 40px;
}

.haitou-graph-2nd .graph {
/*	min-width: auto !important; */
/*	max-width: none !important; */
/*	height: 400px !important; */
}


/*------------------------------------- 
 ニュース
-------------------------------------*/
/*-- ver2 ニュース一覧・ニュース一覧（カテゴリ）・英文書一覧・英文書一覧（カテゴリ） --*/
.news-list-2nd ,
.news-list-tabbed-2nd ,
.news-english-2nd ,
.news-english-tabbed-2nd {
	position: relative;
	margin-bottom: 20px;
}

.news-list-2nd ul ,
.news-list-tabbed-2nd ul ,
.news-english-2nd ul ,
.news-english-tabbed-2nd ul {
	padding-top: 1px;
}

/* -- 1つのリリース -- */
.news-list-2nd ul li ,
.news-list-tabbed-2nd ul li ,
.news-english-2nd ul li ,
.news-english-tabbed-2nd ul li {
	position: relative;

	margin-top: 15px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #aaa;
}

.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-top: 2.4em;
	padding-left: 0;
	padding-right: 35px;
}

/*-- 画像 --*/
.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; */
	text-decoration: none;
}

.news-list-2nd ul li .news_tx a:hover ,
.news-list-tabbed-2nd ul li .news_tx a:hover ,
.news-english-2nd ul li .news_tx a:hover ,
.news-english-tabbed-2nd ul li .news_tx a:hover {
	text-decoration: underline;
}

.news-list-2nd ul li .news_tx a:before ,
.news-list-tabbed-2nd ul li .news_tx a:before ,
.news-english-2nd ul li .news_tx a:before ,
.news-english-tabbed-2nd ul li .news_tx a:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 2.4em;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/icon_arr03.png") center center no-repeat;
	background-size: contain;
}

/* -- 日付 -- */
.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: 5px;
	left: 0;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'Hind Madurai', 'Roboto', 'Noto Sans Japanese', YuGothicM, "游ゴシック Medium", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* -- カテゴリアイコン -- */
.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-english-2nd ul li .c_icon ,
.news-english-tabbed-2nd ul li .c_icon {
	left: 8.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: 40px;
}

.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: 15px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #aaa;
}

.news-latest-2nd ul li h3 ,
.news-latest-tabbed-2nd ul li h3 {
	position: relative;
	display: block; 
	padding-top: 2.4em;
	padding-left: 0;
	padding-right: 35px;
}

/*-- 画像 --*/
.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; */
	text-decoration: none;
}

.news-latest-2nd ul li .news_tx a:hover ,
.news-latest-tabbed-2nd ul li .news_tx a:hover {
	text-decoration: underline;
}

.news-latest-2nd ul li .news_tx a:before ,
.news-latest-tabbed-2nd ul li .news_tx a:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 2.4em;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/icon_arr03.png") center center no-repeat;
	background-size: contain;
}

/* -- 日付 -- */
.news-latest-2nd ul li .date ,
.news-latest-tabbed-2nd ul li .date {
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'Hind Madurai', 'Roboto', 'Noto Sans Japanese', YuGothicM, "游ゴシック Medium", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* -- カテゴリアイコン -- */
.news-latest-2nd ul li .c_icon ,
.news-latest-tabbed-2nd ul li .c_icon {
	position: absolute;
	top: 0;
	left: 6.5em;
}

#header.en ~* .news-latest-2nd ul li .c_icon ,
#header.en ~* .news-latest-tabbed-2nd ul li .c_icon {
	left: 8em;
}

/* -- ファイルアイコン -- */
.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;

	display: none;
}

.news-latest-2nd .all a ,
.news-latest-tabbed-2nd .all a {
	display: block;
	padding-left: 18px;
	background: transparent url("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") no-repeat scroll 0 5px;
}


/* テキスト変更 */
/*
.news-latest-2nd .all a ,
.news-latest-tabbed-2nd .all a {
	font-size: 0;
}

.news-latest-2nd .all a:after ,
.news-latest-tabbed-2nd .all a:after {
	font-size: 1.4rem;
	display: block;
}

#header.ja ~ div .news-latest-2nd .all a:after ,
#header.ja ~ div .news-latest-tabbed-2nd .all a:after {
	content: "一覧へ";
}

#header.en ~ div .news-latest-2nd .all a:after ,
#header.en ~ div .news-latest-tabbed-2nd .all a:after {
	content: "List";
}
*/


/*-------------- タブ共通 --------------*/
/* -- 年度タブ -- */
p.yearTabs {
	position: absolute;
	right: 0;
	top: 5px;
	max-height: 35px;
	overflow: hidden;
	z-index: 1;
}

p.yearTabs:after {
	visibility: visible;
	content: "";
	position: absolute;
	right: 7px;
	top: 12px;
	display: block;
	width: 7px;
	height: 7px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: scaleY(0.75) rotate(45deg);
}

p.yearTabs:before {
	content: "年号で絞り込む";
	display: block;
	padding: 5px 10px 5px 20px;
	font-size: 1.6rem;
	background: #d9d9d9;
	border-right: 20px solid #8f939b;
}

.news-english-tabbed-2nd p.yearTabs:before {
	content: "select year";
}

p.yearTabs:hover {
	max-height: 500px;
	transition: 0.5s;
}


p.yearTabs a {
	display: block;
	padding: 5px 20px;
	color: inherit;
	font-size: 1.6rem;
	text-decoration: none;
	background: #fff;
	border-top: 1px solid #8f939b;
}

p.yearTabs a.active {
}

p.yearTabs a:hover ,
p.yearTabs a.active {
	color: #fff;
	background-color: #8f939b;
}


/* -- カテゴリタブ -- */
p.tabs{
	padding-top: 50px;
	border-bottom: 1px solid #8f939b;
	margin-bottom: 20px;
	font-size: 0;
}

p.tabs a {
	display: inline-block;
	padding: 10px 10px;
	color: inherit;
	font-size: 1.6rem;
	text-decoration: none;
	margin-right: 3px;
}

p.tabs a.active {
}

p.tabs a:hover ,
p.tabs a.active {
	background: #8f939b;
	color: #fff;
}

/* アクティブなカテゴリタブをアイコン色と同色にする */
/*
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;
}
*/


/*-- NEWアイコン --*/
.news-list-2nd ul li .n_icon:before ,
.news-list-tabbed-2nd ul li .n_icon:before ,
.news-english-2nd ul li .n_icon:before ,
.news-english-tabbed-2nd ul li .n_icon:before ,
.news-latest-2nd ul li .n_icon:before ,
.news-latest-tabbed-2nd ul li .n_icon:before {
	content: "New";
	display: inline-block;
	padding: 0px 6px;
	background: #e1090a;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	font-style: normal;
}

/*-------------- テキスト化カテゴリアイコン (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: 100px;
	height: 20px;
	font-size: 0;
	margin-top: 5px;
	background: url("../../../../../../dam/defaultIcon/news/none.png") no-repeat left bottom;
	background-size: contain;
}

.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: "適時開示";
	background-image: url("../../../../../../dam/defaultIcon/news/tekiji.png");
}

.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: "決算";
	background-image: url("../../../../../../dam/defaultIcon/news/result.png");
}

.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: "業績";
	background-image: url("../../../../../../dam/defaultIcon/news/gyouseki.png");
}

.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";
	background-image: url("../../../../../../dam/defaultIcon/news/pr.png");
}

.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";
	background-image: url("../../../../../../dam/defaultIcon/news/ir.png");
}

.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: "ガバナンス";
	background-image: url("../../../../../../dam/defaultIcon/news/governance.png");
}

.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: "有報";
	background-image: url("../../../../../../dam/defaultIcon/news/yuho.png");
}

.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: "招集通知";
	background-image: url("../../../../../../dam/defaultIcon/news/syosyu.png");
}

.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: "その他";
	background-image: url("../../../../../../dam/defaultIcon/news/none.png");
}


.news-list-2nd ul li.serviceElm .c_icon:before ,
.news-list-tabbed-2nd ul li.serviceElm .c_icon:before ,
.news-english-2nd ul li.serviceElm .c_icon:before ,
.news-english-tabbed-2nd ul li.serviceElm .c_icon:before ,
.news-latest-2nd ul li.serviceElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.serviceElm .c_icon:before {
	content: "サービス";
	background-image: url("../../../../../../dam/defaultIcon/news/service.png");
}

.news-list-2nd ul li.jinjiElm .c_icon:before ,
.news-list-tabbed-2nd ul li.jinjiElm .c_icon:before ,
.news-english-2nd ul li.jinjiElm .c_icon:before ,
.news-english-tabbed-2nd ul li.jinjiElm .c_icon:before ,
.news-latest-2nd ul li.jinjiElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.jinjiElm .c_icon:before {
	content: "人事";
	background-image: url("../../../../../../dam/defaultIcon/news/jinji.png");
}

.news-list-2nd ul li.kaieiElm .c_icon:before ,
.news-list-tabbed-2nd ul li.kaieiElm .c_icon:before ,
.news-english-2nd ul li.kaieiElm .c_icon:before ,
.news-english-tabbed-2nd ul li.kaieiElm .c_icon:before ,
.news-latest-2nd ul li.kaieiElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.kaieiElm .c_icon:before {
	content: "経営";
	background-image: url("../../../../../../dam/defaultIcon/news/kaiei.png");
}

.news-list-2nd ul li.otherElm .c_icon:before ,
.news-list-tabbed-2nd ul li.otherElm .c_icon:before ,
.news-english-2nd ul li.otherElm .c_icon:before ,
.news-english-tabbed-2nd ul li.otherElm .c_icon:before ,
.news-latest-2nd ul li.otherElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.otherElm .c_icon:before {
	content: "Other";
	background-image: url("../../../../../../dam/defaultIcon/news/other.png");
}




/*-------------- rss --------------*/
.rss-content {
}
.rss-content:after {
	content: "";
	display: block;
	clear: both;
}

.rss-content em {
	font-style: normal;
	float: right;
	margin-bottom: 10px;
}

.rss-content a {
	text-decoration: none;
}

/*
.rss-content em {
	padding: 0 !important;
	background: none !important;
	margin-top: -16px;
}

.rss-content a {
	display: block;
	width: 16px;
	height: 16px;
	background: url("../../../../../../.resources/feed.gif") no-repeat left top;
}

.rss-content a:hover {
	opacity: 0.7;
}
*/


/*------------------------------------- 
 マルチ２
-------------------------------------*/

/*----------- サムネイルなし -----------*/
.basic-list:not(.thumnail) ,
.basic-list-english:not(.thumnail) {
}

.basic-list:not(.thumnail) ul.tabItems ,
.basic-list-english:not(.thumnail) ul.tabItems {
	padding-top: 1px;
}

/* -- 1つのリリース -- */
.basic-list:not(.thumnail) ul.tabItems li ,
.basic-list-english:not(.thumnail) ul.tabItems li {
	position: relative;

	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

.basic-list:not(.thumnail) ul.tabItems li h3 ,
.basic-list-english:not(.thumnail) ul.tabItems li h3 {
	position: relative;
	display: block; 
	padding-top: 1.6em;
	padding-left: 0;
}

.basic-list:not(.thumnail) ul.tabItems li a ,
.basic-list-english:not(.thumnail) ul.tabItems li a {
	font-weight: normal;
}

/* -- リリースのテキスト -- */
.basic-list:not(.thumnail) ul.tabItems li .news_tx ,
.basic-list-english:not(.thumnail) ul.tabItems li .news_tx {
}

/* -- 日付 -- */
.basic-list:not(.thumnail) ul.tabItems li .date ,
.basic-list-english:not(.thumnail) ul.tabItems li .date {
	position: absolute;
	top: 0;
	left: 0;

	color: #333;
}

/* -- カテゴリアイコン -- */
.basic-list:not(.thumnail) ul.tabItems li .c_icon ,
.basic-list-english:not(.thumnail) ul.tabItems li .c_icon {
	text-decoration: none;
	display: block;
	margin-top: -1.6em;
	min-height: 1.6em;
	/* 日付に重なる部分 */
	padding-left: 8.2em;
}

/* -- ファイルアイコン -- */
.basic-list:not(.thumnail) ul.tabItems li .d_icon ,
.basic-list-english:not(.thumnail) ul.tabItems li .d_icon {
}

/* NEWアイコン */
.basic-list:not(.thumnail) ul.tabItems li .n_icon ,
.basic-list-english:not(.thumnail) ul.tabItems li .n_icon {
	margin: 0 0.5em;
}

.basic-list:not(.thumnail) ul.tabItems li .n_icon:before ,
.basic-list-english:not(.thumnail) ul.tabItems li .n_icon:before {
	content: "NEW";
	display: inline-block;
	vertical-align: middle;
	font-size: 1.0rem;
	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;
	text-align: left;
	margin-right: -18px;
}

/* PCでは１行に３つづつで、画像が上側、テキストは下側に配置 */
.basic-list.thumnail ul.tabItems li ,
.basic-list-english.thumnail ul.tabItems li {
	cursor: inherit;
	font-size: 1.4rem;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;

	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 2 - 18px);
	margin-right: 18px;
	margin-bottom: 30px;
}

.basic-list.thumnail .n_img ,
.basic-list-english.thumnail .n_img {
	width: 100%;
	margin-bottom: 10px;
}

/* 日付、カテゴリアイコンを非表示 */
.basic-list.thumnail ul.tabItems li .date ,
.basic-list-english.thumnail ul.tabItems li .date {
	display: none;
}

.basic-list.thumnail ul.tabItems li .c_icon ,
.basic-list-english.thumnail ul.tabItems li .c_icon {
	position: static;
	margin: 10px 0 0;
}

.basic-list.thumnail ul.tabItems li a ,
.basic-list-english.thumnail ul.tabItems li a {
	color: #333;
	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アイコンを左上の切欠きの形に */
/* js制御される為、displayの設定は不可 */
.basic-list.thumnail ul.tabItems li .n_icon ,
.basic-list-english.thumnail ul.tabItems li .n_icon {
	position: absolute;
	top: 0;
	right: 0;
}

.basic-list.thumnail ul.tabItems li .n_icon:before ,
.basic-list-english.thumnail ul.tabItems li .n_icon:before {
	content: "NEW";
	display: block;
	padding: 3px 10px;
	font-size: 1.2rem;
	color: #fff;
	background: #ff5445;
}

/* 非公開アイコンテキスト */
/* タイルの形が崩れない様に上に載せている */
.basic-list.thumnail ul li .note_tx ,
.basic-list-english.thumnail ul li .note_tx {
	position: absolute;
	z-index: 1;
}

.basic-list.thumnail ul.tabItems li h3 ,
.basic-list-english.thumnail ul.tabItems li h3 {
	overflow: hidden;
}

/* ニューステキスト */
.basic-list.thumnail ul.tabItems li .news_tx ,
.basic-list-english.thumnail ul.tabItems li .news_tx {
	display: block;
}

/* 概要テキスト */
.basic-list.thumnail ul.tabItems li .det_tx ,
.basic-list-english.thumnail ul.tabItems li .det_tx {
}



/*----------- タブ(絞込み) -----------*/
.basic-list .yearTabs ,
.basic-list-english .yearTabs {
	margin-bottom: 20px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #ddd;
}

.basic-list .tabs ,
.basic-list-english .tabs {
	margin-bottom: 40px;
}

.basic-list .tabs > ul > li[aria-hidden="false"] ,
.basic-list-english .tabs > ul > li[aria-hidden="false"] {
	display: block;
	margin-bottom: 10px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #ddd;
}

.basic-list .yearTabs span:before ,
.basic-list-english .yearTabs span:before ,
.basic-list .tabs span:before ,
.basic-list-english .tabs span:before {
	display: inline-block;
	padding: 5px 20px;
	font-size: 1.4rem;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #000;
}

.basic-list .yearTabs span[active="true"]:before ,
.basic-list-english .yearTabs span[active="true"]:before ,
.basic-list .tabs span[active="true"]:before ,
.basic-list-english .tabs span[active="true"]:before {
	background: #ddd;
}

.basic-list .yearTabs span:hover:before ,
.basic-list-english .yearTabs span:hover:before ,
.basic-list .tabs span:hover:before ,
.basic-list-english .tabs span:hover:before {
	background: #ddd;
}

/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list .tabs ul[data-category-level="1"] > li > span ,
.basic-list-english .tabs ul[data-category-level="1"] > li > span {
	display: none;
}

/* 全ての全てタブは、デフォルト非表示 */
.basic-list .tabs li.allall ,
.basic-list-english .tabs li.allall {
	display: none;
}


/*----------- カテゴリアイコン -----------*/
/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list .c_icon span[category-level="1"] ,
.basic-list-english .c_icon span[category-level="1"] {
	display: none;
}

.basic-list .c_icon span:before ,
.basic-list-english .c_icon span:before {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;

	width: 105px;
	height: 24px;
	line-height: 1;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding-top: 6px;

	color: #fff;
	background: #646464;
}

/* カテゴリ設定で設定した名称と、アイコン上の文字を変えたい場合は */
/* contentで上書きする。個別に背景色等を設定する場合も同様 */
/* ↓サンプル */
.basic-list .c_icon span.tekiji:before ,
.basic-list-english .c_icon span.tekiji:before {
/*	content: "適時開示"; */
/*	background: #e9452a; */
}

.basic-list .c_icon span.result:before ,
.basic-list-english .c_icon span.result:before {
/*	content: "決算"; */
/*	background: #2a3d81; */
}

.basic-list .c_icon span.gyouseki:before ,
.basic-list-english .c_icon span.gyouseki:before {
/*	content: "業績"; */
/*	background: #43a4a1; */
}

.basic-list .c_icon span.pr:before ,
.basic-list-english .c_icon span.pr:before {
/*	content: "PR"; */
/*	background: #f68100; */
}

.basic-list .c_icon span.ir:before ,
.basic-list-english .c_icon span.ir:before {
/*	content: "IR"; */
/*	background: #6f4abc; */
}

.basic-list .c_icon span.governance:before ,
.basic-list-english .c_icon span.governance:before {
/*	content: "ガバナンス"; */
/*	background: #43a46a; */
}

.basic-list .c_icon span.yuho:before ,
.basic-list-english .c_icon span.yuho:before {
/*	content: "有価証券報告書"; */
/*	background: #798dd4; */
}

.basic-list .c_icon span.meeting:before ,
.basic-list-english .c_icon span.meeting:before {
/*	content: "株主総会";
/*	background: #006fbe; */
}

.basic-list .c_icon span.none:before ,
.basic-list-english .c_icon span.none:before {
/*	content: "その他"; */
/*	background: #777; */
}


/* カテゴリをフラット選択に */
.layout_flat_category .basic-list .tabs > 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 5px;
	border-bottom: 1px solid #ddd;
}



/*------------------------------------- 
 メディア
-------------------------------------*/
/*------------- flash --------------*/
.flash-animation {
	margin: auto;
	text-align: center;
}

.flash-animation embed {
	width: 100%;
	height: 100%;
}

/*-------------- 動画 --------------*/
/* .videoとしてはいけない */
div.video {
	margin-bottom: 10px;
}

div.video dl {
	width: 100%;
}

div.video dl dt {
	text-align: center;
	margin-bottom: 5px;
}

div.video dl dt video {
	width: auto;
	max-width: 100%;
}

div.video dl dd {
}

/* -- 動画キャプション -- */
div.video dl dd.caption {
}

/* -- 動画コピーライト -- */
div.video dl dd.copyright {
}

/* -- 動画ディスクリプション -- */
div.video dl dd.longdesc {
/*	display: none; */
}


/*-------------- 音声 --------------*/
/* .audioとしてはいけない */
div.audio {
	margin-bottom: 10px;
}

div.audio dl {
	width:80%;
	margin: auto;
}

div.audio dl dt {
	margin-bottom:5px;
}

div.audio dl dt audio {
	width:100%;
}

div.audio dl dd {
}

/* -- 音声キャプション -- */
div.audio dl dd.caption {
}

/* -- 音声コピーライト -- */
div.audio dl dd.copyright {
}

/* -- 音声ディスクリプション -- */
div.audio dl dd.longdesc {
/*	display: none; */
}


/*-------------- GoogleMap（地図埋め込み） --------------*/
div.map {
	position: relative;
	width: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
}

div.map:after {
	content: "";
	display: block;
/*	padding-top: 56.25%; */	/* 高さと幅の比を16:9に固定。9/16*100=56.25 */
	padding-top: 75%;	/* 高さと幅の比を4:3に固定。3/4*100=75 */
}

div.map > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*-------------- YouTube埋め込み --------------*/
div.youtube {
	position: relative;
	width: 100%;
/*	padding: 0 10px; */
	margin-bottom: 20px;
}

div.youtube:after {
	content: "";
	display: block;
	padding-top: 56.25%; 	/* 高さと幅の比を16:9に固定。9/16*100=56.25 */
/*	padding-top: 75%; */	/* 高さと幅の比を4:3に固定。3/4*100=75 */
}

div.youtube > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/*-------------- iframe表示 --------------*/
.disp-external-page {
	overflow-x: scroll;
}

.disp-external-page iframe {
	border: none;
	display: block;
	width: 100%;
	height: 800px;
	margin: auto;
}


/*------------------------------------- 
 サイトマップ
-------------------------------------*/
/*-------------- サイトマップ --------------*/
.sitemap {
	display: none;
}


/*-------------- 正規化版サイトマップ --------------*/
.sitemap-1st {
	font-size: 0;
}


/* -- 第１階層(ja) -- */
.sitemap-1st > a {
	display: none;
}


/* -- 第２階層 -- */
.sitemap-1st > ul > li {
/*
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 2%;
*/
	margin-bottom: 40px;
}


.sitemap-1st ul.siteLevel_1 > li > a {
	display: block;
	padding-bottom: 10px;
	text-align: left;
	font-size: 2.4rem;
	color: #333;
	text-decoration: none;
	line-height: 1.25;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}

.sitemap-1st ul.siteLevel_1 > li > a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 22px;
	height: 15px;
	vertical-align: middle;
	margin-left: 5px;
}


/* -- 第３階層 -- */
.sitemap-1st ul.siteLevel_2 > li {
/*
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 2%;
*/
}
.sitemap-1st ul.siteLevel_2 > li:nth-child(3n) {
	margin-right: 0;
}


.sitemap-1st ul.siteLevel_2 > li > a {
	position: relative;
	display: flex;
	align-items: center;
	vertical-align: middle;
	width: 100%;
	min-height: 50px;
	padding: 2px 20px;
	padding-right: 35px;
	text-align: left;
	font-size: 1.7rem;
	color: #333;
	line-height: 1.25;
	border: 1px solid #000;
	background: #fff;
	text-decoration: none;
	margin-bottom: 20px;
}

.sitemap-1st ul.siteLevel_2 > li > a {
	min-height: 70px;
}

.sitemap-1st ul.siteLevel_2 > li > a:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/icon_arr02.png") center center no-repeat;
	background-size: contain;
}

.sitemap-1st ul.siteLevel_2 > li > a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 22px;
	height: 15px;
	vertical-align: middle;
	margin-left: 5px;
}

.sitemap-1st ul.siteLevel_2 > li > a:hover {
	background-color: #000;
	color: #fff;
}

.sitemap-1st ul.siteLevel_2 > li > a:hover:before {
	background-image: url("../../../../../../resources/sw_img/icon_arr02_white.png");
}


/* -- 第４階層 -- */
.sitemap-1st ul.siteLevel_3 {
	margin-bottom: 20px;
}

.sitemap-1st ul.siteLevel_3 > li {
	margin-top: 10px;
}

.sitemap-1st ul.siteLevel_3 > li > a {
	position: relative;
	display: block;
	padding-left: 30px;
	font-size: 15px;
}

.sitemap-1st ul.siteLevel_3 > li > a:before {
	content: "";
	position: absolute;
	left: 5px;
	top: 0.7em;
	margin-top: -10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/icon_arr03.png") center center no-repeat;
	background-size: contain;
}

.sitemap-1st ul.siteLevel_3 > li > a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 22px;
	height: 15px;
	vertical-align: middle;
	margin-left: 5px;
}

/* -- 第５階層以降は非表示 -- */
.sitemap-1st ul.siteLevel_4 {
	display: none;
}


/*------------------------------------- 
 フッター専用パーツ
-------------------------------------*/
/*-------------- フッター（テキストと画像） --------------*/
.footer-about {
	clear: both;
	padding: 5px 0;
	font-size: 10px;
}

.footer-about img {
	display: block;
	margin: auto;
}

/*-------------- フッタリンクリスト --------------*/
.footer-link-list {
	background-color: #2b2b2b;
}

.footer-link-list ul {
}

.footer-link-list ul:after {
	content: "";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.footer-link-list ul li {
	float: left;
	width: 50%;
	padding: 16px 0px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: #999 1px solid;
}

.footer-link-list ul li a {
	color: #ccc;
	display: block;
	text-align: center;
}

.footer-link-list ul li:nth-child(odd){
	border-right: #999 1px solid;
}

/* -- 別窓アイコン -- */
.footer-link-list .footer-link-internal a[target="_blank"]:after ,
.footer-link-list .footer-link-external a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 22px;
	height: 15px;
	vertical-align: middle;
	margin: 0 5px;
}


/* --------------------------------------
 フォーム
-------------------------------------- */
/* Forms */
.required {
	margin: 10px 5px;
}
#Check p.required {
	display: none;
}
.form-wrapper input,
.form-wrapper textarea {
	width: 100%;
	padding: 3px;
}
.form-wrapper textarea {
	border: 1px solid #aaa;
}
.form-wrapper input[type="checkbox"] ,
.form-wrapper input[type="radio"] {
	width: auto;
}
.form-wrapper input[type="submit"] {
	width: auto;
	font-size: 18px;
}
.form-wrapper fieldset fieldset {
	border: none;
	padding: 0;
}
.form-wrapper label {
/*	display: block; */
}
.form-wrapper .form-item {
	display: block;
	float: none;
	margin: 0 0.5em;
}
.form-wrapper fieldset fieldset.mod .form-item {
	float: left;
	margin-right: 1em;
}
.form-wrapper .form-item label {
	display: inline;
}
.form-wrapper .form-item input {
	padding: 0 3px 0 0;
}
.form-wrapper div span {
/*	display: block; */
}
.form-wrapper p.required {
	margin: 10px 5px;
}
.form-wrapper p.required span {
	display: inline;
}
.form-wrapper p.required span,
.form-wrapper dfn {
	color: #ec1549;
	font-weight: bold;
	font-style: normal;
}

/* -- お問い合わせページ -- */
.form-wrapper .form-edit ,
.form-wrapper .form-selection {
	border-top: 1px dashed #ccc;
	margin-bottom: 0;
	padding: 10px 0;
}


.form-wrapper .form-edit > span {
	padding: 0;
	font-size: 87.5%;
}

.form-wrapper .form-selection > fieldset > legend {
	font-size: 87.5%;
}

.form-wrapper .form-selection > fieldset > select {
	margin: 0;
	width: auto;
	display: block;

	padding: 0.25em 0.25em;
}


.form-wrapper .button-wrapper {
	margin: 5px auto 20px;
}



.form-summary {
	margin-bottom: 20px;
}



.form-summary table tr {
	display: block;
	margin-top: 10px;
	border: 1px solid #CCC;
	padding: 5px;
}

.form-summary table td {
	display: block;
	padding: 5px 0;
	white-space: pre;
	white-space: pre-line;
	word-break: break-word;
}
.form-summary table td:first-child {
	border-bottom: 1px dashed #CCC;
	font-size: 87.5%;
}


.new-search .button,  /* button outside button-wrapper */
.form-wrapper .button-wrapper input { /* button */
	float: none;
	font-family: inherit;
	margin-right: 10px;
	margin-bottom: 10px;

/*	background: #FFF; */
/*	border: 1px solid #777; */
	color: inherit;
	font-weight: normal;
}
.form-wrapper .button-wrapper input:last-child {
/*	border: 1px solid #777; */
	color: inherit;
	font-weight: normal;
}

.form-wrapper .button-wrapper input:hover,
.form-wrapper .button-wrapper input:active,
.form-wrapper .button-wrapper input:focus {
	border: 1px solid #ccc;
}



/* --------------------------------------
 個別設定
-------------------------------------- */
/* -- 装飾 -- */
table.wrapbox ,
table.wrapbox > tbody ,
table.wrapbox > tbody > tr ,
table.wrapbox > tbody > tr > td {
	display: inline;
}

/* google search */
.gsc-control-cse ,
.gsc-control-cse * {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

.gsc-control-cse {
	line-height: 1;
}


/*-- 上に戻るリンク 設定例：scroll.js用 --*/
#site-info .topcontrol ,
#topcontrol {
	position: fixed;
	font-size: 0;
	bottom: -40px;
	right: 15px;
	opacity: 0.3;
	cursor: pointer;
	z-index: 2000;

	-webkit-transition: 0.5s 0.1s;
	-o-transition: 0.5s 0.1s;
	transition: 0.5s 0.1s;
}


#site-info .topcontrol.visible ,
#topcontrol.visible {
	right: 15px;
	bottom: 15px;
	opacity: 1;
}

/* 画像を使用する場合 */
#site-info .topcontrol a ,
#topcontrol a {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../../../../../../resources/sw_img/icon_pagetop.png") no-repeat center top;
	background-size: contain;
}

#site-info .topcontrol.visible a ,
#topcontrol.visible a {
	transition: 0s;
}

/* 画像を使用しない場合 */
/*
#site-info .topcontrol a ,
#topcontrol a {
	position: relative;
	display: block;
	width: 51px;
	height: 42px;
	background: rgba(0,0,0, 0.53);
}

#site-info .topcontrol a:before ,
#topcontrol a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -9px;
	display: block;
	width: 17px;
	height: 17px;
	border-top: 3px solid #FFF;
	border-left: 3px solid #FFF;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}
*/

#site-info .toTop ,
#toTop {
	text-align: right;
	margin: 2em 20px 40px;
}

#site-info .toTop a ,
#toTop a {
	padding-left: 1.44em;
	display: inline-block;
	position: relative;
	overflow: visible;
}

#site-info .toTop a:before ,
#toTop a:before {
	content: "";
	margin-top: -0.3em;
	border-top: 0.1em solid #e50000;
	border-right: 0.1em solid #e50000;
	width: 0.7em;
	height: 0.7em;
	position: absolute;
	top: 0.85em;
	left: 0;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	    transform: rotate(315deg);
}

#site-info .toTop ,
#toTop {
	display: none;
}



/* -- css ハンバーガーアイコン -- */

#panel2-sw {
	display: none;
}

#panel2-btn{
	position: fixed;
	top: 0;
	right: 0;
	display: block;
	width: 40px;
	height: 44px;
	margin: 8px 9px;
	border-radius: 10%;
	background: #FFF;
	z-index: 10011;
}

#panel2-btn:hover{
	background: #FFF;
	background: rgba(255,255,255, 0.8);
}

.panel2-btn-icon1 ,
.panel2-btn-icon2 ,
.panel2-btn-icon3 {
	display: block;
	position: absolute;
	top: 17px;
	left: 9px;
	width: 22px;
	height: 2px;
	margin: 0;
	background: #000;

	-webkit-transition: .2s .4s;
	-o-transition: .2s .4s;
	transition: .2s .4s;
}

.panel2-btn-icon1 {
	margin-top: -7px;
}
.panel2-btn-icon2 {
	margin-top: 0px;
}
.panel2-btn-icon3 {
	margin-top: 7px;
}

.panel2-btn-icon1:before ,
.panel2-btn-icon3:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 2px;
	background: #000;

	-webkit-transition: .3s .1s;
	-o-transition: .3s .1s;
	transition: .3s .1s;
}

.panel2-btn-title {
	overflow: hidden;
	display: block;
	position: absolute;
	top: 31px;
	left: 0;
	width: 40px;
	height: 12px;
}

.panel2-btn-title li {
	display: block;
	width: 40px;
	height: 15px;

	line-height: 1;
	font-size: 10px;
	color: #333;
	text-align: center;

	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	    transform: scale(0.8);
}
.panel2-btn-title li:first-child {
	margin-top: -15px;

	-webkit-transition: .5s .1s;
	-o-transition: .5s .1s;
	transition: .5s .1s;
}


/* -- open時 -- */
#panel2-sw:checked + div .panel2-btn-icon1 ,
#panel2-sw:checked + div .panel2-btn-icon2 ,
#panel2-sw:checked + div .panel2-btn-icon3 {
	background: transparent;
	margin-top: 0;

	-webkit-transition: .2s .1s;
	-o-transition: .2s .1s;
	transition: .2s .1s;
}

#panel2-sw:checked + div .panel2-btn-icon1:before ,
#panel2-sw:checked + div .panel2-btn-icon3:before {
	width: 30px;
	left: -4px;

	-webkit-transition: .3s .3s;
	-o-transition: .3s .3s;
	transition: .3s .3s;
}

#panel2-sw:checked + div .panel2-btn-icon1:before {
	-webkit-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	    transform: rotate(-225deg);
}

#panel2-sw:checked + div .panel2-btn-icon3:before {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	    transform: rotate(-135deg);
}

#panel2-sw:checked + div .panel2-btn-title li:first-child {
	margin-top: 0px;

	-webkit-transition: .5s .25s;
	-o-transition: .5s .25s;
	transition: .5s .25s;
}



/*-- ヘッダー --*/
#header {
	height: 67px;
}

#promos3 .area-pc-header {
	display: none !important;
}

#promos3 .area-sp-header {
}

/* ロゴ */
#promos3 .area-sp-header .area-logo {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 67px;
	background: #fff;
	z-index: 10010;
}

#promos3 .area-sp-header .area-logo > div {
	position: absolute;
	top: 15px;
	left: 15px;
}

#promos3 .area-sp-header .area-logo a {
	width: 208px;
	padding: 10px;
}

/* メニュー */
#promos3 .area-menu {
	font-size: 0;
	width: 100vw;
	height: calc(100% - 67px);
	max-height: 100%;
	overflow: hidden;
	position: fixed;
	top: 67px;
	left: 0;
	z-index: 10000;

	-webkit-transition: .7s .1s;
	-o-transition: .7s .1s;
	transition: .7s .1s;

	background-color: #fff;
/*	background-color: rgba(255, 255, 255, 0.9); */
}

#panel2-sw:not(:checked) ~ div #promos3 .area-sp-header .area-menu {
	max-height: 0;
}

#promos3 .area-menu > div {
}


/* ナビ */
#promos3 .area-gnavi {
	position: absolute;
	width: 100vw;
	height: calc(100% - 67px);
	height: 100%;
	overflow: hidden;
	overflow-y: scroll;
	padding-bottom: 128px;
}

#promos3 .area-gnavi:after {
	content: "";
	width: 100%;
/*	height: 67px; */
}

#promos3 .area-gnavi > div {
}


/* フォルダ開閉 */
#promos3 .area-gnavi .sitemap-1st ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
	z-index: 1;
	transition: 0.5s;
}


#promos3 .area-gnavi .sitemap-1st ul.open {
	left: 0;
}

#promos3 .area-gnavi .sitemap-1st ul.active {
	overflow-y: scroll;
}


#promos3 .area-gnavi .teaser ,
#promos3 .area-gnavi .external-teaser {
	display: none;
}


#promos3 .area-gnavi .sitemap-1st {
}

#promos3 .area-gnavi .sitemap-1st a:not(.gn-to-folder):not(.gn-folder-top) ,
#promos3 .area-gnavi .link-list li a {
	position: relative;
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	padding: 15px 15px;
	padding-right: 35px;
	background: #ededed;
	border-bottom: 2px solid #fff;
}

#promos3 .area-gnavi .sitemap-1st a:not(.gn-to-folder):not(.gn-folder-top):before ,
#promos3 .area-gnavi .link-list li a:before {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/icon_arr03.png") no-repeat center center;
	background-size: contain;
}

#promos3 .area-gnavi .sitemap-1st a[target="_blank"]:after ,
#promos3 .area-gnavi .link-list li a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") no-repeat center center;
	background-size: contain;
	display: inline-block;
	width: 22px;
	height: 15px;
	vertical-align: middle;
	margin: 0 5px;
}

#promos3 .area-gnavi .sitemap-1st a.act:not(.gn-to-folder) {
}


/* ↑階層フォルダへ */
#promos3 .area-gnavi .sitemap-1st .gn-back span {
	position: relative;
	display: block;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding: 15px 30px;
	text-align: center;
	border-bottom: 2px solid #fff;
}

#promos3 .area-gnavi .sitemap-1st .gn-back span:before {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/icon_arr04_white.png") no-repeat center center;
	background-size: contain;
	transform: rotate(180deg);
}


/* ↓階層フォルダへ */
#promos3 .area-gnavi .sitemap-1st a.gn-to-folder ,
#promos3 .area-gnavi .link-list li:not(.highlight) a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding: 15px 15px;
	padding-right: 35px;
	background: #757a84;
	border-bottom: 2px solid #fff;
}

#promos3 .area-gnavi .sitemap-1st a.gn-to-folder:before ,
#promos3 .area-gnavi .link-list li:not(.highlight) a:before {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/icon_arr04_white.png") no-repeat center center;
	background-size: contain;
	transform: rotate(-90deg);
}

#promos3 .area-gnavi .link-list li:not(.highlight) a[target="_blank"]:after {
	background-image: url("../../../../../../resources/sw_img/link02_white.png");
}


/* フォルダトップ */
#promos3 .area-gnavi .sitemap-1st a.gn-folder-top {
	position: relative;
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	padding: 15px 15px;
	padding-right: 35px;
	background: #ededed;
	border-bottom: 2px solid #fff;
}

#promos3 .area-gnavi .sitemap-1st a.gn-folder-top:before {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/icon_arr03.png") no-repeat center center;
	background-size: contain;
}



/* 言語切り替え */
#promos3 .area-lang-navi {
	position: absolute;
	width: 100%;
	bottom: 72px;
}

#promos3 .area-lang-navi .link-list {
	border-top: 2px solid #fff;
}

#promos3 .area-lang-navi .link-list li {
	width: 50%;
	float: left;
}

#promos3 .area-lang-navi .link-list li + li {
	border-left: 2px solid #fff;
}

#promos3 .area-lang-navi .link-list a {
	position: relative;
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	padding: 15px 20px;
	background: #ededed;
	border-bottom: 2px solid #fff;
}

#promos3 .area-lang-navi .link-list a:before {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/icon_arr03.png") no-repeat center center;
	background-size: contain;
}


/* お問い合わせ */
#promos3 .area-head-contact {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 10px;
	background: #fff;
}

#promos3 .area-head-contact .internal-link-area > a ,
#promos3 .area-head-contact .external-link-area > a {
	position: relative;
	display: block;
	text-align: center;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	padding: 15px 20px;
	background: #ededed;
}

#promos3 .area-head-contact .internal-link-area > a img ,
#promos3 .area-head-contact .external-link-area > a img {
	float: right;
}






#promos3 .area-head-navi {
}

#promos3 .area-head-navi > div {
	position: absolute;
/*	top: calc(100vh - 67px - 150px); */
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: #fff;
	z-index: 1000;
}

#promos3 .area-head-navi .link-list {
	padding: 20px 10px;
	border-top: 1px solid #ddd;
}

#promos3 .area-head-navi .link-list ul {
}
#promos3 .area-head-navi .link-list ul:after {
	content: "";
	clear: both;
}

#promos3 .area-head-navi .link-list li {
	border-left: 1px solid #ddd;
	float: left;
	width: 50%;
}

#promos3 .area-head-navi .link-list li + li {
	border-right: 1px solid #ddd;
}

#promos3 .area-head-navi .link-list li a {
	text-align: center;
	color: #21a9ed;
	font-size: 1.4rem;
}

#promos3 .area-head-navi .link-list li a[href*="contact"]:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 9px;
	background: url("../../../../../../resources/sw_img/icon_contact.png") no-repeat center center;
	background-size: contain;
	margin-right: 5px;
}

#promos3 .area-head-navi .link-list li a[href*="sitemap"]:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 13px;
	background: url("../../../../../../resources/sw_img/icon_sitemap.png") no-repeat center center;
	background-size: contain;
	margin-right: 5px;
}




/*-- フッター --*/
#site-info .area-footer {
	color: #fff;
	padding: 70px 10px 70px;
}

#site-info .area-footer > div {
	position: relative;
}

#site-info .area-footer > div > div:after {
	content: "";
	display: block;
	clear: both
}

#site-info .area-footer-sub ,
#site-info .area-footer-sub > * ,
#site-info .area-footer-sub > * > * ,
#site-info .area-footer-sub > * > * > * {
	display: inline;
}


/* フッターロゴ */
#site-info .area-footer-logo {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
}

#site-info .area-footer-logo a {
	padding: 15px 0;
}

/* フッターナビ */
#site-info .area-footer-navi {
	float: right;
	width: 50%;
	margin-bottom: 40px;
}

#site-info .area-footer-navi a {
	margin-bottom: 5px;
	text-align: right;
}

/* フッターコピーライト */
#site-info .area-footer-copyright {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;

	font-size: 1.6rem;
	text-align: right;
}



/* 中文用設定 */
#site-info .area-footer-sub2 {
	padding: 50px 0 30px;
}
#site-info .area-footer-sub2:after {
	content: "";
	display: block;
	clear: both;
}


/* フッターロゴ */
#site-info .area-footer-logo2 {
	float: left;
	margin-right: 40px;
}

#site-info .area-footer-logo2 a {
	padding: 15px 0;
}

#site-info .area-footer-logo2 a img {
	margin-right: 0;
}

/* フッターナビ */
#site-info .area-footer-navi2 {
	float: left;
}

#site-info .area-footer-navi2 li {
	display: inline-block;
	padding: 15px 0;
	margin-bottom: 5px;
	margin-right: 20px;
}

#site-info .area-footer-navi2 a {
	font-size: 1.4rem;
}

/* フッターコピーライト */
#site-info .area-footer-copyright2 {
	float: right;
	padding: 10px 0;
	font-size: 1.6rem;
}


/* フッターサイトマップ */
#site-info .area-footer-sitemap {
	font-size: 0;
	float: left;
	width: 50%;
}

#site-info .area-footer-sitemap > div > div > div {
	font-size: 1.3rem;
}

#site-info .area-footer-sitemap .sitemap-1st {
}

#site-info .area-footer-sitemap .sitemap-1st > a ,
#site-info .area-footer-sitemap .link-list li.highlight a {
	margin-bottom: 10px;
	font-size: 1.7rem;
}

#site-info .area-footer-sitemap .sitemap-1st ul {
	display: none;
}

#site-info .area-footer-sitemap .sitemap-1st ul a ,
#site-info .area-footer-sitemap .link-list li:not(.highlight) a {
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 1.3rem;
	border-bottom: 1px solid transparent;
}

#site-info .area-footer-sitemap .sitemap-1st ul a:hover {
	border-color: #fff;
}

#site-info .area-footer-sitemap .link-list li a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/sw_img/link02_white.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 22px;
	height: 15px;
	vertical-align: middle;
	margin-left: 5px;
}


/* TOP ＞ スライドMV */
[data-page-marker~="with-slider"] #mv ,
#promos3 .area-slider ,
#area-slider {
	display: block;
	width: 100%;
	height: calc(960 / 750);
	height: 128vw;
	position: relative;
}

#promos3 .area-slider  ,
#area-slider {
	position: absolute;
	top: 70px;
	left: 0;
	overflow: hidden;
	opacity:0;
}

#area-slider.ready {
	opacity:1;
	transition: 2s;
}

#promos3 .area-slider > .column1 ,
#area-slider > .column1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

#area-slider .slick-slide {
	height: 128vw;
}

#area-slider .slick-slide > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% * 1920 / 1240);
	width: 154.83871%;
	width: 100%;
}

#area-slider .slick-dots {
	bottom: 50%;
	margin-bottom: calc(-128vw / 2);
	margin-bottom: -64vw;
}

#area-slider .slick-dots li {
	padding: 10px 0;
	margin: 0 1px;
}

#area-slider .slick-dots li button {
	padding: 0;

	background: rgba(255,255,255, 0.65);
	width: 40px;
	height: 5px;
}

#area-slider .slick-dots li.slick-active button {
	background: #fff;
}

#area-slider .slick-slide.multiColumn2 > .column1 {
	display: none;
}

#area-slider .slick-slide img {
	width: 100%;
}

#area-slider .slick-slide .text-section {
	position: relative;
}

#area-slider .slick-slide #movie .text ,
#area-slider .slick-slide .text-section img.pos-4 + .text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	transform: translate(-50%,-50%);
	z-index: 1;

	font-size: 10vw;
	color: #fff;
}

#area-slider .slick-slide #movie span.ttl {
	font-size: 0;
	display: inline-block;
	width: 95vw;
	height: 8.81vw;
	background: url("../../../../../../resources/sw_img/en_index_01_ttl_top_sp.png") center center no-repeat;
	background-size: contain;
}

#area-slider .slick-slide #movie .text a ,
#area-slider .slick-slide .text-section img.pos-4 + .text a {
	display: inline-block;
/*	min-width: calc(100% * 200px / 1040px); */
	min-width: 20vw;
	position: relative;
	padding: 10px 50px;
	text-align: left;
	font-size: 1.8rem;
	color: #fff;
	line-height: 1.25;
	border: 1px solid #fff;
	text-decoration: none;
}

#area-slider .slick-slide #movie .text a:before ,
#area-slider .slick-slide .text-section img.pos-4 + .text a:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/icon_arr02_white.png") center center no-repeat;
	background-size: contain;
}

/*
#area-slider .slick-slide #movie .text a[target="_blank"]:after ,
#area-slider .slick-slide .text-section img.pos-4 + .text a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/sw_img/link02_white.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 22px;
	height: 15px;
	vertical-align: middle;
	margin-left: 5px;
}
*/


#area-slider .slick-slide #movie .text a:hover ,
#area-slider .slick-slide .text-section img.pos-4 + .text a:hover {
	background-color: rgb(255,255,255, 0.5);
}

#area-slider .slick-slide #movie .text a:hover:before ,
#area-slider .slick-slide .text-section img.pos-4 + .text a:hover:before {
/*	background-image: url("../../../../../../resources/sw_img/icon_arr02_white.png"); */
}

#area-slider .slick-slide .html-paragraph {
	position: relative;
}

#area-slider #movie  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 128vw;
	transform: translate(0, -50%);
}

#area-slider #movie .movie-sp-img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;

	background: url("../../../../../../resources/sw_img/movie_sp_img.jpg") no-repeat center center;
	background-size: cover;
}



/*-- 装飾用 --*/



/*-- タブ風スタイル --*/
.layout_link_tabstyle01 div.link-list:not(.highlight) {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul {
	margin: 0;

	display: table-row
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li[class] {
	margin: 0;
	padding: 0;
	background: none;

	display: table-cell;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li[class]:before {
	content: none;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a {
	position: relative;
	overflow: visible;
	display: block;
	padding: 10px 0 2px;
	text-align: center;
	color: #00a258;
	text-decoration: none;
	border-bottom: 5px solid #dbdcdc;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	display: block;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top: 15px solid #dbdcdc;
	margin-left: -15px;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li.act a ,
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a:hover {
	color: #333;
	border-bottom-color: #00a258;

}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li.act a:before ,
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a:hover:before {
	border-top-color: #00a258;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul ,
.layout_link_tabstyle01 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul li[class] {
	display: block;
	margin-bottom: 10px;
}





/* 関連コンテンツ */
[data-page-marker~="overwrite-related-content"] #promos3 .area-related:not(.overwrite) {
	display: none;
}

#promos3 .area-related {
	padding: 40px 5px;
	background: #eaeff3;
	text-align: center;
	font-size: 0;
}

#promos3 .area-related > div {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 50%;
	padding: 0 5px;
	font-size: 1.4rem;
}

#promos3 .area-related > .column1 {
	width: 100%;
	font-size: 1.6rem;
	margin-bottom: 20px;
}

#promos3 .area-related > .column1 > * {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#promos3 .area-related .teaser:not(.no-img):not(.highlight) ,
#promos3 .area-related .external-teaser:not(.no-img):not(.highlight) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

#promos3 .area-related .teaser:not(.no-img):not(.highlight) > * ,
#promos3 .area-related .external-teaser:not(.no-img):not(.highlight) > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

#promos3 .area-related .teaser:not(.no-img):not(.highlight) h2 ,
#promos3 .area-related .external-teaser:not(.no-img):not(.highlight) h2 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	width: 100%;
}

#promos3 .area-related .teaser:not(.no-img):not(.highlight) h2 a ,
#promos3 .area-related .external-teaser:not(.no-img):not(.highlight) h2 a {
	position: relative;
	padding: 5px 0 10px;
	text-align: left;
	font-size: 1.3rem;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}


#promos3 .area-related .teaser:not(.no-img):not(.highlight) h2 a span ,
#promos3 .area-related .external-teaser:not(.no-img):not(.highlight) h2 a span {
	display: none;
}

/*
#promos3 .area-related .teaser:not(.no-img):not(.highlight) h2 a:before ,
#promos3 .area-related .external-teaser:not(.no-img):not(.highlight) h2 a:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/icon_arr03.png") center center no-repeat;
	background-size: contain;
}
*/

#promos3 .area-related .teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:after ,
#promos3 .area-related .external-teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 22px;
	height: 15px;
	vertical-align: middle;
	margin-left: 5px;
}

#promos3 .area-related .teaser:not(.no-img):not(.highlight) h2 + a ,
#promos3 .area-related .external-teaser:not(.no-img):not(.highlight) h2 + a {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	display: block;
}

#promos3 .area-related .teaser:not(.no-img):not(.highlight) h2 + a img ,
#promos3 .area-related .external-teaser:not(.no-img):not(.highlight) h2 + a img {
	display: block;
	width: 100%;
}


#promos3 .area-related .teaser:not(.no-img):not(.highlight) p ,
#promos3 .area-related .external-teaser:not(.no-img):not(.highlight) p {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

#promos3 .area-related .teaser:not(.no-img):not(.highlight) h2 a:hover ,
#promos3 .area-related .external-teaser:not(.no-img):not(.highlight) h2 a:hover {
	border-color: #000;
}


/* ローカルナビ、概ね第３階層から */
#promos3 .area-local-navi {
	padding: 40px 10px;
	text-align: center;
	font-size: 0;
}

#promos3 .area-local-navi > div {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 1.4rem;
}

#promos3 .area-local-navi:not(.area-view-on-top) .sitemap-1st > a.act ,
#promos3 .area-local-navi:not(.area-view-on-top) .sitemap-1st > a.act + ul {
	display: none;
}

#promos3 .area-local-navi .sitemap-1st > a {
	padding: 20px 0;
	text-align: left;
	font-size: 1.8rem;
	color: #333;
	line-height: 1.25;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}

#promos3 .area-local-navi .sitemap-1st ul.siteLevel_1 > li {
	position: relative;
	float: left;
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

#promos3 .area-local-navi.area-sp-2col-navi .sitemap-1st ul.siteLevel_1 > li {
	width: 48%;
	margin-right: 2%;
}

#promos3 .area-local-navi .sitemap-1st ul.siteLevel_1 > li > a {
	display: table-cell;
	vertical-align: middle;
	height: 70px;
	padding: 2px 20px;
	padding-right: 35px;
	text-align: left;
	font-size: 1.7rem;
	color: #333;
	line-height: 1.25;
	border: 1px solid #000;
	background: #fff;
	text-decoration: none;
}

#promos3 .area-local-navi .sitemap-1st ul.siteLevel_1 > li > a span {
	display: none;
}

#promos3 .area-local-navi .sitemap-1st ul.siteLevel_1 > li > a:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/icon_arr02.png") center center no-repeat;
	background-size: contain;
}

#promos3 .area-local-navi .sitemap-1st ul.siteLevel_1 > li > a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 22px;
	height: 15px;
	vertical-align: middle;
	margin-left: 5px;
}

#promos3 .area-local-navi .sitemap-1st ul.siteLevel_1 > li > a:hover {
	background-color: #000;
	color: #fff;
}

#promos3 .area-local-navi .sitemap-1st ul.siteLevel_1 > li > a:hover:before {
	background-image: url("../../../../../../resources/sw_img/icon_arr02_white.png");
}

#promos3 .area-local-navi .sitemap-1st ul.siteLevel_2 {
	display: none;
}

/* 現在地表示 */
#promos3 .area-local-navi .sitemap-1st ul.siteLevel_1 > li > a.within ,
#promos3 .area-local-navi .sitemap-1st ul.siteLevel_1 > li > a.act {
	background: #000;
	color: #fff;
}

#promos3 .area-local-navi .sitemap-1st ul.siteLevel_1 > li > a.within:before ,
#promos3 .area-local-navi .sitemap-1st ul.siteLevel_1 > li > a.act:before {
	background-image: url("../../../../../../resources/sw_img/icon_arr02_white.png");
}

#promos3 .area-local-navi .sitemap-1st ul.siteLevel_1 > li > a.within:hover ,
#promos3 .area-local-navi .sitemap-1st ul.siteLevel_1 > li > a.act:hover {
	background: #f4f4f5;
	color: #333;
}

#promos3 .area-local-navi .sitemap-1st ul.siteLevel_1 > li > a.within:hover:before ,
#promos3 .area-local-navi .sitemap-1st ul.siteLevel_1 > li > a.act:hover:before {
	background-image: url("../../../../../../resources/sw_img/icon_arr02.png");
}


/*----------------------------------------------*/
/* 全体 インデックスページ */
/* 見出しh3・テキスト・内部バナーの順に並んでいる場合 */
body#index .title3 + .text-section + .teaser {
	margin-bottom: 60px;
}

/*-- インデックスページ全体 --*/
body#index [role="main"] .teaser:not(.no-img):not(.highlight) ,
body#index [role="main"] .external-teaser:not(.no-img):not(.highlight) {
}



/*----------------------------------------------*/
/* IR配下・採用TOP・会社情報 >マネックスのあゆみ 配下 */
/* リンクリスト 外部リンクのみ背景色 */
[data-page-path^="/jp/investor"] .link-list ul li.external-link-text ,
[data-page-path^="/en/investor"] .link-list ul li.external-link-text ,
[data-page-path^="/jp/company/chronicle"] .link-list ul li.external-link-text ,
[data-page-path^="/en/company/chronicle"] .link-list ul li.external-link-text ,
[data-page-path="/jp/employment"] .link-list ul li.external-link-text ,
[data-page-path="/en/employment"] .link-list ul li.external-link-text {
	padding-left: 10px;
	padding-bottom: 5px;
	background: #f4f4f5;
}

[data-page-path^="/jp/investor"] .link-list ul li.external-link-text a ,
[data-page-path^="/en/investor"] .link-list ul li.external-link-text a ,
[data-page-path^="/jp/company/chronicle"] .link-list ul li.external-link-text a ,
[data-page-path^="/en/company/chronicle"] .link-list ul li.external-link-text a ,
[data-page-path^="/jp/employment"] .link-list ul li.external-link-text a ,
[data-page-path^="/en/employment"] .link-list ul li.external-link-text a {
	text-decoration: none;
}


/* 外部バナーの背景色 */
[data-page-path^="/jp/investor"] .external-teaser:not(.highlight) ,
[data-page-path^="/en/investor"] .external-teaser:not(.highlight) ,
[data-page-path^="/jp/company/chronicle"] .external-teaser:not(.highlight) ,
[data-page-path^="/en/company/chronicle"] .external-teaser:not(.highlight) ,
[data-page-path="/jp/employment"] .external-teaser:not(.highlight) ,
[data-page-path="/en/employment"] .external-teaser:not(.highlight) {
	background: #f4f4f5;
}



/* IR TOP */
/* バナー＋リンクリスト in カテゴリトップ等 */
[role="main"] .teaser:not(.no-img):not(.highlight) + .link-list h2 ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) + .link-list h2 {
	padding: 0;
	margin-top: -20px;
}

/*
[role="main"] .teaser:not(.no-img):not(.highlight) + .link-list h2:before ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) + .link-list h2:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100px;
	height: 3px;
	background: #ddd;
}
*/

/* リアルタイム株価表示 */
.irtop_stock_frame {
	margin: 0 -10px 20px;
}


/* IR TOP */
/* 最新IRニュース 直下のバナー */
.news-latest-2nd + .teaser.no-img:not(.highlight),
.news-latest-tabbed-2nd + .teaser.no-img:not(.highlight) {
	display: table;
}

.news-latest-2nd + .teaser.no-img:not(.highlight) h2 a ,
.news-latest-tabbed-2nd + .teaser.no-img:not(.highlight) h2 a {
	padding: 3px 40px;
	padding-right: 50px;
}


/* IR ＞ 株主総会 */
.layout_meeting_information01 {
	display: block;
	border-top: 1px solid #8f939b;
	background-color: #f4f4f5;
	padding: 25px 15px;
}

.layout_meeting_information01 .uni-table .tbCore >*> tr {
	border-bottom: 10px solid #f4f4f5;
}

.layout_meeting_information01 .vtable-item {
	margin-bottom: 10px;
}

.layout_meeting_information01 .uni-table .tbRowHead ,
.layout_meeting_information01 .uni-table .tbColumnHead ,
.layout_meeting_information01 .uni-table .tbDimmed ,
.layout_meeting_information01 .vtable-item > table > tbody > tr > th ,
.layout_meeting_information01 .vtable-item > table > tbody > tr > td {
	background: #fff;
}



/* IR ＞ 業績・財務 ＞ 月次業績 */
/* カレントページ表示 */
body#monthly .layout_indexbox .teaser.no-img:not(.highlight) a.act {
	background: #000;
	color: #fff;
}

body#monthly .layout_indexbox .teaser.no-img:not(.highlight) a.act:before {
	background-image: url("../../../../../../resources/sw_img/icon_arr02_white.png");
}

body#monthly .layout_indexbox .teaser.no-img:not(.highlight) a.act:hover {
	background: #f4f4f5;
	color: #333;
}

body#monthly .layout_indexbox .teaser.no-img:not(.highlight) a.act:hover:before {
	background-image: url("../../../../../../resources/sw_img/icon_arr02.png");
}



/* テーブル横のセル幅を合わせる */
body#monthly [role=main] .multiColumn1 > .column1:has(.uni-table) ,
body#monthly .ircalendar {
	overflow: hidden;
	overflow-x: scroll;
    padding-bottom: 1px;
}

body#monthly .uni-table ,
body#monthly .ircalendar > .tableContents {
	width: 1000px;
}

body#monthly .uni-table table.tbCore ,
body#monthly .ircalendar-title > table ,
body#monthly .ircalendar-item > table {
	width: auto;
	margin-left: 0;
}

body#monthly .uni-table .tbRowHead ,
body#monthly .uni-table .tbColumnHead ,
body#monthly .uni-table .tbDimmed ,
body#monthly .ircalendar-title > table > tbody > tr > th ,
body#monthly .ircalendar-item > table > tbody > tr > td {
	width: 145px;
}

body#monthly .uni-table .tbRowHead:nth-child(1) ,
body#monthly .uni-table .tbColumnHead:nth-child(1) ,
body#monthly .uni-table .tbDimmed:nth-child(1) ,
body#monthly .ircalendar-title > table > tbody > tr > th.ircalendar-title1 ,
body#monthly .ircalendar-item > table > tbody > tr > td.ircalendar-item1 {
	width: 274px
}

body#monthly .uni-table .tbRowHead:nth-child(6):empty ,
body#monthly .uni-table .tbColumnHead:nth-child(6):empty ,
body#monthly .uni-table .tbDimmed:nth-child(6):empty ,
body#monthly .ircalendar-title > table > tbody > tr > th.ircalendar-title6:empty ,
body#monthly .ircalendar-item > table > tbody > tr > td.ircalendar-item6:empty {
	opacity: 0;
}

body#monthly .uni-table .tbRowHead:nth-child(5) ,
body#monthly .ircalendar-title > table > tbody > tr > th.ircalendar-title5 {
	background-color: #add6eb;
}
body#monthly .uni-table .tbDimmed:nth-child(5) ,
body#monthly .ircalendar-item > table > tbody > tr > td.ircalendar-item5 {
	background-color: #e0e2e7;
}

body#monthly .uni-table .tbRowHead:nth-child(6) ,
body#monthly .ircalendar-title > table > tbody > tr > th.ircalendar-title6 {
	background-color: #99d6eb;
}
body#monthly .uni-table .tbDimmed:nth-child(6) ,
body#monthly .ircalendar-item > table > tbody > tr > td.ircalendar-item6 {
}


/* IR ＞ 株式・格付情報 ＞ 株主総会 ＞ 質疑応答 */
/* FAQと同じスタイルにする */
body#qa #sharewithmain .title3 h3 {
	position: relative;
	padding-left: 60px;
	min-height: 60px;
	padding-bottom: 20px;
	font-size: inherit;
	font-weight: inherit;
	border-bottom: 1px solid #8f939b;
	margin-bottom: 25px;
}
body#qa #sharewithmain .title3 h3:before {
	content: "Q";
	position: absolute;
	top: 0;
	left: 0px;
	display: block;
	width: 37px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	vertical-align: middle;

	font-size: 2.2rem;
	font-weight: normal;
	color: #fff;
	background: #8f939b;
	border-radius: 50%;
}

body#qa #sharewithmain .text-section:not(.highlight) {
	position: relative;
	padding-left: 60px;
	min-height: 60px;
	padding-bottom: 20px;
	border-bottom: 1px solid #8f939b;
}

body#qa #sharewithmain .text-section:not(.highlight):before {
	content: "A";
	position: absolute;
	top: 0;
	left: 0px;
	display: block;
	width: 37px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	vertical-align: middle;

	font-size: 2.2rem;
	font-weight: normal;
	color: #fff;
	background: #000;
	border-radius: 50%;
}



/* IR ＞ 業績・財務 ＞ グローバルDARTs */
/* 見出し列を左右中央揃えにする */
.layout_table_hcenter .uni-table .tbColumnHead ,
.layout_table_hcenter .shwTable tr td.tableColumnHead ,
.layout_table_hcenter td.tbColumnHead ,
.layout_table_hcenter .vtable-item > table > tbody > tr > th {
	text-align: center;
}


/* IRTOP > スライド */
.layout_irtop_recommend {
}

#area-slider-irtop {
	display: block;
	margin: 0 -10px;
	overflow: hidden;
}

#area-slider-irtop > div {
	width: 100%;
	margin: 0;
}

#area-slider-irtop .slick-slide {
}

#area-slider-irtop .slick-slide > div {
	margin: 0 0 20px;
	width: 100%;
}

#area-slider-irtop .slick-dots {
	bottom: 0;
}

#area-slider-irtop .slick-dots li {
	width: auto;
	height: auto;

	padding: 10px 0;
	margin: 0 1px;
}

#area-slider-irtop .slick-dots li button {
	padding: 0;

	background: rgba(153, 153, 153, 0.5);
	width: 40px;
	height: 5px;
}

#area-slider-irtop .slick-dots li button:before {
	content: none;
}

#area-slider-irtop .slick-dots li.slick-active button {
	background: #999;
}

#area-slider-irtop .slick-prev ,
#area-slider-irtop .slick-next {
	margin: 0;

	top: 110px;
	width: 75px;
	height: 75px;
	z-index: 1;
}

#area-slider-irtop .slick-prev {
	left: -45px;
}
#area-slider-irtop .slick-next {
	right: -45px;
}

#area-slider-irtop .slick-prev:before ,
#area-slider-irtop .slick-next:before {
	content: "";
	display: inline-block;
	width: 75px;
	height: 75px;
	background: url("../../../../../../resources/sw_img/icon_slide.png") center center no-repeat;
	background-size: contain;
}

#area-slider-irtop .slick-next:before {
	transform: rotate(180deg);
}



#area-slider-irtop .slick-slide .teaser:not(.no-img):not(.highlight) h2 a ,
#area-slider-irtop .slick-slide .external-teaser:not(.no-img):not(.highlight) h2 a {
	padding: 15px 10px 10px;
	font-size: 2.2rem;
	text-align: center;
}

#area-slider-irtop .slick-slide .teaser:not(.no-img):not(.highlight) h2 a:before ,
#area-slider-irtop .slick-slide .external-teaser:not(.no-img):not(.highlight) h2 a:before {
	content: none;
}

#area-slider-irtop .slick-slide .teaser:not(.no-img):not(.highlight) p ,
#area-slider-irtop .slick-slide .external-teaser:not(.no-img):not(.highlight) p {
	padding: 0 10px;
	text-align: center;
}

#area-slider-irtop .slick-slide .teaser:not(.no-img):not(.highlight) img ,
#area-slider-irtop .slick-slide .external-teaser:not(.no-img):not(.highlight) img {
	opacity: 1;
}

#area-slider-irtop .slick-slide .teaser:not(.no-img):not(.highlight) > a ,
#area-slider-irtop .slick-slide .external-teaser:not(.no-img):not(.highlight) > a {
	position: relative;
}

#area-slider-irtop .slick-slide .teaser:not(.no-img):not(.highlight) > a:before ,
#area-slider-irtop .slick-slide .external-teaser:not(.no-img):not(.highlight) > a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
}

#area-slider-irtop .slick-slide .teaser:not(.no-img):not(.highlight):hover > a:before ,
#area-slider-irtop .slick-slide .external-teaser:not(.no-img):not(.highlight):hover > a:before {
	border-color: #b4b4b4;
}



/*-- IR TOP ニュース  --*/
.layout_irtop_news {
	margin-top: 80px;
}



/* IR > 株価情報 */
/* チャートを無理やり画面内に収める */
/*
.stcok_chart iframe.size {
	width: 1000px;
	height: 1000px;
}

.stcok_chart_wrap {
	width: 300px;
	margin: auto;
	overflow: hidden;
}

.stcok_chart {
	width: 100%;
	height: 100vw;
	transform: scale(0.30);
	transform-origin: 0 0;
}

@media (min-width: 375px) {
	.stcok_chart_wrap {
		width: 355px;
	}

	.stcok_chart {
		transform: scale(0.355);
	}
}

@media (min-width: 414px) {
	.stcok_chart_wrap {
		width: 394px;
	}

	.stcok_chart {
		transform: scale(0.394);
	}
}

@media (min-width: 480px) {
	.stcok_chart_wrap {
		width: 460px;
	}

	.stcok_chart {
		transform: scale(0.460);
	}
}

@media (min-width: 568px) {
	.stcok_chart_wrap {
		width: 548px;
	}

	.stcok_chart {
		transform: scale(0.548);
	}
}

@media (min-width: 640px) {
	.stcok_chart_wrap {
		width: 620px;
	}

	.stcok_chart {
		transform: scale(0.620);
	}
}

@media (min-width: 720px) {
	.stcok_chart_wrap {
		width: 700px;
	}

	.stcok_chart {
		transform: scale(0.700);
	}
}
*/




/*----------------------------------------------*/
/* グループ会社情報 */
[data-page-path^="/jp/group_companies"] .link-list li[class] ,
[data-page-path^="/en/group_companies"] .link-list li[class] {
	padding-right: 0;
	border-bottom: 1px solid #8f939b;
}

[data-page-path^="/jp/group_companies"] .link-list.highlight li[class] ,
[data-page-path^="/en/group_companies"] .link-list.highlight li[class] {
	padding-right: 0;
}

[data-page-path^="/jp/group_companies"] .link-list li[class]:hover ,
[data-page-path^="/en/group_companies"] .link-list li[class]:hover {
	border-color: transparent;
}

[data-page-path^="/jp/group_companies"] .link-list li[class]:after ,
[data-page-path^="/en/group_companies"] .link-list li[class]:after {
	position: static;
	top:auto;
	right: auto;
}


/*----------------------------------------------*/
/* 会社情報 TOP */
/* バナースタイル02 */
.layout_teaser_type02 .teaser:not(.no-img):not(.highlight) ,
.layout_teaser_type02 .external-teaser:not(.no-img):not(.highlight) {
	display: block;
	position: relative;
}

.layout_teaser_type02 .teaser:not(.no-img):not(.highlight) > * ,
.layout_teaser_type02 .external-teaser:not(.no-img):not(.highlight) > * {
	order: 0;
}

.layout_teaser_type02 .teaser:not(.no-img):not(.highlight) h2 ,
.layout_teaser_type02 .external-teaser:not(.no-img):not(.highlight) h2 {
	margin: 0;

	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: table;
}

.layout_teaser_type02 .teaser:not(.no-img):not(.highlight) h2 a ,
.layout_teaser_type02 .external-teaser:not(.no-img):not(.highlight) h2 a {
	border: none;

	display: table-cell;
	vertical-align: middle;
	height: 75px;

	position: relative;
	padding: 0px 10px;
	text-align: center;
	font-size: 2.0rem;
	color: #fff;
	background: rgba(0,0,0, 0.5);
}


.layout_teaser_type02 .teaser:not(.no-img):not(.highlight) h2 a span.cap ,
.layout_teaser_type02 .external-teaser:not(.no-img):not(.highlight) h2 a span.cap {
	display: table;
	padding: 0 10px;
	margin: auto;

	font-size: 1.6rem;
}

.layout_teaser_type02 .teaser:not(.no-img):not(.highlight) h2 a:before ,
.layout_teaser_type02 .external-teaser:not(.no-img):not(.highlight) h2 a:before {
	content: none;
}

.layout_teaser_type02 .teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:after ,
.layout_teaser_type02 .external-teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 22px;
	height: 15px;
	vertical-align: middle;
	margin-left: 5px;
}

.layout_teaser_type02 .teaser:not(.no-img):not(.highlight) h2 + a img ,
.layout_teaser_type02 .external-teaser:not(.no-img):not(.highlight) h2 + a img {
	display: block;
	width: 100%;
	opacity: 1;
}

.layout_teaser_type02 .teaser:not(.no-img):not(.highlight) p ,
.layout_teaser_type02 .external-teaser:not(.no-img):not(.highlight) p {
	display: none;
}

.layout_teaser_type02 .teaser:not(.no-img):not(.highlight) h2 a:hover ,
.layout_teaser_type02 .external-teaser:not(.no-img):not(.highlight) h2 a:hover {
	background: rgba(0,0,0, 0.75);
}




/* 会社情報 ＞ ブランドステートメント */
.layout_brandstatement01 {
	min-height: 525px;
	background: url("../../../../../../resources/sw_img/bg_brandstatement.jpg") no-repeat center bottom;
	background-size: contain;
}

.layout_brandstatement02 {
	position: relative;
}

#sharewithmain .layout_brandstatement02 > .column1 {
	width: 100%;
	margin-right: 0;
}

.layout_brandstatement02 > .column2 {
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translate(-50%, 0);
}


.layout_brandstatement02 .teaser.no-img:not(.highlight),
.layout_brandstatement02 .external-teaser.no-img:not(.highlight) {
	display: table;
}


/* 会社情報 ＞ ブランドステートメント2022 */
[data-page-marker~="brand-statement"][id="wide"] #wrapper-3 {
	margin-bottom: 0;
	padding-bottom: calc(20px + 100vw);

	background: url("../../../../../../resources/sw_img/brand/bg_statement.jpg") no-repeat center bottom;
	background-size: cover;
}



/* 会社情報 ＞ 役員紹介 ＞ 三委員会 */
/*
.layout_directors_committee .uni-table table.tbCore ,
.layout_directors_committee .uni-table table.tbCore > tbody ,
.layout_directors_committee .uni-table table.tbCore > tbody > tr ,
.layout_directors_committee .uni-table table.tbCore > tbody > tr > th ,
.layout_directors_committee .uni-table table.tbCore > tbody > tr > td ,
.layout_directors_committee .ircalendar-title > table ,
.layout_directors_committee .ircalendar-title > table > tbody ,
.layout_directors_committee .ircalendar-title > table > tbody > tr ,
.layout_directors_committee .ircalendar-title > table > tbody > tr > th,
.layout_directors_committee .ircalendar-item > table ,
.layout_directors_committee .ircalendar-item > table > tbody ,
.layout_directors_committee .ircalendar-item > table > tbody > tr ,
.layout_directors_committee .ircalendar-item > table > tbody > tr > td {
	display: block;
	width: 100% !important;
}
*/

.layout_directors_committee .uni-table .tbRowHead ,
.layout_directors_committee .uni-table .tbColumnHead ,
.layout_directors_committee .uni-table .tbDimmed ,
.layout_directors_committee .ircalendar-title > table > tbody > tr > th,
.layout_directors_committee .ircalendar-item > table > tbody >tr > td {
	padding: 0;
	background: none;
	border: none;
	text-align: left;

	position: relative;
}

.layout_directors_committee .uni-table .tbRowHead ,
.layout_directors_committee .ircalendar-title > table > tbody > tr > th {
	padding: 30px 20px 10px;
}

.layout_directors_committee .uni-table .tbRowHead:before ,
.layout_directors_committee .ircalendar-title > table > tbody > tr > th:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 10px;
	display: block;
	width: 6px;
	height: calc(100% - 40px);
	background: #8f939b;
}

.layout_directors_committee .uni-table .tbDimmed ,
.layout_directors_committee .ircalendar-item > table > tbody > tr > td {
	padding: 20px 0 10px;
}
.layout_directors_committee .uni-table .tbDimmed:before ,
.layout_directors_committee .ircalendar-item > table > tbody > tr > td:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: calc(100% - 20px);
	height: 1px;
	background: #8f939b;
}

.layout_directors_committee .uni-table .tbDimmed:empty:before ,
.layout_directors_committee .ircalendar-item > table > tbody > tr > td:empty:before {
	content: none;
}


/* 会社情報 ＞ グローバル・ヴィジョン ＞ これまでの取り組み */
.layout_linklist_type02 .link-list ul li[class] {
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaa;
}

.layout_linklist_type02 .link-list ul li[class]:hover {
/*	border-bottom-color: transparent; */
}

.layout_linklist_type02 .link-list ul li[class] a span {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'Hind Madurai', 'Roboto', 'Noto Sans Japanese', YuGothicM, "游ゴシック Medium", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}


/* 会社情報 ＞ 役員紹介 */
.layout_anchor_fullwidth .anchor-link {
	display: block;
	margin-left: 0;
	padding-left: 0;
}

#sharewithmain .layout_sp_fullimg .text-section img {
	float: none;
	margin: 0 auto 16px;
	max-width: 100%;
}



/* 会社情報 ＞ 会社案内 */
.layout_vtable_type02 .uni-table .tbRowHead ,
.layout_vtable_type02 .uni-table .tbColumnHead ,
.layout_vtable_type02 .uni-table .tbDimmed ,
.layout_vtable_type02 .vtable-item > table > tbody > tr > th ,
.layout_vtable_type02 .vtable-item > table > tbody > tr > td {
	border: none;
	background: none;
	vertical-align: top;

	padding: 21px 21px;
	border-top: 1px solid #8f939b;
	border-bottom: 1px solid #8f939b;
}

.layout_vtable_type02 .uni-table .tbRowHead ,
.layout_vtable_type02 .uni-table .tbColumnHead ,
.layout_vtable_type02 .vtable-item > table > tbody > tr > th {
	background: #f4f4f5;
}

.layout_vtable_type02 .uni-table .tbRowHead:empty ,
.layout_vtable_type02 .uni-table .tbColumnHead:empty ,
.layout_vtable_type02 .vtable-item > table > tbody > tr > th:empty {
	border-top-color: 1px solid #f4f4f5;
}

.layout_vtable_type02 .uni-table .tbDimmed ,
.layout_vtable_type02 .vtable-item > table > tbody > tr > td {
	background: none;
}


/* 会社情報 ＞ 沿革 */
body#history .multiColumn1 > .column1 {
	margin-bottom: 0;
}

body#history .uni-table table.tbCore ,
body#history .uni-table table.tbCore > tbody ,
body#history .uni-table table.tbCore > tbody > tr ,
body#history .uni-table table.tbCore > tbody > tr > th ,
body#history .uni-table table.tbCore > tbody > tr > td ,
body#history .vtable-item > table ,
body#history .vtable-item > table > tbody ,
body#history .vtable-item > table > tbody > tr ,
body#history .vtable-item > table > tbody > tr > th ,
body#history .vtable-item > table > tbody > tr > td {
	display: block;
	width: auto !important;
}

body#history .uni-table .tbRowHead ,
body#history .uni-table .tbColumnHead ,
body#history .uni-table .tbDimmed ,
body#history .vtable-item > table > tbody > tr > th ,
body#history .vtable-item > table > tbody > tr > td {
	border: none;
	background: none;
	vertical-align: top;

	position: relative;
/*	padding: 25px 0 15px; */
	padding-left: 0;
	padding-right: 0;
}


body#history .uni-table .tbColumnHead ,
body#history .uni-table .tbColumnHead  + .tbDimmed ,
body#history .vtable-item > table > tbody > tr > th ,
body#history .vtable-item > table > tbody > tr > td.vtable-item1 {
/*	font-size: 2.0rem; */
}


body#history .uni-table .tbColumnHead ,
body#history .vtable-item > table > tbody > tr > th {
	padding-top: 25px;
}

body#history .uni-table .tbColumnHead ~ .tbDimmed ,
body#history .vtable-item > table > tbody > tr > td.vtable-item1 ,
body#history .vtable-item > table > tbody > tr > td.vtable-item2 {
	border-top: none;
	border-bottom: none;
}

body#history .uni-table .tbColumnHead ~ .tbDimmed ,
body#history .vtable-item > table > tbody > tr > td.vtable-item1 ,
body#history .vtable-item > table > tbody > tr > td.vtable-item2 {
	margin-left: 20px;
}

body#history .uni-table .tbRowHead::before ,
body#history .uni-table .tbColumnHead::before ,
body#history .uni-table .tbColumnHead ~ .tbDimmed:last-child::before ,
body#history .vtable-item > table > tbody > tr > th:before ,
body#history .vtable-item > table > tbody > tr > td.vtable-item2:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #8f939b;
}

body#history .uni-table .tbRowHead:empty ,
body#history .uni-table .tbColumnHead:empty ,
body#history .uni-table .tbDimmed:empty ,
body#history .vtable-item > table > tbody > tr > th:empty ,
body#history .vtable-item > table > tbody > tr > td:empty {
	display: none;
}


/* 会社情報 ＞ 松本大 × 次世代イノベーター */
#sharewithmain .layout_bg_gray01 {
}

#sharewithmain .layout_bg_gray01 > div {
	background-color: #dbe8f0;
	padding: 50px 45px 35px;
	margin-bottom: 60px;
}

/* 会社情報 ＞ マネックスが描く未来 */
#sharewithmain .layout_bg_white {
}

#sharewithmain .layout_bg_white > div {
	background-color: #fff;
	padding: 50px 45px 35px;
	margin-bottom: 60px;
}




/* 会社情報 ＞ 沿革 */
.layout_vtable_type03 .uni-table .tbRowHead ,
.layout_vtable_type03 .uni-table .tbColumnHead ,
.layout_vtable_type03 .uni-table .tbDimmed ,
.layout_vtable_type03 .vtable-item > table > tbody > tr > th ,
.layout_vtable_type03 .vtable-item > table > tbody > tr > td {
	border: none;

	padding: 22px 20px;
	border-top: 1px solid #8f939b;
	border-bottom: 1px solid #8f939b;
}

.layout_vtable_type03 .uni-table .tbRowHead ,
.layout_vtable_type03 .uni-table .tbColumnHead ,
.layout_vtable_type03 .vtable-item > table > tbody > tr > th {
	background: #f4f4f5;
}

.layout_vtable_type03 .uni-table .tbDimmed ,
.layout_vtable_type03 .vtable-item > table > tbody > tr > td {
	background: #fff;
}



/*----------------------------------------------*/
/* グループ情報 TOP  */
.layout_vtable_type04 .uni-table .tbRowHead ,
.layout_vtable_type04 .uni-table .tbColumnHead ,
.layout_vtable_type04 .uni-table .tbDimmed ,
.layout_vtable_type04 .vtable-item > table > tbody > tr > th ,
.layout_vtable_type04 .vtable-item > table > tbody > tr > td {
	border: none;

	padding: 12px 10px;
	border-top: 1px solid #8f939b;
	border-bottom: 1px solid #8f939b;
}

.layout_vtable_type04 .uni-table .tbRowHead ,
.layout_vtable_type04 .uni-table .tbColumnHead ,
.layout_vtable_type04 .vtable-item > table > tbody > tr > th {
	background: #f4f4f5;
}

.layout_vtable_type04 .uni-table .tbDimmed ,
.layout_vtable_type04 .vtable-item > table > tbody > tr > td {
	background: #fff;
}



/* グループ情報 ＞ 配下  */
body#group_companies .uni-table .tbRowHead ,
body#group_companies .uni-table .tbColumnHead ,
body#group_companies .uni-table .tbDimmed ,
body#group_companies .vtable-item > table > tbody > tr > th ,
body#group_companies .vtable-item > table > tbody > tr > td {
	border: none;
	background: none;
	vertical-align: top;

	position: relative;
	padding: 25px 0 15px;
}

body#group_companies .uni-table .tbRowHead:before ,
body#group_companies .uni-table .tbColumnHead:before ,
body#group_companies .uni-table .tbDimmed:before ,
body#group_companies .vtable-item > table > tbody > tr > th:before ,
body#group_companies .vtable-item > table > tbody > tr > td:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #8f939b;
}



/* グループ情報 ＞ 配下の 画像バナー */
.layout_teaser_group_companies .teaser:not(.no-img):not(.highlight) > a ,
.layout_teaser_group_companies .external-teaser:not(.no-img):not(.highlight) > a {
	position: relative;
	padding: 30px 10px;
	border: 1px solid #d9d9d9;
	border-bottom: 30px solid #d9d9d9;
	overflow: visible;
}

.layout_teaser_group_companies .teaser:not(.no-img):not(.highlight) > a[target="_blank"]:after ,
.layout_teaser_group_companies .external-teaser:not(.no-img):not(.highlight) > a[target="_blank"]:after {
	content: "";
	position: absolute;
	right: 15px;
	bottom: -22px;
	background: url("../../../../../../resources/sw_img/link02_white.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 22px;
	height: 15px;
	vertical-align: middle;
	margin-left: 5px;
}




/*----------------------------------------------*/
/* TOP */
body.sitetop[id=wide] #wrapper-2,
body.sitetop[id=wide] #wrapper-3,
body.sitetop[id=wide] #site-info {
}


/* 見出し */
body.sitetop .title2 h2 {
	border: none;
	background: none;
	text-align: center;
	margin: 40px 0 20px;
	font-size: 4.4rem;
	font-weight: bold;
}

/* TOP > ニュース */
.layout_top_news .news-latest-2nd ul ,
.layout_top_news .news-latest-tabbed-2nd ul {
	font-size: 0;
}

.layout_top_news .news-latest-2nd ul li ,
.layout_top_news .news-latest-tabbed-2nd ul li {
	border: none;
	font-size: 1.4rem;

	display: inline-block;
	vertical-align: top;
	width: calc(50% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding-bottom: 0;
}

.layout_top_news .news-latest-2nd ul li h3,
.layout_top_news .news-latest-tabbed-2nd ul li h3 {
	padding-top: 4em;
	padding-bottom: 40px;
	padding-right: 0;
}

#sharewithmain .layout_top_news .news-latest-2nd ul li .c_icon ,
#sharewithmain .layout_top_news .news-latest-tabbed-2nd ul li .c_icon {
	top: 1.6em;
	left: 0;
}
/*
.layout_top_news .news-list-2nd ul li .c_icon:before ,
.layout_top_news .news-list-tabbed-2nd ul li .c_icon:before ,
.layout_top_news .news-english-2nd ul li .c_icon:before ,
.layout_top_news .news-english-tabbed-2nd ul li .c_icon:before ,
.layout_top_news .news-latest-2nd ul li .c_icon:before ,
.layout_top_news .news-latest-tabbed-2nd ul li .c_icon:before {
	background-position: left bottom;
}
*/
.news-latest-2nd ul li .news_tx a:before ,
.news-latest-tabbed-2nd ul li .news_tx a:before {
	top: auto;
	bottom: 15px;
	right: 10px;
}

.layout_top_news .news-latest-2nd ul li .note_tx ,
.layout_top_news .news-latest-tabbed-2nd ul li .note_tx {
	position: absolute;
	bottom: 0;
}



.layout_top_news .teaser.no-img {
	margin-top: -40px;
}


/* TOP > コンテンツ */
#sharewithmain .layout_top_content {
	background: url("../../../../../../resources/sw_img/bg_top01.jpg") center center;
	background-size: cover;
	padding: 0 0 40px;
}

#sharewithmain .layout_top_content > .column1 {
}

.layout_top_content .title2 h2 {
	color: #fff;
}

.layout_top_content .internal-link-area ,
.layout_top_content .external-link-area {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 10px);
	margin: 0 4px 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

.layout_top_content .internal-link-area > a ,
.layout_top_content .external-link-area > a {
	position: relative;
	align-items: center;
	padding: 5px 0px 65px;
	border: 1px solid #e2e3e4;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
}

.layout_top_content .internal-link-area > a:hover ,
.layout_top_content .external-link-area > a:hover {
	opacity: 1;
	background: rgba(255, 255, 255, 0.5);
}

.layout_top_content .internal-link-area > a:before ,
.layout_top_content .external-link-area > a:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 40px;;
	margin-left: -10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/icon_arr03_white.png") center center no-repeat;
	background-size: contain;
}

.layout_top_content .internal-link-area img:not(.large):not(.pos-2) ,
.layout_top_content .external-link-area img:not(.large):not(.pos-2) {
	float: none;;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8px;
	max-width: 100%;
}

.layout_top_content .internal-link-area img.pos-2 ,
.layout_top_content .external-link-area img.pos-2 {
	margin-right: -30px;
	margin-left: 0;
	margin-bottom: 25px;
}

.layout_top_content .internal-link-area p ,
.layout_top_content .external-link-area p {
	width: 100%;
}

.layout_top_content .internal-link-area p:first-child:before ,
.layout_top_content .external-link-area p:first-child:before ,
.layout_top_content .internal-link-area img + p:before ,
.layout_top_content .external-link-area img + p:before {
	content: "";
	position: absolute;
	left: 20px;
	bottom: 20px;
	display: block;
	width: calc(100% - 40px);
	height: 10px;
	background: rgba(255,255,255, 0.65);
}


/* TOP > 企業情報（中文） */
.layout_top_company .title2 h2 {
	color: #fff;
}

#sharewithmain .layout_top_company {
	background: url("../../../../../../resources/sw_img/bg_top01.jpg") center center;
	background-size: cover;
	padding: 0 0 40px;
}

.layout_top_company .uni-table ,
.layout_top_company .vertical-table {
	padding: 20px 40px 40px;
	background: #fff;
}

.layout_top_company .uni-table .tbRowHead ,
.layout_top_company .uni-table .tbColumnHead ,
.layout_top_company .uni-table .tbDimmed ,
.layout_top_company .vtable-item > table > tbody > tr > th ,
.layout_top_company .vtable-item > table > tbody > tr > td {
	background: transparent;
	border: none;

	vertical-align: top;
	padding: 20px 20px 20px 0;
	border-bottom: 1px dotted #aaa;
}


/* TOP > グループ */
#sharewithmain .layout_top_group {
	padding: 20px 0;
	background: #eaeff3;
	font-size: 0;
}

#sharewithmain .layout_top_group > .column1 {
}

.layout_top_group .teaser.no-img:not(.highlight) h2 ,
.layout_top_group .external-teaser.no-img:not(.highlight) h2 {
	width: auto;
	margin: 20px auto 0;
	min-width: 250px;
}

.layout_top_group .teaser.no-img:not(.highlight) h2 a ,
.layout_top_group .external-teaser.no-img:not(.highlight) h2 a {
	background: transparent;
	text-align: center;
}

.layout_top_group .internal-link-area ,
.layout_top_group .external-link-area {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 20px);
	margin: 0 9px 18px;
	font-size: 1.3rem;
}

.layout_top_group .internal-link-area > a ,
.layout_top_group .external-link-area > a {
	position: relative;
	padding: 10px 20px 30px;
	background: #fff;
	border: 1px solid transparent;
}

.layout_top_group .internal-link-area > a:hover ,
.layout_top_group .external-link-area > a:hover {
	opacity: 1;
	border-color: #b4b4b4;
}

.layout_top_group .internal-link-area > a:before ,
.layout_top_group .external-link-area > a:before {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/icon_arr03.png") center center no-repeat;
	background-size: contain;
}

.layout_top_group .internal-link-area img ,
.layout_top_group .external-link-area img {
	margin-bottom: 30px;
}

.layout_top_group .internal-link-area p:first-child ,
.layout_top_group .external-link-area p:first-child ,
.layout_top_group .internal-link-area img + p ,
.layout_top_group .external-link-area img + p {
	margin: 10px 0;
	font-size: 1.6rem;
}


/* TOP > おすすめ */
.layout_top_recommend {
	overflow: hidden;
}

#sharewithmain .layout_top_recommend > .column1 {
}


/* TOP > おすすめ > スライド */
#area-slider-recommend {
	overflow: hidden;
}

#area-slider-recommend > div {
/*
	width: 250%;
	margin: 0 -75%;
*/
	width: calc(100% + 20px);
	margin: 0 -10px;
}

#area-slider-recommend .slick-slide {
	padding: 0 6px;
}

#area-slider-recommend .slick-dots {
	bottom: 0;
}

#area-slider-recommend .slick-dots li {
	width: auto;
	height: auto;

	padding: 10px 0;
	margin: 0 1px;
}

#area-slider-recommend .slick-dots li button {
	padding: 0;

	background: rgba(153, 153, 153, 0.5);
	width: 40px;
	height: 5px;
}

#area-slider-recommend .slick-dots li button:before {
	content: none;
}

#area-slider-recommend .slick-dots li.slick-active button {
	background: #999;
}

#area-slider-recommend .slick-prev ,
#area-slider-recommend .slick-next {
	margin: 0;

	top: calc(26.4vw - 35px);
	width: 75px;
	height: 75px;
	z-index: 1;
}

#area-slider-recommend .slick-prev {
	left: 50%;
	margin-left: -50vw;
}
#area-slider-recommend .slick-next {
	right: 50%;
	margin-right: -50vw;
}

#area-slider-recommend .slick-prev:before ,
#area-slider-recommend .slick-next:before {
	content: "";
	display: inline-block;
	width: 75px;
	height: 75px;
	background: url("../../../../../../resources/sw_img/icon_slide.png") center center no-repeat;
	background-size: contain;
}

#area-slider-recommend .slick-next:before {
	transform: rotate(180deg);
}



/*
#area-slider-recommend .slick-slide .teaser:not(.no-img):not(.highlight) h2 a ,
#area-slider-recommend .slick-slide .external-teaser:not(.no-img):not(.highlight) h2 a {
	padding: 15px 10px 10px;
	font-size: 2.2rem;
	text-align: center;
}

#area-slider-recommend .slick-slide .teaser:not(.no-img):not(.highlight) h2 a:before ,
#area-slider-recommend .slick-slide .external-teaser:not(.no-img):not(.highlight) h2 a:before {
	content: none;
}

#area-slider-recommend .slick-slide .teaser:not(.no-img):not(.highlight) p ,
#area-slider-recommend .slick-slide .external-teaser:not(.no-img):not(.highlight) p {
	padding: 0 10px;
	text-align: center;
}

#area-slider-recommend .slick-slide .teaser:not(.no-img):not(.highlight) img ,
#area-slider-recommend .slick-slide .external-teaser:not(.no-img):not(.highlight) img {
	opacity: 1;
}

#area-slider-recommend .slick-slide .teaser:not(.no-img):not(.highlight) > a ,
#area-slider-recommend .slick-slide .external-teaser:not(.no-img):not(.highlight) > a {
	position: relative;
}

#area-slider-recommend .slick-slide .teaser:not(.no-img):not(.highlight) > a:before ,
#area-slider-recommend .slick-slide .external-teaser:not(.no-img):not(.highlight) > a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
}

#area-slider-recommend .slick-slide .teaser:not(.no-img):not(.highlight):hover > a:before ,
#area-slider-recommend .slick-slide .external-teaser:not(.no-img):not(.highlight):hover > a:before {
	border-color: #b4b4b4;
}
*//


/* ----- 内部・外部・ダウンロードバナー（テキストと画像）　スライド内 ----- */
#area-slider-recommend .teaser:not(.no-img):not(.highlight) ,
#area-slider-recommend .external-teaser:not(.no-img):not(.highlight) ,
#area-slider-recommend .download-teaser:not(.no-img):not(.highlight) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background: none;
}

#area-slider-recommend .teaser:not(.no-img):not(.highlight) > * ,
#area-slider-recommend .external-teaser:not(.no-img):not(.highlight) > * ,
#area-slider-recommend .download-teaser:not(.no-img):not(.highlight) > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.irtop_stock_frame h2 ,
#area-slider-recommend .teaser:not(.no-img):not(.highlight) h2 ,
#area-slider-recommend .external-teaser:not(.no-img):not(.highlight) h2 ,
#area-slider-recommend .download-teaser:not(.no-img):not(.highlight) h2 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	width: 100%;
	font-weight: normal;
}

.irtop_stock_frame h2 a ,
#area-slider-recommend .teaser:not(.no-img):not(.highlight) h2 a ,
#area-slider-recommend .external-teaser:not(.no-img):not(.highlight) h2 a ,
#area-slider-recommend .download-teaser:not(.no-img):not(.highlight) h2 a {
	position: relative;
	display: block;
	padding: 10px 40px 5px 0;
	text-align: left;
	font-size: 2.0rem;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid transparent;

	background: none;
	padding: 15px 0px 10px;
	font-size: 2.2rem;
	text-align: center;
}


#area-slider-recommend .teaser:not(.no-img):not(.highlight) h2 a span ,
#area-slider-recommend .external-teaser:not(.no-img):not(.highlight) h2 a span ,
#area-slider-recommend .download-teaser:not(.no-img):not(.highlight) h2 a span {
	display: none;
}

#area-slider-recommend .teaser:not(.no-img):not(.highlight) h2 a:before ,
#area-slider-recommend .external-teaser:not(.no-img):not(.highlight) h2 a:before ,
#area-slider-recommend .download-teaser:not(.no-img):not(.highlight) h2 a:before {
	content: none;
/*
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/icon_arr03.png") center center no-repeat;
	background-size: contain;
*/
}

#area-slider-recommend .teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:after ,
#area-slider-recommend .external-teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 22px;
	height: 15px;
	vertical-align: middle;
	margin-left: 5px;
}

/*
#area-slider-recommend .download-teaser:not(.no-img):not(.highlight) h2 a[href*=".pdf"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 38px;
	height: 20px;
	vertical-align: middle;
	margin-left: 5px;
}
*/

#area-slider-recommend .teaser:not(.no-img):not(.highlight) h2 + a ,
#area-slider-recommend .external-teaser:not(.no-img):not(.highlight) h2 + a ,
#area-slider-recommend .download-teaser:not(.no-img):not(.highlight) h2 + a {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	position: relative;
	display: block;
}

#area-slider-recommend .teaser:not(.no-img):not(.highlight) h2 + a img ,
#area-slider-recommend .external-teaser:not(.no-img):not(.highlight) h2 + a img ,
#area-slider-recommend .download-teaser:not(.no-img):not(.highlight) h2 + a img {
	display: block;
	width: 100%;
	opacity: 1;
}

#area-slider-recommend .teaser:not(.no-img):not(.highlight) > a:before ,
#area-slider-recommend .external-teaser:not(.no-img):not(.highlight) > a:before ,
#area-slider-recommend .download-teaser:not(.no-img):not(.highlight) > a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
}

.irtop_stock_frame p ,
#area-slider-recommend .teaser:not(.no-img):not(.highlight) p ,
#area-slider-recommend .external-teaser:not(.no-img):not(.highlight) p ,
#area-slider-recommend .download-teaser:not(.no-img):not(.highlight) p {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
	padding: 0 10px;
	text-align: center;
}

#area-slider-recommend .teaser:not(.no-img):not(.highlight):hover > a:before ,
#area-slider-recommend .external-teaser:not(.no-img):not(.highlight):hover > a:before ,
#area-slider-recommend .download-teaser:not(.no-img):not(.highlight):hover > a:before {
	border-color: #b4b4b4;
}



/*----------------------------------------------*/
/* TOP > バナーs */
#sharewithmain .layout_top_banner > div {
	width: calc(100% - 10px);
	margin-bottom: 0;
}

#sharewithmain .layout_top_banner > .empty {
	display: block;
}

/*----------------------------------------------*/
/*-- ニュース（バックナンバー） --*/
ul#newsReleaseList {
	border-top: 1px dotted #aaa;
	margin: 0 0 20px;
	padding: 3px 0 0;
}

ul#newsReleaseList li {
	position: relative;
	border-bottom: 1px dotted #aaa;
	padding: 0 0 3px;
	padding-right: 35px;
}

ul#newsReleaseList li a {
	display: block;
	padding: 7px 0;
	text-decoration: none;
}

ul#newsReleaseList li a:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 2.4em;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/icon_arr03.png") center center no-repeat;
	background-size: contain;
}

ul#newsReleaseList li span.date {
	float: left;
	min-width: 4.5em;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'Hind Madurai', 'Roboto', 'Noto Sans Japanese', YuGothicM, "游ゴシック Medium", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	margin-top: 5px;
	margin-right: 10px;
}

ul#newsReleaseList li span.newsTitle {
	display: block;
	clear: both;
	text-align: left;
}

ul#newsReleaseList li span em {
	font-style: normal;
}

ul#newsReleaseList li a img {
	display: inline-block;
    vertical-align: middle;
	opacity: 1;
}

ul#newsReleaseList li .c_icon:not([alt]) {
	display: block;
}

ul#newsReleaseList li .c_icon[alt]:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 122px;
	height: 26px;
	background: url("../../../../../../dam/defaultIcon/news/none.png") no-repeat left center;
}


ul#newsReleaseList li .c_icon[alt="11"]:before {
	background-image: url("../../../../../../dam/defaultIcon/news/gyouseki.png");
}

ul#newsReleaseList li .c_icon[alt="12"]:before {
	background-image: url("../../../../../../dam/defaultIcon/news/keiei.png");
}

ul#newsReleaseList li .c_icon[alt="13"]:before {
	background-image: url("../../../../../../dam/defaultIcon/news/service.png");
}

ul#newsReleaseList li .c_icon[alt="14"]:before {
	background-image: url("../../../../../../dam/defaultIcon/news/jinji.png");
}



ul#newsReleaseList li a img.newsIcon {
	display: none;

	vertical-align: middle;
	margin-bottom: 5px;
}

ul#newsReleaseList li a small {
	display: block;
	text-align: right;
}

ul#newsReleaseList li a strong {
	font-weight: normal;
	text-decoration: underline;
}

ul#newsReleaseList li a:hover strong {
	text-decoration: none;
}



/*----------------------------------------------*/
/* ESG ＞ 人材戦略・働き方・D&I */
/* カレントページ表示 */
#sharewithmain .layout_borderbox01 {
	display: block;
	padding: 30px 20px 10px;
	border: 1px solid #0068b7;
	margin-bottom: 40px;
}

#sharewithmain .layout_borderbox01 > div {
}


/* ESG ＞ 地域活性と投資教育 */
/* 下マージン詰め */
#sharewithmain .layout_no_bottom_margin > div {
	margin-bottom: 0;
}


/* ESG ＞ コーポレート・ガバナンス */
/* 枠線付きテキスト別スタイル */
.layout_highlight_text_type02 .highlight-quoted-text {
	border: 1px solid #000;
	background: #fff;
}

/* ESG ＞ コーポレート・ガバナンス > 役員 > アドバイザリーボード開催一覧  */
/* カテゴリアイコン非表示 */
.layout_no_category .news-list-2nd ul li .c_icon ,
.layout_no_category .news-list-tabbed-2nd ul li .c_icon ,
.layout_no_category .news-english-2nd ul li .c_icon ,
.layout_no_category .news-english-tabbed-2nd ul li .c_icon ,
.layout_no_category .news-latest-2nd ul li .c_icon ,
.layout_no_category .news-latest-tabbed-2nd ul li .c_icon {
	display: none;
}


/*----------------------------------------------*/
/* 会社 > あゆみ > マネックスグループ20周年記念 */
#sharewithmain .layout_brand_signature {
	position: relative;
	margin-top: -40px;
	display: block;
}

.layout_brand_signature .text-section.has-img {
	padding: calc((100vw - 10px) / 467 * 600 / 6 );
	margin-bottom: 0;
}




/*----------------------------------------------*/
@media screen and (max-width: 468px) {
	.modaal-video-wrap {
		margin-left: 0px;
		margin-right: 0px;
	}
}


/*----------------------------------------------*/
/* 簡易版PC/SP表示切り替え */
#sharewithmain .layout_mcol2_flip.multiColumn2 > .column1 {
	display: none;
}

#sharewithmain .layout_mcol2_flip.multiColumn2 > .column2 {
	display: inline-block;
}

#sharewithmain .mgnlEditor ~ .layout_mcol2_flip.multiColumn2 > .column1 ,
#sharewithmain .mgnlEditor ~ .layout_mcol2_flip.multiColumn2 > .column2 {
	display: inline-block;
}

/* SP非表示 */
#sharewithmain .layout_mcol_sp_hidden {
    display: none;
}

#sharewithmain .mgnlEditor ~ .layout_mcol_sp_hidden {
    display: block;
}

[id=index]:not(.col-subcol) #sharewithmain .mgnlEditor ~ .layout_mcol_sp_hidden {
    display: inline-block;
}