@charset "utf-8";
/*------------------ based on 17/02/01 */
/*@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/
/*------------------------------------- 
1_初期化
2_基本設定
3_リンク設定
4_フォント
5_アクセスビリティ
6_clear
7_グリットレイアウト（テンプレート枠）
8_ヘッダエリア
9_ぱんくず
10_サイドナビエリア
11_コンテンツエリア
12_フッターエリア
13_パーツ（コンポーネント）
14_フォーム
15_テンプレートID
16_テストサイト用オリジナル！！！削除の事！！！
-------------------------------------*/

/* --------------------------------------
 1_cssの初期化
-------------------------------------- */
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, /* -input, - */textarea,
p, blockquote,
/* -th, td,- */
img {
	margin: 0;
	padding: 0;
	border:none;
	vertical-align: top;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

th,
td {
	vertical-align: top;
	text-align: left;
/*	word-break: break-all; */
}

ol,ul {
	list-style:none;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}



/* --------------------------------------
 2_基本設定
-------------------------------------- */
body {
	color:#333333;
	font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
	font-size:87.5%;
	line-height:1.6;
	background:#FFF;
	overflow-x: hidden;
	overflow-y: visible;
	min-width: 1020px;
	width: 100%;
}


html {
	overflow-x: scroll;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}


/* --------------------------------------
 3_リンク設定
-------------------------------------- */
a:link {
	color:#005bac;
	text-decoration:none;
}

a:visited {
	color:#005bac;
	text-decoration:none;
}

a:hover {
	color:#005bac;
	text-decoration: underline;
}

a:active {
	color:#005bac;
	text-decoration:none;
}

a {
	overflow:hidden;
	outline:none;
}

a:hover img {
	-ms-opacity: 0.6;
	opacity: 0.6;
}


/* バナー・リスト 内部リンク先非公開時 */
/*.internal-link-area .note_tx , */
/*.internal-link-text .note_tx , */
.banner .note_tx ,
.teaser .note_tx ,
.h-teaser .note_tx ,
.f-teaser .note_tx {
	position: absolute;
	z-index: 1;
}

/* --------------------------------------
 4_フォント
-------------------------------------- */
/* -- ★★！！要確認。とりあえずまとめて設定してますが。個別設定の方が良い？ -- */

h1 {
	font-size: 128.5%; /* 18px */
	font-weight:bold;
}

h1 em,
h1 em { /* kicker */
	display: block;
	font-size: 62.5%;
	font-style: normal;
}

h2 {
	font-size: 114%; /* 16px */
	line-height:1.2;
}

.teaser h2 em { /* kicker */
	display: block;
	font-size: 71.4%; /* 10px */
	font-style: normal;
}

h3 {
	font-size:100%; /* 14px */
	font-weight:bold;
	line-height:1.2;
}

.latest h3 em { /* kicker */
	display: block;
	font-style: normal;
	font-size: 71.4%; /* 10px */
}

/* ★★これ使ってる？ */
.link-list h3 { /* linklist in teaser */
	font-size: 130%;
	font-weight: bold;
}


.latest h3 {
	font-size: 160%;
}
h4 {
	font-size:100%; /* 14px */
	font-weight:bold;
	line-height:1.2;
}

h5 {
	font-size:100%; /* 14px */
	font-weight:bold;
	line-height:1.2;
}

/* ↓★★ここから下のフォントまだ見てない */

.teaser-group h5 {
	font-size: 160%;
}
.teaserlist li {
	font-size: 160%;
	font-weight: bold;
}



/* sidebar */
#extras h2,
#extras h3 {
	font-size: 160%;
	font-weight: bold;
}

#extras .latest h3 em,
#extras .rss-content h2 em { /* kicker */
	display: block;
	font-size: 68.75%; /* 11px */
	font-style: normal;
}


/*-------------- ページャー、続きを読む等★マグ --------------*/
em.more a {
	padding-left: 15px;
	background: transparent url(../../img/icons/sprites.png) no-repeat scroll 0 2px;
	font-style: normal;
}
em.more-comments a {
	font-style: normal;
	padding: 7px;
}
em.more-comments:before {
	content: "|";
}
p.back a {
	clear: both;
	display: block;
	background: url(../../img/icons/sprites.png) 0 -67px no-repeat;
	margin: 25px 0;
	border-top: 1px solid #B3B3B3;
	border-bottom: none !important;
	padding: 5px 0 0 17px;
	font-style: normal;
	font-weight: bold;
}
p.back a:hover,
p.back a:focus,
p.back a:active {
	text-decoration: underline !important;
}
.all a {
	clear: both;
	display: block;
	margin: 20px 0 0 0;
	border-top: 1px #b3b3b3 solid;
	padding: 5px 0 0 17px;
	background: transparent url(../../img/icons/sprites.png) no-repeat scroll 0 5px;
}


/* --------------------------------------
 5_アクセスビリティ（hidden & skip link）
-------------------------------------- */
#step-by-step li em,
.showbox h1.showbox-title,
.aural,
.skip a,
#nav-global span em,
#nav li strong em,
#nav-global li.on em,
#nav-box li.on em,
#nav-global h6,
#nav-box li h3 em,
#nav h6,
#extras h6,
em.more span,
#promos .more,
.pager li em,
.pager h3,
/*#search-results .form-wrapper label span,*/
#main .vcard div h3,
#extras .vcard div h3,
#glossary-index h3,
.day span,
form div label em,
#nav-content strong em,
p#copyright-magnolia span,
#event-pager h5,
div.superpromos .superpromo-section p.more a span {
	display: block;
    position: absolute;
    overflow: hidden;
	left: -9999px;
    width: 1px;
    height: 1px;
}

.skip a:active,
.skip a:focus {
    position: absolute;
	background: #fff;
	outline: none;
    z-index: 1000;
	left: 200px;
    overflow: visible;
    width: auto;
    height: auto;
    padding: 5px 15px 10px 15px;
    font-weight: bold;
}

/* --------------------------------------
 6_clear
-------------------------------------- */
#step-by-step ol:after,
.opener:after,
.teaser:after,
.text-section:after,
.text-section dl:after,
#page-intro:after,
.form-wrapper div:after,
#stage div.teaser-wrapper:after,
.text-box-tabs .text-box-section:after,
#extras .toc-box .text-box-section:after,
#main .vcard:after,
.multiColumn1:after,
.multiColumn2:after,
.multiColumn3:after,
.multiColumn4:after,
.multiColumn5:after,
div.internal-link-area > a:after,
div.external-link-area > a:after,
div.download-link-area > a:after,
div.faq-list .faq-item > a:after,
div.event-list #event-pager ul:after {
	content: " ";
    display: block;
    clear: both;
}

.clr:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}


/*------------------------------------- 
7_グリットレイアウト（テンプレート枠）
-------------------------------------*/

#stage {
	position: relative;
	overflow: hidden;
	margin: 0 auto 20px auto;
	width: 940px;
}

#html1 {
}

/*-------------- CONTENTS --------------*/
#wrapper-2 {
/*	background: #fff; */
/*	overflow: hidden; */
	margin: 0px auto;
	width: 1020px;
	position: relative;
}

#nav {
	float: right;
	margin-top: 98px;
	width: 260px;
	margin-bottom:40px;
}

[data-current-level="2"] #nav {
	margin-top: 40px;
}


#wrapper-3 {
	position: relative;
	float: left;
	margin: 0;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 720px;
}

#promo {
	float: left;
	margin: 0;
	width: 200px;
}

#map {
	margin: 0 0 20px 0;
	overflow: hidden;
	width: 720px;
}
#main {
	/*float: left;
	margin: 0 20px 0 0;*/
	width: 720px;
}
#wrapper-3 > #main {
	overflow: visible;
}
#extras {
	float: left;
	width: 220px;
}
.promos {
	clear: both;
	/*overflow: hidden;
	padding: 20px 0 20px 0;*/
}


/* footer */
#site-info {
	clear: both;
	width:100%;
	min-width: 1020px;
	overflow:hidden;
}


/* 2 column layout: no nav vertical | main column | sidebar */
.col-subcol #wrapper-2 {
	width: 100%;
	min-width: 1020px;
/*	overflow-x: hidden; */
}

.col-subcol #wrapper-3 {
	float: none;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}

.col-subcol #main {
	width: 720px;
}

.col-subcol #main {
	width: 720px;
}
.col-subcol #extras {
	width: 330px;
}
.col-subcol #nav {
	display: none;
}

/* 2 column layout: nav vertical | main column | no sidebar */
.nav-col #main {
	width: 100%;
}
#map {
	margin-top: 37px;
}

/* 2 column layout: two equal columns: main column | sidebar */
.col-subcol-equal #wrapper-3 {
	width: 100%;
}
.col-subcol-equal #main,
.col-subcol-equal #extras {
	width: 720px;
}

/* 2 column layout: nav vertical and big main column with 2 floating teasers: nav | main */
.nav-col-float2 #wrapper-3,
.nav-col-float2 #main {
	width: 720px;
}

/* 3 column layout: no nav vertical | main | sidebar | sidebar */
.col-subcol-subcol #wrapper-3 {
	width: 100%;
}
.col-subcol-subcol #main,
.col-subcol-subcol #extras {
	width: 720px;
}
.col-subcol-subcol #extras-1,
.col-subcol-subcol #extras-2 {
	width: 220px;
	float: left;
}
.col-subcol-subcol #extras-2 {
	float: right;
}

/* 3 column layout: 1 big column with 3 floating teasers | main */
/* 2 column layout: 1 big column with 2 floating teasers | main */
.col-float2 #wrapper-3,
.col-float2 #main {
	width: 100%;
}
.col-float3 #wrapper-3,
.col-float3 #main {
	width: 100%;
}

/* 3 column layout: no nav vertical, 1 big column with 2 floating teasers and a sidebar:  main column | sidebar  */
.col-float2-subcol #wrapper-3 {
	width: 100%;
}
.col-float2-subcol #main {
	width: 720px;
}
.col-float2-subcol #wrapper-3 {
	float: none;
}


/*------------------------------------- 
8_ヘッダエリア
-------------------------------------*/
/*--------------------------------------
 ●ok●ヘッダエリア編集の設定_画像とテキスト時のみ
テストサイト用に設定（通常不要） 
--------------------------------------*/

.bodycol-subcol {
}

#branding {
	position: relative;
	margin: 0 auto 20px auto;
	width: 940px;
}

#branding-box {
}

#logo {
	overflow: hidden;
	position: relative;
	height: 85px;
}
#logo span {
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 10;
	display: block;
	top: 0;
	left: 0;
	height: 51px;
	width: 202px;
}

/* used for CSS rollover effect, currently disabled to avoid confusion
#logo > a:hover span,
#logo > a:active span,
#logo > a:focus span {
	background-position: 0 -199px;
	width: 308px;
}
*/

#logo strong,
#logo em {
	overflow: hidden;
	position: relative;
	color: #000;
	font-size: 200%;
}
#logo em {
	position: absolute;
	z-index: 11;
	left: 80px;
	bottom: 0;
	width: 100%;
	height: 30px;
	color: #ec1549;
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2em;
	white-space: nowrap;
}

#logo a {
	position: absolute;
	display: block;
	top: 28px;
	left: 0;
	width: 28em;
	height: 40px;
	padding: 10px;
	cursor: pointer;
}
#logo a:hover {
	text-decoration: none;
}
#logo a img {
	display: none;
}

#nav-meta {
	position: absolute;
	top: 10px;
	right: -10px;
}
#nav-meta ul li {
	float: left;
	margin: 0 10px 0 0;
	list-style: none;
	font-size: 110%;
}
#nav-meta ul li a {
	color: #ececee;
}
#nav-meta ul li a:hover,
#nav-meta ul li a:active,
#nav-meta ul li a:focus {
	color: #ff3062;
	text-decoration: underline;
}


#nav-global {
	overflow: hidden;
	margin: 20px auto;
	width: 1020px;
	min-width: 1020px;
	min-height: 69px;

	display: none;
}

/*-------------- ●ok●↑未使用ヘッダーここまで↑↑ --------------*/


/*-------------- ●ok●公開日時表示 --------------*/
#pub-date {
text-align: right;  
}

#pub-date p {
}


/*-------------- ●ok●SECTION-HEADER（総合・スペシャル以外） --------------*/
/* -- gnv直下のエリア（何かの時使用。通常未使用。） -- */
#section-header {
	margin: 30px auto 20px auto;
	width: 1000px;
	background: #0d8ccc;
	border-radius: 5px;
	overflow: hidden;
}

#section-header h5 {
}

#section-header p {

}



/*------------------------------------- 
9_ぱんくず
-------------------------------------*/

/*-------------- ●ok●ぱんくず（4箇所にあり_セック側設定） --------------*/

.bread-crumb {
	background-color: #005bac;
	width: 100%;
	min-width: 1020px;

/*	border-bottom: 1px solid rgba(0,0,0, 0.5); */
/*	margin-bottom: -1px; */
}

.bread-crumb:after {
	content: "";
	display: block;
	clear: both;
}

/* -- パンくずタイトル -- */
div.bread-crumb h5 {
	display: none;
}

div.bread-crumb ol {
	display: block;
	width: 1020px;
	margin: 0px auto;
	padding: 15px 0px;
	text-align: left;
	font-size: 12px;
	color: #FFF;
}

div.bread-crumb ol:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

div.bread-crumb ol li {
	float: left;
	margin-right: 4px;
}

div.bread-crumb ol li:after {
	padding-left: 4px;
	content:">";
}

div.bread-crumb ol li:last-child:after {
	content: none;
}

div.bread-crumb ol li a {
	color: inherit;
	text-decoration: underline;
}
div.bread-crumb ol li a:hover {
	text-decoration: none;
}

/* -- 現在位置表示 -- */
div.bread-crumb ol li strong {
	font-weight: normal;
}

/* ページタイトルの改行は非表示 */
div.bread-crumb br {
	display: none;
}

/* -- TOP書き換え -- */

div.bread-crumb ol li:first-child a {
	font-size: 0;
}
#header.ja ~ div div.bread-crumb ol li:first-child a:before ,
#header.ja ~ div.bread-crumb ol li:first-child a:before {
	content: "ホーム";
	font-size: 12px;
}
#header.en ~ div div.bread-crumb ol li:first-child a:before ,
#header.en ~ div.bread-crumb ol li:first-child a:before {
	content: "HOME";
	font-size: 12px;
}



/*------------------------------------- 
10_サイドナビエリア
-------------------------------------*/


/*--- SideNavi_area ---*/

#nav {
}

#nav #promos1 {
}

#nav #promos1 div.promos {
}

/*-------------- ローカルナビ --------------*/
/* -- ローカルナビエリア -- */

#nav-box {
}

#nav-box input ,
#nav-box label {
	display: none;
}

/*1階層*/
#nav-box ul.navLevel_1 {
	border-top:#94A6D6 1px dotted;
}

#nav-box ul.navLevel_1 > li {
	border-bottom:#94A6D6 1px dotted;
}

#nav-box ul.navLevel_1 > li > strong,
#nav-box ul.navLevel_1 > li > a {
	position: relative;
	display: block;
	padding: 14px 10px 14px 25px;
	color: #4c6072; 
	font-weight: bold;
	text-decoration: none;
}

#nav-box ul.navLevel_1 > li > strong:before ,
#nav-box ul.navLevel_1 > li > a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -5px;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #005bac;
	border-left: 1px solid #005bac;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
#nav-box ul.navLevel_1 > li.open > a:before ,
#nav-box ul.navLevel_1 > li.open > strong:before {
	margin-left: 2px;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

#nav-box ul.navLevel_1 > li > a[target="_blank"]:after {
	content: "";
	background:url(../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png) left top no-repeat;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 5px;
	margin-right: 5px;
}

#nav-box ul.navLevel_1 > li > strong ,
#nav-box ul.navLevel_1 > li > a:hover {
	background-color: #e4e9ec 
}


/*2階層*/
#nav-box ul.navLevel_2 {
	margin-left:20px;
}

#nav-box ul.navLevel_2 > li {
	border-top:#94A6D6 1px dotted;
}

#nav-box ul.navLevel_2 > li > strong,
#nav-box ul.navLevel_2 > li > a {
	position: relative;
	display: block;
	padding: 14px 10px 14px 25px;
	color: #4c6072; 
	font-weight: normal;
	text-decoration: none;
}

#nav-box ul.navLevel_2 > li > strong:before ,
#nav-box ul.navLevel_2 > li > a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -5px;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #005bac;
	border-left: 1px solid #005bac;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
#nav-box ul.navLevel_2 > li.open > a:before ,
#nav-box ul.navLevel_2 > li.open > strong:before {
	margin-left: 2px;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

#nav-box ul.navLevel_2 > li > a[target="_blank"]:after {
	content: "";
	background:url(../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png) left top no-repeat;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 5px;
	margin-right: 5px;
}

#nav-box ul.navLevel_2 > li > strong ,
#nav-box ul.navLevel_2 > li > a:hover {
	background-color: #e4e9ec;
}


/*3階層*/
#nav-box ul.navLevel_3 {
	margin-left:20px;
}

#nav-box ul.navLevel_3 > li {
	border-top:#94A6D6 1px dotted;
}

#nav-box ul.navLevel_3 > li > strong ,
#nav-box ul.navLevel_3 > li > a {
	position: relative;
	display:block;
	padding: 14px 10px 14px 25px;
	color: #4c6072; 
	font-weight: normal;
	text-decoration: none;
}

#nav-box ul.navLevel_3 > li > strong:before ,
#nav-box ul.navLevel_3 > li > a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -5px;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #005bac;
	border-left: 1px solid #005bac;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
#nav-box ul.navLevel_3 > li.open > a:before ,
#nav-box ul.navLevel_3 > li.open > strong:before {
	margin-left: 2px;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

#nav-box ul.navLevel_3 > li > a[target="_blank"]:after {
	content: "";
	background:url(../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png) left top no-repeat;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 5px;
	margin-right: 5px;
}

#nav-box ul.navLevel_3 > li > strong ,
#nav-box ul.navLevel_3 > li > a:hover {
	background-color: #e4e9ec; 
}

/*4階層*/
#nav-box ul.navLevel_4 {
	margin-left:20px;
}

#nav-box ul.navLevel_4 > li {
	border-top:#94A6D6 1px dotted;
}

#nav-box ul.navLevel_4 > li > strong ,
#nav-box ul.navLevel_4 > li > a {
	position: relative;
	display:block;
	padding: 14px 10px 14px 25px;
	color: #4c6072; 
	font-weight: normal;
	text-decoration: none;
}

#nav-box ul.navLevel_4 > li > strong:before ,
#nav-box ul.navLevel_4 > li > a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -5px;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #005bac;
	border-left: 1px solid #005bac;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
#nav-box ul.navLevel_4 > li.open > a:before ,
#nav-box ul.navLevel_4 > li.open > strong:before {
	margin-left: 2px;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

#nav-box ul.navLevel_4 > li > a[target="_blank"]:after {
	content: "";
	background:url(../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png) left top no-repeat;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 5px;
	margin-right: 5px;
}

#nav-box ul.navLevel_4 > li > strong ,
#nav-box ul.navLevel_4 > li > a:hover {
	background-color: #e4e9ec; 
}



/*5階層*/
#nav-box ul.navLevel_5 {
	margin-left:20px;
}

#nav-box ul.navLevel_5 > li {
	border-top:#94A6D6 1px dotted;
}

#nav-box ul.navLevel_5 > li > strong ,
#nav-box ul.navLevel_5 > li > a {
	position: relative;
	display:block;
	padding: 14px 10px 14px 25px;
	color: #4c6072; 
	font-weight: normal;
	text-decoration: none;
}

#nav-box ul.navLevel_5 > li > strong:before ,
#nav-box ul.navLevel_5 > li > a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -5px;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #005bac;
	border-left: 1px solid #005bac;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
#nav-box ul.navLevel_5 > li.open > a:before ,
#nav-box ul.navLevel_5 > li.open > strong:before {
	margin-left: 2px;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

#nav-box ul.navLevel_5 > li > a[target="_blank"]:after {
	content: "";
	background:url(../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png) left top no-repeat;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 5px;
	margin-right: 5px;
}

#nav-box ul.navLevel_5 > li > strong ,
#nav-box ul.navLevel_5 > li > a:hover {
	background-color: #e4e9ec; 
}


/* -- 第6階層以下非表示 -- */
#nav-box ul.navLevel_6 {
	display:none;
}

/* -- ☆階層が増えるごとに、連番で追加 -- */

#promos2 {
}

#promos2 div.promos {
}



/*------------------------------------- 
11_コンテンツエリア
-------------------------------------*/
/*-------------- ●ok●概要エリア --------------*/

#page-intro {
	width:100%;
	min-width: 720px;
}

/* -- コンテンツ内H1レイアウト -- */
#page-intro > h1 {
	color:#005bac;
	font-size: 28px;
	font-weight: bold;
	padding:15px 0px;
	margin-bottom:20px;
}

/* -- H1画像登録時レイアウト -- */

#page-intro .titleImage {
	margin-bottom:20px;
}

#page-intro .titleImage h1 {
	width:auto;
	line-height:0;
	max-width:100%;
	padding:0;
	font-size:0;
}

#page-intro .titleImage h1 img {
	width: auto;
	margin: 0 auto;
}

/* -- 概要に日付入れた際使用（イベント・汎用） -- */
#page-intro div.text-meta ul.text-data {
}

#page-intro div.text-meta ul.text-data li.date {
	display: none;
}


/*--- 概要説明文の画像 ---*/
#page-intro .abstractImage {
	margin: 0 auto;
/*	margin-bottom: 10px; */
}

#page-intro .abstractImage p {
	width:100%;
}

#page-intro .abstractImage img {
	display: none;
}


/*--- ●ok●メインコンテンツ ---*/
#sharewithmain {
	font-size: 0;
}


/*-------------- ●ok●プロモス3エリア --------------*/
#promos3 {
}

#promos3 div.promos3 {
}



/*------------------------------------- 
12_フッターエリア
-------------------------------------*/

/*-------------- FOOTER --------------*/


#section-site-info {
}

#section-site-info-box {
}

#site-info {
	position: relative;
	margin-top: 30px;
	padding-bottom: 70px;
	padding-top: 40px;
	border-top: 2px solid #005bac;
}

#site-info-box {
	width: 1020px;
	margin: 0 auto;
}
#site-info-box:after {
	content: "";
	display: block;
	clear: both;
}

p#copyright {
	width: 100%;
	min-width: 1020px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	background-color: #005bac;
	padding: 25px 0;

	position: absolute;
	bottom: 0;
	left: 0;
}

/* -- マグノリアのロゴが入ってる★★！！要確認_タグごと削除予定 -- */
p#copyright-magnolia {
	display:none;
}



/*-------------- カラム選択07_901 --------------*/
/* -- NIR基本全社共通 -- */

/* -- ★★NIR -- */
.multiColumn1,
.multiColumn2,
.multiColumn3,
.multiColumn4,
.multiColumn5 {
/*    width: 100%; */
/*    box-sizing: border-box; */
	clear:both;
	margin-bottom:40px;

	font-size: 14px;
}

.multiColumn2 > .column1 ,
.multiColumn2 > .column2 {
	width:48.5%;
	float:left;
}

.multiColumn2 > .column1 {
	margin-right:3%;
}

.multiColumn3 > .column1 ,
.multiColumn3 > .column2 ,
.multiColumn3 > .column3 {
	width:31.4%;
	float:left;
}

.multiColumn3 > .column1 ,
.multiColumn3 > .column2 {
	margin-right:2.9%;
}

.multiColumn4 > .column1 ,
.multiColumn4 > .column2 ,
.multiColumn4 > .column3 ,
.multiColumn4 > .column4 {
	width:23.5%;
	width: calc((100% - 60px)/4);
	float:left;
}

.multiColumn4 > .column1 ,
.multiColumn4 > .column2 ,
.multiColumn4 > .column3 {
	margin-right:2%;
	margin-right: 20px;
}

.multiColumn5 > .column1 ,
.multiColumn5 > .column2 ,
.multiColumn5 > .column3 ,
.multiColumn5 > .column4 ,
.multiColumn5 > .column5 {
	width:18%;
	float:left;
}

.multiColumn5 > .column1 ,
.multiColumn5 > .column2 ,
.multiColumn5 > .column3 ,
.multiColumn5 > .column4 {
	margin-right:2.5%;
}



/*------------------------------------- 
14_パーツ（コンポーネント）
-------------------------------------*/

/*------- CKエディタ ----------*/

/* -- ckエディタの機能を損なうから制御は不可 -- */
#page-intro .abstractImage ,
.quoted-text blockquote ,
.highlight-quoted-text ,
.text-section ,
.internal-link-area ,
.external-link-area ,
.download-link-area ,
.faq-list .faq-item ,
.vertical-table .vtable-item > table > tbody > tr > th ,
.vertical-table .vtable-item > table > tbody > tr > td ,
.ircalendar .ircalendar-title > table > tbody > tr > th ,
.ircalendar .ircalendar-item > table > tbody > tr > td {
/*	text-align: center; */
}

#page-intro .abstractImage > * ,
.quoted-text blockquote > * ,
.highlight-quoted-text > * ,
.text-section > * ,
.internal-link-area > * ,
.external-link-area > * ,
.download-link-area > * ,
.faq-list .faq-item > * ,
.vertical-table .vtable-item > table > tbody > tr > th > * ,
.vertical-table .vtable-item > table > tbody > tr > td > * ,
.ircalendar .ircalendar-title > table > tbody > tr > th > * ,
.ircalendar .ircalendar-item > table > tbody > tr > td > * {
/*	text-align: left; */
}

#page-intro .abstractImage p ,
.quoted-text blockquote p ,
.highlight-quoted-text p ,
.text-section p ,
.internal-link-area p ,
.external-link-area p ,
.download-link-area p ,
.faq-list .faq-item p ,
.vertical-table .vtable-item p ,
.ircalendar .ircalendar-title p ,
.ircalendar .ircalendar-item p {
	display: block;
}

/* -- ckエディタのリスト表示用 -- */
#page-intro .abstractImage ol ,
.quoted-text blockquote ol ,
.highlight-quoted-text ol ,
.text-section ol ,
.internal-link-area ol ,
.external-link-area ol ,
.download-link-area ol ,
.faq-list .faq-item ol ,
.vertical-table .vtable-item ol ,
.ircalendar .ircalendar-title ol ,
.ircalendar .ircalendar-item ol {
	padding-left:2em;
	list-style:decimal;
}

#page-intro .abstractImage ol li ,
.quoted-text blockquote ol li ,
.highlight-quoted-text ol li ,
.text-section ol li ,
.internal-link-area ol li ,
.external-link-area ol li ,
.download-link-area ol li ,
.faq-list .faq-item ol li ,
.vertical-table .vtable-item ol li ,
.ircalendar .ircalendar-title ol li ,
.ircalendar .ircalendar-item ol li {
	list-style:inherit;
}

/* -- ckエディタのリスト表示用 -- */
#page-intro .abstractImage ul ,
.quoted-text blockquote ul ,
.highlight-quoted-text ul ,
.text-section ul ,
.internal-link-area ul ,
.external-link-area ul ,
.download-link-area ul ,
.faq-list .faq-item ul ,
.vertical-table .vtable-item ul ,
.ircalendar .ircalendar-title ul ,
.ircalendar .ircalendar-item ul {
	padding-left:2em;
	list-style:disc;
}

#page-intro .abstractImage ul li ,
.quoted-text blockquote ul li ,
.highlight-quoted-text ul li ,
.text-section ul li ,
.internal-link-area ul li ,
.external-link-area ul li ,
.download-link-area ul li ,
.faq-list .faq-item ul li ,
.vertical-table .vtable-item ul li ,
.ircalendar .ircalendar-title ul li ,
.ircalendar .ircalendar-item ul li {
	list-style:inherit;
}

#page-intro .abstractImage em ,
.quoted-text blockquote em ,
.highlight-quoted-text em ,
.text-section em ,
.internal-link-area em ,
.external-link-area em ,
.download-link-area em ,
.faq-list .faq-item em ,
.vertical-table .vtable-item em ,
.ircalendar .ircalendar-title em ,
.ircalendar .ircalendar-item em {
/*	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic','メイリオ','Meiryo','sans-serif'; */
/*	font-style:italic; */

	display: inline-block;
	font-style: normal;
	font-weight: bold;
	font-size: 90%;
	background-color: #dcedfa;
	color: #005bac;
	border-radius: 1em;
	padding: 2px 15px;
	margin-bottom: 5px;
}

/*------- リンクアイコン ----------*/
/*
#page-intro .abstractImage a ,
.quoted-text blockquote a ,
.highlight-quoted-text a ,
.text-section a ,
.faq-list .faq-item a ,
.vertical-table .vtable-item a ,
.ircalendar .ircalendar-title a ,
.ircalendar .ircalendar-item a {
	position: relative;
	padding-left: 17px;
	padding-right: 3px;
}

#page-intro .abstractImage a:before ,
.quoted-text blockquote a:before ,
.highlight-quoted-text a:before ,
.text-section a:before ,
.faq-list .faq-item a:before ,
.vertical-table .vtable-item a:before ,
.ircalendar .ircalendar-title a:before ,
.ircalendar .ircalendar-item a:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	margin-top: 4px;
	margin-left: 3px;
	display: block;
	width: 4px;
	height: 4px;
	border-top: 1px solid #005bac;
	border-left: 1px solid #005bac;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
*/

/*------- 別窓アイコン ----------*/
#page-intro .abstractImage a[target="_blank"]:after ,
.quoted-text blockquote a[target="_blank"]:after ,
.highlight-quoted-text a[target="_blank"]:after ,
.text-section a[target="_blank"]:after ,
/* .internal-link-area a[target="_blank"]:after , */
/* .external-link-area a[target="_blank"]:after , */
/* .download-link-area a[target="_blank"]:after , */
.faq-list .faq-item a[target="_blank"]:after ,
.vertical-table .vtable-item a[target="_blank"]:after ,
.ircalendar .ircalendar-title a[target="_blank"]:after ,
.ircalendar .ircalendar-item a[target="_blank"]:after {
	content: "";
	background:url(../../img/defaulticon/common/link02.png) left top no-repeat;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 5px;
	margin-right: 5px;
/*	vertical-align: middle; */
}

/*------- PDFアイコン ----------*/
#page-intro .abstractImage a[href$=".pdf"]:after ,
.quoted-text blockquote a[href$=".pdf"]:after ,
.highlight-quoted-text a[href$=".pdf"]:after ,
.text-section a[href$=".pdf"]:after ,
/* .internal-link-area a[href$=".pdf"]:after , */
/* .external-link-area a[href$=".pdf"]:after , */
/* .download-link-area a[href$=".pdf"]:after , */
.faq-list .faq-item a[href$=".pdf"]:after ,
.vertical-table .vtable-item a[href$=".pdf"]:after ,
.ircalendar .ircalendar-title a[href$=".pdf"]:after ,
.ircalendar .ircalendar-item a[href$=".pdf"]:after {
	content: "";
	background:url(../../img/defaulticon/common/pdf.png) left top no-repeat;
	display: inline-block;
	width: 20px;
	height: 22px;
	vertical-align: bottom;
	margin-left: 5px;
}

/*------- ZIPアイコン ----------*/
#page-intro .abstractImage a[href$=".zip"]:after ,
.quoted-text blockquote a[href$=".zip"]:after ,
.highlight-quoted-text a[href$=".zip"]:after ,
.text-section a[href$=".zip"]:after ,
/* .internal-link-area a[href$=".zip"]:after , */
/* .external-link-area a[href$=".zip"]:after , */
/* .download-link-area a[href$=".zip"]:after , */
.faq-list .faq-item a[href$=".zip"]:after ,
.vertical-table .vtable-item a[href$=".zip"]:after ,
.ircalendar .ircalendar-title a[href$=".zip"]:after ,
.ircalendar .ircalendar-item a[href$=".zip"]:after {
	content: "";
	background:url(../../img/defaulticon/common/zip.png) left top no-repeat;
	display: inline-block;
	width: 18px;
	height: 17px;
	vertical-align: middle;
	margin-left: 5px;
}



/* -----------------------------
画像レイアウト
--------------------------------- */

/*-- 画像_左 --*/
#page-intro .abstractImage img ,
div.text-section img ,
div.internal-link-area img ,
div.external-link-area img ,
div.download-link-area img ,
div.faq-list .faq-item img ,
div.vertical-table img ,
div.ircalendar div.ircalendar-title table img,
div.ircalendar div.ircalendar-item table img {
	float: left;
	margin-right: 20px;
	margin-left: 0;
	margin-bottom:8px;
	width:auto;
	max-width:40%;
}

/*-- 画像_右 --*/
#page-intro .abstractImage img.pos-2 ,
div.text-section img.pos-2 ,
div.internal-link-area .pos-2 ,
div.external-link-area .pos-2 ,
div.download-link-area .pos-2 ,
div.faq-list .faq-item img.pos-2 ,
div.vertical-table img.pos-2 ,
div.ircalendar div.ircalendar-title table img.pos-2,
div.ircalendar div.ircalendar-item table img.pos-2 {
	float: right;
	margin-right: 0;
	margin-left: 16px;
	margin-bottom:8px;
	width:auto;
	max-width:40%;
}

/*-- 画像_上 --*/
#page-intro .abstractImage img.large ,
div.text-section img.large ,
div.internal-link-area img.large ,
div.external-link-area img.large ,
div.download-link-area img.large ,
div.faq-list .faq-item img.large ,
div.vertical-table img.large ,
div.ircalendar div.ircalendar-title table img.large,
div.ircalendar div.ircalendar-item table img.large {
	float:none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:8px;
	width:auto;
	max-width:100%;
}


/*-- 画像_重ねる --*/
div.text-section img.pos-4 {
	width: 100%;
}

div.text-section img.pos-4 + .text {
	position: absolute;
/*
	top: 50%;
	top: calc(50%);
*/
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 10px 20px;
/*
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	    transform: translate(0, -50%);
*/

/*	text-shadow: 0.1em 0.1em 0.2em #fff; */
}

div.text-section > .mgnlEditorBar[aria-hidden="false"] + img.pos-4 + .text {
	top: calc(50% + 13.5px);
}


/*-- キャプション付き画像の場合_左 --*/
div.text-section dl.photo ,
div.faq-list .faq-item dl.photo {
	width:40%;
	margin-right:16px;
	float:left;
}

div.text-section dl.photo dt ,
div.faq-list .faq-item dl.photo dt {
	text-align:center;
	margin-bottom: 8px;
}

div.text-section dl.photo dt img ,
div.faq-list .faq-item dl.photo dt img {
	float:none!important;
	width:auto;
	max-width:100%;
	margin:0 auto;
}

div.text-section dl.photo dd ,
div.faq-list .faq-item dl.photo dd {
	text-align: center;
}

/*-- キャプション付き画像の場合_右 --*/
div.text-section dl.pos-2 ,
div.faq-list .faq-item dl.pos-2 {
	width:40%;
	margin-right:0;
	margin-left: 16px;
	float:right;
}

div.text-section dl.pos-2 dt img ,
div.faq-list .faq-item dl.pos-2 dt img {
	float:none;
	width:auto;
	max-width:100%;
	margin:0 auto;
}

/*-- キャプション付き画像の場合_上 --*/
div.text-section dl.large ,
div.faq-list .faq-item dl.large {
	float:none;
	margin-top:0;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	width:auto;
	max-width:100%;
}

div.text-section dl.large dt img ,
div.faq-list .faq-item dl.large dt img {
	float:none;
	width:auto;
	max-width:100%;
	margin:0 auto;
}

/* -- キャプション -- */
/*-- 画像のタイトル --*/
div.text-section .caption ,
div.faq-list .faq-item .caption {
}

/*-- コピーライト --*/
div.text-section .copyright ,
div.faq-list .faq-item .copyright {
}

/*-- 画像の説明 --*/
div.text-section .longdesc ,
div.faq-list .faq-item .longdesc {
/*	display: none; */
}

/*-- 虫眼鏡(現状、非表示) --*/
div.text-section .zoom ,
div.faq-list .faq-item .zoom {
	float: right;
	display:none;
}
div.text-section .zoom a ,
div.faq-list .faq-item .zoom a {
	display: block;
	background: url(../../img/icons/sprites.png) 0 -508px no-repeat;
	width: 24px;
	height:24px;
	overflow: hidden;
	text-indent: -9999px;
	margin:0 auto;
}


/*-------------- 中見出し(共通) ------------*/

div.text-section h2 ,
div.title2 h2,
div.link-list h2,
div.link-list-url h2,
/*div.sitemap h2,*/
div.news-yuho dl dt,
div.news-result dl dt  {
	padding: 5px 0 15px;
	color: #000;
	font-size: 20px;
	font-weight:bold;
	border-bottom: 2px solid #005bac;

	margin-bottom: 20px;
}

/*-------------- 小見出し07_903 --------------*/
/* -- 見出しh2レベル -- */
div.title2 h2 {
	clear:both;
}

/* -- 見出しh3レベル -- */
div.title3 h3 {
	padding-top: 5px;
	padding-left: 15px;
	color: #000;
	font-size: 20px;
	font-weight:normal;
	border-left: 5px solid #005bac;

	margin-bottom:15px;
}

/* -- 見出しh4レベル -- */
div.title4 h4 {
	padding: 5px 0 10px;
	color: #000;
	font-size: 16px;
	font-weight:normal;

	margin-bottom:12px;
}


/*-------------- 引用符07_001 --------------*/

/* 緊急エリア */
div.quoted-text {
	width: 1020px;
	margin: 20px auto;
	border:#F00 2px solid;
}

div.quoted-text blockquote {
	background:none;
	padding:10px;
}

/*-------------- ハイライト引用符07_002 --------------*/

div.highlight-quoted-text {
	background-color: #f3f3f3;
	padding: 20px 20px;
}

div.highlight-quoted-text cite {
	background: transparent url(../../img/bgs/dash.png) no-repeat scroll 0px 8px;
	padding-left: 10px;
	font-size: 85.7%; /* 12px */
	font-style:italic;
}

/*-------------- テキストと画像コンポーネント07_003 --------------*/
div.text-section {
	margin-bottom:20px;
	position: relative;
}

/* -- 副見出し -- */
div.text-section h2 {
	clear:both;
}


/*-------------- 内部ページバナー07_414 --------------*/

div.teaser {
	margin-bottom: 20px;
}

/* -- title -- */
div.teaser h2 {
	margin-bottom:5px;
}

div.teaser h2 a {
	display: block;
}

/* -- テキスト -- */
div.teaser p {
	margin-bottom:10px;
}

/* -- 内部リンクだけ表示される（続きを）読むを削除 -- */
div.teaser em.more {
	display:none;
}

/* -- 画像のレイアウト変更したい時はここ -- */
div.teaser img {
	margin: 0 auto;
}


/*--- 内部ページバナー ハイライト表示 ---*/
div.teaser.highlight {
}

div.teaser.highlight:not(.no-img) img {
	margin: 0;
}


/*--- 内部ページバナー テキストのみ ---*/
div.teaser.no-img {
	text-align: left;
	margin-bottom: 20px;
}


/*-------------- 外部ページバナー07_416 --------------*/

div.external-teaser {
/*	width:100%; */
/*	text-align: center; */
	margin-bottom: 20px;
}

/* -- title -- */
div.external-teaser h2 {
	margin-bottom:5px;
}

div.external-teaser h2 a {
	display: block;
}

/* -- テキスト -- */
div.external-teaser p {
	margin-bottom:10px;
}

/* -- 画像のレイアウト変更したい時はここ -- */
div.external-teaser img {
	margin: 0 auto;
}

/*--- 外部ページバナー、テキストのみ ---*/
div.external-teaser.no-img {
	text-align: left;
	margin-bottom: 20px;
}

/*--- 外部ページバナー ハイライト表示 ---*/
div.external-teaser.highlight {
}


/* ----- 内部バナー　メインエリア用 ----- */
/* ----- 外部バナー　メインエリア用 ----- */

#sharewithmain div.teaser.no-img:not(.highlight) ,
#sharewithmain div.external-teaser.no-img:not(.highlight) {
}

#sharewithmain div.teaser.no-img:not(.highlight) h2 ,
#sharewithmain div.external-teaser.no-img:not(.highlight) h2 {
	font-size: 18px;
	display: table;
	width: 100%;
	position: relative;
}

#sharewithmain div.teaser.no-img:not(.highlight) h2 a ,
#sharewithmain div.external-teaser.no-img:not(.highlight) h2 a {
	padding: 17px 27px 17px 47px;
	border: 3px solid #005bac;
	color: #FFF;
	background-color: #005bac;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
}

#sharewithmain div.teaser.no-img:not(.highlight) h2 a:hover ,
#sharewithmain div.external-teaser.no-img:not(.highlight) h2 a:hover {
	color: #005bac;
	background-color: #FFF;
}

#sharewithmain div.teaser.no-img:not(.highlight) h2 a:before ,
#sharewithmain div.external-teaser.no-img:not(.highlight) h2 a:before {
	content: "";
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 26px;
	margin-top: -0.5em;
	display: block;
	width: 1em;
	height: 1em;
	background: url("../../../../../../resources/sw_img/icon_arrow_white.png") no-repeat center center;
	background-size: contain;
}

#sharewithmain div.teaser.no-img:not(.highlight) h2 a:hover:before ,
#sharewithmain div.external-teaser.no-img:not(.highlight) h2 a:hover:before {
	background-image: url("../../../../../../resources/sw_img/icon_arrow_blue.png");
}

#sharewithmain div.teaser.no-img:not(.highlight) h2 a[target="_blank"]:after ,
#sharewithmain div.external-teaser.no-img:not(.highlight) h2 a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/sw_img/linkout_white.png") no-repeat left center;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 0.5em;
/*	vertical-align: middle; */
}

#sharewithmain div.teaser.no-img h2:not(.highlight) a[target="_blank"]:hover:after ,
#sharewithmain div.external-teaser.no-img:not(.highlight) h2 a[target="_blank"]:hover:after {
	background: url("../../../../../../resources/sw_img/linkout_blue.png") no-repeat left center;
}


#sharewithmain div.teaser.no-img:not(.highlight) p ,
#sharewithmain div.external-teaser.no-img:not(.highlight) p {
}


/* ----- 内部バナー ハイライト　メインエリア用 ----- */
/* ----- 外部バナー ハイライト　メインエリア用 ----- */

#sharewithmain div.teaser.no-img.highlight ,
#sharewithmain div.external-teaser.no-img.highlight {
}

#sharewithmain div.teaser.no-img.highlight h2 ,
#sharewithmain div.external-teaser.no-img.highlight h2 {
	font-size: 14px;
	position: relative;
}

#sharewithmain div.teaser.no-img.highlight h2 a ,
#sharewithmain div.external-teaser.no-img.highlight h2 a {
	padding: 14px 9px 14px 29px;
	border: 1px solid #ccc;
	color: #005bac;
	background-color: #fff;
	text-decoration: none;
}

#sharewithmain div.teaser.no-img.highlight h2 a:hover ,
#sharewithmain div.external-teaser.no-img.highlight h2 a:hover {
	border-color: #005bac;
}


#sharewithmain div.teaser.no-img.highlight h2 a:before ,
#sharewithmain div.external-teaser.no-img.highlight h2 a:before {
	content: "";
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 12px;
	margin-top: -0.5em;
	display: block;
	width: 1em;
	height: 1em;
	background: url("../../../../../../resources/sw_img/icon_arrow_blue.png") no-repeat center center;
	background-size: contain;
}

#sharewithmain div.teaser.no-img.highlight h2 a[target="_blank"]:after ,
#sharewithmain div.external-teaser.no-img.highlight h2 a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/sw_img/linkout_blue.png") no-repeat left center;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 0.5em;
/*	vertical-align: middle; */
}

#sharewithmain div.teaser.no-img.highlight p ,
#sharewithmain div.external-teaser.no-img.highlight p {
}



/* ----- 内部バナー　プロモス1用 ----- */
/* ----- 外部バナー　プロモス1用 ----- */
#promos1 div.teaser.no-img ,
#promos1 div.external-teaser.no-img {
	margin-bottom: 0;
}

#promos1 div.teaser.no-img h2 ,
#promos1 div.external-teaser.no-img h2 {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: -1px;
	border-bottom: 2px solid #666;
	position: relative;
}

#promos1 div.teaser.no-img h2 a ,
#promos1 div.external-teaser.no-img h2 a {
	display: block;
	padding: 15px 10px 15px 25px;
	color: #005bac;
	font-weight: bold;
	background-color: #FFF;
	text-decoration: none;
}

#promos1 div.teaser.no-img h2 a:before ,
#promos1 div.external-teaser.no-img h2 a:before {
	content: "";
	font-size: 16px;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -0.5em;
	display: block;
	width: 1em;
	height: 1em;
	background: url("../../../../../../resources/sw_img/icon_arrow_blue.png") no-repeat center center;
	background-size: contain;
}

#promos1 div.teaser.no-img h2 a:hover ,
#promos1 div.external-teaser.no-img h2 a:hover {
	opacity: 0.7;
}

#promos1 div.teaser.no-img p ,
#promos1 div.external-teaser.no-img p {
}

/* ----- 内部バナー ハイライト　プロモス1用 ----- */
/* ----- 外部バナー ハイライト　プロモス1用 ----- */
#promos1 div.teaser.no-img.highlight ,
#promos1 div.external-teaser.no-img.highlight {
	margin-bottom: 20px;
}

#promos1 div.teaser.no-img.highlight h2 ,
#promos1 div.external-teaser.no-img.highlight h2 {
	font-size: 16px;
	border: none;
	position: relative;
}

#promos1 div.teaser.no-img.highlight h2 a ,
#promos1 div.external-teaser.no-img.highlight h2 a {
	padding: 25px 10px 25px 30px;
	font-weight: normal;
	color: #FFF;
	background-color: #ff812d;
	text-decoration: none;
}

#promos1 div.teaser.no-img.highlight h2 a:before ,
#promos1 div.external-teaser.no-img.highlight h2 a:before {
	content: "";
	font-size: 16px;
	position: absolute;
	top: 50%;
	left: 7px;
	margin-top: -0.5em;
	display: block;
	width: 1em;
	height: 1em;
	background: url("../../../../../../resources/sw_img/icon_arrow_white.png") no-repeat center center;
	background-size: contain;
}


#promos1 div.teaser.no-img.highlight h2 a:hover ,
#promos1 div.external-teaser.no-img.highlight h2 a:hover {
	opacity: 0.7;
}

#promos1 div.teaser.no-img.highlight p ,
#promos1 div.external-teaser.no-img.highlight p {
}


/* 中央寄せ */
#sharewithmain .lx_teaser_halign_left div.teaser.no-img ,
#sharewithmain .lx_teaser_halign_left div.external-teaser.no-img ,
#sharewithmain .lx_teaser_halign_left div.external-teaser.no-img {
	margin-left: 0;
	margin-right: auto;
	width: fit-content;
}

#sharewithmain .lx_teaser_halign_center div.teaser.no-img ,
#sharewithmain .lx_teaser_halign_center div.external-teaser.no-img ,
#sharewithmain .lx_teaser_halign_center div.external-teaser.no-img {
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
}

#sharewithmain .lx_teaser_halign_right div.teaser.no-img ,
#sharewithmain .lx_teaser_halign_right div.external-teaser.no-img ,
#sharewithmain .lx_teaser_halign_right div.external-teaser.no-img {
	margin-left: auto;
	margin-right: 0;
	width: fit-content;
}

/*-------------- ダウンロードページバナー07_418 ------*/

div.download-teaser {
	margin-bottom: 20px;
}

/* -- title -- */
div.download-teaser h2 {
	margin-bottom:5px;
}

div.download-teaser h2 a {
	display: block;
}

/* -- iconファイル用★★要確認！ -- */
div.download-teaser h2 em {
}

/* -- テキスト -- */
div.download-teaser p {
	margin-bottom:10px;
}

/* -- 画像のレイアウト変更したい時はここ -- */
div.download-teaser img {
	margin: 0 auto;
}

/*--- ダウンロードバナー テキストのみ ---*/
div.download-teaser.no-img {
}

/*--- ダウンロードページバナー ハイライト表示 ---*/
div.download-teaser.highlight {
}


/* ----- ダウンロードバナー　メインエリア用 ----- */

#sharewithmain div.download-teaser.no-img {
}

#sharewithmain div.download-teaser.no-img h2 {
	display: block;
	font-size: 18px;
	position: relative;
}

#sharewithmain div.download-teaser.no-img h2 a {
	padding: 20px 30px 20px 50px;
	color: #005bac;
	background-color: #bac4cd;
	text-decoration: none;
}

#sharewithmain div.download-teaser.no-img h2 a:before {
	content: "";
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 29px;
	margin-top: -0.5em;
	display: block;
	width: 1em;
	height: 1em;
	background: url("../../../../../../resources/sw_img/icon_arrow_blue.png") no-repeat center center;
	background-size: contain;
}

#sharewithmain div.download-teaser.no-img h2 a:hover {
	opacity: 0.7;
}

#sharewithmain div.download-teaser.no-img p {
}



/*-------------- ページ内リンク07_410 --------------*/

div.anchor-link {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}

div.anchor-link a {
	position: relative;
	padding-left: 25px;
	display: block;
}

div.anchor-link a:before {
	content: "";
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 4px;
	margin-top: -0.5em;
	display: block;
	width: 1em;
	height: 1em;
	background: url("../../../../../../resources/sw_img/icon_arrow_blue.png") no-repeat center center;
	background-size: contain;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}


/*-------------- リンクリスト07_401★★要確認！不具合解消で削除されてるはず -- */
/*-------------- リンクリストURL事前確認07_402　個別に設定が必要な際は分割して設定 --------------*/

div.link-list,
div.link-list-url {
	margin-bottom:20px;
}

/* -- 副見出し -- */
div.link-list h2,
div.link-list-url h2 {
	clear:both;
}


div.link-list ul,
div.link-list-url ul {
}

div.link-list ul li,
div.link-list-url ul li {
    position: relative;
}

div.link-list em,
div.link-list-url em {
	font-size: 85.7%; /* 12px */
	font-style:normal;
}


/* -- 内部リンク07_404 -- */
/* -- 外部リンク07_406 -- */
div.link-list .internal-link-text ,
div.link-list .external-link-text ,
div.link-list-url .internal-link-text ,
div.link-list-url .external-link-text {
	padding-left: 15px;
	margin-bottom: 5px;
	position: relative;
}

div.link-list .internal-link-text:before ,
div.link-list .external-link-text:before ,
div.link-list-url .internal-link-text:before ,
div.link-list-url .external-link-text:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -4px;
	margin-left: -2px;
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #005bac;
	border-left: 1px solid #005bac;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}


/* -- 別窓アイコン -- */
div.link-list .internal-link-text a[target="_blank"]:after ,
div.link-list .external-link-text a[target="_blank"]:after ,
div.link-list-url .internal-link-text a[target="_blank"]:after ,
div.link-list-url .external-link-text a[target="_blank"]:after {
	content: "";
	background:url(../../img/defaulticon/common/link02.png) left top no-repeat;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 5px;
/*	vertical-align: middle; */
}

/* -- ダウンロードリンク07_408　07_409 -- */
div.link-list .download-link-text,
div.link-list-url .download-link-url {
	margin-bottom:5px;
}

div.link-list .download-link-text img,
div.link-list-url .download-link-url img {
	display: inline-block;
	vertical-align:middle;
}

/* -- ダウンロードリンク容量表示 -- */
div.link-list .download-link-text em,
div.link-list-url .download-link-url em {
	font-size: 85.7%; /* 12px */
	font-style:normal;
}


/*-------------- 決算短信一覧（リスト）07_206 --------------*/
/*-------------- 有価証券報告書一覧07_209 --------------*/

div.news-result ,
div.news-yuho {
}

div.news-result dl ,
div.news-yuho dl {
	margin-bottom:20px;
}


div.news-result dl dt ,		 /*h2相当*/
div.news-yuho dl dt {
	clear:both;
}

div.news-result dl dd ,
div.news-yuho dl dd {
    position: relative;
	margin-bottom:5px;
}


/* -- PDFアイコン -- */
div.news-result span.d_icon img ,
div.news-yuho span.d_icon img {
	display: inline-block;
	vertical-align: text-bottom;
}

/* -- ファイル容量 -- */
div.news-result span.filesize ,
div.news-yuho span.filesize {
	font-size: 85.7%;
	font-style:normal;
}


/* ハイライト表示のリンクは、直前のリンクに属する様に見えるスタイルにする。 */
/* (ハイライト表示されていないリンクは、他の決算短信・有報と同列に表示）  */
.link-list:not(.highlight) li.highlight ,
.link-list-url li.highlight ,
.news-result dl dd.highlight ,
.news-yuho dl dd.highlight ,
.news-presentation dl dd.highlight ,
.news-material dl dd.highlight {
	padding-top: 0px;
	padding-left: 45px;
}

/* ハイライト表示のリンクのＬ字アイコン */
.link-list:not(.highlight) li.highlight::before ,
.link-list-url li.highlight::before ,
.news-result dl dd.highlight::before ,
.news-yuho dl dd.highlight::before ,
.news-presentation dl dd.highlight::before ,
.news-material dl dd.highlight::before {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;

	content: "";
	position: absolute;
	top: 3px;
	left: 25px;
	display: block;
	width: 10px;
	height: 10px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}


/*-------------- FAQ07_701 --------------*/
div.faq-list {
}

div.faq-list > ul {
	margin-bottom:30px;
}

div.faq-list > ul > li {
	min-height: 59px;
	clear:both;
	border-bottom: 1px solid #ccc;
}

div.faq-list h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #005bac;
	line-height:inherit;

	position: relative;
	padding: 15px 0;
	padding-right: 35px;
	margin-left: 35px;
}
div.faq-list h3:before {
	content: "Q";
	position: absolute;
	top: 15px;
	left: -35px;
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	vertical-align:middle;

	font-size: 24px;
	font-weight: bold;
	color: #005bac;
}

div.faq-list h3 a {
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}

div.faq-list h3 a:hover {
	opacity: 0.7;
}

/* 開閉アイコン */
.faq-list h3 a::before ,
.faq-list h3 a::after {
	content: "";
	position: absolute;
	display: block;
	background: #005bac;
	transition: 0.5s;
}

.faq-list h3 a::before {
	top: 50%;
	right: 20px;
	width: 18px;
	height: 2px;
	transform: translate(50%, -50%);
}
.faq-list h3 a::after {
	top: 50%;
	right: 20px;
	width: 2px;
	height: 18px;
	transform: translate(50%, -50%);
}

.faq-list h3 a.js-selected::after {
	background-color: transparent;
}


div.faq-list .faq-item {
	position: relative;
	margin-left: 65px;
}
div.faq-list .faq-item:before {
	content: "A";
	position: absolute;
	top: 0;
	left: -35px;
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	vertical-align:middle;

	font-size: 24px;
	font-weight: bold;
	color: #222;
}

/*-- FAQを出しっぱなしにする設定 --*/
/*
div.faq-list h3 a {
	cursor: inherit;
}
div.faq-list > ul > li {
	height: auto !important;
}
div.faq-list .faq-item {
	display: block !important;
}
*/


/*-------------- このサイトについて07_005 --------------*/
.footer-about {
}

.footer-about h4 {
	margin-bottom:8px;
	font-size:100%; /* 14px */
	font-weight:bold;
	line-height:1.2;
	border-left:#999 3px solid;
	padding-top:1px;
	padding-left:8px;
}

.footer-about img {
}

.footer-about p {
}


/*-------------- フッタリンク07_403 --------------*/

div.footer-link-list {
}

div.footer-link-list h4 {
}

div.footer-link-list ul {
}

div.footer-link-list ul li {
}


/*-------------- 内部フッタリンク07_405 --------------*/
/*-------------- 外部フッタリンク07_407 --------------*/

div.footer-link-list ul li.footer-link-internal ,
div.footer-link-list ul li.footer-link-external {
	background:url(../../img/defaulticon/common/link01.png) 6px 0.4em no-repeat;
	padding-left:18px;
}
div.footer-link-list ul li.footer-link-internal a ,
div.footer-link-list ul li.footer-link-external a {
}

/* -- 別窓アイコン -- */
div.footer-link-list .footer-link-internal a[target="_blank"]:after ,
div.footer-link-list .footer-link-external a[target="_blank"]:after {
	content: "";
	background:url(../../img/defaulticon/common/link02.png) left top no-repeat;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 5px;
/*	vertical-align: middle; */
}


/*-------------- flashアニメーション07_007 --------------*/

.flash-animation {
	margin:0 auto;
	text-align:center;
}


/*-------------- 動画07_008 --------------*/
/* -- dlにclass名ついていますが、そちらは使いません。 -- */
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; */
}




/*-------------- 音声07_010 --------------*/
/* -- dlにclass名ついていますが、そちらは使いません。 -- */
div.audio {
	margin-bottom:10px;
}

div.audio dl {
	width:80%;
	margin:0 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; */
}




/*-------------- 内部ページリンク（エリアリンク）07_411 internal --------------*/
/*-------------- 外部ページリンク（エリアリンク）07_412 external --------------*/

div.internal-link-area ,
div.external-link-area {
/*	clear:both; */
}

div.internal-link-area > a ,
div.external-link-area > a {
	display: block;
	text-decoration: none;
	position: relative;
}

div.internal-link-area > a:hover ,
div.external-link-area > a:hover {
}

div.internal-link-area img ,
div.external-link-area img ,
div.internal-link-area img.pos-2 ,
div.external-link-area img.pos-2 ,
div.internal-link-area img.large ,
div.external-link-area img.large {
	margin-bottom: 0;
}


div.internal-link-area > a p ,
div.external-link-area > a p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 15px 20px;
	background-color: rgba(0,91,172, 0.8);
	color: #FFF;
}

/* -- 別窓アイコン -- */
div.internal-link-area > a[target="_blank"]:after ,
div.external-link-area > a[target="_blank"]:after {
	content: "";
	background:url(../../../../../../resources/sw_img/linkout_white.png) left top no-repeat;
	display: inline-block;
	width: 16px;
	height: 13px;
/*	vertical-align: middle; */
	position: absolute;
	bottom: 20px;
	right: 20px;
}



/*-------------- ダウンロードリンク（エリアリンク）07_413 download --------------*/

div.download-link-area {
/*	clear:both; */
}

div.download-link-area a {
	display: block;
}


/* -- pdfアイコン -- */
div.download-link-area a[href$=".pdf"] > p:first-child:before ,
div.download-link-area a[href$=".pdf"] > img + p:before {
	content: "";
	background:url(../../img/defaulticon/common/pdf.png) left top no-repeat;
	display: inline-block;
	width: 20px;
	height: 22px;
	vertical-align: bottom;
	margin-right: 5px;
}


/*-------------- サイトマップ　07_906 --------------*/
div.sitemap {
	margin-bottom:20px;
}

div.sitemap > h2 {
	line-height: inherit;
	font-size: inherit;

	font-weight:bold;
	border:#005bca 2px solid;
	margin-bottom: 12px;

	max-width: 760px;
}

div.sitemap > h2 a {
	display: block;
	padding: 15px 10px 15px 30px;
	background:url(../../img/defaulticon/common/link01.png) 10px center no-repeat;
	font-weight: bold;
	text-decoration: none;
}
div.sitemap > h2 a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #005bca;
}

/* -- 第二階層 -- */
div.sitemap > ul {
/*
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 2%;
*/
	display: block;
}
div.sitemap > ul:nth-child(odd) { /* 最初にh2がある為、奇数が左側 */
	margin-right: 0;
}

div.sitemap > ul > li {
	background:url(../../img/defaulticon/common/link01.png) left 0.2em no-repeat;
	padding-left: 20px;
	margin-left: 8px;
	margin-bottom: 5px;
}


/* -- 第三階層 -- */
div.sitemap > ul > li > ul {
	margin-top: 10px;
	margin-left: -10px;
}

div.sitemap > ul > li > ul > li {
	background:url(../../img/defaulticon/common/link01.png) left 0.2em no-repeat;
	padding-left: 20px;
	margin-left: 8px;
	margin-bottom: 5px;
}


div.sitemap li a[target="_blank"]:after {
	content: "";
	background:url(../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png) left top no-repeat;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 5px;
	margin-right: 5px;
}


/* -- サイトマップは階層が増えるごとに追加の事！ -- */

/*-------------- GoogleMap（地図埋め込み）07_908 --------------*/
div.map {
	position: relative;
	width: 100%;
	padding: 0 20px;
	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;
}


/*-------------- ●ok●HTMLパラグラフ（エリアリンク）07_904 --------------*/
div.html-paragraph {
}


/*-------------- GoogleMap（エリアリンク）07_909 --------------*/
div.disp-external-page {
}

div.disp-external-page iframe {
}


/*-------------- テーブル縦（左側にタイトルがあるタイプ） --------------*/
/*-- ◎テーブル縦は横幅％の指定の仕方に注意◎ --*/
/*-- ◎全体の合計が100%以下に収まる様にする --*/
/*-- ◎タイトル項目.vtable-head を基準としてカラムを設定 --*/
div.vertical-table {
}

/* -- テーブル縦 テーブル項目  -- */
div.vertical-table .vtable-item {
}

div.vertical-table .vtable-item > table {
	width: 100%;
	table-layout: fixed;	/* IE対応：テーブル内に画像を置く場合必要 */
	margin-bottom: -1px;
}

/* -- テーブル縦 テーブル項目 カラム -- */
div.vertical-table .vtable-item > table > tbody > tr > td {
	box-sizing: border-box;
	width: 25%;
	padding: 12px 20px;
	border:#ffffff 1px solid;
	background-color:#f1f1f1;
	vertical-align: middle;
}

div.vertical-table .vtable-item > table > tbody > tr > td:empty {
	border-top-color:#f1f1f1;
}

/* -- テーブル縦 テーブル項目 タイトル項目 -- */
/* -- 現状thタグ -- */
div.vertical-table .vtable-item > table > tbody > tr > .vtable-head {
	box-sizing: border-box;
	width: 12.5%;
	padding: 12px 20px;
	border:#ffffff 1px solid;
	background-color:#e0e9f0;
	color: #005bac;
	font-weight: normal;
	vertical-align: middle;
}

div.vertical-table .vtable-item > table > tbody > tr > .vtable-head strong {
	font-weight: bold;
}



/*-------------- ◎IRカレンダー、改め、テーブル横◎ --------------*/
/*-------------- テーブル横07_102 --------------*/
div.ircalendar {
}

/* -- タイトル項目・項目共通 -- */
div.ircalendar-title > table ,
div.ircalendar-item > table {
	width: 100%;
	table-layout: fixed;	/* IE対応：テーブル内に画像を置く場合必要 */
	margin-bottom: -1px;
}

div.ircalendar-title > table > tbody > tr > th,
div.ircalendar-item > table > tbody >tr > td {
	box-sizing: border-box;
	width: 25%;
}
div.ircalendar-title > table > tbody > tr > th.ircalendar-title1 ,
div.ircalendar-item > table > tbody > tr > td.ircalendar-item1  {
	width: 12.5%;
}

/*-------------- テーブル横 タイトル項目07_103 --------------*/
div.ircalendar-title {
}

div.ircalendar-title > table {
}

div.ircalendar-title > table > tbody > tr >  th {
	padding: 12px 20px;
	border:#ffffff 1px solid;
	background-color:#e0e9f0;
	color: #005bac;
	font-weight: normal;
	vertical-align: middle;
}

div.ircalendar-title > table > tbody > tr >  th strong {
	font-weight: bold;
}

/*-------------- テーブル横 項目07_104 --------------*/

div.ircalendar-item {
}

div.ircalendar-item > table {
}

div.ircalendar-item > table > tbody > tr > td {
	padding: 12px 20px;
	border:#ffffff 1px solid;
	background-color:#f1f1f1;
	vertical-align: middle;
}

/*-------------- 表組07_101 --------------*/

div.table {
}

/* -- 表タイトル -- */
div.table div.shwTableTitle {
}

div.table div.shwTableTitle h2 {
	font-weight: bold;
	margin-bottom: 10px;
}

div.table div.shwTableTitle h2:empty {
	display: none;
}


/* -- 表 -- */
div.table div.shwTable {
	margin-bottom:10px;
/*	overflow:-x auto; */
}

/* -- IE幅指定用 -- */
div.table div.shwTable table {
	width:100%;
}

/* -- 表組の外枠 -- */
div.table div.shwTable > table > tbody > tr > td {
	padding: 0;
}

/* -- 単位（表組の外） -- */
div.table div.shwTable td.shw-table-row {
}

div.table div.shwTable td.shw-table-row:empty {
	display: none;
}




/* -- セル -- */
div.shwTable .ht_master tr > td {
	padding: 12px 20px;
	color: #333;
	border-color:#ffffff;
	vertical-align: middle;
	background-color:#f1f1f1;
}

/* -- 一行目・一列目を見出し設定に -- */
div.shwTable .ht_master tr > td.tableColumnHead,
div.shwTable .ht_master tr > td.tableRowHead {
    background-color:#e0e9f0;
	color: #005bac;
}

div.shwTable .ht_master tr >  td.tableColumnHead {
	text-align: left;
}

div.shwTable .ht_master tr > td.tableRowHead {
	text-align: center;
}

/*-- 複数見出し行対応 --*/
div.shwTable.ColHead19 .ht_master tr > td:nth-child(19) ,
div.shwTable.ColHead18 .ht_master tr > td:nth-child(18) ,
div.shwTable.ColHead17 .ht_master tr > td:nth-child(17) ,
div.shwTable.ColHead16 .ht_master tr > td:nth-child(16) ,
div.shwTable.ColHead15 .ht_master tr > td:nth-child(15) ,
div.shwTable.ColHead14 .ht_master tr > td:nth-child(14) ,
div.shwTable.ColHead13 .ht_master tr > td:nth-child(13) ,
div.shwTable.ColHead12 .ht_master tr > td:nth-child(12) ,
div.shwTable.ColHead11 .ht_master tr > td:nth-child(11) ,
div.shwTable.ColHead10 .ht_master tr > td:nth-child(10) ,
div.shwTable.ColHead9 .ht_master tr > td:nth-child(9) ,
div.shwTable.ColHead8 .ht_master tr > td:nth-child(8) ,
div.shwTable.ColHead7 .ht_master tr > td:nth-child(7) ,
div.shwTable.ColHead6 .ht_master tr > td:nth-child(6) ,
div.shwTable.ColHead5 .ht_master tr > td:nth-child(5) ,
div.shwTable.ColHead4 .ht_master tr > td:nth-child(4) ,
div.shwTable.ColHead3 .ht_master tr > td:nth-child(3) ,
div.shwTable.ColHead2 .ht_master tr > td:nth-child(2) ,
div.shwTable.RowHead19 .ht_master tr:nth-child(19) > td ,
div.shwTable.RowHead18 .ht_master tr:nth-child(18) > td ,
div.shwTable.RowHead17 .ht_master tr:nth-child(17) > td ,
div.shwTable.RowHead16 .ht_master tr:nth-child(16) > td ,
div.shwTable.RowHead15 .ht_master tr:nth-child(15) > td ,
div.shwTable.RowHead14 .ht_master tr:nth-child(14) > td ,
div.shwTable.RowHead13 .ht_master tr:nth-child(13) > td ,
div.shwTable.RowHead12 .ht_master tr:nth-child(12) > td ,
div.shwTable.RowHead11 .ht_master tr:nth-child(11) > td ,
div.shwTable.RowHead10 .ht_master tr:nth-child(10) > td ,
div.shwTable.RowHead9 .ht_master tr:nth-child(9) > td ,
div.shwTable.RowHead8 .ht_master tr:nth-child(8) > td ,
div.shwTable.RowHead7 .ht_master tr:nth-child(7) > td ,
div.shwTable.RowHead6 .ht_master tr:nth-child(6) > td ,
div.shwTable.RowHead5 .ht_master tr:nth-child(5) > td ,
div.shwTable.RowHead4 .ht_master tr:nth-child(4) > td ,
div.shwTable.RowHead3 .ht_master tr:nth-child(3) > td ,
div.shwTable.RowHead2 .ht_master tr:nth-child(2) > td {
    background-color:#e0e9f0;
	color: #005bac;
}


/* -- 表_幅指定 -- */

.htCore { 
    width: 100% !important; 
    height:  100% !important; 
} 

.wtSpreader { 
    width: 100% !important; 
    height:  100% !important; 
} 

.wtHider { 
    width: 100% !important; 
    height:  100% !important; 
} 

.wtHolder { 
    width: 100% !important; 
    height:  100% !important; 
} 

.ht_clone_left /*handsontable*/ { 
    width: 100% !important; 
    height:  100% !important; 
} 


/* -- 表組(mobileモード) -- */
div.shwTable table.tbCore {
	width: 100%;
}

/* -- セル -- */
div.shwTable .tbDimmed ,
div.shwTable .tbRowHead ,
div.shwTable .tbColumnHead {
	padding: 12px 20px;
	border: 1px solid #fff;
	background: #f1f1f1;
	vertical-align: middle;
}

/* -- 一行目・一列目を見出し設定に -- */
div.shwTable .tbColumnHead ,
div.shwTable .tbRowHead {
    background-color:#e0e9f0;
	color: #005bac;
}

div.shwTable .tbColumnHead {
	text-align: left;
}

div.shwTable .tbRowHead {
	text-align: center;
}


/* 縦・横揃え */
div.shwTable .tbLeft {
  text-align: left;
}
div.shwTable .tbCenter {
  text-align: center;
}
div.shwTable .tbRight {
  text-align: right;
}
div.shwTable .tbJustify {
  text-align: justify;
}

div.shwTable .tbTop {
  vertical-align: top;
}
div.shwTable .tbMiddle {
  vertical-align: middle;
}
div.shwTable .tbBottom {
  vertical-align: bottom;
}


/*-------------- マルチセル --------------*/
div.uni-table {
	margin-bottom:10px;
}


/* -- セル -- */
div.uni-table td {
	padding: 12px 20px;
	color: #333;
	border-color:#ffffff;
	vertical-align: middle;
	background-color:#f1f1f1;
}

/* -- 一行目・一列目を見出し設定に -- */
div.uni-table td.tbColumnHead,
div.uni-table td.tbRowHead {
    background-color:#e0e9f0;
	color: #005bac;
}

div.uni-table td.tbColumnHead {
	text-align: left;
}

div.uni-table td.tbRowHead {
	text-align: center;
}


/*-------------- グラフ07_105 --------------*/
div.graph {
}

/* -- グラフ メニューボタン -- */
.highcharts-button {
	display: none;
}

/* -- グラフ データラベル フル表示 -- */
.highcharts-data-labels > g {
	opacity: 1;
}

/* -- グラフ データラベル 文字影設定 -- */
/* -- (IEではこの設定は効ない。グラフテーマの設定が優先される) -- */
/*
.highcharts-data-labels text {
	text-shadow: 1px 1px 0px #FFF, -1px -1px 0px #FFF, -1px 1px 0px #FFF, 1px -1px 0px #FFF !important;
}
*/


/*-------------- 配当（グラフ）07_218 --------------*/
div.haitou-graph ,
div.haitou-graph-2nd {
	margin-bottom:40px;
}

/* 直書されているstyleを上書きする */
div.haitou-graph-2nd .graph {
	min-width: auto !important;
	max-width: none !important;
	height: 500px !important;
}


/*-------------- 配当（表）07_219 --------------*/
div.haitou-table ,
div.haitou-table-2nd {
}

div.haitou-table table ,
div.haitou-table-2nd table {
	margin:0 auto;
	border:#ffffff 1px solid;
	width: 100%;
}

div.haitou-table table th ,
div.haitou-table-2nd table th {
	padding: 12px 10px;
	text-align: center;
	border:#ffffff 1px solid;
	background-color:#e0e9f0;
	color: #005bac;
	font-weight: normal;
	white-space:nowrap;
}

div.haitou-table table td ,
div.haitou-table-2nd table td {
	padding: 12px 10px;
	border: #ffffff 1px solid;
	background-color:#f1f1f1;
	text-align: right;
}

/* -- 配当グラフ左のthに該当する部分 -- */
div.haitou-table table td.t1,
div.haitou-table table td.t2,
div.haitou-table table td.t3,
div.haitou-table table td.t4,
div.haitou-table table td.t12 ,
div.haitou-table-2nd table td.t1,
div.haitou-table-2nd table td.t2,
div.haitou-table-2nd table td.t3,
div.haitou-table-2nd table td.t4,
div.haitou-table-2nd table td.t12 {
	text-align:left;
	background-color:#e0e9f0;
	color: #005bac;
	font-weight: normal;
}


/*-------------- 財務ハイライト（科目別）07_215 --------------*/
/*-------------- 財務ハイライト（統合表示）07_216 --------------*/
div.highlights {
}


/* -- グラフ -- */
div.highlights-graph {
	margin-bottom:10px;
	max-width:100%;
}


/* -- 表組 -- */
div.highlights-table ,
div.highlights-alltable ,
div.highlights-alltable-2nd {
}

div.highlights-alltable div.table ,
div.highlights-alltable-2nd div.table {
}

div.highlights-table table ,
div.highlights-alltable div.table table ,
div.highlights-alltable-2nd div.table table {
	margin: 0 auto;
	border:#ffffff 1px solid;
	width: 100%;
}

div.highlights-table table th ,
div.highlights-alltable div.table table th ,
div.highlights-alltable-2nd div.table table th {
	background-color:#e0e9f0;
	color: #005bac;
	font-weight: normal;
	padding: 12px 10px;
	border:#ffffff 1px solid;
	text-align:center;
}

div.highlights-table table td ,
div.highlights-alltable div.table table td ,
div.highlights-alltable-2nd div.table table td {
	padding: 12px 10px;
	border:#ffffff 1px solid;
	background-color:#f1f1f1;
}
div.highlights-table table td:first-child ,
div.highlights-alltable div.table table td:first-child ,
div.highlights-alltable-2nd div.table table td:first-child {
	background-color: #e0e9f0;
	color: #005bac;
	font-weight: normal;
	text-align: center;
}

/* -- 数値部分 -- */
/* -- ★一時的な見栄え用 -- */
div.highlights-alltable div.table table td.c0 ,
div.highlights-alltable div.table table td.c1 ,
div.highlights-alltable div.table table td.c2 ,
div.highlights-alltable div.table table td.c3 ,
div.highlights-alltable div.table table td.c4 ,
div.highlights-alltable div.table table td.c5 ,
div.highlights-alltable-2nd div.table table td.c0,
div.highlights-alltable-2nd div.table table td.c1,
div.highlights-alltable-2nd div.table table td.c2,
div.highlights-alltable-2nd div.table table td.c3,
div.highlights-alltable-2nd div.table table td.c4 ,
div.highlights-alltable-2nd div.table table td.c5 {
/*	width:6em; */
	text-align:right;
}

div.highlights-table table td.c0,
div.highlights-table table td.c1,
div.highlights-table table td.c2,
div.highlights-table table td.c3,
div.highlights-table table td.c4 ,
div.highlights-table table td.c5 {
/*	width:6em; */
	text-align:right;
}

div.highlights-table table th br ,
div.highlights-alltable div.table table th br ,
div.highlights-alltable-2nd div.table table th br {
/*	display: none; */
}


/* -- 財務ハイライト ver2 -- */

div.highlights-2nd {
	margin-bottom: 40px;
}

div.highlights-2nd > div {
	height: auto !important;
	margin-bottom: 40px;
}

div.highlights-2nd .highlights-table {
}

div.highlights-2nd .highlights-graph {
	width: 100% !important;
	min-width: auto !important;
	max-width: none !important;
	height: 320px !important;
}

/* -- 凡例 -- */
div.highlights-2nd .legend {
	margin: 0 auto !important;
	width: auto !important;
	min-width: auto !important;
	max-width: none !important;
	text-align: center;
}

div.highlights-2nd .legend-item-box {
	float: none !important;
	display: inline-block !important;
	margin-left: -5px;
}


/*-------------- イベント一覧07_301 --------------*/

/* -- _同時出現 -- */
div.event-list {
}

/* -- 副見出し -- */
div.event-list h2 {
}

/* -- 右上に表示される月単位のページャー -- */
div.event-list #event-pager {

}

/* -- ページャーの見出し -- */
div.event-list #event-pager h5 { /* -- ←★★マグノリア上非表示設定にしてある -- */
}

/* -- ページャーの見出し -- */
div.event-list #event-pager ul {
	float:right;
}


/* --  -- */
div.event-list #event-pager ul { 
}

div.event-list #event-pager ul li { 
	float: left;
	width: auto;
	background: none;
	margin: 0 0 0 10px;
}

/* -- 前月へ -- */
div.event-list #event-pager ul li.prev a {
	background: url(../../img/icons/sprites.png) 0 -71px no-repeat;
	padding-left: 16px;
}

/* -- 次月へ -- */
div.event-list #event-pager ul li.next a {
	background: url(../../img/icons/sprites.png) 125% 3px no-repeat;
	padding-right: 18px;
}


/* -- 上下に表示されるページ送りのページャー -- */
div.event-list div.pager {
}

div.event-list div.pager h3 { /* -- ←★★マグノリア上非表示設定にしてある -- */
}

/* --  -- */
div.event-list div.pager ul {
}


div.event-list div.pager ul li {
}

/* -- 前ページへ -- */
div.event-list div.pager ul li.previous {
}

/* -- 次ページへ -- */
div.event-list div.pager ul li.next {
}

/* -- 現在地 -- */
div.event-list div.pager ul li em { /* -- ←★★マグノリア上非表示設定にしてある -- */
}

/* -- 現在地 -- */
div.event-list div.pager ul li strong {
}


/* -- イベント概要表示 -- */
div.event-list ul {
}

/* -- 一つのイベント -- */
div.event-list ul li {
}

/* -- 一つのイベント_見出し -- */
div.event-list ul li h3 {
}

/* -- 一つのイベント_概要 -- */
div.event-list ul li ul.event-data {
}

div.event-list ul li ul.event-data li.organizer {
}

/* 日付 */
div.event-list div.date {
}

div.event-list div.date span.month {
}

div.event-list div.date span.day {
}

div.event ul.event-data {
}

div.event ul.event-data li.time {
}

div.event ul.event-data li.organizer {
}


/*-------------- 直近イベント一覧07_302★★css名変更かも。要確認!! --------------*/

/*-- イベント一覧と同じクラス名になっています --*/



/*-------------- ニュース一覧（標準）07_201 --------------*/
/*-------------- ニュース一覧（タブ切替）07_203 --------------*/
/* -- 英語ニュース -- */


div.news-list ,
div.news-list-tabbed ,
div.news-list-2nd ,
div.news-list-tabbed-2nd ,
div.news-english ,
div.news-english-tabbed ,
div.news-english-2nd ,
div.news-english-tabbed-2nd {
}

/* -- 1つのリリース -- */
div.news-list ul ,
div.news-list-tabbed ul ,
div.news-list-2nd ul ,
div.news-list-tabbed-2nd ul ,
div.news-english ul ,
div.news-english-tabbed ul ,
div.news-english-2nd ul ,
div.news-english-tabbed-2nd ul {
}

div.news-list ul li ,
div.news-list-tabbed ul li ,
div.news-list-2nd ul li ,
div.news-list-tabbed-2nd ul li ,
div.news-english ul li ,
div.news-english-tabbed ul li ,
div.news-english-2nd ul li ,
div.news-english-tabbed-2nd ul li {
	clear: both;
	position: relative;
	padding: 0;
	margin: 0;
	line-height: inherit;

	margin: 12px 0px 0px;
	padding-bottom: 15px;
	border-bottom: #d9dadc 1px solid;
}

/* -- リリースのタイトル -- */
div.news-list ul li h3 ,
div.news-list-tabbed ul li h3 ,
div.news-list-2nd ul li h3 ,
div.news-list-tabbed-2nd ul li h3 ,
div.news-english ul li h3 ,
div.news-english-tabbed ul li h3 ,
div.news-english-2nd ul li h3 ,
div.news-english-tabbed-2nd ul li h3 {
	font-weight:normal;
	line-height: inherit;

	position: relative;
	display: block; 
	padding-left: 0px;
	padding-top: 0px;
	padding-left: 265px;
	line-height: 1.8;
}

div.news-list ul li img:first-child ,
div.news-list-tabbed ul li img:first-child ,
div.news-list ul li p:first-child + img ,
div.news-list-tabbed ul li p:first-child + img ,
div.news-list-2nd ul li .n_img ,
div.news-list-tabbed-2nd ul li .n_img ,
div.news-english ul li img:first-child ,
div.news-english-tabbed ul li img:first-child ,
div.news-english ul li p:first-child + img ,
div.news-english-tabbed ul li p:first-child + img ,
div.news-english-2nd ul li .n_img ,
div.news-english-tabbed-2nd ul li .n_img {
}

div.news-list ul li img:first-child ,
div.news-list-tabbed ul li img:first-child ,
div.news-list ul li p:first-child + img ,
div.news-list-tabbed ul li p:first-child + img ,
div.news-list-2nd ul li .n_img img ,
div.news-list-tabbed-2nd ul li .n_img img ,
div.news-english ul li img:first-child ,
div.news-english-tabbed ul li img:first-child ,
div.news-english ul li p:first-child + img ,
div.news-english-tabbed ul li p:first-child + img ,
div.news-english-2nd ul li .n_img img ,
div.news-english-tabbed-2nd ul li .n_img img {
}

/* -- リリースのテキスト -- */
div.news-list ul li span.date + img + span ,
div.news-list-tabbed ul li span.date + img + span ,
div.news-list ul li h3 a ,
div.news-list-tabbed ul li h3 a ,
div.news-list-2nd ul li .news_tx ,
div.news-list-tabbed-2nd ul li .news_tx ,
div.news-english ul li span.date + img + span ,
div.news-english-tabbed ul li span.date + img + span ,
div.news-english ul li h3 a ,
div.news-english-tabbed ul li h3 a ,
div.news-english-2nd ul li .news_tx ,
div.news-english-tabbed-2nd ul li .news_tx {
	font-weight: bold;
}


/* -- 日付 -- */
div.news-list ul li span.date ,
div.news-list-tabbed ul li span.date ,
div.news-list-2nd ul li .date ,
div.news-list-tabbed-2nd ul li .date ,
div.news-english ul li span.date ,
div.news-english-tabbed ul li span.date ,
div.news-english-2nd ul li .date ,
div.news-english-tabbed-2nd ul li .date {
	position: absolute;
	top: 0;
	left: 0px;
	line-height: 1.8;
}

/* -- カテゴリアイコン -- */
div.news-list ul li span.date + img ,
div.news-list-tabbed ul li span.date + img ,
div.news-list-2nd ul li .c_icon ,
div.news-list-tabbed-2nd ul li .c_icon ,
div.news-english ul li span.date + img ,
div.news-english-tabbed ul li span.date + img ,
div.news-english-2nd ul li .c_icon ,
div.news-english-tabbed-2nd ul li .c_icon {
	position: absolute;
	top: 0;
	left: 98px;
/*	display: none; */
}

/* -- ファイルアイコン -- */
div.news-list ul li .d_icon ,
div.news-list-tabbed ul li .d_icon ,
div.news-list-2nd ul li .d_icon ,
div.news-list-tabbed-2nd ul li .d_icon ,
div.news-english ul li .d_icon ,
div.news-english-tabbed ul li .d_icon ,
div.news-english-2nd ul li .d_icon ,
div.news-english-tabbed-2nd ul li .d_icon {
	margin-left: 5px;
}

div.news-list ul li .d_icon img ,
div.news-list-tabbed ul li .d_icon img ,
div.news-list-2nd ul li .d_icon img ,
div.news-list-tabbed-2nd ul li .d_icon img ,
div.news-english ul li .d_icon img ,
div.news-english-tabbed ul li .d_icon img ,
div.news-english-2nd ul li .d_icon img ,
div.news-english-tabbed-2nd ul li .d_icon img {
	display: inline-block;
	vertical-align: middle;
}

/* -- ファイルサイズ -- */
div.news-list ul li .filesize ,
div.news-list-tabbed ul li .filesize ,
div.news-list-2nd ul li .filesize ,
div.news-list-tabbed-2nd ul li .filesize ,
div.news-english ul li .filesize ,
div.news-english-tabbed ul li .filesize ,
div.news-english-2nd ul li .filesize ,
div.news-english-tabbed-2nd ul li .filesize {
	font-size: 85.7%;
}

/* -- NEWアイコン -- */
div.news-list ul li .n_icon ,
div.news-list-tabbed ul li .n_icon ,
div.news-list-2nd ul li .n_icon ,
div.news-list-tabbed-2nd ul li .n_icon ,
div.news-english ul li .n_icon ,
div.news-english-tabbed ul li .n_icon ,
div.news-english-2nd ul li .n_icon ,
div.news-english-tabbed-2nd ul li .n_icon {
	margin-left: 0.5em;
	display: none;
}

div.news-list ul li .n_icon img ,
div.news-list-tabbed ul li .n_icon img ,
div.news-list-2nd ul li .n_icon img ,
div.news-list-tabbed-2nd ul li .n_icon img ,
div.news-english ul li .n_icon img ,
div.news-english-tabbed ul li .n_icon img ,
div.news-english-2nd ul li .n_icon img ,
div.news-english-tabbed-2nd ul li .n_icon img {
	display: inline-block;
	vertical-align: middle;
}

/* -- 非公開表示 -- */
div.news-list ul li > p ,
div.news-list-tabbed ul li > p ,
div.news-list-2nd ul li .note_tx ,
div.news-list-tabbed-2nd ul li .note_tx ,
div.news-english li > p ,
div.news-english-tabbed li > p ,
div.news-english-2nd .note_tx ,
div.news-english-tabbed-2nd .note_tx {
	background-color:#FCC;
	font-size: 85.7%; /* 12px */

/*	display: none;  ★公開前設定用 */
}

/* -- 【続きを読む】【全てのニュース】削除分 -- */
div.news-list ul li p em.more,
div.news-list-tabbed ul li p em.more ,
div.news-list-2nd ul li p em.more ,
div.news-list-tabbed-2nd ul li p em.more ,
div.news-english ul li p em.more ,
div.news-english-tabbed ul li p em.more ,
div.news-english-2nd ul li p em.more ,
div.news-english-tabbed-2nd ul li p em.more ,
div.news-list .all ,
div.news-list-tabbed .all ,
div.news-list-2nd .all ,
div.news-list-tabbed-2nd .all ,
div.news-english .all ,
div.news-english-tabbed .all ,
div.news-english-2nd .all ,
div.news-english-tabbed-2nd .all {
	display:none;
}


/*-------------- 最新ニュース一覧（標準）07_202 --------------*/
/*-------------- 最新ニュース一覧（タブ切替）07_204 --------------*/

div.news-latest ,
div.news-latest-tabbed ,
div.news-latest-2nd ,
div.news-latest-tabbed-2nd {
}

div.news-latest ul ,
div.news-latest-tabbed ul ,
div.news-latest-2nd ul ,
div.news-latest-tabbed-2nd ul {
}

div.news-latest ul li ,
div.news-latest-tabbed ul li ,
div.news-latest-2nd ul li ,
div.news-latest-tabbed-2nd ul li {
	clear: both;
	position: relative;
	padding: 0;
	margin: 0;
	line-height: inherit;

	margin: 12px 0px 0px;
	padding-bottom: 15px;
	border-bottom: #d9dadc 1px solid;
}

div.news-latest ul li h3 ,
div.news-latest-tabbed ul li h3 ,
div.news-latest-2nd ul li h3 ,
div.news-latest-tabbed-2nd ul li h3 {
	font-weight:normal;
	line-height: inherit;

	position: relative;
	display: block; 
	padding-top: 0px;
	padding-left: 265px;
	line-height: 1.8;
}

div.news-latest ul li img:first-child ,
div.news-latest-tabbed ul li img:first-child ,
div.news-latest ul li p:first-child + img ,
div.news-latest-tabbed ul li p:first-child + img ,
div.news-latest-2nd ul li .n_img ,
div.news-latest-tabbed-2nd ul li. n_img {
}

div.news-latest ul li img:first-child ,
div.news-latest-tabbed ul li img:first-child ,
div.news-latest ul li p:first-child + img ,
div.news-latest-tabbed ul li p:first-child + img ,
div.news-latest-2nd ul li .n_img img ,
div.news-latest-tabbed-2nd ul li. n_img img {
}

div.news-latest ul li span.date + img + span ,
div.news-latest-tabbed ul li span.date + img + span ,
div.news-latest ul li h3 a ,
div.news-latest-tabbed ul li h3 a ,
div.news-latest-2nd ul li .news_tx ,
div.news-latest-tabbed-2nd ul li .news_tx {
	font-weight: bold;
}

/* -- 日付 -- */
div.news-latest ul li span.date ,
div.news-latest-tabbed ul li span.date ,
div.news-latest-2nd ul li .date ,
div.news-latest-tabbed-2nd ul li .date {
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 1.8;
}

/* -- カテゴリアイコン -- */
div.news-latest ul li span.date + img ,
div.news-latest-tabbed ul li span.date + img ,
div.news-latest-2nd ul li .c_icon ,
div.news-latest-tabbed-2nd ul li .c_icon {
	position: absolute;
	top: 0px;
	left: 98px;
/*	display: none; */
}

/* -- ファイルアイコン -- */
div.news-latest ul li .d_icon ,
div.news-latest-tabbed ul li .d_icon ,
div.news-latest-2nd ul li .d_icon ,
div.news-latest-tabbed-2nd ul li .d_icon {
	margin-left: 5px;
}

div.news-latest ul li .d_icon img ,
div.news-latest-tabbed ul li .d_icon img ,
div.news-latest-2nd ul li .d_icon img ,
div.news-latest-tabbed-2nd ul li .d_icon img {
	display: inline-block;
	vertical-align: middle;
}

/* -- ファイルサイズ -- */
div.news-latest ul li .filesize ,
div.news-latest-tabbed ul li .filesize ,
div.news-latest-2nd ul li .filesize ,
div.news-latest-tabbed-2nd ul li .filesize {
	font-size: 85.7%;
}

/* -- NEWアイコン -- */
div.news-latest ul li .n_icon ,
div.news-latest-tabbed ul li .n_icon ,
div.news-latest-2nd ul li .n_icon ,
div.news-latest-tabbed-2nd ul li .n_icon {
	margin-left: 0.5em;
	display: none;
}

div.news-latest ul li .n_icon img ,
div.news-latest-tabbed ul li .n_icon img ,
div.news-latest-2nd ul li .n_icon img ,
div.news-latest-tabbed-2nd ul li .n_icon img {
	display: inline-block;
	vertical-align: middle;
}


/* -- 非公開表示 -- */
div.news-latest ul li > p ,
div.news-latest-tabbed ul li > p ,
div.news-latest-2nd ul li .note_tx ,
div.news-latest-tabbed-2nd ul li > .note_tx {
	background-color:#FCC;
	font-size: 85.7%; /* 12px */

/*	display: none;  ★公開前設定用 */
}

/* -- 【続きを読む】【全てのニュース】削除分 -- */
div.news-latest ul li p em.more,
div.news-latest-tabbed ul li p em.more,
div.news-latest-2nd ul li p em.more,
div.news-latest-tabbed-2nd ul li p em.more,
div.news-latest .all ,
div.news-latest-tabbed .all ,
div.news-latest-2nd .all ,
div.news-latest-tabbed-2nd .all {
	display:none;
}






/*-------------- ニュース タブ --------------*/


/* -- 年度タブ -- */
p.yearTabs {
	margin-bottom:20px;
}
p.yearTabs:after {
	content: "";
    display: block;
    clear: both;
}

p.yearTabs a {
	display:inline-block;
	border:#CCCCCC 1px solid;
	padding:10px 20px;
	width:auto;
	margin-right:5px;
	font-weight:bold;

/*
	float: left;
	display: inline;
	background:url(../../img/defaulticon/common/link01.png) 4px 0.4em no-repeat;
	padding-left:14px;
	margin: 3px 10px 10px 10px;
	width: 4em;
*/
}

p.yearTabs a:hover ,
p.yearTabs a.active {
	font-weight: bold;
	background-color: rgb(221, 221, 221);
}



/* -- カテゴリタブ -- */
p.tabs{
	margin-bottom:20px;
}
p.tabs:after {
	content: "";
	display: block;
	clear: both;
}

p.tabs a {
	display:inline-block;
	width:auto;
	border:#CCCCCC 1px solid;
	margin-right:5px;
	padding:5px 10px; 

/*
	float: left;
	display: inline;
	background:url(../../img/defaulticon/common/link01.png) 4px 0.4em no-repeat;
	padding-left:14px;
	margin: 3px 10px 10px 10px;
*/
}

p.tabs a:hover ,
p.tabs a.active {
	font-weight: bold;
	background-color: rgb(221, 221, 221);
}

/*
p.tabs a.allTab:hover ,
p.tabs a.allTab.active {
}
p.tabs a.tekijiTab:hover ,
p.tabs a.tekijiTab.active {
	color: #FFF;
	background-color: #2980b9;
}
p.tabs a.resultTab:hover ,
p.tabs a.resultTab.active {
	color: #FFF;
	background-color: #e67e22;
}
p.tabs a.gyousekiTab:hover ,
p.tabs a.gyousekiTab.active {
	color: #FFF;
	background-color: #f1c40f;
}
p.tabs a.prTab:hover ,
p.tabs a.prTab.active {
	color: #FFF;
	background-color: #c2185b;
}
p.tabs a.irTab:hover ,
p.tabs a.irTab.active {
	color: #FFF;
	background-color: #1abc9c;
}
p.tabs a.governanceTab:hover ,
p.tabs a.governanceTab.active {
	color: #FFF;
	background-color: #34495e;
}
p.tabs a.yuhoTab:hover ,
p.tabs a.yuhoTab.active {
	color: #FFF;
	background-color: #16a085;
}
p.tabs a.syosyuTab:hover ,
p.tabs a.syosyuTab.active {
	color: #FFF;
	background-color: #e74c3c;
}
p.tabs a.noneTab:hover ,
p.tabs a.noneTab.active {
	color: #FFF;
	background-color: #9b59b6;
}
*/


/*-------------- テキスト化カテゴリアイコン (ver2専用) --------------*/
div.news-list-2nd ul li .c_icon ,
div.news-list-tabbed-2nd ul li .c_icon ,
div.news-english-2nd ul li .c_icon ,
div.news-english-tabbed-2nd ul li .c_icon ,
div.news-latest-2nd ul li .c_icon ,
div.news-latest-tabbed-2nd ul li .c_icon {
	display: block;
	width: 150px;
	height: 25px;
	background-color: #dcecfb;
	border-radius: 1em;
	line-height: 1;
}

div.news-list-2nd ul li .c_icon:before ,
div.news-list-tabbed-2nd ul li .c_icon:before ,
div.news-english-2nd ul li .c_icon:before ,
div.news-english-tabbed-2nd ul li .c_icon:before ,
div.news-latest-2nd ul li .c_icon:before ,
div.news-latest-tabbed-2nd ul li .c_icon:before {
	display: block;
	font-size: 11px;
	color: #005bac;
	text-align: center;
	padding: 7px 0px;
}

div.news-list-2nd ul li .c_icon img ,
div.news-list-tabbed-2nd ul li .c_icon img ,
div.news-english-2nd ul li .c_icon img ,
div.news-english-tabbed-2nd ul li .c_icon img ,
div.news-latest-2nd ul li .c_icon img ,
div.news-latest-tabbed-2nd ul li .c_icon img {
	display: none;
}


div.news-list-2nd ul li.tekijiElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.tekijiElm .c_icon:before ,
div.news-english-2nd ul li.tekijiElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.tekijiElm .c_icon:before ,
div.news-latest-2nd ul li.tekijiElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.tekijiElm .c_icon:before {
	content: "適時開示";
}

div.news-list-2nd ul li.resultElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.resultElm .c_icon:before ,
div.news-english-2nd ul li.resultElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.resultElm .c_icon:before ,
div.news-latest-2nd ul li.resultElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.resultElm .c_icon:before {
	content: "決算・業績";
}

div.news-list-2nd ul li.gyousekiElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.gyousekiElm .c_icon:before ,
div.news-english-2nd ul li.gyousekiElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.gyousekiElm .c_icon:before ,
div.news-latest-2nd ul li.gyousekiElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.gyousekiElm .c_icon:before {
	content: "業績";
}

div.news-list-2nd ul li.prElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.prElm .c_icon:before ,
div.news-english-2nd ul li.prElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.prElm .c_icon:before ,
div.news-latest-2nd ul li.prElm .c_icon:before ,
div.news-latest-tabbed-2nd ul.prElm li .c_icon:before {
	content: "PR";
}

div.news-list-2nd ul li.irElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.irElm .c_icon:before ,
div.news-english-2nd ul li.irElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.irElm .c_icon:before ,
div.news-latest-2nd ul li.irElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.irElm .c_icon:before {
	content: "IR";
}

div.news-list-2nd ul li.governanceElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.governanceElm .c_icon:before ,
div.news-english-2nd ul li.governanceElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.governanceElm .c_icon:before ,
div.news-latest-2nd ul li.governanceElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.governanceElm .c_icon:before {
	content: "ガバナンス";
}

div.news-list-2nd ul li.yuhoElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.yuhoElm .c_icon:before ,
div.news-english-2nd ul li.yuhoElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.yuhoElm .c_icon:before ,
div.news-latest-2nd ul li.yuhoElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.yuhoElm .c_icon:before {
	content: "有報";
}

div.news-list-2nd ul li.syosyuElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.syosyuElm .c_icon:before ,
div.news-english-2nd ul li.syosyuElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.syosyuElm .c_icon:before ,
div.news-latest-2nd ul li.syosyuElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.syosyuElm .c_icon:before {
	content: "招集通知";
}

div.news-list-2nd ul li.noneElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.noneElm .c_icon:before ,
div.news-english-2nd ul li.noneElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.noneElm .c_icon:before ,
div.news-latest-2nd ul li.noneElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.noneElm .c_icon:before {
	content: "その他";
}


div.news-list-2nd ul li.ja_organizationElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.ja_organizationElm .c_icon:before ,
div.news-english-2nd ul li.ja_organizationElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.ja_organizationElm .c_icon:before ,
div.news-latest-2nd ul li.ja_organizationElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.ja_organizationElm .c_icon:before {
	content: "組織・人事";
}

div.news-list-2nd ul li.ja_managementElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.ja_managementElm .c_icon:before ,
div.news-english-2nd ul li.ja_managementElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.ja_managementElm .c_icon:before ,
div.news-latest-2nd ul li.ja_managementElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.ja_managementElm .c_icon:before {
	content: "経営・事業";
}

div.news-list-2nd ul li.ja_stockholderElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.ja_stockholderElm .c_icon:before ,
div.news-english-2nd ul li.ja_stockholderElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.ja_stockholderElm .c_icon:before ,
div.news-latest-2nd ul li.ja_stockholderElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.ja_stockholderElm .c_icon:before {
	content: "株主";
}

div.news-list-2nd ul li.ja_olc_groupElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.ja_olc_groupElm .c_icon:before ,
div.news-english-2nd ul li.ja_olc_groupElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.ja_olc_groupElm .c_icon:before ,
div.news-latest-2nd ul li.ja_olc_groupElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.ja_olc_groupElm .c_icon:before {
	content: "OLCグループ";
}

div.news-list-2nd ul li.ja_olcElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.ja_olcElm .c_icon:before ,
div.news-english-2nd ul li.ja_olcElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.ja_olcElm .c_icon:before ,
div.news-latest-2nd ul li.ja_olcElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.ja_olcElm .c_icon:before {
	content: "OLC";
}

div.news-list-2nd ul li.ja_groupElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.ja_groupElm .c_icon:before ,
div.news-english-2nd ul li.ja_groupElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.ja_groupElm .c_icon:before ,
div.news-latest-2nd ul li.ja_groupElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.ja_groupElm .c_icon:before {
	content: "グループ会社";
}

div.news-list-2nd ul li.ja_csrElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.ja_csrElm .c_icon:before ,
div.news-english-2nd ul li.ja_csrElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.ja_csrElm .c_icon:before ,
div.news-latest-2nd ul li.ja_csrElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.ja_csrElm .c_icon:before {
	content: "サステナビリティ";
}

div.news-list-2nd ul li.ja_recruitElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.ja_recruitElm .c_icon:before ,
div.news-english-2nd ul li.ja_recruitElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.ja_recruitElm .c_icon:before ,
div.news-latest-2nd ul li.ja_recruitElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.ja_recruitElm .c_icon:before {
	content: "採用";
}

div.news-list-2nd ul li.ja_parkElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.ja_parkElm .c_icon:before ,
div.news-english-2nd ul li.ja_parkElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.ja_parkElm .c_icon:before ,
div.news-latest-2nd ul li.ja_parkElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.ja_parkElm .c_icon:before {
	content: "パーク";
}

div.news-list-2nd ul li.ja_tdrElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.ja_tdrElm .c_icon:before ,
div.news-english-2nd ul li.ja_tdrElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.ja_tdrElm .c_icon:before ,
div.news-latest-2nd ul li.ja_tdrElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.ja_tdrElm .c_icon:before {
	content: "東京ディズニーリゾート";
	letter-spacing: -0.05em;
}

div.news-list-2nd ul li.ja_hotelElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.ja_hotelElm .c_icon:before ,
div.news-english-2nd ul li.ja_hotelElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.ja_hotelElm .c_icon:before ,
div.news-latest-2nd ul li.ja_hotelElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.ja_hotelElm .c_icon:before {
	content: "ディズニーホテル";
}

div.news-list-2nd ul li.ja_tdlElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.ja_tdlElm .c_icon:before ,
div.news-english-2nd ul li.ja_tdlElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.ja_tdlElm .c_icon:before ,
div.news-latest-2nd ul li.ja_tdlElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.ja_tdlElm .c_icon:before {
	content: "ディズニーリゾートライン";
	letter-spacing: -0.05em;
}

div.news-list-2nd ul li.ja_ikspiariElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.ja_ikspiariElm .c_icon:before ,
div.news-english-2nd ul li.ja_ikspiariElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.ja_ikspiariElm .c_icon:before ,
div.news-latest-2nd ul li.ja_ikspiariElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.ja_ikspiariElm .c_icon:before {
	content: "イクスピアリ";
}

div.news-list-2nd ul li.ja_irElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.ja_irElm .c_icon:before ,
div.news-english-2nd ul li.ja_irElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.ja_irElm .c_icon:before ,
div.news-latest-2nd ul li.ja_irElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.ja_irElm .c_icon:before {
	content: "IR";
}


div.news-list-2nd ul li.en_financialsElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.en_financialsElm .c_icon:before ,
div.news-english-2nd ul li.en_financialsElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.en_financialsElm .c_icon:before ,
div.news-latest-2nd ul li.en_financialsElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.en_financialsElm .c_icon:before {
	content: "Financials";
}

div.news-list-2nd ul li.en_organizationElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.en_organizationElm .c_icon:before ,
div.news-english-2nd ul li.en_organizationElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.en_organizationElm .c_icon:before ,
div.news-latest-2nd ul li.en_organizationElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.en_organizationElm .c_icon:before {
	content: "Organization / HR";
}

div.news-list-2nd ul li.en_managementElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.en_managementElm .c_icon:before ,
div.news-english-2nd ul li.en_managementElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.en_managementElm .c_icon:before ,
div.news-latest-2nd ul li.en_managementElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.en_managementElm .c_icon:before {
	content: "Management / Enterprises";
	letter-spacing: -0.05em;
}

div.news-list-2nd ul li.en_olc_groupElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.en_olc_groupElm .c_icon:before ,
div.news-english-2nd ul li.en_olc_groupElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.en_olc_groupElm .c_icon:before ,
div.news-latest-2nd ul li.en_olc_groupElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.en_olc_groupElm .c_icon:before {
	content: "OLC Group";
}

div.news-list-2nd ul li.en_olcElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.en_olcElm .c_icon:before ,
div.news-english-2nd ul li.en_olcElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.en_olcElm .c_icon:before ,
div.news-latest-2nd ul li.en_olcElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.en_olcElm .c_icon:before {
	content: "OLC";
}

div.news-list-2nd ul li.en_groupElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.en_groupElm .c_icon:before ,
div.news-english-2nd ul li.en_groupElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.en_groupElm .c_icon:before ,
div.news-latest-2nd ul li.en_groupElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.en_groupElm .c_icon:before {
	content: "Group Company";
}

div.news-list-2nd ul li.en_csrElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.en_csrElm .c_icon:before ,
div.news-english-2nd ul li.en_csrElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.en_csrElm .c_icon:before ,
div.news-latest-2nd ul li.en_csrElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.en_csrElm .c_icon:before {
	content: "Sustainability";
}

div.news-list-2nd ul li.en_otherElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.en_otherElm .c_icon:before ,
div.news-english-2nd ul li.en_otherElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.en_otherElm .c_icon:before ,
div.news-latest-2nd ul li.en_otherElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.en_otherElm .c_icon:before {
	content: "Others";
}

div.news-list-2nd ul li.en_parkElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.en_parkElm .c_icon:before ,
div.news-english-2nd ul li.en_parkElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.en_parkElm .c_icon:before ,
div.news-latest-2nd ul li.en_parkElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.en_parkElm .c_icon:before {
	content: "Park";
}

div.news-list-2nd ul li.en_tdrElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.en_tdrElm .c_icon:before ,
div.news-english-2nd ul li.en_tdrElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.en_tdrElm .c_icon:before ,
div.news-latest-2nd ul li.en_tdrElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.en_tdrElm .c_icon:before {
	content: "Tokyo Disney Resort";
}

div.news-list-2nd ul li.en_hotelElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.en_hotelElm .c_icon:before ,
div.news-english-2nd ul li.en_hotelElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.en_hotelElm .c_icon:before ,
div.news-latest-2nd ul li.en_hotelElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.en_hotelElm .c_icon:before {
	content: "Disney Hotels";
}

div.news-list-2nd ul li.en_tdlElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.en_tdlElm .c_icon:before ,
div.news-english-2nd ul li.en_tdlElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.en_tdlElm .c_icon:before ,
div.news-latest-2nd ul li.en_tdlElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.en_tdlElm .c_icon:before {
	content: "Disney Resort Line";
}

div.news-list-2nd ul li.en_ikspiariElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.en_ikspiariElm .c_icon:before ,
div.news-english-2nd ul li.en_ikspiariElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.en_ikspiariElm .c_icon:before ,
div.news-latest-2nd ul li.en_ikspiariElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.en_ikspiariElm .c_icon:before {
	content: "Ikspiari";
}



/*-------------- 別エリア表示07_912★★！！最新ニュース画像有り無し時要確認 --------------*/

div.reuse-main-area {
}

div.reuse-main-area > div:last-child {
	margin-bottom: 0;
}

div.reuse-main-area > div.redirect:last-child {
	margin-top: -20px;
}


/* ---- （別エリア）リダイレクト(リダイレクトされない) ---- */
div.reuse-main-area .redirect > * {
	display: none;
}


/*-------------- 別コンポーネント表示07_912★★！！要確認（中身呼んだら中はどうなる） --------------*/

div.reuse-component {
}



/* ---- リダイレクト ---- */
div.redirect {
	font-size: 14px;
	margin-bottom: 20px;
}


/*-------------- カレンダー07_910 --------------*/

div.calendar {
}

div.calendar h2 {
}

div.calendar table {
}

div.calendar table th {
}

/* -- 土曜日 -- */
div.calendar table th.sat {
}

/* -- 日曜日 -- */
div.calendar table th.sun {
}

div.calendar table td {
}

/* -- 土曜日 -- */
div.calendar table td.sat {
}

/* -- 日曜日 -- */
div.calendar table td.sun {
}

/* -- アクティブ -- */
div.calendar table td.on {
}




/* PHOTO GALLERY
--------------------- */

.photo-index .media {
	float: none;
	width: 210px;
	border:  2px solid lime;
	padding: 8px 8px 16px 8px;
	background: #fff;
	border:  1px solid #B3B3B3;
	box-shadow: -2px 2px 4px rgba(135, 139, 144, 0.4);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
* + html .photo-index .media { /* IE7 */
	display: inline;
}
.no-csstransforms .photo-index .media {
	margin-right: 5px;
}
.photo-index .media:hover {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	border:  1px solid #888;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
	position: relative;
	z-index:  100;
}
.photo-index dl {
	margin-right: 0px;
}
.photo-index .media dt {
	min-height: 125px;
	height: auto;
	margin: 0 0 10px 0;
}
.photo-index .media dt img {
	width: 210px;
}
.photo-index .media dd {
	background:  transparent;
}

/* lightbox*/
.mask {
	background-color: #000;
	width: 100%;
	z-index: 110;
}
.loading-mask {
	background: #000 url(../../img/bgs/loading.gif) no-repeat fixed center;
}
.showbox {
	position: absolute;
	overflow: hidden;
	z-index: 120;
	top: 0;
	left: 0;
	margin: 40px 0 0;
	padding: 0 0 20px 0;
	width: 995px;
	background-color: #b3b3b3;
}
.showbox .overlay-control {
	display: none;
}
.showbox-head {
	overflow: hidden;
	height: 1%;
	margin: 0 0 30px;
	padding: 5px;
	font-size: 120%;
	text-align: center;
	background-color: #555;
	color: #fff;
}
.showbox-toolbar {
	float: left;
	clear: both;
}

.showbox-head a {
	color: #fff;
	margin-right: 10px;
	cursor: pointer;
}
.showbox-head a.ui-disabled {
	cursor: default;
	color: #aaa;
	text-decoration: none;
}
.showbox-toolbar .prev {
	background: url(../../img/icons/sprites.png) 0 -73px no-repeat;
	padding-left: 17px;
}
.showbox-toolbar .next {
	background: url(../../img/icons/sprites.png) 190% 1px no-repeat;
	padding-right: 17px;
}

.showbox .close-button {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 0 5px 0 17px;
	cursor: pointer;
	color: #fff;
	font-size: 120%;
	background: url(../../img/icons/sprites.png) 0 -218px no-repeat;
}
.showbox .content-box {
	background-color: #999;
	margin: 0 auto;
}
.showbox.loading {
	background: #999 url(../../img/bgs/loading.gif) no-repeat fixed center;
}
.showbox .multimedia-box {
	overflow: hidden;
}
.showbox .text-content {
	background: #ececee;
	padding: 5px;
}
.showbox h2 {
	margin: 5px 0;
	font-size: 130%;
}
.showbox p {
	margin-bottom: 10px;
	font-size: 120%;
}
.showbox ul {
	margin: 10px 0 10px 0;
}
.showbox li {
	list-style: none;
	color: #555;
	font-size: 110%;
}


/* --------------------------------------
15_フォーム
-------------------------------------- */

/* FORMS
-------------------- */
/*
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input,
textarea,
select {
	box-shadow: none;
}
.validity-alert {
	font-family: 'arial', 'helvetica', 'sans-serif';
	font-size: 14px;
}
textarea {
	font-family: 'arial', 'helvetica', 'sans-serif';
}
.form-box {
	width: 95%;
	margin: 0 auto;
}
.form-wrapper {
	clear: both;
	width:95%;
	margin:0 auto;
}
#step-by-step {
	margin: 20px 0;
	padding: 4px 10px;
	border-radius: 5px;
	background: #0d8ccc;
}
#step-by-step ol {
	zoom: 1;
	list-style-position: inside;
	color: #fff;
}
#step-by-step li  {
	float: left;
	margin: 0 20px 0 0;
	padding: 4px;
	border-radius: 5px;
	list-style-position: inside;
}
#step-by-step li.do  {
	background: #EC1549;
}
#step-by-step li.do button {
	color: #fff;
}
#step-by-step li button {
	display: inline-block;
	padding: 3px;
	background: transparent;
	border: none;
	-webkit-appearance: none;
	color: #fff;
	font-family: 'arial','helvetica','sans-serif';
	cursor: pointer;
}
#step-by-step li button:hover,
#step-by-step li button:focus,
#step-by-step li button:active {
	text-decoration: underline;
}
#step-by-step li button[disabled] {
	cursor: default;
	color: #ccc;
	text-decoration: none;
}

.form-wrapper fieldset {
	border: none;
	margin: 5px 0 30px 0;
}
.form-wrapper fieldset > h2 {
	margin-bottom:10px;
	padding: 5px 10px;
	color: #333;
	background-color:#CCCCCC;
}
.form-wrapper p.required {
	text-align: right;
}
/*.form-wrapper*/ #Check p.required {
	display: none;
}
.form-wrapper p.required span,
.form-wrapper dfn {
	color: #ec1549;
	font-weight: bold;
}
.form-wrapper div span {
	/*display: block;*/
	padding: 5px 0 0 0;
	color: #555;
	font-size: 100%;
}
.form-wrapper div.form-edit span ,
.form-wrapper div.form-selection span {
}
.form-row {
	clear: both;
	zoom: 1;
	border-bottom: 1px dotted #b3b3b3;
	padding: 10px 0 15px 0;
}
.form-row div {
	width: auto;
	border-bottom: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.form-row .form-item {
	margin: 0;
	clear: none;
}
.form-wrapper label {
	position: relative;
	display: block;
}
.form-wrapper label[for="text"] {
}
.form-wrapper label span {
}
.form-wrapper fieldset .multiple-labels fieldset input,
.form-wrapper input,
.form-wrapper textarea,
.form-wrapper div.mod input.mod {
	display: block;
	background: #ffffff;
	width: 100%;
	margin: 3px 0 0 0;
	border: 1px solid #c2c2c2;
	padding: 10px 3px 10px 3px;
}
.form-wrapper input[type="submit"] {
	display: inline;
	border: 1px solid #c2c2c2;
}
.step-controls {
	position: relative;
	top: 2px;
}
.input-datetime-local .step-controls {
	top: auto;
}
.form-item-hidden,
.form-wrapper input[type=hidden] {
   display: none;
}
.form-wrapper .multiple-labels fieldset input.a11y-focus,
.form-wrapper .multiple-labels fieldset input:focus,
.form-wrapper input:focus,
.form-wrapper textarea:focus,
.form-wrapper input.a11y-focus,
.form-wrapper textarea.a11y-focus {
	border: 1px solid #000;
	background: #FFFFFF;
}
.form-wrapper input[type=radio].a11y-focus,
.form-wrapper input[type=checkbox].a11y-focus {
	background: transparent;
	border: none;
}
.form-wrapper textarea {
	height: 100px;
	width: 100%;
}
.form-wrapper select {
	display: block;
	width: 310px;
	margin: 5px 0 0 0;
}
.form-wrapper div span.input-datetime-local {
	font-size: 100%;
}
.form-wrapper h4 {
	padding: 0 0 10px 0;
	color: #000;
	font-size: 130%;
	font-weight: bold;
}
.form-wrapper div.multiple-labels label span {
	color: #555;
	font-size: 110%;
	font-weight: normal;
}
.form-row label span {
	display: inline;
}
.form-row label.m span {
	clear: both;
	padding: 0 0 5px 0;
}
.form-row span.help a {
	background: url(../../img/icons/sprites.png) 0 -651px no-repeat;
	padding-left: 15px;
}

/* multiple inputs in one row */
.form-row .form-item-s,
.form-row .form-item-m,
.form-row .form-item-l {
	float: left;
	margin: 0;
	clear: none;
	width: 92px;
}
.form-row .form-item-m {
	width: 161px;
	padding: 0;
}
.form-row .form-item-l {
	width: 363px;
}
.form-row .form-item-s input {
	width: 70px;
}
.form-wrapper .form-row .form-item-m input {
	width: 139px;
}
.form-row .form-item-l input {
	width: 209px;
}

/* checkboxes & radiobuttons */
.form-wrapper fieldset fieldset {
	margin: 0;
	padding: 0;
}
.form-wrapper fieldset fieldset .form-item {
	float: none;
	display: block;
	clear: both;
}
.form-wrapper fieldset fieldset input {
	width: auto;
	display: inline;
	background: transparent;
	border: none;
}
#main .form-wrapper fieldset fieldset legend {
	text-indent: -9999px;
	font-size: 0;
}
.form-wrapper  fieldset fieldset div.form-item label {
	display: inline;
}

/* mod for short elements */
.form-wrapper fieldset fieldset.mod .form-item {
	float: left;
	clear: none;
	margin-right: 10px;
	width: auto;
}
.form-wrapper fieldset fieldset.mod .form-item label {
	display: inline;
}

/* table date-picker */
.input-date-datepicker-control td:hover {
    background-color: #BBEEFF;
    border: none;
    box-shadow: 0 3px 9px rgba(255, 255, 255, 0.9) inset;
}
.input-date-datepicker-control td.ui-datepicker-today {
	border: none;
	background: #EC1549;
}
.input-date-datepicker-control td.ui-datepicker-today a {
	color: #fff;
}
.input-date-datepicker-control td.ui-datepicker-current-day {
	border: none;
	background: #999;
}

/* Submit */
.form-wrapper div.button-wrapper {
	width:100%;
	position: relative;
	border: none;
	padding: 10px 0 5px 0;
	text-align:center;
}
.form-wrapper fieldset div.button-wrapper em {
	float: right;
	margin-top: -24px;
	font-size: 140%;
}
.new-search .button,  /* button outside button-wrapper */
.form-wrapper div.button-wrapper input { /* button */
	background:#F60;
	right: auto;
	width: auto;
	margin:5px;
	padding: 12px 70px;
	/*color: #fff;*/
	cursor: pointer;
	font-size: 120%;
	text-transform: uppercase;
	font-weight: bold;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f7f7f7', endColorstr = '#dedede');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f7f7f7', endColorstr = '#dedede')";
background-image: -moz-linear-gradient(top, #f7f7f7, #dedede);
background-image: -ms-linear-gradient(top, #f7f7f7, #dedede);
background-image: -o-linear-gradient(top, #f7f7f7, #dedede);
background-image: -webkit-gradient(linear, center top, center bottom, from(#f7f7f7), to(#dedede));
background-image: -webkit-linear-gradient(top, #f7f7f7, #dedede);
background-image: linear-gradient(top, #f7f7f7, #dedede);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}

/* -- 確認ページ -- */
.form-summary {
	margin: 0 auto 20px;
}

.form-summary table {
		border:#CCCCCC 1px solid;
}

.form-summary table td {
	border:#CCCCCC 1px solid;
	padding:5px 10px;
	white-space: pre;
	white-space: pre-line;
	word-break: break-all;
}

.form-summary table td:first-child {
	text-align: left;
	width: 40%;
}

.form-field span {
	margin-bottom:0!important;
	line-height:1.4;
}

.form-edit ,
.form-selection {
	margin-bottom: 10px;
}


.new-search .button {  /* button outside button-wrapper */
	padding-top: 3px;
	padding-bottom: 4px;
}
.new-search .button:hover,
.new-search .button:active,
.new-search .button:focus,
.form-wrapper div.button-wrapper input:hover,
.form-wrapper div.button-wrapper input:active,
.form-wrapper div.button-wrapper input:focus {
	background: #B9B9B9;
	/*color: #fff;*/
	border: 1px solid #111;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
}
/* link-Button */
/*
a.button {
	background: #b90834 url(../../img/bgs/submit.png) 0 0 repeat-x;
	min-width: 60px;
	width: auto;
	border: 1px solid #f19eb2;
	border-right: 1px solid #920728;
	border-bottom: 1px solid #920728;
	padding: 3px 20px 2px 20px;
	text-align: center;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
a.button span {
	position: absolute;
}
a.button:hover,
a.button:active,
a.button:focus {
	color: #fac4d1;
}
*/

/* New Search */
/*
#search-results .form-wrapper div {
	background: #f2f2bf;
	float: left;
	width: 100%;
	padding: 10px 0;
}
#search-results .form-wrapper input {
	float: left;
	margin: 3px 0 0 10px;
}
#search-results .form-wrapper input.submit {
	width: auto;
	background: #cc0;
	padding: 2px 10px;
	cursor: pointer;
}
*/

/* error messages */
.error {
	color: #ec1549;
	font-weight: bold;
}

.error a ,
.error a:hover {
	color: #333;
	text-decoration: none;
	cursor: default;
}

#main .error h1 {
	background: url(../../img/bgs/error.png) 0 8px no-repeat;
	margin-bottom: 10px;
	padding: 5px 0 0 30px;
	color: #ec1549;
}
#main div.error {
	margin: 20px 0;
	font-weight: bold;
}
#main div.error ul {
	margin: 0 0 0 45px;
}
#main div.error li {
	color: #ec1549;
}
#main div.error li a,
#main div.error label span {
	color: #ec1549;
}
#main .form-wrapper div.error {
	margin: 0;
}
.form-ui-invalid {
	border-color: #ec1549;
}
.form-wrapper div.error input,
.form-wrapper div.error select,
.form-wrapper div.error textarea,
.form-wrapper div input.form-ui-invalid,
.form-wrapper div textarea.form-ui-invalid,
.form-wrapper div select.form-ui-invalid {
	border: 1px solid #ec1549;
}

#mgnlhp {
    display: none;
}

/* success messages */
#main .success {
	margin: 10px 0;
}
#main .success h1 {
	background: url(../../img/bgs/confirmed.png) 0 8px no-repeat;
	margin-bottom: 10px;
	padding: 5px 0 0 30px;
	color: #afaf00;
}



/* -- rss -- */
.rss-content {
}

.rss-content em {
	font-style: normal;
	float: right;
	background: none !important;
}

.rss-content a {
	text-decoration: none;
	display: block;
	width: 128px;
	height: 32px;
	background: url("../../../../../../resources/sw_img/icon_rss.svg") no-repeat left top;
}

.rss-content a:hover {
	opacity: 0.7;
}

/* -- スマホ -- */
.sp_navi {
	display:none;
}

.no-pc {
	display: none !important;
}

#panel2-sw {
	display: none;
}


/* google search */
.gsc-control-cse ,
.gsc-control-cse * {
	box-sizing: content-box;
}
.gsc-control-cse {
	line-height: 1;
}


/*------------------------------------- 
13_テンプレートID
-------------------------------------*/


/*---- 総合トップH01 ----*/

body#generaltop ,
body.generaltop {
}

body#sitetop ,
body.sitetop {
}

body#sitetop #wrapper-3 {
	margin-top: 0;
}


/*---- カテゴリトップのテンプレートS01 ----*/
body#irtop ,
body.irtop {
}


/*---- 汎用のテンプレートF01 ----*/

body#multi ,
body.multi {
}


/*---- FAQのテンプレートF04 ----*/
body#faq ,
body.faq {
}


/*---- サイトマップのテンプレートF05 ----*/

body#siteMap ,
body.siteMap {
}


/*---- イベント一覧のテンプレートS03 ----*/

body#eventOverview ,
body.eventOverview {
}


/*---- イベントのテンプレートC02 ----*/

body#event ,
body.event {
}


/*---- ニュース一覧のテンプレートS02 ----*/

body#newsOverview ,
body.newsOverview {
}

/*---- 英文資料一覧のテンプレートC04 ----*/

body#kaijiListEnglish ,
body.kaijiListEnglish {
}


/* -- ニュース一覧・英文資料一覧のサイドナビに削除ページが出るのを抑止 -- */
/* -- ニュースページは削除されている為プレビュー不可 -- */
body.kaijiListEnglish #nav-box strong + ul ,
body.newsOverview #nav-box strong + ul {
    display: none;
}



body.kaijiListEnglish #nav ,
body.newsOverview #nav ,
body.news #nav {
	display: none;
}

body.kaijiListEnglish #wrapper-3 ,
body.newsOverview #wrapper-3 ,
body.news #wrapper-3 {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}

body.kaijiListEnglish .bread-crumb ,
body.newsOverview .bread-crumb ,
body.news .bread-crumb {
	position: absolute;
	top: 130px;
	width: 100%;
}

/*
<div class="bread-crumb" id="bread-custom">
    <h5></h5>
    <ol>
              <li><a href="/olc/ja.html">株式会社オリエンタルランド</a></li>
              <li><a href="/olc/ja/news.html">ニュースリリース</a></li>
    </ol>
</div>
*/

/*---- ニュースのテンプレートC01 ----*/

body#news ,
body.news {
}


/*---- 有価証券報告書一覧のテンプレートC05 ----*/

body#yuho ,
body.yuho {
}


/*---- 決算短信一覧のテンプレートC03 ----*/

body#kaijiResult ,
body.kaijiResult {
}


/*---- 財務ハイライトのテンプレートC06 ----*/

body#tdnetzaimu ,
body.tdnetzaimu {
}

body#tdnetzaimu-2nd ,
body.tdnetzaimu-2nd {
}


/*---- 配当金のテンプレートC07 ----*/

body#tdnethaitou ,
body.tdnethaitou {
}

body#tdnethaitou-2nd ,
body.tdnethaitou-2nd {
}


/*---- 電子公告のテンプレートF06 ----*/

body#denshi ,
body.denshi {
}


/*---- スペシャルコンテンツのテンプレートF08 ----*/

body#special {
}


body.special {
	background: #FFF;
}

body.special #html1 {
}

body.special #sharewithmain {
}

body.special #html2 {
}

body.special .multiColumn1:last-child,
body.special .multiColumn2:last-child,
body.special .multiColumn3:last-child,
body.special .multiColumn4:last-child,
body.special .multiColumn5:last-child {
	margin-bottom: 0px;
}

body.special .multiColumn1:last-child > div ,
body.special .multiColumn2:last-child > div ,
body.special .multiColumn3:last-child > div ,
body.special .multiColumn4:last-child > div ,
body.special .multiColumn5:last-child > div {
	margin-bottom: 0px;
}

body.special .multiColumn1:last-child > div > div:last-child ,
body.special .multiColumn2:last-child > div > div:last-child ,
body.special .multiColumn3:last-child > div > div:last-child ,
body.special .multiColumn4:last-child > div > div:last-child ,
body.special .multiColumn5:last-child > div > div:last-child {
	margin-bottom: 0px;
}


/* --------------------------------------
16_個別設定
-------------------------------------- */



/* -- ヘッダー内ロゴ -- */

#header .logo a:hover img {
	-ms-opacity: 1.0;
	opacity: 1.0;
}



/*-- フッターリンク集 -- */
.footer-about {
	font-size: 12px;
	position: relative;
}
.footer-about:after {
	content: "";
	display: block;
	clear: both;
}


.footer-about img {
	position: absolute;
	bottom: 13px;
	right: 0;
}

.footer-about p {
	display: none;
}

.footer-about ul {
	display: block;
	float: left;
	padding-bottom: 40px;

}

.footer-about u {
	text-decoration: none;
}

.footer-about li > u > a {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #005bac;

	position: relative;
	padding-left: 25px;
}

.footer-about li > u > a:before {
	content: "";
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 4px;
	margin-top: -0.5em;
	display: block;
	width: 1em;
	height: 1em;
	background: url("../../../../../../resources/sw_img/icon_arrow_blue.png") no-repeat center center;
	background-size: contain;
}

.footer-about li > u > a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/sw_img/linkout_blue.png") no-repeat left center;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 0.25em;
/*	vertical-align: middle; */
}

.footer-about li > a {
	display: block;
	font-size: 12px;
	color: #4c6072;
	margin-bottom: 5px;

	position: relative;
	padding-left: 25px;
}

.footer-about li > a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 4px;
	margin-top: -3px;
	margin-left: 3px;
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #005bac;
	border-left: 1px solid #005bac;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.footer-about li > a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/sw_img/linkout_blue.png") no-repeat left center;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 0.5em;
	vertical-align: middle;
}




#footer-about-1 ul {
	width: 25%;
}

#footer-about-1 ul:nth-child(9) {
	position: absolute;
	bottom: 0px;
	left: 0;
}

#footer-about-1 ul:nth-child(11) {
	position: absolute;
	bottom: 0px;
	left: 25%;
}

#footer-about-2 {
	border-top: 1px solid #d5dcdf;
}

#footer-about-2 ul {
	padding-right: 20px;
	padding-bottom: 23px;
}

#footer-about-2 li > u > a {
	font-weight: normal;
}

#footer-about-3 ul {
	float: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 5px;
}

#footer-about-3 li + li {
	margin-left: 13px;
}

#footer-about-3 li a {
	display: inline-block;
	min-width: 68px;
	min-height:  26px;
	border: 1px #000 solid;
	border-radius: 2px;
	padding: 4px 13px 4px 35px;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#footer-about-3 li > a:before,
#footer-about-3 li > a[target="_blank"]:after {
	content: none;
}

#footer-about-3 ul li a:hover {
	text-decoration: none;
	opacity: 0.6;
}

#footer-about-3 li a.footer-fb {
	border-color: #1877f2;
	color: #1877f2;
	background: url("../../../../../../resources/sw_img/icon_facebook.png") no-repeat 7px center;
	background-size: 24px 24px;
}

#footer-about-3 li a.footer-tw {
	border-color: #333;
	color: #333;
	background: url("../../../../../../resources/sw_img/icon_twitter.png") no-repeat 7px center;
	background-size: 24px 24px;
}


/* -- お問い合わせページ　設定例 -- */

.form-box {
/*	width: 80%; */
}
.form-wrapper {
/*	width:auto; */
}
.form-wrapper div span {
	font-size: 75%;
}
.form-wrapper div > span {
	margin-left: 10px;
}
.form-wrapper div.form-edit span ,
.form-wrapper div.form-selection span {
	float: left;
}
.form-wrapper label {
	text-align: left;
	padding:2px 5px;
	background-color: #e0e9f0;
	color: #005bac;
	font-weight: normal;

	float: left;
	width: 30%;
	min-height: 4em;
	border-right: 1px solid #ffffff;
}
.form-wrapper label span {
	color: #333; 
	font-weight: bold;
	font-size: 100%;
	float: left;
}
.form-wrapper fieldset .multiple-labels fieldset input,
.form-wrapper input,
.form-wrapper textarea,
.form-wrapper div.mod input.mod {
	margin: 10px 10px 0 0;
	border: 1px inset #c2c2c2;
	padding: 5px 3px 5px 3px;
	width: 65%;
	float: right;
}
.form-wrapper textarea {
	height: 100px;
	width: 65%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.form-wrapper select {
	margin: 10px 0 0 10px;
	float: left;
}
.form-wrapper fieldset fieldset input {
	margin: 10px 3px;

}
.form-wrapper fieldset fieldset.mod .form-item {
	margin-left: 10px;
}
.form-wrapper fieldset fieldset.mod .form-item label {
	border: none;
	width: auto;
	background-color: inherit;
	color: inherit;
	padding: 5px 3px 5px 3px;
	box-sizing: border-box;
}

.new-search .button,  /* button outside button-wrapper */
.form-wrapper div.button-wrapper input { /* button */
	float: none;
	font-family: inherit;

	font-weight: normal;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.form-wrapper div.button-wrapper input:last-child {
}

.form-wrapper div.button-wrapper input:hover,
.form-wrapper div.button-wrapper input:active,
.form-wrapper div.button-wrapper input:focus {
}


.form-edit ,
.form-selection {
	border: 1px solid #ffffff;
	margin-bottom: -1px;
}

.form-wrapper label[for="text"] {
	min-height: 128px;
}


/* -- お問い合わせ確認ページ　設定例 -- */

.form-summary {
/*	width: 80%; */
}

.form-summary table td {
	border: solid #ffffff 1px;
	padding:10px 10px;
}

.form-summary table td:first-child {
	background-color: #e0e9f0;
	color: #005bac;
	font-weight: normal;
	border: solid #ffffff 1px;
}


/*-- 上に戻るリンク 設定例：scroll_f.js用 --*/
#topcontrol {
	position: fixed;
	bottom: 20px;
	right: -80px;
	opacity: 0.3;
	cursor: pointer;
	z-index:1000;

	transition: 0.5s 0.1s;
	will-change: opacity, bottom;
}


#topcontrol.visible {
	right: 20px;
	bottom: 20px;
	opacity: 1;
}


#topcontrol a {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: rgba(128,128,128, 0.85);
	position: relative;
}

#topcontrol a:before {
	content: "";
	position: absolute;
	top: 27%;
	left: 50%;
	margin-left: -6px;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


#topcontrol a span {
	position: absolute;
	left: 0;
	bottom: 23%;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 13px;
}


.toTop {
	display: none;
}


/*-- 関連コンテンツ リンクリスト --*/
body:not([class*="denshi"]) div.link-list-url {
}

body:not([class*="denshi"]) div.link-list-url ul {
	text-align: right;
	font-size: 0;
}
body:not([class*="denshi"]) div.link-list-url ul:after {
	content: "";
	display: block;
	clear: both;
}

body:not([class*="denshi"]) div.link-list-url .internal-link-text ,
body:not([class*="denshi"]) div.link-list-url .external-link-text {
	display: inline-block;
	font-size: 16px;
	padding: 0;
	margin: 0 0 10px 15px;
}

body:not([class*="denshi"]) div.link-list-url .internal-link-text:before ,
body:not([class*="denshi"]) div.link-list-url .external-link-text:before {
	content: none;
}

body:not([class*="denshi"]) div.link-list-url .internal-link-text a ,
body:not([class*="denshi"]) div.link-list-url .external-link-text a {
	position: relative;
	display: block;
	line-height: 1;
	border: 2px solid #005bac;
	padding: 16px 25px 16px 45px;
	color: #005bac;
	background-color: #FFF;
	text-decoration: none;
}

body:not([class*="denshi"]) div.link-list-url .internal-link-text a:before ,
body:not([class*="denshi"]) div.link-list-url .external-link-text a:before {
	content: "";
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 24px;
	margin-top: -0.5em;
	display: block;
	width: 1em;
	height: 1em;
	background: url("../../../../../../resources/sw_img/icon_arrow_blue.png") no-repeat center center;
	background-size: contain;
}

body:not([class*="denshi"]) div.link-list-url .internal-link-text a.act ,
body:not([class*="denshi"]) div.link-list-url .external-link-text a.act , 
body:not([class*="denshi"]) div.link-list-url .internal-link-text a:hover ,
body:not([class*="denshi"]) div.link-list-url .external-link-text a:hover {
	opacity: 0.7;
}



body:not([class*="denshi"]) .layout_equal_width_link div.link-list-url ul {
	text-align: left;
}

body:not([class*="denshi"]) .layout_equal_width_link div.link-list-url .internal-link-text ,
body:not([class*="denshi"]) .layout_equal_width_link div.link-list-url .external-link-text {
	width: 46%;
	width: calc(50% - 15px);
	padding: 0;
	margin: 0 15px 10px 0;
}






/*-- 装飾 --*/

.lt-005 {
	letter-spacing: -0.05em;
}

.lt-01 {
	letter-spacing: -0.1em;
}

.lt-015 {
	letter-spacing: -0.15em;
}

.lt-02 {
	letter-spacing: -0.2em;
}




div.text-section + div.link-list {
	margin-top: -20px;
}

div.title2 ~ div.anchor-link {
	min-width: calc(50% - 20px);
}

/*
div.title3 + div.link-list {
	margin-top: -50px;
	float: right;
}
*/



/*-- MV --*/

#html1 .mv {
	width: 100%;
	min-width: 1020px;
	margin: 0 auto;
	height: 270px;
}

#html1 .mv .box {
	width: 1020px;
	height: 270px;
	margin: 0 auto;
}

#html1 .mv .spbox {
	display: none;
}

#html1 .mv h1.caption {
	width: 340px;
	height: 270px;
	display: table-cell;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 0 15px 0 30px;

/*	background-color: #005bac; */
	color: #FFF;
}

#html1 .mv h1.caption .main {
	font-size: 26px;
/*	letter-spacing: 2px; */
	font-weight: bold;
	line-height: 1.4;
}
#html1 .mv h1.caption .sub {
	font-size: 12px;
	font-weight: normal;
}
#html1 .mv h1caption .sub:before {
	content: "";
	display: block;
	clear: both;
	margin-top: 10px;
}


#html1 .mv.about {
	background: #e4e9eb url("../../../../../../resources/sw_img/h1mv_about.jpg") no-repeat center center;
}

#html1 .mv.csr_ja {
/*	background: #e4e9eb url("../../../../../../resources/sw_img/h1mv_csr_ja.jpg") no-repeat center center; */
	background: #e4e9eb;
}

#html1 .mv.csr_ja h1.caption {
	background-color: #005bac;
}

#html1 .mv.csr_en {
/*	background: #e4e9eb url("../../../../../../resources/sw_img/h1mv_csr_en.jpg") no-repeat center center; */
	background: #e4e9eb;
}

#html1 .mv.csr_en h1.caption {
	background-color: #005bac;
}

#html1 .mv.ir {
	background: #e4e9eb url("../../../../../../resources/sw_img/h1mv_ir.jpg") no-repeat center center;
}

#html1 .mv.recruit {
	background: #e4e9eb url("../../../../../../resources/sw_img/h1mv_recruit.jpg") no-repeat center center;
}

#html1 .mv.tdr {
	background: #e4e9eb url("../../../../../../resources/sw_img/h1mv_tdr.jpg") no-repeat center center;
}

#html1 .mv.recruit_career {
	background: #e4e9eb url("../../../../../../resources/sw_img/h1mv_recruit_career.jpg") no-repeat center center;
}



#html1 .mv.top ,
#html1 .mv.top .box {
	height: 380px;
}

#html1 .mv.top {
	background: url("../../../../../../resources/sw_img/h1mv_top.jpg") repeat-x 0 0;
	-webkit-animation: slider linear 80s infinite;
	-moz-animation: slider linear 80s infinite;
	-o-animation: slider linear 80s infinite;
	-ms-animation: slider linear 80s infinite;
	animation: slider linear 80s infinite;
}

@-webkit-keyframes slider {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 2800px;
  }
}

@-moz-keyframes slider {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 2800px;
  }
}

@-o-keyframes slider {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 2800px;
  }
}

@-ms-keyframes slider {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 2800px;
  }
}

@keyframes slider {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 2800px;
  }
}

#html1 .mv.top h1.catch {
	width: 100%;
	height: 380px;
	background: url("../../../../../../resources/sw_img/h1mv_top_catch_ja.png") no-repeat center center;
}

#html1 .mv.top h1.catch span {
	font-size: 0;
}


#header.en ~ #html1 .mv.top h1.catch {
	background-image: url("../../../../../../resources/sw_img/h1mv_top_catch_en.png");
}



/*==== CSRカルーセル：スライドMV ====*/
#promos3 #area-slider {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -170px;
	display: block;
	width: 680px;
	height: 270px;
}

#promos3 #area-slider > div {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

#promos3 #area-slider .slick-slide {
	height: 270px;
	overflow: hidden;
	margin-bottom: 0;
}

#promos3 #area-slider .slick-slide > div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(1000px + 40px);
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

#promos3 #area-slider .slick-slide * *:last-child {
	margin-bottom: 0;
}

#promos3 #area-slider .slick-slide > .column1 {
	width: 680px;
}

#promos3 #area-slider .slick-slide > .column1 img {
	width: 100%;
}

#promos3 #area-slider .slick-dots {
	bottom: auto;
	bottom: 0px;
	display: block;
	width: 100%;
}

#promos3 #area-slider .slick-dots li {
	margin: 0 5px;
}


#promos3 #area-slider .slick-dots li button {
	padding: 0;
	display: block;
	width: 12px;
	height: 12px;
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 50%;
}

#promos3 #area-slider .slick-dots li.slick-active button {
	background: #222;
}




/* -- 花アイコン -- */
span.flower_blue:after ,
span.flower_green:after ,
span.flower_magenta:after ,
span.flower_purple:after ,
span.flower_yellow:after {
	content: "";
	display: inline-block;
	width: 32px;
	height: 30px;
	vertical-align: middle;
	margin-right: 0.5em;
}

span.flower_blue:after {
	background:url(../../../../../../resources/sw_img/flower_blue.png) left top no-repeat;
}
span.flower_green:after {
	background:url(../../../../../../resources/sw_img/flower_green.png) left top no-repeat;
}
span.flower_magenta:after {
	background:url(../../../../../../resources/sw_img/flower_magenta.png) left top no-repeat;
}
span.flower_purple:after {
	background:url(../../../../../../resources/sw_img/flower_purple.png) left top no-repeat;
}
span.flower_yellow:after {
	background:url(../../../../../../resources/sw_img/flower_yellow.png) left top no-repeat;

}



/*-- レイアウト装飾 --*/

/*-- ワイドモード --*/
body#page_teaer_on_mv_and_wide #wrapper-3 {
	width: auto;
	
}

body#page_teaer_on_mv_and_wide #nav {
	display: none;
}

body#page_teaer_on_mv_and_wide #page-intro {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}

body[id="page_teaer_on_mv_and_wide"] [role="main"] > .multiColumn1 ,
body[id="page_teaer_on_mv_and_wide"] [role="main"] > .multiColumn2 ,
body[id="page_teaer_on_mv_and_wide"] [role="main"] > .multiColumn3 ,
body[id="page_teaer_on_mv_and_wide"] [role="main"] > .multiColumn4 ,
body[id="page_teaer_on_mv_and_wide"] [role="main"] > .multiColumn5 {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}

body[id="page_teaer_on_mv_and_wide"] [role="main"] > .lx_mcol_full {
	width: auto;
}



.lx_col_mr0.multiColumn2 > .column1 ,
.lx_col_mr0.multiColumn2 > .column2 {
	width: 50%;
	margin-left: 0;
	margin-right: 0;
}

.lx_col_mr0.multiColumn3 > .column1 ,
.lx_col_mr0.multiColumn3 > .column2 ,
.lx_col_mr0.multiColumn3 > .column3 {
	width: 33.33333%;
	margin-left: 0;
	margin-right: 0;
}

.lx_col_mr0.multiColumn4 > .column1 ,
.lx_col_mr0.multiColumn4 > .column2 ,
.lx_col_mr0.multiColumn4 > .column3 ,
.lx_col_mr0.multiColumn4 > .column4 {
	width: 25%;
	margin-left: 0;
	margin-right: 0;
}

.lx_col_mr0.multiColumn5 > .column1 ,
.lx_col_mr0.multiColumn5 > .column2 ,
.lx_col_mr0.multiColumn5 > .column3 ,
.lx_col_mr0.multiColumn5 > .column4 ,
.lx_col_mr0.multiColumn5 > .column5 {
	width: 20%;
	margin-left: 0;
	margin-right: 0;
}



/*----------------------------------------------*/
/* 簡易版PC/SP表示切り替え */
#sharewithmain .layout_mcol2_flip.multiColumn2 > .column1 {
	display: inline-block;
	width: 100%; 
	max-width: 1000px; 
	margin-right: 0;
}

#sharewithmain .layout_mcol2_flip.multiColumn2 > .column2 {
	display: none;
}

#sharewithmain .mgnlEditor ~ .layout_mcol2_flip.multiColumn2 > .column1 ,
#sharewithmain .mgnlEditor ~ .layout_mcol2_flip.multiColumn2 > .column2 {
	display: inline-block;
}

#sharewithmain .mgnlEditor ~ .layout_mcol2_flip.multiColumn2 > .column1 {
	width: calc((100% - 2 * 10px) * 0.6);
	max-width: calc((1000px - 2 * 10px) * 0.6);
	margin-right: 10px;
	margin-right: var(--width-content-margin);
}

#sharewithmain .mgnlEditor ~ .layout_mcol2_flip.multiColumn2 > .column2 {
	width: calc((100% - 2 * 10px) * 0.4);
	max-width: calc((1000px - 2 * 10px) * 0.4);
	margin-left: 10px;
}




/*-- MV上 バナー --*/
body#page_teaer_on_mv_and_wide #wrapper-2 ,
body#page_teaer_on_mv #wrapper-2 {
	padding-top: 270px;
	margin-top: -270px;
}

.layout_teaser_on_mv01 ,
.layout_teaser_on_mv02 {
	margin: 0;
	position: absolute;
	text-align:center;
}

.layout_teaser_on_mv01 {
	top: -120px;
	left: 25px;
	width: 290px;
	color: #fff;
}

.layout_teaser_on_mv02 {
	top: -120px;
	left: 25px;
	width: 310px;
}

body#page_teaer_on_mv_and_wide .layout_teaser_on_mv01 {
	left: 50%;
	width: 1020px;
	margin-left: -510px;
}

body#page_teaer_on_mv_and_wide .layout_teaser_on_mv01 > .column1 {
	width: 290px;
	margin-left: 25px;
}

#sharewithmain .layout_teaser_on_mv01 div.teaser.no-img ,
#sharewithmain .layout_teaser_on_mv01 div.external-teaser.no-img {
	margin: 0;
}

#sharewithmain .layout_teaser_on_mv01 div.teaser.no-img h2 ,
#sharewithmain .layout_teaser_on_mv01 div.external-teaser.no-img h2 {
	font-size: 13px;
}

#sharewithmain .layout_teaser_on_mv01 div.teaser.no-img h2 a ,
#sharewithmain .layout_teaser_on_mv01 div.external-teaser.no-img h2 a {
	padding: 19px 19px 19px 49px;
}

#sharewithmain .layout_teaser_on_mv01 div.teaser.no-img h2 a:before ,
#sharewithmain .layout_teaser_on_mv01 div.external-teaser.no-img h2 a:before{
	left: 26px;
	font-size: 14px;
}


#sharewithmain .layout_teaser_on_mv01 .text-section.highlight {
	font-size: 14px;
	padding: 14px 9px;
	border: 1px solid #ccc;
	color: #005bac;
	background-color: #fff;
	text-decoration: none;
}

#sharewithmain .layout_teaser_on_mv01 .text-section.highlight a {
	font-size: 24px;
/*	color: #ff7f50; */
}


#sharewithmain .layout_teaser_on_mv02 div.teaser.no-img ,
#sharewithmain .layout_teaser_on_mv02 div.external-teaser.no-img {
	margin: 0;
	background: #fff;
}

#sharewithmain .layout_teaser_on_mv02 div.teaser.no-img h2 ,
#sharewithmain .layout_teaser_on_mv02 div.external-teaser.no-img h2 {
	font-size: 13px;
}

#sharewithmain .layout_teaser_on_mv02 div.teaser.no-img h2 a ,
#sharewithmain .layout_teaser_on_mv02 div.external-teaser.no-img h2 a {
	background-color: #ff812d;
	border-color: #ff812d;
}

#sharewithmain .layout_teaser_on_mv02 div.teaser.no-img h2 a:hover ,
#sharewithmain .layout_teaser_on_mv02 div.external-teaser.no-img h2 a:hover {
	color: #fff;
	background-color: #ff812d;
	opacity: 0.7;
}

#sharewithmain .layout_teaser_on_mv02 div.teaser.no-img h2 a:before ,
#sharewithmain .layout_teaser_on_mv02 div.external-teaser.no-img h2 a:before {
}

#sharewithmain .layout_teaser_on_mv02 div.teaser.no-img h2 a:after ,
#sharewithmain .layout_teaser_on_mv02 div.external-teaser.no-img h2 a:after {
	vertical-align: middle;
}

#sharewithmain .layout_teaser_on_mv02 div.teaser.no-img h2 a:hover:before ,
#sharewithmain .layout_teaser_on_mv02 div.external-teaser.no-img h2 a:hover:before {
	background-image: url("../../../../../../resources/sw_img/icon_arrow_white.png");
}

#sharewithmain .layout_teaser_on_mv02 div.teaser.no-img h2 a[target="_blank"]:hover:after ,
#sharewithmain .layout_teaser_on_mv02 div.external-teaser.no-img h2 a[target="_blank"]:hover:after {
	background: url("../../../../../../resources/sw_img/linkout_white.png") no-repeat left center;
}


/*-- マルチカラム下マージン無し --*/
.layout_no_bottom_margin {
	margin-bottom: 0;
}

.layout_no_bottom_margin.layout_back_01 > div ,
.layout_no_bottom_margin.layout_back_02 > div ,
.layout_no_bottom_margin.layout_backwide_01 > div ,
.layout_no_bottom_margin.layout_backwide_02 > div {
	padding-bottom: 0px;
}

.layout_no_bottom_margin.layout_back_01 + div ,
.layout_no_bottom_margin.layout_back_02 + div ,
.layout_no_bottom_margin.layout_backwide_01 + div ,
.layout_no_bottom_margin.layout_backwide_02 + div  {
	margin-top: -20px;
}


.layout_mb1 {
	margin-bottom: 1px;
}



/*-- 背景色つきマルチカラム --*/
.layout_backwide_01 ,
.layout_backwide_02 {
	background: #e4e9eb;
	position: relative;
}

.layout_backwide_01 > div {
	padding: 40px 0;
}

.layout_backwide_02 > div {
	padding: 20px 0;
}

.layout_backwide_01:before ,
.layout_backwide_02:before {
	content: "";
	display: block;
	width: 300%;
	height: 100%;
	position: absolute;
	left: -100%;
	background: #e4e9eb;
	z-index: -1;
}


.layout_backwide_02 ,
.layout_backwide_02:before {
	background: #005bac;
}




/*-- 見出し中央寄せ --*/
.layout_center_index div.title2 h2 {
	border: none;
	text-align: center;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 10px;
}

.layout_center_index div.title2 h2:after {
	content: "";
	display: block;
	width: 100px;
	margin: 10px auto 0;
	border-bottom: 2px solid #005bac;
}

.layout_center_index div.title2 h2 span {
	font-size: 15px;
}

.layout_center_index div.title3 h3 {
	border: none;
	padding-left: 0;
/*	text-align: center; */
	font-size: 22px;
	color: #005bac;
}
.layout_center_index div.title3 h3 span {
	font-size: 15px;
}

.layout_center_index div.title2 h2 span:before ,
.layout_center_index div.title3 h3 span:before {
	content: "";
	display: block;
	clear: both;
}



/*-- バナー中央寄せ --*/
.layout_center_teaser > div {
	text-align: center;
	font-size: 0;
}

.layout_center_teaser div.teaser ,
.layout_center_teaser div.external-teaser ,
.layout_center_teaser div.download-teaser {
	display: inline-block;
	background-color: #fff;
	margin: 0 5px 5px;
}

.layout_center_teaser div.teaser h2 ,
.layout_center_teaser div.external-teaser h2 ,
.layout_center_teaser div.download-teaser h2 {
	display: inline-block;
}




/*-- バナーtype02 --*/
#sharewithmain .layout_teaser_type02  div.teaser,
#sharewithmain .layout_teaser_type02  div.external-teaser {
	margin: 0;
	background: #fff;
}

#sharewithmain .layout_teaser_type02  div.teaser.no-img ,
#sharewithmain .layout_teaser_type02  div.external-teaser.no-img {
}

#sharewithmain .layout_teaser_type02  div.teaser.no-img h2 ,
#sharewithmain .layout_teaser_type02  div.external-teaser.no-img h2 {
	display: table;
	font-size: 16px;
	font-weight: bold;
}

#sharewithmain .layout_teaser_type02  div.teaser.no-img h2 a ,
#sharewithmain .layout_teaser_type02  div.external-teaser.no-img h2 a {
	border: none;
	display: table-cell;
	background: #fff;
	color: #005bac;
	width: 240px;
	height: 70px;
	vertical-align: middle;
	text-align: left;
	padding: 0px 10px 0px 40px
}

#sharewithmain .layout_teaser_type02  div.teaser.no-img h2 a:before ,
#sharewithmain .layout_teaser_type02  div.external-teaser.no-img h2 a:before ,
#sharewithmain .layout_teaser_type02  div.teaser.no-img h2 a:after ,
#sharewithmain .layout_teaser_type02  div.external-teaser.no-img h2 a:after {
	top: 35px;
	left: 19px;
}

#sharewithmain .layout_teaser_type02  div.teaser.no-img h2 a:before ,
#sharewithmain .layout_teaser_type02  div.external-teaser.no-img h2 a:before {
	background-image: url("../../../../../../resources/sw_img/icon_arrow_blue.png");

}


/*-- カラム分割比率 50年史 --*/

.layout_multi2_column73.multiColumn2 > .column1 {
	width: 68.5%;
}
.layout_multi2_column73.multiColumn2 > .column2 {
	width: 28.5%;
}

.layout_multi2_column64.multiColumn2 > .column1 {
	width: 58.5%;
}
.layout_multi2_column64.multiColumn2 > .column2 {
	width: 38.5%;
}

.layout_multi2_column46.multiColumn2 > .column1 {
	width: 38.5%;
}
.layout_multi2_column46.multiColumn2 > .column2 {
	width: 58.5%;
}

.layout_multi2_column37.multiColumn2 > .column1 {
	width: 28.5%;
}
.layout_multi2_column37.multiColumn2 > .column2 {
	width: 68.5%;
}


/*-- 企業理念 --*/
.layout_philosophy_02 ,
.layout_philosophy_03 ,
.layout_philosophy_02en ,
.layout_philosophy_03en {
	display: block;
	background: #e4e9eb;
}

.layout_philosophy_02 > div ,
.layout_philosophy_03 > div {
	padding-top: 20px;
}

.layout_philosophy_02en > div ,
.layout_philosophy_03en > div {
	padding: 20px 20px 1px;
}




/*-- 採用 Q&A --*/

.layout_qa_box > div {
	border: 10px solid #cadff2;
	padding: 20px 30px;
	box-sizing: border-box;
}

.layout_qa_box div.title3 h3 {
	border: none;
	padding: 0;

	margin: 10px 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #005bac;
}

.layout_qa_box div.title2 h2 {
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	border: none;
	margin-bottom: 10px;
}

.layout_qa_box div.title2 h2:after {
	content: "";
	display: block;
	width: 100px;
	margin: 10px auto 0;
	border-bottom: 2px solid #005bac;
}


span.circle_q:after {
	content: "";
	display: inline-block;
	width: 32px;
	height: 30px;
	vertical-align: text-top;
	margin-right: 10px;
}

span.circle_q:after {
	background:url(../../../../../../resources/sw_img/circle_q.png) left top no-repeat;
}

/*-- 採用 スケジュール --*/
.layout_schedule_box div.title3 h3 {
	border: none;
	padding: 0;

	margin: 10px 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #005bac;
}

.layout_schedule_box div.title2 h2 {
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	border: none;
	margin-bottom: 10px;
}

.layout_schedule_box div.title2 h2:after {
	content: "";
	display: block;
	width: 100px;
	margin: 10px auto 0;
	border-bottom: 2px solid #005bac;
}

span.clock:after {
	content: "";
	display: inline-block;
	width: 29px;
	height: 30px;
	vertical-align: text-top;
	margin-right: 10px;
}
span.clock:after {
	background:url(../../../../../../resources/sw_img/clock.png) left top no-repeat;
}

.layout_schedule_box div.vertical-table .vtable-item > table > tbody > tr > td {
	background: #fff;
	border-left: none;
	border-right: none;
	border-top: 1px solid #e5dcdf;
	border-bottom: 1px solid #e5dcdf;
}

.layout_schedule_box div.vertical-table .vtable-item > table > tbody > tr > .vtable-head {
	vertical-align: top;
	padding: 20px 30px;
	background: #f3f3f3;
	color: inherit;
	font-size: 26px;
	border-left: none;
	border-right: none;
	border-top: 1px solid #e5dcdf;
	border-bottom: 1px solid #e5dcdf;
}




/*-- テーブル縦 type02 --*/

.layout_table_type02 {
}

.layout_table_type02 div.vertical-table {
}

.layout_table_type02 div.vertical-table .vtable-item > table > tbody > tr > .vtable-head ,
.layout_table_type02 div.vertical-table .vtable-item > table > tbody > tr > td {
	background: none;
	border: none;
	color: inherit;

	font-size: 13px;
	padding: 5px 0px;
}

.layout_table_type02 div.vertical-table .vtable-item > table > tbody > tr > .vtable-head:not(:empty) ,
.layout_table_type02 div.vertical-table .vtable-item > table > tbody > tr > td:not(:empty) {
	border-top: 1px dotted #7f7f7f;
}

.layout_table_type02 div.vertical-table .vtable-item:last-of-type > table > tbody > tr > .vtable-head ,
.layout_table_type02 div.vertical-table .vtable-item:last-of-type > table > tbody > tr > td {
	border-bottom: 1px dotted #7f7f7f;
}


/*-- 明朝体 --*/
.layout_mincho_text div.text-section > *:not(h2) {
	font-size: 18px;
	font-family: ヒラギノ明朝 Pro W6,Hiragino Mincho Pro,HGS明朝E,ＭＳ Ｐ明朝,serif;
}



/*-- CSR ５大事 --*/
.layout_innerbox_white > div {
	padding: 20px;
	background-color: #fff;
}

.layout_outerbox_white {
	background-color: #fff;
/*	width: calc(100% + 40px); */
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 0;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.layout_outerbox_white:last-child {
	margin-bottom: 0 !important;
}

body#no_back_color #sharewithmain {
	background: none;
}


.layout_breakline_white {
	position: relative;
	padding-top: 20px;
}
.layout_breakline_white:before {
	content: "";
	position: absolute;
	top: -0;
	left: -20px;
	display: block;
	width: calc(100% + 40px);
	height: 20px;
	background-color: #fff;
}




/*-- IR 経営計画 --*/
.layout_table_3color div.ircalendar {
}

.layout_table_3color div.ircalendar div.ircalendar-item > table > tbody > tr > td {
	padding: 12px 10px;
	vertical-align: middle;
	background-color: #fadcea;
	font-size: 13px;
}
.layout_table_3color div.ircalendar div.ircalendar-item > table > tbody > tr > td:first-child {
	color: #cd4973;
}

.layout_table_3color div.ircalendar div.ircalendar-item > table ul {
	float: left;
}

.layout_table_3color div.ircalendar div.ircalendar-item > table table {
	float: right;
	border: 1px solid #cd4973;
	margin-top: 10px;
}
.layout_table_3color div.ircalendar div.ircalendar-item > table table th {
	padding: 5px 5px;
	font-weight: normal;
	color: #fff;
	background-color: #cd4973;
}
.layout_table_3color div.ircalendar div.ircalendar-item > table table td {
	padding: 10px 5px;
	background-color: #fff;
}


.layout_table_3color div.ircalendar + div.ircalendar div.ircalendar-item > table > tbody > tr > td {
	background-color: #c5e7f9;
}
.layout_table_3color div.ircalendar + div.ircalendar div.ircalendar-item > table > tbody > tr > td:first-child {
	color: #0b92b7;
}

.layout_table_3color div.ircalendar + div.ircalendar div.ircalendar-item > table table {
	border: 1px solid #0b92b7;
}
.layout_table_3color div.ircalendar + div.ircalendar div.ircalendar-item > table table th {
	background-color: #0b92b7;
}


.layout_table_3color div.ircalendar + div.ircalendar + div.ircalendar div.ircalendar-item > table > tbody > tr > td {
	background-color: #feebbe;
}
.layout_table_3color div.ircalendar + div.ircalendar + div.ircalendar div.ircalendar-item > table > tbody > tr > td:first-child {
	color: #f18b00;
}

.layout_table_3color div.ircalendar + div.ircalendar + div.ircalendar div.ircalendar-item > table table {
	border: 1px solid #f18b00;
}
.layout_table_3color div.ircalendar + div.ircalendar + div.ircalendar div.ircalendar-item > table table th {
	background-color: #f18b00;
}


.layout_numbered_title div.title3 h3 {
	border: none;
	padding-left: 0;
}

.layout_numbered_title span.r-square {
	display: inline-block;
	box-sizing: content-box;
	border-radius: 5px;
	line-height: 1.2;
	min-width: 1.2em;
	height: 1.2em;
	padding: 0.2em 0.2em;
	color: #FFF;
	background-color: rgb(50, 97, 179);
	text-align:center;
	margin-right: 5px;
}

.layout_numbered_title span.r-square-red {
	background-color: #cd4973;
}
.layout_numbered_title span.r-square-yellow {
	background-color: #f18b00;
}
.layout_numbered_title span.r-square-blue {
	background-color: #0b92b7;
}


/*-- エリアリンク通常化 --*/

.layout_normal_linkarea div.internal-link-area ,
.layout_normal_linkarea div.external-link-area {
	font-size: inherit;
}


.layout_normal_linkarea div.internal-link-area > a p ,
.layout_normal_linkarea div.external-link-area > a p {
	position: static;
	bottom: auto;
	left: auto;
	width: auto;
	box-sizing: content-box;
	padding: 0;
	background: none;
	color: inherit;
}

/* -- 別窓アイコン -- */
.layout_normal_linkarea div.internal-link-area > a[target="_blank"]:after ,
.layout_normal_linkarea div.external-link-area > a[target="_blank"]:after {
	content: none;
}


/*-- エリアリンク 画像アイコン付き --*/

.layout_icon_linkarea div.internal-link-area ,
.layout_icon_linkarea div.external-link-area {
	font-size: inherit;
}


.layout_icon_linkarea div.internal-link-area > a ,
.layout_icon_linkarea div.external-link-area > a {
	position: relative;
	width: fit-content;
	margin: auto;
	display: flex;
	align-items: center;
	padding: 10px 20px;
	border: 1px solid #005bac;
}

.layout_icon_linkarea div.internal-link-area > a p ,
.layout_icon_linkarea div.external-link-area > a p {
	position: static;
	bottom: auto;
	left: auto;
	width: auto;
	box-sizing: content-box;
	padding: 0;
	background: none;
	color: inherit;
}

.layout_icon_linkarea div.internal-link-area > a img:not(.large) ,
.layout_icon_linkarea div.external-link-area > a img:not(.large) {
	float: none;
	max-width: 50px;
	margin-right: 10px;
}

/* -- 別窓アイコン -- */
.layout_icon_linkarea div.internal-link-area > a[target="_blank"]:after ,
.layout_icon_linkarea div.external-link-area > a[target="_blank"]:after {
	content: none;
}





/*-- ニュース切り替えタブ --*/
.layout_tabs01_label div.ircalendar {
}

.layout_tabs01_label div.ircalendar div.ircalendar-item {
	margin-bottom: 25px;
}

.layout_tabs01_label div.ircalendar div.ircalendar-item td {
	position: relative;
	width: 50% !important;
	text-align: center;
	cursor: pointer;
}
.layout_tabs01_label div.ircalendar div.ircalendar-item td:hover ,
.layout_tabs01_label div.ircalendar div.ircalendar-item td.act {
	border: 1px solid #005bac;
	background: #005bac !important;
	color: #FFF !important;
}

.layout_tabs01_label div.ircalendar div.ircalendar-item td:hover:before ,
.layout_tabs01_label div.ircalendar div.ircalendar-item td.act:before {
	content: "";
	position: absolute;
	bottom: -11px;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	margin-left: -8px;
	border-style: solid;
	border-width: 10px 8px 0px 8px;
	border-color: #005bac transparent transparent transparent;
}

div.layout_tabs01_content.hidden {
	display: none;
}



/*-- Topics タイル型ニュース --*/

.layout_4tile div.catalog ul li {
	width: 25%;
}

.layout_3tile div.catalog ul li {
	width: 33.3%;
}

.layout_2tile div.catalog ul li {
	width: 50%;
}



div.catalog a ,
div.catalog a:hover {
	color: inherit;
/*	text-decoration: none; */
}


div.catalog {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 20px;
}

div.catalog ul {
	font-size: 0;
}

div.catalog ul > p {
	font-size: 0.82rem;
}

div.catalog ul li {
	clear: none;
	border: none;
	margin: 0;
	padding: 0;

	font-size: 0.82rem;
	width: 25%;
	padding: 5px 10px 25px;
	box-sizing: border-box;

	display: inline-block;
	vertical-align: top;
}

div.catalog ul li > a {
	display: block;
	overflow: visible;
}

div.catalog ul li .note_tx {
	position: absolute;
	top: 30px;
	z-index: 1;
	opacity: 0.8;
}

div.catalog ul li h3 {
	border: none;
	margin: 0;
	padding: 0;
	background: #fff;
	box-sizing: content-box;
	padding: 0 10px 10px;
}

div.catalog ul li .n_img {
	display: block;
	margin: 0 -10px 40px;
}

div.catalog ul li .n_img img {
	max-width:100%;
	margin: 0 auto;
}

div.catalog ul li .news_tx {
	display: inline;
	color: #005bac;
}

div.catalog ul li .n_icon {
	padding: 0;
	margin: 0;
	display: none;
}
div.catalog ul li .n_icon:before {
	content: "";
	position: absolute;
	top: -3px;
	left: 8px;
	display: block;
	width: 45px;
	height: 38px;

	background: url("../../../../../../resources/sw_img/icon_new_tile.png") no-repeat left top;
}


div.catalog ul li .n_icon img {
	display: none;
}

div.catalog ul li span.date {
	top: auto;
	left: 10px;
	line-height: 1.5;
	margin-top: -25px;
}

div.catalog ul li .c_icon {
	top: auto;
	left: 7.2em;
	line-height: 1.5;
	margin-top: -25px;
}

/*-------------- テキスト化カテゴリアイコン (ver2専用) --------------*/
div.catalog ul li .c_icon {
	width: auto;
	height: auto;
	border-radius: 0;

	display: block;
	background-color: #005bac;
	padding: 0px 5px;
}

div.catalog ul li .c_icon:before {
	padding: 0;

	display: block;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

div.catalog ul li .c_icon img {
	display: none;
}


/*-- 日付カテゴリなし 採用 専門職用 --*/
.layout_news_nodate div.catalog p.yearTabs {
	display: none;
}

.layout_news_nodate div.catalog ul li a {
	text-decoration: none;
}

.layout_news_nodate div.catalog ul li h3 {
	padding: 0;
	border: 1px solid #ccc;
}

.layout_news_nodate div.catalog ul li > a:hover h3 {
	border-color: #005bac;
}


.layout_news_nodate div.catalog ul li span.date ,
.layout_news_nodate div.catalog ul li .c_icon {
	display: none;
}
.layout_news_nodate div.catalog ul li .news_tx {
	display: block;
	padding: 15px 10px 15px 30px;
	font-weight: normal;
}

.layout_news_nodate div.catalog ul li .news_tx:before {
	content: "";
	font-size: 14px;
	position: absolute;
	top: 25px;
	left: 12px;
	margin-top: -0.5em;
	display: block;
	width: 1em;
	height: 1em;
	background: url("../../../../../../resources/sw_img/icon_arrow_blue.png") no-repeat center center;
	background-size: contain;
}


/*-- 採用 経験者採用TOP --*/
.layout_careert_box01 > .column1 {
	width: calc(100% + 30px);
	font-size: 0;
}

.layout_careert_box01 div.internal-link-area ,
.layout_careert_box01 div.external-link-area {
	display: inline-block;
	vertical-align: top;
	width: 31.4%;
	width: calc((100% - 30px) * 0.314);
	width: 320px;
	margin-right: 2.9%;
	margin-right: 30px;
	font-size: 14px;
	margin-bottom: 40px;
}




/*-- テーブル 狭枠設定 --*/
.layout_narrow_cell div.shwTable .ht_master tr > td {
	padding: 10px 8px;
}

.layout_narrow_cell div.ircalendar-title > table > tbody > tr > th ,
.layout_narrow_cell div.ircalendar-item > table > tbody > tr > td {
	padding: 10px 8px;
}


/*-- 左端セル 見出しセル化 --*/
.layout_htable_colhead div.ircalendar-item .ircalendar-item1 {
	color: #005bac;
	background-color: #e0e9f0;
}
.layout_htable_colhead .ircalendar-item1 em {
	background-color: #fff;
}


/*-- IR最新資料ダウンロード --*/
/* アイコンとサイズがあるため、liをバナー風スタイルに */
body#ir_latest div.link-list li.here ,
.layout_ir_latest div.link-list li.here {
/*	display: none; */
}

body#ir_latest div.link-list.highlight .download-link-text ,
.layout_ir_latest div.link-list.highlight .download-link-text {
	margin: 0;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.4;
	display: block;
	position: relative;
	padding: 12px 12px;
	background: #005bac;
	border-radius: 45px;
	text-align: center;
}

body#ir_latest div.link-list.highlight .download-link-text a , 
body#ir_latest div.link-list.highlight .download-link-text em ,
.layout_ir_latest div.link-list.highlight .download-link-text a ,
.layout_ir_latest div.link-list.highlight .download-link-text em {
	display: inline;
	color: #fff;
	text-decoration: none;
}

body#ir_latest div.link-list.highlight .download-link-text a:not(.d_icon):before ,
.layout_ir_latest div.link-list.highlight .download-link-text a:not(.d_icon):before {
	display: inline-block;
	margin-right: 12px;
}

.layout_ir_latest div.link-list.highlight .internal-link-text p.note_tx {
	position: absolute;
	right: 0;
	bottom: -10px;
	font-size: 11px;
	max-width: 190px;
	z-index: 1;
}

body#ir_latest div.link-list.highlight .download-link-text:hover ,
.layout_ir_latest div.link-list.highlight .download-link-text:hover {
	opacity: 0.7;
}

/* アイコンとサイズはないので、aをバナー風スタイルに */
.layout_ir_latest div.link-list.highlight .internal-link-text ,
.layout_ir_latest div.link-list.highlight .external-link-text {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.4;
	display: block;
}

.layout_ir_latest div.link-list.highlight .internal-link-text a,
.layout_ir_latest div.link-list.highlight .external-link-text a {
	display: block;
	position: relative;
	padding: 12px 12px;
	background: #005bac;
	border-radius: 45px;
	text-align: center;

	color: #fff;
	text-decoration: none;
}

.layout_ir_latest div.link-list.highlight .internal-link-text:before ,
.layout_ir_latest div.link-list.highlight .external-link-text:before ,
.layout_ir_latest div.link-list.highlight .internal-link-text a:before ,
.layout_ir_latest div.link-list.highlight .external-link-text a:before {
	content: none;
}

.layout_ir_latest div.link-list.highlight .internal-link-text:hover ,
.layout_ir_latest div.link-list.highlight .external-link-text:hover {
	opacity: 0.7;
}


.layout_ir_borderbox > .column1 {
	box-sizing: border-box;
	border: 2px solid #005bac;
	padding: 20px 20px 0;
}


/*-- IRトップ --*/
.layout_irtop_box01 > .column1 {
	width: 65.7%;
	margin-right: 2.9%;
}
.layout_irtop_box01 > .column2 {
	width: 31.4%;
	position: relative;
}


.layout_irtop_box01 > .column2:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	height: calc(100% - 210px);
	position: absolute;
	left: 0;
	bottom: 0;
	background: #005bac;
}

.layout_irtop_box01 > .column2 div.internal-link-area {
}

.layout_irtop_box01 > .column2 div.internal-link-area img ,
.layout_irtop_box01 > .column2 div.internal-link-area img.pos-2 ,
.layout_irtop_box01 > .column2 div.internal-link-area img.large {
	margin-bottom: 20px;
}

.layout_irtop_box01 > .column2 div.internal-link-area a {
	padding-bottom: 20px;
}

.layout_irtop_box01 > .column2 div.internal-link-area a p {
	position: static;
	background: none;
	padding: 0 20px;
}



.layout_irtop_box03 {
	margin-top: -80px;
	padding-bottom: 60px;
}

.layout_irtop_box03 > .column1 ,
.layout_irtop_box03 > .column2 {
}

.layout_irtop_box03 > .column1 {
	width: 31.4%;
	margin-right: 2.9%;
}
.layout_irtop_box03 > .column2 {
	width: 65.7%;
}

.layout_irtop_box03 .reuse-main-area ,
.layout_irtop_box03 div.catalog {
	background-color: #fff;
	margin: 0;
	padding: 30px 30px;
}

.layout_irtop_box03 div.catalog ul li {
	padding: 0;
}

.layout_irtop_box03 .reuse-main-area  .column1 ,
.layout_irtop_box03 .reuse-main-area  .column2 {
	width: 100%;
	margin-right: 0;
}





.layout_irtop_news .reuse-main-area {
	margin-top: -20px;
}

.layout_irtop_news p.yearTabs ,
.layout_irtop_news p.tabs {
	display: none;
}


.layout_news_whiteback div.news-list ,
.layout_news_whiteback div.news-list-tabbed ,
.layout_news_whiteback div.news-list-2nd ,
.layout_news_whiteback div.news-list-tabbed-2nd ,
.layout_news_whiteback div.news-english ,
.layout_news_whiteback div.news-english-tabbed ,
.layout_news_whiteback div.news-english-2nd ,
.layout_news_whiteback div.news-english-tabbed-2nd ,
.layout_news_whiteback div.news-latest ,
.layout_news_whiteback div.news-latest-tabbed ,
.layout_news_whiteback div.news-latest-2nd ,
.layout_news_whiteback div.news-latest-tabbed-2nd ,
.layout_news_whiteback .catalog {
	margin-top: 30px;
	padding: 30px;
	background: #fff;
}




div.news-list ~ div.teaser.highlight:not(.no-img) ,
div.news-list-tabbed ~ div.teaser.highlight:not(.no-img) ,
div.news-list-2nd ~ div.teaser.highlight:not(.no-img) ,
div.news-list-tabbed-2nd ~ div.teaser.highlight:not(.no-img) ,
div.news-english ~ div.teaser.highlight:not(.no-img) ,
div.news-english-tabbed ~ div.teaser.highlight:not(.no-img) ,
div.news-english-2nd ~ div.teaser.highlight:not(.no-img) ,
div.news-english-tabbed-2nd ~ div.teaser.highlight:not(.no-img) ,
div.news-latest ~ div.teaser.highlight:not(.no-img) ,
div.news-latest-tabbed ~ div.teaser.highlight:not(.no-img) ,
div.news-latest-2nd ~ div.teaser.highlight:not(.no-img) ,
div.news-latest-tabbed-2nd ~ div.teaser.highlight:not(.no-img) ,
.catalog ~ div.teaser.highlight:not(.no-img) {
	float: right;
}

div.news-list ~ div.teaser.highlight:not(.no-img) img ,
div.news-list-tabbed ~ div.teaser.highlight:not(.no-img) img ,
div.news-list-2nd ~ div.teaser.highlight:not(.no-img) img ,
div.news-list-tabbed-2nd ~ div.teaser.highlight:not(.no-img) img ,
div.news-english ~ div.teaser.highlight:not(.no-img) img ,
div.news-english-tabbed ~ div.teaser.highlight:not(.no-img) img ,
div.news-english-2nd ~ div.teaser.highlight:not(.no-img) img ,
div.news-english-tabbed-2nd ~ div.teaser.highlight:not(.no-img) img ,
div.news-latest ~ div.teaser.highlight:not(.no-img) img ,
div.news-latest-tabbed ~ div.teaser.highlight:not(.no-img) img ,
div.news-latest-2nd ~ div.teaser.highlight:not(.no-img) img ,
div.news-latest-tabbed-2nd ~ div.teaser.highlight:not(.no-img) img ,
.catalog ~ div.teaser.highlight:not(.no-img) img {
	margin: 5px;
}



/*-- トップページ --*/

.layout_top_box01 {
}

.layout_top_box02 {
	color: #005bca;
}

.layout_top_box02 > .column1 {
	box-sizing: border-box;
	padding: 30px 20px;
	border: 5px solid #e4e9eb;
}

.layout_top_box02 .reuse-main-area .multiColumn2 ,
.layout_top_box02 .reuse-main-area .multiColumn3 ,
.layout_top_box02 .reuse-main-area .multiColumn4 {
	position: relative;
}

/*.layout_top_box02 .reuse-main-area .multiColumn4:before . */
.layout_top_box02 .reuse-main-area .multiColumn3:before ,
.layout_top_box02 .reuse-main-area .multiColumn2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 75%;
	margin-left: -2px;
	display: block;
	width: 5px;
	height: 100%;
	background: #e4e9eb;
}

.layout_top_box02 .reuse-main-area .multiColumn3:before {
	left: 66%;
}

.layout_top_box02 .reuse-main-area .multiColumn4 > .column1 ,
.layout_top_box02 .reuse-main-area .multiColumn4 > .column2 ,
.layout_top_box02 .reuse-main-area .multiColumn4 > .column3 ,
.layout_top_box02 .reuse-main-area .multiColumn4 > .column4 {
	width: calc((100% - 80px) / 4);
}

.layout_top_box02 .reuse-main-area .multiColumn4 > .column1 ,
.layout_top_box02 .reuse-main-area .multiColumn4 > .column2 {
	margin-right: 20px;
}

.layout_top_box02 .reuse-main-area .multiColumn4 > .column3 {
	margin-right: 40px;
}


.layout_top_box02 .reuse-main-area .multiColumn2:before {
	left: 50%;
}

.layout_top_box02 .reuse-main-area .multiColumn2 > .column1 ,
.layout_top_box02 .reuse-main-area .multiColumn2 > .column2 {
	width: calc((100% - 480px) / 2);
}

.layout_top_box02 .reuse-main-area .multiColumn2 > .column1 {
	margin-right: 40px;
}


/*-- 画像バナー右寄せ --*/
.layout_teaserhighlight_right div.teaser.highlight:not(.no-img) img {
	margin-left: auto;
}


/*-- RSS非表示 --*/
.layout_no_rss .rss-content {
	display: none;
}


/*-- 表組 --*/
/*.layout_handsontable_auto */
div.table div.shwTable table {
	table-layout: auto;
}
/*.layout_handsontable_auto */
div.table div.shwTable .htCore colgroup col {
	width: auto !important;
}


/*-- 空セルを上セルに結合 --*/
.layout_combine_emptycell div.ircalendar-title > table > tbody > tr > th:empty {
	border-top-color:#e0e9f0;
}
.layout_combine_emptycell div.ircalendar-item > table > tbody > tr > td:empty {
	border-top-color:#f1f1f1;
}

.layout_combine_emptycell div.vertical-table .vtable-item > table > tbody > tr > .vtable-head:empty {
	border-top-color:#e0e9f0;
}


/*-- 表組で右端列以外を改行禁止 --*/
.layout_table_nowrap_l1 div.shwTable .ht_master tr > td:not(:last-child) {
	white-space: nowrap;
}



/*-- IR 個人投資家の皆さまへ インデックMV --*/
.layout_individual_topbox01 ,
.layout_individual_topbox02 {
	margin-bottom: 0;
}

.layout_individual_topbox01 > .column1 {
	width: 484px;
	width: calc( ((100% - 6px) / 3) * 2 + 3px);
	margin-right: 3px;
	margin-bottom: 0;
}

.layout_individual_topbox01 > .column2 {
	width: calc((100% - 6px) / 3);
	margin-bottom: 0;
	margin-right: 0;
}

.layout_individual_topbox01 > .column3 {
	width: calc((100% - 6px) / 3);
	margin-bottom: 0;
}

.layout_individual_topbox02 > .column1 ,
.layout_individual_topbox02 > .column2 ,
.layout_individual_topbox02 > .column3 ,
.layout_individual_topbox03 > .column1 ,
.layout_individual_topbox03 > .column2 ,
.layout_individual_topbox03 > .column3 {
	width: calc((100% - 6px) / 3);
}

.layout_individual_topbox02 > .column1 ,
.layout_individual_topbox02 > .column2 ,
.layout_individual_topbox03 > .column1 ,
.layout_individual_topbox03 > .column2 {
	margin-right: 3px;
}


.layout_individual_topbox01 div.text-section {
	margin-bottom: 3px;
}

.layout_individual_topbox01 div.text-section img {
	margin-bottom: 0;
}

#sharewithmain .layout_individual_topbox01 div.teaser:not(.no-img),
#sharewithmain .layout_individual_topbox01 div.external-teaser:not(.no-img) ,
#sharewithmain .layout_individual_topbox02 div.teaser:not(.no-img) ,
#sharewithmain .layout_individual_topbox02 div.external-teaser:not(.no-img) {
	margin-bottom: 3px;
}




/*-- ヘッダー --*/

#header {
	width: 100%;
	min-width: 1020px;
}
.head_frame {
	width: 1020px;
	height: 130px;
	margin: 0 auto;
	position: relative;
}

#header .logo {
	position: absolute;
	top: 10px;
	left: 10px;
}


#header .utility {
	position: absolute;
	top: 20px;
	right: 0;
	display: block;
}

#header .utility ul {
}

#header .utility ul li {
	float: left;
	font-size: 13px;
	padding: 2px 20px;
	position: relative;
}

#header .utility ul li + li:before {
	content: "";
	display: block;
	height: 20px;
	position: absolute;
	left: 0;
	border-left: 1px solid #222;
}


/*-- 検索窓 --*/
#search-btn {
	float: left;
	display: inline-block;
	width: 17px;
	height: 23px;
	background: #fff url("../../../../../../resources/sw_img/icon_search.png") no-repeat left top;
	cursor: pointer;
}

#search-sw {
	display: none;
}

#header .utility #search-sw:checked + ul .searchbox {
	max-width: 400px;
}

#header .utility div.searchbox {
	overflow: hidden;
	display: inline-block;
	width: auto;
	max-width: 0px;
	margin-top: -3px;

	transition: 0.4s 0.1s;
}

#header .utility div.searchbox form {
	margin-left: 20px;
}

div.searchbox form {
	display: block;
	white-space: nowrap;
}

div.searchbox form input {
	vertical-align: bottom;
}

div.searchbox input[type="text"] {
	font-size: 16px;
	line-height: 24px;
}

div.searchbox input[type="submit"] {
	border: none;
	background-color: #005bac;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	padding: 5px 20px;
}

.searchframe {
	padding: 10px;
	background: #eee;
	text-align: center;

}

.searchframe span {
	display: inline-block;
	font-size: 18px;
	margin-right: 10px;
}

.searchframe .searchbox {
	display: inline-block;
}

.searchframe .searchbox input[type="text"] {
	width: 50vw;
}



/*-- グロナビ --*/
#header .gnav {
	position: absolute;
	bottom: 0;
	left: 0;
	display: table;
	width: 100%;
	padding-bottom: 5px;
}

#header .gnav > ul {
	display: table-row;
}

#header .gnav > ul > li {
	display: table-cell;
/*	width: 20%; */
}

#header .gnav > ul > li > h2 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 20px 30px;
	position: relative;
	cursor: pointer;
}

#header .gnav > ul > li > h2:before ,
#header .gnav > ul > li > h2:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 15px;
	left: 50%;
	width: 8px;
	height: 1px;
	border-top: 2px solid #222;

	transition: .5s .1s;
}

#header .gnav > ul > li > h2:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: 0px;
}

#header .gnav > ul > li > h2:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: -6px;
}

#header .gnav > ul > li > h2.open:before ,
#header .gnav > ul > li > h2.open:after {
	bottom: 10px;
	transform: rotate(0deg);
	width: 30px;
}
#header .gnav > ul > li > h2.open:before {
	margin-left: 0px;
}
#header .gnav > ul > li > h2.open:after {
	margin-left: -30px;
}

#header .gnav > ul > li > h2 i:before {
	z-index: 200;
	transition: 0.2s 0.2s;
}

#header .gnav > ul > li > h2.open i:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -5px;
	transform: rotate(45deg);
}


#header .gnav .dropframe {
	position: absolute;
	top: 100%;
	left: -100%;
	background: #263e6a;
	box-shadow: 0 2px 3px rgba(0,0,0, 0.5);
	width: 100%;
/*	height: 240px; */
	z-index: 100;
	padding: 0 100%;

	max-height: 0;
	overflow: hidden;
	transition: .4s;
}
#header .gnav .dropframe:after {
	content: "";
	display: block;
	clear: both;
}

#header .gnav .open + .dropframe {
	max-height: 500px;

	transition: .8s .1s;
}


#header .gnav .dropframe > h3 {
	display: block;
	float: left;
	width: 25%;
	margin: 45px 0;
	font-size: 18px;
}

#header .gnav .dropframe > h3 > a {
	position: relative;
	display: block;
	padding: 3px 10px 3px 35px;
	color: #fff;
}

#header .gnav .dropframe > ul {
	display: block;
	float: left;
	width: 25%;
	min-height: 92px;
	margin: 45px 0;
	padding-left: 10px;
	border-left: 1px solid #647c96;
}

#header .gnav .dropframe > ul > li {
	
}
#header .gnav .dropframe > ul > li > a {
	position: relative;
	display: block;
	padding: 3px 10px 3px 35px;
	color: #fff;
}

#header .gnav .dropframe > h3 > a:before ,
#header .gnav .dropframe > ul > li > a:before {
	content: "";
	font-size: 15px;
	position: absolute;
	top: 20px;
	left: 9px;
	margin-top: -1em;
	display: block;
	width: 1em;
	height: 1em;
	background: url("../../../../../../resources/sw_img/icon_arrow_white.png") no-repeat center center;
	background-size: contain;
}

#header .gnav .dropframe > ul > li > a:before {
	font-size: 13px;
}

#header .gnav .dropframe > h3 > a[target="_blank"]:after ,
#header .gnav .dropframe > ul > li > a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/sw_img/linkout_white.png") no-repeat left center;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 0.5em;
/*	vertical-align: middle; */
}



#header .gnav .dropframe .pos1 {
	position: absolute;
	top: 45px;
	left: calc(50% + 0px + 0px);
	background-color: #fff;
}

#header .gnav .dropframe .pos2 {
	position: absolute;
	top: 45px;
	left: calc(50% + 162px + 10px);
	background-color: #fff;
}

#header .gnav .dropframe .pos3 {
	position: absolute;
	top: 45px;
	left: calc(50% + 324px + 20px);
	background-color: #fff;
}

#header .gnav .dropframe .pos1 a ,
#header .gnav .dropframe .pos2 a ,
#header .gnav .dropframe .pos3 a {
	font-size: 0;
	display: block;
	width: 162px;
	height: 92px;
	padding: 0;
	text-decoration: none;
}
#header .gnav .dropframe .pos1 a:before ,
#header .gnav .dropframe .pos1 a:after ,
#header .gnav .dropframe .pos2 a:before ,
#header .gnav .dropframe .pos2 a:after ,
#header .gnav .dropframe .pos3 a:before ,
#header .gnav .dropframe .pos3 a:after {
	content: none !important;
}

#header .gnav .dropframe .pos1 a:hover ,
#header .gnav .dropframe .pos2 a:hover ,
#header .gnav .dropframe .pos3 a:hover {
	opacity: 0.7;
}

#header.ja .gnav .company .message a {
	background: #fff url("../../../../../../resources/sw_img_navi/thum_ja_olc_top.jpg") no-repeat left top;
}
#header.ja .gnav .company .philosophy a {
	background: #fff url("../../../../../../resources/sw_img_navi/thum_ja_olc_philosophy.svg") no-repeat left top;
}
#header.ja .gnav .company .segment a {
	background: #fff url("../../../../../../resources/sw_img_navi/thum_ja_olc_segment.svg") no-repeat left top;
}

#header.ja .gnav .tdr .profile a {
	background: #fff url("../../../../../../resources/sw_img_navi/thum_ja_tdr_profile.svg") no-repeat left top;
}
#header.ja .gnav .tdr .guest a {
	background: #fff url("../../../../../../resources/sw_img_navi/thum_ja_tdr_guest.svg") no-repeat left top;
}

#header.ja .gnav .ir .olc a {
	background: #fff url("../../../../../../resources/sw_img_navi/thum_ja_ir_olc.svg") no-repeat left top;
}
#header.ja .gnav .ir .management a {
	background: #fff url("../../../../../../resources/sw_img_navi/thum_ja_ir_management.svg") no-repeat left top;
}

#header.ja .gnav .ir .individual a {
	background: #fff url("../../../../../../resources/sw_img_navi/thum_ja_ir_individual.png") no-repeat left top;
}

#header.ja .gnav .csr .daiji a {
	background: #fff url("../../../../../../resources/sw_img_navi/thum_ja_csr_5daiji.svg") no-repeat left top;
}
#header.ja .gnav .csr .message a {
	background: #fff url("../../../../../../resources/sw_img_navi/thum_ja_csr_message.jpg") no-repeat left top;
}
#header.ja .gnav .csr .humanresources a {
	background: #fff url("../../../../../../resources/sw_img_navi/thum_ja_csr_humanresources.svg") no-repeat left top;
}
#header.ja .gnav .csr .csr_all a {
	background: #fff url("../../../../../../resources/sw_img_navi/thum_ja_csr_all.svg") no-repeat left top;
}
#header.ja .gnav .csr .csr_story a {
	background: #fff url("../../../../../../resources/sw_img_navi/thum_ja_csr_story.svg") no-repeat left top;
}
#header.ja .gnav .csr .integrated a {
	background: #fff url("../../../../../../resources/sw_img_navi/thum_ja_csr_integrated.jpg") no-repeat left top;
}

#header.en .gnav .company .message a {
	background: #fff url("../../../../../../resources/sw_img_navi/thum_en_olc_top.jpg") no-repeat left top;
}
#header.en .gnav .company .philosophy a {
	background: #fff url("../../../../../../resources/sw_img_navi/thum_en_olc_philosophy.svg") no-repeat left top;
}
#header.en .gnav .company .segment a {
	background: #fff url("../../../../../../resources/sw_img_navi/thum_en_olc_segment.svg") no-repeat left top;
}

#header.en .gnav .tdr .profile a {
	background: #fff url("../../../../../../resources/sw_img_navi/thum_en_tdr_profile.svg") no-repeat left top;
}
#header.en .gnav .tdr .guest a {
	background: #fff url("../../../../../../resources/sw_img_navi/thum_en_tdr_guest.svg") no-repeat left top;
}

#header.en .gnav .ir .olc a {
	background: #fff url("../../../../../../resources/sw_img_navi/thum_en_ir_olc.svg") no-repeat left top;
}
#header.en .gnav .ir .management a {
	background: #fff url("../../../../../../resources/sw_img_navi/thum_en_ir_management.svg") no-repeat left top;
}

#header.en .gnav .csr .daiji a {
	background: #fff url("../../../../../../resources/sw_img_navi/thum_en_csr_5daiji.svg") no-repeat left top;
}
#header.en .gnav .csr .message a {
	background: #fff url("../../../../../../resources/sw_img_navi/thum_en_csr_message.jpg") no-repeat left top;
}
#header.en .gnav .csr .humanresources a {
	background: #fff url("../../../../../../resources/sw_img_navi/thum_en_csr_humanresources.svg") no-repeat left top;
}
#header.en .gnav .csr .csr_all a {
	background: #fff url("../../../../../../resources/sw_img_navi/thum_en_csr_all.svg") no-repeat left top;
}
#header.en .gnav .csr .csr_story a {
	background: #fff url("../../../../../../resources/sw_img_navi/thum_en_csr_story.svg") no-repeat left top;
}
#header.en .gnav .csr .integrated a {
	background: #fff url("../../../../../../resources/sw_img_navi/thum_en_csr_integrated.jpg") no-repeat left top;
}




/* 透明テーブル枠、SPでは縦に並ぶ。２カラム目は90度回転 */
.layout_spflip2_tableframe div.ircalendar-title > table > tbody > tr > th ,
.layout_spflip2_tableframe div.ircalendar-item > table > tbody >tr > td {
	background: none;
	border: none;
	padding: 0;
	vertical-align: top;
}

.layout_spflip2_tableframe div.ircalendar-title > table > tbody > tr > th.ircalendar-title2 ,
.layout_spflip2_tableframe div.ircalendar-item > table > tbody > tr > td.ircalendar-item2 {
	padding: 0 10px;
	vertical-align: middle;
}




/*-- 番号付きリスト --*/
.layout_ol_paren11 .quoted-text blockquote ol ,
.layout_ol_paren11 .highlight-quoted-text ol ,
.layout_ol_paren11 .text-section ol ,
.layout_ol_paren11 .internal-link-area ol ,
.layout_ol_paren11 .external-link-area ol ,
.layout_ol_paren11 .download-link-area ol ,
.layout_ol_paren11 .faq-item ol ,
.layout_ol_paren11 .vtable-item ol ,
.layout_ol_paren11 .ircalendar-title ol ,
.layout_ol_paren11 .ircalendar-item ol {
	padding-left: 2.5em;
}

.layout_ol_paren11 .quoted-text blockquote ol li ,
.layout_ol_paren11 .highlight-quoted-text ol li ,
.layout_ol_paren11 .text-section ol li ,
.layout_ol_paren11 .internal-link-area ol li ,
.layout_ol_paren11 .external-link-area ol li ,
.layout_ol_paren11 .download-link-area ol li ,
.layout_ol_paren11 .faq-item ol li ,
.layout_ol_paren11 .vtable-item ol li ,
.layout_ol_paren11 .ircalendar-title ol li ,
.layout_ol_paren11 .ircalendar-item ol li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
	position: relative;
}

.layout_ol_paren11 .quoted-text blockquote ol li::before  ,
.layout_ol_paren11 .highlight-quoted-text ol li::before  ,
.layout_ol_paren11 .text-section ol li::before  ,
.layout_ol_paren11 .internal-link-area ol li::before  ,
.layout_ol_paren11 .external-link-area ol li::before  ,
.layout_ol_paren11 .download-link-area ol li::before  ,
.layout_ol_paren11 .faq-item ol li::before  ,
.layout_ol_paren11 .vtable-item ol li::before  ,
.layout_ol_paren11 .ircalendar-title ol li::before  ,
.layout_ol_paren11 .ircalendar-item ol li::before  {
	content: "(" counter(cnt) ") ";
	text-align: right;
	position: absolute;
	top: auto;
	left: -2.5em;
	display: inline;
	width: 2em;
}

.layout_ol_paren21 .quoted-text blockquote ol ,
.layout_ol_paren21 .highlight-quoted-text ol ,
.layout_ol_paren21 .text-section ol ,
.layout_ol_paren21 .internal-link-area ol ,
.layout_ol_paren21 .external-link-area ol ,
.layout_ol_paren21 .download-link-area ol ,
.layout_ol_paren21 .faq-item ol ,
.layout_ol_paren21 .vtable-item ol ,
.layout_ol_paren21 .ircalendar-title ol ,
.layout_ol_paren21 .ircalendar-item ol {
	padding-left: 2.5em;
}

.layout_ol_paren21 .quoted-text blockquote ol li ,
.layout_ol_paren21 .highlight-quoted-text ol li ,
.layout_ol_paren21 .text-section ol li ,
.layout_ol_paren21 .internal-link-area ol li ,
.layout_ol_paren21 .external-link-area ol li ,
.layout_ol_paren21 .download-link-area ol li ,
.layout_ol_paren21 .faq-item ol li ,
.layout_ol_paren21 .vtable-item ol li ,
.layout_ol_paren21 .ircalendar-title ol li ,
.layout_ol_paren21 .ircalendar-item ol li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
	position: relative;
}

.layout_ol_paren21 .quoted-text blockquote ol li::before  ,
.layout_ol_paren21 .highlight-quoted-text ol li::before  ,
.layout_ol_paren21 .text-section ol li::before  ,
.layout_ol_paren21 .internal-link-area ol li::before  ,
.layout_ol_paren21 .external-link-area ol li::before  ,
.layout_ol_paren21 .download-link-area ol li::before  ,
.layout_ol_paren21 .faq-item ol li::before  ,
.layout_ol_paren21 .vtable-item ol li::before  ,
.layout_ol_paren21 .ircalendar-title ol li::before  ,
.layout_ol_paren21 .ircalendar-item ol li::before  {
	content: "" counter(cnt) ") ";
	position: absolute;
	top: auto;
	left: -1.5em;
	display: inline;
}

.layout_ol_circled1 .quoted-text blockquote ol ,
.layout_ol_circled1 .highlight-quoted-text ol ,
.layout_ol_circled1 .text-section ol ,
.layout_ol_circled1 .internal-link-area ol ,
.layout_ol_circled1 .external-link-area ol ,
.layout_ol_circled1 .download-link-area ol ,
.layout_ol_circled1 .faq-item ol ,
.layout_ol_circled1 .vtable-item ol ,
.layout_ol_circled1 .ircalendar-title ol ,
.layout_ol_circled1 .ircalendar-item ol {
}

.layout_ol_circled1 .quoted-text blockquote ol li ,
.layout_ol_circled1 .highlight-quoted-text ol li ,
.layout_ol_circled1 .text-section ol li ,
.layout_ol_circled1 .internal-link-area ol li ,
.layout_ol_circled1 .external-link-area ol li ,
.layout_ol_circled1 .download-link-area ol li ,
.layout_ol_circled1 .faq-item ol li ,
.layout_ol_circled1 .vtable-item ol li ,
.layout_ol_circled1 .ircalendar-title ol li ,
.layout_ol_circled1 .ircalendar-item ol li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
	position: relative;
}

.layout_ol_circled1 .quoted-text blockquote ol li::before  ,
.layout_ol_circled1 .highlight-quoted-text ol li::before  ,
.layout_ol_circled1 .text-section ol li::before  ,
.layout_ol_circled1 .internal-link-area ol li::before  ,
.layout_ol_circled1 .external-link-area ol li::before  ,
.layout_ol_circled1 .download-link-area ol li::before  ,
.layout_ol_circled1 .faq-item ol li::before  ,
.layout_ol_circled1 .vtable-item ol li::before  ,
.layout_ol_circled1 .ircalendar-title ol li::before  ,
.layout_ol_circled1 .ircalendar-item ol li::before  {
	content: counter(cnt);
	position: absolute;
	top: auto;
	left: -2em;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	margin-top: 0.25em;

	border: 1px solid currentColor;
	border-radius: 100%;
	white-space: nowrap;
	font-size: 80%;
	text-align: center;
	line-height: 1.5em;
}


/*-- 番号なしリスト --*/
.layout_ul_star1 .quoted-text blockquote ul ,
.layout_ul_star1 .highlight-quoted-text ul ,
.layout_ul_star1 .text-section ul ,
.layout_ul_star1 .internal-link-area ul ,
.layout_ul_star1 .external-link-area ul ,
.layout_ul_star1 .download-link-area ul ,
.layout_ul_star1 .faq-item ul ,
.layout_ul_star1 .vtable-item ul ,
.layout_ul_star1 .ircalendar-title ul ,
.layout_ul_star1 .ircalendar-item ul {
	padding-left: 1.5em;
}

.layout_ul_star1 .quoted-text blockquote ul li ,
.layout_ul_star1 .highlight-quoted-text ul li ,
.layout_ul_star1 .text-section ul li ,
.layout_ul_star1 .internal-link-area ul li ,
.layout_ul_star1 .external-link-area ul li ,
.layout_ul_star1 .download-link-area ul li ,
.layout_ul_star1 .faq-item ul li ,
.layout_ul_star1 .vtable-item ul li ,
.layout_ul_star1 .ircalendar-title ul li ,
.layout_ul_star1 .ircalendar-item ul li {
	list-style-type: none;
	list-style-position: inside;
	position: relative;
}

.layout_ul_star1 .quoted-text blockquote ul li::before ,
.layout_ul_star1 .highlight-quoted-text ul li::before ,
.layout_ul_star1 .text-section ul li::before ,
.layout_ul_star1 .internal-link-area ul li::before ,
.layout_ul_star1 .external-link-area ul li::before ,
.layout_ul_star1 .download-link-area ul li::before ,
.layout_ul_star1 .faq-item ul li::before ,
.layout_ul_star1 .vtable-item ul li::before ,
.layout_ul_star1 .ircalendar-title ul li::before ,
.layout_ul_star1 .ircalendar-item ul li::before {
	content: "※";
	position: absolute;
	top: auto;
	left: -1.5em;
	display: inline;
}


.layout_ul_star2 .quoted-text blockquote ul ,
.layout_ul_star2 .highlight-quoted-text ul ,
.layout_ul_star2 .text-section ul ,
.layout_ul_star2 .internal-link-area ul ,
.layout_ul_star2 .external-link-area ul ,
.layout_ul_star2 .download-link-area ul ,
.layout_ul_star2 .faq-item ul ,
.layout_ul_star2 .vtable-item ul ,
.layout_ul_star2 .ircalendar-title ul ,
.layout_ul_star2 .ircalendar-item ul {
	padding-left: 1.5em;
}

.layout_ul_star2 .quoted-text blockquote ul li ,
.layout_ul_star2 .highlight-quoted-text ul li ,
.layout_ul_star2 .text-section ul li ,
.layout_ul_star2 .internal-link-area ul li ,
.layout_ul_star2 .external-link-area ul li ,
.layout_ul_star2 .download-link-area ul li ,
.layout_ul_star2 .faq-item ul li ,
.layout_ul_star2 .vtable-item ul li ,
.layout_ul_star2 .ircalendar-title ul li ,
.layout_ul_star2 .ircalendar-item ul li {
	list-style-type: none;
	list-style-position: inside;
	position: relative;
}

.layout_ul_star2 .quoted-text blockquote ul li::before ,
.layout_ul_star2 .highlight-quoted-text ul li::before ,
.layout_ul_star2 .text-section ul li::before ,
.layout_ul_star2 .internal-link-area ul li::before ,
.layout_ul_star2 .external-link-area ul li::before ,
.layout_ul_star2 .download-link-area ul li::before ,
.layout_ul_star2 .faq-item ul li::before ,
.layout_ul_star2 .vtable-item ul li::before ,
.layout_ul_star2 .ircalendar-title ul li::before ,
.layout_ul_star2 .ircalendar-item ul li::before {
	content: "＊";
	position: absolute;
	top: auto;
	left: -1.5em;
	display: inline;
}


.layout_ul_star3 .quoted-text blockquote ul ,
.layout_ul_star3 .highlight-quoted-text ul ,
.layout_ul_star3 .text-section ul ,
.layout_ul_star3 .internal-link-area ul ,
.layout_ul_star3 .external-link-area ul ,
.layout_ul_star3 .download-link-area ul ,
.layout_ul_star3 .faq-item ul ,
.layout_ul_star3 .vtable-item ul ,
.layout_ul_star3 .ircalendar-title ul ,
.layout_ul_star3 .ircalendar-item ul {
	padding-left: 1.5em;
}

.layout_ul_star3 .quoted-text blockquote ul li ,
.layout_ul_star3 .highlight-quoted-text ul li ,
.layout_ul_star3 .text-section ul li ,
.layout_ul_star3 .internal-link-area ul li ,
.layout_ul_star3 .external-link-area ul li ,
.layout_ul_star3 .download-link-area ul li ,
.layout_ul_star3 .faq-item ul li ,
.layout_ul_star3 .vtable-item ul li ,
.layout_ul_star3 .ircalendar-title ul li ,
.layout_ul_star3 .ircalendar-item ul li {
	list-style-type: none;
	list-style-position: inside;
	position: relative;
}

.layout_ul_star3 .quoted-text blockquote ul li::before ,
.layout_ul_star3 .highlight-quoted-text ul li::before ,
.layout_ul_star3 .text-section ul li::before ,
.layout_ul_star3 .internal-link-area ul li::before ,
.layout_ul_star3 .external-link-area ul li::before ,
.layout_ul_star3 .download-link-area ul li::before ,
.layout_ul_star3 .faq-item ul li::before ,
.layout_ul_star3 .vtable-item ul li::before ,
.layout_ul_star3 .ircalendar-title ul li::before ,
.layout_ul_star3 .ircalendar-item ul li::before {
	content: "★";
	position: absolute;
	top: auto;
	left: -1.5em;
	display: inline;
}


.layout_ul_star4 .quoted-text blockquote ul ,
.layout_ul_star4 .highlight-quoted-text ul ,
.layout_ul_star4 .text-section ul ,
.layout_ul_star4 .internal-link-area ul ,
.layout_ul_star4 .external-link-area ul ,
.layout_ul_star4 .download-link-area ul ,
.layout_ul_star4 .faq-item ul ,
.layout_ul_star4 .vtable-item ul ,
.layout_ul_star4 .ircalendar-title ul ,
.layout_ul_star4 .ircalendar-item ul {
	padding-left: 1.5em;
}

.layout_ul_star4 .quoted-text blockquote ul li ,
.layout_ul_star4 .highlight-quoted-text ul li ,
.layout_ul_star4 .text-section ul li ,
.layout_ul_star4 .internal-link-area ul li ,
.layout_ul_star4 .external-link-area ul li ,
.layout_ul_star4 .download-link-area ul li ,
.layout_ul_star4 .faq-item ul li ,
.layout_ul_star4 .vtable-item ul li ,
.layout_ul_star4 .ircalendar-title ul li ,
.layout_ul_star4 .ircalendar-item ul li {
	list-style-type: none;
	list-style-position: inside;
	position: relative;
}

.layout_ul_star4 .quoted-text blockquote ul li::before ,
.layout_ul_star4 .highlight-quoted-text ul li::before ,
.layout_ul_star4 .text-section ul li::before ,
.layout_ul_star4 .internal-link-area ul li::before ,
.layout_ul_star4 .external-link-area ul li::before ,
.layout_ul_star4 .download-link-area ul li::before ,
.layout_ul_star4 .faq-item ul li::before ,
.layout_ul_star4 .vtable-item ul li::before ,
.layout_ul_star4 .ircalendar-title ul li::before ,
.layout_ul_star4 .ircalendar-item ul li::before {
	content: "*";
	position: absolute;
	top: auto;
	left: -1em;
	display: inline;
}









/*------- CSR 文中リンク ----------*/
[data-page-path^="/ja/csr"] .quoted-text blockquote a ,
[data-page-path^="/ja/csr"] .highlight-quoted-text a ,
[data-page-path^="/ja/csr"] .text-section a ,
[data-page-path^="/ja/csr"] .faq-item a ,
[data-page-path^="/ja/csr"] .vtable-item a ,
[data-page-path^="/ja/csr"] .ircalendar-title a ,
[data-page-path^="/ja/csr"] .ircalendar-item a {
	font-weight: bold;
}


/*----- CSR TOP -----*/

/* 1/3 カラム設定（疑似インデックスモード） */
.layout_col_1third_vertical ,
.layout_col_1third {
	display: inline-block;
	vertical-align: top;
	width: 31.4%;
	margin-right: 2.9%;
	margin-bottom: 60px;
}


.mgnlEditor ~ .layout_col_1third_vertical:nth-child(3n+1) ,
*:first-child:not(.mgnlEditor) ~ .layout_col_1third_vertical:nth-child(3n) ,
.mgnlEditor ~ .layout_col_1third:nth-child(3n+1) ,
*:first-child:not(.mgnlEditor) ~ .layout_col_1third:nth-child(3n) ,
.layout_col_1third_vertical.mr0 ,
.layout_col_1third.mr0 {
	margin-right: 0;
}

.layout_col_1third_vertical > .column1 ,
.layout_col_1third_vertical > .column2 {
	width: auto;
	margin-right: 0;
	float: none;
}

/* アコーディオン */
.layout_accordion > .column1 ,
.layout_accordion > .column2 {
	width: auto;
	margin-right: 0;
	float: none;
}


.layout_accordion .title3 {
	position: relative;
}

.layout_csr_list01 .title3 h3 ,
.layout_accordion .title3 h3 {
	padding: 0;
	margin: 0;
	border: none;
	background: none;

	position: relative;
	padding: 14px 9px 14px 29px;
	padding-right: 45px;
	color: #fff;
	background-color: #005bac;
	border: 1px solid #005bac;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
}

.layout_csr_list01 .title3 h3:before ,
.layout_accordion .title3 h3:before {
	content: "";
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 12px;
	margin-top: -0.5em;
	display: block;
	width: 1em;
	height: 1em;
	background: url("../../../../../../resources/sw_img/icon_arrow_white.png") no-repeat center center;
	background-size: contain;
	transform: rotate(90deg);
}
.layout_accordion.open .title3 h3:before {
	transform: rotate(-90deg);
}

.layout_csr_list01 .title3 h3 {
	cursor: inherit;
}
.layout_csr_list01 .title3 h3:before {
	transform: none;
}

.layout_accordion .title3:hover h3 {
	color: #005bac;
	background-color: #fff;
}
.layout_accordion .title3:hover h3:before {
	background-image: url("../../../../../../resources/sw_img/icon_arrow_blue.png");
}

/* 開閉アイコン */
.layout_accordion .title3::before ,
.layout_accordion .title3::after {
	content: "";
	position: absolute;
	display: block;
	background: #fff;
	transition: 0.5s;
	z-index: 1;
}

.layout_accordion .title3::before {
	top: 50%;
	right: 30px;
	width: 18px;
	height: 2px;
	transform: translate(50%, -50%);
}
.layout_accordion .title3::after {
	top: 50%;
	right: 30px;
	width: 2px;
	height: 18px;
	transform: translate(50%, -50%);
}

.layout_accordion.open .title3::after {
	background-color: transparent;
}

.layout_accordion .title3:hover::before ,
.layout_accordion:not(.open) .title3:hover::after {
	background-color: #005bac;
}


.layout_csr_list01 div.link-list li[class] ,
.layout_accordion div.link-list li[class] {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}

.layout_csr_list01 div.link-list li[class]:before ,
.layout_accordion div.link-list li[class]:before {
	content: none;
}

.layout_csr_list01 div.link-list li[class] a ,
.layout_accordion div.link-list li[class] a {
	position: relative;
	display: block;
	padding: 14px 9px 14px 29px;
	border: 1px solid #ccc;
	color: #005bac;
	background-color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: -1px;
}

.layout_csr_list01 div.link-list li[class] a:before ,
.layout_accordion div.link-list li[class] a:before {
	content: "";
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 12px;
	margin-top: -0.5em;
	display: block;
	width: 1em;
	height: 1em;
	background: url("../../../../../../resources/sw_img/icon_arrow_blue.png") no-repeat center center;
	background-size: contain;
}

.layout_csr_list01 div.link-list li.highlight a {
	color: #fff;
	background-color: #005bac;
}

.layout_csr_list01 div.link-list li.highlight a:before {
	background-image: url("../../../../../../resources/sw_img/icon_arrow_white.png");
}


/* 花つきバナー */
.layout_teaser_flower {
}

#sharewithmain .layout_teaser_flower div.teaser.no-img.highlight h2 a ,
#sharewithmain .layout_teaser_flower div.external-teaser.no-img.highlight h2 a {
	border: none;

	padding-left: 49px;
}

#sharewithmain .layout_teaser_flower div.teaser.no-img.highlight h2 a:before ,
#sharewithmain .layout_teaser_flower div.external-teaser.no-img.highlight h2 a:before {
	margin: 0;

	content: "";
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 5px;
	display: block;
	width: 32px;
	height: 30px;
	background: url("../../../../../../resources/sw_img/flower_purple.png") no-repeat center center;
	background-size: contain;
	transform: translate(0, -50%);
}



/*----- CSRの全体像 -----*/
#sharewithmain .layout_csr_overview_link1 > .column1 div.teaser.no-img:not(.highlight) h2 a {
	background-color: #3d419c;
	border-color: #3d419c;
}
#sharewithmain .layout_csr_overview_link1 > .column2 div.teaser.no-img:not(.highlight) h2 a {
	background-color: #3393c6;
	border-color: #3393c6;
}
#sharewithmain .layout_csr_overview_link1 > .column3 div.teaser.no-img:not(.highlight) h2 a {
	background-color: #e66b8e;
	border-color: #e66b8e;
}

#sharewithmain .layout_csr_overview_link2 > .column1 div.teaser.no-img:not(.highlight) h2 a {
	background-color: #cc9f1e;
	border-color: #cc9f1e;
}
#sharewithmain .layout_csr_overview_link2 > .column2 div.teaser.no-img:not(.highlight) h2 a {
	background-color: #2a801f;
	border-color: #2a801f;
}

#sharewithmain .layout_csr_overview_link1 > .column1 div.teaser.no-img:not(.highlight) h2 a:hover ,
#sharewithmain .layout_csr_overview_link1 > .column2 div.teaser.no-img:not(.highlight) h2 a:hover ,
#sharewithmain .layout_csr_overview_link1 > .column3 div.teaser.no-img:not(.highlight) h2 a:hover ,
#sharewithmain .layout_csr_overview_link2 > .column1 div.teaser.no-img:not(.highlight) h2 a:hover ,
#sharewithmain .layout_csr_overview_link2 > .column2 div.teaser.no-img:not(.highlight) h2 a:hover {
	background-color: #fff;
	border-color: #005bac;
}



/*-- 中見出し --*/
.layout_csr_overview_management div.title2 h2 ,
.layout_csr_overview_management div.title3 h3 ,
.layout_csr_overview_management div.title4 h4 {
    color: #3d419c;
    font-weight: bold;
    border-color: #3d419c;
}

.layout_csr_overview_management div.title2.highlight h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    display: block;
    width: 130px;
    height: 4px;
    background: #3d419c;
}

.layout_csr_overview_management div.title2.highlight h2 {
    position: relative;
    font-size: 24px;
    padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 4px solid #ccc;
	margin-bottom: 5px;
}

.layout_csr_overview_management body.multi div.title2:not(.highlight) {
    padding-top: 15px;
}
.layout_csr_overview  div.title2:not(.highlight) h2 {
    padding-top: 5px;
    border: none;
    margin-bottom: 0;
}
/*
.layout_csr_overview_management div.title2:not(.highlight) h2:before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 30px;
	vertical-align: middle;
	margin-right: 3px;
	background:url("../../../../../../resources/sw_img/flower_purple.png") left top no-repeat;
}
*/
.layout_csr_overview_management div.title2:not(.highlight) h2 {
    padding-left: 40px;
	background:url("../../../../../../resources/sw_img/flower_purple.png") left top no-repeat;
}

.layout_csr_overview_management div.title3 h3 {
    border: none;
    padding-left: 0;
}
.layout_csr_overview_management div.title3 h3:after {
	content: "";
	display: inline-block;
	width: 64px;
	height: 24px;
	vertical-align: middle;
	margin-left: 3px;
	background:url("../../../../../../resources/sw_img/flower2_purple.png") left top no-repeat;
}

.layout_csr_overview_management div.title4 h4 {
    padding: 10px 10px;
    background-color: #b8bbf2;
    text-align: center;
}

/*-- タグ --*/
.layout_csr_overview_management div.highlight-quoted-text em,
.layout_csr_overview_management div.text-section em,
.layout_csr_overview_management div.internal-link-area em,
.layout_csr_overview_management div.external-link-area em,
.layout_csr_overview_management div.download-link-area em,
.layout_csr_overview_management div.faq-list .faq-item em,
.layout_csr_overview_management div.vertical-table div.vtable-item em,
.layout_csr_overview_management div.ircalendar div.ircalendar-title em,
.layout_csr_overview_management div.ircalendar div.ircalendar-item em {
    background-color: #3d419c;
    color: #fff;
}

/* 背景色 */
.layout_csr_overview_management {
	margin-bottom: 40px;
	padding: 20px 20px 10px;
	background-color: #e5e8f9;
}




/*-- 中見出し --*/
.layout_csr_overview_relation div.title2 h2 ,
.layout_csr_overview_relation div.title3 h3 ,
.layout_csr_overview_relation div.title4 h4 {
    color: #3393c6;
    font-weight: bold;
    border-color: #3393c6;
}

.layout_csr_overview_relation div.title2.highlight h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    display: block;
    width: 130px;
    height: 4px;
    background: #3393c6;
}

.layout_csr_overview_relation div.title2.highlight h2 {
    position: relative;
    font-size: 24px;
    padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 4px solid #ccc;
	margin-bottom: 5px;
}

.layout_csr_overview_relation div.title2:not(.highlight) {
    padding-top: 15px;
}
.layout_csr_overview_relation div.title2:not(.highlight) h2 {
    padding-top: 5px;
    border: none;
    margin-bottom: 0;
}
/*
.layout_csr_overview_relation div.title2:not(.highlight) h2:before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 30px;
	vertical-align: middle;
	margin-right: 3px;
	background:url("../../../../../../resources/sw_img/flower_blue.png") left top no-repeat;
}
*/
.layout_csr_overview_relation div.title2:not(.highlight) h2 {
    padding-left: 40px;
	background:url("../../../../../../resources/sw_img/flower_blue.png") left top no-repeat;
}

.layout_csr_overview_relation div.title3 h3 {
    border: none;
    padding-left: 0;
}
.layout_csr_overview_relation div.title3 h3:after {
	content: "";
	display: inline-block;
	width: 64px;
	height: 24px;
	vertical-align: middle;
	margin-left: 3px;
	background:url("../../../../../../resources/sw_img/flower2_blue.png") left top no-repeat;
}

.layout_csr_overview_relation div.title4 h4 {
    padding: 10px 10px;
    background-color: #b5d6ea;
    text-align: center;
}

/*-- タグ --*/
.layout_csr_overview_relation div.text-section em,
.layout_csr_overview_relation div.internal-link-area em,
.layout_csr_overview_relation div.external-link-area em,
.layout_csr_overview_relation div.download-link-area em,
.layout_csr_overview_relation div.faq-list .faq-item em,
.layout_csr_overview_relation div.vertical-table div.vtable-item em,
.layout_csr_overview_relation div.ircalendar div.ircalendar-title em,
.layout_csr_overview_relation div.ircalendar div.ircalendar-item em {
    background-color: #3393c6;
    color: #fff;
}

/* 背景色 */
.layout_csr_overview_relation {
	margin-bottom: 40px;
	padding: 20px 20px 10px;
	background-color: #e6f3fb;
}



/*-- 中見出し --*/
.layout_csr_overview_social div.title2 h2 ,
.layout_csr_overview_social div.title3 h3 ,
.layout_csr_overview_social div.title4 h4 {
    color: #e66b8e;
    font-weight: bold;
    border-color: #e66b8e;
}

.layout_csr_overview_social div.title2.highlight h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    display: block;
    width: 130px;
    height: 4px;
    background: #e66b8e;
}

.layout_csr_overview_social div.title2.highlight h2 {
    position: relative;
    font-size: 24px;
    padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 4px solid #ccc;
	margin-bottom: 5px;
}

.layout_csr_overview_social div.title2:not(.highlight) {
    padding-top: 15px;
}
.layout_csr_overview_social div.title2:not(.highlight) h2 {
    padding-top: 5px;
    border: none;
    margin-bottom: 0;
}
/*
.layout_csr_overview_social div.title2:not(.highlight) h2:before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 30px;
	vertical-align: middle;
	margin-right: 3px;
	background:url("../../../../../../resources/sw_img/flower_magenta.png") left top no-repeat;
}
*/
.layout_csr_overview_social div.title2:not(.highlight) h2 {
    padding-left: 40px;
	background:url("../../../../../../resources/sw_img/flower_magenta.png") left top no-repeat;
}

.layout_csr_overview_social div.title3 h3 {
    border: none;
    padding-left: 0;
}
.layout_csr_overview_social div.title3 h3:after {
	content: "";
	display: inline-block;
	width: 64px;
	height: 24px;
	vertical-align: middle;
	margin-left: 3px;
	background:url("../../../../../../resources/sw_img/flower2_magenta.png") left top no-repeat;
}

.layout_csr_overview_social div.title4 h4 {
    padding: 10px 10px;
    background-color: #f6d5de;
    text-align: center;
}

/*-- タグ --*/
.layout_csr_overview_social div.text-section em,
.layout_csr_overview_social div.internal-link-area em,
.layout_csr_overview_social div.external-link-area em,
.layout_csr_overview_social div.download-link-area em,
.layout_csr_overview_social div.faq-list .faq-item em,
.layout_csr_overview_social div.vertical-table div.vtable-item em,
.layout_csr_overview_social div.ircalendar div.ircalendar-title em,
.layout_csr_overview_social div.ircalendar div.ircalendar-item em {
    background-color: #e66b8e;
    color: #fff;
    font-weight: normal;
}

/* 背景色 */
.layout_csr_overview_social {
	margin-bottom: 40px;
	padding: 20px 20px 10px;
	background-color: #fbf0f2;
}




/*-- 中見出し --*/
.layout_csr_overview_contribute div.title2 h2 ,
.layout_csr_overview_contribute div.title3 h3 ,
.layout_csr_overview_contribute div.title4 h4 {
    color: #cc9f1e;
    font-weight: bold;
    border-color: #cc9f1e;
}

.layout_csr_overview_contribute div.title2.highlight h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    display: block;
    width: 130px;
    height: 4px;
    background: #cc9f1e;
}

.layout_csr_overview_contribute div.title2.highlight h2 {
    position: relative;
    font-size: 24px;
    padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 4px solid #ccc;
	margin-bottom: 5px;
}

.layout_csr_overview_contribute div.title2:not(.highlight) {
    padding-top: 15px;
}
.layout_csr_overview_contribute div.title2:not(.highlight) h2 {
    padding-top: 5px;
    border: none;
    margin-bottom: 0;
}
/*
.layout_csr_overview_contribute div.title2:not(.highlight) h2:before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 30px;
	vertical-align: middle;
	margin-right: 3px;
	background:url("../../../../../../resources/sw_img/flower_yellow.png") left top no-repeat;
}
*/
.layout_csr_overview_contribute div.title2:not(.highlight) h2 {
    padding-left: 40px;
	background:url("../../../../../../resources/sw_img/flower_yellow.png") left top no-repeat;
}

.layout_csr_overview_contribute div.title3 h3 {
    border: none;
    padding-left: 0;
}
.layout_csr_overview_contribute div.title3 h3:after {
	content: "";
	display: inline-block;
	width: 64px;
	height: 24px;
	vertical-align: middle;
	margin-left: 3px;
	background:url("../../../../../../resources/sw_img/flower2_yellow.png") left top no-repeat;
}

.layout_csr_overview_contribute div.title4 h4 {
    padding: 10px 10px;
    background-color: #e5d7b2;
    text-align: center;
}

/*-- タグ --*/
.layout_csr_overview_contribute div.text-section em,
.layout_csr_overview_contribute div.internal-link-area em,
.layout_csr_overview_contribute div.external-link-area em,
.layout_csr_overview_contribute div.download-link-area em,
.layout_csr_overview_contribute div.faq-list .faq-item em,
.layout_csr_overview_contribute div.vertical-table div.vtable-item em,
.layout_csr_overview_contribute div.ircalendar div.ircalendar-title em,
.layout_csr_overview_contribute div.ircalendar div.ircalendar-item em {
    background-color: #cc9f1e;
    color: #fff;
}

/* 背景色 */
.layout_csr_overview_contribute {
	margin-bottom: 40px;
	padding: 20px 20px 10px;
	background-color: #fbf5e5;
}




/*-- 中見出し --*/
.layout_csr_overview_environment div.title2 h2 ,
.layout_csr_overview_environment div.title3 h3 ,
.layout_csr_overview_environment div.title4 h4 {
    color: #2a801f;
    font-weight: bold;
    border-color: #2a801f;
}

.layout_csr_overview_environment div.title2.highlight h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    display: block;
    width: 130px;
    height: 4px;
    background: #2a801f;
}

.layout_csr_overview_environment div.title2.highlight h2 {
    position: relative;
    font-size: 24px;
    padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 4px solid #ccc;
	margin-bottom: 5px;
}

.layout_csr_overview_environment div.title2:not(.highlight) {
    padding-top: 15px;
}
.layout_csr_overview_environment div.title2:not(.highlight) h2 {
    padding-top: 5px;
    border: none;
    margin-bottom: 0;
}
/*
.layout_csr_overview_environment div.title2:not(.highlight) h2:before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 30px;
	vertical-align: middle;
	margin-right: 3px;
	background:url("../../../../../../resources/sw_img/flower_green.png") left top no-repeat;
}
*/
.layout_csr_overview_environment div.title2:not(.highlight) h2 {
    padding-left: 40px;
	background:url("../../../../../../resources/sw_img/flower_green.png") left top no-repeat;
}

.layout_csr_overview_environment div.title3 h3 {
    border: none;
    padding-left: 0;
}
.layout_csr_overview_environment div.title3 h3:after {
	content: "";
	display: inline-block;
	width: 64px;
	height: 24px;
	vertical-align: middle;
	margin-left: 3px;
	background:url("../../../../../../resources/sw_img/flower2_green.png") left top no-repeat;
}

.layout_csr_overview_environment div.title4 h4 {
    padding: 10px 10px;
    background-color: #b1deaa;
    text-align: center;
}

/*-- タグ --*/
.layout_csr_overview_environment div.text-section em,
.layout_csr_overview_environment div.internal-link-area em,
.layout_csr_overview_environment div.external-link-area em,
.layout_csr_overview_environment div.download-link-area em,
.layout_csr_overview_environment div.faq-list .faq-item em,
.layout_csr_overview_environment div.vertical-table div.vtable-item em,
.layout_csr_overview_environment div.ircalendar div.ircalendar-title em,
.layout_csr_overview_environment div.ircalendar div.ircalendar-item em {
    background-color: #2a801f;
    color: #fff;
}

/* 背景色 */
.layout_csr_overview_environment {
	margin-bottom: 40px;
	padding: 20px 20px 10px;
	background-color: #ebf7e9;
}


/*-- CSR > トップメッセージ --*/
/*==== タブ風スタイル ====*/
.layout_link_tabstyle01 div.link-list:not(.highlight) {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 40px;
}

.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: 12px 20px;
	text-align: center;
	color: #005bac;
	background: #f1f1f1;
	text-decoration: none;
}

.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: 8px solid transparent;
	border-top: 10px solid #f1f1f1;
	margin-left: -8px;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li.highlight a ,
.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: #fff;
	background: #005bac;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li.highlight a::before ,
.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: #005bac;
}

.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;
}




/* 背景色付きカラム */
.layout_col_bg_blue {
	background-color: #e5e8f9;
	padding: 20px 20px 40px;
	margin-bottom: 20px;
}

.layout_col_bg_blue + .layout_col_bg_blue {
	margin-top: -40px;
}


/*==== CSR TOP ====*/
.layout_csrtop_col_pad {
}

.layout_csrtop_col_pad > .column1 ,
.layout_csrtop_col_pad > .column2 ,
.layout_csrtop_col_pad > .column3 ,
.layout_csrtop_col_pad > .column4 ,
.layout_csrtop_col_pad > .column5 {
	box-sizing: border-box;
	padding: 0 20px;
}

.layout_csrtop_teaser_01 {
}

.layout_csrtop_teaser_01 .teaser:not(.no-img) ,
.layout_csrtop_teaser_01 .external-teaser:not(.no-img) {
	margin-bottom: 0;
	display: flex;
	flex-flow: column wrap;

	padding: 15px 5px;
	border: 1px solid #000;
	border-radius: 20px;
}

.layout_csrtop_teaser_01 .teaser:not(.no-img) > * ,
.layout_csrtop_teaser_01 .external-teaser:not(.no-img) > * {
	flex: 0 0 auto;
}

.layout_csrtop_teaser_01 .teaser:not(.no-img) h2 ,
.layout_csrtop_teaser_01 .external-teaser:not(.no-img) h2 {
	order: 2;
	font-size: inherit;
	display: table;
	width: 100%;
	margin: 0;
	margin-top: 5px;
}

.layout_csrtop_teaser_01 .teaser:not(.no-img) h2 a ,
.layout_csrtop_teaser_01 .external-teaser:not(.no-img) h2 a {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	text-align: center;
	text-decoration: none;
}

.layout_csrtop_teaser_01 .teaser:not(.no-img) > a ,
.layout_csrtop_teaser_01 .external-teaser:not(.no-img) > a {
	display: block;
	order: 1;
	margin: 10px 10px 5px;
}

.layout_csrtop_teaser_01 .teaser:not(.no-img) > a img ,
.layout_csrtop_teaser_01 .external-teaser:not(.no-img) > a img {
	display: block;
	margin: auto
	opacity: 1;
}

.layout_csrtop_teaser_01 .teaser:not(.no-img) > p ,
.layout_csrtop_teaser_01 .external-teaser:not(.no-img) > p {
	order: 4;
}

.layout_csrtop_teaser_01 .teaser:not(.no-img):hover ,
.layout_csrtop_teaser_01 .external-teaser:not(.no-img):hover {
	opacity: 0.7;
}


/* バナー テキスト on 画像 */
.layout_csrtop_teaser_02 {
}

.layout_csrtop_teaser_02 .teaser:not(.no-img) ,
.layout_csrtop_teaser_02 .external-teaser:not(.no-img) {
	position: relative;
	margin-bottom: 0;
}

.layout_csrtop_teaser_02 .teaser:not(.no-img) h2 ,
.layout_csrtop_teaser_02 .external-teaser:not(.no-img) h2 {
	box-sizing: border-box;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 20px;
	font-size: inherit;
}

.layout_csrtop_teaser_02 .teaser:not(.no-img) h2 a ,
.layout_csrtop_teaser_02 .external-teaser:not(.no-img) h2 a {
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}

.layout_csrtop_teaser_02 .teaser:not(.no-img) > a ,
.layout_csrtop_teaser_02 .external-teaser:not(.no-img) > a {
	display: block;
}

.layout_csrtop_teaser_02 .teaser:not(.no-img) > a img ,
.layout_csrtop_teaser_02 .external-teaser:not(.no-img) > a img {
	opacity: 1;
	width: 100%;
	transition: 0.7s;
}

.layout_csrtop_teaser_02 .teaser:not(.no-img):hover > a img ,
.layout_csrtop_teaser_02 .external-teaser:not(.no-img):hover > a img {
	transform: scale(1.2);
}


/* バナー 横長バー */
.layout_csrtop_teaser_03 {
}

.layout_csrtop_teaser_03 .teaser.no-img ,
.layout_csrtop_teaser_03 .external-teaser.no-img {
	margin-bottom: 0;
}

#sharewithmain .layout_csrtop_teaser_03 div.teaser.no-img h2 a ,
#sharewithmain .layout_csrtop_teaser_03 div.external-teaser.no-img h2 a {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333;
	background: #fff;
	border: 1px solid #000;
}

#sharewithmain .layout_csrtop_teaser_03 div.teaser.no-img h2 a::before ,
#sharewithmain .layout_csrtop_teaser_03 div.external-teaser.no-img h2 a::before {
	content: none;
}

#sharewithmain .layout_csrtop_teaser_03 div.teaser.no-img h2 a:hover ,
#sharewithmain .layout_csrtop_teaser_03 div.external-teaser.no-img h2 a:hover {
	color: #fff;
	background: #000;
}


/* バナー 画像左バナー */
.layout_csrtop_teaser_04 {
}

.layout_csrtop_teaser_04 .teaser:not(.no-img) ,
.layout_csrtop_teaser_04 .external-teaser:not(.no-img) {
	position: relative;
/*	display: flex; */
}

.layout_csrtop_teaser_04 .teaser:not(.no-img)::after ,
.layout_csrtop_teaser_04 .external-teaser:not(.no-img)::after {
	contnet: "";
	display: block;
	clear: both;
}

#sharewithmain .layout_csrtop_teaser_04 div.teaser:not(.no-img) h2 ,
#sharewithmain .layout_csrtop_teaser_04 div.external-teaser:not(.no-img) h2 {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 100px);
	height: 100%;
	display: block;
	margin: 0;
}

#sharewithmain .layout_csrtop_teaser_04 div.teaser:not(.no-img) h2 a ,
#sharewithmain .layout_csrtop_teaser_04 div.external-teaser:not(.no-img) h2 a {
	box-sizing: border-box;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 5px 10px;
	font-size: 16px;
	color: #fff;
	background: #005bac;
	border: none;
}

#sharewithmain .layout_csrtop_teaser_04 div.teaser:not(.no-img) h2 a::before ,
#sharewithmain .layout_csrtop_teaser_04 div.external-teaser:not(.no-img) h2 a::before {
	content: none;
}

#sharewithmain .layout_csrtop_teaser_04 div.teaser:not(.no-img) h2 + a ,
#sharewithmain .layout_csrtop_teaser_04 div.external-teaser:not(.no-img) h2 + a {
	float: left;
	width: 100px;
	display: block;
}

#sharewithmain .layout_csrtop_teaser_04 div.teaser:not(.no-img) h2 a:hover ,
#sharewithmain .layout_csrtop_teaser_04 div.external-teaser:not(.no-img) h2 a:hover {
}



/* テーブル表組 枠線なし */
#sharewithmain .layout_table_no_v_border_td td {
	border-left-color: transparent;
	border-right-color: transparent;
}


/* リンクリスト マージン調整 */
.lx_ex_list_mb0 .link-list {
	margin-bottom: 0;
}



/*-- html ニュース用 --*/
/* 枠線付きマルチカラム */
.layout_mcol_border01 {
	box-sizing: border-box;
	padding: 20px 20px 0;
	border: 3px solid #ccc;
}

/* テーブル縦 背景・枠線なし */
.layout_vtable_clearbox div.vertical-table .vtable-item > table > tbody > tr > td ,
.layout_vtable_clearbox div.vertical-table .vtable-item > table > tbody > tr > .vtable-head {
	border-color: transparent;
	background: none;
}

/* テーブル横 背景・枠線なし */
.layout_htable_clearbox div.ircalendar-title > table > tbody > tr >  th ,
.layout_htable_clearbox div.ircalendar-item > table > tbody > tr > td {
	border-color: transparent;
	background: none;
}

/* 画像を並べる様の透明枠 */
.layout_htable_imgbox div.ircalendar-title > table > tbody > tr >  th ,
.layout_htable_imgbox div.ircalendar-item > table > tbody > tr > td {
	border-color: transparent;
	background: none;

	vertical-align: top;
	padding: 6px 10px;
}


/* iCell */
table.icell {
	font-family: inherit !important;
	border: none !important;
	width: 100% !important;
}

table.icell span {
    font-size: !important;
}

table.icell th ,
table.icell td {
    height: auto !important;
    color: inherit;
	font-weight: normal;
	padding: 15px 15px;
	border:#ffffff 1px solid;
	vertical-align: middle;
	word-break: break-word;
}

table.icell td {
	background-color:#f1f1f1;
}

table.icell .ColHead ,
table.icell th {
	background-color:#e0e9f0;
	color: #005bac;
	font-weight: normal;
}

table.icell .RowHead ,
table.icell thead th {
	background-color:#e0e9f0;
	color: #005bac;
	font-weight: normal;
	text-align: center;
}



/*-- サステナビリティ(CSR）用 背景色 --*/
.lx_csr_mcol_bg01 {
	padding: 20px 20px 20px;
	background-color: #e5e8f9;
}

.lx_csr_mcol_bg02 {
	padding: 20px 20px 20px;
	background-color: #e6f3fb;
}

.lx_csr_mcol_bg03 {
	padding: 20px 20px 20px;
	background-color: #fbf0f2;
}

.lx_csr_mcol_bg04 {
	padding: 20px 20px 20px;
	background-color: #fbf5e5;
}

.lx_csr_mcol_bg05 {
	padding: 20px 20px 20px;
	background-color: #ebf7e9;
}

.lx_csr_mcol_bg06 {
	padding: 20px 20px 20px;
	background-color: #fceae8;
}



/* 拡大 */
.dialog_large_img .modaal-container {
	max-width: none !important;
}

.glass {
	text-align: right;
	margin-bottom: 5px;
}

.glass a {
	text-decoration: underline;
}

.glass a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	background: url("../../../../../../resources/sw_img/icon_glass.svg") center center no-repeat;
	background-size: contain;
}



/* フローティングバナー */
#promos3 .ox_floating_banner {
	margin: 0;
}

@media print {
	#promos3 .ox_floating_banner {
		display: none;
	}
}

#promos3 .ox_floating_banner > .column1 {
	position: fixed;
	bottom: 210px;
	right: 2px;
	z-index: 1001;
	width: 180px;
}

#promos3 .ox_floating_banner div.internal-link-area ,
#promos3 .ox_floating_banner div.external-link-area ,
#promos3 .ox_floating_banner div.download-link-area {
	padding: 0;
	background: none;
	margin: 0;
}

#promos3 .ox_floating_banner div.internal-link-area > a ,
#promos3 .ox_floating_banner div.external-link-area > a ,
#promos3 .ox_floating_banner div.download-link-area > a {
	padding: 8px 5px;
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	background: rgba(0,91,172, 1);
	border-radius: 5px;
}

#promos3 .ox_floating_banner div.internal-link-area > a img:not(.large) ,
#promos3 .ox_floating_banner div.external-link-area > a img:not(.large) ,
#promos3 .ox_floating_banner div.external-link-area > a img:not(.large) {
	max-width: 40px;
	margin: 10px 10px 10px 5px;
	opacity: 1;
}

#promos3 .ox_floating_banner div.internal-link-area > a p ,
#promos3 .ox_floating_banner div.external-link-area > a p ,
#promos3 .ox_floating_banner div.external-link-area > a p {
	position: static;
	background: none;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	padding: 0;
	margin: 0;
	display: block;
	margin-top: 10px;
}

#promos3 .ox_floating_banner div.internal-link-area > a p::before ,
#promos3 .ox_floating_banner div.external-link-area > a p::before ,
#promos3 .ox_floating_banner div.external-link-area > a p::before {
	content: none;
}

#promos3 .ox_floating_banner div.internal-link-area > a p + p ,
#promos3 .ox_floating_banner div.external-link-area > a p + p ,
#promos3 .ox_floating_banner div.external-link-area > a p + p {
	clear: both;
}

#promos3 .ox_floating_banner div.internal-link-area > a:hover ,
#promos3 .ox_floating_banner div.external-link-area > a:hover ,
#promos3 .ox_floating_banner div.download-link-area > a:hover {
	opacity: 0.7;
}



/* サステナ 見出しh3 */
.lx_s12y_title3_01 .title3 h3 {
	border: none;

	padding: 5px 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #5B9BD5;
}

/* 枠線付きマルチカラム */
.lx_s12y_mcol_border01 {
	box-sizing: border-box;
	padding: 20px 20px 0;
	border: 3px dotted #5B9BD5;
}



body {
	visibility: hidden;
}
body.generaltop ,
body.special ,
body.ready {
	visibility: visible;
}



/* -- 印刷用 -- */
@media print {

	#header ,
	div.bread-crumb ,
	#nav ,
	#site-info ,
	#topcontrol {
		display: none;
	}

	body {
		overflow: initial;
	}

	#wrapper-2 {
		width: 720px;
	}

	#wrapper-2 {
		width: 720px;
	}

	body:not(.col-subcol) #wrapper-3 {
		margin: 0;
	}

}



