@charset "utf-8";
/*------------------ based on 19/01/21 */
/* > 1%, last 4 versions, Firefox ESR */
/*------------------------------------ */

/* --------------------------------------
 基本設定
-------------------------------------- */
html{font-size:62.5%;}
body {
	font-family: '游ゴシック','游ゴシック体','Yu Gothic',YuGothic,'ヒラギノ角ゴ ProN W3','Hiragino Sans','Hiragino Kaku Gothic ProN',"Helvetica Neue",Helvetica,Verdana,Arial,'メイリオ',meiryo,"ＭＳ Ｐゴシック", sans-serif;
	font-weight:500;
	font-size:1.6rem;
	line-height:1.5;
	-webkit-text-size-adjust:100%;
	max-width:100%;
	min-width:320px;
	color: #111;
	overflow-x:hidden;
}

a:link ,a:visited{color:#111;text-decoration:none;transition:.3s;}
a:hover ,a:active{color:#111;text-decoration:underline;transition:.2s;}
@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,30px,0)}to{opacity:1;transform:translateZ(0)}}

/* -------------------------------------------------- */
/* Custom Font */
/* -------------------------------------------------- */
@font-face{font-family:'Barlow Condensed';
	src:url('../../../../../../resources/sw_img/BarlowCondensed-Medium.woff') format('woff'),
			url('../../../../../../resources/sw_img/BarlowCondensed-Medium.ttf') format('truetype');
			font-weight:500;
			font-style:normal;
}
/* -------------------------------------------------- */
/* header */
/* -------------------------------------------------- */
header{width:100%;height:94px;position:fixed;top:0;left:0;z-index:100;background:rgba(165,31,36,0.9);color:#fff;transition:.3s;}
header .logo{position:absolute;top:0;left:0;padding:30px 0 0 20px;text-align:left;}
header .logo::before{content:"";display:block;position:absolute;top:-20px;left:0;z-index:101;background:#fff;width:700px;height:180px;-webkit-transform:rotate(-15deg);transform:rotate(-15deg);-webkit-transform-origin:left bottom;transform-origin:left bottom;box-shadow:1px 1px 6px rgba(0,0,0,0.1);}
header .logo a{position:relative;z-index:102;}

header #gnav .menu{text-align:right;margin:42px 30px 0 0;white-space:nowrap;transition:.3s;}
header #gnav .menu li{display:inline-block;vertical-align:top;}
header #gnav .menu li a{display:block;color:#fff;font-size:1.5rem;padding:10px 25px;text-decoration:none;position:relative;}
header #gnav .menu li:last-child a{padding-right:0;}
header #gnav .menu li a::after{content:"";display:block;width:0%;height:1px;background:#fff;margin:5px auto 0;transition:.3s ease-out;}
header #gnav .menu li a:hover::after{width:100%;transition:.2s ease-out;}
header #gnav .menu li.active a::after{width:100%;transition:none;}
header #gnav .upper-menu{position:absolute;top:15px;right:30px;line-height:1;white-space:nowrap;}
header #gnav .upper-menu li{display:inline-block;vertical-align:top;}
header #gnav .upper-menu li a{color:#e3b6b8;font-size:1.2rem;padding:0 15px;text-decoration:none;position:relative;}
header #gnav .upper-menu li a:hover{opacity:0.6;}
header #gnav .upper-menu li a::after{content:"";display:block;width:1px;height:80%;position:absolute;right:0;top:10%;background:#cf5c60;}
header #gnav .upper-menu li:last-child a{padding-right:0;}
header #gnav .upper-menu li:last-child a::after{display:none;}
header #sp-btn{display:none;}

header.fixed{height:60px;transition:.3s;}
header.fixed #gnav .upper-menu{display:none;}
header.fixed #gnav .menu{margin-top:10px;transition:.3s;}

@media screen and (max-width:1339px){
	header .logo{width:250px;padding:20px 0 0 12px;}
	header .logo::before{height:180px;top:-50px;}
	header #gnav .menu li a{padding:10px 12px;}
}

/* -------------------------------------------------- */
/* footer */
/* -------------------------------------------------- */
#page-top{position:fixed;z-index:50;right:40px;bottom:-50px;width:50px;height:50px;background:url(../../../../../../resources/sw_img/arrow04.png) no-repeat center center;background-size:auto 80%;border:3px solid #aaa;border-radius:100%;transition:.2s ease-out;cursor:pointer;}
#page-top.show{bottom:40px;transition:.2s ease-out;}
#page-top:hover{-webkit-transform:scale(1.1);transform:scale(1.1);transition:.2s ease-out;}

#site-info .area-footer{background:#222;color:#fff;font-size:1.4rem;position:relative;z-index:2;}
#site-info .area-footer a:link,#site-info .area-footer a:visited{color:#fff;}
#site-info .area-footer a:hover{text-decoration:underline;}
#site-info .area-footer .area-footer-sitemap{width:100%;max-width:1140px;margin:auto;overflow:hidden;position:relative;padding:0 20px;}
#site-info .area-footer .area-footer-sitemap >* >* >* >div{float:left;width:20%;padding:60px 20px 60px 0;}

#site-info .area-footer .area-footer-sitemap .sitemap-1st {margin-bottom:40px;}
#site-info .area-footer .area-footer-sitemap .sitemap-1st > a{font-size:1.8rem; }
#site-info .area-footer .area-footer-sitemap .sitemap-1st > a::before{content:"";display:inline-block;width:9px;height:13px;background:url(../../../../../../resources/sw_img/arrow03.png);background-size:100% auto;margin-right:15px;}
#site-info .area-footer .area-footer-sitemap .sitemap-1st .siteLevel_1{margin-left:25px;margin-top:20px;}
#site-info .area-footer .area-footer-sitemap .sitemap-1st .siteLevel_1 > li{margin-bottom:12px;}
#site-info .area-footer .area-footer-sitemap .sitemap-1st .siteLevel_1 > li:last-child{margin-bottom:0;}
#site-info .area-footer .area-footer-sitemap .sitemap-1st .siteLevel_1 > li > a{font-size:1.4rem;color:#ccc;position:relative;display:block;padding-left:12px;}
#site-info .area-footer .area-footer-sitemap .sitemap-1st .siteLevel_1 > li > a::before{content:"-";display:block;background:none;position:absolute;top:0;left:0;}

#site-info .area-footer .area-footer-frame1{background:#a51f24;width:100%;padding:25px 0;}
#site-info .area-footer .area-footer-frame1 > div{width:100%;max-width:1140px;margin:auto;overflow:hidden;position:relative;padding:0 20px}
#site-info .area-footer .area-footer-frame1 .area-footer-link{position:absolute;top:0;left:20px;}
#site-info .area-footer .area-footer-frame1 .area-footer-link li{display:inline-block;}
#site-info .area-footer .area-footer-frame1 .area-footer-link li a{font-size:1.2rem;display:block;position:relative;padding:0 20px;}
#site-info .area-footer .area-footer-frame1 .area-footer-link li:first-child a{padding-left:0;}
#site-info .area-footer .area-footer-frame1 .area-footer-link li a::after{content:"";width:1px;height:80%;background:#b34f53;position:absolute;right:0;top:10%;}
#site-info .area-footer .area-footer-frame1 .area-footer-link li:last-child a::after{display:none;}

#site-info .area-footer .area-footer-frame1 .area-footer-copyright{text-align:right;font-family:"Barlow Condensed",sans-serif;letter-spacing:0.15rem;}
#site-info .area-footer .topcontrol, #site-info .area-footer .toTop {display: none;}

/*-------------------------------------
 グリットレイアウト
-------------------------------------*/
#wrapper-2 {width:100%;padding:0;overflow:hidden;}
#nav {display:none!important;}
#wrapper-3 {width:100%;float:none;}
#sharewithmain {max-width:1140px;width:100%;padding:0 20px;margin:auto;}

.multiColumn1{margin-bottom:60px;}
.multiColumn1 .multiColumn1 > .column1{margin-bottom:0;}
.multiColumn2, .multiColumn3, .multiColumn4, .multiColumn5{margin-bottom:40px;}
.multiColumn1,.multiColumn2, .multiColumn3, .multiColumn4, .multiColumn5{position:relative;z-index:1;}

.multiColumn3 + .multiColumn3{margin-top:-30px;}
.multiColumn4 + .multiColumn4{margin-top:-30px;}

.mb-narrow{margin-bottom:0;}
.mb-narrow > .column1{margin-bottom:0;}

/*-------------------------------------
 ヘッダエリア
-------------------------------------*/
/*-- 画像とテキストの場合のみ --*/
#branding ,#logo ,#nav-meta {display: none;}

/*-- 更新日表示 --*/
#pub-date {width: 1000px;margin: auto;}
#pub-date p {text-align: right;}

/*-- セクションヘッダー（総合トップ・スペシャル以外） --*/
#section-header {
	margin: 30px auto 20px auto;
	width: 1000px;
	background: #0d8ccc;
	border-radius: 5px;
	overflow: hidden;
}

/*-------------------------------------
 ぱんくず
-------------------------------------*/
.bread-crumb {position:absolute;top:94px;left:0;z-index:10;margin: auto;padding:0 20px;width: 100%;max-width:100%;font-size:1.2rem;background:rgba(0,0,0,0.85);color:#d5d5d5;padding-left:260px;}
.bread-crumb ol{width:100%;margin:auto;white-space:nowrap;overflow:hidden;line-height:1;text-overflow:ellipsis;}
.bread-crumb ol:after ,.bread-crumb:after {content: "";display: block;clear: both;}
.bread-crumb ol li{display:inline-block;float:none!important;vertical-align:top;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:18px;padding-top:15px;padding-bottom:15px;}
.bread-crumb ol li:first-child{font-size:0;}
.bread-crumb ol li:first-child a::before{content:"ホーム";display:inline-block;font-size:1.2rem;}
body[data-page-path^="/en/"] .bread-crumb ol li:first-child a::before,
body[data-page-path^="/namuraPublic/en/"] .bread-crumb ol li:first-child a::before{content:"Home";}
.bread-crumb ol li:first-child:hover a::before{text-decoration:underline;}
.bread-crumb a {color:#d5d5d5;}
.bread-crumb h5 ,.bread-crumb h5 p ,.bread-crumb h5 span ,.bread-crumb ol li {	float: left;}
.bread-crumb h5 p:after ,.bread-crumb h5 span:after ,.bread-crumb ol li:after {	content: "/";margin:0 0 0 20px;font-size:1.2rem;}
.bread-crumb ol li:last-child:after {	content: none;}


/* -- TOP書き換え -- */
/*
.bread-crumb ol li:first-child a {
	font-size: 0;
}
#header.ja ~ * .bread-crumb ol li:first-child a:before ,
#header.ja ~ .bread-crumb ol li:first-child a:before {
	content: "ホーム";
	font-size: 13px;
}
#header.en ~ * .bread-crumb ol li:first-child a:before ,
#header.en ~ .bread-crumb ol li:first-child a:before {
	content: "HOME";
	font-size: 13px;
}
*/

/* -----------------------------
 グローバルナビ
--------------------------------- */
#nav-global {display: none;}

/*-------------------------------------
 サイドナビ
-------------------------------------*/
#nav-box{position:relative;z-index:1;margin:-50px auto 60px;display:block;}
#nav-box input ,#nav-box label {display: none;}
#nav-box h6 {display: none;}
#nav-box p.btn {display: none;}

#nav-box ul{font-size:0;}
#nav-box > ul{width:100%;display:block;}
#nav-box ul li{display:inline-block;vertical-align:top;font-size:1.4rem;}
#nav-box ul li h5 > a,#nav-box ul li h5 > strong > span{display: block;padding: 15px 20px;background: #fff;color: #111;font-size: 1.4rem;font-weight: 500;text-decoration: none;border-bottom: 2px solid #eee;white-space:nowrap;}
#nav-box ul li.focus > h5 > strong > span,#nav-box ul li.focus > h5 > a{border-color:#ae3539;color:#ae3539;font-weight:bold;}
#nav-box ul li a:hover{border-color:#aaa;}

/* 第一、二階層 */
#nav-box.nav-1{display:none;margin:0;}
#nav-box.nav-2{display:none;margin:0;}

/* 第三階層 */
#nav-box.nav-3 ul.navLevel_1 > li:not(.focus-within){display:none;}
#nav-box.nav-3 ul.navLevel_1 > li.focus-within > h5{display:none;}
#nav-box.nav-3 ul.navLevel_3{display:none;}
#nav-box.nav-3 ul.navLevel_4{display:none;}
#nav-box.nav-3 ul.navLevel_5{display:none;}
#nav-box.nav-3 ul.navLevel_6{display:none;}

/* 第四階層 */
#nav-box.nav-4 ul.navLevel_1 > li:not(.focus-within){display:none;}
#nav-box.nav-4 ul.navLevel_1 > li.focus-within > h5{display:none;}
#nav-box.nav-4 ul.navLevel_2 > li:not(.focus-within){display:none;}
#nav-box.nav-4 ul.navLevel_2 > li.focus-within > h5{display:none;}
#nav-box.nav-4 ul.navLevel_4{display:none;}
#nav-box.nav-4 ul.navLevel_5{display:none;}
#nav-box.nav-4 ul.navLevel_6{display:none;}

/* 第五階層 */
#nav-box.nav-5 ul.navLevel_1 > li:not(.focus-within){display:none;}
#nav-box.nav-5 ul.navLevel_1 > li.focus-within > h5{display:none;}
#nav-box.nav-5 ul.navLevel_2 > li:not(.focus-within){display:none;}
#nav-box.nav-5 ul.navLevel_2 > li.focus-within > h5{display:none;}
#nav-box.nav-5 ul.navLevel_3 > li:not(.focus-within){display:none;}
#nav-box.nav-5 ul.navLevel_3 > li.focus-within > h5{display:none;}
#nav-box.nav-5 ul.navLevel_5{display:none;}
#nav-box.nav-5 ul.navLevel_6{display:none;}

/* 第六階層 */
#nav-box.nav-6 ul.navLevel_1 > li:not(.focus-within){display:none;}
#nav-box.nav-6 ul.navLevel_1 > li.focus-within > h5{display:none;}
#nav-box.nav-6 ul.navLevel_2 > li:not(.focus-within){display:none;}
#nav-box.nav-6 ul.navLevel_2 > li.focus-within > h5{display:none;}
#nav-box.nav-6 ul.navLevel_3 > li:not(.focus-within){display:none;}
#nav-box.nav-6 ul.navLevel_3 > li.focus-within > h5{display:none;}
#nav-box.nav-6 ul.navLevel_4 > li:not(.focus-within){display:none;}
#nav-box.nav-6 ul.navLevel_4 > li.focus-within > h5{display:none;}
#nav-box.nav-6 ul.navLevel_6{display:none;}

/* それ以降 */
#nav-box.nav-7{display:none;}
#nav-box.nav-8{display:none;}
#nav-box.nav-9{display:none;}
#nav-box.nav-10{display:none;}
#nav-box.nav-11{display:none;}
#nav-box.nav-12{display:none;}

/* -----------------------------
 コンテンツエリア
--------------------------------- */
/*------- リンクテキスト ----------*/
.quoted-text blockquote a ,
.highlight-quoted-text a ,
.text-section a ,
.faq-item a ,
.vtable-item a ,
.ircalendar-title a ,
.ircalendar-item a {
}

/*------- 別窓アイコン ----------*/
.quoted-text blockquote a[target="_blank"]:after ,
.highlight-quoted-text a[target="_blank"]:after ,
.text-section a[target="_blank"]:after ,
.faq-item a[target="_blank"]:after ,
.vtable-item a[target="_blank"]:after ,
.ircalendar-title a[target="_blank"]:after ,
.ircalendar-item a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: baseline;
	margin: 0 5px;
}

/*------- PDFアイコン ----------*/
.quoted-text blockquote a[href$=".pdf"]:after ,
.highlight-quoted-text a[href$=".pdf"]:after ,
.text-section a[href$=".pdf"]:after ,
.faq-item a[href$=".pdf"]:after ,
.vtable-item a[href$=".pdf"]:after ,
.ircalendar-title a[href$=".pdf"]:after ,
.ircalendar-item a[href$=".pdf"]:after ,
.quoted-text blockquote a[href*=".pdf#"]:after ,
.highlight-quoted-text a[href*=".pdf#"]:after ,
.text-section a[href*=".pdf#"]:after ,
.faq-item a[href*=".pdf#"]:after ,
.vtable-item a[href*=".pdf#"]:after ,
.ircalendar-title a[href*=".pdf#"]:after ,
.ircalendar-item a[href*=".pdf#"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 18px;
	height: 23px;
	vertical-align: middle;
	margin: 0 5px;
}

/*-------------------------------------
 見出し
-------------------------------------*/
#page-intro{width:100%;height:450px;background:#aaa no-repeat center center;background-size:cover;margin-bottom:100px;position:relative;overflow:hidden;z-index:5;}
#page-intro::before{content:"";display:block;background:rgba(0,0,0,0.5);width:-webkit-calc((100vw - 1100px) / 2 + 30px);width:0;height:100%;position:absolute;top:0;left:0;z-index:2;}
#page-intro.animated::before{width:-webkit-calc((100vw - 1100px) / 2 + 30px);width:calc((100vw - 1100px) / 2 + 30px);transition:.5s ease-out;}
#page-intro::after{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background:url("../../../../../../resources/sw_img/intro_back.png") repeat;}
#page-intro > h1 {display:block;width:100%;max-width:1140px;padding:136px 20px 0;color:#fff;font-size: 5.4rem;font-weight:bold;opacity:0.9;letter-spacing:0.3rem;margin:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:3;}
body[data-page-path^="/en/"] #page-intro > h1,
body[data-page-path^="/namuraPublic/en/"] #page-intro > h1{font-family:"Barlow Condensed",sans-serif;font-size:8rem;font-weight:normal;line-height:1.2;}

/* -------------------------------------------------- */
/* 第二階層以降：MV設定 */
/* -------------------------------------------------- */
body[data-page-path^="/ja/"] #page-intro,
body[data-page-path^="/namuraPublic/ja/"] #page-intro,
body[data-page-path^="/en/"] #page-intro,
body[data-page-path^="/namuraPublic/en/"] #page-intro{background-image:url(../../../../../../resources/sw_img/mv_other.jpg);}
body[data-page-path^="/ja/about"] #page-intro{background-image:url(../../../../../../resources/sw_img/mv_about.jpg);}
/*body[data-page-path^="/ja/news"] #page-intro{background-image:url(../../../../../../resources/sw_img/mv_news.jpg);}*/
body[data-page-path^="/ja/product"] #page-intro,
body[data-page-path^="/en/business"] #page-intro{background-image:url(../../../../../../resources/sw_img/mv_product.jpg);}
body[data-page-path^="/ja/product/iron"] #page-intro{background-image:url(../../../../../../resources/sw_img/mv_product02.jpg);}
body[data-page-path^="/ja/recruit"] #page-intro{background-image:url(../../../../../../resources/sw_img/mv_recruit.jpg);}
body[data-page-path^="/ja/ir"] #page-intro,
body[data-page-path^="/en/ir"] #page-intro{background-image:url(../../../../../../resources/sw_img/mv_ir.jpg);}
body[data-page-path^="/ja/company"] #page-intro,
body[data-page-path^="/en/company"] #page-intro{background-image:url(../../../../../../resources/sw_img/mv_company.jpg);}
body[data-page-path^="/ja/sustainability"] #page-intro,
body[data-page-path^="/en/sustainability"] #page-intro{background-image:url(../../../../../../resources/sw_img/mv_sustainability.jpg);}
/*body[data-page-path^="/ja/contact"] #page-intro,
body[data-page-path^="/en/contact"] #page-intro,
body[data-page-path^="/ja/inquiry"] #page-intro,
body[data-page-path^="/en/inquiry"] #page-intro,
body[data-page-path^="/namuraPublic/ja/contact"] #page-intro,
body[data-page-path^="/namuraPublic/en/contact"] #page-intro,
body[data-page-path^="/namuraPublic/ja/inquiry"] #page-intro,
body[data-page-path^="/namuraPublic/en/inquiry"] #page-intro{background-image:url(../../../../../../resources/sw_img/mv_contact.jpg);}
*/

/*-------------- 中見出し(共通) ------------*/
.text-section h2 ,
.link-list h2,
.link-list-url h2,
.news-result dl dt ,
.news-yuho dl dt ,
.news-presentation dl dt ,
.news-material dl dt ,
.title2:not(.highlight) h2 {
	font-weight: bold;
	font-size:3.6rem;
	margin-bottom: 60px;
	letter-spacing:0.15rem;
	-webkit-transform:skew(-10deg);
	transform:skew(-10deg);
}
body[data-page-path^="/en/"] .text-section h2 ,
body[data-page-path^="/en/"] .link-list h2,
body[data-page-path^="/en/"] .link-list-url h2,
body[data-page-path^="/en/"] .news-result dl dt ,
body[data-page-path^="/en/"] .news-yuho dl dt ,
body[data-page-path^="/en/"] .news-presentation dl dt ,
body[data-page-path^="/en/"] .news-material dl dt ,
body[data-page-path^="/en/"] .title2:not(.highlight) h2,
body[data-page-path^="/namuraPublic/en/"] .text-section h2 ,
body[data-page-path^="/namuraPublic/en/"] .link-list h2,
body[data-page-path^="/namuraPublic/en/"] .link-list-url h2,
body[data-page-path^="/namuraPublic/en/"] .news-result dl dt ,
body[data-page-path^="/namuraPublic/en/"] .news-yuho dl dt ,
body[data-page-path^="/namuraPublic/en/"] .news-presentation dl dt ,
body[data-page-path^="/namuraPublic/en/"] .news-material dl dt ,
body[data-page-path^="/namuraPublic/en/"] .title2:not(.highlight) h2{font-family:"Barlow Condensed",sans-serif;font-size:5rem;font-weight:normal;line-height:1.2;}

.text-section h2:first-letter,
.link-list h2:first-letter,
.link-list-url h2:first-letter,
.news-result dl dt:first-letter ,
.news-yuho dl dt:first-letter ,
.news-presentation dl dt:first-letter ,
.news-material dl dt:first-letter ,
.title2:not(.highlight) h2:first-letter {
	color:#ae3539;
}
.title2:last-child h2 {margin-bottom: 0px;}

/*-------------- 小見出し --------------*/
/* -- 見出しh3レベル -- */
.title3:not(.highlight) h3 {
	font-size: 2.4rem;
	font-weight: bold;
	background:#f5f5f5;
	padding:20px;
	margin-bottom:40px;
}

/* -- 見出しh4レベル -- */
.title4:not(.highlight) h4 {
	font-size:2rem;
	font-weight:bold;
	margin-bottom:30px;
	position:relative;
	padding:0 0 0 25px;
}
.title4:not(.highlight) h4::before{content:"";display:block;width:11px;height:11px;border:3px solid #a51f24;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;left:3px;top:8px;}

/*-------------------------------------
 テキスト・画像
-------------------------------------*/
/*-------------- 緊急お知らせエリア --------------*/
/* 総合トップ・サイトトップのみ、コンテンツエリア外に１つのみ */
.quoted-text {
	width: 1000px;
	margin: 20px auto;
}

.quoted-text blockquote {
	background: none;
	padding: 10px;
	border: #F00 2px solid;
}

/*-------------- 囲み線ありテキスト --------------*/
.highlight-quoted-text {
	margin:0 auto 40px;
	padding:40px;
	background:#f5f5f5;
	line-height:2;
}

.highlight-quoted-text cite {
	background: transparent url("../../../../../../resources/templating-kit/themes/pop/img/bgs/dash.png") no-repeat scroll 0px 8px;
	padding-left: 10px;
	font-size: 12px;
	font-style: italic;
}

/*-------------- テキストと画像 --------------*/
.text-section {margin-bottom: 60px;line-height:1.8;}
.text-section:last-child{margin-bottom:0;}
.text-section p{line-height:1.9;word-break:break-all;}
.text-section p + p{margin-top:20px;}
.text-section ul li + li{margin-top:10px;}
.text-section ol li + li{margin-top:10px;}
.text-section img.large,.text-section img{margin-bottom:15px;}

/*-------------- FAQ --------------*/
.faq-list > ul > li {clear: both;margin-bottom: 30px;padding-bottom:20px;min-height: 25px;border-bottom:1px solid #ccc;}
.faq-list h3 {font-size:2rem;font-weight:500;position: relative;padding-left:60px;min-height:56px;}
.faq-list h3:before {content:"Q";font-family:"Barlow Condensed";font-size:5.6rem;color:#a51f24;position: absolute;top:3px;left: 0;display: block;line-height:1;}
.faq-list h3 a{display:block;width:100%;height:100%;padding:20px 0;line-height:1.8;}
.faq-item {position: relative;margin:20px 0 20px 10px;padding-left:80px;min-height: 35px;border-left:4px solid #111;}
.faq-item:before {content: "A";font-family:"Barlow Condensed";font-size:4.2rem;color:#111;position: absolute;top: 0;left: 30px;display: block;line-height:1;}
.faq-item p{line-height:2;}

/*-- FAQを出しっぱなしにする設定 --*/
/*
.faq-list h3 a {
	cursor: inherit;
}
.faq-list > ul > li {
	height: auto !important;
}
.faq-item {
	display: block !important;
}
*/


/*-------------------------------------
 ページ内リンク・バナーリンク・エリアリンク
-------------------------------------*/
/* 原則、内部リンクと外部リンクは同スタイルを設定する */

/*-------------- ページ内リンク --------------*/
/* ページ内リンクは１カラム内にまとめて入力し、マルチカラムクラスでアライメントを設定する */
.anchor-link {display: inline-block;margin-bottom: 10px;padding-left:28px;position: relative;}
.anchor-link + .anchor-link {margin-left: 20px;}
.anchor-link a{display: block;border-bottom:1px solid transparent;transition:.2s;}
.anchor-link a:hover{border-color:#333;text-decoration:none;transition:.2s;}
.anchor-link a::after{content:"";display:block;width:20px;height:20px;background:#a51f24;border-radius:100%;position:absolute;top:1px;left:0;z-index:1;}
.anchor-link a:before {content:"";display:block;width:6px;height:10px;background:url(../../../../../../resources/sw_img/arrow.png) no-repeat center center;background-size:100% auto;position:absolute;top:6px;left:7px;z-index:2;-webkit-transform:rotate(90deg);transform:rotate(90deg);}

/*-------------- バナー（共通設定） --------------*/
.teaser ,
.external-teaser ,
.download-teaser {
}

/* テキストのみ／テキストと画像 */
.teaser h2 ,
.external-teaser h2 ,
.download-teaser h2 {
	margin-bottom: 5px;
}

.teaser h2 a ,
.external-teaser h2 a ,
.download-teaser h2 a {
}

.teaser p ,
.external-teaser p ,
.download-teaser p {
	margin-bottom: 10px;
	margin-top:15px;
}

/* 画像のみ／テキストと画像 */
.teaser > a ,
.external-teaser > a ,
.download-teaser > a {
}

.teaser > a img ,
.external-teaser > a img ,
.download-teaser > a img {
}



/* ----- 内部・外部バナー（テキストのみ）　メインエリア用 ----- */
[role="main"] .teaser.no-img:not(.highlight) ,
[role="main"] .external-teaser.no-img:not(.highlight) {
	max-width: 400px;
	margin-bottom:40px;
}

[role="main"] .teaser.no-img:not(.highlight) h2 ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 {
}

[role="main"] .teaser.no-img:not(.highlight) h2 a ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 a {
	padding: 20px 40px;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	background-color: #a51f24;
	text-decoration: none;
	position:relative;
}
[role="main"] .teaser.no-img:not(.highlight) h2 a::before ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 a::before{content:"";display:block;width:12px;height:18px;background:url("../../../../../../resources/sw_img/arrow02.png") no-repeat center center;background-size:100% auto;position:absolute;left:20px;top:50%;margin-top:-9px;}

[role="main"] .teaser.no-img:not(.highlight) h2 a[target="_blank"]::after ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 a[target="_blank"]::after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-left: 5px;
}

[role="main"] .teaser.no-img:not(.highlight) p ,
[role="main"] .external-teaser.no-img:not(.highlight) p {
}

[role="main"] .teaser.no-img:not(.highlight) h2 a:hover ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 a:hover {
	background-color: #111;
}


/* お問い合わせ専用 チェックボックスつきテキスト */
[role="main"] .external-teaser.with-checkbox:not(.highlight) p {
	text-align: center;
}

[role="main"] .external-teaser.with-checkbox:not(.highlight) input[type=checkbox] {
	vertical-align: middle;
}

/* お問い合わせ専用 リンク無効時 */
[role="main"] .external-teaser.with-checkbox.disabled:not(.highlight) h2 a {
	background-color: #ccc;
	color: #999;
}


/* ----- 内部バナー　プロモス1用 ----- */
#promos1 .teaser.no-img ,
#promos1 .teaser.no-img h2 {
	margin-bottom: 0;
}


/* ----- 内部・外部バナー（テキストと画像）　メインエリア用 ----- */
[role="main"] .teaser:not(.no-img):not(.highlight) ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

[role="main"] .teaser:not(.no-img):not(.highlight) > * ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 a ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 a {
	padding: 20px 40px;
	text-align: center;
	color: #fff;
	background-color: #a51f24;
	text-decoration: none;
	position:relative;
	font-size:1.8rem;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 a::before,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 a::before{content:"";display:block;width:12px;height:18px;background:url("../../../../../../resources/sw_img/arrow02.png") no-repeat center center;background-size:100% auto;position:absolute;left:20px;top:50%;margin-top:-9px;}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:after ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-left: 5px;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 + a ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 + a {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	display: block;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 + a img ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 + a img {
	display: block;
	width: 100%;
}

[role="main"] .teaser:not(.no-img):not(.highlight) p ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) p {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

[role="main"] .teaser:not(.no-img):not(.highlight):hover h2 a ,
[role="main"] .external-teaser:not(.no-img):not(.highlight):hover h2 a {
	background-color: #111;
}



/* ----- ダウンロードバナー（テキストのみ）　メインエリア用 ----- */
[role="main"] .download-teaser.no-img:not(.highlight) {max-width: 400px;margin-bottom:40px;}
[role="main"] .download-teaser.no-img:not(.highlight) h2 {}
[role="main"] .download-teaser.no-img:not(.highlight) h2 a {
	padding: 20px 40px;
	text-align: center;
	color: #a51f24;
	border:2px solid #a51f24;
	background-color: #fff;
	text-decoration: none;
	font-size:1.8rem;
	position:relative;
}
[role="main"] .download-teaser.no-img:not(.highlight) h2 a::before{content:"";display:block;width:12px;height:18px;background:url("../../../../../../resources/sw_img/arrow03.png") no-repeat center center;background-size:100% auto;position:absolute;left:20px;top:50%;margin-top:-9px;transition:.2s;}
[role="main"] .download-teaser.no-img:not(.highlight) p {}
[role="main"] .download-teaser.no-img:not(.highlight) h2 a:hover {background-color:#a51f24;color:#fff;}
[role="main"] .download-teaser.no-img:not(.highlight) h2 a:hover::before{background-image:url("../../../../../../resources/sw_img/arrow02.png");transition:.2s;}


/*-------------- 内部ページ エリアリンク --------------*/
/*-------------- 外部ページ エリアリンク --------------*/
.internal-link-area:not(.highlight) ,
.external-link-area:not(.highlight) {
/*	margin-bottom: 40px;*/
	position:relative;
	overflow:hidden;
}
.internal-link-area:not(.highlight) img,
.external-link-area:not(.highlight) img{
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto;
	transition:.2s ease-out;
}
.internal-link-area:not(.highlight):hover img,
.external-link-area:not(.highlight):hover img{
	-webkit-transform:scale(1.05);
	transform:scale(1.05);
	transition:.2s ease-out;
}
.internal-link-area:not(.highlight) p,
.external-link-area:not(.highlight) p{
	width:100%;
	background:rgba(0,0,0,0.6);
	color:#fff;
	font-size:2rem;
	font-weight:bold;
	padding:24px 20px;
	letter-spacing:0.1rem;
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	z-index:3;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.multiColumn3 .internal-link-area:not(.highlight) p,
.multiColumn3 .external-link-area:not(.highlight) p{
	font-size:1.8rem;
	padding:18px 18px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.multiColumn4 .internal-link-area:not(.highlight) p,
.multiColumn4 .external-link-area:not(.highlight) p{
	font-size:1.6rem;
	padding:16px 16px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.internal-link-area:not(.highlight) > a ,
.external-link-area:not(.highlight) > a {
	display: block;
	text-decoration: none;
}

/* エリアリンク ハイライト表示 */
.internal-link-area.highlight ,
.external-link-area.highlight {
	margin-bottom: 20px;
}

.internal-link-area.highlight > a ,
.external-link-area.highlight > a {
	display: block;
	text-decoration: none;
}

/*-- マウスオーバー --*/
.internal-link-area.highlight > a:hover ,
.external-link-area.highlight > a:hover {
	opacity: 0.7;
}


/*-------------- ダウンロード エリアリンク --------------*/
.download-link-area:not(.highlight) {
	margin-bottom: 40px;
	position:relative;
	overflow:hidden;
}
.download-link-area:not(.highlight) img{
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto;
	transition:.2s ease-out;
}
.download-link-area:not(.highlight):hover img{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
	transition:.2s ease-out;
}
.download-link-area:not(.highlight) p{
	width:100%;
	background:rgba(0,0,0,0.6);
	color:#fff;
	font-size:2rem;
	font-weight:bold;
	padding:24px 20px;
	letter-spacing:0.1rem;
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	z-index:3;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.multiColumn3 .download-link-area:not(.highlight) p{
	font-size:1.8rem;
	padding:18px 18px;
}
.multiColumn3 .download-link-area:not(.highlight) p{
	font-size:1.6rem;
	padding:16px 16px;
}

.download-link-area:not(.highlight) > a {
	display: block;
	text-decoration: none;
}

.download-link-area:not(.highlight) > a:hover {
	opacity: 0.7;
}

/* -- テキスト先頭にpdfアイコンを付ける -- */
.download-link-area:not(.highlight) > a[href$=".pdf"] > p:first-child:before ,
.download-link-area:not(.highlight) > a[href$=".pdf"] > img + p:before {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 18px;
	height: 23px;
	vertical-align: middle;
	margin: 0 5px;
}


/*-------------------------------------
 リスト
-------------------------------------*/
/* 共通設定 決算短信・有報・最新決算・説明会資料（自動連携）、リンクリスト（手動） */
/* マージ設定用マルチカラムclass名： "edit-only" */

.link-list:not(.highlight) ul,
.link-list-url ul ,
.news-result dl ,
.news-yuho dl ,
.news-presentation dl ,
.news-material dl {
	margin-bottom: 20px;
}

.news-result dl:not(:last-child) ,
.news-yuho dl:not(:last-child) ,
.news-presentation dl:not(:last-child) ,
.news-material dl:not(:last-child) {
	margin-bottom: 120px;
}

/*-- 副見だし --*/
.link-list:not(.highlight) h2,
.link-list-url h2 ,
.news-result dl dt ,
.news-yuho dl dt ,
.news-presentation dl dt ,
.news-material dl dt {
}

.link-list:not(.highlight) ul li[class] ,
.link-list-url ul li[class] ,
.news-result dl dd ,
.news-yuho dl dd ,
.news-presentation dl dd ,
.news-material dl dd {
	position: relative;
	margin-top:10px;
	padding-top: 10px;
	margin-bottom: 5px;
}

/* マージされたハイライト表示のリンクは、直前のリンクに属する様に見えるスタイルにする。 */
/* (ハイライト表示されていないリンクは、他の決算短信・有報と同列に表示）  */
.link-list:not(.highlight) li.internal-link-text.highlight ,
.link-list:not(.highlight) li.extermal-link-text.highlight ,
.link-list:not(.highlight) li.download-link-text.highlight ,
.link-list:not(.highlight) li.text-without-link.highlight ,
.news-result dl dd.merged.highlight ,
.news-yuho dl dd.merged.highlight ,
.news-presentation dl dd.merged.highlight ,
.news-material dl dd.merged.highlight {
	padding-top: 0px;
	padding-left: 50px;
	font-size:1.4rem;
}

/* マージされたハイライト表示のリンクのＬ字アイコン */
.link-list:not(.highlight) li.internal-link-text.highlight:before ,
.link-list:not(.highlight) li.extermal-link-text.highlight:before ,
.link-list:not(.highlight) li.download-link-text.highlight:before ,
.link-list:not(.highlight) li.text-without-link.highlight:before ,
.news-result dl dd.merged.highlight:before ,
.news-yuho dl dd.merged.highlight:before ,
.news-presentation dl dd.merged.highlight:before ,
.news-material dl dd.merged.highlight:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 32px;
	display: block;
	width: 4px;
	height: 4px;
	margin-top:-4px;
	background:#111;
	border-radius:10px;
}
.link-list:not(.highlight) li.internal-link-text.highlight:after ,
.link-list:not(.highlight) li.extermal-link-text.highlight:after ,
.link-list:not(.highlight) li.download-link-text.highlight:after ,
.link-list:not(.highlight) li.text-without-link.highlight:after ,
.news-result dl dd.merged.highlight:after ,
.news-yuho dl dd.merged.highlight:after ,
.news-presentation dl dd.merged.highlight:after ,
.news-material dl dd.merged.highlight:after {
	display:none;
}


/* リンクアイコン（ダウンロード以外） */
.news-result dl dd.merged.no-download:not(.highlight) ,
.news-yuho dl dd.merged.no-download:not(.highlight) ,
.news-presentation dl dd.merged.no-download:not(.highlight) ,
.news-material dl dd.merged.no-download:not(.highlight) {
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 6px top 1em no-repeat;
	padding-left: 20px;
}

/* 外窓アイコン（ダウンロード以外） */
.news-result dl dd.merged.no-download a[target="_blank"]:after ,
.news-yuho dl dd.merged.no-download a[target="_blank"]:after ,
.news-presentation dl dd.merged.no-download a[target="_blank"]:after ,
.news-material dl dd.merged.no-download a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin: 0 3px;
}


/*-------------- リンクリスト ------------------- */
/*-------------- リンクリストURL事前確認 ---------*/
.link-list:not(.highlight) ,
.link-list-url {
	margin-bottom:40px;
}
.link-list:not(.highlight) a,
.link-list-url a{
	border-bottom:1px solid transparent;
	transition:.2s;
}
.link-list:not(.highlight) a:hover ,
.link-list-url a:hover{
	text-decoration:none;
	border-color:#333;
	transition:.2s;
}
.link-list:not(.highlight) a.d_icon:hover,
.link-list-url a.d_icon:hover{
	border-color:transparent;
}

/* -- 副見出し -- */
.link-list:not(.highlight) h2,
.link-list-url h2 {
}

.link-list:not(.highlight) ul,
.link-list-url ul {
}

/* -- ダウンロード以外 -- */
.link-list:not(.highlight) .internal-link-text,
.link-list:not(.highlight) .external-link-text,
.link-list:not(.highlight) .text-without-link,
.link-list-url .internal-link-text,
.link-list-url .external-link-text{
	padding-left: 32px;
}
.link-list:not(.highlight) .internal-link-text::before,
.link-list:not(.highlight) .external-link-text::before,
.link-list:not(.highlight) .text-without-link::before,
.link-list-url .internal-link-text::before,
.link-list-url .external-link-text::before{content:"";display:block;width:6px;height:10px;background:url(../../../../../../resources/sw_img/arrow.png) no-repeat center center;background-size:100% auto;position:absolute;top:16px;left:7px;z-index:2;}

.link-list:not(.highlight) .internal-link-text::after,
.link-list:not(.highlight) .external-link-text::after,
.link-list:not(.highlight) .text-without-link::after,
.link-list-url .internal-link-text::after,
.link-list-url .external-link-text::after{content:"";display:block;width:20px;height:20px;background:#a51f24;border-radius:100%;position:absolute;top:11px;left:0;z-index:1;}

/* リンクテキスト */
.link-list:not(.highlight) .internal-link-text a ,
.link-list:not(.highlight) .external-link-text a ,
.link-list:not(.highlight) .download-link-text a:not(.d_icon) ,
.link-list:not(.highlight) .text-without-link span ,
.link-list-url .internal-link-text a ,
.link-list-url .external-link-text a ,
.news-result dl dd a:not(.d_icon) ,
.news-yuho dl dd a:not(.d_icon) ,
.news-presentation dl dd a:not(.d_icon) ,
.news-material dl dd a:not(.d_icon) {
}

/* -- 別窓アイコン -- */
.link-list:not(.highlight) .internal-link-text a[target="_blank"]:after ,
.link-list:not(.highlight) .external-link-text a[target="_blank"]:after ,
.link-list-url .internal-link-text a[target="_blank"]:after ,
.link-list-url .external-link-text a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin: 0 5px;
}

/* -- ダウンロードリンク -- */
.link-list:not(.highlight) li[class]:not(.highlight) ,
.link-list-url li[class]:not(.highlight) ,
.news-result dl dd:not(.highlight) ,
.news-yuho dl dd:not(.highlight) ,
.news-presentation dl dd:not(.highlight) ,
.news-material dl dd:not(.highlight) {
	padding-left:32px;
}

.link-list:not(.highlight) li[class]:not(.highlight)::before ,
.link-list-url li[class]:not(.highlight)::before ,
.news-result dl dd:not(.highlight)::before ,
.news-yuho dl dd:not(.highlight)::before ,
.news-presentation dl dd:not(.highlight)::before ,
.news-material dl dd:not(.highlight)::before {
	content:"";display:block;width:6px;height:10px;background:url(../../../../../../resources/sw_img/arrow.png) no-repeat center center;background-size:100% auto;position:absolute;top:16px;left:7px;z-index:2;
}

.link-list:not(.highlight) li[class]:not(.highlight)::after ,
.link-list-url li[class]:not(.highlight)::after ,
.news-result dl dd:not(.highlight)::after ,
.news-yuho dl dd:not(.highlight)::after ,
.news-presentation dl dd:not(.highlight)::after ,
.news-material dl dd:not(.highlight)::after {
	content:"";display:block;width:20px;height:20px;background:#a51f24;border-radius:100%;position:absolute;top:11px;left:0;z-index:1;
}

/*

.link-list:not(.highlight) .download-link-text,
.link-list-url .download-link-url {
	padding-left:32px;
}

.link-list:not(.highlight) .download-link-text::before,
.link-list-url .download-link-url::before{content:"";display:block;width:6px;height:10px;background:url(../../../../../../resources/sw_img/arrow.png) no-repeat center center;background-size:100% auto;position:absolute;top:16px;left:7px;z-index:2;}

.link-list:not(.highlight) .download-link-text::after,
.link-list-url .download-link-url::after{content:"";display:block;width:20px;height:20px;background:#a51f24;border-radius:100%;position:absolute;top:11px;left:0;z-index:1;}
*/

.link-list:not(.highlight) .download-link-text a:not(.d_icon) ,
.link-list-url .download-link-url a:not(.d_icon) {
}

/*-- リンクリスト（ハイライト表示） --*/
.link-list.highlight {width:100%;margin-bottom:40px;}
.link-list.highlight h2 {}
.link-list.highlight ul {display:table;width:100%;table-layout:fixed;}
.link-list.highlight ul li{display:table-cell;background:#f5f5f5;border-right:2px solid #fff;}
.link-list.highlight ul li a{font-size:1.8rem;color:#999;text-align:center;display:block;width:100%;height:100%;text-decoration:none;padding:20px 10px 16px;border-bottom:4px solid transparent;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.link-list.highlight ul li:hover{background:#eee;color:#111;}
.link-list.highlight ul li.highlight{background:#a51f24;position:relative;}
.link-list.highlight ul li.highlight a{color:#fff;border-color:#750004;}
.link-list.highlight ul li.highlight::before{content:"";display:block;width: 0;height: 0;border-style: solid;border-width: 22px 22.5px 0 22.5px;border-color: #a51f24 transparent transparent transparent;position:absolute;bottom:-15px;left:50%;margin-left:-22px;}

/*-------------------------------------
 表組・テーブル・財務ハイライト(表組)・配当金(表組)
-------------------------------------*/
/*-- table共通 --*/

/* セル */
/* 枠線とセル内余白を指定 */
.shwTable table.htCore tr td ,
th, td {
	color: inherit;
	padding: 20px 30px;
	border: 1px solid #ccc;
	font-weight:500;
}
/* 背景色を指定 */
.htCore tr td ,
th, td {
	background: #fff;
}

/* 見出し */
/* 背景色と文字色を指定 */
.highlights-table tr td:first-child ,
.highlights-alltable-2nd tr td:first-child ,
.haitou-table-2nd td.t1,
.haitou-table-2nd td.t2,
.haitou-table-2nd td.t12 ,
.shwTable table tr td.tableRowHead ,
.shwTable table tr td.tableColumnHead ,
td.tbRowHead ,
td.tbColumnHead ,
th {
	background-color: #a51f24;
	color:#fff;
}

/* 見出し列 */
/* 背景色と文字色を指定 */
.form-summary table td:first-child ,
.highlights-table tr td:first-child ,
.highlights-alltable-2nd tr td:first-child ,
.haitou-table-2nd td.t1,
.haitou-table-2nd td.t2,
.haitou-table-2nd td.t12 ,
.shwTable table tr td.tableColumnHead ,
td.tbColumnHead ,
.vtable-item > table > tbody > tr > th {
	text-align: left;
	vertical-align: middle;
	background-color: #a51f24;
	border-color:#cd7d80;
	color:#fff;
}

/* 見出し行 */
/* 背景色と文字色を指定 */
.highlights-table tr.r0 th ,
.highlights-alltable-2nd tr.r0 th ,
.haitou-table-2nd th ,
.shwTable table tr td.tableRowHead ,
td.tbRowHead ,
.ircalendar-title > table > tbody > tr > th ,
thead th {
	text-align: center;
	vertical-align: top;
	background-color: #a51f24;
	color:#fff;
	font-weight:500;
	border-color:#cd7d80;
}

/* 見出し中の太字 */
.vtable-item > table > tbody > tr > th strong ,
.ircalendar-title > table > tbody > tr > th strong {
	font-weight: 500;
}

/* お問い合わせを表組風に */
/* 枠線とセル内余白（セル相当）、背景色と文字色(見出し列相当)を指定 */
.form-wrapper .form-edit ,
.form-wrapper .form-selection ,
.form-wrapper .form-edit:before ,
.form-wrapper .form-selection:before ,
.form-wrapper .form-edit > label ,
.form-wrapper .form-selection > label {
	color: #fff;
	padding: 5px 15px;
	border: 1px solid #ddd;
	border-bottom:0;
	text-align: left;
	vertical-align: middle;
	background-color:#a61f25;
}

/*-------------- テーブル縦 --------------*/
/* -- デフォルト比率  -- */
.vtable-item > table > tbody > tr > td {
	width: 25%;
}

.vtable-item > table > tbody > tr > th {
	width: 12.5%;
}

/*-------------- テーブル横 --------------*/
/* -- デフォルト比率  -- */
.ircalendar-title > table > tbody > tr > th,
.ircalendar-item > table > tbody >tr > td {
	width: 25%;
}

.ircalendar-title > table > tbody > tr > th.ircalendar-title1 ,
.ircalendar-item > table > tbody > tr > td.ircalendar-item1  {
	width: 12.5%;
}

/*-------------- 表組 --------------*/
/* -- 表タイトル -- */
.shwTableTitle {
}

.shwTableTitle h2 {
	font-weight: bold;
	margin-bottom: 5px;
}

/* -- 表組 -- */
.shwTable {
	margin-bottom: 40px;
}

/* -- 単位（表組の外） -- */
.shwTable td.shw-table-row {
	color: inherit;
}


/*-------------- 財務ハイライト表組 --------------*/
.highlights-table ,
.highlights-alltable-2nd {
	margin-bottom: 40px;
}

/* 単位 */
.highlights-table .unit {
}

/*-------------- 配当 表組 --------------*/
.haitou-table-2nd {
	margin-bottom: 20px;
}

/* 配当予想セル */
.haitou-table-2nd table th.y0 ,
.haitou-table-2nd table td.y0 {
}


/*-------------------------------------
 グラフ・財務ハイライト(グラフ)・配当金(グラフ)
-------------------------------------*/
/* important付きは、html上のスタイルを上書きする必要があるもの */

/*-------------- グラフ --------------*/
.graph {
	margin-bottom: 20px;
}

.highcharts-container,
.highcharts-container svg{overflow:visible!important;font-size:1.6rem!important;}

/* -- グラフ データラベル 文字影設定 -- */
/* -- (IEではこの設定は効ない。グラフテーマの設定が優先される) -- */
.highcharts-data-labels text {
	text-shadow:none!important;
/*	text-shadow: 1px 1px 0px #FFF, -1px -1px 0px #FFF, -1px 1px 0px #FFF, 1px -1px 0px #FFF !important; */
}

/* -- 財務ハイライトver2 グラフ (凡例を含むエリア) -- */
.highlights-2nd > div:not([class]) {
/*	height: auto !important; */
	margin-bottom: 40px;
}

/* -- 財務ハイライトver2 グラフ (凡例を含まないエリア) -- */
.highlights-2nd .highlights-graph {
/*	width: 100% !important; */
/*	min-width: auto !important; */
/*	max-width: none !important; */
/*	height: 400px !important; */
}

/* -- 財務ハイライトver2 グラフ 凡例 -- */
.highlights-2nd .legend {
/*	margin: auto !important; */
/*	width: auto !important; */
/*	min-width: auto !important; */
/*	max-width: none !important; */
/*	text-align: center; */
}

.highlights-2nd .legend-item-box {
/*	float: none !important; */
/*	display: inline-block !important; */
/*	margin-left: -5px; */
}

/*-------------- 配当グラフ --------------*/
.haitou-graph-2nd {
	margin-bottom: 40px;
}

.haitou-graph-2nd .graph {
/*	min-width: auto !important; */
/*	max-width: none !important; */
/*	height: 400px !important; */
}


/*-------------------------------------
 ニュース
-------------------------------------*/
/*-- ver2 ニュース一覧・ニュース一覧（カテゴリ）・英文書一覧・英文書一覧（カテゴリ） --*/
.news-list-2nd ,
.news-list-tabbed-2nd ,
.news-english-2nd ,
.news-english-tabbed-2nd {
	position: relative;
	margin-bottom: 40px;
}

.news-list-2nd ul ,
.news-list-tabbed-2nd ul ,
.news-english-2nd ul ,
.news-english-tabbed-2nd ul {
	padding-top: 1px;
}

/* -- 1つのリリース -- */
.news-list-2nd ul li ,
.news-list-tabbed-2nd ul li ,
.news-english-2nd ul li ,
.news-english-tabbed-2nd ul li {
	position: relative;
	border-bottom: 1px solid #ddd;
}

.news-list-2nd ul li h3 ,
.news-list-tabbed-2nd ul li h3 ,
.news-english-2nd ul li h3 ,
.news-english-tabbed-2nd ul li h3 {
	position: relative;
	display: block;
	padding-left: 0px;
	padding-top: 0px;
	font-weight:500;
	overflow:hidden;
	word-break:break-all;
}

/*-- 画像 --*/
.news-list-2nd ul li .n_img ,
.news-list-tabbed-2nd ul li .n_img ,
.news-english-2nd ul li .n_img ,
.news-english-tabbed-2nd ul li .n_img {
}

/* -- リリースのテキスト -- */
.news-list-2nd ul li .news_tx ,
.news-list-tabbed-2nd ul li .news_tx ,
.news-english-2nd ul li .news_tx ,
.news-english-tabbed-2nd ul li .news_tx {
	display:block;
	overflow:hidden;
}

.news-list-2nd ul li .news_tx a ,
.news-list-tabbed-2nd ul li .news_tx a ,
.news-english-2nd ul li .news_tx a ,
.news-english-tabbed-2nd ul li .news_tx a {
	display:block;
	width:100%;
	height:100%;
	padding:18px 0 18px 26rem;
	line-height:1.8;
	font-weight:500;
	position:relative;
	z-index:2;
}
.news-list-2nd ul li .news_tx a:hover ,
.news-list-tabbed-2nd ul li .news_tx a:hover ,
.news-english-2nd ul li .news_tx a:hover ,
.news-english-tabbed-2nd ul li .news_tx a:hover {
	text-decoration:none;
}
.news-list-2nd ul li:hover ,
.news-list-tabbed-2nd ul li:hover ,
.news-english-2nd ul li:hover ,
.news-english-tabbed-2nd ul li:hover {
	background:#f5f5f5;
}

/* -- 日付 -- */
.news-list-2nd ul li .date ,
.news-list-tabbed-2nd ul li .date ,
.news-english-2nd ul li .date ,
.news-english-tabbed-2nd ul li .date {
	display:block;
	position:absolute;
	top:17px;
	left: 2px;
	width:10rem;
	font-family:"Barlow Condensed",sans-serif;
	font-size:1.9rem;
	letter-spacing:0.08rem;
	white-space:nowrap;
}

/* -- カテゴリアイコン -- */
.news-list-2nd ul li .c_icon ,
.news-list-tabbed-2nd ul li .c_icon ,
.news-english-2nd ul li .c_icon ,
.news-english-tabbed-2nd ul li .c_icon {
	display:block;
	position:absolute;
	top:18px;
	left:11rem;
}
.news-list-2nd ul li .c_icon::before ,
.news-list-tabbed-2nd ul li .c_icon::before ,
.news-english-2nd ul li .c_icon::before ,
.news-english-tabbed-2nd ul li .c_icon::before {
	content:"";
	display:block;
	background:#111;
	color:#fff;
	font-size:1.3rem;
	padding:4px 5px;
	width:12rem;
	height:auto;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
/* カテゴリ―アイコン設定 */
.news-list-2nd ul li.noneElm .c_icon::before ,
.news-list-tabbed-2nd ul li.noneElm .c_icon::before ,
.news-english-2nd ul li.noneElm .c_icon::before ,
.news-english-tabbed-2nd ul li.noneElm .c_icon::before {
	content:"その他";
}
.news-list-2nd ul li.tekijiElm .c_icon::before ,
.news-list-tabbed-2nd ul li.tekijiElm .c_icon::before ,
.news-english-2nd ul li.tekijiElm .c_icon::before ,
.news-english-tabbed-2nd ul li.tekijiElm .c_icon::before {
	content:"適時開示";
}
.news-list-2nd ul li.resultElm .c_icon::before ,
.news-list-tabbed-2nd ul li.resultElm .c_icon::before ,
.news-english-2nd ul li.resultElm .c_icon::before ,
.news-english-tabbed-2nd ul li.resultElm .c_icon::before {
	content:"決算";
}
.news-list-2nd ul li.gyousekiElm .c_icon::before ,
.news-list-tabbed-2nd ul li.gyousekiElm .c_icon::before ,
.news-english-2nd ul li.gyousekiElm .c_icon::before ,
.news-english-tabbed-2nd ul li.gyousekiElm .c_icon::before {
	content:"業績";
}
.news-list-2nd ul li.prElm .c_icon::before ,
.news-list-tabbed-2nd ul li.prElm .c_icon::before ,
.news-english-2nd ul li.prElm .c_icon::before ,
.news-english-tabbed-2nd ul li.prElm .c_icon::before {
	content:"PR";
}
.news-list-2nd ul li.governanceElm .c_icon::before ,
.news-list-tabbed-2nd ul li.governanceElm .c_icon::before ,
.news-english-2nd ul li.governanceElm .c_icon::before ,
.news-english-tabbed-2nd ul li.governanceElm .c_icon::before {
	content:"ガバナンス";
}
.news-list-2nd ul li.yuhoElm .c_icon::before ,
.news-list-tabbed-2nd ul li.yuhoElm .c_icon::before ,
.news-english-2nd ul li.yuhoElm .c_icon::before ,
.news-english-tabbed-2nd ul li.yuhoElm .c_icon::before {
	content:"有価証券報告書";
}
.news-list-2nd ul li.syosyuElm .c_icon::before ,
.news-list-tabbed-2nd ul li.syosyuElm .c_icon::before ,
.news-english-2nd ul li.syosyuElm .c_icon::before ,
.news-english-tabbed-2nd ul li.syosyuElm .c_icon::before {
	content:"招集通知";
}
.news-list-2nd ul li.pressElm .c_icon::before ,
.news-list-tabbed-2nd ul li.pressElm .c_icon::before ,
.news-english-2nd ul li.pressElm .c_icon::before ,
.news-english-tabbed-2nd ul li.pressElm .c_icon::before {
	content:"プレスリリース";
}
.news-list-2nd ul li.recruitElm .c_icon::before ,
.news-list-tabbed-2nd ul li.recruitElm .c_icon::before ,
.news-english-2nd ul li.recruitElm .c_icon::before ,
.news-english-tabbed-2nd ul li.recruitElm .c_icon::before {
	content:"採用";
}
.news-list-2nd ul li.ir_eventElm .c_icon::before ,
.news-list-tabbed-2nd ul li.ir_eventElm .c_icon::before ,
.news-english-2nd ul li.ir_eventElm .c_icon::before ,
.news-english-tabbed-2nd ul li.ir_eventElm .c_icon::before {
	content:"IRイベント";
}
.news-list-2nd ul li.csrElm .c_icon::before ,
.news-list-tabbed-2nd ul li.csrElm .c_icon::before ,
.news-english-2nd ul li.csrElm .c_icon::before ,
.news-english-tabbed-2nd ul li.csrElm .c_icon::before {
	content:"CSR";
}


.news-list-2nd ul li .c_icon img ,
.news-list-tabbed-2nd ul li .c_icon img ,
.news-english-2nd ul li .c_icon img,
.news-english-tabbed-2nd ul li .c_icon img{
	display:none;
}

/* -- ファイルアイコン -- */
.news-list-2nd ul li .d_icon ,
.news-list-tabbed-2nd ul li .d_icon ,
.news-english-2nd ul li .d_icon ,
.news-english-tabbed-2nd ul li .d_icon {
	margin-left: 5px;
}

/* -- もっと読む・詳細（ニュース概要） -- */
.news-list-2nd ul li .det_tx ,
.news-list-tabbed-2nd ul li .det_tx ,
.news-english-2nd .det_tx ,
.news-english-tabbed-2nd .det_tx {
	display: none;
}

/* -- 続きを読む -- */
.news-list-2nd ul li .det_tx em.more ,
.news-list-tabbed-2nd ul li .det_tx em.more ,
.news-english-2nd .det_tx em.more ,
.news-english-tabbed-2nd .det_tx em.more {
	display: none;
}


/*-- ver2 最新ニュース・最新ニュース（カテゴリ） --*/
.news-latest-2nd ,
.news-latest-tabbed-2nd {
	position: relative;
	margin-bottom: 20px;
}

.news-latest-2nd ul ,
.news-latest-tabbed-2nd ul {
	padding-top: 1px;
}

/* -- 1つのリリース -- */
.news-latest-2nd ul li ,
.news-latest-tabbed-2nd ul li {
	position: relative;

	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

.news-latest-2nd ul li h3 ,
.news-latest-tabbed-2nd ul li h3 {
	position: relative;
	display: block;
	padding-top: 0px;
	padding-left: 14.2em;
}

/*-- 画像 --*/
.news-latest-2nd ul li .n_img ,
.news-latest-tabbed-2nd ul li .n_img {
}

/* -- リリースのテキスト -- */
.news-latest-2nd ul li .news_tx ,
.news-latest-tabbed-2nd ul li .news_tx {
}

.news-latest-2nd ul li .news_tx a ,
.news-latest-tabbed-2nd ul li .news_tx a {
/*	color: inherit; */
}

/* -- 日付 -- */
.news-latest-2nd ul li .date ,
.news-latest-tabbed-2nd ul li .date {
	position: absolute;
	top: 0;
	left: 0;
}

/* -- カテゴリアイコン -- */
.news-latest-2nd ul li .c_icon ,
.news-latest-tabbed-2nd ul li .c_icon {
	position: absolute;
	top: 0;
	left: 7.2em;
}

/* -- ファイルアイコン -- */
.news-latest-2nd ul li .d_icon ,
.news-latest-tabbed-2nd ul li .d_icon {
	margin-left: 5px;
}

/* -- もっと読む・詳細（ニュース概要） -- */
.news-latest-2nd ul li .det_tx ,
.news-latest-tabbed-2nd ul li .det_tx {
	display: none;
}

/* -- 続きを読む -- */
.news-latest-2nd ul li .det_tx em.more ,
.news-latest-tabbed-2nd ul li .det_tx em.more {
	display: none;
}

/* -- 全てのニュース -- */
.news-latest-2nd .all ,
.news-latest-tabbed-2nd .all {
	margin-top: 10px;
	position: relative;
}

.news-latest-2nd .all a ,
.news-latest-tabbed-2nd .all a {
	display: block;
	padding-left: 18px;
	background: transparent url("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") no-repeat scroll 0 5px;
}


/*-- 中見出し(h2)の下にある場合 --*/
.title2 ~ .news-latest-2nd .all ,
.title2 ~ .news-latest-tabbed-2nd .all {
	position: absolute;
	top: -50px;
	right: 0;
	margin: 0;
	display: block;
}

/* テキスト変更 */
/*
.news-latest-2nd .all a ,
.news-latest-tabbed-2nd .all a {
	font-size: 0;
}

.news-latest-2nd .all a:after ,
.news-latest-tabbed-2nd .all a:after {
	font-size: 14px;
	display: block;
}

#header.ja ~ div .news-latest-2nd .all a:after ,
#header.ja ~ div .news-latest-tabbed-2nd .all a:after {
	content: "一覧へ";
}

#header.en ~ div .news-latest-2nd .all a:after ,
#header.en ~ div .news-latest-tabbed-2nd .all a:after {
	content: "List";
}
*/


/*-------------- タブ共通 --------------*/
/* -- 年度タブ -- */
p.yearTabs {
	margin-bottom: 20px;
	font-size: 0;
}

p.yearTabs a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-bottom: 5px;
}

p.yearTabs a.active {
	font-weight: bold;
}

p.yearTabs a:hover ,
p.yearTabs a.active {
	background-color: #dddddd;
}


/* -- カテゴリタブ -- */
p.tabs{
	margin-bottom: 20px;
	font-size: 0;
}

p.tabs a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-bottom: 5px;
}
p.tabs a:hover{
	background-color: #dddddd;
}

p.tabs a.active {
	font-weight: bold;
	background:#a51f24;
	color:#fff;
	border-color:#a51f24;
}


/* アクティブなカテゴリタブをアイコン色と同色にする */
/*
p.tabs a.allTab:hover ,
p.tabs a.allTab.active {
}
p.tabs a.tekijiTab:hover ,
p.tabs a.tekijiTab.active {
	color: #FFF;
	background-color: #2980b9;
}
p.tabs a.resultTab:hover ,
p.tabs a.resultTab.active {
	color: #FFF;
	background-color: #e67e22;
}
p.tabs a.gyousekiTab:hover ,
p.tabs a.gyousekiTab.active {
	color: #FFF;
	background-color: #f1c40f;
}
p.tabs a.prTab:hover ,
p.tabs a.prTab.active {
	color: #FFF;
	background-color: #c2185b;
}
p.tabs a.irTab:hover ,
p.tabs a.irTab.active {
	color: #FFF;
	background-color: #1abc9c;
}
p.tabs a.governanceTab:hover ,
p.tabs a.governanceTab.active {
	color: #FFF;
	background-color: #34495e;
}
p.tabs a.yuhoTab:hover ,
p.tabs a.yuhoTab.active {
	color: #FFF;
	background-color: #16a085;
}
p.tabs a.syosyuTab:hover ,
p.tabs a.syosyuTab.active {
	color: #FFF;
	background-color: #e74c3c;
}
p.tabs a.noneTab:hover ,
p.tabs a.noneTab.active {
	color: #FFF;
	background-color: #9b59b6;
}
*/


/*-------------- テキスト化カテゴリアイコン (ver2専用) --------------*/
/*
.news-list-2nd ul li .c_icon ,
.news-list-tabbed-2nd ul li .c_icon ,
.news-english-2nd ul li .c_icon ,
.news-english-tabbed-2nd ul li .c_icon ,
.news-latest-2nd ul li .c_icon ,
.news-latest-tabbed-2nd ul li .c_icon {
	display: block;
}

.news-list-2nd ul li .c_icon:before ,
.news-list-tabbed-2nd ul li .c_icon:before ,
.news-english-2nd ul li .c_icon:before ,
.news-english-tabbed-2nd ul li .c_icon:before ,
.news-latest-2nd ul li .c_icon:before ,
.news-latest-tabbed-2nd ul li .c_icon:before {
	display: block;
	width: 76px;
	height: 24px;
	line-height: 1;
	font-size: 11px;
	text-align: center;
	padding-top: 7px;
	margin-top: -2px;

	color: #fff;
	background: #646464;
}

.news-list-2nd ul li .c_icon img ,
.news-list-tabbed-2nd ul li .c_icon img ,
.news-english-2nd ul li .c_icon img ,
.news-english-tabbed-2nd ul li .c_icon img ,
.news-latest-2nd ul li .c_icon img ,
.news-latest-tabbed-2nd ul li .c_icon img {
	display: none;
}

.news-list-2nd ul li.tekijiElm .c_icon:before ,
.news-list-tabbed-2nd ul li.tekijiElm .c_icon:before ,
.news-english-2nd ul li.tekijiElm .c_icon:before ,
.news-english-tabbed-2nd ul li.tekijiElm .c_icon:before ,
.news-latest-2nd ul li.tekijiElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.tekijiElm .c_icon:before {
	content: "適時開示";
}

.news-list-2nd ul li.resultElm .c_icon:before ,
.news-list-tabbed-2nd ul li.resultElm .c_icon:before ,
.news-english-2nd ul li.resultElm .c_icon:before ,
.news-english-tabbed-2nd ul li.resultElm .c_icon:before ,
.news-latest-2nd ul li.resultElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.resultElm .c_icon:before {
	content: "決算";
}

.news-list-2nd ul li.gyousekiElm .c_icon:before ,
.news-list-tabbed-2nd ul li.gyousekiElm .c_icon:before ,
.news-english-2nd ul li.gyousekiElm .c_icon:before ,
.news-english-tabbed-2nd ul li.gyousekiElm .c_icon:before ,
.news-latest-2nd ul li.gyousekiElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.gyousekiElm .c_icon:before {
	content: "業績";
}

.news-list-2nd ul li.prElm .c_icon:before ,
.news-list-tabbed-2nd ul li.prElm .c_icon:before ,
.news-english-2nd ul li.prElm .c_icon:before ,
.news-english-tabbed-2nd ul li.prElm .c_icon:before ,
.news-latest-2nd ul li.prElm .c_icon:before ,
.news-latest-tabbed-2nd ul.prElm li .c_icon:before {
	content: "PR";
}

.news-list-2nd ul li.irElm .c_icon:before ,
.news-list-tabbed-2nd ul li.irElm .c_icon:before ,
.news-english-2nd ul li.irElm .c_icon:before ,
.news-english-tabbed-2nd ul li.irElm .c_icon:before ,
.news-latest-2nd ul li.irElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.irElm .c_icon:before {
	content: "IR";
}

.news-list-2nd ul li.governanceElm .c_icon:before ,
.news-list-tabbed-2nd ul li.governanceElm .c_icon:before ,
.news-english-2nd ul li.governanceElm .c_icon:before ,
.news-english-tabbed-2nd ul li.governanceElm .c_icon:before ,
.news-latest-2nd ul li.governanceElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.governanceElm .c_icon:before {
	content: "ガバナンス";
}

.news-list-2nd ul li.yuhoElm .c_icon:before ,
.news-list-tabbed-2nd ul li.yuhoElm .c_icon:before ,
.news-english-2nd ul li.yuhoElm .c_icon:before ,
.news-english-tabbed-2nd ul li.yuhoElm .c_icon:before ,
.news-latest-2nd ul li.yuhoElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.yuhoElm .c_icon:before {
	content: "有報";
}

.news-list-2nd ul li.syosyuElm .c_icon:before ,
.news-list-tabbed-2nd ul li.syosyuElm .c_icon:before ,
.news-english-2nd ul li.syosyuElm .c_icon:before ,
.news-english-tabbed-2nd ul li.syosyuElm .c_icon:before ,
.news-latest-2nd ul li.syosyuElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.syosyuElm .c_icon:before {
	content: "招集通知";
}

.news-list-2nd ul li.noneElm .c_icon:before ,
.news-list-tabbed-2nd ul li.noneElm .c_icon:before ,
.news-english-2nd ul li.noneElm .c_icon:before ,
.news-english-tabbed-2nd ul li.noneElm .c_icon:before ,
.news-latest-2nd ul li.noneElm .c_icon:before ,
.news-latest-tabbed-2nd ul li.noneElm .c_icon:before {
	content: "その他";
}
*/


/*-------------- rss --------------*/
.rss-content {
}
.rss-content:after {
	content: "";
	display: block;
	clear: both;
}

.rss-content em {
	font-style: normal;
	float: right;
	margin-bottom: 10px;
}

.rss-content a {
	text-decoration: none;
}

/*
.rss-content em {
	padding: 0 !important;
	background: none !important;
	margin-top: -16px;
}

.rss-content a {
	display: block;
	width: 16px;
	height: 16px;
	background: url("../../../../../../.resources/feed.gif") no-repeat left top;
}

.rss-content a:hover {
	opacity: 0.7;
}
*/


/*-------------------------------------
 マルチ２
-------------------------------------*/

/*----------- サムネイルなし -----------*/
.basic-list:not(.thumnail) ,
.basic-list-english:not(.thumnail) {
	overflow:hidden;
}

.basic-list:not(.thumnail) ul.tabItems ,
.basic-list-english:not(.thumnail) ul.tabItems {
	padding-top: 1px;
}

/* -- 1つのリリース -- */
.basic-list:not(.thumnail) ul.tabItems li ,
.basic-list-english:not(.thumnail) ul.tabItems li {
	position: relative;

	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

.basic-list.thumnail ul.tabItems li.act, .basic-list-english.thumnail ul.tabItems li.act{display:none;}

.basic-list:not(.thumnail) ul.tabItems li h3 ,
.basic-list-english:not(.thumnail) ul.tabItems li h3 {
/*	position: relative;
	display: block;
	padding-top: 0px;
	padding-left: 16.8em;
*/
}

.basic-list:not(.thumnail) ul.tabItems li a ,
.basic-list-english:not(.thumnail) ul.tabItems li a {
	font-weight: 500;
}

/* -- リリースのテキスト -- */
.basic-list:not(.thumnail) ul.tabItems li .news_tx ,
.basic-list-english:not(.thumnail) ul.tabItems li .news_tx {
}

/* -- 日付 -- */
.basic-list:not(.thumnail) ul.tabItems li .date ,
.basic-list-english:not(.thumnail) ul.tabItems li .date {
	position: absolute;
	top: 0;
	left: 0;

	color: #333;
}

/* -- カテゴリアイコン -- */
.basic-list:not(.thumnail) ul.tabItems li .c_icon ,
.basic-list-english:not(.thumnail) ul.tabItems li .c_icon {
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	margin-left: -120px;

/* 縦並び */
	width: 120px;
	float: left;

/* 横並び */
/*
	min-width: 120px;
*/
}
.basic-list ul.tabItems li .filesize, .basic-list-english ul.tabItems li .filesize{color:#999;}


/* ２カラムはSPと同じ表示 */
.multiColumn2 .basic-list:not(.thumnail) ul.tabItems li h3 ,
.multiColumn2 .basic-list-english:not(.thumnail) ul.tabItems li h3 {
	padding-top: 1.6em;
	padding-left: 0;
}

.multiColumn2 .basic-list:not(.thumnail) ul.tabItems li .c_icon ,
.multiColumn2 .basic-list-english:not(.thumnail) ul.tabItems li .c_icon {
	width: auto;
	float: none;
	display: block;
	margin-left: 0;

	margin-top: -1.6em;
	min-height: 1.6em;
	padding-left: 6.8em;
}

/* -- ファイルアイコン -- */
.basic-list:not(.thumnail) ul.tabItems li .d_icon ,
.basic-list-english:not(.thumnail) ul.tabItems li .d_icon {
}

/* NEWアイコン */
/* js制御される為、displayの設定は不可 */
.basic-list:not(.thumnail) ul.tabItems li .n_icon ,
.basic-list-english:not(.thumnail) ul.tabItems li .n_icon {
	margin: 0 0.5em;
}

.basic-list:not(.thumnail) ul.tabItems li .n_icon:before ,
.basic-list-english:not(.thumnail) ul.tabItems li .n_icon:before {
	content: "NEW";
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	color: #e7191b;
}

/* -- もっと読む・詳細（ニュース概要） -- */
.basic-list:not(.thumnail) ul.tabItems li .det_tx ,
.basic-list-english:not(.thumnail) ul.tabItems li .det_tx {
	display: none;
}


/*----------- サムネイルあり -----------*/
.basic-list.thumnail ,
.basic-list-english.thumnail {
	overflow:hidden;
}

.basic-list.thumnail ul.tabItems ,
.basic-list-english.thumnail ul.tabItems {
	font-size: 0;
	text-align: left;
/*	width:102%;
	margin-right:-2%;*/
	width:100%;
	margin-top: 30px;
}

.basic-list.thumnail ul > p ,
.basic-list-english.thumnail ul > p {display:none;}


/* PCでは１行に３つづつで、画像が上側、テキストは下側に配置 */
.basic-list.thumnail ul.tabItems li ,
.basic-list-english.thumnail ul.tabItems li {
	cursor: inherit;
	font-size: 1.4rem;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	position: relative;
	display: block;
	vertical-align: top;
	width:31.3%;
	margin-right:2%;
	margin-bottom:2%;
	float:left;
}
.basic-list.thumnail .n_img ,
.basic-list-english.thumnail .n_img {
	display:block;
	width: 100%;
	height:0;
	padding-bottom:85%;
	position:relative;
	overflow:hidden;
}
.basic-list.thumnail .n_img img,
.basic-list-english.thumnail .n_img img{
	width:auto;
	height:auto;
	min-width:100%;
	min-height:100%;
	max-width:none;
	max-height:100%;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	transform-origin:left top;
	transition: .2s ease-out;
}
.basic-list.thumnail a,
.basic-list-english.thumnail a{
	display:block;
	width:100%;
	height:100%;
}
.basic-list.thumnail .n_img:hover img,
.basic-list-english.thumnail .n_img:hover img{
	-webkit-transform: scale(1.05) translate(-50%,-50%);
	transform: scale(1.05) translate(-50%,-50%);
	transition: .2s ease-out;
}

/* 日付、カテゴリアイコンを非表示 */
.basic-list.thumnail ul.tabItems li .date ,
.basic-list-english.thumnail ul.tabItems li .date {
	display: none;
}

.basic-list.thumnail ul.tabItems li .c_icon ,
.basic-list-english.thumnail ul.tabItems li .c_icon {
	position: absolute;
	top:5px;right:5px;
	margin: 10px 0 0;
}
.basic-list .c_icon span:before, .basic-list-english .c_icon span:before{background:rgba(0,0,0,0.8)!important;}

.basic-list.thumnail ul.tabItems li a ,
.basic-list-english.thumnail ul.tabItems li a {
	color: #000;
	text-decoration: none;
}


.basic-list.thumnail ul.tabItems li a:hover img ,
.basic-list-english.thumnail ul.tabItems li a:hover img {
	-ms-opacity: 0.8;
	opacity: 0.8;
}

/* NEWアイコン */
/* js制御される為、displayの設定は不可 */
.basic-list.thumnail ul.tabItems li .n_icon ,
.basic-list-english.thumnail ul.tabItems li .n_icon {
	position: absolute;
	top: 0;
	right: 0;
}

.basic-list.thumnail ul.tabItems li .n_icon:before ,
.basic-list-english.thumnail ul.tabItems li .n_icon:before {
	content: "NEW";
	display: block;
	padding: 3px 10px;
	font-size: 12px;
	color: #fff;
	background: #ff5445;
}

/* 非公開アイコンテキスト */
/* タイルの形が崩れない様に上に載せている */
.basic-list.thumnail ul li .note_tx ,
.basic-list-english.thumnail ul li .note_tx {
	position: absolute;
	z-index: 1;
}

.basic-list.thumnail ul.tabItems li h3 ,
.basic-list-english.thumnail ul.tabItems li h3 {
	overflow: hidden;
}

/* ニューステキスト */
.basic-list.thumnail ul.tabItems li .news_tx ,
.basic-list-english.thumnail ul.tabItems li .news_tx {
	display: block;
	color:#fff;
	font-size:1.8rem;
	font-weight:bold;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	background:rgba(0,0,0,0.6);
	padding:18px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:3;
	letter-spacing:0.1rem;
}

/* 概要テキスト */
.basic-list.thumnail ul.tabItems li .det_tx ,
.basic-list-english.thumnail ul.tabItems li .det_tx {
	display: none;
}


/*----------- タブ(絞込み) -----------*/
.basic-list .countTab ,
.basic-list-english .countTab ,
.basic-list .clearTab ,
.basic-list-english .clearTab {display: none;}

.basic-list .yearTabs,
.basic-list-english .yearTabs{margin-bottom:20px;}

.basic-list .yearTabs ul,
.basic-list-english .yearTabs ul{overflow:hidden;}

.basic-list .yearTabs ul li,
.basic-list-english .yearTabs ul li{display:inline-block;vertical-align:top;font-size:1.4rem;	font-weight: bold;	border: 1px solid #CCCCCC;	margin-right: 5px;	margin-bottom: 5px;	color: #111;	text-decoration: none;transition: .3s;}

.basic-list .yearTabs ul li span,
.basic-list-english .yearTabs ul li span{display:block;padding: 10px 20px;}

.basic-list .yearTabs ul li span[active="true"],
.basic-list-english .yearTabs ul li span[active="true"]{background:#eee;cursor:default;}

.basic-list .yearTabs span:before, .basic-list-english .yearTabs span:before{font-size:1.4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2;vertical-align:middle;}

.basic-list .yearTabs ul li:hover,
.basic-list-english .yearTabs ul li:hover{background:#eee;}

.basic-list .tabs > ul > li > ul ,
.basic-list-english .tabs > ul > li > ul {margin-bottom:30px;display:inline;width:100%;}

.basic-list .tabs > li.allall ,
.basic-list .tabs > ul > li > ul > li[aria-hidden="false"] ,
.basic-list-english .tabs > ul > li > ul >li[aria-hidden="false"] {display:inline-block;background:#666;border-right:2px solid #fff;border-bottom:2px solid #fff;}
.basic-list .tabs > ul > li > ul > li.all{display: none;}

.basic-list .tabs > li.allall span ,
.basic-list .tabs > ul > li > ul > li[aria-hidden="false"] span,
.basic-list-english .tabs > ul > li > ul >li[aria-hidden="false"] span{font-size:1.6rem;color:#fff;text-align:center;display:block;width:100%;height:100%;text-decoration:none;padding:20px 25px 16px;border-bottom:4px solid transparent;position:relative;}

.basic-list .tabs > li.allall:hover ,
.basic-list .tabs > ul > li > ul > li[aria-hidden="false"]:hover ,
.basic-list-english .tabs > ul > li > ul >li[aria-hidden="false"]:hover {background:#999;color:#111;}

.basic-list .tabs span[active="true"],
.basic-list-english .tabs span[active="true"]{background:#a51f24;position:relative;color:#fff!important;border-color:#750004!important;cursor:default!important;}

.basic-list .tabs span:before,
 .basic-list-english .tabs span:before{display:block;font-size:1.6rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:1.2;vertical-align:middle;font-family: '游ゴシック','游ゴシック体','Yu Gothic',YuGothic,'ヒラギノ角ゴ ProN W3','Hiragino Sans','Hiragino Kaku Gothic ProN','メイリオ',meiryo,"ＭＳ Ｐゴシック", sans-serif;font-weight:500;}

/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list .tabs ul[data-category-level="1"] > li > span ,
.basic-list-english .tabs ul[data-category-level="1"] > li > span {
	display: none;
}

/* 全ての全てタブは、デフォルト非表示 */

.basic-list .tabs li.allall span ,
.basic-list-english .tabs li.allall span {
	cursor: pointer;
}

/*
.basic-list .tabs li.allall:hover span ,
.basic-list-english .tabs li.allall:hover span {
	background:#eee;
	color: #111 !important;
}
*/


/*----------- カテゴリアイコン -----------*/
/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list .c_icon span[category-level="1"] ,
.basic-list-english .c_icon span[category-level="1"] {
	display: none;
}

.basic-list .c_icon span:before ,
.basic-list-english .c_icon span:before {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;

	width: 105px;
	height: 24px;
	line-height: 1;
	font-size: 11px;
	font-weight: 500;
	text-align: center;
	padding-top: 6px;

	color: #fff;
	background: #646464;
}

/* カテゴリ設定で設定した名称と、アイコン上の文字を変えたい場合は */
/* contentで上書きする。個別に背景色等を設定する場合も同様 */
/* ↓サンプル */
.basic-list .c_icon span.tekiji:before ,
.basic-list-english .c_icon span.tekiji:before {
/*	content: "適時開示"; */
/*	background: #e9452a; */
}

.basic-list .c_icon span.result:before ,
.basic-list-english .c_icon span.result:before {
/*	content: "決算"; */
/*	background: #2a3d81; */
}

.basic-list .c_icon span.gyouseki:before ,
.basic-list-english .c_icon span.gyouseki:before {
/*	content: "業績"; */
/*	background: #43a4a1; */
}

.basic-list .c_icon span.pr:before ,
.basic-list-english .c_icon span.pr:before {
/*	content: "PR"; */
/*	background: #f68100; */
}

.basic-list .c_icon span.ir:before ,
.basic-list-english .c_icon span.ir:before {
/*	content: "IR"; */
/*	background: #6f4abc; */
}

.basic-list .c_icon span.governance:before ,
.basic-list-english .c_icon span.governance:before {
/*	content: "ガバナンス"; */
/*	background: #43a46a; */
}

.basic-list .c_icon span.yuho:before ,
.basic-list-english .c_icon span.yuho:before {
/*	content: "有価証券報告書"; */
/*	background: #798dd4; */
}

.basic-list .c_icon span.meeting:before ,
.basic-list-english .c_icon span.meeting:before {
/*	content: "株主総会";
/*	background: #006fbe; */
}

.basic-list .c_icon span.none:before ,
.basic-list-english .c_icon span.none:before {
/*	content: "その他"; */
/*	background: #777; */
}


/* マルチ２一覧 カテゴリをフラット選択に */
.layout_flat_category .basic-list .tabs li.allall ,
.layout_flat_category .basic-list-english .tabs li.allall ,
.layout_flat_category .basic-list .tabs span.allall ,
.layout_flat_category .basic-list-english .tabs span.allall {
	display: inline;
}

.layout_flat_category .basic-list .tabs li.all ,
.layout_flat_category .basic-list-english .tabs li.all {
	display: none;
}

.layout_flat_category .basic-list .tabs > ul > li[aria-hidden="false"] ,
.layout_flat_category .basic-list-english .tabs > ul > li[aria-hidden="false"] {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}

.layout_flat_category .basic-list .tabs ,
.layout_flat_category .basic-list-english .tabs {
	padding: 10px 10px 5px;
	border: 1px solid #ddd;
}

.basic-list ul.tabItems li .d_icon, .basic-list-english ul.tabItems li .d_icon{vertical-align:2px;margin-left:2px;margin-right: -0.25em;}
.block-news2 .basic-list-english ul.tabItems li.hidden, .basic-list.thumnail ul.tabItems li.hidden, .basic-list-english.thumnail ul.tabItems li.hidden{display:none!important;}

/* .block-news タイル型 */

.block-news .basic-list{overflow:hidden;margin-bottom:40px;}
.block-news .basic-list.thumnail ul.tabItems li .news_tx,
.block-news .basic-list-english.thumnail ul.tabItems li .news_tx{display:inline;position:static;background:none;color:#111;text-align:left;font-size:1.6rem;font-weight:500;white-space:normal;padding:0;}
.block-news .basic-list.thumnail .n_img, .block-news .basic-list-english.thumnail .n_img{padding-bottom:65%;margin-bottom:18px;}
.block-news .basic-list.thumnail .n_img img, .block-news .basic-list-english.thumnail .n_img img{-webkit-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important;}
.block-news .basic-list.thumnail .no-img a::before, .block-news .basic-list-english.thumnail .no-img a::before{content:"";display:block;width:100%;padding-bottom:65%;background:url(../../../../../../resources/sw_img/noitem.jpg) no-repeat center center;background-size:cover;transition:.2s ease-out;margin-bottom:18px;}
.block-news .basic-list.thumnail .no-img a:hover::before, .block-news .basic-list-english.thumnail .no-img a:hover::before{opacity:0.7;transition:.2s ease-out;}
.block-news .basic-list.thumnail .no-img.titleOnly h3::before, .block-news .basic-list-english.thumnail .no-img.titleOnly h3::before{content:"";display:block;width:100%;padding-bottom:65%;background:url(../../../../../../resources/sw_img/noitem.jpg) no-repeat center center;background-size:cover;transition:.2s ease-out;margin-bottom:18px;}
.block-news .basic-list.thumnail ul.tabItems li h3 ,.block-news .basic-list-english.thumnail ul.tabItems li h3 {padding-bottom:25px;}

.block-news .basic-list.thumnail a, .block-news .basic-list-english.thumnail a{padding-bottom:12px;}
.block-news .basic-list.thumnail .no-img.titleOnly h3, .block-news .basic-list-english.thumnail .no-img.titleOnly h3{padding-bottom:25px;}
.block-news .basic-list.thumnail ul.tabItems li .date, .block-news .basic-list-english.thumnail ul.tabItems li .date{display:block;position:absolute;left:0;bottom:5px;font-size:1.4rem;letter-spacing:0;}
.block-news .basic-list.thumnail ul.tabItems li .c_icon, .block-news .basic-list-english.thumnail ul.tabItems li .c_icon{top:auto;bottom:0;}
.block-news .basic-list .c_icon span:before, .block-news .basic-list-english .c_icon span:before{font-size:1.2rem;}

.block-news .basic-list.thumnail ul.tabItems li .n_icon, .block-news .basic-list-english.thumnail ul.tabItems li .n_icon{position:static;}
.block-news .basic-list.thumnail ul.tabItems li .n_icon:before, .block-news .basic-list-english.thumnail ul.tabItems li .n_icon:before{content:"";display:inline-block;width:47px;height:20px;background:url(../../../../../../resources/sw_img/icon_new.png) no-repeat center center;background-size:100% auto;font-size:0;}

/* .block-news リスト型 */
.block-news .basic-list:not(.thumnail) ul.tabItems li{width:100%;float:none;margin:0;border-bottom:1px solid #ccc;padding:20px 0 20px 26rem;}
.block-news .basic-list-english:not(.thumnail) ul.tabItems li{width:100%;float:none;margin:0;border-bottom:1px solid #ccc;padding:20px 0 20px 12rem;}
.block-news .basic-list:not(.thumnail) ul.tabItems li .date, .block-news .basic-list-english:not(.thumnail) ul.tabItems li .date{display:block;font-size:1.8rem;font-family:'Barlow Condensed',sans-serif;width:10rem;vertical-align:top;position:absolute;left:10px;top:17px;}
.block-news .basic-list:not(.thumnail) ul.tabItems li .c_icon, .block-news .basic-list-english:not(.thumnail) ul.tabItems li .c_icon{vertical-align:top;position:absolute;left:11rem;top:18px;margin:0;}
.block-news .basic-list:not(.thumnail) ul.tabItems li .news_tx, .block-news .basic-list-english:not(.thumnail) ul.tabItems li .news_tx{position:static;text-align:left;color:#111;background:none;font-weight:500;font-size:1.6rem;padding:0;display:inline;letter-spacing:0.05rem;white-space:pre-line}
.block-news .basic-list:not(.thumnail) ul.tabItems li .d_icon, .block-news .basic-list-english:not(.thumnail) ul.tabItems li .d_icon{margin-left:5px;}
.block-news .basic-list:not(.thumnail) .c_icon span:before, .block-news .basic-list-english:not(.thumnail) .c_icon span:before{width:120px;font-size:1.3rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding-left:5px;padding-right:5px;height: 28px;padding-top: 7px;}
.block-news .basic-list:not(.thumnail) ul.tabItems li .n_icon, .block-news .basic-list-english:not(.thumnail) ul.tabItems li .n_icon{position:static;}
.block-news .basic-list:not(.thumnail) ul.tabItems li .n_icon:before, .block-news .basic-list-english:not(.thumnail) ul.tabItems li .n_icon:before{content:"";display:inline-block;width:47px;height:20px;background:url(../../../../../../resources/sw_img/icon_new.png) no-repeat center center;background-size:100% auto;font-size:0;}
.block-news .basic-list:not(.thumnail) ul.tabItems li a:hover .news_tx, .block-news .basic-list-english:not(.thumnail) ul.tabItems li a:hover .news_tx{text-decoration:underline;}


/* .block-news2 リスト型 */
.block-news2 .basic-list ul.tabItems li{width:100%;float:none;margin:0;border-bottom:1px solid #ccc;padding:20px 0 20px 26rem;}
.block-news2 .basic-list-english ul.tabItems li{width:100%;float:none;margin:0;border-bottom:1px solid #ccc;padding:20px 0 20px 12rem;}
.block-news2 .basic-list ul.tabItems li .date, .block-news2 .basic-list-english ul.tabItems li .date{display:block;font-size:1.8rem;font-family:'Barlow Condensed',sans-serif;width:10rem;vertical-align:top;position:absolute;left:10px;top:17px;}
.block-news2 .basic-list ul.tabItems li .c_icon, .block-news2 .basic-list-english ul.tabItems li .c_icon{vertical-align:top;position:absolute;left:11rem;top:18px;margin:0;}
.block-news2 .basic-list ul.tabItems li .news_tx, .block-news2 .basic-list-english ul.tabItems li .news_tx{position:static;text-align:left;color:#111;background:none;font-weight:500;font-size:1.6rem;padding:0;display:inline;letter-spacing:0.05rem;white-space:pre-line}
.block-news2 .basic-list ul.tabItems li .d_icon, .block-news2 .basic-list-english ul.tabItems li .d_icon{margin-left:5px;}
.block-news2 .basic-list .c_icon span:before, .block-news2 .basic-list-english .c_icon span:before{width:120px;font-size:1.3rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding-left:5px;padding-right:5px;height: 28px;padding-top: 7px;}
.block-news2 .basic-list ul.tabItems li .n_icon, .block-news2 .basic-list-english ul.tabItems li .n_icon{position:static;}
.block-news2 .basic-list ul.tabItems li .n_icon:before, .block-news2 .basic-list-english ul.tabItems li .n_icon:before{content:"";display:inline-block;width:47px;height:20px;background:url(../../../../../../resources/sw_img/icon_new.png) no-repeat center center;background-size:100% auto;font-size:0;}
.block-news2 .basic-list ul.tabItems li a:hover .news_tx, .block-news2 .basic-list-english ul.tabItems li a:hover .news_tx{text-decoration:underline;}

/*-------------------------------------
 メディア
-------------------------------------*/
/*------------- flash --------------*/
.flash-animation {
	margin: auto;
	text-align: center;
}

.flash-animation embed {
	width: 100%;
	height: 100%;
}

/*-------------- 動画 --------------*/
/* .videoとしてはいけない */
div.video {
	margin-bottom: 10px;
}

div.video dl {
	width: 100%;
}

div.video dl dt {
	text-align: center;
	margin-bottom: 5px;
}

div.video dl dt video {
	width: auto;
	max-width: 100%;
}

div.video dl dd {
}

/* -- 動画キャプション -- */
div.video dl dd.caption {
	text-align: center;
}

/* -- 動画コピーライト -- */
div.video dl dd.copyright {
}

/* -- 動画ディスクリプション -- */
div.video dl dd.longdesc {
/*	display: none; */
}


/*-------------- 音声 --------------*/
/* .audioとしてはいけない */
div.audio {
	margin-bottom: 10px;
}

div.audio dl {
	width: 80%;
	margin: auto;
}

div.audio dl dt {
	margin-bottom: 5px;
}

div.audio dl dt audio {
	width: 100%;
}

div.audio dl dd {
}

/* -- 音声キャプション -- */
div.audio dl dd.caption {
}

/* -- 音声コピーライト -- */
div.audio dl dd.copyright {
}

/* -- 音声ディスクリプション -- */
div.audio dl dd.longdesc {
/*	display: none; */
}


/*-------------- GoogleMap（地図埋め込み） --------------*/
div.map {
	position: relative;
	margin-bottom: 20px;
}

div.map:after {
	content: "";
	display: block;
/*	padding-top: 56.25%; */	/* 高さと幅の比を16:9に固定。9/16*100=56.25 */
	padding-top: 75%;	/* 高さと幅の比を4:3に固定。3/4*100=75 */
}

div.map > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*----- １カラムの場合、地図が画面端まであるとスクロールさせずらいので余白を設ける -----*/
.multiColumn1 div.map {
	margin-left: 30px;
	margin-right: 30px;
}


/*-------------- iframe表示 --------------*/
.disp-external-page {
}

.disp-external-page iframe {
	border: none;
	display: block;
	width: 100%;
	height: 800px;
	margin: auto;
}


/*-------------------------------------
 サイトマップ
-------------------------------------*/
/*-------------- サイトマップ --------------*/
.sitemap {
	display: inline-block;
	vertical-align: top;
	width: 48.5%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.sitemap:nth-child(even) {
	margin-right: 0;
}

/* -- 第１階層(ja)・第２階層 -- */
.sitemap > h2 {
	line-height: 1.2;
	font-size: 14px;
	font-weight: bold;
	border: #CCC 1px solid;
	margin-bottom: 12px;
	padding: 8px 8px 6px;
}

.sitemap > h2 a {
	padding-left: 12px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 0.4em no-repeat;
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}
.sitemap > h2 a:hover {
	opacity: 0.7;
}

/* -- 第３階層 -- */
.sitemap > ul {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 2%;
}
.sitemap > ul:nth-child(odd) { /* 最初にh2がある為、奇数が左側 */
	margin-right: 0;
}

.sitemap > ul > li {
	padding-left: 12px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 0.4em no-repeat;
	margin-left: 8px;
	margin-bottom: 5px;
}

/* -- 第４階層 -- */
.sitemap > ul > li > ul {
	margin-top: 10px;
}

.sitemap > ul > li > ul > li {
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 0.4em no-repeat;
	padding-left: 12px;
	margin-left: 8px;
	margin-bottom: 5px;
}

/* -- 第５階層以降は非表示 -- */
.sitemap > ul > li > ul > li > ul {
	display: none;
}


/*-------------- 正規化版サイトマップ --------------*/
.sitemap-1st {
	font-size: 0;
}

.sitemap-1st > ul > li{display:block;width:100%;margin-right:0;margin-bottom:20px;}

.sitemap-1st > ul > li:nth-child(even) {
	margin-right: 0;
}

/* -- 第１階層(ja)・第２階層 -- */
.sitemap-1st > a ,
.sitemap-1st > ul > li > a {
	display:block;
	font-size: 2.2rem;
	font-weight: bold;
	background: #f5f5f5;
	padding: 20px;
	padding-left:52px;
	margin-bottom: 20px;
	position:relative;
}
.sitemap-1st > a::before,
.sitemap-1st > ul > li > a::before{
	content: "";
	display: block;
	width: 6px;
	height: 10px;
	background: url(../../../../../../resources/sw_img/arrow.png) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	top:50%;
	left: 27px;
	z-index: 2;
	margin-top:-5px;
}
.sitemap-1st > a::after,
.sitemap-1st > ul > li > a::after{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #a51f24;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top:-10px;
	z-index: 1;
}


/* -- 第３階層 -- */
.sitemap-1st ul.siteLevel_2{padding:0 2%;}
.sitemap-1st ul.siteLevel_2 > li {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin-right: 5%;
	margin-bottom:5px;
}
.sitemap-1st ul.siteLevel_2 > li:nth-child(3n) {
	margin-right: 0;
}

.sitemap-1st ul.siteLevel_2 > li > a {
	display:block;
	position:relative;
	font-size:1.6rem;
	padding-left:25px;
	margin-bottom:10px;
	font-weight:bold;
}

.sitemap-1st ul.siteLevel_2 > li > a::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	width: 4px;
	height: 4px;
	margin-top: -4px;
	background: #111;
	border-radius: 10px;
}

/* -- 第４階層 -- */
.sitemap-1st ul.siteLevel_3 {
	margin-top: 10px;
	margin-bottom:20px;
}

.sitemap-1st ul.siteLevel_3 > li {
	margin-top: 10px;
}

.sitemap-1st ul.siteLevel_3 > li > a {
	font-size:1.4rem;
	display: block;
	padding-left: 12px;
	margin-left: 12px;
	margin-bottom: 5px;
}
.sitemap-1st ul.siteLevel_3 > li > a::before {
	content:"-";
	display:inline-block;
	margin-right:8px;
}


/* -- 第５階層以降は非表示 -- */
.sitemap-1st ul.siteLevel_4 {
	display: none;
}


/*-------------------------------------
 フッター専用パーツ
-------------------------------------*/
/*-------------- フッター（テキストと画像） --------------*/
.footer-about {
}

.footer-about h4 {
	font-weight: bold;
	line-height: 1.2;
	border-left: #999 3px solid;
	padding-top: 1px;
	padding-left: 8px;
	margin-bottom: 8px;
}

.footer-about img {
	display: block;
	margin: auto;
}

/*-------------- フッタリンクリスト --------------*/
.footer-link-list {
}

.footer-link-list h4 {
}

.footer-link-list ul {
}

.footer-link-list ul:after {
	content: "";
	display: block;
	clear: both;
}

.footer-link-list ul li {
}


/*-------------- 内部フッタリンク --------------*/
/*-------------- 外部フッタリンク --------------*/
.footer-link-list ul li.footer-link-internal ,
.footer-link-list ul li.footer-link-external {
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") 6px 0.4em no-repeat;
	padding-left: 18px;
}
.footer-link-list ul li.footer-link-internal a ,
.footer-link-list ul li.footer-link-external a {
}

/* -- 別窓アイコン -- */
.footer-link-list .footer-link-internal a[target="_blank"]:after ,
.footer-link-list .footer-link-external a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin: 0 5px;
}


/* --------------------------------------
 フォーム
-------------------------------------- */
/* FORMS
-------------------- */
/*
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input,
textarea,
select {
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.validity-alert {
	font-family: 'arial', 'helvetica', 'sans-serif';
	font-size: 14px;
}
textarea {
	font-family: 'arial', 'helvetica', 'sans-serif';
}
.form-box {
/*	width: 95%; */
/*	padding: 0 20px; */
	margin: auto;
}
.form-wrapper {
	clear: both;
	margin: auto;
}

.form-wrapper div:after {
	content: "";
	display: block;
	clear: both;
}

#step-by-step {
	margin: 20px 0;
	padding: 4px 10px;
	border-radius: 5px;
	background: #0d8ccc;
}
#step-by-step ol {
	zoom: 1;
	list-style-position: inside;
	color: #fff;
}
#step-by-step ol:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#step-by-step li  {
	float: left;
	margin: 0 20px 0 0;
	padding: 4px;
	border-radius: 5px;
	list-style-position: inside;
}
#step-by-step li.do  {
	background: #EC1549;
}
#step-by-step li.do button {
	color: #fff;
}
#step-by-step li button {
	display: inline-block;
	padding: 3px;
	background: transparent;
	border: none;
	-webkit-appearance: none;
	color: #fff;
	font-family: 'arial','helvetica','sans-serif';
	cursor: pointer;
}
#step-by-step li button:hover,
#step-by-step li button:focus,
#step-by-step li button:active {
	text-decoration: underline;
}
#step-by-step li button[disabled] {
	cursor: default;
	color: #ccc;
	text-decoration: none;
}

.form-wrapper fieldset {
	border: none;
	margin: 5px 0 30px 0;
}
.form-wrapper fieldset > h2 {
	margin-bottom: 10px;
	padding: 5px 10px;
	color: #333;
	background-color: #CCCCCC;
}
.form-wrapper p.required {
	text-align: right;
	font-size:1.4rem;
}
/*.form-wrapper*/ #Check p.required {
	display: none;
}
.form-wrapper p.required span,
.form-wrapper dfn {
	color: #f6ab00;
	font-weight: bold;
	font-style: normal;
}


.form-wrapper div.form-edit span ,
.form-wrapper div.form-selection span {
}
.form-row {
	clear: both;
	zoom: 1;
	border-bottom: 1px dotted #b3b3b3;
	padding: 10px 0 15px 0;
}
.form-row div {
	width: auto;
	border-bottom: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.form-row .form-item {
	margin: 0;
	clear: none;
}
.form-wrapper label {
	position: relative;
	display: block;
	cursor: inherit;
}
.form-wrapper label[for="text"] {
}
.form-wrapper label span {
}
.form-wrapper fieldset .multiple-labels fieldset input,
.form-wrapper input,
.form-wrapper textarea,
.form-wrapper div.mod input.mod {
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	margin: 3px 0 0 0;
	border: 1px solid #c2c2c2;
	padding: 10px 3px 10px 3px;
	background: #ffffff;
}
.form-wrapper input[type="submit"] {
	display: inline;
	border: 1px solid #c2c2c2;
}
.step-controls {
	position: relative;
	top: 2px;
}
.input-datetime-local .step-controls {
	top: auto;
}
.form-item-hidden,
.form-wrapper input[type=hidden] {
   display: none;
}
.form-wrapper .multiple-labels fieldset input.a11y-focus,
.form-wrapper .multiple-labels fieldset input:focus,
.form-wrapper input:focus,
.form-wrapper textarea:focus,
.form-wrapper input.a11y-focus,
.form-wrapper textarea.a11y-focus {
	border: 1px solid #000;
	background: #FFFFFF;
}
.form-wrapper input[type=radio].a11y-focus,
.form-wrapper input[type=checkbox].a11y-focus {
	background: transparent;
	border: none;
}
.form-wrapper textarea {
	width: 100%;
}
.form-wrapper select {
	display: block;
	width: 310px;
	margin: 5px 0 0 0;
}
.form-wrapper div span.input-datetime-local {
	font-size: 100%;
}
.form-wrapper h4 {
	padding: 0 0 10px 0;
	color: #000;
	font-size: 130%;
	font-weight: bold;
}
.form-wrapper div.multiple-labels label span {
	color: #555;
	font-size: 110%;
	font-weight: 500;
}
.form-row label span {
	display: inline;
}
.form-row label.m span {
	clear: both;
	padding: 0 0 5px 0;
}
.form-row span.help a {
	background: url("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") 0 -651px no-repeat;
	padding-left: 15px;
}

/* multiple inputs in one row */
.form-row .form-item-s,
.form-row .form-item-m,
.form-row .form-item-l {
	float: left;
	margin: 0;
	clear: none;
	width: 92px;
}
.form-row .form-item-m {
	width: 161px;
	padding: 0;
}
.form-row .form-item-l {
	width: 363px;
}
.form-row .form-item-s input {
	width: 70px;
}
.form-wrapper .form-row .form-item-m input {
	width: 139px;
}
.form-row .form-item-l input {
	width: 209px;
}

/* checkboxes & radiobuttons */
.form-wrapper fieldset fieldset {
	margin: 0;
	padding: 0;
}
.form-wrapper fieldset fieldset .form-item {
	float: none;
	display: block;
	clear: both;
}
.form-wrapper fieldset fieldset input {
	width: auto;
	display: inline;
	background: transparent;
	border: none;
}
#main .form-wrapper fieldset fieldset legend {
	text-indent: -9999px;
	font-size: 0;
}
.form-wrapper  fieldset fieldset div.form-item label {
	display: inline;
}

/* mod for short elements */
.form-wrapper fieldset fieldset.mod .form-item {
	float: left;
	clear: none;
	margin-right: 15px;
}
.form-wrapper fieldset fieldset.mod .form-item label {
	display: inline;
}

/* table date-picker */
.input-date-datepicker-control td:hover {
    background-color: #BBEEFF;
    border: none;
    -webkit-box-shadow: 0 3px 9px rgba(255, 255, 255, 0.9) inset;
            box-shadow: 0 3px 9px rgba(255, 255, 255, 0.9) inset;
}
.input-date-datepicker-control td.ui-datepicker-today {
	border: none;
	background: #EC1549;
}
.input-date-datepicker-control td.ui-datepicker-today a {
	color: #fff;
}
.input-date-datepicker-control td.ui-datepicker-current-day {
	border: none;
	background: #999;
}

/* Submit */
.form-wrapper div.button-wrapper {
	width: 100%;
	position: relative;
	border: none;
	padding: 10px 0 5px 0;
	text-align: center;
	border-top:1px solid #ddd;
	padding-top:50px;
}
body[data-page-path$="check"] .form-summary table caption{font-size:2rem;font-weight:bold;text-align:center;padding-bottom:20px;}
body[data-page-path$="check"] .form-wrapper div.button-wrapper{border-top:0;padding-top:30px;}
body[data-page-path$="check"] .form-wrapper div.button-wrapper input[value="戻って修正をする"]{background-color:#999;}

.form-wrapper fieldset div.button-wrapper em {
	float: right;
	margin-top: -24px;
	font-size: 140%;
}
.new-search .button,  /* button outside button-wrapper */
.form-wrapper div.button-wrapper input { /* button */
	right: auto;
	width: auto;
	cursor: pointer;
	border:0;
	outline:0;
	width:100%;
	max-width:400px;
	font-weight:500;
	padding: 20px 40px;
	line-height:2;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	background:url(../../../../../../resources/sw_img/arrow02.png)  no-repeat 20px center;
	background-size:12px 18px;
	background-color: #a51f24;
	text-decoration: none;
	position: relative;
	transition:.3s;
}
.new-search .button:hover,
.new-search .button:focus,
.form-wrapper div.button-wrapper input:hover,
.form-wrapper div.button-wrapper input:focus {
	background:url(../../../../../../resources/sw_img/arrow02.png)  no-repeat 20px center!important;
	background-size:12px 18px!important;
	background-color:#111!important;
	transition:.3s;
	border:0!important;
}

/* -- 確認ページ -- */
.form-summary {
	margin: 0 auto 20px;
}

.form-summary table {
}

.form-summary table caption {
}

.form-summary table td {
/*	border: solid #7F9BDA 1px; */
/*	padding: 5px 10px; */
	white-space: pre;
	white-space: pre-line;
	word-break: break-word;
	width: 70%;
	vertical-align:middle;
}

.form-summary table td:first-child {
/*	color: #333;  */
/*	background-color: #DCE5F4; */
/*	font-weight: bold; */
/*	text-align: left; */
	width: 30%;
}

.new-search .button {  /* button outside button-wrapper */
	padding-top: 3px;
	padding-bottom: 4px;
}
.new-search .button:hover,
.new-search .button:active,
.new-search .button:focus,
.form-wrapper div.button-wrapper input:hover,
.form-wrapper div.button-wrapper input:active,
.form-wrapper div.button-wrapper input:focus {
	background: #B9B9B9;
	/*color: #fff;*/
	border: 1px solid #111;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
}
/* link-Button */
a.button {
	background: #b90834 url("../../../../../../resources/templating-kit/themes/pop/img/bgs/submit.png") 0 0 repeat-x;
	min-width: 60px;
	width: auto;
	border: 1px solid #f19eb2;
	border-right: 1px solid #920728;
	border-bottom: 1px solid #920728;
	padding: 3px 20px 2px 20px;
	text-align: center;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
a.button span {
	position: absolute;
}
a.button:hover,
a.button:active,
a.button:focus {
	color: #fac4d1;
}

/* error messages */
.error {
	color: #ec1549;
	font-weight: bold;
}

.error a ,
.error a:hover {
	color: #333;
	text-decoration: none;
	cursor: default;
}

.form-box .error h1 {
	background: url("../../../../../../resources/templating-kit/themes/pop/img/icons../../img/bgs/error.png") 0 8px no-repeat;
	margin-bottom: 10px;
	padding: 5px 0 0 30px;
	color: #ec1549;
}
.form-box div.error {
	margin: 20px 0;
	font-weight: bold;
}
.form-box div.error ul {
	margin: 0 0 0 45px;
}
.form-box div.error li {
	color: #ec1549;
}
.form-box div.error li a,
.form-box div.error label span {
	color: #ec1549;
}

.form-wrapper div.error {
	margin: 0;
}
.form-ui-invalid {
	border-color: #ec1549;
}
.form-wrapper div.error input,
.form-wrapper div.error select,
.form-wrapper div.error textarea,
.form-wrapper div input.form-ui-invalid,
.form-wrapper div textarea.form-ui-invalid,
.form-wrapper div select.form-ui-invalid {
	border: 1px solid #ec1549;
}


/* success messages */
.form-box .success {
	margin: 10px 0;
}
.form-box .success h1 {
	background: url("../../../../../../resources/templating-kit/themes/pop/img/bgs/confirmed.png") 0 8px no-repeat;
	margin-bottom: 10px;
	padding: 5px 0 0 30px;
	color: #afaf00;
}

/* -- お問い合わせページ　設定例 -- */
.form-wrapper div.form-edit ,
.form-wrapper div.form-selection {
	background: none;

	position: relative;
	padding: 0;
	margin: 0;
	margin-bottom: -1px;
}

/* 左セル */
.form-wrapper div.form-edit:before ,
.form-wrapper div.form-selection:before {
	border-top: none;
	border-bottom: none;
	border-left: none;

	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index:1;
	display: block;
	width: 30%;
	height: 100%;
	border-bottom:1px solid #d07a83;
}
.form-wrapper div.form-edit > label ,
.form-wrapper div.form-selection > label {
	border: none;
	background: none;
	font-size:1.6rem;
	float: left;
	width: 30%;
	position:static;
}
.form-wrapper div.form-edit > label span,
.form-wrapper div.form-selection > label span{
	padding:20px;
	position:absolute;
	top:50%;
	left:0;
	width:30%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:2;
}

/* 右セル */
.form-wrapper div.form-edit > input[type="text"] ,
.form-wrapper div.form-edit > textarea ,
.form-wrapper div.form-edit > span ,
.form-wrapper div.form-selection > fieldset {
	margin: 0;
	color:#111;
	float: right;
	width: 65%;
	width: calc(70% - 40px) !important;
	margin-right: 20px;
}

/*-- 入力フィールド --*/
.form-wrapper div.form-edit {
}

.form-wrapper div.form-edit > input[type="text"] ,
.form-wrapper div.form-edit > textarea {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 10px;
}


.form-wrapper div.form-edit > span {
	padding: 0 0 15px;
	font-size: 1.3rem;
	margin-top:-10px;
}


/*-- セレクトボタン(チェックボックス・ラジオボタン・セレクトボックス) --*/
.form-wrapper div.form-selection {
}

.form-wrapper div.form-selection > fieldset {
	margin-top: 15px;
	margin-bottom: 15px;
}

.form-wrapper div.form-selection > fieldset > legend {
	font-size: 87.5%;
}

.form-wrapper div.form-selection > fieldset > select {
	margin: 0;
	width: auto;
	display: block;

	padding: 0.25em 0.25em;
	border: 1px solid #c2c2c2;
}



/* --------------------------------------
 個別設定
-------------------------------------- */
/* -- スマホ -- */
.sp_navi {
	display: none;
}

#panel2-sw ,
.panel2-sw ,
.panel2-btn {
	display: none;
}


/* google search */
.gsc-control-cse ,
.gsc-control-cse * {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

.gsc-control-cse {
	line-height: 1;
}


/*-- 上に戻るリンク 設定例：scroll.js用 --*/
#site-info .topcontrol ,
#topcontrol {
	position: fixed;
	font-size: 0;
	height: 0;
	width: 100%;
	max-width: calc(1000px + (51px + 50px) *2);
/*	max-width: 1162px; */
	left: 50%;
	bottom: -50px;
	opacity: 0.3;
	z-index: 10000;

	-webkit-transition: 0.5s 0.1s;
	-o-transition: 0.5s 0.1s;
	transition: 0.5s 0.1s;
}


#site-info .topcontrol.visible ,
#topcontrol.visible {
	bottom: 15px;
	opacity: 1;
}

/* 画像を使用する場合 */
/*
#site-info .topcontrol a ,
#topcontrol a {
	position: relative;
	right: 50px;
	bottom: 50px;
	cursor: pointer;
	margin: auto;

	display: block;
	width: 51px;
	height: 42px;
	background: url("../../../../../../resources/sw_img/up.png") no-repeat center top;
	background-size: contain;
}

#site-info .topcontrol.visible a ,
#topcontrol.visible a {
	width: 51px;
	height: 42px;

	transition: 0s;
}
*/

/* 画像を使用しない場合 */
#site-info .topcontrol a ,
#topcontrol a {
	position: relative;
	right: 50px;
	bottom: 50px;
	cursor: pointer;
	margin: auto;

	display: block;
	width: 51px;
	height: 42px;
	background: rgba(0,0,0, 0.53);
}

#site-info .topcontrol a:before ,
#topcontrol a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -9px;
	display: block;
	width: 17px;
	height: 17px;
	border-top: 3px solid #FFF;
	border-left: 3px solid #FFF;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}


#site-info .toTop ,
#toTop {
	text-align: right;
	margin: 3em 20px 80px;
}

#site-info .toTop a ,
#toTop a {
	padding-left: 1.44em;
	display: inline-block;
	position: relative;
	overflow: visible;
}

#site-info .toTop a:before ,
#toTop a:before {
	content: "";
	margin-top: -0.3em;
	border-top: 0.1em solid #e50000;
	border-right: 0.1em solid #e50000;
	width: 0.7em;
	height: 0.7em;
	position: absolute;
	top: 0.85em;
	left: 0;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	    transform: rotate(315deg);
}

#site-info .toTop ,
#toTop {
	display: none;
}


/*-- ヘッダー --*/
#header {
	height: 80px;
}

#promos3 .area-sp-header {
	display: none !important;
}

#promos3 .area-pc-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: calc(1000px + 40px);
	height: 80px;
	background: #fff;
	z-index: 10001;
}

#promos3 .area-pc-header > div {
	position: relative;
	width: calc(1000px + 40px);
	height: 80px;
}






/* スライドMV */
[data-page-marker~="with-slider"] #mv ,
#promos1 .area-slider {
	display: block;
	width: 100%;
	min-width: 1040px;
	height: 500px;
	position: relative;
}

#promos1 .area-slider  {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

#promos1 .area-slider > .column1 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	min-width: 1400px;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
}

#area-slider .slick-slide img {
	width: 100%;
}

#area-slider .slick-dots {
	bottom: 50%;
	margin-bottom: -250px;
	padding: 9px 0;
}

#area-slider .slick-dots li button {
	border-radius: 50%;
	background: rgba(0, 162, 88, 0.3);
	width: 8px;
	height: 8px;
}

#area-slider .slick-dots li.slick-active button {
	background: #00a258;
}







/*-- 装飾用 --*/


/*-- タブ風スタイル --*/
.layout_link_tabstyle01 div.link-list:not(.highlight) {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul {
	margin: 0;

	display: table-row
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li[class] {
	margin: 0;
	padding: 0;
	background: none;

	display: table-cell;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li[class]:before {
	content: none;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a {
	position: relative;
	overflow: visible;
	display: block;
	padding: 10px 0 2px;
	text-align: center;
	color: #00a258;
	text-decoration: none;
	border-bottom: 5px solid #dbdcdc;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	display: block;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top: 15px solid #dbdcdc;
	margin-left: -15px;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li.act a ,
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a:hover {
	color: #333;
	border-bottom-color: #00a258;

}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li.act a:before ,
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a:hover:before {
	border-top-color: #00a258;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul ,
.layout_link_tabstyle01 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul li[class] {
	display: block;
	margin-bottom: 10px;
}

/* -------------------------------------------------- */
/* 第二階層 */
/* -------------------------------------------------- */
#sharewithmain .back01,#sharewithmain .back02,#sharewithmain .back03{position:relative;z-index:0;}
#sharewithmain .back02,#sharewithmain .back03,#sharewithmain .separete-line{border-top:1px solid #ccc;padding-top:60px;}
#sharewithmain .back01::before{content:"";display:block;background:url(../../../../../../resources/sw_img/middle_back01.png) no-repeat center center;background-size:cover;width:100vw;height:0;padding-bottom:125%;position:absolute;top:-80%;left:calc((1100px - 100vw) / 2);z-index:-1;}
#sharewithmain .back02::before{content:"";display:block;background:url(../../../../../../resources/sw_img/middle_back02.png) no-repeat center center;background-size:cover;width:100vw;height:0;padding-bottom:125%;position:absolute;top:0;left:calc((1100px - 100vw) / 2);z-index:-1;}

@media screen and (max-width:1139px){
	#sharewithmain .back01::before{padding-bottom:125%;top:-80%;left:-4%;}
	#sharewithmain .back02::before{padding-bottom:125%;top:0;left:-4%;}
}

/* -------------------------------------------------- */
/* ニュースタブ */
/* -------------------------------------------------- */
body[data-page-path="/ja/ir"] .basic-list .yearTabs,
body[data-page-path="/en/ir"] .basic-list-english .yearTabs{display:none;}
body[data-page-path="/ja/ir"] .basic-list .tabs,
body[data-page-path="/en/ir"] .basic-list-english .tabs{display:none;}

/* -------------------------------------------------- */
/* 建造実績一覧 */
/* -------------------------------------------------- */
body[data-page-path^="/ja/product/ship/case"] .basic-list .yearTabs,
body[data-page-path^="/ja/product/ship/ship_list/"] .basic-list .yearTabs,
body[data-page-path^="/ja/product/iron/iron_list"] .basic-list .yearTabs,
body[data-page-path^="/en/business/products/"] .basic-list .yearTabs,
body[data-page-path^="/en/business/case"] .basic-list-english .yearTabs,
body[data-page-path^="/en/business/case"] .basic-list .yearTabs{display:none;}
body[data-page-path^="/ja/product/ship/case/"] .basic-list .tabs,
body[data-page-path^="/ja/product/ship/ship_list/"] .basic-list .tabs,
body[data-page-path^="/ja/product/iron/iron_list/"] .basic-list .tabs,
body[data-page-path^="/en/business/products/"] .basic-list .tabs,
body[data-page-path^="/en/business/case"] .basic-list .tabs{display:none;}

/* -------------------------------------------------- */
/* 建造実績詳細 */
/* -------------------------------------------------- */
body[data-page-path^="/ja/product/ship/case/"] #page-intro,
body[data-page-path^="/ja/product/iron/iron_list/"] #page-intro,
body[data-page-path^="/en/business/product/"] #page-intro,
body[data-page-path^="/en/business/case/"] #page-intro{overflow:hidden;height:650px;background:#111;}
body[data-page-path^="/ja/product/ship/case/"] #page-intro .text-meta,
body[data-page-path^="/ja/product/iron/iron_list/"] #page-intro .text-meta,
body[data-page-path^="/en/business/product/"] #page-intro .text-meta,
body[data-page-path^="/en/business/case/"] #page-intro .text-meta{display:none;}
body[data-page-path^="/ja/product/ship/case/"] #page-intro::before,
body[data-page-path^="/ja/product/ship/case/"] #page-intro::after,
body[data-page-path^="/ja/product/iron/iron_list/"] #page-intro::before,
body[data-page-path^="/ja/product/iron/iron_list/"] #page-intro::after,
body[data-page-path^="/en/business/product/"] #page-intro::before,
body[data-page-path^="/en/business/product/"] #page-intro::after,
body[data-page-path^="/en/business/case/"] #page-intro::before,
body[data-page-path^="/en/business/case/"] #page-intro::after{display:none;}
body[data-page-path^="/ja/product/ship/case/"] #page-intro .abstractImage,
body[data-page-path^="/ja/product/iron/iron_list/"] #page-intro .abstractImage,
body[data-page-path^="/en/business/product/"] #page-intro .abstractImage,
body[data-page-path^="/en/business/case/"] #page-intro .abstractImage{display:block;width:100%;height:100%;height:-webkit-calc(100% - 136px);height:calc(100% - 136px);margin-top:136px;overflow:hidden;position:relative;}
body[data-page-path^="/ja/product/ship/case/"] #page-intro .abstractImage img,
body[data-page-path^="/ja/product/iron/iron_list/"] #page-intro .abstractImage img,
body[data-page-path^="/en/business/product/"] #page-intro .abstractImage img,
body[data-page-path^="/en/business/case/"] #page-intro .abstractImage img{width:auto;height:auto;min-width:100%;min-height:100%;max-width:none!important;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);user-select:none;pointer-events:none;margin:0;}
body[data-page-path^="/ja/product/ship/case/"] #page-intro > h1,
body[data-page-path^="/ja/product/iron/iron_list/"] #page-intro > h1,
body[data-page-path^="/en/business/product/"] #page-intro > h1,
body[data-page-path^="/en/business/case/"] #page-intro > h1{width:100%;max-width:100%;top:auto;bottom:0;left:0;-webkit-transform:none;transform:none;;padding:40px 20px 30px;background:url("../../../../../../resources/sw_img/intro_back.png") repeat;padding-left:-webkit-calc((100vw - 1140px)/2);padding-left:calc((100vw - 1140px)/2);padding-right:-webkit-calc((100vw - 1140px)/2);padding-right:calc((100vw - 1140px)/2);line-height:1.2;}

@media screen and (max-width:1139px){
	body[data-page-path^="/ja/product/ship/case/"] #page-intro > h1,
	body[data-page-path^="/ja/product/iron/iron_list/"] #page-intro > h1{padding-left:4%!important;padding-right:4%!important;}
}

/* -------------------------------------------------- */
/* youtube埋め込み */
/* -------------------------------------------------- */
.block-youtube .iframe-wrap{width:100%;max-width:800px;margin:auto;}
.block-youtube .iframe{width:100%;height:0;padding-bottom:56.25%;position:relative;}
.block-youtube .iframe iframe{width:100%;height:100%;position:absolute;top:0;left:0;}
.block-youtube .video{width:100%;height:0;padding-bottom:56.25%;position:relative;}
.block-youtube .video iframe{width:100%;height:100%;position:absolute;top:0;left:0;}

/* -------------------------------------------------- */
/* バナーリスト */
/* -------------------------------------------------- */
.block-banner02{position:relative;z-index:0;padding:50px 0;margin:60px auto 0;}
.block-banner02 > .column1{margin-bottom:0;max-width:719px;margin:auto;float:none;}
.block-banner02::before{content:"";display:block;width:100vw;height:100%;position:absolute;top:0;left:-webkit-calc((-100vw + 1100px) / 2);left:calc((-100vw + 1100px) / 2);z-index:-1;background:#f5f5f5;}
.block-banner02 .external-teaser{width:49%;float:left;margin-right:2%;margin-top:1%;margin-bottom:1%;text-align:center;}
.block-banner02 .external-teaser:nth-of-type(even){margin-right:0;}

@media screen and (max-width:1139px){
	.block-banner02::before{left:-20px;}
}

/* -------------------------------------------------- */
/* 造船のプロセス */
/* -------------------------------------------------- */
#block-process{margin-bottom:60px;}
#block-process .block-item{animation-duration:1s;animation-fill-mode:both;opacity:0.01;}
.edited #block-process .block-item{opacity:1!important;}
#block-process .block-item.animated{animation-name:fadeInUp;transition:.8s ease-out;}
#block-process .block-item::after{content:"";display:block;clear:both;width:90px;height:76px;background:url(../../../../../../resources/sw_img/process_arrow.png) no-repeat;background-size:100% 0;opacity:0;margin:80px auto;}
#block-process .block-item.animated::after{background-size:100% 100%;transition:.6s ease-out 1s;opacity:1;}
#block-process .block-item .block-wrapper{display:table;width:100%;position:relative;}
#block-process .block-item .block-wrapper::before{content:"";display:block;width:120vw;height:250px;background:rgba(235,235,235,0.6);position:absolute;top:50%;left:calc((-120vw + 1100px) / 2);z-index:-1;}
#block-process .block-item.animated .block-wrapper::before{-webkit-transform:rotate(15deg);transform:rotate(15deg);transition:.8s ease-out;}

#block-process .block-item .img{display:table;width:48%;float:left;}
#block-process .block-item .img > div{display:table-cell;vertical-align:middle;}
#block-process .block-item .video{position:relative;width:100%;height:0;padding-bottom:56.25%;margin-top:20px;}
#block-process .block-item .video iframe{width:100%;height:100%;position:absolute;top:0;left:0;}
#block-process .block-item .video a{display:none;}
#block-process .block-item .video.video-sp a{display:block;position:absolute;top:0;left:0;width:100%;height:100%;}
#block-process .block-item .video.video-sp iframe{pointer-events:none;}
#block-process .block-item .small{font-size:1.2rem;color:#777;margin-top:15px;line-height:1.7;text-indent:-1.2rem;margin-left:1.2rem;}
#block-process .block-item .img img{width:100%;height:auto;}
#block-process .block-item .img img + img{margin-top:20px;}
#block-process .block-item .inner{display:table;width:52%;vertical-align:middle;padding-left:50px;overflow:hidden;}
#block-process .block-item .inner .box{display:table-cell;vertical-align:middle;}
#block-process .block-item .inner .ttl{font-size:3rem;font-weight:bold;color:#fff;position:relative;display:inline-block;padding:10px 45px 8px;margin-bottom:30px;margin-left:20px;letter-spacing:0.15rem;}
#block-process .block-item .inner .ttl::before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background:#a6292d;-webkit-transform:skew(-30deg);transform:skew(-30deg);z-index:-1;}
#block-process .block-item .inner .txt p{line-height:2;margin-bottom:15px;}
#block-process .block-item .inner .txt p:last-child{margin-bottom:0;}

#block-process .block-item:nth-child(even).animated .block-wrapper::before{-webkit-transform:rotate(-15deg);transform:rotate(-15deg);}
#block-process .block-item:nth-child(even) .img{float:right;}
#block-process .block-item:nth-child(even) .inner{padding-left:0;padding-right:50px;}
#block-process .block-item:last-child::after{display:none;}

/* -------------------------------------------------- */
/* 100年にわたる進化の歴史 */
/* -------------------------------------------------- */
#block-100year{margin-bottom:60px;margin-top:40px;}
#block-100year .block-item{position:relative;animation-duration:1s;animation-fill-mode:both;opacity:0.01;padding-top:180px;}
.edited #block-100year .block-item{opacity:1!important;}
#block-100year .block-item.animated{animation-name:fadeInUp;transition:.8s ease-out;}

#block-100year .block-item::after{content:"";display:block;width:120vw;height:480px;background:rgba(235,235,235,0.6);position:absolute;top:240px;left:calc((-120vw + 1100px) / 2);z-index:-2;}
#block-100year .block-item::before{content:"";display:block;width:1px;height:0;background:#ae3539;position:absolute;top:90px;left:50%;}
#block-100year .block-item.animated::before{height:60px;transition:.8s ease-out;}
#block-100year .block-item.animated::after{-webkit-transform:rotate(-15deg);transform:rotate(-15deg);transition:.8s ease-out;}

#block-100year .ttl-block{text-align:center;}
#block-100year .ttl-block::before{content:"";display:block;width:24px;height:24px;background:#ae3539;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;top:0;left:50%;z-index:-1;margin-top:65px;margin-left:-11px;}
#block-100year .ttl-block .subttl{font-size:2.8rem;font-weight:bold;}
#block-100year .ttl-block .subttl br{display:none;}
#block-100year .ttl-block .subttl small{display:block;font-size:1.8rem;margin-top:8px;}
#block-100year .ttl-block .subttl::after{content:"";display:block;width:420px;height:3px;background:#ae3539;margin:30px auto;}
#block-100year .ttl-block .ttl{font-size:4.2rem;font-weight:bold;-webkit-transform:skew(-10deg);transform:skew(-10deg);letter-spacing:0.15rem;margin:50px auto;}
#block-100year .ttl-block .ttl:first-letter{color:#ae3539;}
#block-100year .ttl-block .ttl span{color:#ae3539;}
#block-100year .ttl-block .ttl br{display:none;}

#block-100year .list{overflow:hidden;}
#block-100year .list.single{text-align:center;}
#block-100year .list.single li{display:inline-block;float:none;max-width:70%;}
#block-100year .list li{width:32%;margin-right:2%;float:left;}
#block-100year .list li:nth-child(2){margin-top:20px;}
#block-100year .list li:nth-child(3n){margin-right:0;}
#block-100year .list li .txt{margin-top:20px;font-size:1.6rem;line-height:1.6;text-align:left;}

#block-100year .block-item:first-child{margin-top:-100px;}

/* -------------------------------------------------- */
/* TOPページ */
/* -------------------------------------------------- */
body#top{background:#111;}
body#top #mv{width:100%;height:850px;position:relative;overflow:hidden;}
body#top #mv .movie{display:none;width:100%;height:850px;position:fixed;top:0;left:0;z-index:-1;background:url(../../../../../../resources/sw_img/mv.jpg) no-repeat center center #eee;background-size:cover;}
body#top #mv .movie video{min-width:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
body#top #mv::before{content:"";display:block;background:rgba(0,0,0,0.5);width:200px;height:100%;position:absolute;top:0;left:0;z-index:2;}
body#top #mv::after{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background:url("../../../../../../resources/sw_img/intro_back.png") repeat;}
body#top #mv .main-ttl{font-family:"Barlow Condensed",sans-serif;font-size:12rem;color:rgba(255,255,255,0.7);font-weight:500;line-height:0.9;position:absolute;left:80px;bottom:50px;vertical-align:bottom;z-index:3;}
body#top #mv .main-ttl span{display:block;font-size:18rem;}
body#top #wrapper-2{background:#fff;}
body#top .bread-crumb{display:none;}
body#top #page-intro{display:none;}
body#top #slider{display:none;width:100%;height:850px;position:fixed;top:0;left:0;z-index:-1;}
body#top #slider .item{background:no-repeat center center;background-size:cover;}
body#top #slider .item01{background-image:url(../../../../../../resources/sw_img/sp_mv01.jpg);}
body#top #slider .item02{background-image:url(../../../../../../resources/sw_img/sp_mv02.jpg);}
body#top #slider .item03{background-image:url(../../../../../../resources/sw_img/sp_mv03.jpg);}
body#top #slider div{width:100%;height:100%;}

body#top .block-introduction{margin-bottom:0;}
body#top .block-introduction > .column1{margin-bottom:0;}
body#top .block-introduction .introduction-wrap::after{content:"";display:block;clear:both;}
body#top #block-introduction{position:relative;z-index:0;padding-top:100px;margin-bottom:40px;}
body#top #block-introduction::before{content:"";display:block;background:url(../../../../../../resources/sw_img/top_back01.jpg) no-repeat center center;background-size:cover;width:100vw;height:0;padding-bottom:125%;position:absolute;top:-180px;left:calc((1100px - 100vw) / 2);z-index:-1;}
body#top #block-introduction .block-left{width:47%;background:rgba(16,6,7,0.85);color:#fff;padding:60px 40px;position:absolute;top:50px;left:-50px;z-index:4;}
body#top #block-introduction .block-left::after{content:"Introduction";display:block;font-size:5rem;font-family:"Barlow Condensed",sans-serif;color:rgba(255,255,255,0.05);letter-spacing:0.15rem;position:absolute;top:20px;right:40px;}
body#top #block-introduction .block-left::before{content:"";display:block;width: 0;height: 0;border-style: solid;border-width: 26px 45px 0 0;border-color: #fff transparent transparent transparent;position:absolute;top:0;left:0;}
body#top #block-introduction .block-left .ttl span{display:block;font-weight: bold;font-size:3rem;letter-spacing:0.1rem;-webkit-transform:skew(-10deg);transform:skew(-10deg);}
body#top #block-introduction .block-left .ttl::after{content:"";display:block;width:100px;height:3px;background:#a51f24;margin:20px 0;}
body#top #block-introduction .block-left .txt{font-size:1.6rem;line-height:2;}
body#top #block-introduction .block-left .btn{display:block;margin:40px auto 0;width:100%;max-width:350px;padding: 20px 40px 20px 50px;text-align: center;font-size: 1.8rem;color: #fff;background-color: #a51f24;text-decoration: none;position: relative;white-space:nowrap;}
body#top #block-introduction .block-left .btn::before{content: "";display: block;width: 12px;height: 18px;background: url(../../../../../../resources/sw_img/arrow02.png) no-repeat center center;background-size: 100% auto;position: absolute;left: 20px;top: 50%;margin-top: -9px;}
body#top #block-introduction .block-left .btn:hover{background-color:#111;transition:.2s ease-out;}
body#top #block-introduction .block-right{margin-top:10px;width:66%;height:0;padding-bottom:36.6%;background:#111;float:right;position:relative;}
body#top #block-introduction .block-right::before{content:"";display:block;width:100%;height:100%;background:rgba(0,0,0,0.4);position:absolute;top:0;left:0;z-index:2;cursor:pointer;}
body#top #block-introduction .block-right::after{content:"";display:block;width:101px;height:101px;background:url(../../../../../../resources/sw_img/play.png) no-repeat center center;background-size:100% auto;;position:absolute;top:50%;left:50%;z-index:3;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:pointer;}
body#top #block-introduction .block-right.active::before,
body#top #block-introduction .block-right.active::after{display:none;}
body#top #block-introduction .block-right .iframe video{width:100%;height:auto;position:absolute;top:0;left:0;}

body#top .block-news{margin-top:100px;}
body#top .block-news .title2 h2{text-align:center;font-size:1.6rem;}
body#top .block-news .title2 h2 span{display:block;font-family:"Barlow Condensed",sans-serif;font-weight:500;font-size:5.2rem;}
body#top .block-news .title2 h2 span:first-letter{color:#a51f24;}
body#top .block-news .yearTabs{display:none;}
body#top .block-news .tabs{display:none;}
body#top .block-news .teaser{margin-top:30px;}

body#top .block-shiptypes{margin-bottom:20px;}
body#top .block-shiptypes .title2 h2{text-align:center;font-size:1.6rem;}
body#top .block-shiptypes .title2 h2 span{display:block;font-family:"Barlow Condensed",sans-serif;font-weight:500;font-size:5.2rem;}
body#top .block-shiptypes .title2 h2 span:first-letter{color:#a51f24;}
body#top .block-shiptypes2{position:relative;width:100vw;margin-left:-webkit-calc((-100vw + 1100px) / 2);margin-left:calc((-100vw + 1100px) / 2);margin-bottom:0;}

/* 3カラム */
body#top .block-shiptypes2 > .column1{width:33.33%;margin:0;border-right:2px solid #fff;border-bottom:2px solid #fff;}
body#top .block-shiptypes2 > .column2{width:33.33%;margin:0;border-right:2px solid #fff;border-bottom:2px solid #fff;}
body#top .block-shiptypes2 > .column3{width:33.33%;margin:0;border-right:2px solid #fff;border-bottom:2px solid #fff;}

/* 2カラム */
/*
body#top .block-shiptypes2 > .column1{width:50%;margin:0;border-right:2px solid #fff;border-bottom:2px solid #fff;}
body#top .block-shiptypes2 > .column2{width:50%;margin:0;border-right:2px solid #fff;border-bottom:2px solid #fff;}
body#top .block-shiptypes2 > .column3{display:none;}
*/
body#top .block-shiptypes2 .internal-link-area:not(.highlight) p{background:rgba(0,0,0,0.3);font-size:2.8rem;font-weight:500;white-space:nowrap;padding:30px 20px;}
body#top .block-shiptypes3{position:relative;width:100vw;margin-left:-webkit-calc((-100vw + 1100px) / 2);margin-left:calc((-100vw + 1100px) / 2);background:rgba(0,0,0,0.8);margin-bottom:0;}
body#top .block-shiptypes3{padding:40px 30px 35px;height:147px;}
body#top .block-shiptypes3 > .column1{margin-bottom:0;}
body#top .block-shiptypes3 .teaser{margin-bottom:0;}

body#top .block-projects{position:relative;z-index:0;padding-top:120px;margin-bottom:100px;}
body#top .block-projects > .column1{float:none;}
body#top .block-projects::before{content:"";display:block;background:url(../../../../../../resources/sw_img/top_back02.jpg) no-repeat center center;background-size:cover;width:100vw;height:0;padding-bottom:65%;position:absolute;top:-147px;left:calc((1100px - 100vw) / 2);z-index:-1;}
body#top .block-projects .title2 h2{text-align:center;font-size:1.6rem;color:#fff;margin-bottom:40px;}
body#top .block-projects .title2 h2 span{display:block;font-family:"Barlow Condensed",sans-serif;font-weight:500;font-size:5.2rem;}
body#top .block-projects .title2 h2 span:first-letter{color:#fff;}
body#top .block-projects .internal-link-area{width:85%;margin-bottom:15px;}
body#top .block-projects .internal-link-area a{display:table;width:100%;height:100%;position:relative;background:#fff;}
body#top .block-projects .internal-link-area img{display:table-cell;margin:0;}
body#top .block-projects .internal-link-area p{color:#111;font-size:2.4rem;font-weight:500;background:none;position:static;height:100%;width:25%;background:#fff;display:table-cell;vertical-align:middle;position:relative;top:auto;left:auto;bottom:auto;z-index:2;white-space:nowrap;}
body#top .block-projects .internal-link-area p::before{content:"";display:inline-block;width:12px;height:18px;background:url(../../../../../../resources/sw_img/arrow03.png);background-size:100% auto;margin-right:10px;vertical-align:3px;}
body#top .block-projects .column1 div:nth-of-type(2){margin-left:0;}
body#top .block-projects .column1 div:nth-of-type(3){margin-left:5%;}
/*body#top .block-projects .column1 div:nth-of-type(4){margin-left:10%;}*/
body#top .block-projects .teaser{margin-top:60px;}

body#top .block-interviews{position:relative;z-index:0;margin-bottom:40px;}
body#top .block-interviews::before{content:"";display:block;background:#f5f5f5;width:-webkit-calc(100vw - 40px);width:calc(100vw - 40px);height:470px;margin:0;position:absolute;left:-webkit-calc((-100vw + 1100px) / 2 + 20px);left:calc((-100vw + 1100px) / 2 + 20px);bottom:0;z-index:-1;}
body#top .block-interviews .title2 h2{text-align:center;font-size:1.6rem;}
body#top .block-interviews .title2 h2 span{display:block;font-family:"Barlow Condensed",sans-serif;font-weight:500;font-size:5.2rem;}
body#top .block-interviews .title2 h2 span:first-letter{color:#a51f24;}
body#top .block-interviews .interviews-slider{width:100%;padding:0 5%;margin:0 auto 20px;}
body#top .block-interviews .interviews-item{text-align:center;}
body#top .block-interviews .interviews-item a{display:block;width:100%;height:100%;}
body#top .block-interviews .interviews-item a:hover{text-decoration:none;}
body#top .block-interviews .interviews-item .img{text-align:center;overflow:hidden;margin:0 5px 20px;display:inline-block;}
body#top .block-interviews .interviews-item .img img{margin:0 auto;transition:.2s ease-out;}
body#top .block-interviews .interviews-item a:hover .img img{-webkit-transform:scale(1.05);transform:scale(1.05);transition:.2s ease-out;}
body#top .block-interviews .interviews-item .txt{white-space:normal;background:none;color:#111;font-weight:500;font-size:1.8rem;background:#f5f5f5;}
body#top .block-interviews .interviews-item .txt strong{display:block;color:#a51f24;font-size:1.4rem;margin-bottom:3px;font-weight:500;}
body#top .block-interviews .interviews-slider .slick-track > div:nth-child(odd){margin-top:20px;}
body#top .block-interviews .interviews-slider .slick-arrow{position:absolute;width:5%;height:100%;font-size:0;outline:0;border:0;cursor:pointer;background:url(../../../../../../resources/sw_img/arrow05.png) no-repeat center center;background-size:43.6% auto;transition:.2s;}
body#top .block-interviews .interviews-slider .slick-arrow:hover{background-image:url(../../../../../../resources/sw_img/arrow06.png);transition:.2s;}
body#top .block-interviews .interviews-slider .slick-arrow.slick-prev{left:0;top:0;-webkit-transform:rotate(180deg);transform:rotate(180deg);background-position:right center;}
body#top .block-interviews .interviews-slider .slick-arrow.slick-next{right:0;top:0;background-position:right center;}
body#top .block-interviews .teaser{padding-top:30px;clear:both;}

body#top .block-banner{position:relative;z-index:2;padding:50px 0;margin:180px auto 0;}
body#top .block-banner > .column1{margin-bottom:0;max-width:719px;margin:auto;float:none;}
body#top .block-banner::before{content:"";display:block;width:100vw;height:100%;position:absolute;top:0;left:-webkit-calc((-100vw + 1100px) / 2);left:calc((-100vw + 1100px) / 2);z-index:-1;background:url(../../../../../../resources/sw_img/top_back03.jpg) no-repeat center center;background-size:cover;}
body#top .block-banner > .column1{display:flex; flex-flow:row wrap; gap: 1% 1%; justify-content: center;}
body#top .block-banner .teaser,
body#top .block-banner .external-teaser{width:49%;}
/*
body#top .block-banner .external-teaser{width:49%;float:left;margin-right:2%;margin-top:1%;margin-bottom:1%;text-align:center;}
body#top .block-banner .external-teaser:nth-of-type(even){margin-right:0;}
*/

/* animation */
body#top #block-introduction::after{content:"";display:block;background:#fff;width:100vw;height:0;padding-bottom:125%;position:absolute;top:-180px;right:calc((1100px - 100vw) / 2);z-index:-1;}
body#top .block-introduction.animated #block-introduction::after{width:0;transition:.4s ease-out .2s;}

body#top .block-projects::after{content: "";display: block;background:#fff;width:100vw;height:0;padding-bottom:65%;position: absolute;top: -147px;left: calc((1100px - 100vw) / 2);z-index: -1;}
body#top .block-projects.animated::after{width:0;transition:.4s ease-out;}

body#top .block-introduction #block-introduction,
body#top .block-introduction2,
body#top .block-news .basic-list,
body#top .block-shiptypes2,
body#top .block-shiptypes3 .teaser,
body#top .block-projects .internal-link-area,
body#top .block-projects .teaser,
body#top .block-interviews .interviews-slider,
body#top .block-interviews .teaser,
body#top .block-banner .column1{animation-duration:.8s;animation-fill-mode:both;opacity:0.01;}
body#top .block-introduction.animated #block-introduction,
body#top .block-introduction2.animated,
body#top .block-news.animated .basic-list,
body#top .block-shiptypes2.animated,
body#top .block-shiptypes3.animated .teaser,
body#top .block-projects.animated .internal-link-area,
body#top .block-projects.animated .teaser,
body#top .block-interviews.animated .interviews-slider,
body#top .block-interviews.animated .teaser,
body#top .block-banner.animated .column1{animation-name:fadeInUp;transition:.8s ease-out;}
body#top .block-projects.animated .title2 h2 span:first-letter{color:#ec9999;transition:.8s ease-out .8s;}

body#top .block-introduction.edited #block-introduction,
body#top .block-introduction2.edited,
body#top .block-news.edited .basic-list,
body#top .block-shiptypes2.edited,
body#top .block-shiptypes3.edited .teaser,
body#top .block-projects.edited .internal-link-area,
body#top .block-projects.edited .teaser,
body#top .block-interviews.edited .internal-link-area,
body#top .block-interviews.edited .teaser,
body#top .block-banner.edited .column1{opacity:1!important;}

@media screen and (max-width:1179px){
	body#top #block-introduction .block-left{left:2%;}
	body#top .block-interviews::before{left:-20px;width:100vw;}
}
@media screen and (max-width:1139px){
	body#top #block-introduction::before{left:-20px;}
	body#top #block-introduction .block-right{margin-top:80px;}
	body#top .block-shiptypes2{left:-20px;}
	body#top .block-shiptypes3{left:-20px;}
	body#top .block-projects::before{left:-20px;}
	body#top .block-banner::before{left:-20px;}
}

/* ======================================================================================================================= */
/* IE */
/* ======================================================================================================================= */
@media screen\0 {
	[role='main'] :not(.highlight).teaser.no-img h2 a, [role='main'] :not(.highlight).external-teaser.no-img h2 a{padding:24px 40px 16px;}
	[role='main'] :not(.no-img):not(.highlight).teaser h2 a, [role='main'] :not(.no-img):not(.highlight).external-teaser h2 a{padding:24px 40px 16px;}
	[role='main'] :not(.highlight).download-teaser.no-img h2 a{padding:24px 40px 16px;}
	:not(.highlight).internal-link-area p, :not(.highlight).external-link-area p{padding:24px 40px 16px;}
	.multiColumn4 .internal-link-area:not(.highlight) p, .multiColumn4 .external-link-area:not(.highlight) p{padding:18px 16px 14px;}
	.multiColumn3 :not(.highlight).internal-link-area p, .multiColumn3 :not(.highlight).external-link-area p{padding:20px 18px 16px;}
	.shwTable table.htCore tr td, th, td{padding:23px 30px 17px;}
	.news-list-2nd ul li .c_icon::before, .news-list-tabbed-2nd ul li .c_icon::before, .news-english-2nd ul li .c_icon::before, .news-english-tabbed-2nd ul li .c_icon::before{padding:6px 5px 2px;}
	.block-news2 .basic-list .c_icon span::before, .block-news2 .basic-list-english .c_icon span::before{padding-top:10px;}
	p.yearTabs a{padding:12px 20px 8px;}
	p.tabs a{padding:12px 20px 8px;}
	body[data-page-path^="/ja/product/ship/case/"] #page-intro > h1{padding-top:45px;padding-bottom:20px;}

	body#top #block-introduction .block-left .btn{padding:23px 40px 17px 50px;}
	body#top .block-shiptypes2 :not(.highlight).internal-link-area p{padding:35px 20px 25px;}

	#block-process .block-item .inner .ttl{padding-top:15px;padding-bottom:3px;}
}


/* -- 印刷用 -- */
@media print {
header{position:absolute;}
}