@charset "utf-8";
/*------------------ based on 19/08/21 */
/* > 1%, last 4 versions, Firefox ESR */
/*------------------------------------ */

/* --------------------------------------
 基本設定
-------------------------------------- */
/* ベースフォント */
body {
	font-family: Noto Sans JP,Noto Sans Japanese,Noto Sans, 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;
}

/* 游ゴシック/游明朝 を使わない */
/*
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;
}
*/


#header.en ,
#header.en ~* {
	font-family: Noto Sans,Noto Sans JP,Noto Sans Japanese,Noto Sans, YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#header.en ~* * {
	letter-spacing: 0 !important;
}




/* ベースフォントサイズ */
html {
	font-size: 16px;
}

body {
	color: #333;
	line-height: 1.5;
}

a:link ,
a:visited {
	color: #29679f;
	text-decoration: none;
}

a:hover ,
a:active {
	color: #29679f;
	text-decoration: underline;
}


@media handheld, only screen and (max-width: 767px) {
	html {
/*		font-size: 16px; */
	}
}


/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	#wrapper-2 {
		margin-top: 0;
	}

	#wrapper-3 {
		padding-top: 40px;
	}

}


/*------------------------------------- 
 ぱんくず
-------------------------------------*/
/* 4箇所ある枠の内1か所に入力 */
.bread-crumb {
	margin: auto;
	padding: 15px 0px 0;
	font-size: 12px;
	letter-spacing: 0.05em;
	min-height: 35px;
}

.bread-crumb ol {
}

.bread-crumb ol::after ,
.bread-crumb::after {
	content: "";
	display: block;
	clear: both;
}

.bread-crumb a ,
.bread-crumb strong {
/*	color: inherit; */
}

.bread-crumb h5 ,
.bread-crumb h5 p ,
.bread-crumb h5 span ,
.bread-crumb ol li {
	float: left;
}

.bread-crumb h5 p::after ,
.bread-crumb h5 span::after ,
.bread-crumb ol li::after {
	content: "＞";
	padding: 0 0.3em;
}

.bread-crumb ol li:last-child::after {
	content: none;
}

/* -- TOP書き換え -- */
.bread-crumb ol li:first-child a {
	font-size: 0;
	letter-spacing: 0;
}
.bread-crumb ol li:first-child a::before {
	content: "HOME";
	vertical-align: inherit;
	font-size: 12px;
	letter-spacing: 0.05em;
	float: left;
}

.bread-crumb ol li:first-child a:hover::before {
	text-decoration: underline;
}

/*
#header.ja ~ .bread-crumb ol li:first-child a::before ,
#header.ja ~* .bread-crumb ol li:first-child a::before {
	content: "ホーム";
}
*/

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	.bread-crumb {
		min-width: 1000px;
	}

	.bread-crumb ol {
		width: 1000px;
		margin: auto;
	}

}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	.bread-crumb {
		padding: 15px 20px 0;
	}

	.bread-crumb ol li:first-child a::before {
	}
}



/* -----------------------------
 グローバルナビ
--------------------------------- */
/*-- ページプロパティに設定あり --*/
/* -- 初期非表示 -- */ 
#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;
		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: 100%;
		padding: 50px 0 10px;
	}

	#nav-box::after {
		content: "";
		display: block;
		clear: both;
	}

	/* 第１・２階層トップでは非表示 */
	[data-current-level="1"] #nav-box ,
	[data-current-level="2"] #nav-box {
		display: none;
	}

	/* ナビ上に無い独立したページでは非表示 */
	#nav-box.stray {
		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;

		min-width: 184px;
		padding: 8px 0;
		position: relative;
		color: #333;
		line-height: 1.25;
		letter-spacing: 0.1em;
		font-size: 14px;
		font-weight: normal;
		text-decoration: none;
		text-align: center;
		border-bottom: 5px solid #eaeaea;
	}

	#nav-box strong {
		border-bottom-color: #ca004c;
	}

	#nav-box a:hover {
		border-bottom-color: #ca004c;
	}


	/* 現在地を含むフォルダーを表示 */
	#nav .within {
	}

	#nav .within > ul {
		display: inline-block;
		width: calc(100% + 15px);
		text-align: left;
	}

	#nav .within > ul > li {
		display: inline-block;
		margin-right: 15px;
		margin-bottom: 10px;
	}

	#nav .within > ul > li > a ,
	#nav .within > ul > li > strong {
		display: inline-block;
	}

	/* 孫ページは非表示 */
	#nav .within > ul ul {
		display: none;
	}

}


/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	#nav-box {
		display: none;
	}

	#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: none;
}

.quoted-text blockquote a[target="_blank"]::before ,
.highlight-quoted-text a[target="_blank"]::before ,
.text-section a[target="_blank"]::before ,
.faq-item a[target="_blank"]::before ,
.vtable-item a[target="_blank"]::before ,
.ircalendar-title a[target="_blank"]::before ,
.ircalendar-item a[target="_blank"]::before {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 18px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/linkout.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: 17px;
	height: 21px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
}

.quoted-text blockquote a[href$=".pdf"]::before ,
.highlight-quoted-text a[href$=".pdf"]::before ,
.text-section a[href$=".pdf"]::before ,
.faq-item a[href$=".pdf"]::before ,
.vtable-item a[href$=".pdf"]::before ,
.ircalendar-title a[href$=".pdf"]::before ,
.ircalendar-item a[href$=".pdf"]::before ,
.quoted-text blockquote a[href*=".pdf#"]::before ,
.highlight-quoted-text a[href*=".pdf#"]::before ,
.text-section a[href*=".pdf#"]::before ,
.faq-item a[href*=".pdf#"]::before ,
.vtable-item a[href*=".pdf#"]::before ,
.ircalendar-title a[href*=".pdf#"]::before ,
.ircalendar-item a[href*=".pdf#"]::before {
	content: none;
}


/*------------------------------------- 
 見出し
-------------------------------------*/

.page-intro-wrapper {
	background: url("../../../../../../resources/sw_img/bg_h1b.png") repeat center center;

	display: none;
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	.page-intro ,
	#page-intro {
		position: relative;
		margin: auto;
	}

	.page-intro {
		width: 1000px;
		padding: 15px 0;
		margin: 70px auto 50px;
	}

	/* -- ページタイトルをテキストで表示 -- */
	.page-intro > .h1 ,
	#page-intro > h1 {
		position: relative;
		padding: 30px 0;
		color: #333;
		font-size: 38px;
		letter-spacing: 0.14em;
		font-weight: bold;
		line-height: 1.3;
		margin-bottom: 70px;
	}

	[data-current-level="2"] .page-intro > .h1 ,
	[data-current-level="2"] #page-intro > h1 {
		padding: 39px 0 30px;
		margin-bottom: 39px;
	}

	.page-intro > .h1::before ,
	#page-intro > h1::before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		display: block;
		width: 139px;
		height: 15px;
		background: url("../../../../../../resources/sw_img/bg_h1.png") center center no-repeat;
	}

}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	/*-- ページ概要エリア --*/
	.page-intro > .h1 ,
	#page-intro > h1 {
		position: relative;
		padding: 50px 0 13px;
		color: #333;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.3;
		letter-spacing: 0.14em;
		margin: 0 5px;
		margin-bottom: 50px;
	}

	.page-intro-wrapper {
		margin-top: 64px;
		padding: 40px 15px;
		margin-bottom: 40px;
	}

	.page-intro > .h1 {
		padding-top: 0;
		margin-bottom: 0;
	}

	.page-intro > .h1::before ,
	#page-intro > h1::before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		display: block;
		width: 70px;
		height: 10px;
		background: url("../../../../../../resources/sw_img/bg_h1.png") center bottom no-repeat;
		background-size: contain;
	}

}


[data-page-marker~="large-title"] .page-intro-wrapper {
	display: block;
}

/* jsでクローン */
[data-page-marker~="large-title"] .page-intro-wrapper.cloned.cancel ,
[data-page-marker~="large-title"] #page-intro.cloned > *:not(.mgnlEditor) ,
[data-page-marker~="large-title"] #page-intro.moved {
	display: none;
}



/*-- ニュースページ 共通見出し表示用(要plugin) --*/
.page-intro > .h0 ,
#page-intro > .h0 {
	display: none;
}

/* -- ページタイトルを画像で表示 -- */
.page-intro .titleImage ,
#page-intro .titleImage {
	margin-bottom: 20px;
}

.page-intro .titleImage .h1 ,
#page-intro .titleImage h1 {
}

.page-intro .titleImage .h1 img ,
#page-intro .titleImage h1 img {
	width: auto;
}

/* -- 日付（ニュース・マルチ2） -- */
.page-intro .text-meta ,
#page-intro .text-meta {
	color: inherit;
}

/*-- ニュースページ カテゴリアイコン表示用(要plugin) --*/
.page-intro .category-icon ,
#page-intro .category-icon {
	display: none;
}

/*-- 概要(ページでは非表示・内部リンク元に表示される) --*/
.page-intro .abstractImage ,
#page-intro .abstractImage {
	display: none;
}


/*-------------- 中見出し(共通) ------------*/
.text-section h2 ,
.link-list h2 ,
.link-list-url h2 ,
.news-result dl dt ,
.news-yuho dl dt ,
.news-presentation dl dt ,
.news-material dl dt ,
.title2:not(.highlight) h2 {
	padding-top: 30px;
	color: #333;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.25;
	padding-bottom: 20px;
	border-bottom: 2px solid #ca004c;

	margin-bottom: 30px;
}

.title2.style2:not(.highlight) h2 {
	margin-top: 30px;
	padding: 6px 10px 6px 18px;
	border-bottom: none;
	border-left: 3px solid #ca004c;
	background-color: #f2f2f2;
}


/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	.title2.style2:not(.highlight) h2 {
		font-size: 17px;
		padding: 5px 8px 5px 11px;
	}
}

/*-------------- 小見出し --------------*/
/* -- 見出しh2レベル -- */
.title2.highlight h2 {
}

/* -- 見出しh3レベル -- */
.title3:not(.highlight) h3 {
	padding-top: 10px;
	padding-bottom: 5px;
	color: #ca004c;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 15px;
}

.title3.highlight h3 {
}


/* -- 見出しh4レベル -- */
.title4:not(.highlight) h4 {
	position: relative;
	padding-top: 5px;
	padding-left: 16px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;

	margin-bottom: 15px;
}

.title4:not(.highlight) h4::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 13px;
	height: 13px;
	margin-top: -3px;
	background: #ca004c;
}

.title4.highlight h4 {
}


.title2:not(.highlight):last-child h2 {
	margin-bottom: 10px;
}

.title3:not(.highlight):last-child h3 ,
.title4:not(.highlight):last-child h4 ,
.title2.highlight:last-child h2 ,
.title3.highlight:last-child h3 ,
.title4.highlight:last-child h4 {
/*	margin-bottom: 0px;  */
}

/*------------------------------------- 
 テキスト・画像
-------------------------------------*/
/*-------------- 緊急お知らせエリア --------------*/
/* 総合トップ・サイトトップのみ、コンテンツエリア外に１つのみ */
.quoted-text {
	padding: 20px 0;
	background: #fafbfb;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.quoted-text blockquote {
	background: none;
	padding: 20px 20px;
	border: #ff0000 4px solid;
	color: #ff0000;
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	.quoted-text blockquote {
		width: 1000px;
		margin: 0px auto;
	}
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	.quoted-text {
		padding: 15px 15px;
	}
}


/*-------------- 囲み線ありテキスト --------------*/
.highlight-quoted-text {
	background: #eaeaea;
	padding: 25px 35px;
	margin: 0 auto 20px;
}

.highlight-quoted-text cite {
	background: transparent url("../../../../../../resources/templating-kit/themes/pop/img/bgs/dash.png") no-repeat scroll 0px 8px;
	padding-left: 10px;
	font-size: 12px;
	font-style: italic;
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	.highlight-quoted-text {
		padding: 10px;
	}
}


/*-------------- テキストと画像 --------------*/
.text-section {
	margin-bottom: 20px;
}


.text-section.highlight {
	padding-bottom: 20px;
	border-bottom: 1px solid #ca004c;
	margin-bottom: 10px;
}

/*-------------- FAQ --------------*/
.faq-list {
}

.faq-list > ul {
}

.faq-list > ul > li {
	clear: both;
	margin-bottom: 20px;
	min-height: 51px;
}

.faq-list h3 {
	position: relative;
	margin-bottom: 10px;
}

.faq-list h3 a::before {
	content: "Q.";
/*
	position: absolute;
	top: 10px;
	left: 0px;
	display: block;
	width: 19px;
	height: 24px;
	background: url("../../../../../../resources/sw_img/icon_q.png") center center no-repeat;
	background-size: contain;
	margin-top: 0.125em;
*/
}

.faq-list h3 a {
	display: block;
	color: #29679f;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	padding: 0;
}

.faq-list h3 a:hover {
	text-decoration: underline;
}

.faq-item {
	position: relative;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	padding-left: 50px;
}

.faq-item::before {
	content: "A.";
	position: absolute;
	top: 0px;
	left: 30px;
/*
	position: absolute;
	top: 10px;
	left: 0px;
	display: block;
	width: 19px;
	height: 24px;
	background: url("../../../../../../resources/sw_img/icon_a.png") center center no-repeat;
	background-size: contain;
	margin-top: 0.3em;
*/
}


/*-- 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: 14px;
	padding-left: 35px;
}

.anchor-link a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -9px;
	display: block;
	width: 19px;
	height: 18px;
	background: url("../../../../../../resources/sw_img/icon_anchor.png") center center no-repeat;
	background-size: contain;
}

/* -- デスクトップ用 -- */
@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 {
}

.teaser .note_tx ,
.external-teaser .note_tx ,
.download-teaser .note_tx {
	position: absolute;
	z-index: 2;
}


/* ----- 内部・外部バナー（テキストのみ）　スタイルＡ ----- */
/* ----- ダウンロードバナー（テキストのみ）　スタイルＡ ----- */
.teaser.no-img.style1 ,
.external-teaser.no-img.style1 ,
.download-teaser.no-img.style1 {
	max-width: 500px;
}

.teaser.no-img.style1 h2 ,
.external-teaser.no-img.style1 h2 ,
.download-teaser.no-img.style1 h2 {
	position: relative;
}

.teaser.no-img.style1 h2 a ,
.external-teaser.no-img.style1 h2 a ,
.download-teaser.no-img.style1 h2 a {
	padding: 18px 20px 18px 40px;
	font-size: 16px;
	color: #ca004c;
	font-weight: bold;
	background: #eaeaea;
	text-decoration: none;
}

.teaser.no-img.style1 h2 a::before ,
.external-teaser.no-img.style1 h2 a::before ,
.download-teaser.no-img.style1 h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -5px;
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 11px;
	background: url("../../../../../../resources/sw_img/icon_arr02.png") center center no-repeat;
	background-size: contain;
}

.teaser.no-img.style1 h2 a[target="_blank"]::after ,
.external-teaser.no-img.style1 h2 a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.download-teaser.no-img.style1 h2 a[href*=".pdf"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 21px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.teaser.no-img.style1 p:not(.note_tx) ,
.external-teaser.no-img.style1 p:not(.note_tx) ,
.download-teaser.no-img.style1 p:not(.note_tx) {
	margin-top: 5px;
	font-size: 14px;
}

.teaser.no-img.style1 h2 a:hover ,
.external-teaser.no-img.style1 h2 a:hover ,
.download-teaser.no-img.style1 h2 a:hover {
	text-decoration: underline;
}



/* お問い合わせ専用 チェックボックスつきテキスト */
.external-teaser.with-checkbox:not(.highlight) p:not(.note_tx) {
	text-align: center;
	font-size: 14px;
}

.external-teaser.with-checkbox:not(.highlight) input[type=checkbox] {
	vertical-align: middle;
}

/* お問い合わせ専用 リンク無効時 */
.external-teaser.with-checkbox.disabled:not(.highlight) h2 a {
	background: #ccc;
	color: #999;
	text-decoration: none;
}

.external-teaser.with-checkbox.disabled:not(.highlight) h2 a::before {
	content: none;
}



/* ----- 内部・外部バナー（テキストと画像）　スタイルＡ ----- */
/* ----- ダウンロードバナー（テキストと画像）　スタイルＡ ----- */
.teaser:not(.no-img).style1 ,
.external-teaser:not(.no-img).style1 ,
.download-teaser:not(.no-img).style1 {
	position: relative;
	margin-bottom: 40px;
}

.teaser:not(.no-img).style1 h2 ,
.external-teaser:not(.no-img).style1 h2 ,
.download-teaser:not(.no-img).style1 h2 {
	padding-top: 10px;
}

.teaser:not(.no-img).style1 h2::before ,
.external-teaser:not(.no-img).style1 h2::before ,
.download-teaser:not(.no-img).style1 h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-top: 200px solid #ca004c;
	border-right: 200px solid transparent;
	z-index: 1;
	transition: all 0.5s ease 0s;
}

.teaser:not(.no-img).style1 h2::after ,
.external-teaser:not(.no-img).style1 h2::after ,
.download-teaser:not(.no-img).style1 h2::after {
	content: "";
	position: absolute;
	top: 0;
	left: 190px;
	display: block;
	border-top: 10px solid transparent;
	border-right: 10px solid #80001b;
	z-index: 1;
	transition: all 0.5s ease 0s;
}

.teaser:not(.no-img).style1 h2 a ,
.external-teaser:not(.no-img).style1 h2 a ,
.download-teaser:not(.no-img).style1 h2 a {
	position: absolute;
	z-index: 2;
/*	margin-left: 5px; */
	margin-top: 15px;
	width: 130px;

	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 1.35;
	letter-spacing: 0.05em;
	text-decoration: none;
}

.teaser:not(.no-img).style1 h2 a[target="_blank"]::after ,
.external-teaser:not(.no-img).style1 h2 a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.teaser:not(.no-img).style1 h2 + a ,
.external-teaser:not(.no-img).style1 h2 + a ,
.download-teaser:not(.no-img).style1 h2 + a {
/*	overflow: visible; */
	position: relative;
	display: block;
}

.teaser:not(.no-img).style1 h2 + a img ,
.external-teaser:not(.no-img).style1 h2 + a img ,
.download-teaser:not(.no-img).style1 h2 + a img {
	display: block;
	width: 100%;
	transition: all 0.5s ease 0s;
}

.teaser:not(.no-img).style1 p:not(.note_tx) ,
.external-teaser:not(.no-img).style1 p:not(.note_tx) ,
.download-teaser:not(.no-img).style1 p:not(.note_tx) {
	margin: 0;
	padding: 30px 30px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	background: #f2f2f2;
}

.teaser:not(.no-img).style1 p:not(.note_tx)::before ,
.external-teaser:not(.no-img).style1 p:not(.note_tx)::before ,
.download-teaser:not(.no-img).style1 p:not(.note_tx)::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 100%;
	height: calc(100% - 10px);
	background: #f2f2f2;
	z-index: -1;
}

.teaser:not(.no-img).style1:hover h2 a ,
.external-teaser:not(.no-img).style1:hover h2 a ,
.download-teaser:not(.no-img).style1:hover h2 a ,
.teaser:not(.no-img).style1 h2 a:hover ,
.external-teaser:not(.no-img).style1 h2 a:hover ,
.download-teaser:not(.no-img).style1 h2 a:hover {
}

.teaser:not(.no-img).style1:hover ,
.external-teaser:not(.no-img).style1:hover ,
.download-teaser:not(.no-img).style1:hover {
	opacity: 0.7;
}

.teaser:not(.no-img).style1:hover h2::before ,
.external-teaser:not(.no-img).style1:hover h2::before ,
.download-teaser:not(.no-img).style1:hover h2::before {
	border-top-color: #666;
}
.teaser:not(.no-img).style1:hover h2:after ,
.external-teaser:not(.no-img).style1:hover h2::after ,
.download-teaser:not(.no-img).style1:hover h2::after {
	border-right-color: #333;
}

.teaser:not(.no-img).style1:hover h2 + a img ,
.external-teaser:not(.no-img).style1:hover h2 + a img ,
.download-teaser:not(.no-img).style1:hover h2 + a img {
	opacity: 1;
	transform: scale(1.07);
}


/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	.teaser:not(.no-img).style1 p:not(.note_tx) ,
	.external-teaser:not(.no-img).style1 p:not(.note_tx) ,
	.download-teaser:not(.no-img).style1 p:not(.note_tx) {
		padding: 20px 20px;
	}
}





/* ----- 内部・外部バナー（テキストのみ　ハイライト表示）　メインエリア用 ----- */
/* ----- ダウンロードバナー（テキストのみ　ハイライト表示）　メインエリア用 ----- */
.teaser.no-img.highlight ,
.external-teaser.no-img.highlight ,
.download-teaser.no-img.highlight {
}



/* ----- 内部・外部バナー（テキストと画像　ハイライト表示）　メインエリア用 ----- */
/* ----- ダウンロードバナー（テキストと画像　ハイライト表示）　メインエリア用 ----- */
.teaser:not(.no-img).highlight ,
.external-teaser:not(.no-img).highlight ,
.download-teaser:not(.no-img).highlight {
}




/*------ 内部・外部 エリアリンク ------*/
.internal-link-area:not(.highlight) ,
.external-link-area:not(.highlight) {
	margin-bottom: 20px;
}

.internal-link-area:not(.highlight) > a ,
.external-link-area:not(.highlight) > a {
	display: block;
	text-decoration: none;
}

.internal-link-area:not(.highlight) > a:hover ,
.external-link-area:not(.highlight) > a:hover {
	opacity: 0.7;
}


/*------ 内部・外部 エリアリンク（ハイライト表示） ------*/
.internal-link-area.highlight ,
.external-link-area.highlight {
	margin-bottom: 20px;
}

.internal-link-area.highlight > a ,
.external-link-area.highlight > a {
	display: block;
	text-decoration: none;
}

.internal-link-area.highlight > a:hover ,
.external-link-area.highlight > a:hover {
	opacity: 0.7;
}


/*------ ダウンロード エリアリンク ------*/
.download-link-area:not(.highlight) {
	margin-bottom: 20px;
}

.download-link-area:not(.highlight) > a {
	display: block;
	text-decoration: none;
}

.download-link-area:not(.highlight) > a:hover {
	opacity: 0.7;
}

/* -- テキスト先頭にpdfアイコンを付ける -- */
.download-link-area:not(.highlight) > a[href$=".pdf"] > p:first-child::before ,
.download-link-area:not(.highlight) > a[href$=".pdf"] > img + p::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 21px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
}


/*------------------------------------- 
 リスト
-------------------------------------*/
/* 共通設定 決算短信・有報・最新決算・説明会資料（自動連携）、リンクリスト（手動） */

.link-list:not(.highlight) ul ,
.link-list.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.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.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;
	padding-top: 10px;
	margin-bottom: 5px;
}

/* パターンA：ダウンロードもアイコンをつける場合 */
/*
.link-list:not(.highlight) li[class]:not(.highlight) ,
.link-list.highlight li[class]:not(.highlight) ,
.link-list-url li[class]:not(.highlight) ,
.news-result dl dd:not(.highlight) ,
.news-yuho dl dd:not(.highlight) ,
.news-presentation dl dd:not(.highlight) ,
.news-material dl dd:not(.highlight) {
	padding-left: 35px;
}

.link-list:not(.highlight) li[class]:not(.highlight)::before ,
.link-list.highlight li[class]:not(.highlight)::before ,
.link-list-url li[class]:not(.highlight)::before ,
.news-result dl dd:not(.highlight)::before ,
.news-yuho dl dd:not(.highlight)::before ,
.news-presentation dl dd:not(.highlight)::before ,
.news-material dl dd:not(.highlight)::before {
	content: "";
	position: absolute;
	top: calc(10px + 1.5em / 2 - 18px / 2);
	left: 0px;
	display: inline-block;
	width: 19px;
	height: 18px;
	background: url("../../../../../../resources/sw_img/icon_arr01.png") no-repeat center center;
	background-size: contain;
}
*/

/* パターンB：ダウンロードにリンクアイコンをつけない場合 */
.link-list:not(.highlight) .internal-link-text:not(.highlight) ,
.link-list:not(.highlight) .external-link-text:not(.highlight) ,
.link-list.highlight .internal-link-text:not(.highlight) ,
.link-list.highlight .external-link-text: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: 23px;
}

.link-list:not(.highlight) .internal-link-text:not(.highlight)::before ,
.link-list:not(.highlight) .external-link-text:not(.highlight)::before ,
.link-list.highlight .internal-link-text:not(.highlight)::before ,
.link-list.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: calc(10px + 1.5em / 2 - 18px / 2);
	left: 0px;
	display: inline-block;
	width: 19px;
	height: 18px;
	background: url("../../../../../../resources/sw_img/icon_arr01.png") no-repeat center center;
	background-size: contain;
}

/* リンクなしテキストは、リンクアイコン無しで、パディングだけつける */
.link-list:not(.highlight) li.text-without-link:not(.highlight)::before ,
.link-list.highlight li.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.highlight .external-link-text a[target="_blank"]::after ,
.link-list.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: 18px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/linkout.png") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
}


/* ハイライト表示のリンクは、直前のリンクに属する様に見えるスタイルにする。 */
/* (ハイライト表示されていないリンクは、他の決算短信・有報と同列に表示）  */
.link-list:not(.highlight) li[class].highlight ,
.link-list.highlight li[class].highlight ,
.link-list-url li.highlight ,
.news-result dl dd.highlight ,
.news-yuho dl dd.highlight ,
.news-presentation dl dd.highlight ,
.news-material dl dd.highlight {
	padding-top: 0px;
	padding-left: 45px;
}

/* ハイライト表示のリンクのＬ字アイコン */
.link-list:not(.highlight) li[class].highlight::before ,
.link-list.highlight li[class].highlight::before ,
.link-list-url li.highlight::before ,
.news-result dl dd.highlight::before ,
.news-yuho dl dd.highlight::before ,
.news-presentation dl dd.highlight::before ,
.news-material dl dd.highlight::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 25px;
	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.highlight .internal-link-text a ,
.link-list.highlight .external-link-text a ,
.link-list.highlight .download-link-text a:not(.d_icon) ,
.link-list.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) {
}


.link-list .d_icon.front ,
.link-list-url .d_icon.front ,
.news-result .d_icon.pdf_front ,
.news-yuho .d_icon.pdf_front ,
.news-presentation .d_icon.pdf_front ,
.news-material .d_icon.pdf_front {
	margin-right: 0.5em;
}

.link-list .d_icon.rear ,
.link-list-url .d_icon.rear ,
.news-result .d_icon.pdf_rear ,
.news-yuho .d_icon.pdf_rear ,
.news-presentation .d_icon.pdf_rear ,
.news-material .d_icon.pdf_rear {
	margin-left: 0.5em;
}


/*-- リンクリスト（ハイライト表示） --*/
.link-list.highlight {
}

.link-list.highlight h2 {
}

.link-list.highlight ul {
}

.link-list.highlight ul li[class] {
}

.link-list.highlight ul li[class] a {
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	.link-list.highlight ul li[class] {
		display: inline-block;
		margin-right: 30px;
	}
}


/*------------------------------------- 
 表組・テーブル・財務ハイライト(表組)・配当金(表組)
-------------------------------------*/
/*-- table共通 --*/
.highlights-table ,
.highlights-alltable-2nd ,
.haitou-table-2nd ,
.vtable-item ,
.ircalendar-title ,
.ircalendar-item ,
.tbCore ,
.htCore ,
table.icell {
/*	font-size: calc(1rem - 2px); */
	font-size: inherit;
}


.highlights-table ,
.highlights-alltable-2nd ,
.haitou-table-2nd ,
.tbCore ,
table.icell {
	border-top: 2px solid #808080;
	border-bottom: 2px solid #808080;
}

.vertical-table ,
.ircalendar {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}



.highlights-table th:first-child ,
.highlights-table td:first-child ,
.highlights-alltable-2nd th:first-child ,
.highlights-alltable-2nd td:first-child ,
.haitou-table-2nd th:first-child ,
.haitou-table-2nd td:first-child ,
.vertical-table th:first-child ,
.vertical-table td:first-child ,
.ircalendar th:first-child ,
.ircalendar td:first-child ,
.tbCore th:first-child ,
.tbCore td:first-child ,
.htCore th:first-child ,
.htCore td:first-child ,
table.icell th:first-child ,
table.icell td:first-child {
	border-left-color: #fff;
}

.highlights-table th:last-child ,
.highlights-table td:last-child ,
.highlights-alltable-2nd th:last-child ,
.highlights-alltable-2nd td:last-child ,
.haitou-table-2nd th:last-child ,
.haitou-table-2nd td:last-child ,
.vertical-table th:last-child ,
.vertical-table td:last-child ,
.ircalendar th:last-child ,
.ircalendar td:last-child ,
.tbCore th:last-child ,
.tbCore td:last-child ,
.htCore th:last-child ,
.htCore td:last-child ,
table.icell th:last-child ,
table.icell td:last-child {
	border-right-color: #fff;
}

/* セル */
/* 枠線とセル内余白を指定 */
/* ※枠線が必要ない場合、1px solid transparentで設定する */
.shwTable table.htCore tr td ,
th, td {
	color: inherit;
	padding: 13px 20px;
	border: 1px solid #808080;
}
/* 背景色を指定 */
.htCore tr td ,
th, td {
	background: #fff;
}

/* 空セルの高さ保障(padding上下 + line-height) */
.tbCore tr td {
	height: calc(13px * 2 + 1.5em);
}

/* 見出し */
/* 背景色と文字色を指定 */
.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: #eaeaea;
	font-weight: normal;
}

/* 見出し列 */
/* 背景色と文字色を指定 */
.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: #fee8ef;
	color: inherit;
	font-weight: bold;
}

/* 見出し行 */
/* 背景色と文字色を指定 */
.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: #eaeaea;
	font-weight: normal;
}

/* 見出しセル中の太字 */
/* thはboldが基本設定なので、thをnormalに設定する場合は、要変更 */
.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: 15px 20px;
		border: 1px solid #808080;

		text-align: left;
		vertical-align: middle;
		background-color: #fee8ef;
		color: #fff;
		font-weight: bold;
	}
}

/* -- スマホ用 -- */
@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: 15px 15px;
		border: 1px solid #808080;
	}

	/* 見出し部分、カウンターマージンを設定する */
	.form-wrapper .form-edit > label ,
	.form-wrapper .form-selection > label {
		border-top: none;
		border-left: none;
		border-right: none;
		margin: -15px -15px 15px;

		text-align: left;
		vertical-align: middle;
		background-color: #fee8ef;
		font-weight: bold;
	}
}




/*-------------- テーブル縦 --------------*/
/* -- デフォルト比率  -- */
.vtable-item > table > tbody > tr > th ,
.vtable-item > table > tbody > tr > td {
	width: 20%;
}

/* -- スマホ用 -- */
@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: 20%;
}


/*-------------- 表組 --------------*/
/* -- 表タイトル -- */
.shwTableTitle {
}

.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;
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	/* グラフをタップしてもツールチップが出ない様にする代わりに */
	/* グラフ部分をドラッグしてのスクロールを可能にする */
	.graph > div {
		position: relative;
		width: auto !important;
		margin: auto;
	}

	.highlights-2nd .highlights-graph .highcharts-container ,
	.graph .highcharts-container {
		position: static !important;
	}

	.highlights-2nd .highlights-graph::before ,
	.graph > div::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	.highcharts-tooltip {
		display: none !important;
	}

	.highcharts-container .highcharts-legend ,
	.highcharts-container input[type=checkbox] {
		z-index: 2;
	}


	/* 横スワイプを可能にする */
	/* 横幅はUIで設定する必要がある */
	.lx_graph_sp_swipe .graph {
		overflow-x: scroll;
	}

	.lx_graph_sp_swipe .graph > div {
		display: inline-block;
	}
}


/* -- グラフ データラベル 文字影設定 -- */
/* -- (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: 500px !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;
	font-size: 14px;
	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: 18px;
	padding-bottom: 18px;
	border-bottom: 1px dashed #999;
}

.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.5em;
	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 {
	letter-spacing: 0.1em;
}

.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;
	text-decoration: none;
}

.news-list-2nd ul li .news_tx a:hover ,
.news-list-tabbed-2nd ul li .news_tx a:hover ,
.news-english-2nd ul li .news_tx a:hover ,
.news-english-tabbed-2nd ul li .news_tx a:hover ,
.news-list-crawl ul li .news_tx a:hover ,
.news-list-tabbed-crawl ul li .news_tx a:hover {
	color: #ca004c;
}

/* -- 日付 -- */
.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;

	letter-spacing: 0.1em;
}

/* -- カテゴリアイコン -- */
.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: 9.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;
	font-size: 14px;
	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: 18px;
	padding-bottom: 18px;
	border-bottom: 1px dashed #999;
}

.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.5em;
	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: #29679f;
	text-decoration: none;
}

.news-latest-2nd ul li .news_tx a:hover ,
.news-latest-tabbed-2nd ul li .news_tx a:hover ,
.news-latest-crawl ul li .news_tx a:hover {
	color: #29679f;
	text-decoration: underline;
}

/* -- 日付 -- */
.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: 9.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 {
	position: relative;
	display: block;
	padding-left: 23px;
}

.news-latest-2nd .all a::before ,
.news-latest-tabbed-2nd .all a::before ,
.news-latest-crawl .all a::before {
	content: "";
	position: absolute;
	top: calc(14px * 1.5 / 2 - 18px / 2);
	left: 0px;
	display: inline-block;
	width: 19px;
	height: 18px;
	background: url("../../../../../../resources/sw_img/icon_arr01.png") no-repeat center center;
	background-size: contain;
}


/* テキスト変更 */
.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 {
	content: "その他";
	display: inline-block;
	vertical-align: middle;
	width: 120px;
/*	height: 20px; */
	line-height: 1.5;
	font-size: 12px;
	text-align: center;
	padding: 1px 5px;
	margin-top: -2px;

	color: #fff;
	background: #999;
}

.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: "適時開示";
	background: #4eb94e;
}

.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: "決算・財務";
	background: #4eb94e;
}

.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: "決算・財務";
	background: #4eb94e;
}

.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";
	background: #4eb94e;
}

.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: "ガバナンス";
	background: #4eb94e;
}

.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: "決算・財務";
	background: #4eb94e;
}

.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: "株式・総会";
	background: #4eb94e;
}

.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: "その他";
}


.news-list-2nd ul li.blogElm .c_icon::before ,
.news-list-tabbed-2nd ul li.blogElm .c_icon::before ,
.news-english-2nd ul li.blogElm .c_icon::before ,
.news-english-tabbed-2nd ul li.blogElm .c_icon::before ,
.news-latest-2nd ul li.blogElm .c_icon::before ,
.news-latest-tabbed-2nd ul li.blogElm .c_icon::before {
	content: "ブログ";
	background: #ca004c;
}
.news-list-2nd ul li.bridalElm .c_icon::before ,
.news-list-tabbed-2nd ul li.bridalElm .c_icon::before ,
.news-english-2nd ul li.bridalElm .c_icon::before ,
.news-english-tabbed-2nd ul li.bridalElm .c_icon::before ,
.news-latest-2nd ul li.bridalElm .c_icon::before ,
.news-latest-tabbed-2nd ul li.bridalElm .c_icon::before {
	content: "ブライダル";
	background: #fb6694;
}
.news-list-2nd ul li.enterElm .c_icon::before ,
.news-list-tabbed-2nd ul li.enterElm .c_icon::before ,
.news-english-2nd ul li.enterElm .c_icon::before ,
.news-english-tabbed-2nd ul li.enterElm .c_icon::before ,
.news-latest-2nd ul li.enterElm .c_icon::before ,
.news-latest-tabbed-2nd ul li.enterElm .c_icon::before {
	content: "エンターテイメント";
	background: #ff7700;
}
.news-list-2nd ul li.fashionElm .c_icon::before ,
.news-list-tabbed-2nd ul li.fashionElm .c_icon::before ,
.news-english-2nd ul li.fashionElm .c_icon::before ,
.news-english-tabbed-2nd ul li.fashionElm .c_icon::before ,
.news-latest-2nd ul li.fashionElm .c_icon::before ,
.news-latest-tabbed-2nd ul li.fashionElm .c_icon::before {
	content: "ファッション";
	background: #055cac;
}
.news-list-2nd ul li.getujiElm .c_icon::before ,
.news-list-tabbed-2nd ul li.getujiElm .c_icon::before ,
.news-english-2nd ul li.getujiElm .c_icon::before ,
.news-english-tabbed-2nd ul li.getujiElm .c_icon::before ,
.news-latest-2nd ul li.getujiElm .c_icon::before ,
.news-latest-tabbed-2nd ul li.getujiElm .c_icon::before {
	content: "月次情報";
/*	background: #4eb94e; */
}
.news-list-2nd ul li.jigyoElm .c_icon::before ,
.news-list-tabbed-2nd ul li.jigyoElm .c_icon::before ,
.news-english-2nd ul li.jigyoElm .c_icon::before ,
.news-english-tabbed-2nd ul li.jigyoElm .c_icon::before ,
.news-latest-2nd ul li.jigyoElm .c_icon::before ,
.news-latest-tabbed-2nd ul li.jigyoElm .c_icon::before {
	content: "事業・サービス";
}
.news-list-2nd ul li.jinjiElm .c_icon::before ,
.news-list-tabbed-2nd ul li.jinjiElm .c_icon::before ,
.news-english-2nd ul li.jinjiElm .c_icon::before ,
.news-english-tabbed-2nd ul li.jinjiElm .c_icon::before ,
.news-latest-2nd ul li.jinjiElm .c_icon::before ,
.news-latest-tabbed-2nd ul li.jinjiElm .c_icon::before {
	content: "人事・体制";
}
.news-list-2nd ul li.keieiElm .c_icon::before ,
.news-list-tabbed-2nd ul li.keieiElm .c_icon::before ,
.news-english-2nd ul li.keieiElm .c_icon::before ,
.news-english-tabbed-2nd ul li.keieiElm .c_icon::before ,
.news-latest-2nd ul li.keieiElm .c_icon::before ,
.news-latest-tabbed-2nd ul li.keieiElm .c_icon::before {
	content: "経営";
}
.news-list-2nd ul li.siryoElm .c_icon::before ,
.news-list-tabbed-2nd ul li.siryoElm .c_icon::before ,
.news-english-2nd ul li.siryoElm .c_icon::before ,
.news-english-tabbed-2nd ul li.siryoElm .c_icon::before ,
.news-latest-2nd ul li.siryoElm .c_icon::before ,
.news-latest-tabbed-2nd ul li.siryoElm .c_icon::before {
	content: "IR資料";
	background: #4eb94e;
}
.news-list-2nd ul li.localElm .c_icon::before ,
.news-list-tabbed-2nd ul li.localElm .c_icon::before ,
.news-english-2nd ul li.localElm .c_icon::before ,
.news-english-tabbed-2nd ul li.localElm .c_icon::before ,
.news-latest-2nd ul li.localElm .c_icon::before ,
.news-latest-tabbed-2nd ul li.localElm .c_icon::before {
	content: "地域貢献";
}
.news-list-2nd ul li.esgElm .c_icon::before ,
.news-list-tabbed-2nd ul li.esgElm .c_icon::before ,
.news-english-2nd ul li.esgElm .c_icon::before ,
.news-english-tabbed-2nd ul li.esgElm .c_icon::before ,
.news-latest-2nd ul li.esgElm .c_icon::before ,
.news-latest-tabbed-2nd ul li.esgElm .c_icon::before {
	content: "ESG";
	background: #4eb94e;
}
.news-list-2nd ul li.newsElm .c_icon::before ,
.news-list-tabbed-2nd ul li.newsElm .c_icon::before ,
.news-english-2nd ul li.newsElm .c_icon::before ,
.news-english-tabbed-2nd ul li.newsElm .c_icon::before ,
.news-latest-2nd ul li.newsElm .c_icon::before ,
.news-latest-tabbed-2nd ul li.newsElm .c_icon::before {
	content: "NEWS";
}
.news-list-2nd ul li.topicsElm .c_icon::before ,
.news-list-tabbed-2nd ul li.topicsElm .c_icon::before ,
.news-english-2nd ul li.topicsElm .c_icon::before ,
.news-english-tabbed-2nd ul li.topicsElm .c_icon::before ,
.news-latest-2nd ul li.topicsElm .c_icon::before ,
.news-latest-tabbed-2nd ul li.topicsElm .c_icon::before {
	content: "TOPICS";
}




/*---- テキスト化newアイコン ----*/
.news-list-2nd ul li .n_icon img ,
.news-list-tabbed-2nd ul li .n_icon img ,
.news-english-2nd ul li .n_icon img ,
.news-english-tabbed-2nd ul li .n_icon img ,
.news-latest-2nd ul li .n_icon img ,
.news-latest-tabbed-2nd ul li .n_icon img ,
.news-list-crawl ul li .n_icon img ,
.news-list-tabbed-crawl ul li .n_icon img ,
.news-latest-crawl ul li .n_icon img {
	display: inline;
}

.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: none;
}

/*
.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: #ff3333;
}
*/


/* -- デスクトップ用 -- */
@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: 18.8em;
	}

	/*-- 中見出し(h2)の下にある場合 --*/
	.title2 ~ .news-latest-2nd .all ,
	.title2 ~ .news-latest-tabbed-2nd .all {
		position: absolute;
		top: -70px;
		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 {
	position: relative;
	font-style: normal;
/*	float: right; */
	margin-bottom: 10px;
	z-index: 1;
}

.rss-content a {
	text-decoration: none;
}

.rss-content em {
	padding: 0 !important;
	background: none !important;
	margin-top: -16px;
}

.rss-content a {
	font-size: 0;
	display: block;
	width: 60px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/icon_rss.png") no-repeat left top;
	background-size: contain;
}

.rss-content a:hover {
	opacity: 0.7;
}


/*------------------------------------- 
 マルチ２
-------------------------------------*/

/*----------- サムネイルなし -----------*/
.basic-list:not(.thumnail) ,
.basic-list-english:not(.thumnail) {
	font-size: 14px;
	margin-bottom: 40px;
}

.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: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.basic-list:not(.thumnail) ul.tabItems li h3 ,
.basic-list-english:not(.thumnail) ul.tabItems li h3 {
	position: relative;
	display: block; 
	padding-top: 1.5em;
	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 {
	color: #333;
	letter-spacing: 0.1em;
}

.basic-list:not(.thumnail) ul.tabItems li a .news_tx ,
.basic-list-english:not(.thumnail) ul.tabItems li a .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;
	letter-spacing: 0.1em;
}

/* -- カテゴリアイコン -- */
.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.5em;
	min-height: 1.5em;
	padding-left: 8.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: #ff3333;
	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 {
	position: absolute;
	bottom: 0;
	left: 0;
}

.basic-list.thumnail ul.tabItems li .c_icon ,
.basic-list-english.thumnail ul.tabItems li .c_icon {
	position: absolute;
	bottom: 0;
	right: 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: #ff3333;
}

/* 非公開アイコンテキスト */
/* タイルの形が崩れない様に上に載せている */
.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;
	padding-bottom: 40px;
}

/* ニューステキスト */
.basic-list.thumnail ul.tabItems li .news_tx ,
.basic-list-english.thumnail ul.tabItems li .news_tx {
	display: inline;
}

/* 概要テキスト */
.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;
	height: 0;
}

.basic-list .clearTab span ,
.basic-list-english .clearTab span {
	position: absolute;
	top: 15px;
	right: 0;

	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: #0066cc;
	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: -moz-plaintext;
	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;
	vertical-align: top;
	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: block;
	padding: 5px 20px;
	font-size: 14px;
	background: #eee;
}

.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: #ccc;
}

.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: #ccc;
}

/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.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;
	vertical-align: middle;
	min-width: 120px;
	height: 20px;
	line-height: 1;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 3px 5px 0;
	margin-right: 10px;
	margin-bottom: 5px;

	color: #fff;
	background: #999;
}

.basic-list .c_icon span::before ,
.basic-list-english .c_icon span::before {
	display: inline;
}

/* カテゴリ設定で設定した名称と、アイコン上の文字を変えたい場合は */
/* contentで上書きする。個別に背景色等を設定する場合も同様 */
/* ↓サンプル */
.basic-list .c_icon span.tekiji ,
.basic-list-english .c_icon span.tekiji ,
.basic-list .c_icon span.result ,
.basic-list-english .c_icon span.result ,
.basic-list .c_icon span.gyouseki ,
.basic-list-english .c_icon span.gyouseki ,
.basic-list .c_icon span.pr ,
.basic-list-english .c_icon span.pr ,
.basic-list .c_icon span.ir ,
.basic-list-english .c_icon span.ir ,
.basic-list .c_icon span.governance ,
.basic-list-english .c_icon span.governance ,
.basic-list .c_icon span.yuho ,
.basic-list-english .c_icon span.yuho ,
.basic-list .c_icon span.meeting ,
.basic-list-english .c_icon span.meeting {
	background: #4eb94e;
}

.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: 18.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: 140px;
		float: left;
		margin-left: -140px;

	/* 横並び */
	/*
		min-width: 140px;
		margin-left: -140px;
	*/
	}
}

/* -- スマホ用 -- */
@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);
	}

	.basic-list.thumnail ul.tabItems li h3 ,
	.basic-list-english.thumnail ul.tabItems li h3 {
		padding-bottom: 70px;
	}

	.basic-list.thumnail ul.tabItems li .date ,
	.basic-list-english.thumnail ul.tabItems li .date {
		bottom: 32px;
	}

	.basic-list.thumnail ul.tabItems li .c_icon ,
	.basic-list-english.thumnail ul.tabItems li .c_icon {
		right: auto;
		left: 0;
	}

}


/*------------------------------------- 
 メディア
-------------------------------------*/
/*------------- 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-1st {
	font-size: 0;
}

/* -- 第１階層(ja・en)・第２階層 -- */
.sitemap-1st > h3  ,
.sitemap-1st > ul > li  {
}

.sitemap-1st > h3 > a ,
.sitemap-1st > ul > li > a {
	position: relative;
	display: block;
	padding: 8px 8px 6px 20px;
	color: inherit;
	font-size: 14px;
	font-weight: bold;
	border: #CCC 1px solid;
	margin-bottom: 20px;
}

.sitemap-1st > h3 > a::before ,
.sitemap-1st > ul > li > a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -5px;
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 10px;
	background: url("../../../../../../resources/sw_img/icon_arr01.svg") center center no-repeat;
	background-size: contain;
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	.sitemap-1st > ul > li  {
		display: inline-block;
		vertical-align: top;
		width: 48.5%;
		margin-right: 3%;
	}
	.sitemap-1st > ul > li:nth-child(even) {
		margin-right: 0;
	}
}

/* -- 第３階層 -- */
.sitemap-1st ul.siteLevel_2 {
	margin-bottom: 20px;
}

.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 {
	position: relative;
	display: block;
	padding-left: 15px;
	font-size: 14px;
	margin-left: 8px;
	margin-bottom: 5px;
}

.sitemap-1st ul.siteLevel_2 > li > a::before {
	content: "";
	position: absolute;
	top: calc(1.5em / 2);
	left: 0;
	margin-top: -5px;
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 10px;
	background: url("../../../../../../resources/sw_img/icon_arr01.svg") center center no-repeat;
	background-size: contain;
}

/* -- 第４階層 -- */
.sitemap-1st ul.siteLevel_3 {
	margin-top: 10px;
	margin-left: 20px;
}

.sitemap-1st ul.siteLevel_3 > li {
}

.sitemap-1st ul.siteLevel_3 > li > a {
	position: relative;
	display: block;
	padding-left: 15px;
	font-size: 14px;
	margin-bottom: 5px;
}

.sitemap-1st ul.siteLevel_3 > li > a::before {
	content: "";
	position: absolute;
	top: calc(1.5em / 2);
	left: 0;
	margin-top: -5px;
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 10px;
	background: url("../../../../../../resources/sw_img/icon_arr01.svg") center center no-repeat;
	background-size: contain;
}

/* -- 第５階層以降は非表示 -- */
.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 {
	position: relative;
	padding-left: 15px;
}

.footer-link-list ul li.footer-link-internal::before ,
.footer-link-list ul li.footer-link-external::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -5px;
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 10px;
	background: url("../../../../../../resources/sw_img/icon_arr01.svg") center center no-repeat;
	background-size: contain;
}

.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: 18px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/linkout.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: -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 .area-to-page-top {
	position: relative;
}

#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.fix-bottom ,
#topcontrol.fix-bottom {
	position: absolute;
}


#site-info .topcontrol.visible ,
#topcontrol.visible {
	bottom: 20px;
	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: 20px;
}

/* 画像を使用する場合 */
#site-info .topcontrol a ,
#topcontrol a {
	display: block;
	width: 70px;
	height: 70px;
	background: #ca004c;
	transition: .3s;
}

#site-info .topcontrol a::before ,
#topcontrol a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url("../../../../../../resources/sw_img/pagetop.png") no-repeat center center;
	background-size: contain;
	transition: .3s;
}

#site-info .topcontrol a:hover ,
#topcontrol a:hover {
	background-color: #666;
}

#site-info .topcontrol a:hover::before ,
#topcontrol a:hover::before {
	opacity: 0.7;
}


/* 画像を使用しない場合 */
/*
#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 + 70px) *2); */
	}

}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	#site-info .topcontrol ,
	#topcontrol {
		bottom: -80px;
	}

	#site-info .topcontrol a ,
	#topcontrol a {
		width: 50px;
		height: 50px;
	}

	#site-info .toTop ,
	#toTop {
		margin: 2em 20px 40px;
	}
}



/*------------------------------------- 
 ヘッダー・フッター・メニュー
-------------------------------------*/
/*------------------------- デスクトップ用 ---------------------------*/
@media print, screen and (min-width: 768px) {
	/*------------------ ヘッダー ------------------*/
	#header {
		height: 100px;
	}


	#site-info .area-header > div {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		min-width: calc(1000px + 40px);
		height: 100px;
		background: #fff;
		border-bottom: 1px solid #c4c4c4;
		z-index: 10001;
	}

	body:not(.in-editor) #header.pad ~ #site-info .area-header > div {
		position: fixed;
	}

	/* ヘッダーパネル(グロナビ・メガドロップを除く) */
	#site-info .area-header-panel {
		width: 100%;
		min-width: calc(1000px + 40px);
	}

	#site-info .area-header-panel > div {
		position: relative;
		width: 100%;
		height: 100px;
		overflow: hidden;
	}



	/* ロゴ */
	#site-info .area-header .area-logo {
		position: absolute;
		top: 8px;
		left: 15px;
	}

	#site-info .area-header .area-logo a {
		width: 173px;
		height: 64px;
		padding: 5px;
	}

	#site-info .area-header .area-logo a img {
		max-width: none;
		max-height: 100%;
	}


	/* 検索 */
	#site-info .area-header .area-search-box {
		position: absolute;
		top: 20px;
		right: 20px;

		display: none;
	}

	#site-info .area-header .area-search-box .text-section.highlight {
		width: 20px;
		height: 20px;
		cursor: pointer;
	}


	/* その他 */
	#site-info .area-header .area-header-sub-panel {
		position: absolute;
		top: 20px;
		right: 250px;
	}

	#site-info .area-header .area-header-sub-panel > div {
		border-right: 1px solid #fff;
		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 ul {
		position: relative;
		padding-left: 15px;
	}

	#site-info .area-header .area-lang-navi .link-list li {
		position: relative;
		display: inline-block;
		margin-left: 15px;
	}

	#site-info .area-header .area-lang-navi .link-list li a ,
	#site-info .area-header .area-lang-navi .link-list li span {
		color: #29679f;
		font-size: 12px;
		line-height: 26px;
		letter-spacing: 0.75px;
	}

	#site-info .area-header .area-lang-navi .link-list li a:hover {
		text-decoration: underline;
	}


	#site-info .area-header .area-lang-navi .link-list li.highlight {
		display: none;
	}


	/* ヘッダーユーティリティリンク */
	#site-info .area-header .area-header-link .link-list ul {
		position: relative;
		padding-right: 30px;
	}

	#site-info .area-header .area-header-link .link-list ul::before {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		width: 1px;
		height: 100%;
		background: #000;
	}

	#site-info .area-header .area-header-link .link-list li {
		position: relative;
		display: inline-block;
		padding-left: 30px;
		margin-left: 15px;
	}

	#site-info .area-header .area-header-link .link-list li a ,
	#site-info .area-header .area-header-link .link-list li span {
		color: #29679f;
		font-size: 12px;
		line-height: 26px;
		letter-spacing: 0.75px;
	}

	#site-info .area-header .area-header-link .link-list li a:hover {
		text-decoration: underline;
	}


	/* グロナビ */
	#site-info .area-gnavi {
		font-size: 5px;
		min-width: calc(1000px + 40px);
		width: 100%;
		margin-top: -35px;
	}

	#site-info .area-gnavi > div {
		display: table;
		margin-right: 5px;
		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%; */
	}

	#site-info .area-gnavi >* >* >* >* > .teaser.no-img ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img {
		position: relative;
		display: table;
/*		width: 100%; */
		height: 35px;
	}

	#site-info .area-gnavi >* >* >* >* > .teaser.no-img h2 a::before ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img h2 a::before {
		content: "";
		position: absolute;
		bottom: 1px;
		left: 50%;
		margin-left: -33px;
		display: block;
		width: 66px;
		height: 0;
		background: url("../../../../../../resources/sw_img/gnavi_act.png") center center no-repeat;
	}

	#site-info .area-gnavi >* >* >* >* > .teaser.no-img h2 ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img h2 {
		display: table-row;
		height: 100%;
	}

	#site-info .area-gnavi >* >* >* >* > .teaser.no-img h2 a ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img h2 a {
		display: table-cell;
		vertical-align: top;
		padding: 0px 15px;
		text-align: center;
		font-size: 15px;
		color: #000;
		letter-spacing: 0.75px;
		line-height: 1.25;
		text-decoration: none;
		border-bottom: 4px solid transparent;
	}

	#header.en ~ #site-info .area-gnavi >* >* >* >* > .teaser.no-img h2 a ,
	#header.en ~ #site-info .area-gnavi >* >* >* >* > .external-teaser.no-img h2 a {
		font-weight: normal;
	}

	#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: 18px;
		height: 14px;
		background: url("../../../../../../resources/sw_img/linkout.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: #ca004c;
	}

	#site-info .area-gnavi >* >* > *:hover >* > .teaser.no-img h2 a::before ,
	#site-info .area-gnavi >* >* > *:hover >* > .external-teaser.no-img h2 a::before {
		height: 9px;
		transition: 0.3s 0.1s;
	}

	#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: #ca004c;
	}

	#site-info .area-gnavi >* >* >* >* > .teaser.no-img h2 a.act::before ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img h2 a.act::before ,
	#site-info .area-gnavi >* >* >* >* > .teaser.no-img h2 a.within::before ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img h2 a.within::before {
		height: 9px;
		transition: 0.3s 0.1s;
	}

	#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: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}

	#site-info .area-gnavi >* >* > div:hover .reuse-main-area {
/* マウスオーバーで下に伸長 */
		max-height: 350px;

/* マウスオーバーで全体が非透過化 */
		opacity: 1;
/*		visibility: visible; */
	}


	#site-info .area-gnavi * * .reuse-main-area::after {
		content: "";
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 0;
		background: #eaeaea;
		z-index: -1;
	}


	#site-info .area-gnavi * * .reuse-main-area > div {
		font-size: 0;

		display: table;
		margin: 50px auto;
		width: 1000px;
	}

	#site-info .area-gnavi * * .reuse-main-area > div > div {
		display: table-cell;
		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).style1 ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img).style1 {
		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).style1::before ,
	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img).style1::after ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img).style1::before ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img).style1::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).style1::after ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img).style1::after {
		left: auto;
		right: 0;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img).style1 > * ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img).style1 > * {
		-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).style1 h2 ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img).style1 h2 {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img).style1 h2 a ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img).style1 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).style1 h2 a::before ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img).style1 h2 a::before {
		position: absolute;
		top: 50%;
		left: 8px;
		margin-top: -5px;
		display: inline-block;
		vertical-align: middle;
		width: 6px;
		height: 10px;
		background: url("../../../../../../resources/sw_img/icon_arr01_white.svg") center center no-repeat;
		background-size: contain;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img).style1 h2 a[target="_blank"]::after ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img).style1 h2 a[target="_blank"]::after {
		border: none;

		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 18px;
		height: 14px;
		background: url("../../../../../../resources/sw_img/linkout.png") center center no-repeat;
		background-size: contain;
	}


	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img).style1 h2 + a ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img).style1 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).style1 h2 + a img ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img).style1 h2 + a img {
		display: block;
	}


	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img).style1 p:not(.note_tx) ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img).style1 p:not(.note_tx) {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img).style1 h2 a:hover ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img).style1 h2 a:hover {
		border-bottom-color: #fff;
	}


	#site-info .area-gnavi * * .reuse-main-area .link-list ,
	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st {
		font-size: 0;
		display: inline;
	}

	#site-info .area-gnavi * * .reuse-main-area .link-list ul ,
	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st ul {
		display: inline;
	}

	#site-info .area-gnavi * * .reuse-main-area .link-list li.highlight ,
	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st h3 {
		font-size: 20px;
		padding-bottom: 20px;
		background: url("../../../../../../resources/sw_img/gnv_bg_h3.png") no-repeat left bottom;
	}

	#site-info .area-gnavi * * .reuse-main-area .link-list li.highlight a ,
	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st h3 a {
		display: inline;
		color: #ca004c;
		text-decoration: none;
	}

	#site-info .area-gnavi * * .reuse-main-area .link-list li.highlight a:hover ,
	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st h3 a:hover {
		text-decoration: underline;
	}

	#site-info .area-gnavi * * .reuse-main-area .link-list li:not(.highlight) ,
	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 25%;
		padding-top: 25px;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.3;
	}

	#site-info .area-gnavi * * .reuse-main-area .link-list li:not(.highlight) a ,
	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st ul a {
		display: inline;
		color: #333;
		text-decoration: none;
	}

	#site-info .area-gnavi * * .reuse-main-area .link-list li:not(.highlight) a:hover ,
	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st ul a:hover {
		text-decoration: underline;
	}

	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st a[target="_blank"]::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 18px;
		height: 14px;
		background: url("../../../../../../resources/sw_img/linkout.png") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}

	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st ul.siteLevel_2 {
		display: none;
	}

	/*------------------ プラグイン 検索 ------------------*/
	.searchAreaBox {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 0;
		min-width: calc(1000px + 40px);
		width: 100%;
		z-index: 15000;
	}
    body:not(.in-editor) .searchAreaBox {
		position: fixed;
    }

	.searchAreaBox > div {
		position: absolute;
		top: 0;
		right: 0;
	}

	.searchAreaBox * {
		box-sizing: content-box;
		line-height: 1;
	}

	.searchAreaBox table {
		position: relative;
	}

	.searchAreaBox th ,
	.searchAreaBox td {
		padding: 0;
		border: none;
		background: none;
	}


	#searchArea>dt{display:none;}
	@media print, screen and (min-width:768px){
		#searchArea>dd{display:block !important;}
	}
	#search-btn{display:none;}
	#search-section{
		width:200px;
		height:26px;
		position:absolute;
		right:20px;
		top:20px;
	}
	.gsc-search-button .gsc-search-button-v2, .gsc-search-button .gsc-search-button-v2:hover, .gsc-search-button .gsc-search-button-v2:focus {
		width: 26px;
		height:26px;
		padding:0;
		border-radius: 0;
		position: absolute;
		top: calc(50% - 13px);
		right: 0px;
		z-index: 3;
	 background:#eaeaea url(../../../../../../resources/sw_img/search.png) center center no-repeat;
		background-size:18px 18px;
		text-indent: -9999px;
		border: none;
	}
	.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
		border:none;
		background-color: #eaeaea;
		background-image: none;
		filter: none;
	}
	.cse .gsc-search-button-v2, .gsc-search-button-v2 {
		font-size: 0px;
		padding: 6px 27px;
		width: auto;
		vertical-align: middle;
		border:none;
	 border-radius:0px;
		-moz-border-radius:0px;
		-webkit-border-radius:0px;
		background-color: #eaeaea;
	}
	.gsc-search-button {
		margin:0 !important;
	}
	.gsib_a {
		height:26px;
		padding: 0px !important;
		box-sizing:border-box;
	}
	.gsc-input-box {
		border:none !important;
		padding-right: 12px !important;
	}
	.gsc-search-box-tools .gsc-search-box .gsc-input {
		background-color: #eaeaea !important;
		box-sizing:border-box;
		line-height:25px;
		padding:0 5px;
/*		padding-right: 12px !important; */
	}


	/*------------------ フッター ------------------*/
	#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);
		line-height: 1.57;
	}

	#site-info .area-footer .area-footer-frame3 > div ,
	#site-info .area-footer .area-footer-frame2 > div ,
	#site-info .area-footer .area-footer-frame1 > div {
		padding: 0 20px;
	}
	#site-info .area-footer .area-footer-frame1 > div {
		width: calc(1000px + 40px);;
	}

	#site-info .area-footer .area-footer-frame1 {
		background: #333;
		color: #fff;
	}

	#site-info .area-footer .area-footer-frame2 {
	}



	/* フッターサイトマップ */
	#site-info .area-footer-sitemap {
/*		padding: 70px 0 10px; */
	}

	#site-info .area-footer-sitemap >* {
/*
		display: table;
		width: 100%;
		table-layout: fixed;
*/
	}
	#site-info .area-footer-sitemap >* >* {
/*
		display: table-row;
*/
		width: 100%;
		padding: 70px 0 10px;
		display: flex;
		flex-wrap: nowrap;
	}
	#site-info .area-footer-sitemap >* >* >* {
/*
		display: table-cell;
		vertical-align: top;
		width: 10%;
*/
		flex-grow: 1;
		margin: 0;
	}
	#site-info .area-footer-sitemap >* >* >*:last-child {
		flex-grow: 0;
	}

	#site-info .area-footer-sitemap >* >* >* >* {
/*		margin-right: 20px; */
	}

	#site-info .area-footer-sitemap .link-list {
		margin-bottom: 60px;
	}

	#site-info .area-footer-sitemap .link-list li ,
	#site-info .area-footer-sitemap .sitemap-1st h3 ,
	#site-info .area-footer-sitemap .sitemap-1st li {
		position: relative;
		padding-left: 15px;
		margin-bottom: 15px;
		letter-spacing: 0.05em;
	}

	#site-info .area-footer-sitemap .link-list a ,
	#site-info .area-footer-sitemap .link-list span ,
	#site-info .area-footer-sitemap .sitemap-1st a {
		display: inline-block;
		color: #fff;
		font-size: 13px;
		font-weight: 300;
/*		border-bottom: 1px solid transparent; */
	}

	#header.en ~ #site-info .area-footer-sitemap .link-list a ,
	#header.en ~ #site-info .area-footer-sitemap .link-list span ,
	#header.en ~ #site-info .area-footer-sitemap .sitemap-1st a {
		letter-spacing: 0;
	}

	#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: 17px;
		height: 12px;
		background: url("../../../../../../resources/sw_img/linkout_white.png") 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 {
		text-decoration: underline;
	}

	#site-info .area-footer-sitemap .link-list li.highlight ,
	#site-info .area-footer-sitemap .sitemap-1st > h3 {
	}

	#site-info .area-footer-sitemap .link-list li.highlight a ,
	#site-info .area-footer-sitemap .sitemap-1st > h3 a {
		font-size: 16px;
		font-weight: 500;
	}

	#header.en ~ #site-info .area-footer-sitemap .link-list li.highlight a ,
	#header.en ~ #site-info .area-footer-sitemap .sitemap-1st > h3 a {
		font-weight: normal;
	}

	#site-info .area-footer-sitemap .link-list li.highlight::before ,
	#site-info .area-footer-sitemap .sitemap-1st > h3::before {
		content: "";
		display: block;
		margin-top: 1px;
		border-width: 5px 0 5px 6px;
		border-style: solid;
		border-color: transparent #fff;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}




	/* フッターリンク集 */
	#site-info .area-footer-link {
		padding: 10px 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-left: 20px;
		padding-left: 20px;
	}

	#site-info .area-footer-link .link-list ul li + li {
		border-left: 1px solid #a3a3a3;
	}

	#site-info .area-footer-link .link-list ul li a ,
	#site-info .area-footer-link .link-list ul li span {
		font-size: 14px;
	}

	#site-info .area-footer-link .link-list ul li a[target="_blank"]::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 18px;
		height: 14px;
		background: url("../../../../../../resources/sw_img/linkout.png") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}


	/* フッターサイトロゴ */
	#site-info .area-footer-logo {
		float: right;
		padding: 11px 0;
	}

	#site-info .area-footer-logo::after {
		content: "";
		display: block;
		clear: both;
	}

	#site-info .area-footer-logo a {
		float: right;
	}

	#site-info .area-footer-logo a img {
		width: 100%;
	}


	/* コピーライト */
	#site-info .area-footer-copyright {
		float: left;
		padding: 18px 0;
		background: #fff;
		font-size: 12px;
		letter-spacing: 0.75px;
		color: #333;
		text-align: center;
	}


	#site-info .area-other > div ,
	#site-info .area-other .reuse-main-area .column1 {
		margin-bottom: 0;
	}

}


/*--------------------------- スマホ用 -----------------------------*/
@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: 14px;
		left: 4px;
		width: 30px;
		height: 3px;
		margin: 0;
		background: #ca004c;

		-webkit-transition: .2s .4s;
		-o-transition: .2s .4s;
		transition: .2s .4s;
	}

	.panel2-btn-icon1 {
		margin-top: -9px;
	}
	.panel2-btn-icon2 {
		margin-top: 0px;
	}
	.panel2-btn-icon3 {
		margin-top: 9px;
	}

	.panel2-btn-icon1::before ,
	.panel2-btn-icon3::before {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 30px;
		height: 3px;
		background: #ca004c;

		-webkit-transition: .3s .1s;
		-o-transition: .3s .1s;
		transition: .3s .1s;
	}

	.panel2-btn-title {
		overflow: hidden;
		display: block;
		position: absolute;
		top: 33px;
		left: -1px;
		width: 40px;
		height: 12px;
	}

	.panel2-btn-title li {
		display: block;
		width: 40px;
		height: 15px;

		line-height: 1;
		font-size: 10px;
		color: #ca004c;
		font-weight: bold;
		text-align: center;
	}
	.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 {
		-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: 60px;
	}

	#site-info .area-header {
	}

	/* ヘッダーパネル */
	#site-info .area-header .area-header-panel {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 61px;
		background: #fff;
		border-bottom: 1px solid #ccc;
		z-index: 10010;
	}

	/* ロゴ */
	#site-info .area-header .area-logo {
		position: absolute;
		top: 7px;
		left: 20px;
		width: calc(100% - 120px);
	}

	#site-info .area-header .area-logo a {
		width: 110px;
		height: auto;
		margin: 0;
	}

	#site-info .area-header .area-logo a img {
/*
		max-width: none;
		max-height: 100%;
*/
		margin: 0;
	}

	/* 検索 */
	#site-info .area-header .area-search-box {
		position: absolute;
		top: 17px;
		right: 75px;

		display: none;
	}

	#site-info .area-header .area-search-box .text-section.highlight {
		width: 26px;
		height: 26px;
		padding: 3px;
		cursor: pointer;
	}

	#site-info .area-header .area-search-box .text-section.highlight img[src$=".svg"] {
		max-width: 100%;
		max-height: 100%;
	}

	/* メニュー */
	/* 61pxはヘッダーの高さ分 */
	#site-info .area-menu {
		font-size: 0;
		position: fixed;
		top: 61px;
		left: 0;
		width: 100vw;
		height: calc(100% - 61px);
		max-height: 100%;
		opacity: 1;
		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;
		opacity: 0;
	/*	left: 100%; */
	}


	/* 3way-navi */
	#site-info .area-menu > div {
		position: absolute;
		width: 100vw;
		height: 100%;
		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: #333;
		font-size: 13px;
		font-weight: normal;
		letter-spacing: 0.05em;
		line-height: 1.4;
		padding: 15px 25px;
		text-align: left;
		border-bottom: 1px solid #ccc;
	}

	#site-info .area-gnavi .sitemap-1st a[target="_blank"]::after ,
	#site-info .area-gnavi .link-list li a[target="_blank"]::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 18px;
		height: 14px;
		background: url("../../../../../../resources/sw_img/linkout.png") no-repeat center center;
		background-size: contain;
		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: 24px;
		top: 50%;
		border: 6px solid transparent;
		border-right: none;
		border-left: 8px solid #666;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	/* 現在地表示 */
	#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: 50px;
		background: #eaeaea;
	}

	#site-info .area-gnavi .sitemap-1st .gn-back span::before {
		content: "";
		position: absolute;
		left: 24px;
		top: 50%;
		border: 6px solid transparent;
		border-left: none;
		border-right: 8px solid #333;
		transform: translateY(-50%);
	}

	/* ↓階層フォルダへ */
	#site-info .area-gnavi .sitemap-1st a.gn-to-folder {
		padding-right: 40px;
	}

	#site-info .area-gnavi .sitemap-1st a.gn-to-folder::before {
		content: "";
		position: absolute;
		right: 24px;
		top: 50%;
		border: 6px solid transparent;
		border-right: none;
		border-left: 8px solid #333;
		transform: translateY(-50%);
	}

	/* フォルダトップ */
	#site-info .area-gnavi .sitemap-1st a.gn-folder-top {
		padding-left: 50px;
	}

	#site-info .area-gnavi .sitemap-1st a.gn-folder-top::before {
		content: "";
		position: absolute;
		left: 24px;
		top: 50%;
		border: 6px solid transparent;
		border-right: none;
		border-left: 8px solid #333;
		transform: translateY(-50%);
	}


	/* ヘッダーユーティリティリンク集 */
	#site-info .area-utility-link {
		float: left;
		width: 50%;
		padding: 20px 20px;
		padding-right: 5px;
	}

	#site-info .area-utility-link .link-list ul {
	}

	#site-info .area-utility-link .link-list ul li {
	}

	#site-info .area-utility-link .link-list ul li a ,
	#site-info .area-utility-link .link-list ul li span {
		padding: 15px 10px;
		text-align: center;
		font-size: 11px;
		font-weight: normal;
		color: #fff;
		line-height: 1;
		letter-spacing: 0.05em;
		background: #ca004c;
	}

	#site-info .area-utility-link .link-list ul li a[target="_blank"]::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 18px;
		height: 14px;
		background: url("../../../../../../resources/sw_img/linkout.png") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}

	/* 言語リンク */
	#site-info .area-lang-navi {
		float: left;
		width: 50%;
		padding: 20px 20px;
		padding-left: 5px;
	}

	#header.en ~ #site-info .area-lang-navi {
		width: 100%;
		padding-left: 20px;
	}

	#site-info .area-lang-navi .link-list ul {
		text-align: center;
	}

	#site-info .area-lang-navi .link-list ul li.highlight {
		display: none;
	}


	#site-info .area-lang-navi .link-list ul li {
	}

	#site-info .area-lang-navi .link-list ul li a ,
	#site-info .area-lang-navi .link-list ul li span {
		padding: 15px 10px;
		text-align: center;
		font-size: 11px;
		font-weight: normal;
		color: #fff;
		line-height: 1;
		letter-spacing: 0.05em;
		background: #a2a2a2;
	}

	#site-info .area-lang-navi .link-list ul li.highlight span ,
	#site-info .area-lang-navi .link-list ul li a.act ,
	#site-info .area-lang-navi .link-list ul li a.within {
		color: #333;
		background: #fff;
	}

	#header.en ~ #site-info .area-lang-navi .link-list ul li a ,
	#header.en ~ #site-info .area-lang-navi .link-list ul li span {
		color: #fff;
		background: #ca004c;
	}


	/*------------------ プラグイン 検索 ------------------*/
	.searchAreaBox {
		position: absolute;
		top: 0;
		right: 0;
		font-size: 0;
		z-index: 15000;
	}

	.searchAreaBox * {
		box-sizing: border-box;
		line-height: 1;
	}

	.searchAreaBox th ,
	.searchAreaBox td {
		padding: 0;
		border: none;
		background: none;
	}


	#searchArea>dt{display:none;}
	#search-btn{display:none;}
	#search-section{
		width:200px;
		height:26px;
		position:absolute;
		right:20px;
		top:20px;
	}
	.gsc-search-button .gsc-search-button-v2, .gsc-search-button .gsc-search-button-v2:hover, .gsc-search-button .gsc-search-button-v2:focus {
		width: 26px;
		height:26px;
		padding:0;
		border-radius: 0;
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 3;
	 background:#eaeaea url(../../../../../../resources/sw_img/search.png) center center no-repeat;
		background-size:18px 18px;
		text-indent: -9999px;
		border: none;
	}
	.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
		border:none;
		background-color: #eaeaea;
		background-image: none;
		filter: none;
	}
	.cse .gsc-search-button-v2, .gsc-search-button-v2 {
		font-size: 0px;
		padding: 6px 27px;
		width: auto;
		vertical-align: middle;
		border:none;
	 border-radius:0px;
		-moz-border-radius:0px;
		-webkit-border-radius:0px;
		background-color: #eaeaea;
	}
	.gsc-search-button {
		margin:0 !important;
	}
	.gsib_a {
		height:26px;
		padding: 0px !important;
		box-sizing:border-box;
	}
	.gsc-input-box {
		border:none !important;
		padding-right: 12px !important;
	}
	.gsc-search-box-tools .gsc-search-box .gsc-input {
		background-color: #eaeaea !important;
		box-sizing:border-box;
		line-height:25px;
		padding:0 5px;
		padding-right: 12px !important;
	}



	#searchArea{
		position:fixed;
		top:60px;
		left:0;
		width:100%;
		z-index:10000;
	}
	#searchArea>dt{
		display: block;
		width: 60px;
		height: 60px;
		position: absolute;
		top: -60px;
		right: 60px;
		cursor: pointer;
		background: url(../../../../../../resources/sw_img/search.png) no-repeat center center;
		background-size:20px 20px;
		text-indent:-1000px;
	}
	#searchArea dd{
		position:fixed;
		top:60px;
		left:0;
		right:0;
		bottom:0;
		width:100%;
		background-color:rgba(0,0,0,0.8);
		z-index:10000;
		display:none;
	}
	#search-btn{
		display: block;
		width: 60px;
		height: 60px;
		position: absolute;
		top: -60px;
		right: 0px;
		cursor: pointer;
		background-color:#FFF;
	}
	#search-btn::before,
	#search-btn::after{
		content:"";
		background-color:#ca004c;
		display:block;
		width:30px;
		height:3px;
		margin-left:-15px;
		position:absolute;
		top:22px;
		left:50%;
		z-index:1;
	}
	#search-btn>span::before{
		content:"";
		width:30px;
		height:15px;
		margin-left:-15px;
		border-top:3px solid #ca004c;
		border-bottom:3px solid #ca004c;
		position:absolute;

		top:13px;
		left:50%;
	}
	#search-btn>span::before{border-color:rgba(255,255,255,0);}
	#search-btn::before{transform:rotate(45deg);}
	#search-btn::after{transform:rotate(-45deg);}
	#search-btn>span .open{
		font-size:10px;
		line-height:1.15;
		font-weight:bold;
		letter-spacing:normal;
		white-space:nowrap;
		display:block;
		text-align:center;
		min-width:100%;
		position:absolute;
		top:40px;
		left:0;
		color:#ca004c;
	}

	#search-section{
		width:100%;
		height:auto;
		padding:20px;
		box-sizing:border-box;
		position:static;
		border-top:1px solid #ccc;
		background-color:#fff;
	}
	#search-section-inner{
		background-color: #eaeaea;
	}
	.gsc-input-box {
		border:none !important;
		padding:0 !important;
	}
	.gsc-search-button .gsc-search-button-v2, .gsc-search-button .gsc-search-button-v2:hover, .gsc-search-button .gsc-search-button-v2:focus {
		top: 21px;
		right: 20px;
	}
	.gsc-input-box {
		border-radius:0  !important;
		padding:0 !important;
	}

	.gsc-search-button .gsc-search-button-v2, .gsc-search-button .gsc-search-button-v2:hover, .gsc-search-button .gsc-search-button-v2:focus {
		width: 40px;
		height:40px;
	}
	.gsib_a {
		height:40px;
	}
	.gsc-search-box-tools .gsc-search-box .gsc-input {
		line-height:40px;
	}




	/*------------------ フッター ------------------*/
	#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 {
	}

	#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 {
		background: #333;
		color: #fff;
	}

	#site-info .area-footer-sitemap >* {
		padding: 25px 25px;
	}

/*
	#site-info .area-footer-sitemap >* {
	}
	#site-info .area-footer-sitemap >* >* {
		border-top: 1px solid #d1dad9;
		border-left: 1px solid #d1dad9;
	}
	#site-info .area-footer-sitemap >* >* >* {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		height: 55px;
		border-bottom: 1px solid #d1dad9;
		border-right: 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 {
		padding: 6px 10px;
		color: #fff;
		font-size: 13px;
		font-weight: normal;
	}

	#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: 17px;
		height: 12px;
		background: url("../../../../../../resources/sw_img/linkout_white.png") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}

	#site-info .area-footer-sitemap .link-list li.highlight a ,
	#site-info .area-footer-sitemap .sitemap-1st > h3 a {
		padding: 12px 0px;
		border-bottom: 1px solid #999;
	}

	#site-info .area-footer-sitemap .link-list li:not(.highlight) ,
	#site-info .area-footer-sitemap .sitemap-1st ul {
		display: none;
	}

	#site-info .area-footer-sitemap >* >* >*:last-child {
/*		margin-top: 15px; */
	}

	#site-info .area-footer-sitemap >* >* >*:last-child .link-list li:not(.highlight) ,
	#site-info .area-footer-sitemap >* >* >*:last-child .sitemap-1st ul {
		display: block;
	}




	/* フッターロゴ */
	#site-info .area-footer-logo {
		margin: 10px 20px;
	}

	#site-info .area-footer-logo a {
		padding: 10px;
	}


	/* フッターリンク集 */
	#site-info .area-footer-link {
		background: #888;
		color: #fff;
		padding: 10px 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-left: 20px;
		padding-left: 20px;
	}

	#site-info .area-footer-link .link-list ul li + li {
		border-left: 1px solid #a3a3a3;
	}

	#site-info .area-footer-link .link-list ul li a ,
	#site-info .area-footer-link .link-list ul li span {
		font-size: 12px;
	}

	#site-info .area-footer-link .link-list ul li a[target="_blank"]::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 18px;
		height: 14px;
		background: url("../../../../../../resources/sw_img/linkout.png") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}


	/* コピーライト */
	#site-info .area-footer-copyright {
		padding: 15px 0;
		background: #fff;
		font-size: 12px;
		color: #333;
		text-align: center;
	}


}



/*------------------ プラグイン・サイト内共通 特殊設定 ------------------*/

/*==== ページ遷移時フェイドイン設定 ====*/

body:not(.ready) {
	opacity: 0;
	-webkit-transition: 0.5s 0.5s;
	-o-transition: 0.5s 0.5s;
	transition: 0.5s 0.5s;
}

body.ready {
	opacity: 1;
	-webkit-transition: 0.5s 0.5s;
	-o-transition: 0.5s 0.5s;
	transition: 0.5s 0.5s;
}

body.in-editor {
	opacity: 0.3;
/*	transition: 0.5s; */
}

body.in-editor.ready {
	opacity: 1;
}





/*==== スクロールエフェクト ====*/
/* 出現アニメーション */
#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;
}


/*-- 出現アニメーション(新) --*/
/* クラス名はfadeObjX1～9まで */
.fadeObjX {
	opacity: 0;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: translate3d(0, -30px, 0);
	        transform: translate3d(0, -30px, 0);
}

.fadeObjX.visible {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	-webkit-transition: 1s 1.5s;
	-o-transition: 1s 1.5s;
	transition: 1s 1.5s;
}

.fadeObjX.visible.fadeObjX1 {
	-webkit-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
}
.fadeObjX.visible.fadeObjX2 {
	-webkit-transition-delay: 0.3s;
	     -o-transition-delay: 0.3s;
	        transition-delay: 0.3s;
}
.fadeObjX.visible.fadeObjX3 {
	-webkit-transition-delay: 0.6s;
	     -o-transition-delay: 0.6s;
	        transition-delay: 0.6s;
}
.fadeObjX.visible.fadeObjX4 {
	-webkit-transition-delay: 0.9s;
	     -o-transition-delay: 0.9s;
	        transition-delay: 0.9s;
}
.fadeObjX.visible.fadeObjX5 {
	-webkit-transition-delay: 1.2s;
	     -o-transition-delay: 1.2s;
	        transition-delay: 1.2s;
}



/*===== 検索ダイアログ =====*/
#dialog_search {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(0,0,0, 0.4);

	-webkit-transition: 0.2s;

	-o-transition: 0.2s;

	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: 10px;
	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: #ca004c;

	-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: #ca004c;

	-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: #ca004c;
	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 .search_inputbox {
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	display: block;
	width: 500px;
	max-width: 90%;
}

#dialog_search .search_inputbox h2 {
	display: block;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

[id=dialog_search] th ,
[id=dialog_search] td {
	padding: 0;
	border: none;
	background: none;
}

#dialog_search .gsc-search-box-tools .gsc-search-box .gsc-input ,
#dialog_search td.gsc-search-button {
	background: #fff;
}

#dialog_search .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-left: 6px;
}

#dialog_search .gsc-input-box {
	border: none;
}

#dialog_search .gsc-search-button-v2 {
	border: none;
	border-radius: 0;

	padding: 8px;
	background: #333;
}


/*
#dialog_search .search_inputbox form {
	font-size: 0;
}

#dialog_search .search_inputbox input[type="text"] {
	width: calc(100% - 45px);
	font-size: 1rem;
	padding: 10px 20px;
	-webkit-box-shadow: inset 0 0 8px 2px #ccc;
	        box-shadow: inset 0 0 8px 2px #ccc;
}

#dialog_search .search_inputbox input[type="submit"] {
	padding: 0;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	vertical-align: top;
	width: 20px;
	height: calc(1.15rem + 0px);
	border: 12px solid #000;
	background: #000 url("../../../../../../resources/sw_img/icon_glass_white.svg") center center no-repeat;;
}
*/



/*==== カルーセル：スライドMV ====*/

/* -- デスクトップ用 -- */
@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;
	}

	[data-page-marker~="with-slider"] #mv::before ,
	#area-slider::before {
		content: "";
		display: block;
		padding-top: calc(100% / 1920 * 450);
	}

	#area-slider  {
		position: absolute;
		top: 130px;
		left: 0;
	}

	#area-slider > div {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
	}

	#area-slider .slick-slide {
		min-height: 450px;
		overflow: hidden;
	}

	#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 * *:last-child {
		margin-bottom: 0;
	}

	#area-slider .slick-slide > .column1 {
		width: 100%;
		min-width: 1920px;
	}

	#area-slider .slick-slide > .column1 img {
		width: 100%;
	}

	#area-slider .slick-dots {
		bottom: auto;
		bottom: 20px;
		display: block;
		width: 100%;
	}

	#area-slider .slick-dots li {
		margin: 0 5px;
	}


	#area-slider .slick-dots li button {
		display: block;
		width: 60px;
		height: 6px;
		background: #fff;
		border: 1px solid #ccc;
	}

	#area-slider .slick-dots li.slick-active button {
		background: #222;
	}
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {

	/*==== カルーセル：スライドMV（PC踏襲型：PCで見える分をSPでも表示） ====*/
	/* スライドエリアと画像サイズに合わせて、各設定値を変更する事 */
	/* 下の例: */
	/* スライドエリア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;
		bottom: 5px;
		display: block;
		width: 100%;
	}

	#area-slider .slick-dots li {
		margin: 0 5px;
	}

	#area-slider .slick-dots li button {
		display: block;
		width: 40px;
		height: 4px;
		background: #222;
		border: 1px solid #ccc;
	}

	#area-slider .slick-dots li.slick-active button {
		background: #fff;
	}
}




/*==== メインビジュアル：MV ====*/

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	/*==== メインビジュアル：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（縦横比固定型） ====*/
	[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;
	}

	[data-page-marker~="with-mv"] #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: 70px;
	width: 50px;
	height: 50px;
	z-index: 1;

	opacity: 0.5;
}

#area-smulti-slider .slick-prev {
	left: -25px;
}
#area-smulti-slider .slick-next {
	right: -8px;
}

#area-smulti-slider .slick-prev::before ,
#area-smulti-slider .slick-next::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url("../../../../../../resources/sw_img/slide-prev.png") no-repeat center center;
	background-size: contain;
}

#area-smulti-slider .slick-next::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;
}


/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	#area-smulti-slider .basic-list.thumnail ,
	#area-smulti-slider .basic-list-english.thumnail {
		padding: 0 20px;
	}

	#area-smulti-slider .slick-prev ,
	#area-smulti-slider .slick-next {
		width: 35px;
		height: 35px;
	}

	#area-smulti-slider .slick-prev::before ,
	#area-smulti-slider .slick-next::before {
		width: 35px;
		height: 35px;
	}

	#area-smulti-slider .slick-prev {
		left: -20px;
	}
	#area-smulti-slider .slick-next {
		right: -3px;
	}
}


/*==== 言語切り替えリンク ====*/
.lang_link.hidden {
	display: none;
}

.lang_link {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/*-- 言語切り替えボタンスタイル --*/
.lang_link a {
	display: block;
	padding: 0 15px;
	font-size: 0;
	text-decoration: none;
	color: inherit;
	line-height: 1.5;
	background: #fff;
	border-radius: 50px;
}

.lang_link span:first-child {
	border-right: 1px solid #eee;
}

.lang_link span {
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
}

.lang_link .active{
/*	border-bottom: 2px solid #000; */
}
.lang_link .inactive {
}

.lang_link a:hover {
	opacity: 0.7;
}


/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	.lang_link {
		right: 10px;
	}

	.lang_link span {
		font-size: 12px;
	}
}




/*===== アコーディオン =====*/
#sharewithmain .ux_accordion {
}

body#index .ux_accordion > .column2 {
	display: inline-block;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	#sharewithmain .ux_accordion > .column1 ,
	#sharewithmain .ux_accordion > .column2 {
		width: 100%;
		margin-right: 0;
	}
}


/*------------------ 全ページ共通 特殊設定 ------------------*/
/*==== 背景黒 ====*/
/* 素材ページ等で白いロゴを見える様にする */
body#bg-black {
	background: #000;
}

/*==== X calendar ====*/
.xcalendar div.shwTable::before {
    content: none;
}

.xcalendar div.shwTable .tbCore {
	margin: 0 33px;
}

.xcalendar div.shwTable .tbCore ,
.xcalendar div.shwTable .tbCore tbody ,
.xcalendar div.shwTable .tbCore tr ,
.xcalendar div.shwTable .tbCore td {
	display: block;
	border: none;
}

.xcalendar div.shwTable .tbCore::after {
	content:"";
	display:block;
	clear:both;
}

.xcalendar div.shwTable .tbCore tr {
	position: relative;
	float: left;
	width: calc(100% / 12.5);
	padding: 0;
	margin: 80px 0;
	border: none;
}

.xcalendar div.shwTable .tbCore tr td {
    padding: 0;
}

.xcalendar div.shwTable .tbCore tr td:nth-child(1) {
	display: block;
	margin: 0;
	margin-right: 1px;
	padding: 10px 0;
	font-weight: normal;
    text-align: center;
	font-family: 'Saira Extra Condensed', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 38px;
}

.xcalendar div.shwTable .tbCore tr:nth-child(odd) td:nth-child(1) {
	background: #aa0000;
	color: #FFF;
}
.xcalendar div.shwTable .tbCore tr:nth-child(even) td:nth-child(1) {
	background: #e4524e;
	color: #FFF;
}


.xcalendar div.shwTable .tbCore tr td:nth-child(2) ,
.xcalendar div.shwTable .tbCore tr td:nth-child(3) {
	position: absolute;
	width: 166%;
	left: 50%;
	margin-left: 3px;

	color: #333;
	padding: 2px;
	font-size: 14px;
	line-height: 1.3;
}

.xcalendar div.shwTable .tbCore tr td:nth-child(2) {
	bottom: 100%;
	margin-bottom: 1px;
	padding-bottom: 15px;
}

.xcalendar div.shwTable .tbCore tr td:nth-child(3) {
	top: 100%;
	margin-top: 1px;
	padding-top: 15px;
}


.xcalendar div.shwTable .tbCore tr td:nth-child(2)::before ,
.xcalendar div.shwTable .tbCore tr td:nth-child(3)::before {
	content: "";
	position: absolute;
	left: -5px;
	width: 1px;
	height: 50px;
	border-right: 1px solid #000;
}

.xcalendar div.shwTable .tbCore tr td:nth-child(2)::before {
	bottom: 0;
}

.xcalendar div.shwTable .tbCore tr td:nth-child(3)::before {
	top: 0;
}


.xcalendar div.shwTable .tbCore tr td:empty {
    display: none;
}

/* 個別の微調整 */
.xcalendar div.shwTable .tbCore tr td.tbTop:nth-child(2) ,
.xcalendar div.shwTable .tbCore tr td.tbTop:nth-child(3) {
    left: 16%;
}

.xcalendar div.shwTable .tbCore tr td.tbBottom:nth-child(2) ,
.xcalendar div.shwTable .tbCore tr td.tbBottom:nth-child(3) {
    left: 84%;
}


/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	.xcalendar div.shwTable {
	    overflow: visible;
	}

	.xcalendar div.shwTable .tbCore {
		margin: 0 10px;
	}

	.xcalendar div.shwTable .tbCore tr {
		width: 16.5%;
		width: calc(100% / 6 - 0.5px);
		margin: 47px 0;
	}

	.xcalendar div.shwTable .tbCore tr td:nth-child(1) {
	    font-size: 28px;
	}

	.xcalendar div.shwTable .tbCore tr td:nth-child(2) ,
	.xcalendar div.shwTable .tbCore tr td:nth-child(3) {
	    font-size: 10px;
	}
	    
	.xcalendar div.shwTable .tbCore tr td:nth-child(2) {
		padding-bottom: 12px;
	}

	.xcalendar div.shwTable .tbCore tr td:nth-child(3) {
		padding-top: 12px;
	}

	.xcalendar div.shwTable .tbCore tr td:nth-child(2)::before ,
	.xcalendar div.shwTable .tbCore tr td:nth-child(3)::before {
	    height: 25px;
	}
}


/*==== タブ風スタイル ====*/
.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: 17px 0;
	text-align: center;
	color: #999;
	font-weight: bold;
	background: #f2f2f2;
	text-decoration: none;
	border: 2px solid transparent;
	border-bottom-color: #ca004c;
}


.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: #ca004c;
	background: #fff;

	border-color: #ca004c;
	border-bottom-color: transparent;
}


.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;
}


/*==== マルチカラムの上下に線を引く、連続した時は線を重ねる ====*/
/* wideモードでない場合は、コンテンツ内に上下に線が引かれます */
#sharewithmain .layout_topline_01 {
	padding-top: 40px;
	border-top: 1px solid #eee;
}

#sharewithmain .layout_bottomline_01 {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

#sharewithmain .layout_bottomline_01 + .layout_topline_01 {
	margin-top: -21px;
}

/*==== マルチカラムに背景色をつける ====*/
#sharewithmain .layout_bg_gray01 {
	background: #fafbfb;
}


/*------------------ 個別ページ 特殊設定 ------------------*/

/* 見出しが中央揃えになります */
.layout_title_center .title2 h2 ,
.layout_title_center .title3 h3 ,
.layout_title_center .title4 h4 {
	text-align: center;
}

.layout_title_center .title4 h4::before {
	content: none;
}


/* 見出しh2用アイコン */
.title2 h2 .icon_important::before {
	content: "i";
	display: inline-block;
	color: #ff3333;
	font-size: 28px;
	font-weight: bold;
	margin: 0 0.5em;
}


/*==== HOME ====*/




/*-- ニュースティッカー */
#sharewithmain .layout_news_ticker {
	padding-top: 0;
	padding-bottom: 0;
}

#sharewithmain .layout_news_ticker .column1 {
	margin-bottom: 0;
}

.layout_news_ticker .basic-list:not(.thumnail) ,
.layout_news_ticker .basic-list-english:not(.thumnail) {
	margin-bottom: 0;
}


/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	.layout_news_ticker .basic-list:not(.thumnail) ul.tabItems li ,
	.layout_news_ticker .basic-list-english:not(.thumnail) ul.tabItems li {
		min-height: 6.5em !important;
	}
}

/*-- トピックス（タイル型ニュース） */
/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	.layout_top_topics .basic-list.thumnail ul.tabItems li,
	.layout_top_topics .basic-list-english.thumnail ul.tabItems li {
		width: calc(100% / 4 - 18px);
	}
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	.layout_top_topics .basic-list.thumnail ul.tabItems ,
	.layout_top_topics .basic-list-english.thumnail ul.tabItems {
		margin-right: 0;
	}

	.layout_top_topics .basic-list.thumnail ul.tabItems li,
	.layout_top_topics .basic-list-english.thumnail ul.tabItems li {
		width: calc(100% /2 - 18px);
		margin-left: 9px;
		margin-right: 9px;
	}
}


/*-- カテゴリアイコン無し --*/
#sharewithmain .layout_no_c_icon {
}

.layout_no_c_icon .basic-list:not(.thumnail) ul.tabItems li .c_icon ,
.layout_no_c_icon .basic-list-english:not(.thumnail) ul.tabItems li .c_icon {
	display: none;
}

.layout_no_c_icon .basic-list:not(.thumnail) ul.tabItems li .c_icon ,
.layout_no_c_icon .basic-list-english:not(.thumnail) ul.tabItems li .c_icon {

}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	.multiColumn1.layout_no_c_icon .basic-list:not(.thumnail) ul.tabItems li h3 ,
	.multiColumn1.layout_no_c_icon .basic-list-english:not(.thumnail) ul.tabItems li h3 {
		padding-left: 8.8em;
	}
}


/*-- ニュース用 狭幅moreボタン --*/
.layout_narrow_teaser01 .teaser.no-img.style1 ,
.layout_narrow_teaser01 .external-teaser.no-img.style1 {
	max-width: 320px;
	width: 50%;
}

/*-- ブロークングリッド用 左寄せ狭幅moreボタン --*/
.layout_narrow_teaser02 .teaser.no-img.style1 ,
.layout_narrow_teaser02 .external-teaser.no-img.style1 {
	max-width: 200px;
	width: 50%;
	margin-left: 0;
}

/*-- ブロークングリッド用 左寄せ狭幅＋左詰めリンクボタン --*/
.layout_narrow_teaser03 .teaser.no-img.style1 ,
.layout_narrow_teaser03 .external-teaser.no-img.style1 {
	display: inline-block;
	max-width: 240px;
	width: 50%;
	margin-left: 0;
	margin-right: 20px;
}


/*-- comboニュース --*/
#sharewithmain .layout_combo_news {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	#sharewithmain .layout_combo_news::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		display: block;
		width: 50%;
		height: 100%;
		background: #fafbfb;
		z-index: -1;
	}

	#sharewithmain .layout_combo_news > .column1 {
		width: 500px;
		padding: 40px 40px 85px 20px;
		margin-right: -1px;
		border-right: 1px solid #eee;
		margin-bottom: 0;
	}

	#sharewithmain .layout_combo_news > .column2 {
		width: 500px;
		padding: 40px 20px 85px 40px;
		border-left: 1px solid #eee;
		margin-bottom: 0;
	}

	.layout_combo_news .basic-list:not(.thumnail) + .teaser.no-img.style1 ,
	.layout_combo_news .basic-list-english:not(.thumnail) + .teaser.no-img.style1 {
		position: absolute;
		bottom: 20px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		    -ms-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
		width: 250px;
	}

	.layout_combo_news > .column1 .basic-list:not(.thumnail) + .teaser.no-img.style1 ,
	.layout_combo_news > .column1 .basic-list-english:not(.thumnail) + .teaser.no-img.style1 {
		margin-left: -250px;
	}

	.layout_combo_news > .column2 .basic-list:not(.thumnail) + .teaser.no-img.style1 ,
	.layout_combo_news > .column2 .basic-list-english:not(.thumnail) + .teaser.no-img.style1 {
		margin-left: 250px;
	}

}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .layout_combo_news > .column1 ,
	#sharewithmain .layout_combo_news > .column2 {
		padding: 40px 0px 20px 0px;
	}

	#sharewithmain .layout_combo_news > .column2 {
		position: relative;
	}

	#sharewithmain .layout_combo_news > .column2::before {
		content: "";
		position: absolute;
		top: 0;
		left: -10px;
		display: block;
		width: calc(100% + 20px);
		height: 100%;
		background: #fafbfb;
		z-index: -1;
	}
}




/*-- PC:画像が左端中段に配置、SP:画像が上で左端に配置 --*/
#sharewithmain .layout_leftcolumn_middle1 {
	position: relative;
	margin-bottom: 40px;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	#sharewithmain .layout_leftcolumn_middle1 > .column1 {
		vertical-align: middle;
		width: 40%;
		margin-left: 0;
		margin-right: 5%;
	}

	#sharewithmain .layout_leftcolumn_middle1 > .column2 {
		vertical-align: middle;
		width: 550px;
		margin-right: calc(55% - 550px);
		padding: 40px 0;
	}
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .layout_leftcolumn_middle1 {
		padding-left: 0;
		padding-right: 0;
	}

	#sharewithmain .layout_leftcolumn_middle1 > .column1 {
		margin-left: 0;
		margin-right: 10%;
		width: 90%;
	}

	#sharewithmain .layout_leftcolumn_middle1 > .column2 {
		margin-left: 20px;
		margin-right: 20px;
		width: calc(100% - 40px);
	}
}

#sharewithmain .layout_leftcolumn_middle1 > .column1 .text-section img {
	width: 100%;
}


/*-- 画像が右端中段に配置 --*/
#sharewithmain .layout_rightcolumn_middle1 {
	position: relative;
	margin-bottom: 40px;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	#sharewithmain .layout_rightcolumn_middle1 > .column1 {
		vertical-align: middle;
		width: 40%;
		margin-left: 5%;
		margin-right: 0;
	}

	#sharewithmain .layout_rightcolumn_middle1 > .column2 {
		vertical-align: middle;
		width: 550px;
		margin-left: calc(55% - 550px);
		padding: 40px 0;
	}
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .layout_rightcolumn_middle1 {
		padding-left: 0;
		padding-right: 0;
	}

	#sharewithmain .layout_rightcolumn_middle1 > .column1 {
		margin-left: 10%;
		margin-right: 0;
		width: 90%;
	}

	#sharewithmain .layout_rightcolumn_middle1 > .column2 {
		margin-left: 20px;
		margin-right: 20px;
		width: calc(100% - 40px);
	}
}

#sharewithmain .layout_rightcolumn_middle1 > .column1 .text-section img {
	width: 100%;
}


/*-- 画像が左端中段に配置 --*/
#sharewithmain .layout_leftcolumn_middle2 {
	margin-bottom: 40px;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	#sharewithmain .layout_leftcolumn_middle2 > .column1 {
		vertical-align: middle;
		width: 400px;
		margin-right: 0;
	}

	#sharewithmain .layout_leftcolumn_middle2 > .column2 {
		vertical-align: middle;
		width: 550px;
		margin-left: 50px;
		padding: 40px 0;
	}
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .layout_leftcolumn_middle2 {
		padding-left: 0;
		padding-right: 0;
	}

	#sharewithmain .layout_leftcolumn_middle2 > .column1 {
		margin-left: 0;
		margin-right: 10%;
		width: 90%;
	}

	#sharewithmain .layout_leftcolumn_middle2 > .column2 {
		margin-left: 20px;
		margin-right: 20px;
		width: calc(100% - 40px);
	}
}

#sharewithmain .layout_leftcolumn_middle2 > .column1 .text-section img {
	width: 100%;
}


/*-- 画像が右端中段に配置 --*/
#sharewithmain .layout_rightcolumn_middle2 {
	margin-bottom: 40px;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	#sharewithmain .layout_rightcolumn_middle2 > .column1 {
		vertical-align: middle;
		width: 400px;
		margin-right: auto;
	}

	#sharewithmain .layout_rightcolumn_middle2 > .column2 {
		vertical-align: middle;
		width: 550px;
		margin-right: 50px;
		padding: 40px 0;
		padding-left: 50px;
	}
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .layout_rightcolumn_middle2 {
		padding-left: 0;
		padding-right: 0;
	}

	#sharewithmain .layout_rightcolumn_middle2 > .column1 {
		margin-left: 10%;
		margin-right: 0;
		width: 90%;
	}

	#sharewithmain .layout_rightcolumn_middle2 > .column2 {
		margin-left: 20px;
		margin-right: 20px;
		width: calc(100% - 40px);
	}
}

#sharewithmain .layout_rightcolumn_middle2 > .column1 .text-section img {
	width: 100%;
}


/*-- 画像が左端中段に配置 --*/
#sharewithmain .layout_leftcolumn_middle3 {
	padding: 40px 0 20px;
	background: #bbb;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	#sharewithmain .layout_leftcolumn_middle3 > .column1 {
		vertical-align: middle;
		width: 50%;
		margin-right: 0;
	}

	#sharewithmain .layout_leftcolumn_middle3 > .column2 {
		position: relative;
		z-index: 1;
		vertical-align: middle;
		width: 650px;
		margin-left: -150px;
		margin-right: calc(50% - 650px + 150px);
	}
}

@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .layout_leftcolumn_middle3 {
		padding-left: 0;
		padding-right: 0;
	}

	#sharewithmain .layout_leftcolumn_middle3 > .column1 {
		margin-left: 0;
		margin-right: 10%;
		width: 90%;
	}

	#sharewithmain .layout_leftcolumn_middle3 > .column2 {
		position: relative;
		margin-top: -60px;
		margin-left: 20px;
		margin-right: 20px;
		width: calc(100% - 40px);
	}
}

#sharewithmain .layout_leftcolumn_middle3 > .column1 .text-section img {
	width: 100%;
}


/*-- 画像が右端中段に配置 --*/
#sharewithmain .layout_rightcolumn_middle3 {
	padding: 40px 0 20px;
	background: #bbb;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	#sharewithmain .layout_rightcolumn_middle3 > .column1 {
		vertical-align: middle;
		width: 50%;
		margin-right: auto;
	}

	#sharewithmain .layout_rightcolumn_middle3 > .column2 {
		position: relative;
		z-index: 1;
		vertical-align: middle;
		width: 650px;
		margin-right: -150px;
		margin-left: calc(50% - 650px + 150px);
	}
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .layout_rightcolumn_middle3 {
		padding-left: 0;
		padding-right: 0;
	}

	#sharewithmain .layout_rightcolumn_middle3 > .column1 {
		margin-left: 10%;
		margin-right: 0;
		width: 90%;
	}

	#sharewithmain .layout_rightcolumn_middle3 > .column2 {
		position: relative;
		margin-top: -60px;
		margin-left: 20px;
		margin-right: 20px;
		width: calc(100% - 40px);
	}
}

#sharewithmain .layout_rightcolumn_middle3 > .column1 .text-section img {
	width: 100%;
}


/*-- 画像が左端中段に配置 --*/
#sharewithmain .layout_leftcolumn_middle4 {
	padding: 40px 0 20px;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	#sharewithmain .layout_leftcolumn_middle4 > .column1 {
		vertical-align: middle;
		width: 500px;
		margin-right: 0;
	}

	#sharewithmain .layout_leftcolumn_middle4 > .column2 {
		position: relative;
		z-index: 1;
		vertical-align: middle;
		width: 650px;
		margin-left: -150px;
	}
}

@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .layout_leftcolumn_middle4 {
		padding-left: 0;
		padding-right: 0;
	}

	#sharewithmain .layout_leftcolumn_middle4 > .column1 {
		margin-left: 0;
		margin-right: 10%;
		width: 90%;
	}

	#sharewithmain .layout_leftcolumn_middle4 > .column2 {
		position: relative;
		margin-top: -60px;
		margin-left: 20px;
		margin-right: 20px;
		width: calc(100% - 40px);
	}
}

#sharewithmain .layout_leftcolumn_middle4 > .column1 .text-section img {
	width: 100%;
}

/*-- 画像が右端中段に配置 --*/
#sharewithmain .layout_rightcolumn_middle4 {
	padding: 40px 0 20px;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	#sharewithmain .layout_rightcolumn_middle4 > .column1 {
		vertical-align: middle;
		width: 500px;
		margin-right: auto;
	}

	#sharewithmain .layout_rightcolumn_middle4 > .column2 {
		position: relative;
		z-index: 1;
		vertical-align: middle;
		width: 650px;
		margin-right: -150px;
	}
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .layout_rightcolumn_middle4 {
		padding-left: 0;
		padding-right: 0;
	}

	#sharewithmain .layout_rightcolumn_middle4 > .column1 {
		margin-left: 10%;
		margin-right: 0;
		width: 90%;
	}

	#sharewithmain .layout_rightcolumn_middle4 > .column2 {
		position: relative;
		margin-top: -60px;
		margin-left: 20px;
		margin-right: 20px;
		width: calc(100% - 40px);
	}
}

#sharewithmain .layout_rightcolumn_middle4 > .column1 .text-section img {
	width: 100%;
}


/*-- バナー type02 --*/
#sharewithmain .layout_teaser02 {
}

.layout_teaser02 .teaser:not(.no-img).style1 ,
.layout_teaser02 .external-teaser:not(.no-img).style1 ,
.layout_teaser02 .download-teaser:not(.no-img).style1 {
	position: relative;
	display: block;
}

.layout_teaser02 .teaser:not(.no-img).style1 h2 ,
.layout_teaser02 .external-teaser:not(.no-img).style1 h2 ,
.layout_teaser02 .download-teaser:not(.no-img).style1 h2 {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.layout_teaser02 .teaser:not(.no-img).style1 h2 a ,
.layout_teaser02 .external-teaser:not(.no-img).style1 h2 a ,
.layout_teaser02 .download-teaser:not(.no-img).style1 h2 a {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 20px 10px;
/*	background: rgba(33, 169, 237, 0.17); */
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 1.25;
	text-decoration: none;
}

.layout_teaser02 .teaser:not(.no-img).style1 h2 a span ,
.layout_teaser02 .external-teaser:not(.no-img).style1 h2 a span ,
.layout_teaser02 .download-teaser:not(.no-img).style1 h2 a span {
	display: block;
	font-size: 12px;
	margin: 3px 0;
	letter-spacing: normal;
}

.layout_teaser02 .teaser:not(.no-img).style1 h2 a::before ,
.layout_teaser02 .external-teaser:not(.no-img).style1 h2 a::before ,
.layout_teaser02 .download-teaser:not(.no-img).style1 h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -10px;
	width: 9px;
	height: 15px;
	background: url("../../../../../../resources/sw_img/icon_arr01_white.svg") center center no-repeat;
	background-size: contain;
}

.layout_teaser02 .teaser:not(.no-img).style1 h2 a[target="_blank"]::after ,
.layout_teaser02 .external-teaser:not(.no-img).style1 h2 a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/linkout_white.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.layout_teaser02 .teaser:not(.no-img).style1 h2 + a ,
.layout_teaser02 .external-teaser:not(.no-img).style1 h2 + a ,
.layout_teaser02 .download-teaser:not(.no-img).style1 h2 + a {
}

.layout_teaser02 .teaser:not(.no-img).style1 h2 + a img ,
.layout_teaser02 .external-teaser:not(.no-img).style1 h2 + a img ,
.layout_teaser02 .download-teaser:not(.no-img).style1 h2 + a img {
	display: block;
	width: 100%;
	opacity: 1;

	-webkit-transition: 0.7s 0.1s;
	-o-transition: 0.7s 0.1s;
	transition: 0.7s 0.1s;
}


.layout_teaser02 .teaser:not(.no-img).style1 p ,
.layout_teaser02 .external-teaser:not(.no-img).style1 p ,
.layout_teaser02 .download-teaser:not(.no-img).style1 p {
	display: none;
}

.layout_teaser02 .teaser:not(.no-img).style1 h2 a:hover ,
.layout_teaser02 .external-teaser:not(.no-img).style1 h2 a:hover ,
.layout_teaser02 .download-teaser:not(.no-img).style1 h2 a:hover ,
.layout_teaser02 .teaser:not(.no-img).style1:hover h2 a ,
.layout_teaser02 .external-teaser:not(.no-img).style1:hover h2 a ,
.layout_teaser02 .download-teaser:not(.no-img).style1:hover h2 a {
}

.layout_teaser02 .teaser:not(.no-img).style1 h2 + a:hover img ,
.layout_teaser02 .external-teaser:not(.no-img).style1 h2 + a:hover img ,
.layout_teaser02 .download-teaser:not(.no-img).style1 h2 + a:hover img ,
.layout_teaser02 .teaser:not(.no-img).style1:hover h2 + a img ,
.layout_teaser02 .external-teaser:not(.no-img).style1:hover h2 + a img ,
.layout_teaser02 .download-teaser:not(.no-img).style1:hover h2 + a img {
	opacity: 1;
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}


/*-- YouTube用 --*/
.layout_teaser02 div.external-teaser:not(.no-img).style1 > a[href*="//www.youtube.com"] ,
.layout_teaser02 div.external-teaser:not(.no-img).style1 > a[href*="//youtu.be"] {
	position: relative;
}

.layout_teaser02 div.external-teaser:not(.no-img).style1 > a[href*="//www.youtube.com"] img ,
.layout_teaser02 div.external-teaser:not(.no-img).style1 > a[href*="//youtu.be"] img {
	width: 100%;
}

.layout_teaser02 div.external-teaser:not(.no-img).style1 > a[href*="//www.youtube.com"]::before ,
.layout_teaser02 div.external-teaser:not(.no-img).style1 > a[href*="//youtu.be"]::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0, 0.4) url("../../../../../../resources/sw_img/youtube_icon.png") no-repeat center center;
	z-index: 1;
}

.layout_teaser02 div.external-teaser:not(.no-img).style1 h2 a[href*="//www.youtube.com"]::after ,
.layout_teaser02 div.external-teaser:not(.no-img).style1 h2 a[href*="//youtu.be"]::after {
	content: none;
}

.layout_teaser02 div.external-teaser:not(.no-img).style1 > a[href*="//www.youtube.com"]:hover::before ,
.layout_teaser02 div.external-teaser:not(.no-img).style1 > a[href*="//youtu.be"]:hover::before {
	background-color: rgba(0,0,0, 0.2);
}

.layout_teaser02 div.external-teaser:not(.no-img).style1 > a[href*="//www.youtube.com"]:hover img ,
.layout_teaser02 div.external-teaser:not(.no-img).style1 > a[href*="//youtu.be"]:hover img {
	opacity: 1;
}

.layout_teaser02 div.external-teaser:not(.no-img).style1 h2 + a[href*="//www.youtube.com"]::before ,
.layout_teaser02 div.external-teaser:not(.no-img).style1 h2 + a[href*="//youtu.be"]::before ,
.layout_teaser02 div.external-teaser:not(.no-img).style1 h2 + a[href*="//www.youtube.com"]:hover::before ,
.layout_teaser02 div.external-teaser:not(.no-img).style1 h2 + a[href*="//youtu.be"]:hover::before {
	background-color: transparent;
}


/*-- バナー type03 --*/
#sharewithmain .layout_teaser03 {
}

.layout_teaser03 .teaser:not(.no-img).style1 ,
.layout_teaser03 .external-teaser:not(.no-img).style1 ,
.layout_teaser03 .download-teaser:not(.no-img).style1 {
	position: relative;
	display: block;
}

.layout_teaser03 .teaser:not(.no-img).style1 h2 ,
.layout_teaser03 .external-teaser:not(.no-img).style1 h2 ,
.layout_teaser03 .download-teaser:not(.no-img).style1 h2 {
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	z-index: 2;
}

.layout_teaser03 .teaser:not(.no-img).style1 h2 a ,
.layout_teaser03 .external-teaser:not(.no-img).style1 h2 a ,
.layout_teaser03 .download-teaser:not(.no-img).style1 h2 a {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	text-align: left;
	width: 100%;
	min-height: 3em;
	padding: 0.25em 20px;
	background: rgba(0,0,0, 0.2);
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 1.25;
	text-decoration: none;
}

.layout_teaser03 .teaser:not(.no-img).style1 h2 a span ,
.layout_teaser03 .external-teaser:not(.no-img).style1 h2 a span ,
.layout_teaser03 .download-teaser:not(.no-img).style1 h2 a span {
	display: block;
	font-size: 16px;
	margin: 3px 0;
	letter-spacing: normal;
}

.layout_teaser03 .teaser:not(.no-img).style1 h2 a::before ,
.layout_teaser03 .external-teaser:not(.no-img).style1 h2 a::before ,
.layout_teaser03 .download-teaser:not(.no-img).style1 h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -10px;
	width: 9px;
	height: 15px;
	background: url("../../../../../../resources/sw_img/icon_arr01_white.svg") center center no-repeat;
	background-size: contain;
}

.layout_teaser03 .teaser:not(.no-img).style1 h2 a[target="_blank"]::after ,
.layout_teaser03 .external-teaser:not(.no-img).style1 h2 a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/linkout_white.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.layout_teaser03 .teaser:not(.no-img).style1 h2 + a ,
.layout_teaser03 .external-teaser:not(.no-img).style1 h2 + a ,
.layout_teaser03 .download-teaser:not(.no-img).style1 h2 + a {
}

.layout_teaser03 .teaser:not(.no-img).style1 h2 + a img ,
.layout_teaser03 .external-teaser:not(.no-img).style1 h2 + a img ,
.layout_teaser03 .download-teaser:not(.no-img).style1 h2 + a img {
	display: block;
	width: 100%;
/*	opacity: 1; */
}


.layout_teaser03 .teaser:not(.no-img).style1 p ,
.layout_teaser03 .external-teaser:not(.no-img).style1 p ,
.layout_teaser03 .download-teaser:not(.no-img).style1 p {
	display: none;
}

.layout_teaser03 .teaser:not(.no-img).style1 h2 a:hover ,
.layout_teaser03 .external-teaser:not(.no-img).style1 h2 a:hover ,
.layout_teaser03 .download-teaser:not(.no-img).style1 h2 a:hover ,
.layout_teaser03 .teaser:not(.no-img).style1:hover h2 a ,
.layout_teaser03 .external-teaser:not(.no-img).style1:hover h2 a ,
.layout_teaser03 .download-teaser:not(.no-img).style1:hover h2 a {
}

.layout_teaser03 .teaser:not(.no-img).style1 h2 + a:hover img ,
.layout_teaser03 .external-teaser:not(.no-img).style1 h2 + a:hover img ,
.layout_teaser03 .download-teaser:not(.no-img).style1 h2 + a:hover img ,
.layout_teaser03 .teaser:not(.no-img).style1:hover h2 + a img ,
.layout_teaser03 .external-teaser:not(.no-img).style1:hover h2 + a img ,
.layout_teaser03 .download-teaser:not(.no-img).style1:hover h2 + a img {
	opacity: 0.7;
}


.layout_teaser03.multiColumn2 .teaser:not(.no-img).style1 h2 a ,
.layout_teaser03.multiColumn2 .external-teaser:not(.no-img).style1 h2 a ,
.layout_teaser03.multiColumn2 .download-teaser:not(.no-img).style1 h2 a {
	font-size: 24px;
}

.layout_teaser03.multiColumn2 .teaser:not(.no-img).style1 h2 a span ,
.layout_teaser03.multiColumn2 .external-teaser:not(.no-img).style1 h2 a span ,
.layout_teaser03.multiColumn2 .download-teaser:not(.no-img).style1 h2 a span {
	font-size: 16px;
}

.layout_teaser03.multiColumn3 .teaser:not(.no-img).style1 h2 a ,
.layout_teaser03.multiColumn3 .external-teaser:not(.no-img).style1 h2 a ,
.layout_teaser03.multiColumn3 .download-teaser:not(.no-img).style1 h2 a {
	font-size: 20px;
}

.layout_teaser03.multiColumn3 .teaser:not(.no-img).style1 h2 a span ,
.layout_teaser03.multiColumn3 .external-teaser:not(.no-img).style1 h2 a span ,
.layout_teaser03.multiColumn3 .download-teaser:not(.no-img).style1 h2 a span {
	font-size: 14px;
}

.layout_teaser03.multiColumn4 .teaser:not(.no-img).style1 h2 a ,
.layout_teaser03.multiColumn4 .external-teaser:not(.no-img).style1 h2 a ,
.layout_teaser03.multiColumn4 .download-teaser:not(.no-img).style1 h2 a {
	font-size: 18px;
}

.layout_teaser03.multiColumn4 .teaser:not(.no-img).style1 h2 a span ,
.layout_teaser03.multiColumn4 .external-teaser:not(.no-img).style1 h2 a span ,
.layout_teaser03.multiColumn4 .download-teaser:not(.no-img).style1 h2 a span {
	font-size: 12px;
}




/*-- バナー type04 --*/
#sharewithmain .layout_teaser04 {
}

.layout_teaser04 .teaser:not(.no-img).style1 ,
.layout_teaser04 .external-teaser:not(.no-img).style1 ,
.layout_teaser04 .download-teaser:not(.no-img).style1 {
	position: relative;
	padding: 20px;
	border: 1px solid #bbb;
}

.layout_teaser04 .teaser:not(.no-img).style1 h2 ,
.layout_teaser04 .external-teaser:not(.no-img).style1 h2 ,
.layout_teaser04 .download-teaser:not(.no-img).style1 h2 {
}

.layout_teaser04 .teaser:not(.no-img).style1 h2 a ,
.layout_teaser04 .external-teaser:not(.no-img).style1 h2 a ,
.layout_teaser04 .download-teaser:not(.no-img).style1 h2 a {
}

.layout_teaser04 .teaser:not(.no-img).style1 h2 a span ,
.layout_teaser04 .external-teaser:not(.no-img).style1 h2 a span ,
.layout_teaser04 .download-teaser:not(.no-img).style1 h2 a span {
}

.layout_teaser04 .teaser:not(.no-img).style1 h2 a[target="_blank"]::after ,
.layout_teaser04 .external-teaser:not(.no-img).style1 h2 a[target="_blank"]::after {
/*
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
*/
}

.layout_teaser04 .teaser:not(.no-img).style1 h2 + a ,
.layout_teaser04 .external-teaser:not(.no-img).style1 h2 + a ,
.layout_teaser04 .download-teaser:not(.no-img).style1 h2 + a {
}

.layout_teaser04 .teaser:not(.no-img).style1 h2 + a img ,
.layout_teaser04 .external-teaser:not(.no-img).style1 h2 + a img ,
.layout_teaser04 .download-teaser:not(.no-img).style1 h2 + a img {
	display: block;
	width: 100%;
}


.layout_teaser04 .teaser:not(.no-img).style1 p ,
.layout_teaser04 .external-teaser:not(.no-img).style1 p ,
.layout_teaser04 .download-teaser:not(.no-img).style1 p {

}

.layout_teaser04 .teaser:not(.no-img).style1 h2 a:hover ,
.layout_teaser04 .external-teaser:not(.no-img).style1 h2 a:hover ,
.layout_teaser04 .download-teaser:not(.no-img).style1 h2 a:hover ,
.layout_teaser04 .teaser:not(.no-img).style1:hover h2 a ,
.layout_teaser04 .external-teaser:not(.no-img).style1:hover h2 a ,
.layout_teaser04 .download-teaser:not(.no-img).style1:hover h2 a {
}

.layout_teaser04 .teaser:not(.no-img).style1 h2 + a:hover img ,
.layout_teaser04 .external-teaser:not(.no-img).style1 h2 + a:hover img ,
.layout_teaser04 .download-teaser:not(.no-img).style1 h2 + a:hover img ,
.layout_teaser04 .teaser:not(.no-img).style1:hover h2 + a img ,
.layout_teaser04 .external-teaser:not(.no-img).style1:hover h2 + a img ,
.layout_teaser04 .download-teaser:not(.no-img).style1:hover h2 + a img {
	opacity: 0.7;
}


/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	.layout_teaser04 .teaser:not(.no-img).style1 ,
	.layout_teaser04 .external-teaser:not(.no-img).style1 ,
	.layout_teaser04 .download-teaser:not(.no-img).style1 {
		padding: 10px;
	}
}



/*-- バナー type05 --*/
#sharewithmain .layout_teaser05 {
}


.layout_teaser05 .teaser.no-img.style1 ,
.layout_teaser05 .external-teaser.no-img.style1 ,
.layout_teaser05 .download-teaser.no-img.style1 {
	max-width: none;
}

.layout_teaser05 .teaser.no-img.style1 h2 ,
.layout_teaser05 .external-teaser.no-img.style1 h2 ,
.layout_teaser05 .download-teaser.no-img.style1 h2 {
	position: relative;
	background: #fff;
}

.layout_teaser05 .teaser.no-img.style1 h2::before ,
.layout_teaser05 .external-teaser.no-img.style1 h2::before ,
.layout_teaser05 .download-teaser.no-img.style1 h2::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -30px;
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	background: url("../../../../../../resources/sw_img/icon_img02.png") center center no-repeat;
	background-size: contain;
}


.layout_teaser05 .teaser.no-img.style1 h2 a ,
.layout_teaser05 .external-teaser.no-img.style1 h2 a ,
.layout_teaser05 .download-teaser.no-img.style1 h2 a {
	background: none;
	border: none;
	border-radius: 0;

	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	text-align: left;
	width: 100%;
	min-height: 80px;
	padding: 10px 30px 10px 100px;
	font-size: 16px;
	color: #222;
	font-weight: bold;
	line-height: 1.25;
	text-decoration: none;
	border: 1px solid #eee;
}

.layout_teaser05 .teaser.no-img.style1 h2 a::before ,
.layout_teaser05 .external-teaser.no-img.style1 h2 a::before ,
.layout_teaser05 .download-teaser.no-img.style1 h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -5px;
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 10px;
	background: url("../../../../../../resources/sw_img/icon_arr01.svg") center center no-repeat;
	background-size: contain;
}

.layout_teaser05 .teaser.no-img.style1 h2 a[target="_blank"]::after ,
.layout_teaser05 .external-teaser.no-img.style1 h2 a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.layout_teaser05 .download-teaser.no-img.style1 h2 a[href*=".pdf"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 21px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.layout_teaser05 .teaser.no-img.style1 p ,
.layout_teaser05 .external-teaser.no-img.style1 p ,
.layout_teaser05 .download-teaser.no-img.style1 p {
	margin-top: 5px;
	font-size: 14px;
}

.layout_teaser05 .teaser.no-img.style1 h2 a:hover ,
.layout_teaser05 .external-teaser.no-img.style1 h2 a:hover ,
.layout_teaser05 .download-teaser.no-img.style1 h2 a:hover {
	background-color: #000;
	color: #fff;
}

.layout_teaser05 .teaser.no-img.style1 h2 a:hover::before ,
.layout_teaser05 .external-teaser.no-img.style1 h2 a:hover::before ,
.layout_teaser05 .download-teaser.no-img.style1 h2 a:hover::before {
	background-image: url("../../../../../../resources/sw_img/icon_arr01_white.svg");
}


/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	.layout_teaser05 .teaser.no-img.style1 h2 a ,
	.layout_teaser05 .external-teaser.no-img.style1 h2 a ,
	.layout_teaser05 .download-teaser.no-img.style1 h2 a {
		padding-left: 80px;
	}

}



/*-- エリアリンクtype02 --*/
#sharewithmain .layout_arealink02 {
}

.layout_arealink02 .internal-link-area:not(.highlight) ,
.layout_arealink02 .external-link-area:not(.highlight) {
	padding: 10px 10px 5px;
	border: 1px solid #eee;
}

.layout_arealink02 .internal-link-area:not(.highlight) > a ,
.layout_arealink02 .external-link-area:not(.highlight) > a {
/*	color: inherit; */
}

.layout_arealink02 .internal-link-area img ,
.layout_arealink02 .external-link-area img {
	margin-right: 10px;
	margin-left: 0;
	margin-bottom: 5px;
}

.layout_arealink02 .internal-link-area .pos-2 ,
.layout_arealink02 .external-link-area .pos-2 {
	margin-left: 10px;
	margin-bottom: 5px;
}

.layout_arealink02 .internal-link-area img.large ,
.layout_arealink02 .external-link-area img.large {
	margin-bottom: 5px;
}

.layout_arealink02 .internal-link-area:not(.highlight) > a u ,
.layout_arealink02 .external-link-area:not(.highlight) > a u {
	text-decoration: none;

	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	margin: 0.25em 0;
}

.layout_arealink02 .internal-link-area:not(.highlight) > a:hover ,
.layout_arealink02 .external-link-area:not(.highlight) > a:hover {
}


.layout_arealink02.multiColumn2 .internal-link-area:not(.highlight) > a u ,
.layout_arealink02.multiColumn2 .external-link-area:not(.highlight) > a u {
	font-size: 24px;
}

.layout_arealink02.multiColumn3 .internal-link-area:not(.highlight) > a u ,
.layout_arealink02.multiColumn3 .external-link-area:not(.highlight) > a u {
	font-size: 20px;
}

.layout_arealink02.multiColumn4 .internal-link-area:not(.highlight) > a u ,
.layout_arealink02.multiColumn4 .external-link-area:not(.highlight) > a u {
	font-size: 16px;
	margin: 0;
}



/*-- エリアリンクtype03 --*/
#sharewithmain .layout_arealink03 {
}

.layout_arealink03 .internal-link-area:not(.highlight) ,
.layout_arealink03 .external-link-area:not(.highlight) {
}

.layout_arealink03 .internal-link-area:not(.highlight) > a ,
.layout_arealink03 .external-link-area:not(.highlight) > a {
/*	color: inherit; */
}

.layout_arealink03 .internal-link-area img ,
.layout_arealink03 .external-link-area img {
	margin-right: 10px;
	margin-left: 0;
}

.layout_arealink03 .internal-link-area .pos-2 ,
.layout_arealink03 .external-link-area .pos-2 {
	margin-left: 10px;
}

.layout_arealink03 .internal-link-area img.large ,
.layout_arealink03 .external-link-area img.large {
}

.layout_arealink03 .internal-link-area:not(.highlight) > a u ,
.layout_arealink03 .external-link-area:not(.highlight) > a u {
	text-decoration: none;

	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	margin: 0.25em 0;
}

.layout_arealink03 .internal-link-area:not(.highlight) > a:hover ,
.layout_arealink03 .external-link-area:not(.highlight) > a:hover {
}


.layout_arealink03.multiColumn2 .internal-link-area:not(.highlight) > a u ,
.layout_arealink03.multiColumn2 .external-link-area:not(.highlight) > a u {
	font-size: 24px;
}

.layout_arealink03.multiColumn3 .internal-link-area:not(.highlight) > a u ,
.layout_arealink03.multiColumn3 .external-link-area:not(.highlight) > a u {
	font-size: 20px;
}

.layout_arealink03.multiColumn4 .internal-link-area:not(.highlight) > a u ,
.layout_arealink03.multiColumn4 .external-link-area:not(.highlight) > a u {
	font-size: 16px;
	margin: 0;
}


/*-- エリアリンクtype04 --*/
#sharewithmain .layout_arealink04 {
}

.layout_arealink04 .internal-link-area:not(.highlight) ,
.layout_arealink04 .external-link-area:not(.highlight) {
}

.layout_arealink04 .internal-link-area:not(.highlight) > a ,
.layout_arealink04 .external-link-area:not(.highlight) > a {
	padding: 40px 40px;
	background: #fff;

/*	color: inherit; */
}

.layout_arealink04 .internal-link-area:not(.highlight) > a u ,
.layout_arealink04 .external-link-area:not(.highlight) > a u {
	text-decoration: none;

	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	margin: 0.25em 0;
}

.layout_arealink04 .internal-link-area:not(.highlight) > a > *:last-child::after ,
.layout_arealink04 .external-link-area:not(.highlight) > a > *:last-child::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	width: 6px;
	height: 10px;
	background: url("../../../../../../resources/sw_img/icon_arr01.svg") center center no-repeat;
	background-size: contain;
	margin-left: 10px;
}

.layout_arealink04 .internal-link-area:not(.highlight) > a:hover ,
.layout_arealink04 .external-link-area:not(.highlight) > a:hover {
}


@media handheld, only screen and (max-width: 767px) {
	.layout_arealink04 .internal-link-area:not(.highlight) > a ,
	.layout_arealink04 .external-link-area:not(.highlight) > a {
		padding: 20px 20px;
	}
}


/*-- エリアリンクtype05 --*/
#sharewithmain .layout_arealink05 {
}

.layout_arealink05 .internal-link-area:not(.highlight) ,
.layout_arealink05 .external-link-area:not(.highlight) {
}

.layout_arealink05 .internal-link-area:not(.highlight) > a ,
.layout_arealink05 .external-link-area:not(.highlight) > a {
	padding: 40px 40px;
	background: #fff;
	border: 1px solid #bbb;

/*	color: inherit; */
}

.layout_arealink05 .internal-link-area:not(.highlight) > a u ,
.layout_arealink05 .external-link-area:not(.highlight) > a u {
	text-decoration: none;

	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	margin: 0.25em 0;
}

.layout_arealink05 .internal-link-area:not(.highlight) > a > *:last-child::after ,
.layout_arealink05 .external-link-area:not(.highlight) > a > *:last-child::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	width: 6px;
	height: 10px;
	background: url("../../../../../../resources/sw_img/icon_arr01.svg") center center no-repeat;
	background-size: contain;
	margin-left: 10px;
}

.layout_arealink05 .internal-link-area:not(.highlight) > a:hover ,
.layout_arealink05 .external-link-area:not(.highlight) > a:hover {
}


@media handheld, only screen and (max-width: 767px) {
	.layout_arealink05 .internal-link-area:not(.highlight) > a ,
	.layout_arealink05 .external-link-area:not(.highlight) > a {
		padding: 20px 20px;
	}
}


/*-- 数字で見るtype01 --*/
#sharewithmain .layout_bordrbox01 {
}

#sharewithmain .layout_bordrbox01 > .column1 ,
#sharewithmain .layout_bordrbox01 > .column2 ,
#sharewithmain .layout_bordrbox01 > .column3 ,
#sharewithmain .layout_bordrbox01 > .column4 ,
#sharewithmain .layout_bordrbox01 > .column5 {
	padding: 20px 20px 0;
	background: #fff;
	border: 1px solid #eee;
	margin-bottom: 20px;
}


#sharewithmain .layout_number_pickup01 {
}

.layout_number_pickup01 .title4 h4 {
	text-align: center;
	padding-left: 0;
}

.layout_number_pickup01 .title4 h4::before {
	content: none;
}

.layout_number_pickup01 .text-section.highlight img {
	margin-right: 10px;
}

.layout_number_pickup01 .text-section.highlight img.pos-2 {
	margin-left: 10px;
}


.layout_number_pickup01 .text-section.highlight {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 0;
}

.layout_number_pickup01 .text-section.highlight u {
	text-decoration: none;

    display: inline-block;
    margin: 0.25em 0.1em 0 0;
	font-size: 60px;
	font-family: Arial, YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.layout_number_pickup01.multiColumn2 .text-section.highlight {
	font-size: 30px;
}

.layout_number_pickup01.multiColumn2 .text-section.highlight u {
	font-size: 60px;
}

.layout_number_pickup01.multiColumn3 .text-section.highlight {
	font-size: 24px;
}

.layout_number_pickup01.multiColumn3 .text-section.highlight u {
	font-size: 50px;
}

.layout_number_pickup01.multiColumn4 .text-section.highlight {
	font-size: 16px;
}

.layout_number_pickup01.multiColumn4 .text-section.highlight u {
	font-size: 30px;
}


/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .layout_bordrbox01 > .column1 ,
	#sharewithmain .layout_bordrbox01 > .column2 ,
	#sharewithmain .layout_bordrbox01 > .column3 ,
	#sharewithmain .layout_bordrbox01 > .column4 ,
	#sharewithmain .layout_bordrbox01 > .column5 {
		padding: 10px 10px 0;
		margin-bottom: 10px;
	}

	.layout_number_pickup01 .text-section.highlight {
		font-size: 20px;
	}

	.layout_number_pickup01 .text-section.highlight u {
		font-size: 40px;
	}

	.layout_number_pickup01.multiColumn2 .text-section.highlight ,
	.layout_number_pickup01.multiColumn3 .text-section.highlight {
		font-size: 20px;
	}

	.layout_number_pickup01.multiColumn2 .text-section.highlight u ,
	.layout_number_pickup01.multiColumn3 .text-section.highlight u {
		font-size: 40px;
	}

	.layout_number_pickup01.multiColumn4 .text-section.highlight {
		font-size: 16px;
	}

	.layout_number_pickup01.multiColumn4 .text-section.highlight u {
		font-size: 24px;
	}
}


/*==== 会社情報 > 沿革 ====*/

/*-- 沿革1 --*/
.layout_history1 .vtable-item > table > tbody > tr > th ,
.layout_history1 .vtable-item > table > tbody > tr > td {
	vertical-align: top;
	border: 1px solid #ccc;
}

.layout_history1 .vtable-item > table > tbody > tr > td {
	background: none;
}


/*-- 沿革2 --*/
.layout_history2 .ircalendar-title > table > tbody > tr > th ,
.layout_history2 .ircalendar-item > table > tbody > tr > td {
	background: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #ccc;
}


/*--沿革3 --*/
.layout_history3 .ircalendar {
	margin-top: 40px;
	margin-bottom: 20px;
}

.layout_history3 .ircalendar .tableContents {
	position: relative;
}

.layout_history3 .ircalendar .tableContents::after {
	content: "▼";
	position: absolute;
	bottom: -15px;
	left: 20%;
	color: #ade0ee;
	font-size: 15px;
	margin-left: -7px;
}

.layout_history3 tr td ,
.layout_history3 tr th {
	border: none;
	background: none;
}

.layout_history3 .ircalendar-title,
.layout_history3 .ircalendar-item {
	position: relative;
	margin-bottom: -10px;
}

.layout_history3 .ircalendar-title1,
.layout_history3 .ircalendar-item1 {
	position: relative;
}

.layout_history3 .ircalendar-item1:not(:empty)::after {
	content: "●";
	position: absolute;
	top: -14px;
	right: -8px;
	color: #ade0ee;
	font-size: 15px;
}

.layout_history3 .ircalendar-title1 th,
.layout_history3 .ircalendar-item1 td {
	position: absolute;
	left: 0;
	top: -30px;
}

.layout_history3 .ircalendar-title1 > p,
.layout_history3 .ircalendar-item1 > p {
	top: -25px;
    right: 20px;
	position: absolute;
	font-size: 30px;
	font-style: italic;
	font-family: inherit;
	-webkit-transform: scale( 1.2 , 1 );
	    -ms-transform: scale( 1.2 , 1 );
	        transform: scale( 1.2 , 1 );
	color: #c0c0c0;
}

.layout_history3 .ircalendar-title2,
.layout_history3 .ircalendar-title3,
.layout_history3 .ircalendar-item2,
.layout_history3 .ircalendar-item3 {
	padding-bottom: 40px;
	top: -20px;
}

.layout_history3 .ircalendar-title2,
.layout_history3 .ircalendar-item2 {
	border-left: 2px solid #ade0ee;
	position: relative;
}

.layout_history3 .ircalendar-title3.has-img > p,
.layout_history3 .ircalendar-item3.has-img > p {
	padding-left: 40px;
}


/*--沿革4 --*/
#sharewithmain .layout_history4 {
}

.layout_history4 .vtable-item > table > tbody > tr > td.vtable-item1 {
	border-right: none;
}
.layout_history4 .vtable-item > table > tbody > tr > td.vtable-item2 {
	border-left: none;
}





/*==== 会社情報 > 役員紹介 ====*/
/* 役員紹介2 (アコーディオン) */
#sharewithmain .layout_officer2 {
	margin-bottom: 40px;
}

#sharewithmain .layout_officer2 > .column1 {
	margin-bottom: 2px;
}

#sharewithmain .layout_officer2 > .column2 {
	background: #f7f7f7;
	padding: 40px 40px 20px;
	margin-bottom: 0;
}

.layout_officer2 > .column1 .title2.highlight {
	position: relative;
	background: #f7f7f7;
	margin-bottom: 0;
	cursor: pointer;
}

.layout_officer2 > .column1 .title2.highlight h2 {
	padding: 40px 40px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-right: 80px;
}

.layout_officer2 > .column1 .title2.highlight::before ,
.layout_officer2 > .column1 .title2.highlight::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;
}

.layout_officer2 > .column1 .title2.highlight::before {
	top: 50%;
	right: 50px;
	width: 24px;
	height: 2px;
	-webkit-transform: translate(50%, -50%);
	    -ms-transform: translate(50%, -50%);
	        transform: translate(50%, -50%);
}
.layout_officer2 > .column1 .title2.highlight::after {
	top: 50%;
	right: 50px;
	width: 2px;
	height: 24px;
	-webkit-transform: translate(50%, -50%);
	    -ms-transform: translate(50%, -50%);
	        transform: translate(50%, -50%);
}

.layout_officer2.open > .column1 .title2.highlight::after {
	background-color: transparent;
}



/*==== 会社情報 > 拠点案内 ====*/
.layout_basemap1 .vtable-item > table > tbody > tr > th ,
.layout_basemap1 .vtable-item > table > tbody > tr > td {
	border-left: none;
	border-right: none;
}

.layout_basemap1 .vtable-item > table > tbody > tr > th {
	font-size: 16px;
	font-weight: bold;
}

.layout_basemap1 .vtable-item > table > tbody > tr > td.vtable-item2 {
	vertical-align: middle;
}

.layout_basemap1 .vtable-item > table > tbody > tr > td.vtable-item2 a {
	display: inline-block;
	vertical-align: middle;
	padding: 8px 20px;
	color: #fff;
	background: #00359f;
	border-radius: 4px;
	text-decoration: none;
}

.layout_basemap1 .vtable-item > table > tbody > tr > td.vtable-item2 a::before {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 10px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/icon_map.png") center center no-repeat;
	background-size: contain;
	margin-right: 1em;
}

.layout_basemap1 .vtable-item > table > tbody > tr > td.vtable-item2 a::after {
	content: none;
}







/*==== NEWS ====*/

/*==== IR TOP ====*/
#sharewithmain .layout_irop_news {
	position: relative;
}

.layout_irop_news .rss-content em {
	position: absolute;
	top: 50px;
	right: 0;
}


/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	.layout_irop_news .title2 h2 {
		margin-bottom: 10px;
	}

	.layout_irop_news .news-latest-2nd .all ,
	.layout_irop_news .news-latest-tabbed-2nd .all {
		position: absolute;
		top: -60px;
		right: 80px;
		margin: 0;
		display: block;
	}
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	.layout_irop_news .rss-content em {
		top: 120px;
		right: 0;
	}

	.layout_irop_news .title2 h2 {
		margin: 0;
		padding: 0;
		border: none;
		background: none;

		position: relative;
		padding: 25px;
		margin-top: 20px;
		margin-bottom: 20px;
		background: #eaeaea;
	}

	.ux_accordion.open.layout_irop_news .title2::before {
		content: "";
		position: absolute;
		top: 58px;
		right: 17px;
		margin-top: -9px;
		display: block;
		width: 18px;
		height: 18px;
		background: url("../../../../../../resources/sw_img/icon_close.png") center center no-repeat;
		background-size: contain;
		z-index: 1;
	}

	.ux_accordion.close.layout_irop_news .title2::before {
		content: "";
		position: absolute;
		top: 58px;
		right: 17px;
		margin-top: -9px;
		display: block;
		width: 18px;
		height: 18px;
		background: url("../../../../../../resources/sw_img/icon_open.png") center center no-repeat;
		background-size: contain;
		z-index: 1;
	}


	.layout_irop_news .news-latest-2nd .all ,
	.layout_irop_news .news-latest-tabbed-2nd .all ,
	.layout_irop_news .news-latest-crawl .all {
		margin-top: 20px;
	}

	.layout_irop_news .news-latest-2nd .all a ,
	.layout_irop_news .news-latest-tabbed-2nd .all a ,
	.layout_irop_news .news-latest-crawl .all a {
		padding: 25px;
		padding-left: 40px;
		border: 1px solid #c3c3c3;
	}

	.layout_irop_news .news-latest-2nd .all a::before ,
	.layout_irop_news .news-latest-tabbed-2nd .all a::before ,
	.layout_irop_news .news-latest-crawl .all a::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 20px;
		margin-top: -5px;
		display: inline-block;
		vertical-align: middle;
		width: 8px;
		height: 11px;
		background: url("../../../../../../resources/sw_img/icon_arr02.png") center center no-repeat;
		background-size: contain;
	}

}


/* IR ニュース */

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	.layout_irop_news .news-latest-2nd ul li h3 ,
	.layout_irop_news .news-latest-tabbed-2nd ul li h3 ,
	.layout_irop_news .news-latest-crawl ul li h3 {
		padding-top: 0px;
		padding-left: 18.8em;
	}
}
#header.ja ~* .layout_irop_news .news-latest-2nd .all a::after ,
#header.ja ~* .layout_irop_news .news-latest-tabbed-2nd .all a::after {
	content: "ニュース＆トピックス";
}

#header.en ~* .layout_irop_news .news-latest-2nd .all a::after ,
#header.en ~* .layout_irop_news .news-latest-tabbed-2nd .all a::after {
	content: "News & Topics";
}


/*-- 最新イベント --*/
#sharewithmain .layout_ir_latest_event {
}

.layout_ir_latest_event {
}

.layout_ir_latest_event >*> .link-list {
	padding: 20px;
	background: #f5f5f5;
	margin-bottom: 20px;
}

.layout_ir_latest_event >*> .link-list ul {
	margin-bottom: 0;
}


/*-- 最新決算資料 --*/
#sharewithmain .layout_ir_latest_earnings {
}

.layout_ir_latest_earnings .title2 {
	margin-top: 30px;
	padding: 0;
	background: #eaeaea;
}

.layout_ir_latest_earnings .title2 h2 {
	padding: 0;
	margin: 0;
	border: none;

	padding: 20px 20px 0;
	color: #ca004c;
	font-size: 18px;
	border-top: 2px solid #ca004c;
}

.layout_ir_latest_earnings .news-material {
	padding: 20px;
	background: #eaeaea;
	margin-bottom: 20px;
}

.layout_ir_latest_earnings .news-material dl ~ h2 ,
.layout_ir_latest_earnings .news-material dl ~ dl {
	display: none;
}

.layout_ir_latest_earnings .merged_list ~ .multiColumn1 ,
.layout_ir_latest_earnings .merged_list ~ .multiColumn2 ,
.layout_ir_latest_earnings .merged_list ~ .multiColumn3 ,
.layout_ir_latest_earnings .merged_list ~ .multiColumn4 ,
.layout_ir_latest_earnings .merged_list ~ .multiColumn5 {
	display: none;
}

.layout_ir_latest_earnings .news-material dl dt .result-quarter {
}
.layout_ir_latest_earnings .news-material dl dt .result-word {
	display: none;
}

/* h4と同等のスタイル */
.layout_ir_latest_earnings .news-material dl dt {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: inherit;
	font-weight: inherit;
	letter-spacing: inherit;

	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;

	margin-bottom: 15px;
}

.layout_ir_latest_earnings .news-material dl dt::before ,
.layout_ir_latest_earnings .news-material dl dt::after {
	content: none;
}

.layout_ir_latest_earnings .news-material dl dd {
	padding-left: 0;
}

.layout_ir_latest_earnings .news-material dl dd::before {
	content: none;
}


.layout_ir_latest_earnings .reuse-main-area {
	padding: 20px 20px 10px;
	background: #fcebf1;
	margin-bottom: 20px;
}


.layout_ir_latest_earnings .reuse-main-area .link-list:not(.highlight) li[class]:not(.highlight) {
	padding-left: 0;
}

.layout_ir_latest_earnings .reuse-main-area .link-list:not(.highlight) li[class]:not(.highlight)::before {
	content: none;
}

.layout_ir_latest_earnings .reuse-main-area .text-section {
	margin-bottom: 10px;
}


/* 各フォルダリンク用 */
#sharewithmain .layout_teaser_02 {
}


.layout_teaser_02 .teaser:not(.no-img).highlight ,
.layout_teaser_02 .external-teaser:not(.no-img).highlight ,
.layout_teaser_02 .download-teaser:not(.no-img).highlight {
	position: relative;
	margin-top: 5px;
	background: #eaeaea;
}

.layout_teaser_02 .teaser:not(.no-img).highlight h2 ,
.layout_teaser_02 .external-teaser:not(.no-img).highlight h2 ,
.layout_teaser_02 .download-teaser:not(.no-img).highlight h2 {
}

.layout_teaser_02 .teaser:not(.no-img).highlight h2::before ,
.layout_teaser_02 .external-teaser:not(.no-img).highlight h2::before ,
.layout_teaser_02 .download-teaser:not(.no-img).highlight h2::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	display: block;
	border-top: 40px solid #ca004c;
	border-right: 40px solid transparent;
	z-index: 1;
	transition: all 0.5s ease 0s;
}

.layout_teaser_02 .teaser:not(.no-img).highlight h2::after ,
.layout_teaser_02 .external-teaser:not(.no-img).highlight h2::after ,
.layout_teaser_02 .download-teaser:not(.no-img).highlight h2::after {
	content: "";
	position: absolute;
	top: -5px;
	left: 35px;
	display: block;
	border-top: 5px solid transparent;
	border-right: 5px solid #80001b;
	z-index: 1;
	transition: all 0.5s ease 0s;
}

.layout_teaser_02 .teaser:not(.no-img).highlight h2 a ,
.layout_teaser_02 .external-teaser:not(.no-img).highlight h2 a ,
.layout_teaser_02 .download-teaser:not(.no-img).highlight h2 a {
	display: block;
	padding: 25px 20px 25px 40px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.layout_teaser_02 .teaser:not(.no-img).highlight h2 a[target="_blank"]::after ,
.layout_teaser_02 .external-teaser:not(.no-img).highlight h2 a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.layout_teaser_02 .teaser:not(.no-img).highlight h2 + a ,
.layout_teaser_02 .external-teaser:not(.no-img).highlight h2 + a ,
.layout_teaser_02 .download-teaser:not(.no-img).highlight h2 + a {
	display: block;
}

.layout_teaser_02 .teaser:not(.no-img).highlight h2 + a img ,
.layout_teaser_02 .external-teaser:not(.no-img).highlight h2 + a img ,
.layout_teaser_02 .download-teaser:not(.no-img).highlight h2 + a img {
	display: block;
	width: auto;
}


.layout_teaser_02 .teaser:not(.no-img).highlight p ,
.layout_teaser_02 .external-teaser:not(.no-img).highlight p ,
.layout_teaser_02 .download-teaser:not(.no-img).highlight p {
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

.layout_teaser_02 .teaser:not(.no-img).highlight:hover h2 a ,
.layout_teaser_02 .external-teaser:not(.no-img).highlight:hover h2 a ,
.layout_teaser_02 .download-teaser:not(.no-img).highlight:hover h2 a ,
.layout_teaser_02 .teaser:not(.no-img).highlight h2 a:hover ,
.layout_teaser_02 .external-teaser:not(.no-img).highlight h2 a:hover ,
.layout_teaser_02 .download-teaser:not(.no-img).highlight h2 a:hover {
	color: #ca004c;
}

.layout_teaser_02 .teaser:not(.no-img).highlight:hover h2::before ,
.layout_teaser_02 .external-teaser:not(.no-img).highlight:hover h2::before ,
.layout_teaser_02 .download-teaser:not(.no-img).highlight:hover h2::before {
	border-top-color: #666;
}

.layout_teaser_02 .teaser:not(.no-img).highlight:hover h2::after ,
.layout_teaser_02 .external-teaser:not(.no-img).highlight:hover h2::after ,
.layout_teaser_02 .download-teaser:not(.no-img).highlight:hover h2::after {
	border-right-color: #333;
}


/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	.layout_teaser_02 .teaser:not(.no-img).highlight h2 + a ,
	.layout_teaser_02 .external-teaser:not(.no-img).highlight h2 + a ,
	.layout_teaser_02 .download-teaser:not(.no-img).highlight h2 + a {
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translate(0, -50%);
	}
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	.layout_teaser_02 .teaser:not(.no-img).highlight h2 ,
	.layout_teaser_02 .external-teaser:not(.no-img).highlight h2 ,
	.layout_teaser_02 .download-teaser:not(.no-img).highlight h2 {
		display: inline-block;
		vertical-align: middle;
		margin-right: 30px;
	}

	.layout_teaser_02 .teaser:not(.no-img).highlight h2 + a ,
	.layout_teaser_02 .external-teaser:not(.no-img).highlight h2 + a ,
	.layout_teaser_02 .download-teaser:not(.no-img).highlight h2 + a {
		display: inline-block;
		vertical-align: middle;
	}

	.ux_accordion.open.layout_teaser_02 .teaser:not(.no-img).highlight::before ,
	.ux_accordion.open.layout_teaser_02 .external-teaser:not(.no-img).highlight::before ,
	.ux_accordion.open.layout_teaser_02 .download-teaser:not(.no-img).highlight::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -9px;
		display: block;
		width: 18px;
		height: 18px;
		background: url("../../../../../../resources/sw_img/icon_close.png") center center no-repeat;
		background-size: contain;
	}

	.ux_accordion.close.layout_teaser_02 .teaser:not(.no-img).highlight::before ,
	.ux_accordion.close.layout_teaser_02 .external-teaser:not(.no-img).highlight::before ,
	.ux_accordion.close.layout_teaser_02 .download-teaser:not(.no-img).highlight::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -9px;
		display: block;
		width: 18px;
		height: 18px;
		background: url("../../../../../../resources/sw_img/icon_open.png") center center no-repeat;
		background-size: contain;
	}

}


/* その他のリンク */
#sharewithmain .layout_box_border01 {
}


/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	#sharewithmain .layout_box_border01 > .column1 {
		padding: 20px 40px 0;
		border: 1px solid #ca004c;
	}
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	.layout_box_border01 .link-list.highlight ul li[class] {
		display: inline-block;
		margin-right: 30px;
	}
}





/* 関連コンテンツ */
#sharewithmain .layout_title3_02 {
}

.layout_title3_02 .title3:not(.highlight) h3 {
	border-top: 2px solid #ccc;
	padding-top: 20px;
	color: #333;
}


/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	#sharewithmain .layout_title3_02 {
		margin-top: 80px;
	}
}


/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .layout_title3_02 {
		margin-top: 20px;
	}
}


/*==== IR > トップメッセージ ====*/
@media print, screen and (min-width: 1040px) {
	.lx_ir_message_style01 {
		margin: 0 calc(50% - 50vw - 3px);
		width: calc(100vw - 6px);
	}

	#sharewithmain .lx_mcol2_flip.multiColumn2 > .column1 {
		max-width: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 1039px) {
	.lx_ir_message_style01 {
		margin: 0 -20px;
		width: 1040px;
	}

	#sharewithmain .lx_mcol2_flip.multiColumn2 > .column1 {
		max-width: none;
	}
}

@media handheld, only screen and (max-width: 767px) {
	.lx_ir_message_style01 {
		margin: 0 -15px;
		width: calc(100 + 30px);
	}

	#sharewithmain .lx_mcol2_flip.multiColumn2 > .column2 {
		width: 100%;
		margin: 0;
	}

	.lx_ir_message_style01 > .column2 .text-section .rich-text {
		width: calc(100% - 40px);
		margin-left: auto;
		margin-right: auto;
	}
}

.lx_ir_message_style01 > .column1 .text-section .rich-text {
	position: absolute;
	top: 0;
	left: calc(50% - 500px);
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	max-width: 1000px;
	padding: 73px 67.5px 64px 397px;
}

.lx_ir_message_style01 > .column2 .text-section .rich-text {
	margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
	.lx_ir_message_mcol630 {
		width: 630px;
		margin-left: auto;
		margin-right: auto;
	}
}


/*==== IR > 個人投資家の皆さまへ ====*/
#sharewithmain .layout_individual01 ,
#sharewithmain .layout_individual02 {
	padding: 0 10px;
	background: #ca004c;
}

#sharewithmain .layout_individual02 {
	margin-bottom: 60px;
}

.layout_individual01 .title2 h2 {
	text-align: center;
	color: #fff;
	font-size: 22px;
	margin: 0;
}

.layout_individual02 .teaser:not(.no-img).style1 > a ,
.layout_individual02 .external-teaser:not(.no-img).style1 > a ,
.layout_individual02 .download-teaser:not(.no-img).style1 > a {
	background: #fff;
}


/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	#sharewithmain .layout_individual01 ,
	#sharewithmain .layout_individual02 {
		padding: 0 20px;
		width: 675px;
		margin-right: auto;
		margin-left: auto;
	}

	#sharewithmain .layout_individual02 > .column1 ,
	#sharewithmain .layout_individual02 > .column2 ,
	#sharewithmain .layout_individual02 > .column3 {
		width: calc((100% - 13px * 2) / 3);
		margin-right: 13px;
	}

	#sharewithmain .layout_individual02 > .column3 {
		margin-right: 0;
	}


	.layout_individual01 .title2 h2 {
		font-size: 26px;
	}

}


/*==== IR > 株式情報 > 株価 ====*/
#sharewithmain .layout_arealink_icon_linkout {
}

.layout_arealink_icon_linkout .internal-link-area:not(.highlight) a[target="_blank"] p:last-child::after ,
.layout_arealink_icon_linkout .external-link-area:not(.highlight) a[target="_blank"] p:last-child::after {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 18px;
	height: 14px;
	background: url("../../../../../../resources/sw_img/linkout.png") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
}



/*==== IR > 事業セグメント別戦略 ====*/
.lx_ex_cke_line_height_200 .text-section {
	line-height: 2;
}

.lx_ir_segment_box01 ,
.lx_ir_segment_box02 ,
.lx_ir_segment_box03 {
	position: relative;
	padding: 5px 10px;
	background: url(../../../../../../resources/sw_img/bg_segment01sp.png) center center no-repeat;
	background-size: cover;
}

@media print, screen and (min-width: 768px) {
	.lx_ir_segment_box01 ,
	.lx_ir_segment_box02 ,
	.lx_ir_segment_box03 {
		padding: 11px 22px 15px 62px;
		background-image: url(../../../../../../resources/sw_img/bg_segment01.png);
	}

	.lx_ir_segment_box01 > .column1 ,
	.lx_ir_segment_box02 > .column1 ,
	.lx_ir_segment_box03 > .column1 {
		width: calc((100% - 20px * 1) * 0.76);
		vertical-align: middle;
	}

	.lx_ir_segment_box01 > .column2 ,
	.lx_ir_segment_box02 > .column2 ,
	.lx_ir_segment_box03 > .column2 {
		width: calc((100% - 20px * 1) * 0.24);
		vertical-align: middle;
	}
}

@media handheld, only screen and (max-width: 767px) {
	.lx_ir_segment_box01 > .column2 ,
	.lx_ir_segment_box02 > .column2 ,
	.lx_ir_segment_box03 > .column2 {
		display: block;
		width: 215px;
		margin-left: auto;
		margin-right: auto;
	}
}

.lx_ir_segment_box01 .title2:not(.highlight) h2 ,
.lx_ir_segment_box02 .title2:not(.highlight) h2 ,
.lx_ir_segment_box03 .title2:not(.highlight) h2 {
	padding: 0;
	margin: 0;
	border: none;

	margin-top: 20px;
	width: fit-content;
	padding: 1px 8px;
	color: #055cac;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0;
	background: #fff;
}

.lx_ir_segment_box01 .title3:not(.highlight) h3 ,
.lx_ir_segment_box02 .title3:not(.highlight) h3 ,
.lx_ir_segment_box03 .title3:not(.highlight) h3 {
	margin: 0;
	padding: 10px 0;
	color: #055cac;
	font-size: 30px;
	font-weight: 500;
/*	letter-spacing: 0.1em;*/
	letter-spacing: 0.08em;
	margin-bottom: 10px;
}

.lx_ir_segment_box01 > .column1 .text-section ,
.lx_ir_segment_box02 > .column1 .text-section ,
.lx_ir_segment_box03 > .column1 .text-section {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.lx_ir_segment_box01 > .column1 .text-section strong ,
.lx_ir_segment_box02 > .column1 .text-section strong ,
.lx_ir_segment_box03 > .column1 .text-section strong {
	position: relative;
	font-weight: inherit;
	padding-right: 0.5em;
}

.lx_ir_segment_box01 > .column1 .text-section strong::before ,
.lx_ir_segment_box02 > .column1 .text-section strong::before ,
.lx_ir_segment_box03 > .column1 .text-section strong::before {
	content: "";
	position: absolute;
	top: calc(50% - 0.4em + 0.05em);
	right: 0.75em;
	display: block;
	width: 2px;
	height: 0.8em;
	background: #055cac;
}

@media print, screen and (min-width: 768px) {
	.lx_ir_segment_box01 > .column1 .text-section ,
	.lx_ir_segment_box02 > .column1 .text-section ,
	.lx_ir_segment_box03 > .column1 .text-section {
		font-size: 18px;
	}
}

@media handheld, only screen and (max-width: 767px) {
	.lx_ir_segment_box01 .title3:not(.highlight) h3 ,
	.lx_ir_segment_box02 .title3:not(.highlight) h3 ,
	.lx_ir_segment_box03 .title3:not(.highlight) h3 {
		font-size: 27.5px;
		line-height: calc(36.5 / 27.5);
	}

	.lx_ir_segment_box01 > .column1 .text-section p ,
	.lx_ir_segment_box02 > .column1 .text-section p ,
	.lx_ir_segment_box03 > .column1 .text-section p {
		display: flex;
		align-items: flex-start;
	}

	.lx_ir_segment_box01 > .column1 .text-section strong ,
	.lx_ir_segment_box02 > .column1 .text-section strong ,
	.lx_ir_segment_box03 > .column1 .text-section strong {
		flex: 1 0 auto;
	}
}

/* 数値 */
.lx_ir_segment_number01 ,
.lx_ir_segment_number02 ,
.lx_ir_segment_number03 {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 35px;
}

@media print, screen and (min-width: 768px) {
	.lx_ir_segment_number01 ,
	.lx_ir_segment_number02 ,
	.lx_ir_segment_number03 {
		padding: 16px 22px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 40px;
	}

	.lx_ir_segment_number01 > .column ,
	.lx_ir_segment_number02 > .column ,
	.lx_ir_segment_number03 > .column {
		width: fit-content;
		display: inline-flex;
		flex-flow: row nowrap;
		gap: 0 10px;
		margin: 0;
		margin-right: 16px;
	}

	body.in-editor .lx_ir_segment_number01 > .column ,
	body.in-editor .lx_ir_segment_number02 > .column ,
	body.in-editor .lx_ir_segment_number03 > .column {
		display: block;
	}

	.lx_ir_segment_number01 > .column:not(.column1):not(.empty) ,
	.lx_ir_segment_number02 > .column:not(.column1):not(.empty) ,
	.lx_ir_segment_number03 > .column:not(.column1):not(.empty) {
		border-left: 1px solid #ccc;
		padding-left: 16px;
	}
}

@media handheld, only screen and (max-width: 767px) {
	.lx_ir_segment_number01 > .column ,
	.lx_ir_segment_number02 > .column ,
	.lx_ir_segment_number03 > .column {
		width: calc(100% - 10px);
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 0 10px;
		margin-bottom: 0;
	}

	.lx_ir_segment_number01 > .column:not(.empty) ,
	.lx_ir_segment_number02 > .column:not(.empty) ,
	.lx_ir_segment_number03 > .column:not(.empty) {
		min-height: 60px;
		padding: 8px 15px;
		border-bottom: 1px solid #ccc;
	}
}


.lx_ir_segment_number01 > .column > * ,
.lx_ir_segment_number02 > .column > * ,
.lx_ir_segment_number03 > .column > * {
	margin: 0;
}

.lx_ir_segment_number01 .text-section ,
.lx_ir_segment_number02 .text-section ,
.lx_ir_segment_number03 .text-section {
	color: #055cac;
	font-size: 14px;
	line-height: 1.25;
	font-weight: 500;
}

.lx_ir_segment_number01 > .column1 .text-section p:last-child ,
.lx_ir_segment_number02 > .column1 .text-section p:last-child ,
.lx_ir_segment_number03 > .column1 .text-section p:last-child {
	color: #333;
}

.lx_ir_segment_number01 .lead-section.style1 ,
.lx_ir_segment_number02 .lead-section.style1 ,
.lx_ir_segment_number03 .lead-section.style1 {
	color: #055cac;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
}

.lx_ir_segment_number01 .lead-section.style1 .rich-text ,
.lx_ir_segment_number02 .lead-section.style1 .rich-text ,
.lx_ir_segment_number03 .lead-section.style1 .rich-text {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-end;
	gap: 0 3px;
}

.lx_ir_segment_number01 .lead-section.style1 ,
.lx_ir_segment_number02 .lead-section.style1 ,
.lx_ir_segment_number03 .lead-section.style1 {
	text-align: center;
	color: #055cac;
	font-size: 21px;
	font-weight: 500;
	line-height: 36px;
}

.lx_ir_segment_number01 .lead-section.style1 em ,
.lx_ir_segment_number02 .lead-section.style1 em ,
.lx_ir_segment_number03 .lead-section.style1 em {
	font-style: normal;
	font-size: 170%;
	font-weight: bold;
	letter-spacing: -0.06em;
}

.lx_ir_segment_number01 .lead-section.style1 p:last-child ,
.lx_ir_segment_number02 .lead-section.style1 p:last-child ,
.lx_ir_segment_number03 .lead-section.style1 p:last-child {
	color: #333;
	font-size: 80%;
	font-weight: normal;
}


/* 括弧 */
.lx_ir_segment_title_start01 ,
.lx_ir_segment_title_start02 ,
.lx_ir_segment_title_start03 {
	position: relative;
	padding: 33px 30px 0;
	margin-top: 20px;
}

.lx_ir_segment_title_start01::before ,
.lx_ir_segment_title_start02::before ,
.lx_ir_segment_title_start03::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-right: 40px solid transparent;
	border-top: 40px solid #055cac;
}

.lx_ir_segment_title_start01 .title3:not(.highlight) h3 ,
.lx_ir_segment_title_start02 .title3:not(.highlight) h3 ,
.lx_ir_segment_title_start03 .title3:not(.highlight) h3 {
	margin: 0;
	padding: 0;

	color: #055cac;
	margin-bottom: 11px;
}

.lx_ir_segment_title_start01 .title4:not(.highlight) h4 ,
.lx_ir_segment_title_start02 .title4:not(.highlight) h4 ,
.lx_ir_segment_title_start03 .title4:not(.highlight) h4 {
	margin: 0;
	padding: 0;

	color: #333;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-bottom: 16px;
}

.lx_ir_segment_title_start01 .title4:not(.highlight) h4::before ,
.lx_ir_segment_title_start02 .title4:not(.highlight) h4::before ,
.lx_ir_segment_title_start03 .title4:not(.highlight) h4::before {
	content: none;
}

.lx_ir_segment_title_end01 ,
.lx_ir_segment_title_end02 ,
.lx_ir_segment_title_end03 {
	position: relative;
	padding: 0 30px 6px;
}

.lx_ir_segment_title_end01::before ,
.lx_ir_segment_title_end02::before ,
.lx_ir_segment_title_end03::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	border-left: 40px solid transparent;
	border-bottom: 40px solid #055cac;
}

@media handheld, only screen and (max-width: 767px) {
	.lx_ir_segment_title_start01 ,
	.lx_ir_segment_title_start02 ,
	.lx_ir_segment_title_start03 {
		padding: 34px 22.5px 0;
		margin-top: 15px;
	}

	.lx_ir_segment_title_end01 ,
	.lx_ir_segment_title_end02 ,
	.lx_ir_segment_title_end03 {
		padding: 0 22.5px 6px;
	}
}


/* 色 */
.lx_ir_segment_box02 .title2:not(.highlight) h2 ,
.lx_ir_segment_box02 .title3:not(.highlight) h3 ,
.lx_ir_segment_number02 .text-section ,
.lx_ir_segment_number02 .lead-section.style1 ,
.lx_ir_segment_number02 .lead-section.style1 ,
.lx_ir_segment_title_start02 .title3:not(.highlight) h3 {
	color: #ff7700;
}

.lx_ir_segment_box02 > .column1 .text-section strong::before {
	background: #ff7700;
}

.lx_ir_segment_title_start02::before {
	border-top-color: #ff7700;
}

.lx_ir_segment_title_end02::before {
	border-bottom-color: #ff7700;
}


.lx_ir_segment_box03 .title2:not(.highlight) h2 ,
.lx_ir_segment_box03 .title3:not(.highlight) h3 ,
.lx_ir_segment_number03 .text-section ,
.lx_ir_segment_number03 .lead-section.style1 ,
.lx_ir_segment_number03 .lead-section.style1 ,
.lx_ir_segment_title_start03 .title3:not(.highlight) h3 {
	color: #fb6694;
}

.lx_ir_segment_box03 > .column1 .text-section strong::before {
	background: #fb6694;
}

.lx_ir_segment_title_start03::before {
	border-top-color: #fb6694;
}

.lx_ir_segment_title_end03::before {
	border-bottom-color: #fb6694;
}



/*
.lx_ir_segment_box01 ,
.lx_ir_segment_box02 ,
.lx_ir_segment_box03 {
	overflow: hidden;
	position: relative;
	padding: 20px 20px;
	background: #f1f9fc;
}

.lx_ir_segment_box01::before ,
.lx_ir_segment_box02::before ,
.lx_ir_segment_box03::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 50%;
	height: 100%;
	background: #e1f2f9;
	transform: skewX(-45deg);
	transform-origin: bottom left;
}

.lx_ir_segment_box01 > .column ,
.lx_ir_segment_box02 > .column ,
.lx_ir_segment_box03 > .column {
	position: relative;
	z-index: 1;
}

.lx_ir_segment_box01 > .column2 ,
.lx_ir_segment_box02 > .column2 ,
.lx_ir_segment_box03 > .column2 {
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.lx_ir_segment_box01 ,
	.lx_ir_segment_box02 ,
	.lx_ir_segment_box03 {
		padding: 20px 50px;
	}

	.lx_ir_segment_box01 > .column1 ,
	.lx_ir_segment_box03 > .column1 {
		width: calc((100% - 20px * 1) * 0.7);
	}

	.lx_ir_segment_box01 > .column2 ,
	.lx_ir_segment_box03 > .column2 {
		width: calc((100% - 20px * 1) * 0.3);
	}

	.lx_ir_segment_box02 > .column1 {
		width: calc((100% - 20px * 1) * 0.6);
	}

	.lx_ir_segment_box02 > .column2 {
		width: calc((100% - 20px * 1) * 0.4);
	}
}

.lx_ir_segment_box01 .title2:not(.highlight) h2 ,
.lx_ir_segment_box02 .title2:not(.highlight) h2 ,
.lx_ir_segment_box03 .title2:not(.highlight) h2 {
	padding: 0;
	margin: 0;
	border: none;

	margin-left: -25px;
	width: fit-content;
	padding: 5px 20px;
	padding-left: 25px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #19b6d8;
}

@media print, screen and (min-width: 768px) {
	.lx_ir_segment_box01 .title2:not(.highlight) h2 ,
	.lx_ir_segment_box02 .title2:not(.highlight) h2 ,
	.lx_ir_segment_box03 .title2:not(.highlight) h2 {
		margin-left: -50px;
		padding-left: 50px;
	}
}

.lx_ir_segment_box01 .title3:not(.highlight) h3 ,
.lx_ir_segment_box02 .title3:not(.highlight) h3 ,
.lx_ir_segment_box03 .title3:not(.highlight) h3 {
	margin: 0;
	padding: 15px 0;
	color: #19b6d8;
	font-size: 28px;
}

.lx_ir_segment_box01 > .column1 .text-section ,
.lx_ir_segment_box02 > .column1 .text-section ,
.lx_ir_segment_box03 > .column1 .text-section {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

@media print, screen and (min-width: 768px) {
	.lx_ir_segment_box01 > .column1 .text-section ,
	.lx_ir_segment_box02 > .column1 .text-section ,
	.lx_ir_segment_box03 > .column1 .text-section {
		font-size: 18px;
	}
}

.lx_ir_segment_box01 > .column2 .lead-section.style2 ,
.lx_ir_segment_box02 > .column2 .lead-section.style2 ,
.lx_ir_segment_box03 > .column2 .lead-section.style2 {
	text-align: center;
	color: #19b6d8;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}

.lx_ir_segment_box01 > .column2 .lead-section.style2 p:last-child ,
.lx_ir_segment_box02 > .column2 .lead-section.style2 p:last-child ,
.lx_ir_segment_box03 > .column2 .lead-section.style2 p:last-child {
	color: #999;
	font-size: 75%;
}

.lx_ir_segment_box01 > .column2 .lead-section.style1 ,
.lx_ir_segment_box02 > .column2 .lead-section.style1 ,
.lx_ir_segment_box03 > .column2 .lead-section.style1 {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 1px);
	text-align: center;
	color: #19b6d8;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.25;
	padding-bottom: 5px;
}

.lx_ir_segment_box01 > .column2 .lead-section.style1 em ,
.lx_ir_segment_box02 > .column2 .lead-section.style1 em ,
.lx_ir_segment_box03 > .column2 .lead-section.style1 em {
	font-style: normal;
	font-size: 350%;
}

.lx_ir_segment_box01 > .column2 .lead-section.style1 p:last-child ,
.lx_ir_segment_box02 > .column2 .lead-section.style1 p:last-child ,
.lx_ir_segment_box03 > .column2 .lead-section.style1 p:last-child {
	color: #999;
}

.lx_ir_segment_box02 {
	background: #fef6e9;
}
.lx_ir_segment_box02::before {
	background: #fdebd1;
}
.lx_ir_segment_box02 .title2:not(.highlight) h2 {
	background: #f29100;
}
.lx_ir_segment_box02 .title3:not(.highlight) h3 ,
.lx_ir_segment_box02 > .column2 .lead-section.style2 ,
.lx_ir_segment_box02 > .column2 .lead-section.style1 {
	color: #f29100;
}
.lx_ir_segment_box02 > .column2 .lead-section.style1 {
	width: calc(33.333% - 1px);
}

.lx_ir_segment_box03 {
	background: #fef5f6;
}
.lx_ir_segment_box03::before {
	background: #fcebeb;
}
.lx_ir_segment_box03 .title2:not(.highlight) h2 {
	background: #ee8593;
}
.lx_ir_segment_box03 .title3:not(.highlight) h3 ,
.lx_ir_segment_box03 > .column2 .lead-section.style2 ,
.lx_ir_segment_box03 > .column2 .lead-section.style1 {
	color: #ee8593;
}


.lx_ir_segment_title01 .title3:not(.highlight) h3 ,
.lx_ir_segment_title02 .title3:not(.highlight) h3 ,
.lx_ir_segment_title03 .title3:not(.highlight) h3 {
	border-top: 3px solid currentColor;
	padding-top: 10px;
	color: #19b6d8;
}

.lx_ir_segment_title02 .title3:not(.highlight) h3 {
	color: #f29100;
}
.lx_ir_segment_title03 .title3:not(.highlight) h3 {
	color: #ee8593;
}
*/


/*==== CSR TOP ====*/

.lx_set_csr01 .ttl-Area{
	line-height: 1.75;
	margin: 70px 0 0;
	position: relative;
	min-height: 390px;
	background: url(../../../../../../resources/sw_img/bg_ttl_pt_index_main.png) repeat center center;
	padding: 0;
}
.lx_set_csr01 .ttl-Area .ttl-Area-inner,
.lx_set_csr01 .ttl_bg{
	position: absolute;
	left: 0;
  right: 0;
  margin: auto;
	text-align: center;
}
.lx_set_csr01 .ttl-2nd{font-size: 18px;}
.lx_set_csr01 .ttl-2nd>span{
	display: block;
	font-size: 38px;
}
.lx_set_csr01 .ttl_bg>img{
	min-height: 390px;
	overflow: hidden;
	object-fit: cover;
}
.lx_set_csr01 .ttl-Area .ttl-Area-inner{z-index: 2;}
.lx_set_csr01 .ttl-2nd {
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.14em;
	padding-bottom: 30px;

	text-align: center;
	background:none;
	margin: 55px 0 0;
 /* background: url(../img/bg_ttl_index_main.png) ;*/
}
.lx_set_csr01 .ttl-area-link{text-align: center;}
.lx_set_csr01 .ttl-area-link>span a{
	font-weight: bold;
	border: 1px solid #ca004c;
	padding: 12px 30px;
	background-color: #fff;
	color: #ca004c;
	text-decoration: none;
}
.link-blank:after,
.link-blank-w:after,
.link-excel:after,
.link-pp:after,
.link-word:after,
.link-zip:after{
	content: "";
	width: 17px;
	height: 21px;
	position: absolute;
	top: .2em;
	right: 0px;
}
.link-blank:after{
	height: 12px;
	top: .5em;
	background: url(../../../../../../resources/sw_img/linkout.png) no-repeat center center;
	background-size:100% 100%;
}

.lx_set_csr01 .ttl-area-link>span a:hover{
	background-color: #ca004c;
	color: #fff;
}
.lx_set_csr01 .ttl-area-link>span a:hover .link-blank:after{
	background: url(../../../../../../resources/sw_img/linkout_white.png) no-repeat center center;
	background-size: 100% 100%;
}
.lx_set_csr01 .ttl-area-link>span a:hover{color: #fff;}
.lx_set_csr01 .link{
	margin-top: 10px;
	display: inline-block;
	padding: 0 21px 0 0;
	position: relative;
	text-decoration: none;

	font-size: 13px;
	line-height: 1.2;
}
.lx_set_csr01 .link-blank:after{top:.2em;}
.lx_set_csr01 .ttl-Area .catch{
	position: absolute;
	bottom:22px;
	left: 0;
  right: 0;
  margin: auto;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	z-index: 3;
}


@media only screen and (max-width:767px), only screen and (max-device-width:767px){

/* csr
-------------------------------------------------------------*/
.lx_set_csr01 .ttl-Area{
	margin: 70px 0 0;
	min-height: 350px;
	background: url(../../../../../../resources/sw_img/bg_ttl_pt_index_main_sp.png) repeat top center;
}
.lx_set_csr01 .ttl_bg>img{min-height: 350px;}
.lx_set_csr01 .ttl-2nd {margin: 25px 0 0;}
.lx_set_csr01 .ttl-2nd>img{width: 200px;}	
.lx_set_csr01 .ttl-Area .ttl-Area-inner,
.lx_set_csr01 .ttl-Area .ttl_bg{min-height: 350px;}
.lx_set_csr01 .ttl-2nd{font-size: 14px;}
.lx_set_csr01 .ttl-2nd>span{font-size: 20px;}
.lx_set_csr01 .ttl-Area .ttl_bg>img{height: 350px;}
.lx_set_csr01 .ttl-area-link{
	position: absolute;
	bottom:46px;
	left: 0;
  right: 0;
  margin: auto;
}
.lx_set_csr01 .ttl-Area .catch{
	position: absolute;
	bottom:100px;
	left: 0;
  right: 0;
  margin: auto;
	padding: 0 40px;
	font-size: 14px;
}

.link-blank:after{
	width: 17px;
	height: 12px;
}

}

body[data-page-path^="/ja/esg"] #page-intro .text-meta ul.text-data {
	display: none;
}


.lx_csr_mv {
	position: relative;
}

.lx_csr_mv .text-section p em {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	margin-top: 15px;
}

.lx_csr_mv .text-section p em strong {
	font-size: 30px;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	.lx_csr_mv .text-section > div:not(.mgnlEditorBar) {
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		width: 50%;
		height: 100%;
		padding: 40px;
		justify-content: center;
	}

	.lx_csr_mv .text-section p {
		line-height: 1.8;
	}

	.lx_csr_mv .text-section > div strong {
		font-size: 22px;
		display: inline-block;
		margin-bottom: 15px;
	}
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {

	.lx_csr_mv .text-section p em {
		font-size: 18px;
		margin-top: 15px;
	}

	.lx_csr_mv .text-section p em strong {
		font-size: 20px;
	}
}

.lx_csr_img_sdgs .text-section:not(.highlight).has-img {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	margin-right: 16px;
	margin-bottom: 16px;
}

.lx_csr_img_sdgs .text-section:not(.highlight) img {
	margin: 0;
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	.lx_csr_img_sdgs .text-section:not(.highlight).no-img {
		display: block;
		margin-bottom: 8px;
	}

	.lx_csr_img_sdgs .text-section:not(.highlight).has-img {
		width: 50px;
		margin-right: 8px;
		margin-bottom: 8px;
	}
}

.lx_csr_h2 > .column1 {
	position: relative;
}

.lx_csr_h2 .text-section.has-img {
	margin: 0;
	position: absolute;
	bottom: 50px;
	right: 15px;
}

.lx_csr_h2 .mgnlEditorBar + .column1 .text-section.has-img {
	position: static;
}

.lx_csr_h2 .text-section.has-img:nth-last-child(2) {
	right: 40px;
}

.lx_csr_h2 .text-section.has-img:nth-last-child(3) {
	right: 65px;
}

.lx_csr_h2 .text-section.has-img:nth-last-child(4) {
	right: 90px;
}

.lx_csr_h2 .text-section.has-img img {
	margin: 0;
	width: 15px;
}

@media print, screen and (min-width: 768px) {

	.lx_csr_h2 .title2:not(.highlight) h2 {
		padding-right: 105px;
	}

}

@media handheld, only screen and (max-width: 767px) {
	.lx_csr_h2 .text-section.has-img {
		right: 0;
		bottom: 10px;
	}

	.lx_csr_h2 .text-section.has-img:nth-last-child(2) {
		right: 20px;
	}
	
	.lx_csr_h2 .text-section.has-img:nth-last-child(3) {
		right: 40px;
	}
	
	.lx_csr_h2 .text-section.has-img:nth-last-child(4) {
		right: 60px;
	}

	.lx_csr_h2 .text-section.has-img img {
		margin: 0;
		width: 12px;
	}
}

.lx_csr_legend .text-section.has-img img {
	margin: 0 10px 0 0;
	width: 15px;
}

@media print, screen and (min-width: 768px) {
	.lx_csr_legend::after ,
	.lx_csr_legend >*::after {
		content: "";
		display: block;
		clear: both;
	}

	.lx_csr_legend.multiColumn1 > .column1 {
		float: right;
		width: auto;
	}

	.lx_csr_legend .text-section {
		margin-left: 20px;
		float: left;
	}

	.lx_csr_legend .text-section.has-img img + div {
		float: left;
	}

	.lx_csr_legend .text-section.has-img img + div p {
		line-height: 1.3;
	}
}

@media handheld, only screen and (max-width: 767px) {
	.lx_csr_legend .text-section.no-img {
		margin-bottom: 15px;
	}

	.lx_csr_legend .text-section.has-img {
		margin-bottom: 10px;
	}

	.lx_csr_legend .text-section.has-img img {
		margin: 0 5px 0 0;
		width: 12px;
	}

	.lx_csr_legend .text-section.has-img img + div p {
		font-size: 14px;
		line-height: 1.2;
	}
}


/*==== ESG TOP エリアリンク ====*/
.lx_esg_alink_01 {
}

.lx_esg_alink_01 .internal-link-area:not(.highlight) > a ,
.lx_esg_alink_01 .external-link-area:not(.highlight) > a {
	padding: 45px 30px 30px;
	background: #f6f6f6;
	color: inherit;
}

.lx_esg_alink_01 .internal-link-area:not(.highlight) > a img ,
.lx_esg_alink_01 .external-link-area:not(.highlight) > a img {
	margin-bottom: 25px;
}

.lx_esg_alink_01 .internal-link-area:not(.highlight) > a p:last-child ,
.lx_esg_alink_01 .external-link-area:not(.highlight) > a p:last-child {
	color: #29679f;
}

.lx_esg_alink_01 .internal-link-area:not(.highlight) > a p:last-child::before ,
.lx_esg_alink_01 .external-link-area:not(.highlight) > a p:last-child::before {
	content: "";
/*
	position: absolute;
	top: calc(50% - 18px / 2);
	right: 0px;
*/
	position: relative;
	top: -2px;
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 18px;
	background: url("../../../../../../resources/sw_img/icon_arr01.png") no-repeat center center;
	background-size: contain;
	margin-right: 0.5em;
}


@media print, screen and (min-width: 768px) {
	.lx_esg_alink_01 .internal-link-area:not(.highlight) > a br ,
	.lx_esg_alink_01 .external-link-area:not(.highlight) > a br {
		display: none;
	}
}

@media handheld, only screen and (max-width: 767px) {
	.lx_esg_alink_01 .internal-link-area:not(.highlight) > a ,
	.lx_esg_alink_01 .external-link-area:not(.highlight) > a {
		padding: 20px 15px 20px;
	}
}


/*==== ifreme ニュース ====*/
#sharewithmain .lx_news_export {
}

.lx_news_export .news-latest-2nd ul li {
	margin-top: 24px;
	padding-bottom: 24px;
	line-height: 1.7;
	font-size: 14px;
}

.lx_news_export .news-latest-2nd ul li h3 {
	padding-top: 1.7em;
	padding-left: 102px;
	line-height: 1.5;
}

.lx_news_export .news-latest-2nd ul li h3::after {
	content: "";
	display: block;
	clear: both;
}

.lx_news_export .news-latest-2nd ul li .c_icon {
	top: 0;
	left: 102px;
}

.lx_news_export .news-latest-2nd ul li .date {
/*
	position: absolute;
	top: 0;
	left: 0;
*/
	position: static;
	float: left;
	margin-left: -102px;
	margin-top: -1.7em;

	display: block;
	width: 70px;
	padding: 10px 5px;
	text-align: center;
	color: #999;
	font-weight: normal;
	letter-spacing: 0.04em;
	line-height: 1.2;
	border: 2px solid #c2c2c2;
}

.lx_news_export .news-latest-2nd ul li .date .month ,
.lx_news_export .news-latest-2nd ul li .date .year {
	display: block;
	font-size: 12px;
}

.lx_news_export .news-latest-2nd ul li .date .day {
	display: block;
	font-size: 27px;
}


/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .lx_news_export > .column1 {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}


/*== 表組 幅設定 ==*/

/* TCFD */
@media print, screen and (min-width: 768px) {
	.lx_tcfd_table01 .shwTable table.tbCore {
		table-layout: fixed;
	}
}
.lx_tcfd_table01 .shwTable table.tbCore .tbRowHead:nth-child(1) {
	width: 11%;
}
.lx_tcfd_table01 .shwTable table.tbCore .tbRowHead:nth-child(2) {
	width: 14%;
}
.lx_tcfd_table01 .shwTable table.tbCore .tbRowHead:nth-child(3) {
	width: 18%;
}
.lx_tcfd_table01 .shwTable table.tbCore .tbRowHead:nth-child(4) {
	width: 12%;
}
.lx_tcfd_table01 .shwTable table.tbCore .tbRowHead:nth-child(5) {
	width: 9%;
}
.lx_tcfd_table01 .shwTable table.tbCore .tbRowHead:nth-child(6) {
	width: 10%;
}
.lx_tcfd_table01 .shwTable table.tbCore .tbRowHead:nth-child(7) {
	width: 26%;
}


/* monthly 01 */
@media print, screen and (min-width: 768px) {
	.lx_monthly_table01 .shwTable table.tbCore {
		table-layout: fixed;
	}
}
.lx_monthly_table01 .shwTable table.tbCore :is(.tbRowHead, .tbColumnHead, .tbDimmed)[colspan="2"]:nth-child(1) {
	width: 31%;
}
.lx_monthly_table01 .shwTable table.tbCore :is(.tbRowHead, .tbColumnHead, .tbDimmed):not([colspan]):nth-child(1) ,
.lx_monthly_table01 .shwTable table.tbCore :is(.tbRowHead, .tbColumnHead, .tbDimmed)[colspan="1"]:nth-child(1) {
	width: 14%;
}
.lx_monthly_table01 .shwTable table.tbCore :is(.tbRowHead, .tbColumnHead, .tbDimmed):not([colspan]):nth-child(2) ,
.lx_monthly_table01 .shwTable table.tbCore :is(.tbRowHead, .tbColumnHead, .tbDimmed)[colspan="1"]:nth-child(2) {
	width: 17%;
}
.lx_monthly_table01 .shwTable table.tbCore :is(.tbRowHead, .tbColumnHead, .tbDimmed):nth-child(3) ,
.lx_monthly_table01 .shwTable table.tbCore :is(.tbRowHead, .tbColumnHead, .tbDimmed):nth-child(4) ,
.lx_monthly_table01 .shwTable table.tbCore :is(.tbRowHead, .tbColumnHead, .tbDimmed):nth-child(5) ,
.lx_monthly_table01 .shwTable table.tbCore :is(.tbRowHead, .tbColumnHead, .tbDimmed):nth-child(6) ,
.lx_monthly_table01 .shwTable table.tbCore :is(.tbRowHead, .tbColumnHead, .tbDimmed):nth-child(7) ,
.lx_monthly_table01 .shwTable table.tbCore :is(.tbRowHead, .tbColumnHead, .tbDimmed):nth-child(8) {
	width: calc(59% / 6);
}
.lx_monthly_table01 .shwTable table.tbCore :is(.tbRowHead, .tbColumnHead, .tbDimmed)nth-child(9) {
	width: 10%;
}

/* monthly 02 */
@media print, screen and (min-width: 768px) {
	.lx_monthly_table02 .shwTable table.tbCore {
		table-layout: fixed;
	}
}
.lx_monthly_table02 .shwTable table.tbCore :is(.tbRowHead, .tbColumnHead, .tbDimmed)[colspan="2"]:nth-child(1) {
	width: 31%;
}
.lx_monthly_table02 .shwTable table.tbCore :is(.tbRowHead, .tbColumnHead, .tbDimmed):not([colspan]):nth-child(1) ,
.lx_monthly_table02 .shwTable table.tbCore :is(.tbRowHead, .tbColumnHead, .tbDimmed)[colspan="1"]:nth-child(1) {
	width: 14%;
}
.lx_monthly_table02 .shwTable table.tbCore :is(.tbRowHead, .tbColumnHead, .tbDimmed):not([colspan]):nth-child(2) ,
.lx_monthly_table02 .shwTable table.tbCore :is(.tbRowHead, .tbColumnHead, .tbDimmed)[colspan="1"]:nth-child(2) {
	width: 17%;
}
.lx_monthly_table02 .shwTable table.tbCore :is(.tbRowHead, .tbColumnHead, .tbDimmed):nth-child(3) ,
.lx_monthly_table02 .shwTable table.tbCore :is(.tbRowHead, .tbColumnHead, .tbDimmed):nth-child(4) ,
.lx_monthly_table02 .shwTable table.tbCore :is(.tbRowHead, .tbColumnHead, .tbDimmed):nth-child(5) ,
.lx_monthly_table02 .shwTable table.tbCore :is(.tbRowHead, .tbColumnHead, .tbDimmed):nth-child(6) ,
.lx_monthly_table02 .shwTable table.tbCore :is(.tbRowHead, .tbColumnHead, .tbDimmed):nth-child(7) ,
.lx_monthly_table02 .shwTable table.tbCore :is(.tbRowHead, .tbColumnHead, .tbDimmed):nth-child(8) {
	width: calc(49% / 6);
}
.lx_monthly_table02 .shwTable table.tbCore .tbDimmed:nth-child(9) {
	width: 10%;
}
.lx_monthly_table02 .shwTable table.tbCore .tbDimmed:nth-child(10) {
	width: 10%;
}



/* year5 */
@media print, screen and (min-width: 768px) {
	.lx_year5_table01 .shwTable table.tbCore {
		table-layout: fixed;
	}
}
.lx_year5_table01 .shwTable table.tbCore :is(.tbRowHead, .tbColumnHead, .tbDimmed):not([colspan]):nth-child(1) ,
.lx_year5_table01 .shwTable table.tbCore :is(.tbRowHead, .tbColumnHead, .tbDimmed)[colspan="1"]:nth-child(1) {
	width: 40%;
}
.lx_year5_table01 .shwTable table.tbCore .tbRowHead:nth-child(2) ,
.lx_year5_table01 .shwTable table.tbCore .tbRowHead:nth-child(3) ,
.lx_year5_table01 .shwTable table.tbCore .tbRowHead:nth-child(4) ,
.lx_year5_table01 .shwTable table.tbCore .tbRowHead:nth-child(5) ,
.lx_year5_table01 .shwTable table.tbCore .tbRowHead:nth-child(6) {
	width: calc(60% / 5);
}













/* -- 印刷用 -- */
@media print {
	/* 印刷時、ヘッダー固定、フッター非表示 */
	#site-info .area-header > div {
		position: absolute !important;
	}

	#site-info {
		margin: 0;
	}

	#site-info .area-footer {
		display: none;
	}

	/* 上に戻るボタン非表示 */
	#site-info .topcontrol {
		display: none;
	}

	/*-- スクロールエフェクトoff --*/
	.fadeObj {
		opacity: 1 !important;
		-webkit-transform: translate(0, 0) !important;
		    -ms-transform: translate(0, 0) !important;
		        transform: translate(0, 0) !important;
		-webkit-transition: 0s 0s !important;;
		-o-transition: 0s 0s !important;;
		transition: 0s 0s !important;;
	}
}

