@charset "utf-8";
/*------------------ based on 18/07/18 */
/* > 1%, last 4 versions, Firefox ESR */
/*------------------------------------- 
1_初期化
2_基本設定
3_リンク設定
4_フォント
5_アクセスビリティ
6_clear
7_グリットレイアウト（テンプレート枠）
8_ヘッダエリア
9_ぱんくず
10_サイドナビエリア
11_コンテンツエリア
12_フッターエリア
13_パーツ（コンポーネント）
14_フォーム
15_テンプレートID
16_テストサイト用オリジナル！！！削除の事！！！
-------------------------------------*/

@import url(../../../../../../resources/sw_js/modaal/modaal.min.css);

/* --------------------------------------
 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 {
	max-width: 100%;
}

br {
	margin: 0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

th,
td {
	vertical-align: top;
	text-align: left;
	word-break: break-word;
}

ol,ul {
	list-style:none;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

label {
	cursor: pointer;
}

head, style, script ,
.no-pc {
	display: none !important;
}

@font-face {
  font-family: "YuGothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "YuGothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "YuGothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "YuGothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "YuGothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "YuGothicM";
  src: local("Yu Gothic Medium");
}


/* --------------------------------------
 2_基本設定
-------------------------------------- */
body {
/*	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; */
	font-family: 'Roboto', YuGothic, YuGothicM, "游ゴシック Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
/*	font-family: 'Roboto',  -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; */
	color: #333;
	background: #FFF;
	line-height: 1.56;
	font-size: 1.6rem;

    min-width: 1200px;
/*    position: relative; */
}

html {
	-webkit-filter: expression(document.execCommand("BackgroundImageCache", false, true));
	        filter: expression(document.execCommand("BackgroundImageCache", false, true));
	font-size: 62.5%;
}

.mincho {
/*	font-family: "Hiragino Mincho ProN", "HGS明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Georgia, "メイリオ", Meiryo, serif; */
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Georgia, "メイリオ", Meiryo, serif;
}


/* 游ゴシック/游明朝 を有効にする */
/*
body {
	font-family: YuGothicM, "游ゴシック Medium", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.mincho {
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Georgia, "メイリオ", Meiryo, serif;
}
*/


/* --------------------------------------
 3_リンク設定
-------------------------------------- */
a:link {
	color:#004a92;
	text-decoration:none;
}

a:visited {
	color:#004a92;
	text-decoration:none;
}

a:hover {
	color: #004a92;
	text-decoration: underline;
}

a:active {
	color:#004a92;
	text-decoration:none;
}

a {
	overflow:hidden;
	outline:none;
	word-wrap: break-word;
}

a:hover img {
	-ms-opacity: 0.7;
	opacity: 0.7;
}


/* --------------------------------------
 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("../../../../../../resources/templating-kit/themes/pop/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("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") 0 -67px no-repeat;
	margin: 25px 0;
	border-top: 1px solid #B3B3B3;
	border-bottom: none;
	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;
}
/*
.all a {
	clear: both;
	display: block;
	margin: 20px 0 0 0;
	border-top: 1px #b3b3b3 solid;
	padding: 5px 0 0 17px;
	background: transparent url("../../../../../../resources/templating-kit/themes/pop/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-item:after,
div.event-list #event-pager ul:after ,
p.yearTabs:after ,
p.tabs:after ,
#wrapper-2:after {
	content: " ";
    display: block;
    clear: both;
}

.clr:after ,
.clrfix:after ,
.clearfix: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 {
	margin: 60px auto 30px;
	width: 1200px;
}

#nav {
	float: right;
	margin: 0;
	width: 240px;
	margin-bottom: 50px;
}

#wrapper-3 {
	float: left;
	margin: 0;
	width: 912px;
	margin-bottom: 50px;

	font-size: 1.6rem;
}


#sharewithmain {
}

#promos3 {
}

#promos3 .promos {
	display: flex;
	flex-direction: column-reverse;
}

#promos3 .promos > * {
	flex: 0 0 auto;
}

#promos3 .promos > .mgnlEditorBar.area:not(.end) {
	order: 2;
}
#promos3 .promos > .mgnlPlaceholder {
	order: -1;
}
#promos3 .promos > .mgnlEditorBar.area.end {
	order: -2;
}


#map {
	margin: 0 0 20px 0;
	overflow: hidden;
	width: 750px;
}
#main {
	width: 750px;
}
#wrapper-3 > #main {
	overflow: visible;
}
#extras {
	float: left;
	width: 220px;
}
.promos {
	clear: both;
}



/* 2 column layout: no nav vertical | main column | sidebar */
.col-subcol #wrapper-3 {
	width: 100%;
	float: none;
	clear:both;
}
.col-subcol #main {
	width: 750px;
}
.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: 750px;
}

/* 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: 750px;
}

/* 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: 750px;
}
.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: 750px;
}
.col-float2-subcol #wrapper-3 {
	float: none;
}


/*------------------------------------- 
12_フッターエリア
-------------------------------------*/

/*-------------- SECTION FOOTER --------------*/

#section-site-info {
}

#section-site-info-box {
}

/*-------------- FOOTER --------------*/
#site-info {
	clear: both;
/*	width:100%; */
/*	min-width: 1200px; */
	margin-top: 30px;
/*	background: #ebebeb; */
/*	padding: 30px 0 20px; */
}

#site-info-box {
/*	position: relative; */
/*	width: 1200px; */
/*	margin: auto; */
}
#site-info-box:after {
	content: "";
	display: block;
	clear: both;
}

p#copyright {
	font-size: 11px;
	color: #aaa;
	text-align: right;
}

/* -- マグノリアのロゴが入ってる★★！！要確認_タグごと削除予定 -- */
p#copyright-magnolia {
	display: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: 1200px;
	min-width: 1200px;
	min-height: 69px;

	display: none;
}

#nav-global ul {
	position: relative;
	z-index: 100;
	/*background: #1c1c1c url("../../../../../../resources/templating-kit/themes/pop/img/bgs/nav-global-line.png") 0 95% repeat-x;*/
	float: left;
	width: 100%;
	margin: 0 0 24px 0;
	list-style: none;
}
#nav-global.plus-navsub ul {
	border-bottom: none;
}
#nav-global li {
	float: left;
	margin: 2px 10px 0 0;
	padding-bottom: 0.355em;
	font-size: 150%;
	font-weight: bold;
}
#nav-global li a,
#nav-global li a:visited,
#nav-global li strong {
	display: block;
	float: left;
	color: #072D74;
	text-decoration: none;
}
/* on + open */
#nav-global li.on,
#nav-global li.open {
	background: url("../../../../../../resources/templating-kit/themes/pop/img/bgs/nav-global.png") 50% 100% no-repeat;
}
#nav-global li strong,
#nav-global li.open a,
#nav-global li.on a {
	background: #ddd;
	border:#FFFFFF 1px solid;
}
#nav-global li strong span,
#nav-global li.open a span {
	padding-right: 10px;
}
#nav-global li span,
#nav-global li.open a span {
	float: left;
	margin-left: 5px;
	padding: .4em 10px .355em 5px;
}
/* hover */
#nav-global li a:hover,
#nav-global li a:active,
#nav-global li a:focus {
	/*background: #ec1549;
	border-radius: 5px; NIR*/
}
/* 2nd level horizontal subnav */
#nav-global ul ul {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 2.4em;
	width: 940px;
}
#nav-global li li,
#nav-global li li.on {
	background: none;
	font-size: 100%;
}
#nav-global li.open li span,
#nav-global li.open li a,
#nav-global li.open li strong{
	background: none;
	font-weight: normal;
}
#nav-global li.open a {
	text-decoration: none;
}
#nav-global li.open li.on a span,
#nav-global li.open li strong span {
	font-weight: bold;
	color: #ff3062;
}
#nav-global li li a:hover,
#nav-global li li a:active,
#nav-global li li a:focus,
#nav-global li li a:hover span,
#nav-global li li a:active span,
#nav-global li li a:focus span {
	background: none;
	color: #ff3062;
}

#nav-global-box{
}

#nav-global-box .open {
}

#nav-global-box .on {
}

#nav-global.plus-navsub {
	min-height: 6.8em;
	border-bottom: 1px solid #4a4a4a;
}

/*-------------- ●ok●↑未使用ヘッダーここまで↑↑ --------------*/


/*-------------- ●ok●公開日時表示 --------------*/
#pub-date {
	text-align: right;  
}

#pub-date p {
}


/*-------------- ●ok●SECTION-HEADER（総合・スペシャル以外） --------------*/
/* -- gnv直下のエリア（何かの時使用。通常未使用。） -- */
#section-header {
	margin: 30px auto 20px auto;
	width: 940px;
	background: #0d8ccc;
	border-radius: 5px;
	overflow: hidden;
}

#section-header h5 {
}

#section-header p {

}



/*------------------------------------- 
9_ぱんくず
-------------------------------------*/

/*-------------- ●ok●ぱんくず（4箇所にあり_セック側設定） --------------*/
div.bread-crumb {
	box-sizing: border-box;
	margin: auto;
	padding: 16px;
	width: 1200px;
	text-align: left;
	font-size: 1.4rem;
	color: #fff;
}

div.bread-crumb:before {
	content: "　";
	position: absolute;
	left: 0;
	width: 100%;
	min-width: 1200px;
	padding: 16px 0;
	margin-top: -16px;
	background-color: #14356C;
	z-index: -1;
}

div.bread-crumb ol:after ,
div.bread-crumb:after {
	content: "";
	display: block;
	clear: both;
}

/* -- パンくずタイトル -- */
div.bread-crumb h5 ,
div.bread-crumb ol {
	padding: 0;
	margin: 0;
	font-size: inherit;
	font-weight: normal;
	line-height: inherit;
	vertical-align: baseline;

	display: inline;
	float: left;
}

div.bread-crumb a {
	color: inherit;
	text-decoration: underline;
}

div.bread-crumb a:hover {
	opacity: 0.7;
}

div.bread-crumb h5 p ,
div.bread-crumb h5 span ,
div.bread-crumb ol li {
	display: inline;
	vertical-align: baseline;
}

div.bread-crumb h5 p:after ,
div.bread-crumb h5 span:after ,
div.bread-crumb ol li:after {
	content: ">";
	margin: 0 8px;
}

div.bread-crumb h5 p a ,
div.bread-crumb h5 span a ,
div.bread-crumb ol li a ,
div.bread-crumb ol li strong {
}

/* -- 現在位置表示 -- */
div.bread-crumb ol li strong {
	font-weight: normal;
	overflow: hidden;
}

div.bread-crumb ol li:last-child:after {
	content: none;
}

/* ページタイトルの改行は非表示 */
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: 1.4rem;
}
#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: 1.4rem;
}
*/

/*------------------------------------- 
10_サイドナビエリア
-------------------------------------*/


/*--- SideNavi_area ---*/

#nav {
}

#nav #promos1 {
}

#nav #promos1 div.promos {
}

/*-------------- ローカルナビ --------------*/
/* -- ローカルナビエリア -- */

#nav-box {
	margin-bottom: 25px;
}

#nav-box input ,
#nav-box label {
	display: none;
}

#nav-box h6 {
	display: none;
}

#nav-box h5 {
	line-height: inherit;
}
#nav-box h5 p {
	display: none;
}

#nav-box br {
	display: none;
}


/*1階層*/

#promos1 div.teaser.no-img h2 {
	border-top: 1px solid #ddd;
}

#promos1 div.teaser.no-img h2 a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 238px;
	height: 70px;
	background: #122968;
	color: #fff; 
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.125;
/*	text-decoration: none; */
}

#promos1 div.tesear:not(.no-img) h2 a:hover {
}


/*2階層*/
#nav-box ul.navLevel_1 {
}

#nav-box ul.navLevel_1 > li {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#nav-box ul.navLevel_1 > li.open {
}

#nav-box ul.navLevel_1 > li > h5 > strong ,
#nav-box ul.navLevel_1 > li > h5 > a ,
#nav-box ul.navLevel_1 > li > strong ,
#nav-box ul.navLevel_1 > li > a {
	display: block;
	padding: 18px 20px 16px;
	background: #fff;
	color: #333; 
	font-size: 1.6rem;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

#nav-box ul.navLevel_1 > li > h5 > a:hover ,
#nav-box ul.navLevel_1 > li > a:hover {
	text-decoration: underline;
}

#nav-box ul.navLevel_1 > li.within > h5 > a ,
#nav-box ul.navLevel_1 > li.on > h5 > a ,
#nav-box ul.navLevel_1 > li > h5 > strong ,
#nav-box ul.navLevel_1 > li.within > a ,
#nav-box ul.navLevel_1 > li.on > a ,
#nav-box ul.navLevel_1 > li > strong {
	font-weight: bold;
	background-color: #e3e2ef;
}


/*3階層*/
#nav-box ul.navLevel_1 > li:not(.on):not(.within) > ul {
	display: none;
}

#nav-box ul.navLevel_2 {
}

#nav-box ul.navLevel_2 > li {
}

#nav-box ul.navLevel_2 > li.open {
}
#nav-box ul.navLevel_2 > li > h5 > strong ,
#nav-box ul.navLevel_2 > li > h5 > a ,
#nav-box ul.navLevel_2 > li > strong ,
#nav-box ul.navLevel_2 > li > a {
	display: block;
	padding: 18px 20px 16px 30px;
	background: #fff;
	color: #333; 
	font-size: 1.6rem;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

#nav-box ul.navLevel_2 > li > h5 > a:hover ,
#nav-box ul.navLevel_2 > li > a:hover {
	text-decoration: underline;
}

#nav-box ul.navLevel_2 > li.within > h5 > a ,
#nav-box ul.navLevel_2 > li.within > h5 > strong ,
#nav-box ul.navLevel_2 > li.within > a ,
#nav-box ul.navLevel_2 > li.within > strong ,
#nav-box ul.navLevel_2 > li > h5 > a.here ,
#nav-box ul.navLevel_2 > li > h5 > strong ,
#nav-box ul.navLevel_2 > li > a.here ,
#nav-box ul.navLevel_2 > li > strong {
	background-color: #f2f2f2;
}


/*4階層*/
#nav-box ul.navLevel_3 {
	display: none;
}

#nav-box ul.navLevel_3 > li {
}

#nav-box ul.navLevel_3 > li.open {
}
#nav-box ul.navLevel_3 > li > h5 > strong ,
#nav-box ul.navLevel_3 > li > h5 > a ,
#nav-box ul.navLevel_3 > li > strong ,
#nav-box ul.navLevel_3 > li > a {
	display: block;
	padding: 5px 12px;
	background: #dcdcdc;
	color: #323232; 
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #c8c8c8;
}

#nav-box ul.navLevel_3 > li > h5 > strong:before ,
#nav-box ul.navLevel_3 > li > h5 > a:before ,
#nav-box ul.navLevel_3 > li > strong:before ,
#nav-box ul.navLevel_3 > li > a:before {
	content: "・";
	margin-left: 0.5em;
}

#nav-box ul.navLevel_3 > li > h5 > strong ,
#nav-box ul.navLevel_3 > li > h5 > a:hover ,
#nav-box ul.navLevel_3 > li > strong ,
#nav-box ul.navLevel_3 > li > a:hover {
	background: #eb3132;
	color: #fff; 
}


#nav-box ul.navLevel_4 {
	display: none;
}
/* -- ☆階層が増えるごとに、連番で追加 -- */

#promos2 {
}

#promos2 div.promos {
}



/*------------------------------------- 
11_コンテンツエリア
-------------------------------------*/
/*------- CKエディタ ----------*/

/* -- ckエディタの機能を損なうから制御は不可 -- */
div.quoted-text blockquote ,
div.highlight-quoted-text ,
div.text-section ,
div.internal-link-area ,
div.external-link-area ,
div.download-link-area ,
div.faq-item ,
div.vtable-item > table > tbody > tr > th ,
div.vtable-item > table > tbody > tr > td ,
div.ircalendar-title > table > tbody > tr > th ,
div.ircalendar-item > table > tbody > tr > td {
	text-align: left;
}

div.quoted-text blockquote p ,
div.highlight-quoted-text p ,
div.text-section p ,
div.internal-link-area p ,
div.external-link-area p ,
div.download-link-area p ,
div.faq-item p ,
div.vtable-item p ,
div.ircalendar-title p ,
div.ircalendar-item p {
	display: block;
}

/* -- ckエディタのリスト表示用 -- */
div.quoted-text blockquote ol ,
div.highlight-quoted-text ol ,
div.text-section ol ,
div.internal-link-area ol ,
div.external-link-area ol ,
div.download-link-area ol ,
div.faq-item ol ,
div.vtable-item ol ,
div.ircalendar-title ol ,
div.ircalendar-item ol {
	padding-left:2em;
	list-style:decimal;
}

div.quoted-text blockquote ol li ,
div.highlight-quoted-text ol li ,
div.text-section ol li ,
div.internal-link-area ol li ,
div.external-link-area ol li ,
div.download-link-area ol li ,
div.faq-item ol li ,
div.vtable-item ol li ,
div.ircalendar-title ol li ,
div.ircalendar-item ol li {
	list-style:inherit;
}

/* -- ckエディタのリスト表示用 -- */
div.quoted-text blockquote ul ,
div.highlight-quoted-text ul ,
div.text-section ul ,
div.internal-link-area ul ,
div.external-link-area ul ,
div.download-link-area ul ,
div.faq-item ul ,
div.vtable-item ul ,
div.ircalendar-title ul ,
div.ircalendar-item ul {
	padding-left:2em;
	list-style:disc;
}

div.quoted-text blockquote ul li ,
div.highlight-quoted-text ul li ,
div.text-section ul li ,
div.internal-link-area ul li ,
div.external-link-area ul li ,
div.download-link-area ul li ,
div.faq-item ul li ,
div.vtable-item ul li ,
div.ircalendar-title ul li ,
div.ircalendar-item ul li {
	list-style:inherit;
}

div.quoted-text blockquote em ,
div.highlight-quoted-text em ,
div.text-section em ,
div.internal-link-area em ,
div.external-link-area em ,
div.download-link-area em ,
div.faq-item em ,
div.vtable-item em ,
div.ircalendar-title em ,
div.ircalendar-item em {
	/* メイリオにはイタリック体が無い為 */
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN",'ＭＳ Ｐゴシック','MS PGothic', "メイリオ", Meiryo, sans-serif;
	font-style:italic;
}

/*------- リンクアイコン ----------*/
div.quoted-text blockquote a ,
div.highlight-quoted-text a ,
div.text-section a ,
div.faq-item a ,
div.vtable-item a ,
div.ircalendar-title a ,
div.ircalendar-item a {
}

/*------- 別窓アイコン ----------*/
div.quoted-text blockquote a[target="_blank"]:after ,
div.highlight-quoted-text a[target="_blank"]:after ,
div.text-section a[target="_blank"]:after ,
div.faq-item a[target="_blank"]:after ,
div.vtable-item a[target="_blank"]:after ,
div.ircalendar-title a[target="_blank"]:after ,
div.ircalendar-item a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat -65px -9px;
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: top;
	margin: 0.3em 5px 0;
}

/*------- PDFアイコン ----------*/
div.quoted-text blockquote a[href$=".pdf"]:after ,
div.highlight-quoted-text a[href$=".pdf"]:after ,
div.text-section a[href$=".pdf"]:after ,
div.faq-item a[href$=".pdf"]:after ,
div.vtable-item a[href$=".pdf"]:after ,
div.ircalendar-title a[href$=".pdf"]:after ,
div.ircalendar-item a[href$=".pdf"]:after ,
div.quoted-text blockquote a[href*=".pdf#"]:after ,
div.highlight-quoted-text a[href*=".pdf#"]:after ,
div.text-section a[href*=".pdf#"]:after ,
div.faq-item a[href*=".pdf#"]:after ,
div.vtable-item a[href*=".pdf#"]:after ,
div.ircalendar-title a[href*=".pdf#"]:after ,
div.ircalendar-item a[href*=".pdf#"]:after {
	content: "";
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat -137px -8px;
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: top;
	margin: 0.3em 12px 0;
}

/* テーブル */
div.quoted-text blockquote table:not(.clearbox) ,
div.highlight-quoted-text table:not(.clearbox) ,
div.text-section table:not(.clearbox) ,
div.faq-item table:not(.clearbox) ,
div.vtable-item table table:not(.clearbox) ,
div.ircalendar-title table table:not(.clearbox) ,
div.ircalendar-item table table:not(.clearbox) ,
table.icell {
/*	font-family: inherit !important; */
	border: none !important;
	width: 100% !important;
	font-size: 14px;
}

div.quoted-text blockquote table:not(.clearbox) span ,
div.highlight-quoted-text table:not(.clearbox) span ,
div.text-section table:not(.clearbox) span ,
div.faq-item table:not(.clearbox) span ,
div.vtable-item table table:not(.clearbox) span ,
div.ircalendar-title table table:not(.clearbox) span ,
div.ircalendar-item table table:not(.clearbox) span ,
table.icell span {
/*	font-size: inherit !important; */
}

div.quoted-text blockquote table:not(.clearbox) th ,
div.highlight-quoted-text table:not(.clearbox) th ,
div.text-section table:not(.clearbox) th ,
div.faq-item table:not(.clearbox) th ,
div.vtable-item table table:not(.clearbox) th ,
div.ircalendar-title table table:not(.clearbox) th ,
div.ircalendar-item table table:not(.clearbox) th ,
div.quoted-text blockquote table:not(.clearbox) td ,
div.highlight-quoted-text table:not(.clearbox) td ,
div.text-section table:not(.clearbox) td ,
div.faq-item table:not(.clearbox) td ,
div.vtable-item table table:not(.clearbox) td ,
div.ircalendar-title table table:not(.clearbox) td ,
div.ircalendar-item table table:not(.clearbox) td ,
table.icell th ,
table.icell td {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: auto !important;
	color: inherit;
	font-weight: normal;
	padding: 14px 20px 12px;
	border: 1px solid #ddd;
	vertical-align: middle;
}

div.quoted-text blockquote table:not(.clearbox) td ,
div.highlight-quoted-text table:not(.clearbox) td ,
div.text-section table:not(.clearbox) td ,
div.faq-item table:not(.clearbox) td ,
div.vtable-item table table:not(.clearbox) td ,
div.ircalendar-title table table:not(.clearbox) td ,
div.ircalendar-item table table:not(.clearbox) td ,
table.icell td {
	text-align: left;
	background-color:#fff;
}

div.quoted-text blockquote table:not(.clearbox) th ,
div.highlight-quoted-text table:not(.clearbox) th ,
div.text-section table:not(.clearbox) th ,
div.faq-item table:not(.clearbox) th ,
div.vtable-item table table:not(.clearbox) th ,
div.ircalendar-title table table:not(.clearbox) th ,
div.ircalendar-item table table:not(.clearbox) th ,
table.icell .ColHead ,
table.icell th {
	text-align: center;
	background-color:#767676;
	color: #fff;
	font-weight: bold;
}

div.quoted-text blockquote table:not(.clearbox) thead th ,
div.highlight-quoted-text table:not(.clearbox) thead th ,
div.text-section table:not(.clearbox) thead th ,
div.faq-item table:not(.clearbox) thead th ,
div.vtable-item table table:not(.clearbox) thead th ,
div.ircalendar-title table table:not(.clearbox) thead th ,
div.ircalendar-item table table:not(.clearbox) thead th ,
table.icell .RowHead ,
table.icell thead th {
	text-align: center;
	background-color:#767676;
	color: #fff;
	font-weight: bold;
}



/* -----------------------------
画像レイアウト
--------------------------------- */

/*-- 画像_左 --*/
#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-item img ,
div.vtable-item img ,
div.ircalendar-title table img,
div.ircalendar-item table img {
	display: block;
	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-item img.pos-2 ,
div.vtable-item img.pos-2 ,
div.ircalendar-title table img.pos-2,
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-item img.large ,
div.vtable-item img.large ,
div.ircalendar-title table img.large,
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%);
	left: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-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-item dl.photo {
	width: 40%;
	margin-right: 16px;
	float: left;
}

div.text-section dl.photo dt ,
div.faq-item dl.photo dt {
	text-align: center;
	margin-bottom: 8px;
}

div.text-section dl.photo dt img ,
div.faq-item dl.photo dt img {
	display: block;
	float: none;
	width: auto;
	max-width: 100%;
	margin: auto;
}

div.text-section dl.photo dd ,
div.faq-item dl.photo dd {
	text-align: center;
}

/*-- キャプション付き画像の場合_右 --*/
div.text-section dl.pos-2 ,
div.faq-item dl.pos-2 {
	width: 40%;
	margin-left: 16px;
	margin-right: 0;
	float:right;
}

div.text-section dl.pos-2 dt img ,
div.faq-item dl.pos-2 dt img {
	display: block;
	float: none;
	width: auto;
	max-width: 100%;
	margin: auto;
}

/*-- キャプション付き画像の場合_上 --*/
div.text-section dl.large ,
div.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-item dl.large dt img {
	display: block;
	float: none;
	width: auto;
	max-width: 100%;
	margin: auto;
}

/* -- キャプション -- */
/*-- 画像のタイトル --*/
div.text-section .caption ,
div.faq-item .caption {
}

/*-- コピーライト --*/
div.text-section .copyright ,
div.faq-item .copyright {
}

/*-- 画像の説明 --*/
div.text-section .longdesc ,
div.faq-item .longdesc {
/*	display: none; */
}

/*-- 虫眼鏡(現状、非表示) --*/
div.text-section .zoom ,
div.faq-item .zoom {
	float: right;
	display: none;
}
div.text-section .zoom a ,
div.faq-item .zoom a {
	display: block;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") 0 -508px no-repeat;
	width: 24px;
	height:24px;
	overflow: hidden;
	text-indent: -9999px;
	margin: auto;
}



/*-------------- カラム選択07_901 --------------*/
/* -- NIR基本全社共通 -- */

/* -- ★★NIR -- */
.multiColumn1,
.multiColumn2,
.multiColumn3,
.multiColumn4,
.multiColumn5 {
 	clear:both;
/*	margin-bottom:20px; */
}

.multiColumn1 > .column1 {
	width: 100%;
	float:left;
	margin-bottom:20px;
}


.multiColumn2 > .column1 ,
.multiColumn2 > .column2 {
	width:48.8%;
	float:left;
	margin-bottom:20px;
}
.multiColumn2 > .column1 {
	margin-right:2.4%;
}

[role="main"] > .multiColumn2 > .column1 ,
[role="main"] > .multiColumn2 > .column2 {
	width: 446px;
}
[role="main"] > .multiColumn2 > .column1 {
	margin-right: 20px;
}

.col-subcol [role="main"] > .multiColumn2 > .column1 ,
.col-subcol [role="main"] > .multiColumn2 > .column2 {
	width: 590px;
}
.col-subcol [role="main"] > .multiColumn2 > .column1 {
	margin-right: 20px;
}


.multiColumn3 > .column1 ,
.multiColumn3 > .column2 ,
.multiColumn3 > .column3 {
	width:32%;
	float:left;
	margin-bottom:20px;
}
.multiColumn3 > .column1 ,
.multiColumn3 > .column2 {
	margin-right:2%;
}

[role="main"] > .multiColumn3 > .column1 ,
[role="main"] > .multiColumn3 > .column2 ,
[role="main"] > .multiColumn3 > .column3 {
	width: 290px;
}
[role="main"] > .multiColumn3 > .column1 ,
[role="main"] > .multiColumn3 > .column2 {
	margin-right: 21px;
}

.col-subcol [role="main"] > .multiColumn3 > .column1 ,
.col-subcol [role="main"] > .multiColumn3 > .column2 ,
.col-subcol [role="main"] > .multiColumn3 > .column3 {
	width: 386px;
}
.col-subcol [role="main"] > .multiColumn3 > .column1 ,
.col-subcol [role="main"] > .multiColumn3 > .column2 {
	margin-right: 21px;
}


.multiColumn4 > .column1 ,
.multiColumn4 > .column2 ,
.multiColumn4 > .column3 ,
.multiColumn4 > .column4 {
	width:23.2%;
	float:left;
	margin-bottom:20px;
}
.multiColumn4 > .column1 ,
.multiColumn4 > .column2 ,
.multiColumn4 > .column3 {
	margin-right:2.4%;
}

[role="main"] > .multiColumn4 > .column1 ,
[role="main"] > .multiColumn4 > .column2 ,
[role="main"] > .multiColumn4 > .column3 ,
[role="main"] > .multiColumn4 > .column4 {
	width: 213px;
}
[role="main"] > .multiColumn4 > .column1 ,
[role="main"] > .multiColumn4 > .column2 ,
[role="main"] > .multiColumn4 > .column3 {
	margin-right: 20px;
}

.col-subcol [role="main"] > .multiColumn4 > .column1 ,
.col-subcol [role="main"] > .multiColumn4 > .column2 ,
.col-subcol [role="main"] > .multiColumn4 > .column3 ,
.col-subcol [role="main"] > .multiColumn4 > .column4 {
	width: 285px;
}
.col-subcol [role="main"] > .multiColumn4 > .column1 ,
.col-subcol [role="main"] > .multiColumn4 > .column2 ,
.col-subcol [role="main"] > .multiColumn4 > .column3 {
	margin-right: 20px;
}


.multiColumn5 > .column1 ,
.multiColumn5 > .column2 ,
.multiColumn5 > .column3 ,
.multiColumn5 > .column4 ,
.multiColumn5 > .column5 {
	width:18.4%;
	float:left;
	margin-bottom:20px;
}
.multiColumn5 > .column1 ,
.multiColumn5 > .column2 ,
.multiColumn5 > .column3 ,
.multiColumn5 > .column4 {
	margin-right: 2%;
}

[role="main"] > .multiColumn5 > .column1 ,
[role="main"] > .multiColumn5 > .column2 ,
[role="main"] > .multiColumn5 > .column3 ,
[role="main"] > .multiColumn5 > .column4 ,
[role="main"] > .multiColumn5 > .column5 {
	width: 168px;
}
[role="main"] > .multiColumn5 > .column1 ,
[role="main"] > .multiColumn5 > .column2 ,
[role="main"] > .multiColumn5 > .column3 ,
[role="main"] > .multiColumn5 > .column4 {
	margin-right: 18px;
}

.col-subcol [role="main"] > .multiColumn5 > .column1 ,
.col-subcol [role="main"] > .multiColumn5 > .column2 ,
.col-subcol [role="main"] > .multiColumn5 > .column3 ,
.col-subcol [role="main"] > .multiColumn5 > .column4 ,
.col-subcol [role="main"] > .multiColumn5 > .column5 {
	width: 224px;
}
.col-subcol [role="main"] > .multiColumn5 > .column1 ,
.col-subcol [role="main"] > .multiColumn5 > .column2 ,
.col-subcol [role="main"] > .multiColumn5 > .column3 ,
.col-subcol [role="main"] > .multiColumn5 > .column4 {
	margin-right: 20px;
}



/*-------------- 概要エリア --------------*/

#page-intro {
	position: relative;
	width:100%;
	min-width: 750px;
	margin-bottom:20px;
}

/* -- コンテンツ内H1レイアウト -- */
#page-intro > h1 {
	line-height: 1.4;

	margin-top: 20px;
	font-size: 3.6rem;
	font-weight: bold;
	color: #14356C;
	margin-bottom: 80px;
}

/* -- 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;
}

/* -- 概要に日付入れた際使用（イベント・汎用） -- */
#page-intro div.text-meta ul.text-data {
	text-align: right;
/*	display: none; */
}

#page-intro div.text-meta ul.text-data li.date {
}


/*--- 概要説明文の画像 ---*/
#page-intro .abstractImage {
	margin: auto;
}

#page-intro .abstractImage p {
	width:100%;
}

#page-intro .abstractImage img {
	display: none;
}




/*------------------------------------- 
14_パーツ（コンポーネント）
-------------------------------------*/

/*-------------- 中見出し(共通) ------------*/

div.text-section h2 ,
div.link-list h2,
div.link-list-url h2,
div.shwTableTitle h2 ,
div.news-yuho dl dt,
div.news-result dl dt ,
div.title2:not(.highlight) h2 {
	line-height: 1.7;

	margin-top: 20px;
	font-size: 2.4rem;
	font-weight: bold;
	border-bottom: 1px solid #14356C;
	padding-bottom: 6px;

	margin-bottom: 20px;
}

/*-------------- 小見出し07_903 --------------*/
/* -- 見出しh2レベル -- */
div.title2.highlight h2 {
	line-height: 1.2;
	margin-top: 50px;
	padding: 5px 24px 3px;
	position: relative;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.31;
	border-left: 4px solid #122968;
	margin-bottom: 20px;
}

div.title2:not(.highlight) h2 {
}

div.title2:last-child h2 {
	margin-bottom: 0px;
}


/* -- 見出しh3レベル -- */
div.title3:not(.highlight) h3 {
	line-height: 1.7;

	font-size: 1.9rem;
	font-weight: bold;
	margin-bottom: 12px;

	margin-bottom:20px;
}

div.title3.highlight h3 {
}


/* -- 見出しh4レベル -- */
div.title4:not(.highlight) h4 {
	line-height:1.7;

	font-size: 1.6rem;
	font-weight: normal;
	margin-bottom:20px;
}

div.title4.highlight h4 {
}



/*-------------- 引用符07_001 --------------*/

/* 緊急エリア */
div.quoted-text {
	width: 1200px;
	margin: 20px auto;
}

div.quoted-text blockquote {
	background:none;
	padding: 40px;
	border: #ddd 1px solid;
}

/*-------------- ハイライト引用符07_002 --------------*/

div.highlight-quoted-text {
	border: #ddd 1px solid;
	padding: 40px;
	margin: 0 auto 20px;
}

div.highlight-quoted-text cite {
	background: transparent url("../../../../../../resources/templating-kit/themes/pop/img/bgs/dash.png") no-repeat scroll 0px 8px;
	padding-left: 10px;
	font-size: 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: auto;
	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 {
	display: block;
	margin: 0 auto;
}


/*--- 内部ページバナー ハイライト表示 ---*/
div.teaser.highlight:not(.no-img) img {
	margin: 0;
}

/*--- 内部ページバナー テキストのみ ---*/
div.teaser.no-img {
	text-align: left;
	margin-bottom: 20px;
}



/*-------------- 外部ページバナー07_416 --------------*/

div.external-teaser {
	margin: auto;
	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 {
	display: block;
	margin: 0 auto;
}

/*--- 外部ページバナー、テキストのみ ---*/
div.external-teaser.no-img {
	text-align: left;
	margin-bottom: 20px;
}

/*--- 外部ページバナー ハイライト表示 ---*/
div.external-teaser.highlight:not(.no-img) img {
	margin: 0;
}


/*-------------- ダウンロードページバナー07_418 ------*/

div.download-teaser {
	margin: auto;
	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 {
	display: block;
	margin: 0 auto;
}

/*--- ダウンロードバナー テキストのみ ---*/
div.download-teaser.no-img {
}

/*--- ダウンロードページバナー ハイライト表示 ---*/
div.download-teaser.highlight:not(.no-img) img {
	margin: 0;
}



/* ----- 内部・外部バナー（テキストのみ）　メインエリア用 ----- */
[role="main"] div.teaser.no-img:not(.highlight) ,
[role="main"] div.external-teaser.no-img:not(.highlight) {
	max-width: 500px;
	display: table;
/*	min-width: 30.7%; */
}

[role="main"] div.teaser.no-img:not(.highlight) h2 ,
[role="main"] div.external-teaser.no-img:not(.highlight) h2 {
	font-size: inherit;
	line-height: inherit;
	vertical-align: baseline;
}

[role="main"] div.teaser.no-img:not(.highlight) h2 a ,
[role="main"] div.external-teaser.no-img:not(.highlight) h2 a {
	box-sizing: border-box;
	display: block;
	position: relative;
	padding: 12px 34px 11px 24px;
	text-align: center;
	color: inherit;
	text-decoration: none;
	vertical-align: baseline;

	border: 1px solid #555;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

[role="main"] div.teaser.no-img:not(.highlight) h2 a:before ,
[role="main"] div.external-teaser.no-img:not(.highlight) h2 a:before {
	position: absolute;
	content: "";
	top: 50%;
	right: 14px;
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat;
	width: 7px;
	height: 12px;
	margin-top: -6px;
	background-position: -8px -9px;
}

[role="main"] div.teaser.no-img:not(.highlight) h2 a[target="_blank"]:after ,
[role="main"] div.external-teaser.no-img:not(.highlight) h2 a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat -65px -9px;
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: top;
	margin: 0.3em 5px 0;
}

[role="main"] div.teaser.no-img:not(.highlight) p ,
[role="main"] div.external-teaser.no-img:not(.highlight) p {
}


[role="main"] div.teaser.no-img:not(.highlight) h2 a:hover ,
[role="main"] div.external-teaser.no-img:not(.highlight) h2 a:hover {
	background-color: #122968;
	border-color: #122968;
	color: #fff;
}

[role="main"] div.teaser.no-img:not(.highlight) h2 a:hover:before ,
[role="main"] div.external-teaser.no-img:not(.highlight) h2 a:hover:before {
	background-position: -27px -10px;
}


/* ----- 内部・外部バナー（テキストと画像）　メインエリア用 ----- */
[role="main"] div.teaser:not(.no-img):not(.highlight) ,
[role="main"] div.external-teaser:not(.no-img):not(.highlight) ,
[role="main"] div.download-teaser:not(.no-img):not(.highlight) {
	position: relative;
}

[role="main"] div.teaser:not(.no-img):not(.highlight) > a ,
[role="main"] div.external-teaser:not(.no-img):not(.highlight) > a ,
[role="main"] div.download-teaser:not(.no-img):not(.highlight) > a {
	display: block;
}

[role="main"] div.teaser:not(.no-img):not(.highlight) > a img ,
[role="main"] div.external-teaser:not(.no-img):not(.highlight) > a img ,
[role="main"] div.download-teaser:not(.no-img):not(.highlight) > a img {
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s;
}

[role="main"] div.teaser:not(.no-img):not(.highlight) h2 ,
[role="main"] div.external-teaser:not(.no-img):not(.highlight) h2 ,
[role="main"] div.download-teaser:not(.no-img):not(.highlight) h2 {
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3;
	letter-spacing: 0.06em;
	z-index: 1;
}

[role="main"] div.teaser:not(.no-img):not(.highlight) h2 a ,
[role="main"] div.external-teaser:not(.no-img):not(.highlight) h2 a ,
[role="main"] div.download-teaser:not(.no-img):not(.highlight) h2 a {
	display: block;
	padding: 10px 30px 10px 20px;
	color: #fff;
	background: rgba(0,0,0,0.6);
	text-decoration: none;
}

[role="main"] div.teaser:not(.no-img):not(.highlight) h2 a br ,
[role="main"] div.external-teaser:not(.no-img):not(.highlight) h2 a br ,
[role="main"] div.download-teaser:not(.no-img):not(.highlight) h2 a br {
	display: none;
}

[role="main"] div.teaser:not(.no-img):not(.highlight) h2 a:before ,
[role="main"] div.external-teaser:not(.no-img):not(.highlight) h2 a:before ,
[role="main"] div.download-teaser:not(.no-img):not(.highlight) h2 a:before {
	position: absolute;
	content: "";
	top: 50%;
	right: 15px;
	width: 8px;
	height: 12px;
	margin-top: -6px;
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat -27px -10px;
}

[role="main"] div.teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:after ,
[role="main"] div.external-teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat -89px -9px;
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: top;
	margin: 0.3em 5px 0;
}

[role="main"] div.download-teaser:not(.no-img):not(.highlight) h2 a[href$=".pdf"]:after {
	content: "";
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat -137px -8px;
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: top;
	margin: 0.3em 12px 0;
}

[role="main"] div.teaser:not(.no-img):not(.highlight) p ,
[role="main"] div.external-teaser:not(.no-img):not(.highlight) p ,
[role="main"] div.download-teaser:not(.no-img):not(.highlight) p {
}

[role="main"] div.teaser:not(.no-img):not(.highlight):hover h2 + a img ,
[role="main"] div.external-teaser:not(.no-img):not(.highlight):hover h2 + a img ,
[role="main"] div.download-teaser:not(.no-img):not(.highlight):hover h2 + a img ,
[role="main"] div.teaser:not(.no-img):not(.highlight) h2 + a:hover img ,
[role="main"] div.external-teaser:not(.no-img):not(.highlight) h2 + a:hover img ,
[role="main"] div.download-teaser:not(.no-img):not(.highlight) h2 + a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	opacity: 0.8;
}



/* ----- ダウンロードバナー（テキストのみ）　メインエリア用 ----- */
[role="main"] div.download-teaser.no-img:not(.highlight) {
	max-width: 500px;
}

[role="main"] div.download-teaser.no-img:not(.highlight) h2 {
	margin: 0;
	font-size: 1.6rem;
	line-height: inherit;
	width: 100%;
	position: relative;
}

[role="main"] div.download-teaser.no-img:not(.highlight) h2 a {
	display: block;
	text-align: center;
	color: #333;
	background: #fff;
	border: 1px solid #555;
	padding: 12px 40px;
	padding-right: 55px;
	text-decoration: none;

	transition: 0.5s 0.1s;
}

[role="main"] div.download-teaser.no-img:not(.highlight) h2 a[href$=".pdf"]:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 14px;
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat;
	width: 14px;
	height: 14px;
	margin: -7px 0 0 10px;
	background-position: -137px -8px;
}


[role="main"] div.download-teaser.no-img:not(.highlight) p {
}

[role="main"] div.download-teaser.no-img:not(.highlight) h2 a:hover {
	background-color: #122968;
	border-color: #122968;
	color: #fff;
}


/* ----- 内部バナー　プロモス1用 ----- */

#promos1 div.teaser.no-img {
	margin-bottom: 0;
}

#promos1 div.teaser.no-img h2 {
	margin-bottom: 0;
}

#promos1 div.teaser.no-img h2 a {
}

#promos1 div.teaser.no-img p {
}


/* ----- 内部・外部バナー（テキストのみ）　プロモス２用 ----- */
#promos2 div.teaser.no-img:not(.highlight) ,
#promos2 div.external-teaser.no-img:not(.highlight) {
	margin-bottom: 20px;
}

#promos2 div.teaser.no-img:not(.highlight) h2 ,
#promos2 div.external-teaser.no-img:not(.highlight) h2 {
	position: relative;
	padding-left: 18px;
}

#promos2 div.teaser.no-img:not(.highlight) h2 a ,
#promos2 div.external-teaser.no-img:not(.highlight) h2 a {
	font-size: 1.6rem;
	color: #333;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

#promos2 div.teaser.no-img:not(.highlight) h2 a:before ,
#promos2 div.external-teaser.no-img:not(.highlight) h2 a:before {
	position: absolute;
	content: "";
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat;
	top: 0.25em;
	left: 0;
	width: 8px;
	height: 12px;
	background-position: -8px -9px;
}


#promos2 div.teaser.no-img:not(.highlight) h2 a[target="_blank"]:after ,
#promos2 div.external-teaser.no-img:not(.highlight) h2 a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat -65px -9px;
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: top;
	margin: 0.3em 5px 0;
}

#promos2 div.teaser.no-img:not(.highlight) p ,
#promos2 div.external-teaser.no-img:not(.highlight) p {
}


/* ----- 内部・外部バナー（テキストのみ、ハイライト）　プロモス２用 ----- */
#promos2 div.teaser.no-img.highlight ,
#promos2 div.external-teaser.no-img.highlight {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column-reverse;

	background: #e3e2ef;
	padding: 20px;
	margin-bottom: 20px;
}

#promos2 div.teaser.no-img.highlight h2 ,
#promos2 div.external-teaser.no-img.highlight h2 {
	position: relative;
	margin-bottom: 0;
}

#promos2 div.teaser.no-img.highlight h2 a ,
#promos2 div.external-teaser.no-img.highlight h2 a {
	display: block;
	padding: 12px 30px 11px 15px;
	border: 1px solid #555;
	text-align: center;
	font-size: 1.6rem;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

#promos2 div.teaser.no-img.highlight h2 a[target="_blank"]:after ,
#promos2 div.external-teaser.no-img.highlight h2 a[target="_blank"]:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 14px;
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	background-position: -65px -9px;
}

#promos2 div.teaser.no-img.highlight p ,
#promos2 div.external-teaser.no-img.highlight p {
	position: relative;
	padding-left: 55px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	margin-bottom: 20px;
}

#promos2 div.teaser.no-img.highlight p:before ,
#promos2 div.external-teaser.no-img.highlight p:before {
	position: absolute;
	content: "";
	top: 2px;
	left: 7px;
	width: 32px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat -8px -42px;
}

#promos2 div.teaser.no-img.highlight h2 a:hover ,
#promos2 div.external-teaser.no-img.highlight h2 a:hover {
	background-color: #122968;
	border-color: #122968;
	color: #fff;
}

#promos2 div.teaser.no-img.highlight h2 a[target="_blank"]:hover:after ,
#promos2 div.external-teaser.no-img.highlight h2 a[target="_blank"]:hover:after {
	background-position: -89px -9px;
}

/*-------------- ページ内リンク07_410 --------------*/

div.anchor-link {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 205px;
	margin-left: 25px;
	margin-left: calc(30px - 0.3em);
	margin-bottom: 10px;
	padding: 0.5em 30px 0 0;
	border-right: 1px solid #ccc;
}

div.anchor-link:nth-child(4n+1) {
	margin-left: 0;
}
div.anchor-link:nth-child(-n+4) {
/*	margin-bottom: 0; */
}


div.anchor-link a {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	letter-spacing: 0.06em;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

div.anchor-link a:before {
	position: absolute;
	top: .4em;
	left: 2px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 8px;
	height: 8px;
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	content: "";
}


/*-------------- リンクリスト07_401 ------------------- */
/*-------------- 決算短信一覧07_206 --------------------*/
/*-------------- 有価証券報告書一覧07_209 --------------*/

/* 決算短信・有報のマージ設定 */
/* カラムに設定するclass名： "edit-only" */
/* （初期状態非表示、公開・プレビュー：処理後表示、編集画面：そのまま表示） */
body.kaijiResult .processed ,
body.kaijiResult .edit-only:not(.visible) ,
body.yuho .processed ,
body.yuho .edit-only:not(.visible) {
	display: none;
}

/* 新マージ対応 */
.layout_merge_source.processed {
	display: none !important;
}

.layout_merge_source:not(.visible):not(.processed) > .column2 ,
.layout_merge_source:not(.visible):not(.processed) > .column3 ,
.layout_merge_source:not(.visible):not(.processed) > .column4 ,
.layout_merge_source:not(.visible):not(.processed) > .column5 {
	display: none !important;
}



div.link-list,
div.link-list-url ,
div.news-result ,
div.news-yuho {
}

div.link-list ul,
div.link-list-url ul ,
div.news-result dl ,
div.news-yuho dl {
	margin-bottom:20px;
}

/*-- 副見だし --*/
div.link-list h2,
div.link-list-url h2 ,
div.news-result dl dt ,
div.news-yuho dl dt {
}

div.link-list ul li ,
div.link-list-url ul li ,
div.news-result dl dd ,
div.news-yuho dl dd {
	position: relative;
	padding-top:10px;
	margin-bottom: 5px;
}

/* マージされたハイライト表示のリンクは、直前のリンクに属する様に見えるスタイルにする。 */
/* (ハイライト表示されていないリンクは、他の決算短信・有報と同列に表示）  */
body.kaijiResult div.link-list li.internal-link-text.highlight ,
body.kaijiResult div.link-list li.external-link-text.highlight ,
body.kaijiResult div.link-list li.download-link-text.highlight ,
body.yuho div.link-list li.internal-link-text.highlight ,
body.yuho div.link-list li.external-link-text.highlight ,
body.yuho div.link-list li.download-link-text.highlight ,
div.news-result dl dd.merged.highlight ,
div.news-yuho dl dd.merged.highlight {
	padding-top: 0px;
	padding-left: 30px;
}

/* マージされたハイライト表示のリンクのＬ字アイコン */
body.kaijiResult div.link-list li.internal-link-text.highlight:before ,
body.kaijiResult div.link-list li.external-link-text.highlight:before ,
body.kaijiResult div.link-list li.download-link-text.highlight:before ,
body.yuho div.link-list li.internal-link-text.highlight:before ,
body.yuho div.link-list li.external-link-text.highlight:before ,
body.yuho div.link-list li.download-link-text.highlight:before ,
div.news-result dl dd.merged.highlight:before ,
div.news-yuho dl dd.merged.highlight:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 10px;
	display: block;
	width: 10px;
	height: 10px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* 外窓アイコン（ダウンロード以外） */
div.news-result dl dd.merged.no-download a[target="_blank"]:after ,
div.news-yuho dl dd.merged.no-download a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat -65px -9px;
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: top;
	margin: 0.3em 5px 0;
}

/* -- PDFアイコン -- */
div.link-list .download-link-text a.d_icon img,
div.link-list-url .download-link-url a.d_icon img ,
div.news-result span.d_icon img ,
div.news-yuho span.d_icon img {
	display: inline-block;
	vertical-align:middle;
}

/* -- ファイル容量 -- */
div.link-list em,
div.link-list-url em ,
div.news-result span.filesize ,
div.news-yuho span.filesize {
	font-size: 85.7%;
	font-style: normal;
}

/* -- pdfアイコンを強制的に後ろに設置したい場合 -- */
/*
div.link-list .download-link-text img,
div.link-list-url .download-link-url img ,
div.news-result span.d_icon ,
div.news-yuho span.d_icon {
	display: none;
}
div.link-list .download-link-text a[href$=".pdf"]:after ,
div.link-list-url .download-link-url a[href$=".pdf"]:after ,
div.news-result dl dd a[href$=".pdf"]:after ,
div.news-yuho dl dd a[href$=".pdf"]:after {
	content: "";
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat -137px -8px;
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: top;
	margin: 0.3em 12px 0;
}
*/


/*-------------- リンクリスト07_401 ------------------- */
/*-------------- リンクリストURL事前確認07_402 ---------*/

div.link-list,
div.link-list-url {
}

/* -- 副見出し -- */
div.link-list h2,
div.link-list-url h2 {
}

div.link-list ul,
div.link-list-url ul {
}

div.link-list ul li,
div.link-list-url ul li {
}

/* -- 内部リンク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:18px;
}

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: "";
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat -8px -9px;
	position: absolute;
	top: 0.25em;
	left: 0;
	display: inline-block;
	width: 8px;
	height: 12px;
	margin-top: 10px;
}

/* -- 別窓アイコン -- */
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("../../../../../../resources/sw_img/com_sprite01.png") no-repeat -65px -9px;
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: top;
	margin: 0.3em 5px 0;
}

div.link-list ul li a br {
	display: none;
}


/* -- ダウンロードリンク07_408　07_409 -- */
div.link-list .download-link-text,
div.link-list-url .download-link-url {
}

div.link-list .download-link-text img,
div.link-list-url .download-link-url img {
}

div.link-list .download-link-text a ,
div.link-list-url .download-link-url a {
}

div.link-list .download-link-text a.d_icon ,
div.link-list-url .download-link-url a.d_icon {
	text-decoration: none;
}

/* -- ファイル容量 -- */
div.link-list .download-link-text em,
div.link-list-url .download-link-url em {
}


/*-- リンクリスト（ハイライト表示） --*/
div.link-list.highlight {
}

div.link-list.highlight ul {
	font-size: 0;
	margin-bottom: 20px;
}

div.link-list.highlight li[class] {
	margin: 0;
/*	padding: 0; */

	display: inline-block;
	min-width: calc(50% - 20px - 18px);
	vertical-align: middle;
	font-size: 1.6rem;
	margin-right: 20px;
}

.multiColumn1 >*> div.link-list.highlight li[class] {
	min-width: calc(25% - 20px - 18px);
}


/*-------------- FAQ07_701 --------------*/
div.faq-list {
}

div.faq-list > ul {
}

div.faq-list > ul > li {
	clear:both;
	border: 1px solid #ddd;
	margin-bottom:30px;
	min-height: 62px;
}

div.faq-list h3 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	line-height:inherit;

	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;

	position: relative;
}

div.faq-list h3 a {
	display: block;
	padding: 18px 70px 16px;

	cursor: pointer;
	color: inherit;
	text-decoration: none;
}

div.faq-list h3:before {
	position: absolute;
	content: "";
	top: 20px;
	left: 24px;
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat 0 0;
	width: 22px;
	height: 26px;
	background-position: -127px -39px;
}

div.faq-list h3 a:after {
	box-sizing: border-box;
	position: absolute;
	content: "";
	top: 50%;
	right: 30px;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat -266px 0;
	border: 1px solid #122968;
	border-radius: 4px;
}

div.faq-list h3 a.js-selected:after {
	background-position: -294px 0;
}

div.faq-item {
	position: relative;
	border-top: 1px solid #ddd;
	padding: 18px 24px 16px 75px;
}
div.faq-item:before {
	position: absolute;
	content: "";
	top: 20px;
	left: 24px;
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat 0 0;
	width: 22px;
	height: 24px;
	background-position: -159px -40px;
}

/*-- FAQを出しっぱなしにする設定 --*/
/*
div.faq-list h3 a {
	cursor: inherit;
}
div.faq-list > ul > li {
	height: auto !important;
}
div.faq-item {
	display: block !important;
}
*/

/*-- FAQの下にリンクリストを配置した場合 --*/
div.faq-list + div.link-list {
	margin-top: -20px;
	margin-bottom: 30px;
}


/*-------------- このサイトについて07_005 --------------*/
.footer-about {
}

.footer-about h4 {
	margin-bottom:8px;
	font-size:100%;
	font-weight:bold;
	line-height:1.2;
	border-left:#999 3px solid;
	padding-top:1px;
	padding-left:8px;
}


.footer-about img {
	display: block;
	margin: auto;
}

.footer-about p {
}


/*-------------- フッタリンク07_403 --------------*/

div.footer-link-list {
}

div.footer-link-list h4 {
}

div.footer-link-list ul {
}

div.footer-link-list ul:after {
	content: "";
	display: block;
	clear: both;
}

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("../../../../../../resources/templating-kit/themes/pop/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("../../../../../../resources/sw_img/com_sprite01.png") no-repeat -65px -9px;
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: top;
	margin: 0.3em 5px 0;
}


/*-------------- flashアニメーション07_007 --------------*/

.flash-animation {
	margin: auto;
	text-align:center;
}

.flash-animation embed {
	width: 100%;
	height: 100%;
}

/*-------------- 動画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: 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 {
	margin-bottom: 20px;
}

div.internal-link-area a ,
div.external-link-area a {
	display: block;
	text-decoration: none;
}

div.internal-link-area a:hover ,
div.external-link-area a:hover {
	opacity: 0.7;
}

/*-- 画像の下マージンを無しにする場合 --*/
/*
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;
}
*/

/*-------------- ダウンロードリンク（エリアリンク）07_413 download --------------*/

div.download-link-area {
	margin-bottom: 20px;
}

div.download-link-area a {
	display: block;
	text-decoration: none;
}

div.download-link-area a:hover {
	opacity: 0.7;
}

/* -- 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("../../../../../../resources/sw_img/com_sprite01.png") no-repeat -137px -8px;
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: top;
	margin: 0.3em 12px 0;
}


/*-------------- サイトマップ　07_906 --------------*/
div.sitemap {
	display: inline-block;
	vertical-align: top;
	width: 48.5%;
	margin-right: 2%;
	margin-bottom: 20px;
}
div.sitemap:nth-child(even) {
	margin-right: 0;
}

div.sitemap > h2 {
	line-height: inherit;
	font-size: inherit;

	font-size:100%;
	font-weight:bold;
	border:#CCC 1px solid;
	margin-bottom:12px;
	padding:8px 8px 6px;
	line-height:1.2;
}

div.sitemap > h2 a {
	background:url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 0.4em no-repeat;
	padding-left:12px;
	color: inherit;
	font-weight: bold;
}
div.sitemap > h2 a:hover {
	opacity: 0.7;
}


/* -- 第二階層 -- */
div.sitemap > ul {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 2%;
}
div.sitemap > ul:nth-child(odd) { /* 最初にh2がある為、奇数が左側 */
	margin-right: 0;
}

div.sitemap > ul > li {
	background:url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 0.4em no-repeat;
	padding-left:12px;
	margin-left: 8px;
	margin-bottom: 5px;
}
div.sitemap > ul > li a {
}

/* -- 第三階層 -- */
div.sitemap > ul > li > ul {
	margin-top: 10px;
}

div.sitemap ul li ul li {
	margin-top:10px;
}

div.sitemap > ul > li > ul > li {
	background:url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 0.4em no-repeat;
	padding-left:12px;
	margin-left: 8px;
	margin-bottom: 5px;
}

div.sitemap > ul > li > ul > li > a {
}

/* -- 第四階層以降は非表示 -- */
div.sitemap > ul > li > ul > li > ul {
	display: none;
}

/* -- サイトマップは階層が増えるごとに追加の事！ -- */


/*-------------- 正規化版サイトマップ --------------*/
div.sitemap-1st {
	font-size: 0;
}

div.sitemap-1st > ul > li  {
	display: inline-block;
	vertical-align: top;
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 20px;
}
div.sitemap-1st > ul > li:nth-child(even) {
	margin-right: 0;
}

div.sitemap-1st > a ,
div.sitemap-1st > ul > li > a {
	line-height: inherit;
	font-size: 14px;

	display: block;
	font-weight:bold;
	border:#CCC 1px solid;
	margin-bottom:12px;
	padding:8px 8px 6px 20px;
	line-height:1.2;

	background:url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 8px center no-repeat;
	color: inherit;
	font-weight: bold;
}



/* -- 第二階層 -- */
div.sitemap-1st > ul > li > ul > li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 4%;
}
div.sitemap-1st > ul > li > ul > li:nth-child(even) {
	margin-right: 0;
}

div.sitemap-1st > ul > li > ul > li > a {
	font-size: 14px;

	display: block;
	background:url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 0.4em no-repeat;
	padding-left:12px;
	margin-left: 8px;
	margin-bottom: 5px;
}

/* -- 第三階層 -- */
div.sitemap-1st > ul > li > ul > li > ul {
	margin-top: 10px;
}

div.sitemap-1st > ul > li > ul > li > ul > li {
	margin-top:10px;
}

div.sitemap-1st > ul > li > ul > li > ul > li > a {
	font-size: 14px;

	display: block;
	background:url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 0.4em no-repeat;
	padding-left:12px;
	margin-left: 8px;
	margin-bottom: 5px;
}


/* -- 第四階層以降は非表示 -- */
div.sitemap-1st > ul > li > ul > li > ul {
	display: none;
}


/*-------------- GoogleMap（地図埋め込み）07_908 --------------*/
div.map {
	position: relative;
	margin-bottom: 20px;
}

div.map:after {
	content: "";
	display: block;
/*	padding-top: 56.25%; */	/* 高さと幅の比を16:9に固定。9/16*100=56.25 */
	padding-top: 75%;	/* 高さと幅の比を4:3に固定。3/4*100=75 */
}

div.map > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*----- １カラムの場合、地図が画面端まであるとスクロールさせずらいので余白を設ける -----*/
.multiColumn1 div.map {
	margin-left: 30px;
	margin-right: 30px;
}



/*---- 動画 ----*/
div.video-box {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 10px;
}

div.video-box > div ,
div.video-box > iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
div.video-box > iframe ~ iframe {
    z-index: -1;
}

/*-------------- HTMLパラグラフ07_904 --------------*/
div.html-paragraph {
}


/*-------------- iframe 07_909 --------------*/
div.disp-external-page {
}

div.disp-external-page iframe {
	border: none;
	width: 100%;
	height: 300px;
}


/*-------------- テーブル縦（左側にタイトルがあるタイプ） --------------*/
div.vertical-table {
}

/* -- テーブル縦 テーブル項目  -- */
div.vtable-item {
}

div.vtable-item > table {
	width: 100%;
	table-layout: fixed;	/* IE対応：テーブル内に画像を置く場合必要 */
	margin-bottom: -1px;
}

div.vtable-item > table > tbody > tr > th ,
div.vtable-item > table > tbody > tr > td {
	padding: 14px 20px 12px;
	border:#ddd 1px solid;
}

div.vtable-item > table > tbody > tr > td {
	width: 25%;
}

div.vtable-item > table > tbody > tr > th {
	width: 12.5%;
	font-weight: bold;
	background-color:#767676;
	color: #fff;
}

div.vtable-item > table > tbody > tr > th strong {
	font-weight: normal;
}



/*-------------- ◎IRカレンダー、改め、テーブル横◎ --------------*/
/*-------------- テーブル横07_102 --------------*/
div.ircalendar {
}

/* -- タイトル項目・項目共通 -- */
div.ircalendar-title ,
div.ircalendar-item {
}

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 {
	width: 25%;
	padding: 14px 20px 12px;
	border:#ddd 1px solid;
}

div.ircalendar-title > table > tbody > tr > th.ircalendar-title1 ,
div.ircalendar-item > table > tbody > tr > td.ircalendar-item1  {
	width: 12.5%;
}

/*-- テーブル横 項目07_104 --*/
div.ircalendar-item > table > tbody > tr > td {
}

/*-- テーブル横 タイトル項目07_103 --*/
div.ircalendar-title > table > tbody > tr >  th {
	background-color:#767676;
	color: #fff;
	font-weight: bold;
}

div.ircalendar-title > table > tbody > tr >  th strong {
	font-weight: normal;
}


/*-------------- 表組07_101 --------------*/

div.table {
	margin-bottom: 20px;
}

/* -- 表タイトル -- */
div.shwTableTitle {
}

div.shwTableTitle h2:empty {
	display: none;
}


/* -- 表組 -- */
div.shwTable {
	margin-bottom:10px;
/*	overflow:-x auto; */
}

/* -- 表組の外枠 -- */
div.shwTable > table > tbody > tr > td {
	padding: 0;
}

/* -- 単位（表組の外） -- */
div.shwTable td.shw-table-row {
}
div.shwTable td.shw-table-row:empty {
	display: none;
}



/* -- セル -- */
.handsontable tr td {
	vertical-align: middle;
}

div.shwTable .ht_master tr > td {
	color: inherit;
	padding: 14px 20px 12px;
	border-color:#ddd;
}

/* -- 一行目・一列目を見出し設定に -- */
div.shwTable .ht_master tr > td.tableColumnHead,
div.shwTable .ht_master tr > td.tableRowHead {
    background-color:#767676;
	color: #fff;
	font-weight: bold;
}

div.shwTable .ht_master tr > td.tableColumnHead {
	text-align: left;
}

div.shwTable .ht_master tr > td.tableRowHead {
	text-align: center;
}


/*-- 複数見出し行対応(table.js) --*/
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) {
    background-color:#767676;
	color: #fff;
	font-weight: bold;
}

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:#767676;
	color: #fff;
	font-weight: bold;
}


/* -- IE用幅指定 -- */
div.shwTable > table ,
div.shwTable table.htCore {
	width:100%;
}

/* -- 表_幅指定 -- */
.wtSpreader { 
	width: 100% !important;
	height: 100% !important;
} 

.wtHider { 
	width: 100% !important;
	height: 100% !important;
}

.ht_clone_left.handsontable { 
	width: 100% !important;
	height: 100% !important;
}


/*-- 表組のレイアウトを自動にする --*/
div.shwTable table.htCore {
	table-layout: auto;
}
div.shwTable .htCore colgroup col {
	width: auto !important;
}




/* -- 表組(mobileモード) -- */
div.shwTable table.tbCore {
	width: 100%;
}

/* -- セル -- */
div.shwTable .tbDimmed ,
div.shwTable .tbRowHead ,
div.shwTable .tbColumnHead {
	padding: 14px 20px 12px;
	border: 1px solid #ddd;
	vertical-align: middle;
}

/* -- 一行目・一列目を見出し設定に -- */
div.shwTable .tbColumnHead ,
div.shwTable .tbRowHead {
    background-color:#767676;
	color: #fff;
	font-weight: bold;
}

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;
}




/*-------------- グラフ07_105 --------------*/
div.graph {
	margin-bottom: 20px;
}

/* -- グラフ メニューボタン -- */
.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;
/*	text-shadow: 2px 2px 0px #FFF, -2px -2px 0px #FFF, -2px 2px 0px #FFF, 2px -2px 0px #FFF , 2px 0px 0px #FFF, -2px 0px 0px #FFF, 0px 2px 0px #FFF, 0px -2px 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: 400px !important;
}


/*-------------- 配当（表）07_219 --------------*/
div.haitou-table ,
div.haitou-table-2nd {
}

div.haitou-table table ,
div.haitou-table-2nd table {
	border: none;
	margin: auto;
	width: 100%;
}

div.haitou-table table th ,
div.haitou-table table td ,
div.haitou-table-2nd table th ,
div.haitou-table-2nd table td {
	padding: 14px 20px 12px;
	white-space: nowrap;
	border:#ddd 1px solid;
}

div.haitou-table table th ,
div.haitou-table-2nd table th {
	text-align: center;
	background-color:#767676;
	color: #fff;
	font-weight: bold;
}

div.haitou-table table td ,
div.haitou-table-2nd table td {
	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:#767676;
	color: #fff;
	font-weight: bold;
	white-space: normal;
}

/* 配当予想 */
div.haitou-table table th.y0 ,
div.haitou-table table td.y0 ,
div.haitou-table-2nd table th.y0 ,
div.haitou-table-2nd table td.y0 {
}


/*-------------- 財務ハイライト（科目別）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 {
	border: none;
	width: 100%;
	margin: auto;
}

div.highlights-table table th ,
div.highlights-table table td ,
div.highlights-alltable div.table table th ,
div.highlights-alltable div.table table td ,
div.highlights-alltable-2nd div.table table th ,
div.highlights-alltable-2nd div.table table td {
	padding: 14px 20px 12px;
	border:#ddd 1px solid;
}

div.highlights-table table th ,
div.highlights-alltable div.table table th ,
div.highlights-alltable-2nd div.table table th {
	background-color:#767676;
	color: #fff;
	text-align:center;
}

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: #767676;
	color: #fff;
}

/* -- 数値部分 -- */
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 ,
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 {
	text-align:right;
}




/* -- 財務ハイライト 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: 380px !important;
}

/* -- 凡例 -- */
div.highlights-2nd .legend {
	margin: 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("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") 0 -71px no-repeat;
	padding-left: 16px;
}

/* -- 次月へ -- */
div.event-list #event-pager ul li.next a {
	background: url("../../../../../../resources/templating-kit/themes/pop/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-2nd ,
div.news-list-tabbed-2nd ,
div.news-english-2nd ,
div.news-english-tabbed-2nd {
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
}

div.news-list-2nd ul ,
div.news-list-tabbed-2nd ul ,
div.news-english-2nd ul ,
div.news-english-tabbed-2nd ul {
	padding-top: 1px;
}

/* -- 1つのリリース -- */
div.news-list-2nd ul li ,
div.news-list-tabbed-2nd 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-top: 23px;
}

div.news-list-2nd ul li h3 ,
div.news-list-tabbed-2nd 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: 250px;
}

div.news-list-2nd ul li .n_img ,
div.news-list-tabbed-2nd ul li .n_img ,
div.news-english-2nd ul li .n_img ,
div.news-english-tabbed-2nd ul li .n_img {
}

div.news-list-2nd ul li .n_img img ,
div.news-list-tabbed-2nd ul li .n_img img ,
div.news-english-2nd ul li .n_img img ,
div.news-english-tabbed-2nd ul li .n_img img {
}

/* -- リリースのテキスト -- */
div.news-list-2nd ul li .news_tx ,
div.news-list-tabbed-2nd ul li .news_tx ,
div.news-english-2nd ul li .news_tx ,
div.news-english-tabbed-2nd ul li .news_tx {
}

div.news-list-2nd ul li .news_tx a ,
div.news-list-tabbed-2nd ul li .news_tx a ,
div.news-english-2nd ul li .news_tx a ,
div.news-english-tabbed-2nd ul li .news_tx a {
/*	color: inherit; */
}


/* -- 日付 -- */
div.news-list-2nd ul li .date ,
div.news-list-tabbed-2nd ul li .date ,
div.news-english-2nd ul li .date ,
div.news-english-tabbed-2nd ul li .date {
	position: absolute;
	top: 0;
	left: 0px;
}

/* -- カテゴリアイコン -- */
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 {
	position: absolute;
	top: 0;
	left: 150px;
}

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 {
	display: inline-block;
	vertical-align: middle;
}

/* -- ファイルアイコン -- */
div.news-list-2nd ul li .d_icon ,
div.news-list-tabbed-2nd 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-2nd ul li .d_icon img ,
div.news-list-tabbed-2nd 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-2nd ul li .filesize ,
div.news-list-tabbed-2nd 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-2nd ul li .n_icon ,
div.news-list-tabbed-2nd ul li .n_icon ,
div.news-english-2nd ul li .n_icon ,
div.news-english-tabbed-2nd ul li .n_icon {
	display: none;
}

div.news-list-2nd ul li .n_icon img ,
div.news-list-tabbed-2nd 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;
	margin-left: 0.5em;
}


/* -- もっと読む・詳細（ニュース概要） -- */
div.news-list-2nd ul li .det_tx ,
div.news-list-tabbed-2nd ul li .det_tx ,
div.news-english-2nd .det_tx ,
div.news-english-tabbed-2nd .det_tx {
	display: none;
	white-space: pre;
	white-space: pre-line;
	word-break: break-word;
}

/* -- 続きを読む -- */
div.news-list-2nd ul li .det_tx em.more ,
div.news-list-tabbed-2nd ul li .det_tx em.more ,
div.news-english-2nd .det_tx em.more ,
div.news-english-tabbed-2nd .det_tx em.more {
	display: none;
}

div.news-list-2nd ul li .det_tx em.more a ,
div.news-list-tabbed-2nd ul li .det_tx em.more a ,
div.news-english-2nd .det_tx em.more a ,
div.news-english-tabbed-2nd .det_tx em.more a {
	padding-left: 15px;
	background: transparent url("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") no-repeat scroll 0 2px;
	font-style: normal;
}

/* -- 非公開表示 -- */
div.news-list-2nd ul li .note_tx ,
div.news-list-tabbed-2nd ul li .note_tx ,
div.news-english-2nd .note_tx ,
div.news-english-tabbed-2nd .note_tx {
	background-color:#FCC;
	font-size: 85.7%; /* 12px */
}

/* -- 全てのニュース -- */
div.news-list-2nd .all ,
div.news-list-tabbed-2nd .all ,
div.news-english-2nd .all ,
div.news-english-tabbed-2nd .all {
	display:none;
}

div.news-list-2nd .all a ,
div.news-list-tabbed-2nd .all a ,
div.news-english-2nd .all a ,
div.news-english-tabbed-2nd .all a {
	clear: both;
	display: block;
	margin: 20px 0 0 0;
	border-top: 1px #b3b3b3 solid;
	padding: 5px 0 0 17px;
	background: transparent url("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") no-repeat scroll 0 5px;
}


/*-------------- 最新ニュース一覧（標準）07_202 --------------*/
/*-------------- 最新ニュース一覧（タブ切替）07_204 --------------*/

div.news-latest-2nd ,
div.news-latest-tabbed-2nd {
	position: relative;
	margin-bottom: 60px;
}

div.news-latest-2nd ul ,
div.news-latest-tabbed-2nd ul {
	padding-top: 1px;
}

/* -- 1つのリリース -- */
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-top: 23px;
}

div.news-latest-2nd ul li:first-child ,
div.news-latest-tabbed-2nd ul li:first-child {
	margin-top: 0;
}

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: 234px;
}

div.news-latest-2nd ul li .n_img ,
div.news-latest-tabbed-2nd ul li .n_img {
}

div.news-latest-2nd ul li .n_img img ,
div.news-latest-tabbed-2nd ul li .n_img img {
}

/* -- リリースのテキスト -- */
div.news-latest-2nd ul li .news_tx ,
div.news-latest-tabbed-2nd ul li .news_tx {
}

div.news-latest-2nd ul li .news_tx a ,
div.news-latest-tabbed-2nd ul li .news_tx a {
/*	color: inherit; */
}

/* -- 日付 -- */
div.news-latest-2nd ul li .date ,
div.news-latest-tabbed-2nd ul li .date {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* -- カテゴリアイコン -- */
div.news-latest-2nd ul li .c_icon ,
div.news-latest-tabbed-2nd ul li .c_icon {
	position: absolute;
	top: 0px;
	left: 131px;
}

div.news-latest-2nd ul li .c_icon img ,
div.news-latest-tabbed-2nd ul li .c_icon img {
	display: inline-block;
	vertical-align: middle;
}

/* -- ファイルアイコン -- */
div.news-latest-2nd ul li .d_icon ,
div.news-latest-tabbed-2nd ul li .d_icon {
	margin-left: 5px;
}

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-2nd ul li .filesize ,
div.news-latest-tabbed-2nd ul li .filesize {
	font-size: 85.7%;
}

/* -- NEWアイコン -- */
div.news-latest-2nd ul li .n_icon ,
div.news-latest-tabbed-2nd ul li .n_icon {
	display: none;
}

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;
	margin-left: 0.5em;
}

/* -- もっと読む・詳細（ニュース概要） -- */
div.news-latest-2nd ul li .det_tx ,
div.news-latest-tabbed-2nd ul li .det_tx {
	display: none;
	white-space: pre;
	white-space: pre-line;
	word-break: break-word;
}

/* -- 続きを読む -- */
div.news-latest-2nd ul li .det_tx em.more ,
div.news-latest-tabbed-2nd ul li .det_tx em.more {
	display:none;
}

div.news-latest-2nd ul li .det_tx em.more a ,
div.news-latest-tabbed-2nd ul li .det_tx em.more a {
	padding-left: 15px;
	background: transparent url("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") no-repeat scroll 0 2px;
	font-style: normal;
}

/* -- 非公開表示 -- */
div.news-latest-2nd ul li .note_tx ,
div.news-latest-tabbed-2nd ul li .note_tx {
	background-color:#FCC;
	font-size: 85.7%;
}

/* -- 全てのニュース -- */
div.news-latest-2nd .all ,
div.news-latest-tabbed-2nd .all {
/*	display:none; */
}


div.news-latest-2nd .all a ,
div.news-latest-tabbed-2nd .all a {
	display: inline-block;
	position: relative;
	padding-left: 18px;
}

div.news-latest-2nd .all a:before ,
div.news-latest-tabbed-2nd .all a:before {
	position: absolute;
	content: "";
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat;
	top: 0.4rem;
	left: 0;
	width: 8px;
	height: 12px;
	background-position: -8px -9px;
}

div.news-latest-2nd .all ,
div.news-latest-tabbed-2nd .all {
	margin-top: 10px;
	position: relative;
}

/*-- 中見出し(h2)の下にある場合 --*/
div.title2 ~ div.news-latest-2nd .all ,
div.title2 ~ div.news-latest-tabbed-2nd .all {
	position: absolute;
	top: -55px;
	right: 110px;
	margin: 0;
	display: block;
}

/* テキスト変更 */
div.news-latest-2nd .all a ,
div.news-latest-tabbed-2nd .all a {
	font-size: 0px;
}

div.news-latest-2nd .all a:after ,
div.news-latest-tabbed-2nd .all a:after {
	font-size: 16px;
}

#header.ja ~ div div.news-latest-2nd .all a:after ,
#header.ja ~ div div.news-latest-tabbed-2nd .all a:after {
	content: "一覧を見る";
}

#header.en ~ div div.news-latest-2nd .all a:after ,
#header.en ~ div div.news-latest-tabbed-2nd .all a:after {
	content: "List";
}



/*-------------- ニュース タブ --------------*/

/* -- 年度タブ -- */
p.yearTabs {
	font-size: 0;
	margin-bottom:40px;
}

p.yearTabs a {
	position: relative;
	display: inline-block;
	padding: 0;
	min-width: 100px;
	margin-right: 16px;
	margin-bottom: 17px;
	font-size: 1.6rem;
	padding-bottom: 3px;
	text-decoration: none;
}


p.yearTabs a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 60px;
	height: 3px;
}

p.yearTabs a:hover ,
p.yearTabs a.active {
	font-weight: bold;
	color: #122968;
}

p.yearTabs a:hover:before ,
p.yearTabs a.active:before {
	background-color: #122968;
}


/* -- カテゴリタブ -- */
p.tabs{
	font-size: 0;
	margin-bottom:40px;
}

p.tabs a {
	display: inline-block;
	padding: 0;
	min-width: 100px;
	margin-right: 16px;
	margin-bottom: 17px;
	font-size: 1.6rem;
	padding-bottom: 3px;
	text-decoration: none;
}

p.tabs a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 60px;
	height: 3px;
}

p.tabs a:hover ,
p.tabs a.active {
	font-weight: bold;
	color: #122968;
}

p.tabs a:hover:before ,
p.tabs a.active:before {
	background-color: #122968;
}



/*-------------- NEWアイコンテキスト化 --------------*/
div.news-list-2nd ul li .n_icon img ,
div.news-list-tabbed-2nd ul li .n_icon img ,
div.news-english-2nd ul li .n_icon img ,
div.news-english-tabbed-2nd 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: none;
}

div.news-list-2nd ul li .n_icon:before ,
div.news-list-tabbed-2nd ul li .n_icon:before ,
div.news-english-2nd ul li .n_icon:before ,
div.news-english-tabbed-2nd ul li .n_icon:before ,
div.news-latest-2nd ul li .n_icon:before ,
div.news-latest-tabbed-2nd ul li .n_icon:before {
	content: "NEW";
	color: red;
/*	font-size: 87.5%; */
/*	font-weight: bold; */
/*	font-style: italic; */
}


/*-------------- テキスト化カテゴリアイコン (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;
}

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;
	vertical-align: baseline;
	width: 84px;
	height: 20px;
	line-height: 20px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	margin-top: 2px;

	color: #fff;
	background: #646464;
}

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: "適時開示";
	background: #a57236;
}

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: "決算";
	background: #b9595b;
}

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資料";
	background: #5f6d95;
}

#header.en ~* div.news-list-2nd ul li.irElm .c_icon:before ,
#header.en ~* div.news-list-tabbed-2nd ul li.irElm .c_icon:before ,
#header.en ~* div.news-english-2nd ul li.irElm .c_icon:before ,
#header.en ~* div.news-english-tabbed-2nd ul li.irElm .c_icon:before ,
#header.en ~* div.news-latest-2nd ul li.irElm .c_icon:before ,
#header.en ~* 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.infoElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.infoElm .c_icon:before ,
div.news-english-2nd ul li.infoElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.infoElm .c_icon:before ,
div.news-latest-2nd ul li.infoElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.infoElm .c_icon:before {
	content: "お知らせ";
	background: #5b8050;
}

div.news-list-2nd ul li.reportElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.reportElm .c_icon:before ,
div.news-english-2nd ul li.reportElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.reportElm .c_icon:before ,
div.news-latest-2nd ul li.reportElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.reportElm .c_icon:before {
	content: "REPORT";
	background: #5b8050;
}



/*-------------- 別エリア表示07_912 --------------*/
div.reuse-main-area {
}


/*-------------- 別コンポーネント表示07_912 --------------*/
div.reuse-component {
}

/* ---- リダイレクト ---- */
div.redirect {
	margin-bottom: 20px;
}


/* 別エリア・別パーツ表示内の編集バーを非表示（編集自体は可能） */
div.reuse-main-area > * .mgnlEditor ,
div.reuse-component > * .mgnlEditor {
	display: none;
}

/* 別エリア・別パーツ内のリダイレクトを非表示(リダイレクトされない)  */
div.reuse-main-area div.redirect ,
div.reuse-component div.redirect {
	display: none !important;
}


/* 別エリア・別パーツ内のリンクリストのサブパーツ追加を非表示 */
div.reuse-main-area div.link-list li:not([class]):not([id]) ,
div.reuse-component div.link-list li:not([class]):not([id]) {
	display: none !important;
}




/*-------------- カレンダー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;
	-webkit-box-shadow: -2px 2px 4px rgba(135, 139, 144, 0.4);
	        box-shadow: -2px 2px 4px rgba(135, 139, 144, 0.4);
	-webkit-transform: rotate(-3deg);
	-ms-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);
	-ms-transform: rotate(0deg);
	    transform: rotate(0deg);
	border:  1px solid #888;
	-webkit-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("../../../../../../resources/templating-kit/themes/pop/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("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") 0 -73px no-repeat;
	padding-left: 17px;
}
.showbox-toolbar .next {
	background: url("../../../../../../resources/templating-kit/themes/pop/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("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") 0 -218px no-repeat;
}
.showbox .content-box {
	background-color: #999;
	margin: auto;
}
.showbox.loading {
	background: #999 url("../../../../../../resources/templating-kit/themes/pop/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 {
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.validity-alert {
	font-family: 'arial', 'helvetica', 'sans-serif';
	font-size: 14px;
}
textarea {
	font-family: 'arial', 'helvetica', 'sans-serif';
}
.form-box {
/*	width: 95%; */
/*	padding: 0 20px; */
	margin: auto;
}
.form-wrapper {
	clear: both;
/*	width:95%; */
	margin: 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;
	font-style: normal;
}
/*
.form-wrapper div span {
	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;
	cursor: inherit;
}
.form-wrapper label[for="text"] {
}
.form-wrapper label span {
}
.form-wrapper fieldset .multiple-labels fieldset input,
.form-wrapper input,
.form-wrapper textarea,
.form-wrapper div.mod input.mod {
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	margin: 3px 0 0 0;
	border: 1px solid #c2c2c2;
	padding: 10px 3px 10px 3px;
	background: #ffffff;
}
.form-wrapper input[type="submit"] {
	display: inline;
	border: 1px solid #c2c2c2;
}
.step-controls {
	position: relative;
	top: 2px;
}
.input-datetime-local .step-controls {
	top: auto;
}
.form-item-hidden,
.form-wrapper input[type=hidden] {
   display: none;
}
.form-wrapper .multiple-labels fieldset input.a11y-focus,
.form-wrapper .multiple-labels fieldset input:focus,
.form-wrapper input:focus,
.form-wrapper textarea:focus,
.form-wrapper input.a11y-focus,
.form-wrapper textarea.a11y-focus {
	border: 1px solid #000;
	background: #FFFFFF;
}
.form-wrapper input[type=radio].a11y-focus,
.form-wrapper input[type=checkbox].a11y-focus {
	background: transparent;
	border: none;
}
.form-wrapper textarea {
	width: 100%;
}
.form-wrapper select {
	display: block;
	width: 310px;
	margin: 5px 0 0 0;
}
.form-wrapper div span.input-datetime-local {
	font-size: 100%;
}
.form-wrapper h4 {
	padding: 0 0 10px 0;
	color: #000;
	font-size: 130%;
	font-weight: bold;
}
.form-wrapper div.multiple-labels label span {
	color: #555;
	font-size: 110%;
	font-weight: normal;
}
.form-row label span {
	display: inline;
}
.form-row label.m span {
	clear: both;
	padding: 0 0 5px 0;
}
.form-row span.help a {
	background: url("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") 0 -651px no-repeat;
	padding-left: 15px;
}

/* multiple inputs in one row */
.form-row .form-item-s,
.form-row .form-item-m,
.form-row .form-item-l {
	float: left;
	margin: 0;
	clear: none;
	width: 92px;
}
.form-row .form-item-m {
	width: 161px;
	padding: 0;
}
.form-row .form-item-l {
	width: 363px;
}
.form-row .form-item-s input {
	width: 70px;
}
.form-wrapper .form-row .form-item-m input {
	width: 139px;
}
.form-row .form-item-l input {
	width: 209px;
}

/* checkboxes & radiobuttons */
.form-wrapper fieldset fieldset {
	margin: 0;
	padding: 0;
}
.form-wrapper fieldset fieldset .form-item {
	float: none;
	display: block;
	clear: both;
}
.form-wrapper fieldset fieldset input {
	width: auto;
	display: inline;
	background: transparent;
	border: none;
}
#main .form-wrapper fieldset fieldset legend {
	text-indent: -9999px;
	font-size: 0;
}
.form-wrapper  fieldset fieldset div.form-item label {
	display: inline;
}

/* mod for short elements */
.form-wrapper fieldset fieldset.mod .form-item {
	float: left;
	clear: none;
	margin-right: 15px;
}
.form-wrapper fieldset fieldset.mod .form-item label {
	display: inline;
}

/* table date-picker */
.input-date-datepicker-control td:hover {
    background-color: #BBEEFF;
    border: none;
    -webkit-box-shadow: 0 3px 9px rgba(255, 255, 255, 0.9) inset;
            box-shadow: 0 3px 9px rgba(255, 255, 255, 0.9) inset;
}
.input-date-datepicker-control td.ui-datepicker-today {
	border: none;
	background: #EC1549;
}
.input-date-datepicker-control td.ui-datepicker-today a {
	color: #fff;
}
.input-date-datepicker-control td.ui-datepicker-current-day {
	border: none;
	background: #999;
}

/* Submit */
.form-wrapper div.button-wrapper {
	width:100%;
	position: relative;
	border: none;
	padding: 10px 0 5px 0;
	text-align:center;
}
.form-wrapper fieldset div.button-wrapper em {
	float: right;
	margin-top: -24px;
	font-size: 140%;
}
.new-search .button,  /* button outside button-wrapper */
.form-wrapper div.button-wrapper input { /* button */
	right: auto;
	width: auto;
	margin:5px;
	padding: 12px 70px;
	/*color: #fff;*/
	cursor: pointer;
	font-size: 120%;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;

	background:#eaeaea;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #dedede), color-stop(0.00, #f7f7f7));
	background: -webkit-linear-gradient(#f7f7f7, #dedede);
	background: -o-linear-gradient(#f7f7f7, #dedede);
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#dedede));
	background: linear-gradient(#f7f7f7, #dedede);
}

/* -- 確認ページ -- */
.form-summary {
	margin: 0 auto 20px;
}

.form-summary table {
}

.form-summary table caption {
}

.form-summary table td {
	border: solid #ddd 1px;
	padding: 14px 20px 12px;
	white-space: pre;
	white-space: pre-line;
	word-break: break-word;
	width: 70%;
}

.form-summary table td:first-child {
	color: #fff;
	background-color: #767676;
	font-weight: bold;
	text-align: left;
	width: 30%;
}

.new-search .button {  /* button outside button-wrapper */
	padding-top: 3px;
	padding-bottom: 4px;
}
.new-search .button:hover,
.new-search .button:active,
.new-search .button:focus,
.form-wrapper div.button-wrapper input:hover,
.form-wrapper div.button-wrapper input:active,
.form-wrapper div.button-wrapper input:focus {
	background: #B9B9B9;
	/*color: #fff;*/
	border: 1px solid #111;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
}
/* link-Button */
a.button {
	background: #b90834 url("../../../../../../resources/templating-kit/themes/pop/img/bgs/submit.png") 0 0 repeat-x;
	min-width: 60px;
	width: auto;
	border: 1px solid #f19eb2;
	border-right: 1px solid #920728;
	border-bottom: 1px solid #920728;
	padding: 3px 20px 2px 20px;
	text-align: center;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
a.button span {
	position: absolute;
}
a.button:hover,
a.button:active,
a.button:focus {
	color: #fac4d1;
}

/* 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("../../../../../../resources/templating-kit/themes/pop/img/icons../../img/bgs/error.png") 0 8px no-repeat;
	margin-bottom: 10px;
	padding: 5px 0 0 30px;
	color: #ec1549;
}
#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("../../../../../../resources/templating-kit/themes/pop/img/bgs/confirmed.png") 0 8px no-repeat;
	margin-bottom: 10px;
	padding: 5px 0 0 30px;
	color: #afaf00;
}



/* -- rss -- */
.rss-content {
	float: right;
}
.rss-content:after {
	content: "";
	display: block;
	clear: both;
}

.rss-content em {
	font-style: normal;
	float: right;
}

.rss-content a {
	text-decoration: none;
}


.rss-content em {
	background: none !important;
	padding: 0 !important;
	padding-left: 18px !important;
	position: relative;
	margin-top: 11px;
	z-index: 1;
}

.rss-content em:before {
	position: absolute;
	content: "";
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat;
	top: 0.25em;
	left: 0;
	width: 8px;
	height: 12px;
	background-position: -8px -9px;
}

.rss-content a {
	font-size: 0;
	display: block;
	padding-right: 25px;
}

.rss-content a:hover {
	opacity: 0.7;
}

.rss-content a:before {
	content: "RSS";
	font-size: 1.6rem;
}

.rss-content a:after {
	vertical-align: top;
	content: "";
	display: inline-block;
	margin: 0.3em 0 0 12px;
	position: absolute;
	top: 50%;
	right: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat -193px -8px;
}



/* -- スマホ -- */
.sp_navi {
	display:none;
}

#panel2-sw ,
.panel2-sw ,
.panel2-btn {
	display: none;
}


/* google search */
.gsc-control-cse ,
.gsc-control-cse * {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}
.gsc-control-cse {
	line-height: 1;
}


/*------------------------------------- 
13_テンプレートID
-------------------------------------*/


/*---- 総合トップH01 ----*/

body#generaltop ,
body.generaltop {
}

body#sitetop ,
body.sitetop {
}


/*---- カテゴリトップのテンプレート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;
}


/*---- ニュースのテンプレート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 {
	background: #FFF;
}

body.special > div {
	max-width: 1200px;
	margin: auto;
}

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_個別設定
-------------------------------------- */





/*-- フッターリンク集　設定例 -- */
/*
.footer-about {
	width: 19%;
	float: left;
	padding-left: 1%;
	font-size: 11px;
	padding-top: 20px;
	padding-bottom: 40px;
	margin-top: 65px;
}

.footer-about p > u {
	text-decoration: none;
}

.footer-about p > u > a {
	display: block;
	padding-left:10px;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-right: 10%;
	border-bottom: #777 solid 1px;
	font-size: 11px;
	font-weight: bold;
	color: #444;
}
.footer-about p > u > a:before {
	content: "> ";
	color: #DD202C;
	font-weight: bold;
}
.footer-about p > a {
	display: block;
	padding-left:10px;
	margin-bottom: 8px;
	color: #666;
}
.footer-about p > a:before {
	content: "● ";
}
*/


/* -- お問い合わせページ　設定例 -- */
/* -- 例２： -- */
.form-wrapper div.form-edit ,
.form-wrapper div.form-selection {
	position: relative;
	border: 1px solid #ddd;
	margin: 0;
	margin-bottom: -1px;
}

/* 左セル */
.form-wrapper div.form-edit:before ,
.form-wrapper div.form-selection:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 30%;
	height: 100%;
	background-color: #767676;
	border-right: 1px solid #ddd;
}

.form-wrapper div.form-edit > label ,
.form-wrapper div.form-selection > label {
	text-align: left;
	padding: 14px 20px 12px;
	color: #fff;

/*	color: #333; */
/*	font-weight: bold; */

	float: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 30%;
}

/* 右セル */
.form-wrapper div.form-edit > input[type="text"] ,
.form-wrapper div.form-edit > textarea ,
.form-wrapper div.form-edit > span ,
.form-wrapper div.form-selection > fieldset {
	margin: 0;

	float: right;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 65%;
	width: calc(70% - 20px) !important;
	margin-right: 10px;
}

/*-- 入力フィールド --*/
.form-wrapper div.form-edit {
}


.form-wrapper div.form-edit > input[type="text"] {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px;
}

.form-wrapper div.form-edit > textarea {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px;
}


.form-wrapper div.form-edit > span {
	padding: 0;
	font-size: 87.5%;
}


/*-- セレクトボタン(チェックボックス・ラジオボタン・セレクトボックス) --*/
.form-wrapper div.form-selection {
}

.form-wrapper div.form-selection > fieldset {
	margin-top: 5px;
	margin-bottom: 5px;
}

.form-wrapper div.form-selection > fieldset > legend {
	font-size: 87.5%;
}

.form-wrapper div.form-selection > fieldset > select {
	margin: 0;
	width: auto;
	display: block;

	padding: 0.25em 0.25em;
	border: 1px solid #c2c2c2;
}


/*-- 上に戻るリンク 設定例：scroll.js用 --*/
#topcontrol {
	position: fixed;
	height: 0;
	width: 100%;
	max-width: calc(1200px + (51px + 50px) *2);
/*	max-width: 1162px; */
	left: 50%;
	bottom: -50px;
	opacity: 0.3;
	z-index:1000;

	-webkit-transition: 0.5s 0.1s;
	-o-transition: 0.5s 0.1s;
	transition: 0.5s 0.1s;
}


#topcontrol.visible {
	bottom: 15px;
	opacity: 1;
}

/*画像を使う場合*/
/*
#topcontrol a {
	position: relative;
	right: 50px;
	bottom: 50px;
	cursor: pointer;
	margin: auto;

	display: block;
	width: 51px;
	height: 42px;
	background: url(../../../../../../resources/sw_img/up.png) no-repeat center top;
}

#topcontrol.visible a {
	width: 51px;
	height: 42px;

	transition: 0s;
}
*/

#topcontrol a {
	position: relative;
	right: 50px;
	bottom: 50px;
	cursor: pointer;
	margin: auto;

	display: block;
	width: 51px;
	height: 42px;
	background: rgba(20, 53, 108, 0.7);
}

#topcontrol a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -9px;
	display: block;
	width: 14px;
	height: 14px;
	border-top: 3px solid #FFF;
	border-left: 3px solid #FFF;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}

#topcontrol a:hover {
	background: rgba(20, 53, 108, 1);
}



.toTop {
	text-align: right;
	margin: 3em 20px 80px;
}

.toTop a {
	padding-left: 1.44em;
	display: inline-block;
	position: relative;
	overflow: visible;
}

.toTop a:before {
	content: "";
	margin-top: -0.3em;
	border-top: 0.1em solid #e50000;
	border-right: 0.1em solid #e50000;
	width: 0.6em;
	height: 0.6em;
	position: absolute;
	top: 0.85em;
	left: 0;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	    transform: rotate(315deg);
}


#site-info .toTop ,
.toTop {
	display: none;
}

/*--- マルチカラムclass設定例 ---*/

/* -- グラフ データラベル 全表示 -- */
.layout_datalable_full .highcharts-data-labels > g {
	opacity: 1;
}
/* -- グラフ データラベル 非表示 -- */
.layout_datalable_hide .highcharts-data-labels > g {
	opacity: 0;
}

/*-- カラム分割比率 --*/
.layout_multi2_column73.multiColumn2 > .column1 {
	width: 68.8%;
}
.layout_multi2_column73.multiColumn2 > .column2 {
	width: 28.8%;
}

.layout_multi2_column64.multiColumn2 > .column1 {
	width: 58.8%;
}
.layout_multi2_column64.multiColumn2 > .column2 {
	width: 38.8%;
}

.layout_multi2_column46.multiColumn2 > .column1 {
	width: 38.8%;
}
.layout_multi2_column46.multiColumn2 > .column2 {
	width: 58.8%;
}

.layout_multi2_column37.multiColumn2 > .column1 {
	width: 28.8%;
}
.layout_multi2_column37.multiColumn2 > .column2 {
	width: 68.8%;
}

/*-- カラム詰め --*/
.layout_no_side_margin.multiColumn2 > .column1 ,
.layout_no_side_margin.multiColumn2 > .column2 {
	width: 50%;
	margin-right: 0;
}

.layout_no_side_margin.multiColumn3 > .column1 ,
.layout_no_side_margin.multiColumn3 > .column2 ,
.layout_no_side_margin.multiColumn3 > .column3 {
	width: 33.333%;
	margin-right: 0;
}

.layout_no_side_margin.multiColumn4 > .column1 ,
.layout_no_side_margin.multiColumn4 > .column2 ,
.layout_no_side_margin.multiColumn4 > .column3 ,
.layout_no_side_margin.multiColumn4 > .column4 {
	width: 25%;
	margin-right: 0;
}

.layout_no_side_margin.multiColumn5 > .column1 ,
.layout_no_side_margin.multiColumn5 > .column2 ,
.layout_no_side_margin.multiColumn5 > .column3 ,
.layout_no_side_margin.multiColumn5 > .column4 ,
.layout_no_side_margin.multiColumn5 > .column5 {
	width: 20%;
	margin-right: 0;
}

/*-- カラム内中央寄せ（主にページ内リンク用） --*/
.layout_align_center > div ,
.layout_pc_align_center > div {
	text-align: center;
}


/*-- ＰＣ／ＳＰ切り替え --*/
.layout_sp_flip div.reuse-main-area {
	display: block;
}

.layout_sp_flip div.reuse-main-area .multiColumn2 div.column1 {
	width: 100%;
	float: none;
	margin-right: 0;
}
.layout_sp_flip div.reuse-main-area .multiColumn2 div.column2 {
	display: none;
}


/*-- 番号付きリスト --*/
.layout_ol_paren11 div.quoted-text blockquote ol ,
.layout_ol_paren11 div.highlight-quoted-text ol ,
.layout_ol_paren11 div.text-section ol ,
.layout_ol_paren11 div.internal-link-area ol ,
.layout_ol_paren11 div.external-link-area ol ,
.layout_ol_paren11 div.download-link-area ol ,
.layout_ol_paren11 div.faq-item ol ,
.layout_ol_paren11 div.vtable-item ol ,
.layout_ol_paren11 div.ircalendar-title ol ,
.layout_ol_paren11 div.ircalendar-item ol {
	padding-left:2.5em;
}

.layout_ol_paren11 div.quoted-text blockquote ol li ,
.layout_ol_paren11 div.highlight-quoted-text ol li ,
.layout_ol_paren11 div.text-section ol li ,
.layout_ol_paren11 div.internal-link-area ol li ,
.layout_ol_paren11 div.external-link-area ol li ,
.layout_ol_paren11 div.download-link-area ol li ,
.layout_ol_paren11 div.faq-item ol li ,
.layout_ol_paren11 div.vtable-item ol li ,
.layout_ol_paren11 div.ircalendar-title ol li ,
.layout_ol_paren11 div.ircalendar-item ol li {
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
	position: relative;
}

.layout_ol_paren11 div.quoted-text blockquote ol li:before  ,
.layout_ol_paren11 div.highlight-quoted-text ol li:before  ,
.layout_ol_paren11 div.text-section ol li:before  ,
.layout_ol_paren11 div.internal-link-area ol li:before  ,
.layout_ol_paren11 div.external-link-area ol li:before  ,
.layout_ol_paren11 div.download-link-area ol li:before  ,
.layout_ol_paren11 div.faq-item ol li:before  ,
.layout_ol_paren11 div.vtable-item ol li:before  ,
.layout_ol_paren11 div.ircalendar-title ol li:before  ,
.layout_ol_paren11 div.ircalendar-item ol li:before  {
	display: inline;
	content: "(" counter(cnt) ") ";
	text-align: right;
	position: absolute;
	left: -2.5em;
	width: 2em;
}

.layout_ol_paren21 div.quoted-text blockquote ol ,
.layout_ol_paren21 div.highlight-quoted-text ol ,
.layout_ol_paren21 div.text-section ol ,
.layout_ol_paren21 div.internal-link-area ol ,
.layout_ol_paren21 div.external-link-area ol ,
.layout_ol_paren21 div.download-link-area ol ,
.layout_ol_paren21 div.faq-item ol ,
.layout_ol_paren21 div.vtable-item ol ,
.layout_ol_paren21 div.ircalendar-title ol ,
.layout_ol_paren21 div.ircalendar-item ol {
	padding-left:2.5em;
}

.layout_ol_paren21 div.quoted-text blockquote ol li ,
.layout_ol_paren21 div.highlight-quoted-text ol li ,
.layout_ol_paren21 div.text-section ol li ,
.layout_ol_paren21 div.internal-link-area ol li ,
.layout_ol_paren21 div.external-link-area ol li ,
.layout_ol_paren21 div.download-link-area ol li ,
.layout_ol_paren21 div.faq-item ol li ,
.layout_ol_paren21 div.vtable-item ol li ,
.layout_ol_paren21 div.ircalendar-title ol li ,
.layout_ol_paren21 div.ircalendar-item ol li {
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
	position: relative;
}

.layout_ol_paren21 div.quoted-text blockquote ol li:before  ,
.layout_ol_paren21 div.highlight-quoted-text ol li:before  ,
.layout_ol_paren21 div.text-section ol li:before  ,
.layout_ol_paren21 div.internal-link-area ol li:before  ,
.layout_ol_paren21 div.external-link-area ol li:before  ,
.layout_ol_paren21 div.download-link-area ol li:before  ,
.layout_ol_paren21 div.faq-item ol li:before  ,
.layout_ol_paren21 div.vtable-item ol li:before  ,
.layout_ol_paren21 div.ircalendar-title ol li:before  ,
.layout_ol_paren21 div.ircalendar-item ol li:before  {
	display: inline;
	content: "" counter(cnt) ") ";
	position: absolute;
	left: -1.5em;
}

.layout_ol_circled1 div.quoted-text blockquote ol ,
.layout_ol_circled1 div.highlight-quoted-text ol ,
.layout_ol_circled1 div.text-section ol ,
.layout_ol_circled1 div.internal-link-area ol ,
.layout_ol_circled1 div.external-link-area ol ,
.layout_ol_circled1 div.download-link-area ol ,
.layout_ol_circled1 div.faq-item ol ,
.layout_ol_circled1 div.vtable-item ol ,
.layout_ol_circled1 div.ircalendar-title ol ,
.layout_ol_circled1 div.ircalendar-item ol {
}

.layout_ol_circled1 div.quoted-text blockquote ol li ,
.layout_ol_circled1 div.highlight-quoted-text ol li ,
.layout_ol_circled1 div.text-section ol li ,
.layout_ol_circled1 div.internal-link-area ol li ,
.layout_ol_circled1 div.external-link-area ol li ,
.layout_ol_circled1 div.download-link-area ol li ,
.layout_ol_circled1 div.faq-item ol li ,
.layout_ol_circled1 div.vtable-item ol li ,
.layout_ol_circled1 div.ircalendar-title ol li ,
.layout_ol_circled1 div.ircalendar-item ol li {
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
	position: relative;
}

.layout_ol_circled1 div.quoted-text blockquote ol li:before  ,
.layout_ol_circled1 div.highlight-quoted-text ol li:before  ,
.layout_ol_circled1 div.text-section ol li:before  ,
.layout_ol_circled1 div.internal-link-area ol li:before  ,
.layout_ol_circled1 div.external-link-area ol li:before  ,
.layout_ol_circled1 div.download-link-area ol li:before  ,
.layout_ol_circled1 div.faq-item ol li:before  ,
.layout_ol_circled1 div.vtable-item ol li:before  ,
.layout_ol_circled1 div.ircalendar-title ol li:before  ,
.layout_ol_circled1 div.ircalendar-item ol li:before  {
	display: inline-block;
	content: counter(cnt);
	position: absolute;
	left: -2em;
	width: 1.4em;
	height: 1.4em;

	border: 1px solid currentColor;
	border-radius: 100%;
	white-space: nowrap;
	font-size: 80%;
	text-align: center;
	line-height: 1.6em;
}


/*-- 特殊装飾(decorate.js) --*/
em.decorated {
	font-style: inherit !important;
	font-family: inherit !important;
}

em.decorated span.overhead {
	white-space: nowrap;
	display: inline-block;
	line-height: 1;
	text-align: center;
}

em.decorated span.overhead span {
	display: inline-block;
	font-size: 70%;
	-webkit-transform: scale(0.7);
	        -ms-transform: scale(0.7);
	    transform: scale(0.7);
}

em.decorated span.sup {
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

em.decorated span.sub {
	font-size: 70%;
	vertical-align: bottom;
	position: relative;
	top: 0.1em;
}


/*-- ShareWith logo --*/
a.sw_logo {
	padding: 0 !important;

	display: inline-block;
	width: 100px;
	height: 19px;
	background: url(../../../../../../resources/sw_img/sw_logo.png) no-repeat left top !important;
	font-size: 0;
	vertical-align: text-top;
	margin-left: 5px;
}

a.sw_logo:after {
	content: none !important;
}

a.sw_logo:hover {
	opacity: 0.7;
}


/* リセット */
[id=site-info] .reuse-component *:not(.mgnlEditor):not(.mgnlEditorBarLabel):not(.mgnlEditorBarButtons):not(.editorIcon):before ,
[id=site-info] .reuse-component *:not(.mgnlEditor):not(.mgnlEditorBarLabel):not(.mgnlEditorBarButtons):not(.editorIcon):after ,
[id=site-info] .reuse-component *:not(.mgnlEditor):not(.mgnlEditorBarLabel):not(.mgnlEditorBarButtons):not(.editorIcon) ,
.promos .reuse-component *:not(.mgnlEditor):not(.mgnlEditorBarLabel):not(.mgnlEditorBarButtons):not(.editorIcon):before ,
.promos .reuse-component *:not(.mgnlEditor):not(.mgnlEditorBarLabel):not(.mgnlEditorBarButtons):not(.editorIcon):after ,
.promos .reuse-component *:not(.mgnlEditor):not(.mgnlEditorBarLabel):not(.mgnlEditorBarButtons):not(.editorIcon) {
	content: none;
	margin: 0;
	padding: 0;
	clear: none;
	vertical-align: inherit;
	text-align: inherit;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	text-decoration: inherit;
	line-height: inherit;
	letter-spacing: normal;
	float: none;
	position: static;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	border-radius: 0;
	border: none;
	background: none;
	outline: none;
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;

	display: block;
}

#site-info .reuse-component a ,
#promos3 .reuse-component a {
	cursor: pointer;
}

#site-info .reuse-component a:hover img ,
#promos3 .reuse-component a:hover img {
	opacity: 0.7;
}



/*-- ヘッダー --*/
#header {
	height: 100px;
}

#promos3 .area-sp-header {
	display: none;
}

#promos3 .area-pc-header {
	position: fixed; 
	/*position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1200px;
	height: 100px;
	z-index: 15;

	background: #fff;
	box-shadow: 2px 0 8px rgba(0, 0, 0, 0.3);
}


#promos3 .area-pc-header .area-pc-header-top {
	margin: auto;
	width: 1200px;
	height: 100px;
	position: relative;
}


/* ロゴ */
#promos3 .area-logo .logo_set > .column1 {
	position: absolute;
	top: 16px;
	left: 0;
}

#promos3 .area-logo .logo_set > .column2 {
	position: absolute;
	bottom: 28px;
	left: 0;
}

#promos3 .area-logo .logo_set > .column1 a {
	width: 250px;
}

#promos3 .area-logo .logo_set > .column2 a {
	width: 78px;
	height: 0;
	position: relative;
	padding-top: calc(27px * 78 / 143);	/* 画像の縦幅 * 表示する横幅 / 画像の横幅 */
}

#promos3 .area-logo .logo_set > .column2 a img[src$=".svg"] {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: auto;
	max-height: 100%;
}

#header.en ~* #promos3 .area-logo .logo_set > .column1 a {
	width: 348px;
}

#header.en ~* #promos3 .area-logo .logo_set > .column2 a {
	width: 128px;
	padding-top: calc(24px * 128 / 263);	/* 画像の縦幅 * 表示する横幅 / 画像の横幅 */
}


#promos3 .area-logo .logo_set img {
	width: 100%;
	height: auto;
}


#promos3 .area-gnavi {
	margin: -52px 0 0;
	/*padding-top: 38px;
	text-align: right;*/
	position: static;
}

#promos3 .area-gnavi >* {
	width: 1200px;
	margin: 0 auto;
	text-align: right;
}

#promos3 .area-gnavi >* >* ,
#promos3 .area-gnavi >* >* >* ,
#promos3 .area-gnavi >* >* >* >*  {
	display: inline-block;
}

#promos3 .area-gnavi .teaser.no-img a {
	display: inline-block;
	color: #14356C;
	margin: 0 0 0 36px;
	padding-top: 3px;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	min-height: 52px;
	box-sizing: border-box;
	position: relative;
	font-size: 14px;
	z-index: 5;
}

#promos3 .area-gnavi .teaser.no-img a:hover {
	opacity: 0.8;
}

#promos3 .area-gnavi >* >* >* >* >.reuse-main-area {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
	margin-top: 52px;
	text-align: left;
}

#promos3 .area-gnavi >* >* >* >* >.reuse-main-area >* {
	background-color: #fff;
	display: block;
	display: none;
}

#promos3 .area-gnavi >* >* >* >* >.reuse-main-area.is-open >* {
	display: block;
}

#promos3 .area-gnavi >* >* >* >* >.reuse-main-area >* >* {
	width: 1050px;
	margin: 0 auto;
	padding: 45px 0;
}

#promos3 .area-gnavi >* >* >* >* >.reuse-main-area >* >* >* >a {
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	margin-bottom: 15px;
}

#promos3 .area-gnavi >* >* >* >* >.reuse-main-area >* >* >* >a::hover {
	color: #002D72;
	text-decoration: none;
	border-bottom: 1px solid #002D72;
}

#promos3 .area-gnavi >* >* >* >* >.reuse-main-area >* >* >* >a::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../../../../../../resources/sw_img/icon_arr_right.svg") no-repeat right 0.2em;
    padding-left: 8px;
}

#promos3 .area-gnavi >* >* >* >* >.reuse-main-area >* >* ul:after {
	content: "";
	display: block;
	clear: both;
}

#promos3 .area-gnavi >* >* >* >* >.reuse-main-area >* >* li {
	padding: 15px 0;
	width: 25%;
	float: left;
	margin-bottom: 0;
}

#promos3 .area-gnavi >* >* >* >* >.reuse-main-area >* >* li a {
	padding: 1px 15px 1px 0;
	display: inline;
	line-height: 1.5em;
	color: #222;
	font-size: 14px;
	text-decoration: none;
}

#promos3 .area-gnavi >* >* >* >* >.reuse-main-area >* >* li a::after {
	content: " ";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url("../../../../../../resources/sw_img/icon_arr_right.svg") no-repeat right 0.2em;
	padding-left: 7.5px;
}

/*#promos3 .area-gnavi div.link-list ul li {
	float: left;
	margin-left: 40px;
	text-align: right;
	font-size: 15px;
}

#promos3 .area-gnavi div.link-list ul li a {
	color: #14356C;
}

#promos3 .area-gnavi div.link-list ul li a:hover {
	opacity: 0.8;
}*/

.menuOverlay {
	display:none;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	position:fixed;
	top:90px;
	left:0;
	z-index:9;
	animation-duration: 1s;
	animation-name: fadeOut;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: fadeOut;
}

.menuOverlay.is-active {
	display:block;
	animation-duration: 1s;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: fadeIn;
}

@keyframes fadeIn {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}
@keyframes fadeOut {
    0% {
        display: block;
        opacity: 1;
    }
    1% {
        display: block;
        opacity: 1;
    }
    100% {
        display: none;
        opacity: 0;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        display: block;
        opacity: 1;
    }
    1% {
        display: block;
        opacity: 1;
    }
    100% {
        display: none;
        opacity: 0;
    }
}


#promos3 .area-head-navi {
	position: absolute;
	right: 0;
	top: 0;
}

#promos3 .area-head-navi div.link-list ul li {
	float: left;
	margin-left: 40px;
	text-align: right;
}

#promos3 .area-head-navi div.link-list ul li a {
	padding: 4px 8px;
	display: block;
	font-size: 1.3rem;
	color: #fff;
	background: linear-gradient(to right, #002D72, #275FB6);
	transition: all 0.2s ease 0s;
}

#promos3 .area-head-navi div.link-list ul li a:hover {
	background: linear-gradient(to right, #2459AA, #397ADD);
}


#promos3 .area-lang-navi {
	position: absolute;
	right: 130px;
	top: 5px;
	font-size: 14px;
}

#promos3 .area-lang-navi div.link-list ul li {
	display: inline-block;
	text-align: right;
}

#promos3 .area-lang-navi div.link-list ul li + li::before {
	content: "|";
	display: inline-block;
	padding: 0 5px;
}

#promos3 .area-lang-navi div.link-list ul li a {
	display: inline-block;
	color: #444444;
	margin: 0 0 0 10px;
	text-decoration: none;
}

#promos3 .area-lang-navi div.link-list ul li + li a {
	margin-left: 0;
}

#promos3 .area-lang-navi div.link-list ul li a:hover {
	text-decoration: underline;
}



/*-- フッター --*/
#site-info .area-footer-sitemap ,
#site-info .area-footer-sitemap2 ,
#site-info .area-footer-line {
	width: 100%;
	min-width: 1200px;
}

#site-info .area-footer-sitemap > div ,
#site-info .area-footer-sitemap2 > div ,
#site-info .area-footer-line > div {
	width: 1200px;
	margin: auto;
	position: relative;
}

#site-info .area-footer-sitemap {
	padding: 80px 0 24px;
	background-color: #14356C;
	color: #fff;
}
#site-info .area-footer-sitemap2 {
	padding: 10px 0 24px;
	background-color: #14356C;
	color: #fff;
}
#site-info .area-footer-line {
	background-color: #000;
	color: #fff;
}

#site-info .area-footer-line > div {
	padding: 20px 0;
}

#site-info .area-footer-line > div:after {
	content: "";
	display: block;
	clear: both;
}

/* フッターサイトマップ */
#site-info .area-footer-sitemap > div {
	display: table;
}

#site-info .area-footer-sitemap > div > div {
	display: table-row;
}

#site-info .area-footer-sitemap > div > div > div {
	display: table-cell;
	width: 20%;
	vertical-align: top;
}

#site-info .area-footer-sitemap div.link-list li[class] {
	margin-bottom: 16px;
}

#site-info .area-footer-sitemap div.link-list li a {
	font-size: 14px;
}

#site-info .area-footer-sitemap div.link-list li a br {
	display: none;
}

#site-info .area-footer-sitemap div.link-list li[class]:not(.highlight) a:before {
	content: "-";
	display: inline-block;
	padding-right: 8px;
	text-decoration: none;
}

#site-info .area-footer-sitemap div.link-list li a:hover {
	text-decoration: underline;
}


/* フッターサイトマップ2 */
#site-info .area-footer-sitemap2 > div > div > div {
}

#site-info .area-footer-sitemap2 div.link-list ul {
	font-size: 0;
	margin-bottom: 16px;
	text-align: right;
}

#site-info .area-footer-sitemap2 div.link-list li[class] {
	display: inline-block;
	margin-right: 40px;
	margin-bottom: 16px;
}

#site-info .area-footer-sitemap2 div.link-list li a {
	font-size: 14px;
}

#site-info .area-footer-sitemap2 div.link-list li a br {
	display: none;
}

#site-info .area-footer-sitemap2 div.link-list li a:hover {
	text-decoration: underline;
}





/* フッターロゴ */
/*
#site-info .area-footer-logo {
	width: 128px;
	float: left;
}

#site-info .area-footer-logo .logo_set > .column1 {
	width: 124px;
	margin-bottom: 20px;
}

#site-info .area-footer-logo .logo_set > .column2 {
	width: 128px;
}

#site-info .area-footer-logo .logo_set > .column1 a {
	width: 124px;
}

#site-info .area-footer-logo .logo_set > .column2 a {
	width: 128px;
}

#header.en ~ #site-info .area-footer-logo .logo_set > .column1 ,
#header.en ~ #site-info .area-footer-logo .logo_set > .column1 a {
	width: 272px;
}


#site-info .area-footer-logo .logo_set img {
	width: 100%;
	height: auto;
}
*/


#site-info .area-footer-navi {
	float: left;
}

#site-info .area-footer-navi div.link-list ul {
	text-align: right;
}

#site-info .area-footer-navi div.link-list li {
	display: inline-block;
	margin-left: 16px;
	font-size: 1.3rem;
}

#site-info .area-footer-navi div.link-list li a {
	color: #fff;
}

#site-info .area-footer-navi div.link-list li a:hover {
	text-decoration: underline;
}



#site-info .area-footer-copyright {
	float: right;
	font-size: 11px;
}






/*
#site-info .area-to-pagetop {
	position: fixed;
	right: 0;
	bottom: 60px;
	z-index: 5;
}

#site-info .area-to-pagetop .anchor-link a {
	font-size: 0;
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	background-color: #122968;
	opacity: .8;
	-webkit-transition: opacity 0.2s ease-out 0s;
	-moz-transition: opacity 0.2s ease-out 0s;
	-ms-transition: opacity 0.2s ease-out 0s;
	transition: opacity 0.2s ease-out 0s;
}

#site-info .area-to-pagetop .anchor-link a:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	display: inline-block;
	width: 19px;
	height: 12px;
	margin: -6px 0 0 -10px;
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat -219px -10px;
	-webkit-transition: border-color .2s ease-out 0s, transform .2s ease-out 0s;
	-moz-transition: border-color .2s ease-out 0s, transform .2s ease-out 0s;
	-ms-transition: border-color .2s ease-out 0s, transform .2s ease-out 0s;
	transition: border-color .2s ease-out 0s, transform .2s ease-out 0s;
}

#site-info .area-footer-navi > div {
	padding-right: 282px
}

#site-info .area-footer-navi div.link-list ul:after {
	content: "";
	display: block;
	clear: both;
}

#site-info .area-footer-navi div.link-list ul li {
	float: left;
	margin-right: 30px;
}

#site-info .area-footer-navi div.link-list ul li a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-size: 1.5rem;
}

#site-info .area-footer-navi div.link-list ul li a:hover {
	color: #555;
	text-decoration: underline;
}

#site-info .area-footer-navi div.link-list ul li a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat -65px -9px;
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: top;
	margin: 0.3em 5px 0;
}


#site-info .area-footer-copyright {
	padding-top: 20px;
}

#site-info .area-footer-copyright div.text-section {
	font-size: 12px;
	font-size: 1.2rem;
	color: #888888;
}

#site-info .area-footer-copyright div.teaser ,
#site-info .area-footer-copyright div.external-teaser {
	position: absolute;
	right: 0;
	top: 0;
}
*/



/*-- 個人投資家の皆様へ ローカルナビ --*/
#promos3 .area-local-navi {
	margin-bottom: 50px;
}

#promos3 .area-local-navi div.text-section h2 {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 30px;
}

#promos3 .area-local-navi div.sitemap-1st > a {
	display: none;
}

#promos3 .area-local-navi div.sitemap-1st > ul {
	font-size: 0;
}

#promos3 .area-local-navi div.sitemap-1st > ul > li {
	display: inline-block;
	width: calc((100% - (24px * 3)) / 4);
	margin-left: 24px;
}

#promos3 .area-local-navi div.sitemap-1st > ul > li:nth-child(4n + 1) {
	margin-left: 0;
}

#promos3 .area-local-navi div.sitemap-1st > ul > li:nth-child(n + 5) {
	margin-top: 24px;
}

#promos3 .area-local-navi div.sitemap-1st > ul > li > a {
	position: relative;
/*
	-webkit-display: flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
*/
	padding: 145px 4px 10px;
	border: 1px solid #ddd;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	letter-spacing: -0.02em;
	text-decoration: none;
	box-sizing: border-box;
	/*min-height: 175px;*/
}

#promos3 .area-local-navi div.sitemap-1st > ul > li > a br {
	display: none;
}

#promos3 .area-local-navi div.sitemap-1st > ul > li > a.act {
	/*background: #e3e2ef;
	border: 1px solid #e3e2ef;*/
	color: #182e6c;
}

#promos3 .area-local-navi div.sitemap-1st > ul > li > a.act ,
#promos3 .area-local-navi div.sitemap-1st > ul > li > a:hover {
	padding: 142px 1px 7px;
	border: 4px solid #182e6c;
}

#promos3 .area-local-navi div.sitemap-1st > ul > li > a:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 145px;
}

#promos3 .area-local-navi div.sitemap-1st > ul > li > a.act:before ,
#promos3 .area-local-navi div.sitemap-1st > ul > li > a:hover:before {
	margin-top: -3px;
}

#promos3 .area-local-navi div.sitemap-1st > ul > li > a[href*="/briefing."]:before {
	background: url("../../../../../../resources/sw_img/individual_contents/individual_contents_briefing.jpg") no-repeat center 0;
	background-size: auto 100%;
}

#promos3 .area-local-navi div.sitemap-1st > ul > li > a[href*="/beginner."]:before {
	background: url("../../../../../../resources/sw_img/individual_contents/individual_contents_beginner.jpg") no-repeat center 0;
	background-size: auto 100%;
}

#promos3 .area-local-navi div.sitemap-1st > ul > li > a[href*="/beginner."]:before {
	background: url("../../../../../../resources/sw_img/individual_contents/individual_contents_beginner.jpg") no-repeat center 0;
	background-size: auto 100%;
}

#promos3 .area-local-navi div.sitemap-1st > ul > li > a[href*="/merit."]:before {
	background: url("../../../../../../resources/sw_img/individual_contents/individual_contents_merit.jpg") no-repeat center 0;
	background-size: auto 100%;
}

#promos3 .area-local-navi div.sitemap-1st > ul > li > a[href*="/history."]:before {
	background: url("../../../../../../resources/sw_img/individual_contents/individual_contents_history.jpg") no-repeat center 0;
	background-size: auto 100%;
}

#promos3 .area-local-navi div.sitemap-1st > ul > li > a[href*="/advantage."]:before {
	background: url("../../../../../../resources/sw_img/individual_contents/individual_contents_advantage.jpg") no-repeat center 0;
	background-size: auto 100%;
}

#promos3 .area-local-navi div.sitemap-1st > ul > li > a[href*="/group."]:before {
	background: url("../../../../../../resources/sw_img/individual_contents/individual_contents_group.jpg") no-repeat center 0;
	background-size: auto 100%;
}

#promos3 .area-local-navi div.sitemap-1st > ul > li > a[href*="/value."]:before {
	background: url("../../../../../../resources/sw_img/individual_contents/individual_contents_value.jpg") no-repeat center 0;
	background-size: auto 100%;
}


/* 個人投資家の皆様へ トップ */
body#individual .area-teaser-individual div.teaser.style1:not(.no-img):not(.highlight) h2 + a {
	border: 1px solid #ddd;
}
body#individual #promos3 .area-local-navi {
	margin-top: -50px;
}

body#individual #promos3 .area-local-navi div.text-section h2 ,
body#individual #promos3 .area-local-navi div.sitemap-1st > a {
	display: none;
}

body#individual #promos3 .area-local-navi div.sitemap-1st {
	display: none;
}

body#individual #promos3 .area-local-navi div.sitemap-1st > ul > li {
	width: 375px;
	margin-left: 36px;
	margin-bottom: 24px;
}

body#individual #promos3 .area-local-navi div.sitemap-1st > ul > li:nth-child(3n+1) {
	margin-left: 0;
}

body#individual #promos3 .area-local-navi div.sitemap-1st > ul > li > a {
	padding: 150px 10px 25px;
	font-size: 18px;
	font-size: 1.8rem;
}

body#individual #promos3 .area-local-navi div.sitemap-1st > ul > li > a br {
	display: none;
}

body#individual #promos3 .area-local-navi div.sitemap-1st > ul > li > a:hover {
	padding: 147px 6px 21px;
}

body#individual #promos3 .area-local-navi div.sitemap-1st > ul > li > a:after {
	display: inline-block;
	content: "";
	width: 8px;
	height: 12px;
	margin: 0.2em 8px 0 8px;
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat -8px -9px;
	vertical-align: top;
}

body#individual #promos3 .area-local-navi div.sitemap-1st > ul > li > a:before {
	background-image: url("../../../../../../resources/sw_img/individual_sprite01.png");
}

body#individual #promos3 .area-local-navi div.sitemap-1st > ul > li > a:hover:before {
	margin-top: 0;
}

body#individual #promos3 .area-local-navi div.sitemap-1st > ul > li > a[href*="/beginner."]:before {
	top: 46px;
	width: 112px;
	height: 70px;
	margin-left: -56px;
	background-position: 0 -60px;
}
body#individual #promos3 .area-local-navi div.sitemap-1st > ul > li > a[href*="/beginner."]:hover:before {
	top: 35px;
	width: 132px;
	height: 83px;
	margin-left: -66px;
	background-position: 0 -270px;
}

body#individual #promos3 .area-local-navi div.sitemap-1st > ul > li > a[href*="/merit."]:before {
	top: 35px;
	width: 104px;
	height: 84px;
	margin-left: -52px;
	background-position: -130px -60px;
}
body#individual #promos3 .area-local-navi div.sitemap-1st > ul > li > a[href*="/merit."]:hover:before {
	top: 27px;
	width: 120px;
	height: 97px;
	margin-left: -60px;
	background-position: -150px -270px;
}

body#individual #promos3 .area-local-navi div.sitemap-1st > ul > li > a[href*="/history."]:before {
	top: 35px;
	width: 86px;
	height: 95px;
	margin-left: -43px;
	background-position: -250px -60px;
}
body#individual #promos3 .area-local-navi div.sitemap-1st > ul > li > a[href*="/history."]:hover:before {
	top: 25px;
	width: 98px;
	height: 109px;
	margin-left: -49px;
	background-position: -280px -270px;
}

body#individual #promos3 .area-local-navi div.sitemap-1st > ul > li > a[href*="/advantage."]:before {
	top: 32px;
	width: 110px;
	height: 88px;
	margin-left: -55px;
	background-position: -350px -60px;
}
body#individual #promos3 .area-local-navi div.sitemap-1st > ul > li > a[href*="/advantage."]:hover:before {
	top: 23px;
	width: 126px;
	height: 99px;
	margin-left: -63px;
	background-position: -390px -270px;
}

body#individual #promos3 .area-local-navi div.sitemap-1st > ul > li > a[href*="/group."]:before {
	top: 29px;
	width: 139px;
	height: 100px;
	margin-left: -70px;
	background-position: 0 -160px;
}
body#individual #promos3 .area-local-navi div.sitemap-1st > ul > li > a[href*="/group."]:hover:before {
	top: 19px;
	width: 154px;
	height: 112px;
	margin-left: -77px;
	background-position: 0 -390px;
}

body#individual #promos3 .area-local-navi div.sitemap-1st > ul > li > a[href*="/value."]:before {
	top: 35px;
	width: 92px;
	height: 87px;
	margin-left: -46px;
	background-position: -150px -160px;
}
body#individual #promos3 .area-local-navi div.sitemap-1st > ul > li > a[href*="/value."]:hover:before {
	top: 26px;
	width: 106px;
	height: 100px;
	margin-left: -53px;
	background-position: -170px -390px;
}


/*-- フッターバナースライダー --*/
#promos3 .area-slider {
	display: block;
	width: 100%;
	min-width: 1200px;
	height: 160px;
	margin: 0 auto 80px;
}

#promos3 .area-slider:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	min-width: 1200px;
	height: 160px;
	background: #eeedf5;
}

#promos3 .area-slider > .column1 {
	margin: auto;
	height: auto;

	width: 1120px;
	margin: 0 auto;
	padding: 38px 32px 32px;
}

#promos3 .area-slider .slick-slide  > .column1 {
	padding: 0 20px
}

#promos3 .area-slider .slick-arrow {
	position: absolute;
	top: 50%;
	width: 12px;
	height: 20px;
	margin-top: -10px;
	background: #eeedf5;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	z-index: 2;
}

#promos3 .area-slider .slick-prev {
	left: -40px;
}

#promos3 .area-slider .slick-next {
	right: -40px;
}

#promos3 .area-slider .slick-prev:before ,
#promos3 .area-slider .slick-next:before {
	content: none;
}

#promos3 .area-slider .slick-prev:after ,
#promos3 .area-slider .slick-next:after {
	position: absolute;
	content: "";
	top: 50%;
	width: 12px;
	height: 20px;
	margin-top: -10px;
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat 0 0;
}

#promos3 .area-slider .slick-prev:after {
	left: 0;
	background-position: -35px -93px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#promos3 .area-slider .slick-next:after {
	right: 0;
	background-position: -35px -93px;
}


/*-- 装飾用 --*/

img.large[src$=".svg"] {
	width: 100% !important;
}


/*-- インデックスページ --*/
body[id="index"] #sharewithmain {
	width: 933px;
	margin-left: 0;
	text-align: left;
	font-size: 0;
}

body[id="index"] [role="main"] > .multiColumn1 ,
body[id="index"] [role="main"] > .multiColumn2 ,
body[id="index"] [role="main"] > .multiColumn3 ,
body[id="index"] [role="main"] > .multiColumn4 ,
body[id="index"] [role="main"] > .multiColumn5 {
	clear: none;
	display: inline-block;
	vertical-align: top;
}

body[id="index"] [role="main"] > div > .column1 {
	float: none;
	width: 100%;
	margin-right: 0;
	font-size: 14px;
}

body[id="index"] [role="main"] > .empty ,
body[id="index"] [role="main"] > div > .column1.empty ,
body[id="index"] [role="main"] > div > .column2 ,
body[id="index"] [role="main"] > div > .column3 ,
body[id="index"] [role="main"] > div > .column4 ,
body[id="index"] [role="main"] > div > .column5 {
	display: none;
}

body[id="index"] [role="main"] > .multiColumn1 {
	width: 912px;
}
body[id="index"] [role="main"] > .multiColumn2 {
	width: 446px;
	margin-right: 20px;
}
body[id="index"] [role="main"] > .multiColumn3 {
	width: 290px;
	margin-right: 21px;
}
body[id="index"] [role="main"] > .multiColumn4 {
	width: 213px;
	margin-right: 20px;
}
body[id="index"] [role="main"] > .multiColumn5 {
	width: 168px;
	margin-right: 18px;
}



/* 枠線付きカラム */
[role="main"] > .layout_borderbox01.multiColumn1 ,
[role="main"] > .layout_borderbox01.multiColumn2 {
	display: block;
	border: 1px solid #ddd;
	padding: 30px 30px 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

[role="main"] > .layout_borderbox01.multiColumn2 > .column1 {
	margin-bottom: 10px;
}

[role="main"] > .layout_borderbox01.multiColumn2 > .column1 ,
[role="main"] > .layout_borderbox01.multiColumn2 > .column2 {
	width: 405px;
	margin-bottom: 10px;
}

[role="main"] > .layout_borderbox03.multiColumn1 ,
[role="main"] > .layout_borderbox03.multiColumn2 {
	display: block;
	border: 1px solid #ddd;
	padding: 30px 30px 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

[role="main"] > .layout_borderbox03.multiColumn2 > .column1 {
	margin-bottom: 10px;
}

[role="main"] > .layout_borderbox03.multiColumn2 > .column1 ,
[role="main"] > .layout_borderbox03.multiColumn2 > .column2 {
	width: 559px;
	margin-bottom: 10px;
}



/*-- 投資家情報トップ --*/
body#ir_top #nav {
	display: none;
}

body#ir_top #wrapper-2 {
	width: auto;
	min-width: 1200px;
}

body#ir_top #wrapper-3 {
	width: auto;
	float: none;
	margin-bottom: 0;
}

body#ir_top #page-intro {
	width: 1200px;
	margin: 0 auto 20px;
}

body#ir_top #sharewithmain {
}

body#ir_top #area-slider {
	display: none;
}

body[id="ir_top"] [role="main"] > .multiColumn1 ,
body[id="ir_top"] [role="main"] > .multiColumn2 ,
body[id="ir_top"] [role="main"] > .multiColumn3 ,
body[id="ir_top"] [role="main"] > .multiColumn4 ,
body[id="ir_top"] [role="main"] > .multiColumn5 {
	text-align: center;
	vertical-align: top;
	font-size: 0;
}

body[id="ir_top"] [role="main"] > .multiColumn1 > div ,
body[id="ir_top"] [role="main"] > .multiColumn2 > div ,
body[id="ir_top"] [role="main"] > .multiColumn3 > div ,
body[id="ir_top"] [role="main"] > .multiColumn4 > div ,
body[id="ir_top"] [role="main"] > .multiColumn5 > div {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 1.6rem;
	text-align: left;
}

body[id="ir_top"] [role="main"] > .multiColumn1 > .column1 {
	width: 1200px;
}

body[id="ir_top"] [role="main"] > .multiColumn2 > .column1 ,
body[id="ir_top"] [role="main"] > .multiColumn2 > .column2 {
	width: 582px;
}
body[id="ir_top"] [role="main"] > .multiColumn2 > .column1 {
	margin-right: 36px;
}

body[id="ir_top"] [role="main"] > .multiColumn3 > .column1 ,
body[id="ir_top"] [role="main"] > .multiColumn3 > .column2 ,
body[id="ir_top"] [role="main"] > .multiColumn3 > .column3 {
	width: 376px;
}
body[id="ir_top"] [role="main"] > .multiColumn3 > .column1 ,
body[id="ir_top"] [role="main"] > .multiColumn3 > .column2 {
	margin-right: 36px;
}

body[id="ir_top"] [role="main"] > .multiColumn4 > .column1 ,
body[id="ir_top"] [role="main"] > .multiColumn4 > .column2 ,
body[id="ir_top"] [role="main"] > .multiColumn4 > .column3 ,
body[id="ir_top"] [role="main"] > .multiColumn4 > .column4 {
	width: 273px;
}
body[id="ir_top"] [role="main"] > .multiColumn4 > .column1 ,
body[id="ir_top"] [role="main"] > .multiColumn4 > .column2 ,
body[id="ir_top"] [role="main"] > .multiColumn4 > .column3 {
	margin-right: 36px;
}

body[id="ir_top"] [role="main"] > .multiColumn5 > .column1 ,
body[id="ir_top"] [role="main"] > .multiColumn5 > .column2 ,
body[id="ir_top"] [role="main"] > .multiColumn5 > .column3 ,
body[id="ir_top"] [role="main"] > .multiColumn5 > .column4 ,
body[id="ir_top"] [role="main"] > .multiColumn5 > .column5 {
	width: 216px;
}
body[id="ir_top"] [role="main"] > .multiColumn5 > .column1 ,
body[id="ir_top"] [role="main"] > .multiColumn5 > .column2 ,
body[id="ir_top"] [role="main"] > .multiColumn5 > .column3 ,
body[id="ir_top"] [role="main"] > .multiColumn5 > .column4 {
	margin-right: 30px;
}


/*-- 投資家情報トップ MVスライダー --*/
#sharewithmain > .layout_topbox01 {
	background: #eeedf5;
	margin-bottom: 50px;
}

#sharewithmain > .layout_topbox01 > .column1 {
	margin: auto;
	width: 100%;
	height: 380px;
	overflow: hidden;
	position: relative;
}

#sharewithmain .stockPrice {
	position: absolute;
	top: 0;
	width: 270px;
	height: 380px;
	right: 50%;
	top: 0;
	margin-right: -600px;
}

#sharewithmain .stockPrice a {
	display: block;
}

#sharewithmain .stockPrice a:hover img {
	opacity: 0.9;
}

body#ir_top #sharewithmain .area-mv-slider ,
#area-mv-slider {
	width: 1920px;
	height: 380px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
}


body#ir_top #sharewithmain .area-mv-slider > .column1 ,
#area-mv-slider > .column1 {
	margin: auto;
	width: auto;
	float: none;
}

#area-mv-slider .slick-initialized .slick-slide {
	position: relative;
	cursor: inherit;
}

#area-mv-slider .slick-initialized .slick-slide > .column1 {
	width: 1980px;
	margin-bottom: 0;
}

#area-mv-slider .slick-initialized .slick-slide > .column2 {
	position: absolute;
	top: 90px;
	left: 50%;
	width: 900px;
	margin-left: -600px;
	font-size: 2.2rem;
}

#area-mv-slider .slick-slide img {
	margin: 0;
}

#area-mv-slider .slick-dots {
	position: absolute;
	bottom: 29px;
	left: 50%;
	width: auto;
	height: 6px;
	margin-left: -600px;
}

#area-mv-slider .slick-dots > li {
	margin: 0;
	display: inline-block;
	width: 40px;
	height: 6px;
	margin-right: 5px;
	background: #5f5f61;
	cursor: pointer;
}

#area-mv-slider .slick-dots > li.slick-active {
	background: #e26500;
}

#area-mv-slider .slick-dots > li > button {
	display: none;
	border: none;
	font-size: 0;
	line-height: 0;
}



#area-mv-slider .slick-slide div.title2 h2 {
	margin: 0;
	padding: 0;
	border: none;
	line-height: inherit;

	font-size: 48px;
	font-size: 4.8rem;
	font-weight: normal;
}

#area-mv-slider .slick-slide div.text-section {
	margin-bottom: 0;
}

#area-mv-slider .slick-slide div.text-section br {
	display: none;
}

#area-mv-slider .slick-slide div.teaser.no-img ,
#area-mv-slider .slick-slide div.external-teaser.no-img {
	display: inline-block;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 10px;
}

#area-mv-slider .slick-slide div.teaser.no-img  h2 a ,
#area-mv-slider .slick-slide div.external-teaser.no-img h2 a {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 1.8rem;
}

/* 文字色を白に */
#area-mv-slider .slick-slide.layout_basecolor_white {
	color: #fff;
}

#area-mv-slider .slick-slide.layout_basecolor_white div.teaser.no-img h2 a ,
#area-mv-slider .slick-slide.layout_basecolor_white div.external-teaser.no-img h2 a {
	border-color: #fff;
}

#area-mv-slider .slick-slide.layout_basecolor_white div.teaser.no-img h2 a:before ,
#area-mv-slider .slick-slide.layout_basecolor_white div.external-teaser.no-img h2 a:before {
	background-position: -27px -10px;
}


/* 投資家情報トップ 2:1カラム */
#sharewithmain .layout_topbox_ratio21 {
}
body[id="ir_top"] [role="main"] > .layout_topbox_ratio21.multiColumn2 > .column1 {
	width: calc(376px * 2 + 36px);
	margin-right: 36px;
}
body[id="ir_top"] [role="main"] > .layout_topbox_ratio21.multiColumn2 > .column2 {
	width: 376px;
}



/* 投資家情報トップ バナーs */
.layout_topbox_irmail div.teaser.no-img.highlight ,
.layout_topbox_irmail div.external-teaser.no-img.highlight {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;

	background: #e3e2ef;
	padding: 33px 30px;
	margin-bottom: 20px;
}

.layout_topbox_irmail div.teaser.no-img.highlight h2 ,
.layout_topbox_irmail div.external-teaser.no-img.highlight h2 {
	position: relative;
	width: 100%;
	margin-bottom: 0;
	line-height: 1.7;
}

.layout_topbox_irmail div.teaser.no-img.highlight h2 a ,
.layout_topbox_irmail div.external-teaser.no-img.highlight h2 a {
	display: block;
	padding: 12px 30px 11px 15px;
	border: 1px solid #555;
	text-align: center;
	font-size: 1.6rem;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.layout_topbox_irmail div.teaser.no-img.highlight h2 a[target="_blank"]:after ,
.layout_topbox_irmail div.external-teaser.no-img.highlight h2 a[target="_blank"]:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 14px;
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	background-position: -65px -9px;
}

.layout_topbox_irmail div.teaser.no-img.highlight p ,
.layout_topbox_irmail div.external-teaser.no-img.highlight p {
	position: relative;
	padding-left: 55px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	margin-bottom: 20px;
}

.layout_topbox_irmail div.teaser.no-img.highlight p:before ,
.layout_topbox_irmail div.external-teaser.no-img.highlight p:before {
	position: absolute;
	content: "";
	top: 2px;
	left: 7px;
	width: 32px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat -8px -42px;
}

.layout_topbox_irmail div.teaser.no-img.highlight h2 a:hover ,
.layout_topbox_irmail div.external-teaser.no-img.highlight h2 a:hover {
	background-color: #122968;
	border-color: #122968;
	color: #fff;
}

.layout_topbox_irmail div.teaser.no-img.highlight h2 a[target="_blank"]:hover:after ,
.layout_topbox_irmail div.external-teaser.no-img.highlight h2 a[target="_blank"]:hover:after {
	background-position: -89px -9px;
}


/*-- IRニュース・最新決算資料・人気・IRイベント --*/
.layout_topbox_news div.title2 h2 {
	border: none;
	margin-top: 0;
	padding-left: 0;
}


.layout_topbox_favorite div.text-section.highlight {
	padding: 25px 30px 40px;
	background: #f1eede;
	text-align: center;
}

.layout_topbox_event div.text-section.highlight {
	padding: 28px 30px;
	background: #ebebeb;
	text-align: center;
}

.layout_topbox_favorite div.text-section.highlight h2 ,
.layout_topbox_event div.text-section.highlight h2 {
	border: none;
	padding: 0;
	margin: 0;

	display: inline-block;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 55px;
	margin-bottom: 20px;
	position: relative;
}

.layout_topbox_favorite div.text-section.highlight > div,
.layout_topbox_event div.text-section.highlight > div {
	text-align: left;
}

.layout_topbox_favorite div.text-section.highlight h2 .icon_crown:before ,
.layout_topbox_event div.text-section.highlight h2 .icon_crown:before {
	position: absolute;
	content: "";
	top: -3px;
	left: 16px;
	width: 28px;
	height: 25px;
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat -87px -40px;
}

.layout_topbox_favorite div.text-section.highlight h2 .icon_calendar:before ,
.layout_topbox_event div.text-section.highlight h2 .icon_calendar:before {
	position: absolute;
	content: "";
	top: -3px;
	left: 18px;
	width: 26px;
	height: 30px;
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat -51px -35px;
}


.layout_topbox_favorite div.text-section.highlight a ,
.layout_topbox_event div.text-section.highlight a {
	display: inline-block;
	position: relative;
	padding-left: 18px;
	color: inherit;
	margin: 5px 0;
}

.layout_topbox_favorite div.text-section.highlight a:before ,
.layout_topbox_event div.text-section.highlight a:before {
	position: absolute;
	content: "";
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat;
	top: 0.25em;
	left: 0;
	width: 8px;
	height: 12px;
	background-position: -8px -9px;
}





/*-- 最新決算資料 --*/
body#ir_top .layout_topbox03_1.multiColumn2 {
	padding: 40px 40px 20px 40px;
	border: 1px solid #dddddd;
}

body#ir_top .layout_topbox_ratio21 > .column1 .layout_topbox03_1.multiColumn2 > .column1 {
	width: 230px;
	margin-right: 30px;
}

body#ir_top .layout_topbox_ratio21 > .column1 .layout_topbox03_1.multiColumn2 > .column2 {
	width: 441px;
}


body#ir_top .layout_topbox03_1 div.title4 h4 {
	margin-top: 0;
}

body#ir_top .layout_topbox03_1 div.download-teaser.no-img:not(.highlight) h2 a {
	padding-left: 20px;
	padding-right: 35px;
}

body#ir_top .layout_topbox03_1 div.download-teaser.no-img:not(.highlight) h2 a[href$=".zip"]:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 14px;
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat;
	width: 14px;
	height: 14px;
	margin: -7px 0 0 10px;
	background-position: -137px -8px;
}



/* 投資家情報トップ その他IR情報 */
body#ir_top [role="main"] > .layout_topbox05 > .column1 {
	margin-top: 25px;
	margin-bottom: 0;
}

.layout_topbox05 div.title4 h4 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	margin-bottom: 25px;
}

.layout_topbox05 div.link-list li[class] {
	margin: 0;
	padding: 0;

	display: inline-block;
	border-left: 1px solid #cccccc;
	padding-left: 18px;
	margin-left: 18px;
	margin-bottom: 10px;
}

.layout_topbox05 div.link-list li[class]:before {
	content: none;
}

.layout_topbox05 div.link-list li[class]:first-child {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}

.layout_topbox05 div.link-list li[class] a {
}



/*-- 事業等のリスク --*/
.layout_hide_qa_mark div.faq-list h3:before ,
.layout_hide_qa_mark div.faq-item:before {
	content: none;
}
.layout_hide_qa_mark div.faq-list h3 a ,
.layout_hide_qa_mark div.faq-item {
	padding-left: 24px;
}



/*-- 三菱総研グループレポート --*/
.layout_teaser_group div.teaser.no-img:not(.highlight) ,
.layout_teaser_group div.external-teaser.no-img:not(.highlight) {
	display: inline-block;
	margin-right: 15px;
}

.layout_teaser_group div.teaser.no-img:not(.highlight):last-child ,
.layout_teaser_group div.external-teaser.no-img:not(.highlight):last-child {
	margin-right: 0;
}

/*
.layout_teaser_group div.teaser.no-img:not(.highlight) + div.teaser.no-img:not(.highlight) ,
.layout_teaser_group div.teaser.no-img:not(.highlight) + div.external-teaser.no-img:not(.highlight) ,
.layout_teaser_group div.external-teaser.no-img:not(.highlight) + div.teaser.no-img:not(.highlight) ,
.layout_teaser_group div.external-teaser.no-img:not(.highlight) + div.external-teaser.no-img:not(.highlight) {
	margin-left: 15px;
}
*/

.layout_teaser_group div.teaser.no-img:not(.highlight) h2 ,
.layout_teaser_group div.external-teaser.no-img:not(.highlight) h2 {
}

.layout_teaser_group div.teaser.no-img:not(.highlight) h2 a ,
.layout_teaser_group div.external-teaser.no-img:not(.highlight) h2 a {
	padding-left: 12px;
	padding-right: 35px;
	text-align: left;
	text-decoration: none;
	border-color: #ddd;
}

.layout_teaser_group div.teaser.no-img:not(.highlight) h2 a.act ,
.layout_teaser_group div.external-teaser.no-img:not(.highlight) h2 a.act ,
.layout_teaser_group div.teaser.no-img:not(.highlight) h2 a:hover ,
.layout_teaser_group div.external-teaser.no-img:not(.highlight) h2 a:hover {
	background-color: #122968;
	border-color: #122968;
	color: #fff;
}

.layout_teaser_group div.teaser.no-img:not(.highlight) h2 a.act:before ,
.layout_teaser_group div.external-teaser.no-img:not(.highlight) h2 a.act:before ,
.layout_teaser_group div.teaser.no-img:not(.highlight) h2 a:hover:before ,
.layout_teaser_group div.external-teaser.no-img:not(.highlight) h2 a:hover:before {
	background-position: -27px -10px;
}




/*-- J stream動画 --*/
/*会社紹介ムービー・研究員によるテーマ解説動画 */
/*
#sharewithmain .jstream-eqPlayer {
	background-color: inherit !important;
	position: relative !important;
	width: 100% !important;
	height: auto !important;
	margin-bottom: 20px !important;
}
#sharewithmain .jstream-eqPlayer:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

#sharewithmain .multiColumn1 .jstream-eqPlayer > div:nth-of-type(1) ,
#sharewithmain .multiColumn2 .jstream-eqPlayer > div:nth-of-type(1) {
	position: absolute !important;
	width: 100% !important;
	height: 251px !important;
	top: 0 !important;
}

#sharewithmain .multiColumn1 .jstream-eqPlayer > div:nth-of-type(1) {
	height: 360px !important;
}

#sharewithmain .jstream-eqPlayer > div img:first-child {
	width: 100% !important;
	height: auto !important;
	left: 0 !important;
}
*/


/*-- 研究員によるテーマ解説動画 --*/
body[id="movie"] div.link-list.highlight ul {
	text-align: right;
}

body[id="movie"] div.link-list.highlight li[class] {
	min-width: auto;
	padding-left: 0;
	margin-right: 0;
	margin-left: 20px;
}

body[id="movie"] div.link-list.highlight li:before {
	content: none;
}

body[id="movie"] div.link-list.highlight li a[href*="//www.facebook.com/"] {
	display: block;
	width: 36px;
	height: 36px;
	background: url("../../../../../../resources/sw_img/sns_sprite01.png") no-repeat 0 0;
	font-size: 0;
	text-indent: 9999px;
}

body[id="movie"] div.link-list.highlight li a[href*="//twitter.com/"] {
	display: block;
	width: 36px;
	height: 36px;
	background: url("../../../../../../resources/sw_img/sns_sprite01.png") no-repeat 0 0;
	font-size: 0;
	text-indent: 9999px;
	background-position: -51px 0;
}

body[id="movie"] div.link-list.highlight li a[href*="//plus.google.com/"] {
	display: block;
	width: 36px;
	height: 36px;
	background: url("../../../../../../resources/sw_img/sns_sprite01.png") no-repeat 0 0;
	font-size: 0;
	text-indent: 9999px;
	background-position: -102px 0;
}

body[id="movie"] div.link-list.highlight li a[href*="//www.facebook.com/"]:after ,
body[id="movie"] div.link-list.highlight li a[href*="//twitter.com/"]:after ,
body[id="movie"] div.link-list.highlight li a[href*="//plus.google.com/"]:after {
	content: none;
}

body[id="movie"] div.link-list.highlight li a[href*="//www.facebook.com/"]:hover ,
body[id="movie"] div.link-list.highlight li a[href*="//twitter.com/"]:hover ,
body[id="movie"] div.link-list.highlight li a[href*="//plus.google.com/"]:hover {
	opacity: 0.7;
}



/*-- はじめての三菱総研 --*/
#sharewithmain > .layout_borderbox02 {
	display: block;
	border-bottom: 1px solid #ddd;
}

#sharewithmain > .layout_borderbox02.multiColumn2 > .column1 ,
#sharewithmain > .layout_borderbox02.multiColumn2 > .column2 {
	box-sizing: border-box;
	width: 600px;
	margin-right: 0;
	margin-bottom: 0;
	padding: 12px 18px 0;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#sharewithmain > .layout_borderbox02.multiColumn2 > .column1 {
	border-left: 1px solid #ddd;
}

#sharewithmain > .layout_borderbox02.multiColumn2 > .column2.empty {
	display: none;
}

#sharewithmain > .layout_borderbox02 + .layout_borderbox02.multiColumn2  {
	margin-top: -1px;
}



/*-- 当社株主になるメリット --*/
.layout_bgbox_merit01.multiColumn2 {
	display: block;
	background-color: #f1eede;
	margin-bottom: 30px;
}

[role="main"] > .layout_bgbox_merit01.multiColumn2 > .column1 {
	margin: 0;
	width: 400px;
}

[role="main"] > .layout_bgbox_merit01.multiColumn2 > .column2 {
	margin: 0;
	box-sizing: border-box;
	width: 720px;
	width: calc(100% - 400px);
	padding: 30px 40px 10px;
}

[role="main"] > .layout_bgbox_merit01.multiColumn2 > .column1 * {
	margin-bottom: 0;
}

.layout_bgbox_merit01 div.title3 h3 {
	border: none;
	margin: 0;
	padding: 0;

	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	color: #182e6c;
	margin-bottom: 15px;
}

.layout_bgbox_merit01 div.title3 h3 span {
	display: inline-block;
	width: 46px;
	height: 46px;
	margin-right: 20px;
	padding-right: 5px;
	background-color: #baa459;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: normal;
	color: #fff;
	text-align: center;
	font-style: italic;
}


/*-- 三菱総研のあゆみ --*/
body#history div.ircalendar table ,
body#history div.ircalendar tbody ,
body#history div.ircalendar tr ,
body#history div.ircalendar th ,
body#history div.ircalendar td {
	border: none;
	margin: 0;
	padding: 0;
	display: block;
	width: auto;
	overflow: visible;
}

body#history div.ircalendar {
	position: relative;
	margin-top: 30px;
	padding-bottom: 45px;
	padding-left: 415px;
}

body#history div.ircalendar:before {
	content: "";
	background-color: #f1f5fc;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 355px;
	height: 100%;
	border-radius: 7px;
	z-index: -1;
}

body#history div.ircalendar > div {
	position: relative;
}

body#history div.ircalendar > div:before {
	position: absolute;
	content: "";
	top: 42px;
	width: 3px;
	height: 100%;
	background-color: #2e4a97;
}

body#history div.ircalendar > div:after {
	position: absolute;
	content: "";
	bottom: -45px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 7px 0 7px;
	border-color: #2e4a97 transparent transparent transparent;
	margin-left: -6px;
}

body#history div.ircalendar-title > table ,
body#history div.ircalendar-item > table {
	position: relative;
}


body#history div.ircalendar-title > table > tbody > tr > th.ircalendar-item1 ,
body#history div.ircalendar-item > table > tbody >tr > td.ircalendar-item1 {
	position: relative;
	margin-top: 40px;
	padding-left: 60px;
	padding-bottom: 10px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #2e4a97;
}

body#history div.ircalendar-title > table > tbody > tr > th.ircalendar-item1:before ,
body#history div.ircalendar-item > table > tbody >tr > td.ircalendar-item1:before {
	display: inline-block;
	position: absolute;
	content: "●";
	bottom: -12px;
	left: -10px;
	width: 22px;
	height: 22px;
	padding: 1px 0 0 1px;
	background: #fff no-repeat 50% 50%;
	border-radius: 50%;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	line-height: 21px;
	z-index: 3;
}

body#history div.ircalendar-title > table > tbody > tr > th.ircalendar-item1:after ,
body#history div.ircalendar-item > table > tbody >tr > td.ircalendar-item1:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}


body#history div.ircalendar-title > table > tbody > tr > th.ircalendar-item2 ,
body#history div.ircalendar-item > table > tbody >tr > td.ircalendar-item2 {
	margin-top: 15px;
	padding-left: 60px;
}

body#history div.ircalendar-title > table > tbody > tr > th.ircalendar-item3 ,
body#history div.ircalendar-item > table > tbody >tr > td.ircalendar-item3 {
	position: absolute;
	left: -415px;
	width: 355px;
	top: 47px;

	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #2e4a97;
	text-align: center;
}

body#history div.ircalendar-title:first-child > table > tbody > tr > th.ircalendar-item3.no-img:after ,
body#history div.ircalendar-item:first-child > table > tbody >tr > td.ircalendar-item3.no-img:after {
	content: "売上高の推移";
	display: block;
	text-align: center;
}

body#history div.ircalendar-title > table > tbody > tr > th.ircalendar-item3 img ,
body#history div.ircalendar-item > table > tbody >tr > td.ircalendar-item3 img {
	margin-bottom: 0;
	transform: translate( 0, -50% );
}

body#history div.ircalendar-title > table > tbody > tr > th.ircalendar-item3.has-img:before ,
body#history div.ircalendar-item > table > tbody >tr > td.ircalendar-item3.has-img:before {
	position: absolute;
	content: "";
	width: calc(50% + 50px);
	height: 1px;
	background-color: #ccc;
	top: -1px;
	right: -50px;
}

body#history div.ircalendar-title > table > tbody > tr > th a ,
body#history div.ircalendar-item > table > tbody >tr > td a {
	display: inline-block;
	position: relative;
	padding: 12px 55px 11px 40px;
	color: inherit;
	text-align: center;
	text-decoration: none;
	border: 1px solid #555;
	box-sizing: border-box;
	min-width: 270px;
	margin-top: 20px;
}

body#history div.ircalendar-title > table > tbody > tr > th a:before ,
body#history div.ircalendar-item > table > tbody >tr > td a:before {
	position: absolute;
	content: "";
	top: 50%;
	right: 14px;
	background: url("../../../../../../resources/sw_img/com_sprite01.png") no-repeat;
	width: 7px;
	height: 12px;
	margin-top: -6px;
	background-position: -8px -9px;
}

body#history div.ircalendar-title > table > tbody > tr > th a:hover ,
body#history div.ircalendar-item > table > tbody >tr > td a:hover {
	background-color: #122968;
	border-color: #122968;
	color: #fff;
}

body#history div.ircalendar-title > table > tbody > tr > th a:hover:before ,
body#history div.ircalendar-item > table > tbody >tr > td a:hover:before {
	background-position: -27px -10px;
}



/*-- 数字で見る三菱総研 --*/
.layout_box_number.multiColumn2 > .column1 ,
.layout_box_number.multiColumn2 > .column2 {
	box-sizing: border-box;
	padding: 18px 20px 0;
	background: #f3f3f3;
	border: 1px solid #ddd;
}

.layout_box_number.multiColumn2 div.title3.highlight h3 {
	background: #eceaf6;
	border-bottom: 1px solid #ddd;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.2;
	padding: 18px 20px 16px;
	margin: -18px -20px 16px;
}




/*-- サイトの使い方 --*/
.layout_img_inline div.text-section {
	margin-bottom: 0;
}

.layout_img_inline div.text-section > p {
	display: inline;
}

.layout_img_inline div.text-section img {
	display: inline-block;
	float: none;
	vertical-align: middle;
}



/*-- 言語切り替えボタンスタイル --*/
.lang_link.hidden {
	display: none !important;
}

.lang_link {
	position: absolute;
	top: -60px;
	left: 1100px;
}

body#ir_top .lang_link {
	top: -40px;
}

.lang_link a {
	display: block;
	background:#ddd;
	border-radius:6px;
	padding: 1px;
	box-shadow: 1px 1px 2px #777 inset;
	white-space: nowrap;
}

.lang_link span {
	display: inline-block;
	width:35px;
	height:24px;
	font-size:12px;
	line-height:24px;
	color:#666;
	font-weight: normal;
	text-align:center;
	border-radius:5px;
	text-decoration: none;
	white-space: nowrap;
}

.lang_link .active{
	background: #14356C;
	color: #fff;
}
.lang_link .inactive {
}



/*----- クッキー警告ダイアログ -----*/
#site-info .area-cookie-warning {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	min-width: 1000px;
	max-height: 250px;
	background-color: #f0f0f0;
	border-bottom: 1px solid #ccc;
	z-index: 1000;
	-moz-box-shadow: 0px -3px 4px -1px rgba(40,40,40,0.1);
	-webkit-box-shadow: 0px -3px 4px -1px rgba(40,40,40,0.1);
	-o-box-shadow: 0px -3px 4px -1px rgba(40,40,40,0.1);
	-ms-box-shadow: 0px -3px 4px -1px rgba(40,40,40,0.1);
	box-shadow: 0px -3px 4px -1px rgba(40,40,40,0.1);

	transition: 0.5s;
}

#site-info .area-cookie-warning:not(.agree) + div {
	height: 180px;
	background-color: #f0f0f0;
}

#site-info .area-cookie-warning.agree {
	max-height: 0;

/*	transition: 0s; */
}

#site-info .area-cookie-warning > div {
	width: 1000px;
	padding: 35px 0 25px;
	margin: auto;
	color: #000;
	line-height: 1.6;
}

#site-info .area-cookie-warning > div:after {
	content: "";
	display: block;
	clear: both;
}

#site-info .area-cookie-warning .text-section {
	float: left;
}

#site-info .area-cookie-warning .text-section a ,
#site-info .area-cookie-warning .text-section b ,
#site-info .area-cookie-warning .text-section em ,
#site-info .area-cookie-warning .text-section i ,
#site-info .area-cookie-warning .text-section strong ,
#site-info .area-cookie-warning .text-section span {
	display: inline;
}

#site-info .area-cookie-warning .text-section strong {
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
}

#site-info .area-cookie-warning .text-section a {
	position: relative;
	display: inline-block;
	padding-left: 1.4em;
	margin-top: 10px;
}

#site-info .area-cookie-warning .text-section a::before {
	content: "";
	width: 1em;
	height: 1em;
	display: inline-block;
	position: absolute;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3Bstroke%3A%23222222%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Earrow_right%3C%2Ftitle%3E%3Cpolyline%20class%3D%22a%22%20points%3D%2210.01%205%2014%209%200%209%22%2F%3E%3C%2Fsvg%3E') no-repeat left center;
	top: 0.3em;
	left: 0;
	margin: 0;
}

#site-info .area-cookie-warning .text-section a:hover {
	text-decoration: none;
}

#site-info .area-cookie-warning .title4.highlight {
	float: right;
	margin-top: 40px;
}

#site-info .area-cookie-warning .title4.highlight h4 {
	box-sizing: border-box;
	display: block;
	width: 200px;
	padding: 20px;
	color: #fff;
	background-color: #002D72;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.375;
	cursor: pointer;
}




/*-- 404 page --*/
#page404 #promos3 .area-slider {
	display: none;
}


/* -- 印刷用 -- */
@media print {
	.layout_no_print ,
	.layout_no-print ,
	.no-print {
		display: none !important;
	}

}
