@charset "utf-8";
/*------------------ based on 17/02/01 */
/*@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/
/* --------------------------------------
 cssの初期化
-------------------------------------- */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	word-break: normal;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

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;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

th,
td {
	vertical-align: top;
	text-align: left;
	word-break: break-all;
}

ol,ul {
	list-style:none;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
}

/* 全体のfontsizeを変更したい場合は、.column1～5を変更する事 */
body {
	color:#333333;
	font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
	font-size:16px;
	line-height:1.4;
	background:#FFF;
}



/* hidden & skip link  */
.aural,
#logo strong,
#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,
.vcard .type {      
	display: block;  
    position: absolute;
    overflow: hidden;
	left: -9999px;
    width: 1px;
    height: 1px;
}


#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,
div.internal-link-area > a:after,
div.external-link-area > a:after,
div.download-link-area > a:after,
div.faq-list .faq-item:after,
div.event-list #event-pager ul:after {
	content: " ";
    display: block;
    clear: both;
}

.clr:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}



/* バナー・リスト 内部リンク先非公開時 */
/*.internal-link-area .note_tx , */
/*.internal-link-text .note_tx , */
.banner .note_tx ,
.teaser .note_tx ,
.h-teaser .note_tx ,
.f-teaser .note_tx {
	position: absolute;
	z-index: 1;
}




/* Links */
a {
	color: #005bac;
	text-decoration: none;
}
a img {
	border: 0;
}
em.more {
	display: block;
	background: url(../../img/icons/mobile-sprites.png) 0 5px no-repeat;
	padding: 0 0 0 14px;
	font-style: normal;
	font-weight: bold;
}
.teaser em.more {
	display:none;
}

/* Global Boxes */
#nav-global,
/*#nav,*/
#section-header,
.opener,
.teaser,
.tagcloud,
#page-intro,
.box,
.text,
#stage,
.promo,
.rack-teaser,
.text-box-section,
.toc-box-section,
.superpromo-section,
#comments li,
fieldset,
.media-index dl,
.pager li,
.super-list li,
#glossary-index li,
.glossary-box,
#sitemap .links,
.photo-index .photo,
.vcard,
.text dl.media,
.text-box-toc li a,
.toc-box-toc li a,
.superpromos-toc li a,
.text-box-tabs  {
	/*background: #fff;
	margin: 10px 5px;
	border: 1px solid #d9d9d9;
	padding: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
}

.box,
#promos {
	clear: both;
}

#section-header {
	background: #555;
	border: 1px solid #333;
	color: #fff;
}

/* outside boxes */
.teaser-group h5,
.box-group h5,
.text-box-tabs h2,
#comments h2,
#comments-not-yet h3,
#your-comment h2,
.new-search h2 {
	margin: 20px 0 0 10px;
}

#your-comment h2 {
	margin: 20px 0;	
}


/* Images */
/*.teaser img ,*/
/*.external-teaser img,*/
#stage img,
.promo img,
img.media,
.media img {
	margin:0 auto 10px;
}


/* Headings */
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3, 
h4,
h5 {
	font-size: 16px;
}
h1 em, 
h2 em,
h3 em {
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}


p.skip {
	position: absolute;
	top: 15px;
	right: 13px;
	margin: 0;
	padding: 0;
}
.skip a {
	display: block;
	font-size: 14px;

}

/* -- copyright -- */
.footer-about {
	clear:both;
	padding:5px 0;
	font-size:10px;
}

/* Branding */
#branding {
	background-color:#CCC;
}

#branding {
	padding-top: 61px;
}

#logo img {
	display: none;
}

#logo span {
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 10;
	display: block;
	top: 10px;
	left: 10px;
	height: 51px;
	width: 202px;
}

#logo strong {
	display: block;
}

#logo em {
	display: block;
	font-size: 14px;
}

#logo a {
	color: #fff;
}



/*------------------------------------- 
7_グリットレイアウト（テンプレート枠）
-------------------------------------*/

#html1 {
}


/* -- ナビ表示位置順 -- */
#wrapper-2 {
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;

}

#wrapper-3 {
	padding: 15px 5px 15px 15px;
}

#nav {
	width: 100%;
	overflow: hidden;
}


/* display: none */
/*#promos1, */
/*#promos2, */
#promos3 {
}


/* Footer */
#site-info {
}

#site-info-box {
}
#site-info-box:after {
	content: "";
	display: block;
	clear: both;
}

#site-info div #about .media {
	float: left;
    height: auto;
    margin: 3px 10px 0 0;
    width: 65px;
}

p#copyright {
	background-color: #005bac;
	padding: 30px 20px;
	font-size: 10px;
	color: #fff;
	text-align: center;
}

#sharewithmain {
}

/* -- マグノリアコピーライト削除 -- */
#copyright-magnolia {
	display:none;
}




/* -- -- */
#nav-box {
	font-size: 14px;
}

#nav-box input ,
#nav-box label {
	display: none;
}

/*1階層*/
#nav-box ul.navLevel_1 {
/*	border-top:#005bac 1px solid; */
}

#nav-box ul.navLevel_1 > li {
	border-bottom:#94A6D6 1px solid;
}

#nav-box ul.navLevel_1 > li > strong,
#nav-box ul.navLevel_1 > li > a {
	position: relative;
	display: block;
	padding: 14px 10px 14px 25px;
	color: #333; 
	font-weight: bold;
	text-decoration: none;
}

#nav-box ul.navLevel_1 > li > strong:before ,
#nav-box ul.navLevel_1 > li > a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -5px;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #005bac;
	border-left: 1px solid #005bac;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
/*
#nav-box ul.navLevel_1 > li.open > a:before ,
#nav-box ul.navLevel_1 > li.open > strong:before {
	margin-left: 2px;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
*/

#nav-box ul.navLevel_1 > li > a[target="_blank"]:after {
	content: "";
	background:url(../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png) left top no-repeat;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 5px;
	margin-right: 5px;
}

#nav-box ul.navLevel_1 > li > strong ,
#nav-box ul.navLevel_1 > li > a:hover {
	background-color: #e4e9ec 
}


/*2階層*/
#nav-box ul.navLevel_2 {
}

#nav-box ul.navLevel_2 > li {
	border-top:#94A6D6 1px solid;
}

#nav-box ul.navLevel_2 > li > strong,
#nav-box ul.navLevel_2 > li > a {
	position: relative;
	display: block;
	padding: 14px 10px 14px 45px;
	color: #333; 
	font-weight: normal;
	text-decoration: none;
}

#nav-box ul.navLevel_2 > li > strong:before ,
#nav-box ul.navLevel_2 > li > a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 28px;
	margin-top: -5px;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #005bac;
	border-left: 1px solid #005bac;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
/*
#nav-box ul.navLevel_2 > li.open > a:before ,
#nav-box ul.navLevel_2 > li.open > strong:before {
	margin-left: 2px;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
*/

#nav-box ul.navLevel_2 > li > a[target="_blank"]:after {
	content: "";
	background:url(../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png) left top no-repeat;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 5px;
	margin-right: 5px;
}

#nav-box ul.navLevel_2 > li > strong ,
#nav-box ul.navLevel_2 > li > a:hover {
	background-color: #e4e9ec;
}


/*3階層*/
#nav-box ul.navLevel_3 {
}

#nav-box ul.navLevel_3 > li {
	border-top:#94A6D6 1px dotted;
}

#nav-box ul.navLevel_3 > li > strong ,
#nav-box ul.navLevel_3 > li > a {
	position: relative;
	display:block;
	padding: 14px 10px 14px 65px;
	color: #333; 
	font-weight: normal;
	text-decoration: none;
}

#nav-box ul.navLevel_3 > li > strong:before ,
#nav-box ul.navLevel_3 > li > a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 48px;
	margin-top: -5px;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #005bac;
	border-left: 1px solid #005bac;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
/*
#nav-box ul.navLevel_3 > li.open > a:before ,
#nav-box ul.navLevel_3 > li.open > strong:before {
	margin-left: 2px;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
*/

#nav-box ul.navLevel_3 > li > a[target="_blank"]:after {
	content: "";
	background:url(../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png) left top no-repeat;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 5px;
	margin-right: 5px;
}

#nav-box ul.navLevel_3 > li > strong ,
#nav-box ul.navLevel_3 > li > a:hover {
	background-color: #e4e9ec; 
}


/*4階層*/
#nav-box ul.navLevel_4 {
}

#nav-box ul.navLevel_4 > li {
	border-top:#94A6D6 1px dotted;
}

#nav-box ul.navLevel_4 > li > strong ,
#nav-box ul.navLevel_4 > li > a {
	position: relative;
	display:block;
	padding: 14px 10px 14px 85px;
	color: #333; 
	font-weight: normal;
	text-decoration: none;
}

#nav-box ul.navLevel_4 > li > strong:before ,
#nav-box ul.navLevel_4 > li > a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 68px;
	margin-top: -5px;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #005bac;
	border-left: 1px solid #005bac;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
/*
#nav-box ul.navLevel_4 > li.open > a:before ,
#nav-box ul.navLevel_4 > li.open > strong:before {
	margin-left: 2px;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
*/

#nav-box ul.navLevel_4 > li > a[target="_blank"]:after {
	content: "";
	background:url(../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png) left top no-repeat;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 5px;
	margin-right: 5px;
}

#nav-box ul.navLevel_4 > li > strong ,
#nav-box ul.navLevel_4 > li > a:hover {
	background-color: #e4e9ec; 
}



/*5階層*/
#nav-box ul.navLevel_5 {
}

#nav-box ul.navLevel_5 > li {
	border-top:#94A6D6 1px dotted;
}

#nav-box ul.navLevel_5 > li > strong ,
#nav-box ul.navLevel_5 > li > a {
	position: relative;
	display:block;
	padding: 14px 10px 14px 105px;
	color: #333; 
	font-weight: normal;
	text-decoration: none;
}

#nav-box ul.navLevel_5 > li > strong:before ,
#nav-box ul.navLevel_5 > li > a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 88px;
	margin-top: -5px;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #005bac;
	border-left: 1px solid #005bac;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
/*
#nav-box ul.navLevel_5 > li.open > a:before ,
#nav-box ul.navLevel_5 > li.open > strong:before {
	margin-left: 2px;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
*/

#nav-box ul.navLevel_5 > li > a[target="_blank"]:after {
	content: "";
	background:url(../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png) left top no-repeat;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 5px;
	margin-right: 5px;
}

#nav-box ul.navLevel_5 > li > strong ,
#nav-box ul.navLevel_5 > li > a:hover {
	background-color: #e4e9ec; 
}


/* -- 第6階層以下非表示 -- */
#nav-box ul.navLevel_6 {
	display:none;
}



/* Meta Navigation */

#nav-meta {
	display: none;
}

#nav-meta ul {
	overflow: hidden;
}
#nav-meta li {
	float: right;
	list-style: none;
	margin: 5px 0 5px 5px;
	padding: 2px 5px;
}
#nav-meta li a {
	color: #fff;
	font-size: 16px;
}
/* Teasers and other Content Elements */
/*.teaser img, */
/*.external-teaser img, */
.opener img,
.superpromo-section img {
	width: 100%;
	height: auto;
}
.vcard div {
	margin: 0 0 10px 0;
	clear:both;	
}

.vcard div dt {
	width:5em;
	float:left;
	font-weight:bold;
}


.vcard .org{
	width:70%;
	clear:none;
	float:right;
	padding-left:10px;
	margin-bottom:10px;
	
}

.vcard .organization-name {
	font-weight:bold;
	font-size: 110%;
	line-height:1em;
	  
}

.vcard .photo {
	float:left;
	max-width:30%;
	margin-bottom:10px;
}

.vcard .photo img {
	max-width:100%;
}

.vcard .media.photo dd{
width:100%;
}




/* Linkslists */
.links h3 {
	margin-top: 10px;	
}
#toc ul,
.links ul {
	margin: 0;	
}
#toc li,
.links li,
.latest-comments li {
	list-style: none;
	margin: 0 -8px;
	border-top: 1px solid #d9d9d9;
	padding: 8px;	
}
#toc li:last-child,
.links li:last-child,
.latest-comments li:last-child {
	border-bottom: 1px solid #d9d9d9;	
}



.links li a,
.latest-comments li a {
	display: block;
	background: url(../../img/icons/mobile-sprites.png) 1px 4px no-repeat;
	padding-left: 15px;
}
.links .download a  {
	background-position: 0 -142px;
}
.links .external a  {
	background-position: 1px -294px;
}
.links .download em {
	display: block;
	margin-top: -5px;
	font-style: normal;
	font-size: 13px;
	color: #999;
}
.latest-comments li em {
	display: block;
	font-style: normal;
	font-weight: bold;
}
#comments h2 em {
	display: inline;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
}
.comment-count {
	display: none;	
}
/* Latest */
.latest li {
	list-style: none;
	margin: 0 -8px;
	border-bottom: 1px solid #9f9f9f;
	padding: 8px;
}
p.all {
	margin: 10px 0 0 0;
}
/* Event List */
.event-list li {
	margin: 0 -8px;
	border-bottom: 1px solid #9f9f9f;
	padding: 8px;
	list-style: none;
}
.event-list li h3 {
	margin: 5px 0;
}
.event-data li {
	list-style: disc inside;
	border-bottom: none;
	padding: 2px 8px;
	font-size: 16px;
	line-height: 16px;
}


/* Glossary */
#glossary-index li {	
	float: left;
	list-style: none;
	width:1.9em;
	text-align:center;
}
.glossary-box {	
	clear: both;
	display: block;
}
.glossary-box ul {	
	padding-left: 20px;
}


/* tagcloud */
.tagcloud ul {
	overflow: hidden;
	text-align: center;
}
.tagcloud li {
	list-style: none;
	display: inline-block;
	margin: 0 3px;
}
.tagcloud li.level-1 a {
	font-size: 15px;
}
.tagcloud li.level-2 a {
	font-size: 17px;
	font-weight: bold;
}
.tagcloud li.level-3 a {
	font-size: 20px;
}
.tagcloud li.level-4 a {
	font-size: 21px;
	font-weight: bold;
	font-style: normal;
}
.tagcloud li.level-5 a {
	font-size: 23px;
	font-weight: bold;
}


/* Text */

.text-meta {
	margin: 12px 8px 0 8px;
/*	border-top: 1px solid #d9d9d9; */
	padding: 8px 0 0 0;
	font-size: 14px;
}
.text-meta:after{
	content: "";
	clear: both;
	display: block;
}
.text-data li {
	list-style: none;	
}
.text-data li {
	float: left;
	margin: 0 10px 0 0;
}
#text-features {
	display: none;	
}
.text-meta dt {
	display: none;
}
.text-meta li,
.text-meta dd {
	float: left;
	display: block;
	margin: 0 10px 5px 0;
	padding: 2px 0;
}
.text-meta dd {
	margin-right: 5px;
}
/* tags &  comments */
.text-meta dd a,
.text-meta li.text-comments {
	float: left;
	display: block;
	padding: 2px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;	
	border-radius: 8px;	
	border: 1px solid #d9d9d9;	
	color: #555;
}
.text-comments {
	background: #f1d500;
}
.text-meta + p {
	clear: both;
}

.text p,
.text .links,
#.text #toc {
	margin: 10px 0 10px 0;
}



/* lists in article and also list of search results */
.text ul {
	padding: 0 0 10px 18px;	
}
.text ol {
	padding: 0 0 10px 25px;	
}
.text ul ul,
.text ol ol {
	padding-bottom: 0;
}
ul.text-data,
ul#text-features,
.text .links ul {
	padding: 0;	
}
.text .media {
	margin: 10px 0;	
}
.compact dt {
	font-weight: bold;	
}
.compact dd {
	padding-left: 20px;
}
#toc ul {
	padding: 0 0 10px 0;	
}
#toc li {
	list-style: none;
}
#toc a {
	background: url(../../img/icons/mobile-sprites.png) 0 -143px no-repeat;
	padding-left: 15px;
}
.photo .caption,
.photo .copyright,
.photo .longdesc {
	font-size: 14px;
	line-height: 1.2em;	
}
.text-box-compact dt {
	margin: 10px 0 0 0;
	font-weight: bold;	
}

.text-box-compact dd {
	background-color:#FFF;
	padding:5px;	
}

.text-box-compact {
	background-color:#F0F0F0;
	margin-bottom:20px;
	padding:5px;
}

div.video dl dd.longdesc ,
div.audio dl dd.longdesc {
/*	display: none; */
}

div.audio dl dt audio ,
div.video dl dt video {
	max-width:100%;
}





/* -- フッターリンクの機能を使用の場合 -- */
.footer-link-list {
		background-color: #2b2b2b;
}

.footer-link-list ul {
/*	margin: 10px 0;
	background-color: #2b2b2b;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;*/
}

.footer-link-list ul:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

.footer-link-list ul li {
	float:left;
	width:50%;
	padding:16px 0px !important;
	font-size:13px;
	font-weight:bold;
	border-bottom:#999 1px solid!important;
}

.footer-link-list ul li a {
	color:#ccc;
	display: block;
	text-align: center;
}

.footer-link-list ul li:nth-child(odd){
	border-right:#999 1px solid;
}


/* Promos */
/*
#promos {
	overflow: hidden;
	padding: 0 8px;
}
.promo {
	float: left;
	overflow: hidden;
	width: 48%;
	margin: 0 0 10px 0;
}
.promo:nth-child(2n) {
	float: right;
}
*/

/* Paging */
.pager {
	clear: both;
	overflow: hidden;
	padding: 10px 0 0 0;
}
.pager li {
	float: left;
	margin: 0 5px 5px 0;
	list-style: none;
}


/* Forms */
.required {
	margin: 10px 5px;
}
#Check p.required {
	display: none;
}
.form-wrapper input,
.form-wrapper textarea {
	padding: 5px;
	width: 100%;	
}
.form-wrapper textarea {
	border: 1px solid #aaa;
}
.form-wrapper input[type="checkbox"] ,
.form-wrapper input[type="radio"] {
	width: auto;
}
.form-wrapper input[type="submit"] {
	width: auto;
	font-size: 18px;
}
.form-wrapper fieldset fieldset {
	border: none;
	padding: 0;
}
.form-wrapper div {
	margin: 0 0 10px 0;	
}
.form-wrapper label {
	display: block;
}
.form-wrapper .form-item {
	display: block;
	clear: both;
}
.form-wrapper .form-item label {
	display: inline;
	float: left;
/*	width: 300px; */
	width: 85%;
}
.form-wrapper .form-item input {
	float: left;
	padding: 0 3px 0 0;
}
.form-wrapper div span {
/*	display: block; */
}
.form-wrapper p.required {
	margin: 10px 5px;
}
.form-wrapper p.required span {
	display: inline;
}
.form-wrapper p.required span,
.form-wrapper dfn {
	color: #ec1549;
	font-weight: bold;
}

.form-summary table tr {
	display: block;
	margin-top: 10px;
	border: 1px solid #CCC;
	padding: 5px;
}

.form-summary table td {
	display: block;
	padding: 5px 0;
	white-space: pre;
	white-space: pre-line;
	word-break: break-all;
}
.form-summary table td:first-child {
	border-bottom: 1px dashed #CCC;
}


.new-search .button,  /* button outside button-wrapper */
.form-wrapper div.button-wrapper input { /* button */
	float: none;
	font-family: inherit;

	background: #FFF;
	border: 1px solid #777;
	color: inherit;
	font-weight: normal;
}
.form-wrapper div.button-wrapper input:last-child {
	border: 1px solid #777;
	color: inherit;
	font-weight: normal;
}

.form-wrapper div.button-wrapper input:hover,
.form-wrapper div.button-wrapper input:active,
.form-wrapper div.button-wrapper input:focus {
	border: 1px solid #ccc;
}



/* JavaScript Modules */
/* Tabs */
.text-box-tabs .text-box-section h2,
.toc-box .toc-box-section h2 {
	margin: 5px 0;
}

/* Caroussels */
.teaser-wrapper {
	margin: 0 auto 20px auto;
	position: relative;
	border: 0;
	clear: both;
	height: auto;
	padding: 0 5px;
	width: 100%;
}
.touch div.teaser-wrapper  .pager,
.teaser-wrapper .pager {
	display: none;
	width: auto;
	margin: 0;
}
.js .teaser-wrapper .pager {
	display: block;
	padding: 0;
}
.teaser-wrapper .next,
.teaser-wrapper .prev {
	position: absolute;
	top: 35px;
	right: 0;
	width: 19px;
	height: 113px;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 43%, #f1f1f1 50%, #EAEAEA 51%, #f6f6f6 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(43%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#EAEAEA), color-stop(100%,#f6f6f6)); /* webkit */	
	border: 1px solid #9F9F9F;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	list-style: none;
	-webkit-box-shadow: 0px 2px 1px #999;
	-moz-box-shadow: 0px 2px 1px #999;
	-shadow: 0px 2px 1px #999;
}
.teaser-wrapper .prev {
	left: 0;
	right: auto;
}
.teaser-wrapper .pager span {
	display: block;
	width: 19px;
	height: 113px;
	opacity: 0.3;
	background-image: url(../img/icons/arrow-mobile.png);
	background-position: 5px 50%;
	background-repeat: no-repeat; 
}
.teaser-wrapper .prev span {
	background-image: url(../img/icons/arrow-mobile2.png);
	background-position: 3px 50%;
}
.teaser-wrapper span.show {
	opacity: 1;
	cursor: pointer;
}
.teaser-wrapper .rack {
	width: auto;
	margin: 0;
	padding-left: 0;
} 
.js .teaser-wrapper .rack {
	overflow: hidden;
	height: auto;
	margin-left: 19px;
	margin-right: 19px;
	padding-left: 0;
}
.touch .teaser-wrapper .rack {
	margin-left: 0;
	margin-right: 0;
}
.js .tw-paging .rack {
	margin-right: 0;
	margin-left: 0;
}
.teaser-wrapper .rack-teaser {
	overflow: hidden;
	float: left;
	width: 310px;
	height: auto;
	margin: 0 15px 0 0;
	padding: 10px;
}
#stage .teaser-wrapper .rack-teaser {
	width: 280px;
}
.teaser-wrapper .rack-teaser:last-child {
	margin-right: 0;
}
@media only screen and (min-width : 470px) { /* Landscape */
.teaser-wrapper .rack-teaser {
	width: 470px;
}
#stage .teaser-wrapper .rack-teaser {
	width: 442px;
}
}
.teaser-wrapper .rack-teaser img {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 5px 0;
	border: none;
}
.teaser-wrapper .rack-teaser p {
	font-size: 16px;
	line-height: 18px;
}
.teaser-wrapper .rack-teaser p em.more {
	margin-top: 5px;
}
/* TW-Images */

.js .tw-images .rack {
	height: 113px;
}
.tw-images .rack-teaser {
	width: auto;
	height: 113px;
	margin: 0;
	padding: 0;
}
.tw-images .rack-teaser img {
	width: auto;
	height: 112px;
	margin: 0;
}

/*aufheben*/
@media only screen and (min-width : 321px) { /* Landscape */

}
/* TW-Slider */
.tw-slider span.prev,
.tw-slider span.next,
.slider {
	display: none;	
}



/* pagination for all sliders */

.viewport-pagination {
	overflow: hidden;
	zoom: 1;
	clear: both;
	margin: 10px 0;
}

.viewport-pagination ul {
	display: block;
	text-align: center;
	list-style: none;
}
.viewport-pagination li {
	display: inline;
	list-style: none;
	cursor: pointer;
}
.viewport-pagination li.on {
	cursor: default;
}
.viewport-pagination button {
	margin: 0 5px;
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 1px solid #999;
	border-radius: 50%;
	text-indent: -9999px;
	-webkit-appearance: none;
	cursor: pointer;
	background: #ccc;
	
	
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	transition: all 300ms;
}
.viewport-pagination .on button {
	cursor: default;
	background: #fff;
}
.viewport-pagination button span {
	display: block;
	margin: 1px;
	width: 6px;
	height: 6px;
	text-indent: -9999px;
	border-radius: 50%;
	
}

/* SEARCH RESULTS 
----------------- */
/*
#search-results h1 em {
	display: inline;
	font-size: inherit;
	font-weight: bold;
}

#search-results .text ol {
	padding: 0;
	list-style: none;	
}
#search-results .text ol li {
	margin-top: 30px;
	margin-bottom: 30px;
}
#search-results .text ol li li {
	margin-top: 0;
	margin-bottom: 0;
}
*/

.pager {
	margin: 10px 5px;
}


#main .super-list li h3 a {
	display: block;
	background: transparent url(../../img/icons/mobile-sprites.png) no-repeat scroll 5px 10px;
	padding: 5px 0 2px 25px;
	font-weight: bold;
	cursor: pointer;
}

#main .super-list li h3 a.js-selected {
	background-color: #f2f2bf;
	background-position: 4px -136px;
}




/* PHOTO GALLERY
--------------------- */

.photo-index .media {
	float: none;
	width: 210px;
	border:  2px solid lime;
	padding: 8px 8px 16px 8px;
	background: #fff;
	border:  1px solid #B3B3B3;
	box-shadow: -2px 2px 4px rgba(135, 139, 144, 0.4);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.no-csstransforms .photo-index .media {
	margin-right: 5px;
}
.photo-index .media:hover {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	border:  1px solid #888;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
	position: relative;
	z-index:  100;
}
.photo-index dl {
	margin-right: 0px;
}
.photo-index .media dt {
	min-height: 125px;
	height: auto;
	margin: 0 0 10px 0;
}
.photo-index .media dt img {
	width: 210px;
}
.photo-index .media dd {
	background:  transparent;
}

/* lightbox*/
.mask {
	background-color: #000;
	width: 100%;
	z-index: 110;
}
.loading-mask {
	background: #000 url(../../img/bgs/loading.gif) no-repeat fixed center;
}
.showbox {
	position: absolute;
	overflow: hidden;
	z-index: 120;
	top: 0;
	left: 0;
	margin: 40px 0 0;
	padding: 0 0 20px 0;
	width: 100%;
	background-color: #b3b3b3;
}
.showbox .overlay-control {
	display: none;
}
.showbox-head {
	overflow: hidden;
	height: 1%;
	margin: 0 0 30px;
	padding: 5px;
	font-size: 120%;
	text-align: center;
	background-color: #555;
	color: #fff;
}
.showbox-toolbar {
	float: left;
	clear: both;
}

.showbox-head a {
	color: #fff;
	margin-right: 10px;
	cursor: pointer;
}
.showbox-head a.ui-disabled {
	cursor: default;
	color: #aaa;
	text-decoration: none;
}
.showbox-toolbar .prev {
	background: url(../../img/icons/sprites.png) 0 -73px no-repeat;
	padding-left: 17px;
}
.showbox-toolbar .next {
	background: url(../../img/icons/sprites.png) 190% 1px no-repeat;
	padding-right: 17px;
}

.showbox .close-button {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 0 5px 0 17px;
	cursor: pointer;
	color: #fff;
	font-size: 120%;
	background: url(../../img/icons/sprites.png) 0 -218px no-repeat;
}
.showbox .content-box {
	background-color: #999;
	margin: 0 auto;
	max-width: 100%;
}
.showbox.loading {
	background: #999 url(../../img/bgs/loading.gif) no-repeat fixed center;
}
.showbox .multimedia-box {
	overflow: hidden;
}
.showbox .multimedia-box img {
	max-width: 100%;
}
.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%;
}




.all a {
	display: block;
	background: transparent url(../../img/icons/mobile-sprites.png) no-repeat scroll 5px 7px;
	padding: 2px 0 5px 25px;
}






#main .text p {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.vevent dt{
	margin: 10px 0 0 0;
	font-weight: bold;	
}

.vevent dd {
	background-color:#FFF;
	padding:5px;	
}

.vevent {
	background-color:#F0F0F0;
	padding:5px;
}

div.date {
    background-attachment: scroll;
    background-clip: border-box;
    
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 1.5em;
    width:auto;
    
}

.date .till {
	display: block;
	height: 100%;
	width:12px;
	text-indent: -9999px;
	background: url('../img/bgs/till_horizontal.gif') 50% 50% no-repeat;
}

.date span {
	float:left;
	color: #fff;
	height:100%;
	padding: 3px 5px 5px 3px;
	background-color: #AFAF00;
}

.date .d-end {
	background: #d9d940;
	height:100%;
}

.date abbr {
	border-bottom-style: none;
}

.dtstart ,
.dtend {
	display:none;
}

dl.media ,
dl.photo{
/*	background-color: #ECECEC; */
	margin-bottom:8px;
	padding:5px;

}

.text dl.media img {
	width:100%;
}





/* Tabkrams */

.text-box-section{
}

.text-box-tabs{
	background-color:#F0F0F0;
	padding:0px;
	margin:10px 0px 10px 0px;
}

.text-box-toc li{
	width:100%;
	list-style-type:none;
}

.text-box-toc li a{
	display:block;
	margin:0px;
}

.text-box-section-group .text-box-section{
}

ol.text-box-toc{
	padding:0px;
}

.text-box-toc li a.js-selected ,
.text-box-toc li a.a11y-focus ,
.text-box-toc li a:active ,
.text-box-toc li a:focus {
	color: #000000;
}


#sitemap .links li li a {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: url("../../img/icons/mobile-sprites.png");
	background-origin: padding-box;
	background-position: 30px 7px;
	background-repeat: no-repeat;
	background-size: auto auto;
	padding-left: 45px;
}

#sitemap .links li li li a {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: url("../../img/icons/mobile-sprites.png");
	background-origin: padding-box;
	background-position: 60px 7px;
	background-repeat: no-repeat;
	background-size: auto auto;
	padding-left: 75px;
}



#sitemap .links li {
	background-image: url("../img/bgs/dotted-line.png");
	background-position: 0 0;
	background-repeat: repeat-x;
	background-origin: padding-box;
	border-style:none;
	margin:0px;
	padding:0px;
}



/* -----------------------------
	グローバルナビ
--------------------------------- */

/* -- トグル初期非表示 -- */ 
#gnv {
	display:none;
}

#gnv:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

#gnv li {
	display :table;
	width:50%;
	float:left;
	border-bottom:#999 1px solid;
}

#gnv li a {
	display: table-cell;
    height: 50px;
    vertical-align: middle;
	text-align: center;

	background-color: #2b2b2b;
	color:#ccc;
	font-size:13px;
	font-weight: bold;
	text-decoration: none;
}

#gnv li:nth-child(odd) a {
	border-right:#999 1px solid;
}




/* -- トグル初期非表示 -- */ 
#nav-global {
	display: none;
}

#nav-global ul:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

#nav-global div > ul > li {
	display :table;
	width:50%;
	float:left;
	border-bottom:#999 1px solid;
}

#nav-global div > ul > li > a ,
#nav-global div > ul > li > strong {
	display: table-cell;
    height: 50px;
    vertical-align: middle;
	text-align: center;

	background-color: #2b2b2b;
	color:#ccc;
	font-size:13px;
	font-weight: bold;
	text-decoration: none;
}

#nav-global div > ul > li:nth-child(odd) > a ,
#nav-global div > ul > li:nth-child(odd) > strong {
	border-right:#999 1px solid;
}



/*------------------------------------- 
9_ぱんくず
-------------------------------------*/

/*-------------- ●ok●ぱんくず（4箇所にあり_セック側設定） --------------*/

.bread-crumb {
	background-color: #005bac;
	padding: 0 15px;
}

.bread-crumb:after {
	content: "";
	display: block;
	clear: both;
}

/* -- パンくずタイトル -- */
div.bread-crumb h5 {
	display: none;
}

div.bread-crumb ol {
	display: block;
	margin: 0px auto;
	padding: 8px 0px;
	text-align: left;
	font-size: 10px;
	color: #FFF;
}

div.bread-crumb ol:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

div.bread-crumb ol li {
	float: left;
	margin-right: 4px;
}

div.bread-crumb ol li:after {
	padding-left: 4px;
	content:">";
}

div.bread-crumb ol li:last-child:after {
	content: none;
}
div.bread-crumb ol li a {
	color: inherit;
}

/* -- 現在位置表示 -- */
div.bread-crumb ol li strong {
	font-weight: normal;
}

/* ページタイトルの改行は非表示 */
div.bread-crumb br {
	display: none;
}

/* -- TOP書き換え -- */

div.bread-crumb ol li:first-child a {
	font-size: 0;
}
#header.ja ~ div div.bread-crumb ol li:first-child a:before ,
#header.ja ~ div.bread-crumb ol li:first-child a:before {
	content: "ホーム";
	font-size: 10px;
}
#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: 10px;
}





/* ---- カラム分け1～5 ---- */
.multiColumn1 ,
.multiColumn2 ,
.multiColumn3 ,
.multiColumn4 ,
.multiColumn5 {
	clear:both;
	margin-bottom:30px;
	font-size: 0;
}


/* ---- 小カラム ---- */
.column1 ,
.column2 ,
.column3 ,
.column4 ,
.column5 {
	margin-bottom:20px;
	font-size: 14px;
}


/*-- カラム clearfix --*/
/* 3カラムと5カラムが混ざらない様に */
.multiColumn1:after,
.multiColumn2:after,
.multiColumn4:before ,
.multiColumn3 + .multiColumn5:before ,
.multiColumn5 + .multiColumn3:before {
	content: "";
	display: block;
	clear: both;
}


/* -- 1カラム -- */
.multiColumn1 {
    display: inline;
	clear: none;
}

.multiColumn1 > .column1 {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	width: calc( 100% - 10px);
}

/* -- 2カラム -- */
.multiColumn2 {
    display: inline;
	clear: none;
}

.multiColumn2 > .column1 ,
.multiColumn2 > .column2 {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	width: calc( 100% - 10px);
}


/* -- 3～5は2カラムに -- */
/* -- 3カラム(詰め直し)  -- */
.multiColumn3 {
    display: inline;
	clear: none;
}

.multiColumn3 > .column1 ,
.multiColumn3 > .column2 ,
.multiColumn3 > .column3 {
	display: inline-block;
	vertical-align: top;
	clear: none;
	width: 48%;
	width: calc(50% - 10px);
	margin-right: 2%;
	margin-right: 10px;
}


/* -- 4カラム -- */
.multiColumn4 {
    display: inline;
	clear: none;
}

.multiColumn4 > .column1,
.multiColumn4 > .column2,
.multiColumn4 > .column3,
.multiColumn4 > .column4 {
	display: inline-block;
	vertical-align: top;
	clear: none;
	width: 48%;
	width: calc(50% - 10px);
	margin-right: 2%;
	margin-right: 10px;
}

/* -- 5カラム -- */
/* -- 5カラム(詰め直し)  -- */
.multiColumn5 {
    display: inline;
	clear: none;
}

.multiColumn5 > .column1 ,
.multiColumn5 > .column2 ,
.multiColumn5 > .column3 ,
.multiColumn5 > .column4 ,
.multiColumn5 > .column5 {
	display: inline-block;
	vertical-align: top;
	clear: none;
	width: 48%;
	width: calc(50% - 10px);
	margin-right: 2%;
	margin-right: 10px;
}



/* -----------------------------
CKエディタ
--------------------------------- */

/* -- ckエディタの機能を損なうから制御は不可 -- */
#page-intro .abstractImage ,
.quoted-text blockquote ,
.highlight-quoted-text ,
.text-section ,
.internal-link-area ,
.external-link-area ,
.download-link-area ,
.faq-list .faq-item ,
.vertical-table .vtable-item > table > tbody > tr > th ,
.vertical-table .vtable-item > table > tbody > tr > td ,
.ircalendar .ircalendar-title > table > tbody > tr > th ,
.ircalendar .ircalendar-item > table > tbody > tr > td {
/*	text-align: center; */
}

#page-intro .abstractImage > * ,
.quoted-text blockquote > * ,
.highlight-quoted-text > * ,
.text-section > * ,
.internal-link-area > * ,
.external-link-area > * ,
.download-link-area > * ,
.faq-list .faq-item > * ,
.vertical-table .vtable-item > table > tbody > tr > th > * ,
.vertical-table .vtable-item > table > tbody > tr > td > * ,
.ircalendar .ircalendar-title > table > tbody > tr > th > * ,
.ircalendar .ircalendar-item > table > tbody > tr > td > * {
/*	text-align: left; */
}

#page-intro .abstractImage p ,
.quoted-text blockquote p ,
.highlight-quoted-text p ,
.text-section p ,
.internal-link-area p ,
.external-link-area p ,
.download-link-area p ,
.faq-list .faq-item p ,
.vertical-table .vtable-item p ,
.ircalendar .ircalendar-title p ,
.ircalendar .ircalendar-item p {
	display: block;
}

/* -- ckエディタのリスト表示用 -- */
#page-intro .abstractImage ol ,
.quoted-text blockquote ol ,
.highlight-quoted-text ol ,
.text-section ol ,
.internal-link-area ol ,
.external-link-area ol ,
.download-link-area ol ,
.faq-list .faq-item ol ,
.vertical-table .vtable-item ol ,
.ircalendar .ircalendar-title ol ,
.ircalendar .ircalendar-item ol {
	padding-left:2em;
	list-style:decimal;
}

#page-intro .abstractImage ol li ,
.quoted-text blockquote ol li ,
.highlight-quoted-text ol li ,
.text-section ol li ,
.internal-link-area ol li ,
.external-link-area ol li ,
.download-link-area ol li ,
.faq-list .faq-item ol li ,
.vertical-table .vtable-item ol li ,
.ircalendar .ircalendar-title ol li ,
.ircalendar .ircalendar-item ol li {
	list-style:inherit;
}

/* -- ckエディタのリスト表示用 -- */
#page-intro .abstractImage ul ,
.quoted-text blockquote ul ,
.highlight-quoted-text ul ,
.text-section ul ,
.internal-link-area ul ,
.external-link-area ul ,
.download-link-area ul ,
.faq-list .faq-item ul ,
.vertical-table .vtable-item ul ,
.ircalendar .ircalendar-title ul ,
.ircalendar .ircalendar-item ul {
	padding-left:2em;
	list-style:disc;
}

#page-intro .abstractImage ul li ,
.quoted-text blockquote ul li ,
.highlight-quoted-text ul li ,
.text-section ul li ,
.internal-link-area ul li ,
.external-link-area ul li ,
.download-link-area ul li ,
.faq-list .faq-item ul li ,
.vertical-table .vtable-item ul li ,
.ircalendar .ircalendar-title ul li ,
.ircalendar .ircalendar-item ul li {
	list-style:inherit;
}

#page-intro .abstractImage em ,
.quoted-text blockquote em ,
.highlight-quoted-text em ,
.text-section em ,
.internal-link-area em ,
.external-link-area em ,
.download-link-area em ,
.faq-list .faq-item em ,
.vertical-table .vtable-item em ,
.ircalendar .ircalendar-title em ,
.ircalendar .ircalendar-item em {
/*	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic','メイリオ','Meiryo','sans-serif'; */
/*	font-style:italic; */

	display: inline-block;
	font-style: normal;
	font-weight: bold;
	font-size: 90%;
	background-color: #dcedfa;
	color: #005bac;
	border-radius: 1em;
	padding: 2px 15px;
	margin-bottom: 5px;
}

/*------- リンクアイコン ----------*/
/*
#page-intro .abstractImage a ,
.quoted-text blockquote a ,
.highlight-quoted-text a ,
.text-section a ,
.faq-list .faq-item a ,
.vertical-table .vtable-item a ,
.ircalendar .ircalendar-title a ,
.ircalendar .ircalendar-item a {
	position: relative;
	padding-left: 17px;
	padding-right: 3px;
}

#page-intro .abstractImage a:before ,
.quoted-text blockquote a:before ,
.highlight-quoted-text a:before ,
.text-section a:before ,
.faq-list .faq-item a:before ,
.vertical-table .vtable-item a:before ,
.ircalendar .ircalendar-title a:before ,
.ircalendar .ircalendar-item a:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	margin-top: 4px;
	margin-left: 3px;
	display: block;
	width: 4px;
	height: 4px;
	border-top: 1px solid #005bac;
	border-left: 1px solid #005bac;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
*/

/*------- 別窓アイコン ----------*/
#page-intro .abstractImage a[target="_blank"]:after ,
.quoted-text blockquote a[target="_blank"]:after ,
.highlight-quoted-text a[target="_blank"]:after ,
.text-section a[target="_blank"]:after ,
/* .internal-link-area a[target="_blank"]:after , */
/* .external-link-area a[target="_blank"]:after , */
/* .download-link-area a[target="_blank"]:after , */
.faq-list .faq-item a[target="_blank"]:after ,
.vertical-table .vtable-item a[target="_blank"]:after ,
.ircalendar .ircalendar-title a[target="_blank"]:after ,
.ircalendar .ircalendar-item a[target="_blank"]:after {
	content: "";
	background:url(../../img/defaulticon/common/link02.png) left top no-repeat;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 5px;
/*	vertical-align: middle; */
}

/*------- PDFアイコン ----------*/
#page-intro .abstractImage a[href$=".pdf"]:after ,
.quoted-text blockquote a[href$=".pdf"]:after ,
.highlight-quoted-text a[href$=".pdf"]:after ,
.text-section a[href$=".pdf"]:after ,
/* .internal-link-area a[href$=".pdf"]:after , */
/* .external-link-area a[href$=".pdf"]:after , */
/* .download-link-area a[href$=".pdf"]:after , */
.faq-list .faq-item a[href$=".pdf"]:after ,
.vertical-table .vtable-item a[href$=".pdf"]:after ,
.ircalendar .ircalendar-title a[href$=".pdf"]:after ,
.ircalendar .ircalendar-item a[href$=".pdf"]:after {
	content: "";
	background:url(../../img/defaulticon/common/pdf.png) left top no-repeat;
	display: inline-block;
	width: 20px;
	height: 22px;
	vertical-align: text-bottom;
	margin-left: 5px;
}

/*------- ZIPアイコン ----------*/
#page-intro .abstractImage a[href$=".zip"]:after ,
.quoted-text blockquote a[href$=".zip"]:after ,
.highlight-quoted-text a[href$=".zip"]:after ,
.text-section a[href$=".zip"]:after ,
/* .internal-link-area a[href$=".zip"]:after , */
/* .external-link-area a[href$=".zip"]:after , */
/* .download-link-area a[href$=".zip"]:after , */
.faq-list .faq-item a[href$=".zip"]:after ,
.vertical-table .vtable-item a[href$=".zip"]:after ,
.ircalendar .ircalendar-title a[href$=".zip"]:after ,
.ircalendar .ircalendar-item a[href$=".zip"]:after {
	content: "";
	background:url(../../img/defaulticon/common/zip.png) left top no-repeat;
	display: inline-block;
	width: 18px;
	height: 17px;
	vertical-align: middle;
	margin-left: 5px;
}

/* -----------------------------
画像レイアウト
--------------------------------- */

/*-- 画像_左 --*/
#page-intro .abstractImage img ,
div.text-section img ,
div.internal-link-area img ,
div.external-link-area img ,
div.download-link-area img ,
div.faq-list .faq-item img ,
div.vertical-table img ,
div.ircalendar div.ircalendar-title img,
div.ircalendar div.ircalendar-item img {
	float: left;
	margin-right: 20px;
	margin-left: 0;
	margin-bottom:8px;
	width:auto;
	max-width:40%;
}

/*-- 画像_右 --*/
#page-intro .abstractImage img.pos-2 ,
div.text-section img.pos-2 ,
div.internal-link-area .pos-2 ,
div.external-link-area .pos-2 ,
div.download-link-area .pos-2 ,
div.faq-list .faq-item img.pos-2 ,
div.vertical-table img.pos-2 ,
div.ircalendar div.ircalendar-title img.pos-2,
div.ircalendar div.ircalendar-item img.pos-2 {
	float: right;
	margin-right: 0;
	margin-left: 16px;
	margin-bottom:8px;
	width:auto;
	max-width:40%;
}

/*-- 画像_上 --*/
#page-intro .abstractImage img.large ,
div.text-section img.large ,
div.internal-link-area img.large ,
div.external-link-area img.large ,
div.download-link-area img.large ,
div.faq-list .faq-item img.large ,
div.vertical-table img.large ,
div.ircalendar div.ircalendar-title img.large,
div.ircalendar div.ircalendar-item 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-list .faq-item dl.photo {
	width:40%;
	margin-right:16px;
	float:left;
}

div.text-section dl.photo dt ,
div.faq-list .faq-item dl.photo dt {
	text-align:center;
	margin-bottom: 8px;
}

div.text-section dl.photo dt img ,
div.faq-list .faq-item dl.photo dt img {
	float:none!important;
	width:auto;
	max-width:100%;
	margin:0 auto;
}

div.text-section dl.photo dd ,
div.faq-list .faq-item dl.photo dd {
	text-align: center;
}

/*-- キャプション付き画像の場合_右 --*/
div.text-section dl.pos-2 ,
div.faq-list .faq-item dl.pos-2 {
	width:40%;
	margin-right:0;
	margin-left: 16px;
	float:right;
}

div.text-section dl.pos-2 dt img ,
div.faq-list .faq-item dl.pos-2 dt img {
	float:none;
	width:auto;
	max-width:100%;
	margin:0 auto;
}

/*-- キャプション付き画像の場合_上 --*/
div.text-section dl.large ,
div.faq-list .faq-item dl.large {
	float:none;
	margin-top:0;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	width:auto;
	max-width:100%;
}

div.text-section dl.large dt img ,
div.faq-list .faq-item dl.large dt img {
	float:none;
	width:auto;
	max-width:100%;
	margin:0 auto;
}

/* -- キャプション -- */
/*-- 画像のタイトル --*/
div.text-section .caption ,
div.faq-list .faq-item .caption {
}

/*-- コピーライト --*/
div.text-section .copyright ,
div.faq-list .faq-item .copyright {
}

/*-- 画像の説明 --*/
div.text-section .longdesc ,
div.faq-list .faq-item .longdesc {
/*	display: none; */
}

/*-- 虫眼鏡(現状、非表示) --*/
div.text-section .zoom ,
div.faq-list .faq-item .zoom {
	float: right;
	display:none;
}
div.text-section .zoom a ,
div.faq-list .faq-item .zoom a {
	display: block;
	background: url(../../img/icons/sprites.png) 0 -508px no-repeat;
	width: 24px;
	height:24px;
	overflow: hidden;
	text-indent: -9999px;
	margin:0 auto;
}


/* -----------------------------
見出しスタイル：装飾のみ
--------------------------------- */
/*-------------- ●ok●概要エリア --------------*/
#page-intro {
	margin-right: 10px;
}

/* -- コンテンツ内H1レイアウト -- */
#page-intro > h1 {
	color:#005bae;
	font-size: 18px;
	font-weight: bold;
	padding:15px 0px;
	margin-bottom: 20px;
}

/* -- H1画像登録時レイアウト -- */

#page-intro .titleImage {
	margin-bottom:20px;
}

#page-intro .titleImage h1 {
	width:auto;
	line-height:0;
	max-width:100%;
	padding:0;
	font-size:0;
}

#page-intro .titleImage h1 img {
	width: auto;
}

/* -- 概要に日付入れた際使用（イベント・汎用） -- */
#page-intro div.text-meta ul.text-data {
}

#page-intro div.text-meta ul.text-data li.date {
	display: none;
}


/*--- 概要説明文の画像 ---*/
#page-intro .abstractImage {
	margin: 0 auto;
}

#page-intro .abstractImage p {
	width:100%;
}

#page-intro .abstractImage img {
	display: none;
}


/*-------------- 中見出し(共通) ------------*/
div.text-section h2 ,
div.title2 h2,
div.link-list h2,
div.link-list-url h2,
/*div.sitemap h2,*/
div.news-yuho dl dt,
div.news-result dl dt  {
	padding: 5px 0 5px;
	color: #000;
	font-size: 16px;
	font-weight:normal;
	border-bottom: 2px solid #005bac;

	margin-bottom: 15px;
}

/* -- 見出しh2レベル -- */
div.title2 h2 {
	clear:both;
}

/* -- 見出しh3レベル -- */
div.title3 h3 {
	padding-top: 5px;
	padding-left: 15px;
	color: #000;
	font-size: 16px;
	font-weight:normal;
	border-left: 5px solid #005bac;

	margin-bottom:15px;
}


/* -- 見出しh4レベル -- */
div.title4 h4 {
	padding: 5px 0 10px;
	color: #000;
	font-size: 16px;
	font-weight:normal;

	margin-bottom:12px;
}


/* -----------------------------
その他スタイル
--------------------------------- */
/*-------------- 引用符07_001 --------------*/

/* 緊急エリア */
div.quoted-text {
	margin: 5px 8px;
	border:#F00 2px solid;
}

div.quoted-text blockquote {
	background:none;
	padding:10px;
}

/*-------------- ハイライト引用符07_002 --------------*/

div.highlight-quoted-text {
	background-color: #f3f3f3;
	padding: 20px 20px;
}

div.highlight-quoted-text cite {
	background: transparent url(../../img/bgs/dash.png) no-repeat scroll 0px 8px;
	padding-left: 10px;
	font-size: 12px;
	font-style: italic;
}

/*-------------- テキストと画像コンポーネント07_003 --------------*/

div.text-section {
	clear:both;
	margin-bottom:20px;
	position: relative;
}

/* -- 副見出し -- */
div.text-section h2 {
	clear:both;
}

/*-------------- ニュース一覧（標準）07_201 --------------*/
/*-------------- ニュース一覧（タブ切替）07_203 --------------*/
/* -- 英語ニュース -- */


div.news-list ,
div.news-list-tabbed ,
div.news-list-2nd ,
div.news-list-tabbed-2nd ,
div.news-english ,
div.news-english-tabbed ,
div.news-english-2nd ,
div.news-english-tabbed-2nd {
}

/* -- 1つのリリース -- */
div.news-list ul ,
div.news-list-tabbed ul ,
div.news-list-2nd ul ,
div.news-list-tabbed-2nd ul ,
div.news-english ul ,
div.news-english-tabbed ul ,
div.news-english-2nd ul ,
div.news-english-tabbed-2nd ul {
}

div.news-list ul li ,
div.news-list-tabbed ul li ,
div.news-list-2nd ul li ,
div.news-list-tabbed-2nd ul li ,
div.news-english ul li ,
div.news-english-tabbed ul li ,
div.news-english-2nd ul li ,
div.news-english-tabbed-2nd ul li {
	clear: both;
	position: relative;
	padding: 0;
	margin: 0;
	line-height: inherit;

	margin: 10px 0px 0px;
/*	padding-top: 24px; */
/*	padding-left: 9.2em; */
	padding-bottom: 10px;
	border-bottom: #d9dadc 2px solid;
}

/* -- リリースのタイトル -- */
div.news-list ul li h3 ,
div.news-list-tabbed ul li h3 ,
div.news-list-2nd ul li h3 ,
div.news-list-tabbed-2nd ul li h3 ,
div.news-english ul li h3 ,
div.news-english-tabbed ul li h3 ,
div.news-english-2nd ul li h3 ,
div.news-english-tabbed-2nd ul li h3 {
	border:none;
	padding:0;
	margin:0;
	font-weight:normal;
	line-height: inherit;

	position: relative;
	display: block; 
	font-size: 12px;
	background: none;
	padding-left: 0px;
	padding-top: 30px;
	line-height: 1.8;
}

div.news-list ul li img:first-child ,
div.news-list-tabbed ul li img:first-child ,
div.news-list ul li p:first-child + img ,
div.news-list-tabbed ul li p:first-child + img ,
div.news-list-2nd ul li .n_img ,
div.news-list-tabbed-2nd ul li .n_img ,
div.news-english ul li img:first-child ,
div.news-english-tabbed ul li img:first-child ,
div.news-english ul li p:first-child + img ,
div.news-english-tabbed ul li p:first-child + img ,
div.news-english-2nd ul li .n_img ,
div.news-english-tabbed-2nd ul li .n_img {
}

div.news-list ul li img:first-child ,
div.news-list-tabbed ul li img:first-child ,
div.news-list ul li p:first-child + img ,
div.news-list-tabbed ul li p:first-child + img ,
div.news-list-2nd ul li .n_img img ,
div.news-list-tabbed-2nd ul li .n_img img ,
div.news-english ul li img:first-child ,
div.news-english-tabbed ul li img:first-child ,
div.news-english ul li p:first-child + img ,
div.news-english-tabbed ul li p:first-child + img ,
div.news-english-2nd ul li .n_img img ,
div.news-english-tabbed-2nd ul li .n_img img {
}

/* -- リリースのテキスト -- */
div.news-list ul li span.date + img + span ,
div.news-list-tabbed ul li span.date + img + span ,
div.news-list ul li h3 a ,
div.news-list-tabbed ul li h3 a ,
div.news-list-2nd ul li .news_tx ,
div.news-list-tabbed-2nd ul li .news_tx ,
div.news-english ul li span.date + img + span ,
div.news-english-tabbed ul li span.date + img + span ,
div.news-english ul li h3 a ,
div.news-english-tabbed ul li h3 a ,
div.news-english-2nd ul li .news_tx ,
div.news-english-tabbed-2nd ul li .news_tx {
	display: inline;
	font-weight: bold;
}

/* -- 日付 -- */
div.news-list ul li span.date ,
div.news-list-tabbed ul li span.date ,
div.news-list-2nd ul li .date ,
div.news-list-tabbed-2nd ul li .date ,
div.news-english ul li span.date ,
div.news-english-tabbed ul li span.date ,
div.news-english-2nd ul li .date ,
div.news-english-tabbed-2nd ul li .date {
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 1.8;
}

/* -- カテゴリアイコン -- */
div.news-list ul li span.date + img ,
div.news-list-tabbed ul li span.date + img ,
div.news-list-2nd ul li .c_icon ,
div.news-list-tabbed-2nd ul li .c_icon ,
div.news-english ul li span.date + img ,
div.news-english-tabbed ul li span.date + img ,
div.news-english-2nd ul li .c_icon ,
div.news-english-tabbed-2nd ul li .c_icon {
/*	display: none; */
	position: absolute;
	top: 0px;
	left: 6.8em;
}

/* -- ファイルアイコン -- */
div.news-list ul li .d_icon ,
div.news-list-tabbed ul li .d_icon ,
div.news-list-2nd ul li .d_icon ,
div.news-list-tabbed-2nd ul li .d_icon ,
div.news-english ul li .d_icon ,
div.news-english-tabbed ul li .d_icon ,
div.news-english-2nd ul li .d_icon ,
div.news-english-tabbed-2nd ul li .d_icon {
	margin-left: 5px;
}

div.news-list ul li .d_icon img ,
div.news-list-tabbed ul li .d_icon img ,
div.news-list-2nd ul li .d_icon img ,
div.news-list-tabbed-2nd ul li .d_icon img ,
div.news-english ul li .d_icon img ,
div.news-english-tabbed ul li .d_icon img ,
div.news-english-2nd ul li .d_icon img ,
div.news-english-tabbed-2nd ul li .d_icon img {
	display: inline-block;
	vertical-align: middle;
}


/* -- ファイルサイズ -- */
div.news-list ul li .filesize ,
div.news-list-tabbed ul li .filesize ,
div.news-list-2nd ul li .filesize ,
div.news-list-tabbed-2nd ul li .filesize ,
div.news-english ul li .filesize ,
div.news-english-tabbed ul li .filesize ,
div.news-english-2nd ul li .filesize ,
div.news-english-tabbed-2nd ul li .filesize {
	font-size: 85.7%;
}

/* -- NEWアイコン -- */
div.news-list ul li .n_icon ,
div.news-list-tabbed ul li .n_icon ,
div.news-list-2nd ul li .n_icon ,
div.news-list-tabbed-2nd ul li .n_icon ,
div.news-english ul li .n_icon ,
div.news-english-tabbed ul li .n_icon ,
div.news-english-2nd ul li .n_icon ,
div.news-english-tabbed-2nd ul li .n_icon {
	margin-left: 0.5em;
	display: none;
}

div.news-list ul li .n_icon img ,
div.news-list-tabbed ul li .n_icon img ,
div.news-list-2nd ul li .n_icon img ,
div.news-list-tabbed-2nd ul li .n_icon img ,
div.news-english ul li .n_icon img ,
div.news-english-tabbed ul li .n_icon img ,
div.news-english-2nd ul li .n_icon img ,
div.news-english-tabbed-2nd ul li .n_icon img {
	display: inline-block;
}

/* -- 非公開表示 -- */
div.news-list ul li > p ,
div.news-list-tabbed ul li > p ,
div.news-list-2nd ul li .note_tx ,
div.news-list-tabbed-2nd ul li .note_tx ,
div.news-english li > p ,
div.news-english-tabbed li > p ,
div.news-english-2nd .note_tx ,
div.news-english-tabbed-2nd .note_tx {
	background-color:#FCC;
	font-size: 85.7%; /* 12px */
}

/* -- 【続きを読む】【全てのニュース】削除分 -- */
div.news-list ul li p em.more,
div.news-list-tabbed ul li p em.more ,
div.news-list-2nd ul li p em.more ,
div.news-list-tabbed-2nd ul li p em.more ,
div.news-english ul li p em.more ,
div.news-english-tabbed ul li p em.more ,
div.news-english-2nd ul li p em.more ,
div.news-english-tabbed-2nd ul li p em.more ,
div.news-list .all ,
div.news-list-tabbed .all ,
div.news-list-2nd .all ,
div.news-list-tabbed-2nd .all ,
div.news-english .all ,
div.news-english-tabbed .all ,
div.news-english-2nd .all ,
div.news-english-tabbed-2nd .all {
	display:none;
}



/*-------------- 最新ニュース一覧（標準）07_202 --------------*/
/*-------------- 最新ニュース一覧（タブ切替）07_204 --------------*/

div.news-latest ,
div.news-latest-tabbed ,
div.news-latest-2nd ,
div.news-latest-tabbed-2nd {
}

div.news-latest ul ,
div.news-latest-tabbed ul ,
div.news-latest-2nd ul ,
div.news-latest-tabbed-2nd ul {
}

div.news-latest ul li ,
div.news-latest-tabbed ul li ,
div.news-latest-2nd ul li ,
div.news-latest-tabbed-2nd ul li {
	clear: both;
	position: relative;
	padding: 0;
	margin: 0;
	line-height: inherit;

	margin: 10px 0px 0px;
/*	padding-top: 24px; */
/*	padding-left: 9.2em; */
	padding-bottom: 10px;
	border-bottom: #d9dadc 2px solid;
}

div.news-latest ul li h3 ,
div.news-latest-tabbed ul li h3 ,
div.news-latest-2nd ul li h3 ,
div.news-latest-tabbed-2nd ul li h3 {
	border:none;
	padding:0;
	margin:0;
	font-weight:normal;
	line-height: inherit;

	position: relative;
	display: block; 
	font-size: 12px;
	background: none;
	padding-left: 0px;
	padding-top: 30px;
	line-height: 1.8;
}

div.news-latest ul li img:first-child ,
div.news-latest-tabbed ul li img:first-child ,
div.news-latest ul li p:first-child + img ,
div.news-latest-tabbed ul li p:first-child + img ,
div.news-latest-2nd ul li .n_img ,
div.news-latest-tabbed-2nd ul li. n_img {
}

div.news-latest ul li img:first-child ,
div.news-latest-tabbed ul li img:first-child ,
div.news-latest ul li p:first-child + img ,
div.news-latest-tabbed ul li p:first-child + img ,
div.news-latest-2nd ul li .n_img img ,
div.news-latest-tabbed-2nd ul li. n_img img {
}

div.news-latest ul li span.date + img + span ,
div.news-latest-tabbed ul li span.date + img + span ,
div.news-latest ul li h3 a ,
div.news-latest-tabbed ul li h3 a ,
div.news-latest-2nd ul li .news_tx ,
div.news-latest-tabbed-2nd ul li .news_tx {
	display: inline;
	font-weight: bold;
}

/* -- 日付 -- */
div.news-latest ul li span.date ,
div.news-latest-tabbed ul li span.date ,
div.news-latest-2nd ul li .date ,
div.news-latest-tabbed-2nd ul li .date {
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 1.8;
}

/* -- カテゴリアイコン -- */
div.news-latest ul li span.date + img ,
div.news-latest-tabbed ul li span.date + img ,
div.news-latest-2nd ul li .c_icon ,
div.news-latest-tabbed-2nd ul li .c_icon {
/*	display: none; */
	position: absolute;
	top: 0px;
	left: 6.8em;
}

/* -- ファイルアイコン -- */
div.news-latest ul li .d_icon ,
div.news-latest-tabbed ul li .d_icon ,
div.news-latest-2nd ul li .d_icon ,
div.news-latest-tabbed-2nd ul li .d_icon {
	margin-left: 5px;
}

div.news-latest ul li .d_icon img ,
div.news-latest-tabbed ul li .d_icon img ,
div.news-latest-2nd ul li .d_icon img ,
div.news-latest-tabbed-2nd ul li .d_icon img {
	display: inline-block;
	vertical-align: middle;
}


/* -- ファイルサイズ -- */
div.news-latest ul li .filesize ,
div.news-latest-tabbed ul li .filesize ,
div.news-latest-2nd ul li .filesize ,
div.news-latest-tabbed-2nd ul li .filesize {
	font-size: 85.7%;
}

/* -- NEWアイコン -- */
div.news-latest ul li .n_icon ,
div.news-latest-tabbed ul li .n_icon ,
div.news-latest-2nd ul li .n_icon ,
div.news-latest-tabbed-2nd ul li .n_icon {
	margin-left: 0.5em;
	display: none;
}

div.news-latest ul li .n_icon img ,
div.news-latest-tabbed ul li .n_icon img ,
div.news-latest-2nd ul li .n_icon img ,
div.news-latest-tabbed-2nd ul li .n_icon img {
	display: inline-block;
}


/* -- 非公開表示 -- */
div.news-latest ul li > p ,
div.news-latest-tabbed ul li > p ,
div.news-latest-2nd ul li .note_tx ,
div.news-latest-tabbed-2nd ul li > .note_tx {
	background-color:#FCC;
	font-size: 85.7%; /* 12px */
}

/* -- 【続きを読む】【全てのニュース】削除分 -- */
div.news-latest ul li p em.more,
div.news-latest-tabbed ul li p em.more,
div.news-latest-2nd ul li p em.more,
div.news-latest-tabbed-2nd ul li p em.more,
div.news-latest .all ,
div.news-latest-tabbed .all ,
div.news-latest-2nd .all ,
div.news-latest-tabbed-2nd .all {
	display:none;
}




/*-------------- ニュース タブ --------------*/

/* -- 年度タブ -- */
p.yearTabs {
	margin-bottom: 20px;
}
p.yearTabs:after {
	content: "";
    display: block;
    clear: both;
}

p.yearTabs a {
	display:inline-block;
	border:#CCCCCC 1px solid;
	padding:10px 10px;
	margin-right:5px;
	margin-bottom:5px;
	font-weight:bold;
	width: 5.5em;
	text-align: center;
}

p.yearTabs a.active {
	font-weight: bold;
	background-color: #F5F5F5;
}


/* -- カテゴリタブ -- */
p.tabs{
	margin-bottom: 20px;
}
p.tabs:after {
	content: " ";
    display: block;
    clear: both;
}

p.tabs a {
	display:inline-block;
	width:auto;
	border:#CCCCCC 1px solid;
/*	margin-right:5px; */
	margin-bottom:5px;
	padding:5px 10px; 
	font-size: 15px;
}

p.tabs a:hover ,
p.tabs a.active {
	font-weight: bold;
	background-color: #F5F5F5;
	color: #333;
}

/*
p.tabs a.allTab:hover ,
p.tabs a.allTab.active {
}
p.tabs a.tekijiTab:hover ,
p.tabs a.tekijiTab.active {
	color: #FFF;
	background-color: #2980b9;
}
p.tabs a.resultTab:hover ,
p.tabs a.resultTab.active {
	color: #FFF;
	background-color: #e67e22;
}
p.tabs a.gyousekiTab:hover ,
p.tabs a.gyousekiTab.active {
	color: #FFF;
	background-color: #f1c40f;
}
p.tabs a.prTab:hover ,
p.tabs a.prTab.active {
	color: #FFF;
	background-color: #c2185b;
}
p.tabs a.irTab:hover ,
p.tabs a.irTab.active {
	color: #FFF;
	background-color: #1abc9c;
}
p.tabs a.governanceTab:hover ,
p.tabs a.governanceTab.active {
	color: #FFF;
	background-color: #34495e;
}
p.tabs a.yuhoTab:hover ,
p.tabs a.yuhoTab.active {
	color: #FFF;
	background-color: #16a085;
}
p.tabs a.syosyuTab:hover ,
p.tabs a.syosyuTab.active {
	color: #FFF;
	background-color: #e74c3c;
}
p.tabs a.noneTab:hover ,
p.tabs a.noneTab.active {
	color: #FFF;
	background-color: #9b59b6;
}
*/


/*-------------- テキスト化カテゴリアイコン (ver2専用) --------------*/
div.news-list-2nd ul li .c_icon ,
div.news-list-tabbed-2nd ul li .c_icon ,
div.news-english-2nd ul li .c_icon ,
div.news-english-tabbed-2nd ul li .c_icon ,
div.news-latest-2nd ul li .c_icon ,
div.news-latest-tabbed-2nd ul li .c_icon {
	display: block;
	background-color: #dcecfb;
	padding: 0px 25px;
	border-radius: 1em;
	line-height: 1.8;
}

div.news-list-2nd ul li .c_icon:before ,
div.news-list-tabbed-2nd ul li .c_icon:before ,
div.news-english-2nd ul li .c_icon:before ,
div.news-english-tabbed-2nd ul li .c_icon:before ,
div.news-latest-2nd ul li .c_icon:before ,
div.news-latest-tabbed-2nd ul li .c_icon:before {
	display: block;
	font-size: 10px;
	color: #005bac;
	text-align: center;
}

div.news-list-2nd ul li .c_icon img ,
div.news-list-tabbed-2nd ul li .c_icon img ,
div.news-english-2nd ul li .c_icon img ,
div.news-english-tabbed-2nd ul li .c_icon img ,
div.news-latest-2nd ul li .c_icon img ,
div.news-latest-tabbed-2nd ul li .c_icon img {
	display: none;
}


div.news-list-2nd ul li.tekijiElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.tekijiElm .c_icon:before ,
div.news-english-2nd ul li.tekijiElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.tekijiElm .c_icon:before ,
div.news-latest-2nd ul li.tekijiElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.tekijiElm .c_icon:before {
	content: "適時開示";
}

div.news-list-2nd ul li.resultElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.resultElm .c_icon:before ,
div.news-english-2nd ul li.resultElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.resultElm .c_icon:before ,
div.news-latest-2nd ul li.resultElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.resultElm .c_icon:before {
	content: "決算・業績";
}

div.news-list-2nd ul li.gyousekiElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.gyousekiElm .c_icon:before ,
div.news-english-2nd ul li.gyousekiElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.gyousekiElm .c_icon:before ,
div.news-latest-2nd ul li.gyousekiElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.gyousekiElm .c_icon:before {
	content: "業績";
}

div.news-list-2nd ul li.prElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.prElm .c_icon:before ,
div.news-english-2nd ul li.prElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.prElm .c_icon:before ,
div.news-latest-2nd ul li.prElm .c_icon:before ,
div.news-latest-tabbed-2nd ul.prElm li .c_icon:before {
	content: "PR";
}

div.news-list-2nd ul li.irElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.irElm .c_icon:before ,
div.news-english-2nd ul li.irElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.irElm .c_icon:before ,
div.news-latest-2nd ul li.irElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.irElm .c_icon:before {
	content: "IR";
}

div.news-list-2nd ul li.governanceElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.governanceElm .c_icon:before ,
div.news-english-2nd ul li.governanceElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.governanceElm .c_icon:before ,
div.news-latest-2nd ul li.governanceElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.governanceElm .c_icon:before {
	content: "ガバナンス";
	letter-spacing: -0.15em;
}

div.news-list-2nd ul li.yuhoElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.yuhoElm .c_icon:before ,
div.news-english-2nd ul li.yuhoElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.yuhoElm .c_icon:before ,
div.news-latest-2nd ul li.yuhoElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.yuhoElm .c_icon:before {
	content: "有報";
}

div.news-list-2nd ul li.syosyuElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.syosyuElm .c_icon:before ,
div.news-english-2nd ul li.syosyuElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.syosyuElm .c_icon:before ,
div.news-latest-2nd ul li.syosyuElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.syosyuElm .c_icon:before {
	content: "招集通知";
}

div.news-list-2nd ul li.noneElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.noneElm .c_icon:before ,
div.news-english-2nd ul li.noneElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.noneElm .c_icon:before ,
div.news-latest-2nd ul li.noneElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.noneElm .c_icon:before {
	content: "その他";
}


div.news-list-2nd ul li.ja_organizationElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.ja_organizationElm .c_icon:before ,
div.news-english-2nd ul li.ja_organizationElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.ja_organizationElm .c_icon:before ,
div.news-latest-2nd ul li.ja_organizationElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.ja_organizationElm .c_icon:before {
	content: "組織・人事";
}

div.news-list-2nd ul li.ja_managementElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.ja_managementElm .c_icon:before ,
div.news-english-2nd ul li.ja_managementElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.ja_managementElm .c_icon:before ,
div.news-latest-2nd ul li.ja_managementElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.ja_managementElm .c_icon:before {
	content: "経営・事業";
}

div.news-list-2nd ul li.ja_stockholderElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.ja_stockholderElm .c_icon:before ,
div.news-english-2nd ul li.ja_stockholderElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.ja_stockholderElm .c_icon:before ,
div.news-latest-2nd ul li.ja_stockholderElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.ja_stockholderElm .c_icon:before {
	content: "株主";
}

div.news-list-2nd ul li.ja_olc_groupElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.ja_olc_groupElm .c_icon:before ,
div.news-english-2nd ul li.ja_olc_groupElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.ja_olc_groupElm .c_icon:before ,
div.news-latest-2nd ul li.ja_olc_groupElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.ja_olc_groupElm .c_icon:before {
	content: "OLCグループ";
}

div.news-list-2nd ul li.ja_olcElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.ja_olcElm .c_icon:before ,
div.news-english-2nd ul li.ja_olcElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.ja_olcElm .c_icon:before ,
div.news-latest-2nd ul li.ja_olcElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.ja_olcElm .c_icon:before {
	content: "OLC";
}

div.news-list-2nd ul li.ja_groupElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.ja_groupElm .c_icon:before ,
div.news-english-2nd ul li.ja_groupElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.ja_groupElm .c_icon:before ,
div.news-latest-2nd ul li.ja_groupElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.ja_groupElm .c_icon:before {
	content: "グループ会社";
}

div.news-list-2nd ul li.ja_csrElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.ja_csrElm .c_icon:before ,
div.news-english-2nd ul li.ja_csrElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.ja_csrElm .c_icon:before ,
div.news-latest-2nd ul li.ja_csrElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.ja_csrElm .c_icon:before {
	content: "サステナビリティ";
}

div.news-list-2nd ul li.ja_recruitElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.ja_recruitElm .c_icon:before ,
div.news-english-2nd ul li.ja_recruitElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.ja_recruitElm .c_icon:before ,
div.news-latest-2nd ul li.ja_recruitElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.ja_recruitElm .c_icon:before {
	content: "採用";
}

div.news-list-2nd ul li.ja_parkElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.ja_parkElm .c_icon:before ,
div.news-english-2nd ul li.ja_parkElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.ja_parkElm .c_icon:before ,
div.news-latest-2nd ul li.ja_parkElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.ja_parkElm .c_icon:before {
	content: "パーク";
}

div.news-list-2nd ul li.ja_tdrElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.ja_tdrElm .c_icon:before ,
div.news-english-2nd ul li.ja_tdrElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.ja_tdrElm .c_icon:before ,
div.news-latest-2nd ul li.ja_tdrElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.ja_tdrElm .c_icon:before {
	content: "東京ディズニーリゾート";
}

div.news-list-2nd ul li.ja_hotelElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.ja_hotelElm .c_icon:before ,
div.news-english-2nd ul li.ja_hotelElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.ja_hotelElm .c_icon:before ,
div.news-latest-2nd ul li.ja_hotelElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.ja_hotelElm .c_icon:before {
	content: "ディズニーホテル";
}

div.news-list-2nd ul li.ja_tdlElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.ja_tdlElm .c_icon:before ,
div.news-english-2nd ul li.ja_tdlElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.ja_tdlElm .c_icon:before ,
div.news-latest-2nd ul li.ja_tdlElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.ja_tdlElm .c_icon:before {
	content: "ディズニーリゾートライン";
}

div.news-list-2nd ul li.ja_ikspiariElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.ja_ikspiariElm .c_icon:before ,
div.news-english-2nd ul li.ja_ikspiariElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.ja_ikspiariElm .c_icon:before ,
div.news-latest-2nd ul li.ja_ikspiariElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.ja_ikspiariElm .c_icon:before {
	content: "イクスピアリ";
}

div.news-list-2nd ul li.ja_irElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.ja_irElm .c_icon:before ,
div.news-english-2nd ul li.ja_irElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.ja_irElm .c_icon:before ,
div.news-latest-2nd ul li.ja_irElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.ja_irElm .c_icon:before {
	content: "IR";
}


div.news-list-2nd ul li.en_financialsElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.en_financialsElm .c_icon:before ,
div.news-english-2nd ul li.en_financialsElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.en_financialsElm .c_icon:before ,
div.news-latest-2nd ul li.en_financialsElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.en_financialsElm .c_icon:before {
	content: "Financials";
}

div.news-list-2nd ul li.en_organizationElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.en_organizationElm .c_icon:before ,
div.news-english-2nd ul li.en_organizationElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.en_organizationElm .c_icon:before ,
div.news-latest-2nd ul li.en_organizationElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.en_organizationElm .c_icon:before {
	content: "Organization / HR";
}

div.news-list-2nd ul li.en_managementElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.en_managementElm .c_icon:before ,
div.news-english-2nd ul li.en_managementElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.en_managementElm .c_icon:before ,
div.news-latest-2nd ul li.en_managementElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.en_managementElm .c_icon:before {
	content: "Management / Enterprises";
}

div.news-list-2nd ul li.en_olc_groupElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.en_olc_groupElm .c_icon:before ,
div.news-english-2nd ul li.en_olc_groupElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.en_olc_groupElm .c_icon:before ,
div.news-latest-2nd ul li.en_olc_groupElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.en_olc_groupElm .c_icon:before {
	content: "OLC Group";
}

div.news-list-2nd ul li.en_olcElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.en_olcElm .c_icon:before ,
div.news-english-2nd ul li.en_olcElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.en_olcElm .c_icon:before ,
div.news-latest-2nd ul li.en_olcElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.en_olcElm .c_icon:before {
	content: "OLC";
}

div.news-list-2nd ul li.en_groupElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.en_groupElm .c_icon:before ,
div.news-english-2nd ul li.en_groupElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.en_groupElm .c_icon:before ,
div.news-latest-2nd ul li.en_groupElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.en_groupElm .c_icon:before {
	content: "Group Company";
}

div.news-list-2nd ul li.en_csrElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.en_csrElm .c_icon:before ,
div.news-english-2nd ul li.en_csrElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.en_csrElm .c_icon:before ,
div.news-latest-2nd ul li.en_csrElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.en_csrElm .c_icon:before {
	content: "Sustainability";
}

div.news-list-2nd ul li.en_otherElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.en_otherElm .c_icon:before ,
div.news-english-2nd ul li.en_otherElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.en_otherElm .c_icon:before ,
div.news-latest-2nd ul li.en_otherElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.en_otherElm .c_icon:before {
	content: "Others";
}

div.news-list-2nd ul li.en_parkElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.en_parkElm .c_icon:before ,
div.news-english-2nd ul li.en_parkElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.en_parkElm .c_icon:before ,
div.news-latest-2nd ul li.en_parkElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.en_parkElm .c_icon:before {
	content: "Park";
}

div.news-list-2nd ul li.en_tdrElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.en_tdrElm .c_icon:before ,
div.news-english-2nd ul li.en_tdrElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.en_tdrElm .c_icon:before ,
div.news-latest-2nd ul li.en_tdrElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.en_tdrElm .c_icon:before {
	content: "Tokyo Disney Resort";
}

div.news-list-2nd ul li.en_hotelElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.en_hotelElm .c_icon:before ,
div.news-english-2nd ul li.en_hotelElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.en_hotelElm .c_icon:before ,
div.news-latest-2nd ul li.en_hotelElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.en_hotelElm .c_icon:before {
	content: "Disney Hotels";
}

div.news-list-2nd ul li.en_tdlElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.en_tdlElm .c_icon:before ,
div.news-english-2nd ul li.en_tdlElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.en_tdlElm .c_icon:before ,
div.news-latest-2nd ul li.en_tdlElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.en_tdlElm .c_icon:before {
	content: "Disney Resort Line";
}

div.news-list-2nd ul li.en_ikspiariElm .c_icon:before ,
div.news-list-tabbed-2nd ul li.en_ikspiariElm .c_icon:before ,
div.news-english-2nd ul li.en_ikspiariElm .c_icon:before ,
div.news-english-tabbed-2nd ul li.en_ikspiariElm .c_icon:before ,
div.news-latest-2nd ul li.en_ikspiariElm .c_icon:before ,
div.news-latest-tabbed-2nd ul li.en_ikspiariElm .c_icon:before {
	content: "Ikspiari";
}









/*-------------- 有価証券報告書一覧07_209 --------------*/
/*-------------- 決算短信一覧（リスト）07_206 --------------*/

div.news-result ,
div.news-yuho {
}

div.news-result dl ,
div.news-yuho dl {
}

div.news-result dl dt ,		 /*h2相当*/
div.news-yuho dl dt {		 /*h2相当*/
}

div.news-result dl dd ,
div.news-yuho dl dd {
    position: relative;
	margin-bottom: 15px;
}

div.news-result span.d_icon img ,
div.news-yuho span.d_icon img {
	display: inline-block;
	vertical-align: bottom;
}

div.news-result span.filesize ,
div.news-yuho span.filesize {
	font-size: 85.7%;
}

/* -- pdfアイコンを後ろに設置したい場合 -- */
/*
div.news-result span.d_icon ,
div.news-yuho span.d_icon {
	display: none;
}
div.news-result dl dd a[href$=".pdf"]:after ,
div.news-yuho dl dd a[href$=".pdf"]:after {
	content: "";
	background:url(../../img/defaulticon/common/pdf.png) left top no-repeat;
	display: inline-block;
	width: 20px;
	height: 22px;
	vertical-align: text-bottom;
}
*/

/*-------------- 別エリア表示07_912 --------------*/
div.reuse-main-area {
	width: calc(100% + 10px);
}

div.reuse-main-area .redirect {
	display: none;
}

/* ---- リダイレクト ---- */
div.redirect {
	font-size: 14px;
	margin-bottom: 20px;
}


/*-------------- 財務ハイライト（科目別）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 {
	overflow-x: auto;
	position: relative;
}

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 {
	font-size: 14px;
	margin: 0 auto;
	border:#ffffff 1px solid;
}

div.highlights-table table th ,
div.highlights-alltable div.table table th ,
div.highlights-alltable-2nd div.table table th {
	background-color:#e0e9f0;
	color: #005bac;
	font-weight: normal;
	padding: 10px 10px;
	border:#ffffff 1px solid;
	text-align:center;
	word-break: keep-all;
}

div.highlights-table table td ,
div.highlights-alltable div.table table td ,
div.highlights-alltable-2nd div.table table td {
	padding: 10px 10px;
	border:#ffffff 1px solid;
	background-color:#f1f1f1;
	text-align:right;
	word-break: keep-all;
}
div.highlights-table table td:first-child ,
div.highlights-alltable div.table table td:first-child ,
div.highlights-alltable-2nd div.table table td:first-child {
	background-color: #e0e9f0;
	color: #005bac;
	font-weight: normal;
	text-align: center;
}
/* -- 数値部分 -- */
/* -- ★一時的な見栄え用 -- */
div.highlights-alltable div.table table td.c0 ,
div.highlights-alltable div.table table td.c1 ,
div.highlights-alltable div.table table td.c2 ,
div.highlights-alltable div.table table td.c3 ,
div.highlights-alltable div.table table td.c4 ,
div.highlights-alltable div.table table td.c5 ,
div.highlights-alltable-2nd div.table table td.c0,
div.highlights-alltable-2nd div.table table td.c1,
div.highlights-alltable-2nd div.table table td.c2,
div.highlights-alltable-2nd div.table table td.c3,
div.highlights-alltable-2nd div.table table td.c4 ,
div.highlights-alltable-2nd div.table table td.c5 {
	text-align:right;
}

div.highlights-table table td.c0 ,
div.highlights-table table td.c1 ,
div.highlights-table table td.c2 ,
div.highlights-table table td.c3 ,
div.highlights-table table td.c4 ,
div.highlights-table table td.c5 {
	text-align:right;
}

div.highlights-alltable div.table table th br,
div.highlights-table table th br {
/*	display: none; */
}


/* -- 財務ハイライト ver2 -- */

div.highlights-2nd {
	margin-bottom: 40px;
}

div.highlights-2nd > div {
	height: auto !important;
	margin-bottom: 40px;
}

div.highlights-2nd .highlights-table {
	margin-top: 40px;
}

div.highlights-2nd .highlights-graph {
	width: 100% !important;
	min-width: auto !important;
	max-width: none !important;
	height: 320px !important;
}

/* -- 凡例 -- */
div.highlights-2nd .legend {
	margin: 0 auto !important;
	width: auto !important;
	min-width: auto !important;
	max-width: none !important;
	text-align: center;
}

div.highlights-2nd .legend-item-box {
	float: none !important;
	display: inline-block !important;
	margin-left: -5px;
}


/*-------------- 配当（グラフ）07_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 {
	overflow-x: scroll;
}

div.haitou-table table ,
div.haitou-table-2nd table {
	font-size: 14px;
	margin:0 auto;
	border:#ffffff 1px solid;
}

div.haitou-table table th ,
div.haitou-table-2nd table th {
	padding: 10px 10px;
	text-align: center;
	border:#ffffff 1px solid;
	background-color:#e0e9f0;
	color: #005bac;
	font-weight: normal;
	word-break: keep-all;
}

div.haitou-table table td ,
div.haitou-table-2nd table td {
	padding: 10px 10px;
	border: #ffffff 1px solid;
	background-color:#f1f1f1;
	text-align: right;
	word-break: keep-all;
}

/* -- 配当グラフ左のthに該当する部分 -- */
div.haitou-table table td.t1,
div.haitou-table table td.t2,
div.haitou-table table td.t3,
div.haitou-table table td.t4,
div.haitou-table table td.t12 ,
div.haitou-table-2nd table td.t1,
div.haitou-table-2nd table td.t2,
div.haitou-table-2nd table td.t3,
div.haitou-table-2nd table td.t4,
div.haitou-table-2nd table td.t12 {
	text-align:left;
	background-color:#e0e9f0;
	color: #005bac;
	font-weight: normal;
}




/* -- グラフ(横幅指定なし版) -- */

div.graph {
    margin-left:0!important;
    text-align:left;
	margin-bottom:10px;
}

/* -- グラフ メニューボタン非表示 -- */
.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;
}
*/



/*-------------- テーブル縦（左側にタイトルがあるタイプ） --------------*/
/*-- ◎テーブル縦は横幅％の指定の仕方に注意◎ --*/
/*-- ◎全体の合計が100%以下に収まる様にする --*/
/*-- ◎タイトル項目.vtable-head を基準としてカラムを設定 --*/
div.vertical-table {
	font-size: 14px;
}

/* -- テーブル縦 テーブル項目  -- */
div.vertical-table .vtable-item {
}

div.vertical-table .vtable-item > table {
	width: 100%;
	table-layout: fixed;	/* IE対応：テーブル内に画像を置く場合必要 */
	margin-bottom: -1px;
}

/* -- テーブル縦 テーブル項目 カラム -- */
div.vertical-table .vtable-item > table > tbody > tr > td {
	width: 25%;
	padding: 10px 10px;
	border:#ffffff 1px solid;
	background-color:#f1f1f1;
	vertical-align: middle;
}

div.vertical-table .vtable-item > table > tbody > tr > td:empty {
	border-top-color:#f1f1f1;
}

/* -- テーブル縦 テーブル項目 タイトル項目 -- */
/* -- 現状thタグ -- */
div.vertical-table .vtable-item > table > tbody > tr > .vtable-head {
	width: 12.5%;
	padding: 10px 10px;
	border:#ffffff 1px solid;
	background-color:#e0e9f0;
	color: #005bac;
	font-weight: normal;
	vertical-align: middle;
}

div.vertical-table .vtable-item > table > tbody > tr > .vtable-head strong {
	font-weight: bold;
}



/*-------------- ◎IRカレンダー、改め、テーブル横◎ --------------*/
/*-------------- テーブル横07_102 --------------*/
div.ircalendar {
	font-size: 14px;
}

/* -- タイトル項目・項目共通 -- */
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%;
}
div.ircalendar-title > table > tbody > tr > th.ircalendar-title1 ,
div.ircalendar-item > table > tbody > tr > td.ircalendar-item1  {
	width: 12.5%;
}

/*-------------- テーブル横 タイトル項目07_103 --------------*/
div.ircalendar-title {
}

div.ircalendar-title > table {
}

div.ircalendar-title > table > tbody > tr >  th {
	padding: 10px 10px;
	border:#ffffff 1px solid;
	background-color:#e0e9f0;
	color: #005bac;
	font-weight: normal;
	vertical-align: middle;
}

div.ircalendar-title > table > tbody > tr >  th strong {
	font-weight: bold;
}

/*-------------- テーブル横 項目07_104 --------------*/

div.ircalendar-item {
}

div.ircalendar-item > table {
}

div.ircalendar-item > table > tbody > tr > td {
	padding: 10px 10px;
	border:#ffffff 1px solid;
	background-color:#f1f1f1;
	vertical-align: middle;
}


/*-------------- 表組07_101 --------------*/

div.table {
}

/* -- 表タイトル -- */
div.table div.shwTableTitle {
}

div.table div.shwTableTitle h2 {
	font-weight: bold;
	margin-bottom: 10px;
}

div.table div.shwTableTitle h2:empty {
	display: none;
}

/* -- 表 -- */
div.table div.shwTable {
	padding-bottom: 15px;
	overflow-x: auto;
	font-size: 14px;
}

/* -- IE幅指定用 -- */
div.table div.shwTable table {
	width:100%;
	table-layout: auto;
}

div.shwTable .wtHider{
	height:auto !important;
/*	height:0; */
}

/* -- 表組の外枠 -- */
div.table div.shwTable > table > tbody > tr > td {
	padding: 0;
}

/* -- 単位（表組の外） -- */
div.table div.shwTable td.shw-table-row {
}

div.table div.shwTable td.shw-table-row:empty {
	display: none;
}


/* -- セル -- */
div.shwTable .ht_master tr > td {
	padding: 10px 10px;
	color: #333;
	border-color:#ffffff;
	vertical-align: middle;
	background-color:#f1f1f1;
	word-break: keep-all;
	white-space: pre;
}

/* -- 一行目・一列目を見出し設定に -- */
div.shwTable .ht_master tr > td.tableColumnHead,
div.shwTable .ht_master tr > td.tableRowHead {
    background-color:#e0e9f0;
	color: #005bac;
}

div.shwTable .ht_master tr >  td.tableColumnHead {
	text-align: left;
}

div.shwTable .ht_master tr > td.tableRowHead {
	text-align: center;
}


/*-- 複数見出し行対応 --*/
div.shwTable.ColHead19 .ht_master tr > td:nth-child(19) ,
div.shwTable.ColHead18 .ht_master tr > td:nth-child(18) ,
div.shwTable.ColHead17 .ht_master tr > td:nth-child(17) ,
div.shwTable.ColHead16 .ht_master tr > td:nth-child(16) ,
div.shwTable.ColHead15 .ht_master tr > td:nth-child(15) ,
div.shwTable.ColHead14 .ht_master tr > td:nth-child(14) ,
div.shwTable.ColHead13 .ht_master tr > td:nth-child(13) ,
div.shwTable.ColHead12 .ht_master tr > td:nth-child(12) ,
div.shwTable.ColHead11 .ht_master tr > td:nth-child(11) ,
div.shwTable.ColHead10 .ht_master tr > td:nth-child(10) ,
div.shwTable.ColHead9 .ht_master tr > td:nth-child(9) ,
div.shwTable.ColHead8 .ht_master tr > td:nth-child(8) ,
div.shwTable.ColHead7 .ht_master tr > td:nth-child(7) ,
div.shwTable.ColHead6 .ht_master tr > td:nth-child(6) ,
div.shwTable.ColHead5 .ht_master tr > td:nth-child(5) ,
div.shwTable.ColHead4 .ht_master tr > td:nth-child(4) ,
div.shwTable.ColHead3 .ht_master tr > td:nth-child(3) ,
div.shwTable.ColHead2 .ht_master tr > td:nth-child(2) ,
div.shwTable.RowHead19 .ht_master tr:nth-child(19) > td ,
div.shwTable.RowHead18 .ht_master tr:nth-child(18) > td ,
div.shwTable.RowHead17 .ht_master tr:nth-child(17) > td ,
div.shwTable.RowHead16 .ht_master tr:nth-child(16) > td ,
div.shwTable.RowHead15 .ht_master tr:nth-child(15) > td ,
div.shwTable.RowHead14 .ht_master tr:nth-child(14) > td ,
div.shwTable.RowHead13 .ht_master tr:nth-child(13) > td ,
div.shwTable.RowHead12 .ht_master tr:nth-child(12) > td ,
div.shwTable.RowHead11 .ht_master tr:nth-child(11) > td ,
div.shwTable.RowHead10 .ht_master tr:nth-child(10) > td ,
div.shwTable.RowHead9 .ht_master tr:nth-child(9) > td ,
div.shwTable.RowHead8 .ht_master tr:nth-child(8) > td ,
div.shwTable.RowHead7 .ht_master tr:nth-child(7) > td ,
div.shwTable.RowHead6 .ht_master tr:nth-child(6) > td ,
div.shwTable.RowHead5 .ht_master tr:nth-child(5) > td ,
div.shwTable.RowHead4 .ht_master tr:nth-child(4) > td ,
div.shwTable.RowHead3 .ht_master tr:nth-child(3) > td ,
div.shwTable.RowHead2 .ht_master tr:nth-child(2) > td {
    background-color:#e0e9f0;
	color: #005bac;
}


/* -- 表組(mobileモード) -- */
div.shwTable table.tbCore {
	width: auto;
}

/* -- セル -- */
div.shwTable .tbDimmed ,
div.shwTable .tbRowHead ,
div.shwTable .tbColumnHead {
	padding: 10px 10px;
	border: 1px solid #fff;
	background: #f1f1f1;
	vertical-align: middle;
	white-space: nowrap;
}

/* -- 一行目・一列目を見出し設定に -- */
div.shwTable .tbColumnHead ,
div.shwTable .tbRowHead {
    background-color:#e0e9f0;
	color: #005bac;
}

div.shwTable .tbColumnHead {
	text-align: left;
}

div.shwTable .tbRowHead {
	text-align: center;
}


/* 縦・横揃え */
div.shwTable .tbLeft {
  text-align: left;
}
div.shwTable .tbCenter {
  text-align: center;
}
div.shwTable .tbRight {
  text-align: right;
}
div.shwTable .tbJustify {
  text-align: justify;
}

div.shwTable .tbTop {
  vertical-align: top;
}
div.shwTable .tbMiddle {
  vertical-align: middle;
}
div.shwTable .tbBottom {
  vertical-align: bottom;
}


/*-------------- マルチセル --------------*/
div.uni-table {
	margin-bottom:10px;
}


/* -- セル -- */
div.uni-table td {
	padding: 12px 20px;
	color: #333;
	border-color:#ffffff;
	vertical-align: middle;
	background-color:#f1f1f1;
}

/* -- 一行目・一列目を見出し設定に -- */
div.uni-table td.tbColumnHead,
div.uni-table td.tbRowHead {
    background-color:#e0e9f0;
	color: #005bac;
}

div.uni-table td.tbColumnHead {
	text-align: left;
}

div.uni-table td.tbRowHead {
	text-align: center;
}



/*-- スワイプアイコン --*/
div.shwTable ,
div.highlights-table ,
div.highlights-alltable-2nd ,
div.haitou-table ,
div.haitou-table-2nd ,
.icon-swip {
	position: relative;
}

div.shwTable:before ,
div.highlights-table:before ,
div.highlights-alltable-2nd:before ,
div.haitou-table:before ,
div.haitou-table-2nd:before ,
.icon-swip:before {
	content: '';
	z-index:50;
	position: absolute;
	top: 30%;
	top: 30px;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	background: url(../../../../../sw_img/icon_swip.png) no-repeat center center;
	background-size: contain;
	opacity: 0.3;
}


.icon-swip-done:before {
	content: none !important;
}


@media all and (orientation: landscape) { 
	.icon-swip:before {
		content: none;
	} 
}



/*-------------- リンクリスト07_401★★要確認！不具合解消で削除されてるはず -- */
/*-------------- リンクリストURL事前確認07_402　個別に設定が必要な際は分割して設定 --------------*/

div.link-list,
div.link-list-url {
	margin-bottom:20px;
}

/* -- 副見出し -- */
div.link-list h2,
div.link-list-url h2 {
	clear:both;
}


div.link-list ul,
div.link-list-url ul {
}

div.link-list ul li,
div.link-list-url ul li {
    position: relative;
	margin-bottom:5px;
}

div.link-list em,
div.link-list-url em {
	font-size: 85.7%; /* 12px */
	font-style:normal;
}


/* -- 内部リンク07_404 -- */
/* -- 外部リンク07_406 -- */
div.link-list .internal-link-text ,
div.link-list .external-link-text ,
div.link-list-url .internal-link-text ,
div.link-list-url .external-link-text {
	padding-left: 15px;
	margin-bottom: 5px;
	position: relative;
}

div.link-list .internal-link-text:before ,
div.link-list .external-link-text:before ,
div.link-list-url .internal-link-text:before ,
div.link-list-url .external-link-text:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -4px;
	margin-left: -2px;
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #005bac;
	border-left: 1px solid #005bac;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}


/* -- 別窓アイコン -- */
div.link-list .internal-link-text a[target="_blank"]:after ,
div.link-list .external-link-text a[target="_blank"]:after ,
div.link-list-url .internal-link-text a[target="_blank"]:after ,
div.link-list-url .external-link-text a[target="_blank"]:after {
	content: "";
	background:url(../../img/defaulticon/common/link02.png) left top no-repeat;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 5px;
/*	vertical-align: middle; */
}


/* -- ダウンロードリンク07_408　07_409 -- */
div.link-list .download-link-text ,
div.link-list-url .download-link-url {
	margin-bottom: 15px;
}

div.link-list .download-link-text img ,
div.link-list-url .download-link-url img {
	display: inline-block;
	vertical-align:middle;
}

div.link-list .download-link-text a ,
div.link-list-url .download-link-url a {
/*	display: block; */
}

/* -- ダウンロードリンク容量表示 -- */
div.link-list .download-link-text em ,
div.link-list-url .download-link-url em {
	display: inline-block;
	vertical-align: text-bottom;
}

div.link-list em ,
div.link-list-url em {
	font-size: 85.7%;
	font-style:normal;
}


/* ハイライト表示のリンクは、直前のリンクに属する様に見えるスタイルにする。 */
/* (ハイライト表示されていないリンクは、他の決算短信・有報と同列に表示）  */
.link-list:not(.highlight) li.highlight ,
.link-list-url li.highlight ,
.news-result dl dd.highlight ,
.news-yuho dl dd.highlight ,
.news-presentation dl dd.highlight ,
.news-material dl dd.highlight {
	padding-top: 0px;
	padding-left: 45px;
}

/* ハイライト表示のリンクのＬ字アイコン */
.link-list:not(.highlight) li.highlight::before ,
.link-list-url li.highlight::before ,
.news-result dl dd.highlight::before ,
.news-yuho dl dd.highlight::before ,
.news-presentation dl dd.highlight::before ,
.news-material dl dd.highlight::before {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;

	content: "";
	position: absolute;
	top: 3px;
	left: 25px;
	display: block;
	width: 10px;
	height: 10px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}


/*-------------- FAQ07_701 --------------*/
div.faq-list {
}

div.faq-list > ul {
	margin-bottom:30px;
}

div.faq-list > ul > li {
	min-height: 50px;
	clear:both;
	border-bottom: 1px solid #ccc;
}

div.faq-list h3 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	line-height:inherit;
	color: #005bac;

	position: relative;
	padding: 15px 0;
	padding-right: 35px;
	margin-left: 35px;
}
div.faq-list h3:before {
	content: "Q";
	position: absolute;
	top: 15px;
	left: -35px;
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	vertical-align:middle;

	font-size: 20px;
	font-weight: bold;
	color: #005bac;
}

div.faq-list h3 a {
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}

div.faq-list h3 a:hover {
	opacity: 0.7;
}

/* 開閉アイコン */
.faq-list h3 a::before ,
.faq-list h3 a::after {
	content: "";
	position: absolute;
	display: block;
	background: #005bac;
	transition: 0.5s;
}

.faq-list h3 a::before {
	top: 50%;
	right: 20px;
	width: 18px;
	height: 2px;
	transform: translate(50%, -50%);
}
.faq-list h3 a::after {
	top: 50%;
	right: 20px;
	width: 2px;
	height: 18px;
	transform: translate(50%, -50%);
}

.faq-list h3 a.js-selected::after {
	background-color: transparent;
}


div.faq-list .faq-item {
	position: relative;
	margin-left: 45px;
}
div.faq-list .faq-item:before {
	content: "A";
	position: absolute;
	top: 0;
	left: -35px;
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	vertical-align:middle;

	font-size: 20px;
	font-weight: bold;
	color: #222;
}

/*-- FAQを出しっぱなしにする設定 --*/
/*
div.faq-list h3 a {
	cursor: inherit;
}
div.faq-list > ul > li {
	height: auto !important;
}
div.faq-list .faq-item {
	display: block !important;
}
*/


/*-------------- 内部ページリンク（エリアリンク）07_411 internal --------------*/
/*-------------- 外部ページリンク（エリアリンク）07_412 external --------------*/

div.internal-link-area ,
div.external-link-area {
	clear:both;
	font-size: 13px;
}

div.internal-link-area > a ,
div.external-link-area > a {
	display: block;
	text-decoration: none;
	position: relative;
}

div.internal-link-area > a:hover ,
div.external-link-area > a:hover {
}

div.internal-link-area img ,
div.external-link-area img ,
div.internal-link-area img.pos-2 ,
div.external-link-area img.pos-2 ,
div.internal-link-area img.large ,
div.external-link-area img.large {
	margin-bottom: 0;
}


div.internal-link-area > a p ,
div.external-link-area > a p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 10px;
	background-color: rgba(0,91,172, 0.8);
	color: #FFF;
}

/* -- 別窓アイコン -- */
div.internal-link-area > a[target="_blank"]:after ,
div.external-link-area > a[target="_blank"]:after {
	content: "";
	background:url(../../../../../../resources/sw_img/linkout_white.png) left top no-repeat;
	display: inline-block;
	width: 16px;
	height: 13px;
/*	vertical-align: middle; */
	position: absolute;
	bottom: 15px;
	right: 10px;
}

/*-------------- ダウンロードリンク（エリアリンク）07_413 download --------------*/

div.download-link-area {
	clear:both;
}

div.download-link-area a {
	display: block;
}


/* -- pdfアイコン -- */
div.download-link-area a[href$=".pdf"] > p:first-child:before ,
div.download-link-area a[href$=".pdf"] > img + p:before {
	content: "";
	background:url(../../img/defaulticon/common/pdf.png) left top no-repeat;
	display: inline-block;
	width: 20px;
	height: 22px;
	vertical-align: bottom;
	margin-right: 5px;
}

div.internal-link-area:after,
div.external-link-area:after,
div.download-link-area:after {
	content: "";
    display: block;
    clear: both;
}

/*-------------- 内部ページバナー07_414 --------------*/

div.teaser {
	margin-bottom: 20px;
}

/* -- title -- */
div.teaser h2 {
	margin-bottom:5px;
}

div.teaser h2 a {
	display: block;
}

/* -- テキスト -- */
div.teaser p {
	margin-bottom:10px;
}

/* -- 内部リンクだけ表示される（続きを）読むを削除 -- */
div.teaser p em.more {
	display:none;
}

/* -- 画像のレイアウト変更したい時はここ -- */
div.teaser img {
	margin: 0 auto;
}

/*--- 内部ページバナー ハイライト表示 ---*/
div.teaser.highlight {
}

div.teaser.highlight:not(.no-img) img {
	margin: 0;
}

/*--- 内部ページバナー テキストのみ ---*/
div.teaser.no-img {
	text-align: left;
	margin-bottom: 20px;
}


/*-------------- 外部ページバナー07_416 --------------*/

div.external-teaser {
	margin-bottom: 20px;
}

/* -- title -- */
div.external-teaser h2 {
	margin-bottom:5px;
}

div.external-teaser h2 a {
	display: block;
}

/* -- テキスト -- */
div.external-teaser p {
	margin-bottom:10px;
}

/* -- 画像のレイアウト変更したい時はここ -- */
div.external-teaser img {
	margin: 0 auto;
}

/*--- 外部ページバナー、テキストのみ ---*/
div.external-teaser.no-img {
	text-align: left;
	margin-bottom: 20px;
}

/*--- 外部ページバナー ハイライト表示 ---*/
div.external-teaser.highlight {
}


/* ----- 内部バナー　メインエリア用 ----- */
/* ----- 外部バナー　メインエリア用 ----- */

#sharewithmain div.teaser.no-img:not(.highlight) ,
#sharewithmain div.external-teaser.no-img:not(.highlight) {
}

#sharewithmain div.teaser.no-img:not(.highlight) h2 ,
#sharewithmain div.external-teaser.no-img:not(.highlight) h2 {
	font-size: 16px;
	display: table;
	width: 100%;
}

#sharewithmain div.teaser.no-img:not(.highlight) h2 a ,
#sharewithmain div.external-teaser.no-img:not(.highlight) h2 a {
	position: relative;
	padding: 12px 7px 12px 27px;
	border: 3px solid #005bac;
	color: #FFF;
	background-color: #005bac;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
}


#sharewithmain div.teaser.no-img:not(.highlight) h2 a:hover ,
#sharewithmain div.external-teaser.no-img:not(.highlight) h2 a:hover {
	color: #005bac;
	background-color: #FFF;
}

#sharewithmain div.teaser.no-img:not(.highlight) h2 a:before ,
#sharewithmain div.external-teaser.no-img:not(.highlight) h2 a:before {
	content: "";
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 7px;
	margin-top: -0.5em;
	display: block;
	width: 1em;
	height: 1em;
	background: url("../../../../../../resources/sw_img/icon_arrow_white.png") no-repeat center center;
	background-size: contain;
}

#sharewithmain div.teaser.no-img:not(.highlight) h2 a:hover:before ,
#sharewithmain div.external-teaser.no-img:not(.highlight) h2 a:hover:before {
	background-image: url("../../../../../../resources/sw_img/icon_arrow_blue.png");
}

#sharewithmain div.teaser.no-img:not(.highlight) h2 a[target="_blank"]:after ,
#sharewithmain div.external-teaser.no-img:not(.highlight) h2 a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/sw_img/linkout_white.png") no-repeat left center;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 0.5em;
/*	vertical-align: middle; */
}

#sharewithmain div.teaser.no-img:not(.highlight) h2 a[target="_blank"]:hover:after ,
#sharewithmain div.external-teaser.no-img:not(.highlight) h2 a[target="_blank"]:hover:after {
	background: url("../../../../../../resources/sw_img/linkout_blue.png") no-repeat left center;
}

#sharewithmain div.teaser.no-img:not(.highlight) p ,
#sharewithmain div.external-teaser.no-img:not(.highlight) p {
}


/* ----- 内部バナー ハイライト　メインエリア用 ----- */
/* ----- 外部バナー ハイライト　メインエリア用 ----- */

#sharewithmain div.teaser.no-img.highlight ,
#sharewithmain div.external-teaser.no-img.highlight {
}

#sharewithmain div.teaser.no-img.highlight h2 ,
#sharewithmain div.external-teaser.no-img.highlight h2 {
	font-size: 14px;
}

#sharewithmain div.teaser.no-img.highlight h2 a ,
#sharewithmain div.external-teaser.no-img.highlight h2 a {
	position: relative;
	padding: 14px 9px 14px 29px;
	border: 1px solid #ccc;
	color: #005bac;
	background-color: #fff;
	text-decoration: none;
}

#sharewithmain div.teaser.no-img.highlight h2 a:hover ,
#sharewithmain div.external-teaser.no-img.highlight h2 a:hover {
	border-color: #005bac;
}


#sharewithmain div.teaser.no-img.highlight h2 a:before ,
#sharewithmain div.external-teaser.no-img.highlight h2 a:before {
	content: "";
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 9px;
	margin-top: -0.5em;
	display: block;
	width: 1em;
	height: 1em;
	background: url("../../../../../../resources/sw_img/icon_arrow_blue.png") no-repeat center center;
	background-size: contain;
}

#sharewithmain div.teaser.no-img.highlight h2 a[target="_blank"]:after ,
#sharewithmain div.external-teaser.no-img.highlight h2 a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/sw_img/linkout_blue.png") no-repeat left center;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 0.5em;
/*	vertical-align: middle; */
}

#sharewithmain div.teaser.no-img.highlight p ,
#sharewithmain div.external-teaser.no-img.highlight p {
}



/* ----- 内部バナー　プロモス1用 ----- */
/* ----- 外部バナー　プロモス1用 ----- */
#promos1 div.teaser.no-img ,
#promos1 div.external-teaser.no-img {
	margin-bottom: 0;
}

#promos1 div.teaser.no-img h2 ,
#promos1 div.external-teaser.no-img h2 {
	font-size: 14px;
	margin-bottom: -1px;
	border: 3px solid #005bac;
}

#promos1 div.teaser.no-img h2 a ,
#promos1 div.external-teaser.no-img h2 a {
	display: block;
	position: relative;
	padding: 15px 10px 15px 35px;
	color: #005bac;
	font-weight: bold;
	background-color: #FFF;
	text-decoration: none;
}

#promos1 div.teaser.no-img h2 a:before ,
#promos1 div.external-teaser.no-img h2 a:before {
	content: "";
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 9px;
	margin-top: -0.5em;
	display: block;
	width: 1em;
	height: 1em;
	background: url("../../../../../../resources/sw_img/icon_arrow_blue.png") no-repeat center center;
	background-size: contain;
}

#promos1 div.teaser.no-img h2 a:hover ,
#promos1 div.external-teaser.no-img h2 a:hover {
	opacity: 0.7;
}f

#promos1 div.teaser.no-img p ,
#promos1 div.external-teaser.no-img p {
}

/* ----- 内部バナー ハイライト　プロモス1用 ----- */
/* ----- 外部バナー ハイライト　プロモス1用 ----- */
#promos1 div.teaser.no-img.highlight ,
#promos1 div.external-teaser.no-img.highlight {
	margin: 0 15px;
	margin-bottom: 20px;
}

#promos1 div.teaser.no-img.highlight h2 ,
#promos1 div.external-teaser.no-img.highlight h2 {
	font-size: 16px;
	border: none;
}

#promos1 div.teaser.no-img.highlight h2 a ,
#promos1 div.external-teaser.no-img.highlight h2 a {
	position: relative;
	padding: 25px 10px 25px 30px;
	font-weight: normal;
	color: #FFF;
	background-color: #ff812d;
	text-decoration: none;
}

#promos1 div.teaser.no-img.highlight h2 a:before ,
#promos1 div.external-teaser.no-img.highlight h2 a:before {
	content: "";
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 7px;
	margin-top: -0.5em;
	display: block;
	width: 1em;
	height: 1em;
	background: url("../../../../../../resources/sw_img/icon_arrow_white.png") no-repeat center center;
	background-size: contain;
}


#promos1 div.teaser.no-img.highlight h2 a:hover ,
#promos1 div.external-teaser.no-img.highlight h2 a:hover {
	opacity: 0.7;
}

#promos1 div.teaser.no-img.highlight p ,
#promos1 div.external-teaser.no-img.highlight p {
}

/*-------------- ダウンロードページバナー07_418 ------*/

div.download-teaser {
	margin-bottom: 20px;
}

/* -- title -- */
div.download-teaser h2 {
	margin-bottom:5px;
}

div.download-teaser h2 a {
	display: block;
}

/* -- iconファイル用★★要確認！ -- */
div.download-teaser h2 em {
}

/* -- テキスト -- */
div.download-teaser p {
	margin-bottom:10px;
}

/* -- 画像のレイアウト変更したい時はここ -- */
div.download-teaser img {
	margin: 0 auto;
}

/*-------------- ダウンロードバナー テキストのみ -----*/
div.download-teaser.no-img {
}

/*-------------- ダウンロードページバナー ハイライト表示 --*/
div.download-teaser.highlight {
}


/* ----- ダウンロードバナー　メインエリア用 ----- */

#sharewithmain div.download-teaser.no-img {
}

#sharewithmain div.download-teaser.no-img h2 {
	display: block;
	font-size: 18px;
}

#sharewithmain div.download-teaser.no-img h2 a {
	position: relative;
	padding: 20px 30px 20px 50px;
	color: #005bac;
	background-color: #bac4cd;
	text-decoration: none;
}

#sharewithmain div.download-teaser.no-img h2 a:before {
	content: "";
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 29px;
	margin-top: -0.5em;
	display: block;
	width: 1em;
	height: 1em;
	background: url("../../../../../../resources/sw_img/icon_arrow_blue.png") no-repeat center center;
	background-size: contain;
}

#sharewithmain div.download-teaser.no-img h2 a:hover {
	opacity: 0.7;
}

#sharewithmain div.download-teaser.no-img p {
}




/*-------------- ページ内リンク07_410 --------------*/

div.anchor-link {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}

div.anchor-link a {
	position: relative;
	padding-left: 25px;
	display: block;
}

div.anchor-link a:before {
	content: "";
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 4px;
	margin-top: -0.5em;
	display: block;
	width: 1em;
	height: 1em;
	background: url("../../../../../../resources/sw_img/icon_arrow_blue.png") no-repeat center center;
	background-size: contain;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}


/*-------------- GoogleMap（地図埋め込み）07_908 --------------*/
div.map {
	position: relative;
	width: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
}

div.map:after {
	content: "";
	display: block;
/*	padding-top: 56.25%; */	/* 高さと幅の比を16:9に固定。9/16*100=56.25 */
	padding-top: 75%;	/* 高さと幅の比を4:3に固定。3/4*100=75 */
}

div.map > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/*-------------- サイトマップ　07_906 --------------*/
div.sitemap {
	margin-bottom:20px;
}

div.sitemap > h2 {
	line-height: inherit;
	font-size: inherit;

	font-weight:bold;
	border:#005bca 2px solid;
	margin-bottom: 12px;
}

div.sitemap > h2 a {
	display: block;
	padding: 15px 10px 15px 30px;
	background:url(../../img/defaulticon/common/link01.png) 10px center no-repeat;
	font-weight: bold;
	text-decoration: none;
}
div.sitemap > h2 a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #005bca;
}

/* -- 第二階層 -- */
div.sitemap > ul {
/*
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 2%;
*/
	display: block;
}
div.sitemap > ul:nth-child(odd) { /* 最初にh2がある為、奇数が左側 */
	margin-right: 0;
}

div.sitemap > ul > li {
	background:url(../../img/defaulticon/common/link01.png) left 0.2em no-repeat;
	padding-left: 20px;
	margin-left: 8px;
	margin-bottom: 5px;
}


/* -- 第三階層 -- */
div.sitemap > ul > li > ul {
	margin-top: 10px;
}

div.sitemap > ul > li > ul > li {
	background:url(../../img/defaulticon/common/link01.png) left 0.2em no-repeat;
	padding-left: 20px;
	margin-left: 8px;
	margin-bottom: 5px;
}


div.sitemap li a[target="_blank"]:after {
	content: "";
	background:url(../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png) left top no-repeat;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 5px;
	margin-right: 5px;
}


/* -- rss -- */
.rss-content {
}

.rss-content em {
	font-style: normal;
	float: right;
	background: none !important;
}

.rss-content a {
	text-decoration: none;
	display: block;
	width: 128px;
	height: 32px;
	background: url("../../../../../../resources/sw_img/icon_rss.svg") no-repeat left top;
}

.rss-content a:hover {
	opacity: 0.7;
}


.no-sp {
	display: none !important;
}

/* -- 装飾 -- */

table.wrapbox ,
table.wrapbox > tbody ,
table.wrapbox > tbody > tr ,
table.wrapbox > tbody > tr > td {
	display: inline;
}

/* google search */
.gsc-control-cse ,
.gsc-control-cse * {
	box-sizing: content-box;
}

.gsc-control-cse {
	line-height: 1;
}




/*------------------------------------- 
13_テンプレートID
-------------------------------------*/


/*---- 総合トップH01 ----*/

body#generaltop ,
body.generaltop {
}

body#sitetop ,
body.sitetop {
}

body#sitetop #wrapper-3 {
	padding-top: 0;
}


/*---- カテゴリトップのテンプレートS01 ----*/
body#irtop ,
body.irtop {
}


/*---- 汎用のテンプレートF01 ----*/

body#multi ,
body.multi {
}


/*---- FAQのテンプレートF04 ----*/
body#faq ,
body.faq {
}


/*---- サイトマップのテンプレートF05 ----*/

body#siteMap ,
body.siteMap {
}


/*---- イベント一覧のテンプレートS03 ----*/

body#eventOverview ,
body.eventOverview {
}


/*---- イベントのテンプレートC02 ----*/

body#event ,
body.event {
}


/*---- ニュース一覧のテンプレートS02 ----*/

body#newsOverview ,
body.newsOverview {
}

/*---- 英文資料一覧のテンプレートC04 ----*/

body#kaijiListEnglish ,
body.kaijiListEnglish {
}


/* -- ニュース一覧・英文資料一覧のサイドナビに削除ページが出るのを抑止 -- */
/* -- ニュースページは削除されている為プレビュー不可 -- */
body.kaijiListEnglish #nav-box strong + ul ,
body.newsOverview #nav-box strong + ul {
    display: none;
}


body.kaijiListEnglish #nav ,
body.newsOverview #nav ,
body.news #nav {
	display: none;
}

body.kaijiListEnglish #wrapper-3 ,
body.newsOverview #wrapper-3 ,
body.news #wrapper-3 {
	width: auto;
	padding-top: 30px;
}

body.kaijiListEnglish .bread-crumb ,
body.newsOverview .bread-crumb ,
body.news .bread-crumb {
	position: absolute;
	top: 45px;
	width: 100%;
}


/*---- ニュースのテンプレートC01 ----*/

body#news ,
body.news {
}


/*---- 有価証券報告書一覧のテンプレートC05 ----*/

body#yuho ,
body.yuho {
}


/*---- 決算短信一覧のテンプレートC03 ----*/

body#kaijiResult ,
body.kaijiResult {
}


/*---- 財務ハイライトのテンプレートC06 ----*/

body#tdnetzaimu ,
body.tdnetzaimu {
}

body#tdnetzaimu-2nd ,
body.tdnetzaimu-2nd {
}


/*---- 配当金のテンプレートC07 ----*/

body#tdnethaitou ,
body.tdnethaitou {
}

body#tdnethaitou-2nd ,
body.tdnethaitou-2nd {
}


/*---- 電子公告のテンプレートF06 ----*/

body#denshi ,
body.denshi {
}


/*---- スペシャルコンテンツのテンプレートF08 ----*/

body#special {
}


body.special {
	background: #FFF;
}

body.special #html1 {
}

body.special #sharewithmain {
}

body.special #html2 {
}

body.special .multiColumn1:last-child,
body.special .multiColumn2:last-child,
body.special .multiColumn3:last-child,
body.special .multiColumn4:last-child,
body.special .multiColumn5:last-child {
	margin-bottom: 0px;
}

body.special .multiColumn1:last-child > div ,
body.special .multiColumn2:last-child > div ,
body.special .multiColumn3:last-child > div ,
body.special .multiColumn4:last-child > div ,
body.special .multiColumn5:last-child > div {
	margin-bottom: 0px;
}

body.special .multiColumn1:last-child > div > div:last-child ,
body.special .multiColumn2:last-child > div > div:last-child ,
body.special .multiColumn3:last-child > div > div:last-child ,
body.special .multiColumn4:last-child > div > div:last-child ,
body.special .multiColumn5:last-child > div > div:last-child {
	margin-bottom: 0px;
}


/* -----------------------------
16_個別設定
--------------------------------- */


/* ---- サイトロゴ ---- */

div.sp_navi {
	position:relative;
	width:100%;
	text-align:right;
}

div.sp_navi:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

div.sp_navi h1 {
	position:absolute;
	top: 0px;
	left: 0px;
	margin:0;
}

div.sp_navi h1 a {
	display: block;
	padding: 10px 5px;
}

/* -- ハンバーガーアイコン -- */


#panel-btn:hover{
  background: #fafafa;
}

/* -- x1.0サイズ -- */

/*
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 24px;
  height: 3px;
  margin: -2px 0 0 -12px;
  background: #2196F3;
  transition: .2s;
}

#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 3px;
  background: #2196F3;
  transition: .3s;
}

#panel-btn-icon:before{
  margin-top: -6px;
}
#panel-btn-icon:after{
  margin-top: 6px;
}


#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#panel-btn .close:after{
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#panel-btn{
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 5px 10px 10px 0;
  border-radius: 10%;
  background: #fff;
}
*/


/* -- x1.5サイズ -- */

#panel-btn-icon{
  display: block;
  position: absolute;
  top: 28px;
  left: 12px;
  width: 36px;
  height: 4px;
  margin: 0;
  background: #EB5E00;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 4px;
  background: #EB5E00;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -8px;
}
#panel-btn-icon:after{
  margin-top: 8px;
}

#panel-btn{
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  margin: 5px 10px 10px 0;
  border-radius: 10%;
  background: #fafafa;
}


/* -- open時 -- */

#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#panel-btn .close:after{
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


/* -- css ハンバーガーメニュー -- */

#panel2-sw {
	display: none;
}

#panel2-btn{
	display: block;
	float: right;
	position: relative;
/*	position: fixed; */
/*	top: 0; */
/*	right: 0; */

	width: 40px;
	height: 35px;
	margin: 5px;
	border-radius: 10%;
	background: #FFF;
	background: rgba(255,255,255, 0.5);
}

#panel2-btn:hover{
	background: #FFF;
	background: rgba(255,255,255, 0.8);
}

.panel2-btn-icon1 ,
.panel2-btn-icon2 ,
.panel2-btn-icon3 {
	display: block;
	position: absolute;
	top: 16px;
	left: 10px;
	width: 20px;
	height: 3px;
	margin: 0;
	background-color: #005bac;

	-webkit-transition .2s .4s;
	-ms-transition: .2s .4s;
	transition: .2s .4s;
}

.panel2-btn-icon1 {
	margin-top: -8px;
}
.panel2-btn-icon2 {
	margin-top: 0;
}
.panel2-btn-icon3 {
	margin-top: 8px;
}

.panel2-btn-icon1:before ,
.panel2-btn-icon3:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 3px;
	background-color: #005bac;

	-webkit-transition .3s .1s;
	-ms-transition: .3s .1s;
	transition: .3s .1s;
}

/* -- open時 -- */
#panel2-sw:checked + div .panel2-btn-icon1 ,
#panel2-sw:checked + div .panel2-btn-icon2 ,
#panel2-sw:checked + div .panel2-btn-icon3 {
	background: transparent;
	margin-top: 0;
	will-change: margin-top, background;

	-webkit-transition .2s .1s;
	-ms-transition: .2s .1s;
	transition: .2s .1s;
}

#panel2-sw:checked + div .panel2-btn-icon1:before ,
#panel2-sw:checked + div .panel2-btn-icon3:before {
	will-change: transform;

	-webkit-transition .3s .3s;
	-ms-transition: .3s .3s;
	transition: .3s .3s;
}

#panel2-sw:checked + div .panel2-btn-icon1:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);

	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);

}

#panel2-sw:checked + div .panel2-btn-icon3:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);

	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

/* gnv open */
#panel2-sw:checked ~ div .menu-box  {
	right: 0;
}
.menu-box {
	background: #263e6a;
	padding-bottom: 100vh;
	width: 100%;

	position: absolute;
	top: 45px;
	right: 100%;
	overflow: hidden;
	z-index: 100;

	-webkit-transition: .5s .1s;
	-ms-transition: .5s .1s;
	transition: .5s .1s;
}



/*-- フッターリンク集 -- */

#site-info {
	overflow:hidden;
}
#site-info-box {
	width: calc(100% + 1px);
}

.footer-about {
	clear: none;
	padding: 0;
}

.footer-about img {
	margin: 20px 0 20px 20px;
}


.footer-about p {
	display: none;
}

.footer-about ul {
	display: block;
}

.footer-about u {
	text-decoration: none;
}

.footer-about li > u > a {
	display: block;
	padding: 10px 10px 10px 30px;
	border-top: 1px solid #d4dcde;
	font-size: 12px;
	font-weight: bold;
	color: #005bac;

	position: relative;
}

.footer-about li > u > a:before {
	content: "";
	font-size: 10px;
	position: absolute;
	top: 50%;
	left: 14px;
	margin-top: -0.5em;
	display: block;
	width: 1em;
	height: 1em;
	background: url("../../../../../../resources/sw_img/icon_arrow_blue.png") no-repeat center center;
	background-size: contain;
}

.footer-about li > u > a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/sw_img/linkout_blue.png") no-repeat left center;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 0.25em;
	vertical-align: middle;
}


/*
.footer-about li > u > a:before ,
.footer-about li > u > a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 14px;
}

.footer-about li > u > a:before {
	margin-top: -7px;
	display: block;
	width: 14px;
	height: 14px;
	background-color: #005bac;
	border-radius: 50%;
}
.footer-about li > u > a:after {
	margin-top: -3px;
	margin-left: 3px;
	display: block;
	width: 4px;
	height: 4px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
*/

.footer-about li > a {
	display: none;
}


#footer-about-1 ul {
}


#footer-about-2 {
}

#footer-about-2 ul {
}

#footer-about-2 li > u > a {
	border-color: #fff;
	font-weight: normal;
	background-color: #e4e9ec;
}


#footer-about-3 ul {
	float: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 20px;
}

#footer-about-3 li + li {
	margin-left: 13px;
}

#footer-about-3 li a {
	display: inline-block;
	min-width: 116px;
	min-height:  36px;
	border: 1px #000 solid;
	border-radius: 2px;
	padding: 4px 13px 4px 35px;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#footer-about-3 li > a:before,
#footer-about-3 li > a[target="_blank"]:after {
	content: none;
}

#footer-about-3 ul li a:hover {
	text-decoration: none;
	opacity: 0.6;
}

#footer-about-3 li a.footer-fb {
	border-color: #1877f2;
	color: #1877f2;
	background: url("../../../../../../resources/sw_img/icon_facebook.png") no-repeat 7px center;
	background-size: 24px 24px;
}

#footer-about-3 li a.footer-tw {
	border-color: #1d9bf0;
	color: #1d9bf0;
	background: url("../../../../../../resources/sw_img/icon_twitter.png") no-repeat 7px center;
	background-size: 24px 24px;
}


/*-- 上に戻るリンク 設定例：scroll_f.js用 --*/
#topcontrol {
	position: fixed;
	bottom: 30px;
	right: -50px;
	opacity: 0.3;
	cursor: pointer;
	z-index:1000;

	transition: 0.5s 0.1s;
	will-change: opacity, bottom;
}


#topcontrol.visible {
	right: 20px;
	bottom: 30px;
	opacity: 1;
}


#topcontrol a {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: rgba(128,128,128, 0.85);
	position: relative;
}

#topcontrol a:before {
	content: "";
	position: absolute;
	top: 27%;
	left: 50%;
	margin-left: -4px;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


#topcontrol a span {
	position: absolute;
	left: 0;
	bottom: 23%;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 10px;
}

.toTop {
	display: none;
}


/*-- 関連コンテンツ リンクリスト --*/
body:not([class*="denshi"]) div.link-list-url {
}

body:not([class*="denshi"]) div.link-list-url ul {
	text-align: right;
}
body:not([class*="denshi"]) div.link-list-url ul:after {
	content: "";
	display: block;
	clear: both;
}

body:not([class*="denshi"]) div.link-list-url .internal-link-text ,
body:not([class*="denshi"]) div.link-list-url .external-link-text {
	display: inline-block;
	font-size: 13px;
}

body:not([class*="denshi"]) div.link-list-url .internal-link-text:before ,
body:not([class*="denshi"]) div.link-list-url .external-link-text:before {
	content: none;
}

body:not([class*="denshi"]) div.link-list-url .internal-link-text a ,
body:not([class*="denshi"]) div.link-list-url .external-link-text a {
	position: relative;
	display: block;
	line-height: 1;
	border: 2px solid #005bac;
	padding: 13px 15px 13px 30px;
	color: #005bac;
	background-color: #FFF;
	text-decoration: none;
}

body:not([class*="denshi"]) div.link-list-url .internal-link-text a:before ,
body:not([class*="denshi"]) div.link-list-url .external-link-text a:before {
	content: "";
	font-size: 13px;
	position: absolute;
	top: 50%;
	left: 12px;
	margin-top: -0.5em;
	display: block;
	width: 1em;
	height: 1em;
	background: url("../../../../../../resources/sw_img/icon_arrow_blue.png") no-repeat center center;
	background-size: contain;
}


/*body:not([class*="denshi"]) div.link-list-url .internal-link-text a.act , */
/*body:not([class*="denshi"]) div.link-list-url .external-link-text a.act , */
body:not([class*="denshi"]) div.link-list-url .internal-link-text a:hover ,
body:not([class*="denshi"]) div.link-list-url .external-link-text a:hover {
	opacity: 0.7;
}

body:not([class*="denshi"]) .layout_equal_width_link div.link-list-url ul {
	text-align: left;
}

body:not([class*="denshi"]) .layout_equal_width_link div.link-list-url .internal-link-text ,
body:not([class*="denshi"]) .layout_equal_width_link div.link-list-url .external-link-text {
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
}



/*-- 装飾 --*/
div.text-section + div.link-list {
	margin-top: -20px;
}



/*-- MV --*/

#html1 .mv {
	width: 100%;
}

#html1:after {
	content: "";
	display: block;
	clear: both;
}

#html1 .mv .spbox {
	width: 100vw;
	height: 46.875vw;
}

#html1 .mv .box {
}

#html1 .mv h1.caption {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
	padding: 15px 15px;
	color: #005bac;
}

#html1 .mv h1.caption .main {
	display: inline-block;
	font-size: 20px;
/*	letter-spacing: 2px; */
	font-weight: bold;
	line-height: 1.4;
}
#html1 .mv h1.caption .sub {
	display: inline-block;
	font-size: 10px;
}

#html1 .mv h1.caption br {
	display: none;
}


#html1 .mv.about .spbox {
	background: #e4e9eb url("../../../../../../resources/sw_img/h1sp_about.jpg") no-repeat center center;
	background-size: cover;
}

#html1 .mv.csr_ja .spbox {
/*	background: #e4e9eb url("../../../../../../resources/sw_img/h1sp_csr_ja.jpg") no-repeat center center; */
/*	background-size: cover; */
	background: #e4e9eb;
	height: calc(100vw / 680 * 270);
}

#html1 .mv.csr_en .spbox {
/*	background: #e4e9eb url("../../../../../../resources/sw_img/h1sp_csr_en.jpg") no-repeat center center; */
/*	background-size: cover; */
	background: #e4e9eb;
	height: calc(100vw / 680 * 270);
}

#html1 .mv.ir .spbox {
	background: #e4e9eb url("../../../../../../resources/sw_img/h1sp_ir.jpg") no-repeat center center;
	background-size: cover;
}

#html1 .mv.recruit .spbox {
	background: #e4e9eb url("../../../../../../resources/sw_img/h1sp_recruit.jpg") no-repeat center center;
	background-size: cover;
}

#html1 .mv.tdr .spbox {
	background: #e4e9eb url("../../../../../../resources/sw_img/h1sp_tdr.jpg") no-repeat center center;
	background-size: cover;
}

#html1 .mv.recruit_career .spbox {
	background: #e4e9eb url("../../../../../../resources/sw_img/h1sp_recruit_career.jpg") no-repeat center center;
	background-size: cover;
}

#html1 .mv.top {
	border-bottom: 10px solid #005bac;
	box-sizing: content-box;
}

#html1 .mv.top .spbox {
	width: 100vw;
	height: 84.375vw;
	background: url("../../../../../../resources/sw_img/h1sp_top_ja.jpg") repeat-x center center;
	background-size: contain;

}

#html1 .mv.top .box ,
#html1 .mv.top h1.catch {
	display: none;
}

#header.en ~ #html1 .mv.top .spbox {
	background-image: url("../../../../../../resources/sw_img/h1sp_top_en.png");
}


/*==== CSRカルーセル：スライドMV ====*/
#promos3 #area-slider {
	position: absolute;
	top: 139px;
	left: 0;
	display: block;
	width: 100%;
	height: 46.875vw;
	height: calc(100vw / 680 * 270);
	overflow: hidden;
	margin-bottom: 0;
}

#promos3 #area-slider > div {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}

#promos3 #area-slider .slick-slide {
	height: calc(100vw / 680 * 270);
	overflow: hidden;
	margin-bottom: 0;
}

#promos3 #area-slider .slick-slide > div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(1000px + 40px);
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

#promos3 #area-slider .slick-slide * *:last-child {
	margin-bottom: 0;
}

#promos3 #area-slider .slick-slide > .column1 {
	width: 100%;
}

#promos3 #area-slider .slick-slide > .column1 img {
	width: 100%;
}

#promos3 #area-slider .slick-dots {
	bottom: auto;
	bottom: 10px;
	display: block;
	width: 100%;
}

#promos3 #area-slider .slick-dots li {
	margin: 0 5px;
}


#promos3 #area-slider .slick-dots li button {
	padding: 0;
	display: block;
	width: 10px;
	height: 10px;
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 50%;
}

#promos3 #area-slider .slick-dots li.slick-active button {
	background: #222;
}



/* -- 花アイコン -- */
span.flower_blue:after ,
span.flower_green:after ,
span.flower_magenta:after ,
span.flower_purple:after ,
span.flower_yellow:after {
	content: "";
	display: inline-block;
	width: 32px;
	height: 30px;
	vertical-align: middle;
	margin-right: 0.5em;
}

span.flower_blue:after {
	background:url(../../../../../../resources/sw_img/flower_blue.png) left top no-repeat;
}
span.flower_green:after {
	background:url(../../../../../../resources/sw_img/flower_green.png) left top no-repeat;
}
span.flower_magenta:after {
	background:url(../../../../../../resources/sw_img/flower_magenta.png) left top no-repeat;
}
span.flower_purple:after {
	background:url(../../../../../../resources/sw_img/flower_purple.png) left top no-repeat;
}
span.flower_yellow:after {
	background:url(../../../../../../resources/sw_img/flower_yellow.png) left top no-repeat;

}



/*-- レイアウト装飾 --*/


.lx_col_mr0.multiColumn2 > .column1 ,
.lx_col_mr0.multiColumn2 > .column2 {
	width: calc(100% - 10px);
	margin-left: 0;
	margin-right: 0;
}

.lx_col_mr0.multiColumn3 > .column1 ,
.lx_col_mr0.multiColumn3 > .column2 ,
.lx_col_mr0.multiColumn3 > .column3 {
	width: calc(50% - 5px);
	margin-left: 0;
	margin-right: 0;
}

.lx_col_mr0.multiColumn4 > .column1 ,
.lx_col_mr0.multiColumn4 > .column2 ,
.lx_col_mr0.multiColumn4 > .column3 ,
.lx_col_mr0.multiColumn4 > .column4 {
	width: calc(50% - 5px);
	margin-left: 0;
	margin-right: 0;
}

.lx_col_mr0.multiColumn5 > .column1 ,
.lx_col_mr0.multiColumn5 > .column2 ,
.lx_col_mr0.multiColumn5 > .column3 ,
.lx_col_mr0.multiColumn5 > .column4 ,
.lx_col_mr0.multiColumn5 > .column5 {
	width: calc(50% - 5px);
	margin-left: 0;
	margin-right: 0;
}


.lx_col_mr0.lx_col_sp100 > .column1 ,
.lx_col_mr0.lx_col_sp100 > .column2 ,
.lx_col_mr0.lx_col_sp100 > .column3 ,
.lx_col_mr0.lx_col_sp100 > .column4 ,
.lx_col_mr0.lx_col_sp100 > .column5 {
	width: calc(100% - 5px);
	margin-left: 0;
	margin-right: 0;
}


/*----------------------------------------------*/
/* 簡易版PC/SP表示切り替え */
#sharewithmain .layout_mcol2_flip.multiColumn2 > .column1 {
	display: none;
}

#sharewithmain .layout_mcol2_flip.multiColumn2 > .column2 {
	display: inline-block;
}

#sharewithmain .mgnlEditor ~ .layout_mcol2_flip.multiColumn2 > .column1 ,
#sharewithmain .mgnlEditor ~ .layout_mcol2_flip.multiColumn2 > .column2 {
	display: inline-block;
}




/*-- MV上 バナー --*/
.layout_teaser_on_mv01 {
}


#sharewithmain .layout_teaser_on_mv01 .text-section.highlight {
	font-size: 14px;
	padding: 14px 9px;
	border: 1px solid #ccc;
	color: #005bac;
	background-color: #fff;
	text-decoration: none;
}

#sharewithmain .layout_teaser_on_mv01 .text-section.highlight a {
	font-size: 24px;
/*	color: #ff7f50; */
}


#sharewithmain .layout_teaser_on_mv02 div.teaser.no-img ,
#sharewithmain .layout_teaser_on_mv02 div.external-teaser.no-img {
	margin: 0;
	background: #fff;
}

#sharewithmain .layout_teaser_on_mv02 div.teaser.no-img h2 ,
#sharewithmain .layout_teaser_on_mv02 div.external-teaser.no-img h2 {
	font-size: 16px;
}

#sharewithmain .layout_teaser_on_mv02 div.teaser.no-img h2 a ,
#sharewithmain .layout_teaser_on_mv02 div.external-teaser.no-img h2 a {
	background-color: #ff812d;
	border-color: #ff812d;
}

#sharewithmain .layout_teaser_on_mv02 div.teaser.no-img h2 a:hover ,
#sharewithmain .layout_teaser_on_mv02 div.external-teaser.no-img h2 a:hover {
	color: #fff;
	background-color: #ff812d;
	opacity: 0.7;
}

#sharewithmain .layout_teaser_on_mv02 div.teaser.no-img h2 a:before ,
#sharewithmain .layout_teaser_on_mv02 div.external-teaser.no-img h2 a:before {
}

#sharewithmain .layout_teaser_on_mv02 div.teaser.no-img h2 a:after ,
#sharewithmain .layout_teaser_on_mv02 div.external-teaser.no-img h2 a:after {
	vertical-align: middle;
}

#sharewithmain .layout_teaser_on_mv02 div.teaser.no-img h2 a:hover:before ,
#sharewithmain .layout_teaser_on_mv02 div.external-teaser.no-img h2 a:hover:before {
	background-image: url("../../../../../../resources/sw_img/icon_arrow_white.png");
}

#sharewithmain .layout_teaser_on_mv02 div.teaser.no-img h2 a[target="_blank"]:hover:after ,
#sharewithmain .layout_teaser_on_mv02 div.external-teaser.no-img h2 a[target="_blank"]:hover:after {
	background: url("../../../../../../resources/sw_img/linkout_white.png") no-repeat left center;
}



/*-- マルチカラム下マージン無し --*/
.layout_no_bottom_margin {
	margin-bottom: 0;
}

.layout_no_bottom_margin.layout_back_01 > div ,
.layout_no_bottom_margin.layout_back_02 > div ,
.layout_no_bottom_margin.layout_backwide_01 > div ,
.layout_no_bottom_margin.layout_backwide_02 > div {
	padding-bottom: 0px;
}

.layout_no_bottom_margin.layout_back_01 + div ,
.layout_no_bottom_margin.layout_back_02 + div ,
.layout_no_bottom_margin.layout_backwide_01 + div ,
.layout_no_bottom_margin.layout_backwide_02 + div  {
	margin-top: -20px;
}


.layout_mb1 {
	margin-bottom: 1px;
}


/*-- 背景色つきマルチカラム --*/
.layout_backwide_01 ,
.layout_backwide_02 {
	display: block;
	background: #e4e9eb;
	position: relative;
}

.layout_backwide_01 > div {
	padding-top: 20px;
}

.layout_backwide_02 > div {
}

.layout_backwide_01:before ,
.layout_backwide_02:before {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	left: -15px;
	background: #e4e9eb;
	z-index: -1;
}

.layout_backwide_02 ,
.layout_backwide_02:before {
	background: #005bac;
}



/*-- 見出し中央寄せ --*/
.layout_center_index div.title2 h2 {
	border: none;
	text-align: center;
	font-size: 24px;
	margin-bottom: 10px;
}

.layout_center_index div.title2 h2:after {
	content: "";
	display: block;
	width: 100px;
	margin: 10px auto 0;
	border-bottom: 2px solid #005bac;
}

.layout_center_index div.title2 h2 span {
	font-size: 15px;
}

.layout_center_index div.title3 h3 {
	border: none;
	padding-left: 0;
/*	text-align: center; */
	font-size: 22px;
	color: #005bac;
}
.layout_center_index div.title3 h3 span {
	font-size: 15px;
}

.layout_center_index div.title2 h2 span:before ,
.layout_center_index div.title3 h3 span:before {
	content: "";
	display: block;
	clear: both;
}



/*-- バナー中央寄せ --*/
.layout_center_teaser > div {
	text-align: center;
	font-size: 0;
}

.layout_center_teaser div.teaser ,
.layout_center_teaser div.external-teaser ,
.layout_center_teaser div.download-teaser {
	display: inline-block;
	background-color: #fff;
	margin: 0 5px 5px;
}

.layout_center_teaser div.teaser h2 ,
.layout_center_teaser div.external-teaser h2 ,
.layout_center_teaser div.download-teaser h2 {
	display: inline-block;
}



/*-- バナーtype02 --*/
.layout_teaser_type02 {
	display: block;
	padding-bottom: 5px;
}

.layout_teaser_type02 > .column1 ,
.layout_teaser_type02 > .column2 ,
.layout_teaser_type02 > .column3 ,
.layout_teaser_type02 > .column4 {
	width: calc(100% - 10px);
	margin-bottom: 0;
}

#sharewithmain .layout_teaser_type02  div.teaser:not(.no-img) ,
#sharewithmain .layout_teaser_type02  div.external-teaser:not(.no-img) {
	margin: 0;
	background: #fff;
	float: right;
	width: 65px;
}

#sharewithmain .layout_teaser_type02  div.teaser.no-img ,
#sharewithmain .layout_teaser_type02  div.external-teaser.no-img {
	margin: 0;
}

#sharewithmain .layout_teaser_type02  div.teaser.no-img h2 ,
#sharewithmain .layout_teaser_type02  div.external-teaser.no-img h2 {
	width: calc(100% - 65px);
	display: table;
	font-size: 12px;
	font-weight: bold;
}

#sharewithmain .layout_teaser_type02  div.teaser.no-img h2 a ,
#sharewithmain .layout_teaser_type02  div.external-teaser.no-img h2 a {
	display: table-cell;
	border: none;
	background: #fff;
	color: #005bac;
	width: 240px;
	height: 50px;
	vertical-align: middle;
	text-align: left;
	padding: 0px 5px 0px 20px
}

#sharewithmain .layout_teaser_type02  div.teaser.no-img h2 a:before ,
#sharewithmain .layout_teaser_type02  div.external-teaser.no-img h2 a:before ,
#sharewithmain .layout_teaser_type02  div.teaser.no-img h2 a:after ,
#sharewithmain .layout_teaser_type02  div.external-teaser.no-img h2 a:after {
	left: 4px;
}

#sharewithmain .layout_teaser_type02  div.teaser.no-img h2 a:before ,
#sharewithmain .layout_teaser_type02  div.external-teaser.no-img h2 a:before {
	background-image: url("../../../../../../resources/sw_img/icon_arrow_blue.png");
}

#sharewithmain .layout_teaser_type02  div.teaser.no-img br ,
#sharewithmain .layout_teaser_type02  div.external-teaser.no-img br {
	display: none;
}


/*-- カラム分割比率 50年史 --*/

.layout_multi3_column100.multiColumn3 > .column1 ,
.layout_multi3_column100.multiColumn3 > .column2 ,
.layout_multi3_column100.multiColumn3 > .column3 {
	width: 100%;
	width: calc(100% - 10px);
}


/*-- 企業理念 --*/
.layout_philosophy_02 ,
.layout_philosophy_03 ,
.layout_philosophy_02en ,
.layout_philosophy_03en {
	display: block;
}

.layout_philosophy_02 > div ,
.layout_philosophy_03 > div ,
.layout_philosophy_02en > div ,
.layout_philosophy_03en > div {
	background: #e4e9eb;
	margin-bottom: 0;
}

.layout_philosophy_02 div.text-section ,
.layout_philosophy_03 div.text-section ,
.layout_philosophy_02en div.text-section ,
.layout_philosophy_03en div.text-section {
	margin-bottom: 0;
}

.layout_philosophy_02en > div ,
.layout_philosophy_03en > div {
	padding-left: 20px;
	padding-right: 20px;
}

.layout_philosophy_02 > div:first-child ,
.layout_philosophy_03 > div:first-child ,
.layout_philosophy_02en > div:first-child ,
.layout_philosophy_03en > div:first-child {
	padding-top: 20px;
}
.layout_philosophy_02 > div:last-child ,
.layout_philosophy_03 > div:last-child ,
.layout_philosophy_02en > div:last-child ,
.layout_philosophy_03en > div:last-child {
	padding-bottom: 20px;
}



/*-- 採用 Q&Aカラム --*/

.layout_qa_box > div {
	border: 10px solid #cadff2;
	padding: 10px 15px;
	box-sizing: border-box;
}

.layout_qa_box div.title3 h3 {
	border: none;
	padding: 0;

	margin: 10px 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #005bac;
}

.layout_qa_box div.title2 h2 {
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	border: none;
	margin-bottom: 10px;
}

.layout_qa_box div.title2 h2:after {
	content: "";
	display: block;
	width: 100px;
	margin: 10px auto 0;
	border-bottom: 2px solid #005bac;
}


span.circle_q:after {
	content: "";
	display: inline-block;
	width: 32px;
	height: 30px;
	vertical-align: text-top;
	margin-right: 10px;
}

span.circle_q:after {
	background:url(../../../../../../resources/sw_img/circle_q.png) left top no-repeat;
}

/*-- 採用 スケジュール --*/
.layout_schedule_box div.title3 h3 {
	border: none;
	padding: 0;

	margin: 10px 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #005bac;
}

.layout_schedule_box div.title2 h2 {
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	border: none;
	margin-bottom: 10px;
}

.layout_schedule_box div.title2 h2:after {
	content: "";
	display: block;
	width: 100px;
	margin: 10px auto 0;
	border-bottom: 2px solid #005bac;
}

span.clock:after {
	content: "";
	display: inline-block;
	width: 29px;
	height: 30px;
	vertical-align: text-top;
	margin-right: 10px;
}
span.clock:after {
	background:url(../../../../../../resources/sw_img/clock.png) left top no-repeat;
}

.layout_schedule_box div.vertical-table .vtable-item > table > tbody > tr > td {
	background: #fff;
	border-left: none;
	border-right: none;
	border-top: 1px solid #e5dcdf;
	border-bottom: 1px solid #e5dcdf;
}

.layout_schedule_box div.vertical-table .vtable-item > table > tbody > tr > .vtable-head {
	vertical-align: top;
	padding: 10px 5px;
	background: #f3f3f3;
	color: inherit;
	font-size: 16px;
	border-left: none;
	border-right: none;
	border-top: 1px solid #e5dcdf;
	border-bottom: 1px solid #e5dcdf;
}


/*-- テーブル縦 type02 --*/
.layout_table_type02 {
}

.layout_table_type02 div.vertical-table {
}

.layout_table_type02 div.vertical-table .vtable-item > table > tbody > tr > .vtable-head ,
.layout_table_type02 div.vertical-table .vtable-item > table > tbody > tr > td {
	background: none;
	border: none;
	color: inherit;

	font-size: 13px;
	padding: 5px 0px;
}

.layout_table_type02 div.vertical-table .vtable-item > table > tbody > tr > .vtable-head:not(:empty) ,
.layout_table_type02 div.vertical-table .vtable-item > table > tbody > tr > td:not(:empty) {
	border-top: 1px dotted #7f7f7f;
}

.layout_table_type02 div.vertical-table .vtable-item:last-of-type > table > tbody > tr > .vtable-head ,
.layout_table_type02 div.vertical-table .vtable-item:last-of-type > table > tbody > tr > td {
	border-bottom: 1px dotted #7f7f7f;
}



/*-- 明朝体 --*/
.layout_mincho_text div.text-section > *:not(h2) {
	font-size: 16px;
	font-family: ヒラギノ明朝 Pro W6,Hiragino Mincho Pro,HGS明朝E,ＭＳ Ｐ明朝,serif;
}

/*-- CSR ５大事 --*/
.layout_innerbox_white > div {
	padding: 20px;
	background-color: #fff;
}

.layout_outerbox_white {
	display: block;
	background-color: #fff;
/*	width: calc(100% + 40px); */
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 0;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.layout_outerbox_white:last-child {
	margin-bottom: -1px !important;
}


body#no_back_color #sharewithmain {
	background: none;
}


.layout_breakline_white {
	position: relative;
	padding-top: 20px;
	display: block;
}
.layout_breakline_white:before {
	content: "";
	position: absolute;
	top: -0;
	left: -20px;
	display: block;
	width: calc(100% + 40px);
	height: 20px;
	background-color: #fff;
}



/*-- IR 経営計画 --*/
.layout_table_3color div.ircalendar {
}

.layout_table_3color div.ircalendar div.ircalendar-item > table ,
.layout_table_3color div.ircalendar div.ircalendar-item > table > tbody ,
.layout_table_3color div.ircalendar div.ircalendar-item > table > tbody > tr ,
.layout_table_3color div.ircalendar div.ircalendar-item > table > tbody > tr > td {
	display: block;
}

.layout_table_3color div.ircalendar div.ircalendar-item > table > tbody > tr > td {
	width: auto !important;
	padding: 12px 10px;
	vertical-align: middle;
	background-color: #fadcea;
	font-size: 13px;
}
.layout_table_3color div.ircalendar div.ircalendar-item > table > tbody > tr > td:first-child {
	color: #cd4973;
}

.layout_table_3color div.ircalendar div.ircalendar-item > table ul {
}

.layout_table_3color div.ircalendar div.ircalendar-item > table table {
	border: 1px solid #cd4973;
	margin: 10px auto 0;
}
.layout_table_3color div.ircalendar div.ircalendar-item > table table th {
	padding: 5px 5px;
	font-weight: normal;
	color: #fff;
	background-color: #cd4973;
}
.layout_table_3color div.ircalendar div.ircalendar-item > table table td {
	padding: 10px 5px;
	background-color: #fff;
}


.layout_table_3color div.ircalendar + div.ircalendar div.ircalendar-item > table > tbody > tr > td {
	background-color: #c5e7f9;
}
.layout_table_3color div.ircalendar + div.ircalendar div.ircalendar-item > table > tbody > tr > td:first-child {
	color: #0b92b7;
}

.layout_table_3color div.ircalendar + div.ircalendar div.ircalendar-item > table table {
	border: 1px solid #0b92b7;
}
.layout_table_3color div.ircalendar + div.ircalendar div.ircalendar-item > table table th {
	background-color: #0b92b7;
}


.layout_table_3color div.ircalendar + div.ircalendar + div.ircalendar div.ircalendar-item > table > tbody > tr > td {
	background-color: #feebbe;
}
.layout_table_3color div.ircalendar + div.ircalendar + div.ircalendar div.ircalendar-item > table > tbody > tr > td:first-child {
	color: #f18b00;
}

.layout_table_3color div.ircalendar + div.ircalendar + div.ircalendar div.ircalendar-item > table table {
	border: 1px solid #f18b00;
}
.layout_table_3color div.ircalendar + div.ircalendar + div.ircalendar div.ircalendar-item > table table th {
	background-color: #f18b00;
}




.layout_numbered_title div.title3 h3 {
	border: none;
	padding-left: 0;
}

.layout_numbered_title div.title3 h3 span.r-square {
	display: inline-block;
	box-sizing: content-box;
	border-radius: 5px;
	line-height: 1.2;
	min-width: 1.2em;
	height: 1.2em;
	padding: 0.2em 0.2em;
	color: #FFF;
	background-color: rgb(50, 97, 179);
	text-align:center;
	margin-right: 5px;
}

.layout_numbered_title div.title3 h3 span.r-square-red {
	background-color: #cd4973;
}
.layout_numbered_title div.title3 h3 span.r-square-yellow {
	background-color: #f18b00;
}
.layout_numbered_title div.title3 h3 span.r-square-blue {
	background-color: #0b92b7;
}



/*-- エリアリンク通常化 --*/

.layout_normal_linkarea div.internal-link-area ,
.layout_normal_linkarea div.external-link-area {
	font-size: inherit;
}

.layout_normal_linkarea div.internal-link-area a p ,
.layout_normal_linkarea div.external-link-area a p {
	position: static;
	bottom: auto;
	left: auto;
	width: auto;
	box-sizing: content-box;
	padding: 0;
	background: none;
	color: inherit;
}

/* -- 別窓アイコン -- */
.layout_normal_linkarea div.internal-link-area > a[target="_blank"]:after ,
.layout_normal_linkarea div.external-link-area > a[target="_blank"]:after {
	content: none;
}



/*-- エリアリンク 画像アイコン付き --*/

.layout_icon_linkarea div.internal-link-area ,
.layout_icon_linkarea div.external-link-area {
	font-size: inherit;
}


.layout_icon_linkarea div.internal-link-area > a ,
.layout_icon_linkarea div.external-link-area > a {
	position: relative;
	width: fit-content;
	margin: auto;
	display: flex;
	align-items: center;
	padding: 10px 20px;
	border: 1px solid #005bac;
}

.layout_icon_linkarea div.internal-link-area > a p ,
.layout_icon_linkarea div.external-link-area > a p {
	position: static;
	bottom: auto;
	left: auto;
	width: auto;
	box-sizing: content-box;
	padding: 0;
	background: none;
	color: inherit;
}

.layout_icon_linkarea div.internal-link-area > a img:not(.large) ,
.layout_icon_linkarea div.external-link-area > a img:not(.large) {
	float: none;
	max-width: 40px;
	margin-right: 10px;
}

/* -- 別窓アイコン -- */
.layout_icon_linkarea div.internal-link-area > a[target="_blank"]:after ,
.layout_icon_linkarea div.external-link-area > a[target="_blank"]:after {
	content: none;
}




/*-- ニュース切り替えタブ --*/
.layout_tabs01_label div.ircalendar {
}

.layout_tabs01_label div.ircalendar div.ircalendar-item {
	margin-bottom: 25px;
	border: none;
	font-size: 13px;
}

.layout_tabs01_label div.ircalendar div.ircalendar-item > table {
	table-layout: auto;
}

.layout_tabs01_label div.ircalendar div.ircalendar-item td {
	position: relative;
	width: auto !important;
	text-align: center;
	padding: 5px 5px;
	border: none;
/*	border: 1px solid #005bac; */
	background-color: #f1f1f1;
	cursor: pointer;
}
.layout_tabs01_label div.ircalendar div.ircalendar-item td:hover ,
.layout_tabs01_label div.ircalendar div.ircalendar-item td.act {
	border: 1px solid #005bac;
	background: #005bac !important;
	color: #FFF !important;
}

.layout_tabs01_label div.ircalendar div.ircalendar-item td:hover:before ,
.layout_tabs01_label div.ircalendar div.ircalendar-item td.act:before {
	content: "";
	position: absolute;
	bottom: -11px;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	margin-left: -8px;
	border-style: solid;
	border-width: 10px 8px 0px 8px;
	border-color: #005bac transparent transparent transparent;
}

div.layout_tabs01_content.hidden {
	display: none;
}



/*-- Topics タイル型ニュース --*/

div.catalog a ,
div.catalog a:hover {
	color: inherit;
	text-decoration: none;
}


div.catalog {
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 20px;
}

div.catalog ul {
	font-size: 0;
}

div.catalog ul > p {
	font-size: 0.82rem;
}

div.catalog ul li {
	clear: none;
	border: none;
	margin: 0;
	padding: 0;

	font-size: 0.82rem;
	width: 50%;
	padding: 5px 5px 15px;
	box-sizing: border-box;

	display: inline-block;
	vertical-align: top;
}

div.catalog ul li > a {
	display: block;
	overflow: visible;
}

div.catalog ul li .note_tx {
	position: absolute;
	top: 30px;
	z-index: 1;
	opacity: 0.8;
}

div.catalog ul li h3 {
	border: none;
	margin: 0;
	padding: 0;
	background: #fff;
	box-sizing: content-box;
	padding: 0 10px 10px;
}

div.catalog ul li .n_img {
	display: block;
	margin: 0 -10px 40px;
}

div.catalog ul li .n_img img {
	max-width:100%;
	margin: 0 auto;
}

div.catalog ul li .news_tx {
	display: inline;
	color: #005bac;
}

div.catalog ul li .n_icon {
	padding: 0;
	margin: 0;
	display: none;
}
div.catalog ul li .n_icon:before {
	content: "";
	position: absolute;
	top: -3px;
	left: 8px;
	display: block;
	width: 45px;
	height: 38px;

	background: url("../../../../../../resources/sw_img/icon_new_tile.png") no-repeat left top;
}


div.catalog ul li .n_icon img {
	display: none;
}

div.catalog ul li span.date {
	top: auto;
	left: 10px;
	line-height: 1.5;
	margin-top: -25px;
}

div.catalog ul li .c_icon {
	top: auto;
	left: 7.2em;
	line-height: 1.5;
	border-radius: 0;
	margin-top: -25px;
}

/*-------------- テキスト化カテゴリアイコン (ver2専用) --------------*/
div.catalog ul li .c_icon {
	display: block;
	background-color: #005bac;
	padding: 1px 5px;
}

div.catalog ul li .c_icon:before {
	display: block;
	font-size: 10px;
	color: #fff;
	text-align: center;
}

div.catalog ul li .c_icon img {
	display: none;
}



/*-- 日付カテゴリなし 採用 専門職用 --*/
.layout_news_nodate div.catalog p.yearTabs {
	display: none;
}

.layout_news_nodate div.catalog ul li {
	width: 100%;
	padding-bottom: 25px;
}

.layout_news_nodate div.catalog ul li a {
	text-decoration: none;
}

.layout_news_nodate div.catalog ul li h3 {
	border: 1px solid #ccc;
	height: auto !important;
}

.layout_news_nodate div.catalog ul li > a:hover h3 {
	border-color: #005bac;
}


.layout_news_nodate div.catalog ul li span.date ,
.layout_news_nodate div.catalog ul li .c_icon {
	display: none;
}
.layout_news_nodate div.catalog ul li .news_tx {
	display: block;
	padding: 15px 10px 15px 30px;
	font-weight: normal;
}

.layout_news_nodate div.catalog ul li .news_tx:before {
	content: "";
	font-size: 14px;
	position: absolute;
	top: 25px;
	left: 12px;
	margin-top: -0.5em;
	display: block;
	width: 1em;
	height: 1em;
	background: url("../../../../../../resources/sw_img/icon_arrow_blue.png") no-repeat center center;
	background-size: contain;
}


/*-- 採用 経験者採用TOP --*/
.layout_careert_box01 > .column1 {
	width: 100%;
	font-size: 0;
}

.layout_careert_box01 div.internal-link-area ,
.layout_careert_box01 div.external-link-area {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	width: calc(50% - 10px);
	margin-right: 10px;
	font-size: 14px;
	margin-bottom: 20px;
}



/*-- 左端セル 見出しセル化 --*/
.layout_htable_colhead div.ircalendar-item .ircalendar-item1 {
	color: #005bac;
	background-color: #e0e9f0;
}
.layout_htable_colhead .ircalendar-item1 em {
	background-color: #fff;
}


/*-- 固定幅横スクロール テーブル --*/
.layout_sp_scrolltable div.ircalendar {
	overflow-x: scroll;
}

.layout_sp_scrolltable div.ircalendar > div {
	width: 900px;
}

.layout_sp_scrolltable div.ircalendar-title > table ,
.layout_sp_scrolltable div.ircalendar-item > table {
	width: 100%;
	table-layout: fixed;
	margin-bottom: -1px;
}

.layout_sp_scrolltable div.ircalendar-title ,
.layout_sp_scrolltable div.ircalendar-item {
	padding: 0;
	margin: 0;
	border: none;
}

.layout_sp_scrolltable div.ircalendar-title > table > tbody > tr > th,
.layout_sp_scrolltable div.ircalendar-item > table > tbody >tr > td {
	width: 25%;
}
.layout_sp_scrolltable div.ircalendar-title > table > tbody > tr > th.ircalendar-title1 ,
.layout_sp_scrolltable div.ircalendar-item > table > tbody > tr > td.ircalendar-item1  {
	width: 12.5%;
}

.layout_sp_scrolltable div.ircalendar-title {
}

.layout_sp_scrolltable div.ircalendar-title > table {
}

.layout_sp_scrolltable div.ircalendar-title > table > tbody > tr >  th {
	padding: 12px 20px;
	border:#ffffff 1px solid;
	background-color:#e0e9f0;
	color: #005bac;
	font-weight: normal;
	vertical-align: middle;
}

.layout_sp_scrolltable div.ircalendar-title > table > tbody > tr >  th strong {
	font-weight: bold;
}

.layout_sp_scrolltable div.ircalendar-item {
}

.layout_sp_scrolltable div.ircalendar-item > table {
}

.layout_sp_scrolltable div.ircalendar-item > table > tbody > tr > td {
	padding: 12px 20px;
	border:#ffffff 1px solid;
	background-color:#f1f1f1;
	vertical-align: middle;
}



/*-- IR最新資料ダウンロード --*/
body#ir_latest div.link-list li.here ,
.layout_ir_latest div.link-list li.here {
/*	display: none; */
}

body#ir_latest div.link-list.highlight .download-link-text ,
.layout_ir_latest div.link-list.highlight .internal-link-text ,
.layout_ir_latest div.link-list.highlight .external-link-text ,
.layout_ir_latest div.link-list.highlight .download-link-text {
	margin: 0;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.4;
	display: block;
	position: relative;
	padding: 12px 12px;
	background: #005bac;
	border-radius: 45px;
	text-align: center;
}

body#ir_latest div.link-list.highlight .download-link-text a , 
body#ir_latest div.link-list.highlight .download-link-text em ,
.layout_ir_latest div.link-list.highlight .internal-link-text a,
.layout_ir_latest div.link-list.highlight .external-link-text a,
.layout_ir_latest div.link-list.highlight .download-link-text a , 
.layout_ir_latest div.link-list.highlight .download-link-text a , 
.layout_ir_latest div.link-list.highlight .download-link-text em {
	display: inline;
	color: #fff;
	text-decoration: none;
}

body#ir_latest div.link-list.highlight .download-link-text a:not(.d_icon):before ,
.layout_ir_latest div.link-list.highlight .internal-link-text a:not(.d_icon):before ,
.layout_ir_latest div.link-list.highlight .external-link-text a:not(.d_icon):before ,
.layout_ir_latest div.link-list.highlight .download-link-text a:not(.d_icon):before {
	display: inline-block;
	margin-right: 12px;
}

body#ir_latest div.link-list.highlight .download-link-text:hover ,
.layout_ir_latest div.link-list.highlight .internal-link-text:hover ,
.layout_ir_latest div.link-list.highlight .external-link-text:hover ,
.layout_ir_latest div.link-list.highlight .download-link-text:hover {
	opacity: 0.7;
}


.layout_ir_borderbox > .column1 {
	box-sizing: border-box;
	border: 2px solid #005bac;
	padding: 20px 20px 0;
}


/*-- IRトップ --*/
.layout_irtop_box01 > .column1 {
	height: auto !important;
}
.layout_irtop_box01 > .column2 {
	height: auto !important;

	margin-right: 10px;
}
.layout_irtop_box01:after {
	content: none;
}


.layout_irtop_box01 > .column2 div.internal-link-area {
	position: relative;
}

.layout_irtop_box01 > .column2 div.internal-link-area:before {
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	padding-left: 10px;
	position: absolute;
	top: 0;
	right: 0;
	background: #005bac;
}

.layout_irtop_box01 > .column2 div.internal-link-area img ,
.layout_irtop_box01 > .column2 div.internal-link-area img.pos-2 ,
.layout_irtop_box01 > .column2 div.internal-link-area img.large {
	float: left;
	width: 50%;
	width: calc(50% + 10px);
	margin-right: 10px;
	margin-top: -10px;
	margin-left: -10px;
	margin-bottom: -10px;
}

.layout_irtop_box01 > .column2 div.internal-link-area a {
	padding: 10px;
}

.layout_irtop_box01 > .column2 div.internal-link-area a p {
	position: static;
	background: none;
	padding: 0;
	font-size: 12px;
}

.layout_irtop_box01 > .column2 div.internal-link-area a p:not(:last-child) {
	display: none;
}

.layout_irtop_box01 > .column2 div.internal-link-area a p:not(:last-child) br {
	display: none;
}


.layout_irtop_box02 > .column3 {
	width: 98%;
	width: calc(100% - 10px);
	margin-right: 10px;
}

.layout_irtop_box02 > .column3 img {
	width: 100%;
}


.layout_irtop_box03 {
	margin-top: -40px;
	padding-bottom: 60px;
}

.layout_irtop_box03 .reuse-main-area {
	padding: 20px 10px;
	background-color: #fff;

	height: auto !important;
}

.layout_irtop_box03 .reuse-main-area  .column1 {
	width: calc(50% - 10px);
	margin-right: 10px;
}
.layout_irtop_box03 .reuse-main-area  .column2 {
	width: calc(50% - 10px);
	margin-right: 0;
}

.layout_irtop_box03 .reuse-main-area  .column1 ,
.layout_irtop_box03 .reuse-main-area  .column2 ,
.layout_irtop_box03 .reuse-main-area  div.teaser {
	margin-bottom: 0;
}


.layout_irtop_news .reuse-main-area {
	margin-top: -20px;
}

.layout_irtop_news p.yearTabs ,
.layout_irtop_news p.tabs {
	display: none;
}


.layout_news_whiteback div.news-list ,
.layout_news_whiteback div.news-list-tabbed ,
.layout_news_whiteback div.news-list-2nd ,
.layout_news_whiteback div.news-list-tabbed-2nd ,
.layout_news_whiteback div.news-english ,
.layout_news_whiteback div.news-english-tabbed ,
.layout_news_whiteback div.news-english-2nd ,
.layout_news_whiteback div.news-english-tabbed-2nd ,
.layout_news_whiteback div.news-latest ,
.layout_news_whiteback div.news-latest-tabbed ,
.layout_news_whiteback div.news-latest-2nd ,
.layout_news_whiteback div.news-latest-tabbed-2nd ,
.layout_news_whiteback .catalog {
	margin-top: 30px;
	padding: 30px;
	background: #fff;
}



div.news-list ~ div.teaser.highlight:not(.no-img) ,
div.news-list-tabbed ~ div.teaser.highlight:not(.no-img) ,
div.news-list-2nd ~ div.teaser.highlight:not(.no-img) ,
div.news-list-tabbed-2nd ~ div.teaser.highlight:not(.no-img) ,
div.news-english ~ div.teaser.highlight:not(.no-img) ,
div.news-english-tabbed ~ div.teaser.highlight:not(.no-img) ,
div.news-english-2nd ~ div.teaser.highlight:not(.no-img) ,
div.news-english-tabbed-2nd ~ div.teaser.highlight:not(.no-img) ,
div.news-latest ~ div.teaser.highlight:not(.no-img) ,
div.news-latest-tabbed ~ div.teaser.highlight:not(.no-img) ,
div.news-latest-2nd ~ div.teaser.highlight:not(.no-img) ,
div.news-latest-tabbed-2nd ~ div.teaser.highlight:not(.no-img) ,
.catalog ~ div.teaser.highlight:not(.no-img) {
	float: right;
}

div.news-list ~ div.teaser.highlight:not(.no-img) img ,
div.news-list-tabbed ~ div.teaser.highlight:not(.no-img) img ,
div.news-list-2nd ~ div.teaser.highlight:not(.no-img) img ,
div.news-list-tabbed-2nd ~ div.teaser.highlight:not(.no-img) img ,
div.news-english ~ div.teaser.highlight:not(.no-img) img ,
div.news-english-tabbed ~ div.teaser.highlight:not(.no-img) img ,
div.news-english-2nd ~ div.teaser.highlight:not(.no-img) img ,
div.news-english-tabbed-2nd ~ div.teaser.highlight:not(.no-img) img ,
div.news-latest ~ div.teaser.highlight:not(.no-img) img ,
div.news-latest-tabbed ~ div.teaser.highlight:not(.no-img) img ,
div.news-latest-2nd ~ div.teaser.highlight:not(.no-img) img ,
div.news-latest-tabbed-2nd ~ div.teaser.highlight:not(.no-img) img ,
.catalog ~ div.teaser.highlight:not(.no-img) img {
	margin: 5px;
}



/*-- トップページ --*/

.layout_top_box01 {
	color: #005bca;
}

.layout_top_box02 > .column1 {
	box-sizing: border-box;
	padding: 20px 10px 0;
	border: 5px solid #e4e9eb;
}

.layout_top_box02 .reuse-main-area {
	margin-right: -10px;
}

.layout_top_box02 .reuse-main-area .multiColumn2 > .column ,
.layout_top_box02 .reuse-main-area .multiColumn3 > .column ,
.layout_top_box02 .reuse-main-area .multiColumn4 > .column {
	width: calc(100% - 10px);
}

/* .layout_top_box02 .reuse-main-area .multiColumn4 > .column4 , */
.layout_top_box02 .reuse-main-area .multiColumn3 > .column3 {
	padding-top: 20px;
	border-top: 5px solid #e4e9eb;
}




/*-- 画像バナー右寄せ --*/
.layout_teaserhighlight_right div.teaser.highlight:not(.no-img) img {
	margin-left: auto;
}

/*-- RSS非表示 --*/
.layout_no_rss .rss-content {
	display: none;
}




/*-- 表組 --*/
/*.layout_handsontable_auto */
div.table div.shwTable table {
	table-layout: auto;
}
/*.layout_handsontable_auto */
div.table div.shwTable .htCore colgroup col {
	width: auto !important;
}


/*-- 空セルを上セルに結合 --*/
.layout_combine_emptycell div.ircalendar-title > table > tbody > tr > th:empty {
	border-top-color:#e0e9f0;
}
.layout_combine_emptycell div.ircalendar-item > table > tbody > tr > td:empty {
	border-top-color:#f1f1f1;
}

.layout_combine_emptycell div.vertical-table .vtable-item > table > tbody > tr > .vtable-head:empty {
	border-top-color:#e0e9f0;
}



/*-- IR 個人投資家の皆さまへ インデックMV --*/
.layout_individual_topbox01 > .column1 {
	width: calc(100% - 10px);
	margin-bottom: 0;
}

.layout_individual_topbox01 > .column2 {
	width: calc(50% - 1px - 5px);
	margin-right: 1px;
	margin-bottom: 0;
}

.layout_individual_topbox01 > .column3 {
	width: calc(50% - 1px - 5px);
	margin-left: 1px;
	margin-bottom: 0;
}

.layout_individual_topbox02 > .column1 ,
.layout_individual_topbox02 > .column2 ,
.layout_individual_topbox02 > .column3 ,
.layout_individual_topbox03 > .column1 ,
.layout_individual_topbox03 > .column2 ,
.layout_individual_topbox03 > .column3 {
	width: calc((100% - 10px - 4px) / 3);
	margin-bottom: 10px;
}

.layout_individual_topbox02 > .column1 ,
.layout_individual_topbox02 > .column2 ,
.layout_individual_topbox03 > .column1 ,
.layout_individual_topbox03 > .column2 {
	margin-bottom: 0;
	margin-right: 1px;
}
.layout_individual_topbox02 > .column2 ,
.layout_individual_topbox02 > .column3 ,
.layout_individual_topbox03 > .column2 ,
.layout_individual_topbox03 > .column3 {
	margin-left: 1px;
	margin-bottom: 0;
}


.layout_individual_topbox01 div.text-section {
	margin-bottom: 2px;
}

.layout_individual_topbox01 div.text-section img {
	margin-bottom: 0;
}

#sharewithmain .layout_individual_topbox01 div.teaser:not(.no-img),
#sharewithmain .layout_individual_topbox01 div.external-teaser:not(.no-img) ,
#sharewithmain .layout_individual_topbox02 div.teaser:not(.no-img) ,
#sharewithmain .layout_individual_topbox02 div.external-teaser:not(.no-img) {
	margin-bottom: 2px;
}




/*-- ヘッダー --*/

#header {
	width: 100%;
	height: 45px;
	position: relative;
}
.head_frame {
}

#header .logo {
	position: absolute;
	top: 13px;
	left: 15px;
}




#header .gnav {
}


#header .gnav > ul > li > h2 {
	position: relative;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 15px 10px 15px 30px;
	color: #fff;
	background: #005cab;
	border-bottom: 1px solid #647c96;
}



#header .gnav .dropframe {
	max-height: 0;
	overflow: hidden;

	transition: .3s;
}

#header .gnav .open + .dropframe {
	max-height: 940px;

	transition: .7s .1s;
}


#header .gnav .dropframe > h3 {
	font-size: 11px;
	font-weight: bold;
}
#header .gnav .dropframe > h3 > a {
	position: relative;
	display: block;
	padding: 15px 10px 15px 30px;
	color: #fff;
	background: #263e6a;
}

#header .gnav .dropframe > h3 br {
	display: none;
}

#header .gnav .dropframe > ul {

}

#header .gnav .dropframe > ul > li {
	font-size: 11px;
	font-weight: normal;
}
#header .gnav .dropframe > ul > li > a {
	position: relative;
	display: block;
	padding: 15px 10px 15px 45px;
	color: #fff;
	background: #263e6a;
}


#header .gnav > ul > li > h2:before ,
#header .gnav .dropframe > h3 > a:before ,
#header .gnav .dropframe > ul > li > a:before {
	content: "";
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 9px;
	margin-top: -0.5em;
	display: block;
	width: 1em;
	height: 1em;
	background: url("../../../../../../resources/sw_img/icon_arrow_white.png") no-repeat center center;
	background-size: contain;
}

#header .gnav > ul > li > h2:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

#header .gnav .dropframe > h3 > a:before {
}

#header .gnav .dropframe > ul > li > a:before {
	font-size: 12px;
	left: 24px;
}

#header .gnav .dropframe > h3 > a[target="_blank"]:after ,
#header .gnav .dropframe > ul > li > a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/sw_img/linkout_white.png") no-repeat left center;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 0.5em;
	vertical-align: middle;
}


#header .utility ul > li {
	display: block;
	width: 50%;
	float: left;
	font-size: 11px;
	font-weight: normal;
	border-bottom: 1px solid #647c96;
}

#header .utility ul > li a {
	position: relative;
	display: block;
	text-align: center;
	padding: 15px 10px;
	color: #fff;
	background: #263e6a;
}

#header .utility ul > li:first-child a:before {
	content: "";
	position: absolute;
	right: 0;
	display: block;
	width: 1px;
	height: 1.2em;
	background: #647c96;
}

#header .utility ul > li.search {
	width: 100%;
}

#header .utility ul > li.search > div {
	display: table;
	margin: 0 auto;
	padding: 10px;
}

#search-sw {
	display: none;
}

#header .utility div.searchbox input[type="submit"] {
	background-color: #fff;
	color: #005bac;
}

div.searchbox form {
	display: block;
	white-space: nowrap;
}

div.searchbox form input {
	vertical-align: bottom;
}

div.searchbox input[type="text"] {
	font-size: 16px;
	line-height: 24px;
	width: calc(100vw - 80px - 60px);
}

div.searchbox input[type="submit"] {
	display: inline-block;
	margin: 0;
	border: none;
	border-radius: 0;
	background: #005bac;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	padding: 5px 20px;
}

.searchframe {
	padding: 10px;
	background: #eee;
}

.searchframe span {
	display: inline-block;
}

.searchframe .searchbox {
	display: inline-block;
}


#header .gnav .dropframe .pos1 ,
#header .gnav .dropframe .pos2 ,
#header .gnav .dropframe .pos3 {
	
}

#header .gnav .dropframe .pos1 a ,
#header .gnav .dropframe .pos2 a ,
#header .gnav .dropframe .pos3 a {
	font-size: 0;
	display: block;
	padding: 0;
	width: 100vw;
	height: 21.825vw;
	background-size: contain;
}
#header .gnav .dropframe .pos1 a:before ,
#header .gnav .dropframe .pos1 a:after ,
#header .gnav .dropframe .pos2 a:before ,
#header .gnav .dropframe .pos2 a:after ,
#header .gnav .dropframe .pos3 a:before ,
#header .gnav .dropframe .pos3 a:after {
	content: none !important;
}


#header.ja .gnav .company .message a {
	background-image: url("../../../../../../resources/sw_img_navisp/thum_ja_olc_top_sp.jpg");
}
#header.ja .gnav .company .philosophy a {
	background-image: url("../../../../../../resources/sw_img_navisp/thum_ja_olc_philosophy_sp.jpg");
}
#header.ja .gnav .company .segment a {
	background-image: url("../../../../../../resources/sw_img_navisp/thum_ja_olc_segment_sp.jpg");
}

#header.ja .gnav .tdr .profile a {
	background-image: url("../../../../../../resources/sw_img_navisp/thum_ja_tdr_profile_sp.jpg");
}
#header.ja .gnav .tdr .guest a {
	background-image: url("../../../../../../resources/sw_img_navisp/thum_ja_tdr_guest_sp.jpg");
}

#header.ja .gnav .ir .olc a {
	background-image: url("../../../../../../resources/sw_img_navisp/thum_ja_ir_olc_sp.jpg");
}
#header.ja .gnav .ir .management a {
	background-image: url("../../../../../../resources/sw_img_navisp/thum_ja_ir_management_sp.jpg");
}
#header.ja .gnav .ir .individual a {
	background-image: url("../../../../../../resources/sw_img_navisp/thum_ja_ir_individual_sp.png");
}

#header.ja .gnav .csr .daiji a {
	background-image: url("../../../../../../resources/sw_img_navisp/thum_ja_csr_5daiji_sp.jpg");
}
#header.ja .gnav .csr .message a {
	background-image: url("../../../../../../resources/sw_img_navisp/thum_ja_csr_message_sp.jpg");
}
#header.ja .gnav .csr .humanresources a {
	background-image: url("../../../../../../resources/sw_img_navisp/thum_ja_csr_humanresources_sp.jpg");
}
#header.ja .gnav .csr .integrated a {
	background-image: url("../../../../../../resources/sw_img_navisp/thum_ja_csr_integrated_sp.jpg");
}

#header.en .gnav .company .message a {
	background-image: url("../../../../../../resources/sw_img_navisp/thum_en_olc_top_sp.jpg");
}
#header.en .gnav .company .philosophy a {
	background-image: url("../../../../../../resources/sw_img_navisp/thum_en_olc_philosophy_sp.jpg");
}
#header.en .gnav .company .segment a {
	background-image: url("../../../../../../resources/sw_img_navisp/thum_en_olc_segment_sp.jpg");
}

#header.en .gnav .tdr .profile a {
	background-image: url("../../../../../../resources/sw_img_navisp/thum_en_tdr_profile_sp.jpg");
}
#header.en .gnav .tdr .guest a {
	background-image: url("../../../../../../resources/sw_img_navisp/thum_en_tdr_guest_sp.jpg");
}

#header.en .gnav .ir .olc a {
	background-image: url("../../../../../../resources/sw_img_navisp/thum_en_ir_olc_sp.jpg");
}
#header.en .gnav .ir .management a {
	background-image: url("../../../../../../resources/sw_img_navisp/thum_en_ir_management_sp.jpg");
}

#header.en .gnav .csr .daiji a {
	background-image: url("../../../../../../resources/sw_img_navisp/thum_en_csr_5daiji_sp.jpg");
}
#header.en .gnav .csr .message a {
	background-image: url("../../../../../../resources/sw_img_navisp/thum_en_csr_message_sp.jpg");
}
#header.en .gnav .csr .humanresources a {
	background-image: url("../../../../../../resources/sw_img_navisp/thum_en_csr_humanresources_sp.jpg");
}
#header.en .gnav .csr .integrated a {
	background-image: url("../../../../../../resources/sw_img_navisp/thum_en_csr_integrated_sp.jpg");
}


/* 透明テーブル枠、SPでは縦に並ぶ。２カラム目は90度回転 */
.layout_spflip2_tableframe div.ircalendar-title > table ,
.layout_spflip2_tableframe div.ircalendar-title > table > tbody ,
.layout_spflip2_tableframe div.ircalendar-title > table > tbody > tr ,
.layout_spflip2_tableframe div.ircalendar-title > table > tbody > tr > th ,
.layout_spflip2_tableframe div.ircalendar-item > table ,
.layout_spflip2_tableframe div.ircalendar-item > table > tbody ,
.layout_spflip2_tableframe div.ircalendar-item > table > tbody > tr ,
.layout_spflip2_tableframe div.ircalendar-item > table > tbody > tr > td {
	display: block;
}

.layout_spflip2_tableframe div.ircalendar-title > table > tbody > tr > th ,
.layout_spflip2_tableframe div.ircalendar-item > table > tbody >tr > td {
	background: none;
	border: none;
	padding: 0;
	width: auto !important;
}

.layout_spflip2_tableframe div.ircalendar-title > table > tbody > tr > th.ircalendar-title2 ,
.layout_spflip2_tableframe div.ircalendar-item > table > tbody > tr > td.ircalendar-item2 {
	padding: 10px 0;
	transform: rotate(90deg);
}

.layout_spflip2_tableframe div.ircalendar-title > table > tbody > tr > th table ,
.layout_spflip2_tableframe div.ircalendar-item > table > tbody >tr > td table {
	margin: auto;
}



/*-- 番号付きリスト --*/
.layout_ol_paren11 .quoted-text blockquote ol ,
.layout_ol_paren11 .highlight-quoted-text ol ,
.layout_ol_paren11 .text-section ol ,
.layout_ol_paren11 .internal-link-area ol ,
.layout_ol_paren11 .external-link-area ol ,
.layout_ol_paren11 .download-link-area ol ,
.layout_ol_paren11 .faq-item ol ,
.layout_ol_paren11 .vtable-item ol ,
.layout_ol_paren11 .ircalendar-title ol ,
.layout_ol_paren11 .ircalendar-item ol {
	padding-left: 2.5em;
}

.layout_ol_paren11 .quoted-text blockquote ol li ,
.layout_ol_paren11 .highlight-quoted-text ol li ,
.layout_ol_paren11 .text-section ol li ,
.layout_ol_paren11 .internal-link-area ol li ,
.layout_ol_paren11 .external-link-area ol li ,
.layout_ol_paren11 .download-link-area ol li ,
.layout_ol_paren11 .faq-item ol li ,
.layout_ol_paren11 .vtable-item ol li ,
.layout_ol_paren11 .ircalendar-title ol li ,
.layout_ol_paren11 .ircalendar-item ol li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
	position: relative;
}

.layout_ol_paren11 .quoted-text blockquote ol li::before  ,
.layout_ol_paren11 .highlight-quoted-text ol li::before  ,
.layout_ol_paren11 .text-section ol li::before  ,
.layout_ol_paren11 .internal-link-area ol li::before  ,
.layout_ol_paren11 .external-link-area ol li::before  ,
.layout_ol_paren11 .download-link-area ol li::before  ,
.layout_ol_paren11 .faq-item ol li::before  ,
.layout_ol_paren11 .vtable-item ol li::before  ,
.layout_ol_paren11 .ircalendar-title ol li::before  ,
.layout_ol_paren11 .ircalendar-item ol li::before  {
	content: "(" counter(cnt) ") ";
	text-align: right;
	position: absolute;
	top: auto;
	left: -2.5em;
	display: inline;
	width: 2em;
}

.layout_ol_paren21 .quoted-text blockquote ol ,
.layout_ol_paren21 .highlight-quoted-text ol ,
.layout_ol_paren21 .text-section ol ,
.layout_ol_paren21 .internal-link-area ol ,
.layout_ol_paren21 .external-link-area ol ,
.layout_ol_paren21 .download-link-area ol ,
.layout_ol_paren21 .faq-item ol ,
.layout_ol_paren21 .vtable-item ol ,
.layout_ol_paren21 .ircalendar-title ol ,
.layout_ol_paren21 .ircalendar-item ol {
	padding-left: 2.5em;
}

.layout_ol_paren21 .quoted-text blockquote ol li ,
.layout_ol_paren21 .highlight-quoted-text ol li ,
.layout_ol_paren21 .text-section ol li ,
.layout_ol_paren21 .internal-link-area ol li ,
.layout_ol_paren21 .external-link-area ol li ,
.layout_ol_paren21 .download-link-area ol li ,
.layout_ol_paren21 .faq-item ol li ,
.layout_ol_paren21 .vtable-item ol li ,
.layout_ol_paren21 .ircalendar-title ol li ,
.layout_ol_paren21 .ircalendar-item ol li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
	position: relative;
}

.layout_ol_paren21 .quoted-text blockquote ol li::before  ,
.layout_ol_paren21 .highlight-quoted-text ol li::before  ,
.layout_ol_paren21 .text-section ol li::before  ,
.layout_ol_paren21 .internal-link-area ol li::before  ,
.layout_ol_paren21 .external-link-area ol li::before  ,
.layout_ol_paren21 .download-link-area ol li::before  ,
.layout_ol_paren21 .faq-item ol li::before  ,
.layout_ol_paren21 .vtable-item ol li::before  ,
.layout_ol_paren21 .ircalendar-title ol li::before  ,
.layout_ol_paren21 .ircalendar-item ol li::before  {
	content: "" counter(cnt) ") ";
	position: absolute;
	top: auto;
	left: -1.5em;
	display: inline;
}

.layout_ol_circled1 .quoted-text blockquote ol ,
.layout_ol_circled1 .highlight-quoted-text ol ,
.layout_ol_circled1 .text-section ol ,
.layout_ol_circled1 .internal-link-area ol ,
.layout_ol_circled1 .external-link-area ol ,
.layout_ol_circled1 .download-link-area ol ,
.layout_ol_circled1 .faq-item ol ,
.layout_ol_circled1 .vtable-item ol ,
.layout_ol_circled1 .ircalendar-title ol ,
.layout_ol_circled1 .ircalendar-item ol {
}

.layout_ol_circled1 .quoted-text blockquote ol li ,
.layout_ol_circled1 .highlight-quoted-text ol li ,
.layout_ol_circled1 .text-section ol li ,
.layout_ol_circled1 .internal-link-area ol li ,
.layout_ol_circled1 .external-link-area ol li ,
.layout_ol_circled1 .download-link-area ol li ,
.layout_ol_circled1 .faq-item ol li ,
.layout_ol_circled1 .vtable-item ol li ,
.layout_ol_circled1 .ircalendar-title ol li ,
.layout_ol_circled1 .ircalendar-item ol li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
	position: relative;
}

.layout_ol_circled1 .quoted-text blockquote ol li::before  ,
.layout_ol_circled1 .highlight-quoted-text ol li::before  ,
.layout_ol_circled1 .text-section ol li::before  ,
.layout_ol_circled1 .internal-link-area ol li::before  ,
.layout_ol_circled1 .external-link-area ol li::before  ,
.layout_ol_circled1 .download-link-area ol li::before  ,
.layout_ol_circled1 .faq-item ol li::before  ,
.layout_ol_circled1 .vtable-item ol li::before  ,
.layout_ol_circled1 .ircalendar-title ol li::before  ,
.layout_ol_circled1 .ircalendar-item ol li::before  {
	content: counter(cnt);
	position: absolute;
	top: auto;
	left: -2em;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	margin-top: 0.25em;

	border: 1px solid currentColor;
	border-radius: 100%;
	white-space: nowrap;
	font-size: 80%;
	text-align: center;
	line-height: 1.5em;
}


/*-- 番号なしリスト --*/
.layout_ul_star1 .quoted-text blockquote ul ,
.layout_ul_star1 .highlight-quoted-text ul ,
.layout_ul_star1 .text-section ul ,
.layout_ul_star1 .internal-link-area ul ,
.layout_ul_star1 .external-link-area ul ,
.layout_ul_star1 .download-link-area ul ,
.layout_ul_star1 .faq-item ul ,
.layout_ul_star1 .vtable-item ul ,
.layout_ul_star1 .ircalendar-title ul ,
.layout_ul_star1 .ircalendar-item ul {
	padding-left: 1.5em;
}

.layout_ul_star1 .quoted-text blockquote ul li ,
.layout_ul_star1 .highlight-quoted-text ul li ,
.layout_ul_star1 .text-section ul li ,
.layout_ul_star1 .internal-link-area ul li ,
.layout_ul_star1 .external-link-area ul li ,
.layout_ul_star1 .download-link-area ul li ,
.layout_ul_star1 .faq-item ul li ,
.layout_ul_star1 .vtable-item ul li ,
.layout_ul_star1 .ircalendar-title ul li ,
.layout_ul_star1 .ircalendar-item ul li {
	list-style-type: none;
	list-style-position: inside;
	position: relative;
}

.layout_ul_star1 .quoted-text blockquote ul li::before ,
.layout_ul_star1 .highlight-quoted-text ul li::before ,
.layout_ul_star1 .text-section ul li::before ,
.layout_ul_star1 .internal-link-area ul li::before ,
.layout_ul_star1 .external-link-area ul li::before ,
.layout_ul_star1 .download-link-area ul li::before ,
.layout_ul_star1 .faq-item ul li::before ,
.layout_ul_star1 .vtable-item ul li::before ,
.layout_ul_star1 .ircalendar-title ul li::before ,
.layout_ul_star1 .ircalendar-item ul li::before {
	content: "※";
	position: absolute;
	top: auto;
	left: -1.5em;
	display: inline;
}


.layout_ul_star2 .quoted-text blockquote ul ,
.layout_ul_star2 .highlight-quoted-text ul ,
.layout_ul_star2 .text-section ul ,
.layout_ul_star2 .internal-link-area ul ,
.layout_ul_star2 .external-link-area ul ,
.layout_ul_star2 .download-link-area ul ,
.layout_ul_star2 .faq-item ul ,
.layout_ul_star2 .vtable-item ul ,
.layout_ul_star2 .ircalendar-title ul ,
.layout_ul_star2 .ircalendar-item ul {
	padding-left: 1.5em;
}

.layout_ul_star2 .quoted-text blockquote ul li ,
.layout_ul_star2 .highlight-quoted-text ul li ,
.layout_ul_star2 .text-section ul li ,
.layout_ul_star2 .internal-link-area ul li ,
.layout_ul_star2 .external-link-area ul li ,
.layout_ul_star2 .download-link-area ul li ,
.layout_ul_star2 .faq-item ul li ,
.layout_ul_star2 .vtable-item ul li ,
.layout_ul_star2 .ircalendar-title ul li ,
.layout_ul_star2 .ircalendar-item ul li {
	list-style-type: none;
	list-style-position: inside;
	position: relative;
}

.layout_ul_star2 .quoted-text blockquote ul li::before ,
.layout_ul_star2 .highlight-quoted-text ul li::before ,
.layout_ul_star2 .text-section ul li::before ,
.layout_ul_star2 .internal-link-area ul li::before ,
.layout_ul_star2 .external-link-area ul li::before ,
.layout_ul_star2 .download-link-area ul li::before ,
.layout_ul_star2 .faq-item ul li::before ,
.layout_ul_star2 .vtable-item ul li::before ,
.layout_ul_star2 .ircalendar-title ul li::before ,
.layout_ul_star2 .ircalendar-item ul li::before {
	content: "＊";
	position: absolute;
	top: auto;
	left: -1.5em;
	display: inline;
}


.layout_ul_star3 .quoted-text blockquote ul ,
.layout_ul_star3 .highlight-quoted-text ul ,
.layout_ul_star3 .text-section ul ,
.layout_ul_star3 .internal-link-area ul ,
.layout_ul_star3 .external-link-area ul ,
.layout_ul_star3 .download-link-area ul ,
.layout_ul_star3 .faq-item ul ,
.layout_ul_star3 .vtable-item ul ,
.layout_ul_star3 .ircalendar-title ul ,
.layout_ul_star3 .ircalendar-item ul {
	padding-left: 1.5em;
}

.layout_ul_star3 .quoted-text blockquote ul li ,
.layout_ul_star3 .highlight-quoted-text ul li ,
.layout_ul_star3 .text-section ul li ,
.layout_ul_star3 .internal-link-area ul li ,
.layout_ul_star3 .external-link-area ul li ,
.layout_ul_star3 .download-link-area ul li ,
.layout_ul_star3 .faq-item ul li ,
.layout_ul_star3 .vtable-item ul li ,
.layout_ul_star3 .ircalendar-title ul li ,
.layout_ul_star3 .ircalendar-item ul li {
	list-style-type: none;
	list-style-position: inside;
	position: relative;
}

.layout_ul_star3 .quoted-text blockquote ul li::before ,
.layout_ul_star3 .highlight-quoted-text ul li::before ,
.layout_ul_star3 .text-section ul li::before ,
.layout_ul_star3 .internal-link-area ul li::before ,
.layout_ul_star3 .external-link-area ul li::before ,
.layout_ul_star3 .download-link-area ul li::before ,
.layout_ul_star3 .faq-item ul li::before ,
.layout_ul_star3 .vtable-item ul li::before ,
.layout_ul_star3 .ircalendar-title ul li::before ,
.layout_ul_star3 .ircalendar-item ul li::before {
	content: "★";
	position: absolute;
	top: auto;
	left: -1.5em;
	display: inline;
}


.layout_ul_star4 .quoted-text blockquote ul ,
.layout_ul_star4 .highlight-quoted-text ul ,
.layout_ul_star4 .text-section ul ,
.layout_ul_star4 .internal-link-area ul ,
.layout_ul_star4 .external-link-area ul ,
.layout_ul_star4 .download-link-area ul ,
.layout_ul_star4 .faq-item ul ,
.layout_ul_star4 .vtable-item ul ,
.layout_ul_star4 .ircalendar-title ul ,
.layout_ul_star4 .ircalendar-item ul {
	padding-left: 1.5em;
}

.layout_ul_star4 .quoted-text blockquote ul li ,
.layout_ul_star4 .highlight-quoted-text ul li ,
.layout_ul_star4 .text-section ul li ,
.layout_ul_star4 .internal-link-area ul li ,
.layout_ul_star4 .external-link-area ul li ,
.layout_ul_star4 .download-link-area ul li ,
.layout_ul_star4 .faq-item ul li ,
.layout_ul_star4 .vtable-item ul li ,
.layout_ul_star4 .ircalendar-title ul li ,
.layout_ul_star4 .ircalendar-item ul li {
	list-style-type: none;
	list-style-position: inside;
	position: relative;
}

.layout_ul_star4 .quoted-text blockquote ul li::before ,
.layout_ul_star4 .highlight-quoted-text ul li::before ,
.layout_ul_star4 .text-section ul li::before ,
.layout_ul_star4 .internal-link-area ul li::before ,
.layout_ul_star4 .external-link-area ul li::before ,
.layout_ul_star4 .download-link-area ul li::before ,
.layout_ul_star4 .faq-item ul li::before ,
.layout_ul_star4 .vtable-item ul li::before ,
.layout_ul_star4 .ircalendar-title ul li::before ,
.layout_ul_star4 .ircalendar-item ul li::before {
	content: "*";
	position: absolute;
	top: auto;
	left: -1em;
	display: inline;
}




/*------- CSR 文中リンク ----------*/
[data-page-path^="/ja/csr"] .quoted-text blockquote a ,
[data-page-path^="/ja/csr"] .highlight-quoted-text a ,
[data-page-path^="/ja/csr"] .text-section a ,
[data-page-path^="/ja/csr"] .faq-item a ,
[data-page-path^="/ja/csr"] .vtable-item a ,
[data-page-path^="/ja/csr"] .ircalendar-title a ,
[data-page-path^="/ja/csr"] .ircalendar-item a {
	font-weight: bold;
}


/*----- CSR TOP -----*/

/* 1/3 カラム設定（疑似インデックスモード） */
.layout_col_1third_vertical ,
.layout_col_1third {
	margin-bottom: 40px;
}

.layout_col_1third_vertical {
	display: block;
}

.layout_col_1third_vertical > .column1 ,
.layout_col_1third_vertical > .column2 {
	display: block;
	margin: 0;
}


/* アコーディオン */
.layout_accordion {
	display: block;
}

.layout_accordion > .column1 ,
.layout_accordion > .column2 {
	display: block;
	margin: 0;
}

.layout_accordion .title3 {
	position: relative;
}

.layout_csr_list01 .title3 h3 ,
.layout_accordion .title3 h3 {
	padding: 0;
	margin: 0;
	border: none;
	background: none;

	position: relative;
	padding: 14px 9px 14px 29px;
	padding-right: 45px;
	color: #fff;
	background-color: #005bac;
	border: 1px solid #005bac;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
}

.layout_csr_list01 .title3 h3:before ,
.layout_accordion .title3 h3:before {
	content: "";
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 12px;
	margin-top: -0.5em;
	display: block;
	width: 1em;
	height: 1em;
	background: url("../../../../../../resources/sw_img/icon_arrow_white.png") no-repeat center center;
	background-size: contain;
	transform: rotate(90deg);
}
.layout_accordion.open .title3 h3:before {
	transform: rotate(-90deg);
}

.layout_csr_list01 .title3 h3 {
	cursor: inherit;
}
.layout_csr_list01 .title3 h3:before {
	transform: none;
}

.layout_accordion .title3:hover h3 {
	color: #005bac;
	background-color: #fff;
}
.layout_accordion .title3:hover h3:before {
	background-image: url("../../../../../../resources/sw_img/icon_arrow_blue.png");
}

/* 開閉アイコン */
.layout_accordion .title3::before ,
.layout_accordion .title3::after {
	content: "";
	position: absolute;
	display: block;
	background: #fff;
	transition: 0.5s;
	z-index: 1;
}

.layout_accordion .title3::before {
	top: 50%;
	right: 30px;
	width: 18px;
	height: 2px;
	transform: translate(50%, -50%);
}
.layout_accordion .title3::after {
	top: 50%;
	right: 30px;
	width: 2px;
	height: 18px;
	transform: translate(50%, -50%);
}

.layout_accordion.open .title3::after {
	background-color: transparent;
}

.layout_accordion.open .title3::after {
	background-color: transparent;
}

.layout_accordion .title3:hover::before ,
.layout_accordion:not(.open) .title3:hover::after {
	background-color: #005bac;
}


.layout_csr_list01 div.link-list li[class] ,
.layout_accordion div.link-list li[class] {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}

.layout_csr_list01 div.link-list li[class]:before ,
.layout_accordion div.link-list li[class]:before {
	content: none;
}

.layout_csr_list01 div.link-list li[class] a ,
.layout_accordion div.link-list li[class] a {
	position: relative;
	display: block;
	padding: 14px 9px 14px 29px;
	border: 1px solid #ccc;
	color: #005bac;
	background-color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: -1px;
}

.layout_csr_list01 div.link-list li[class] a:before ,
.layout_accordion div.link-list li[class] a:before {
	content: "";
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 12px;
	margin-top: -0.5em;
	display: block;
	width: 1em;
	height: 1em;
	background: url("../../../../../../resources/sw_img/icon_arrow_blue.png") no-repeat center center;
	background-size: contain;
}

.layout_csr_list01 div.link-list li.highlight a {
	color: #fff;
	background-color: #005bac;
}

.layout_csr_list01 div.link-list li.highlight a:before {
	background-image: url("../../../../../../resources/sw_img/icon_arrow_white.png");
}


/* 花つきバナー */
.layout_teaser_flower {
}

#sharewithmain .layout_teaser_flower div.teaser.no-img.highlight h2 a ,
#sharewithmain .layout_teaser_flower div.external-teaser.no-img.highlight h2 a {
	border: none;

	padding-left: 49px;
}

#sharewithmain .layout_teaser_flower div.teaser.no-img.highlight h2 a:before ,
#sharewithmain .layout_teaser_flower div.external-teaser.no-img.highlight h2 a:before {
	margin: 0;

	content: "";
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 5px;
	display: block;
	width: 32px;
	height: 30px;
	background: url("../../../../../../resources/sw_img/flower_purple.png") no-repeat center center;
	background-size: contain;
	transform: translate(0, -50%);
}




/*----- CSRの全体像 -----*/
#sharewithmain .layout_csr_overview_link1 > .column1 div.teaser.no-img:not(.highlight) h2 a {
	background-color: #3d419c;
	border-color: #3d419c;
}
#sharewithmain .layout_csr_overview_link1 > .column2 div.teaser.no-img:not(.highlight) h2 a {
	background-color: #3393c6;
	border-color: #3393c6;
}
#sharewithmain .layout_csr_overview_link1 > .column3 div.teaser.no-img:not(.highlight) h2 a {
	background-color: #e66b8e;
	border-color: #e66b8e;
}

#sharewithmain .layout_csr_overview_link2 > .column1 div.teaser.no-img:not(.highlight) h2 a {
	background-color: #cc9f1e;
	border-color: #cc9f1e;
}
#sharewithmain .layout_csr_overview_link2 > .column2 div.teaser.no-img:not(.highlight) h2 a {
	background-color: #2a801f;
	border-color: #2a801f;
}

#sharewithmain .layout_csr_overview_link1 > .column1 div.teaser.no-img:not(.highlight) h2 a:hover ,
#sharewithmain .layout_csr_overview_link1 > .column2 div.teaser.no-img:not(.highlight) h2 a:hover ,
#sharewithmain .layout_csr_overview_link1 > .column3 div.teaser.no-img:not(.highlight) h2 a:hover ,
#sharewithmain .layout_csr_overview_link2 > .column1 div.teaser.no-img:not(.highlight) h2 a:hover ,
#sharewithmain .layout_csr_overview_link2 > .column2 div.teaser.no-img:not(.highlight) h2 a:hover {
	background-color: #fff;
	border-color: #005bac;
}



/*-- 中見出し --*/
.layout_csr_overview_management div.title2 h2 ,
.layout_csr_overview_management div.title3 h3 ,
.layout_csr_overview_management div.title4 h4 {
    color: #3d419c;
    font-weight: bold;
    border-color: #3d419c;
}

.layout_csr_overview_management div.title2.highlight h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    display: block;
    width: 130px;
    height: 4px;
    background: #3d419c;
}

.layout_csr_overview_management div.title2.highlight h2 {
    position: relative;
    font-size: 24px;
    padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 4px solid #ccc;
	margin-bottom: 5px;
}

.layout_csr_overview_management body.multi div.title2:not(.highlight) {
    padding-top: 15px;
}
.layout_csr_overview  div.title2:not(.highlight) h2 {
    padding-top: 5px;
    border: none;
    margin-bottom: 0;
}
/*
.layout_csr_overview_management div.title2:not(.highlight) h2:before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 30px;
	vertical-align: middle;
	margin-right: 3px;
	background:url("../../../../../../resources/sw_img/flower_purple.png") left top no-repeat;
}
*/
.layout_csr_overview_management div.title2:not(.highlight) h2 {
    padding-left: 40px;
	background:url("../../../../../../resources/sw_img/flower_purple.png") left top no-repeat;
}

.layout_csr_overview_management div.title3 h3 {
    border: none;
    padding-left: 0;
}
.layout_csr_overview_management div.title3 h3:after {
	content: "";
	display: inline-block;
	width: 64px;
	height: 24px;
	vertical-align: middle;
	margin-left: 3px;
	background:url("../../../../../../resources/sw_img/flower2_purple.png") left top no-repeat;
}

.layout_csr_overview_management div.title4 h4 {
    padding: 10px 10px;
    background-color: #b8bbf2;
    text-align: center;
}

/*-- タグ --*/
.layout_csr_overview_management div.highlight-quoted-text em,
.layout_csr_overview_management div.text-section em,
.layout_csr_overview_management div.internal-link-area em,
.layout_csr_overview_management div.external-link-area em,
.layout_csr_overview_management div.download-link-area em,
.layout_csr_overview_management div.faq-list .faq-item em,
.layout_csr_overview_management div.vertical-table div.vtable-item em,
.layout_csr_overview_management div.ircalendar div.ircalendar-title em,
.layout_csr_overview_management div.ircalendar div.ircalendar-item em {
    background-color: #3d419c;
    color: #fff;
}

/* 背景色 */
.layout_csr_overview_management {
	display: block;
	margin-bottom: 40px;
	margin-right: 10px;
	padding: 20px 10px 0px 10px;
	background-color: #e5e8f9;
}




/*-- 中見出し --*/
.layout_csr_overview_relation div.title2 h2 ,
.layout_csr_overview_relation div.title3 h3 ,
.layout_csr_overview_relation div.title4 h4 {
    color: #3393c6;
    font-weight: bold;
    border-color: #3393c6;
}

.layout_csr_overview_relation div.title2.highlight h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    display: block;
    width: 130px;
    height: 4px;
    background: #3393c6;
}

.layout_csr_overview_relation div.title2.highlight h2 {
    position: relative;
    font-size: 24px;
    padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 4px solid #ccc;
	margin-bottom: 5px;
}

.layout_csr_overview_relation div.title2:not(.highlight) {
    padding-top: 15px;
}
.layout_csr_overview_relation div.title2:not(.highlight) h2 {
    padding-top: 5px;
    border: none;
    margin-bottom: 0;
}
/*
.layout_csr_overview_relation div.title2:not(.highlight) h2:before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 30px;
	vertical-align: middle;
	margin-right: 3px;
	background:url("../../../../../../resources/sw_img/flower_blue.png") left top no-repeat;
}
*/
.layout_csr_overview_relation div.title2:not(.highlight) h2 {
    padding-left: 40px;
	background:url("../../../../../../resources/sw_img/flower_blue.png") left top no-repeat;
}

.layout_csr_overview_relation div.title3 h3 {
    border: none;
    padding-left: 0;
}
.layout_csr_overview_relation div.title3 h3:after {
	content: "";
	display: inline-block;
	width: 64px;
	height: 24px;
	vertical-align: middle;
	margin-left: 3px;
	background:url("../../../../../../resources/sw_img/flower2_blue.png") left top no-repeat;
}

.layout_csr_overview_relation div.title4 h4 {
    padding: 10px 10px;
    background-color: #b5d6ea;
    text-align: center;
}

/*-- タグ --*/
.layout_csr_overview_relation div.text-section em,
.layout_csr_overview_relation div.internal-link-area em,
.layout_csr_overview_relation div.external-link-area em,
.layout_csr_overview_relation div.download-link-area em,
.layout_csr_overview_relation div.faq-list .faq-item em,
.layout_csr_overview_relation div.vertical-table div.vtable-item em,
.layout_csr_overview_relation div.ircalendar div.ircalendar-title em,
.layout_csr_overview_relation div.ircalendar div.ircalendar-item em {
    background-color: #3393c6;
    color: #fff;
}

/* 背景色 */
.layout_csr_overview_relation {
	display: block;
	margin-bottom: 40px;
	margin-right: 10px;
	padding: 20px 10px 0px 10px;
	background-color: #e6f3fb;
}



/*-- 中見出し --*/
.layout_csr_overview_social div.title2 h2 ,
.layout_csr_overview_social div.title3 h3 ,
.layout_csr_overview_social div.title4 h4 {
    color: #e66b8e;
    font-weight: bold;
    border-color: #e66b8e;
}

.layout_csr_overview_social div.title2.highlight h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    display: block;
    width: 130px;
    height: 4px;
    background: #e66b8e;
}

.layout_csr_overview_social div.title2.highlight h2 {
    position: relative;
    font-size: 24px;
    padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 4px solid #ccc;
	margin-bottom: 5px;
}

.layout_csr_overview_social div.title2:not(.highlight) {
    padding-top: 15px;
}
.layout_csr_overview_social div.title2:not(.highlight) h2 {
    padding-top: 5px;
    border: none;
    margin-bottom: 0;
}
/*
.layout_csr_overview_social div.title2:not(.highlight) h2:before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 30px;
	vertical-align: middle;
	margin-right: 3px;
	background:url("../../../../../../resources/sw_img/flower_magenta.png") left top no-repeat;
}
*/
.layout_csr_overview_social div.title2:not(.highlight) h2 {
    padding-left: 40px;
	background:url("../../../../../../resources/sw_img/flower_magenta.png") left top no-repeat;
}

.layout_csr_overview_social div.title3 h3 {
    border: none;
    padding-left: 0;
}
.layout_csr_overview_social div.title3 h3:after {
	content: "";
	display: inline-block;
	width: 64px;
	height: 24px;
	vertical-align: middle;
	margin-left: 3px;
	background:url("../../../../../../resources/sw_img/flower2_magenta.png") left top no-repeat;
}

.layout_csr_overview_social div.title4 h4 {
    padding: 10px 10px;
    background-color: #f6d5de;
    text-align: center;
}

/*-- タグ --*/
.layout_csr_overview_social div.text-section em,
.layout_csr_overview_social div.internal-link-area em,
.layout_csr_overview_social div.external-link-area em,
.layout_csr_overview_social div.download-link-area em,
.layout_csr_overview_social div.faq-list .faq-item em,
.layout_csr_overview_social div.vertical-table div.vtable-item em,
.layout_csr_overview_social div.ircalendar div.ircalendar-title em,
.layout_csr_overview_social div.ircalendar div.ircalendar-item em {
    background-color: #e66b8e;
    color: #fff;
    font-weight: normal;
}

/* 背景色 */
.layout_csr_overview_social {
	display: block;
	margin-bottom: 40px;
	margin-right: 10px;
	padding: 20px 10px 0px 10px;
	background-color: #fbf0f2;
}




/*-- 中見出し --*/
.layout_csr_overview_contribute div.title2 h2 ,
.layout_csr_overview_contribute div.title3 h3 ,
.layout_csr_overview_contribute div.title4 h4 {
    color: #cc9f1e;
    font-weight: bold;
    border-color: #cc9f1e;
}

.layout_csr_overview_contribute div.title2.highlight h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    display: block;
    width: 130px;
    height: 4px;
    background: #cc9f1e;
}

.layout_csr_overview_contribute div.title2.highlight h2 {
    position: relative;
    font-size: 24px;
    padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 4px solid #ccc;
	margin-bottom: 5px;
}

.layout_csr_overview_contribute div.title2:not(.highlight) {
    padding-top: 15px;
}
.layout_csr_overview_contribute div.title2:not(.highlight) h2 {
    padding-top: 5px;
    border: none;
    margin-bottom: 0;
}
/*
.layout_csr_overview_contribute div.title2:not(.highlight) h2:before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 30px;
	vertical-align: middle;
	margin-right: 3px;
	background:url("../../../../../../resources/sw_img/flower_yellow.png") left top no-repeat;
}
*/
.layout_csr_overview_contribute div.title2:not(.highlight) h2 {
    padding-left: 40px;
	background:url("../../../../../../resources/sw_img/flower_yellow.png") left top no-repeat;
}

.layout_csr_overview_contribute div.title3 h3 {
    border: none;
    padding-left: 0;
}
.layout_csr_overview_contribute div.title3 h3:after {
	content: "";
	display: inline-block;
	width: 64px;
	height: 24px;
	vertical-align: middle;
	margin-left: 3px;
	background:url("../../../../../../resources/sw_img/flower2_yellow.png") left top no-repeat;
}

.layout_csr_overview_contribute div.title4 h4 {
    padding: 10px 10px;
    background-color: #e5d7b2;
    text-align: center;
}

/*-- タグ --*/
.layout_csr_overview_contribute div.text-section em,
.layout_csr_overview_contribute div.internal-link-area em,
.layout_csr_overview_contribute div.external-link-area em,
.layout_csr_overview_contribute div.download-link-area em,
.layout_csr_overview_contribute div.faq-list .faq-item em,
.layout_csr_overview_contribute div.vertical-table div.vtable-item em,
.layout_csr_overview_contribute div.ircalendar div.ircalendar-title em,
.layout_csr_overview_contribute div.ircalendar div.ircalendar-item em {
    background-color: #cc9f1e;
    color: #fff;
}

/* 背景色 */
.layout_csr_overview_contribute {
	display: block;
	margin-bottom: 40px;
	margin-right: 10px;
	padding: 20px 10px 0px 10px;
	background-color: #fbf5e5;
}




/*-- 中見出し --*/
.layout_csr_overview_environment div.title2 h2 ,
.layout_csr_overview_environment div.title3 h3 ,
.layout_csr_overview_environment div.title4 h4 {
    color: #2a801f;
    font-weight: bold;
    border-color: #2a801f;
}

.layout_csr_overview_environment div.title2.highlight h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    display: block;
    width: 130px;
    height: 4px;
    background: #2a801f;
}

.layout_csr_overview_environment div.title2.highlight h2 {
    position: relative;
    font-size: 24px;
    padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 4px solid #ccc;
	margin-bottom: 5px;
}

.layout_csr_overview_environment div.title2:not(.highlight) {
    padding-top: 15px;
}
.layout_csr_overview_environment div.title2:not(.highlight) h2 {
    padding-top: 5px;
    border: none;
    margin-bottom: 0;
}
/*
.layout_csr_overview_environment div.title2:not(.highlight) h2:before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 30px;
	vertical-align: middle;
	margin-right: 3px;
	background:url("../../../../../../resources/sw_img/flower_green.png") left top no-repeat;
}
*/
.layout_csr_overview_environment div.title2:not(.highlight) h2 {
    padding-left: 40px;
	background:url("../../../../../../resources/sw_img/flower_green.png") left top no-repeat;
}

.layout_csr_overview_environment div.title3 h3 {
    border: none;
    padding-left: 0;
}
.layout_csr_overview_environment div.title3 h3:after {
	content: "";
	display: inline-block;
	width: 64px;
	height: 24px;
	vertical-align: middle;
	margin-left: 3px;
	background:url("../../../../../../resources/sw_img/flower2_green.png") left top no-repeat;
}

.layout_csr_overview_environment div.title4 h4 {
    padding: 10px 10px;
    background-color: #b1deaa;
    text-align: center;
}

/*-- タグ --*/
.layout_csr_overview_environment div.text-section em,
.layout_csr_overview_environment div.internal-link-area em,
.layout_csr_overview_environment div.external-link-area em,
.layout_csr_overview_environment div.download-link-area em,
.layout_csr_overview_environment div.faq-list .faq-item em,
.layout_csr_overview_environment div.vertical-table div.vtable-item em,
.layout_csr_overview_environment div.ircalendar div.ircalendar-title em,
.layout_csr_overview_environment div.ircalendar div.ircalendar-item em {
    background-color: #2a801f;
    color: #fff;
}

/* 背景色 */
.layout_csr_overview_environment {
	display: block;
	margin-bottom: 40px;
	margin-right: 10px;
	padding: 20px 10px 0px 10px;
	background-color: #ebf7e9;
}



/*-- CSR > トップメッセージ --*/
/*==== タブ風スタイル ====*/
.layout_link_tabstyle01 div.link-list:not(.highlight) {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 40px;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul {
	margin: 0;

	display: table-row
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li[class] {
	margin: 0;
	padding: 0;
	background: none;

	display: table-cell;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li[class]::before {
	content: none;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a {
	position: relative;
	overflow: visible;
	display: block;
	padding: 12px 20px;
	text-align: center;
	color: #005bac;
	background: #f1f1f1;
	text-decoration: none;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 10px solid #f1f1f1;
	margin-left: -8px;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li.highlight a ,
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li.act a ,
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a:hover {
	color: #fff;
	background: #005bac;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li.highlight a::before ,
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li.act a::before ,
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a:hover::before {
	border-top-color: #005bac;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul ,
.layout_link_tabstyle01 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul li[class] {
	display: block;
	margin-bottom: 10px;
}


/* 背景色付きカラム */
.layout_col_bg_blue {
	display: block;
	background-color: #e5e8f9;
	padding: 20px 20px 20px;
	margin-bottom: 20px;
}

.layout_col_bg_blue + .layout_col_bg_blue {
	margin-top: -40px;
}


/*==== CSR TOP ====*/
.layout_csrtop_teaser_01 {
}

.layout_csrtop_teaser_01 .teaser:not(.no-img) ,
.layout_csrtop_teaser_01 .external-teaser:not(.no-img) {
	margin-bottom: 0;
	display: flex;
	flex-flow: column wrap;

	padding: 5px;
	border: 1px solid #000;
	border-radius: 20px;
}

.layout_csrtop_teaser_01 .teaser:not(.no-img) > * ,
.layout_csrtop_teaser_01 .external-teaser:not(.no-img) > * {
	flex: 0 0 auto;
}

.layout_csrtop_teaser_01 .teaser:not(.no-img) h2 ,
.layout_csrtop_teaser_01 .external-teaser:not(.no-img) h2 {
	order: 2;
	font-size: inherit;
}

.layout_csrtop_teaser_01 .teaser:not(.no-img) h2 a ,
.layout_csrtop_teaser_01 .external-teaser:not(.no-img) h2 a {
	text-align: center;
	text-decoration: none;
}

.layout_csrtop_teaser_01 .teaser:not(.no-img) > a ,
.layout_csrtop_teaser_01 .external-teaser:not(.no-img) > a {
	display: block;
	order: 1;
	margin: 10px 10px;
}

.layout_csrtop_teaser_01 .teaser:not(.no-img) > a img ,
.layout_csrtop_teaser_01 .external-teaser:not(.no-img) > a img {
	display: block;
	margin: auto
	opacity: 1;
}

.layout_csrtop_teaser_01 .teaser:not(.no-img) > p ,
.layout_csrtop_teaser_01 .external-teaser:not(.no-img) > p {
	order: 4;
}

.layout_csrtop_teaser_01 .teaser:not(.no-img):hover ,
.layout_csrtop_teaser_01 .external-teaser:not(.no-img):hover {
	opacity: 0.7;
}


/* バナー テキスト on 画像 */
.layout_csrtop_teaser_02 {
}

.layout_csrtop_teaser_02 .teaser:not(.no-img) ,
.layout_csrtop_teaser_02 .external-teaser:not(.no-img) {
	overflow: hidden;
	position: relative;
	margin-bottom: 0;
}

.layout_csrtop_teaser_02 .teaser:not(.no-img)::before ,
.layout_csrtop_teaser_02 .external-teaser:not(.no-img)::before {
	content: "";
	display: block;
	padding-top: 50%;
}

.layout_csrtop_teaser_02 .teaser:not(.no-img) h2 ,
.layout_csrtop_teaser_02 .external-teaser:not(.no-img) h2 {
	box-sizing: border-box;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 10px;;
	font-size: inherit;
}

.layout_csrtop_teaser_02 .teaser:not(.no-img) h2 a ,
.layout_csrtop_teaser_02 .external-teaser:not(.no-img) h2 a {
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.layout_csrtop_teaser_02 .teaser:not(.no-img) > a ,
.layout_csrtop_teaser_02 .external-teaser:not(.no-img) > a {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	transform: translate(0, -50%);
}

.layout_csrtop_teaser_02 .teaser:not(.no-img) > a img ,
.layout_csrtop_teaser_02 .external-teaser:not(.no-img) > a img {
	opacity: 1;
	width: 100%;
	transition: 0.7s;
}

.layout_csrtop_teaser_02 .teaser:not(.no-img):hover > a img ,
.layout_csrtop_teaser_02 .external-teaser:not(.no-img):hover > a img {
	transform: scale(1.2);
}


/* バナー 横長バー */
.layout_csrtop_teaser_03 {
}

.layout_csrtop_teaser_03 .teaser.no-img ,
.layout_csrtop_teaser_03 .external-teaser.no-img {
}

#sharewithmain .layout_csrtop_teaser_03 div.teaser.no-img h2 a ,
#sharewithmain .layout_csrtop_teaser_03 div.external-teaser.no-img h2 a {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333;
	background: #fff;
	border: 1px solid #000;
}

#sharewithmain .layout_csrtop_teaser_03 div.teaser.no-img h2 a::before ,
#sharewithmain .layout_csrtop_teaser_03 div.external-teaser.no-img h2 a::before {
	content: none;
}

#sharewithmain .layout_csrtop_teaser_03 div.teaser.no-img h2 a:hover ,
#sharewithmain .layout_csrtop_teaser_03 div.external-teaser.no-img h2 a:hover {
	color: #fff;
	background: #000;
}

/* バナー 画像左バナー */
.layout_csrtop_teaser_04 {
}

.layout_csrtop_teaser_04 .teaser:not(.no-img) ,
.layout_csrtop_teaser_04 .external-teaser:not(.no-img) {
	position: relative;
/*	display: flex; */
}

.layout_csrtop_teaser_04 .teaser:not(.no-img)::after ,
.layout_csrtop_teaser_04 .external-teaser:not(.no-img)::after {
	contnet: "";
	display: block;
	clear: both;
}

#sharewithmain .layout_csrtop_teaser_04 div.teaser:not(.no-img) h2 ,
#sharewithmain .layout_csrtop_teaser_04 div.external-teaser:not(.no-img) h2 {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 100px);
	height: 100%;
	display: block;
	margin: 0;
}

#sharewithmain .layout_csrtop_teaser_04 div.teaser:not(.no-img) h2 a ,
#sharewithmain .layout_csrtop_teaser_04 div.external-teaser:not(.no-img) h2 a {
	box-sizing: border-box;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 5px 10px;
	font-size: 16px;
	color: #fff;
	background: #005bac;
	border: none;
}

#sharewithmain .layout_csrtop_teaser_04 div.teaser:not(.no-img) h2 a::before ,
#sharewithmain .layout_csrtop_teaser_04 div.external-teaser:not(.no-img) h2 a::before {
	content: none;
}

#sharewithmain .layout_csrtop_teaser_04 div.teaser:not(.no-img) h2 + a ,
#sharewithmain .layout_csrtop_teaser_04 div.external-teaser:not(.no-img) h2 + a {
	float: left;
	width: 100px;
	display: block;
}

#sharewithmain .layout_csrtop_teaser_04 div.teaser:not(.no-img) h2 a:hover ,
#sharewithmain .layout_csrtop_teaser_04 div.external-teaser:not(.no-img) h2 a:hover {
}



/* テーブル表組 枠線なし */
#sharewithmain .layout_table_no_v_border_td td {
	border-left-color: transparent;
	border-right-color: transparent;
}


/* リンクリスト マージン調整 */
.lx_ex_list_mb0 .link-list {
	margin-bottom: 0;
}


/*-- html ニュース用 --*/
/* 枠線付きマルチカラム */
.layout_mcol_border01 {
	display: block;
	box-sizing: border-box;
	padding: 20px 20px 0;
	border: 3px solid #ccc;
}

/* テーブル縦 背景・枠線なし */
.layout_vtable_clearbox div.vertical-table .vtable-item > table > tbody > tr > td ,
.layout_vtable_clearbox div.vertical-table .vtable-item > table > tbody > tr > .vtable-head {
	border-color: transparent;
	background: none;
}

/* テーブル横 背景・枠線なし */
.layout_htable_clearbox div.ircalendar-title > table > tbody > tr >  th ,
.layout_htable_clearbox div.ircalendar-item > table > tbody > tr > td {
	border-color: transparent;
	background: none;
}

/* 画像を並べる様の透明枠 */
.layout_htable_imgbox div.ircalendar-title > table ,
.layout_htable_imgbox div.ircalendar-title > table > tbody ,
.layout_htable_imgbox div.ircalendar-title > table > tbody > tr ,
.layout_htable_imgbox div.ircalendar-item > table ,
.layout_htable_imgbox div.ircalendar-item > table > tbody ,
.layout_htable_imgbox div.ircalendar-item > table > tbody > tr {
	display: block;
}
.layout_htable_imgbox div.ircalendar-title > table > tbody > tr >  th ,
.layout_htable_imgbox div.ircalendar-item > table > tbody > tr > td {
	border-color: transparent;
	background: none;

	width: 100% !important;
	display: block;
	vertical-align: top;
	padding: 6px 10px;
}



/* clearbox */
.layout_textbox_sp_swip div.text-section {
	position: relative;
	overflow-x: scroll;
}

.layout_textbox_sp_swip div.text-section:before {
	content: '';
	z-index:50;
	position: absolute;
	top: 30%;
	top: 30px;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	background: url(../../../../../sw_img/icon_swip.png) no-repeat center center;
	background-size: contain;
	opacity: 0.3;
}


/* iCell */
div.text-section.has-icell {
	overflow-x: scroll;
}

table.icell {
	font-family: inherit !important;
	border: none !important;
}

table.icell span {
    font-size: inherit !important;
}

table.icell th ,
table.icell td {
	height: auto !important;
	color: inherit;
	font-weight: normal;
	padding: 15px 15px;
	border:#ffffff 1px solid;
	vertical-align: middle;
	box-sizing: content-box;
	word-break: keep-all;
}

table.icell td {
	background-color:#f1f1f1;
}

table.icell .ColHead ,
table.icell th {
	background-color:#e0e9f0;
	color: #005bac;
	font-weight: normal;
}

table.icell .RowHead ,
table.icell thead th {
	background-color:#e0e9f0;
	color: #005bac;
	font-weight: normal;
	text-align: center;
}





/*===== SP表示で強制的に1カラムに =====*/
@media handheld, only screen and (max-width: 767px) {
	.lx_col_sp100 > .column1 ,
	.lx_col_sp100 > .column2 ,
	.lx_col_sp100 > .column3 ,
	.lx_col_sp100 > .column4 ,
	.lx_col_sp100 > .column5 ,
	body[id=index] [role="main"] > .lx_col_sp100 {
		width: 100%;
	}
}



/*-- サステナビリティ(CSR）用 背景色 --*/
.lx_csr_mcol_bg01 {
	padding: 20px 10px 1px 20px;
	margin-right: 10px;
	background-color: #e5e8f9;
}

.lx_csr_mcol_bg02 {
	padding: 20px 10px 1px 20px;
	margin-right: 10px;
	background-color: #e6f3fb;
}

.lx_csr_mcol_bg03 {
	padding: 20px 10px 1px 20px;
	margin-right: 10px;
	background-color: #fbf0f2;
}

.lx_csr_mcol_bg04 {
	padding: 20px 10px 1px 20px;
	margin-right: 10px;
	background-color: #fbf5e5;
}

.lx_csr_mcol_bg05 {
	padding: 20px 10px 1px 20px;
	margin-right: 10px;
	background-color: #ebf7e9;
}

.lx_csr_mcol_bg06 {
	padding: 20px 10px 1px 20px;
	margin-right: 10px;
	background-color: #fceae8;
}



/* フローティングバナー */
#promos3 .ox_floating_banner {
	margin: 0;
}

@media print {
	#promos3 .ox_floating_banner {
		display: none;
	}
}

#promos3 .ox_floating_banner > .column1 {
	position: fixed;
	bottom: 70px;
	right: 2px;
	z-index: 1001;
	width: 120px;
}

#promos3 .ox_floating_banner div.internal-link-area ,
#promos3 .ox_floating_banner div.external-link-area ,
#promos3 .ox_floating_banner div.download-link-area {
	padding: 0;
	background: none;
	margin: 0;
}

#promos3 .ox_floating_banner div.internal-link-area > a ,
#promos3 .ox_floating_banner div.external-link-area > a ,
#promos3 .ox_floating_banner div.download-link-area > a {
	padding: 8px 5px 4px;
	color: #fff;
	font-size: 10px;
	line-height: 1.2;
	background: rgba(0,91,172, 1);
	border-radius: 5px;
}

#promos3 .ox_floating_banner div.internal-link-area > a img:not(.large) ,
#promos3 .ox_floating_banner div.external-link-area > a img:not(.large) ,
#promos3 .ox_floating_banner div.external-link-area > a img:not(.large) {
	max-width: 30px;
	margin-right: 10px;
	margin-bottom: 4px;
	opacity: 1;
}

#promos3 .ox_floating_banner div.internal-link-area > a p ,
#promos3 .ox_floating_banner div.external-link-area > a p ,
#promos3 .ox_floating_banner div.external-link-area > a p {
	position: static;
	background: none;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	padding: 0;
	margin: 0;
	display: block;
	margin-top: 4px;
}

#promos3 .ox_floating_banner div.internal-link-area > a p + p ,
#promos3 .ox_floating_banner div.external-link-area > a p + p ,
#promos3 .ox_floating_banner div.external-link-area > a p + p {
	clear: both;
}

#promos3 .ox_floating_banner div.internal-link-area > a p::before ,
#promos3 .ox_floating_banner div.external-link-area > a p::before ,
#promos3 .ox_floating_banner div.external-link-area > a p::before {
	content: none;
}

#promos3 .ox_floating_banner div.internal-link-area > a:hover ,
#promos3 .ox_floating_banner div.external-link-area > a:hover ,
#promos3 .ox_floating_banner div.download-link-area > a:hover {
	opacity: 0.7;
}


/* サステナ 見出しh3 */
.lx_s12y_title3_01 .title3 h3 {
	border: none;

	padding: 5px 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #5B9BD5;
}

/* 枠線付きマルチカラム */
.lx_s12y_mcol_border01 {
	box-sizing: border-box;
	padding: 20px 20px 0;
	border: 3px dotted #5B9BD5;
}



body {
	visibility: hidden;
}
body.generaltop ,
body.special ,
body.ready {
	visibility: visible;
}


