@charset "utf-8";
/*------------------ based on 19/05/15 */
/* > 1%, last 4 versions, Firefox ESR */
/*------------------------------------ */

/* --------------------------------------
 基本設定
-------------------------------------- */
/* ベースフォント */
body {
	font-family: YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.mincho {
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Georgia, "メイリオ", Meiryo, serif;
}



/* ベースフォントサイズ */
html {
	font-size: 16px;
}

body {
	color: #333;
	line-height: 1.6;
}

a:link ,
a:visited {
	color: #23323b;
	text-decoration: none;
}

a:hover ,
a:active {
	color: #23323b;
	text-decoration: underline;
}


@media handheld, only screen and (max-width: 767px) {
	html {
		font-size: 15px;
	}
}

/* 游ゴシック/游明朝 を使わない */
/*
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.mincho {
	font-family: "Hiragino Mincho ProN", "HGS明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Georgia, "メイリオ", Meiryo, serif;
}
*/


/*------------------------------------- 
 ぱんくず
-------------------------------------*/
/* 4箇所ある枠の内1か所に入力 */
.bread-crumb {
	height:50px;
	margin: auto;
	padding: 15px 0px;
	font-size: 12px;
	z-index:1;
}

.bread-crumb ol {
}

.bread-crumb ol:after ,
.bread-crumb:after {
	content: "";
	display: block;
	clear: both;
}

.bread-crumb a ,
.bread-crumb strong {
/*	color: inherit; */
	color:#fff;
}
.bread-crumb a {
	text-decoration:underline;
}
.bread-crumb a:hover {
	opacity:0.7;
}

.bread-crumb h5 ,
.bread-crumb h5 p ,
.bread-crumb h5 span ,
.bread-crumb ol li {
	position: relative;
	float:left;
}

.bread-crumb ol li:before {
	/*content: ">";
	padding: 0 0.5em;*/
	display: inline-block;
	width: 4px;
	height: 4px;
	margin: 0 8px 0 3px;
	content: "";
	transform: rotate(45deg);
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}


/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	.bread-crumb {
		width: 1000px;
		padding:15px 20px;
	}

	.bread-crumb ol {
		width: 1000px;
		margin: auto;
	}
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	.bread-crumb {
		display: none;
	}
}



/* -----------------------------
 グローバルナビ
--------------------------------- */
/*-- ページプロパティに設定あり --*/
/* -- 初期非表示 -- */ 
#nav-global {
	display: none;
}


/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {

	#nav-global {
		overflow: hidden;
		margin: 20px auto;
		width: 1000px;
		min-width: 1000px;
		min-height: 69px;
	}

	#nav-global ul {
		position: relative;
		z-index: 100;
		/*background: #1c1c1c url("../../../../../../resources/templating-kit/themes/pop/img/bgs/nav-global-line.png") 0 95% repeat-x;*/
		float: left;
		width: 100%;
		margin: 0 0 24px 0;
		list-style: none;
	}
	#nav-global.plus-navsub ul {
		border-bottom: none;
	}
	#nav-global li {
		float: left;
		margin: 2px 10px 0 0;
		padding-bottom: 0.355em;
		font-size: 150%;
		font-weight: bold;
	}
	#nav-global li a ,
	#nav-global li a:visited ,
	#nav-global li strong {
		display: block;
		float: left;
		color: #072D74;
		text-decoration: none;
	}
	/* on + open */
	#nav-global li.on ,
	#nav-global li.open {
		background: url("../../../../../../resources/templating-kit/themes/pop/img/bgs/nav-global.png") 50% 100% no-repeat;
	}
	#nav-global li strong ,
	#nav-global li.open a ,
	#nav-global li.on a {
		background: #7F9BDA;
		border: #FFFFFF 1px solid;
	}
	#nav-global li strong span ,
	#nav-global li.open a span {
		padding-right: 10px;
	}
	#nav-global li span ,
	#nav-global li.open a span {
		float: left;
		margin-left: 5px;
		padding: .4em 10px .355em 5px;
	}
	/* hover */
	#nav-global li a:hover ,
	#nav-global li a:active ,
	#nav-global li a:focus {
		/*background: #ec1549;
		border-radius: 5px; NIR*/
	}
	/* 2nd level horizontal subnav */
	#nav-global ul ul {
		position: absolute;
		z-index: -1;
		left: 0;
		top: 2.4em;
		width: 940px;
	}
	#nav-global li li ,
	#nav-global li li.on {
		background: none;
		font-size: 100%;
	}
	#nav-global li.open li span ,
	#nav-global li.open li a ,
	#nav-global li.open li strong{
		background: none;
		font-weight: normal;
	}
	#nav-global li.open a {
		text-decoration: none;
	}
	#nav-global li.open li.on a span ,
	#nav-global li.open li strong span {
		font-weight: bold;
		color: #ff3062;
	}
	#nav-global li li a:hover ,
	#nav-global li li a:active ,
	#nav-global li li a:focus ,
	#nav-global li li a:hover span ,
	#nav-global li li a:active span ,
	#nav-global li li a:focus span {
		background: none;
		color: #ff3062;
	}

	#nav-global-box{
	}

	#nav-global-box .open {
	}

	#nav-global-box .on {
	}

	#nav-global.plus-navsub {
		min-height: 6.8em;
		border-bottom: 1px solid #4a4a4a;
	}

}

/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {

	#nav-global ul:after {
		content: "";
		display: block;
		height: 0px;
		clear: both;
		visibility: hidden;
	}

	#nav-global div > ul > li {
		display: table;
		width: 50%;
		float: left;
		border-bottom: #999 1px solid;
	}

	#nav-global div > ul > li > a ,
	#nav-global div > ul > li > strong {
		display: table-cell;
	    height: 50px;
	    vertical-align: middle;
		text-align: center;

		background: #2b2b2b;
		color: #ccc;
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
	}

	#nav-global div > ul > li:nth-child(odd) > a ,
	#nav-global div > ul > li:nth-child(odd) > strong {
		border-right: #999 1px solid;
	}
}


/*------------------------------------- 
 サイドナビ
-------------------------------------*/
/*-- ページプロパティに設定あり --*/

#nav-box h6 {
/*	display: none; */
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {

	/*-- ページプロパティに設定あり --*/
	#nav-box {
		position: relative;
		font-size: 0;
		margin: auto;
		width: calc(1000px + 20px);
		padding: 20px 0;
		min-height: 46px;
	/*	padding-bottom: 25px; */
		border-bottom: 1px solid #000;
	}

	#nav-box:after {
		content: "";
		display: block;
		clear: both;
	}

	/* ナビ上に無い独立したページ or 第１・２階層トップ */
	#nav-box.stray ,
	[data-current-level="1"] #nav-box ,
	[data-current-level="2"] #nav-box {
		display: none;
	}

	#nav-box input ,
	#nav-box label {
		display: none;
	}

	#nav-box h6 {
		display: none;
	}

	#nav-box h5 .btn {
		display: none;
	}


	/* 1階分層 */
	#nav-box ul {
	}

	#nav-box li {
	}

	#nav-box br {
		display: none;
	}

	#nav-box strong ,
	#nav-box a {
		display: none;

		position: relative;
		color: #000; 
		line-height: 1.25;
		font-size: 14px;
		font-weight: normal;
		text-decoration: none;
		text-align: center;
		margin: 0 15px;
		border-bottom: 1px solid transparent;
	}

	#nav-box strong {
		border-bottom-color: #000; 
	}

	#nav-box a:hover {
		border-bottom-color: #000; 
	}


	/* 現在地を含むフォルダーを表示 */
	#nav .within {
		padding-left: 10px;
	}

	#nav .within > h5 {
	/*	display: none; */
	}

	#nav .within > ul {
		padding: 0 20px;
		display: inline-block;
	/*	width: 100%; */
		text-align: left;
	}

	#nav .within > ul:not(.navLevel_1) {
		position: relative;
		float: right;
		width: 730px;
		text-align: right;
	}

	#nav .within > ul:not(.navLevel_1):before {
		content: "";
		position: absolute;
		top: -5px;
		left: 0;
		display: block;
		width: 1px;
		height: calc(100% + 10px);
		background: #000;
	}


	#nav .within > ul > li {
		display: inline-block;
		border-left: 1px solid #eaeaea;
		border-right: 1px solid #eaeaea;
		margin: 8px 0px;
		margin-left: -1px;
	}


	#nav .within > ul > li > h5 a ,
	#nav .within > ul > li > h5 strong ,
	#nav .within > ul > li > a ,
	#nav .within > ul > li > strong {
		display: inline-block;
	}

	/* 現在地の親ページ */
	#nav .within > h5 a ,
	#nav .within > h5 strong ,
	#nav .within > a ,
	#nav .within > strong {
		display: inline-block;
		margin: 4px 0;
		font-size: 20px;
		font-weight: bold;
	}


	#nav .within > ul ul {
		display: none;
	}

}


/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	#nav-box p.btn {
		display: none;
	}


	/*1階層*/
	#nav-box ul.navLevel_1 {
	}

	#nav-box ul.navLevel_1 > li {
	}

	#nav-box ul.navLevel_1 > li:not(.open) {
		display: none;
	}

	#nav-box ul.navLevel_1 > li.open {
	}

	#nav-box ul.navLevel_1 > li > strong ,
	#nav-box ul.navLevel_1 > li > a {
		display: block;
		padding: 6px 12px;
		background: #646464;
		color: #fff; 
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		border: 1px solid #c8c8c8;
	}

	#nav-box ul.navLevel_1 > li > strong ,
	#nav-box ul.navLevel_1 > li > a:hover {
	}

	#nav-box ul.navLevel_1 > li > a:hover {
		background: #fff;
		color: #646464; 
	}

	/*2階層*/
	#nav-box ul.navLevel_2 {
	}

	#nav-box ul.navLevel_2 > li {
	}

	#nav-box ul.navLevel_2 > li.open {
	}

	#nav-box ul.navLevel_2 > li > strong ,
	#nav-box ul.navLevel_2 > li > a {
		display: block;
		padding: 15px 12px;
		background: #fff;
		color: #323232; 
		font-size: 14px;
		font-weight: normal;
		text-decoration: none;
		border-bottom: 1px solid #c8c8c8;
	}

	#nav-box ul.navLevel_2 > li > strong ,
	#nav-box ul.navLevel_2 > li > a:hover {
		background-color: #fef0e7;
	}


	/*3階層*/
	#nav-box ul.navLevel_3 {
	}

	#nav-box ul.navLevel_3 > li {
	}

	#nav-box ul.navLevel_3 > li.open {
	}

	#nav-box ul.navLevel_3 > li > strong ,
	#nav-box ul.navLevel_3 > li > a {
		position: relative;
		display: block;
		padding: 8px 12px;
		padding-left: 32px;
		background: #f0f0f0;
		color: #323232; 
		font-size: 14px;
		font-weight: normal;
		text-decoration: none;
		border-bottom: 1px solid #c8c8c8;
	}

	#nav-box ul.navLevel_3 > li > strong:before ,
	#nav-box ul.navLevel_3 > li > a:before {
		content: ">";
		position: absolute;
		top: auto;
		left: 18px;
		display: inline-block;
	}

	#nav-box ul.navLevel_3 > li > strong ,
	#nav-box ul.navLevel_3 > li > a:hover {
		background-color: #fef0e7;
	}


	/*4階層*/
	#nav-box ul.navLevel_4 {
	}

	#nav-box ul.navLevel_4 > li {
	}

	#nav-box ul.navLevel_4 > li.open {
	}

	#nav-box ul.navLevel_4 > li > strong ,
	#nav-box ul.navLevel_4 > li > a {
		display: block;
		padding: 5px 12px;
		background: #dcdcdc;
		color: #323232; 
		font-size: 14px;
		font-weight: normal;
		text-decoration: none;
		border-bottom: 1px solid #c8c8c8;
	}

	#nav-box ul.navLevel_4 > li > strong:before ,
	#nav-box ul.navLevel_4 > li > a:before {
		content: "・";
		margin-left: 0.5em;
		display: inline-block;
	}

	#nav-box ul.navLevel_4 > li > strong ,
	#nav-box ul.navLevel_4 > li > a:hover {
		background: #eb3132;
		color: #fff; 
	}


	#nav-box ul.navLevel_5 {
		display: none;
	}
	/* -- ☆階層が増えるごとに、連番で追加 -- */


}


/* -----------------------------
 コンテンツエリア
--------------------------------- */
.quoted-text blockquote ,
.highlight-quoted-text ,
.text-section ,
.faq-item ,
.vtable-item ,
.ircalendar-title ,
.ircalendar-item {
}

/*------- リンクテキスト ----------*/
.quoted-text blockquote a ,
.highlight-quoted-text a ,
.text-section a ,
.faq-item a ,
.vtable-item a ,
.ircalendar-title a ,
.ircalendar-item a {
	line-height: inherit;
}

/*------- 別窓アイコン ----------*/
.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: "";
	display: inline-block;
	vertical-align: baseline;
	width: 10px;
	height: 10px;
	background: url("../../../../../share/img/icon_blank_01.png") center center no-repeat;
	background-size: contain;
	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: "";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 20px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
}


/*------------------------------------- 
 見出し
-------------------------------------*/
/*-- ページ概要エリア --*/
#page-intro {
	/*margin-top: -50px;*/
	text-align: center;
	color:#fff;
	background:url(../../../../../share/img/head-img-bg-pc-01.jpg) center no-repeat;
	background-size: cover;
	position: relative;
	z-index:0;
}
#page-intro:after {
	content:"";
	display:block;
	width:100%;
	height:100%;
	background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .45));
	z-index:1;
	position:absolute;
	top:0;
	left:0;
}
.bread-crumb ~ div #page-intro { margin-top:-50px; }

/* -- ページタイトルをテキストで表示 -- */
#page-intro > h1 {
	margin:0;
	padding-top:140px;
	font-size: 4.8rem;
	font-weight: bold;
	position:relative;
	z-index:2;
}
#page-intro .text-meta[role="contentinfo"] {
	display:none;
	/*position: relative;
	z-index:2;
	margin-top:40px;
	font-size:1.8rem;*/
}
/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	#page-intro {
		min-height: 400px;
	}
}
/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	/*-- ページ概要エリア --*/
	#page-intro {
		min-height:340px;
		padding:0 20px;
	}
	/* -- ページタイトルをテキストで表示 -- */
	#page-intro > h1 {
		padding-top:210px;
		font-size:3rem;
	}
	#page-intro .text-meta[role="contentinfo"] {
		font-size:1.4rem;
		margin:27px 0 0;
	}

}


/*-- ニュースページ 共通見出し表示用(要plugin) --*/
#page-intro > .h0 {
	display: none;
}

/* -- ページタイトルを画像で表示 -- */
#page-intro .titleImage {
	margin-bottom: 20px;
}

#page-intro .titleImage h1 {
}

#page-intro .titleImage h1 img {
	width: auto;
}

/* -- 日付（ニュース・マルチ2） -- */
#page-intro .text-meta {
	margin: 0 15px;
	color: inherit;
}

/*-- ニュースページ カテゴリアイコン表示用(要plugin) --*/
#page-intro .category-icon {
	display: none;
}

#sharewithmain { width:1040px;margin:auto;padding:80px 20px; }
@media print, screen and (max-width: 767px) {
	#sharewithmain { width:100%; padding:50px 20px; }
}

/*-------------- 中見出し(共通) ------------*/
.text-section h2 ,
.title2:not(.highlight) h2 {
	margin: 95px 0 36px;
	font-size: 4.4rem;
	font-weight:bold;
	color: #ea5504;
	text-align: center;
}

/*-------------- 小見出し --------------*/
/* -- 見出しh2レベル -- */
.title2.highlight h2 {
}

/* -- 見出しh3レベル -- */
.title3:not(.highlight) h3 {
	margin: 68px 0 37px;
	padding-bottom: 21px;
	text-align: center;
	font-size: 3rem;
	font-weight:bold;
	line-height:1.25;
	position:relative;
}
.title3:not(.highlight) h3:after {
	content:"";
	width:60px;
	height:3px;
	display:inline-block;
	position:absolute;
	left:50%; bottom:0; margin-left:-30px;
	background:#ea5504;
	tranform:translateX(-50%);
}

.title3.highlight h3 {
}


/* -- 見出しh4レベル -- */
.link-list h2 ,
.link-list-url h2 ,
.news-result dl dt ,
.news-yuho dl dt ,
.news-presentation dl dt ,
.news-material dl dt,
.title4:not(.highlight) h4 {
	margin:58px 0 15px;
	font-size:2.2rem;
	font-weight:bold;
}

.title4.highlight h4 {
}

#sharewithmain > div:first-child > div > .title2:first-child h2,
#sharewithmain > div:first-child > div > .title3:first-child h3,
#sharewithmain > div:first-child > div > .title4:first-child h4 { margin-top:0; }

@media handheld, only screen and (max-width: 767px) {
	.text-section h2 ,
	.title2:not(.highlight) h2 {
		margin: 66px 0 29px;
		font-size: 3rem;
	}
	.title3:not(.highlight) h3 {
		margin: 48px 0 26px;
		padding-bottom: 18px;
		font-size: 2.3rem;
	}
	.link-list h2 ,
	.link-list-url h2 ,
	.news-result dl dt ,
	.news-yuho dl dt ,
	.news-presentation dl dt ,
	.news-material dl dt,
	.title4:not(.highlight) h4 {
		margin: 33px 0 15px;
		font-size: 1.8rem;
	}
}

/*------------------------------------- 
 テキスト・画像
-------------------------------------*/
.text-section p { font-size:1.6rem; }

/*-------------- 緊急お知らせエリア --------------*/
/* 総合トップ・サイトトップのみ、コンテンツエリア外に１つのみ */
.quoted-text {
}

.quoted-text blockquote {
	background: none;
	padding: 10px;
	border: #F00 2px solid;
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	.quoted-text {
		width: 1000px;
		margin: 20px auto;
	}
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	.text-section p { font-size:1.4rem; }
	.quoted-text {
		margin: 5px 8px;
	}
}


/*-------------- 囲み線ありテキスト --------------*/
.highlight-quoted-text {
	background: #fef3ed;
	padding: 40px 50px 40px;
	margin: 60px auto;
	font-size:1.6rem;
}
.highlight-quoted-text:last-child {
	margin-bottom:0;
}
.highlight-quoted-text p + p {
	margin-top: 1em;
}
.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: 1.4rem;
	font-style: italic;
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	.highlight-quoted-text {
		margin:40px auto;
		padding:25px 20px 30px;
		font-size:1.4rem;
	}
	.highlight-quoted-text cite {
		font-size:1.2rem;
	}
}


/*-------------- テキストと画像 --------------*/
.text-section {
	margin-bottom: 20px;
}

/*-------------- FAQ --------------*/
.faq-list {
}

.faq-list > ul {
}

.faq-list > ul > li {
	clear: both;
	margin-bottom: 20px;
	min-height: 74px;
}

.faq-list h3 {
	margin-bottom: 2px;
	position: relative;
}

.faq-list h3:before {
	content: "Q.";
	position: absolute;
	top: 10px;
	left: 30px;
	display: block;
	text-align: center;
	vertical-align: middle;

	white-space: nowrap;
	font-size: 34px;
	font-weight: normal;
	color: #ea5504;
}

.faq-list h3 a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	background: #f3f3f3;
	padding: 25px 100px 25px 80px;
}

.faq-list h3 a:before ,
.faq-list h3 a:after {
	content: "";
	position: absolute;
	display: block;
	background: #999;

	-webkit-transition: 0.5s 0.1s;
	-o-transition: 0.5s 0.1s;
	transition: 0.5s 0.1s;
}

.faq-list h3 a:before {
	top: 50%;
	right: 50px;
	width: 24px;
	height: 2px;
	-webkit-transform: translate(50%, -50%);
	    -ms-transform: translate(50%, -50%);
	        transform: translate(50%, -50%);
}
.faq-list h3 a:after {
	top: 50%;
	right: 50px;
	width: 2px;
	height: 24px;
	-webkit-transform: translate(50%, -50%);
	    -ms-transform: translate(50%, -50%);
	        transform: translate(50%, -50%);
}

.faq-list h3 a.js-selected:after {
	background-color: transparent;
}

.faq-item {
	position: relative;
	font-size: 15px;
	font-weight: normal;
	min-height: 35px;
	padding: 25px 40px 25px 80px;
	background: #f3f3f3;
}
.faq-item:before {
	content: "A.";
	position: absolute;
	top: 15px;
	left: 30px;
	display: block;
	vertical-align: middle;

	white-space: nowrap;
	font-size: 34px;
	font-weight: normal;
	color: #ea5504;
}

/*-- FAQを出しっぱなしにする設定 --*/
/*
.faq-list h3 a {
	cursor: inherit;
}
.faq-list > ul > li {
	height: auto !important;
}
.faq-item {
	display: block !important;
}
*/


/*------------------------------------- 
 ページ内リンク・バナーリンク・エリアリンク
-------------------------------------*/
/* 原則、内部リンクと外部リンクは同スタイルを設定する */

/*-------------- ページ内リンク --------------*/
/* ページ内リンクは１カラム内にまとめて入力し、マルチカラムクラスでアライメントを設定する */
.anchor-link {
	margin-bottom: 10px;
}

.anchor-link a {
	position: relative;
	display: block;
	font-size: 1.6rem;
	padding-left: 24px;
}

.anchor-link a:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 2px;
	display: inline-block;
	width: 9px;
	height: 14px;
	background:url(../../../../../share/img/icon_arrow_03.png) 0 0 no-repeat;
	transition:tranform, .5s;
}
.anchor-link a:hover:before {
	transform:translateY(4px);
}


/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	.anchor-link {
		display: inline-block;
	}

	.anchor-link + .anchor-link {
		margin-left: 10px;
		padding-left: 10px;
	}
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
}


/*-------------- バナー（共通設定） --------------*/
.teaser ,
.external-teaser ,
.download-teaser {
}

/* テキストのみ／テキストと画像 */
.teaser h2 ,
.external-teaser h2 ,
.download-teaser h2 {
}

.teaser h2 a ,
.external-teaser h2 a ,
.download-teaser h2 a {
}

.teaser p ,
.external-teaser p ,
.download-teaser p {
	margin-top: 10px;
}

/* 画像のみ／テキストと画像 */
.teaser > a ,
.external-teaser > a ,
.download-teaser > a {
}

.teaser > a img ,
.external-teaser > a img ,
.download-teaser > a img {
}



/* ----- 内部・外部バナー（テキストのみ）　メインエリア用 ----- */
/* ----- ダウンロードバナー（テキストのみ）　メインエリア用 ----- */
[role="main"] .teaser ,
[role="main"] .external-teaser ,
[role="main"] .download-teaser {
	/*max-width: 500px;*/
}

[role="main"] .teaser h2 ,
[role="main"] .external-teaser h2 ,
[role="main"] .download-teaser h2 {
	text-align:center;
}

[role="main"] .teaser h2 a ,
[role="main"] .external-teaser h2 a ,
[role="main"] .download-teaser h2 a {
	position: relative;
	display:inline-block;
	width: auto;
	min-width: 260px;
	padding: 8px 50px;
	text-align: center;
	font-size: 14px;
	color: #ea5504;
	background: #f3f3f3;
	border-radius: 40px;
	text-decoration: none;
	transition:opacity .5s;
}
[role="main"] .teaser.highlight h2 a {
	background: #ea5504;
	color: #fff;
}

[role="main"] .teaser h2 a:after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 9px;
	background: url("../../../../../share/img/icon_arrow_01.png") 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 10%;
	margin-top: -4px;
	transition: right, .5s;
}
[role="main"] .teaser.highlight h2 a:after {
	background-image: url("../../../../../share/img/icon_arrow_white_01.png");
}

[role="main"] .teaser h2 a[target="_blank"]:after ,
[role="main"] .external-teaser h2 a[target="_blank"]:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url("../../../../../share/img/icon_blank_02.png") 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translateY(-50%);
	transition: right, .5s;
}

[role="main"] .download-teaser h2 a[href$=".pdf"]:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 13px;
	background: url("../../../../../share/img/icon_pdf_02.png") 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 10%;
	margin-top: -6px;
	transition: right, .5s;
}


/* お問い合わせ専用 チェックボックスつきテキスト */
[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: #ccc;
	color: #999;
}



/* ----- 内部・外部バナー（テキストと画像）　メインエリア用 ----- */
/* ----- ダウンロードバナー（テキストと画像）　メインエリア用 ----- */
[role="main"] .teaser:not(.no-img):not(.highlight) ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) ,
[role="main"] .download-teaser:not(.no-img):not(.highlight) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

[role="main"] .teaser:not(.no-img):not(.highlight) > * ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) > * ,
[role="main"] .download-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 ,
[role="main"] .download-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 ,
[role="main"] .download-teaser:not(.no-img):not(.highlight) h2 a {
	padding: 10px 20px;
	text-align: center;
	font-size: 14px;
	color: #333;
	background: #DCE5F4;
	text-decoration: none;
}*/

/*[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: "";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 12px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}*/

[role="main"] .teaser:not(.no-img):not(.highlight) h2 + a ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 + a ,
[role="main"] .download-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 ,
[role="main"] .download-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 ,
[role="main"] .download-teaser:not(.no-img):not(.highlight) p {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

/*[role="main"] .teaser:not(.no-img):not(.highlight) h2 a:hover ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 a:hover ,
[role="main"] .download-teaser:not(.no-img):not(.highlight) h2 a:hover {
	background-color: #7F9BDA;
	color: #fff;
}*/




/* ----- 内部・外部バナー（テキストのみ　ハイライト表示）　メインエリア用 ----- */
/* ----- ダウンロードバナー（テキストのみ　ハイライト表示）　メインエリア用 ----- */
[role="main"] .teaser.no-img.highlight ,
[role="main"] .external-teaser.no-img.highlight ,
[role="main"] .download-teaser.no-img.highlight {
}



/* ----- 内部・外部バナー（テキストと画像　ハイライト表示）　メインエリア用 ----- */
/* ----- ダウンロードバナー（テキストと画像　ハイライト表示）　メインエリア用 ----- */
[role="main"] .teaser:not(.no-img).highlight ,
[role="main"] .external-teaser:not(.no-img).highlight ,
[role="main"] .download-teaser:not(.no-img).highlight {
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	[role="main"] .teaser h2 a:hover ,
	[role="main"] .external-teaser h2 a:hover ,
	[role="main"] .download-teaser h2 a:hover {
		opacity:.7;
	}
	[role="main"] .teaser h2 a:hover:after,
	[role="main"] .teaser h2 a[target="_blank"]:hover:after ,
	[role="main"] .external-teaser h2 a[target="_blank"]:hover:after,
	[role="main"] .download-teaser h2 a[href$=".pdf"]:hover:after {
		right: 8.5%;
	}
}
/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	[role="main"] .teaser h2 a ,
	[role="main"] .external-teaser h2 a ,
	[role="main"] .download-teaser h2 a { width:100%; }
}


/*------ 内部・外部 エリアリンク ------*/
div:not(.category-index) > * > .internal-link-area,
div:not(.category-index) > * > .external-link-area,
div:not(.category-index) > * > .download-link-area {
	margin-bottom: 20px;
}

div:not(.category-index) > * > .internal-link-area > a,
div:not(.category-index) > * > .external-link-area > a,
div:not(.category-index) > * > .download-link-area > a {
	display: inline-block;
	width:100%;
	height:100%;
	position:relative;
	text-decoration: none;
	overflow: hidden;
	background:linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .45));
}
div:not(.category-index) > * > .internal-link-area > a:before,
div:not(.category-index) > * > .external-link-area > a:before,
div:not(.category-index) > * > .download-link-area > a:before {
	content:"";
	display:inline-block;
	width:76px;
	height:76px;
	position:absolute;
	right:-38px;
	bottom:-38px;
	background:#ea5504;
	border-radius:50%;
	z-index:1;
}
div:not(.category-index) > * > .internal-link-area > a:after,
div:not(.category-index) > * > .external-link-area > a:after,
div:not(.category-index) > * > .download-link-area > a:after {
	content:"";
	display: inline-block;
	width:14px;
	height:9px;
	position:absolute;
	right:9px;
	bottom:9px;
	background:url(../../../../../share/img/icon_arrow_white_01.png) 0 0 no-repeat;
	background-size:contain;
	z-index:2;
	transition:transform, .5s;
}

div:not(.category-index) > * > .internal-link-area > a > img,
div:not(.category-index) > * > .external-link-area > a > img,
div:not(.category-index) > * > .download-link-area > a > img {
	width: 100%;
	height: auto;
	margin: 0;
	transition-duration:.5s;
}
div:not(.category-index) > * > .internal-link-area > a > p,
div:not(.category-index) > * > .external-link-area > a > p,
div:not(.category-index) > * > .download-link-area > a > p {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .45));
	padding:20px;
	color:#fff;
	font-size:1.6rem;
}

div:not(.category-index) > * > .internal-link-area > a:hover,
div:not(.category-index) > * > .external-link-area > a:hover,
div:not(.category-index) > * > .download-link-area > a:hover {
	opacity:1;
}
div:not(.category-index) > * > .internal-link-area > a:hover > img,
div:not(.category-index) > * > .external-link-area > a:hover > img,
div:not(.category-index) > * > .download-link-area > a:hover > img {
	transform:scale(1.1);
	opacity:1;
}
div:not(.category-index) > * > .internal-link-area > a:hover:after,
div:not(.category-index) > * > .external-link-area > a:hover:after,
div:not(.category-index) > * > .download-link-area > a:hover:after {
	transform:translateX(30%);
}
.external-link-area > a > p:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	background: url("../../../../../share/img/icon_blank_03.png") 0 0 no-repeat;
	background-size: contain;
	margin-left: 5px;
}
.download-link-area > a[href$=".pdf"] > p:first-child:after ,
.download-link-area > a[href$=".pdf"] > img + p:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 13px;
	background: url("../../../../../share/img/icon_pdf_03.png") 0 0 no-repeat;
	background-size: contain;
	margin-left: 5px;
}

/* カテゴリトップ用エリアリンク */
.category-index {
	margin-bottom:20px;
}
.category-index .internal-link-area,
.category-index .external-link-area {
	margin-bottom:10px;
}
.category-index .internal-link-area:last-child,
.category-index .external-link-area:last-child {
	margin-bottom:0;
}
.category-index .internal-link-area a,
.category-index .external-link-area a {
	position: relative;
	display:flex;
	align-items: center;
	height:100%;
	box-shadow:0 0 8px rgba(0, 0, 0, .2);
	overflow: hidden;
}
.category-index .internal-link-area a img,
.category-index .external-link-area a img {
	float:/*left*/none;
	width:110px;
	margin:0;
	flex-shrink: 0;
}
.category-index .internal-link-area a p,
.category-index .external-link-area a p {
	/*margin-left:130px;*/
	padding:15px 30px 15px 20px;
	font-size: 1.6rem;
}
/*.category-index .internal-link-area a p + p,
.category-index .external-link-area a p + p {
	font-size:1.3rem;
}*/
.category-index .internal-link-area a:after,
.category-index .external-link-area a:after {
	content:"";
	display:inline-block;
	width:14px;
	height:9px;
	position:absolute;
	right:10px;
	bottom:10px;
	background:url(../../../../../share/img/icon_arrow_01.png) 0 0 no-repeat;
	background-size: contain;
	transition:transform .5s;
}
.category-index .external-link-area a:after{ width:10px; height:10px; background:url(../../../../../share/img/icon_blank_02.png) 0 0 no-repeat; }
.category-index .internal-link-area a:hover,
.category-index .internal-link-area a:hover img,
.category-index .external-link-area a:hover,
.category-index .external-link-area a:hover img { opacity:1;text-decoration:none; }
.category-index .internal-link-area a:hover:after,
.category-index .external-link-area a:hover:after {
	transform:translateX(53%);	
}
/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	.category-index > div { margin-bottom:5%!important; }
}


/*------------------------------------- 
 リスト
-------------------------------------*/
/* 共通設定 決算短信・有報・最新決算・説明会資料（自動連携）、リンクリスト（手動） */

.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-material h2 {
	display: none;
}

.news-material .prefix-quarter ,
.news-material .postfix-quarter {
	display: none;
}

/*-- 副見だし --*/
.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-bottom: 10px;
}

/* ダウンロード以外 */
.link-list:not(.highlight) .internal-link-text:not(.highlight) ,
.link-list:not(.highlight) .external-link-text:not(.highlight) ,
.link-list:not(.highlight) .text-without-link:not(.highlight) ,
.link-list-url .internal-link-text:not(.highlight) ,
.link-list-url .external-link-text:not(.highlight) ,
.news-result dl dd.no-download:not(.highlight) ,
.news-yuho dl dd.no-download:not(.highlight) ,
.news-presentation dl dd.no-download:not(.highlight) ,
.news-material dl dd.no-download:not(.highlight) {
	padding-left: 24px;
	font-size: 1.6rem;
}

/* リンクアイコン（ダウンロード以外） */
.link-list:not(.highlight) .internal-link-text:not(.highlight):before ,
.link-list:not(.highlight) .external-link-text:not(.highlight):before ,
.link-list-url .internal-link-text:not(.highlight):before ,
.link-list-url .external-link-text:not(.highlight):before ,
.news-result dl dd.no-download:not(.highlight):before ,
.news-yuho dl dd.no-download:not(.highlight):before ,
.news-presentation dl dd.no-download:not(.highlight):before ,
.news-material dl dd.no-download:not(.highlight):before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	display: inline-block;
	width: 14px;
	height: 9px;
	background: url("../../../../../share/img/icon_arrow_01.png") 0 0 no-repeat;
	background-size: contain;
	transition:tranform, .5s;
}
.link-list:not(.highlight) .internal-link-text:not(.highlight):hover:before ,
.link-list:not(.highlight) .external-link-text:not(.highlight):hover:before ,
.link-list-url .internal-link-text:not(.highlight):hover:before ,
.link-list-url .external-link-text:not(.highlight):hover:before ,
.news-result dl dd.no-download:not(.highlight):hover:before ,
.news-yuho dl dd.no-download:not(.highlight):hover:before ,
.news-presentation dl dd.no-download:not(.highlight):hover:before ,
.news-material dl dd.no-download:not(.highlight):hover:before {
	transform:translateX(4px);
}

/* リンクアイコンなし（リンクなし） */
.link-list:not(.highlight) .text-without-link:not(.highlight):before ,
.news-result dl dd.no-link:not(.highlight):before ,
.news-yuho dl dd.no-link:not(.highlight):before ,
.news-presentation dl dd.no-link:not(.highlight):before ,
.news-material dl dd.no-link:not(.highlight):before {
	content: none;
}

/* 外窓アイコン（ダウンロード以外） */
.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 ,
.news-result dl dd.no-download a[target="_blank"]:after ,
.news-yuho dl dd.no-download a[target="_blank"]:after ,
.news-presentation dl dd.no-download a[target="_blank"]:after ,
.news-material dl dd.no-download a[target="_blank"]:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
}


/* ハイライト表示のリンクは、直前のリンクに属する様に見えるスタイルにする。 */
/* (ハイライト表示されていないリンクは、他の決算短信・有報と同列に表示）  */
.link-list:not(.highlight) .internal-link-text.highlight ,
.link-list:not(.highlight) .external-link-text.highlight ,
.link-list:not(.highlight) .download-link-text.highlight ,
.link-list:not(.highlight) .text-without-link.highlight ,
.link-list-url .internal-link-text.highlight ,
.link-list-url .external-link-text.highlight ,
.link-list-url .download-link-url.highlight ,
.news-result dl dd.highlight ,
.news-yuho dl dd.highlight ,
.news-presentation dl dd.highlight ,
.news-material dl dd.highlight {
	padding-top: 0px;
	padding-left: 30px;
}

/* ハイライト表示のリンクのＬ字アイコン */
.link-list:not(.highlight) .internal-link-text.highlight:before ,
.link-list:not(.highlight) .external-link-text.highlight:before ,
.link-list:not(.highlight) .download-link-text.highlight:before ,
.link-list:not(.highlight) .text-without-link.highlight:before ,
.link-list-url .internal-link-text.highlight:before ,
.link-list-url .external-link-text.highlight:before ,
.link-list-url .download-link-url.highlight:before ,
.news-result dl dd.highlight:before ,
.news-yuho dl dd.highlight:before ,
.news-presentation dl dd.highlight:before ,
.news-material dl dd.highlight:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 10px;
	display: block;
	width: 10px;
	height: 10px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* リンクテキスト */
.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 ,
.link-list-url .download-link-url a:not(.d_icon) ,
.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) {
	font-size:1.6rem;
}

.link-list .download-link-text a.d_icon img,
.link-list-url .download-link-url a.d_icon img { vertical-align:top; margin-right:5px; }

/* PDFアイコンを強制的に後ろに配置 */
/*.link-list .download-link-text a.d_icon.front ,
.link-list-url .download-link-url a.d_icon.front ,
.news-result dl dd .d_icon ,
.news-yuho dl dd .d_icon ,
.news-presentation dl dd .d_icon ,
.news-material dl dd .d_icon { display:none; }

.link-list .download-link-text a.d_icon + a:not(.d_icon):after ,
.link-list-url .download-link-url a.d_icon + a:not(.d_icon):after ,
.news-result dl dd .d_icon.pdf_front + a:not(.d_icon):after ,
.news-yuho dl dd .d_icon.pdf_front + a:not(.d_icon):after ,
.news-presentation dl dd .d_icon.pdf_front + a:not(.d_icon):after ,
.news-material dl dd .d_icon.pdf_front + a:not(.d_icon):after { content:"";display:inline-block;width:0;height:0;vertical-align:middle;margin-left:8px; }

.link-list .download-link-text a.d_icon + a:not(.d_icon)[href$=".pdf"]:after ,
.link-list-url .download-link-url a.d_icon + a:not(.d_icon)[href$=".pdf"]:after ,
.news-result dl dd .d_icon.pdf_front + a:not(.d_icon):after ,
.news-yuho dl dd .d_icon.pdf_front + a:not(.d_icon):after ,
.news-presentation dl dd .d_icon.pdf_front + a:not(.d_icon):after ,
.news-material dl dd .d_icon.pdf_front + a:not(.d_icon):after {
	width:12px; height:13px;
	background:url("../../img/defaulticon/common/pdf.png") 0 0 no-repeat; }

.link-list .download-link-text a.d_icon + a:not(.d_icon)[href$=".txt"]:after ,
.link-list-url .download-link-url a.d_icon + a:not(.d_icon)[href$=".txt"]:after {
	background:url("../../img/defaulticon/common/file.png") 0 0 no-repeat; }

.link-list .download-link-text a.d_icon + a:not(.d_icon)[href$=".doc"]:after ,
.link-list-url .download-link-url a.d_icon + a:not(.d_icon)[href$=".doc"]:after {
	width:12px; height:13px;
	background:url("../../img/defaulticon/common/word.png") 0 0 no-repeat; }

.link-list .download-link-text a.d_icon + a:not(.d_icon)[href$=".ppt"]:after ,
.link-list-url .download-link-url a.d_icon + a:not(.d_icon)[href$=".ppt"]:after {
	background:url("../../img/defaulticon/common/ppt.png") 0 0 no-repeat; }

.link-list .download-link-text a.d_icon + a:not(.d_icon)[href$=".xls"]:after ,
.link-list-url .download-link-url a.d_icon + a:not(.d_icon)[href$=".xls"]:after {
	width:12px; height:14px;
	background:url("../../img/defaulticon/common/excel.png") 0 0 no-repeat; }

.link-list .download-link-text a.d_icon + a:not(.d_icon)[href$=".zip"]:after ,
.link-list-url .download-link-url a.d_icon + a:not(.d_icon)[href$=".zip"]:after {
	background:url("../../img/defaulticon/common/zip.png") 0 0 no-repeat; }*/

.link-list em, .link-list-url em, .news-result span.filesize, .news-yuho span.filesize, .news-presentation span.filesize, .news-material span.filesize {
	font-size:1.2rem; font-weight:normal;
}


/*-- リンクリスト（ハイライト表示） --*/
.link-list.highlight {
}

.link-list.highlight h2 {
}

.link-list.highlight ul {
}

.link-list.highlight ul li[class] {
}

.link-list.highlight ul li[class] a {
}


/*------------------------------------- 
 表組・テーブル・財務ハイライト(表組)・配当金(表組)
-------------------------------------*/
/*-- table共通 --*/
.highlights-table ,
.highlights-alltable-2nd ,
.haitou-table-2nd ,
.vtable-item ,
.ircalendar-title ,
.ircalendar-item ,
.tbCore ,
.htCore ,
.iCell {
/*	font-size: 13px; */
}



/* セル */
/* 枠線とセル内余白を指定 */
/* ※枠線が必要ない場合、1px solid transparentで設定する */
.shwTable table.htCore tr td ,
th, td {
	color: inherit;
	padding: 15px;
	border: 1px solid #d1d2d2;
	font-size: 1.6rem;
}
/* 背景色を指定 */
.htCore tr td ,
th, td {
	background: #fff;
}

/* 空セルの高さ保障(padding上下 + line-height) */
.tbCore tr td {
	height: calc(5px * 2 + 1.6em);
}

/* 見出し */
/* 背景色と文字色を指定 */
.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: #DCE5F4;
	font-weight: bold;
}

/* 見出し列 */
/* 背景色と文字色を指定 */
.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: #fef3ed;
	border-left:0;
}
.form-summary table td:last-child ,
.form-summary table th:last-child
.highlights-table tr td:last-child ,
.highlights-table tr th:last-child
.highlights-alltable-2nd tr td:last-child ,
.highlights-alltable-2nd tr th:last-child ,
.haitou-table-2nd td:last-child ,
.haitou-table-2nd th:last-child ,
.shwTable table tr td:last-child ,
.shwTable table tr th:last-child {
	border-right:0;
}

/* 見出し行 */
/* 背景色と文字色を指定 */
.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: #f29968;
	color:#fff;
}

/* 見出しセル中の太字 */
.vtable-item > table > tbody > tr > th strong ,
.ircalendar-title > table > tbody > tr > th strong {
	font-weight: normal;
}




/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	/* お問い合わせを表組風に */
	/* 枠線とセル内余白（セル相当）、背景色と文字色(見出し列相当)を指定 */
	.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: inherit;
		padding: 5px 15px;
		border: 1px solid #7F9BDA;

		text-align: left;
		vertical-align: middle;
		background-color: #DCE5F4;
	}
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	/* お問い合わせを表組風に */
	/* 枠線とセル内余白（セル相当）、背景色と文字色(見出し列相当)を指定 */
	.form-wrapper .form-edit ,
	.form-wrapper .form-selection ,
	.form-wrapper .form-edit > label ,
	.form-wrapper .form-selection > label {
		color: inherit;
		padding: 10px 15px;
		border: 1px solid #7F9BDA;
	}

	/* 見出し部分、カウンターマージンを設定する */
	.form-wrapper .form-edit > label ,
	.form-wrapper .form-selection > label {
		border-top: none;
		border-left: none;
		border-right: none;
		margin: -10px -15px 10px;

		text-align: left;
		vertical-align: middle;
		background-color: #DCE5F4;
	}
}




/*-------------- テーブル縦 --------------*/
/* -- デフォルト比率  -- */
.vtable-item > table > tbody > tr > td {
	width: 25%;
}

.vtable-item > table > tbody > tr > th {
	width: 12.5%;
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	/* テーブル縦を、縦に並べるスタイル */
	/*
	.vtable-item > table ,
	.vtable-item > table > tbody ,
	.vtable-item > table > tbody > tr ,
	.vtable-item > table > tbody > tr > th ,
	.vtable-item > table > tbody > tr > td {
		display: block;
	}

	.vtable-item > table > tbody > tr > th ,
	.vtable-item > table > tbody > tr > td {
		width: auto !important;
	}

	.vtable-item > table > tbody > tr > th:after ,
	.vtable-item > table > tbody > tr > td:after {
		content: "";
		display: block;
		clear: both;
	}
	*/
}

/*-------------- テーブル横 --------------*/
/* -- デフォルト比率  -- */
.ircalendar-title > table > tbody > tr > th ,
.ircalendar-item > table > tbody >tr > td {
	width: 25%;
}

.ircalendar-title > table > tbody > tr > th.ircalendar-title1 ,
.ircalendar-item > table > tbody > tr > td.ircalendar-item1  {
	width: 12.5%;
}

/*-------------- 表組 --------------*/
/* -- 表タイトル -- */
.shwTableTitle {
	text-align:center;
	margin-bottom:1em;
	font-size:1.8rem;
	font-weight:bold;
}

.shwTableTitle h2 {
	font-weight: bold;
	margin-bottom: 5px;
}

/* -- 表組 -- */
.shwTable {
	margin-bottom: 20px;
}

/* -- 単位（表組の外） -- */
.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;
}

/* -- グラフ データラベル 文字影設定 -- */
/* -- (IEではこの設定は効ない。グラフテーマの設定が優先される) -- */
.highcharts-data-labels text {
/*	text-shadow: 1px 1px 0px #FFF, -1px -1px 0px #FFF, -1px 1px 0px #FFF, 1px -1px 0px #FFF !important; */
}

/* -- 財務ハイライトver2 グラフ (凡例を含むエリア) -- */
.highlights-2nd > div:not([class]) {
/*	height: auto !important; */
	margin-bottom: 40px;
}

/* -- 財務ハイライトver2 グラフ (凡例を含まないエリア) -- */
.highlights-2nd .highlights-graph {
/*	width: 100% !important; */
/*	min-width: auto !important; */
/*	max-width: none !important; */
/*	height: 400px !important; */
}

/* -- 財務ハイライトver2 グラフ 凡例 -- */
.highlights-2nd .legend {
/*	margin: auto !important; */
/*	width: auto !important; */
/*	min-width: auto !important; */
/*	max-width: none !important; */
/*	text-align: center; */
}

.highlights-2nd .legend-item-box {
/*	float: none !important; */
/*	display: inline-block !important; */
/*	margin-left: -5px; */
}

/*-------------- 配当グラフ --------------*/
.haitou-graph-2nd {
	margin-bottom: 40px;
}

.haitou-graph-2nd .graph {
/*	min-width: auto !important; */
/*	max-width: none !important; */
/*	height: 400px !important; */
}


/*------------------------------------- 
 ニュース
-------------------------------------*/
/*-- ver2 ニュース一覧・ニュース一覧（カテゴリ）・英文書一覧・英文書一覧（カテゴリ） --*/
/*-- クローリング ニュース一覧 --*/
.news-list-2nd ,
.news-list-tabbed-2nd ,
.news-english-2nd ,
.news-english-tabbed-2nd ,
.news-list-crawl ,
.news-list-tabbed-crawl {
	position: relative;
	margin-bottom: 20px;
}

.news-list-2nd ul ,
.news-list-tabbed-2nd ul ,
.news-english-2nd ul ,
.news-english-tabbed-2nd ul ,
.news-list-crawl ul ,
.news-list-tabbed-crawl 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 ,
.news-list-crawl ul li ,
.news-list-tabbed-crawl ul li {
	position: relative;

	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

.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 ,
.news-list-crawl ul li h3 ,
.news-list-tabbed-crawl ul li h3 {
	position: relative;
	display: block; 
	padding-top: 1.6em;
	padding-left: 0px;
}

/*-- 画像 --*/
.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-crawl ul li .n_img ,
.news-list-tabbed-crawl ul li .n_img {
}

/* -- リリースのテキスト -- */
.news-list-2nd ul li .news_tx ,
.news-list-tabbed-2nd ul li .news_tx ,
.news-english-2nd ul li .news_tx ,
.news-english-tabbed-2nd ul li .news_tx ,
.news-list-crawl ul li .news_tx ,
.news-list-tabbed-crawl ul li .news_tx {
}

.news-list-2nd ul li .news_tx a ,
.news-list-tabbed-2nd ul li .news_tx a ,
.news-english-2nd ul li .news_tx a ,
.news-english-tabbed-2nd ul li .news_tx a ,
.news-list-crawl ul li .news_tx a ,
.news-list-tabbed-crawl ul li .news_tx a {
/*	color: inherit; */
}

/* -- 日付 -- */
.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 ,
.news-list-crawl ul li .date ,
.news-list-tabbed-crawl ul li .date {
	position: absolute;
	top: 0;
	left: 0;
}

/* -- カテゴリアイコン -- */
.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-list-crawl ul li .c_icon ,
.news-list-tabbed-crawl ul li .c_icon {
	position: absolute;
	top: 0;
	left: 7.2em;
}

/* -- ファイルアイコン -- */
.news-list-2nd ul li .d_icon ,
.news-list-tabbed-2nd ul li .d_icon ,
.news-english-2nd ul li .d_icon ,
.news-english-tabbed-2nd ul li .d_icon ,
.news-list-crawl ul li .d_icon ,
.news-list-tabbed-crawl 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 ,
.news-list-crawl .det_tx ,
.news-list-tabbed-crawl .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 ,
.news-list-crawl .det_tx em.more ,
.news-list-tabbed-crawl .det_tx em.more {
	display: none;
}


/*-- ver2 最新ニュース・最新ニュース（カテゴリ） --*/
/*-- クローリング 最新ニュース --*/
.news-latest-2nd ,
.news-latest-tabbed-2nd ,
.news-latest-crawl {
	position: relative;
	margin-bottom: 20px;
}

.news-latest-2nd ul ,
.news-latest-tabbed-2nd ul ,
.news-latest-crawl ul {
	padding-top: 1px;
}

/* -- 1つのリリース -- */
.news-latest-2nd ul li ,
.news-latest-tabbed-2nd ul li ,
.news-latest-crawl 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 ,
.news-latest-crawl ul li h3 {
	position: relative;
	display: block; 
	padding-top: 1.6em;
	padding-left: 0;
}

/*-- 画像 --*/
.news-latest-2nd ul li .n_img ,
.news-latest-tabbed-2nd ul li .n_img ,
.news-latest-crawl ul li .n_img {
}

/* -- リリースのテキスト -- */
.news-latest-2nd ul li .news_tx ,
.news-latest-tabbed-2nd ul li .news_tx ,
.news-latest-crawl ul li .news_tx {
}

.news-latest-2nd ul li .news_tx a ,
.news-latest-tabbed-2nd ul li .news_tx a ,
.news-latest-crawl ul li .news_tx a {
/*	color: inherit; */
}

/* -- 日付 -- */
.news-latest-2nd ul li .date ,
.news-latest-tabbed-2nd ul li .date ,
.news-latest-crawl ul li .date {
	position: absolute;
	top: 0;
	left: 0;
}

/* -- カテゴリアイコン -- */
.news-latest-2nd ul li .c_icon ,
.news-latest-tabbed-2nd ul li .c_icon ,
.news-latest-crawl 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 ,
.news-latest-crawl ul li .d_icon {
	margin-left: 5px;
}

/* -- もっと読む・詳細（ニュース概要） -- */
.news-latest-2nd ul li .det_tx ,
.news-latest-tabbed-2nd ul li .det_tx ,
.news-latest-crawl 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 ,
.news-latest-crawl ul li .det_tx em.more {
	display: none;
}

/* -- 全てのニュース -- */
.news-latest-2nd .all ,
.news-latest-tabbed-2nd .all ,
.news-latest-crawl .all {
	margin-top: 10px;
	position: relative;
}

.news-latest-2nd .all a ,
.news-latest-tabbed-2nd .all a ,
.news-latest-crawl .all a {
	display: block;
	padding-left: 18px;
	background: transparent url("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") no-repeat scroll 0 5px;
}


/* テキスト変更 */
/*
.news-latest-2nd .all a ,
.news-latest-tabbed-2nd .all a {
	font-size: 0;
}

.news-latest-2nd .all a:after ,
.news-latest-tabbed-2nd .all a:after {
	font-size: 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: 14px;
	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.active {
	font-weight: bold;
}

p.tabs a:hover ,
p.tabs a.active {
	background-color: #dddddd;
}

/* アクティブなカテゴリタブをアイコン色と同色にする */
/*
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: "その他";
}
*/


/*---- テキスト化newアイコン ----*/
/*
.news-list-2nd ul li .n_icon:before ,
.news-list-tabbed-2nd ul li .n_icon:before ,
.news-english-2nd ul li .n_icon:before ,
.news-english-tabbed-2nd ul li .n_icon:before ,
.news-latest-2nd ul li .n_icon:before ,
.news-latest-tabbed-2nd ul li .n_icon:before ,
.news-list-crawl ul li .n_icon:before ,
.news-list-tabbed-crawl ul li .n_icon:before ,
.news-latest-crawl ul li .n_icon:before {
	content: "NEW!";
	display: inline-block;
	color: #d20707;
}
*/


/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	/* １カラム表示時。２カラム以上はSPと同じ表示 */
	.multiColumn1 .news-list-2nd ul li h3 ,
	.multiColumn1 .news-list-tabbed-2nd ul li h3 ,
	.multiColumn1 .news-english-2nd ul li h3 ,
	.multiColumn1 .news-english-tabbed-2nd ul li h3 ,
	.multiColumn1 .news-list-crawl ul li h3 ,
	.multiColumn1 .news-list-tabbed-crawl ul li h3 ,
	.multiColumn1 .news-latest-2nd ul li h3 ,
	.multiColumn1 .news-latest-tabbed-2nd ul li h3 ,
	.multiColumn1 .news-latest-crawl ul li h3 {
		padding-top: 0px;
		padding-left: 14.2em;
	}

	/*-- 中見出し(h2)の下にある場合 --*/
	.title2 ~ .news-latest-2nd .all ,
	.title2 ~ .news-latest-tabbed-2nd .all {
		position: absolute;
		top: -50px;
		right: 0;
		margin: 0;
		display: block;
	}

}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
}



/*-------------- 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) {
	margin-bottom: 20px;
}

.basic-list:not(.thumnail) ul.tabItems ,
.basic-list-english:not(.thumnail) ul.tabItems {
	padding-top: 1px;
}

/* -- 1つのリリース -- */
.basic-list:not(.thumnail) ul.tabItems li ,
.basic-list-english:not(.thumnail) ul.tabItems li {
	position: relative;

	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

.basic-list:not(.thumnail) ul.tabItems li h3 ,
.basic-list-english:not(.thumnail) ul.tabItems li h3 {
	position: relative;
	display: block; 
	padding-top: 1.6em;
	padding-left: 0;
}

.basic-list:not(.thumnail) ul.tabItems li a ,
.basic-list-english:not(.thumnail) ul.tabItems li a {
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
}

/* -- リリースのテキスト -- */
.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 a:hover .news_tx ,
.basic-list-english:not(.thumnail) ul.tabItems li a:hover .news_tx {
	text-decoration: underline;
}

/* -- 日付 -- */
.basic-list:not(.thumnail) ul.tabItems li .date ,
.basic-list-english:not(.thumnail) ul.tabItems li .date {
	position: absolute;
	top: 0;
	left: 0;

	color: #333;
}

/* -- カテゴリアイコン -- */
.basic-list:not(.thumnail) ul.tabItems li .c_icon ,
.basic-list-english:not(.thumnail) ul.tabItems li .c_icon {
	text-decoration: none;
	display: block;

	margin-top: -1.6em;
	min-height: 1.6em;
	padding-left: 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;
	color: #e7191b;
	font-size: 10px;
	font-weight: bold;
}

/* -- もっと読む・詳細（ニュース概要） -- */
.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 {
	margin-bottom: 20px;
}

.basic-list.thumnail ul.tabItems ,
.basic-list-english.thumnail ul.tabItems {
	font-size: 0;
	text-align: left;
	margin-right: -18px;
}

/* PCでは１行に３つづつで、画像が上側、テキストは下側に配置 */
.basic-list.thumnail ul.tabItems li ,
.basic-list-english.thumnail ul.tabItems li {
	cursor: inherit;
	font-size: 14px;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;

	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3 - 18px);
	margin-right: 18px;
	margin-bottom: 30px;
}

.basic-list.thumnail ul.tabItems li .n_img ,
.basic-list-english.thumnail ul.tabItems li .n_img {
	width: 100%;
	margin-bottom: 10px;
}

/* 日付、カテゴリアイコンを非表示 */
.basic-list.thumnail ul.tabItems li .date ,
.basic-list-english.thumnail ul.tabItems li .date {
	display: none;
}

.basic-list.thumnail ul.tabItems li .c_icon ,
.basic-list-english.thumnail ul.tabItems li .c_icon {
	position: static;
	margin: 10px 0 0;
}

.basic-list.thumnail ul.tabItems li a ,
.basic-list-english.thumnail ul.tabItems li a {
	color: #000;
	text-decoration: none;
}

.basic-list.thumnail ul.tabItems li a:hover ,
.basic-list-english.thumnail ul.tabItems li a:hover {
	-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.tabItems li .note_tx ,
.basic-list-english.thumnail ul.tabItems li .note_tx {
	position: absolute;
	z-index: 1;
}

.basic-list.thumnail ul.tabItems li h3 ,
.basic-list-english.thumnail ul.tabItems li h3 {
	overflow: hidden;
}

/* ニューステキスト */
.basic-list.thumnail ul.tabItems li .news_tx ,
.basic-list-english.thumnail ul.tabItems li .news_tx {
	display: block;
}

/* 概要テキスト */
.basic-list.thumnail ul.tabItems li .det_tx ,
.basic-list-english.thumnail ul.tabItems li .det_tx {
	display: none;
}



/*----------- 情報パネル -----------*/
.basic-list .countTab ,
.basic-list-english .countTab ,
.basic-list .clearTab ,
.basic-list-english .clearTab {
/*	display: none; */
}

.basic-list .clearTab ,
.basic-list-english .clearTab {
	position: relative;
}

.basic-list .clearTab span ,
.basic-list-english .clearTab span {
	position: absolute;
	top: auto;
	right: 0;
	margin-top: 40px;

	display: inline-block;
	cursor: pointer;
}

.basic-list .clearTab span:before ,
.basic-list-english .clearTab span:before {
	display: inline-block;
	padding: 1px 0px;
	text-align: center;
	font-size: 13px;
	color: #666;
	border-bottom: 1px solid #666;

	content: "絞込み条件をクリア";
}

.basic-list-english .clearTab span:before {
	content: "Clear All";
}

.basic-list .countTab ,
.basic-list-english .countTab {
	margin-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	font-size: 0;
	text-align: center;
	border-bottom: 2px solid #dedede;
}

.basic-list .countTab .total ,
.basic-list-english .countTab .total ,
.basic-list .countTab .view ,
.basic-list-english .countTab .view {
	font-size: 24px;
	font-weight: bold;
	color: #00665a;
	letter-spacing: 0.025em;
}

.basic-list .countTab .total:before {
	content: "絞り込み結果　";
	font-size: 14px;
	color: #000;
}
.basic-list .countTab .total:after {
	content: " 件中 ";
	font-size: 14px;
	color: #000;
}
.basic-list .countTab .view:after {
	content: " 件";
	font-size: 14px;
	color: #000;
}

.basic-list-english .countTab {
	direction: rtl;
	unicode-bidi: bidi-override;
}

.basic-list-english .countTab > * {
	direction: ltr;
	unicode-bidi: initial;
	unicode-bidi: plaintext;
}

.basic-list-english .countTab .view:before {
	content: "Results　";
	font-size: 14px;
	color: #000;
}
.basic-list-english .countTab .total:before {
	content: "　of　";
	font-size: 14px;
	color: #000;
}



/*----------- タブ(絞込み) -----------*/
.basic-list .yearTabs ,
.basic-list-english .yearTabs {
	margin-bottom: 20px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #ddd;
}

.basic-list .tabs ,
.basic-list-english .tabs {
	margin-bottom: 40px;
}

.basic-list .tabs > ul > li[aria-hidden="false"] ,
.basic-list-english .tabs > ul > li[aria-hidden="false"] {
	display: block;
	margin-bottom: 10px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #ddd;
}

.basic-list .yearTabs span ,
.basic-list-english .yearTabs span ,
.basic-list .tabs span ,
.basic-list-english .tabs span {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
}

.basic-list .yearTabs span:before ,
.basic-list-english .yearTabs span:before ,
.basic-list .tabs span:before ,
.basic-list-english .tabs span:before {
	display: inline-block;
	padding: 5px 20px;
	font-size: 14px;
	border: 1px solid #000;
}

.basic-list .yearTabs span[active="true"]:before ,
.basic-list-english .yearTabs span[active="true"]:before ,
.basic-list .tabs span[active="true"]:before ,
.basic-list-english .tabs span[active="true"]:before {
	background: #ddd;
}

.basic-list .yearTabs span:hover:before ,
.basic-list-english .yearTabs span:hover:before ,
.basic-list .tabs span:hover:before ,
.basic-list-english .tabs span:hover:before {
	background: #ddd;
}

/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list .tabs ul[data-category-level="1"] > li > span ,
.basic-list-english .tabs ul[data-category-level="1"] > li > span {
	display: none;
}

/* 全ての全てタブは、デフォルト非表示 */
.basic-list .tabs li.allall ,
.basic-list-english .tabs li.allall {
	display: none;
}


/* 年タブ 最新20件を書き換え */
.basic-list .yearTabs span.all:before {
/*	content: "最新"; */
}

.basic-list-english .yearTabs span.all:before {
/*	content: "Latest"; */
}

/*----------- カテゴリアイコン -----------*/
/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list .c_icon span[category-level="1"] ,
.basic-list-english .c_icon span[category-level="1"] {
	display: none;
}

.basic-list .c_icon span ,
.basic-list-english .c_icon span {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
}

.basic-list .c_icon span:before ,
.basic-list-english .c_icon span:before {
	display: inline-block;
	min-width: 105px;
	height: 24px;
	line-height: 1;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 6px 5px 0;

	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 {
	display: inline;
}

.layout_flat_category .basic-list .tabs span.allall ,
.layout_flat_category .basic-list-english .tabs span.allall {
	display: inline-block;
}

.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;
}








/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	/* １カラム時。２カラム以上はSPと同じ表示 */
	.multiColumn1 .basic-list:not(.thumnail) ul.tabItems li h3 ,
	.multiColumn1 .basic-list-english:not(.thumnail) ul.tabItems li h3 {
		padding-top: 0px;
		padding-left: 16.8em;
	}

	.multiColumn1 .basic-list:not(.thumnail) ul.tabItems li .c_icon ,
	.multiColumn1 .basic-list-english:not(.thumnail) ul.tabItems li .c_icon {
		width: auto;
		float: none;
		margin: 0;
		padding: 0;

		display: inline-block;
		vertical-align: top;

	/* 縦並び */
		width: 120px;
		float: left;
		margin-left: -120px;

	/* 横並び */
	/*
		min-width: 120px;
		margin-left: -120px;
	*/
	}
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	.basic-list.thumnail ul.tabItems li ,
	.basic-list-english.thumnail ul.tabItems li {
		width: calc(100% / 2 - 18px);
	}
}


/*------------------------------------- 
 メディア
-------------------------------------*/
/*------------- flash --------------*/
.flash-animation {
	margin: auto;
	text-align: center;
}

.flash-animation embed {
	width: 100%;
	height: 100%;
}

/*-------------- 動画 --------------*/
/* .videoとしてはいけない */
div.video {
	margin-bottom: 10px;
}

div.video dl {
	width: 100%;
}

div.video dl dt {
	text-align: center;
	margin-bottom: 5px;
}

div.video dl dt video {
	width: auto;
	max-width: 100%;
}

div.video dl dd {
}

/* -- 動画キャプション -- */
div.video dl dd.caption {
}

/* -- 動画コピーライト -- */
div.video dl dd.copyright {
}

/* -- 動画ディスクリプション -- */
div.video dl dd.longdesc {
/*	display: none; */
}


/*-------------- 音声 --------------*/
/* .audioとしてはいけない */
div.audio {
	margin-bottom: 10px;
}

div.audio dl {
	width: 80%;
	margin: auto;
}

div.audio dl dt {
	margin-bottom: 5px;
}

div.audio dl dt audio {
	width: 100%;
}

div.audio dl dd {
}

/* -- 音声キャプション -- */
div.audio dl dd.caption {
}

/* -- 音声コピーライト -- */
div.audio dl dd.copyright {
}

/* -- 音声ディスクリプション -- */
div.audio dl dd.longdesc {
/*	display: none; */
}


/*-------------- GoogleMap（地図埋め込み） --------------*/
div.map {
	position: relative;
	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;
}


/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	/*-- １カラムの場合、地図が画面端まであるとスクロールさせずらいので余白を設ける --*/
	.multiColumn1 div.map {
		margin-left: 30px;
		margin-right: 30px;
	}
}


/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	/*-- 地図が画面端まであるとスクロールさせずらいので余白を設ける --*/
	div.map {
		padding: 0 10px;
	}
}


/*-------------- YouTube（動画埋め込み） --------------*/
div.youtube {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

div.youtube > iframe {
	display: block;
	margin: auto;
}


/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
}


/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	div.youtube {
		padding: 0 10px;
	}

	div.youtube:after {
		content: "";
		display: block;
		padding-top: 56.25%; 	/* 高さと幅の比を16:9に固定。9/16*100=56.25 */
	/*	padding-top: 75%; */	/* 高さと幅の比を4:3に固定。3/4*100=75 */
	}

	div.youtube > iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
}


/*-------------- iframe表示 --------------*/
.disp-external-page {
}

.disp-external-page iframe {
	border: none;
	display: block;
	width: 100%;
	height: 800px;
	margin: auto;
}


/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
}


/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	.disp-external-page {
		overflow-x: scroll;
	}
}

/*------------------------------------- 
 サイトマップ
-------------------------------------*/
/*-------------- サイトマップ --------------*/
.sitemap {
	margin-bottom: 20px;
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	.sitemap {
		display: inline-block;
		vertical-align: top;
		width: 48.5%;
		margin-right: 2%;
	}
	.sitemap:nth-child(even) {
		margin-right: 0;
	}
}


/* -- 第１階層(ja)・第２階層 -- */
.sitemap > h2 {
	/*line-height: 1.2;
	font-size: 14px;
	font-weight: bold;
	border: #CCC 1px solid;
	padding: 8px 8px 6px;
	margin-bottom: 12px;*/
}

.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  {
	margin-bottom: 20px;
}


/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	.sitemap-1st > ul > li  {
		display: inline-block;
		vertical-align: top;
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 20px;
	}
	.sitemap-1st > ul > li:nth-child(even) {
		margin-right: 0;
	}
}


/* -- 第１階層(ja)・第２階層 -- */
.sitemap-1st > h3 > a ,
.sitemap-1st > ul > li > a {
	/*line-height: inherit;

	display: block;
	padding: 8px 8px 6px 20px;
	color: inherit;
	font-size: 14px;
	font-weight: bold;
	border: #CCC 1px solid;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 8px center no-repeat;
	margin-bottom: 12px;*/
}

/* -- 第３階層 -- */
.sitemap-1st ul.siteLevel_2 > li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 4%;
}
.sitemap-1st ul.siteLevel_2 > li:nth-child(even) {
	margin-right: 0;
}

.sitemap-1st ul.siteLevel_2 > li > a {
	display: block;
	padding-left: 12px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 0.4em no-repeat;
	font-size: 14px;
	margin-left: 8px;
	margin-bottom: 5px;
}

/* -- 第４階層 -- */
.sitemap-1st ul.siteLevel_3 {
	margin-top: 10px;
}

.sitemap-1st ul.siteLevel_3 > li {
	margin-top: 10px;
}

.sitemap-1st ul.siteLevel_3 > li > a {
	display: block;
	padding-left: 12px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 0.4em no-repeat;
	font-size: 14px;
	margin-left: 8px;
	margin-bottom: 5px;
}

/* -- 第５階層以降は非表示 -- */
.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 {
	padding-left: 18px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") 6px 0.4em no-repeat;
}

.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: "";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 12px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
}


/* --------------------------------------
 フォーム
-------------------------------------- */

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {

	/* FORMS
	-------------------- */

	button::-moz-focus-inner ,
	input::-moz-focus-inner {
	    border: 0;
	    padding: 0;
	}


	.form-box {
		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;
	}
	.form-wrapper p.required span ,
	.form-wrapper dfn {
		color: #ec1549;
		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: normal;
	}
	.form-row label span {
		display: inline;
	}
	.form-row label.m span {
		clear: both;
		padding: 0 0 5px 0;
	}
	.form-row span.help a {
		background: url("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") 0 -651px no-repeat;
		padding-left: 15px;
	}

	/* multiple inputs in one row */
	.form-row .form-item-s ,
	.form-row .form-item-m ,
	.form-row .form-item-l {
		float: left;
		margin: 0;
		clear: none;
		width: 92px;
	}
	.form-row .form-item-m {
		width: 161px;
		padding: 0;
	}
	.form-row .form-item-l {
		width: 363px;
	}
	.form-row .form-item-s input {
		width: 70px;
	}
	.form-wrapper .form-row .form-item-m input {
		width: 139px;
	}
	.form-row .form-item-l input {
		width: 209px;
	}

	/* checkboxes & radiobuttons */
	.form-wrapper fieldset fieldset {
		margin: 0;
		padding: 0;
	}
	.form-wrapper fieldset fieldset .form-item {
		float: none;
		display: block;
		clear: both;
	}
	.form-wrapper fieldset fieldset input {
		width: auto;
		display: inline;
		background: transparent;
		border: none;
	}
	#main .form-wrapper fieldset fieldset legend {
		text-indent: -9999px;
		font-size: 0;
	}
	.form-wrapper  fieldset fieldset div.form-item label {
		display: inline;
	}

	/* mod for short elements */
	.form-wrapper fieldset fieldset.mod .form-item {
		float: left;
		clear: none;
		margin-right: 15px;
	}
	.form-wrapper fieldset fieldset.mod .form-item label {
		display: inline;
	}

	/* table date-picker */
	.input-date-datepicker-control td:hover {
	    background-color: #BBEEFF;
	    border: none;
	    -webkit-box-shadow: 0 3px 9px rgba(255, 255, 255, 0.9) inset;
	            box-shadow: 0 3px 9px rgba(255, 255, 255, 0.9) inset;
	}
	.input-date-datepicker-control td.ui-datepicker-today {
		border: none;
		background: #EC1549;
	}
	.input-date-datepicker-control td.ui-datepicker-today a {
		color: #fff;
	}
	.input-date-datepicker-control td.ui-datepicker-current-day {
		border: none;
		background: #999;
	}

	/* Submit */
	.form-wrapper div.button-wrapper {
		width: 100%;
		position: relative;
		border: none;
		padding: 10px 0 5px 0;
		text-align: center;
	}
	.form-wrapper fieldset div.button-wrapper em {
		float: right;
		margin-top: -24px;
		font-size: 140%;
	}
	.new-search .button ,  /* button outside button-wrapper */
	.form-wrapper div.button-wrapper input { /* button */
		right: auto;
		width: auto;
		margin: 5px;
		padding: 12px 70px;
		/*color: #fff;*/
		cursor: pointer;
		font-size: 120%;
		text-transform: uppercase;
		font-weight: bold;
		border-radius: 5px;

		background: #eaeaea;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #dedede), color-stop(0.00, #f7f7f7));
		background: -webkit-linear-gradient(#f7f7f7, #dedede);
		background: -o-linear-gradient(#f7f7f7, #dedede);
		background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#dedede));
		background: linear-gradient(#f7f7f7, #dedede);
	}

	/* -- 確認ページ -- */
	.form-summary {
		margin: 0 auto 20px;
	}

	.form-summary table {
	}

	.form-summary table caption {
	}

	.form-summary table td {
	/*	border: solid #7F9BDA 1px; */
	/*	padding: 5px 10px; */
		white-space: pre;
		white-space: pre-line;
		width: 70%;
	}

	.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;
		display: block;
		width: 30%;
		height: 100%;
	}

	.form-wrapper div.form-edit > label ,
	.form-wrapper div.form-selection > label {
		border: none;
		background: none;

		float: left;
		width: 30%;
	}

	/* 右セル */
	.form-wrapper div.form-edit > input[type="text"] ,
	.form-wrapper div.form-edit > textarea ,
	.form-wrapper div.form-edit > span ,
	.form-wrapper div.form-selection > fieldset {
		margin: 0;

		float: right;
		width: 65%;
		width: calc(70% - 20px) !important;
		margin-right: 10px;
	}

	/*-- 入力フィールド --*/
	.form-wrapper div.form-edit {
	}

	.form-wrapper div.form-edit > input[type="text"] ,
	.form-wrapper div.form-edit > textarea {
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 5px 5px;
	}


	.form-wrapper div.form-edit > span {
		padding: 0;
		font-size: 87.5%;
	}


	/*-- セレクトボタン(チェックボックス・ラジオボタン・セレクトボックス) --*/
	.form-wrapper div.form-selection {
	}

	.form-wrapper div.form-selection > fieldset {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.form-wrapper div.form-selection > fieldset > legend {
		font-size: 87.5%;
	}

	.form-wrapper div.form-selection > fieldset > select {
		margin: 0;
		width: auto;
		display: block;

		padding: 0.25em 0.25em;
		border: 1px solid #c2c2c2;
	}

}







/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {

	/* Forms */
	.required {
		margin: 10px 5px;
	}
	.form-wrapper input ,
	.form-wrapper textarea {
		width: 100%;
		padding: 3px;
	}
	.form-wrapper textarea {
		border: 1px solid #aaa;
	}
	.form-wrapper input[type="checkbox"] ,
	.form-wrapper input[type="radio"] {
		width: auto;
	}
	.form-wrapper input[type="submit"] {
		width: auto;
		font-size: 18px;
	}
	.form-wrapper fieldset fieldset {
		border: none;
		padding: 0;
	}
	.form-wrapper label {
		display: block;
	}
	.form-wrapper .form-item {
		display: block;
		float: none;
		margin: 0 0.5em;
	}
	.form-wrapper fieldset fieldset.mod .form-item {
		float: left;
		margin-right: 1em;
	}
	.form-wrapper .form-item label {
		display: inline;
	}
	.form-wrapper .form-item input {
		padding: 0 3px 0 0;
	}
	.form-wrapper div span {
	/*	display: block; */
	}
	.form-wrapper p.required {
		margin: 10px 5px;
	}
	.form-wrapper p.required span {
		display: inline;
	}
	.form-wrapper p.required span ,
	.form-wrapper dfn {
		color: #ec1549;
		font-weight: bold;
		font-style: normal;
	}

	/* -- お問い合わせページ -- */
	.form-wrapper .form-edit ,
	.form-wrapper .form-selection {
		margin-bottom: -1px;
	}


	.form-wrapper .form-edit > span {
		padding: 0;
		font-size: 87.5%;
	}

	.form-wrapper .form-selection > fieldset > legend {
		font-size: 87.5%;
	}

	.form-wrapper .form-selection > fieldset > select {
		margin: 0;
		width: auto;
		display: block;

		padding: 0.25em 0.25em;
	}


	.form-wrapper .button-wrapper {
		margin: 5px auto 20px;
	}



	.form-summary {
		margin-bottom: 20px;
	}



	.form-summary table tr {
		display: block;
		margin-top: 10px;
		border: 1px solid #CCC;
		padding: 5px;
	}

	.form-summary table td {
		display: block;
		padding: 5px 0;
		white-space: pre;
		white-space: pre-line;
	}
	.form-summary table td:first-child {
		border-bottom: 1px dashed #CCC;
		font-size: 87.5%;
	}


	.new-search .button ,  /* button outside button-wrapper */
	.form-wrapper .button-wrapper input { /* button */
		float: none;
		font-family: inherit;
		margin-right: 10px;
		margin-bottom: 10px;

	/*	background: #FFF; */
	/*	border: 1px solid #777; */
		color: inherit;
		font-weight: normal;
	}
	.form-wrapper .button-wrapper input:last-child {
	/*	border: 1px solid #777; */
		color: inherit;
		font-weight: normal;
	}

	.form-wrapper .button-wrapper input:hover ,
	.form-wrapper .button-wrapper input:active ,
	.form-wrapper .button-wrapper input:focus {
		border: 1px solid #ccc;
	}

}






/* --------------------------------------
 個別設定
-------------------------------------- */
/*-- 画面内固定 上に戻るリンク 設定例：scroll.js用 --*/
#site-info .topcontrol ,
#topcontrol {
	position: fixed;
	left: 0;
	bottom: -80px;
	width: 100%;
	height: 0;
	font-size: 0;
	opacity: 0.3;
	z-index: 2000;

	-webkit-transition: 0.5s 0.1s;
	-o-transition: 0.5s 0.1s;
	transition: 0.5s 0.1s;
}


#site-info .topcontrol.visible ,
#topcontrol.visible {
	bottom: 15px;
	opacity: 1;
}

#site-info .topcontrol > div ,
#topcontrol > div {
	position: relative;
	width: 100%;
	margin: auto;
}

#site-info .topcontrol a ,
#topcontrol a {
	position: absolute;
	bottom: 0;
	right: 15px;
}

/* 画像を使用する場合 */
/*
#site-info .topcontrol a ,
#topcontrol a {
	display: block;
	width: 51px;
	height: 42px;
	background: url("../../../../../../resources/sw_img/up.png") no-repeat center top;
	background-size: contain;
}
*/

/* 画像を使用しない場合 */
#site-info .topcontrol a ,
#topcontrol a {
	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);
}


/*-- ページ内設置 上に戻るリンク 設定例：scroll.js用 --*/
#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: "";
	position: absolute;
	top: 0.85em;
	left: 0;
	margin-top: -0.3em;
	display: block;
	width: 0.7em;
	height: 0.7em;
	border-top: 0.1em solid #e50000;
	border-right: 0.1em solid #e50000;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	    transform: rotate(315deg);
}

#site-info .toTop ,
#toTop {
	display: none;
}





/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	#site-info .topcontrol > div ,
	#topcontrol > div {
		max-width: calc(1000px + (51px + 50px) *2);
	}

}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	#site-info .topcontrol ,
	#topcontrol {
		bottom: -50px;
	}

	#site-info .toTop ,
	#toTop {
		margin: 2em 20px 40px;
	}
}



/*------------------------------------- 
 ヘッダー・フッター・メニュー
-------------------------------------*/
/*------------------------- デスクトップ用 ---------------------------*/
@media print, screen and (min-width: 768px) {
	/*------------------ ヘッダー ------------------*/
	#header {
		height: 0;
	}


	#site-info .area-header > div {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		min-width: calc(1000px + 40px);
		height: 80px;
		background: #fff;
		z-index: 10001;
	}
	#header.pad ~ #site-info .area-header > div {
		position: fixed;
	}

	/* ヘッダーパネル(グロナビ・メガドロップを除く) */
	#site-info .area-header-panel {
		width: 100%;
		min-width: calc(1000px + 40px);
		padding-top: 4px;
	}

	#site-info .area-header-panel > div {
		position: relative;
		width: calc(1000px + 40px);
		height: 80px;
		overflow: hidden;
	}



	/* ロゴ */
	#site-info .area-header .area-logo {
		position: absolute;
		top: 5px;
		left: 5px;
	}

	#site-info .area-header .area-logo a {
		width: 270px;
		height: 30px;
		padding: 5px;
	}


	/* 検索 */
	#site-info .area-header .area-search-box {
		position: absolute;
		top: 5px;
		right: 25px;
	}

	#site-info .area-header .area-search-box .text-section.highlight {
		width: 18px;
		height: 20px;
		padding: 3px;
		cursor: pointer;
	}


	/* その他 */
	#site-info .area-header .area-header-sub-panel {
		position: absolute;
		top: 5px;
		right: 25px;
	}

	#site-info .area-header .area-header-sub-panel > div {
		border-right: 1px solid #e2e2e2;
		padding-right: 20px;
	}

	#site-info .area-header .area-header-sub-panel > div > div:after {
		content: "";
		display: block;
		clear: both;
	}

	#site-info .area-header .area-lang-navi ,
	#site-info .area-header .area-header-link {
		float: left;
	}

	#site-info .area-header .area-lang-navi .link-list li ,
	#site-info .area-header .area-header-link .link-list li {
		position: relative;
		display: inline-block;
		padding-left: 15px;
		margin-left: 15px;
	}

	#site-info .area-header .area-lang-navi .link-list li:before ,
	#site-info .area-header .area-header-link .link-list li:before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -3px;
		display: inline-block;
		border: 3px solid transparent;
		border-left: 6px solid #999;
	}

	#site-info .area-header .area-lang-navi .link-list li a ,
	#site-info .area-header .area-lang-navi .link-list li span ,
	#site-info .area-header .area-header-link .link-list li a ,
	#site-info .area-header .area-header-link .link-list li span {
		color: #666;
		font-size: 14px;
	}


	/* グロナビ */
	#site-info .area-gnavi {
		font-size: 0;
		min-width: calc(1000px + 40px);
		width: 100%;
		margin-top: -40px;
	}

	#site-info .area-gnavi > div {
		display: table;
		width: calc(1000px + 40px);
		table-layout: auto;
		border-collapse: collapse;
	}

	#site-info .area-gnavi > div > div {
		display: table-row;
	}

	#site-info .area-gnavi > div > div > div {
		display: table-cell;
	/*	width: 10%; */
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
	}

	#site-info .area-gnavi >* >* >* >* > .teaser.no-img ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img {
		position: relative;
		display: table;
		width: 100%;
	}

	#site-info .area-gnavi >* >* >* >* > .teaser.no-img:before ,
	#site-info .area-gnavi >* >* >* >* > .teaser.no-img:after ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img:before ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img:after {
		content: "";
		position: absolute;
		top: 8px;
		left: -1px;
		display: block;
		width: 1px;
		height: calc(100% - 16px);
		background: #ccc;
	}

	#site-info .area-gnavi >* >* >* >* > .teaser.no-img:after ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img:after {
		left: auto;
		right: -1px;
	}

	#site-info .area-gnavi >* >* >* >* > .teaser.no-img h2 ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img h2 {
		display: table-row;
	}

	#site-info .area-gnavi >* >* >* >* > .teaser.no-img h2 a ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img h2 a {
		display: table-cell;
		vertical-align: middle;
		height: 40px;
		padding: 5px 15px;
		text-align: center;
		font-size: 18px;
		color: #333;
		font-weight: bold;
		line-height: 1.25;
		text-decoration: none;
	}

	#site-info .area-gnavi >* >* >* >* > .teaser.no-img h2 a[target="_blank"]:after ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img h2 a[target="_blank"]:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 10px;
		height: 9px;
		background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
		background-size: contain;
	}

	#site-info .area-gnavi >* >* >* >* > .teaser.no-img h2 a span ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img h2 a span {
		display: none;
	}

	/*
	#site-info .area-gnavi >* >* >* >* > .teaser.no-img h2 a:hover ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img h2 a:hover ,
	*/
	#site-info .area-gnavi >* >* > *:hover >* > .teaser.no-img h2 a ,
	#site-info .area-gnavi >* >* > *:hover >* > .external-teaser.no-img h2 a {
		color: #fff;
		background: #2345a4;
	}

	#site-info .area-gnavi >* >* >* >* > .teaser.no-img h2 a.act ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img h2 a.act ,
	#site-info .area-gnavi >* >* >* >* > .teaser.no-img h2 a.within ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img h2 a.within {
		color: #fff;
		background: #2345a4;
	}

	#site-info .area-gnavi >* >* >* >* > .teaser.no-img h2 a.act:hover ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img h2 a.act:hover ,
	#site-info .area-gnavi >* >* >* >* > .teaser.no-img h2 a.within:hover ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img h2 a.within:hover {
	}

	/* メガドロップメニュー */
	#site-info .area-gnavi * * .reuse-main-area {
		overflow: hidden;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		min-width: 1000px;
		padding: 0;
		color: #fff;

/* マウスオーバーで下に伸長 */
		max-height: 0;

/* マウスオーバーで全体が非透過化 */
/*		opacity: 0; */
/*		visibility: hidden; */

		z-index: 10;
		-webkit-transition: 0.5s 0.1s;
		-o-transition: 0.5s 0.1s;
		transition: 0.5s 0.1s;
	}

	#site-info .area-gnavi >* >* > div:hover .reuse-main-area {
/* マウスオーバーで下に伸長 */
		max-height: 550px;

/* マウスオーバーで全体が非透過化 */
/*		opacity: 1; */
/*		visibility: visible; */
	}


	#site-info .area-gnavi * * .reuse-main-area:after {
		content: "";
		overflow: hidden;
		position: absolute;
		top: 1px;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 0;
		background: #2345a4;
		-webkit-box-shadow: 0 8px 24px rgba(0,0,0,.13);
		        box-shadow: 0 8px 24px rgba(0,0,0,.13);
		z-index: -1;
	}


	#site-info .area-gnavi * * .reuse-main-area > div {
		margin: auto;
		width: 1000px;
		font-size: 0;
	}

	#site-info .area-gnavi * * .reuse-main-area > div > div {
		display: inline-block;
		vertical-align: top;
	}

	#site-info .area-gnavi * * .reuse-main-area > .multiColumn2 > div {
		width: 50%;
	}
	#site-info .area-gnavi * * .reuse-main-area > .multiColumn3 > div {
		width: 33.33%;
	}
	#site-info .area-gnavi * * .reuse-main-area > .multiColumn4 > div {
		width: 25%;
	}
	#site-info .area-gnavi * * .reuse-main-area > .multiColumn5 > div {
		width: 20%;
	}

	#site-info .area-gnavi * * .reuse-main-area > div > div.empty {
	/*	display: none; */
	}


	/* メガドロップの中身 */
	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 0 20px;
		width: 220px;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight):before ,
	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight):after ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight):before ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight):after {
		content: "";
		position: absolute;
		top: 0;
		left: -1px;
		display: block;
		width: 1px;
		height: 100%;
		background: #fff;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight):after ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight):after {
		left: auto;
		right: 0;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) > * ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		margin: 0;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 a ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 a {
		position: relative;
		font-size: 16px;
		color: #fff;
		border-bottom: 1px solid transparent;
		text-decoration: none;
		padding-left: 20px;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 a:before ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 a:before {
		content: "";
		position: absolute;
		left: 0;
		top: 1em;
		margin-top: -8px;
		display: inline-block;
		border: 4px solid transparent;
		border-left: 8px solid #fff;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:after ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:after {
		border: none;

		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 12px;
		height: 12px;
		margin-left: 5px;
		background: url("../../../../../../resources/sw_img/icon_link_blank_white.png") center center no-repeat;
		background-size: contain;
	}


	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 + a ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 + a {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		display: block;
		margin-bottom: 5px;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 + a img ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 + a img {
		display: block;
	}


	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) p ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) p {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 a:hover ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 a:hover {
		border-bottom-color: #fff;
	}


	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st {
		font-size: 0;
	}

	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st ul {
		position: relative;
		float: left;
		display: inline-block;
		min-width: 180px;
		padding: 0 20px;
	}

	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st ul:empty {
		display: none;
	}

	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st ul:before ,
	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st ul:after {
		content: "";
		position: absolute;
		top: 0;
		left: -1px;
		display: block;
		width: 1px;
		height: 100%;
		background: #fff;
	}

	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st ul:after {
		left: auto;
		right: 0;
	}

	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st ul.siteLevel_0:before {
		background: none;
	}

	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st li {
	}

	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st a {
		position: relative;
		display: inline-block;
		padding-left: 20px;
		color: #fff;
		font-size: 16px;
		font-weight: normal;
		border-bottom: 1px solid transparent;
		margin-bottom: 15px;
		margin-right: 20px;
	}

	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st a:before {
		content: "";
		position: absolute;
		top: 1em;
		left: 0;
		margin-top: -8px;
		display: inline-block;
		border: 4px solid transparent;
		border-left: 8px solid #fff;
	}

	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st a[target="_blank"]:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 22px;
		height: 15px;
		background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}


	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st a:hover {
		border-color: #fff;
	}

	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st ul.siteLevel_2 {
		display: none;
	}




	/*------------------ フッター ------------------*/
	#site-info .area-footer {
	}

	#site-info .area-footer .area-footer-frame3 ,
	#site-info .area-footer .area-footer-frame2 ,
	#site-info .area-footer .area-footer-frame1 {
		min-width: calc(1000px + 40px);
	}

	#site-info .area-footer .area-footer-frame3 > div ,
	#site-info .area-footer .area-footer-frame2 > div ,
	#site-info .area-footer .area-footer-frame1 > div {
		width: calc(1000px + 40px);
	}

	#site-info .area-footer .area-footer-frame1 {
		background: #eeee;
	}



	/* フッターサイトマップ */
	#site-info .area-footer-sitemap {
		padding: 80px 0;
		border-bottom: 1px solid #d1dad9;
	}

	#site-info .area-footer-sitemap >* {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	#site-info .area-footer-sitemap >* >* {
		display: table-row;
	}
	#site-info .area-footer-sitemap >* >* >* {
		display: table-cell;
		vertical-align: top;
		width: 10%;
	}

	#site-info .area-footer-sitemap .sitemap-1st {
		margin-right: 30px;
	}

	#site-info .area-footer-sitemap .link-list a ,
	#site-info .area-footer-sitemap .sitemap-1st a {
		display: inline-block;
		color: #000;
		font-size: 13px;
		font-weight: bold;
		border-bottom: 1px solid transparent;
		margin-bottom: 10px;
	}

	#site-info .area-footer-sitemap .link-list a[target="_blank"]:after ,
	#site-info .area-footer-sitemap .sitemap-1st a[target="_blank"]:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 20px;
		height: 16px;
		background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}

	#site-info .area-footer-sitemap .link-list a:hover ,
	#site-info .area-footer-sitemap .sitemap-1st a:hover {
		border-bottom-color: #000;
	}

	#site-info .area-footer-sitemap .sitemap-1st > h3 {
		border-bottom: 1px solid #d1dad9;
		margin-bottom: 20px;
	}

	#site-info .area-footer-sitemap .sitemap-1st > h3 a {
		font-size: 16px;
		margin-bottom: 20px;
	}



	/* フッターリンク集 */
	#site-info .area-footer-link {
		padding: 20px 0;
	}

	#site-info .area-footer-link .link-list ul {
		padding: 10px 0;
		text-align: center;
	}

	#site-info .area-footer-link .link-list ul li {
		display: inline-block;
		margin: 0 20px;
	}

	#site-info .area-footer-link .link-list ul li a {
		font-size: 12px;
		font-weight: bold;
	}

	#site-info .area-footer-link .link-list ul li a[target="_blank"]:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 15px;
		height: 12px;
		background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}


	/* コピーライト */
	#site-info .area-footer-copyright {
		padding: 40px 0;
		background: #00655b;
		font-size: 12px;
		color: #fff;
		text-align: center;
	}

}


/*--------------------------- スマホ用 -----------------------------*/
@media handheld, only screen and (max-width: 767px) {

	/* -- css ハンバーガーアイコン -- */
	#panel2-btn{
		position: fixed;
		top: 0;
		right: 0;
		display: block;
		width: 40px;
		height: 44px;
		margin: 8px 9px;
		border-radius: 10%;
		background: #FFF;
		z-index: 11111;
	}

	#panel2-btn:hover{
		background: #FFF;
		background: rgba(255,255,255, 0.8);
	}

	.panel2-btn-icon1 ,
	.panel2-btn-icon2 ,
	.panel2-btn-icon3 {
		display: block;
		position: absolute;
		top: 17px;
		left: 9px;
		width: 22px;
		height: 2px;
		margin: 0;
		background: #0097e0;

		-webkit-transition: .2s .4s;
		-o-transition: .2s .4s;
		transition: .2s .4s;
	}

	.panel2-btn-icon1 {
		margin-top: -7px;
	}
	.panel2-btn-icon2 {
		margin-top: 0px;
	}
	.panel2-btn-icon3 {
		margin-top: 7px;
	}

	.panel2-btn-icon1:before ,
	.panel2-btn-icon3:before {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 22px;
		height: 2px;
		background: #0097e0;

		-webkit-transition: .3s .1s;
		-o-transition: .3s .1s;
		transition: .3s .1s;
	}

	.panel2-btn-title {
		overflow: hidden;
		display: block;
		position: absolute;
		top: 31px;
		left: 0;
		width: 40px;
		height: 12px;
	}

	.panel2-btn-title li {
		display: block;
		width: 40px;
		height: 15px;

		line-height: 1;
		font-size: 10px;
		color: #0097e0;
		text-align: center;

		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		    transform: scale(0.8);
	}
	.panel2-btn-title li:first-child {
		margin-top: -15px;

		-webkit-transition: .5s .1s;
		-o-transition: .5s .1s;
		transition: .5s .1s;
	}


	/* -- open時 -- */
	#panel2-sw:checked + div .panel2-btn-icon1 ,
	#panel2-sw:checked + div .panel2-btn-icon2 ,
	#panel2-sw:checked + div .panel2-btn-icon3 {
		background: transparent;
		margin-top: 0;

		-webkit-transition: .2s .1s;
		-o-transition: .2s .1s;
		transition: .2s .1s;
	}

	#panel2-sw:checked + div .panel2-btn-icon1:before ,
	#panel2-sw:checked + div .panel2-btn-icon3:before {
		width: 30px;
		left: -4px;

		-webkit-transition: .3s .3s;
		-o-transition: .3s .3s;
		transition: .3s .3s;
	}

	#panel2-sw:checked + div .panel2-btn-icon1:before {
		-webkit-transform: rotate(-225deg);
		-ms-transform: rotate(-225deg);
		    transform: rotate(-225deg);
	}

	#panel2-sw:checked + div .panel2-btn-icon3:before {
		-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		    transform: rotate(-135deg);
	}

	#panel2-sw:checked + div .panel2-btn-title li:first-child {
		margin-top: 0px;

		-webkit-transition: .5s .25s;
		-o-transition: .5s .25s;
		transition: .5s .25s;
	}

	/*------------------ ヘッダー ------------------*/
	#header {
		height: 0;
	}

	#site-info .area-header {
	}

	/* ヘッダーパネル */
	#site-info .area-header .area-header-panel {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 70px;
		background: #fff;
		border-top: 5px solid #21a9ed;
		border-bottom: 1px solid #eee;
		z-index: 10010;
	}

	/* ロゴ */
	#site-info .area-header .area-logo > div {
		position: absolute;
		top: 5px;
		left: 5px;
	}

	#site-info .area-header .area-logo a {
		width: 270px;
		height: 60px;
		padding: 10px;
	}

	/* 検索 */
	#site-info .area-header .area-search-box {
		position: absolute;
		top: 5px;
		right: 65px;
	}

	#site-info .area-header .area-search-box .text-section.highlight {
		width: 24px;
		height: 26px;
		padding: 3px;
		cursor: pointer;
	}

	#site-info .area-header .area-search-box .text-section.highlight img {
		width: 100%;
	}

	/* メニュー */
	/* 70pxはヘッダーの高さ分 */
	#site-info .area-menu {
		font-size: 0;
		position: fixed;
		top: 70px;
		left: 0;
		width: 100vw;
		height: calc(100% - 70px);
		max-height: 100%;
		overflow: hidden;
		z-index: 10000;

		-webkit-transition: .7s .1s;
		-o-transition: .7s .1s;
		transition: .7s .1s;

		background: #fff;
	/*	background: rgba(255, 255, 255, 0.9); */
	}

	#panel2-sw:not(:checked) ~ #site-info .area-header .area-menu {
	/*	max-height: 0; */
		left: 100%;
	}


	/* 3way-navi */
	#site-info .area-menu > div {
		position: absolute;
		width: 100vw;
		height: 100%;
		border-top: 1px solid #ddd;
		overflow: hidden;
		overflow-y: scroll;
	}

	/* フォルダ開閉 */
	#site-info .area-gnavi .sitemap-1st ul {
		position: absolute;
		top: 0;
		left: 100%;
		width: 100%;
		height: 100%;
		background: #fff;
		overflow: hidden;
		z-index: 1;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	}

	#site-info .area-gnavi .sitemap-1st ul.open {
		left: 0;
	}

	#site-info .area-gnavi .sitemap-1st ul.active {
		overflow-y: scroll;
	}


	/* 各要素共通 */
	#site-info .area-gnavi .sitemap-1st a ,
	#site-info .area-gnavi .sitemap-1st .gn-back span ,
	#site-info .area-gnavi .link-list li a ,
	#site-info .area-gnavi .link-list li span {
		position: relative;
		display: block;
		color: #000;
		font-size: 14px;
		font-weight: normal;
		padding: 15px 20px;
		text-align: left;
		border-bottom: 1px solid #f0f0f0;
	}

	#site-info .area-gnavi .sitemap-1st a[target="_blank"]:after ,
	#site-info .area-gnavi .link-list li a[target="_blank"]:after {
		content: "";
		background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png");
		background-size: contain;
		display: inline-block;
		width: 12px;
		height: 12px;
		vertical-align: middle;
		margin: 0 5px;
	}

	/* 通常リンク */
	#site-info .area-gnavi .sitemap-1st a:not(.gn-to-folder):not(.gn-folder-top) ,
	#site-info .area-gnavi .link-list li a {
		padding-right: 40px;
	}

	#site-info .area-gnavi .sitemap-1st a:not(.gn-to-folder):not(.gn-folder-top):before ,
	#site-info .area-gnavi .link-list li a:before {
		content: "";
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -5px;
		width: 9px;
		height: 9px;
		border-top: 2px solid #000;
		border-left: 2px solid #000;
		-webkit-transform: rotate(135deg);
		    -ms-transform: rotate(135deg);
		        transform: rotate(135deg);
	}

	/* 現在地表示 */
	#site-info .area-gnavi .sitemap-1st a.act:not(.gn-to-folder) ,
	#site-info .area-gnavi .link-list li a.act {
	}

	#site-info .area-gnavi .sitemap-1st a.act:not(.gn-to-folder):before ,
	#site-info .area-gnavi .link-list li a.act:before {
	}

	/* ↑階層へ(BACK) */
	#site-info .area-gnavi .sitemap-1st .gn-back span {
		padding-left: 40px;
		color: #000;
		font-weight: bold;
		background: #f0f0f0;
	}

	#site-info .area-gnavi .sitemap-1st .gn-back span:before {
		content: "";
		position: absolute;
		left: 20px;
		top: 50%;
		margin-top: -5px;
		display: block;
		width: 9px;
		height: 9px;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}

	/* ↓階層フォルダへ */
	#site-info .area-gnavi .sitemap-1st a.gn-to-folder {
		padding-right: 40px;
		color: #00665a;
		font-weight: bold;
	}

	#site-info .area-gnavi .sitemap-1st a.gn-to-folder:before {
		content: "";
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -5px;
		display: block;
		width: 9px;
		height: 9px;
		border-top: 2px solid #00665a;
		border-left: 2px solid #00665a;
		-webkit-transform: rotate(135deg);
		    -ms-transform: rotate(135deg);
		        transform: rotate(135deg);
	}

	/* フォルダトップ */
	#site-info .area-gnavi .sitemap-1st a.gn-folder-top {
		padding-left: 40px;
		color: #00665a;
		font-weight: bold;
	}

	#site-info .area-gnavi .sitemap-1st a.gn-folder-top:before {
		content: "";
		position: absolute;
		left: 20px;
		top: 50%;
		margin-top: -5px;
		display: block;
		width: 9px;
		height: 9px;
		border-top: 2px solid #00665a;
		border-left: 2px solid #00665a;
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}


	/* ヘッダーリンク集 */
	#site-info .area-utility-link {
		padding: 15px 0;
	}

	#site-info .area-utility-link .link-list ul {
		padding: 10px 0;
		text-align: center;
	}

	#site-info .area-utility-link .link-list ul li {
		display: inline-block;
		margin: 0 20px;
	}

	#site-info .area-utility-link .link-list ul li a {
		font-size: 12px;
		font-weight: bold;
	}

	#site-info .area-utility-link .link-list ul li a[target="_blank"]:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 15px;
		height: 12px;
		background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}

	/* 言語リンク */
	#site-info .area-lang-navi {
		padding: 15px 0;
	}

	#site-info .area-lang-navi .link-list ul {
		padding: 0 05px;
		text-align: center;
	}

	#site-info .area-lang-navi .link-list ul li {
		display: inline-block;
		width: calc(50% - 10px);
		margin: 0 5px;
	}

	#site-info .area-lang-navi .link-list ul li a {
		padding: 15px 10px;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		background: #00665a;
	}

	#site-info .area-lang-navi .link-list ul li a.act ,
	#site-info .area-lang-navi .link-list ul li a.within {
		color: rgba(255,255,255, 0.4);
		background: #cacaca;
	}


	/*------------------ フッター ------------------*/
	#site-info .area-footer {
	}

	#site-info .area-footer .area-footer-frame3 ,
	#site-info .area-footer .area-footer-frame2 ,
	#site-info .area-footer .area-footer-frame1 {
		background: #e9f3f2;
	}

	#site-info .area-footer .area-footer-frame3 > div ,
	#site-info .area-footer .area-footer-frame2 > div ,
	#site-info .area-footer .area-footer-frame1 > div {
	}


	/* フッターサイトマップ */
	#site-info .area-footer-sitemap {
	}

	#site-info .area-footer-sitemap >* {
	}
	#site-info .area-footer-sitemap >* >* {
		border-right: 1px solid #d1dad9;
		border-bottom: 1px solid #d1dad9;
	}
	#site-info .area-footer-sitemap >* >* >* {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		height: 55px;
		border-top: 1px solid #d1dad9;
		border-left: 1px solid #d1dad9;
	}

	#site-info .area-footer-sitemap >* >* >* >* {
	}

	#site-info .area-footer-sitemap .link-list ,
	#site-info .area-footer-sitemap .sitemap-1st {
	}

	#site-info .area-footer-sitemap .link-list a ,
	#site-info .area-footer-sitemap .sitemap-1st a {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		height: 55px;
		padding: 5px 5px;
		color: #000;
		font-size: 13px;
		font-weight: bold;
		border-bottom: 1px solid transparent;
		margin-bottom: 10px;
	}

	#site-info .area-footer-sitemap .link-list a[target="_blank"]:after ,
	#site-info .area-footer-sitemap .sitemap-1st a[target="_blank"]:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 20px;
		height: 16px;
		background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}

	#site-info .area-footer-sitemap .link-list a:hover ,
	#site-info .area-footer-sitemap .sitemap-1st a:hover {
		border-bottom-color: #000;
	}

	#site-info .area-footer-sitemap .sitemap-1st > h3 {
		display: table;
		width: 100%;
		height: 55px;
	}

	#site-info .area-footer-sitemap .sitemap-1st > h3 a {
	}

	#site-info .area-footer-sitemap .link-list li:not(.highlight) ,
	#site-info .area-footer-sitemap .sitemap-1st ul {
		display: none;
	}


	/* フッターリンク集 */
	#site-info .area-footer-link {
		padding: 15px 0;
	}

	#site-info .area-footer-link .link-list ul {
		padding: 10px 0;
		text-align: center;
	}

	#site-info .area-footer-link .link-list ul li {
		display: inline-block;
		margin: 0 20px;
	}

	#site-info .area-footer-link .link-list ul li a {
		font-size: 12px;
		font-weight: bold;
	}

	#site-info .area-footer-link .link-list ul li a[target="_blank"]:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 15px;
		height: 12px;
		background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.svg") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}


	/* コピーライト */
	#site-info .area-footer-copyright {
		padding: 25px 0;
		background: #00655b;
		font-size: 12px;
		color: #fff;
		text-align: center;
	}


}



/*------------------ プラグイン・サイト内共通 特殊設定 ------------------*/

/*==== ページ遷移時フェイドイン設定 ====*/
/*
body.ready {
	opacity: 1;
	transition: 0.5s 0.5s;
}

body:not(.ready) {
	opacity: 0;
	transition: 0.5s 0.5s;
}

body.inframe {
	opacity: 1 !important;
	transition: 0s !important;
}
*/





/*==== スクロールエフェクト ====*/
/* 出現アニメーション */
#promos3 .fadeObj ,
.fadeObj {
	opacity: 0;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: translate(0, 30px);
	    -ms-transform: translate(0, 30px);
	        transform: translate(0, 30px);
}

#promos3 .fadeObj.visible ,
.fadeObj.visible {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
	-webkit-transition: 0.5s 0.1s;
	-o-transition: 0.5s 0.1s;
	transition: 0.5s 0.1s;
}

.fadeObj.visible.column1 {
	-webkit-transition-delay: 0.1s;
	     -o-transition-delay: 0.1s;
	        transition-delay: 0.1s;
}
#promos3 .fadeObj.visible ,
.fadeObj.visible.column2 {
	-webkit-transition-delay: 0.3s;
	     -o-transition-delay: 0.3s;
	        transition-delay: 0.3s;
}
.fadeObj.visible.column3 {
	-webkit-transition-delay: 0.5s;
	     -o-transition-delay: 0.5s;
	        transition-delay: 0.5s;
}
.fadeObj.visible.column4 {
	-webkit-transition-delay: 0.7s;
	     -o-transition-delay: 0.7s;
	        transition-delay: 0.7s;
}
.fadeObj.visible.column5 {
	-webkit-transition-delay: 1.0s;
	     -o-transition-delay: 1.0s;
	        transition-delay: 1.0s;
}


/*===== 検索ダイアログ =====*/
#dialog_search {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(0,0,0, 0.4);

	transition: 0.2s;
	z-index: 50000;
	opacity: 0;
	visibility: hidden;
}

#dialog_search.open {
	opacity: 1;
	visibility: visible;
}


.close_btn {
	position: fixed;
	top: 0;
	right: 0;
	display: block;
	width: 40px;
	height: 44px;
	margin: 8px 9px;
	border-radius: 10%;
	background: #FFF;
	z-index: 10000;
}

.close_btn:hover{
	background: #FFF;
	background: rgba(255,255,255, 0.8);
}

.close2-btn-icon1 ,
.close2-btn-icon2 ,
.close2-btn-icon3 {
	display: block;
	position: absolute;
	top: 17px;
	left: 9px;
	width: 22px;
	height: 2px;
	margin: 0;
	background: #19294b;

	-webkit-transition: .2s .4s;
	-o-transition: .2s .4s;
	transition: .2s .4s;
}

.close2-btn-icon1 {
	margin-top: -7px;
}
.close2-btn-icon2 {
	margin-top: 0px;
}
.close2-btn-icon3 {
	margin-top: 7px;
}

.close2-btn-icon1:before ,
.close2-btn-icon3:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 2px;
	background: #19294b;

	-webkit-transition: .3s .1s;
	-o-transition: .3s .1s;
	transition: .3s .1s;
}

.close2-btn-title {
	overflow: hidden;
	display: block;
	position: absolute;
	top: 31px;
	left: 0;
	width: 40px;
	height: 12px;
}

.close2-btn-title li {
	display: block;
	width: 40px;
	height: 15px;

	line-height: 1;
	font-size: 10px;
	color: #19294b;
	text-align: center;

	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	    transform: scale(0.8);
}
.close2-btn-title li:first-child {
	margin-top: -15px;

	-webkit-transition: .5s .1s;
	-o-transition: .5s .1s;
	transition: .5s .1s;
}


/* -- open時 -- */
.close_btn .close2-btn-icon1 ,
.close_btn .close2-btn-icon2 ,
.close_btn .close2-btn-icon3 {
	background: transparent;
	margin-top: 0;

	-webkit-transition: .2s .1s;
	-o-transition: .2s .1s;
	transition: .2s .1s;
}

.close_btn .close2-btn-icon1:before ,
.close_btn .close2-btn-icon3:before {
	width: 30px;
	left: -4px;

	-webkit-transition: .3s .3s;
	-o-transition: .3s .3s;
	transition: .3s .3s;
}

.close_btn .close2-btn-icon1:before {
	-webkit-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	    transform: rotate(-225deg);
}

.close_btn .close2-btn-icon3:before {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	    transform: rotate(-135deg);
}

.close_btn .close2-btn-title li:first-child {
	margin-top: 0px;

	-webkit-transition: .5s .25s;
	-o-transition: .5s .25s;
	transition: .5s .25s;
}


#dialog_search h2 {
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-50%, 0);
	display: block;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	text-align: center;
}

#dialog_search .search_inputbox {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, 0);
	display: block;
	width: 300px;
}

#dialog_search .search_inputbox input[type="text"] {
	width: calc(100% - 32px);
}

#dialog_search .search_inputbox input[type="image"] {
	vertical-align: top;
}



/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {


	/*==== カルーセル：スライドMV（ベストエフォート型） ====*/
	/* スライドエリアと画像サイズに合わせて、各設定値を変更する事 */
	/* 下の例: */
	/* 最小スライドエリアwidth: 1040px */
	/* 画像height＝最小スライドエリアheight: 450px */
	/* 画像width: 1920px */
	[data-page-marker~="with-slider"] #mv ,
	#area-slider {
		position: relative;
		display: block;
		width: 100%;
		min-width: calc(1000px + 40px);
		height: auto;
		min-height: 450px;
		margin-bottom: 45px;
	}

	[data-page-marker~="with-slider"] #mv:before ,
	#area-slider:before {
		content: "";
		display: block;
		padding-top: calc(100% / 1920 * 450);
	}

	#area-slider  {
		position: absolute;
		top: 80px;
		left: 0;
	}

	#area-slider > div {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
	}

	#area-slider .slick-slide {
		min-height: 450px;
	}

	#area-slider .slick-slide:before {
		content: "";
		display: block;
		padding-top: calc(100% / 1920 * 450);
	}

	#area-slider .slick-slide > div {
		position: absolute;
		top: 50%;
		left: 50%;
		width: calc(1000px + 40px);
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}

	#area-slider .slick-slide > .column1 {
		width: 100%;
		min-width: 1920px;
	}

	#area-slider .slick-slide > .column1 img {
		width: 100%;
	}

	#area-slider .slick-dots {
		bottom: auto;
		top: 100%;
		display: block;
		width: 100%;
		height: 45px;
		padding: 9px 0;
		background: #fff;
	}

	#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;
	}



	/*==== メインビジュアル：MV（高さ固定型） ====*/
	[data-page-marker~="with-mv"] #page-intro > h1 {
		color: #fff;
		position: absolute;
		top: 210px;
		left: 50%;
		margin-left: -500px;
		width: 1000px;
		height: auto;
		z-index: 1;
	}

	[data-page-marker~="with-mv"] #mv ,
	#promos3 .area-mv {
		display: block;
		width: 100%;
		min-width: calc(1000px + 40px);
		height: 280px;
		position: relative;
		margin-bottom: 40px;
	}

	#promos3 .area-mv  {
		position: absolute;
		top: 120px;
		left: 0;
		overflow: hidden;
	}

	#promos3 .area-mv > .column1 {
		margin: auto;
		height: auto;

		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%);
	}

	#promos3 .area-mv img {
		width: 100%;
	}

}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {

	/*==== カルーセル：スライドMV（ベストエフォート型） ====*/
	/* スライドエリアと画像サイズに合わせて、各設定値を変更する事 */
	/* 下の例: */
	/* スライドエリアwidth: 100%(画面いっぱい) */
	/* PC時のスライドエリアwidth: 1040px */
	/* 画像height: 450px */
	/* 画像width: 1920px */
	[data-page-marker~="with-slider"] #mv ,
	#area-slider {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 45px;
	}

	[data-page-marker~="with-slider"] #mv:before ,
	#area-slider:before {
		content: "";
		display: block;
		padding-top: calc(100% / 1040 * 450);
	}

	#area-slider  {
		position: absolute;
		top: 70px;
		left: 0;
	}

	#area-slider > div {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
	}

	#area-slider .slick-slide {
	}

	#area-slider .slick-slide:before {
		content: "";
		display: block;
		padding-top: calc(100% / 1040 * 450);
	}

	#area-slider .slick-slide > div {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		font-size: 12px;
	}

	#area-slider .slick-slide > .column1 {
		width: calc(100% * 1920 / 1040);
	}

	#area-slider .slick-slide > .column1 img {
		width: 100%;
	}

	#area-slider .slick-dots {
		bottom: auto;
		top: 100%;
		display: block;
		width: 100%;
		height: 45px;
		padding: 9px 0;
		background: #fff;
	}

	#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;
	}



	/*==== メインビジュアル：MV（縦横比固定型） ====*/
	[data-page-marker~="with-mv"] #page-intro > h1 {
		color: #fff;
		position: absolute;
		top: 110px;
		left: 0px;
		width: 100%;
		height: auto;
		z-index: 1;
	}

	[data-page-marker~="with-mv"] #mv ,
	#promos3 .area-mv {
		position: relative;
		display: block;
		width: 100%;
		height: calc(100vw / 1040 * 280 * 1.5);
		margin-bottom: 40px;
	}

	#promos3 .area-mv  {
		position: absolute;
		top: 70px;
		left: 0;
		overflow: hidden;
	}

	#promos3 .area-mv > .column1 {
		margin: auto;
		height: auto;

		position: absolute;
		top: 50%;
		left: 50%;
		width: calc( 100% / 1920 * 1040 * 1.5 );
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}

	#promos3 .area-mv img {
		width: 100%;
	}
}



/*==== マルチ２一覧スライド ====*/
/* 設定resetしない */
#area-smulti-slider .slick-dots {
	display: none !important;
}

#area-smulti-slider .slick-prev ,
#area-smulti-slider .slick-next {
	margin: 0;

	top: 255px;
	width: 40px;
	height: 40px;
	z-index: 1;

	opacity: 0.5;
}

#area-smulti-slider .slick-prev {
	left: -110px;
}
#area-smulti-slider .slick-next {
	left: -70px;
}

#area-smulti-slider .slick-prev:before ,
#area-smulti-slider .slick-next:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.svg") no-repeat center center;
	background-size: contain;
}

#area-smulti-slider .slick-prev:before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

#area-smulti-slider .slick-prev:hover ,
#area-smulti-slider .slick-prev:focus ,
#area-smulti-slider .slick-prev:active ,
#area-smulti-slider .slick-next:hover ,
#area-smulti-slider .slick-next:focus ,
#area-smulti-slider .slick-next:active {
	opacity: 1;
}







/*------------------ 全ページ共通 特殊設定 ------------------*/
/*==== 背景黒 ====*/
/* 素材ページ等で白いロゴを見える様にする */
body#bg-black {
	background: #000;
}

/*==== タブ風スタイル ====*/
.link-list.highlight { width:100%; }
.link-list.highlight ul { display:flex; justify-content:center; width:100%; margin-bottom:40px; }
.link-list.highlight ul li + li { margin-left:10px; }
.link-list.highlight ul li a { display:block; min-width:230px; padding:7px 20px; text-align:center; border-radius:50px; font-size:1.6rem; border:1px solid #d1d2d2; background:#fff; background-image:none; transition:.5s; position:relative; }
.link-list.highlight ul li a:hover { text-decoration: none; }
.link-list.highlight ul li.highlight a,
.link-list.highlight ul li:not(.highlight) a:hover { background:#ea5504; border-color:#ea5504; color:#fff; }

.layout_link_tabstyle01 div.link-list:not(.highlight) {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 40px;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul {
	margin: 0;

	display: table-row
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li[class] {
	margin: 0;
	padding: 0;
	background: none;

	display: table-cell;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li[class]:before {
	content: none;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a {
	position: relative;
	overflow: visible;
	display: block;
	padding: 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;
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	.link-list.highlight ul { flex-wrap:wrap; }
	.link-list.highlight ul li { width:100%; }
	.link-list.highlight ul li + li { margin-left:0; margin-top:15px; }
	.link-list.highlight ul li a { min-width:0; width:100%; font-size:1.4rem; }
}


/*------------------ 個別ページ 特殊設定 ------------------*/

/*==== 共通 ====*/
#page-intro .lang_link { width:1000px; height:100%; position:absolute; left:50%; bottom:0; margin-left:-500px; z-index:2; }
#page-intro .lang_link.hidden { display:none; }
#page-intro .lang_link a { display:flex; width:100px; height:30px; line-height:30px; background:#cdcdcd; text-decoration:none; font-size:1.3rem; border-radius:4px; overflow:hidden; transition:.2s; position:absolute; bottom:40px; right:0; }
#page-intro .lang_link a:hover { opacity:0.7; }
#page-intro .lang_link a span { display:inline-block; text-align:center; }
#page-intro .lang_link a .inactive { width:45%; color:#908f8f; }
#page-intro .lang_link a .active {
	width:55%; color:#fff; border-radius:4px;
	background-image: -moz-linear-gradient( 90deg, rgb(213,75,0) 0%, rgb(255,116,40) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(213,75,0) 0%, rgb(255,116,40) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(213,75,0) 0%, rgb(255,116,40) 100%); }

.other-link { padding:80px 0 120px; background:#f3f3f3; }
.other-link .column1 { position:relative; display:block; width:100%; max-width:1040px; margin:0 auto; padding:0 20px; }
.other-link .slick-prev,
.other-link .slick-next {
	content: ""; display: block!important; width: 30px; height: 30px;
	position: absolute!important; top:25%!important; border:2px solid #f29968!important; border-width:2px 2px 0 0!important; }
.other-link .slick-prev { left:-30px; transform: rotate(-135deg); }
.other-link .slick-next { right:-30px; transform: rotate(45deg); }
.other-link .external-link-area { margin:0!important; padding:0 10px!important; }
.other-link .external-link-area > a { background:none!important; }
.other-link .external-link-area > a:before,
.other-link .external-link-area > a:after { content:none!important; }
.other-link .external-link-area > a > p { position:relative!important; background:none!important; color:#23323b!important; padding:15px 0 0 24px!important; }
.other-link .external-link-area > a > p:before {
	content:""; display:inline-block; width:14px; height:9px; position:absolute; top:20px; left:0;
	background:url(../../../../../share/img/icon_arrow_01.png) 0 0 no-repeat; background-size:contain; transition:tranform, .5s; }
.other-link .external-link-area > a:hover > p:before { transform:translateX(4px); }
.other-link .external-link-area > a:hover > img { transform:none!important; opacity:0.7!important; }
.other-link .external-link-area > a > p::after { content:none!important; }

/*==== HOME -> top.css ====*/

/*==== NEWS ====*/
.news-list-tabbed .tabItems li,
.news-english .tabItems li { box-shadow:0 0 8px rgba(0, 0, 0, .2); position:relative; }
.news-list-tabbed .tabItems li + li,
.news-english .tabItems li + li { margin-top:20px; }
.news-list-tabbed .tabItems li:before,
.news-english .tabItems li:before { content:""; display:block; width:100%; height:2px; position:absolute; left:0; bottom:0; background:#ea5504; }
.news-list-tabbed .tabItems li h3,
.news-english .tabItems li h3 { padding:25px 30px; font-size:1.6rem; font-weight:normal; }
.news-list-tabbed .tabItems li h3 .date,
.news-english .tabItems li h3 .date { padding-right:20px; }
.news-english .tabItems li h3 .date { display:inline-block; width:170px; }
.news-list-tabbed .tabItems li h3 > img,
.news-english .tabItems li h3 > img { display:none; }
.news-list-tabbed .tabItems li h3 a:before { content:""; display:inline-block; width:88px; height:20px; line-height:20px; margin-right:20px; font-size:1.2rem; color:#fff; background:#ea5504; text-align:center; }
.news-list-tabbed .tabItems li.tekijiElm h3 > img + a:before { content:"適時開示"; }
.news-list-tabbed .tabItems li.resultElm h3 > img + a:before { content:"決算"; }
.news-list-tabbed .tabItems li.gyousekiElm h3 > img + a:before { content:"業績"; }
.news-list-tabbed .tabItems li.prElm h3 > img + a:before { content:"PR"; }
.news-list-tabbed .tabItems li.irElm h3 > img + a:before { content:"IR"; }
.news-list-tabbed .tabItems li.governanceElm h3 > img + a:before { content:"ガバナンス"; }
.news-list-tabbed .tabItems li.yuhoElm h3 > img + a:before { content:"有報"; }
.news-list-tabbed .tabItems li.syosyuElm h3 > img + a:before { content:"招集通知"; }
.news-list-tabbed .tabItems li.noneElm h3 > img + a:before { content:"その他"; }
.news-list-tabbed .tabItems li h3 a,
.news-english .tabItems li h3 a { text-decoration:none; color:#1ba8d6; }
.news-list-tabbed .tabItems li h3 .filesize,
.news-english .tabItems li h3 .filesize { font-size:1.4rem; }


/*==== 財務・業績 ====*/
body[data-page-path^="/ja/finance"] #sharewithmain .text-section,
body[data-page-path^="/en/finance"] #sharewithmain .text-section { margin-bottom:0; z-index:2; }
body[data-page-path^="/ja/finance"] #sharewithmain .text-section  h2,
body[data-page-path^="/en/finance"] #sharewithmain .text-section  h2 { margin:15px 0 0;color:#333;font-size:18px;font-weight:bold; }
body[data-page-path^="/ja/finance"] #sharewithmain .text-section  h2 + p,
body[data-page-path^="/en/finance"] #sharewithmain .text-section  h2 + p { color:#666;font-size:12px; }
body[data-page-path^="/ja/finance"] #sharewithmain .text-section + .graph,
body[data-page-path^="/en/finance"] #sharewithmain .text-section + .graph { margin-top:-60px; z-index:1; }


/*==== ライブラリ ====*/
body[data-page-path="/ja/library/earnings"] #sharewithmain .teaser,
body[data-page-path="/en/library/earnings"] #sharewithmain .teaser { display:none; }


@media handheld, only screen and (max-width: 767px) {
	#page-intro .lang_link { width:100%; left:0; margin:0; }
	#page-intro .lang_link a { right:20px; bottom:20px; }
	
	.other-link { display:block; padding:40px 0 100px; }
	.other-link .column1 { padding:0 30px!important; }
	.other-link .slick-prev,
	.other-link .slick-next { width:20px; height:20px; top:38%!important; }
	.other-link .slick-prev { left:10px; }
	.other-link .slick-next { right:10px; }
	.other-link .external-link-area > a > p { font-size:1.4rem!important; }

	.news-list-tabbed .tabItems li h3,
	.news-english .tabItems li h3 { padding:20px; font-size:1.4rem; }
	.news-list-tabbed .tabItems li h3 .date,
	.news-english .tabItems li h3 .date { display:block; padding:0; margin-bottom:5px; }
	.news-list-tabbed .tabItems li h3 a { display:block; padding-top:25px; position:relative; }
	.news-list-tabbed .tabItems li h3 a:before { position:absolute; top:0; left:0; }

}

/*==== クッキー警告ダイアログ ====*/
#site-info .ux_popup_cookie_warning {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
/*	width: 100%; */
	z-index: 1000;
	background-color: rgba(0,0,0,0.5);

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#site-info .ux_popup_cookie_warning.agree {
	/* max-height: 0; */
	display: none;
}

#site-info .ux_popup_cookie_warning > div {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	display: block;
	transform: translateY(-50%);
}

#site-info .ux_popup_cookie_warning > div > div.reuse-main-area {
	display: block;
	width: auto;
	padding: 50px;
	margin: auto;
	color: #000;
	line-height: 1.6;
	background-color: #fff;

}

#site-info .ux_popup_cookie_warning .text-section p + p {
	margin-top: 10px;
}

#site-info .ux_popup_cookie_warning .text-section strong {
	display: inline-block;
	margin-bottom: 10px;
}

#site-info .ux_popup_cookie_warning .text-section a {
	position: relative;
	display: inline-block;
	padding-left: 1.4em;
	margin-top: 10px;
}

#site-info .ux_popup_cookie_warning .text-section a::before {
	content: "";
	width: 1em;
	height: 1em;
	display: inline-block;
	position: absolute;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3Bstroke%3A%23222222%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Earrow_right%3C%2Ftitle%3E%3Cpolyline%20class%3D%22a%22%20points%3D%2210.01%205%2014%209%200%209%22%2F%3E%3C%2Fsvg%3E') no-repeat left center;
	top: 0.3em;
	left: 0;
	margin: 0;
}

#site-info .ux_popup_cookie_warning .text-section a:hover {
	text-decoration: none;
}

#site-info .ux_popup_cookie_warning .title4.highlight h4 {
	display: block;
	width: auto;
	max-width: 220px;
    padding: 8px 30px;
	margin: auto;
	color: #fff;
	background: #ea5504;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.375;
	cursor: pointer;
	border-radius: 40px;
    transition: opacity .5s;
}

@media print, screen and (min-width: 768px) {
	#site-info .ux_popup_cookie_warning {
	}

	#site-info .ux_popup_cookie_warning > div {
	}

	#site-info .ux_popup_cookie_warning > div > div.reuse-main-area {
		max-width: 700px;
		margin: auto;
	}

	#site-info .ux_popup_cookie_warning > div > div.reuse-main-area::after {
		content: "";
		display: block;
		clear: both;
	}

	#site-info .ux_popup_cookie_warning .text-section {
		/* float: left; */
	}

	#site-info .ux_popup_cookie_warning .title4.highlight {
		width: 100%;
		margin-top: 10px;
		display: inline-block;
	}
}

@media screen and (max-width: 767px) {
	#site-info .ux_popup_cookie_warning > div {
		padding: 15px 10px;
	}
	#site-info .ux_popup_cookie_warning > div > div.reuse-main-area {
		padding: 25px;
	}

	#site-info .ux_popup_cookie_warning .text-section {
		font-size: 11px;
	}

	#site-info .ux_popup_cookie_warning .title4.highlight {
		margin: 10px auto 0;
		text-align: center;
	}

	#site-info .ux_popup_cookie_warning .title4.highlight h4 {
		padding: 13px 20px;
	}

}




/* -- 印刷用 -- */
@media print {
	/* 印刷時、ヘッダー固定、フッター非表示 */
	#site-info .area-header > div {
		position: absolute !important;
	}

	#site-info .area-footer {
		display: none;
	}

}

